@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* FONT SETTING
------------------------------------------ */
/*

font-family: 
 "Hiragino Kaku Gothic Pro",
	"hiragino-kaku-gothic-pron",
	"Hiragino Kaku Gothic ProN",
 "Hiragino Sans",
 Meiryo,
 sans-serif;

font-family: "hiragino-kaku-gothic-pron", sans-serif;
font-weight: 300;
font-style: normal;

font-family: "hiragino-kaku-gothic-pron", sans-serif;
font-weight: 600;
font-style: normal;

.plus-jakarta-sans-<uniquifier> {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

*/
@import url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css);
* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/*!
* ress.css • v1.1.2
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  box-sizing: border-box;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

/*
*,
::before,
::after {
  box-sizing: inherit;
}
*/
::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

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

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-style: normal; }

/*
* 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,
main,
menu,
nav,
section,
summary {
  display: block; }

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

small {
  font-size: 100%;
  /* Set font-size to 80% in `small` elements */ }

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

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

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

ul,
ol {
  list-style: none; }

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

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

address,
em {
  font-style: normal; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  rt:not(:target) {
    position: relative;
    top: -0.7em;
    /* IE10（\9なしでIE11にも適用） */ } }
/* # =================================================================
# Forms
# ================================================================= */
input {
  border-radius: 0; }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

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

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/* Style select like a standard input */
select {
  /*-moz-appearance: none;*/
  /* Firefox 36+ */
  /* -webkit-appearance: none;*/
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  max-width: 100%;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
  vertical-align: bottom; }

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
# Accessibility
# ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
# Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

a {
  color: #000;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

ul {
  letter-spacing: -.4em; }
  ul li {
    letter-spacing: normal; }

/*@include incImg100();*/
/*@include incSmooth();*/
/*@include dropshadow;*/
/*@include boxshadow;*/
/*@include fs();*/
/*@include btm();*/
html {
  font-size: 62.5%;
  /* sets the base font to 10px for easier math */
  margin-top: 0 !important; }

body {
  background: #301F87;
  color: #000;
  font-family: "Hiragino Kaku Gothic Pro", "hiragino-kaku-gothic-pron", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  overflow-x: hidden; }

p, ul li, ol li, dl, dt, dd {
  line-height: 1.9;
  letter-spacing: 0.04em; }

th, td {
  line-height: 1.9;
  letter-spacing: 0.04em; }

#wpadminbar {
  z-index: 10000000000; }

a, a:link, a:hover, a:focus {
  color: #4D4D4D;
  transition: 0.2s;
  text-decoration: underline;
  cursor: pointer;
  outline: none; }

a:hover {
  color: #4D4D4D;
  text-decoration: none; }

img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
  -webkit-transform: translateZ(0);
  height: auto;
  width: 100%; }

img[src$=".svg"] {
  width: 100%; }

*:focus {
  outline: none; }

#topcontrol {
  z-index: 2; }
  #topcontrol a {
    background: url(/img/freepage/serumveildeeprepair_campaign/js/scrolltop/scrollup.png) center center no-repeat;
    background-size: 40px 40px;
    font-size: 0;
    text-decoration: none;
    display: block;
    height: 38px;
    width: 38px;
    opacity: 0.7;
    border-radius: 38px;
    box-sizing: border-box;
    transition: all .15s ease-in-out; }
    #topcontrol a:hover {
      background-size: 54px 54px;
      opacity: 1;
      height: 50px;
      width: 50px; }

/* COMPONENT
------------------------------------------ */
.spDisp {
  display: none; }

.spHide {
  display: inline; }

ul.indList li {
  text-indent: -1em;
  padding-left: 1em; }

@media only screen and (max-width: 768px) {
  .spDisp {
    display: inline; }

  .spHide {
    display: none; } }
/* BASE
------------------------------------------ */
.wrap {
  overflow-x: hidden; }

header {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #01ACC8;
  color: #FFF;
  text-align: center; }
  header p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.9;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.04em;
    padding: 24px; }
    @media only screen and (max-width: 768px) {
      header p {
        font-size: 17px;
        font-size: 1.7rem; } }
    header p strong {
      font-size: 19px;
      font-size: 1.9rem;
      line-height: 1.9;
      font-weight: 600;
      line-height: 1; }
      @media only screen and (max-width: 768px) {
        header p strong {
          font-size: 16px;
          font-size: 1.6rem; } }

@media only screen and (max-width: 768px) {
  header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2; }
    header p {
      font-size: 4.5vw;
      padding: 4vw; }
      header p strong {
        display: block;
        font-size: 4vw;
        padding-top: 2vw; } }
.contents {
  background: #FFF;
  margin: 0;
  padding: 0;
  position: relative; }

/*
section {
opacity: 0;
transform: translate(0px, 30px);
}
section.is-active {
animation: fadeInUpK 0.6s ease 0.5s 1 forwards;
}
*/
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    padding-bottom: 0;
    min-width: auto; }

  p, li, dl, dt, dd {
    line-height: 1.8;
    letter-spacing: 0.04em; }

  th, td {
    line-height: 1.8;
    letter-spacing: 0.04em; }

  #topcontrol {
    bottom: 20px !important;
    right: 20px !important;
    z-index: 8; }

  section {
    padding: 0; }

  img {
    height: auto;
    width: 100%; } }
footer {
  background: #333333;
  color: #FFF;
  padding: 44px 24px 44px;
  text-align: center; }
  footer small {
    display: block;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.9;
    line-height: 1;
    letter-spacing: 0.2em; }
    @media only screen and (max-width: 768px) {
      footer small {
        font-size: 10px;
        font-size: 1rem; } }

@media only screen and (max-width: 768px) {
  footer {
    padding: 6vw 2vw; }
    footer small {
      font-size: 2.2vw;
      line-height: 2; } }
/* UNIQ
------------------------------------------ */
.en {
  font-family: "Plus Jakarta Sans", sans-serif; }

.fvBg {
  background: #050B35;
  overflow: hidden; }

.fvArea {
  background: url("//d3e9wwnbfrsolq.cloudfront.net/img/freepage/serumveildeeprepair_campaign/img/fv_pc.webp") center top no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  min-height: 59.3vw;
  position: relative;
  padding: 0;
  position: relative; }
  .fvArea .fvData {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 73.2%; }
  .fvArea h1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    width: 53.7%; }
    .fvArea h1 .fv01 {
      display: block;
      margin-bottom: 1.8vw;
      text-align: center;
      width: 100%; }
      .fvArea h1 .fv01 img {
        width: 100%; }
    .fvArea h1 .fv02 {
      display: block;
      margin-bottom: 2.6vw;
      text-align: center;
      width: 100%; }
      .fvArea h1 .fv02 img {
        width: 100%; }
    .fvArea h1 .fv03 {
      display: block;
      text-align: center;
      width: 100%; }
      .fvArea h1 .fv03 a {
        display: block;
        transition: 0.2s; }
        .fvArea h1 .fv03 a:hover {
          transform: scale(1.1); }
      .fvArea h1 .fv03 img {
        width: 74%;
        animation: 2s fuwafuwabtn infinite; }
@keyframes fuwafuwabtn {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(12px); } }
    .fvArea h1 .fv04 {
      display: block;
      position: absolute;
      top: 4vw;
      right: 6vw;
      width: 9.65vw; }
      .fvArea h1 .fv04 img {
        width: 100%; }

@media only screen and (max-width: 768px) {
  .fvArea {
    background: url("//d3e9wwnbfrsolq.cloudfront.net/img/freepage/serumveildeeprepair_campaign/img/fv_sp.webp") center top no-repeat;
    background-size: cover;
    min-height: auto;
    min-height: none;
    padding: 114vw 0 10vw; }
    .fvArea .fvData {
      display: block;
      width: 100%; }
    .fvArea h1 {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      align-items: center;
      margin: 0;
      padding: 0 9vw;
      width: 100%; }
      .fvArea h1 .fv01 {
        display: block;
        margin-bottom: 2vw;
        text-align: center;
        width: 100%; }
        .fvArea h1 .fv01 img {
          width: 90%; }
      .fvArea h1 .fv02 {
        display: block;
        margin-bottom: 5vw;
        text-align: center;
        width: 100%; }
        .fvArea h1 .fv02 img {
          width: 100%; }
      .fvArea h1 .fv03 img {
        width: 100%; }
      .fvArea h1 .fv04 {
        display: block;
        position: absolute;
        top: 24vw;
        right: auto;
        left: 5vw;
        width: 19vw; }
        .fvArea h1 .fv04 img {
          width: 100%; } }
.sec01 {
  background: #9da2d9;
  background: linear-gradient(90deg, #9da2d9 0%, #f7f8fc 50%, #9da2d9 100%);
  /*
  background: url("//d3e9wwnbfrsolq.cloudfront.net/img/freepage/serumveildeeprepair_campaign/img/sec01_bg.webp") center top no-repeat;
  background-size: cover;
  */
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding: 120px 0;
  position: relative;
  width: 100%; }
  .sec01:before {
    background: url("//d3e9wwnbfrsolq.cloudfront.net/img/freepage/serumveildeeprepair_campaign/img/sec03_bg.webp") center bottom repeat-x;
    background-size: 1360px auto;
    content: '';
    display: block;
    height: 434px;
    width: 100%;
    position: absolute;
    top: calc(50% - 217px);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    animation: bgroop 28s linear infinite;
    opacity: 0.6; }
@keyframes bgroop {
  0% {
    background-position: 0 0; }
  25% {
    filter: blur(4px); }
  50% {
    filter: blur(0);
    transform: scale(1.3); }
  75% {
    filter: blur(4px); }
  100% {
    background-position: -1360px 0; } }
  .sec01 .itemFlex {
    background: url("//d3e9wwnbfrsolq.cloudfront.net/img/freepage/serumveildeeprepair_campaign/img/sec01_01.webp") left center no-repeat;
    background-size: 220px auto;
    display: flex;
    justify-content: flex-end;
    margin: 0 auto;
    width: 100%;
    max-width: 780px;
    position: relative;
    z-index: 2; }
    .sec01 .itemFlex .data {
      color: #301F87;
      width: 420px; }
      .sec01 .itemFlex .data .brandLogo {
        margin-bottom: 40px; }
        .sec01 .itemFlex .data .brandLogo img {
          max-width: 220px; }
      .sec01 .itemFlex .data h2 {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 1.9;
        line-height: 1.8;
        font-weight: 600;
        line-height: 1;
        letter-spacing: 0.02em;
        margin-bottom: 20px; }
        @media only screen and (max-width: 768px) {
          .sec01 .itemFlex .data h2 {
            font-size: 24px;
            font-size: 2.4rem; } }
        .sec01 .itemFlex .data h2 .brand {
          display: block;
          font-family: "Plus Jakarta Sans", sans-serif;
          font-size: 20px;
          font-size: 2rem;
          line-height: 1.9;
          font-weight: 400;
          letter-spacing: 0.08em;
          padding-bottom: 4px; }
          @media only screen and (max-width: 768px) {
            .sec01 .itemFlex .data h2 .brand {
              font-size: 17px;
              font-size: 1.7rem; } }
      .sec01 .itemFlex .data .detail {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.9;
        font-weight: 400;
        margin-bottom: 8px; }
        @media only screen and (max-width: 768px) {
          .sec01 .itemFlex .data .detail {
            font-size: 14px;
            font-size: 1.4rem; } }
        .sec01 .itemFlex .data .detail .other {
          font-weight: 600; }
      .sec01 .itemFlex .data .price {
        display: block;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.9;
        font-weight: 500;
        letter-spacing: 0.06em;
        line-height: 1.5;
        margin-bottom: 0; }
        @media only screen and (max-width: 768px) {
          .sec01 .itemFlex .data .price {
            font-size: 10px;
            font-size: 1rem; } }
        .sec01 .itemFlex .data .price .tax {
          font-size: 10px;
          letter-spacing: -0.02em; }
        .sec01 .itemFlex .data .price .shasen {
          font-family: "Plus Jakarta Sans", sans-serif;
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 1.9;
          letter-spacing: 0.06em;
          margin-left: 0.4em;
          padding-left: 0.46em;
          position: relative; }
          @media only screen and (max-width: 768px) {
            .sec01 .itemFlex .data .price .shasen {
              font-size: 15px;
              font-size: 1.5rem; } }
          .sec01 .itemFlex .data .price .shasen:after {
            background-color: #666;
            content: "";
            display: block;
            transform: rotate(-6deg);
            position: absolute;
            width: 94%;
            height: 2px;
            top: 32%;
            left: 0; }
      .sec01 .itemFlex .data .sPrice {
        margin: -8px 0 40px; }
        .sec01 .itemFlex .data .sPrice img {
          max-width: 272px; }
      .sec01 .itemFlex .data .orderBtn {
        width: 100%; }
        .sec01 .itemFlex .data .orderBtn p {
          max-width: 404px; }
          .sec01 .itemFlex .data .orderBtn p a {
            display: block;
            position: relative;
            transition: 0.2s; }
            .sec01 .itemFlex .data .orderBtn p a:hover {
              transform: scale(1.1); }
            .sec01 .itemFlex .data .orderBtn p a .fukidashi {
              max-width: 180px;
              position: absolute;
              top: -28px;
              right: 8px;
              z-index: 2;
              animation: 2s fuwafuwaFv infinite; }
@keyframes fuwafuwaFv {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-12px); } }
            .sec01 .itemFlex .data .orderBtn p a .shine {
              display: block;
              position: relative;
              overflow: hidden; }
              .sec01 .itemFlex .data .orderBtn p a .shine:after {
                content: '';
                position: absolute;
                top: -100px;
                left: -100px;
                width: 50px;
                height: 50px;
                background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
                /* アニメーション */
                animation-name: shiny;
                animation-duration: 3.4s;
                animation-timing-function: ease-in-out;
                animation-iteration-count: infinite; }
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0; }
  25% {
    transform: scale(1) rotate(25deg);
    opacity: 1; }
  50% {
    transform: scale(50) rotate(25deg);
    opacity: 0; }
  100% {
    transform: scale(0) rotate(25deg);
    opacity: 0; } }
  @media only screen and (min-width: 768px) {
    .sec01 .itemFlex {
      align-items: center;
      min-height: 540px; } }
  .sec01.short .itemFlex .data .sPrice {
    margin: -2px 0 24px; }
    .sec01.short .itemFlex .data .sPrice img {
      max-width: 220px; }
  .sec01.bdrType {
    padding: 100px 0; }
    .sec01.bdrType .itemFlex {
      background: url("//d3e9wwnbfrsolq.cloudfront.net/img/freepage/serumveildeeprepair_campaign/img/sec01_01_bdr.webp") left 74px center no-repeat;
      background-size: 270px auto;
      border: 3px solid #FFF;
      margin-bottom: 0;
      max-width: 980px;
      padding: 90px 80px 100px; }
    .sec01.bdrType .itemFlex .data .sPrice {
      margin: -2px 0 24px; }
      .sec01.bdrType .itemFlex .data .sPrice img {
        max-width: 200px; }
  .sec01.bdrType2 {
    padding: 100px 0; }
    .sec01.bdrType2 .itemFlex {
      background: url("//d3e9wwnbfrsolq.cloudfront.net/img/freepage/serumveildeeprepair_campaign/img/sec01_01_bdr2.webp") left 147px center no-repeat;
      background-size: 120px auto;
      border: 3px solid #FFF;
      margin-bottom: 0;
      max-width: 980px;
      padding: 90px 80px 100px; }
      .sec01.bdrType2 .itemFlex .data {
        width: 470px; }
        .sec01.bdrType2 .itemFlex .data .detail {
          margin-bottom: 0; }
        .sec01.bdrType2 .itemFlex .data .price {
          font-size: 20px;
          font-size: 2rem;
          line-height: 1.9;
          line-height: 1;
          margin-bottom: 20px; }
          @media only screen and (max-width: 768px) {
            .sec01.bdrType2 .itemFlex .data .price {
              font-size: 17px;
              font-size: 1.7rem; } }
          .sec01.bdrType2 .itemFlex .data .price .tax {
            font-size: 16px;
            margin-left: 4px; }
          .sec01.bdrType2 .itemFlex .data .price .shasen {
            font-size: 35px;
            font-size: 3.5rem;
            line-height: 1.9;
            line-height: 1.8;
            letter-spacing: 0.01em;
            margin-left: 0.1em;
            padding-left: 0.1em; }
            @media only screen and (max-width: 768px) {
              .sec01.bdrType2 .itemFlex .data .price .shasen {
                font-size: 30px;
                font-size: 3rem; } }
            .sec01.bdrType2 .itemFlex .data .price .shasen:after {
              display: none; }

@media only screen and (max-width: 768px) {
  .sec01 {
    background: #a8a8da;
    background: linear-gradient(90deg, #a8a8da 0%, #e9eaf6 33%, #fefdfb 50%, #e9eaf6 67%, #a8a8da 100%);
    padding: 18vw 0 12vw; }
    .sec01:before {
      background: url("//d3e9wwnbfrsolq.cloudfront.net/img/freepage/serumveildeeprepair_campaign/img/sec03_bg.webp") center center repeat-x;
      background-size: 200vw auto;
      content: '';
      display: block;
      height: 80vw;
      width: 100%;
      position: absolute;
      top: 10%;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      animation: bgroop 15s linear infinite;
      opacity: 1; }
  @keyframes bgroop {
    0% {
      background-position: 0 0; }
    50% {
      filter: blur(4px);
      transform: scale(1.1); }
    100% {
      background-position: -200vw 0; } }
    .sec01 .itemFlex {
      background: url("//d3e9wwnbfrsolq.cloudfront.net/img/freepage/serumveildeeprepair_campaign/img/sec01_01.webp") left 3.5vw top 6vw no-repeat;
      background-size: 31vw auto;
      display: block;
      margin: 0;
      width: 100%;
      max-width: 100%; }
      .sec01 .itemFlex .data {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        width: 100%; }
        .sec01 .itemFlex .data .dataInr {
          padding-right: 4vw;
          width: 60vw; }
        .sec01 .itemFlex .data .brandLogo {
          margin-bottom: 20px;
          padding-left: 0; }
          .sec01 .itemFlex .data .brandLogo img {
            max-width: 90%;
            width: 100%; }
        .sec01 .itemFlex .data h2 {
          font-size: 3.9vw;
          letter-spacing: -0.02em;
          margin-bottom: 8px; }
          .sec01 .itemFlex .data h2 .brand {
            font-size: 3.4vw;
            font-weight: 500;
            letter-spacing: 0.06em;
            padding-bottom: 4px; }
        .sec01 .itemFlex .data .detail {
          font-size: 2.8vw;
          line-height: 1.8;
          margin-bottom: 0; }
          .sec01 .itemFlex .data .detail .other {
            font-size: 3vw; }
        .sec01 .itemFlex .data .price {
          font-size: 2.4vw; }
          .sec01 .itemFlex .data .price .tax {
            font-size: 2.4vw; }
          .sec01 .itemFlex .data .price .shasen {
            font-size: 4.5vw;
            letter-spacing: 0.02em;
            margin-left: 1vw;
            padding-left: 1vw;
            position: relative; }
            .sec01 .itemFlex .data .price .shasen:after {
              background-color: #666;
              content: "";
              display: block;
              transform: rotate(-5deg);
              position: absolute;
              width: 94%;
              height: 2px;
              top: 32%;
              left: 0; }
        .sec01 .itemFlex .data .sPrice {
          margin: 0 0 11vw; }
          .sec01 .itemFlex .data .sPrice img {
            max-width: 94%;
            width: 100%; }
        .sec01 .itemFlex .data .orderBtn {
          padding: 0 5vw; }
          .sec01 .itemFlex .data .orderBtn p {
            max-width: 100%; }
            .sec01 .itemFlex .data .orderBtn p a .fukidashi {
              max-width: 50%;
              top: -8vw;
              right: 3vw;
              animation: 2s fuwafuwaFv infinite; }
              .sec01 .itemFlex .data .orderBtn p a .fukidashi img {
                width: 100%; }
  @keyframes fuwafuwaFv {
    0%, 100% {
      transform: translateY(0); }
    50% {
      transform: translateY(-3vw); } }
            .sec01 .itemFlex .data .orderBtn p a picture {
              display: block; }
              .sec01 .itemFlex .data .orderBtn p a picture img {
                width: 100%; }
    .sec01.short .itemFlex {
      background: url("//d3e9wwnbfrsolq.cloudfront.net/img/freepage/serumveildeeprepair_campaign/img/sec01_01.webp") left 6vw top 3vw no-repeat;
      background-size: 24vw auto; }
      .sec01.short .itemFlex .data .sPrice {
        margin: -1vw 0 9vw; }
        .sec01.short .itemFlex .data .sPrice img {
          max-width: 94%; }
      .sec01.short .itemFlex .data .dataInr {
        padding-bottom: 2vw; }
    .sec01.bdrType {
      padding: 6vw 4vw; }
      .sec01.bdrType .itemFlex {
        background: url("//d3e9wwnbfrsolq.cloudfront.net/img/freepage/serumveildeeprepair_campaign/img/sec01_01_bdr.webp") left 4vw top 12vw no-repeat;
        background-size: 27vw auto;
        padding: 8vw 0 8vw; }
        .sec01.bdrType .itemFlex .data h2 {
          font-size: 3.7vw;
          letter-spacing: -0.04em; }
        .sec01.bdrType .itemFlex .data .dataInr {
          padding-right: 0;
          padding-bottom: 2vw;
          width: 54vw; }
        .sec01.bdrType .itemFlex .data .sPrice {
          margin: -2px 0 10vw; }
          .sec01.bdrType .itemFlex .data .sPrice img {
            max-width: 94%; }
    .sec01.bdrType2 {
      padding: 6vw 4vw; }
      .sec01.bdrType2 .itemFlex {
        background: url("//d3e9wwnbfrsolq.cloudfront.net/img/freepage/serumveildeeprepair_campaign/img/sec01_01_bdr2.webp") left 12.5vw top 10vw no-repeat;
        background-size: 13vw auto;
        padding: 8vw 0 8vw; }
        .sec01.bdrType2 .itemFlex .data {
          width: 100%; }
          .sec01.bdrType2 .itemFlex .data h2 {
            font-size: 3.7vw;
            letter-spacing: -0.04em; }
          .sec01.bdrType2 .itemFlex .data .dataInr {
            padding-right: 0;
            padding-bottom: 2vw;
            padding-top: 5vw;
            width: 54vw; }
          .sec01.bdrType2 .itemFlex .data .price {
            font-size: 3vw;
            margin-bottom: 5vw; }
            .sec01.bdrType2 .itemFlex .data .price .tax {
              font-size: 2.4vw; }
            .sec01.bdrType2 .itemFlex .data .price .shasen {
              font-size: 6vw;
              margin-left: 2px;
              padding-left: 2px;
              position: relative; }
              .sec01.bdrType2 .itemFlex .data .price .shasen:after {
                display: none; } }
.sec02 {
  color: #301F87;
  padding: 90px 0 120px; }
  .sec02 .bdrP span {
    border-bottom: 3px dotted #301F87;
    display: inline;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.9;
    line-height: 1.8;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 2;
    padding-bottom: 5px; }
    @media only screen and (max-width: 768px) {
      .sec02 .bdrP span {
        font-size: 24px;
        font-size: 2.4rem; } }
  .sec02 .flex01 {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin: 0 auto 70px;
    max-width: 900px; }
    .sec02 .flex01 .data {
      padding: 30px 0 30px 30px;
      width: 44%; }
      .sec02 .flex01 .data h2 {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.9;
        font-weight: 400;
        line-height: 1.9;
        letter-spacing: -0.02em;
        margin-bottom: 24px; }
        @media only screen and (max-width: 768px) {
          .sec02 .flex01 .data h2 {
            font-size: 17px;
            font-size: 1.7rem; } }
        .sec02 .flex01 .data h2 .en {
          font-weight: 500;
          letter-spacing: 0.06em; }
    .sec02 .flex01 .img {
      width: 53%; }
  .sec02 .check {
    background: url("//d3e9wwnbfrsolq.cloudfront.net/img/freepage/serumveildeeprepair_campaign/img/sec02_check_bg.webp") center top no-repeat;
    background-size: cover;
    border: 12px solid #CEC9EB;
    margin: 0 auto 120px;
    max-width: 900px;
    padding: 48px 40px 40px;
    position: relative;
    text-align: center; }
    .sec02 .check:before {
      background: url("//d3e9wwnbfrsolq.cloudfront.net/img/freepage/serumveildeeprepair_campaign/img/sec02_check_bg2.webp") center center no-repeat;
      background-size: cover;
      content: '';
      display: inline-block;
      height: 18px;
      width: 65px;
      position: absolute;
      top: -12px;
      left: calc(50% - 32px); }
    .sec02 .check:after {
      background: url("//d3e9wwnbfrsolq.cloudfront.net/img/freepage/serumveildeeprepair_campaign/img/sec02_check_arrow.webp") center center no-repeat;
      background-size: cover;
      content: '';
      display: inline-block;
      height: 34px;
      width: 120px;
      position: absolute;
      bottom: -100px;
      left: calc(50% - 60px);
      animation: 1.6s fuwafuwaAr infinite; }
@keyframes fuwafuwaAr {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-20px); } }
    .sec02 .check h3 {
      margin-bottom: 24px; }
      .sec02 .check h3 span {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1.9;
        line-height: 1.8;
        font-weight: 500;
        line-height: 1.9;
        letter-spacing: 0.04em;
        position: relative; }
        @media only screen and (max-width: 768px) {
          .sec02 .check h3 span {
            font-size: 19px;
            font-size: 1.9rem; } }
        .sec02 .check h3 span:before {
          background: #301F87;
          content: '';
          display: inline-block;
          margin-right: 16px;
          height: 26px;
          vertical-align: -4px;
          width: 2px;
          transform: rotate(-28deg); }
        .sec02 .check h3 span:after {
          background: #301F87;
          content: '';
          display: inline-block;
          margin-left: 16px;
          height: 26px;
          vertical-align: -4px;
          width: 2px;
          transform: rotate(28deg); }
    .sec02 .check ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      .sec02 .check ul li {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.9;
        font-weight: 500;
        line-height: 1.9;
        letter-spacing: 0.02em;
        margin: 0 5% 12px 0;
        text-align: left;
        width: 30%; }
        @media only screen and (max-width: 768px) {
          .sec02 .check ul li {
            font-size: 14px;
            font-size: 1.4rem; } }
        .sec02 .check ul li:nth-child(3n) {
          margin-right: 0; }
        .sec02 .check ul li:before {
          background: url("//d3e9wwnbfrsolq.cloudfront.net/img/freepage/serumveildeeprepair_campaign/img/sec02_check_icon.webp") center center no-repeat;
          background-size: 15px auto;
          content: '';
          display: inline-block;
          margin-right: 8px;
          vertical-align: -2px;
          height: 15px;
          width: 15px; }
  .sec02 .answer {
    margin: 0 auto;
    max-width: 640px;
    text-align: center; }
    .sec02 .answer .bdrP span {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 30px;
      font-size: 3rem;
      line-height: 1.9;
      line-height: 1.8;
      font-weight: 600;
      letter-spacing: 0.07em;
      line-height: 2.2;
      padding-bottom: 7px; }
      @media only screen and (max-width: 768px) {
        .sec02 .answer .bdrP span {
          font-size: 26px;
          font-size: 2.6rem; } }
    .sec02 .answer .img {
      margin-top: 40px; }
    .sec02 .answer .attP {
      color: #444;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.9;
      letter-spacing: 0.07em;
      line-height: 1;
      padding-top: 8px;
      text-align: right; }
      @media only screen and (max-width: 768px) {
        .sec02 .answer .attP {
          font-size: 10px;
          font-size: 1rem; } }

@media only screen and (max-width: 768px) {
  .sec02 {
    padding: 14vw 5vw; }
    .sec02 .bdrP span {
      border-bottom: 2px dotted #301F87;
      font-size: 4vw;
      font-weight: 500;
      letter-spacing: 0.02em;
      line-height: 2;
      padding-bottom: 1.8vw; }
    .sec02 .flex01 {
      display: block;
      margin: 0 auto 10vw;
      max-width: 900px; }
      .sec02 .flex01 .data {
        padding: 0;
        text-align: center;
        width: 100%; }
        .sec02 .flex01 .data h2 {
          font-size: 3.8vw;
          font-weight: 400;
          line-height: 1.9;
          letter-spacing: 0.02em;
          margin-bottom: 6vw; }
      .sec02 .flex01 .img {
        margin-top: 6vw;
        width: 100%; }
        .sec02 .flex01 .img img {
          width: 100%; }
    .sec02 .check {
      background: url("//d3e9wwnbfrsolq.cloudfront.net/img/freepage/serumveildeeprepair_campaign/img/sec02_check_bg.webp") center top no-repeat;
      background-size: 800px auto;
      margin: 0 4vw 28vw;
      max-width: 100%;
      padding: 9vw 5vw 6.5vw; }
      .sec02 .check:before {
        background: url("//d3e9wwnbfrsolq.cloudfront.net/img/freepage/serumveildeeprepair_campaign/img/sec02_check_bg2.webp") center center no-repeat;
        background-size: cover;
        content: '';
        display: inline-block;
        height: 18px;
        width: 65px;
        position: absolute;
        top: -12px;
        left: calc(50% - 32px); }
      .sec02 .check:after {
        height: 10vw;
        width: 20vw;
        bottom: -23vw;
        left: calc(50% - 10vw);
        animation: 1.6s fuwafuwaAr infinite; }
  @keyframes fuwafuwaAr {
    0%, 100% {
      transform: translateY(0); }
    50% {
      transform: translateY(-5vw); } }
      .sec02 .check h3 {
        margin-bottom: 4vw; }
        .sec02 .check h3 span {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 4vw;
          font-weight: 600;
          letter-spacing: 0.02em; }
          .sec02 .check h3 span:before {
            margin-right: 2.5vw;
            height: 5vw;
            vertical-align: -4px;
            width: 2px;
            transform: rotate(-25deg); }
          .sec02 .check h3 span:after {
            margin-left: 2.5vw;
            height: 5vw;
            vertical-align: -4px;
            width: 2px;
            transform: rotate(25deg); }
      .sec02 .check ul {
        display: block;
        padding-left: 2.5vw; }
        .sec02 .check ul li {
          font-size: 3.4vw;
          letter-spacing: 0.02em;
          margin: 0 0 2vw 0;
          width: 100%; }
          .sec02 .check ul li:before {
            background: url("//d3e9wwnbfrsolq.cloudfront.net/img/freepage/serumveildeeprepair_campaign/img/sec02_check_icon.webp") center center no-repeat;
            background-size: cover;
            content: '';
            display: inline-block;
            margin-right: 2vw;
            vertical-align: -0.7vw;
            height: 4vw;
            width: 4vw; }
    .sec02 .answer {
      margin: 0;
      max-width: 100%;
      padding: 0 2.5vw; }
      .sec02 .answer .bdrP span {
        font-size: 5vw;
        letter-spacing: 0;
        line-height: 2.4;
        padding-bottom: 6px; }
      .sec02 .answer .img {
        margin-top: 8vw; }
      .sec02 .answer .attP {
        color: #444;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.9;
        letter-spacing: 0.07em;
        line-height: 1;
        padding-top: 8px;
        text-align: right; } }
      @media only screen and (max-width: 768px) and (max-width: 768px) {
        .sec02 .answer .attP {
          font-size: 10px;
          font-size: 1rem; } }

.sec03 {
  background: #cdd1ed;
  background: linear-gradient(180deg, #cdd1ed 0%, white 85%, #cdd1ed 100%);
  padding: 120px 40px;
  position: relative;
  z-index: 2; }
  .sec03:before {
    background: url("//d3e9wwnbfrsolq.cloudfront.net/img/freepage/serumveildeeprepair_campaign/img/sec03_bg.webp") center bottom repeat-x;
    background-size: 1360px auto;
    content: '';
    display: block;
    height: 434px;
    width: 100%;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    z-index: 1;
    animation: bgroop 28s linear infinite;
    opacity: 1; }
  .sec03:after {
    background: url("//d3e9wwnbfrsolq.cloudfront.net/img/freepage/serumveildeeprepair_campaign/img/sec02_check_arrow.webp") center center no-repeat;
    background-size: cover;
    content: '';
    display: inline-block;
    height: 36px;
    width: 126px;
    position: absolute;
    bottom: -30px;
    left: calc(50% - 60px);
    animation: 1.6s fuwafuwaAr infinite;
    z-index: 2; }
  .sec03 .hd {
    color: #301F87;
    margin-bottom: 60px;
    text-align: center;
    position: relative;
    z-index: 3; }
    .sec03 .hd .en {
      display: block;
      font-family: "Poppins", sans-serif;
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 1.9;
      line-height: 1.8;
      font-weight: 300;
      letter-spacing: 0.08em;
      line-height: 1; }
      @media only screen and (max-width: 768px) {
        .sec03 .hd .en {
          font-size: 24px;
          font-size: 2.4rem; } }
    .sec03 .hd .for {
      display: inline-block;
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 1.9;
      line-height: 1.8;
      font-weight: 400;
      line-height: 1;
      letter-spacing: 0.06em;
      margin: 28px 0 16px;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .sec03 .hd .for {
          font-size: 19px;
          font-size: 1.9rem; } }
      .sec03 .hd .for:before {
        background: #301F87;
        content: '';
        display: inline-block;
        margin-right: 15px;
        height: 20px;
        vertical-align: -3px;
        width: 1px;
        transform: rotate(-28deg); }
      .sec03 .hd .for:after {
        background: #301F87;
        content: '';
        display: inline-block;
        margin-left: 15px;
        height: 20px;
        vertical-align: -3px;
        width: 1px;
        transform: rotate(28deg); }
    .sec03 .hd strong {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: block;
      font-size: 32px;
      font-size: 3.2rem;
      line-height: 1.9;
      line-height: 1.8;
      font-weight: 600;
      line-height: 1;
      letter-spacing: 0.06em; }
      @media only screen and (max-width: 768px) {
        .sec03 .hd strong {
          font-size: 27px;
          font-size: 2.7rem; } }
  .sec03 .special {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 80px;
    max-width: 1000px;
    position: relative;
    z-index: 3; }
    .sec03 .special li {
      width: calc(50% - 15px); }
  .sec03 h3 {
    margin-bottom: 60px;
    text-align: center;
    position: relative;
    z-index: 3; }
    .sec03 h3 img {
      max-width: 540px; }
  .sec03 .itemFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    max-width: 880px;
    position: relative;
    z-index: 3; }
    .sec03 .itemFlex .img {
      width: 43%; }
    .sec03 .itemFlex .data {
      color: #301F87;
      text-align: center;
      width: 51%; }
      .sec03 .itemFlex .data h2 {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 1.9;
        line-height: 1.8;
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: 0.02em;
        margin-bottom: 12px; }
        @media only screen and (max-width: 768px) {
          .sec03 .itemFlex .data h2 {
            font-size: 22px;
            font-size: 2.2rem; } }
        .sec03 .itemFlex .data h2 .other {
          display: block;
          font-size: 20px;
          font-size: 2rem;
          line-height: 1.9;
          font-weight: 600;
          padding-top: 6px; }
          @media only screen and (max-width: 768px) {
            .sec03 .itemFlex .data h2 .other {
              font-size: 17px;
              font-size: 1.7rem; } }
        .sec03 .itemFlex .data h2 .brand {
          display: block;
          font-family: "Plus Jakarta Sans", sans-serif;
          font-size: 20px;
          font-size: 2rem;
          line-height: 1.9;
          font-weight: 400;
          letter-spacing: 0.08em;
          padding-bottom: 4px; }
          @media only screen and (max-width: 768px) {
            .sec03 .itemFlex .data h2 .brand {
              font-size: 17px;
              font-size: 1.7rem; } }
      .sec03 .itemFlex .data .detail {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.9;
        font-weight: 400;
        line-height: 1.65;
        margin-bottom: 8px; }
        @media only screen and (max-width: 768px) {
          .sec03 .itemFlex .data .detail {
            font-size: 12px;
            font-size: 1.2rem; } }
      .sec03 .itemFlex .data .price {
        display: block;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.9;
        font-weight: 500;
        letter-spacing: 0.06em;
        line-height: 1.5;
        margin-bottom: 0; }
        @media only screen and (max-width: 768px) {
          .sec03 .itemFlex .data .price {
            font-size: 12px;
            font-size: 1.2rem; } }
        .sec03 .itemFlex .data .price .tax {
          font-size: 11px;
          letter-spacing: -0.02em; }
        .sec03 .itemFlex .data .price .shasen {
          font-family: "Plus Jakarta Sans", sans-serif;
          font-size: 22px;
          font-size: 2.2rem;
          line-height: 1.9;
          line-height: 1.8;
          letter-spacing: 0.06em;
          margin-left: 0.6em;
          padding-left: 0.6em;
          position: relative; }
          @media only screen and (max-width: 768px) {
            .sec03 .itemFlex .data .price .shasen {
              font-size: 19px;
              font-size: 1.9rem; } }
          .sec03 .itemFlex .data .price .shasen:after {
            background-color: #666;
            content: "";
            display: block;
            transform: rotate(-6deg);
            position: absolute;
            width: 94%;
            height: 2px;
            top: 32%;
            left: 0; }
      .sec03 .itemFlex .data .sPrice {
        margin: -48px 0 20px; }
      .sec03 .itemFlex .data .orderBtn {
        margin-bottom: 12px; }
        .sec03 .itemFlex .data .orderBtn a {
          display: block;
          position: relative;
          overflow: hidden;
          transition: 0.2s; }
          .sec03 .itemFlex .data .orderBtn a:hover {
            transform: scale(1.05); }
          .sec03 .itemFlex .data .orderBtn a:after {
            content: '';
            position: absolute;
            top: -100px;
            left: -100px;
            width: 50px;
            height: 50px;
            background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
            /* アニメーション */
            animation-name: shiny;
            animation-duration: 3.4s;
            animation-timing-function: ease-in-out;
            animation-iteration-count: infinite; }
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0; }
  25% {
    transform: scale(1) rotate(25deg);
    opacity: 1; }
  50% {
    transform: scale(50) rotate(25deg);
    opacity: 0; }
  100% {
    transform: scale(0) rotate(25deg);
    opacity: 0; } }
      .sec03 .itemFlex .data .attList {
        color: #444;
        text-align: left; }
        .sec03 .itemFlex .data .attList li {
          font-size: 11px;
          font-size: 1.1rem;
          line-height: 1.9;
          letter-spacing: 0;
          line-height: 1.6;
          text-indent: -1em;
          padding-left: 1em; }
          @media only screen and (max-width: 768px) {
            .sec03 .itemFlex .data .attList li {
              font-size: 10px;
              font-size: 1rem; } }

@media only screen and (max-width: 768px) {
  .sec03 {
    background: url("//d3e9wwnbfrsolq.cloudfront.net/img/freepage/serumveildeeprepair_campaign/img/sec03_bg_sp.webp") center top no-repeat #CBD2EE;
    background-size: 108% auto;
    padding: 12vw 0; }
    .sec03:before {
      background: url("//d3e9wwnbfrsolq.cloudfront.net/img/freepage/serumveildeeprepair_campaign/img/sec03_bg.webp") center center repeat-x;
      background-size: 200vw auto;
      content: '';
      display: block;
      height: 80vw;
      width: 100%;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 35vw;
      z-index: 1;
      animation: bgroop 15s linear infinite;
      opacity: 1; }
  @keyframes bgroop {
    0% {
      background-position: 0 0; }
    50% {
      filter: blur(2px);
      transform: scale(1.2); }
    100% {
      background-position: -200vw 0; } }
    .sec03:after {
      height: 10vw;
      width: 20vw;
      bottom: -6vw;
      left: calc(50% - 10vw);
      animation: 1.6s fuwafuwaAr infinite; }
    .sec03 .hd {
      margin-bottom: 8vw; }
      .sec03 .hd .en {
        font-size: 5.5vw; }
      .sec03 .hd .for {
        font-size: 4.5vw;
        margin: 5vw 0 4vw; }
        .sec03 .hd .for:before {
          margin-right: 4vw;
          height: 5vw;
          vertical-align: -1vw; }
        .sec03 .hd .for:after {
          margin-left: 4vw;
          height: 5vw;
          vertical-align: -1vw; }
      .sec03 .hd strong {
        font-size: 5.5vw;
        letter-spacing: 0.02em; }
    .sec03 .special {
      display: block;
      margin: 0 0 10vw;
      max-width: 100%;
      padding: 0 7.2vw 0 7.5vw; }
      .sec03 .special li {
        margin-bottom: 4vw;
        width: 100%; }
        .sec03 .special li img {
          width: 100%; }
    .sec03 h3 {
      margin-bottom: 8vw; }
      .sec03 h3 img {
        max-width: 90%; }
    .sec03 .itemFlex {
      display: block;
      margin: 0;
      width: 100%;
      max-width: 100%;
      padding: 0 5vw; }
      .sec03 .itemFlex .img {
        padding: 0 0 8vw 15vw;
        width: 100%; }
        .sec03 .itemFlex .img img {
          width: 100%; }
      .sec03 .itemFlex .data {
        width: 100%; }
        .sec03 .itemFlex .data h2 {
          font-size: 5.5vw;
          margin-bottom: 3vw; }
          .sec03 .itemFlex .data h2 .other {
            font-size: 4vw;
            padding-top: 20; }
          .sec03 .itemFlex .data h2 .brand {
            font-size: 4.5vw;
            padding-bottom: 1vw; }
        .sec03 .itemFlex .data .detail {
          font-size: 3.4vw;
          line-height: 1.8;
          margin-bottom: 1vw; }
        .sec03 .itemFlex .data .price {
          font-size: 3.4vw;
          margin-bottom: 0; }
          .sec03 .itemFlex .data .price .tax {
            font-size: 3vw; }
          .sec03 .itemFlex .data .price .shasen {
            font-size: 5vw;
            margin-left: 1vw;
            padding-left: 1vw; }
        .sec03 .itemFlex .data .sPrice {
          margin: -8vw 0 4vw; }
        .sec03 .itemFlex .data .orderBtn {
          margin-bottom: 12px; }
          .sec03 .itemFlex .data .orderBtn a {
            display: block; }
        .sec03 .itemFlex .data .attList li {
          font-size: 2.45vw;
          line-height: 1.6;
          text-align: right; } }
.sec04 {
  background: url("//d3e9wwnbfrsolq.cloudfront.net/img/freepage/serumveildeeprepair_campaign/img/sec04_bg.webp") center top no-repeat;
  background-size: cover;
  color: #301F87;
  padding: 120px 20px;
  position: relative;
  text-align: center; }
  .sec04 h2 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .sec04 h2 span {
      border-bottom: 3px dotted #301F87;
      display: inline;
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 1.9;
      line-height: 1.8;
      font-weight: 600;
      letter-spacing: 0.07em;
      line-height: 2;
      padding-bottom: 6px; }
      @media only screen and (max-width: 768px) {
        .sec04 h2 span {
          font-size: 24px;
          font-size: 2.4rem; } }
  .sec04 .flex {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 60px auto 0;
    max-width: 920px; }
    .sec04 .flex .img {
      width: 46%;
      max-width: 414px; }
    .sec04 .flex .data {
      background: #FFF;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.9;
      font-weight: 400;
      letter-spacing: 0.02em;
      line-height: 2;
      min-height: 260px;
      padding: 20px;
      width: 49%; }
      @media only screen and (max-width: 768px) {
        .sec04 .flex .data {
          font-size: 13px;
          font-size: 1.3rem; } }

@media only screen and (max-width: 768px) {
  .sec04 {
    background: url("//d3e9wwnbfrsolq.cloudfront.net/img/freepage/serumveildeeprepair_campaign/img/sec04_bg_sp.webp") center top no-repeat;
    background-size: cover;
    padding: 14vw 5vw 10vw; }
    .sec04 h2 span {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      border-bottom: 2px dotted #301F87;
      font-size: 5vw;
      font-weight: 600;
      letter-spacing: 0.02em;
      line-height: 2.2;
      padding-bottom: 1.8vw; }
    .sec04 .flex {
      display: block;
      margin: 10vw auto 0;
      max-width: 100%; }
      .sec04 .flex .img {
        margin-bottom: 8vw;
        text-align: center;
        width: 100%;
        max-width: 100%; }
        .sec04 .flex .img img {
          max-width: 90%; }
      .sec04 .flex .data {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: block;
        font-size: 3.7vw;
        font-weight: 600;
        letter-spacing: 0.02em;
        line-height: 2;
        min-height: auto;
        min-height: none;
        padding: 8vw 7vw;
        width: 100%; } }
.sec05 {
  background: #9d92d6;
  background: linear-gradient(180deg, #9d92d6 0%, #dfddf1 100%);
  padding: 130px 15px 80px;
  position: relative;
  text-align: center; }
  .sec05:after {
    background: url("//d3e9wwnbfrsolq.cloudfront.net/img/freepage/serumveildeeprepair_campaign/img/sec05_check_arrow.webp") center center no-repeat;
    background-size: cover;
    content: '';
    display: inline-block;
    height: 36px;
    width: 126px;
    position: absolute;
    top: 80px;
    left: calc(50% - 63px);
    animation: 1.6s fuwafuwaAr infinite;
    z-index: 2; }
  .sec05 h2 .bdr {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-bottom: 3px dotted #FFF;
    color: #FFF;
    display: inline;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.9;
    line-height: 1.8;
    font-weight: 600;
    letter-spacing: 0.07em;
    line-height: 2;
    padding-bottom: 6px; }
    @media only screen and (max-width: 768px) {
      .sec05 h2 .bdr {
        font-size: 24px;
        font-size: 2.4rem; } }
  .sec05 h2 .num {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.9;
    line-height: 1.8;
    font-family: "Plus Jakarta Sans", sans-serif; }
    @media only screen and (max-width: 768px) {
      .sec05 h2 .num {
        font-size: 31px;
        font-size: 3.1rem; } }
  .sec05 .anchorList {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1100px;
    padding-top: 40px; }
    .sec05 .anchorList li {
      width: 32%; }
      .sec05 .anchorList li a {
        background: #FFF;
        box-shadow: 5px 7px 7px -3px rgba(0, 0, 128, 0.07), 0 0 14px -7px rgba(0, 0, 128, 0.04);
        border-radius: 8px;
        display: block;
        padding: 20px 16px 44px 20px;
        position: relative;
        transition: 0.2s; }
        .sec05 .anchorList li a:after {
          background: url("//d3e9wwnbfrsolq.cloudfront.net/img/freepage/serumveildeeprepair_campaign/img/sec05_check_arrow2.webp") center center no-repeat;
          background-size: cover;
          content: '';
          display: inline-block;
          height: 13px;
          width: 33px;
          position: absolute;
          bottom: 16px;
          left: calc(50% - 11px);
          z-index: 2; }
        .sec05 .anchorList li a:hover {
          transform: scale(1.05); }
  .sec05 .attP {
    color: #444;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.9;
    letter-spacing: 0.07em;
    line-height: 1;
    margin: 0 auto;
    max-width: 1100px;
    padding-top: 16px;
    text-align: right; }
    @media only screen and (max-width: 768px) {
      .sec05 .attP {
        font-size: 10px;
        font-size: 1rem; } }

@media only screen and (max-width: 768px) {
  .sec05 {
    padding: 20vw 5vw 10vw; }
    .sec05:after {
      height: 7vw;
      width: 18vw;
      top: 10vw;
      left: calc(50% - 9vw); }
    .sec05 h2 .bdr {
      border-bottom: 2px dotted #FFF;
      font-size: 5vw;
      font-weight: 600;
      letter-spacing: 0.02em;
      line-height: 2;
      padding-bottom: 1.8vw; }
    .sec05 h2 .num {
      font-size: 7vw;
      font-family: "Plus Jakarta Sans", sans-serif; }
    .sec05 .anchorList {
      display: block;
      margin: 0;
      max-width: 100%;
      padding-top: 7.5vw; }
      .sec05 .anchorList li {
        width: 100%; }
        .sec05 .anchorList li a {
          display: block;
          margin-bottom: 3.5vw;
          padding: 3.5vw 13vw 3.5vw 4vw;
          position: relative; }
          .sec05 .anchorList li a:after {
            background: url("//d3e9wwnbfrsolq.cloudfront.net/img/freepage/serumveildeeprepair_campaign/img/sec05_check_arrow2.webp") center center no-repeat;
            background-size: cover;
            content: '';
            display: inline-block;
            height: 2.8vw;
            width: 6.2vw;
            position: absolute;
            bottom: auto;
            top: calc(50% - 6px);
            left: auto;
            right: 4.5vw;
            z-index: 2; }
    .sec05 .attP {
      font-size: 2.2vw;
      letter-spacing: 0.07em;
      line-height: 1;
      margin: 0;
      max-width: 100%;
      padding-top: 1vw; } }
.sec06 {
  background: #f5f4fb;
  background: linear-gradient(180deg, #f5f4fb 0%, #dfddf1 100%);
  color: #301F87;
  padding: 100px 20px; }
  .sec06 .pointBox {
    background: #FFF;
    box-shadow: 5px 7px 7px -3px rgba(0, 0, 128, 0.07), 0 0 14px -7px rgba(0, 0, 128, 0.08);
    border-radius: 16px;
    margin: 0 auto 48px;
    max-width: 1000px;
    padding: 60px 20px 70px; }
    .sec06 .pointBox .pointImg {
      margin-bottom: 50px;
      text-align: center; }
      .sec06 .pointBox .pointImg img {
        max-width: 90px; }
    .sec06 .pointBox .pbFlex {
      display: flex;
      justify-content: space-between;
      margin: 0 auto;
      max-width: 840px;
      padding: 0 12px 12px 0; }
      .sec06 .pointBox .pbFlex .data {
        text-align: center;
        width: 49%; }
        .sec06 .pointBox .pbFlex .data h2 {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          margin-bottom: 16px; }
          .sec06 .pointBox .pbFlex .data h2 .marker {
            background: linear-gradient(transparent 60%, #FFEE5B 0%);
            display: inline;
            font-size: 19px;
            font-size: 1.9rem;
            line-height: 1.9;
            font-weight: 600;
            letter-spacing: 0.07em;
            line-height: 1.7; }
            @media only screen and (max-width: 768px) {
              .sec06 .pointBox .pbFlex .data h2 .marker {
                font-size: 16px;
                font-size: 1.6rem; } }
            .sec06 .pointBox .pbFlex .data h2 .marker strong {
              font-size: 24px;
              font-size: 2.4rem;
              line-height: 1.9;
              line-height: 1.8;
              font-weight: 600;
              line-height: 1.7; }
              @media only screen and (max-width: 768px) {
                .sec06 .pointBox .pbFlex .data h2 .marker strong {
                  font-size: 20px;
                  font-size: 2rem; } }
            .sec06 .pointBox .pbFlex .data h2 .marker .enFont {
              font-family: "Plus Jakarta Sans", sans-serif; }
        .sec06 .pointBox .pbFlex .data .desc {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 1.9;
          font-weight: 400;
          letter-spacing: 0.01em;
          line-height: 2.2; }
          @media only screen and (max-width: 768px) {
            .sec06 .pointBox .pbFlex .data .desc {
              font-size: 14px;
              font-size: 1.4rem; } }
          .sec06 .pointBox .pbFlex .data .desc .marker {
            background: linear-gradient(transparent 60%, #FFEE5B 0%);
            display: inline; }
          .sec06 .pointBox .pbFlex .data .desc strong {
            font-weight: 600;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
      .sec06 .pointBox .pbFlex .img {
        width: 45%; }
      .sec06 .pointBox .pbFlex .attList {
        color: #444;
        padding-top: 12px;
        text-align: left; }
        .sec06 .pointBox .pbFlex .attList.right {
          text-align: right; }
        .sec06 .pointBox .pbFlex .attList li {
          font-size: 10px;
          font-size: 1rem;
          line-height: 1.9;
          letter-spacing: 0;
          line-height: 1.6;
          text-indent: -1em;
          padding-left: 1em; }
          @media only screen and (max-width: 768px) {
            .sec06 .pointBox .pbFlex .attList li {
              font-size: 10px;
              font-size: 1rem; } }
      .sec06 .pointBox .pbFlex.last .img {
        width: 50%; }
      .sec06 .pointBox .pbFlex.last .data {
        width: 46%; }
      .sec06 .pointBox .pbFlex .deepRepair {
        display: flex;
        justify-content: space-between; }
        .sec06 .pointBox .pbFlex .deepRepair .drBox {
          text-align: center;
          width: 48%; }
          .sec06 .pointBox .pbFlex .deepRepair .drBox h3 {
            background: #595757;
            border-radius: 6px 6px 0 0;
            color: #FFF;
            font-size: 13px;
            font-size: 1.3rem;
            line-height: 1.9;
            font-weight: 400;
            letter-spacing: -0.06em;
            line-height: 1.6;
            padding: 14px 4px 10px; }
            @media only screen and (max-width: 768px) {
              .sec06 .pointBox .pbFlex .deepRepair .drBox h3 {
                font-size: 10px;
                font-size: 1rem; } }
            .sec06 .pointBox .pbFlex .deepRepair .drBox h3.type2 {
              background: #301F87; }
          .sec06 .pointBox .pbFlex .deepRepair .drBox .fukidashi {
            background: #DFDDF1;
            color: #444;
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 1.9;
            letter-spacing: 0.04em;
            line-height: 1.4;
            margin-top: 20px;
            padding: 10px 4px 8px;
            position: relative; }
            @media only screen and (max-width: 768px) {
              .sec06 .pointBox .pbFlex .deepRepair .drBox .fukidashi {
                font-size: 12px;
                font-size: 1.2rem; } }
            .sec06 .pointBox .pbFlex .deepRepair .drBox .fukidashi:before {
              content: "";
              position: absolute;
              top: -25px;
              left: 50%;
              margin-left: -8px;
              border: 8px solid transparent;
              border-bottom: 20px solid #DFDDF1; }
    .sec06 .pointBox .difference {
      background: #F5F4FB;
      margin: 48px auto 0;
      max-width: 840px;
      padding: 32px 20px 40px; }
      .sec06 .pointBox .difference h3 {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: block;
        margin-bottom: 16px;
        text-align: center;
        width: 100%; }
        .sec06 .pointBox .difference h3 .que {
          font-size: 26px;
          font-size: 2.6rem;
          line-height: 1.9;
          line-height: 1.8;
          font-weight: 600; }
          @media only screen and (max-width: 768px) {
            .sec06 .pointBox .difference h3 .que {
              font-size: 22px;
              font-size: 2.2rem; } }
        .sec06 .pointBox .difference h3 .marker {
          background: linear-gradient(transparent 60%, #FFEE5B 0%);
          display: inline;
          font-size: 20px;
          font-size: 2rem;
          line-height: 1.9;
          font-weight: 600;
          letter-spacing: 0.02em;
          line-height: 1.7; }
          @media only screen and (max-width: 768px) {
            .sec06 .pointBox .difference h3 .marker {
              font-size: 17px;
              font-size: 1.7rem; } }
      .sec06 .pointBox .difference .figure {
        display: block;
        margin: 0 auto;
        max-width: 700px; }
    .sec06 .pointBox .up {
      text-align: center; }
      .sec06 .pointBox .up img {
        max-width: 550px; }

@media only screen and (max-width: 768px) {
  .sec06 {
    padding: 12vw 5vw 2vw; }
    .sec06 .pointBox {
      border-radius: 8px;
      margin: 0 0 10vw;
      max-width: 100%;
      padding: 10vw 5vw 10vw; }
      .sec06 .pointBox .pointImg {
        margin-bottom: 6vw; }
        .sec06 .pointBox .pointImg img {
          max-width: 18vw; }
      .sec06 .pointBox .pbFlex {
        display: block;
        margin: 0;
        max-width: 100%;
        padding: 0; }
        .sec06 .pointBox .pbFlex .data {
          margin-bottom: 8vw;
          width: 100%; }
          .sec06 .pointBox .pbFlex .data h2 {
            margin-bottom: 3.6vw; }
            .sec06 .pointBox .pbFlex .data h2 .marker {
              font-size: 3.7vw; }
              .sec06 .pointBox .pbFlex .data h2 .marker strong {
                font-size: 5.1vw; }
          .sec06 .pointBox .pbFlex .data .desc {
            font-size: 3.2vw;
            font-weight: 500;
            letter-spacing: 0.02em;
            line-height: 2.3; }
            .sec06 .pointBox .pbFlex .data .desc strong {
              font-weight: 600; }
        .sec06 .pointBox .pbFlex .img {
          width: 100%; }
        .sec06 .pointBox .pbFlex .attList {
          padding-top: 3vw; }
          .sec06 .pointBox .pbFlex .attList li {
            font-size: 2.4vw; }
        .sec06 .pointBox .pbFlex.last .img {
          width: 100%; }
        .sec06 .pointBox .pbFlex.last .data {
          width: 100%; }
        .sec06 .pointBox .pbFlex .deepRepair .drBox h3 {
          font-size: 2.5vw;
          letter-spacing: -0.08em;
          line-height: 1.5;
          padding: 12px 0 8px; }
        .sec06 .pointBox .pbFlex .deepRepair .drBox .fukidashi {
          font-size: 3vw;
          line-height: 1.3;
          margin-top: 16px;
          padding: 10px 4px 8px; }
          .sec06 .pointBox .pbFlex .deepRepair .drBox .fukidashi:before {
            top: -20px;
            margin-left: -8px;
            border: 8px solid transparent;
            border-bottom: 16px solid #DFDDF1; }
      .sec06 .pointBox .difference {
        margin: 8vw auto 0;
        max-width: 100%;
        padding: 6vw 5vw; }
        .sec06 .pointBox .difference h3 {
          margin-bottom: 4vw; }
          .sec06 .pointBox .difference h3 .que {
            font-size: 5vw; }
          .sec06 .pointBox .difference h3 .marker {
            font-size: 3.5vw;
            font-weight: 600;
            letter-spacing: 0;
            line-height: 1.7; }
        .sec06 .pointBox .difference .figure {
          margin: 0;
          max-width: 100%; }
      .sec06 .pointBox .up {
        padding: 20px 1.5vw 0; }
        .sec06 .pointBox .up img {
          max-width: 100%; } }
.sec07 {
  background: url("//d3e9wwnbfrsolq.cloudfront.net/img/freepage/serumveildeeprepair_campaign/img/sec07_bg.webp") center center repeat;
  background-size: 415px auto;
  color: #301F87;
  padding: 140px 0 80px;
  position: relative; }
  .sec07:after {
    background: url("//d3e9wwnbfrsolq.cloudfront.net/img/freepage/serumveildeeprepair_campaign/img/sec02_check_arrow.webp") center center no-repeat;
    background-size: cover;
    content: '';
    display: inline-block;
    height: 34px;
    width: 120px;
    position: absolute;
    top: 90px;
    left: calc(50% - 60px);
    animation: 1.6s fuwafuwa07 infinite; }
@keyframes fuwafuwa07 {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-20px); } }
  .sec07 .answer {
    text-align: center; }
    .sec07 .answer h2 span {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      border-bottom: 3px dotted #301F87;
      display: inline;
      font-size: 26px;
      font-size: 2.6rem;
      line-height: 1.9;
      line-height: 1.8;
      font-weight: 600;
      letter-spacing: 0.04em;
      line-height: 2.2;
      padding-bottom: 6px; }
      @media only screen and (max-width: 768px) {
        .sec07 .answer h2 span {
          font-size: 22px;
          font-size: 2.2rem; } }
    .sec07 .answer .img {
      margin: 40px auto 0;
      max-width: 450px; }
      .sec07 .answer .img img {
        max-width: 100%; }
    .sec07 .answer .attP {
      color: #444;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.9;
      letter-spacing: 0.07em;
      line-height: 1;
      padding-top: 12px;
      text-align: right; }
      @media only screen and (max-width: 768px) {
        .sec07 .answer .attP {
          font-size: 10px;
          font-size: 1rem; } }

@media only screen and (max-width: 768px) {
  .sec07 {
    background-size: 300px auto;
    padding: 18vw 5vw 12vw; }
    .sec07:after {
      height: 8vw;
      width: 18vw;
      top: 7vw;
      left: calc(50% - 10vw);
      animation: 1.6s fuwafuwaAr infinite; }
  @keyframes fuwafuwaAr {
    0%, 100% {
      transform: translateY(0); }
    50% {
      transform: translateY(-3vw); } }
    .sec07 .answer {
      margin: 0;
      max-width: 100%;
      padding: 0 2.5vw; }
      .sec07 .answer h2 span {
        border-bottom: 2px dotted #301F87;
        font-size: 4.5vw;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 2.4;
        padding-bottom: 1.8vw; }
      .sec07 .answer .img {
        margin-top: 8vw; }
      .sec07 .answer .attP {
        font-size: 2.5vw;
        padding-top: 3.5vw; } }
.sec08 {
  background: #DFF5F8;
  padding: 120px 40px;
  position: relative; }
  .sec08:after {
    background: url("//d3e9wwnbfrsolq.cloudfront.net/img/freepage/serumveildeeprepair_campaign/img/sec02_check_arrow.webp") center center no-repeat;
    background-size: cover;
    content: '';
    display: inline-block;
    height: 36px;
    width: 126px;
    position: absolute;
    bottom: -30px;
    left: calc(50% - 60px);
    animation: 1.6s fuwafuwaAr infinite;
    z-index: 2; }
  .sec08 h2 {
    color: #301F87;
    margin-bottom: 50px;
    text-align: center; }
    .sec08 h2 .en {
      display: block;
      font-family: "Poppins", sans-serif;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.9;
      font-weight: 300;
      letter-spacing: 0.1em;
      line-height: 1;
      margin-bottom: 12px;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .sec08 h2 .en {
          font-size: 15px;
          font-size: 1.5rem; } }
      .sec08 h2 .en:before {
        background: #301F87;
        content: '';
        display: inline-block;
        margin-right: 15px;
        height: 20px;
        vertical-align: -3px;
        width: 1px;
        transform: rotate(-28deg); }
      .sec08 h2 .en:after {
        background: #301F87;
        content: '';
        display: inline-block;
        margin-left: 15px;
        height: 20px;
        vertical-align: -3px;
        width: 1px;
        transform: rotate(28deg); }
    .sec08 h2 .bdrP {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      border-bottom: 2px dotted #301F87;
      display: inline;
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 1.9;
      line-height: 1.8;
      font-weight: 600;
      letter-spacing: 0.06em;
      line-height: 2;
      padding-bottom: 7px; }
      @media only screen and (max-width: 768px) {
        .sec08 h2 .bdrP {
          font-size: 24px;
          font-size: 2.4rem; } }
  .sec08 .satisfaction {
    background: url("//d3e9wwnbfrsolq.cloudfront.net/img/freepage/serumveildeeprepair_campaign/img/sec08_sat_bg.webp") center center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px;
    margin: 0 auto 80px;
    max-width: 1100px;
    padding: 40px 20px; }
    .sec08 .satisfaction .satisfactionInr {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 0 auto;
      max-width: 880px;
      width: 100%; }
      .sec08 .satisfaction .satisfactionInr .graphArea {
        text-align: center;
        width: 260px; }
        .sec08 .satisfaction .satisfactionInr .graphArea .graph {
          display: flex;
          justify-content: center;
          align-items: center;
          height: 260px;
          padding-bottom: 12px;
          text-align: center;
          width: 260px;
          transform: scale(0);
          opacity: 0;
          position: relative; }
          .sec08 .satisfaction .satisfactionInr .graphArea .graph:before {
            background: url("//d3e9wwnbfrsolq.cloudfront.net/img/freepage/serumveildeeprepair_campaign/img/sec08_01_bg.webp") center center no-repeat;
            background-size: cover;
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            width: 100%;
            height: 100%;
            z-index: 1; }
          .sec08 .satisfaction .satisfactionInr .graphArea .graph img {
            max-width: 64%; }
        .sec08 .satisfaction .satisfactionInr .graphArea .perP {
          font-size: 15px;
          font-size: 1.5rem;
          line-height: 1.9;
          letter-spacing: 0;
          line-height: 1;
          padding-top: 16px; }
          @media only screen and (max-width: 768px) {
            .sec08 .satisfaction .satisfactionInr .graphArea .perP {
              font-size: 13px;
              font-size: 1.3rem; } }
      .sec08 .satisfaction .satisfactionInr .data {
        width: calc(100% - 300px); }
        .sec08 .satisfaction .satisfactionInr .data p {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          color: #301F87;
          font-size: 26px;
          font-size: 2.6rem;
          line-height: 1.9;
          line-height: 1.8;
          font-weight: 600;
          letter-spacing: 0;
          line-height: 2;
          text-align: center; }
          @media only screen and (max-width: 768px) {
            .sec08 .satisfaction .satisfactionInr .data p {
              font-size: 22px;
              font-size: 2.2rem; } }
          .sec08 .satisfaction .satisfactionInr .data p .num {
            font-family: "Plus Jakarta Sans", sans-serif;
            font-size: 40px;
            font-size: 4rem;
            line-height: 1.9;
            line-height: 1.8;
            font-weight: 600;
            line-height: 1;
            margin-right: 4px; }
            @media only screen and (max-width: 768px) {
              .sec08 .satisfaction .satisfactionInr .data p .num {
                font-size: 34px;
                font-size: 3.4rem; } }
          .sec08 .satisfaction .satisfactionInr .data p .big {
            font-size: 34px;
            font-size: 3.4rem;
            line-height: 1.9;
            line-height: 1.8;
            line-height: 1; }
            @media only screen and (max-width: 768px) {
              .sec08 .satisfaction .satisfactionInr .data p .big {
                font-size: 29px;
                font-size: 2.9rem; } }
  .sec08 .voiceList {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: 1100px;
    margin: 0 auto; }
    .sec08 .voiceList ul {
      display: flex;
      justify-content: space-between; }
      .sec08 .voiceList ul li {
        background: url("//d3e9wwnbfrsolq.cloudfront.net/img/freepage/serumveildeeprepair_campaign/img/sec08_li_bg.webp") right top no-repeat #FFF;
        background-size: 100% auto;
        box-shadow: 0px 10px 10px -5px rgba(0, 0, 128, 0.04);
        display: flex;
        justify-content: space-between;
        padding: 30px;
        width: calc(33.333333% - 16px); }
        .sec08 .voiceList ul li .voiceL {
          text-align: center;
          width: 76px; }
          .sec08 .voiceList ul li .voiceL .img {
            margin-bottom: 8px; }
          .sec08 .voiceList ul li .voiceL .user {
            font-size: 10px;
            font-size: 1rem;
            line-height: 1.9;
            letter-spacing: 0.02em;
            line-height: 1.8; }
            @media only screen and (max-width: 768px) {
              .sec08 .voiceList ul li .voiceL .user {
                font-size: 10px;
                font-size: 1rem; } }
            .sec08 .voiceList ul li .voiceL .user .name {
              font-size: 12px;
              font-size: 1.2rem;
              line-height: 1.9; }
              @media only screen and (max-width: 768px) {
                .sec08 .voiceList ul li .voiceL .user .name {
                  font-size: 10px;
                  font-size: 1rem; } }
        .sec08 .voiceList ul li .voiceR {
          width: calc(100% - 100px); }
          .sec08 .voiceList ul li .voiceR h3 {
            color: #FF64AD;
            font-size: 15px;
            font-size: 1.5rem;
            line-height: 1.9;
            font-weight: 600;
            letter-spacing: 0;
            line-height: 1.8;
            margin-bottom: 6px; }
            @media only screen and (max-width: 768px) {
              .sec08 .voiceList ul li .voiceR h3 {
                font-size: 13px;
                font-size: 1.3rem; } }
          .sec08 .voiceList ul li .voiceR .txt {
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 1.9;
            letter-spacing: 0.02em;
            line-height: 1.8; }
            @media only screen and (max-width: 768px) {
              .sec08 .voiceList ul li .voiceR .txt {
                font-size: 10px;
                font-size: 1rem; } }
    .sec08 .voiceList .attP {
      font-size: 10px;
      font-size: 1rem;
      line-height: 1.9;
      letter-spacing: 0;
      line-height: 1.9;
      margin-top: 20px;
      text-align: right; }
      @media only screen and (max-width: 768px) {
        .sec08 .voiceList .attP {
          font-size: 10px;
          font-size: 1rem; } }

@media only screen and (max-width: 768px) {
  .sec08 {
    padding: 14vw 5vw 12vw; }
    .sec08:after {
      height: 10vw;
      width: 20vw;
      bottom: -6vw;
      left: calc(50% - 10vw);
      animation: 1.6s fuwafuwaAr infinite; }
    .sec08 h2 {
      margin-bottom: 6.5vw; }
      .sec08 h2 .en {
        font-size: 4.2vw;
        margin-bottom: 3.2vw; }
        .sec08 h2 .en:before {
          height: 18px; }
        .sec08 h2 .en:after {
          height: 18px; }
      .sec08 h2 .bdrP {
        font-size: 4.8vw;
        letter-spacing: 0.03em;
        line-height: 2.3;
        padding-bottom: 1vw; }
    .sec08 .satisfaction {
      background: url("//d3e9wwnbfrsolq.cloudfront.net/img/freepage/serumveildeeprepair_campaign/img/sec08_sat_bg_sp.webp") center center no-repeat;
      background-size: cover;
      display: block;
      min-height: auto;
      min-height: none;
      margin: 0 0 8vw;
      max-width: 100%;
      padding: 10vw 2.5vw 12vw;
      text-align: center; }
      .sec08 .satisfaction .satisfactionInr {
        display: block;
        margin: 0;
        max-width: 100%;
        width: 100%; }
        .sec08 .satisfaction .satisfactionInr .graphArea {
          margin-bottom: 6vw;
          width: 100%; }
          .sec08 .satisfaction .satisfactionInr .graphArea .graph {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 52vw;
            margin: 0 auto;
            padding-bottom: 4vw;
            text-align: center;
            width: 52vw;
            position: relative; }
            .sec08 .satisfaction .satisfactionInr .graphArea .graph:before {
              background: url("//d3e9wwnbfrsolq.cloudfront.net/img/freepage/serumveildeeprepair_campaign/img/sec08_01_bg.webp") center center no-repeat;
              background-size: cover;
              content: '';
              display: block;
              position: absolute;
              top: 0;
              left: 0;
              bottom: 0;
              right: 0;
              width: 100%;
              height: 100%;
              z-index: 1; }
            .sec08 .satisfaction .satisfactionInr .graphArea .graph img {
              max-width: 66%; }
          .sec08 .satisfaction .satisfactionInr .graphArea .perP {
            font-size: 2.8vw;
            padding-top: 3vw; }
        .sec08 .satisfaction .satisfactionInr .data {
          width: 100%; }
          .sec08 .satisfaction .satisfactionInr .data p {
            font-size: 3.8vw;
            letter-spacing: -0.02em; }
            .sec08 .satisfaction .satisfactionInr .data p .num {
              font-size: 7.5vw;
              margin-right: 1vw; }
            .sec08 .satisfaction .satisfactionInr .data p .big {
              font-size: 5vw;
              letter-spacing: 0.06em; }
    .sec08 .voiceList {
      max-width: 100%;
      margin: 0; }
      .sec08 .voiceList ul {
        display: block; }
        .sec08 .voiceList ul li {
          margin-bottom: 4vw;
          padding: 5vw 4vw 4vw 5vw;
          width: 100%; }
          .sec08 .voiceList ul li .voiceL {
            width: 20vw; }
            .sec08 .voiceList ul li .voiceL .img {
              margin-bottom: 2vw; }
            .sec08 .voiceList ul li .voiceL .user {
              font-size: 2.6vw;
              line-height: 1.4; }
              .sec08 .voiceList ul li .voiceL .user .name {
                font-size: 3.2vw; }
          .sec08 .voiceList ul li .voiceR {
            width: calc(100% - 26vw); }
            .sec08 .voiceList ul li .voiceR h3 {
              font-size: 3.8vw;
              margin-bottom: 1vw; }
            .sec08 .voiceList ul li .voiceR .txt {
              font-size: 3.2vw;
              letter-spacing: 0;
              line-height: 1.8; }
      .sec08 .voiceList .attP {
        font-size: 2.2vw;
        margin-top: 5vw; } }
.sec09 {
  color: #301F87;
  padding: 90px 0 120px; }
  .sec09 h2 {
    margin-bottom: 40px;
    text-align: center; }
    .sec09 h2 .bdrP {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      border-bottom: 2px dotted #301F87;
      display: inline;
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 1.9;
      line-height: 1.8;
      font-weight: 600;
      letter-spacing: 0.06em;
      line-height: 2;
      padding-bottom: 7px; }
      @media only screen and (max-width: 768px) {
        .sec09 h2 .bdrP {
          font-size: 24px;
          font-size: 2.4rem; } }
  .sec09 .bodyCopy {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.9;
    letter-spacing: 0.06em;
    line-height: 2.1;
    margin-bottom: 40px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .sec09 .bodyCopy {
        font-size: 14px;
        font-size: 1.4rem; } }
  .sec09 .howtoUse {
    margin: 0 auto;
    max-width: 898px; }

@media only screen and (max-width: 768px) {
  .sec09 {
    padding: 14vw 0 12vw; }
    .sec09 h2 {
      margin-bottom: 6.5vw; }
      .sec09 h2 .bdrP {
        font-size: 4.8vw;
        letter-spacing: 0.06em;
        line-height: 2.3;
        padding-bottom: 1vw; }
    .sec09 .bodyCopy {
      font-size: 3.6vw;
      margin-bottom: 10vw; }
    .sec09 .howtoUse {
      margin: 0;
      max-width: 100%;
      padding: 0 7.5vw; } }
.tsukekae {
  color: #301F87;
  padding: 40px 0;
  text-align: center; }
  .tsukekae span {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.9;
    line-height: 1.8;
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: 0.04em;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .tsukekae span {
        font-size: 24px;
        font-size: 2.4rem; } }
    .tsukekae span:before {
      background: #301F87;
      content: '';
      display: inline-block;
      margin-right: 16px;
      height: 24px;
      vertical-align: -4px;
      width: 2px;
      transform: rotate(-28deg); }
    .tsukekae span:after {
      background: #301F87;
      content: '';
      display: inline-block;
      margin-left: 16px;
      height: 24px;
      vertical-align: -4px;
      width: 2px;
      transform: rotate(28deg); }

@media only screen and (max-width: 768px) {
  .tsukekae {
    padding: 6vw 0; }
    .tsukekae span {
      font-size: 5vw; } }
.sec10 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #f5f4fb;
  background: linear-gradient(180deg, #f5f4fb 0%, #dfddf1 100%);
  padding: 90px 0 100px; }
  .sec10 h2 {
    color: #301F87;
    margin-bottom: 44px;
    text-align: center; }
    .sec10 h2 .bdrP {
      border-bottom: 2px dotted #301F87;
      display: inline;
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 1.9;
      line-height: 1.8;
      font-weight: 600;
      letter-spacing: 0.06em;
      line-height: 2;
      padding-bottom: 7px; }
      @media only screen and (max-width: 768px) {
        .sec10 h2 .bdrP {
          font-size: 24px;
          font-size: 2.4rem; } }
  .sec10 .hadamite a {
    background: #D5D5DD;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    margin: 0 auto 60px;
    max-width: 900px;
    min-height: 360px;
    padding: 0 12px 0 50px;
    text-decoration: none;
    transition: 0.2s; }
    .sec10 .hadamite a:hover {
      opacity: 0.7; }
  .sec10 .hadamite .img {
    background: url("//d3e9wwnbfrsolq.cloudfront.net/img/freepage/serumveildeeprepair_campaign/img/sec10_01.png") center top 8px repeat;
    background-size: 100% auto;
    min-height: 360px;
    width: 420px; }
  .sec10 .hadamite .desc {
    color: #333;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.9;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 2;
    text-align: center;
    width: calc(100% - 430px); }
    @media only screen and (max-width: 768px) {
      .sec10 .hadamite .desc {
        font-size: 13px;
        font-size: 1.3rem; } }
  .sec10 .otherBtn {
    text-align: center; }
    .sec10 .otherBtn a {
      display: block;
      position: relative;
      transition: 0.2s; }
      .sec10 .otherBtn a:hover {
        opacity: 0.7; }
    .sec10 .otherBtn img {
      max-width: 440px; }

@media only screen and (max-width: 768px) {
  .sec10 {
    padding: 16vw 5vw 12vw; }
    .sec10 h2 {
      margin-bottom: 10vw; }
      .sec10 h2 .bdrP {
        font-size: 4.5vw;
        letter-spacing: 0.03em;
        line-height: 2.3;
        padding-bottom: 1vw; }
    .sec10 .hadamite a {
      display: block;
      margin: 0 auto 8vw;
      max-width: 100%;
      min-height: auto;
      min-height: none;
      padding: 2vw 0 9vw; }
    .sec10 .hadamite .img {
      background: url("//d3e9wwnbfrsolq.cloudfront.net/img/freepage/serumveildeeprepair_campaign/img/sec10_01.png") center top repeat;
      background-size: 100% auto;
      min-height: 74vw;
      width: 100%; }
    .sec10 .hadamite .desc {
      font-size: 3.8vw;
      letter-spacing: 0.02em;
      width: 100%; }
    .sec10 .otherBtn {
      text-align: center; } }
.secSeibun {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #E2E2E2;
  padding: 80px 40px; }
  .secSeibun dl {
    margin: 0 auto;
    max-width: 900px; }
    .secSeibun dl dt {
      background: #301F87;
      cursor: pointer;
      color: #FFF;
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.9;
      font-weight: 600;
      letter-spacing: 0.2em;
      line-height: 2;
      padding: 20px 40px;
      position: relative;
      text-align: center;
      transition: 0.2s; }
      @media only screen and (max-width: 768px) {
        .secSeibun dl dt {
          font-size: 17px;
          font-size: 1.7rem; } }
      .secSeibun dl dt:after {
        background: url("//d3e9wwnbfrsolq.cloudfront.net/img/freepage/serumveildeeprepair_campaign/img/faq_icon_plus.png") center right no-repeat;
        background-size: 26px auto;
        content: '';
        display: inline-block;
        height: 26px;
        width: 26px;
        position: absolute;
        top: calc(50% - 13px);
        right: 36px; }
      .secSeibun dl dt:hover {
        opacity: 0.8; }
      .secSeibun dl dt.active:after {
        background: url("//d3e9wwnbfrsolq.cloudfront.net/img/freepage/serumveildeeprepair_campaign/img/faq_icon_minus.png") center right no-repeat;
        background-size: 26px auto; }
    .secSeibun dl dd {
      background: #FFF;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.9;
      line-height: 1.9;
      padding: 32px 60px 48px;
      display: none; }
      @media only screen and (max-width: 768px) {
        .secSeibun dl dd {
          font-size: 10px;
          font-size: 1rem; } }

@media only screen and (max-width: 768px) {
  .secSeibun {
    background: none;
    padding: 0; }
    .secSeibun dl {
      margin: 0;
      max-width: 100%; }
      .secSeibun dl dt {
        font-size: 3.8vw;
        padding: 5.5vw 0; }
        .secSeibun dl dt:after {
          background: url("//d3e9wwnbfrsolq.cloudfront.net/img/freepage/serumveildeeprepair_campaign/img/faq_icon_plus.png") center right no-repeat;
          background-size: 6vw auto;
          height: 6vw;
          width: 6vw;
          top: calc(50% - 3vw);
          right: 5vw; }
        .secSeibun dl dt.active:after {
          background-size: 6vw auto; }
      .secSeibun dl dd {
        font-size: 2.5vw;
        line-height: 1.8;
        padding: 7.5vw 7.5vw 10vw; } }
/* Animation Setting  */
/*fadeIn*/
header p,
.fvArea .fv04,
.sec01,
.itemFlex,
.sec03,
.sec04,
.sec05,
.sec07,
.sec08,
.sec08 .satisfaction,
.sec10 {
  opacity: 0; }

/*fadeInUp*/
.fvArea .fv02,
.fvArea .fv03,
.sec02 .flex01,
.sec02 .check,
.sec02 .answer,
.sec02 .answer .img,
.sec03 .hd,
.sec03 .special li,
.sec03 h3,
.sec04 h2,
.sec04 .img,
.sec04 .data,
.sec05 h2,
.sec05 .anchorList li,
.sec05 .attP,
.sec06 .pointBox,
.sec06 .pointImg,
.sec06 .data,
.sec06 .img,
.sec06 .difference,
.sec06 .up,
.sec07 h2,
.sec07 .img,
.sec08 h2,
.sec08 .graphArea,
.sec08 .perP,
.sec08 .data,
.sec08 .voiceList li,
.sec08 .attP,
.sec09 h2,
.sec09 .bodyCopy,
.sec09 .howtoUse,
.tsukekae,
.sec10 h2,
.sec10 .hadamite,
.sec10 .otherBtn {
  opacity: 0;
  -webkit-transform: translate(0, 25px);
  -ms-transform: translate(0, 25px);
  transform: translate(0px, 25px); }

/*fadeInUpS*/
.sec02 .check li {
  opacity: 0;
  -webkit-transform: translate(0, 15px);
  -ms-transform: translate(0, 15px);
  transform: translate(0px, 15px); }

/*fadeInL*/
.itemFlex .brandLogo,
.itemFlex h2,
.itemFlex .detail,
.itemFlex .price,
.itemFlex .sPrice,
.itemFlex .orderBtn,
.itemFlex .attList {
  opacity: 0;
  -webkit-transform: translate(-15px, 0);
  -ms-transform: translate(-15px, 0);
  transform: translate(-15px, 0); }

header.action p {
  -webkit-animation: fadeIn .6s ease 0s 1 forwards;
  animation: fadeIn .6s ease 0s 1 forwards; }

.fvArea {
  opacity: 0;
  filter: blur(20px);
  transform: scale(1.2);
  will-change: transform, filter; }

.fvArea.action {
  -webkit-animation: fadeInBg 0.8s ease 0s 1 forwards;
  animation: fadeInBg 0.8s ease 0s 1 forwards; }

.fvArea .fv01 {
  opacity: 0;
  filter: blur(8px);
  transform: scale(1.1);
  will-change: transform, filter; }

.fvArea.action .fv01 {
  -webkit-animation: fadeInBlur 0.8s ease 0.15s 1 forwards;
  animation: fadeInBlur 0.8s ease 0.15s 1 forwards; }

.fvArea.action .fv02 {
  -webkit-animation: fadeInUp 0.8s ease 0.3s 1 forwards;
  animation: fadeInUp 0.8s ease 0.3s 1 forwards; }

.fvArea.action .fv03 {
  -webkit-animation: fadeInUp 0.8s ease 0.45s 1 forwards;
  animation: fadeInUp 0.8s ease 0.45s 1 forwards; }

.fvArea.action .fv04 {
  -webkit-animation: fadeIn 1.6s ease 0.4s 1 forwards;
  animation: fadeIn 1.6s ease 0.4s 1 forwards; }

.sec01.action {
  -webkit-animation: fadeIn 0.6s ease 0.1s 1 forwards;
  animation: fadeIn 0.6s ease 0.1s 1 forwards; }

.sec01.action .itemFlex {
  -webkit-animation: fadeIn 0.8s ease 0.3s 1 forwards;
  animation: fadeIn 0.8s ease 0.3s 1 forwards; }

.sec01.action .itemFlex .brandLogo {
  -webkit-animation: fadeInL 0.8s ease 0.4s 1 forwards;
  animation: fadeInL 0.8s ease 0.4s 1 forwards; }

.sec01.action .itemFlex h2 {
  -webkit-animation: fadeInL 0.8s ease 0.5s 1 forwards;
  animation: fadeInL 0.8s ease 0.5s 1 forwards; }

.sec01.action .itemFlex .detail {
  -webkit-animation: fadeInL 0.8s ease 0.6s 1 forwards;
  animation: fadeInL 0.8s ease 0.6s 1 forwards; }

.sec01.action .itemFlex .price {
  -webkit-animation: fadeInL 0.8s ease 0.7s 1 forwards;
  animation: fadeInL 0.8s ease 0.7s 1 forwards; }

.sec01.action .itemFlex .sPrice {
  -webkit-animation: fadeInL 0.8s ease 0.8s 1 forwards;
  animation: fadeInL 0.8s ease 0.8s 1 forwards; }

.sec01.action .itemFlex .orderBtn {
  -webkit-animation: fadeInL 0.8s ease 1s 1 forwards;
  animation: fadeInL 0.8s ease 1s 1 forwards; }

.sec02 .flex01.action {
  -webkit-animation: fadeInUp 0.6s ease 0.3s 1 forwards;
  animation: fadeInUp 0.6s ease 0.3s 1 forwards; }

.sec02 .check.action {
  -webkit-animation: fadeInUp 0.6s ease 0.3s 1 forwards;
  animation: fadeInUp 0.6s ease 0.3s 1 forwards; }

.sec02 .check.action li:nth-child(1) {
  -webkit-animation: fadeInUpS 0.6s ease 0.3s 1 forwards;
  animation: fadeInUpS 0.6s ease 0.3s 1 forwards; }

.sec02 .check.action li:nth-child(2) {
  -webkit-animation: fadeInUpS 0.6s ease 0.4s 1 forwards;
  animation: fadeInUpS 0.6s ease 0.4s 1 forwards; }

.sec02 .check.action li:nth-child(3) {
  -webkit-animation: fadeInUpS 0.6s ease 0.5s 1 forwards;
  animation: fadeInUpS 0.6s ease 0.5s 1 forwards; }

.sec02 .check.action li:nth-child(4) {
  -webkit-animation: fadeInUpS 0.6s ease 0.6s 1 forwards;
  animation: fadeInUpS 0.6s ease 0.6s 1 forwards; }

.sec02 .check.action li:nth-child(5) {
  -webkit-animation: fadeInUpS 0.6s ease 0.7s 1 forwards;
  animation: fadeInUpS 0.6s ease 0.7s 1 forwards; }

.sec02 .check.action li:nth-child(6) {
  -webkit-animation: fadeInUpS 0.6s ease 0.8s 1 forwards;
  animation: fadeInUpS 0.6s ease 0.8s 1 forwards; }

.sec02 .answer.action {
  -webkit-animation: fadeInUp 0.8s ease 0.3s 1 forwards;
  animation: fadeInUp 0.8s ease 0.3s 1 forwards; }

.sec02 .answer.action .img {
  -webkit-animation: fadeInUp 0.8s ease 0.6s 1 forwards;
  animation: fadeInUp 0.8s ease 0.6s 1 forwards; }

.sec03.action {
  -webkit-animation: fadeIn 0.6s ease 0.1s 1 forwards;
  animation: fadeIn 0.6s ease 0.1s 1 forwards; }

.sec03 .hd.action {
  -webkit-animation: fadeInUp 0.6s ease 0.3s 1 forwards;
  animation: fadeInUp 0.6s ease 0.3s 1 forwards; }

@media only screen and (min-width: 768px) {
  .sec03 .special.action li:nth-child(1) {
    -webkit-animation: fadeInUp 0.6s ease 0.4s 1 forwards;
    animation: fadeInUp 0.6s ease 0.4s 1 forwards; }

  .sec03 .special.action li:nth-child(2) {
    -webkit-animation: fadeInUp 0.6s ease 0.5s 1 forwards;
    animation: fadeInUp 0.6s ease 0.5s 1 forwards; } }
@media only screen and (max-width: 768px) {
  .sec03 .special li.action {
    -webkit-animation: fadeInUp 0.6s ease 0.4s 1 forwards;
    animation: fadeInUp 0.6s ease 0.4s 1 forwards; } }
.sec03 h3.action {
  -webkit-animation: fadeInUp 0.6s ease 0.3s 1 forwards;
  animation: fadeInUp 0.6s ease 0.3s 1 forwards; }

.sec03IF.action .itemFlex {
  -webkit-animation: fadeIn 0.8s ease 0.3s 1 forwards;
  animation: fadeIn 0.8s ease 0.3s 1 forwards; }

.sec03IF.action .itemFlex .brandLogo {
  -webkit-animation: fadeInL 0.8s ease 0.4s 1 forwards;
  animation: fadeInL 0.8s ease 0.4s 1 forwards; }

.sec03IF.action .itemFlex h2 {
  -webkit-animation: fadeInL 0.8s ease 0.5s 1 forwards;
  animation: fadeInL 0.8s ease 0.5s 1 forwards; }

.sec03IF.action .itemFlex .detail {
  -webkit-animation: fadeInL 0.8s ease 0.6s 1 forwards;
  animation: fadeInL 0.8s ease 0.6s 1 forwards; }

.sec03IF.action .itemFlex .price {
  -webkit-animation: fadeInL 0.8s ease 0.7s 1 forwards;
  animation: fadeInL 0.8s ease 0.7s 1 forwards; }

.sec03IF.action .itemFlex .sPrice {
  -webkit-animation: fadeInL 0.8s ease 0.8s 1 forwards;
  animation: fadeInL 0.8s ease 0.8s 1 forwards; }

.sec03IF.action .itemFlex .orderBtn {
  -webkit-animation: fadeInL 0.8s ease 1s 1 forwards;
  animation: fadeInL 0.8s ease 1s 1 forwards; }

.sec03IF.action .itemFlex .attList {
  -webkit-animation: fadeInL 0.8s ease 1s 1 forwards;
  animation: fadeInL 0.8s ease 1s 1 forwards; }

.sec04.action {
  -webkit-animation: fadeIn 0.6s ease 0.1s 1 forwards;
  animation: fadeIn 0.6s ease 0.1s 1 forwards; }

.sec04.action h2 {
  -webkit-animation: fadeInUp 0.6s ease 0.3s 1 forwards;
  animation: fadeInUp 0.6s ease 0.3s 1 forwards; }

.sec04 .flex.action .img {
  -webkit-animation: fadeInUp 0.6s ease 0.4s 1 forwards;
  animation: fadeInUp 0.6s ease 0.4s 1 forwards; }

.sec04 .flex.action .data {
  -webkit-animation: fadeInUp 0.6s ease 0.5s 1 forwards;
  animation: fadeInUp 0.6s ease 0.5s 1 forwards; }

.sec05.action {
  -webkit-animation: fadeIn 0.6s ease 0.1s 1 forwards;
  animation: fadeIn 0.6s ease 0.1s 1 forwards; }

.sec05.action h2 {
  -webkit-animation: fadeInUp 0.6s ease 0.3s 1 forwards;
  animation: fadeInUp 0.6s ease 0.3s 1 forwards; }

.sec05 .anchorList.action li:nth-child(1) {
  -webkit-animation: fadeInUp 0.6s ease 0.4s 1 forwards;
  animation: fadeInUp 0.6s ease 0.4s 1 forwards; }

.sec05 .anchorList.action li:nth-child(2) {
  -webkit-animation: fadeInUp 0.6s ease 0.5s 1 forwards;
  animation: fadeInUp 0.6s ease 0.5s 1 forwards; }

.sec05 .anchorList.action li:nth-child(3) {
  -webkit-animation: fadeInUp 0.6s ease 0.6s 1 forwards;
  animation: fadeInUp 0.6s ease 0.6s 1 forwards; }

.sec05 .attP.action {
  -webkit-animation: fadeInUp 0.6s ease 0.7s 1 forwards;
  animation: fadeInUp 0.6s ease 0.7s 1 forwards; }

.sec06 .pointBox.action {
  -webkit-animation: fadeInUp 0.6s ease 0.2s 1 forwards;
  animation: fadeInUp 0.6s ease 0.2s 1 forwards; }

.sec06 .pointBox.action .pointImg {
  -webkit-animation: fadeInUp 0.6s ease 0.3s 1 forwards;
  animation: fadeInUp 0.6s ease 0.3s 1 forwards; }

.sec06 .pointBox .data.action {
  -webkit-animation: fadeInUp 0.6s ease 0.4s 1 forwards;
  animation: fadeInUp 0.6s ease 0.4s 1 forwards; }

.sec06 .pointBox .img.action {
  -webkit-animation: fadeInUp 0.6s ease 0.5s 1 forwards;
  animation: fadeInUp 0.6s ease 0.5s 1 forwards; }

.sec06 .pointBox .difference.action {
  -webkit-animation: fadeInUp 0.6s ease 0.5s 1 forwards;
  animation: fadeInUp 0.6s ease 0.5s 1 forwards; }

.sec06 .pointBox .up.action {
  -webkit-animation: fadeInUp 0.6s ease 0.5s 1 forwards;
  animation: fadeInUp 0.6s ease 0.5s 1 forwards; }

.sec07.action {
  -webkit-animation: fadeIn 0.6s ease 0.1s 1 forwards;
  animation: fadeIn 0.6s ease 0.1s 1 forwards; }

.sec07.action h2 {
  -webkit-animation: fadeInUp 0.6s ease 0.3s 1 forwards;
  animation: fadeInUp 0.6s ease 0.3s 1 forwards; }

.sec07.action .img {
  -webkit-animation: fadeInUp 0.6s ease 0.5s 1 forwards;
  animation: fadeInUp 0.6s ease 0.5s 1 forwards; }

.sec08.action {
  -webkit-animation: fadeIn 0.6s ease 0s 1 forwards;
  animation: fadeIn 0.6s ease 0s 1 forwards; }

.sec08.action h2 {
  -webkit-animation: fadeInUp 0.6s ease 0.25s 1 forwards;
  animation: fadeInUp 0.6s ease 0.25s 1 forwards; }

.sec08 .satisfaction.action {
  -webkit-animation: fadeIn 0.6s ease 0.35s 1 forwards;
  animation: fadeIn 0.6s ease 0.35s 1 forwards; }

.sec08 .satisfaction.action .graphArea {
  -webkit-animation: fadeInUp 0.6s ease 0.4s 1 forwards;
  animation: fadeInUp 0.6s ease 0.4s 1 forwards; }

.sec08 .satisfaction.action .graphArea .graph {
  -webkit-animation: bigCircle 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.45s 1 forwards;
  animation: bigCircle 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.45s 1 forwards; }

.sec08 .satisfaction.action .graphArea .graph:before {
  animation: rotate 1.8s cubic-bezier(0.22, 1, 0.36, 1) 0.75s 1 forwards; }

.sec08 .satisfaction.action .perP {
  -webkit-animation: fadeInUp 0.6s ease 1s 1 forwards;
  animation: fadeInUp 0.6s ease 1s 1 forwards; }

.sec08 .satisfaction.action .data {
  -webkit-animation: fadeInUp 0.9s ease 1.2s 1 forwards;
  animation: fadeInUp 0.9s ease 1.2s 1 forwards; }

.sec08 .voiceList.action li:nth-child(1) {
  -webkit-animation: fadeInUp 0.6s ease 0.6s 1 forwards;
  animation: fadeInUp 0.6s ease 0.6s 1 forwards; }

.sec08 .voiceList.action li:nth-child(2) {
  -webkit-animation: fadeInUp 0.6s ease 0.7s 1 forwards;
  animation: fadeInUp 0.6s ease 0.7s 1 forwards; }

.sec08 .voiceList.action li:nth-child(3) {
  -webkit-animation: fadeInUp 0.6s ease 0.8s 1 forwards;
  animation: fadeInUp 0.6s ease 0.89s 1 forwards; }

.sec08 .attP.action {
  -webkit-animation: fadeInUp 0.6s ease 0.9s 1 forwards;
  animation: fadeInUp 0.6s ease 0.9s 1 forwards; }

.sec012.action {
  -webkit-animation: fadeIn 0.6s ease 0.1s 1 forwards;
  animation: fadeIn 0.6s ease 0.1s 1 forwards; }

.sec012.action .itemFlex {
  -webkit-animation: fadeIn 0.8s ease 0.3s 1 forwards;
  animation: fadeIn 0.8s ease 0.3s 1 forwards; }

.sec012.action .itemFlex .brandLogo {
  -webkit-animation: fadeInL 0.8s ease 0.4s 1 forwards;
  animation: fadeInL 0.8s ease 0.4s 1 forwards; }

.sec012.action .itemFlex h2 {
  -webkit-animation: fadeInL 0.8s ease 0.5s 1 forwards;
  animation: fadeInL 0.8s ease 0.5s 1 forwards; }

.sec012.action .itemFlex .detail {
  -webkit-animation: fadeInL 0.8s ease 0.6s 1 forwards;
  animation: fadeInL 0.8s ease 0.6s 1 forwards; }

.sec012.action .itemFlex .price {
  -webkit-animation: fadeInL 0.8s ease 0.7s 1 forwards;
  animation: fadeInL 0.8s ease 0.7s 1 forwards; }

.sec012.action .itemFlex .sPrice {
  -webkit-animation: fadeInL 0.8s ease 0.8s 1 forwards;
  animation: fadeInL 0.8s ease 0.8s 1 forwards; }

.sec012.action .itemFlex .orderBtn {
  -webkit-animation: fadeInL 0.8s ease 1s 1 forwards;
  animation: fadeInL 0.8s ease 1s 1 forwards; }

.sec09.action {
  -webkit-animation: fadeIn 0.6s ease 0.1s 1 forwards;
  animation: fadeIn 0.6s ease 0.1s 1 forwards; }

.sec09.action h2 {
  -webkit-animation: fadeInUp 0.6s ease 0.3s 1 forwards;
  animation: fadeInUp 0.6s ease 0.3s 1 forwards; }

.sec09.action .bodyCopy {
  -webkit-animation: fadeInUp 0.6s ease 0.4s 1 forwards;
  animation: fadeInUp 0.6s ease 0.4s 1 forwards; }

.sec09.action .howtoUse {
  -webkit-animation: fadeInUp 0.6s ease 0.5s 1 forwards;
  animation: fadeInUp 0.6s ease 0.5s 1 forwards; }

.sec013.action {
  -webkit-animation: fadeIn 0.6s ease 0.1s 1 forwards;
  animation: fadeIn 0.6s ease 0.1s 1 forwards; }

.sec013.action .itemFlex {
  -webkit-animation: fadeIn 0.8s ease 0.3s 1 forwards;
  animation: fadeIn 0.8s ease 0.3s 1 forwards; }

.sec013.action .itemFlex .brandLogo {
  -webkit-animation: fadeInL 0.8s ease 0.4s 1 forwards;
  animation: fadeInL 0.8s ease 0.4s 1 forwards; }

.sec013.action .itemFlex h2 {
  -webkit-animation: fadeInL 0.8s ease 0.5s 1 forwards;
  animation: fadeInL 0.8s ease 0.5s 1 forwards; }

.sec013.action .itemFlex .detail {
  -webkit-animation: fadeInL 0.8s ease 0.6s 1 forwards;
  animation: fadeInL 0.8s ease 0.6s 1 forwards; }

.sec013.action .itemFlex .price {
  -webkit-animation: fadeInL 0.8s ease 0.7s 1 forwards;
  animation: fadeInL 0.8s ease 0.7s 1 forwards; }

.sec013.action .itemFlex .sPrice {
  -webkit-animation: fadeInL 0.8s ease 0.8s 1 forwards;
  animation: fadeInL 0.8s ease 0.8s 1 forwards; }

.sec013.action .itemFlex .orderBtn {
  -webkit-animation: fadeInL 0.8s ease 1s 1 forwards;
  animation: fadeInL 0.8s ease 1s 1 forwards; }

.tsukekae.action {
  -webkit-animation: fadeInUp 0.6s ease 0.1s 1 forwards;
  animation: fadeInUp 0.6s ease 0.1s 1 forwards; }

.sec014.action {
  -webkit-animation: fadeIn 0.6s ease 0.1s 1 forwards;
  animation: fadeIn 0.6s ease 0.1s 1 forwards; }

.sec014.action .itemFlex {
  -webkit-animation: fadeIn 0.8s ease 0.3s 1 forwards;
  animation: fadeIn 0.8s ease 0.3s 1 forwards; }

.sec014.action .itemFlex .brandLogo {
  -webkit-animation: fadeInL 0.8s ease 0.4s 1 forwards;
  animation: fadeInL 0.8s ease 0.4s 1 forwards; }

.sec014.action .itemFlex h2 {
  -webkit-animation: fadeInL 0.8s ease 0.5s 1 forwards;
  animation: fadeInL 0.8s ease 0.5s 1 forwards; }

.sec014.action .itemFlex .detail {
  -webkit-animation: fadeInL 0.8s ease 0.6s 1 forwards;
  animation: fadeInL 0.8s ease 0.6s 1 forwards; }

.sec014.action .itemFlex .price {
  -webkit-animation: fadeInL 0.8s ease 0.7s 1 forwards;
  animation: fadeInL 0.8s ease 0.7s 1 forwards; }

.sec014.action .itemFlex .sPrice {
  -webkit-animation: fadeInL 0.8s ease 0.8s 1 forwards;
  animation: fadeInL 0.8s ease 0.8s 1 forwards; }

.sec014.action .itemFlex .orderBtn {
  -webkit-animation: fadeInL 0.8s ease 1s 1 forwards;
  animation: fadeInL 0.8s ease 1s 1 forwards; }

.sec10.action {
  -webkit-animation: fadeIn 0.6s ease 0.1s 1 forwards;
  animation: fadeIn 0.6s ease 0.1s 1 forwards; }

.sec10.action h2 {
  -webkit-animation: fadeInUp 0.6s ease 0.3s 1 forwards;
  animation: fadeInUp 0.6s ease 0.3s 1 forwards; }

.sec10 .hadamite.action {
  -webkit-animation: fadeInUp 0.6s ease 0.4s 1 forwards;
  animation: fadeInUp 0.6s ease 0.4s 1 forwards; }

.sec10 .otherBtn.action {
  -webkit-animation: fadeInUp 0.6s ease 0.5s 1 forwards;
  animation: fadeInUp 0.6s ease 0.5s 1 forwards; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 25px);
    -ms-transform: translate(0, 25px);
    transform: translate(0px, 25px); }
  100% {
    opacity: 1;
    -webkit-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 25px);
    -ms-transform: translate(0, 25px);
    transform: translate(0px, 25px); }
  100% {
    opacity: 1;
    -webkit-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-webkit-keyframes fadeInUpS {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 15px);
    -ms-transform: translate(0, 15px);
    transform: translate(0px, 15px); }
  100% {
    opacity: 1;
    -webkit-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes fadeInUpS {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 15px);
    -ms-transform: translate(0, 15px);
    transform: translate(0px, 15px); }
  100% {
    opacity: 1;
    -webkit-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-webkit-keyframes fadeInL {
  0% {
    opacity: 0;
    -webkit-transform: translate(-15px, 0);
    -ms-transform: translate(-15px, 0);
    transform: translate(-15px, 0); }
  100% {
    opacity: 1;
    -webkit-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes fadeInL {
  0% {
    opacity: 0;
    -webkit-transform: translate(-15px, 0);
    -ms-transform: translate(-15px, 0);
    transform: translate(-15px, 0); }
  100% {
    opacity: 1;
    -webkit-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-webkit-keyframes fadeInR {
  0% {
    opacity: 0;
    -webkit-transform: translate(15px, 0);
    -ms-transform: translate(15px, 0);
    transform: translate(15px, 0); }
  100% {
    opacity: 1;
    -webkit-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes fadeInR {
  0% {
    opacity: 0;
    -webkit-transform: translate(15px, 0);
    -ms-transform: translate(15px, 0);
    transform: translate(15px, 0); }
  100% {
    opacity: 1;
    -webkit-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-webkit-keyframes fadeInBlur {
  0% {
    opacity: 0;
    filter: blur(8px);
    transform: scale(1.1); }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1); } }
@keyframes fadeInBlur {
  0% {
    opacity: 0;
    filter: blur(8px);
    transform: scale(1.1); }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1); } }
@-webkit-keyframes fadeInBg {
  0% {
    opacity: 0;
    filter: blur(20px);
    transform: scale(1.1); }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1); } }
@keyframes fadeInBg {
  0% {
    opacity: 0;
    filter: blur(20px);
    transform: scale(1.1); }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1); } }
@-webkit-keyframes mojiFadeEn {
  0% {
    color: #FFF;
    opacity: 0;
    -webkit-transform: translate(35px, 15px); }
  100% {
    color: #5B5B5B;
    opacity: 1;
    -webkit-transform: translate(0, 0); } }
@keyframes mojiFadeEn {
  0% {
    color: #FFF;
    opacity: 0;
    transform: translate(35px, 15px); }
  100% {
    color: #5B5B5B;
    opacity: 1;
    transform: translate(0, 0); } }
@keyframes fadeInPathT {
  0% {
    opacity: 0;
    clip-path: polygon(0 0, 100% 0%, 100% 0%, 50% 0%, 0 0%); }
  100% {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0%, 100% 65%, 50% 100%, 0 65%); } }
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -15px);
    -ms-transform: translate(0, -15px);
    transform: translate(0px, -15px); }
  100% {
    opacity: 1;
    -webkit-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -15px);
    -ms-transform: translate(0, -15px);
    transform: translate(0px, -15px); }
  100% {
    opacity: 1;
    -webkit-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-webkit-keyframes bdrEra {
  0% {
    height: 0; }
  100% {
    height: 100%; } }
@keyframes bdrEra {
  0% {
    height: 0; }
  100% {
    height: 100%; } }
@keyframes bigCircle {
  0% {
    opacity: 0;
    transform: scale(0.2); }
  60% {
    opacity: 1;
    transform: scale(1.15); }
  100% {
    opacity: 1;
    transform: scale(1); } }
@keyframes rotate {
  0% {
    transform: rotateZ(0); }
  100% {
    transform: rotateZ(360deg); } }
/* Basic
   ==================================== */
.font10 {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.9; }
  @media only screen and (max-width: 768px) {
    .font10 {
      font-size: 10px;
      font-size: 1rem; } }

.font11 {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.9; }
  @media only screen and (max-width: 768px) {
    .font11 {
      font-size: 10px;
      font-size: 1rem; } }

.font12 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.9; }
  @media only screen and (max-width: 768px) {
    .font12 {
      font-size: 10px;
      font-size: 1rem; } }

.font13 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.9; }
  @media only screen and (max-width: 768px) {
    .font13 {
      font-size: 10px;
      font-size: 1rem; } }

.font14 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.9; }
  @media only screen and (max-width: 768px) {
    .font14 {
      font-size: 12px;
      font-size: 1.2rem; } }

.font15 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.9; }
  @media only screen and (max-width: 768px) {
    .font15 {
      font-size: 13px;
      font-size: 1.3rem; } }

.font16 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.9; }
  @media only screen and (max-width: 768px) {
    .font16 {
      font-size: 14px;
      font-size: 1.4rem; } }

.font17 {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.9; }
  @media only screen and (max-width: 768px) {
    .font17 {
      font-size: 14px;
      font-size: 1.4rem; } }

.font18 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.9; }
  @media only screen and (max-width: 768px) {
    .font18 {
      font-size: 15px;
      font-size: 1.5rem; } }

.font19 {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.9; }
  @media only screen and (max-width: 768px) {
    .font19 {
      font-size: 16px;
      font-size: 1.6rem; } }

.font20 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.9; }
  @media only screen and (max-width: 768px) {
    .font20 {
      font-size: 17px;
      font-size: 1.7rem; } }

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

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

.center {
  text-align: center; }

.cmnAnc {
  display: inline-block;
  height: 1px; }

.graySmall {
  color: #999;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.9;
  font-weight: 600; }
  @media only screen and (max-width: 768px) {
    .graySmall {
      font-size: 10px;
      font-size: 1rem; } }

.hvBtn, .hvBtns a {
  transition: 0.2s; }

.hvBtn:hover, .hvBtns a:hover {
  opacity: 0.7; }

.bscImg {
  height: auto;
  max-width: 100%; }

.vAT {
  vertical-align: top !important; }

.vAM {
  vertical-align: middle !important; }

.vAB {
  vertical-align: bottom !important; }

.red {
  color: red; }

.blue {
  color: #1C4B96; }

.bold {
  font-weight: bold; }

.normal {
  font-weight: normal; }

.icon {
  margin-right: 3px;
  vertical-align: middle;
  margin-top: -1px; }

@media only screen and (min-width: 768px) {
  .spHide {
    display: inline-block; }

  .spDisp {
    display: none; }

  .top0 {
    margin-top: 0 !important; }

  .top5 {
    margin-top: 5px !important; }

  .top10 {
    margin-top: 10px !important; }

  .top15 {
    margin-top: 15px !important; }

  .top20 {
    margin-top: 20px !important; }

  .top25 {
    margin-top: 25px !important; }

  .top30 {
    margin-top: 30px !important; }

  .top35 {
    margin-top: 35px !important; }

  .top40 {
    margin-top: 40px !important; }

  .top45 {
    margin-top: 40px !important; }

  .top50 {
    margin-top: 40px !important; }

  .btm0 {
    margin-bottom: 0 !important; }

  .btm5, .btm05 {
    margin-bottom: 5px !important; }

  .btm10 {
    margin-bottom: 10px !important; }

  .btm15 {
    margin-bottom: 15px !important; }

  .btm20 {
    margin-bottom: 20px !important; }

  .btm25 {
    margin-bottom: 25px !important; }

  .btm30 {
    margin-bottom: 30px !important; }

  .btm35 {
    margin-bottom: 35px !important; }

  .btm40 {
    margin-bottom: 40px !important; }

  .btm45 {
    margin-bottom: 45px !important; }

  .btm50 {
    margin-bottom: 50px !important; }

  .btm55 {
    margin-bottom: 55px !important; }

  .btm60 {
    margin-bottom: 60px !important; }

  .btm65 {
    margin-bottom: 65px !important; }

  .btm70 {
    margin-bottom: 70px !important; }

  .btm75 {
    margin-bottom: 75px !important; }

  .btm80 {
    margin-bottom: 80px !important; }

  .btm85 {
    margin-bottom: 85px !important; }

  .btm90 {
    margin-bottom: 90px !important; }

  .btm95 {
    margin-bottom: 95px !important; }

  .btm100 {
    margin-bottom: 100px !important; }

  .btm110 {
    margin-bottom: 110px !important; }

  .btm120 {
    margin-bottom: 120px !important; }

  .pT0 {
    padding-top: 0 !important; }

  .pT5 {
    padding-top: 5px !important; }

  .pT10 {
    padding-top: 10px !important; }

  .pT15 {
    padding-top: 15px !important; }

  .pT20 {
    padding-top: 20px !important; }

  .pT25 {
    padding-top: 25px !important; }

  .pT30 {
    padding-top: 30px !important; }

  .pT35 {
    padding-top: 35px !important; }

  .pT40 {
    padding-top: 40px !important; }

  .pT45 {
    padding-top: 45px !important; }

  .pT50 {
    padding-top: 50px !important; }

  .pT55 {
    padding-top: 55px !important; }

  .pT60 {
    padding-top: 60px !important; }

  .pT65 {
    padding-top: 65px !important; }

  .pT70 {
    padding-top: 70px !important; }

  .pT75 {
    padding-top: 75px !important; }

  .pT80 {
    padding-top: 80px !important; }

  .pT85 {
    padding-top: 85px !important; }

  .pT90 {
    padding-top: 90px !important; }

  .pT95 {
    padding-top: 95px !important; }

  .pT100 {
    padding-top: 100px !important; }

  .pB0 {
    padding-bottom: 0 !important; }

  .pB5 {
    padding-bottom: 5px !important; }

  .pB10 {
    padding-bottom: 10px !important; }

  .pB15 {
    padding-bottom: 15px !important; }

  .pB20 {
    padding-bottom: 20px !important; }

  .pB30 {
    padding-bottom: 30px !important; }

  .pB40 {
    padding-bottom: 40px !important; }

  .lm5 {
    margin-left: 5px !important; }

  .lm10 {
    margin-left: 10px !important; }

  .lm15 {
    margin-left: 15px !important; }

  .lm20 {
    margin-left: 20px !important; }

  .lm50 {
    margin-left: 50px !important; }

  .lm60 {
    margin-left: 60px !important; }

  .lm70 {
    margin-left: 70px !important; }

  .rm5 {
    margin-right: 5px !important; }

  .rm10 {
    margin-right: 10px !important; }

  .rm15 {
    margin-right: 15px !important; }

  .rm20 {
    margin-right: 20px !important; }

  .w5 {
    width: 5% !important; }

  .w10 {
    width: 10% !important; }

  .w15 {
    width: 15% !important; }

  .w18 {
    width: 18% !important; }

  .w20 {
    width: 20% !important; }

  .w25 {
    width: 25% !important; }

  .w30 {
    width: 30% !important; }

  .w35 {
    width: 35% !important; }

  .w40 {
    width: 40% !important; }

  .w41 {
    width: 41% !important; }

  .w42 {
    width: 42% !important; }

  .w43 {
    width: 43% !important; }

  .w44 {
    width: 44% !important; }

  .w45 {
    width: 45% !important; }

  .w46 {
    width: 46% !important; }

  .w47 {
    width: 47% !important; }

  .w48 {
    width: 48% !important; }

  .w49 {
    width: 49% !important; }

  .w50 {
    width: 50% !important; }

  .w51 {
    width: 51% !important; }

  .w52 {
    width: 52% !important; }

  .w53 {
    width: 53% !important; }

  .w54 {
    width: 54% !important; }

  .w55 {
    width: 55% !important; }

  .w60 {
    width: 60% !important; }

  .w65 {
    width: 65% !important; }

  .w70 {
    width: 70% !important; }

  .w75 {
    width: 75% !important; }

  .w80 {
    width: 80% !important; }

  .w85 {
    width: 85% !important; }

  .w90 {
    width: 90% !important; }

  .w95 {
    width: 95% !important; }

  .wfull {
    width: 100% !important; }

  .w100 {
    width: 100px; }

  .w150 {
    width: 150px; }

  .w200 {
    width: 200px; }

  .w250 {
    width: 250px; }

  .w300 {
    width: 300px; }

  .w350 {
    width: 350px; }

  .w400 {
    width: 400px; }

  .w450 {
    width: 450px; }

  .w500 {
    width: 500px; }

  .w550 {
    width: 550px; }

  .w600 {
    width: 600px; } }
@media only screen and (max-width: 768px) {
  /*
  .cmnAnc {
  display: inline;
  padding-top: 60px;
  margin-top: -60px;
  }
  */
  .graySmall {
    color: #999;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.9;
    font-weight: 600; } }
  @media only screen and (max-width: 768px) and (max-width: 768px) {
    .graySmall {
      font-size: 10px;
      font-size: 1rem; } }

@media only screen and (max-width: 768px) {
  .spImg {
    height: auto;
    width: 100%; }

  .spCenter {
    text-align: center; }

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

  .top10 {
    margin-top: 5px !important; }

  .top15 {
    margin-top: 5px !important; }

  .top20 {
    margin-top: 10px !important; }

  .top25 {
    margin-top: 10px !important; }

  .top30 {
    margin-top: 15px !important; }

  .top35 {
    margin-top: 15px !important; }

  .top40 {
    margin-top: 20px !important; }

  .btm0 {
    margin-bottom: 0 !important; }

  .btm5 {
    margin-bottom: 5px !important; }

  .btm10 {
    margin-bottom: 5px !important; }

  .btm15 {
    margin-bottom: 10px !important; }

  .btm20 {
    margin-bottom: 15px !important; }

  .btm25 {
    margin-bottom: 20px !important; }

  .btm30 {
    margin-bottom: 20px !important; }

  .btm35 {
    margin-bottom: 20px !important; }

  .btm40 {
    margin-bottom: 30px !important; }

  .btm45 {
    margin-bottom: 30px !important; }

  .btm50 {
    margin-bottom: 30px !important; }

  .btm55 {
    margin-bottom: 30px !important; }

  .btm60 {
    margin-bottom: 30px !important; }

  .btm65 {
    margin-bottom: 30px !important; }

  .btm70 {
    margin-bottom: 35px !important; }

  .btm75 {
    margin-bottom: 35px !important; }

  .btm80 {
    margin-bottom: 40px !important; }

  .btm85 {
    margin-bottom: 40px !important; }

  .btm90 {
    margin-bottom: 50px !important; }

  .btm95 {
    margin-bottom: 50px !important; }

  .btm100 {
    margin-bottom: 50px !important; }

  .btm110 {
    margin-bottom: 55px !important; }

  .btm120 {
    margin-bottom: 60px !important; }

  .pT0 {
    padding-top: 0 !important; }

  .pT5 {
    padding-top: 5px !important; }

  .pT10 {
    padding-top: 5px !important; }

  .pT15 {
    padding-top: 10px !important; }

  .pT20 {
    padding-top: 10px !important; }

  .pT25 {
    padding-top: 15px !important; }

  .pT30 {
    padding-top: 15px !important; }

  .pT35 {
    padding-top: 15px !important; }

  .pT40 {
    padding-top: 20px !important; }

  .pT45 {
    padding-top: 20px !important; }

  .pT50 {
    padding-top: 25px !important; }

  .pT55 {
    padding-top: 25px !important; }

  .pT60 {
    padding-top: 30px !important; }

  .pT65 {
    padding-top: 30px !important; }

  .pT70 {
    padding-top: 35px !important; }

  .pT75 {
    padding-top: 35px !important; }

  .pT80 {
    padding-top: 40px !important; }

  .pT85 {
    padding-top: 40px !important; }

  .pT90 {
    padding-top: 50px !important; }

  .pT95 {
    padding-top: 50px !important; }

  .pT100 {
    padding-top: 50px !important; }

  .pB0 {
    padding-bottom: 0 !important; }

  .pB5 {
    padding-bottom: 5px !important; }

  .pB10 {
    padding-bottom: 5px !important; }

  .pB15 {
    padding-bottom: 5px !important; }

  .pB20 {
    padding-bottom: 10px !important; }

  .pB30 {
    padding-bottom: 10px !important; }

  .pB40 {
    padding-bottom: 10px !important; }

  .lm5 {
    margin-left: 5px !important; }

  .lm10 {
    margin-left: 5px !important; }

  .lm15 {
    margin-left: 5px !important; }

  .lm20 {
    margin-left: 10px !important; }

  .lm50 {
    margin-left: 20px !important; }

  .lm60 {
    margin-left: 30px !important; }

  .lm70 {
    margin-left: 30px !important; }

  .rm5 {
    margin-right: 5px !important; }

  .rm10 {
    margin-right: 5px !important; }

  .rm15 {
    margin-right: 5px !important; }

  .rm20 {
    margin-right: 10px !important; }

  .spBtm0 {
    margin-bottom: 0 !important; }

  .spBtm5 {
    margin-bottom: 5px !important; }

  .spBtm10 {
    margin-bottom: 10px !important; }

  .spBtm15 {
    margin-bottom: 15px !important; }

  .spBtm20 {
    margin-bottom: 20px !important; }

  .spBtm25 {
    margin-bottom: 25px !important; }

  .spBtm30 {
    margin-bottom: 30px !important; }

  .spBtm35 {
    margin-bottom: 35px !important; }

  .spBtm40 {
    margin-bottom: 40px !important; }

  .spBtm45 {
    margin-bottom: 45px !important; }

  .spBtm50 {
    margin-bottom: 50px !important; }

  .spBtm60 {
    margin-bottom: 60px !important; }

  .spBtm70 {
    margin-bottom: 70px !important; }

  .spBtm80 {
    margin-bottom: 80px !important; }

  .spBtm90 {
    margin-bottom: 90px !important; }

  .spBtm100 {
    margin-bottom: 100px !important; }

  .spW100 {
    width: 100% !important; }

  .spHide {
    display: none; }

  .spDisp {
    display: inline-block; } }
