/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

.in_bl {
  display: inline-block;
}

.everedge {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  overflow-x: hidden;
}
.everedge.overflow {
  overflow: hidden;
}
.everedge .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .everedge .pc {
    display: none;
  }
  .everedge img {
    width: 100%;
  }
  .everedge .sp {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .everedge .pc_in_bl {
    display: inline-block;
  }
}
.everedge .sec_headTtl {
  font-size: 14px;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.4em;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  margin-left: -500px;
}
@media screen and (max-width: 1170px) {
  .everedge .sec_headTtl {
    margin-left: 0;
    top: 0px;
    left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .everedge .sec_headTtl {
    margin-left: 0;
    left: 2%;
    transform: translate(0%, 0%);
    font-size: 2.5641025641vw;
  }
}
.everedge .sec_headTtl .sec_headTtlInner {
  position: relative;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .everedge .sec_headTtl .sec_headTtlInner {
    padding-top: 28.7179487179vw;
  }
}
.everedge .sec_headTtl .sec_headTtlInner::after {
  content: "";
  display: block;
  width: 1px;
  height: 63px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media screen and (max-width: 768px) {
  .everedge .sec_headTtl .sec_headTtlInner::after {
    height: 23.8461538462vw;
  }
}
.everedge .everedge_sec {
  position: relative;
}
.everedge .inner {
  width: 96%;
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
}
.everedge .inner .everedge_sec {
  width: 100%;
}
/* .everedge header {
  padding: 25px 35px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000000;
}
@media screen and (max-width: 768px) {
  .everedge header {
    padding: 5.1282051282vw;
  }
}
.everedge header .header_logo {
  width: 88px;
}
@media screen and (max-width: 768px) {
  .everedge header .header_logo {
    width: 22.5641025641vw;
  }
}
.everedge header .btn_wrap {
  position: fixed;
  right: 20px;
  top: 20px;
}
.everedge header .btn-action {
  position: relative;
  width: 30px;
  height: 16px;
  cursor: pointer;
}
.everedge header .btn-action::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #fff;
  transition: all ease-in-out 0.5s;
  transform-origin: 0 0;
}
.everedge header .btn-action::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #fff;
  transition: all ease-in-out 0.5s;
  transform-origin: 0 100%;
}
.everedge header .btn-action span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 1px;
  background-color: #fff;
  transition: all ease-in-out 0.5s;
}
.everedge header #btn01.active::before {
  width: 43px;
  left: 1px;
  transform: rotate(45deg);
  transform-origin: 0 0;
}
.everedge header #btn01.active::after {
  width: 43px;
  left: 1px;
  transform: rotate(-45deg);
  transform-origin: 0 100%;
}
.everedge header #btn01.active span {
  background-color: rgba(255, 255, 255, 0);
} */
.everedge .page_nav {
  position: fixed;
  left: 65px;
  bottom: 42px;
  z-index: 100;
  border-left: 1px solid #fff;
  padding-left: 12px;
}
@media screen and (max-width: 768px) {
  .everedge .page_nav {
    opacity: 0;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    pointer-events: none;
    transition: background-color 0.6s, opacity 0.6s;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .everedge .page_nav .page_navListWrap {
    margin-top: 38.4615384615vw;
    padding: 0 12.8205128205vw;
  }
}
.everedge .page_nav .page_navList {
  margin-bottom: 35px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .everedge .page_nav .page_navList {
    margin-bottom: 15.3846153846vw;
  }
}
.everedge .page_nav .page_navList:last-child {
  margin-bottom: 0;
}
.everedge .page_nav .page_navList a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  transition: color 0.6s;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .everedge .page_nav .page_navList a {
    color: #343434;
    font-weight: 500;
    font-size: 5.1282051282vw;
  }
}
.everedge .page_nav.color_change {
  border-color: #272727;
}
.everedge .page_nav.color_change a {
  color: #272727;
}
@media screen and (max-width: 768px) {
  .everedge.nav_open .page_nav {
    opacity: 1;
    pointer-events: auto;
  }
  .everedge.nav_open .btn-action::before,
.everedge.nav_open .btn-action::after {
    background-color: #343434;
  }
  .everedge.nav_open .header_logo path {
    fill: #bcbcbc;
  }
  .everedge .btn-action.active {
    height: 30px;
  }
}
.everedge .mv {
  z-index: 1000;
  font-size: 13px;
  color: #fff;
  font-weight: 300;
}
.everedge .mv .mv_scene {
  position: relative;
}
.everedge .mv .mv_sceneCatchLogo {
  position: absolute;
}
.everedge .mv .mv_sceneCatch {
  position: absolute;
  top: 14%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .everedge .mv .mv_sceneCatch {
    width: 82.8205128205vw;
  }
}
.everedge .mv .mv_sceneLogo {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .everedge .mv .mv_sceneLogo {
    width: 57.1794871795vw;
  }
}
.everedge .mv .mv_sceneImg {
  width: 100%;
  height: 100vh;
  height: 100dvh;
}
@media screen and (max-width: 768px) {
  .everedge .mv .mv_sceneImg {
    height: 100vh;
  }
}
.everedge .mv .mv_sceneImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.everedge .mv .mv_scroll {
  position: absolute;
  font-size: 13px;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  right: 150px;
  bottom: 50px;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 768px) {
  .everedge .mv .mv_scroll {
    right: 2.5641025641vw;
    bottom: 34.6153846154vw;
  }
}
.everedge .mv .mv_scroll .mv_scrollInner {
  position: relative;
  margin-bottom: 10px;
}
.everedge .mv .mv_scroll::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #4887ff;
  right: 52%;
  bottom: -50px;
  transform: translateX(-50%);
  width: 2px;
  height: 50px;
  -webkit-animation: scroll 4.5s infinite;
          animation: scroll 4.5s infinite;
}
@media screen and (max-width: 768px) {
  .everedge .mv .mv_scroll::after {
    height: 12.8205128205vw;
  }
}
.everedge .mv .mv_scroll::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #94c3fb;
  right: 50%;
  bottom: -50px;
  transform: translateX(-50%);
  width: 1px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .everedge .mv .mv_scroll::before {
    height: 12.8205128205vw;
  }
}
@-webkit-keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.everedge .introduction_sec {
  padding: 150px 0 170px;
  background-image: url(/shaver/everedge/img/introduction_bg01.png);
  background-size: cover;
  background-position: bottom;
}
@media screen and (max-width: 768px) {
  .everedge .introduction_sec {
    padding: 35.8974358974vw 0 41.0256410256vw;
  }
}
.everedge .introduction_sec .introduction_ttl {
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .everedge .introduction_sec .introduction_ttl {
    width: 78.7179487179vw;
    margin: 0 auto 19.2307692308vw;
  }
}
.everedge .introduction_sec .introduction_catch {
  margin-bottom: 35px;
  text-align: center;
  font-size: 35px;
  color: #fff;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .everedge .introduction_sec .introduction_catch {
    font-size: 6.4102564103vw;
    margin-bottom: 11.5384615385vw;
  }
}
.everedge .introduction_sec .introduction_txt {
  text-align: center;
  line-height: 2.55;
  font-weight: 300;
  color: #fff;
  font-size: 18px;
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .everedge .introduction_sec .introduction_txt {
    font-size: 4.1025641026vw;
    margin-bottom: 33.3333333333vw;
    line-height: 2.8;
  }
}
.everedge .introduction_sec .everedge_tvcm .everedge_tvcmTtl {
  font-size: 35px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  position: relative;
  display: table;
  margin: 0 auto 30px;
  padding: 0 60px;
}
@media screen and (max-width: 768px) {
  .everedge .introduction_sec .everedge_tvcm .everedge_tvcmTtl {
    font-size: 6.4102564103vw;
    margin: 0 auto 3.8461538462vw;
    padding: 0 15.3846153846vw;
  }
}
.everedge .introduction_sec .everedge_tvcm .everedge_tvcmTtl::after, .everedge .introduction_sec .everedge_tvcm .everedge_tvcmTtl::before {
  width: 43px;
  height: 1px;
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 56%;
  left: 0;
}
.everedge .introduction_sec .everedge_tvcm .everedge_tvcmTtl::before {
  left: auto;
  right: 0;
}
.everedge .introduction_sec .video-open {
  display: table;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .everedge .introduction_sec .video-open {
    width: 89.2307692308vw;
  }
}
.everedge .introduction_sec .video-open .video-openIco {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .everedge .introduction_sec .video-open .video-openIco {
    width: 20vw;
  }
}
.everedge .point_sec .inner {
  max-width: 1030px;
}
.everedge .point_sec .point_ttl {
  font-family: "Lato", sans-serif;
  font-size: 28px;
  line-height: 1.14;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .everedge .point_sec .point_ttl {
    font-size: 7.1794871795vw;
  }
}
.everedge .point_sec .point_catch {
  font-size: 35px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.14em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .everedge .point_sec .point_catch {
    width: 79.4871794872vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 7.6923076923vw;
    line-height: 1.66;
  }
}
.everedge .point_sec .point_txt {
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  line-height: 2.55;
}
@media screen and (max-width: 768px) {
  .everedge .point_sec .point_txt {
    width: 79.4871794872vw;
    font-size: 4.6153846154vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.everedge .point01_sec {
  padding-bottom: 40px;
  background-color: #000003;
}
@media screen and (max-width: 768px) {
  .everedge .point01_sec {
    padding-bottom: 25.641025641vw;
  }
}
.everedge .point01_sec sup {
  font-size: 50%;
}
.everedge .point01_sec .inner {
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .everedge .point01_sec .inner {
    width: 100%;
  }
}
.everedge .point01_sec .zoom_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .everedge .point01_sec .zoom_bg {
    top: 0;
    transform: translate(-50%, 0%);
  }
}
.everedge .point01_sec .zoom_bg img {
  width: 120%;
  height: 120%;
  -o-object-position: center;
     object-position: center;
  opacity: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.everedge .point01_sec .sec_headTtl {
  margin-left: -500px;
  top: 0px;
  z-index: 10;
}
@media screen and (max-width: 1170px) {
  .everedge .point01_sec .sec_headTtl {
    margin-left: 0;
    top: 0px;
    left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .everedge .point01_sec .sec_headTtl {
    top: 0;
    margin-left: 0;
    left: 2%;
  }
}
.everedge .point01_sec .point_ttl {
  text-align: right;
  color: #fff;
  margin-bottom: 94px;
  margin-right: 18px;
}
@media screen and (max-width: 768px) {
  .everedge .point01_sec .point_ttl {
    margin-bottom: 0;
    margin-right: 0;
  }
}
.everedge .point01_sec .point01_txtBox {
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .everedge .point01_sec .point01_txtBox {
    padding: 0 7.1794871795vw;
  }
}
.everedge .point01_sec .video_ttl {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .everedge .point01_sec .video_ttl {
    width: 69.7435897436vw;
    margin-bottom: 5.641025641vw;
  }
}
.everedge .point01_sec .video {
  width: 464px;
  margin: 0 auto;
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  .everedge .point01_sec .video {
    width: 85.641025641vw;
  }
}
.everedge .point01_sec .video .video_txt {
  position: absolute;
  bottom: 10px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .everedge .point01_sec .video .video_txt {
    width: 60.5128205128vw;
    bottom: 2.0512820513vw;
    right: 3.5897435897vw;
  }
}
.everedge .point01_sec video {
  width: 100%;
}
.everedge .point01_sec .point01_top {
  position: relative;
  padding-top: 110px;
  padding-bottom: 105px;
  background-color: #143aa6;
}
@media screen and (max-width: 768px) {
  .everedge .point01_sec .point01_top {
    padding-bottom: 15.3846153846vw;
    padding-top: 88.2051282051vw;
  }
}
@media screen and (max-width: 768px) {
  .everedge .point01_sec .point01_top .zoom_bg {
    height: 125.1282051282vw;
  }
}
.everedge .point01_sec .point01_top .introduction_ttl {
  margin-bottom: 65px;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .everedge .point01_sec .point01_top .introduction_ttl {
    width: 82.0512820513vw;
    margin: 0 auto 11.7948717949vw;
  }
}
.everedge .point01_sec .point01_top .point01_introImg {
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .everedge .point01_sec .point01_top .point01_introImg {
    max-width: 100%;
    margin: 0 auto 16.6666666667vw;
  }
}
.everedge .point01_sec .point01_top .point01_txtBox {
  width: 492px;
}
@media screen and (max-width: 768px) {
  .everedge .point01_sec .point01_top .point01_txtBox {
    width: 100%;
  }
}
.everedge .point01_sec .point01_bottom {
  position: relative;
  padding: 35px 0 70px;
}
@media screen and (max-width: 768px) {
  .everedge .point01_sec .point01_bottom {
    padding: 5.1282051282vw 0 17.9487179487vw;
  }
}
@media screen and (max-width: 768px) {
  .everedge .point01_sec .point01_bottom .zoom_bg {
    height: 113.8461538462vw;
  }
}
.everedge .point01_sec .point01_bottom .inner {
  max-width: 1300px;
}
@media screen and (max-width: 768px) {
  .everedge .point01_sec .point01_bottom .inner {
    max-width: 100%;
  }
}
.everedge .point01_sec .point01_bottom .point01_bottomTtl {
  max-width: 282px;
  margin-bottom: 52px;
}
@media screen and (max-width: 768px) {
  .everedge .point01_sec .point01_bottom .point01_bottomTtl {
    max-width: 55.8974358974vw;
    margin-top: 76.9230769231vw;
    margin-bottom: 11.5384615385vw;
  }
}
.everedge .point01_sec .point01_bottom .point_catch {
  color: #fff;
  font-size: 28px;
  line-height: 1.28;
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  .everedge .point01_sec .point01_bottom .point_catch {
    font-size: 7.1794871795vw;
    width: 100%;
    margin-bottom: 6.1538461538vw;
    text-align: left;
  }
}
.everedge .point01_sec .point01_bottom .point_txt {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .everedge .point01_sec .point01_bottom .point_txt {
    width: 100%;
  }
}
.everedge .point01_sec .point01_bottom .point01_txtBox {
  width: 350px;
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .everedge .point01_sec .point01_bottom .point01_txtBox {
    margin-bottom: 12.3076923077vw;
    width: 100%;
  }
}
.everedge .point01_sec .point01_bottom .point01_bottomListWrap {
  display: flex;
  max-width: 1140px;
  margin: 0 auto;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .everedge .point01_sec .point01_bottom .point01_bottomListWrap {
    display: block;
    max-width: 100%;
    padding: 0 7.1794871795vw;
  }
}
.everedge .point01_sec .point01_bottom .point01_bottomListWrap li {
  color: #fff;
  width: 33.3333333333%;
  margin-right: 64px;
}
@media screen and (max-width: 768px) {
  .everedge .point01_sec .point01_bottom .point01_bottomListWrap li {
    width: 100%;
    margin: 0 auto 12.8205128205vw;
  }
}
.everedge .point01_sec .point01_bottom .point01_bottomListWrap li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .everedge .point01_sec .point01_bottom .point01_bottomListWrap li:last-child {
    margin: 0 auto 0;
  }
}
.everedge .point01_sec .point01_bottom .point01_bottomListWrap .point01_listTtl {
  font-size: 28px;
  margin-bottom: 8px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .everedge .point01_sec .point01_bottom .point01_bottomListWrap .point01_listTtl {
    font-size: 7.1794871795vw;
    margin-bottom: 2.0512820513vw;
  }
}
.everedge .point01_sec .point01_bottom .point01_bottomListWrap .point01_listTxt {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .everedge .point01_sec .point01_bottom .point01_bottomListWrap .point01_listTxt {
    font-size: 4.6153846154vw;
  }
}
.everedge .point01_sec .point01_messageBox {
  padding: 50px 0;
  background-image: url(../img/point01_messageBg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .everedge .point01_sec .point01_messageBox {
    padding: 7.6923076923vw 5.1282051282vw 10.2564102564vw;
    background-image: url(../img/point01_messageBg_sp.png);
  }
}
.everedge .point01_sec .point01_messageBox.inner {
  max-width: 1300px;
}
@media screen and (max-width: 768px) {
  .everedge .point01_sec .point01_messageBox.inner {
    max-width: 90.7692307692vw;
  }
}
.everedge .point01_sec .point01_messageBox .message_txt {
  font-size: 28px;
  line-height: 1.642;
  margin-bottom: 30px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .everedge .point01_sec .point01_messageBox .message_txt {
    font-size: 7.1794871795vw;
    line-height: 1.42;
    margin-bottom: 8.7179487179vw;
  }
}
@media screen and (max-width: 768px) {
  .everedge .point01_sec .point01_messageBox .message_img {
    width: 67.6923076923vw;
    margin: 0 auto;
  }
}
.everedge .point02_sec {
  text-align: center;
  background-color: #848282;
  padding: 0 12px 564px;
}
@media screen and (min-width: 1550px) {
  .everedge .point02_sec {
    padding: 0 12px 740px;
  }
}
@media screen and (max-width: 768px) {
  .everedge .point02_sec {
    padding: 0 0 64.1025641026vw;
  }
}
.everedge .point02_sec .inner {
  padding-top: 40px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .everedge .point02_sec .inner {
    padding-top: 35.8974358974vw;
  }
}
.everedge .point02_sec .point_ttl {
  text-align: right;
  margin-bottom: 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .everedge .point02_sec .point_ttl {
    position: absolute;
    top: 4.6153846154vw;
    right: 1.5384615385vw;
  }
}
.everedge .point02_sec .point02_ttl {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .everedge .point02_sec .point02_ttl {
    width: 58.4615384615vw;
    margin: 0 auto 11.7948717949vw;
  }
}
.everedge .point02_sec .point_txt {
  font-size: 28px;
  font-weight: 300;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .everedge .point02_sec .point_txt {
    font-size: 4.6153846154vw;
  }
}
.everedge .point02_sec .zoom_bg {
  width: 100%;
  height: 504px;
  position: absolute;
  bottom: 12px;
  left: 0;
  padding: 0 12px;
  z-index: 1;
  overflow: hidden;
}
@media screen and (min-width: 1550px) {
  .everedge .point02_sec .zoom_bg {
    height: 697px;
  }
}
@media screen and (max-width: 768px) {
  .everedge .point02_sec .zoom_bg {
    height: 47.6923076923vw;
    bottom: 6.1538461538vw;
    padding: 0;
  }
}
.everedge .point02_sec .zoom_bg img {
  width: 120%;
  height: 120%;
  -o-object-position: center;
     object-position: center;
  opacity: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .everedge .point02_sec .zoom_bg img {
    width: 100% !important;
  }
}
.everedge .point03_sec {
  padding: 30px 0 140px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #b9cadc 0%, #cdd7e3 60%, #e4e8eb 100%);
}
.everedge .point03_sec .inner {
  position: relative;
  right: -60px;
}
@media screen and (max-width: 1170px) {
  .everedge .point03_sec .inner {
    right: 0;
    position: static;
  }
}
@media screen and (max-width: 768px) {
  .everedge .point03_sec .inner {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .everedge .point03_sec .point03_topImg {
    position: absolute;
    top: 0;
    overflow: hidden;
    height: 70.7692307692vw;
  }
}
@media screen and (max-width: 768px) {
  .everedge .point03_sec {
    padding: 0 0 48.7179487179vw;
  }
}
.everedge .point03_sec::after {
  content: "";
  display: block;
  height: 449px;
  width: 100%;
  background-image: url(../img/point03_bg01_pc.png);
  position: absolute;
  top: 0;
  background-position: center;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .everedge .point03_sec::after {
    background-size: 100%;
    top: 71.7948717949vw;
    width: 100%;
    height: 61.5384615385vw;
    background-image: url(../img/point03_bg01_sp.png);
  }
}
.everedge .point03_sec::before {
  content: "";
  display: block;
  height: 315px;
  width: 555px;
  background-image: url(../img/point03_bg02_pc.png);
  position: absolute;
  bottom: 0;
  right: 0;
  background-position: center;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .everedge .point03_sec::before {
    height: 67.9487179487vw;
    width: 100%;
    background-image: url(../img/point03_bg02_sp.png);
  }
}
.everedge .point03_sec sup {
  font-size: 60%;
  vertical-align: 0;
}
.everedge .point03_sec .point_ttl {
  text-align: right;
  margin-bottom: 30px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .everedge .point03_sec .point_ttl {
    margin-bottom: 4vw;
    position: absolute;
    top: 5vw;
    right: 4vw;
  }
}
.everedge .point03_sec .point_topTxt {
  margin: 40px 0 10px;
  font-size: 28px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .everedge .point03_sec .point_topTxt {
    margin: 10.2564102564vw 0 2.5641025641vw;
    font-size: 6.1538461538vw;
  }
}
.everedge .point03_sec .point_txt {
  color: #000;
  max-width: 446px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .everedge .point03_sec .point_txt {
    width: 100%;
    line-height: 2;
  }
}
.everedge .point03_sec .point_catch {
  letter-spacing: 0;
}
.everedge .point03_sec .point03_txtBox {
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  .everedge .point03_sec .point03_txtBox {
    width: 78.9743589744vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 21.7948717949vw;
    padding-top: 110.2564102564vw;
  }
}
.everedge .point03_sec .point03_imgBox {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .everedge .point03_sec .point03_imgBox {
    width: 100%;
  }
}
.everedge .point03_sec .point03_imgBox .point03_bottomImg {
  margin-bottom: 20px;
  max-width: 510px;
}
@media screen and (max-width: 768px) {
  .everedge .point03_sec .point03_imgBox .point03_bottomImg {
    max-width: 88.7179487179vw;
    margin: 0 auto;
  }
}
.everedge .point03_sec .point03_contBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 768px) {
  .everedge .point03_sec .point03_contBox {
    display: block;
  }
}
.everedge .point03_sec .point03_contBox .point03_topImg {
  margin-bottom: 70px;
  max-width: 510px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .everedge .point03_sec .point03_contBox .point03_topImg {
    position: absolute;
    top: 0;
  }
}
.everedge .point03_sec .point03_contBox .point03_topImg img {
  width: 100%;
}
.everedge .point03_sec .point03_contBox .point03_bottomImg img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .everedge .point03_sec .inner {
    background-image: url(../img/point03_bg02_sp.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    width: 100%;
  }
}
.everedge .point04_sec {
  background-color: #F8F8F8;
  padding-top: 30px;
  padding-bottom: 54px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .everedge .point04_sec {
    position: relative;
  }
}
.everedge .point04_sec .inner {
  max-width: 1060px;
  position: relative;
  right: -40px;
}
@media screen and (max-width: 1170px) {
  .everedge .point04_sec .inner {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .everedge .point04_sec .inner {
    right: 0;
    position: static;
  }
}
@media screen and (max-width: 768px) {
  .everedge .point04_sec {
    padding: 93.5897435897vw 0 23.0769230769vw;
    background-size: 100%;
  }
}
.everedge .point04_sec .point_ttl {
  text-align: right;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .everedge .point04_sec .point_ttl {
    margin-bottom: 4vw;
    position: absolute;
    top: 5vw;
    right: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .everedge .point04_sec .point04_txtBox {
    width: 78.9743589744vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16.6666666667vw;
  }
}
.everedge .point04_sec .point04_txtBox .point_catch {
  letter-spacing: 0;
  white-space: pre-wrap;
}
.everedge .point04_sec .point04_contBox {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .everedge .point04_sec .point04_contBox {
    display: block;
  }
}
.everedge .point04_sec .point_topTxt {
  margin: 30px 0 10px;
  font-size: 28px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .everedge .point04_sec .point_topTxt {
    width: 78.9743589744vw;
    margin: 10.2564102564vw auto 2.5641025641vw;
    font-size: 6.1538461538vw;
  }
}
.everedge .point04_sec .point_txt {
  font-size: 18px;
  line-height: 2;
  color: #000;
}
@media screen and (max-width: 768px) {
  .everedge .point04_sec .point_txt {
    width: 78.9743589744vw;
    font-size: 4.6153846154vw;
    line-height: 2;
  }
}
.everedge .point04_sec .point04_txtBox {
  width: 44%;
  max-width: 446px;
}
@media screen and (max-width: 768px) {
  .everedge .point04_sec .point04_txtBox {
    width: 100%;
    max-width: 100%;
  }
}
.everedge .point04_sec .point04_imgBox {
  max-width: 544px;
  margin-right: 5%;
  margin-left: -14px;
  overflow: hidden;
}
.everedge .point04_sec .point04_imgBox img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .everedge .point04_sec .point04_imgBox {
    width: 100vw;
    margin-left: 0;
    max-width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 0;
  }
}
.everedge .point04_sec .point04_bottomBox {
  max-width: 808px;
  width: 100%;
  margin: 60px 0 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .everedge .point04_sec .point04_bottomBox {
    max-width: 89.7435897436vw;
    margin: 0 auto;
  }
}
.everedge .point04_sec .point04_bottomBox .bottomTxt {
  font-size: 18px;
  line-height: 2;
  font-weight: 400;
  position: absolute;
  bottom: 40px;
  left: 60px;
}
@media screen and (max-width: 768px) {
  .everedge .point04_sec .point04_bottomBox .bottomTxt {
    margin-top: 5.1282051282vw;
    font-size: 4.6153846154vw;
    position: static;
  }
}
.everedge .point05_sec {
  overflow: hidden;
  background-image: url(../img/point05_bg01.png);
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .everedge .point05_sec {
    background-position: top;
    padding-bottom: 23.0769230769vw;
    background-image: url(../img/point05_bg01_sp.png);
  }
}
@media screen and (max-width: 768px) {
  .everedge .point05_sec .point_catch {
    font-size: 7.6923076923vw;
    letter-spacing: 0;
  }
}
.everedge .point05_sec .point05_top {
  padding-top: 34px;
  padding-bottom: 30px;
}
.everedge .point05_sec .point05_top .inner {
  max-width: 1050px;
}
@media screen and (max-width: 768px) {
  .everedge .point05_sec .point05_top .inner {
    max-width: 100%;
    width: 100%;
    padding-top: 103.8461538462vw;
  }
}
@media screen and (max-width: 768px) {
  .everedge .point05_sec .point05_top {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.everedge .point05_sec .point_ttl {
  margin-bottom: 30px;
}
.everedge .point05_sec .point_ttl {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .everedge .point05_sec .point_ttl {
    margin-bottom: 4vw;
    position: absolute;
    top: 5vw;
    right: 4vw;
  }
}
.everedge .point05_sec .point05_txtBox .point_catch {
  white-space: pre-wrap;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .everedge .point05_sec .point05_txtBox .point_catch {
    margin-bottom: 10.2564102564vw;
  }
}
@media screen and (max-width: 768px) {
  .everedge .point05_sec .point05_txtBox {
    width: 78.9743589744vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
}
.everedge .point05_sec .point05_contBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .everedge .point05_sec .point05_contBox {
    display: block;
  }
}
.everedge .point05_sec .point_topTxt {
  margin: 30px 0 10px;
  font-size: 28px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .everedge .point05_sec .point_topTxt {
    width: 78.9743589744vw;
    margin: 10.2564102564vw auto 2.5641025641vw;
    font-size: 6.1538461538vw;
  }
}
.everedge .point05_sec .point_txt {
  font-size: 18px;
  line-height: 2;
  color: #000;
}
@media screen and (max-width: 768px) {
  .everedge .point05_sec .point_txt {
    width: 78.9743589744vw;
    font-size: 4.6153846154vw;
    line-height: 2;
  }
}
@media screen and (max-width: 1170px) {
  .everedge .point05_sec .point05_txtBox {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .everedge .point05_sec .point05_txtBox {
    width: 100%;
    max-width: 100%;
  }
}
.everedge .point05_sec .point05_imgBox {
  width: 55%;
  max-width: 510px;
  overflow: hidden;
  margin-right: 7.62%;
}
.everedge .point05_sec .point05_imgBox img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .everedge .point05_sec .point05_imgBox {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    height: 92.3076923077vw;
    position: absolute;
    top: 0;
    left: 0;
  }
  .everedge .point05_sec .point05_imgBox img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.everedge .point05_sec .modeIntroduction .inner {
  max-width: 1240px;
}
.everedge .point05_sec .modeIntroduction .modeIntroduction_top .modeIntroduction_box {
  padding-top: 60px;
}
.everedge .point05_sec .modeIntroduction .modeIntroduction_boxTtl {
  font-weight: 300;
  font-size: 28px;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .everedge .point05_sec .modeIntroduction .modeIntroduction_boxTtl {
    font-size: 7.6923076923vw;
    margin-bottom: 7.6923076923vw;
  }
}
.everedge .point05_sec .modeIntroduction .modeIntroduction_boxTxt {
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
  margin-bottom: 40px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .everedge .point05_sec .modeIntroduction .modeIntroduction_boxTxt {
    font-size: 4.6153846154vw;
    margin-bottom: 5.1282051282vw;
  }
}
.everedge .point05_sec .modeIntroduction .modeIntroduction_boxImg {
  z-index: 1;
  position: relative;
}
.everedge .point05_sec .modeIntroduction .modeIntroduction_boxImg img {
  width: 100%;
}
.everedge .point05_sec .modeIntroduction_top {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .everedge .point05_sec .modeIntroduction_top {
    display: block;
  }
}
.everedge .point05_sec .modeIntroduction_top .modeIntroduction_box {
  position: relative;
  width: calc(50% - 5px);
}
@media screen and (max-width: 768px) {
  .everedge .point05_sec .modeIntroduction_top .modeIntroduction_box {
    width: 92.3076923077vw;
    margin-left: auto;
    margin-right: auto;
    background-color: #f1f6f9;
  }
}
.everedge .point05_sec .modeIntroduction_top .modeIntroduction_box::after {
  content: "";
  display: block;
  width: 50vw;
  height: 100%;
  background-image: url(../img/modeIntroduction_boxBg.png);
  background-size: cover;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 768px) {
  .everedge .point05_sec .modeIntroduction_top .modeIntroduction_box::after {
    width: 100%;
  }
}
.everedge .point05_sec .modeIntroduction_top .modeIntroduction_box:first-child {
  padding: 60px 30px 30px 0;
}
.everedge .point05_sec .modeIntroduction_top .modeIntroduction_box:first-child .modeIntroduction_boxTtl {
  width: 74%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .everedge .point05_sec .modeIntroduction_top .modeIntroduction_box:first-child .modeIntroduction_boxTtl {
    width: 100%;
    padding: 0 5.1282051282vw;
  }
}
.everedge .point05_sec .modeIntroduction_top .modeIntroduction_box:first-child .modeIntroduction_boxTxt {
  width: 74%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .everedge .point05_sec .modeIntroduction_top .modeIntroduction_box:first-child .modeIntroduction_boxTxt {
    width: 100%;
    padding: 0 3.8461538462vw;
  }
}
@media screen and (max-width: 768px) {
  .everedge .point05_sec .modeIntroduction_top .modeIntroduction_box:first-child {
    padding: 15.3846153846vw 2.5641025641vw 2.5641025641vw;
    margin-bottom: 3.8461538462vw;
  }
}
.everedge .point05_sec .modeIntroduction_top .modeIntroduction_box:first-child::after {
  right: 0;
}
.everedge .point05_sec .modeIntroduction_top .modeIntroduction_box:last-child {
  padding: 60px 0 30px 30px;
}
@media screen and (max-width: 768px) {
  .everedge .point05_sec .modeIntroduction_top .modeIntroduction_box:last-child {
    padding: 15.3846153846vw 2.5641025641vw 2.5641025641vw;
    margin-bottom: 5.1282051282vw;
  }
}
.everedge .point05_sec .modeIntroduction_top .modeIntroduction_box:last-child .modeIntroduction_boxTtl {
  margin-left: 44px;
}
@media screen and (max-width: 768px) {
  .everedge .point05_sec .modeIntroduction_top .modeIntroduction_box:last-child .modeIntroduction_boxTtl {
    margin-left: 0;
    padding: 0 3.8461538462vw;
  }
}
.everedge .point05_sec .modeIntroduction_top .modeIntroduction_box:last-child .modeIntroduction_boxTxt {
  margin-left: 44px;
}
@media screen and (max-width: 768px) {
  .everedge .point05_sec .modeIntroduction_top .modeIntroduction_box:last-child .modeIntroduction_boxTxt {
    margin-left: 0;
    padding: 0 3.8461538462vw;
  }
}
.everedge .point05_sec .modeIntroduction_top .modeIntroduction_box:last-child::after {
  left: 0;
}
.everedge .point05_sec .modeIntroduction_top .modeIntroduction_boxImg {
  max-width: 580px;
  margin: 0 auto;
}
.everedge .point05_sec .modeIntroduction_top .modeIntroduction_boxImg img {
  vertical-align: bottom;
}
.everedge .point05_sec .modeIntroduction_bottom {
  margin-top: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .everedge .point05_sec .modeIntroduction_bottom {
    width: 92.3076923077vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
}
.everedge .point05_sec .modeIntroduction_bottom .modeIntroduction_boxTtl {
  margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
  .everedge .point05_sec .modeIntroduction_bottom .modeIntroduction_boxTtl {
    margin-bottom: 1.2820512821vw;
  }
}
.everedge .point05_sec .modeIntroduction_bottom .modeIntroduction_boxLead {
  font-size: 24px;
  margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
  .everedge .point05_sec .modeIntroduction_bottom .modeIntroduction_boxLead {
    font-size: 6.1538461538vw;
    margin-bottom: 3.8461538462vw;
    line-height: 1.48;
  }
}
.everedge .point05_sec .modeIntroduction_bottom .modeIntroduction_boxTxt {
  font-size: 18px;
  max-width: 340px;
}
@media screen and (max-width: 768px) {
  .everedge .point05_sec .modeIntroduction_bottom .modeIntroduction_boxTxt {
    max-width: 100%;
    font-size: 4.6153846154vw;
  }
}
.everedge .point05_sec .modeIntroduction_bottom .modeIntroduction_box {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1170px) {
  .everedge .point05_sec .modeIntroduction_bottom .modeIntroduction_box {
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .everedge .point05_sec .modeIntroduction_bottom .modeIntroduction_box {
    display: block;
    background-color: #f1f6f9;
    padding: 0 5.1282051282vw 15.3846153846vw;
  }
}
.everedge .point05_sec .modeIntroduction_bottom .modeIntroduction_bottomBg {
  content: "";
  display: block;
  width: 97vw;
  height: 100%;
  background-color: #f1f6f9;
  position: absolute;
  top: 0;
  left: 60px;
}
@media screen and (max-width: 768px) {
  .everedge .point05_sec .modeIntroduction_bottom .modeIntroduction_bottomBg {
    display: none;
  }
}
.everedge .point05_sec .modeIntroduction_bottom .modeIntroduction_boxImg {
  margin-left: 80px;
  max-width: 373px;
  margin-right: 40px;
}
@media screen and (max-width: 1170px) {
  .everedge .point05_sec .modeIntroduction_bottom .modeIntroduction_boxImg {
    margin-left: 4%;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .everedge .point05_sec .modeIntroduction_bottom .modeIntroduction_boxImg {
    margin: 0 auto;
    max-width: 95%;
    margin-right: -6vw;
    margin-bottom: 5.1282051282vw;
    height: 73.8461538462vw;
  }
  .everedge .point05_sec .modeIntroduction_bottom .modeIntroduction_boxImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.everedge .point05_sec .modeIntroduction_bottom .modeIntroduction_boxTxt {
  margin-bottom: 0;
}
.everedge .point06_sec {
  padding: 84px 0 80px;
  background-color: #fff;
  background-image: url(../img/point06_bg01.png);
  background-repeat: repeat-y;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .everedge .point06_sec {
    padding: 6.1538461538vw 0 26.9230769231vw;
    background-image: url(../img/point06_bg01_sp.png);
  }
}
.everedge .point06_sec .inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  .everedge .point06_sec .inner {
    width: 100%;
  }
}
.everedge .point06_sec .pointTxt_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .everedge .point06_sec .pointTxt_wrap {
    display: block;
  }
}
.everedge .point06_sec .point_ttl {
  margin-bottom: 35px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .everedge .point06_sec .point_ttl {
    margin-bottom: 7.6923076923vw;
    margin-right: 3.5897435897vw;
  }
}
@media screen and (max-width: 768px) {
  .everedge .point06_sec .point06_txtBox {
    width: 87.1794871795vw;
    margin: 0 auto 12.8205128205vw;
  }
}
.everedge .point06_sec .point_catch {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .everedge .point06_sec .point_catch {
    width: 100%;
    margin-bottom: 4.6153846154vw;
  }
}
.everedge .point06_sec .point_catch02 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .everedge .point06_sec .point_catch02 {
    font-size: 6.1538461538vw;
    margin-bottom: 3.0769230769vw;
  }
}
.everedge .point06_sec .point_txt {
  font-size: 18px;
  line-height: 2;
  color: #343434;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .everedge .point06_sec .point_txt {
    width: 100%;
    font-size: 4.6153846154vw;
  }
}
.everedge .point06_sec .point06_imgBox {
  width: 56.117%;
  height: 288px;
  overflow: hidden;
}
.everedge .point06_sec .point06_imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .everedge .point06_sec .point06_imgBox {
    width: 87.1794871795vw;
    height: 43.5897435897vw;
    margin: 0 auto;
  }
}
.everedge .point07_sec {
  padding: 40px 0 260px;
  background-color: #1C191C;
  position: relative;
}
@media screen and (max-width: 768px) {
  .everedge .point07_sec {
    padding: 0 0 0;
    background-color: #343434;
  }
}
.everedge .point07_sec .inner {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .everedge .point07_sec .inner {
    padding-top: 103.3333333333vw;
    width: 100%;
  }
}
.everedge .point07_sec .point_ttl {
  text-align: right;
  margin-bottom: 90px;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .everedge .point07_sec .point_ttl {
    position: absolute;
    margin-bottom: 0;
    top: 5.1282051282vw;
    right: 3.5897435897vw;
  }
}
.everedge .point07_sec .point07_txtBox {
  width: 300px;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .everedge .point07_sec .point07_txtBox {
    background-color: #343434;
    width: 100%;
    padding: 12.8205128205vw 10.2564102564vw 28.2051282051vw;
    margin-right: auto;
  }
}
.everedge .point07_sec .point_catch {
  color: #fff;
  margin-bottom: 28px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .everedge .point07_sec .point_catch {
    width: 100%;
    margin-bottom: 4.1025641026vw;
  }
}
.everedge .point07_sec .point_txt {
  font-size: 18px;
  color: #fff;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .everedge .point07_sec .point_txt {
    width: 100%;
    font-size: 4.6153846154vw;
  }
}
.everedge .point07_sec .zoom_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .everedge .point07_sec .zoom_bg {
    top: 0;
    height: 103.3333333333vw;
    transform: translate(-50%, 0%);
  }
}
.everedge .point07_sec .zoom_bg img {
  width: 100%;
  height: 120%;
  -o-object-position: center;
     object-position: center;
  opacity: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .everedge .point07_sec .zoom_bg img {
    width: 100% !important;
  }
}
.everedge .point08_sec {
  padding: 44px 0 50px;
  background-image: url(/shaver/everedge/img/point08_bg01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .everedge .point08_sec {
    padding: 11.5384615385vw 0 10.2564102564vw;
    background-image: url(/shaver/everedge/img/point08_bg01_sp.png);
  }
}
.everedge .point08_sec .point_ttl {
  position: absolute;
  top: -16px;
  right: 0;
  color: #fff;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .everedge .point08_sec .point_ttl {
    top: 3.5897435897vw;
    color: #343434;
    right: 3.5897435897vw;
  }
}
.everedge .point08_sec .point_swiper {
  width: 100%;
  overflow: hidden;
}
.everedge .point08_sec .inner {
  position: relative;
  max-width: 1060px;
}
@media screen and (max-width: 768px) {
  .everedge .point08_sec .inner {
    max-width: 100%;
    width: 100%;
  }
}
.everedge .point08_sec .swiper-slide {
  height: auto;
  margin-top: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .everedge .point08_sec .swiper-slide {
    margin-top: 0;
  }
}
.everedge .point08_sec .slide_innerBox {
  background-color: #fff;
  display: flex;
  height: 100%;
}
.everedge .point08_sec .slide_innerBox picture img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .everedge .point08_sec .slide_innerBox {
    display: block;
  }
}
.everedge .point08_sec .point08 .point_ttl {
  color: #343434;
}
.everedge .point08_sec .swiper_operationWrap {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .everedge .point08_sec .swiper_operationWrap {
    margin-top: 6.4102564103vw;
  }
}
.everedge .point08_sec .swiper_operationWrap .swiper-pagination {
  position: relative;
  bottom: 0;
}
.everedge .point08_sec .swiper_operationWrap .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .everedge .point08_sec .swiper_operationWrap .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px 3px;
}
@media screen and (max-width: 768px) {
  .everedge .point08_sec .swiper_operationWrap .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .everedge .point08_sec .swiper_operationWrap .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2.0512820513vw 0.7692307692vw;
  }
}
.everedge .point08_sec .swiper_operationWrap .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #B9B9B9;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .everedge .point08_sec .swiper_operationWrap .swiper-pagination-bullet {
    width: 2.0512820513vw;
    height: 2.0512820513vw;
  }
}
.everedge .point08_sec .swiper_operationWrap .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #3579AF;
}
.everedge .point08_sec .swiper_operationWrap .arrows_box {
  display: flex;
  align-items: center;
  margin-left: 28px;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .everedge .point08_sec .swiper_operationWrap .arrows_box {
    margin-left: 20.5128205128vw;
    margin-right: 5.1282051282vw;
  }
}
.everedge .point08_sec .swiper_operationWrap .swiper-button-next, .everedge .point08_sec .swiper_operationWrap .swiper-button-prev {
  width: 36px;
  height: 36px;
  top: initial;
  margin: 0;
  position: relative;
  background-color: #343434;
  z-index: 1;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .everedge .point08_sec .swiper_operationWrap .swiper-button-next, .everedge .point08_sec .swiper_operationWrap .swiper-button-prev {
    width: 14.8717948718vw;
    height: 14.8717948718vw;
  }
}
.everedge .point08_sec .swiper_operationWrap .swiper-button-next.swiper-button-disabled, .everedge .point08_sec .swiper_operationWrap .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background-color: #B9B9B9;
}
.everedge .point08_sec .swiper_operationWrap .swiper-button-next::before, .everedge .point08_sec .swiper_operationWrap .swiper-button-prev::before {
  content: "";
  display: block;
  width: 9px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-style: solid;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .everedge .point08_sec .swiper_operationWrap .swiper-button-next::before, .everedge .point08_sec .swiper_operationWrap .swiper-button-prev::before {
    width: 2.3076923077vw;
    height: 2.5641025641vw;
  }
}
.everedge .point08_sec .swiper_operationWrap .swiper-button-next::after, .everedge .point08_sec .swiper_operationWrap .swiper-button-prev::after {
  content: none;
}
.everedge .point08_sec .swiper_operationWrap .swiper-button-prev {
  margin-right: 10px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .everedge .point08_sec .swiper_operationWrap .swiper-button-prev {
    margin-right: 3.8461538462vw;
  }
}
.everedge .point08_sec .swiper_operationWrap .swiper-button-prev::before {
  border-width: 5px 9px 5px 0;
  border-color: transparent #F2F2F2 transparent transparent;
}
@media screen and (max-width: 768px) {
  .everedge .point08_sec .swiper_operationWrap .swiper-button-prev::before {
    border-width: 1.2820512821vw 2.3076923077vw 1.2820512821vw 0;
  }
}
.everedge .point08_sec .swiper_operationWrap .swiper-button-next {
  right: 0;
}
.everedge .point08_sec .swiper_operationWrap .swiper-button-next::before {
  border-width: 5px 0 5px 9px;
  border-color: transparent transparent transparent #F2F2F2;
}
@media screen and (max-width: 768px) {
  .everedge .point08_sec .swiper_operationWrap .swiper-button-next::before {
    border-width: 1.2820512821vw 0 1.2820512821vw 2.3076923077vw;
    border-color: transparent transparent transparent #F2F2F2;
  }
}
.everedge .productInfo_sec {
  padding: 100px 0 20px;
  background-image: url(/shaver/everedge/img/bg_productInfo_pc.jpg);
  background-repeat: repeat-x;
  background-size: 100%;
  background-position: center top;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .everedge .productInfo_sec {
    padding: 20.5128205128vw 0 19.2307692308vw;
    background-image: url(/shaver/everedge/img/bg_productInfo_sp.jpg);
  }
}
@media screen and (max-width: 1170px) {
  .everedge .productInfo_sec .sec_headTtl {
    margin-left: 0;
    top: 0px;
    left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .everedge .productInfo_sec .sec_headTtl {
    left: 2%;
  }
}
.everedge .productInfo_sec .intro_wrap {
  margin-bottom: 54px;
}
@media screen and (max-width: 768px) {
  .everedge .productInfo_sec .intro_wrap {
    margin-bottom: 3.8461538462vw;
  }
}
.everedge .productInfo_sec .intro_wrap .intro_ttl {
  position: relative;
  margin-bottom: 0;
  line-height: 2;
  font-size: 53px;
  letter-spacing: -0.01em;
  font-weight: 300;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .everedge .productInfo_sec .intro_wrap .intro_ttl {
    font-size: 42px;
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 768px) {
  .everedge .productInfo_sec .intro_wrap .intro_ttl {
    margin-bottom: 0;
    line-height: 2;
    font-size: 7.1794871795vw;
  }
}
.everedge .productInfo_sec .intro_wrap .intro_ttl sup {
  font-size: 50%;
  vertical-align: top;
  position: relative;
  top: 1.5em;
}
.everedge .productInfo_sec .everedge_Model {
  display: flex;
  padding-bottom: 50px;
  gap: 40px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .everedge .productInfo_sec .everedge_Model {
    flex-direction: column;
    padding-bottom: 0;
  }
}
.everedge .productInfo_sec .everedge_Model_Container {
  max-width: 480px;
  width: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .everedge .productInfo_sec .everedge_Model_Container {
    width: 100%;
    margin: 0 auto;
    max-width: 93.5897435897vw;
  }
  .everedge .productInfo_sec .everedge_Model_Container::after {
    width: 94.8717948718vw;
    height: 1px;
    position: absolute;
    bottom: -30.2564102564vw;
    left: 50%;
    background-color: #272727;
    transform: translateX(-50%);
    content: "";
  }
  .everedge .productInfo_sec .everedge_Model_Container:last-child::after {
    content: none;
  }
}
.everedge .productInfo_sec .everedge_Model_Container:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .everedge .productInfo_sec .everedge_Model_Container:last-child {
    margin: 43.5897435897vw auto 0;
  }
}
.everedge .productInfo_sec .everedge_Model_Img {
  width: 100%;
  margin-bottom: 20px;
}
.everedge .productInfo_sec .everedge_Model_Img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .everedge .productInfo_sec .everedge_Model_Img {
    margin-bottom: 3.0769230769vw;
  }
}
.everedge .productInfo_sec .everedge_Model_Box {
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .everedge .productInfo_sec .everedge_Model_Box {
    width: 93.5897435897vw;
    margin-bottom: 10.2564102564vw;
  }
}
.everedge .productInfo_sec .everedge_Model_Box .box_Top {
  display: flex;
  height: 83px;
  margin-bottom: 1px;
  color: #fff;
  background-color: #343434;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1080px) {
  .everedge .productInfo_sec .everedge_Model_Box .box_Top {
    display: block;
    text-align: center;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .everedge .productInfo_sec .everedge_Model_Box .box_Top {
    flex-direction: column;
    height: 21.5384615385vw;
    justify-content: center;
  }
}
.everedge .productInfo_sec .everedge_Model_Box .box_Top_Txt {
  font-size: 30px;
  margin-right: 30px;
  font-weight: 300;
}
@media screen and (max-width: 1080px) {
  .everedge .productInfo_sec .everedge_Model_Box .box_Top_Txt {
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .everedge .productInfo_sec .everedge_Model_Box .box_Top_Txt {
    font-size: 7.6923076923vw;
    margin-right: 0;
    margin-bottom: 1.2820512821vw;
  }
}
.everedge .productInfo_sec .everedge_Model_Box .box_Top_icon_Txt {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .everedge .productInfo_sec .everedge_Model_Box .box_Top_icon_Txt {
    font-size: 3.0769230769vw;
  }
}
.everedge .productInfo_sec .everedge_Model_Box .box_Top_icon_Txt sup {
  position: relative;
  font-size: 50%;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .everedge .productInfo_sec .everedge_Model_Box .box_Top_icon_Txt sup {
    vertical-align: 0%;
  }
}
.everedge .productInfo_sec .everedge_Model_Box .box_Bottom_Img img {
  width: 100%;
}
.everedge .productInfo_sec .cont_btn {
  display: block;
  max-width: 460px;
  width: 100%;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 23px 0 26px;
  border-radius: 60px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .everedge .productInfo_sec .cont_btn {
    max-width: 85.641025641vw;
    padding: 6.1538461538vw 0;
    border-radius: 15.3846153846vw;
    line-height: 1.58;
    font-size: 4.358974359vw;
  }
}
@media screen and (min-width: 768px) {
  .everedge .productInfo_sec .cont_btn::before {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 60px;
    background-color: #000;
    transition: width 0.875s cubic-bezier(0.07, 0.85, 0.125, 1);
    content: "";
  }
  .everedge .productInfo_sec .cont_btn::after {
    display: block;
    width: 40px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 4px;
    background-image: linear-gradient(90deg, #000 0%, #000 40%, transparent 40%, transparent 100%), url(/shaver/everedge/img/btn_arrow.svg);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 100%, 12px auto;
    transition: background-position 0.875s cubic-bezier(0.07, 0.85, 0.125, 1);
    transform: translateY(-50%);
    content: "";
  }
  .everedge .productInfo_sec .cont_btn p {
    transition: margin-left 0.875s cubic-bezier(0.07, 0.85, 0.125, 1);
  }
  .everedge .productInfo_sec .cont_btn:hover p {
    margin-left: 20px;
  }
  .everedge .productInfo_sec .cont_btn:hover::before {
    width: calc(100% + 10px);
  }
  .everedge .productInfo_sec .cont_btn:hover::after {
    background-position: 100% 50%;
  }
}
.everedge .productInfo_sec .cont_btn p {
  position: relative;
}
.everedge .productInfo_sec .cont_btn.purchase_btn {
  display: flex;
  padding: 12px 8px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .everedge .productInfo_sec .cont_btn.purchase_btn {
    margin-bottom: 10.2564102564vw;
    padding: 2.8205128205vw 0;
    text-align: left;
  }
}
@media screen and (max-width: 960px) {
  .everedge .productInfo_sec .cont_btn.purchase_btn .sp {
    display: block !important;
  }
}
.everedge .productInfo_sec .cont_btn.purchase_btn .maxell_icon {
  max-width: 146px;
  position: relative;
  margin-left: 8.696%;
  padding-left: 7.827%;
}
@media screen and (max-width: 768px) {
  .everedge .productInfo_sec .cont_btn.purchase_btn .maxell_icon {
    max-width: 32.3076923077vw;
    margin-left: 4.1025641026vw;
    padding-left: 4.1025641026vw;
  }
}
.everedge .productInfo_sec .cont_btn.purchase_btn .maxell_icon::before {
  display: block;
  width: 1px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #919191;
  content: "";
}
@media screen and (max-width: 768px) {
  .everedge .productInfo_sec .cont_btn.purchase_btn .maxell_icon::before {
    height: 12.8205128205vw;
    top: -1.2820512821vw;
  }
}
.everedge .productInfo_sec .cont_btn.purchase_btn .maxell_icon img {
  max-width: 110px;
}
@media screen and (max-width: 768px) {
  .everedge .productInfo_sec .cont_btn.purchase_btn .maxell_icon img {
    max-width: 28.2051282051vw;
    vertical-align: middle;
  }
}
.everedge .productInfo_sec .center_btn {
  width: 100%;
  margin-bottom: 134px;
}
@media screen and (max-width: 768px) {
  .everedge .productInfo_sec .center_btn {
    margin-bottom: 17.9487179487vw;
  }
}
.everedge .productInfo_sec .note_Container .inner {
  max-width: 1300px;
  width: 96%;
}
@media screen and (max-width: 768px) {
  .everedge .productInfo_sec .note_Container .inner {
    max-width: 85.641025641vw;
    width: 85.641025641vw;
  }
}
.everedge .productInfo_sec .note_Container .note_Txt {
  line-height: 1.83;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .everedge .productInfo_sec .note_Container .note_Txt {
    font-size: 3.0769230769vw;
  }
}
.everedge footer {
  padding: 60px 70px 40px;
  background-color: #264A8E;
}
@media screen and (max-width: 768px) {
  .everedge footer {
    padding: 23.0769230769vw 0 6.6666666667vw;
  }
}
.everedge footer .sns_listWrap {
  display: flex;
  margin-bottom: 80px;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .everedge footer .sns_listWrap {
    margin-bottom: 33.3333333333vw;
    justify-content: center;
  }
}
.everedge footer .sns_listWrap li {
  margin-right: 18px;
}
@media screen and (max-width: 768px) {
  .everedge footer .sns_listWrap li {
    margin-right: 6.9230769231vw;
  }
}
.everedge footer .sns_listWrap li:last-child {
  margin-right: 0;
}
.everedge footer .sns_listWrap a {
  display: block;
  width: 27px;
}
@media screen and (max-width: 768px) {
  .everedge footer .sns_listWrap a {
    width: 8.2051282051vw;
  }
}
.everedge footer .copyright {
  color: #fff;
  font-size: 12px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .everedge footer .copyright {
    font-size: 3.0769230769vw;
    text-align: center;
  }
}

.splash_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .splash_txt {
    width: 76.9230769231vw;
  }
}
.splash_txt img {
  transform: translate(0%, 130%);
}

.splash {
  pointer-events: none;
}

.splash_ttl,
.mv_sceneCatch,
.mv_sceneLogo {
  overflow: hidden;
}

.splash_ttl img {
  opacity: 0;
  transform: translate(0%, 100%);
}

.splash01 {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: #fff;
  background-image: url(/shaver/everedge/img/splash_bg02_pc.png), url(/shaver/everedge/img/splash_bg01_pc.png), url(/shaver/everedge/img/splash_bg03_pc.png);
  background-size: 100%, 100%, 36px;
  background-position: bottom, top, center;
  background-repeat: no-repeat, no-repeat, repeat;
  -webkit-mask-image: url(/shaver/everedge/img/mask.png), linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  -webkit-mask-mode: alpha;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-position: 50% 80%;
}
@media screen and (max-width: 768px) {
  .splash01 {
    background-image: url(/shaver/everedge/img/splash_bg02_sp.png), url(/shaver/everedge/img/splash_bg01_sp.png), url(/shaver/everedge/img/splash_bg03_pc.png);
    -webkit-mask-image: url(/shaver/everedge/img/mask_sp.png), linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    background-position: bottom, top, center;
  }
}

.splash02 {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-image: url(/shaver/everedge/img/splash_bg04_pc.jpg);
  background-size: cover;
  background-position: center;
  z-index: 10;
  -webkit-mask-image: url(/shaver/everedge/img/mask.png), linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  -webkit-mask-mode: alpha;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-position: 50% 50%;
}
@media screen and (max-width: 768px) {
  .splash02 {
    background-image: url(/shaver/everedge/img/splash_bg04_sp.png);
    background-size: cover;
    background-position: center;
    -webkit-mask-image: url(/shaver/everedge/img/mask_sp.png), linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  }
}

.splash03 {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-image: url(/shaver/everedge/img/splash_bg05_pc.jpg);
  background-size: cover;
  background-position: center;
  z-index: 9;
  -webkit-mask-image: url(/shaver/everedge/img/mask.png), linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  -webkit-mask-mode: alpha;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-position: 50% 50%;
}
@media screen and (max-width: 768px) {
  .splash03 {
    background-image: url(/shaver/everedge/img/splash_bg05_sp.jpg);
    background-size: cover;
    background-position: center;
    -webkit-mask-image: url(/shaver/everedge/img/mask_sp.png), linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  }
}

.splash_ttl {
  width: 449px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 15;
  margin-left: 27%;
}
@media screen and (max-width: 768px) {
  .splash_ttl {
    width: 61.5384615385vw;
    margin: 0 auto;
    margin-top: -50vw;
  }
}

@media screen and (max-width: 768px) {
  /* header {
    transition: background-color 0.6s;
  }
  header.scrolled {
    background-color: rgba(255, 255, 255, 0.97);
  }
  header.scrolled .btn-action::before,
header.scrolled .btn-action::after,
header.scrolled .btn-action span {
    background-color: #bcbcbc;
  }
  header.scrolled .header_logo path {
    fill: #bcbcbc;
  } */
}
.modaal-video-container {
  margin-bottom: 10%;
}

.modaal-video-wrap {
  pointer-events: none;
}

.modaal-video-container {
  pointer-events: all;
}

.modaal-close:focus,
.modaal-close:hover {
  opacity: 0.7;
  background: none;
  background-image: url(/shaver/everedge/img/modal_closeIco_01.png) !important;
}

.modaal-close:after,
.modaal-close:before {
  display: none;
}

.modaal-close {
  width: 95px;
  height: 95px;
  top: auto;
  bottom: 6%;
  left: 50%;
  transform: translate(-50%, 0%);
  background-image: url(/shaver/everedge/img/modal_closeIco_01.png) !important;
  background-size: cover !important;
}
@media screen and (max-width: 768px) {
  .modaal-close {
    width: 21.0256410256vw;
    height: 21.0256410256vw;
    bottom: 20%;
  }
}

#bottom_banner {
  width: 100%;
  position: fixed;
  bottom: -30%;
  background: url(/shaver/everedge/img/banner_bg.png)no-repeat center bottom,
  url(/shaver/everedge/img/banner_base.png)no-repeat center bottom;
  background-size: auto, 100% 122px;
  -webkit-transition: bottom 0.5s;
     -moz-transition: bottom 0.5s;
      -ms-transition: bottom 0.5s;
       -o-transition: bottom 0.5s;
          transition: bottom 0.5s;
  z-index: 100;
}
@media screen and (max-width: 900px) {
  #bottom_banner {
    background: url(/shaver/everedge/img/banner_bg.png)no-repeat left bottom;
  }
}
#bottom_banner div {
  width: 900px;
  height: 122px;
  position: relative;
  margin: auto;
}
#bottom_banner div a {
  position: absolute;
  top: 25px;
  right: 30px;
}
#bottom_banner div > img {
  position: absolute;
  top: 25px;
  right: 10px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .modaal-video-wrap {
    margin: 0;
  }
  .modaal-inner-wrapper {
    padding-left: 2.5641025641vw;
    padding-right: 2.5641025641vw;
  }
}
.preload * {
  transition: none !important;
  -webkit-mask-image: none !important;
          mask-image: none !important;
  -webkit-animation: none !important;
          animation: none !important;
  -webkit-animation-play-state: paused !important;
          animation-play-state: paused !important;
}

.everedge .introduction_sec .introduction_catch_comingsoon {
  margin: 150px 0 300px 0;
  text-align: center;
  font-size: 35px;
  color: #fff;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .everedge .introduction_sec .introduction_catch_comingsoon {
    font-size: 6.4102564103vw;
    margin-bottom: 11.5384615385vw;
  }
}