@charset "UTF-8";

/* =========================================================

Fonts

========================================================= */
/* =========================================================

Foundation

========================================================= */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
* Remove default margin.
*/
body {
  margin: 0;
}

/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
  display: none;
}

/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
  font-weight: bold;
}

/**
* Address styling not present in Safari and Chrome.
*/
dfn {
  font-style: italic;
}

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
* Address styling not present in IE 8/9.
*/
mark {
  background: #ff0;
  color: #000;
}

/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
  border: 0;
}

/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
  margin: 0;
}

/**
* Address differences between Firefox and other browsers.
*/
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
* Contain overflow in all browsers.
*/
pre {
  overflow: auto;
}

/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
  overflow: visible;
}

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
  text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
  line-height: normal;
}

/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
*    (include `-moz` to future-proof).
*/
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* Define consistent border, margin, and padding.
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
  overflow: auto;
}

/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
  font-weight: bold;
}

/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/******************************************************************************
* FONT
*******************************************************************************/
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

footer,
header,
section {
  display: block;
}

dd,
dt,
li,
p,
pre,
td,
th {
  line-break: strict;
  word-break: break-strict;
}

dd,
div,
dl,
dt,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

img {
  vertical-align: bottom;
}

input[type=text],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
}

figure {
  margin: 0px;
}

/******************************************************************************

* BASIC

*******************************************************************************/
html {
  /*height: 100%;*/
  font-size: 62.5%;
}

html.is-gnav-open {
  overflow: hidden;
}

body {
  /*height: 100%;*/
  color: #212121;
  font-size: 1.0rem;
  font-family: Noto Sans JP, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -ms-font-feature-settings: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  letter-spacing: 0.05em;
  background-size: 100%;
  word-wrap: break-word;
  vertical-align: baseline;
  white-space: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

body.is-fixed {
  position: fixed;
}

body.is-hidden {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
}

a {
  color: #212121;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

a:hover {
  color: #fff;
  opacity: .8;
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

@media (max-width: 1023px) {
  a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

a,
a:focus,
a:active,
a:hover,
a:visited,
:focus,
:active,
:hover,
:visited {
  outline: none !important;
  text-decoration: none;
}

blockquote {
  margin: 0;
}

/* =========================================================

Layout

========================================================= */
.l-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: -15px;
  margin-left: -15px;
}

.l-row.l-gutter-0 {
  margin-right: 0;
  margin-left: 0;
}

.l-row.l-gutter-10 {
  margin-right: -5px;
  margin-left: -5px;
}

.l-row.l-gutter-20 {
  margin-right: -10px;
  margin-left: -10px;
}

.l-row.l-gutter-30 {
  margin-right: -15px;
  margin-left: -15px;
}

.l-row.l-gutter-40 {
  margin-right: -20px;
  margin-left: -20px;
}

.l-row.l-gutter-50 {
  margin-right: -25px;
  margin-left: -25px;
}

.l-row.l-gutter-60 {
  margin-right: -30px;
  margin-left: -30px;
}

.l-row.l-gutter-70 {
  margin-right: -35px;
  margin-left: -35px;
}

.l-row.l-gutter-80 {
  margin-right: -40px;
  margin-left: -40px;
}

.l-row.l-gutter-90 {
  margin-right: -45px;
  margin-left: -45px;
}

.l-row.l-gutter-100 {
  margin-right: -50px;
  margin-left: -50px;
}

.l-gutter-0>[class^='l-col-'],
.l-gutter-0>[class*='l-col-'] {
  padding-right: 0;
  padding-left: 0;
}

.l-gutter-10>[class^='l-col-'],
.l-gutter-10>[class*='l-col-'] {
  padding-right: 5px;
  padding-left: 5px;
}

.l-gutter-20>[class^='l-col-'],
.l-gutter-20>[class*='l-col-'] {
  padding-right: 10px;
  padding-left: 10px;
}

.l-gutter-30>[class^='l-col-'],
.l-gutter-30>[class*='l-col-'] {
  padding-right: 15px;
  padding-left: 15px;
}

.l-gutter-40>[class^='l-col-'],
.l-gutter-40>[class*='l-col-'] {
  padding-right: 20px;
  padding-left: 20px;
}

.l-gutter-50>[class^='l-col-'],
.l-gutter-50>[class*='l-col-'] {
  padding-right: 25px;
  padding-left: 25px;
}

.l-gutter-60>[class^='l-col-'],
.l-gutter-60>[class*='l-col-'] {
  padding-right: 30px;
  padding-left: 30px;
}

.l-gutter-70>[class^='l-col-'],
.l-gutter-70>[class*='l-col-'] {
  padding-right: 35px;
  padding-left: 35px;
}

.l-gutter-80>[class^='l-col-'],
.l-gutter-80>[class*='l-col-'] {
  padding-right: 40px;
  padding-left: 40px;
}

.l-gutter-90>[class^='l-col-'],
.l-gutter-90>[class*='l-col-'] {
  padding-right: 45px;
  padding-left: 45px;
}

.l-gutter-100>[class^='l-col-'],
.l-gutter-100>[class*='l-col-'] {
  padding-right: 50px;
  padding-left: 50px;
}

.l-row.is-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.l-col.is-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.l-col-xs,
.l-col-xs-1,
.l-col-xs-2,
.l-col-xs-2_5,
.l-col-xs-3,
.l-col-xs-4,
.l-col-xs-5,
.l-col-xs-6,
.l-col-xs-7,
.l-col-xs-8,
.l-col-xs-9,
.l-col-xs-10,
.l-col-xs-11,
.l-col-xs-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
}

.l-col-xs {
  -webkit-box-flex: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.l-col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.l-col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.l-col-xs-2_5 {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%;
}

.l-col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.l-col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.l-col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.l-col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.l-col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.l-col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.l-col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.l-col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.l-col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.l-col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.l-col-xs-offset-1 {
  margin-left: 8.333%;
}

.l-col-xs-offset-2 {
  margin-left: 16.667%;
}

.l-col-xs-offset-2_5 {
  margin-left: 20%;
}

.l-col-xs-offset-3 {
  margin-left: 25%;
}

.l-col-xs-offset-4 {
  margin-left: 33.333%;
}

.l-col-xs-offset-5 {
  margin-left: 41.667%;
}

.l-col-xs-offset-6 {
  margin-left: 50%;
}

.l-col-xs-offset-7 {
  margin-left: 58.333%;
}

.l-col-xs-offset-8 {
  margin-left: 66.667%;
}

.l-col-xs-offset-9 {
  margin-left: 75%;
}

.l-col-xs-offset-10 {
  margin-left: 83.333%;
}

.l-col-xs-offset-11 {
  margin-left: 91.667%;
}

.l-start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.l-center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.l-end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.l-top-xs {
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
}

.l-middle-xs {
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
}

.l-bottom-xs {
  -webkit-box-align: end;
  align-items: flex-end;
  -ms-flex-align: end;
}

.l-around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.l-between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.l-last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (min-width: 768px) {

  .l-col-sm,
  .l-col-sm-1,
  .l-col-sm-2,
  .l-col-sm-2_5,
  .l-col-sm-3,
  .l-col-sm-4,
  .l-col-sm-5,
  .l-col-sm-6,
  .l-col-sm-7,
  .l-col-sm-8,
  .l-col-sm-9,
  .l-col-sm-10,
  .l-col-sm-11,
  .l-col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
  }

  .l-col-sm {
    -webkit-box-flex: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .l-col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .l-col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .l-col-sm-2_5 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }

  .l-col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .l-col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .l-col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .l-col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .l-col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .l-col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .l-col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .l-col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .l-col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .l-col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .l-col-sm-offset-1 {
    margin-left: 8.333%;
  }

  .l-col-sm-offset-2 {
    margin-left: 16.667%;
  }

  .l-col-sm-offset-2_5 {
    margin-left: 20%;
  }

  .l-col-sm-offset-3 {
    margin-left: 25%;
  }

  .l-col-sm-offset-4 {
    margin-left: 33.333%;
  }

  .l-col-sm-offset-5 {
    margin-left: 41.667%;
  }

  .l-col-sm-offset-6 {
    margin-left: 50%;
  }

  .l-col-sm-offset-7 {
    margin-left: 58.333%;
  }

  .l-col-sm-offset-8 {
    margin-left: 66.667%;
  }

  .l-col-sm-offset-9 {
    margin-left: 75%;
  }

  .l-col-sm-offset-10 {
    margin-left: 83.333%;
  }

  .l-col-sm-offset-11 {
    margin-left: 91.667%;
  }

  .l-start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .l-center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .l-end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .l-top-sm {
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
  }

  .l-middle-sm {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
  }

  .l-bottom-sm {
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
  }

  .l-around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .l-between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .l-first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .l-last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (min-width: 1024px) {

  .l-col-md,
  .l-col-md-1,
  .l-col-md-2,
  .l-col-md-2_5,
  .l-col-md-3,
  .l-col-md-4,
  .l-col-md-5,
  .l-col-md-6,
  .l-col-md-7,
  .l-col-md-8,
  .l-col-md-9,
  .l-col-md-10,
  .l-col-md-11,
  .l-col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
  }

  .l-col-md {
    -webkit-box-flex: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .l-col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .l-col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .l-col-md-2_5 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }

  .l-col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .l-col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .l-col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .l-col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .l-col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .l-col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .l-col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .l-col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .l-col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .l-col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .l-col-md-offset-1 {
    margin-left: 8.333%;
  }

  .l-col-md-offset-2 {
    margin-left: 16.667%;
  }

  .l-col-md-offset-2_5 {
    margin-left: 20%;
  }

  .l-col-md-offset-3 {
    margin-left: 25%;
  }

  .l-col-md-offset-4 {
    margin-left: 33.333%;
  }

  .l-col-md-offset-5 {
    margin-left: 41.667%;
  }

  .l-col-md-offset-6 {
    margin-left: 50%;
  }

  .l-col-md-offset-7 {
    margin-left: 58.333%;
  }

  .l-col-md-offset-8 {
    margin-left: 66.667%;
  }

  .l-col-md-offset-9 {
    margin-left: 75%;
  }

  .l-col-md-offset-10 {
    margin-left: 83.333%;
  }

  .l-col-md-offset-11 {
    margin-left: 91.667%;
  }

  .l-start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .l-center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .l-end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;

    justify-content: flex-end;
    text-align: end;
  }

  .l-top-md {
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
  }

  .l-middle-md {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
  }

  .l-bottom-md {
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
  }

  .l-around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .l-between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .l-first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .l-last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (min-width: 1441px) {

  .l-col-lg,
  .l-col-lg-1,
  .l-col-lg-2,
  .l-col-lg-2_5,
  .l-col-lg-3,
  .l-col-lg-4,
  .l-col-lg-5,
  .l-col-lg-6,
  .l-col-lg-7,
  .l-col-lg-8,
  .l-col-lg-9,
  .l-col-lg-10,
  .l-col-lg-11,
  .l-col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
  }

  .l-col-lg {
    -webkit-box-flex: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .l-col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .l-col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .l-col-lg-2_5 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .l-col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .l-col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .l-col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .l-col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .l-col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .l-col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .l-col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .l-col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .l-col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .l-col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .l-col-lg-offset-1 {
    margin-left: 8.333%;
  }

  .l-col-lg-offset-2 {
    margin-left: 16.667%;
  }

  .l-col-lg-offset-2_5 {
    margin-left: 20%;
  }

  .l-col-lg-offset-3 {
    margin-left: 25%;
  }

  .l-col-lg-offset-4 {
    margin-left: 33.333%;
  }

  .l-col-lg-offset-5 {
    margin-left: 41.667%;
  }

  .l-col-lg-offset-6 {
    margin-left: 50%;
  }

  .l-col-lg-offset-7 {
    margin-left: 58.333%;
  }

  .l-col-lg-offset-8 {
    margin-left: 66.667%;
  }

  .l-col-lg-offset-9 {
    margin-left: 75%;
  }

  .l-col-lg-offset-10 {
    margin-left: 83.333%;
  }

  .l-col-lg-offset-11 {
    margin-left: 91.667%;
  }

  .l-start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .l-center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .l-end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .l-top-lg {
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
  }

  .l-middle-lg {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
  }

  .l-bottom-lg {
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
  }

  .l-around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .l-between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .l-first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .l-last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (min-width: 1921px) {

  .l-col-xlg,
  .l-col-xlg-1,
  .l-col-xlg-2,
  .l-col-xlg-2_5,
  .l-col-xlg-3,
  .l-col-xlg-4,
  .l-col-xlg-5,
  .l-col-xlg-6,
  .l-col-xlg-7,
  .l-col-xlg-8,
  .l-col-xlg-9,
  .l-col-xlg-10,
  .l-col-xlg-11,
  .l-col-xlg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
  }

  .l-col-xlg {
    -webkit-box-flex: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .l-col-xlg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .l-col-xlg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .l-col-xlg-2_5 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }

  .l-col-xlg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .l-col-xlg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .l-col-xlg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .l-col-xlg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .l-col-xlg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .l-col-xlg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .l-col-xlg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .l-col-xlg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .l-col-xlg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .l-col-xlg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .l-col-xlg-offset-1 {
    margin-left: 8.333%;
  }

  .l-col-xlg-offset-2 {
    margin-left: 16.667%;
  }

  .l-col-xlg-offset-3 {
    margin-left: 25%;
  }

  .l-col-xlg-offset-4 {
    margin-left: 33.333%;
  }

  .l-col-xlg-offset-5 {
    margin-left: 41.667%;
  }

  .l-col-xlg-offset-6 {
    margin-left: 50%;
  }

  .l-col-xlg-offset-7 {
    margin-left: 58.333%;
  }

  .l-col-xlg-offset-8 {
    margin-left: 66.667%;
  }

  .l-col-xlg-offset-9 {
    margin-left: 75%;
  }

  .l-col-xlg-offset-10 {
    margin-left: 83.333%;
  }

  .l-col-xlg-offset-11 {
    margin-left: 91.667%;
  }

  .l-start-xlg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .l-center-xlg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .l-end-xlg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .l-top-xlg {
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
  }

  .l-middle-xlg {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
  }

  .l-bottom-xlg {
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
  }

  .l-around-xlg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .l-between-xlg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .l-first-xlg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .l-last-xlg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.l-grid {
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: var(--ac-xs, center);
  align-content: var(--ac-xs, center);
  -webkit-box-align: var(--ai-xs, stretch);
  -ms-flex-align: var(--ai-xs, stretch);
  align-items: var(--ai-xs, stretch);
  -webkit-box-pack: var(--jc-xs, space-evenly);
  -ms-flex-pack: var(--jc-xs, space-evenly);
  justify-content: var(--jc-xs, space-evenly);
  grid-gap: var(--gap-xs, 2rem);
  grid-auto-flow: var(--flow-xs, row);
  grid-auto-columns: var(--auto-cols-xs, auto);
  grid-auto-rows: var(--auto-rows-xs, auto);
  -ms-grid-columns: var(--template-cols-xs, repeat(var(--cols-xs, 1), var(--cols-size-xs, 1fr)));
  grid-template-columns: var(--template-cols-xs, repeat(var(--cols-xs, 1), var(--cols-size-xs, 1fr)));
  -ms-grid-rows: var(--template-rows-xs, none);
  grid-template-rows: var(--template-rows-xs, none);
  justify-items: var(--ji-xs, stretch);
}

@media (min-width: 640px) {
  .l-grid {
    -ms-flex-line-pack: var(--ac-sm, center);
    align-content: var(--ac-sm, center);
    -webkit-box-align: var(--ai-sm, stretch);
    -ms-flex-align: var(--ai-sm, stretch);
    align-items: var(--ai-sm, stretch);
    -webkit-box-pack: var(--jc-sm, space-evenly);
    -ms-flex-pack: var(--jc-sm, space-evenly);
    justify-content: var(--jc-sm, space-evenly);
    grid-gap: var(--gap-sm, 2rem);
    grid-auto-flow: var(--flow-sm, row);
    grid-auto-columns: var(--auto-cols-sm, auto);
    grid-auto-rows: var(--auto-rows-sm, auto);
    -ms-grid-columns: var(--template-cols-sm, repeat(var(--cols-sm, 2), var(--cols-size-sm, 1fr)));
    grid-template-columns: var(--template-cols-sm, repeat(var(--cols-sm, 2), var(--cols-size-sm, 1fr)));
    -ms-grid-rows: var(--template-rows-sm, none);
    grid-template-rows: var(--template-rows-sm, none);
    justify-items: var(--ji-sm, stretch);
  }
}

@media (min-width: 860px) {
  .l-grid {
    -ms-flex-line-pack: var(--ac-md, center);
    align-content: var(--ac-md, center);
    -webkit-box-align: var(--ai-md, stretch);
    -ms-flex-align: var(--ai-md, stretch);
    align-items: var(--ai-md, stretch);
    -webkit-box-pack: var(--jc-md, space-evenly);
    -ms-flex-pack: var(--jc-md, space-evenly);
    justify-content: var(--jc-md, space-evenly);
    grid-gap: var(--gap-md, 2rem);
    grid-auto-flow: var(--flow-md, row);
    grid-auto-columns: var(--auto-cols-md, auto);
    grid-auto-rows: var(--auto-rows-md, auto);
    -ms-grid-columns: var(--template-cols-md, repeat(var(--cols-md, 2), var(--cols-size-md, 1fr)));
    grid-template-columns: var(--template-cols-md, repeat(var(--cols-md, 2), var(--cols-size-md, 1fr)));
    -ms-grid-rows: var(--template-rows-md, none);
    grid-template-rows: var(--template-rows-md, none);
    justify-items: var(--ji-md, stretch);
  }
}

@media (min-width: 1080px) {
  .l-grid {
    -ms-flex-line-pack: var(--ac-lg, center);
    align-content: var(--ac-lg, center);
    -webkit-box-align: var(--ai-lg, stretch);
    -ms-flex-align: var(--ai-lg, stretch);
    align-items: var(--ai-lg, stretch);
    -webkit-box-pack: var(--jc-lg, space-evenly);
    -ms-flex-pack: var(--jc-lg, space-evenly);
    justify-content: var(--jc-lg, space-evenly);
    grid-gap: var(--gap-lg, 2rem);
    grid-auto-flow: var(--flow-lg, row);
    grid-auto-columns: var(--auto-cols-lg, auto);
    grid-auto-rows: var(--auto-rows-lg, auto);
    -ms-grid-columns: var(--template-cols-lg, repeat(var(--cols-lg, 4), var(--cols-size-lg, 1fr)));
    grid-template-columns: var(--template-cols-lg, repeat(var(--cols-lg, 4), var(--cols-size-lg, 1fr)));
    -ms-grid-rows: var(--template-rows-lg, none);
    grid-template-rows: var(--template-rows-lg, none);
    justify-items: var(--ji-lg, stretch);
  }
}

@media (min-width: 1300px) {
  .l-grid {
    -ms-flex-line-pack: var(--ac-xl, center);
    align-content: var(--ac-xl, center);
    -webkit-box-align: var(--ai-xl, stretch);
    -ms-flex-align: var(--ai-xl, stretch);
    align-items: var(--ai-xl, stretch);
    -webkit-box-pack: var(--jc-xl, space-evenly);
    -ms-flex-pack: var(--jc-xl, space-evenly);
    justify-content: var(--jc-xl, space-evenly);
    grid-gap: var(--gap-xl, 2rem);
    grid-auto-flow: var(--flow-xl, row);
    grid-auto-columns: var(--auto-cols-xl, auto);
    grid-auto-rows: var(--auto-rows-xl, auto);
    -ms-grid-columns: var(--template-cols-xl, repeat(var(--cols-xl, 4), var(--cols-size-xl, 1fr)));
    grid-template-columns: var(--template-cols-xl, repeat(var(--cols-xl, 4), var(--cols-size-xl, 1fr)));
    -ms-grid-rows: var(--template-rows-xl, none);
    grid-template-rows: var(--template-rows-xl, none);
    justify-items: var(--ji-xl, stretch);
  }
}

.l-grid.is-inline {
  display: -ms-inline-grid;
  display: inline-grid;
}

.l-grid>* {
  -ms-grid-row-align: var(--as-xs, auto);
  align-self: var(--as-xs, auto);
  min-width: 0px;
  max-width: 100%;
  min-height: 0px;
  grid-column: var(--col-xs, auto);
  grid-row: var(--row-xs, auto);
  -ms-grid-column-align: var(--js-xs, auto);
  justify-self: var(--js-xs, auto);
}

@media (min-width: 640px) {
  .l-grid>* {
    -ms-grid-row-align: var(--as-sm, auto);
    align-self: var(--as-sm, auto);
    grid-column: var(--col-sm, auto);
    grid-row: var(--row-sm, auto);
    -ms-grid-column-align: var(--js-sm, auto);
    justify-self: var(--js-sm, auto);
  }
}

@media (min-width: 860px) {
  .l-grid>* {
    -ms-grid-row-align: var(--as-md, auto);
    align-self: var(--as-md, auto);
    grid-column: var(--col-md, auto);
    grid-row: var(--row-md, auto);
    -ms-grid-column-align: var(--js-md, auto);
    justify-self: var(--js-md, auto);
  }
}

@media (min-width: 1080px) {
  .l-grid>* {
    -ms-grid-row-align: var(--as-lg, auto);
    align-self: var(--as-lg, auto);
    grid-column: var(--col-lg, auto);
    grid-row: var(--row-lg, auto);
    -ms-grid-column-align: var(--js-lg, auto);
    justify-self: var(--js-lg, auto);
  }
}

@media (min-width: 1300px) {
  .l-grid>* {
    -ms-grid-row-align: var(--as-xl, auto);
    align-self: var(--as-xl, auto);
    grid-column: var(--col-xl, auto);
    grid-row: var(--row-xl, auto);
    -ms-grid-column-align: var(--js-xl, auto);
    justify-self: var(--js-xl, auto);
  }
}

.l-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

/*header*/
.l-header {
  position: fixed;
  z-index: 30000;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  margin-top: 1.73611vw;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.is-scrolled .l-header {
  margin-top: 0;
}

.is-scrolled .l-header.js-hide {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 1023px) {
  .l-header {
    position: fixed;
    height: 80px;
    margin-top: 0;
  }

  .is-scrolled .l-header {
    margin-top: 0;
  }

  .is-scrolled .l-header.js-hide {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .l-header {
    height: 50px;
  }
}

.l-header__inner {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 4.86111vw;
}

@media (max-width: 1023px) {
  .l-header__inner {
    height: 100%;
    padding: 0;
  }
}

.l-header__logo {
  -ms-flex-preferred-size: 110px;
  flex-basis: 110px;
  max-width: 110px;
  margin-right: 3.125vw;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}

@media (max-width: 1023px) {
  .l-header__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    max-width: 100px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 767px) {
  .l-header__logo {
    -ms-flex-preferred-size: 66px;
    flex-basis: 66px;
    max-width: 66px;
  }
}

.l-header__logo-svg {
  width: 100%;
}

.l-header__logo-svg-path--1 {
  fill: #949495;
}

.l-header__logo-svg-path--2 {
  fill: #c3c4c4;
}

.l-header__logo-svg-path--3 {
  fill: #595757;
}

.l-header__logo-svg-path--4 {
  fill: #00b9ef;
}

.is-gnav-open .l-header__logo-svg-path {
  fill: #fff;
}

.l-header__nav {
  margin-right: auto;
}

@media (max-width: 1023px) {
  .l-header__nav {
    display: none;
  }
}

.l-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-header__menu-item {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-right: 2.08333vw;
}

.l-header__menu-item:last-child {
  margin-right: 0;
}

.l-header__menu-item a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #595757;
}

.l-header__menu-item a:hover {
  opacity: 1;
  color: #00B9EF;
}

.l-header__buy {
  -ms-flex-preferred-size: 150px;
  flex-basis: 150px;
  max-width: 150px;
}

@media (max-width: 1023px) {
  .l-header__buy {
    position: absolute;
    right: 30px;
    -ms-flex-preferred-size: 140px;
    flex-basis: 140px;
    width: 100%;
    max-width: 140px;
  }

  .is-gnav-open .l-header__buy {
    opacity: 0;
  }
}

@media (max-width: 767px) {
  .l-header__buy {
    right: 15px;
    -ms-flex-preferred-size: 50px;
    flex-basis: 50px;
    max-width: 50px;
  }

  .l-header__buy span {
    display: none;
  }
}

.l-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.is-scrolled .l-header__bg {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 1023px) {
  .l-header__bg {
    background-color: rgba(255, 255, 255, 0.9);
  }

  .is-gnav-open .l-header__bg {
    opacity: 0;
  }
}

.l-gnav {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
  opacity: 0;
  color: #00B9EF;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-overflow-scrolling: touch;
}

.l-gnav a {
  color: #00B9EF;
}

.is-gnav-open .l-gnav {
  visibility: visible;
  pointer-events: all;
  opacity: 1;
}

@media (max-width: 1023px) {
  .is-gnav-open .l-gnav {
    background-color: #00B9EF;
  }
}

.l-gnav__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}

.is-gnav-open .l-gnav__inner {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.l-gnav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1023px) {
  .l-gnav__menu {
    width: 55%;
    margin: 0 auto 2.60417vw;
  }
}

@media (max-width: 767px) {
  .l-gnav__menu {
    margin-bottom: 5.33333vw;
  }
}

.l-gnav__menu-item {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  text-align: center;
}

.l-gnav__menu-item--half {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.l-gnav__menu-item a {
  display: block;
  padding: 15px 0;
  color: #fff;
}

@media (max-width: 767px) {
  .l-gnav__menu-item {
    font-size: 17px;
    font-size: 1.7rem;
  }

  .l-gnav__menu-item a {
    padding: 10px 0;
  }
}

.l-gnav__yupibow {
  width: 31.25vw;
}

.l-gnav__yupibow img {
  width: 100%;
}

@media (max-width: 1023px) {
  .l-gnav__yupibow {
    margin-bottom: 3.90625vw;
  }
}

@media (max-width: 767px) {
  .l-gnav__yupibow {
    width: 35.2vw;
    margin-bottom: 5.33333vw;
  }
}

.l-gnav__buy .c-button {
  width: 170px;
  height: 50px;
  color: #00B9EF !important;
  border-radius: 25px;
  background-color: #fff;
}

.l-gnav__sns {
  position: absolute;
  left: 0;
  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%;
  color: #fff;
}

.l-gnav__sns a {
  color: #fff;
}

@media (max-width: 1023px) {
  .l-gnav__sns {
    bottom: 6.51042vw;
  }
}

@media (max-width: 767px) {
  .l-gnav__sns {
    bottom: 8vw;
  }
}

.l-gnav__heading {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  font-style: italic;
  margin-right: 10px;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .l-gnav__heading {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.l-gnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-gnav__list-item {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  margin: 0 15px;
}

@media (max-width: 767px) {
  .l-gnav__list-item {
    font-size: 20px;
    font-size: 2rem;
  }
}

.l-gnav-toggle {
  position: fixed;
  z-index: 80000;
  display: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1023px) {
  .l-gnav-toggle {
    top: 31px;
    left: 30px;
    display: block;
    width: 40px;
  }
}

@media (max-width: 767px) {
  .l-gnav-toggle {
    top: 19px;
    left: 15px;
    width: 20px;
  }
}

.l-gnav-toggle__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.l-gnav-toggle__bar {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.l-gnav-toggle__bar--1 {
  top: 0;
}

.l-gnav-toggle__bar--2 {
  margin: 6px 0;
  opacity: 0;
}

.l-gnav-toggle__bar--3 {
  top: 0;
}

.is-gnav-open .l-gnav-toggle__bar {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.is-gnav-open .l-gnav-toggle__bar--1 {
  top: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.is-gnav-open .l-gnav-toggle__bar--2 {
  opacity: 0;
}

.is-gnav-open .l-gnav-toggle__bar--3 {
  top: -8px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .l-gnav-toggle__bar {
    height: 1px;
  }

  .l-gnav-toggle__bar--1 {
    top: 0;
  }

  .l-gnav-toggle__bar--2 {
    margin: 4px 0;
    opacity: 0;
  }

  .l-gnav-toggle__bar--3 {
    top: 0;
  }

  .is-gnav-open .l-gnav-toggle__bar--1 {
    top: 5px;
  }

  .is-gnav-open .l-gnav-toggle__bar--3 {
    top: -5px;
  }
}

.l-gnav-toggle__bar-front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #949495;
}

.is-gnav-open .l-gnav-toggle__bar-front {
  background: #fff;
}

.l-gnav-toggle__bar-back {
  display: none;
  width: 100%;
  height: 2px;
  opacity: 0.4;
  background: #00B9EF;
}

.l-gnav__bg {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.l-footer {
  padding: 30px 0;
  text-align: center;
  color: #fff;
  background-color: #00B9EF;
}

.l-footer a {
  color: #fff;
}

.l-footer__logo {
  display: block;
  width: 110px;
  margin: 0 auto 20px;
}

.l-footer__logo svg {
  fill: #fff;
}

@media (max-width: 1023px) {
  .l-footer__logo {
    display: none;
  }
}

.l-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}

@media (max-width: 1023px) {
  .l-footer__menu {
    display: none;
  }
}

.l-footer__menu-item {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.5;
  margin: 0 15px;
}

.l-footer__sns {
  margin-bottom: 40px;
}

.l-footer__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

.l-footer__sns-list-item {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  margin: 0 20px;
}

@media (max-width: 1023px) {
  .l-footer__sns-list-item {
    margin: 0 15px;
    font-size: 40px;
    font-size: 4rem;
  }
}

.l-footer__sns-heading {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
}

@media (max-width: 767px) {
  .l-footer__sns-heading {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.l-footer__company-logo {
  display: block;
  width: 109px;
  margin: 0 auto 10px;
}

.l-footer__company-logo img {
  width: 100%;
}

@media (max-width: 767px) {
  .l-footer__company-logo {
    width: 87px;
    margin-bottom: 20px;
  }
}

.l-footer__copyright {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .l-footer__copyright {
    font-size: 10px;
    font-size: 1rem;
  }
}

.l-main {
  width: 100%;
  margin-bottom: auto;
}

/*content*/
.l-content {
  position: relative;
}

.l-content__header {
  position: relative;
  padding-top: 2.77778vw;
  padding-bottom: 4.16667vw;
}

.l-content__header--border {
  margin-bottom: 4.16667vw;
  padding-bottom: 1.38889vw;
  border-bottom: 1px solid #00B9EF;
}

.l-content__header--recruit {
  margin-bottom: 4.16667vw;
  background-color: #70cef7;
}

@media (max-width: 1023px) {
  .l-content__header {
    margin-top: 150px;
  }
}

@media (max-width: 767px) {
  .l-content__header {
    margin-top: 100px;
    margin-bottom: 10.66667vw;
  }
}

.l-content__header-heading {
  margin-bottom: 0 !important;
}

.l-content__header-heading--white span {
  color: #fff;
}

.l-content__body {
  position: relative;
  margin-bottom: 6.94444vw;
}

.l-content__body--mb0 {
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .l-content__body {
    margin-bottom: 7.8125vw;
  }
}

@media (max-width: 767px) {
  .l-content__body {
    margin-bottom: 8vw;
  }
}

.l-container,
.c-section__inner,
.p-about__body-inner,
.p-life__body-inner,
.p-spec__bottom-inner,
.p-voice__inner {
  z-index: 5;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  max-width: 1180px;
}

.l-container--lg,
.c-section__inner--lg {
  max-width: 100%;
}

.l-container--md,
.c-section__inner--md {
  max-width: 1200px;
}

.l-container--sm,
.c-section__inner--sm {
  max-width: 800px;
  padding: 0;
}

@media (max-width: 1023px) {

  .l-container,
  .c-section__inner,
  .p-about__body-inner,
  .p-life__body-inner,
  .p-spec__bottom-inner,
  .p-voice__inner {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (max-width: 767px) {

  .l-container,
  .c-section__inner,
  .p-about__body-inner,
  .p-life__body-inner,
  .p-spec__bottom-inner,
  .p-voice__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* =========================================================

Object

========================================================= */
/* ---------------------------------------------------------

Component

--------------------------------------------------------- */
/* preloader-main*/
.c-preloader {
  position: fixed;
  z-index: 10000000;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  text-align: center;
  background-color: #FFF;
}

.is-gnav-open .c-preloader {
  pointer-events: none;
}

.is-page-loaded .c-preloader {
  pointer-events: none;
}

.c-preloader__logo {
  position: absolute;
  z-index: 10000000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.c-preloader__logo-svg {
  width: 180px;
  height: 48.6px;
}

.c-preloader__logo-svg path {
  fill: #70cef7;
}

@media (max-width: 1023px) {
  .c-preloader__logo-svg {
    width: 120px;
    height: 32.4px;
  }
}

@media (max-width: 767px) {
  .c-preloader__logo-svg {
    width: 120px;
    height: 32.4px;
  }
}

.c-text,
.c-box__text {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  color: #595757;
}

.c-text--md {
  font-size: 17px;
  font-size: 1.7rem;
}

.c-text a,
.c-box__text a {
  text-decoration: underline;
}

.c-text a:hover,
.c-box__text a:hover {
  text-decoration: none;
}

.c-text:last-child,
.c-box__text:last-child {
  margin-bottom: 0;
}

@media (max-width: 1023px) {

  .c-text,
  .c-box__text {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 15px;
  }

  .c-text--md {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {

  .c-text,
  .c-box__text {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }

  .c-text--md {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@font-face {
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/icomoon.eot?ptazyz");
  src: url("../fonts/icomoon.eot?ptazyz#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ptazyz") format("truetype"), url("../fonts/icomoon.woff?ptazyz") format("woff"), url("../fonts/icomoon.svg?ptazyz#icomoon") format("svg");
}

[class^='c-icon-'],
[class*='c-icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.c-icon-facebook:before {
  content: "\e900";
}

.c-icon-twitter:before {
  content: "\e901";
}

.c-icon-x:before {
  content: "\e90a";
}

.c-icon-arrow-down:before {
  content: "\e902";
}

.c-icon-arrow-left:before {
  content: "\e903";
}

.c-icon-arrow-right:before {
  content: "\e904";
}

.c-icon-arrow-down:before {
  content: "\e905";
}

.c-icon-download:before {
  content: "\e906";
}

.c-icon-window:before {
  content: "\e907";
}

.c-icon-mail:before {
  content: "\e908";
}

.c-icon-tel:before {
  content: "\e909";
}

.c-icon-question:before {
  content: "\ea09";
}

.c-button {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  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;
  height: 50px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #fff !important;
  border-radius: 25px;
  background-color: #00B9EF;
}

.c-button:hover {
  opacity: 0.8;
  color: #fff;
}

.c-button .c-icon-download {
  padding-left: 5px;
}

@media (max-width: 1023px) {
  .c-button {
    font-size: 14px;
    font-size: 1.4rem;
    height: 34px;
    border-radius: 17px;
  }

  .c-button .c-icon-download {
    padding-left: 5px;
  }
}

@media (max-width: 767px) {
  .c-button {
    font-size: 12px;
    font-size: 1.2rem;
    height: 24px;
    border-radius: 12px;
  }

  .c-button .c-icon-download {
    padding-left: 5px;
  }
}

.c-section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #fff;
}

.c-section--gray {
  background-color: #F4F5F6;
}

@media (max-width: 1023px) {
  .c-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .c-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.c-section__inner {
  position: relative;
}

.c-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto 50px;
  text-align: center;
}

.c-heading--white {
  color: #fff;
}

.c-heading--white svg {
  fill: #fff;
}

.c-heading--blue {
  color: #00B9EF;
}

.c-heading--blue svg {
  fill: #00B9EF;
}

@media (max-width: 1023px) {
  .c-heading {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .c-heading {
    margin-bottom: 20px;
  }
}

.c-heading__image {
  -ms-flex-preferred-size: 286px;
  flex-basis: 286px;
  max-width: 286px;
  margin-right: 15px;
}

.c-heading__image img {
  width: 100%;
}

@media (max-width: 767px) {
  .c-heading__image {
    -ms-flex-preferred-size: 41.86667vw;
    flex-basis: 41.86667vw;
    max-width: 41.86667vw;
    margin-right: 10px;
  }
}

.c-heading__text {
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .c-heading__text {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.c-sns {
  position: absolute;
  z-index: 100;
  bottom: 30px;
  left: 10px;
  text-align: center;
  color: #fff;
}

.c-sns a {
  color: #fff;
}

@media (max-width: 1023px) {
  .c-sns {
    left: auto;
    right: 0;
    bottom: 7.8125vw;
  }
}

@media (max-width: 767px) {
  .c-sns {
    right: -5px;
    bottom: 10.66667vw;
  }
}

.c-sns__heading {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  font-style: italic;
  -webkit-transform: rotate(90deg) translateX(-50%);
  -ms-transform: rotate(90deg) translateX(-50%);
  transform: rotate(90deg) translateX(-50%);
}

@media (max-width: 767px) {
  .c-sns__heading {
    font-size: 10px;
    font-size: 1rem;
  }
}

.c-sns__list {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .c-sns__list {
    margin-top: 10px;
  }
}

.c-sns__list-item {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 20px;
}

.c-sns__list-item:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .c-sns__list-item {
    margin-bottom: 15px;
  }
}

.c-logo__main {
  width: 100%;
  height: auto;
  fill: #70cef7;
}

.c-pagetop {
  position: fixed;
  z-index: 100;
  right: 50px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.is-scrolled .c-pagetop {
  opacity: 1;
}

.c-pagetop 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: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 100%;
  background-color: #00B9EF;
}

.c-pagetop a img {
  width: 20px;
}

.c-pagetop a:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

@media (max-width: 1023px) {
  .c-pagetop {
    right: 15px;
    bottom: 50px;
  }
}

@media (max-width: 767px) {
  .c-pagetop {
    right: 10px;
    bottom: 50px;
  }
}

.c-accordion {
  border-bottom: 1px solid #c3c4c4;
}

.c-accordion:first-child {
  border-bottom: none;
}

.c-accordion#product-information {
  position: relative;
  z-index: 100;
}

@media (max-width: 1023px) {
  .c-accordion {
    margin-top: -80px;
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .c-accordion {
    margin-top: -50px;
    padding-top: 50px;
  }
}

.c-accordion__header {
  position: relative;
  cursor: pointer;
  border-top: 1px solid #c3c4c4;
}

.c-accordion__header a {
  display: block;
  padding: 50px;
  color: #212121;
}

@media (max-width: 1023px) {
  .c-accordion__header a {
    padding: 30px 10px;
  }
}

@media (max-width: 767px) {
  .c-accordion__header a {
    padding: 20px 5px;
  }
}

.c-accordion__header-heading {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media (max-width: 1023px) {
  .c-accordion__header-heading {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media (max-width: 767px) {
  .c-accordion__header-heading {
    font-size: 20px;
    font-size: 2rem;
  }
}

.c-accordion__header-icon {
  position: absolute;
  top: 50%;
  right: 50px;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  border-radius: 100%;
  background-color: #fff;
}

.is-support-active .c-accordion__header--support .c-accordion__header-icon {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.is-product-active .c-accordion__header--product .c-accordion__header-icon {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-accordion__header-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  content: '';
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #212121;
}

.c-accordion__header-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 20px;
  content: '';
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #212121;
}

@media (max-width: 1023px) {
  .c-accordion__header-icon {
    right: 10px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }

  .c-accordion__header-icon::before {
    width: 15px;
  }

  .c-accordion__header-icon::after {
    height: 15px;
  }
}

@media (max-width: 767px) {
  .c-accordion__header-icon {
    right: 5px;
    width: 25px;
    height: 25px;
    margin-top: -12.5px;
  }

  .c-accordion__header-icon::before {
    width: 10px;
  }

  .c-accordion__header-icon::after {
    height: 10px;
  }
}

.c-accordion__body {
  display: none;
  padding: 0 75px 80px;
  border-top: 1px solid #c3c4c4;
}

.is-product-active .c-accordion__body--product {
  display: block;
}

.is-support-active .c-accordion__body--support {
  display: block;
}

.c-accordion__body a {
  color: #00B9EF;
}

.c-accordion__body a .c-icon-window {
  padding-left: 8px;
  vertical-align: -2px;
}

@media (max-width: 1023px) {
  .c-accordion__body {
    padding: 0 30px 50px;
  }
}

@media (max-width: 767px) {
  .c-accordion__body {
    padding: 0 10px 50px;
  }

  .c-accordion__body a .c-icon-window {
    padding-left: 5px;
    vertical-align: -2px;
  }
}

.c-accordion__box {
  padding: 50px 50px 50px;
  border-bottom: 1px solid #c3c4c4;
}

.c-accordion__box:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

@media (max-width: 1023px) {
  .c-accordion__box {
    padding: 50px 30px 50px;
  }

  .c-accordion__box .c-button {
    font-size: 18px;
    font-size: 1.8rem;
    height: 60px;
    margin-top: 20px;
    border-radius: 30px;
  }
}

@media (max-width: 767px) {
  .c-accordion__box {
    padding: 20px 10px 40px;
  }

  .c-accordion__box .c-button {
    font-size: 15px;
    font-size: 1.5rem;
    height: 80px;
    margin-top: 20px;
    border-radius: 40px;
  }
}

.c-accordion__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1023px) {
  .c-accordion__row {
    display: block;
  }
}

.c-accordion__col--left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: auto;
}

.c-accordion__col--right {
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  max-width: 320px;
}

.c-accordion__col--right img {
  width: 100%;
}

.c-accordion__col--catalog {
  margin: auto;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  max-width: 640px;
}

.c-accordion__col--catalog .c-button {
  border-radius: 35px;
  margin-top: 50px;
  height: 70px;
}

@media (max-width: 1023px) {
  .c-accordion__col--catalog .c-button {
    font-size: 18px;
    font-size: 1.8rem;
    height: 60px;
    margin-top: 45px;
    border-radius: 30px;
  }
}

@media (max-width: 767px) {
  .c-accordion__col--catalog .c-button {
    font-size: 15px;
    font-size: 1.5rem;
    height: 80px;
    margin-top: 40px;
    border-radius: 40px;
  }
}

.c-accordion__heading {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}

@media (max-width: 1023px) {
  .c-accordion__heading {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .c-accordion__heading {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.c-accordion__heading-2 {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}

@media (max-width: 1023px) {
  .c-accordion__heading-2 {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 8px;
  }
}

@media (max-width: 767px) {
  .c-accordion__heading-2 {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
}

.c-accordion__text {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 40px;
}

.c-accordion__text--lg {
  font-size: 20px;
  font-size: 2rem;
}

.c-accordion__text--lg .c-icon-mail {
  padding-right: 10px;
  vertical-align: -5px;
}

.c-accordion__text--lg .c-icon-tel {
  padding-right: 10px;
}

.c-accordion__text--blue {
  color: #00B9EF;
}

.c-accordion__text--mb20 {
  margin-bottom: 20px;
}

.c-accordion__text--mb0 {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .c-accordion__text {
    font-size: 11px;
    font-size: 1.1rem;
    margin-bottom: 20px;
  }

  .c-accordion__text--lg {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .c-accordion__text--lg .c-icon-mail {
    padding-right: 5px;
    vertical-align: -4px;
  }

  .c-accordion__text--lg .c-icon-tel {
    padding-right: 5px;
    vertical-align: -2px;
  }

  .c-accordion__text--mb20 {
    margin-bottom: 10px;
  }

  .c-accordion__text--mb0 {
    margin-bottom: 20px;
  }
}

.c-accordion__text-sm {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6666;
  display: block;
  margin-top: 5px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .c-accordion__text-sm {
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 15px;
  }
}

.c-accordion__text-icon {
  position: relative;
  padding-left: 1em;
}

.c-accordion__text-icon::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '※';
}

.c-accordion__text-red {
  color: #e9001e;
}

.c-accordion__link {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}

@media (max-width: 1023px) {
  .c-accordion__link {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .c-accordion__link {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.c-accordion__list {
  color: #595757;
  border-top: 1px solid #c3c4c4;
}

.c-accordion__list--mb {
  margin-bottom: 100px;
}

@media (max-width: 1023px) {
  .c-accordion__list--mb {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .c-accordion__list--mb {
    margin-bottom: 20px;
  }
}

.c-accordion__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #c3c4c4;
}

@media (max-width: 767px) {
  .c-accordion__list-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
  }
}

.c-accordion__list-heading {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  max-width: 40%;
  padding-left: 50px;
}

@media (max-width: 1023px) {
  .c-accordion__list-heading {
    font-size: 15px;
    font-size: 1.5rem;
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .c-accordion__list-heading {
    font-size: 14px;
    font-size: 1.4rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 10px;
  }
}

.c-accordion__list-heading-sub {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
  display: block;
  margin-top: 10px;
}

@media (max-width: 1023px) {
  .c-accordion__list-heading-sub {
    font-size: 10px;
    font-size: 1rem;
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .c-accordion__list-heading-sub {
    font-size: 10px;
    font-size: 1rem;
    margin-top: 3px;
    margin-bottom: 10px;
  }
}

.c-accordion__list-description {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  max-width: 60%;
}

@media (max-width: 767px) {
  .c-accordion__list-description {
    font-size: 13px;
    font-size: 1.3rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.c-accordion__list-description-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  padding-right: 50px;
  padding-bottom: 20px;
  padding-left: 50px;
  border-bottom: 1px solid #c3c4c4;
}

.c-accordion__list-description-row:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

@media (max-width: 1023px) {
  .c-accordion__list-description-row {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .c-accordion__list-description-row {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .c-accordion__list-description-row:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}

.c-accordion__list-description-col--text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-accordion__list-description-col--text a {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
  word-wrap: break-word;
}

.c-accordion__list-description-col--qr {
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
  max-width: 100px;
  padding-left: 30px;
}

.c-accordion__list-description-col--qr img {
  width: 100%;
}

@media (max-width: 1023px) {
  .c-accordion__list-description-col--qr {
    display: none;
  }
}

@media (max-width: 767px) {
  .c-accordion__list-description-col--text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .c-accordion__list-description-col--text a {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.6;
    word-wrap: break-word;
  }
}

.c-accordion__list-icon-1 {
  margin-bottom: 50px;
}

@media (max-width: 1023px) {
  .c-accordion__list-icon-1 {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .c-accordion__list-icon-1 {
    margin-bottom: 30px;
  }
}

.c-accordion__list-item-1 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  position: relative;
  margin-bottom: 10px;
  padding-left: 1.2em;
}

.c-accordion__list-item-1:last-child {
  margin-bottom: 0;
}

.c-accordion__list-item-1::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '・';
}

@media (max-width: 767px) {
  .c-accordion__list-item-1 {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 5px;
    padding-left: 1em;
  }
}

.c-accordion__list-icon-2 {
  margin-bottom: 50px;
}

@media (max-width: 1023px) {
  .c-accordion__list-icon-2 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .c-accordion__list-icon-2 {
    margin-bottom: 20px;
  }
}

.c-accordion__list-item-2 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  position: relative;
  margin-bottom: 10px;
  padding-left: 1.2em;
}

.c-accordion__list-item-2:last-child {
  margin-bottom: 0;
}

.c-accordion__list-item-2::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\25CF';
}

@media (max-width: 767px) {
  .c-accordion__list-item-2 {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
}

.c-accordion__list-icon-3 {
  margin-bottom: 50px;
}

.c-accordion__list-icon-3:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .c-accordion__list-icon-3 {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) and (max-width: 1023px) {
  .c-accordion__list-icon-3 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .c-accordion__list-icon-3 {
    margin-bottom: 20px;
  }
}

.c-accordion__list-item-3 {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 2;
  position: relative;
  margin-bottom: 10px;
  padding-left: 1.2em;
}

.c-accordion__list-item-3:last-child {
  margin-bottom: 0;
}

.c-accordion__list-item-3::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\25CB';
}

@media (max-width: 767px) {
  .c-accordion__list-item-3 {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
}

.c-accordion__image {
  margin-top: 20px;
  margin-bottom: 30px;
}

.c-accordion__image img {
  width: 100%;
}

@media (max-width: 1023px) {
  .c-accordion__image {
    margin-top: 15px;
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .c-accordion__image {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

.c-accordion__faq {
  margin-bottom: 20px;
}

.c-accordion__faq:last-of-type {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .c-accordion__faq {
    margin-bottom: 10px;
  }

  .c-accordion__faq:last-of-type {
    margin-bottom: 30px;
  }
}

.c-accordion__faq-q {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2;
  position: relative;
  padding-left: 1.3em;
}

.c-accordion__faq-q:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\1F160';
}

@media (max-width: 767px) {
  .c-accordion__faq-q {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.c-accordion__faq-a {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  position: relative;
  padding-left: 1.3em;
}

.c-accordion__faq-a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\24B6';
}

@media (max-width: 767px) {
  .c-accordion__faq-a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.c-lead,
.p-about__lead,
.p-life__lead,
.p-voice__lead {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.05em;
}

@media (max-width: 1023px) {

  .c-lead,
  .p-about__lead,
  .p-life__lead,
  .p-voice__lead {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {

  .c-lead,
  .p-about__lead,
  .p-life__lead,
  .p-voice__lead {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@-webkit-keyframes modal-video {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes modal-video {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }

  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }

  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 185, 239, 0.8);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: modal-video;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.modal-video-close {
  opacity: 0;
}

.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.modal-video-body {
  max-width: 70%;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table;
}

@media (max-width: 1023px) {
  .modal-video-body {
    max-width: 80%;
  }
}

@media (max-width: 767px) {
  .modal-video-body {
    max-width: 80%;
  }
}

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: modal-video-inner;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  position: fixed;
  z-index: 10000;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 1000000;
  background-color: #00B9EF;
  border: 1px solid #fff;
  border-radius: 100%;
}

.modal-video-close-btn::before,
.modal-video-close-btn::after {
  position: absolute;
  top: 14px;
  left: 9px;
  display: block;
  width: 10px;
  height: 1px;
  content: '';
  background-color: #fff;
}

.modal-video-close-btn::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-video-close-btn::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  max-height: 90px;
  overflow-y: scroll;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-slide::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

.slick-slide::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 5px;
}

.slick-slide::-webkit-scrollbar-track {
  background: none;
  border-radius: 5px;
}

.slick-arrow.slick-hidden {
  display: none;
}

.c-slider {
  padding-bottom: 40px;
}

.c-slider .slick-arrow {
  font-size: 0px;
  font-size: 0rem;
  position: absolute;
  bottom: 8px;
  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: 20px;
  height: 20px;
  border: none;
  background: none;
}

.c-slider .slick-arrow::after {
  top: 0;
  left: 0;
  display: block;
  color: #fff;
}

.c-slider .slick-arrow:hover {
  opacity: 0.5;
}

.c-slider .slick-prev {
  right: 20px;
}

.c-slider .slick-prev::after {
  font-size: 10px;
  font-size: 1rem;
  font-family: "icomoon" !important;
  content: '\e903';
}

.c-slider .slick-next {
  right: 0;
}

.c-slider .slick-next::after {
  font-size: 10px;
  font-size: 1rem;
  font-family: "icomoon" !important;
  content: '\e904';
}

@media (max-width: 767px) {
  .c-slider .slick-prev {
    right: 10px;
  }

  .c-slider .slick-next {
    right: -10px;
  }
}

.c-box {
  margin-bottom: 100px;
  padding: 0 2.77778vw;
}

.c-box:last-child {
  margin-bottom: 0;
}

.p-after .c-box {
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
}

@media (max-width: 1023px) {
  .c-box {
    margin-bottom: 60px;
    padding: 0 50px;
  }

  .p-after .c-box {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}

@media (max-width: 767px) {
  .c-box {
    margin-bottom: 40px;
    padding: 0 20px;
  }

  .p-after .c-box {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

.c-box__kv {
  position: relative;
}

.c-box__kv-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 45.83333vw;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 1023px) {
  .c-box__kv-item {
    height: auto;
  }

  .p-after .c-box__kv-item {
    height: 57.29167vw;
  }

  .p-food .c-box__kv-item {
    height: 49.47917vw;
  }
}

@media (max-width: 767px) {
  .p-after .c-box__kv-item {
    height: 101.33333vw;
  }

  .p-food .c-box__kv-item {
    height: 58.66667vw;
  }
}

.c-box__kv-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 150px;
  padding: 0 60px;
}

.c-box__kv-inner--absolute {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 1023px) {
  .c-box__kv-inner {
    margin: 0;
    padding: 80px 30px 80px;
  }
}

@media (max-width: 767px) {
  .c-box__kv-inner {
    padding: 60px 20px 60px;
  }
}

.c-box__kv-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}

@media (max-width: 767px) {
  .c-box__kv-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.c-box__kv-col--logo {
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  max-width: 320px;
  margin-right: auto;
  margin-left: -60px;
}

@media (max-width: 1023px) {
  .c-box__kv-col--logo {
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    max-width: 200px;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .c-box__kv-col--logo {
    -ms-flex-preferred-size: 120px;
    flex-basis: 120px;
    max-width: 120px;
    margin-left: 0;
  }
}

.c-box__kv-logo {
  width: 100%;
}

.c-box__kv-logo img {
  width: 100%;
}

.c-box__kv-heading {
  margin-bottom: 40px;
}

.c-box__kv-heading img {
  max-width: 100%;
}

@media (max-width: 1023px) {
  .c-box__kv-heading {
    margin-bottom: 30px;
  }

  .c-box__kv-heading img {
    max-width: 80%;
  }
}

@media (max-width: 767px) {
  .c-box__kv-heading {
    margin-bottom: 20px;
  }

  .p-after .c-box__kv-heading {
    max-width: 56%;
  }
}

.c-box__kv-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
}

.c-box__kv-info-item:last-child {
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .c-box__kv-info-item {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .c-box__kv-info-item {
    margin-bottom: 10px;
  }
}

.c-box__kv-info-item-heading {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  font-family: Noto Sans JP, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  -ms-flex-preferred-size: 65px;
  flex-basis: 65px;
  max-width: 65px;
  text-align: center;
  letter-spacing: 0.05em;
  border: 1px solid #fff;
}

@media (max-width: 767px) {
  .c-box__kv-info-item-heading {
    font-size: 12px;
    font-size: 1.2rem;
    -ms-flex-preferred-size: 50px;
    flex-basis: 50px;
    max-width: 50px;
  }
}

.c-box__kv-info-item-description {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  font-family: Noto Sans JP, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 15px;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .c-box__kv-info-item-description {
    font-size: 12px;
    font-size: 1.2rem;
    margin-left: 10px;
  }
}

.c-box__kv-text {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.6;
  font-family: Noto Sans JP, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-top: 30px;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .c-box__kv-text {
    font-size: 11px;
    font-size: 1.1rem;
    margin-top: 10px;
  }
}

.p-after .c-box__kv-controller {
  top: -40px;
  left: 0;
}

.p-food .c-box__kv-controller {
  top: -40px;
  right: 0;
}

@media (max-width: 1023px) {
  .p-after .c-box__kv-controller {
    top: -35px;
    right: 0;
    left: auto;
  }

  .p-food .c-box__kv-controller {
    top: -35px;
  }
}

@media (max-width: 767px) {
  .p-after .c-box__kv-controller {
    top: -35px;
  }

  .p-food .c-box__kv-controller {
    top: -30px;
  }
}

.c-box__body {
  position: relative;
  z-index: 100;
  max-width: 1200px;
  margin: -50px auto 0;
  padding: 50px 60px;
  background-color: #fff;
}

@media (max-width: 1023px) {
  .c-box__body {
    margin: 0;
    padding: 20px 30px 30px;
  }
}

@media (max-width: 767px) {
  .c-box__body {
    padding: 10px 20px 20px;
  }
}

.c-box__text {
  margin-bottom: 50px;
  text-align: center;
}

@media (max-width: 1023px) {
  .c-box__text {
    margin-bottom: 30px;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .c-box__text {
    margin-bottom: 15px;
  }
}

.c-box__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
}

@media (max-width: 1023px) {
  .c-box__row {
    margin: 0 -10px;
  }
}

@media (max-width: 767px) {
  .c-box__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
}

.c-box__col {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 20px;
}

@media (max-width: 1023px) {
  .c-box__col {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .c-box__col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }

  .c-box__col:last-child {
    margin-bottom: 0;
  }
}

.c-box__sub-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}

.c-box__sub-col {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 5px;
}

.c-box__artist {
  position: relative;
}

.c-box__artist a {
  cursor: pointer;
}

.c-box__artist img {
  width: 100%;
}

.c-box__artist-icon {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  z-index: 10;
  right: 15px;
  bottom: 10px;
  padding-bottom: 3px;
  letter-spacing: 0.15em;
  color: #212121;
  border-bottom: 1px solid #fff;
}

@media (max-width: 767px) {
  .c-box__artist-icon {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.c-box__button {
  max-width: 600px;
  margin: 50px auto 0;
}

@media (max-width: 1023px) {
  .c-box__button {
    max-width: 80%;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .c-box__button {
    margin-top: 10px;
  }
}

.c-box__button-note {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.75;
  font-family: Noto Sans JP, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-top: 20px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #595757;
}

@media (max-width: 767px) {
  .c-box__button-note {
    font-size: 10px;
    font-size: 1rem;
    margin-top: 10px;
  }
}

/* ==========================================================================
Remodal's necessary styles
========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 99999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 100000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* ==========================================================================
Remodal's default mobile first theme
========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(0, 185, 239, 0.8);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 20px 40px 20px;
}

/* Default theme styles of the modal dialog */
.remodal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;

  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

/* Media queries
========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}

/* IE8
========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/* ==========================================================================
Remodal's necessary styles
========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 99999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 100000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

.c-modal {
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 10px;
  background: #fff;
}

.c-modal__close {
  position: fixed;
  z-index: 10000;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 1000000;
  background-color: #00B9EF;
  border: 1px solid #fff;
  border-radius: 100%;
}

.c-modal__close::before,
.c-modal__close::after {
  position: absolute;
  top: 14px;
  left: 9px;
  display: block;
  width: 10px;
  height: 1px;
  content: '';
  background-color: #fff;
}

.c-modal__close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-modal__close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* ---------------------------------------------------------

Project

--------------------------------------------------------- */
.p-kv {
  position: relative;
  z-index: 50;
  width: 100%;
  height: 100vh;
  background-color: #fffcf0;
}

@media (max-width: 1023px) {
  .p-kv {
    position: relative;
    height: auto;
  }
}

.p-kv__inner {
  width: 100%;
  height: 100%;
}

@media (max-width: 1023px) {
  .p-kv__inner {
    position: relative;
  }
}

.p-kv__heading {
  position: absolute;
  z-index: 10;
  top: 18.41667vw;
  right: 12.5vw;
  opacity: 0;
}

.is-page-loaded .p-kv__heading {
  -webkit-transition: 0.1s opacity cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
  -o-transition: 0.1s opacity cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
  transition: 0.1s opacity cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
  opacity: 1;
}

@media (max-width: 1023px) {
  .p-kv__heading {
    top: 11.5vh;
    right: 25.5vw;
  }
}

@media (max-width: 767px) {
  .p-kv__heading {
    top: 19.06667vw;
    right: 10.33333vw;
  }
}

.p-kv__heading-en {
  display: block;
  width: 600px;
  margin-bottom: 20px;
}

.p-kv__heading-en img {
  width: 100%;
}

@media (max-width: 1023px) {
  .p-kv__heading-en {
    width: 40.08333vw;
  }
}

@media (max-width: 767px) {
  .p-kv__heading-en {
    width: 70.66667vw;
    margin-bottom: 2.66667vw;
  }
}

.p-kv__heading-ja {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.15em;
  color: #595757;
}

@media (max-width: 1023px) {
  .p-kv__heading-ja {
    font-size: 2.34375vw;
  }
}

@media (max-width: 767px) {
  .p-kv__heading-ja {
    font-size: 3.2vw;
  }
}

.p-kv__image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/kv.jpg);
  background-position: center bottom;
  background-size: cover;
  -webkit-clip-path: circle(20% at 32% 45%);
  clip-path: circle(20% at 32% 45%);
}

.p-kv__image img {
  width: 100%;
}

.is-page-loaded .p-kv__image {
  -webkit-animation: clipmove 5s cubic-bezier(0.19, 1, 0.22, 1) 2s forwards;
  animation: clipmove 5s cubic-bezier(0.19, 1, 0.22, 1) 2s forwards;
}

@media (max-width: 1023px) {
  .p-kv__image {
    position: static;
    height: 130.48958vw;
    background-image: url(../images/kv_sp.jpg);
    -webkit-clip-path: circle(20% at 51% 51%);
    clip-path: circle(20% at 51% 51%);
  }

  .is-page-loaded .p-kv__image {
    -webkit-animation: clipmove_md 5s cubic-bezier(0.19, 1, 0.22, 1) 2s forwards;
    animation: clipmove_md 5s cubic-bezier(0.19, 1, 0.22, 1) 2s forwards;
  }
}

@media (max-width: 767px) {
  .p-kv__image {
    height: 146.66667vw;
    -webkit-clip-path: circle(17% at 50% 55%);
    clip-path: circle(17% at 50% 55%);
  }

  .is-page-loaded .p-kv__image {
    -webkit-animation: clipmove_sm 5s cubic-bezier(0.19, 1, 0.22, 1) 2s forwards;
    animation: clipmove_sm 5s cubic-bezier(0.19, 1, 0.22, 1) 2s forwards;
  }
}

@-webkit-keyframes clipmove_sm {
  0% {
    -webkit-clip-path: circle(20% at 50% 55%);
    clip-path: circle(20% at 50% 55%);
  }

  100% {
    -webkit-clip-path: circle(200% at 100% 100%);
    clip-path: circle(200% at 100% 100%);
  }
}

@keyframes clipmove_sm {
  0% {
    -webkit-clip-path: circle(20% at 50% 55%);
    clip-path: circle(20% at 50% 55%);
  }

  100% {
    -webkit-clip-path: circle(200% at 100% 100%);
    clip-path: circle(200% at 100% 100%);
  }
}

@-webkit-keyframes clipmove_md {
  0% {
    -webkit-clip-path: circle(20% at 51% 51%);
    clip-path: circle(20% at 51% 51%);
  }

  100% {
    -webkit-clip-path: circle(200% at 100% 100%);
    clip-path: circle(200% at 100% 100%);
  }
}

@keyframes clipmove_md {
  0% {
    -webkit-clip-path: circle(20% at 51% 51%);
    clip-path: circle(20% at 51% 51%);
  }

  100% {
    -webkit-clip-path: circle(200% at 100% 100%);
    clip-path: circle(200% at 100% 100%);
  }
}

@-webkit-keyframes clipmove {
  0% {
    -webkit-clip-path: circle(17% at 32% 45%);
    clip-path: circle(17% at 32% 45%);
  }

  100% {
    -webkit-clip-path: circle(200% at 100% 100%);
    clip-path: circle(200% at 100% 100%);
  }
}

@keyframes clipmove {
  0% {
    -webkit-clip-path: circle(17% at 32% 45%);
    clip-path: circle(17% at 32% 45%);
  }

  100% {
    -webkit-clip-path: circle(200% at 100% 100%);
    clip-path: circle(200% at 100% 100%);
  }
}

.p-kv__icon {
  position: absolute;
  width: 4.16667vw;
  height: 4.16667vw;
  opacity: 0;
  border-radius: 100%;
  background-color: #e9001e;
}

.p-kv__icon--1 {
  bottom: 7.63889vw;
  left: 31.25vw;
}

.p-kv__icon--2 {
  bottom: 20.13889vw;
  left: 68.75vw;
}

.is-page-loaded .p-kv__icon {
  -webkit-transition: 0.3s opacity cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
  -o-transition: 0.3s opacity cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
  transition: 0.3s opacity cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
  opacity: 1;
}

@media (max-width: 1023px) {
  .p-kv__icon {
    width: 8vw;
    height: 8vw;
  }

  .p-kv__icon--1 {
    bottom: 38.66667vw;
    left: 14.66667vw;
  }

  .p-kv__icon--2 {
    bottom: 60vw;
    left: 79.46667vw;
  }
}

.p-kv__border {
  position: absolute;
  bottom: 9.72222vw;
  left: 33.33333vw;
  width: 38.19444vw;
  height: 2px;
  -webkit-transform: rotate(-18.5deg);
  -ms-transform: rotate(-18.5deg);
  transform: rotate(-18.5deg);
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  opacity: 0;
  background-color: #e9001e;
}

.is-page-loaded .p-kv__border {
  -webkit-transition: 0.3s opacity cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
  -o-transition: 0.3s opacity cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
  transition: 0.3s opacity cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
  opacity: 1;
}

@media (max-width: 1023px) {
  .p-kv__border {
    bottom: 42.66667vw;
    left: 20.8vw;
    width: 64vw;
    height: 2px;
    -webkit-transform: rotate(-18.3deg);
    -ms-transform: rotate(-18.3deg);
    transform: rotate(-18.3deg);
  }
}

.p-kv__youtube {
  position: absolute;
  right: 10px;
  bottom: 170px;
  width: 100%;
  max-width: 240px;
  opacity: 0;
}

.p-kv__youtube--sp {
  display: none;
}

.p-kv__youtube img {
  width: 100%;
}

.is-page-loaded .p-kv__youtube {
  -webkit-transition: 0.3s opacity cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
  -o-transition: 0.3s opacity cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
  transition: 0.3s opacity cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
  opacity: 1;
}

@media (max-width: 1023px) {
  .p-kv__youtube {
    right: 50%;
    bottom: 40px;
    max-width: 420px;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }

  .p-kv__youtube--pc {
    display: none;
  }

  .p-kv__youtube--sp {
    display: block;
  }
}

@media (max-width: 767px) {
  .p-kv__youtube {
    bottom: 30px;
    max-width: 215px;
  }
}

.p-news {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 100%;
  max-height: 150px;
  max-width: 400px;
  padding: 20px 20px 0;
  border-radius: 10px;
  background-color: rgba(142, 128, 126, 0.9);
  opacity: 0;
}

.p-news a {
  color: #fff;
}

.is-page-loaded .p-news {
  -webkit-transition: 0.3s opacity cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
  -o-transition: 0.3s opacity cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
  transition: 0.3s opacity cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
  opacity: 1;
}

@media (max-width: 1023px) {
  .p-news {
    position: relative;
    z-index: 1000;
    right: 0;
    bottom: 0;
    width: calc(100% - 60px);
    max-width: 100%;
    margin: -3.90625vw 30px;
  }
}

@media (max-width: 767px) {
  .p-news {
    width: calc(100% - 20px);
    margin: -5.33333vw 10px;
  }
}

.p-news__item-date {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  font-style: italic;
  display: block;
}

@media (max-width: 1023px) {
  .p-news__item-date {
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .p-news__item-date {
    margin-bottom: 5px;
  }
}

.p-news__item-title {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 1023px) {
  .p-news__item-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .p-news__item-title {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.p-about {
  z-index: 40;
  color: #fff;
  background-color: #70cef7;
}

@media (max-width: 1023px) {
  .p-about {
    /*margin-top: -78px;*/
    padding-top: 50px;
  }

  .p-about::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #70cef7;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    height: 0.65104vw;
    width: 100%;
    z-index: 5;
  }
}

@media (max-width: 767px) {
  .p-about {
    /*margin-top: -76px;*/
    /*padding-top: 30px; 追加 → 削除 */
    padding-bottom: 50px;
  }

  .p-about::before {
    height: 9.33333vw;
  }
}

.p-about__lead {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .p-about__lead {
    margin-bottom: 32vw;
  }
}

.p-about__main {
  position: relative;
}

.p-about__main-inner {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.p-about__yupibow {
  position: relative;
  z-index: 10;
  width: 41.14035%;
  margin: 0 auto 70px;
}

.p-about__yupibow img {
  width: 100%;
}

@media (max-width: 767px) {
  .p-about__yupibow {
    width: 35.2vw;
    margin-bottom: 32vw;
  }
}

.p-about__image {
  position: absolute;
  width: 35.08772%;
}

.p-about__image img {
  width: 100%;
}

.p-about__image--1 {
  top: 24%;
  left: 0;
}

.p-about__image--2 {
  top: 3.6%;
  right: 0;
}

@media (max-width: 767px) {
  .p-about__image {
    width: 48vw;
  }

  .p-about__image--1 {
    top: 3.2vw;
    left: -8vw;
  }

  .p-about__image--2 {
    top: -10.66667vw;
    right: -8vw;
  }
}

.p-about__fukidashi {
  position: absolute;
}

.p-about__fukidashi img {
  width: 100%;
}

.p-about__fukidashi--1 {
  top: 8.29%;
  left: 0;
  width: 32.01754%;
}

.p-about__fukidashi--2 {
  right: 0;
  bottom: 12.106%;
  width: 23.24561%;
}

@media (max-width: 767px) {
  .p-about__fukidashi--1 {
    top: auto;
    bottom: -20.26667vw;
    width: 53.06667vw;
  }

  .p-about__fukidashi--2 {
    top: -24vw;
    bottom: auto;
    width: 39.73333vw;
  }
}

.p-about__icon {
  position: absolute;
  width: 3.07018%;
  height: 5.80431%;
  border-radius: 100%;
  background-color: #e9001e;
}

.p-about__icon--1 {
  top: 61.02819%;
  left: 16.66667%;
}

.p-about__icon--2 {
  top: 43.11774%;
  right: 15.78947%;
}

@media (max-width: 767px) {
  .p-about__icon {
    width: 4.8vw;
    height: 4.8vw;
  }

  .p-about__icon--1 {
    top: 30.4vw;
    left: 14.66667vw;
  }

  .p-about__icon--2 {
    top: 18.66667vw;
    right: 13.33333vw;
  }
}

.p-about__border {
  position: absolute;
  top: 64.2%;
  left: 18.2%;
  width: 64.91228%;
  height: 2px;
  -webkit-transform: rotate(-8.6deg);
  -ms-transform: rotate(-8.6deg);
  transform: rotate(-8.6deg);
  background-color: #e9001e;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}

@media (max-width: 767px) {
  .p-about__border {
    top: 32.53333vw;
    left: 17.33333vw;
    width: 68%;
    -webkit-transform: rotate(-9.8deg);
    -ms-transform: rotate(-9.8deg);
    transform: rotate(-9.8deg);
  }
}

.p-about__body-inner {
  max-width: 1240px;
}

.p-about__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -15px -50px;
}

@media (max-width: 1023px) {
  .p-about__item-list {
    margin: 0 -10px -30px;
  }
}

@media (max-width: 767px) {
  .p-about__item-list {
    display: block;
    margin: 0 0 -30px;
  }
}

.p-about__item {
  -ms-flex-preferred-size: 33.3333%;
  flex-basis: 33.3333%;
  max-width: 33.3333%;
  margin-bottom: 50px;
  padding: 0 15px;
  text-align: center;
}

@media (max-width: 1023px) {
  .p-about__item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    margin-bottom: 30px;
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .p-about__item {
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    max-width: 300px;
    margin: 0 auto 30px;
  }
}

.p-about__item-image {
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 10px;
}

.p-about__item-image img {
  width: 100%;
}

@media (max-width: 1023px) {
  .p-about__item-image {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .p-about__item-image {
    margin-bottom: 10px;
  }
}

.p-about__item-heading {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .p-about__item-heading {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 8px;
  }
}

.p-about__item-text {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #212121;
}

@media (max-width: 767px) {
  .p-about__item-text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.p-life {
  z-index: 20;
  padding-top: 20px;
  background-color: #fffcf0;
}

@media (max-width: 1023px) {
  .p-life {
    margin-top: -78px;
    padding-top: 100px;
  }
}

@media (max-width: 767px) {
  .p-life {
    margin-top: -50px;
    padding-top: 60px;
    padding-bottom: 50px;
  }
}

.p-life__youtube {
  position: relative;
  margin-bottom: 80px;
  padding: 0 20px;
}

.p-life__youtube img {
  width: 100%;
  border-radius: 20px;
}

@media (max-width: 1023px) {
  .p-life__youtube {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .p-life__youtube {
    margin-bottom: 40px;
    padding: 0 10px;
  }
}

img.p-life__youtube-button {
  position: absolute;
  top: 20.34722vw;
  left: 50%;
  width: 210px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 1023px) {
  img.p-life__youtube-button {
    top: 19.53125vw;
    width: 10.41667vw;
  }
}

@media (max-width: 767px) {
  img.p-life__youtube-button {
    top: 25.86667vw;
    width: 18.66667vw;
  }
}

.p-life__youtube-heading {
  position: absolute;
  top: 4.16667vw;
  left: 50%;
  width: 24.51389vw;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-life__youtube-heading img {
  width: 100%;
}

@media (max-width: 1023px) {
  .p-life__youtube-heading {
    top: 3.25521vw;
    width: 23.4375vw;
  }
}

@media (max-width: 767px) {
  .p-life__youtube-heading {
    top: 4.8vw;
    width: 31.2vw;
  }
}

.p-life__youtube-text {
  position: absolute;
  bottom: 2.08333vw;
  left: 50%;
  width: 17.63889vw;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
}

.p-life__youtube-text img {
  width: 100%;
}

.p-life__youtube-text--sp {
  display: none;
}

@media (max-width: 1023px) {
  .p-life__youtube-text {
    width: 28.64583vw;
  }
}

@media (max-width: 767px) {
  .p-life__youtube-text {
    width: 40.8vw;
    bottom: 1.33333vw;
  }

  .p-life__youtube-text--pc {
    display: none;
  }

  .p-life__youtube-text--sp {
    display: block;
  }
}

.p-life__lead {
  margin-bottom: 80px;
  color: #00B9EF;
}

@media (max-width: 1023px) {
  .p-life__lead {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .p-life__lead {
    margin-bottom: 40px;
  }
}

.p-life__body-inner {
  max-width: 1230px;
}

@media (max-width: 1023px) {
  .p-life__body-inner {
    padding: 0;
  }
}

.p-life__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}

.p-life__row:last-child {
  margin-bottom: 0;
}

.p-life__row--right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (max-width: 1023px) {
  .p-life__row {
    display: block;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .p-life__row {
    margin-bottom: 50px;
  }
}

.p-life__col {
  position: relative;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

@media (max-width: 1023px) {
  .p-life__col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.p-life__text-box {
  padding-top: 50px;
  padding-bottom: 80px;
}

.p-life__row--left .p-life__text-box {
  padding-left: 100px;
}

@media (max-width: 1023px) {
  .p-life__text-box {
    padding: 20px 0 0 40px;
  }

  .p-life__row--left .p-life__text-box {
    padding-left: 40px;
  }
}

@media (max-width: 767px) {
  .p-life__text-box {
    padding: 20px 0 0 30px;
  }

  .p-life__row--left .p-life__text-box {
    padding-left: 30px;
  }
}

.p-life__image {
  position: relative;
  height: 100%;
}

.p-life__image img {
  display: none;
}

@media (max-width: 1023px) {
  .p-life__image img {
    display: block;
    width: 100%;
  }
}

.p-life__image-item {
  position: absolute;
  overflow: hidden;
  width: 50vw;
  height: 100%;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-life__row--left .p-life__image-item {
  right: 0;
  background-position: center right;
}

.p-life__row--right .p-life__image-item {
  left: 0;
  background-position: center left;
}

@media (max-width: 1023px) {
  .p-life__image-item {
    position: static;
    width: 80%;
    border-radius: 0;
  }

  .p-life__row--right .p-life__image-item {
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .p-life__image-item {
    width: 82.13333vw;
  }
}

.p-life__text {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5;
  letter-spacing: 0.05em;
  color: #595757;
}

@media (max-width: 1023px) {
  .p-life__text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .p-life__text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.p-spec {
  padding: 0;
  z-index: 10;
}

@media (max-width: 1023px) {
  .p-spec {
    padding-top: 80px;
    margin-top: -80px;
  }
}

@media (max-width: 767px) {
  .p-spec {
    padding-top: 50px;
    margin-top: -50px;
  }
}

.p-spec__top {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #00B9EF;
}

@media (max-width: 1023px) {
  .p-spec__top {
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 100px;
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .p-spec__top {
    padding-top: 40px;
    padding-right: 10px;
    padding-bottom: 120px;
    padding-left: 10px;
  }
}

.p-spec__heading {
  margin-bottom: 100px;
}

.p-spec__yupibow {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
}

.p-spec__yupibow-image {
  display: block;
  width: 39.38596%;
  margin: 0 auto;
}

.p-spec__yupibow-image img {
  width: 100%;
}

@media (max-width: 767px) {
  .p-spec__yupibow-image {
    width: 62.13333vw;
  }
}

.p-spec__yupibow-point {
  position: absolute;
  pointer-events: none;
}

.p-spec__yupibow-point img {
  width: 100%;
}

.p-spec__yupibow-point--1 {
  top: -4%;
  left: 0;
  width: 40.17544%;
}

.p-spec__yupibow-point--2 {
  bottom: 5.5%;
  left: 0;
  width: 47.19298%;
}

.p-spec__yupibow-point--3 {
  position: static;
  width: 41.22807%;
  margin: -3% auto 0;
}

.p-spec__yupibow-point--4 {
  right: 0;
  bottom: 10%;
  width: 47.10526%;
}

.p-spec__yupibow-point--5 {
  top: -4%;
  right: 0;
  width: 51.31579%;
}

@media (max-width: 767px) {
  .p-spec__yupibow-point {
    pointer-events: all;
  }

  .p-spec__yupibow-point--1 {
    top: -11.2vw;
    left: 0;
    width: 44.13333vw;
  }

  .p-spec__yupibow-point--2 {
    bottom: 22.66667vw;
    left: 0;
    width: 44.13333vw;
  }

  .p-spec__yupibow-point--3 {
    width: 62.8vw;
    margin: -5.33333vw auto 0;
  }

  .p-spec__yupibow-point--4 {
    right: 0;
    bottom: 29.33333vw;
    width: 48.26667vw;
  }

  .p-spec__yupibow-point--5 {
    top: -16vw;
    right: 0;
    width: 49.46667vw;
  }
}

.p-spec__bottom {
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
  background-color: #70cef7;
}

@media (max-width: 1023px) {
  .p-spec__bottom {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .p-spec__bottom {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

.p-spec__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .p-spec__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p-spec__item {
  position: relative;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

@media (max-width: 767px) {
  .p-spec__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .p-spec__item--1 {
    margin-bottom: 100px;
  }
}

.p-spec__item-yupibow img {
  width: 100%;
}

@media (max-width: 1023px) {
  .p-spec__item-yupibow {
    max-width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .p-spec__item-yupibow {
    max-width: 205px;
  }
}

.p-spec__item-fukidashi {
  position: absolute;
  top: -148px;
  max-width: 325px;
}

.p-spec__item-fukidashi--1 {
  left: 0;
}

.p-spec__item-fukidashi--2 {
  right: 0;
}

.p-spec__item-fukidashi img {
  width: 100%;
}

@media (max-width: 767px) {
  .p-spec__item-fukidashi {
    position: absolute;
    top: -148px;
  }

  .p-spec__item-fukidashi--1 {
    left: 2.66667vw;
    top: -21.33333vw;
    max-width: 72.8vw;
  }

  .p-spec__item-fukidashi--2 {
    right: 2.66667vw;
    top: -24vw;
    max-width: 62.13333vw;
  }
}

.p-spec__item-heading {
  font-size: 60px;
  font-size: 6rem;
  font-weight: 400;
  line-height: 100px;
  margin: 0 20px 20px;
  text-align: center;
  border: 3px solid #fff;
  border-radius: 50px;
}

.p-spec__item--2 .p-spec__item-heading {
  letter-spacing: .23em;
  padding-left: .3em;
}

@media (max-width: 1023px) {
  .p-spec__item-heading {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 400;
    line-height: 60px;
    margin: 0 15px 20px;
    border: 2px solid #fff;
    border-radius: 30px;
  }
}

@media (max-width: 767px) {
  .p-spec__item-heading {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 400;
    line-height: 50px;
    margin: 0 15px 20px;
    border: 1.5px solid #fff;
    border-radius: 25px;
  }
}

.p-spec__item-body {
  padding: 0 30px;
}

@media (max-width: 767px) {
  .p-spec__item-body {
    padding: 0 20px;
  }
}

.p-spec__item-text {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
}

@media (max-width: 1023px) {
  .p-spec__item-text {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .p-spec__item-text {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

.p-spec__item-image {
  margin-bottom: 30px;
}

.p-spec__item-image:last-child {
  margin-bottom: 0;
}

.p-spec__item-image img {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 10px;
}

@media (max-width: 1023px) {
  .p-spec__item-image {
    margin-bottom: 25px;
  }

  .p-spec__item-image img {
    margin-bottom: 8px;
  }
}

@media (max-width: 767px) {
  .p-spec__item-image {
    margin-bottom: 20px;
  }

  .p-spec__item-image img {
    margin-bottom: 5px;
  }
}

.p-spec__item-image-caption {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}

@media (max-width: 1023px) {
  .p-spec__item-image-caption {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .p-spec__item-image-caption {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.p-spec-detail__image img {
  width: 100%;
}

.p-spec-detail__body {
  padding: 20px 30px 30px;
  text-align: left;
}

.p-spec-detail__heading {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  color: #00B9EF;
  margin-bottom: 15px;
}

.p-spec-detail__text {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.76;
}

.p-voice {
  z-index: 1;
  overflow: hidden;
  padding-bottom: 0;
  background-color: #FFF5CD;
}

@media (max-width: 1023px) {
  .p-voice {
    margin-top: -80px;
    padding-top: 120px;
  }
}

@media (max-width: 767px) {
  .p-voice {
    margin-top: -48px;
    padding-top: 80px;
  }
}

.p-voice__inner {
  max-width: 1120px;
}

.p-voice__lead {
  margin-bottom: 70px;
}

@media (max-width: 1023px) {
  .p-voice__lead {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .p-voice__lead {
    margin-bottom: 40px;
    letter-spacing: -0.04em;
  }
}

.p-voice__list {
  margin-bottom: 100px;
}

@media (max-width: 1023px) {
  .p-voice__list {
    margin-bottom: 6.51042vw;
  }
}

@media (max-width: 767px) {
  .p-voice__list {
    margin-bottom: 13.33333vw;
  }
}

.p-voice__item {
  margin-bottom: 45px;
}

.p-voice__item:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .p-voice__item {
    margin-bottom: 13.33333vw;
  }
}

.p-voice__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-voice__row--user {
  margin-bottom: 20px;
  padding-left: 120px;
}

.p-voice__row--yupiteru {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-right: 120px;
}

@media (max-width: 767px) {
  .p-voice__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-voice__row--user {
    margin-bottom: 20px;
    padding-right: 9.33333vw;
    padding-left: 0;
  }

  .p-voice__row--yupiteru {
    padding-right: 0;
    padding-left: 9.33333vw;
  }
}

.p-voice__item-icon {
  position: absolute;
  top: 0;
  text-align: center;
}

.p-voice__row--user .p-voice__item-icon {
  left: 0;
  padding-right: 40px;
  color: #00B9EF;
}

.p-voice__row--yupiteru .p-voice__item-icon {
  right: 0;
  padding-left: 40px;
  color: #e9001e;
}

@media (max-width: 767px) {
  .p-voice__item-icon {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
  }

  .p-voice__row--user .p-voice__item-icon {
    padding-right: 0;
  }

  .p-voice__row--yupiteru .p-voice__item-icon {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.p-voice__item-image {
  -ms-flex-preferred-size: 60px;
  flex-basis: 60px;
  max-width: 60px;
  margin: 0 auto 15px;
}

.p-voice__item-image img {
  width: 100%;
}

@media (max-width: 767px) {
  .p-voice__item-image {
    -ms-flex-preferred-size: 40px;
    flex-basis: 40px;
    max-width: 40px;
    margin: 0 10px 0 10px;
  }

  .p-voice__row--yupiteru .p-voice__item-image {
    margin: 0 10px 0 10px;
  }
}

.p-voice__item-name {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
}

.p-voice__item-name.green {
  color: #00b99f;
}

@media (max-width: 767px) {
  .p-voice__item-name br {
    display: none;
  }
}

.p-voice__item-body {
  position: relative;
  -ms-flex-preferred-size: 850px;
  flex-basis: 850px;
  max-width: 850px;
  padding: 40px 50px 50px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px -8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 20px -8px rgba(0, 0, 0, 0.3);
}

.p-voice__item-body::before {
  position: absolute;
  top: 20px;
  width: 0;
  height: 0;
  content: '';
  border-style: solid;
}

.p-voice__row--user .p-voice__item-body::before {
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  border-width: 10px 20px 10px 0;
  border-color: transparent #fff transparent transparent;
}

.p-voice__row--yupiteru .p-voice__item-body::before {
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #fff;
}

@media (max-width: 1023px) {
  .p-voice__item-body {
    padding: 30px 35px 35px;
  }
}

@media (max-width: 767px) {
  .p-voice__item-body {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 20px 25px 25px;
  }

  .p-voice__item-body::before {
    top: 0;
  }

  .p-voice__row--user .p-voice__item-body::before {
    left: 20px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    border-width: 0 10px 20px 10px;
    border-color: transparent transparent #fff transparent;
  }

  .p-voice__row--yupiteru .p-voice__item-body::before {
    right: 20px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    border-width: 0 10px 20px 10px;
    border-color: transparent transparent #fff transparent;
  }
}

.p-voice__item-heading {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 5px;
  color: #00b9ef;
}

.p-voice__item-heading.green {
  color: #00b99f;
}

@media (max-width: 767px) {
  .p-voice__item-heading {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 3px;
  }
}

.p-voice__item-text {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  color: #595757;
}

@media (max-width: 767px) {
  .p-voice__item-text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.p-voice__list-note {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: -5px;
  text-align: center;
  color: #595757;
}

@media (max-width: 767px) {
  .p-voice__list-note {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.p-voice__yupibow img {
  width: 100%;
}


/*▼　追加YR-03　▼*/
.p-voice__item-new {
  display: block;
  width: 50px;
  margin-bottom: 5px;
  padding: 1px 6px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2;
  color: #fff;
  background: #e9001e;
  border-radius: 5px;
  text-align: center;
}

@media (max-width: 767px) {
  .p-voice__item-new {}
}

.p-voice__item-letter {
  width: 100%;
  margin: 1em 0;
  padding: 1vw;
  border-radius: 20px;
  border: 4px solid #ffd119;
  font-size: 1.4rem;
  line-height: 2;
}

@media (max-width: 767px) {
  .p-voice__item-letter {
    border: 2px solid #ffd119;
    padding: 10px;
    border-radius: 13px;
    font-size: 1.2rem;
    line-height: 1.7;
  }
}



.p-voice__item-letter-title {
  color: #ff7b00;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}

/*▲　追加YR-03　▲*/

.p-annotation {
  margin-top: 50px;
}

@media (max-width: 1023px) {
  .p-annotation {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .p-annotation {
    margin-top: 20px;
  }
}

.p-annotation__item {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
  color: #949495;
}

.p-banner {
  margin-top: 40px;
}

@media (max-width: 1023px) {
  .p-banner {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .p-banner {
    margin-top: 40px;
    /*margin: 50px -20px 20px;*/
  }
}

.p-banner__item img {
  width: 100%;
}

/* ---------------------------------------------------------

Utility

--------------------------------------------------------- */
.u-fz-10 {
  font-size: 10px !important;
}

.u-fz-11 {
  font-size: 11px !important;
}

.u-fz-12 {
  font-size: 12px !important;
}

.u-fz-13 {
  font-size: 13px !important;
}

.u-fz-14 {
  font-size: 14px !important;
}

.u-fz-15 {
  font-size: 15px !important;
}

.u-fz-16 {
  font-size: 16px !important;
}

.u-fz-17 {
  font-size: 17px !important;
}

.u-fz-18 {
  font-size: 18px !important;
}

.u-fz-19 {
  font-size: 19px !important;
}

.u-fz-20 {
  font-size: 20px !important;
}

.u-fw-nm {
  font-weight: normal !important;
}

.u-fw-b {
  font-weight: bold !important;
}

.u-fw-br {
  font-weight: bolder !important;
}

.u-fw-l {
  font-weight: 200 !important;
}

.u-fw-lr {
  font-weight: lighter !important;
}

.u-fw-100 {
  font-weight: 100 !important;
}

.u-fw-200 {
  font-weight: 200 !important;
}

.u-fw-300 {
  font-weight: 300 !important;
}

.u-fw-400 {
  font-weight: 400 !important;
}

.u-fw-500 {
  font-weight: 500 !important;
}

.u-fw-600 {
  font-weight: 600 !important;
}

.u-fw-700 {
  font-weight: 700 !important;
}

.u-fw-800 {
  font-weight: 800 !important;
}

.u-fw-900 {
  font-weight: 900 !important;
}

.u-fs-nm {
  font-style: normal !important;
}

.u-fs-i {
  font-style: italic !important;
}

.u-fs-o {
  font-style: oblique !important;
}

.u-m-a {
  margin: auto !important;
}

.u-m-0 {
  margin: 0 !important;
}

.u-m-0_a {
  margin: 0 auto !important;
}

.u-m-xs {
  margin: 1rem !important;
}

.u-m-sm {
  margin: 2rem !important;
}

.u-m-md {
  margin: 3rem !important;
}

.u-m-lg {
  margin: 4rem !important;
}

.u-m-xl {
  margin: 5rem !important;
}

.u-m-xxl {
  margin: 6rem !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-xs {
  margin-top: 1rem !important;
}

.u-mt-sm {
  margin-top: 2rem !important;
}

.u-mt-md {
  margin-top: 3rem !important;
}

.u-mt-lg {
  margin-top: 4rem !important;
}

.u-mt-xl {
  margin-top: 5rem !important;
}

.u-mt-xxl {
  margin-top: 6rem !important;
}

.u-mr-a {
  margin-right: auto !important;
}

.u-mr-0 {
  margin-right: 0 !important;
}

.u-mr-xs {
  margin-right: 1rem !important;
}

.u-mr-sm {
  margin-right: 2rem !important;
}

.u-mr-md {
  margin-right: 3rem !important;
}

.u-mr-lg {
  margin-right: 4rem !important;
}

.u-mr-xl {
  margin-right: 5rem !important;
}

.u-mr-xxl {
  margin-right: 6rem !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-xs {
  margin-bottom: 1rem !important;
}

.u-mb-sm {
  margin-bottom: 2rem !important;
}

.u-mb-md {
  margin-bottom: 3rem !important;
}

.u-mb-lg {
  margin-bottom: 4rem !important;
}

.u-mb-xl {
  margin-bottom: 5rem !important;
}

.u-mb-xxl {
  margin-bottom: 6rem !important;
}

.u-ml-a {
  margin-left: auto !important;
}

.u-ml-0 {
  margin-left: 0 !important;
}

.u-ml-xs {
  margin-left: 1rem !important;
}

.u-ml-sm {
  margin-left: 2rem !important;
}

.u-ml-md {
  margin-left: 3rem !important;
}

.u-ml-lg {
  margin-left: 4rem !important;
}

.u-ml-xl {
  margin-left: 5rem !important;
}

.u-ml-xxl {
  margin-left: 6rem !important;
}

.u-p-0 {
  padding: 0 !important;
}

.u-p-xs {
  padding: 1rem !important;
}

.u-p-sm {
  padding: 2rem !important;
}

.u-p-md {
  padding: 3rem !important;
}

.u-p-lg {
  padding: 4rem !important;
}

.u-p-xl {
  padding: 5rem !important;
}

.u-p-xxl {
  padding: 6rem !important;
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-pt-xs {
  padding-top: 1rem !important;
}

.u-pt-sm {
  padding-top: 2rem !important;
}

.u-pt-md {
  padding-top: 3rem !important;
}

.u-pt-lg {
  padding-top: 4rem !important;
}

.u-pt-xl {
  padding-top: 5rem !important;
}

.u-pt-xxl {
  padding-top: 6rem !important;
}

.u-pr-0 {
  padding-right: 0 !important;
}

.u-pr-xs {
  padding-right: 1rem !important;
}

.u-pr-sm {
  padding-right: 2rem !important;
}

.u-pr-md {
  padding-right: 3rem !important;
}

.u-pr-lg {
  padding-right: 4rem !important;
}

.u-pr-xl {
  padding-right: 5rem !important;
}

.u-pr-xxl {
  padding-right: 5rem !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pb-xs {
  padding-bottom: 1rem !important;
}

.u-pb-sm {
  padding-bottom: 2rem !important;
}

.u-pb-md {
  padding-bottom: 3rem !important;
}

.u-pb-lg {
  padding-bottom: 4rem !important;
}

.u-pb-xl {
  padding-bottom: 5rem !important;
}

.u-pb-xxl {
  padding-bottom: 6rem !important;
}

.u-pl-0 {
  padding-left: 0 !important;
}

.u-pl-xs {
  padding-left: 1rem !important;
}

.u-pl-sm {
  padding-left: 2rem !important;
}

.u-pl-md {
  padding-left: 3rem !important;
}

.u-pl-lg {
  padding-left: 4rem !important;
}

.u-pl-xl {
  padding-left: 5rem !important;
}

.u-pl-xxl {
  padding-left: 6rem !important;
}

@media (max-width: 767px) {
  .u-m-xs {
    margin: 0.5rem !important;
  }

  .u-m-sm {
    margin: 1rem !important;
  }

  .u-m-md {
    margin: 2rem !important;
  }

  .u-m-lg {
    margin: 3rem !important;
  }

  .u-m-xl {
    margin: 4rem !important;
  }

  .u-m-xxl {
    margin: 5rem !important;
  }

  .u-mt-xs {
    margin-top: 0.5rem !important;
  }

  .u-mt-sm {
    margin-top: 1rem !important;
  }

  .u-mt-md {
    margin-top: 2rem !important;
  }

  .u-mt-lg {
    margin-top: 3rem !important;
  }

  .u-mt-xl {
    margin-top: 4rem !important;
  }

  .u-mt-xxl {
    margin-top: 5rem !important;
  }

  .u-mb-xs {
    margin-bottom: 0.5rem !important;
  }

  .u-mb-sm {
    margin-bottom: 1rem !important;
  }

  .u-mb-md {
    margin-bottom: 2rem !important;
  }

  .u-mb-lg {
    margin-bottom: 3rem !important;
  }

  .u-mb-xl {
    margin-bottom: 4rem !important;
  }

  .u-mb-xxl {
    margin-bottom: 5rem !important;
  }

  .u-p-xs {
    padding: 0.5rem !important;
  }

  .u-p-sm {
    padding: 1rem !important;
  }

  .u-p-md {
    padding: 2rem !important;
  }

  .u-p-lg {
    padding: 3rem !important;
  }

  .u-p-xl {
    padding: 4rem !important;
  }

  .u-pt-xs {
    padding-top: 0.5rem !important;
  }

  .u-pt-sm {
    padding-top: 1rem !important;
  }

  .u-pt-md {
    padding-top: 2rem !important;
  }

  .u-pt-lg {
    padding-top: 3rem !important;
  }

  .u-pt-xl {
    padding-top: 4rem !important;
  }

  .u-pt-xxl {
    padding-top: 5rem !important;
  }

  .u-pb-xs {
    padding-bottom: 0.5rem !important;
  }

  .u-pb-sm {
    padding-bottom: 1rem !important;
  }

  .u-pb-md {
    padding-bottom: 2rem !important;
  }

  .u-pb-lg {
    padding-bottom: 3rem !important;
  }

  .u-pb-xl {
    padding-bottom: 4rem !important;
  }

  .u-pb-xxl {
    padding-bottom: 4rem !important;
  }
}

.u-lisi-n {
  list-style-image: none !important;
}

.u-va-sup {
  vertical-align: super !important;
}

.u-va-t {
  vertical-align: top !important;
}

.u-va-tt {
  vertical-align: text-top !important;
}

.u-va-m {
  vertical-align: middle !important;
}

.u-va-bl {
  vertical-align: baseline !important;
}

.u-va-b {
  vertical-align: bottom !important;
}

.u-va-tb {
  vertical-align: text-bottom !important;
}

.u-va-sub {
  vertical-align: sub !important;
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-j {
  text-align: justify !important;
}

.u-td-n {
  text-decoration: none !important;
}

.u-td-u {
  text-decoration: underline !important;
}

.u-td-o {
  text-decoration: overline !important;
}

.u-td-l {
  text-decoration: line-through !important;
}

.u-te-n {
  -webkit-text-emphasis: none !important;
  text-emphasis: none !important;
}

.u-float-l {
  float: left !important;
}

.u-float-r {
  float: right !important;
}

.u-c-require {
  color: #d5007d !important;
}

.u-c-white {
  color: #fff !important;
}

.u-c-primary {
  color: #00B9EF !important;
}

.u-d-n {
  display: none !important;
}

.u-d-b {
  display: block !important;
}

.u-d-f {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-d-if {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.u-d-i {
  display: inline !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-li {
  display: list-item !important;
}

.u-d-ri {
  display: run-in !important;
}

.u-d-cp {
  display: compact !important;
}

.u-d-tb {
  display: table !important;
}

.u-d-itb {
  display: inline-table !important;
}

.u-d-tbcp {
  display: table-caption !important;
}

.u-d-tbcl {
  display: table-column !important;
}

.u-d-tbclg {
  display: table-column-group !important;
}

.u-d-tbhg {
  display: table-header-group !important;
}

.u-d-tbfg {
  display: table-footer-group !important;
}

.u-d-tbr {
  display: table-row !important;
}

.u-d-tbrg {
  display: table-row-group !important;
}

.u-d-tbc {
  display: table-cell !important;
}

.u-d-rb {
  display: ruby !important;
}

.u-d-rbb {
  display: ruby-base !important;
}

.u-d-rbbg {
  display: ruby-base-group !important;
}

.u-d-rbt {
  display: ruby-text !important;
}

.u-d-rbtg {
  display: ruby-text-group !important;
}

.u-d-xs-n {
  display: none !important;
}

.u-d-xs-b {
  display: block !important;
}

.u-d-xs-f {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-d-xs-if {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.u-d-xs-i {
  display: inline !important;
}

.u-d-xs-ib {
  display: inline-block !important;
}

@media (min-width: 768px) {
  .u-d-sm-n {
    display: none !important;
  }

  .u-d-sm-b {
    display: block !important;
  }

  .u-d-sm-f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-d-sm-if {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .u-d-sm-i {
    display: inline !important;
  }

  .u-d-sm-ib {
    display: inline-block !important;
  }
}

@media (min-width: 1024px) {
  .u-d-md-n {
    display: none !important;
  }

  .u-d-md-b {
    display: block !important;
  }

  .u-d-md-f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-d-md-if {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .u-d-md-i {
    display: inline !important;
  }

  .u-d-md-ib {
    display: inline-block !important;
  }
}

@media (min-width: 1441px) {
  .u-d-lg-n {
    display: none !important;
  }

  .u-d-lg-b {
    display: block !important;
  }

  .u-d-lg-f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-d-lg-if {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .u-d-lg-i {
    display: inline !important;
  }

  .u-d-lg-ib {
    display: inline-block !important;
  }
}

.u-fd-rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.u-fd-cr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.u-jc-s {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.u-jc-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.u-jc-e {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.u-ai-s {
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
}

.u-ai-c {
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
}

.u-ai-e {
  -webkit-box-align: end;
  align-items: flex-end;
  -ms-flex-align: end;
}

/* =========================================================
background-position
========================================================= */
.u-bp-cc {
  background-position: center center;
}

.u-bp-lc {
  background-position: left center;
}

.u-bp-rc {
  background-position: right center;
}

.u-bp-ct {
  background-position: center top;
}

.u-bp-lt {
  background-position: left top;
}

.u-bp-rt {
  background-position: right top;
}

.u-bp-cb {
  background-position: center bottom;
}

.u-bp-lb {
  background-position: left bottom;
}

.u-bp-rb {
  background-position: right bottom;
}

/* =========================================================
clearfix
========================================================= */
.clear,
.u-clearfix:before,
.u-clearfix:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ' ';
}

.u-clearfix:after {
  clear: both;
}

/* =========================================================
display
========================================================= */
.u-sp-block {
  display: none;
}

@media (max-width: 767px) {
  .u-sp-block {
    display: block;
  }
}

.u-pc-block {
  display: block;
}

@media (max-width: 767px) {
  .u-pc-block {
    display: none;
  }
}

.u-sp-inline {
  display: none !important;
}

@media (max-width: 767px) {
  .u-sp-inline {
    display: inline !important;
  }
}

.u-pc-inline {
  display: inline !important;
}

@media (max-width: 767px) {
  .u-pc-inline {
    display: none !important;
  }
}

.u-sp-inlineblock {
  display: none;
}

@media (max-width: 767px) {
  .u-sp-inlineblock {
    display: inline-block;
  }
}

.u-pc-inlineblock {
  display: inline-block;
}

@media (max-width: 767px) {
  .u-pc-inlineblock {
    display: none;
  }
}

/* =========================================================
img
========================================================= */
.u-img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.u-img-no-responsive {
  display: inline-block;
  max-width: auto;
  height: auto;
}

.u-img-fit {
  display: inline-block;
  width: 100%;
  height: auto;
}

/* =========================================================
transition-delay
========================================================= */
.u-delay-004 {
  -webkit-transition-delay: 0.04s !important;
  -o-transition-delay: 0.04s !important;
  transition-delay: 0.04s !important;
  -webkit-animation-delay: 0.04s !important;
  animation-delay: 0.04s !important;
}

.u-delay-005 {
  -webkit-transition-delay: 0.05s !important;
  -o-transition-delay: 0.05s !important;
  transition-delay: 0.05s !important;
  -webkit-animation-delay: 0.05s !important;
  animation-delay: 0.05s !important;
}

.u-delay-008 {
  -webkit-transition-delay: 0.08s !important;
  -o-transition-delay: 0.08s !important;
  transition-delay: 0.08s !important;
  -webkit-animation-delay: 0.08s !important;
  animation-delay: 0.08s !important;
}

.u-delay-010 {
  -webkit-transition-delay: 0.1s !important;
  -o-transition-delay: 0.1s !important;
  transition-delay: 0.1s !important;
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

.u-delay-012 {
  -webkit-transition-delay: 0.12s !important;
  -o-transition-delay: 0.12s !important;
  transition-delay: 0.12s !important;
  -webkit-animation-delay: 0.12s !important;
  animation-delay: 0.12s !important;
}

.u-delay-015 {
  -webkit-transition-delay: 0.15s !important;
  -o-transition-delay: 0.15s !important;
  transition-delay: 0.15s !important;
  -webkit-animation-delay: 0.15s !important;
  animation-delay: 0.15s !important;
}

.u-delay-016 {
  -webkit-transition-delay: 0.16s !important;
  -o-transition-delay: 0.16s !important;
  transition-delay: 0.16s !important;
  -webkit-animation-delay: 0.16s !important;
  animation-delay: 0.16s !important;
}

.u-delay-020 {
  -webkit-transition-delay: 0.2s !important;
  -o-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}

.u-delay-024 {
  -webkit-transition-delay: 0.24s !important;
  -o-transition-delay: 0.24s !important;
  transition-delay: 0.24s !important;
  -webkit-animation-delay: 0.24s !important;
  animation-delay: 0.24s !important;
}

.u-delay-025 {
  -webkit-transition-delay: 0.25s !important;
  -o-transition-delay: 0.25s !important;
  transition-delay: 0.25s !important;
  -webkit-animation-delay: 0.25s !important;
  animation-delay: 0.25s !important;
}

.u-delay-028 {
  -webkit-transition-delay: 0.28s !important;
  -o-transition-delay: 0.28s !important;
  transition-delay: 0.28s !important;
  -webkit-animation-delay: 0.28s !important;
  animation-delay: 0.28s !important;
}

.u-delay-030 {
  -webkit-transition-delay: 0.3s !important;
  -o-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}

.u-delay-032 {
  -webkit-transition-delay: 0.32s !important;
  -o-transition-delay: 0.32s !important;
  transition-delay: 0.32s !important;
  -webkit-animation-delay: 0.32s !important;
  animation-delay: 0.32s !important;
}

.u-delay-035 {
  -webkit-transition-delay: 0.35s !important;
  -o-transition-delay: 0.35s !important;
  transition-delay: 0.35s !important;
  -webkit-animation-delay: 0.35s !important;
  animation-delay: 0.35s !important;
}

.u-delay-036 {
  -webkit-transition-delay: 0.36s !important;
  -o-transition-delay: 0.36s !important;
  transition-delay: 0.36s !important;
  -webkit-animation-delay: 0.36s !important;
  animation-delay: 0.36s !important;
}

.u-delay-040 {
  -webkit-transition-delay: 0.4s !important;
  -o-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important;
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}

.u-delay-044 {
  -webkit-transition-delay: 0.44s !important;
  -o-transition-delay: 0.44s !important;
  transition-delay: 0.44s !important;
  -webkit-animation-delay: 0.44s !important;
  animation-delay: 0.44s !important;
}

.u-delay-045 {
  -webkit-transition-delay: 0.45s !important;
  -o-transition-delay: 0.45s !important;
  transition-delay: 0.45s !important;
  -webkit-animation-delay: 0.45s !important;
  animation-delay: 0.45s !important;
}

.u-delay-048 {
  -webkit-transition-delay: 0.48s !important;
  -o-transition-delay: 0.48s !important;
  transition-delay: 0.48s !important;
  -webkit-animation-delay: 0.48s !important;
  animation-delay: 0.48s !important;
}

.u-delay-050 {
  -webkit-transition-delay: 0.50s !important;
  -o-transition-delay: 0.50s !important;
  transition-delay: 0.50s !important;
  -webkit-animation-delay: 0.50s !important;
  animation-delay: 0.50s !important;
}

.u-delay-052 {
  -webkit-transition-delay: 0.52s !important;
  -o-transition-delay: 0.52s !important;
  transition-delay: 0.52s !important;
  -webkit-animation-delay: 0.52s !important;
  animation-delay: 0.52s !important;
}

.u-delay-055 {
  -webkit-transition-delay: 0.55s !important;
  -o-transition-delay: 0.55s !important;
  transition-delay: 0.55s !important;
  -webkit-animation-delay: 0.55s !important;
  animation-delay: 0.55s !important;
}

.u-delay-056 {
  -webkit-transition-delay: 0.56s !important;
  -o-transition-delay: 0.56s !important;
  transition-delay: 0.56s !important;
  -webkit-animation-delay: 0.56s !important;
  animation-delay: 0.56s !important;
}

.u-delay-060 {
  -webkit-transition-delay: 0.6s !important;
  -o-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
  -webkit-animation-delay: 0.6s !important;
  animation-delay: 0.6s !important;
}

.u-delay-064 {
  -webkit-transition-delay: 0.64s !important;
  -o-transition-delay: 0.64s !important;
  transition-delay: 0.64s !important;
  -webkit-animation-delay: 0.64s !important;
  animation-delay: 0.64s !important;
}

.u-delay-065 {
  -webkit-transition-delay: 0.65s !important;
  -o-transition-delay: 0.65s !important;
  transition-delay: 0.65s !important;
  -webkit-animation-delay: 0.65s !important;
  animation-delay: 0.65s !important;
}

.u-delay-068 {
  -webkit-transition-delay: 0.68s !important;
  -o-transition-delay: 0.68s !important;
  transition-delay: 0.68s !important;
  -webkit-animation-delay: 0.68s !important;
  animation-delay: 0.68s !important;
}

.u-delay-070 {
  -webkit-transition-delay: 0.70s !important;
  -o-transition-delay: 0.70s !important;
  transition-delay: 0.70s !important;
  -webkit-animation-delay: 0.70s !important;
  animation-delay: 0.70s !important;
}

.u-delay-072 {
  -webkit-transition-delay: 0.72s !important;
  -o-transition-delay: 0.72s !important;
  transition-delay: 0.72s !important;
  -webkit-animation-delay: 0.72s !important;
  animation-delay: 0.72s !important;
}

.u-delay-075 {
  -webkit-transition-delay: 0.75s !important;
  -o-transition-delay: 0.75s !important;
  transition-delay: 0.75s !important;
  -webkit-animation-delay: 0.75s !important;
  animation-delay: 0.75s !important;
}

.u-delay-076 {
  -webkit-transition-delay: 0.76s !important;
  -o-transition-delay: 0.76s !important;
  transition-delay: 0.76s !important;
  -webkit-animation-delay: 0.76s !important;
  animation-delay: 0.76s !important;
}

.u-delay-080 {
  -webkit-transition-delay: 0.8s !important;
  -o-transition-delay: 0.8s !important;
  transition-delay: 0.8s !important;
  -webkit-animation-delay: 0.8s !important;
  animation-delay: 0.8s !important;
}

.u-delay-085 {
  -webkit-transition-delay: 0.85s !important;
  -o-transition-delay: 0.85s !important;
  transition-delay: 0.85s !important;
  -webkit-animation-delay: 0.85s !important;
  animation-delay: 0.85s !important;
}

.u-delay-090 {
  -webkit-transition-delay: 0.9s !important;
  -o-transition-delay: 0.9s !important;
  transition-delay: 0.9s !important;
  -webkit-animation-delay: 0.9s !important;
  animation-delay: 0.9s !important;
}

.u-delay-095 {
  -webkit-transition-delay: 0.95s !important;
  -o-transition-delay: 0.95s !important;
  transition-delay: 0.95s !important;
  -webkit-animation-delay: 0.95s !important;
  animation-delay: 0.95s !important;
}

.u-delay-100 {
  -webkit-transition-delay: 1s !important;
  -o-transition-delay: 1s !important;
  transition-delay: 1s !important;
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important;
}

.u-delay-105 {
  -webkit-transition-delay: 1.05s !important;
  -o-transition-delay: 1.05s !important;
  transition-delay: 1.05s !important;
  -webkit-animation-delay: 1.05s !important;
  animation-delay: 1.05s !important;
}

.u-delay-110 {
  -webkit-transition-delay: 1.1s !important;
  -o-transition-delay: 1.1s !important;
  transition-delay: 1.1s !important;
  -webkit-animation-delay: 1.1s !important;
  animation-delay: 1.1s !important;
}

.u-delay-105 {
  -webkit-transition-delay: 1.05s !important;
  -o-transition-delay: 1.05s !important;
  transition-delay: 1.05s !important;
  -webkit-animation-delay: 1.05s !important;
  animation-delay: 1.05s !important;
}

.u-delay-110 {
  -webkit-transition-delay: 1.1s !important;
  -o-transition-delay: 1.1s !important;
  transition-delay: 1.1s !important;
  -webkit-animation-delay: 1.1s !important;
  animation-delay: 1.1s !important;
}

.u-delay-115 {
  -webkit-transition-delay: 1.15s !important;
  -o-transition-delay: 1.15s !important;
  transition-delay: 1.15s !important;
  -webkit-animation-delay: 1.15s !important;
  animation-delay: 1.15s !important;
}

.u-delay-120 {
  -webkit-transition-delay: 1.2s !important;
  -o-transition-delay: 1.2s !important;
  transition-delay: 1.2s !important;
  -webkit-animation-delay: 1.2s !important;
  animation-delay: 1.2s !important;
}

.u-delay-125 {
  -webkit-transition-delay: 1.25s !important;
  -o-transition-delay: 1.25s !important;
  transition-delay: 1.25s !important;
  -webkit-animation-delay: 1.25s !important;
  animation-delay: 1.25s !important;
}

.u-delay-130 {
  -webkit-transition-delay: 1.3s !important;
  -o-transition-delay: 1.3s !important;
  transition-delay: 1.3s !important;
  -webkit-animation-delay: 1.3s !important;
  animation-delay: 1.3s !important;
}

.u-delay-135 {
  -webkit-transition-delay: 1.35s !important;
  -o-transition-delay: 1.35s !important;
  transition-delay: 1.35s !important;
  -webkit-animation-delay: 1.35s !important;
  animation-delay: 1.35s !important;
}

.u-delay-140 {
  -webkit-transition-delay: 1.4s !important;
  -o-transition-delay: 1.4s !important;
  transition-delay: 1.4s !important;
  -webkit-animation-delay: 1.4s !important;
  animation-delay: 1.4s !important;
}

.u-delay-145 {
  -webkit-transition-delay: 1.45s !important;
  -o-transition-delay: 1.45s !important;
  transition-delay: 1.45s !important;
  -webkit-animation-delay: 1.45s !important;
  animation-delay: 1.45s !important;
}

.u-delay-150 {
  -webkit-transition-delay: 1.5s !important;
  -o-transition-delay: 1.5s !important;
  transition-delay: 1.5s !important;
  -webkit-animation-delay: 1.5s !important;
  animation-delay: 1.5s !important;
}

.u-delay-155 {
  -webkit-transition-delay: 1.55s !important;
  -o-transition-delay: 1.55s !important;
  transition-delay: 1.55s !important;
  -webkit-animation-delay: 1.55s !important;
  animation-delay: 1.55s !important;
}

.u-delay-160 {
  -webkit-transition-delay: 1.6s !important;
  -o-transition-delay: 1.6s !important;
  transition-delay: 1.6s !important;
  -webkit-animation-delay: 1.6s !important;
  animation-delay: 1.6s !important;
}

.u-delay-165 {
  -webkit-transition-delay: 1.65s !important;
  -o-transition-delay: 1.65s !important;
  transition-delay: 1.65s !important;
  -webkit-animation-delay: 1.65s !important;
  animation-delay: 1.65s !important;
}

.u-delay-170 {
  -webkit-transition-delay: 1.7s !important;
  -o-transition-delay: 1.7s !important;
  transition-delay: 1.7s !important;
  -webkit-animation-delay: 1.7s !important;
  animation-delay: 1.7s !important;
}

/* =========================================================
youtube
========================================================= */
.u-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.u-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* =========================================================
pointer-events
========================================================= */
.u-hover-shit {
  pointer-events: none;
}

/* =========================================================
onscreen
========================================================= */
.js-fadein {
  -webkit-transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -o-transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  opacity: 0;
  /* scale(0.95)*/
}

.js-fadein.is-onscreen {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1 !important;
  /*scale(1)*/
}

.is-onscreen .js-fadein {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1 !important;
  /*scale(1)*/
}

.u-fadein {
  opacity: 0;
}

.u-fadein.is-onscreen {
  -webkit-animation: fadeIn 0.5s ease 0.8s forwards;
  animation: fadeIn 0.5s ease 0.8s forwards;
}

.is-onscreen .u-fadein {
  -webkit-animation: fadeIn 0.5s ease 0.8s forwards;
  animation: fadeIn 0.5s ease 0.8s forwards;
}

.u-fadeinup {
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  opacity: 0;
}

.u-fadeinup.is-onscreen {
  -webkit-animation: fadeInUp 0.5s ease 0.2s forwards;
  animation: fadeInUp 0.5s ease 0.2s forwards;
}

.is-onscreen .u-fadeinup {
  -webkit-animation: fadeInUp 0.5s ease 0.2s forwards;
  animation: fadeInUp 0.5s ease 0.2s forwards;
}

.u-scalein {
  overflow: hidden;
}

.u-scalein>div,
.u-scalein img {
  -webkit-transition: -webkit-transform 1s ease 0.2s;
  transition: -webkit-transform 1s ease 0.2s;
  -o-transition: transform 1s ease 0.2s;
  transition: transform 1s ease 0.2s;
  transition: transform 1s ease 0.2s, -webkit-transform 1s ease 0.2s;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.u-scalein.is-onscreen>div,
.u-scalein.is-onscreen img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.is-onscreen .u-scalein>div,
.is-onscreen .u-scalein img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.u-bouncein {
  opacity: 0;
}

.u-bouncein.is-onscreen {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.is-onscreen .u-bouncein {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.u-zoomInDown {
  opacity: 0;
}

.u-zoomInDown.is-onscreen {
  -webkit-animation: zoomInDown 0.5s ease 0.1s forwards;
  animation: zoomInDown 0.5s ease 0.1s forwards;
}

.is-onscreen .u-zoomInDown {
  -webkit-animation: zoomInDown 0.5s ease 0.1s forwards;
  animation: zoomInDown 0.5s ease 0.1s forwards;
}

.u-fadeInDownBig {
  opacity: 0;
}

.u-fadeInDownBig.is-onscreen {
  -webkit-animation: fadeInDownBig 0.5s ease 0.75s forwards;
  animation: fadeInDownBig 0.5s ease 0.75s forwards;
}

.is-onscreen .u-fadeInDownBig {
  -webkit-animation: fadeInDownBig 0.5s ease 0.75s forwards;
  animation: fadeInDownBig 0.5s ease 0.75s forwards;
}

/* =========================================================
animation
========================================================= */
@-webkit-keyframes moveLineLeftToRight {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }

  49.9% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }

  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }

  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes moveLineLeftToRight {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }

  49.9% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }

  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }

  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@-webkit-keyframes moveLineTopToBottom {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  49.9% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}

@keyframes moveLineTopToBottom {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  49.9% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes bar {
  0% {
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%);
  }

  100% {
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
  }
}

@keyframes bar {
  0% {
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%);
  }

  100% {
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
  }
}

@-webkit-keyframes scroll-bar {
  0% {
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
  }

  100% {
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
  }
}

@keyframes scroll-bar {
  0% {
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
  }

  100% {
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
  }
}

@-webkit-keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}

@keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}

@-webkit-keyframes zoomInDown {
  0% {
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
  }

  60% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes zoomInDown {
  0% {
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
  }

  60% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInDownBig {
  0% {
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
    opacity: 0;
  }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes fadeInDownBig {
  0% {
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
    opacity: 0;
  }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* =========================================================
color
========================================================= */
.u-color-primary {
  color: #00B9EF;
}

.u-color-primary a {
  color: #00B9EF;
}

.u-color-red {
  color: #913331;
}

.u-color-red a {
  color: #913331;
}

/* =========================================================
background-color
========================================================= */
.u-primary-bg {
  background-color: #00B9EF;
}

.u-primary-bg a {
  color: #fff;
  background-color: #00B9EF;
}

.u-bg-color-red {
  background-color: #913331;
}

.u-bg-color-red a {
  background-color: #913331;
}

.u-annotation {
  font-size: 10px;
  vertical-align: top;
  line-height: 3.2em;
}

@media (max-width: 767px) {
  .u-annotation {
    line-height: 1.6em;
  }
}

/*アンケート*/

/* =========================================================
Modal Style
========================================================= */

#modal-1,
#modal-2 {
  display: none;
}

#modal-1.is-open,
#modal-2.is-open {
  display: block;
  visibility: visible;
  position: fixed;
  z-index: 90000;
  width: 100%;
  height: 100%;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  background-color: #fff;
  padding: 10px 40px;
  margin-right: 20px;
  margin-left: 20px;
  max-width: 800px;
  max-height: 90vh;
  width: 100%;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  align-items: center;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
  content: "\2715";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, .8);
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.sec {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.sec::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: '';
  background: rgba(0, 0, 0, .5);
}

.modal__content.blue .p-voice__question {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 10px;
  color: #00b9ef;
}

.modal__content.green .p-voice__question {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 10px;
  color: #00b99f;
}

.p-voice__answer {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  color: #595757;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .p-voice__question {
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .p-voice__answer {
    line-height: 1.4;
    margin-bottom: 25px;
  }
}

.p-voice__answer:last-child {
  magin-bottom: 0;
}

/* =========================================================
Button Style
========================================================= */

button.p-voice__item-link {
  margin: 20px 0 0;
  padding: 15px;
  border-radius: 100px;
  border: 2px solid #ddd;
  font-size: 14px;
  background: #fff;
  font-weight: 700;
  transition: 0.3s;
}

button.p-voice__item-link:hover {
  opacity: 0.7;
}

button.p-voice__item-link.blue {
  color: #00b9ef;
}

button.p-voice__item-link.green {
  color: #00b99f;
}

button.p-voice__item-link span {
  margin-left: 10px;
  color: #595757;
}

button.modal__close {
  font-size: 30px;
  color: #ccc;
  position: relative;
  top: 0;
  right: -25px;
}

@media (max-width: 767px) {
  .p-voice__item-button {
    text-align: center;
  }

  button.p-voice__item-link.blue,
  button.p-voice__item-link.green {
    max-width: 100%;
    margin: 20px 0 0;
    padding: 15px;
    font-size: 13px;
    line-height: 1.6;
  }

  button.p-voice__item-link span {
    display: none;
  }

  button.modal__close {
    right: -40px;
  }
}

/*210521 アップデート告知*/

.p-newfunction {
  z-index: 30;
  color: #212121;
  background-color: #fffcf0;
  text-align: center;
}

.newfunction_wrap {
  width: 1000px;
  max-width: 100%;
  margin: 50px auto;
}

@media (max-width: 767px) {
  .newfunction_wrap {
    margin: 30px auto;
  }
}

.newfunction__title {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  color: #e9001e;
}

@media (max-width: 767px) {
  .newfunction__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.newfunction_wrap .newfunction_wrap_inner {
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media (max-width: 767px) {
  .newfunction_wrap .newfunction_wrap_inner {
    display: inherit;
  }
}

.newfunction__box {
  width: 48%;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .newfunction__box {
    width: 90%;
    margin: 0 auto 15px;
  }
}

.newfunction__image img {
  width: 90%;
  margin: 25px auto;
  border-radius: 10px;
}

.newfunction__caption {
  margin: 0 10px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7;
  text-align: left;
}

.newfunction__caption span {
  margin-top: 10px;
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
}

@media (max-width: 1023px) {
  .p-newfunction {
    margin-top: -78px;
    padding-top: 140px;
  }

  .p-newfunction::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fffcf0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    height: 0.65104vw;
    width: 100%;
    z-index: 5;
  }
}

@media (max-width: 767px) {
  .p-newfunction {
    margin-top: -76px;
    padding-top: 106px;
    padding-bottom: 150px;
  }

  .p-newfunction::before {
    height: 9.33333vw;
  }
}

.newfunction_text {
  width: 75%;
  margin: 0 auto;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .newfunction_text {
    width: 85%;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }
}

.newfunction_text strong {
  display: block;
  margin: 50px 0 0;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 3;
}

@media (max-width: 767px) {
  .newfunction_text strong {
    margin: 30px 0 15px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

.newfunction_text a {
  color: #00B9EF;
}

.newfunction_text a:hover {
  transition: opacity 0.3s ease;
}

.newfunction_text span {
  margin-top: 15px;
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
}

.newfunction_text span.c-icon-window {
  display: inline;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .newfunction_text span {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .newfunction_text .sp {
    display: none;
  }
}

.p-newfunction h3 {
  width: 90%;
  margin: 0 auto 60px;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.5;
  position: relative;
  display: inline-block;
}

.p-newfunction h3:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;
  display: inline-block;
  width: 100px;
  height: 5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #e9001e;
  border-radius: 2px;
}

@media (max-width: 767px) {
  .p-newfunction h3 {
    margin: 0 auto 50px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}


/*▼　追加YR-03　▼*/
/* メディア掲載ほかNEWS */
/*@media (min-width: 768px) {*/
#publication02 .publication__inner {
  border-bottom: 1px solid #c3c4c4;
  padding-bottom: 60px;
  margin-bottom: 0;
  padding-top: 60px;
}

#publication03 .publication__inner {
  border-bottom: 1px solid #c3c4c4;
  padding-bottom: 60px;
  padding-top: 0;
  padding-top: 60px;
}

#publication04 .publication__inner,
#publication05 .publication__inner,
#publication06 .publication__inner,
#publication07 .publication__inner {
  border-bottom: 1px solid #c3c4c4;
  padding-bottom: 60px;
  padding-top: 60px;
}

#publication08 .publication__inner {
  border-bottom: 1px solid #c3c4c4;
  padding-bottom: 50px;
  padding-top: 50px;
  margin-bottom: 0;
}
/*}*/

@media (max-width: 767px) {
  #publication02 .publication__inner,
  #publication03 .publication__inner,
  #publication04 .publication__inner,
  #publication05 .publication__inner,
  #publication06 .publication__inner,
  #publication07 .publication__inner,
  #publication08 .publication__inner {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 0;
    margin: 10px auto;
  }
}

.p-publication {
  z-index: 45;
  color: #212121;
  background-color: #fffcf0;
  text-align: center;
}

p.publication__attention {
  font-size: 1.5rem;
  margin: 0 auto 20px;
  line-height: 1.7em;
}

.publication__inner {
  display: flex;
  justify-content: flex-start;
  width: 75vw;
  max-width: 1200px;
  margin: 0 auto;
  gap: 2vw;
}

.publication__image {
  margin: 0 auto;
  max-width: 320px;
  flex-shrink: 0;
}

.publication__image img {
  display: block;
  margin: 0 auto 1em auto;
  width: 100%;
  height: auto;
}

.publication__inner .publication__item {
  text-align: left;
  margin: 0 2% 0 0;
}

.publication__inner .publication__item h2 {
  font-size: 30px;
  margin: 10px 0 20px;
  line-height: 1.7em;
  font-weight: bold;
}

.publication__inner .publication__item .publication__text {
  font-size: 2rem;
  color: #00b9ef;
  margin-bottom: 20px;
  line-height: 1.7em;
  word-break: break-all;
}

.publication__inner .publication__item .publication__text a {
  color: #00b9ef;
  text-decoration: underline;
}

.publication__inner .publication__video img {
  width: 100%;
  max-width: 300px;
  height: auto;
}

.publication__button a {
  width: fit-content;
  margin: 20px auto 20px;
  padding: 25px;
  font-size: 2.6rem;
  display: block;
  border: 3px solid #00b9ef;
  border-radius: 100px;
  color: #00b9ef;
  line-height: 1.5em;
}

@media (max-width: 1023px) {
  p.publication__attention {
    font-size: 1.3rem;
  }

  .publication__inner {
    flex-wrap: wrap;
    width: 90%;
  }

  .publication__inner .publication__item {
    text-align: center;
    margin: 0 auto;
  }

  .publication__inner .publication__video {
    margin: 0 auto;
  }

  .publication__button a {
    width: 70%;
    margin: 30px auto 15px;
    padding: 25px;
    font-size: 2rem;
    border-radius: 100px;
    line-height: 2em;
  }
}

@media (max-width: 767px) {
  #publication01 {
    padding: 15px;
    margin-top: -60px;
    /*padding-top: 40px;*/
    padding-bottom: 50px;
    z-index: 45;
  }

  #publication02 {
    padding: 15px;
    margin-top: -60px;
    /*padding-top: 40px;*/
    padding-bottom: 50px;
    z-index: 45;
  }

  #publication03 {
    padding: 15px;
    margin-top: -60px;
    /*padding-top: 40px;*/
    padding-bottom: 50px;
    z-index: 45;
  }

  #publication04 {
    padding: 15px;
    margin-top: -60px;
    /*padding-top: 40px;*/
    padding-bottom: 50px;
    z-index: 45;
  }

  #publication05 {
    padding: 15px;
    margin-top: -60px;
    /*padding-top: 40px;*/
    padding-bottom: 50px;
    z-index: 45;
  }

  #publication06 {
    padding: 15px;
    margin-top: -60px;
    /*padding-top: 40px;*/
    padding-bottom: 50px;
    z-index: 45;
  }

  #publication07 {
    padding: 15px;
    margin-top: -60px;
    /*padding-top: 40px;*/
    padding-bottom: 50px;
    z-index: 45;
  }

  #publication08 {
    margin-top: -140px;
    padding: 120px 15px 0 15px;
    padding-top: 140px;
    padding-bottom: 30px;
    z-index: 45;
  }

  .publication__image {
    max-width: 250px;
  }

  .publication__image img {
    width: 100%;
    height: auto;
  }

  #publication03 .publication__inner,
  #publication06 .publication__inner,
  #publication08 .publication__inner {
    flex-direction: column-reverse;
  }

  p.publication__attention {
    font-size: 1rem;
  }

  .publication__inner {
    width: 100%;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .publication__inner .publication__item h2 {
    font-size: 1.5rem;
  }

  .publication__inner .publication__item .publication__text {
    font-size: 1.2rem;
    line-height: 1.8em;
    letter-spacing: 0.05em;
  }

  .publication__button a {
    width: 90%;
    padding: 25px;
    font-size: 1.2rem;
    border-radius: 100px;
    line-height: 1.5em;
  }

  .publication__inner .publication__video a img {
    width: 50vw;
    height: auto;
  }
}

/*アップデート案内*/
.p-updatelink {
  z-index: 40;
  color: #212121;
  background-color: #fffcf0;
  text-align: center;
}

@media (max-width: 1023px) {
  .p-updatelink {
    padding: 45px;
    margin-top: -100px;
    padding-top: 120px;
    padding-bottom: 50px;
    z-index: 45;
  }
}

@media (max-width: 767px) {
  .p-updatelink {
    padding: 30px;
    margin-top: -100px;
    padding-top: 120px;
    padding-bottom: 150px;
    z-index: 30;
  }
}

.p-updatelink .updatelink__title {
  margin-bottom: 20px;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.8;
}

@media (max-width: 1023px) {
  .p-updatelink .updatelink__title {
    margin-bottom: 10px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media (max-width: 767px) {
  .p-updatelink .updatelink__title {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.p-updatelink .updatelink__text {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .p-updatelink .updatelink__text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.p-updatelink .updatelink__button {
  width: 55%;
  margin: 40px auto 0;
  padding: 25px;
  font-size: 26px;
  font-size: 2.6rem;
  display: block;
  border: 3px solid #00b9ef;
  border-radius: 100px;
  color: #00b9ef;
}

@media (max-width: 1023px) {
  .p-updatelink .updatelink__button {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .p-updatelink .updatelink__button {
    width: 100%;
    margin: 10px auto 0;
    padding: 15px;
    font-size: 16px;
    font-size: 1.6rem;
    border: 2px solid #00b9ef;
  }
}

.p-updatelink .updatelink__button .c-icon-window {
  margin-left: 10px;
}

/* 新機能 */
.p-new {
  z-index: 60;
  color: #212121;
  background: #fffcf0;
  position: relative;
}

.p-new__title {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 1023px) {
  .p-new__title {
    top: -30px;
  }
}


.p-new__title img {
  max-width: 1120px;
  max-width: 90%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .p-new__title img {
    max-width: 95%;
    margin: 0 auto 5px;
  }
}

.p-new_title--pc {
  display: block;
}

.p-new_title--sp {
  display: none;
}

@media (max-width: 767px) {
  .p-new_title--pc {
    display: none !important;
  }

  .p-new_title--sp {
    display: block !important;
  }
}


.p-new_item01 {
  width: 1120px;
  max-width: 90%;
  margin: 250px auto 50px;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

@media (max-width: 1023px) {
  .p-new_item01 {
    margin: 180px auto 30px;
  }
}

.p-new_item01 li img {
  width: 90%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .p-new_item01 {
    display: inherit;
    margin: 150px auto 30px;
  }

  .p-new_item01 li {
    margin: 0 auto 20px;
    text-align: center;
  }

  .p-new_item01 li img {
    width: 90%;
    margin: 0 auto;
  }
}

.p-new_item01__caution {
  margin-top: 15px;
  display: block;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}

@media (max-width: 1023px) {
  .p-new_item01__caution {
    margin: 10px 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  .p-new_item01__caution {
    margin: 10px 40px 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.p-new_item02 {
  width: 1120px;
  max-width: 90%;
  margin: 40px auto;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .p-new_item02 {
    margin: 20px auto;
    padding: 20px;
    display: inherit;
  }
}

.p-new_item__text {
  width: 65%;
}

.p-new_item__image {
  width: 35%;
}

.p-new__icon img {
  width: 15%;
  max-width: 100px;
  height: auto;
}

@media (max-width: 767px) {
  .p-new_item__text {
    width: 100%;
  }

  .p-new_item__image {
    width: 100%;
  }

  .p-new__icon img {
    width: 25%;
  }
}

.p-new_item_title {
  margin: 10px 15px 15px;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.8;
}

@media (max-width: 1023px) {
  .p-new_item_title {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  .p-new_item_title {
    margin: 10px 0 15px;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.5;
    text-align: center;
  }
}

.p-new_item__subtext {
  margin: 15px 25px 15px 15px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.8;
}

@media (max-width: 1023px) {
  .p-new_item__subtext {
    font-size: 17px;
    font-size: 1.7em;
  }
}

@media (max-width: 767px) {
  .p-new_item__subtext {
    margin: 15px 0;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6;
  }
}

.p-new_item__image img {
  width: 100%;
}


/*CV（合成音声）*/
.p-cv {
  background: #fffcf0;
}

.p-cv-profile__wrap {
  width: 1100px;
  max-width: 85%;
  margin: 80px auto 20px;
  display: flex;
}

@media (max-width: 1023px) {
  .p-cv-profile__imgage-item img {
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .p-cv-profile__imgage-item img {
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .p-cv-profile__wrap {
    margin: 40px auto 20px;
    display: inherit;
  }
}

.p-cv-profile__text {
  margin-left: 70px;
}

@media (max-width: 1023px) {
  .p-cv-profile__text {
    margin-left: 20px;
  }
}


@media (max-width: 767px) {
  .p-cv-profile__text {
    margin-top: 30px;
    margin-left: 0;
  }
}


.p-cv-profile__text .p-cv-profile__name {
  font-size: 30px;
  font-size: 3rem;
}

@media (max-width: 767px) {
  .p-cv-profile__text .p-cv-profile__name {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.p-cv-profile__text .p-cv-profile__title {
  margin-top: 40px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .p-cv-profile__text .p-cv-profile__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.p-cv-profile__text .p-cv-profile__list {
  margin: 20px 0 30px;
}

.p-cv-profile__text .p-cv-profile__list-item {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
}

.p-cv-profile__text .p-cv-profile__list-item a {
  color: #00B9EF;
}

/* メインコピー 機種名追加 */
.p-kv__heading-pname {
  display: block;
  position: relative;
  top: 50px;
  left: 0;
}

.p-kv__heading-pname img {
  width: 160px;
}

@media (max-width: 1023px) {
  .p-kv__heading-pname {
    top: 40px;
    left: 220px;
  }

  .p-kv__heading-pname img {
    width: 100px;
  }
}

@media (max-width: 767px) {
  .p-kv__heading-pname {
    top: 15px;
    left: 0;
  }

  .p-kv__heading-pname img {
    width: 80px;
  }
}

.p-kv__heading-pname .p-kv__heading-pnameNew {
  display: block;
  width: 4em;
  font-size: 16px;
  letter-spacing: 0;
  color: #FFF;
  background-color: #e9001e;
  border-radius: 4px;
  padding: 4px 0;
  text-align: center;
  line-height: 1;
}

/*▲　追加YR-03　▲*/


/*▼　追加20250916　▼*/
/* --- publication横スライド用 --- */
.pub-carousel {
  position: relative;
  background-color: #fffcf0;
}

.pub-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  overscroll-behavior-x: contain;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
  padding: 5px;
  scrollbar-width: none;
}

.pub-track::-webkit-scrollbar {
  display: none;
}

.pub-slide {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.pub-nav{ pointer-events: none; }
.pub-navBtn{ pointer-events: auto; }

.pub-slide>.pub-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #fffcf0;
  padding: 2em 10vw;
  block-size: var(--pub-slide-h);
  transition: block-size .25s ease;
}

.pub-inner { display:block; }

.pub-card .pub-scroll {
  overflow: hidden;
  touch-action: auto;
  min-height: 0;
  flex: 1 1 auto;
  line-height: 1.6;
  touch-action: auto;
}

/* ナビ（前/次・ドット） */
.pub-nav {
  position: absolute;
  left: 0; right: 0;
  top: var(--nav-center, 50%);
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 3;
}

.pub-navBtn {
  position: absolute;
  top: 0;
  width: 64px;
  height: 64px;
  border-radius: 999px;
  border: 0;
  display: grid;
  place-items: center;
  font-size: 0;
  line-height: 1;
  background: rgba(255,255,255,.9);
  box-shadow: 0 6px 18px rgba(0,0,0,.18);
  pointer-events: auto;
}
.pub-navBtn[data-dir="prev"]{ left: 3vw; }
.pub-navBtn[data-dir="next"]{ right: 3vw; }

@media (hover:hover){
  .pub-navBtn:hover{ transform: scale(1.05); }
}
@media (max-width: 767px){
  .pub-navBtn{ width: 35px; height: 35px; font-size: 15px; }
  .pub-navBtn[data-dir="prev"]{ left: 4px; }
  .pub-navBtn[data-dir="next"]{ right: 4px; }
}

/* IcoMoon の矢印を疑似要素で表示 */
.pub-navBtn::before{
  font-family: "icomoon" !important;
  font-size: 28px;
  line-height: 1;
  display: inline-block;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.pub-navBtn[data-dir="prev"]::before{ content: "\e903"; }
.pub-navBtn[data-dir="next"]::before{ content: "\e904"; }

@media (max-width: 767px){
  .pub-navBtn::before{ font-size: 20px; }
}

.pub-navBtn:disabled {
  opacity: .4;
}

.pub-dots {
  display: flex;
  gap: 6px;
  justify-content: center;
  padding: 0 0 4em;
}

.pub-dots button {
  inline-size: 10px;
  block-size: 10px;
  border: 0;
  border-radius: 999px;
  background: #ddd;
}

.pub-dots button[aria-selected="true"] {
  background: #333;
}

.pub-card img {
  max-width: fit-content;
  height: auto;
  max-height: 45vh;
  display: block;
}

@media (min-width:1024px) {
  .pub-track {
    grid-auto-columns: 100%;
  }

}

@media (max-width:767px) {
  .pub-card {
    padding: 12px;
  }
  .pub-dots {
    padding: 0 0 6em;
  }
}

:focus-visible {
  outline: 2px solid #4c9ffe;
  outline-offset: 2px;
}

.pub-head {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin: 0 0 8px;
  padding-top: 2em;
}

.pub-head h2 {
  font-size: clamp(3.5rem, 6vw, 6rem);
  line-height: 1.1;
  margin: 0;
  font-weight: 900;
  color: #00b9ef;
}

@media (max-width: 767px) {
  .pub-head h2 {
    font-size: clamp(1.75rem, 8vw, 2.5rem);
  }
}
/*▲　追加20250916　▲*/