@charset "UTF-8";
/* ---------- number ---------- */
/* ---------- color ---------- */
/* ---------- breakPoint ---------- */
/* ---------- line-height ---------- */
/*--------------------------------------------------------------------
    [FOUNDATION]
 --------------------------------------------------------------------*/
/* ---------------------------------------------
 *
 * RESET
 *
 --------------------------------------------- */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

body {
  height: 100%;
  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;
  vertical-align: baseline;
}

/**
 * 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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.
 */
/* line 136, _normalize.scss */
h1 {
  font-size: 2em;
  margin: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 146, _normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 155, _normalize.scss */
small {
  font-size: 80%;
}

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

/* line 171, _normalize.scss */
sup {
  top: -0.5em;
}

/* line 175, _normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 186, _normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 194, _normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 205, _normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 213, _normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 222, _normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 230, _normalize.scss */
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.
 */
/* line 253, _normalize.scss */
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.
 */
/* line 267, _normalize.scss */
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.
 */
/* line 278, _normalize.scss */
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.
 */
/* line 291, _normalize.scss */
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.
 */
/* line 303, _normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 312, _normalize.scss */
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.
 */
/* line 323, _normalize.scss */
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.
 */
/* line 335, _normalize.scss */
input[type=checkbox],
input[type=radio] {
  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`.
 */
/* line 347, _normalize.scss */
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.
 */
/* line 357, _normalize.scss */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * 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).
 */
/* line 368, _normalize.scss */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 377, _normalize.scss */
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;
  padding: 0;
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

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

p, ul, li, dl, dt, dd {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

img {
  vertical-align: top;
}

table {
  width: 100%;
}

table th {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

body {
  min-width: 320px;
  color: #000;
  line-height: 1.6;
  letter-spacing: 0;
  font-size: 13px;
  font-family: noto-sans-cjk-jp, sans-serif;
  background-color: #fff;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background-attachment: fixed;
  zoom: 1;
  -moz-transform: scale(1);
}
body.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

a {
  outline: none;
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease-out 0s;
}
a:hover {
  opacity: 0.4;
  transition: all 0.3s ease-out 0s;
}

img {
  width: 100%;
  height: auto;
  user-select: none;
}

.include__wrap {
  padding: 23px 0 0 23px;
}
@media only screen and (max-width: 919px) {
  .include__wrap {
    padding: 15px 0 0 15px;
  }
}
.include__wrap .prince__logo {
  width: 144px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
@media only screen and (max-width: 919px) {
  .include__wrap .prince__logo {
    width: 100px;
  }
}
.include__wrap .prince__logo.js-fade-in {
  opacity: 1;
  visibility: visible;
}
.include__wrap .prince__logo a {
  display: block;
}

/*--------------------------------------------------------------------
    [SP]
--------------------------------------------------------------------*/
@media screen and (min-width: 919px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*--------------------------------------------------------------------
    [COMPONENT]
 --------------------------------------------------------------------*/
.vegas-overlay,
.vegas-content-scrollable,
.vegas-timer,
.vegas-slide,
.vegas-slide-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0;
}

.vegas-content-scrollable {
  position: relative;
  height: 100%;
  overflow: auto;
}

.vegas-overlay {
  opacity: 0.5;
  background: transparent url("../img/top/mv_overlay.png") center center repeat;
}

.vegas-timer {
  top: auto;
  bottom: 0;
  height: 2px;
}

.vegas-timer-progress {
  width: 0%;
  height: 100%;
  background: white;
  transition: width ease-out;
}

.vegas-timer-running .vegas-timer-progress {
  width: 100%;
}

.vegas-slide,
.vegas-slide-inner {
  margin: 0;
  padding: 0;
  background: transparent center center no-repeat;
  transform: translateZ(0);
  will-change: transform, opacity;
}

body .vegas-container {
  overflow: hidden !important;
  position: relative;
}

.vegas-video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

body.vegas-container {
  overflow: auto;
  position: static;
  z-index: -2;
}

body.vegas-container > .vegas-timer,
body.vegas-container > .vegas-overlay,
body.vegas-container > .vegas-slide {
  position: fixed;
  z-index: -1;
}

/* Target Safari IOS7+ in order to add 76px */
/*******************************************/
/* blur transition */
/*******************************************/
.vegas-transition-blur,
.vegas-transition-blur2 {
  opacity: 0;
  filter: blur(32px) brightness(1.01);
}

.vegas-transition-blur-in,
.vegas-transition-blur2-in {
  opacity: 1;
  filter: blur(0px) brightness(1.01);
}

.vegas-transition-blur2-out {
  opacity: 0;
}

/*******************************************/
/* burn transition */
/*******************************************/
.vegas-transition-burn,
.vegas-transition-burn2 {
  opacity: 0;
  filter: contrast(1000%) saturate(1000%);
}

.vegas-transition-burn-in,
.vegas-transition-burn2-in {
  opacity: 1;
  filter: contrast(100%) saturate(100%);
}

.vegas-transition-burn2-out {
  opacity: 0;
  filter: contrast(1000%) saturate(1000%);
}

/*******************************************/
/* fade transition */
/*******************************************/
.vegas-transition-fade,
.vegas-transition-fade2 {
  opacity: 0;
}

.vegas-transition-fade-in,
.vegas-transition-fade2-in {
  opacity: 1;
}

.vegas-transition-fade2-out {
  opacity: 0;
}

/*******************************************/
/* flash transition */
/*******************************************/
.vegas-transition-flash,
.vegas-transition-flash2 {
  opacity: 0;
  filter: brightness(25);
}

.vegas-transition-flash-in,
.vegas-transition-flash2-in {
  opacity: 1;
  filter: brightness(1);
}

.vegas-transition-flash2-out {
  opacity: 0;
  filter: brightness(25);
}

/*******************************************/
/* negative transition */
/*******************************************/
.vegas-transition-negative,
.vegas-transition-negative2 {
  opacity: 0;
  filter: invert(100%);
}

.vegas-transition-negative-in,
.vegas-transition-negative2-in {
  opacity: 1;
  filter: invert(0);
}

.vegas-transition-negative2-out {
  opacity: 0;
  filter: invert(100%);
}

/*******************************************/
/* slideDown transition */
/*******************************************/
.vegas-transition-slideDown,
.vegas-transition-slideDown2 {
  transform: translateY(-100%);
}

.vegas-transition-slideDown-in,
.vegas-transition-slideDown2-in {
  transform: translateY(0%);
}

.vegas-transition-slideDown2-out {
  transform: translateY(100%);
}

/*******************************************/
/* slideLeft transition */
/*******************************************/
.vegas-transition-slideLeft,
.vegas-transition-slideLeft2 {
  transform: translateX(100%);
}

.vegas-transition-slideLeft-in,
.vegas-transition-slideLeft2-in {
  transform: translateX(0%);
}

.vegas-transition-slideLeft2-out {
  transform: translateX(-100%);
}

/*******************************************/
/* slideRight transition */
/*******************************************/
.vegas-transition-slideRight,
.vegas-transition-slideRight2 {
  transform: translateX(-100%);
}

.vegas-transition-slideRight-in,
.vegas-transition-slideRight2-in {
  transform: translateX(0%);
}

.vegas-transition-slideRight2-out {
  transform: translateX(100%);
}

/*******************************************/
/* slideUp transition */
/*******************************************/
.vegas-transition-slideUp,
.vegas-transition-slideUp2 {
  transform: translateY(100%);
}

.vegas-transition-slideUp-in,
.vegas-transition-slideUp2-in {
  transform: translateY(0%);
}

.vegas-transition-slideUp2-out {
  transform: translateY(-100%);
}

/*******************************************/
/* swirlLeft transition */
/*******************************************/
.vegas-transition-swirlLeft,
.vegas-transition-swirlLeft2 {
  transform: scale(2) rotate(35deg);
  opacity: 0;
}

.vegas-transition-swirlLeft-in,
.vegas-transition-swirlLeft2-in {
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

.vegas-transition-swirlLeft2-out {
  transform: scale(2) rotate(-35deg);
  opacity: 0;
}

/*******************************************/
/* swirlRight transition */
/*******************************************/
.vegas-transition-swirlRight,
.vegas-transition-swirlRight2 {
  transform: scale(2) rotate(-35deg);
  opacity: 0;
}

.vegas-transition-swirlRight-in,
.vegas-transition-swirlRight2-in {
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

.vegas-transition-swirlRight2-out {
  transform: scale(2) rotate(35deg);
  opacity: 0;
}

/*******************************************/
/* zoomIn transition */
/*******************************************/
.vegas-transition-zoomIn,
.vegas-transition-zoomIn2 {
  transform: scale(0);
  opacity: 0;
}

.vegas-transition-zoomIn-in,
.vegas-transition-zoomIn2-in {
  transform: scale(1);
  opacity: 1;
}

.vegas-transition-zoomIn2-out {
  transform: scale(2);
  opacity: 0;
}

/*******************************************/
/* zoomOut transition */
/*******************************************/
.vegas-transition-zoomOut,
.vegas-transition-zoomOut2 {
  transform: scale(2);
  opacity: 0;
}

.vegas-transition-zoomOut-in,
.vegas-transition-zoomOut2-in {
  transform: scale(1);
  opacity: 1;
}

.vegas-transition-zoomOut2-out {
  transform: scale(0);
  opacity: 0;
}

/*******************************************/
/* kenburns animation */
/*******************************************/
.vegas-animation-kenburns {
  -webkit-animation: kenburns ease-out;
  animation: kenburns ease-out;
}

@-webkit-keyframes kenburns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}
@keyframes kenburns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}
/*******************************************/
/* kenburnsDownLeft animation */
/*******************************************/
.vegas-animation-kenburnsDownLeft {
  -webkit-animation: kenburnsDownLeft ease-out;
  animation: kenburnsDownLeft ease-out;
}

@-webkit-keyframes kenburnsDownLeft {
  0% {
    transform: scale(1.5) translate(10%, -10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsDownLeft {
  0% {
    transform: scale(1.5) translate(10%, -10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsDownRight animation */
/*******************************************/
.vegas-animation-kenburnsDownRight {
  -webkit-animation: kenburnsDownRight ease-out;
  animation: kenburnsDownRight ease-out;
}

@-webkit-keyframes kenburnsDownRight {
  0% {
    transform: scale(1.5) translate(-10%, -10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsDownRight {
  0% {
    transform: scale(1.5) translate(-10%, -10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsDown animation */
/*******************************************/
.vegas-animation-kenburnsDown {
  -webkit-animation: kenburnsDown ease-out;
  animation: kenburnsDown ease-out;
}

@-webkit-keyframes kenburnsDown {
  0% {
    transform: scale(1.5) translate(0, -10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsDown {
  0% {
    transform: scale(1.5) translate(0, -10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsLeft animation */
/*******************************************/
.vegas-animation-kenburnsLeft {
  -webkit-animation: kenburnsLeft ease-out;
  animation: kenburnsLeft ease-out;
}

@-webkit-keyframes kenburnsLeft {
  0% {
    transform: scale(1.5) translate(10%, 0);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsLeft {
  0% {
    transform: scale(1.5) translate(10%, 0);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsRight animation */
/*******************************************/
.vegas-animation-kenburnsRight {
  -webkit-animation: kenburnsRight ease-out;
  animation: kenburnsRight ease-out;
}

@-webkit-keyframes kenburnsRight {
  0% {
    transform: scale(1.5) translate(-10%, 0);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsRight {
  0% {
    transform: scale(1.5) translate(-10%, 0);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsUpLeft animation */
/*******************************************/
.vegas-animation-kenburnsUpLeft {
  -webkit-animation: kenburnsUpLeft ease-out;
  animation: kenburnsUpLeft ease-out;
}

@-webkit-keyframes kenburnsUpLeft {
  0% {
    transform: scale(1.5) translate(10%, 10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUpLeft {
  0% {
    transform: scale(1.5) translate(10%, 10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsUpRight animation */
/*******************************************/
.vegas-animation-kenburnsUpRight {
  -webkit-animation: kenburnsUpRight ease-out;
  animation: kenburnsUpRight ease-out;
}

@-webkit-keyframes kenburnsUpRight {
  0% {
    transform: scale(1.5) translate(-10%, 10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUpRight {
  0% {
    transform: scale(1.5) translate(-10%, 10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsUp animation */
/*******************************************/
.vegas-animation-kenburnsUp {
  -webkit-animation: kenburnsUp ease-out;
  animation: kenburnsUp ease-out;
}

@-webkit-keyframes kenburnsUp {
  0% {
    transform: scale(1.5) translate(0, 10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUp {
  0% {
    transform: scale(1.5) translate(0, 10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  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;
  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;
}

.slide-dots {
  text-align: left;
  position: absolute;
  bottom: -90px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 919px) {
  .slide-dots {
    bottom: -60px;
    width: 70%;
    text-align: center;
  }
}
.slide-dots li {
  display: inline-block;
  margin: 0 10px;
}
@media only screen and (max-width: 919px) {
  .slide-dots li {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }
}
.slide-dots li button {
  position: relative;
  text-indent: -9999px;
  background-color: transparent;
}
.slide-dots li button:before {
  width: 11px;
  height: 11px;
  content: "";
  background-color: #333;
  border-radius: 50%;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #333;
}
@media only screen and (max-width: 919px) {
  .slide-dots li button:before {
    width: 5px;
    height: 5px;
  }
}
.slide-dots li.slick-active button:before {
  content: "";
  background-color: #fff;
  border-radius: 50%;
}

.slide-arrow {
  width: 12px;
  height: 20px;
  position: absolute;
  bottom: -85px;
  z-index: 333;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: 0.5s;
}
@media only screen and (max-width: 919px) {
  .slide-arrow {
    bottom: -53px;
  }
}
.slide-arrow.prev-arrow {
  width: 12px;
  height: 20px;
  left: 30%;
  background-image: url("../img/common/arrow_prev.png");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 919px) {
  .slide-arrow.prev-arrow {
    left: 50px;
  }
}
.slide-arrow.next-arrow {
  right: 30%;
  background-image: url("../img/common/arrow_next.png");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 919px) {
  .slide-arrow.next-arrow {
    right: 50px;
  }
}
.slide-arrow.slick-disabled {
  opacity: 0;
  display: none;
}

.menu-slide-dots > li:first-child:last-child {
  display: none;
}

.slide-dots > li:first-child:last-child {
  display: none;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}

.popup.is-show {
  opacity: 1;
  visibility: visible;
}

.popup-bg {
  position: relative;
}

.popup-bg-inner {
  position: absolute;
  left: 40%;
  top: -50px;
  width: 19px;
  height: 13px;
  border-radius: 50%;
  background-color: #ccc;
  z-index: 9999;
  transition: 0.5s;
}
@media only screen and (max-width: 919px) {
  .popup-bg-inner {
    left: 50%;
  }
}
.popup-bg-inner.js-popup {
  margin-left: -960px;
  margin-top: -1080px;
  width: 1900px;
  height: 1900px;
}

.popup-contents {
  width: 302px;
  height: 75%;
  margin: 110px auto 0;
  position: relative;
  color: #000;
  z-index: 9999;
  overflow: scroll;
}
@media only screen and (max-width: 919px) {
  .popup-contents {
    width: 85%;
    height: 85%;
    margin: 20% auto 0;
  }
}

.popup-inner {
  z-index: 9999;
}

.close-btn {
  position: fixed;
  right: 45px;
  top: 45px;
  width: 18px;
  height: 18px;
  z-index: 9999;
  cursor: pointer;
}
@media only screen and (max-width: 919px) {
  .close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
  }
}

.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.76);
  z-index: 999;
  cursor: pointer;
}

/*--------------------------------------------------------------------
    [SHARED]
 --------------------------------------------------------------------*/
.lang__wrap {
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 70px;
  top: 11px;
  z-index: 9999;
}
.lang__wrap.js-fade-in {
  opacity: 1;
  visibility: visible;
}
.lang__wrap .lang__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.lang__wrap .lang__item {
  font-family: raleway, sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.lang__wrap .lang__item:last-child {
  margin-right: 0;
}
.lang__wrap .lang__item::after {
  content: "|";
  padding: 0 10px;
}
.lang__wrap .lang__item:last-child::after {
  display: none;
}

.nav__wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateX(-100%);
  transition: all 0.5s;
  background-color: #fff;
  z-index: 999;
}
.nav__wrap.active {
  transform: translateX(0%);
  transition: all 0.5s;
}
.nav__wrap .nav__inner {
  width: 100%;
  height: 100vh;
  margin: auto;
  position: relative;
}
.nav__wrap .nav__inner .nav__logo {
  position: relative;
}
.nav__wrap .nav__inner .nav__logo .logo__link {
  display: block;
  width: 114px;
  margin-bottom: 88px;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.nav__wrap .nav__inner .nav__list {
  max-width: 450px;
  opacity: 1;
  transition: 0.8s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 919px) {
  .nav__wrap .nav__inner .nav__list {
    max-width: 90%;
    position: relative;
    top: 25%;
    left: 5%;
    transform: translateY(-25%);
  }
}
.nav__wrap .nav__inner .nav__list .nav__item {
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  text-align: center;
  /*
  &::before {
      display: inline-block;
      content: "・";
      color: #000;
      font-size: 30px;
  }
  */
}
.nav__wrap .nav__inner .nav__list .nav__item.js-fade-in {
  opacity: 1;
  visibility: visible;
}
.nav__wrap .nav__inner .nav__list .nav__item.current .nav__link, .nav__wrap .nav__inner .nav__list .nav__item:active .nav__link {
  color: #000;
}
.nav__wrap .nav__inner .nav__list .nav__item.current:hover, .nav__wrap .nav__inner .nav__list .nav__item:active:hover {
  color: #000;
  opacity: 1;
}
.nav__wrap .nav__inner .nav__list .nav__item .nav__link {
  font-family: raleway, sans-serif;
  display: inline-block;
  font-size: 22px;
  letter-spacing: 0.05em;
  color: #000;
  line-height: 1.4;
  margin-bottom: 25px;
  position: relative;
}
.nav__wrap .nav__inner .nav__list .nav__item .nav__link::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
  content: "";
}
.nav__wrap .nav__inner .nav__list .nav__item .nav__link::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4) * 0.5em);
  content: "";
}
.nav__wrap .nav__inner .nav__list .nav__item .nav__link:hover {
  color: #ccc;
  opacity: 1;
}
.nav__wrap .nav__inner .nav__list .nav__item .nav__link.-logo {
  width: 60%;
  margin-bottom: 60px;
}
.nav__wrap .nav__inner .nav__list .nav__item .nav__link.-gray {
  color: #CFCFCF;
}

.navToggle {
  display: block;
  position: fixed;
  right: 16px;
  top: 16px;
  width: 30px;
  height: 22px;
  cursor: pointer;
  z-index: 9999;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.navToggle.js-fade-in {
  opacity: 1;
  visibility: visible;
}

.navToggle span {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: solid 2px #000;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  left: 0;
}

.navToggle span:nth-child(1) {
  top: 0;
}

.navToggle span:nth-child(2) {
  top: 10px;
  opacity: 1;
  transition: 0.3s;
}

.navToggle span:nth-child(3) {
  top: 20px;
}

.navToggle.active span {
  border-bottom: solid 2px #000;
}

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
  top: 8px;
  transform: rotate(45deg);
}

/* 2番目のspanを45度に */
.navToggle.active span:nth-child(2) {
  top: 8px;
  transform: rotate(-45deg);
}

/* 3番目のspanを非表示 */
.navToggle.active span:nth-child(3) {
  top: 20px;
  left: -5px;
  opacity: 0;
}

.pageHome {
  /* ---------------------------------------------
  *
  * LAYOUT
  *
  --------------------------------------------- */
  /* ---------------------------------------------
  *
  * BTN
  *
  --------------------------------------------- */
  /* ---------------------------------------------
  *
  * MODAL
  *
  --------------------------------------------- */
  /* モーダル全体(背景＋本体) */
  /* モーダル背景 */
  /* モーダル本体 */
  /* モーダルウィンドウ表示中に記事本体を固定 */
}
.pageHome .wrap {
  padding: 0;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.05, 0.76, 0.22, 0.95);
  position: relative;
}
.pageHome .content {
  overflow: hidden;
}
.pageHome .inner {
  max-width: 1296px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 919px) {
  .pageHome .inner {
    padding: 0 30px;
  }
}
.pageHome .sec .sec__ttl {
  font-family: raleway, sans-serif;
  font-size: 32px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 919px) {
  .pageHome .sec .sec__ttl {
    font-size: 28px;
    line-height: 1.4;
  }
}
.pageHome .sec .sec__subttl {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 50px;
}
@media only screen and (max-width: 919px) {
  .pageHome .sec .sec__subttl {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.pageHome .sec__concept {
  padding: 23px;
}
.pageHome .sec__btn {
  width: 90%;
  height: 60px;
  display: inline-block;
  background-color: #000;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}
.pageHome .sec__btn:hover {
  background-color: #000;
}
.pageHome .sec__btn .btn__txt {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pageHome .sec__btn .btn__txt.-prince {
  font-size: 16px;
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__btn .btn__txt {
    font-size: 15px;
  }
}
.pageHome .sec__btn .btn__txt::after {
  width: 13px;
  height: 13px;
  content: "";
  display: inline-block;
  background-image: url("../img/common/blank_icon.svg");
  background-repeat: no-repeat;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.pageHome .sec__btn .btn__txt span {
  font-size: 15px;
  font-weight: 400;
}
.pageHome .sec__btn::after {
  display: none;
}
.pageHome .modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 9999;
}
.pageHome .modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.pageHome .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: scroll;
  /* はみ出た部分はスクロールさせる */
  max-height: 70%;
  /* これが無いと「overflow:scroll」が利かない */
  width: 50%;
  /* これが無いと「overflow:scroll」が利かない */
  background: #fff;
  padding: 20px;
  text-align: center;
}
.pageHome .modal-content.-long {
  height: 100%;
}
@media only screen and (max-width: 919px) {
  .pageHome .modal-content {
    width: 90%;
    height: auto;
  }
  .pageHome .modal-content.-long {
    height: 100%;
  }
}
.pageHome .modal-inner {
  width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  .pageHome .modal-inner {
    width: 100%;
  }
}
@media only screen and (max-width: 919px) {
  .pageHome .modal-inner .sec__btn {
    width: 100%;
    height: 50px;
  }
  .pageHome .modal-inner .sec__btn .btn__txt {
    font-size: 13px;
  }
}
.pageHome .modal__img {
  border-radius: 5px;
  overflow: hidden;
  background-color: #000;
  margin-bottom: 20px;
}
.pageHome .modal__img img {
  opacity: 1;
  transition: 0.3s;
}
.pageHome .modal__img.-brd {
  border: 1px solid #333;
  border-radius: 15px;
}
.pageHome .modal__ttl {
  margin-bottom: 30px;
}
.pageHome .modal__ttl .ttl {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 919px) {
  .pageHome .modal__ttl .ttl {
    font-size: 17px;
  }
}
.pageHome .modal__ttl .ttl .notes {
  display: block;
  font-size: 14px;
}
@media only screen and (max-width: 919px) {
  .pageHome .modal__ttl .ttl .notes {
    font-size: 13px;
  }
}
.pageHome .modal__ttl .desc {
  font-size: 16px;
  text-align: left;
  margin-bottom: 20px;
}
@media only screen and (max-width: 919px) {
  .pageHome .modal__ttl .desc {
    font-size: 14px;
  }
}
.pageHome .modal__ttl .desc .list {
  padding-left: 1em;
  text-indent: -1em;
}
.pageHome .modal__ttl .desc:last-child {
  margin-bottom: 0;
}
.pageHome .modal__ttl .desc.-txtalignRight {
  text-align: right;
}
.pageHome .close__btn__wrapper {
  position: relative;
  padding: 11px 0;
  margin: 0 0 20px;
}
.pageHome .close__btn {
  width: 22px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.pageHome body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.win .pageHome .modal__ttl .ttl {
  font-size: 21px;
}
.win .pageHome .modal__ttl .desc {
  font-size: 14px;
}
.win .pageHome .sec__btn .btn__txt {
  font-size: 14px;
}

.pageEnHome {
  /* ---------------------------------------------
  *
  * BTN
  *
  --------------------------------------------- */
  /* ---------------------------------------------
  *
  * MODAL
  *
  --------------------------------------------- */
}
.pageEnHome .sec .sec__ttl {
  margin-bottom: 50px;
}
.pageEnHome .sec__btn {
  width: 90%;
  height: 60px;
  display: inline-block;
  background-color: #000;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}
.pageEnHome .sec__btn:hover {
  background-color: #000;
}
.pageEnHome .sec__btn .btn__txt {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pageEnHome .sec__btn .btn__txt.-prince {
  font-size: 16px;
}
@media only screen and (max-width: 919px) {
  .pageEnHome .sec__btn .btn__txt {
    font-size: 15px;
  }
}
.pageEnHome .sec__btn .btn__txt::after {
  width: 13px;
  height: 13px;
  content: "";
  display: inline-block;
  background-image: url("../img/common/blank_icon.svg");
  background-repeat: no-repeat;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.pageEnHome .sec__btn .btn__txt span {
  font-size: 15px;
  font-weight: 400;
}
.pageEnHome .sec__btn::after {
  display: none;
}
.pageEnHome .modal__ttl {
  margin-bottom: 30px;
}
.pageEnHome .modal__ttl .ttl {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 919px) {
  .pageEnHome .modal__ttl .ttl {
    font-size: 17px;
  }
}
.pageEnHome .modal__ttl .ttl .notes {
  display: block;
  font-size: 14px;
}
@media only screen and (max-width: 919px) {
  .pageEnHome .modal__ttl .ttl .notes {
    font-size: 13px;
  }
}
.pageEnHome .modal__ttl .desc {
  font-size: 15px;
  text-align: left;
  margin-bottom: 20px;
}
@media only screen and (max-width: 919px) {
  .pageEnHome .modal__ttl .desc {
    font-size: 14px;
  }
}

/* ---------------------------------------------
*
* FOOTER SEC
*
--------------------------------------------- */
.here__btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: block;
  width: 59px;
  height: 59px;
  z-index: 888;
}
@media only screen and (max-width: 919px) {
  .here__btn {
    bottom: 10px;
    left: 10px;
  }
}

footer .copyright {
  font-family: raleway, sans-serif;
  text-align: center;
  font-size: 10px;
  color: #767676;
  padding-bottom: 20px;
}

/* ==================================================
    display [PC]

    PC/SP での ON/OFF 表示
================================================== */
.display-pc {
  display: block;
}

.display-sp {
  display: none;
}

.display-ib-pc {
  display: inline-block;
}

.display-ib-sp {
  display: none;
}

/* ==================================================
    display [SP]
================================================== */
@media screen and (max-width: 919px) {
  .display-pc {
    display: none;
  }
  .display-sp {
    display: block;
  }
  .display-ib-pc {
    display: none;
  }
  .display-ib-sp {
    display: inline-block;
  }
}
/*--------------------------------------------------------------------
    [PAGE]

    ※ページ固有のスタイル。
    ・適応するページの body に class をつけて wrap する。
 --------------------------------------------------------------------*/
.pageHome {
  /*--------------------------------

  Loading

  ---------------------------------*/
  /*
  .loading {
      width: 100%;
      height: 100vh;
      background-color: #4b4b3d;
      //animation: bg-color 3s;
      //-webkit-animation: bg-color 3s;
      visibility: visible;
      overflow: hidden;
      opacity: 1;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 10000;
      transition: 1s;
      &.js-fade-out {
          visibility: hidden;
          opacity: 0;
      }
      .loading__img {
          width: 150px;
          margin: auto;
          img {
              width: 100%;
          }
      }
  }
  */
  /*
  @keyframes bg-color {
  0% { background-color: #fff; }
  100% { background-color: #4b4b3d; }
  }
  */
  /*
  .loading__inner {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
  }
  */
  /* ---------------------------------------------
  *
  * KV SEC
  *
  --------------------------------------------- */
  /* ---------------------------------------------
  *
  * CONCEPT SEC
  *
  --------------------------------------------- */
  /* ---------------------------------------------
  *
  * ACTION SEC
  *
  --------------------------------------------- */
  /* ---------------------------------------------
  *
  * CERTIFICATTION SEC
  *
  --------------------------------------------- */
  /* ---------------------------------------------
  *
  * MESSAGE SEC
  *
  --------------------------------------------- */
  /* ---------------------------------------------
  *
  * PROJECT STRUCTURE SEC
  *
  --------------------------------------------- */
  /* ---------------------------------------------
  *
  * NEWS RELEASE SEC
  *
  --------------------------------------------- */
  /* ---------------------------------------------
  *
  * SEIBU GROUP CORPORATE INITIATIVES SEC
  *
  --------------------------------------------- */
}
.pageHome .kv__wrap {
  width: 100%;
  margin-bottom: 100px;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: all 3s;
  /*
  @include sp($breakPoint) {
      height: 100%;
      margin-top: 30px;
      transform: translateX(0%);
      animation-name: fadeInAnime;
      animation-fill-mode: forwards;
      animation-duration: 10s;
      animation-iteration-count: 1;
      animation-delay: 3.5s;
      animation-direction: normal;

      @keyframes fadeInAnime {
          0% {
              transform: translateX(0%);
          }

          50% {
              transform: translateX(-63%);
          }

          100% {
              transform: translateX(-32%);
          }
      }

      img {
          width: 100%;
          object-fit: cover;
      }

  }*/
}
.pageHome .kv__wrap.js-fade-in {
  opacity: 1;
  visibility: visible;
}
.pageHome .kv__wrap .kv__ttl {
  max-width: 640px;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  opacity: 0;
  visibility: hidden;
  transition: all 2s;
}
@media only screen and (max-width: 919px) {
  .pageHome .kv__wrap .kv__ttl {
    width: 283px;
    max-width: 283px;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -15%);
  }
}
.pageHome .kv__wrap .kv__ttl.js-fade-in {
  opacity: 1;
  visibility: visible;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -10%);
}
@media only screen and (max-width: 919px) {
  .pageHome .kv__wrap .kv__ttl.js-fade-in {
    top: 25%;
    left: 50%;
  }
}
.pageHome .sec__concept {
  max-width: 910px;
  margin: 0 auto;
  padding: 100px 23px 150px;
  text-align: center;
  position: relative;
  opacity: 0;
  transition: 0.5s;
}
.pageHome .sec__concept.js-fade-in {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__concept {
    padding: 0 23px 50px;
  }
}
.pageHome .sec__concept .sec__ttl {
  position: relative;
  z-index: 666;
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__concept .sec__ttl {
    margin-bottom: 0;
  }
}
.pageHome .sec__concept .sec__subttl {
  position: relative;
  z-index: 666;
}
.pageHome .sec__concept .concept__ttl {
  font-size: 36px;
  letter-spacing: 0.05em;
  position: relative;
  margin-bottom: 40px;
  z-index: 666;
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__concept .concept__ttl {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
  }
}
.pageHome .sec__concept .concept__desc {
  font-size: 17px;
  font-weight: 500;
  text-align: left;
  position: relative;
  z-index: 666;
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__concept .concept__desc {
    font-size: 14px;
  }
}
.pageHome .sec__concept .concept__bg {
  width: 100%;
  max-width: 904px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pageHome .sec__concept .concept__bg .bg1 {
  width: 76%;
  height: 570px;
  position: absolute;
  right: 5%;
  opacity: 0.6;
  z-index: 777;
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__concept .concept__bg .bg1 {
    width: 100%;
    height: 300px;
    top: -30px;
    right: -10%;
  }
}
.pageHome .sec__concept .concept__bg .bg1 svg {
  width: 100%;
  height: 100%;
}
.pageHome .sec__concept .concept__bg .bg2 {
  width: 50%;
  height: 377px;
  opacity: 0.7;
  position: absolute;
  bottom: -60px;
  left: 0;
  z-index: 888;
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__concept .concept__bg .bg2 {
    width: 60%;
    height: 300px;
    bottom: -50px;
    left: -5%;
  }
}
.pageHome .sec__concept .concept__bg .bg2 svg {
  width: 100%;
  height: 100%;
}
.pageHome .sec__action {
  text-align: center;
  position: relative;
  padding: 100px 0 150px;
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__action {
    padding: 100px 0 100px;
  }
}
.pageHome .sec__action .sec__inner.-action {
  max-width: 1260px;
  padding: 0 23px 0;
  margin: 0 auto;
}
.pageHome .sec__action .action__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__action .action__list {
    justify-content: space-between;
  }
}
.pageHome .sec__action .action__list .action__item {
  width: 20%;
  margin: 0 10px 20px;
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__action .action__list .action__item {
    width: 49%;
    margin: 0 0 10px;
  }
}
.pageHome .sec__action .action__cat {
  display: block;
  position: relative;
  /*
  .action__cont {
      position: absolute;
      @include positionCenter;
  }
  */
  /*
  .action__bg {
      width: 270px;
      height: 230px;
      margin: 0 auto;
      background-repeat: no-repeat;
      background-size: 100%;

      @include sp($breakPoint) {
          width: 100%;
          height: 148px;
      }

      &.-community {
          background-image: url("../img/top/action_community_icon_bg.svg");
      }

      &.-earth {
          background-image: url("../img/top/action_earth_icon_bg.svg");
      }

      &.-safety {
          background-image: url("../img/top/action_safety_icon_bg.svg");
      }

      &.-people {
          background-image: url("../img/top/action_people_icon_bg.svg");
      }

  }
  */
}
.pageHome .sec__action .action__cat .action__icon {
  margin-bottom: 10px;
}
.pageHome .sec__action .action__cat .action__icon.-community {
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__action .action__cat .action__icon.-community {
    margin: auto;
  }
}
.pageHome .sec__action .action__cat .action__icon.-earth {
  width: 100%;
}
.pageHome .sec__action .action__cat .action__icon.-safety {
  width: 100%;
}
.pageHome .sec__action .action__cat .action__icon.-people {
  width: 100%;
}
.pageHome .sec__action .action__cat .action__ttl {
  font-family: raleway, sans-serif;
  font-size: 25px;
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__action .action__cat .action__ttl {
    font-size: 17px;
  }
}
.pageHome .sec__action .slide__sec {
  padding: 100px 0 200px;
  background: rgb(255, 251, 218);
  background: linear-gradient(180deg, rgb(255, 251, 218) 0%, rgb(247, 255, 232) 32%, rgb(240, 248, 255) 66%, rgb(255, 236, 245) 100%);
  /* 中央のスライド */
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__action .slide__sec {
    padding: 50px 0 120px;
    background: rgb(255, 252, 230);
    background: linear-gradient(180deg, rgb(255, 252, 230) 0%, rgb(249, 255, 237) 26%, rgb(244, 250, 255) 54%, rgb(255, 241, 248) 91%);
  }
}
.pageHome .sec__action .slide__sec .slide__inner {
  margin-bottom: 250px;
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__action .slide__sec .slide__inner {
    margin-bottom: 150px;
  }
}
.pageHome .sec__action .slide__sec .slide__inner:last-child {
  margin-bottom: 0;
}
.pageHome .sec__action .slide__sec .slide__ttl {
  width: 17%;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__action .slide__sec .slide__ttl {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__action .slide__sec .slide__ttl .action__cat {
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
  }
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__action .slide__sec .slide__ttl .action__cat .action__cont {
    position: relative;
  }
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__action .slide__sec .slide__ttl .action__cat .action__icon {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__action .slide__sec .slide__ttl .action__cat .action__ttl {
    font-family: raleway, sans-serif;
    font-size: 25px;
  }
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__action .slide__sec .slide__ttl .action__cat .action__bg {
    width: 100%;
    height: 240px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100%;
  }
}
.pageHome .sec__action .slide__sec .slide__desc {
  margin-bottom: 70px;
  font-size: 16px;
  padding: 0 23px 0;
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__action .slide__sec .slide__desc {
    margin-bottom: 40px;
    font-size: 14px;
    text-align: left;
    padding: 0 23px 0;
  }
}
.pageHome .sec__action .slide__sec .slide__earth .slide-arrow.prev-arrow {
  left: 30%;
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__action .slide__sec .slide__earth .slide-arrow.prev-arrow {
    left: 13%;
  }
}
.pageHome .sec__action .slide__sec .slide__earth .slide-arrow.next-arrow {
  right: 30%;
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__action .slide__sec .slide__earth .slide-arrow.next-arrow {
    right: 13%;
  }
}
.pageHome .sec__action .slide__sec .slide__people .slide-arrow.prev-arrow {
  left: 30%;
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__action .slide__sec .slide__people .slide-arrow.prev-arrow {
    left: 13%;
  }
}
.pageHome .sec__action .slide__sec .slide__people .slide-arrow.next-arrow {
  right: 30%;
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__action .slide__sec .slide__people .slide-arrow.next-arrow {
    right: 13%;
  }
}
.pageHome .sec__action .slide__sec .slide__item {
  cursor: pointer;
}
.pageHome .sec__action .slide__sec .slide__item .item__img {
  max-width: 636px;
  overflow: hidden;
  margin-bottom: 10px;
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__action .slide__sec .slide__item .item__img {
    max-width: 270px;
    margin-bottom: 5px;
  }
}
.pageHome .sec__action .slide__sec .slide__item .item__img img {
  width: 100%;
  border-radius: 15px;
}
.pageHome .sec__action .slide__sec .slide__item .item__img.-brd {
  border: 1px solid #333;
  border-radius: 15px;
}
.pageHome .sec__action .slide__sec .slide__item .item__ttl {
  font-size: 25px;
  font-weight: 700;
  text-align: left;
  max-width: 636px;
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__action .slide__sec .slide__item .item__ttl {
    font-size: 17px;
    max-width: 270px;
  }
}
.pageHome .sec__action .slide__sec .slide__item .item__ttl .notes {
  font-size: 14px;
}
.pageHome .sec__action .slide__sec .slick-slide {
  height: auto;
  transform: scale(0.8);
  transition: opacity 0.5s, transform 0.5s;
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__action .slide__sec .slick-slide {
    transform: scale(1);
  }
}
.pageHome .sec__action .slide__sec .slick-center {
  transform: scale(1);
}
.pageHome .sec__action .slide__sec .slick-slide {
  margin-right: 10px !important;
  margin-left: 1vw !important;
}
.pageHome .sec__certification {
  max-width: 1067px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding: 0 23px 100px;
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__certification {
    padding: 0 23px 80px;
  }
}
.pageHome .sec__certification .certification__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__certification .certification__list {
    display: block;
  }
}
.pageHome .sec__certification .certification__item {
  width: 48%;
  margin-bottom: 100px;
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__certification .certification__item {
    width: 98%;
    margin: 0 auto 50px;
  }
}
.pageHome .sec__certification .certification__item .certification__itemInner {
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  width: 100%;
  margin-right: auto;
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__certification .certification__item .certification__itemInner {
    display: block;
    margin: auto;
  }
}
.pageHome .sec__certification .certification__item .certification__ttl {
  flex: 1;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__certification .certification__item .certification__ttl {
    text-align: center;
    font-size: 17px;
    margin-bottom: 15px;
  }
}
.pageHome .sec__certification .certification__item .certification__ttl .certification__badge {
  width: 100%;
  font-size: 13px;
  background-color: #FF6060;
  border-radius: 50px;
  text-align: center;
  padding: 13px 10px;
  color: #fff;
  margin-top: 10px;
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__certification .certification__item .certification__ttl .certification__badge {
    font-size: 12px;
    padding: 10px 10px;
    margin-bottom: 10px;
  }
}
.pageHome .sec__certification .certification__item .sec__btn {
  display: block;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.pageHome .sec__certification .certification__item .sec__btn .btn__txt {
  text-align: left;
  width: 70%;
  font-size: 13px;
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__certification .certification__item .sec__btn .btn__txt {
    font-size: 12px;
    text-align: center;
    padding: 10px 10px;
    margin-bottom: 10px;
  }
}
.pageHome .sec__certification .certification__item .certification__img {
  width: 150px;
  margin-right: 20px;
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__certification .certification__item .certification__img {
    margin: 0 auto;
    width: 120px;
  }
}
.pageHome .sec__message {
  max-width: 1067px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding: 0 23px 250px;
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__message {
    padding: 0 23px 150px;
  }
}
.pageHome .sec__message .message__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  text-align: left;
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__message .message__wrap {
    display: block;
  }
}
.pageHome .sec__message .message__wrap .message__left {
  flex: 1;
  margin-right: 10%;
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__message .message__wrap .message__left {
    margin-right: 0;
  }
}
.pageHome .sec__message .message__wrap .message__left .message__ttl {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__message .message__wrap .message__left .message__ttl {
    font-size: 17px;
    text-align: center;
    margin-bottom: 20px;
  }
}
.pageHome .sec__message .message__wrap .message__left .message__desc {
  font-size: 16px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__message .message__wrap .message__left .message__desc {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.pageHome .sec__message .message__wrap .message__left .message__name {
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__message .message__wrap .message__left .message__name {
    display: block;
  }
}
.pageHome .sec__message .message__wrap .message__left .message__name .company__name {
  flex: 1;
  font-size: 16px;
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__message .message__wrap .message__left .message__name .company__name {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.pageHome .sec__message .message__wrap .message__left .message__name .ceo__name {
  width: 30%;
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__message .message__wrap .message__left .message__name .ceo__name {
    width: 40%;
  }
}
.pageHome .sec__message .message__wrap .message__right {
  max-width: 306px;
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__message .message__wrap .message__right {
    max-width: 150px;
    margin: 0 auto 20px;
  }
}
.pageHome .sec__structure {
  max-width: 1067px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding: 0 23px 200px;
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__structure {
    padding: 0 0 50px;
  }
}
.pageHome .sec__structure .structure__desc {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 60px;
  font-size: 16px;
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__structure .structure__desc {
    padding: 0 23px 0;
    font-size: 14px;
  }
}
.pageHome .sec__structure .structure__img {
  max-width: 1076px;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__structure .structure__img {
    width: 100%;
    max-width: 100%;
  }
}
.pageHome .sec__release {
  width: 100%;
  background-color: #F9F9F9;
  text-align: center;
  position: relative;
  padding: 100px 23px 100px;
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__release {
    padding: 100px 23px 70px;
  }
}
.pageHome .sec__release .sec__inner {
  max-width: 1067px;
  margin: 0 auto;
}
.pageHome .sec__release .release__list {
  margin-bottom: 50px;
}
.pageHome .sec__release .release__item:last-child .release__link {
  border-bottom: 1px solid #333;
}
.pageHome .sec__release .release__item .release__link {
  display: flex;
  justify-content: flex-start;
  text-align: left;
  border-top: 1px solid #333;
  padding: 40px 20px;
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__release .release__item .release__link {
    display: block;
    padding: 20px 20px;
  }
}
.pageHome .sec__release .release__item .release__link:hover {
  background-color: #f1f1f1;
  opacity: 1;
}
.pageHome .sec__release .release__item .date {
  flex: 1;
  margin-right: 20px;
  font-size: 16px;
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__release .release__item .date {
    font-size: 14px;
    margin: 0 0 10px;
  }
}
.pageHome .sec__release .release__item .release__ttl {
  font-size: 16px;
  width: 90%;
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__release .release__item .release__ttl {
    font-size: 14px;
    width: 100%;
  }
}
.pageHome .sec__release .sec__btn {
  display: block;
  width: 50%;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__release .sec__btn {
    width: 100%;
  }
}
.pageHome .sec__corporate {
  width: 100%;
  text-align: center;
  position: relative;
  padding: 100px 23px 200px;
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__corporate {
    padding: 100px 0 100px;
  }
}
.pageHome .sec__corporate .sec__inner {
  max-width: 1067px;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__corporate .sec__ttl {
    padding: 0 23px 0;
  }
}
.pageHome .sec__corporate .corporate__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__corporate .corporate__list {
    display: block;
  }
}
.pageHome .sec__corporate .corporate__item {
  width: 50%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__corporate .corporate__item {
    width: 100%;
  }
}
@media only screen and (max-width: 919px) {
  .pageHome .sec__corporate .corporate__item.-energy .sec__btn .btn__txt::after {
    width: 13px;
    height: 13px;
    content: "";
    display: inline-block;
    background-image: url("../img/common/blank_icon.svg");
    background-repeat: no-repeat;
    margin-left: 10px;
    position: relative;
    top: -12px;
  }
  .pageHome .sec__corporate .corporate__item.-energy .sec__btn .btn__txt span {
    font-size: 15px;
    font-weight: 400;
  }
}

.kv__wrap {
  width: 100%;
  margin-bottom: 100px;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: all 3s;
  /*
      @include sp($breakPoint) {
          height: 100%;
          margin-top: 30px;
          transform: translateX(0%);
          animation-name: fadeInAnime;
          animation-fill-mode: forwards;
          animation-duration: 10s;
          animation-iteration-count: 1;
          animation-delay: 3.5s;
          animation-direction: normal;

          @keyframes fadeInAnime {
              0% {
                  transform: translateX(0%);
              }

              50% {
                  transform: translateX(-63%);
              }

              100% {
                  transform: translateX(-32%);
              }
          }

          img {
              width: 100%;
              object-fit: cover;
          }

      }*/
}
.kv__wrap.js-fade-in {
  opacity: 1;
  visibility: visible;
}
.kv__wrap .kv__ttl {
  max-width: 640px;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  opacity: 0;
  visibility: hidden;
  transition: all 2s;
}
@media only screen and (max-width: 919px) {
  .kv__wrap .kv__ttl {
    width: 283px;
    max-width: 283px;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -15%);
  }
}
.kv__wrap .kv__ttl.js-fade-in {
  opacity: 1;
  visibility: visible;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -10%);
}
@media only screen and (max-width: 919px) {
  .kv__wrap .kv__ttl.js-fade-in {
    top: 25%;
    left: 50%;
  }
}

.win .pageHome .kv__wrap .kv__ttl {
  max-width: 640px;
  position: absolute;
  top: -5%;
  left: 50%;
  transform: translate(-50%, 5%);
  opacity: 0;
  visibility: hidden;
  transition: all 2s;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .kv__wrap .kv__ttl {
    width: 283px;
    max-width: 283px;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -15%);
  }
}
.win .pageHome .kv__wrap .kv__ttl.js-fade-in {
  opacity: 1;
  visibility: visible;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media only screen and (max-width: 919px) {
  .win .pageHome .kv__wrap .kv__ttl.js-fade-in {
    top: 25%;
    left: 50%;
  }
}

.pageEnHome {
  /* ---------------------------------------------
  *
  * CONCEPT SEC
  *
  --------------------------------------------- */
  /* ---------------------------------------------
  *
  * CERTIFICATTION SEC
  *
  --------------------------------------------- */
  /* ---------------------------------------------
  *
  * MESSAGE SEC
  *
  --------------------------------------------- */
  /* ---------------------------------------------
  *
  * PROJECT STRUCTURE SEC
  *
  --------------------------------------------- */
  /* ---------------------------------------------
  *
  * NEWS RELEASE SEC
  *
  --------------------------------------------- */
  /* ---------------------------------------------
  *
  * SEIBU GROUP CORPORATE INITIATIVES SEC
  *
  --------------------------------------------- */
}
.pageEnHome .sec__concept .sec__ttl {
  margin-bottom: 30px;
}
.pageEnHome .sec__concept .sec__subttl {
  position: relative;
  z-index: 666;
}
.pageEnHome .sec__concept .concept__ttl {
  font-family: raleway, sans-serif;
  font-size: 30px;
}
@media only screen and (max-width: 919px) {
  .pageEnHome .sec__concept .concept__ttl {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
  }
}
.pageEnHome .sec__concept .concept__desc {
  font-size: 15px;
  text-align: center;
}
@media only screen and (max-width: 919px) {
  .pageEnHome .sec__concept .concept__desc {
    font-size: 14px;
  }
}
.pageEnHome .sec__certification .certification__item .sec__btn {
  display: block;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.pageEnHome .sec__certification .certification__item .sec__btn .btn__txt {
  text-align: left;
  width: 60%;
  font-size: 10px;
}
@media only screen and (max-width: 919px) {
  .pageEnHome .sec__certification .certification__item .sec__btn .btn__txt {
    font-size: 10px;
    text-align: center;
    padding: 10px 10px;
    margin-bottom: 10px;
  }
}
.pageEnHome .sec__certification .certification__item .sec__btn .btn__txt::after {
  width: 13px;
  height: 13px;
  content: "";
  display: inline-block;
  background-image: url("../img/common/blank_icon.svg");
  background-repeat: no-repeat;
  margin-left: 10px;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.pageEnHome .sec__message {
  max-width: 1067px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding: 0 23px 250px;
}
@media only screen and (max-width: 919px) {
  .pageEnHome .sec__message {
    padding: 0 23px 150px;
  }
}
.pageEnHome .sec__message .message__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  text-align: left;
}
@media only screen and (max-width: 919px) {
  .pageEnHome .sec__message .message__wrap {
    display: block;
  }
}
.pageEnHome .sec__message .message__wrap .message__left {
  flex: 1;
  margin-right: 10%;
}
@media only screen and (max-width: 919px) {
  .pageEnHome .sec__message .message__wrap .message__left {
    margin-right: 0;
  }
}
.pageEnHome .sec__message .message__wrap .message__left .message__ttl {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (max-width: 919px) {
  .pageEnHome .sec__message .message__wrap .message__left .message__ttl {
    font-size: 17px;
    text-align: center;
    margin-bottom: 20px;
  }
}
.pageEnHome .sec__message .message__wrap .message__left .message__desc {
  font-size: 16px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 919px) {
  .pageEnHome .sec__message .message__wrap .message__left .message__desc {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.pageEnHome .sec__message .message__wrap .message__left .message__name {
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 919px) {
  .pageEnHome .sec__message .message__wrap .message__left .message__name {
    display: block;
  }
}
.pageEnHome .sec__message .message__wrap .message__left .message__name .company__name {
  flex: 1;
  font-size: 16px;
}
@media only screen and (max-width: 919px) {
  .pageEnHome .sec__message .message__wrap .message__left .message__name .company__name {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.pageEnHome .sec__message .message__wrap .message__left .message__name .ceo__name {
  width: 30%;
}
@media only screen and (max-width: 919px) {
  .pageEnHome .sec__message .message__wrap .message__left .message__name .ceo__name {
    width: 40%;
  }
}
.pageEnHome .sec__message .message__wrap .message__right {
  max-width: 306px;
}
@media only screen and (max-width: 919px) {
  .pageEnHome .sec__message .message__wrap .message__right {
    max-width: 150px;
    margin: 0 auto 20px;
  }
}
.pageEnHome .sec__structure .structure__desc {
  width: 100%;
}
.pageEnHome .sec__release {
  width: 100%;
  background-color: #F9F9F9;
  text-align: center;
  position: relative;
  padding: 100px 23px 100px;
}
@media only screen and (max-width: 919px) {
  .pageEnHome .sec__release {
    padding: 100px 23px 70px;
  }
}
.pageEnHome .sec__release .sec__inner {
  max-width: 1067px;
  margin: 0 auto;
}
.pageEnHome .sec__release .release__list {
  margin-bottom: 50px;
}
.pageEnHome .sec__release .release__item:last-child .release__link {
  border-bottom: 1px solid #333;
}
.pageEnHome .sec__release .release__item .release__link {
  display: flex;
  justify-content: flex-start;
  text-align: left;
  border-top: 1px solid #333;
  padding: 40px 20px;
}
@media only screen and (max-width: 919px) {
  .pageEnHome .sec__release .release__item .release__link {
    display: block;
    padding: 20px 20px;
  }
}
.pageEnHome .sec__release .release__item .release__link:hover {
  background-color: #f1f1f1;
  opacity: 1;
}
.pageEnHome .sec__release .release__item .date {
  flex: 1;
  margin-right: 20px;
  font-size: 16px;
}
@media only screen and (max-width: 919px) {
  .pageEnHome .sec__release .release__item .date {
    font-size: 14px;
    margin: 0 0 10px;
  }
}
.pageEnHome .sec__release .release__item .release__ttl {
  font-size: 16px;
  width: 90%;
}
@media only screen and (max-width: 919px) {
  .pageEnHome .sec__release .release__item .release__ttl {
    font-size: 14px;
    width: 100%;
  }
}
.pageEnHome .sec__release .sec__btn {
  display: block;
  width: 50%;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  .pageEnHome .sec__release .sec__btn {
    width: 100%;
  }
}
.pageEnHome .sec__corporate {
  width: 100%;
  text-align: center;
  position: relative;
  padding: 100px 23px 200px;
}
@media only screen and (max-width: 919px) {
  .pageEnHome .sec__corporate {
    padding: 100px 0 100px;
  }
}
.pageEnHome .sec__corporate .sec__inner {
  max-width: 1067px;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  .pageEnHome .sec__corporate .sec__ttl {
    padding: 0 23px 0;
  }
}
.pageEnHome .sec__corporate .corporate__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 919px) {
  .pageEnHome .sec__corporate .corporate__list {
    display: block;
  }
}
.pageEnHome .sec__corporate .corporate__item {
  width: 50%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 919px) {
  .pageEnHome .sec__corporate .corporate__item {
    width: 100%;
  }
}
.pageEnHome .sec__corporate .corporate__item.-energy .sec__btn .btn__txt {
  line-height: 1.2;
}
.pageEnHome .sec__corporate .corporate__item.-energy .sec__btn .btn__txt span {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
}
@media only screen and (max-width: 919px) {
  .pageEnHome .sec__corporate .corporate__item.-energy .sec__btn .btn__txt::after {
    width: 13px;
    height: 13px;
    content: "";
    display: inline-block;
    background-image: url("../img/common/blank_icon.svg");
    background-repeat: no-repeat;
    margin-left: 10px;
    position: relative;
    top: -5px;
  }
  .pageEnHome .sec__corporate .corporate__item.-energy .sec__btn .btn__txt span {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
  }
}

.kv__wrap {
  width: 100%;
  margin-bottom: 100px;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: all 3s;
  /*
      @include sp($breakPoint) {
          height: 100%;
          margin-top: 30px;
          transform: translateX(0%);
          animation-name: fadeInAnime;
          animation-fill-mode: forwards;
          animation-duration: 10s;
          animation-iteration-count: 1;
          animation-delay: 3.5s;
          animation-direction: normal;

          @keyframes fadeInAnime {
              0% {
                  transform: translateX(0%);
              }

              50% {
                  transform: translateX(-63%);
              }

              100% {
                  transform: translateX(-32%);
              }
          }

          img {
              width: 100%;
              object-fit: cover;
          }

      }*/
}
.kv__wrap.js-fade-in {
  opacity: 1;
  visibility: visible;
}
.kv__wrap .kv__ttl {
  max-width: 640px;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  opacity: 0;
  visibility: hidden;
  transition: all 2s;
}
@media only screen and (max-width: 919px) {
  .kv__wrap .kv__ttl {
    width: 283px;
    max-width: 283px;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -15%);
  }
}
.kv__wrap .kv__ttl.js-fade-in {
  opacity: 1;
  visibility: visible;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -10%);
}
@media only screen and (max-width: 919px) {
  .kv__wrap .kv__ttl.js-fade-in {
    top: 25%;
    left: 50%;
  }
}

.win .pageHome .kv__wrap .kv__ttl {
  max-width: 640px;
  position: absolute;
  top: -5%;
  left: 50%;
  transform: translate(-50%, 5%);
  opacity: 0;
  visibility: hidden;
  transition: all 2s;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .kv__wrap .kv__ttl {
    width: 283px;
    max-width: 283px;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -15%);
  }
}
.win .pageHome .kv__wrap .kv__ttl.js-fade-in {
  opacity: 1;
  visibility: visible;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media only screen and (max-width: 919px) {
  .win .pageHome .kv__wrap .kv__ttl.js-fade-in {
    top: 25%;
    left: 50%;
  }
}

.win .pageHome {
  /* ---------------------------------------------
  *
  * MODAL
  *
  --------------------------------------------- */
  /* モーダル全体(背景＋本体) */
  /* モーダル背景 */
  /* モーダル本体 */
  /* モーダルウィンドウ表示中に記事本体を固定 */
  /* ---------------------------------------------
  *
  * SLICK
  *
  --------------------------------------------- */
  /* ---------------------------------------------
  *
  * LAYOUT
  *
  --------------------------------------------- */
  /* ---------------------------------------------
  *
  * KV SEC
  *
  --------------------------------------------- */
  /* ---------------------------------------------
  *
  * CONCEPT SEC
  *
  --------------------------------------------- */
  /* ---------------------------------------------
  *
  * ACTION SEC
  *
  --------------------------------------------- */
  /* ---------------------------------------------
  *
  * CERTIFICATTION SEC
  *
  --------------------------------------------- */
  /* ---------------------------------------------
  *
  * MESSAGE SEC
  *
  --------------------------------------------- */
  /* ---------------------------------------------
  *
  * PROJECT STRUCTURE SEC
  *
  --------------------------------------------- */
  /* ---------------------------------------------
  *
  * NEWS RELEASE SEC
  *
  --------------------------------------------- */
  /* ---------------------------------------------
  *
  * SEIBU GROUP CORPORATE INITIATIVES SEC
  *
  --------------------------------------------- */
}
.win .pageHome .modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 9999;
}
.win .pageHome .modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.win .pageHome .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: scroll;
  /* はみ出た部分はスクロールさせる */
  height: 70%;
  /* これが無いと「overflow:scroll」が利かない */
  width: 50%;
  /* これが無いと「overflow:scroll」が利かない */
  background: #fff;
  padding: 20px;
  text-align: center;
}
.win .pageHome .modal-content.-long {
  height: 100%;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .modal-content {
    width: 90%;
    height: auto;
  }
  .win .pageHome .modal-content.-long {
    height: 100%;
  }
}
.win .pageHome .modal-inner {
  width: 70%;
  margin: 0 auto;
}
.win .pageHome .modal-inner .sec__btn .btn__txt {
  font-size: 12px;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .modal-inner {
    width: 100%;
  }
}
@media only screen and (max-width: 919px) {
  .win .pageHome .modal-inner .sec__btn {
    width: 100%;
    height: 50px;
  }
  .win .pageHome .modal-inner .sec__btn .btn__txt {
    font-size: 13px;
  }
}
.win .pageHome .modal__img {
  width: 90%;
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
  background-color: #000;
  margin-bottom: 20px;
}
.win .pageHome .modal__img img {
  opacity: 1;
  transition: 0.3s;
}
.win .pageHome .modal__img.-brd {
  border: 1px solid #333;
  border-radius: 15px;
}
.win .pageHome .modal__ttl {
  margin-bottom: 30px;
}
.win .pageHome .modal__ttl .ttl {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .modal__ttl .ttl {
    font-size: 17px;
  }
}
.win .pageHome .modal__ttl .ttl .notes {
  display: block;
  font-size: 13px;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .modal__ttl .ttl .notes {
    font-size: 13px;
  }
}
.win .pageHome .modal__ttl .desc {
  font-size: 13px;
  text-align: left;
  margin-bottom: 20px;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .modal__ttl .desc {
    font-size: 14px;
  }
}
.win .pageHome .modal__ttl .desc .list {
  padding-left: 1em;
  text-indent: -1em;
}
.win .pageHome .modal__ttl .desc:last-child {
  margin-bottom: 0;
}
.win .pageHome .modal__ttl .desc.-txtalignRight {
  text-align: right;
}
.win .pageHome .close__btn__wrapper {
  position: relative;
  padding: 11px 0;
  margin: 0 0 20px;
}
.win .pageHome .close__btn {
  width: 22px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.win .pageHome body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}
.win .pageHome .slide-dots {
  text-align: left;
  position: absolute;
  bottom: -90px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 919px) {
  .win .pageHome .slide-dots {
    bottom: -60px;
    width: 70%;
    text-align: center;
  }
}
.win .pageHome .slide-dots li {
  display: inline-block;
  margin: 0 5px;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .slide-dots li {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }
}
.win .pageHome .slide-dots li button {
  position: relative;
  text-indent: -9999px;
  background-color: transparent;
}
.win .pageHome .slide-dots li button:before {
  width: 5px;
  height: 5px;
  content: "";
  background-color: #333;
  border-radius: 50%;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #333;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .slide-dots li button:before {
    width: 5px;
    height: 5px;
  }
}
.win .pageHome .slide-dots li.slick-active button:before {
  content: "";
  background-color: #fff;
  border-radius: 50%;
}
.win .pageHome .slide-arrow {
  width: 7px;
  height: 12px;
  position: absolute;
  bottom: -77px;
  z-index: 333;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: 0.5s;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .slide-arrow {
    bottom: -53px;
  }
}
.win .pageHome .slide-arrow.prev-arrow {
  width: 7px;
  height: 12px;
  left: 35%;
  background-image: url("../img/common/arrow_prev.png");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .slide-arrow.prev-arrow {
    left: 50px;
  }
}
.win .pageHome .slide-arrow.next-arrow {
  right: 35%;
  background-image: url("../img/common/arrow_next.png");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .slide-arrow.next-arrow {
    right: 50px;
  }
}
.win .pageHome .slide-arrow.slick-disabled {
  opacity: 0;
  display: none;
}
.win .pageHome .wrap {
  padding: 0;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.05, 0.76, 0.22, 0.95);
  position: relative;
}
.win .pageHome .content {
  overflow: hidden;
}
.win .pageHome .inner {
  max-width: 1296px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .inner {
    padding: 0 30px;
  }
}
.win .pageHome .sec .sec__ttl {
  font-family: raleway, sans-serif;
  font-size: 24px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec .sec__ttl {
    font-size: 28px;
    line-height: 1.4;
  }
}
.win .pageHome .sec .sec__subttl {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 50px;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec .sec__subttl {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.win .pageHome .sec__concept {
  padding: 23px;
}
.win .pageHome .kv__wrap {
  width: 100%;
  margin-bottom: 100px;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: all 3s;
}
.win .pageHome .kv__wrap.js-fade-in {
  opacity: 1;
  visibility: visible;
}
.win .pageHome .kv__wrap .kv__ttl {
  max-width: 470px;
  position: absolute;
  top: -5%;
  left: 50%;
  transform: translate(-50%, 5%);
  opacity: 0;
  visibility: hidden;
  transition: all 2s;
}
.win .pageHome .kv__wrap .kv__ttl.js-fade-in {
  opacity: 1;
  visibility: visible;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
}
.win .pageHome .sec__concept {
  max-width: 910px;
  margin: 0 auto;
  padding: 100px 23px 150px;
  text-align: center;
  position: relative;
  opacity: 0;
  transition: 0.5s;
}
.win .pageHome .sec__concept.js-fade-in {
  opacity: 1;
  visibility: visible;
}
.win .pageHome .sec__concept .sec__ttl {
  position: relative;
  z-index: 666;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__concept .sec__ttl {
    margin-bottom: 0;
  }
}
.win .pageHome .sec__concept .sec__subttl {
  position: relative;
  z-index: 666;
}
.win .pageHome .sec__concept .concept__ttl {
  font-size: 26px;
  letter-spacing: 0.05em;
  position: relative;
  margin-bottom: 40px;
  z-index: 666;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__concept .concept__ttl {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
  }
}
.win .pageHome .sec__concept .concept__desc {
  width: 80%;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  position: relative;
  z-index: 666;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__concept .concept__desc {
    font-size: 14px;
  }
}
.win .pageHome .sec__concept .concept__bg {
  width: 100%;
  max-width: 904px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.win .pageHome .sec__concept .concept__bg .bg1 {
  width: 76%;
  height: 570px;
  position: absolute;
  right: 5%;
  opacity: 0.6;
  z-index: 777;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__concept .concept__bg .bg1 {
    width: 100%;
    height: 300px;
    top: -30px;
    right: -10%;
  }
}
.win .pageHome .sec__concept .concept__bg .bg1 svg {
  width: 100%;
  height: 100%;
}
.win .pageHome .sec__concept .concept__bg .bg2 {
  width: 50%;
  height: 377px;
  opacity: 0.7;
  position: absolute;
  bottom: -60px;
  left: 0;
  z-index: 888;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__concept .concept__bg .bg2 {
    width: 60%;
    height: 300px;
    bottom: -50px;
    left: -5%;
  }
}
.win .pageHome .sec__concept .concept__bg .bg2 svg {
  width: 100%;
  height: 100%;
}
.win .pageHome .sec__action {
  text-align: center;
  position: relative;
  padding: 100px 0 150px;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__action {
    padding: 100px 0 100px;
  }
}
.win .pageHome .sec__action .sec__inner.-action {
  max-width: 1260px;
  padding: 0 23px 0;
  margin: 0 auto;
}
.win .pageHome .sec__action .action__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__action .action__list {
    justify-content: space-between;
  }
}
.win .pageHome .sec__action .action__list .action__item {
  width: 20%;
  margin: 0 10px 20px;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__action .action__list .action__item {
    width: 49%;
    margin: 0 0 10px;
  }
}
.win .pageHome .sec__action .slide__sec {
  padding: 100px 0 200px;
  background: rgb(255, 251, 218);
  background: linear-gradient(180deg, rgb(255, 251, 218) 0%, rgb(247, 255, 232) 32%, rgb(240, 248, 255) 66%, rgb(255, 236, 245) 100%);
  /* 中央のスライド */
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__action .slide__sec {
    padding: 50px 0 120px;
    background: rgb(255, 252, 230);
    background: linear-gradient(180deg, rgb(255, 252, 230) 0%, rgb(249, 255, 237) 26%, rgb(244, 250, 255) 54%, rgb(255, 241, 248) 91%);
  }
}
.win .pageHome .sec__action .slide__sec .slide__inner {
  margin-bottom: 250px;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__action .slide__sec .slide__inner {
    margin-bottom: 150px;
  }
}
.win .pageHome .sec__action .slide__sec .slide__inner:last-child {
  margin-bottom: 0;
}
.win .pageHome .sec__action .slide__sec .slide__ttl {
  width: 20%;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__action .slide__sec .slide__ttl {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__action .slide__sec .slide__ttl .action__cat {
    width: 70%;
    margin: 0 auto;
    display: block;
    position: relative;
  }
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__action .slide__sec .slide__ttl .action__cat .action__cont {
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__action .slide__sec .slide__ttl .action__cat .action__icon {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__action .slide__sec .slide__ttl .action__cat .action__icon.-community {
    width: 71px;
    margin: auto;
  }
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__action .slide__sec .slide__ttl .action__cat .action__icon.-earth {
    width: 101px;
  }
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__action .slide__sec .slide__ttl .action__cat .action__icon.-safety {
    width: 84px;
  }
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__action .slide__sec .slide__ttl .action__cat .action__icon.-people {
    width: 87px;
  }
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__action .slide__sec .slide__ttl .action__cat .action__ttl {
    font-family: raleway, sans-serif;
    font-size: 25px;
  }
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__action .slide__sec .slide__ttl .action__cat .action__bg {
    width: 100%;
    height: 240px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100%;
  }
}
.win .pageHome .sec__action .slide__sec .slide__desc {
  width: 80%;
  margin: 0 auto 70px;
  font-size: 14px;
  padding: 0 23px 0;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__action .slide__sec .slide__desc {
    margin-bottom: 40px;
    font-size: 14px;
    text-align: left;
    padding: 0 23px 0;
  }
}
.win .pageHome .sec__action .slide__sec .slide__earth .slide-arrow.prev-arrow {
  left: 35%;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__action .slide__sec .slide__earth .slide-arrow.prev-arrow {
    left: 13%;
  }
}
.win .pageHome .sec__action .slide__sec .slide__earth .slide-arrow.next-arrow {
  right: 35%;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__action .slide__sec .slide__earth .slide-arrow.next-arrow {
    right: 13%;
  }
}
.win .pageHome .sec__action .slide__sec .slide__people .slide-arrow.prev-arrow {
  left: 35%;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__action .slide__sec .slide__people .slide-arrow.prev-arrow {
    left: 13%;
  }
}
.win .pageHome .sec__action .slide__sec .slide__people .slide-arrow.next-arrow {
  right: 35%;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__action .slide__sec .slide__people .slide-arrow.next-arrow {
    right: 13%;
  }
}
.win .pageHome .sec__action .slide__sec .slide__item {
  cursor: pointer;
}
.win .pageHome .sec__action .slide__sec .slide__item .item__img {
  max-width: 470px;
  overflow: hidden;
  margin-bottom: 10px;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__action .slide__sec .slide__item .item__img {
    max-width: 270px;
    margin-bottom: 5px;
  }
}
.win .pageHome .sec__action .slide__sec .slide__item .item__img img {
  width: 100%;
  border-radius: 15px;
}
.win .pageHome .sec__action .slide__sec .slide__item .item__img.-brd {
  border: 1px solid #333;
  border-radius: 15px;
}
.win .pageHome .sec__action .slide__sec .slide__item .item__ttl {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  max-width: 636px;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__action .slide__sec .slide__item .item__ttl {
    font-size: 17px;
    max-width: 270px;
  }
}
.win .pageHome .sec__action .slide__sec .slide__item .item__ttl .notes {
  font-size: 14px;
}
.win .pageHome .sec__action .slide__sec .slick-slide {
  height: auto;
  transform: scale(0.8);
  transition: opacity 0.5s, transform 0.5s;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__action .slide__sec .slick-slide {
    transform: scale(1);
  }
}
.win .pageHome .sec__action .slide__sec .slick-center {
  transform: scale(1);
}
.win .pageHome .sec__action .slide__sec .slick-slide {
  margin-right: 10px !important;
  margin-left: 1vw !important;
}
.win .pageHome .sec__certification {
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding: 0 23px 100px;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__certification {
    padding: 0 23px 80px;
  }
}
.win .pageHome .sec__certification .certification__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__certification .certification__list {
    display: block;
  }
}
.win .pageHome .sec__certification .certification__item {
  width: 48%;
  margin-bottom: 100px;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__certification .certification__item {
    width: 98%;
    margin: 0 auto 50px;
  }
}
.win .pageHome .sec__certification .certification__item .certification__itemInner {
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  width: 100%;
  margin-right: auto;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__certification .certification__item .certification__itemInner {
    display: block;
    margin: auto;
  }
}
.win .pageHome .sec__certification .certification__item .certification__ttl {
  flex: 1;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__certification .certification__item .certification__ttl {
    text-align: center;
    font-size: 17px;
    margin-bottom: 15px;
  }
}
.win .pageHome .sec__certification .certification__item .certification__ttl .certification__badge {
  width: auto;
  font-size: 12px;
  background-color: #FF6060;
  border-radius: 50px;
  text-align: center;
  padding: 13px 30px;
  color: #fff;
  margin-top: 10px;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__certification .certification__item .certification__ttl .certification__badge {
    font-size: 12px;
    padding: 10px 10px;
    margin-bottom: 10px;
  }
}
.win .pageHome .sec__certification .certification__item .certification__img {
  width: 25%;
  margin-right: 20px;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__certification .certification__item .certification__img {
    margin: 0 auto;
    width: 120px;
  }
}
.win .pageHome .sec__message {
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding: 0 23px 250px;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__message {
    padding: 0 23px 150px;
  }
}
.win .pageHome .sec__message .message__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  text-align: left;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__message .message__wrap {
    display: block;
  }
}
.win .pageHome .sec__message .message__wrap .message__left {
  flex: 1;
  margin-right: 10%;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__message .message__wrap .message__left {
    margin-right: 0;
  }
}
.win .pageHome .sec__message .message__wrap .message__left .message__ttl {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__message .message__wrap .message__left .message__ttl {
    font-size: 17px;
    text-align: center;
    margin-bottom: 20px;
  }
}
.win .pageHome .sec__message .message__wrap .message__left .message__desc {
  font-size: 13px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__message .message__wrap .message__left .message__desc {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.win .pageHome .sec__message .message__wrap .message__left .message__name {
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__message .message__wrap .message__left .message__name {
    display: block;
  }
}
.win .pageHome .sec__message .message__wrap .message__left .message__name .company__name {
  flex: 1;
  font-size: 13px;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__message .message__wrap .message__left .message__name .company__name {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.win .pageHome .sec__message .message__wrap .message__left .message__name .ceo__name {
  width: 23%;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__message .message__wrap .message__left .message__name .ceo__name {
    width: 40%;
  }
}
.win .pageHome .sec__message .message__wrap .message__right {
  max-width: 306px;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__message .message__wrap .message__right {
    max-width: 150px;
    margin: 0 auto 20px;
  }
}
.win .pageHome .sec__structure {
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding: 0 23px 200px;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__structure {
    padding: 0 0 50px;
  }
}
.win .pageHome .sec__structure .structure__desc {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 60px;
  font-size: 13px;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__structure .structure__desc {
    padding: 0 23px 0;
    font-size: 14px;
  }
}
.win .pageHome .sec__structure .structure__img {
  max-width: 1076px;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__structure .structure__img {
    width: 100%;
    max-width: 100%;
  }
}
.win .pageHome .sec__release {
  width: 100%;
  background-color: #F9F9F9;
  text-align: center;
  position: relative;
  padding: 100px 23px 100px;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__release {
    padding: 100px 23px 70px;
  }
}
.win .pageHome .sec__release .sec__inner {
  max-width: 90%;
  margin: 0 auto;
}
.win .pageHome .sec__release .release__list {
  margin-bottom: 50px;
}
.win .pageHome .sec__release .release__item:last-child .release__link {
  border-bottom: 1px solid #333;
}
.win .pageHome .sec__release .release__item .release__link {
  display: flex;
  justify-content: flex-start;
  text-align: left;
  border-top: 1px solid #333;
  padding: 40px 20px;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__release .release__item .release__link {
    display: block;
    padding: 20px 20px;
  }
}
.win .pageHome .sec__release .release__item .release__link:hover {
  background-color: #f1f1f1;
  opacity: 1;
}
.win .pageHome .sec__release .release__item .date {
  flex: 1;
  margin-right: 20px;
  font-size: 13px;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__release .release__item .date {
    font-size: 14px;
    margin: 0 0 10px;
  }
}
.win .pageHome .sec__release .release__item .release__ttl {
  font-size: 13px;
  width: 90%;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__release .release__item .release__ttl {
    font-size: 14px;
    width: 100%;
  }
}
.win .pageHome .sec__release .sec__btn {
  display: block;
  width: 50%;
  margin: 0 auto;
}
.win .pageHome .sec__release .sec__btn .btn__txt {
  font-size: 13px;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__release .sec__btn {
    width: 100%;
  }
}
.win .pageHome .sec__corporate {
  width: 100%;
  text-align: center;
  position: relative;
  padding: 100px 23px 200px;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__corporate {
    padding: 100px 0 100px;
  }
}
.win .pageHome .sec__corporate .sec__inner {
  max-width: 1067px;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__corporate .sec__ttl {
    padding: 0 23px 0;
  }
}
.win .pageHome .sec__corporate .corporate__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__corporate .corporate__list {
    display: block;
  }
}
.win .pageHome .sec__corporate .corporate__item {
  width: 50%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__corporate .corporate__item {
    width: 100%;
  }
}
.win .pageHome .sec__corporate .corporate__item .sec__btn .btn__txt {
  font-size: 13px;
}
.win .pageHome .sec__corporate .corporate__item .sec__btn span {
  font-size: 11px;
}
@media only screen and (max-width: 919px) {
  .win .pageHome .sec__corporate .corporate__item.-energy .sec__btn .btn__txt::after {
    width: 13px;
    height: 13px;
    content: "";
    display: inline-block;
    background-image: url("../img/common/blank_icon.svg");
    background-repeat: no-repeat;
    margin-left: 10px;
    position: relative;
    top: -12px;
  }
  .win .pageHome .sec__corporate .corporate__item.-energy .sec__btn .btn__txt span {
    font-size: 15px;
    font-weight: 400;
  }
}
.win .kv__wrap {
  width: 100%;
  margin-bottom: 100px;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: all 3s;
  /*
  @include sp($breakPoint) {
      height: 100%;
      margin-top: 30px;
      transform: translateX(0%);
      animation-name: fadeInAnime;
      animation-fill-mode: forwards;
      animation-duration: 10s;
      animation-iteration-count: 1;
      animation-delay: 3.5s;
      animation-direction: normal;

      @keyframes fadeInAnime {
          0% {
              transform: translateX(0%);
          }

          50% {
              transform: translateX(-63%);
          }

          100% {
              transform: translateX(-32%);
          }
      }

      img {
          width: 100%;
          object-fit: cover;
      }

  }*/
}
.win .kv__wrap.js-fade-in {
  opacity: 1;
  visibility: visible;
}
.win .kv__wrap .kv__ttl {
  max-width: 640px;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  opacity: 0;
  visibility: hidden;
  transition: all 2s;
}
@media only screen and (max-width: 919px) {
  .win .kv__wrap .kv__ttl {
    width: 283px;
    max-width: 283px;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -15%);
  }
}
.win .kv__wrap .kv__ttl.js-fade-in {
  opacity: 1;
  visibility: visible;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -10%);
}
@media only screen and (max-width: 919px) {
  .win .kv__wrap .kv__ttl.js-fade-in {
    top: 25%;
    left: 50%;
  }
}