@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;  
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

q:before, q:after {
  content: '';
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/*---clearFix ------------------*/
/** overflow:hiddenを使用しないclearfix  extendをして使用 */
.clearfix:after {
  content: url("data:image/gif;base64,R0lGODlhZAAUAIAAAAD//wAAACH5BAEAAAAALAAAAABkABQAAAIshI+py+0Po5y02ouz3rz7D4biSJbmiabqyrbuC8fyTNf2jef6zvf+DwwKZwUAOw==");
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
  zoom: 100%;
}

.clearfix {
  display: block;
}

@font-face {
  font-family: "ipamjm";
  src: url("../../fonts/ipamjm.eot");
  src: url("../../fonts/ipamjm.eot?#iefix") format("embedded-opentype"), url("../../fonts/ipamjm.ttf") format("truetype"), url("../../fonts/ipamjm.svg#ipamjm") format("svg"), url("../../fonts/ipamjm.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body, select, input, textarea {
  color: #000;
/*  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
    font-family: HelveticaNeueLTPro-Hv, 微軟正黑體,"Microsoft JhengHei",Courier, Georgia, Times, 'Times New Roman', sans-serif;
    
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

a {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  cursor: pointer;
}

a:active, a:focus {
  outline: none;
}

/* Slider */
/* Icons */
@font-face {}/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

  
  a.prevlist.menu-dryshampoo .image-area {
    background: url("../../img/common/navi/navi-dryshampoo.png") bottom left no-repeat;
    background-size: contain;
    width: 6.2686567164%;
    padding-top: 15.0746268657%;
    padding-left: 0.5%;
  }
    
    #navi-area .nav-dryshampoo {
    position: relative;
    padding-bottom: 6.6666666667%;
    margin-bottom: 6.6666666667%;
  }
  #navi-area .nav-dryshampoo .menu-link {
    margin-bottom: 0;
  }
  #navi-area .nav-dryshampoo:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 5.3333333333%;
    left: 0;
    right: 0;
    margin: auto;
    background: #d6b43c;
  }
  #navi-area .nav-dryshampoo:after {
    bottom: 0;
  }
    
    #navi-area .menu-inner .menu-dryshampoo .image-area {
    background: url("../../img/common/navi/navi-dryshampoo.png") bottom left no-repeat;
    background-size: contain;
    width: 24px;
    padding-top: 50px;
  }

@media all and (max-width: 758px) {
  /* Style adjustments for viewports 768px and under go here */
  html {
    height: 100%;
  }
  body {
    background: #fff;
    overflow: auto;
    border-top: 0;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    opacity: 0;
    will-change: opacity;
  }
  body.loadend {
    opacity: 1;
  }
  h1, h2, h3, h4, h5, h6 {
    margin: 0;
    letter-spacing: 0.04rem;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
  }
  li {
    list-style-type: none;
  }
  ul {
    padding: 0;
  }
  p {
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    margin: 0;
    letter-spacing: 0.04rem;
  }
  iframe {
    border: 0;
  }
  .pc {
    display: none !important;
  }
  body.page-fixed {
    overflow: hidden;
    height: 100%;
  }
  body.navi-opened header a.navi-button .bar1 {
    -ms-transform: translate(0, 0) rotate(225deg);
    -webkit-transform: translate(0, 0) rotate(225deg);
    transform: translate(0, 0) rotate(225deg);
    top: 46.4285714286%;
    background: #808080;
  }
  body.navi-opened header a.navi-button .bar2 {
    opacity: 0;
  }
  body.navi-opened header a.navi-button .bar3 {
    -ms-transform: translate(0, 0) rotate(-225deg);
    -webkit-transform: translate(0, 0) rotate(-225deg);
    transform: translate(0, 0) rotate(-225deg);
    top: 46.4285714286%;
    background: #808080;
  }
  body.navi-opened #navi-area {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: block;
    pointer-events: all;
  }
  body.navi-opened #navi-area .menu-inner {
    transition: display 0ms cubic-bezier(0.215, 0.61, 0.355, 1) 400ms;
    /* easeOutQuint */
    display: block;
  }
  /*--------------------------------------------------
* Header
* --------------------------------------------------*/
  header {
    width: 100vw;
    text-align: center;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 10;
  }
  header #header-link {
    display: none;
  }
  header .header-inner a.logo-area {
    line-height: 0;
    display: block;
    width: 26.9333333333%;
    position: absolute;
    margin: 5.0666666667% auto 0;
    left: 0;
    right: 0;
    transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: url("../../img/tsubaki-y.svg") top left no-repeat;
    background-size: contain;
  }
  header .header-inner a.logo-area img {
    width: 100%;
    transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
  }
  header a.navi-button {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    display: block;
    width: 7.4666666667%;
    padding-top: 7.4666666667%;
    position: absolute;
    top: 0;
    margin-top: 3.8666666667%;
    left: 5.3333333333%;
  }
  header a.navi-button span {
    display: block;
    position: absolute;
    width: 100%;
    padding-top: 3.5714285714%;
    background: #808080;
    moz-transform-origin: 50%;
    -ms-transform-origin: 50%;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  header a.navi-button .bar1 {
    top: 17.8571428571%;
  }
  header a.navi-button .bar2 {
    top: 46.4285714286%;
  }
  header a.navi-button .bar3 {
    top: 75%;
  }
  /*--------------------------------------------------
* lazy
* --------------------------------------------------*/
  .lazy {
    opacity: 0;
    will-change: transform, opacity;
    -ms-transform: translate(0, 40px);
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);
    transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 100ms;
    /* easeOutQuint */
  }
  .lazy.appear {
    opacity: 1;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  /*--------------------------------------------------
* Page
* --------------------------------------------------*/
  #page {
    width: 100%;
    width: 100vw;
  }
  /*--------------------------------------------------
* Section
* --------------------------------------------------*/
  section {
    width: 100vw;
  }
  section .section-inner {
    width: 89.3333333333%;
    margin: 0 auto;
  }
  /*--------------------------------------------------
* Footer
* --------------------------------------------------*/
  #footer-sharearea {
    padding-bottom: 8%;
  }
  #footer-sharearea ul {
    margin: 0;
    border-bottom: 1px solid #a6a6a6;
  }
  #footer-sharearea li {
    display: block;
    border-top: 1px solid #a6a6a6;
  }
  #footer-sharearea li a {
    line-height: 1;
    position: relative;
    display: block;
    padding: 7.4626865672% 4.4776119403%;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #footer-sharearea li a {
    font-size: 13.3333333333px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #footer-sharearea li a {
    font-size: 15px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #footer-sharearea li a {
    font-size: 20px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) {
  #footer-sharearea li a.blank:after {
    content: '';
    background: url("../../img/blank.png") top left no-repeat;
    background-size: contain;
    width: 3.8805970149%;
    height: 0;
    position: relative;
    top: 3px;
    padding-top: 3.8805970149%;
    display: inline-block;
    margin-left: 3.7313432836%;
  }
  #footer-sharearea li a p {
    color: #242424;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
  }
  #footer-sharearea li .footer-in {
    display: block;
    display: inline-block;
    zoom: 100%;
    display: block;
  }
  #footer-sharearea li .footer-in:after {
    content: url("data:image/gif;base64,R0lGODlhZAAUAIAAAAD//wAAACH5BAEAAAAALAAAAABkABQAAAIshI+py+0Po5y02ouz3rz7D4biSJbmiabqyrbuC8fyTNf2jef6zvf+DwwKZwUAOw==");
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  #footer-sharearea li .footer-in img {
    width: 6.5671641791%;
    float: left;
  }
  #footer-sharearea li .footer-in p {
    position: absolute;
    top: 50%;
    left: 14.7540983607%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #footer-sharearea li .footer-in p {
    font-size: 13.3333333333px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #footer-sharearea li .footer-in p {
    font-size: 15px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #footer-sharearea li .footer-in p {
    font-size: 20px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) {
  #footer-sharearea li.footer-faq p, #footer-sharearea li.footer-silicone p {
    white-space: nowrap;
  }
  #footer-sharearea li.footer-sns {
    text-align: center;
    font-size: 0;
    vertical-align: top;
    white-space: nowrap;
    padding: 7.4626865672% 0;
  }
  #footer-sharearea li.footer-sns div {
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
  #footer-sharearea li.footer-sns div a {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    padding: 0;
  }
  #footer-sharearea li.footer-sns div img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  #footer-sharearea li.footer-sns div .color {
    display: none;
  }
  #footer-sharearea li.footer-sns .footer-fb {
    border-right: 1px solid #a6a6a6;
    width: 33.7313432836%;
  }
  #footer-sharearea li.footer-sns .footer-fb a {
    padding-top: 26.1061946903%;
  }
  #footer-sharearea li.footer-sns .footer-fb img {
    width: 10.1769911504%;
  }
  #footer-sharearea li.footer-sns .footer-tw {
    border-right: 1px solid #a6a6a6;
    width: 31.7910447761%;
  }
  #footer-sharearea li.footer-sns .footer-tw a {
    padding-top: 27.6995305164%;
  }
  #footer-sharearea li.footer-sns .footer-tw img {
    width: 20.6572769953%;
  }
  #footer-sharearea li.footer-sns .footer-ln {
    width: 33.7313432836%;
  }
  #footer-sharearea li.footer-sns .footer-ln iframe {
    margin: 0 auto;
    opacity: 0;
    padding: 4.6948356808%;
    width: 100%;
  }
  #footer-sharearea li.footer-sns .footer-ln a {
    position: absolute;
    padding-top: 26.1061946903%;
  }
  #footer-sharearea li.footer-sns .footer-ln img {
    width: 19.4690265487%;
  }
  #footer-tsubaki {
    background: #e60012;
    line-height: 0;
    text-align: center;
    padding: 4% 0;
  }
  #footer-tsubaki img {
    width: 44.4%;
  }
  /*--------------------------------------------------
* Navi
* --------------------------------------------------*/
  .navi-button {
    z-index: 302;
  }
  #navi-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    width: 100vw;
    height: 100%;
    z-index: 301;
    margin: 0 auto;
    background: #FFF;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    pointer-events: none;
    will-change: transform;
    transition: -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  #navi-area .slider {
    margin: 0;
  }
  #navi-area .slider li a {
    display: block;
    line-height: 0;
  }
  #navi-area .slider li img {
    width: 100%;
  }
  #navi-area .menu-inner {
    display: none;
    width: 89.3333333333%;
    margin: 0 auto;
    padding: 16% 0;
  }
  #navi-area .menu-inner p.menu-title {
    text-align: center;
    line-height: 1;
    letter-spacing: 0.1rem;
    margin-bottom: 13.4328358209%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #d6b43c;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #navi-area .menu-inner p.menu-title {
    font-size: 21.1111111111px;
    font-size: 5.0666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #navi-area .menu-inner p.menu-title {
    font-size: 23.75px;
    font-size: 5.0666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #navi-area .menu-inner p.menu-title {
    font-size: 31.6666666667px;
    font-size: 5.0666666667vw;
  }
}

@media all and (max-width: 758px) {
  #navi-area .menu-inner .navi-campaign {
    display: none;
  }
  #navi-area .menu-inner .menu-home {
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: relative;
    letter-spacing: 0.1rem;
    color: #d6b43c;
    border-bottom: 1px solid #d6b43c;
    margin-bottom: 14.9253731343%;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #navi-area .menu-inner .menu-home {
    font-size: 21.1111111111px;
    font-size: 5.0666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #navi-area .menu-inner .menu-home {
    font-size: 23.75px;
    font-size: 5.0666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #navi-area .menu-inner .menu-home {
    font-size: 31.6666666667px;
    font-size: 5.0666666667vw;
  }
}

@media all and (max-width: 758px) {
  #navi-area .menu-inner .menu-home span {
    position: absolute;
    left: -29.8507462687%;
  }
  #navi-area .menu-inner h2 {
    color: #d6b43c;
    text-align: center;
    position: relative;
    line-height: 0.8;
    letter-spacing: 0.2rem;
    margin-bottom: 7.4626865672%;
    padding-bottom: 7.4626865672%;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #navi-area .menu-inner h2 {
    font-size: 21.1111111111px;
    font-size: 5.0666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #navi-area .menu-inner h2 {
    font-size: 23.75px;
    font-size: 5.0666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #navi-area .menu-inner h2 {
    font-size: 31.6666666667px;
    font-size: 5.0666666667vw;
  }
}

@media all and (max-width: 758px) {
  #navi-area .menu-inner h2:after {
    content: '';
    position: absolute;
    width: 5.9701492537%;
    height: 1px;
    background: #d6b43c;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  #navi-area .menu-inner .campaignlist {
    margin-bottom: 16.4179104478%;
  }
  #navi-area .menu-inner a.prevlist {
    padding: 5.9701492537% 0;
  }
  #navi-area .menu-inner a.prevlist p {
    margin-left: 13.4328358209%;
    position: relative;
  }
  #navi-area .nav-mask {
    position: relative;
    padding-top: 6.6666666667%;
    padding-bottom: 6.6666666667%;
    margin-bottom: 6.6666666667%;
    margin-top: 6.6666666667%;
  }
  #navi-area .nav-mask .menu-link {
    margin-bottom: 0;
  }
  #navi-area .nav-mask:before, #navi-area .nav-mask:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 5.3333333333%;
    left: 0;
    right: 0;
    margin: auto;
    background: #d6b43c;
  }
  #navi-area .nav-mask:before {
    top: 0;
  }
  #navi-area .nav-mask:after {
    bottom: 0;
  }
  a.menu-link {
    display: block;
    background: #f2f2f2;
    margin: 0 auto 5.223880597%;
    position: relative;
    border: #e6e6e6 1px solid;
  }
  a.menu-link p {
    white-space: nowrap;
    display: block;
    text-align: left;
    width: 85%;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  a.menu-link p {
    font-size: 16.6666666667px;
    font-size: 4vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  a.menu-link p {
    font-size: 18.75px;
    font-size: 4vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  a.menu-link p {
    font-size: 25px;
    font-size: 4vw;
  }
}

@media all and (max-width: 758px) {
  a.menu-link p:before {
    position: absolute;
    display: block;
    top: 50%;
    content: '';
    width: 3.5820895522%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 0;
    left: -7.4626865672%;
    line-height: 0;
    padding-top: 4.776119403%;
    background: url("../../img/common/triangle-g.svg") center left no-repeat;
    background-size: contain;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  a.menu-link p:before {
    font-size: 8.8888888889px;
    font-size: 2.1333333333vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  a.menu-link p:before {
    font-size: 10px;
    font-size: 2.1333333333vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  a.menu-link p:before {
    font-size: 13.3333333333px;
    font-size: 2.1333333333vw;
  }
}

@media all and (max-width: 758px) {
  a.newlist {
    display: inline-block;
    zoom: 100%;
    display: block;
    padding-top: 35.8208955224%;
    position: relative;
  }
  a.newlist:after {
    content: url("data:image/gif;base64,R0lGODlhZAAUAIAAAAD//wAAACH5BAEAAAAALAAAAABkABQAAAIshI+py+0Po5y02ouz3rz7D4biSJbmiabqyrbuC8fyTNf2jef6zvf+DwwKZwUAOw==");
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  a.newlist p {
    position: absolute;
    top: 50%;
    letter-spacing: 0.12rem;
    left: 13.4328358209%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  a.newlist .image-area {
    width: 36.1194029851%;
    padding-top: 35.8208955224%;
    position: absolute;
    height: 0;
    bottom: 0;
    right: 0;
    margin-right: 4.4776119403%;
  }
  a.newlist.menu-moist .image-area {
    background: url("../../img/common/navi/navi-moist@2x.png") bottom left no-repeat;
    background-size: contain;
  }
  a.newlist.menu-smooth p {
    letter-spacing: 0.04rem;
  }
  a.newlist.menu-smooth .image-area {
    background: url("../../img/common/navi/navi-smooth@2x.png") bottom left no-repeat;
    background-size: contain;
  }
  a.newlist.menu-volume .image-area {
    background: url("../../img/common/navi/navi-volume@2x.png") bottom left no-repeat;
    background-size: contain;
  }
  a.newlist.menu-list .image-area {
    background: url("../../img/common/navi/navi-list@2x.png") bottom left no-repeat;
    background-size: contain;
  }
  a.prevlist .image-area {
    position: absolute;
    height: 0;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0;
    margin-right: 7.0149253731%;
  }
  a.prevlist.menu-mask .image-area {
    background: url("../../img/common/navi/navi-mask.png") bottom left no-repeat;
    background-size: contain;
    width: 21.7910447761%;
    padding-top: 11.6417910448%;
  }
  a.prevlist.menu-red .image-area {
    background: url("../../img/common/navi/navi-red.png") bottom left no-repeat;
    background-size: contain;
    width: 6.2686567164%;
    padding-top: 15.0746268657%;
  }
  a.prevlist.menu-white .image-area {
    background: url("../../img/common/navi/navi-white.png") bottom left no-repeat;
    background-size: contain;
    width: 6.2686567164%;
    padding-top: 15.0746268657%;
  }
  a.prevlist.menu-purple .image-area {
    background: url("../../img/common/navi/navi-purple.png") bottom left no-repeat;
    background-size: contain;
    width: 6.2686567164%;
    padding-top: 15.0746268657%;
  }
  /*--------------------------------------------------
* Modal
* --------------------------------------------------*/
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    width: 100vw;
    height: 100%;
    z-index: 304;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: display, opacity;
    display: none;
    opacity: 0;
  }
  a.campaignlist {
    text-align: center;
    display: block;
    position: relative;
    padding-top: 5.9701492537%;
  }
  a.campaignlist p {
    display: inline-block;
    line-height: 1;
    color: #d6b43c;
    padding-bottom: 2.2388059701%;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  a.campaignlist p {
    font-size: 16.6666666667px;
    font-size: 4vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  a.campaignlist p {
    font-size: 18.75px;
    font-size: 4vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  a.campaignlist p {
    font-size: 25px;
    font-size: 4vw;
  }
}

@media all and (max-width: 758px) {
  a.campaignlist p:after {
    content: '';
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #d6b43c;
  }
  a.campaignlist span {
    top: -2px;
    width: 1.6417910448%;
    display: inline-block;
    position: relative;
    line-height: 0;
    margin-left: 2.9850746269%;
  }
  a.campaignlist span img {
    width: 100%;
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    width: 100vw;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
  }
  .disabled {
    pointer-events: none;
    background: #999 !important;
    border: #999 1px solid !important;
    opacity: 0.6;
  }
  #topto {
    padding-bottom: 10.6666666667%;
  }
  #topto .section-inner {
    position: relative;
    padding-top: 12.6865671642%;
  }
  #topto .section-inner:before {
    content: '';
    top: 0;
    position: absolute;
    width: 1px;
    height: 0;
    padding-top: 7.4626865672%;
    background: #242424;
    margin: auto;
    left: 0;
    right: 0;
  }
  #topto a {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    text-align: center;
    display: block;
    margin: 0 auto;
    letter-spacing: 0.06rem;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #topto a {
    font-size: 15.5555555556px;
    font-size: 3.7333333333vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #topto a {
    font-size: 17.5px;
    font-size: 3.7333333333vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #topto a {
    font-size: 23.3333333333px;
    font-size: 3.7333333333vw;
  }
}

@media all and (max-width: 758px) {
  /*--------------------------------------------------
* 共通の特長
* --------------------------------------------------*/
  .modal-inner {
    background: #FFF;
    position: relative;
    width: 89.3333333333%;
    margin: 5.3333333333% auto;
    border: #d6b43c 1px solid;
  }
  .modal-inner a.close-button {
    width: 5.9701492537%;
    position: absolute;
    display: block;
    background: url("../../img/close.svg") top left no-repeat;
    background-size: contain;
    height: 0;
    padding-top: 5.9701492537%;
    right: 4.1791044776%;
    margin-top: 4.4776119403%;
  }
  .modal-inner h2 {
    text-align: center;
    color: #d6b43c;
    font-weight: normal;
    letter-spacing: 0.2rem;
    margin-top: 14.9253731343%;
    margin-bottom: 8.9552238806%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  .modal-inner h2 {
    font-size: 22.2222222222px;
    font-size: 5.3333333333vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  .modal-inner h2 {
    font-size: 25px;
    font-size: 5.3333333333vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  .modal-inner h2 {
    font-size: 33.3333333333px;
    font-size: 5.3333333333vw;
  }
}

@media all and (max-width: 758px) {
  .modal-inner h3.num2 {
    margin-bottom: 7.4626865672%;
  }
  .modal-inner h3 .num {
    vertical-align: top;
    display: block;
    text-align: center;
    border: #242424 1px solid;
    line-height: 0.8;
    width: 9.2537313433%;
    margin: 0 auto 3.7313432836%;
    padding: 2.9850746269% 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  .modal-inner h3 .num {
    font-size: 16.6666666667px;
    font-size: 4vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  .modal-inner h3 .num {
    font-size: 18.75px;
    font-size: 4vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  .modal-inner h3 .num {
    font-size: 25px;
    font-size: 4vw;
  }
}

@media all and (max-width: 758px) {
  .modal-inner h3 p {
    vertical-align: bottom;
    text-align: center;
    color: #242424;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.9;
    letter-spacing: 0.2rem;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  .modal-inner h3 p {
    font-size: 16.6666666667px;
    font-size: 4vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  .modal-inner h3 p {
    font-size: 18.75px;
    font-size: 4vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  .modal-inner h3 p {
    font-size: 25px;
    font-size: 4vw;
  }
}

@media all and (max-width: 758px) {
  .modal-inner h3 p span {
    display: inline;
    position: relative;
    top: -5px;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  .modal-inner h3 p span {
    font-size: 10px;
    font-size: 2.4vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  .modal-inner h3 p span {
    font-size: 11.25px;
    font-size: 2.4vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  .modal-inner h3 p span {
    font-size: 15px;
    font-size: 2.4vw;
  }
}

@media all and (max-width: 758px) {
  .modal-inner .components {
    background: url("../../img/5_components_sp.png") top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-top: 126.865671642%;
  }
  .modal-inner .image-area {
    width: 91.0447761194%;
    margin: 0 auto;
    line-height: 0;
  }
  .modal-inner .image-area img {
    width: 100%;
    margin-bottom: 4.0983606557%;
  }
  .modal-inner .image-area p {
    line-height: 1.7;
    text-align: center;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  .modal-inner .image-area p {
    font-size: 13.3333333333px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  .modal-inner .image-area p {
    font-size: 15px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  .modal-inner .image-area p {
    font-size: 20px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) {
  .modal-inner p.caption {
    color: #242424;
    line-height: 1.7;
    letter-spacing: 0.16rem;
    text-align: center;
    margin-bottom: 4.0983606557%;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  .modal-inner p.caption {
    font-size: 13.3333333333px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  .modal-inner p.caption {
    font-size: 15px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  .modal-inner p.caption {
    font-size: 20px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) {
  #modal-area .modal-inner {
    margin: 5.3333333333% auto;
  }
  #video-modal .modal-inner {
    margin: auto;
    border: none;
    background: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-top: 74.6666666667%;
  }
  #video-modal .modal-inner a.close-button {
    right: 0;
    top: 0;
    margin-top: -10.6666666667%;
  }
  #video-modal .modal-inner iframe {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
  }
  #common-features .modal-inner,
  .common-features .modal-inner,
  #common-features-prev .modal-inner,
  .common-features-prev .modal-inner {
    text-align: center;
    margin: 0 auto;
  }
  #common-features .modal-inner h2,
  .common-features .modal-inner h2,
  #common-features-prev .modal-inner h2,
  .common-features-prev .modal-inner h2 {
    margin-top: 8.2089552239%;
    margin-bottom: 6.7164179104%;
  }
  #common-features .modal-inner h2 span,
  .common-features .modal-inner h2 span,
  #common-features-prev .modal-inner h2 span,
  .common-features-prev .modal-inner h2 span {
    vertical-align: top;
    position: relative;
    top: 0.1rem;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #common-features .modal-inner h2 span,
  .common-features .modal-inner h2 span,
  #common-features-prev .modal-inner h2 span,
  .common-features-prev .modal-inner h2 span {
    font-size: 11.1111111111px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #common-features .modal-inner h2 span,
  .common-features .modal-inner h2 span,
  #common-features-prev .modal-inner h2 span,
  .common-features-prev .modal-inner h2 span {
    font-size: 12.5px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #common-features .modal-inner h2 span,
  .common-features .modal-inner h2 span,
  #common-features-prev .modal-inner h2 span,
  .common-features-prev .modal-inner h2 span {
    font-size: 16.6666666667px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 758px) {
  #common-features .modal-inner h2 p.sub,
  .common-features .modal-inner h2 p.sub,
  #common-features-prev .modal-inner h2 p.sub,
  .common-features-prev .modal-inner h2 p.sub {
    text-align: center;
    color: #d6b43c;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #common-features .modal-inner h2 p.sub,
  .common-features .modal-inner h2 p.sub,
  #common-features-prev .modal-inner h2 p.sub,
  .common-features-prev .modal-inner h2 p.sub {
    font-size: 11.1111111111px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #common-features .modal-inner h2 p.sub,
  .common-features .modal-inner h2 p.sub,
  #common-features-prev .modal-inner h2 p.sub,
  .common-features-prev .modal-inner h2 p.sub {
    font-size: 12.5px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #common-features .modal-inner h2 p.sub,
  .common-features .modal-inner h2 p.sub,
  #common-features-prev .modal-inner h2 p.sub,
  .common-features-prev .modal-inner h2 p.sub {
    font-size: 16.6666666667px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 758px) {
  #common-features .modal-inner .lead,
  .common-features .modal-inner .lead,
  #common-features-prev .modal-inner .lead,
  .common-features-prev .modal-inner .lead {
    text-align: center;
    display: inline-block;
  }
  #common-features .modal-inner .lead p,
  .common-features .modal-inner .lead p,
  #common-features-prev .modal-inner .lead p,
  .common-features-prev .modal-inner .lead p {
    white-space: nowrap;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #common-features .modal-inner .lead p,
  .common-features .modal-inner .lead p,
  #common-features-prev .modal-inner .lead p,
  .common-features-prev .modal-inner .lead p {
    font-size: 16.6666666667px;
    font-size: 4vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #common-features .modal-inner .lead p,
  .common-features .modal-inner .lead p,
  #common-features-prev .modal-inner .lead p,
  .common-features-prev .modal-inner .lead p {
    font-size: 18.75px;
    font-size: 4vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #common-features .modal-inner .lead p,
  .common-features .modal-inner .lead p,
  #common-features-prev .modal-inner .lead p,
  .common-features-prev .modal-inner .lead p {
    font-size: 25px;
    font-size: 4vw;
  }
}

@media all and (max-width: 758px) {
  #common-features .modal-inner .lead p span,
  .common-features .modal-inner .lead p span,
  #common-features-prev .modal-inner .lead p span,
  .common-features-prev .modal-inner .lead p span {
    vertical-align: top;
    position: relative;
    top: -0.1rem;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #common-features .modal-inner .lead p span,
  .common-features .modal-inner .lead p span,
  #common-features-prev .modal-inner .lead p span,
  .common-features-prev .modal-inner .lead p span {
    font-size: 11.1111111111px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #common-features .modal-inner .lead p span,
  .common-features .modal-inner .lead p span,
  #common-features-prev .modal-inner .lead p span,
  .common-features-prev .modal-inner .lead p span {
    font-size: 12.5px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #common-features .modal-inner .lead p span,
  .common-features .modal-inner .lead p span,
  #common-features-prev .modal-inner .lead p span,
  .common-features-prev .modal-inner .lead p span {
    font-size: 16.6666666667px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 758px) {
  #common-features .modal-inner .lead .note,
  .common-features .modal-inner .lead .note,
  #common-features-prev .modal-inner .lead .note,
  .common-features-prev .modal-inner .lead .note {
    margin-bottom: 5.9701492537%;
  }
  #common-features .modal-inner .note,
  .common-features .modal-inner .note,
  #common-features-prev .modal-inner .note,
  .common-features-prev .modal-inner .note {
    margin-top: 1.4925373134%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: right;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #common-features .modal-inner .note,
  .common-features .modal-inner .note,
  #common-features-prev .modal-inner .note,
  .common-features-prev .modal-inner .note {
    font-size: 8.8888888889px;
    font-size: 2.1333333333vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #common-features .modal-inner .note,
  .common-features .modal-inner .note,
  #common-features-prev .modal-inner .note,
  .common-features-prev .modal-inner .note {
    font-size: 10px;
    font-size: 2.1333333333vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #common-features .modal-inner .note,
  .common-features .modal-inner .note,
  #common-features-prev .modal-inner .note,
  .common-features-prev .modal-inner .note {
    font-size: 13.3333333333px;
    font-size: 2.1333333333vw;
  }
}

@media all and (max-width: 758px) {
  #common-features .modal-inner h3,
  .common-features .modal-inner h3,
  #common-features-prev .modal-inner h3,
  .common-features-prev .modal-inner h3 {
    width: 100%;
    text-align: center;
  }
  #common-features .modal-inner h3 p,
  .common-features .modal-inner h3 p,
  #common-features-prev .modal-inner h3 p,
  .common-features-prev .modal-inner h3 p {
    display: inline-block;
  }
  #common-features .modal-inner h3.num2,
  .common-features .modal-inner h3.num2,
  #common-features-prev .modal-inner h3.num2,
  .common-features-prev .modal-inner h3.num2 {
    margin: 0 auto;
    padding-bottom: 7.4626865672%;
  }
  #common-features .modal-inner p.caption,
  .common-features .modal-inner p.caption,
  #common-features-prev .modal-inner p.caption,
  .common-features-prev .modal-inner p.caption {
    margin-bottom: 8.9552238806%;
  }
  #common-features .modal-inner .image-area,
  .common-features .modal-inner .image-area,
  #common-features-prev .modal-inner .image-area,
  .common-features-prev .modal-inner .image-area {
    line-height: 0;
  }
  #common-features .modal-inner .image-area,
  .common-features .modal-inner .image-area {
    padding-top: 75.0819672131%;
  }
  #common-features .modal-inner .inner1 h3 p,
  .common-features .modal-inner .inner1 h3 p {
    white-space: nowrap;
  }
  #common-features-prev .modal-inner .inner .image-area,
  .common-features-prev .modal-inner .inner .image-area {
    padding-top: 0;
  }
  #common-features-prev .modal-inner h3.num1,
  .common-features-prev .modal-inner h3.num1 {
    margin: 0 auto;
    padding-bottom: 7.4626865672%;
    width: 91.0447761194%;
  }
  #common-features-prev .modal-inner .inner1 h3 p,
  #common-features-prev .modal-inner .inner2 h3 p,
  .common-features-prev .modal-inner .inner1 h3 p,
  .common-features-prev .modal-inner .inner2 h3 p {
    white-space: nowrap;
  }
  #common-features-prev .modal-inner h3.num2,
  .common-features-prev .modal-inner h3.num2 {
    margin-top: 8.9552238806%;
  }
}

@media all and (min-width: 759px) {
  /* Style adjustments for viewports 769px and over go here */
  html {
    font-size: 62.5%;
  }
  * {
    -ms-interpolation-mode: bicubic;
  }
  body {
    background: #fff;
    margin: 0;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    opacity: 0;
  }
  body.loadend {
    opacity: 1;
  }
  body > img {
    display: none;
  }
  h1, h2, h3, h4, h5, h6 {
    margin: 0;
    letter-spacing: 0.04rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  li {
    list-style-type: none;
  }
  ul {
    padding: 0;
  }
  p {
    margin: 0;
    letter-spacing: 0.04rem;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  span, div {
    font-size: 14px;
    font-size: 1.4rem;
  }
  iframe {
    border: 0;
  }
  .sp {
    display: none !important;
  }
  body.page-fixed {
    overflow: hidden;
    height: 100%;
  }
  body.navi-opened header a.navi-button span {
    background: #d6b43c;
  }
  body.navi-opened header a.navi-button .bar1 {
    -ms-transform: translate(0, 0) rotate(405deg);
    -webkit-transform: translate(0, 0) rotate(405deg);
    transform: translate(0, 0) rotate(405deg);
    top: 46.4285714286%;
  }
  body.navi-opened header a.navi-button .bar2 {
    opacity: 0;
  }
  body.navi-opened header a.navi-button .bar3 {
    -ms-transform: translate(0, 0) rotate(-405deg);
    -webkit-transform: translate(0, 0) rotate(-405deg);
    transform: translate(0, 0) rotate(-405deg);
    top: 46.4285714286%;
  }
  body.navi-opened #navi-area {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: block;
    pointer-events: all;
  }
  body.navi-opened #navi-area .menu-inner {
    transition: display 0ms cubic-bezier(0.215, 0.61, 0.355, 1) 400ms;
    /* easeOutQuint */
    display: block;
  }
  /*--------------------------------------------------
* Header
* --------------------------------------------------*/
  header {
    width: 100vw;
    min-width: 1024px;
    text-align: center;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 10;
    height: 60px;
    transition: background 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    /* easeOutQuint */
  }
  header #header-link {
    font-size: 0;
    text-align: left;
    width: 600px;
    right: 9.27734375%;
    position: absolute;
    margin-top: 20px;
  }
  header #header-link a {
    will-change: opacity, transform;
    display: inline-block;
    opacity: 0;
    pointer-events: none;
    -ms-transform: translate(0, -20%);
    -webkit-transform: translate(0, -20%);
    transform: translate(0, -20%);
    transition: all 140ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    /* easeOutQuint */
    margin-right: 5%;
  }
  header #header-link a:last-child {
    margin-right: 0;
  }
  header #header-link a span {
    display: inline-block;
    line-height: 0;
    width: 8px;
    margin-right: 6px;
    transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    /* easeOutQuint */
  }
  header #header-link a span img {
    width: 100%;
    opacity: 1;
    transition: opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    /* easeOutQuint */
  }
  header #header-link a p {
    transition: color 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    /* easeOutQuint */
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    color: #242424;
  }
  header #header-link .moist span {
    background: url("../../img/common/triangle-red.svg") top left no-repeat;
    background-size: contain;
  }
  header #header-link .moist:hover span img {
    opacity: 0;
  }
  header #header-link .moist:hover p {
    color: #e60517;
  }
  header #header-link .smooth span {
    background: url("../../img/common/triangle-blue.svg") top left no-repeat;
    background-size: contain;
  }
  header #header-link .smooth:hover span img {
    opacity: 0;
  }
  header #header-link .smooth:hover p {
    color: #00a6c0;
  }
  header #header-link .volume span {
    background: url("../../img/common/triangle-pink.svg") top left no-repeat;
    background-size: contain;
  }
  header #header-link .volume:hover span img {
    opacity: 0;
  }
  header #header-link .volume:hover p {
    color: #ff5ecf;
  }
  header #header-link .list span {
    background: url("../../img/common/triangle-y.svg") top left no-repeat;
    background-size: contain;
  }
  header #header-link .list:hover span img {
    opacity: 0;
  }
  header #header-link .list:hover p {
    color: #d6b43c;
  }
  header .header-inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
  }
  header .header-inner a.logo-area {
    line-height: 0;
    display: block;
    width: 235px;
    position: absolute;
    top: 18px;
    left: 30px;
    transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    /* easeOutQuint */
  }
  header .header-inner a.logo-area img {
    width: 235px;
    height: 21px;
    transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    /* easeOutQuint */
  }
  header a.navi-button {
    display: block;
    width: 32px;
    padding-top: 32px;
    position: absolute;
    top: 0;
    margin-top: 14px;
    right: 30px;
  }
  header a.navi-button span {
    display: block;
    position: absolute;
    width: 28px;
    padding-top: 2px;
    background: #fff;
    will-change: transform;
    moz-transform-origin: 50%;
    -ms-transform-origin: 50%;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    /*
      &:before {
        content: '';
        display: block;
        position: absolute;
        background: #fff;
        height: 2px;
        width: 100%;
        right: 1px;
        top: -1px;
        z-index: 0;
      }*/
  }
  header a.navi-button .bar1 {
    top: 17.8571428571%;
  }
  header a.navi-button .bar2 {
    top: 46.4285714286%;
  }
  header a.navi-button .bar3 {
    top: 75%;
  }
  header a.navi-button:hover .bar1 {
    -ms-transform: translate(4px, 0) rotate(0);
    -webkit-transform: translate(4px, 0) rotate(0);
    transform: translate(4px, 0) rotate(0);
  }
  header a.navi-button:hover .bar3 {
    -ms-transform: translate(-4px, 0) rotate(0);
    -webkit-transform: translate(-4px, 0) rotate(0);
    transform: translate(-4px, 0) rotate(0);
  }
  body.fixed-scroll header {
    background: #FFF;
    transition: background 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 100ms;
    /* easeOutQuint */
  }
  body.fixed-scroll header #header-link a {
    pointer-events: all;
    opacity: 1;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  body.fixed-scroll header #header-link .moist {
    transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 100ms;
    /* easeOutQuint */
  }
  body.fixed-scroll header #header-link .smooth {
    transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms;
    /* easeOutQuint */
  }
  body.fixed-scroll header #header-link .volume {
    transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 300ms;
    /* easeOutQuint */
  }
  body.fixed-scroll header #header-link .list {
    transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 400ms;
    /* easeOutQuint */
  }
  body.fixed-scroll header a.logo-area {
    background: url("../../img/tsubaki.png") top left no-repeat;
    background-size: contain;
  }
  body.fixed-scroll header a.logo-area img {
    opacity: 0;
  }
  body.fixed-scroll a.navi-button span {
    background: #d6b43c;
  }
  /*--------------------------------------------------
* lazy
* --------------------------------------------------*/
  .lazy {
    opacity: 0;
    will-change: transform, opacity;
    -ms-transform: translate(0, 40px);
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);
    transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 100ms;
    /* easeOutQuint */
  }
  .lazy.appear {
    opacity: 1;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  /*--------------------------------------------------
* Page
* --------------------------------------------------*/
  #page {
    min-width: 1024px;
    width: 100%;
  }
  /*--------------------------------------------------
* Section
* --------------------------------------------------*/
  section {
    width: 100%;
  }
  section .section-inner {
    width: 1024px;
    margin: 0 auto;
  }
  /*--------------------------------------------------
* Footer
* --------------------------------------------------*/
  .footer-nav {
    min-width: 1024px;
  }
  #footer-sharearea {
    padding-bottom: 40px;
  }
  #footer-sharearea ul {
    margin: 0;
    border-bottom: 1px solid #a6a6a6;
    border-top: 1px solid #a6a6a6;
    width: 100%;
    position: relative;
    padding-top: 80px;
  }
  #footer-sharearea li {
    position: absolute;
    height: 36px;
    border-right: 1px solid #a6a6a6;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
  }
  #footer-sharearea li a {
    line-height: 1;
    position: relative;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
  }
  #footer-sharearea li a.blank:after {
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    /* easeOutQuint */
    content: '';
    background: url("../../img/blank.png") top left no-repeat;
    background-size: contain;
    width: 13px;
    height: 0;
    position: relative;
    padding-top: 12px;
    display: inline-block;
    margin-left: 11px;
  }
  #footer-sharearea li a p {
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    /* easeOutQuint */
    display: inline-block;
    letter-spacing: 0.1rem;
    position: relative;
  }
  #footer-sharearea li a p:after {
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    /* easeOutQuint */
    content: '';
    position: absolute;
    width: 100%;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    left: 0;
    bottom: -3px;
    height: 1px;
    background: #a6a6a6;
  }
  #footer-sharearea li a:hover.blank:after {
    opacity: 0.7;
  }
  #footer-sharearea li a:hover p:after {
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  /*----------------------------------------------------------------------------*/
  #footer-sharearea li.footer-faq {
      left: 695px;
      border-right: 0px;
      width: 310px;
  }
    
  #footer-sharearea li.footer-silicone {
    width: 205px;
    left: 810px;
    border-right: 0;
  }
  #footer-sharearea li .footer-in {
    display: inline-block;
    zoom: 100%;
    display: block;
  }
  #footer-sharearea li .footer-in:after {
    content: url("data:image/gif;base64,R0lGODlhZAAUAIAAAAD//wAAACH5BAEAAAAALAAAAABkABQAAAIshI+py+0Po5y02ouz3rz7D4biSJbmiabqyrbuC8fyTNf2jef6zvf+DwwKZwUAOw==");
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  #footer-sharearea li .footer-in img {
    width: 22px;
    margin-left: 14px;
    float: left;
  }
  #footer-sharearea li .footer-in p {
    font-size: 14px;
    font-size: 1.4rem;
    position: absolute;
    top: 50%;
    left: 56px;
    letter-spacing: 0.14rem;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  #footer-sharearea li.footer-instagram {
    width: 310px;
    left: 30px;
  }
  /*----------------------------------------------------------------------------*/
  #footer-sharearea li.footer-instagram-tw {
    left: 350px;
    padding-right: 15px;
    width:350px;
  }
    
  #footer-sharearea li.footer-sns {
    width: 202px;
    left: 344px;
    text-align: center;
    font-size: 0;
    vertical-align: top;
    white-space: nowrap;
  }
  #footer-sharearea li.footer-sns div {
    display: inline-block;
    vertical-align: top;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: relative;
  }
  #footer-sharearea li.footer-sns div a {
    margin: 0 auto;
    position: relative;
    line-height: 0;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    left: 0;
    width: 100%;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0;
  }
  #footer-sharearea li.footer-sns div a:hover .color {
    transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    /* easeOutQuint */
    opacity: 1;
  }
  #footer-sharearea li.footer-sns div a:hover img.mono {
    opacity: 0;
  }
  #footer-sharearea li.footer-sns div img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    will-change: opacity;
    transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    /* easeOutQuint */
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  #footer-sharearea li.footer-sns div .color {
    transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 100ms;
    /* easeOutQuint */
    opacity: 0;
  }
  #footer-sharearea li.footer-sns .footer-fb {
    width: 50px;
  }
  #footer-sharearea li.footer-sns .footer-fb a {
    padding-top: 32px;
  }
  #footer-sharearea li.footer-sns .footer-fb img {
    width: 11px;
  }
  #footer-sharearea li.footer-sns .footer-tw {
    width: 50px;
  }
  #footer-sharearea li.footer-sns .footer-tw a {
    padding-top: 32px;
  }
  #footer-sharearea li.footer-sns .footer-tw img {
    width: 18px;
  }
  #footer-sharearea li.footer-sns .footer-ln {
    width: 50px;
    line-height: 1;
  }
  #footer-sharearea li.footer-sns .footer-ln iframe {
    opacity: 0;
    height: 20px;
  }
  #footer-sharearea li.footer-sns .footer-ln img {
    width: 20px;
  }
  #footer-tsubaki {
    background: #e60012;
    line-height: 0;
    text-align: center;
    padding: 25px 0;
  }
  #footer-tsubaki img {
    width: 230px;
  }
  /*--------------------------------------------------
* Navi
* --------------------------------------------------*/
  .navi-button {
    z-index: 302;
  }
  #navi-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    width: 100vw;
    height: 100%;
    z-index: 301;
    margin: 0 auto;
    background: #FFF;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    pointer-events: none;
    will-change: transform;
    transition: -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  #navi-area .wrap {
    line-height: 0;
    margin-top: 30px;
    padding-top: 30px;
    position: relative;
  }
  #navi-area .wrap:before {
    content: '';
    position: absolute;
    top: 0;
    width: 20px;
    height: 1px;
    background: #d6b43c;
    left: 0;
    right: 0;
    margin: auto;
  }
  #navi-area .slider {
    margin: 0;
  }
  #navi-area .slider li a {
    display: block;
    line-height: 0;
  }
  #navi-area .slider li img {
    width: 100%;
  }
  #navi-area .menu-inner {
    display: none;
    width: 1024px;
    margin: 0 auto;
    padding: 75px 0;
  }
  #navi-area .menu-inner p.menu-title {
    font-size: 30px;
    font-size: 3.0rem;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.1rem;
    margin-bottom: 70px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
    color: #d6b43c;
  }
  #navi-area .menu-inner .menu-home {
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
    display: inline-block;
    letter-spacing: 0.15rem;
    color: #d6b43c;
    margin-bottom: 75px;
    position: relative;
  }
  #navi-area .menu-inner .menu-home:after, #navi-area .menu-inner .menu-home:before {
    transition: all 50ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    content: '';
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #d6b43c;
    moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  #navi-area .menu-inner .menu-home:before {
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 100ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  #navi-area .menu-inner .menu-home:hover:after {
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  #navi-area .menu-inner .menu-home:hover:before {
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  #navi-area .menu-inner .menu-home span {
    display: inline-block;
    margin-right: 10px;
    width: 10px;
    height: 13px;
    line-height: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-20px, -50%);
    -webkit-transform: translate(-20px, -50%);
    transform: translate(-20px, -50%);
  }
  #navi-area .menu-inner .menu-home span img {
    width: 100%;
  }
  #navi-area .menu-inner h2 {
    color: #d6b43c;
    text-align: center;
    position: relative;
    line-height: 0.8;
    letter-spacing: 0.15rem;
    margin-bottom: 30px;
    font-weight: normal;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
    font-size: 22px;
    font-size: 2.2rem;
  }
  #navi-area .menu-inner h2:after {
    position: absolute;
    width: 20px;
    height: 1px;
    background: #d6b43c;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  #navi-area .menu-inner .navi-campaign {
    display: none;
  }
  #navi-area .menu-inner .campaignlist {
    margin-bottom: 80px;
  }
  #navi-area .menu-inner a.prevlist {
    text-align: left;
    padding: 19px 0;
  }
  #navi-area .menu-inner a.prevlist p {
    line-height: 1.5;
    left: 49px;
  }
  #navi-area .menu-inner a.prevlist p:before {
    left: -20px;
  }
  #navi-area .menu-inner a.prevlist .image-area {
    position: absolute;
    right: 22px;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 0;
  }
  #navi-area .menu-inner .menu-mask .image-area {
    background: url("../../img/common/navi/navi-mask.png") bottom left no-repeat;
    background-size: contain;
    width: 80px;
    padding-top: 44px;
  }
  #navi-area .menu-inner .menu-red .image-area {
    background: url("../../img/common/navi/navi-red.png") bottom left no-repeat;
    background-size: contain;
    width: 20px;
    padding-top: 47px;
  }
  #navi-area .menu-inner .menu-white .image-area {
    background: url("../../img/common/navi/navi-white.png") bottom left no-repeat;
    background-size: contain;
    width: 20px;
    padding-top: 47px;
  }
  #navi-area .menu-inner .menu-purple .image-area {
    background: url("../../img/common/navi/navi-purple.png") bottom left no-repeat;
    background-size: contain;
    width: 20px;
    padding-top: 47px;
  }
  a.menu-link {
    display: inline-block;
    position: relative;
    background: #e9e9e9;
    border: 1px solid #ccc;
    margin: 0 3px 0 0;
    width: 318px;
    box-sizing: border-box;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  a.menu-link:last-child {
    margin-right: 0;
  }
  a.menu-link:hover {
    background: #fff;
  }
  a.menu-link p {
    font-size: 15px;
    font-size: 1.5rem;
    display: inline-block;
    white-space: nowrap;
    position: relative;
  }
  a.menu-link p:before {
    position: absolute;
    top: 50%;
    left: -15px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: inline-block;
    content: '';
    margin-right: 3px;
    height: 0;
    line-height: 0;
    width: 9px;
    height: 14px;
    background: url("../../img/common/triangle-g.svg") center right no-repeat;
    background-size: contain;
  }
  a.newlist {
    padding-top: 126px;
  }
  a.newlist p {
    text-align: left;
    position: absolute;
    top: 50%;
    letter-spacing: 0.1em;
    letter-spacing: 0.06rem;
    line-height: 1;
    left: 28px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  a.newlist .image-area {
    width: 135px;
    padding-top: 128px;
    position: absolute;
    height: 0;
    bottom: 0;
    right: 0;
    margin-right: 10px;
  }
  a.newlist.menu-moist .image-area {
    background: url("../../img/common/navi/navi-moist.png") bottom left no-repeat;
    background-size: contain;
  }
  a.newlist.menu-smooth p {
    letter-spacing: 0.02em;
    letter-spacing: 0.02rem;
  }
  a.newlist.menu-smooth .image-area {
    background: url("../../img/common/navi/navi-smooth.png") bottom left no-repeat;
    background-size: contain;
  }
  a.newlist.menu-volume .image-area {
    background: url("../../img/common/navi/navi-volume.png") bottom left no-repeat;
    background-size: contain;
  }
  a.newlist.menu-list .image-area {
    background: url("../../img/common/navi/navi-list.png") bottom left no-repeat;
    background-size: contain;
  }
  #topto {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  #topto .section-inner {
    text-align: center;
    position: relative;
    padding-top: 55px;
  }
  #topto a {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    line-height: 1;
    letter-spacing: 0.06rem;
    font-size: 18px;
    font-size: 1.8rem;
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    /* easeOutQuint */
  }
  #topto a:before, #topto a:after {
    content: '';
    top: 0;
    position: absolute;
    width: 1px;
    height: 0;
    padding-top: 35px;
    background: #242424;
    moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    transition: all 50ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: auto;
    left: 0;
    right: 0;
  }
  #topto a:after {
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 100ms;
    /* easeOutQuint */
  }
  #topto a:hover {
    color: #777;
  }
  #topto a:hover:before {
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  #topto a:hover:after {
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  /*--------------------------------------------------
* Modal
* --------------------------------------------------*/
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    width: 100vw;
    height: 100%;
    z-index: 304;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: display, opacity;
    display: none;
    opacity: 0;
  }
  a.campaignlist {
    text-align: center;
    display: block;
    position: relative;
  }
  a.campaignlist p {
    font-size: 19px;
    font-size: 1.9rem;
    display: inline-block;
    color: #d6b43c;
    line-height: 1;
    padding-bottom: 10px;
    position: relative;
  }
  a.campaignlist p:after {
    content: '';
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #d6b43c;
  }
  a.campaignlist span {
    top: 0px;
    width: 11px;
    display: inline-block;
    position: relative;
    line-height: 0;
    margin-right: 10px;
  }
  a.campaignlist span img {
    width: 100%;
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    width: 100vw;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
  }
  .disabled {
    pointer-events: none;
    background: #999 !important;
    border: #999 1px solid !important;
    opacity: 0.6;
  }
  /*--------------------------------------------------
* 共通の特長
* --------------------------------------------------*/
  .modal-inner {
    background: #FFF;
    position: relative;
    width: 920px;
    padding: 0 20px;
    border: #d6b43c 1px solid;
    text-align: center;
  }
  .modal-inner a.close-button {
    width: 30px;
    position: absolute;
    display: block;
    background: url("../../img/close.svg") top left no-repeat;
    background-size: contain;
    height: 0;
    padding-top: 30px;
    right: 20px;
    margin-top: 20px;
  }
  .modal-inner h2 {
    text-align: center;
    color: #d6b43c;
    font-weight: normal;
    letter-spacing: 0.2rem;
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 20px;
    font-size: 2.0rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .modal-inner .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px;
  }
  .modal-inner .wrap .inner {
    padding: 0;
  }
  .modal-inner .lead {
    display: inline-block;
    margin-bottom: 30px;
  }
  .modal-inner .lead p {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
    text-align: center;
    line-height: 1.5;
    color: #242424;
  }
  .modal-inner .lead span {
    font-size: 12px;
    font-size: 1.2rem;
    vertical-align: top;
    position: relative;
    top: 0;
  }
  .modal-inner .lead .note {
    display: block;
    text-align: right;
    font-size: 10px;
    font-size: 1.0rem;
    color: #242424;
    letter-spacing: 0.08rem;
  }
  .modal-inner .inner {
    margin: 0;
  }
  .modal-inner .inner1 {
    width: 458px;
  }
  .modal-inner .inner2 {
    width: 374px;
  }
  .modal-inner h3.num2 {
    width: 100%;
    margin-bottom: 50px;
  }
  .modal-inner h3.num2 p {
    width: 307px;
  }
  .modal-inner h3 .num {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    border: #242424 1px solid;
    line-height: 0.8;
    width: 32px;
    padding: 10px 0;
    margin-right: 16px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .modal-inner h3 p {
    vertical-align: top;
    width: 320px;
    display: inline-block;
    font-size: 15px;
    font-size: 1.5rem;
    text-align: left;
    color: #242424;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.4;
    letter-spacing: 0.2rem;
  }
  .modal-inner h3 p span {
    font-size: 12px;
    font-size: 1.2rem;
    vertical-align: top;
    position: relative;
    top: -0.1rem;
  }
  .modal-inner h3 .note {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: right;
    font-weight: normal;
  }
  .modal-inner .components {
    background: url("../../img/5_components_sp.png") top right no-repeat;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-top: 395px;
  }
  .modal-inner .image-area {
    width: 100%;
    height: 282px;
  }
  .modal-inner p.caption {
    color: #242424;
    line-height: 1.5;
    letter-spacing: 0.1rem;
    text-align: center;
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 4.0983606557%;
  }
  #video-modal .modal-inner {
    margin: auto;
    border: none;
    background: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 520px;
  }
  #video-modal .modal-inner a.close-button {
    right: -50px;
    top: 0;
    margin-top: 0;
  }
  #video-modal .modal-inner iframe {
    height: 100%;
    width: 100%;
  }
  #common-features .modal-inner,
  .common-features .modal-inner,
  #common-features-prev .modal-inner,
  .common-features-prev .modal-inner {
    width: 960px;
    margin: 0 auto;
    text-align: center;
  }
  #common-features .modal-inner h2,
  .common-features .modal-inner h2,
  #common-features-prev .modal-inner h2,
  .common-features-prev .modal-inner h2 {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.5;
  }
  #common-features .modal-inner h2 span,
  .common-features .modal-inner h2 span,
  #common-features-prev .modal-inner h2 span,
  .common-features-prev .modal-inner h2 span {
    font-size: 12px;
    font-size: 1.2rem;
    vertical-align: top;
    position: relative;
    top: 0rem;
  }
  #common-features .modal-inner h2 p.sub,
  .common-features .modal-inner h2 p.sub,
  #common-features-prev .modal-inner h2 p.sub,
  .common-features-prev .modal-inner h2 p.sub {
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    color: #d6b43c;
  }
  #common-features .modal-inner h3.num2,
  .common-features .modal-inner h3.num2,
  #common-features-prev .modal-inner h3.num2,
  .common-features-prev .modal-inner h3.num2 {
    margin-bottom: 60px;
  }
  #common-features .modal-inner p.caption,
  .common-features .modal-inner p.caption,
  #common-features-prev .modal-inner p.caption,
  .common-features-prev .modal-inner p.caption {
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
  }
  #common-features .modal-inner .image-area,
  .common-features .modal-inner .image-area,
  #common-features-prev .modal-inner .image-area,
  .common-features-prev .modal-inner .image-area {
    line-height: 0;
  }
  #common-features .modal-inner .image-area img,
  .common-features .modal-inner .image-area img,
  #common-features-prev .modal-inner .image-area img,
  .common-features-prev .modal-inner .image-area img {
    width: 100%;
  }
  #common-features .modal-inner .wrap,
  .common-features .modal-inner .wrap {
    margin-bottom: 40px;
  }
  #common-features .modal-inner .inner,
  .common-features .modal-inner .inner {
    width: 374px;
    overflow: visible;
  }
  #common-features .modal-inner .inner h3 p,
  .common-features .modal-inner .inner h3 p {
    line-height: 1.7;
  }
  #common-features .modal-inner .inner1,
  .common-features .modal-inner .inner1 {
    position: relative;
    padding: 0 50px 0 0;
  }
  #common-features .modal-inner .inner1 h3 p,
  .common-features .modal-inner .inner1 h3 p {
    width: 310px;
  }
  #common-features .modal-inner .inner1 .components,
  .common-features .modal-inner .inner1 .components {
    position: relative;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    width: 420px;
  }
  #common-features .modal-inner .inner2,
  .common-features .modal-inner .inner2 {
    margin: 0;
    padding: 0 0 0 50px;
    border-left: #e5e5e5 1px solid;
  }
  #common-features-prev .modal-inner h3,
  .common-features-prev .modal-inner h3 {
    margin-bottom: 25px;
  }
  #common-features-prev .modal-inner h3.num1 p,
  .common-features-prev .modal-inner h3.num1 p {
    width: 310px;
  }
  #common-features-prev .modal-inner h3.num2,
  .common-features-prev .modal-inner h3.num2 {
    margin-bottom: 25px;
  }
  #common-features-prev .modal-inner h3.num2 p,
  .common-features-prev .modal-inner h3.num2 p {
    width: 300px;
  }
  #common-features-prev .modal-inner .inner1,
  .common-features-prev .modal-inner .inner1 {
    width: 373px;
    padding: 0 60px 0 0;
  }
  #common-features-prev .modal-inner .inner1 .image-area,
  .common-features-prev .modal-inner .inner1 .image-area {
    height: auto;
  }
  #common-features-prev .modal-inner .inner2,
  .common-features-prev .modal-inner .inner2 {
    width: 358px;
    padding: 0 0 0 60px;
    border-left: #e5e5e5 1px solid;
  }
  #common-features-prev .modal-inner .inner2 .image-area,
  .common-features-prev .modal-inner .inner2 .image-area {
    height: auto;
    margin-bottom: 15px;
  }
}

@media all and (max-width: 758px) {
  html {
    overflow: auto;
  }
  body.page-fixed {
    /* overflow: hidden;
  height: 100%;
  background: none;
  #contents {
    pointer-events: none;
  } */
  }
  header .header-inner a.logo-area {
    display: none;
  }
  #topto {
    padding-bottom: 16%;
  }
  /*--------------------------------------------------
* Slideshow
* --------------------------------------------------*/
  .slideshow-base {
    position: relative;
  }
  .slideshow-cont {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
  }
  .slideshow {
    height: 100%;
    width: 100%;
  }
  .slideshow.active {
    opacity: 1;
  }
  .slideshow.active a {
    pointer-events: all;
  }
  .slideshow a {
    width: 100%;
    pointer-events: none;
    display: block;
    line-height: 0;
  }
  .slideshow a img {
    width: 100%;
  }
  .slideshow.slide1 a {
    background-size: cover;
  }
  #slideshow_dots {
    position: relative;
    top: 5px;
    bottom: 0;
    width: 100%;
    display: block;
    margin: 0 auto 8.2666666667%;
    height: 0;
    text-align: center;
    font-size: 0;
  }
  #slideshow_dots a {
    width: 2.4%;
    padding-top: 2.4%;
    height: 0;
    border: #c2c2c2 1px solid;
    background: #FFF;
    border-radius: 50%;
    margin: 0 1.4666666667%;
    display: inline-block;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #slideshow_dots a.active {
    background: #c2c2c2;
  }
  /*--------------------------------------------------
* Main
* --------------------------------------------------*/
  #title-area {
    overflow: hidden;
    position: relative;
    padding-bottom: 0;
  }
  #title-area .section-inner {
    border-top: transparent 1px solid;
    position: relative;
    width: 100%;
  }
  #title-area .image-area {
    position: absolute;
    background: url("../../img/flower.jpg") top left no-repeat;
    background-size: contain;
    width: 158.133333333%;
    padding-top: 146.666666667%;
    height: 0;
    top: 0;
    margin-top: -14.4%;
    left: -25.0666666667%;
    z-index: 0;
  }
  @supports (background: -webkit-image-set(url("../../img/flower.webp"))) {
    #title-area .image-area {
      background: -webkit-image-set(url("../../img/flower.webp")) top left no-repeat;
    }
  }
  #title-area h1 {
    width: 67.2%;
    line-height: 0;
    margin-top: 0.8%;
    margin-left: 25%;
    background: url("../../img/top/main_title.png") top left no-repeat;
    background-size: contain;
    position: relative;
    height: 0;
    padding-top: 44.2666666667%;
  }
  #title-area h1 img,
  #title-area h1 picture,
  #title-area h1 source {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
  }
  #title-area h1 p {
    opacity: 0;
    position: absolute;
  }
  #title-area h2 {
    width: 40.1333333333%;
    padding-top: 4%;
    padding-bottom: 0;
    line-height: 0;
    position: relative;
    margin: 23.2% auto 1.3333333333% 31.2%;
  }
  #title-area h2:after {
    display: none;
  }
  #title-area h2 p {
    color: #FFF;
    opacity: 0;
    position: absolute;
  }
  #title-area .products {
    position: relative;
    width: 31.2%;
    line-height: 0;
    margin: 0 auto 0 34.1333333333%;
  }
  #title-area .products img,
  #title-area .products source,
  #title-area .products picture {
    width: 100%;
  }
  #title-area .new {
    position: absolute;
    line-height: 0;
    width: 15.7333333333%;
    right: 19.2%;
    margin-top: 73.8666666667%;
    top: 0;
  }
  #title-area .new img {
    width: 100%;
  }
  /*--------------------------------------------------
* 5Components
* --------------------------------------------------*/
  #components {
    position: relative;
    margin-top: -3.7333333333%;
  }
  #components .lead {
    width: 86.9333333333%;
    margin: 0 auto 1.6% 7.7333333333%;
    line-height: 1.6;
    letter-spacing: 0.1rem;
    font-weight: normal;
    text-align: center;
    color: #242424;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #components .lead {
    font-size: 13.3333333333px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #components .lead {
    font-size: 15px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #components .lead {
    font-size: 20px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) {
  #components .lead img {
    width: 100%;
  }
  #components .lead span {
    vertical-align: top;
    position: relative;
    top: 0.2rem;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #components .lead span {
    font-size: 6.6666666667px;
    font-size: 1.6vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #components .lead span {
    font-size: 7.5px;
    font-size: 1.6vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #components .lead span {
    font-size: 10px;
    font-size: 1.6vw;
  }
}

@media all and (max-width: 758px) {
  #components .note {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #242424;
    text-align: right;
    margin: 0 14.6666666667% 2.6666666667% auto;
    line-height: 1;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #components .note {
    font-size: 10px;
    font-size: 2.4vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #components .note {
    font-size: 11.25px;
    font-size: 2.4vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #components .note {
    font-size: 15px;
    font-size: 2.4vw;
  }
}

@media all and (max-width: 758px) {
  #components .note img {
    width: 100%;
  }
  #components .five-components {
    margin: 0 auto 10.6666666667% 13.3333333333%;
    width: 75.3333333333%;
    padding-top: 21.3333333333%;
    height: 0;
    background: url("../../img/top/5components_sp.png") top center no-repeat;
    background-size: contain;
  }
  #components a.characteristic-button {
    display: block;
    border: #d6b43c 1px solid;
    width: 81.3333333333%;
    margin: 0 auto;
    position: relative;
    padding: 5.5737704918% 0;
  }
  #components a.characteristic-button p {
    color: #242424;
    text-align: center;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #components a.characteristic-button p {
    font-size: 14.4444444444px;
    font-size: 3.4666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #components a.characteristic-button p {
    font-size: 16.25px;
    font-size: 3.4666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #components a.characteristic-button p {
    font-size: 21.6666666667px;
    font-size: 3.4666666667vw;
  }
}

@media all and (max-width: 758px) {
  #components a.characteristic-button:before {
    position: absolute;
    content: '';
    top: 48%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 4.262295082%;
    height: 0;
    left: 12.131147541%;
    padding-top: 3.9344262295%;
    background: url("../../img/check.svg") center left no-repeat;
    background-size: contain;
  }
  #components a.characteristic-button:after {
    position: absolute;
    content: '';
    top: 50%;
    right: 11.8032786885%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 1.6393442623%;
    height: 0;
    padding-top: 2.4590163934%;
    background: url("../../img/arrow-right-y.svg") center left no-repeat;
    background-size: contain;
  }
  /*--------------------------------------------------
* Components detail
* --------------------------------------------------*/
  #components-detail {
    padding-bottom: 0;
  }
  #components-detail .section-inner {
    padding: 0;
    width: 100%;
    overflow: hidden;
  }
  #components-detail p {
    text-align: center;
    white-space: nowrap;
    color: #242424;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #components-detail p {
    font-size: 18.8888888889px;
    font-size: 4.5333333333vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #components-detail p {
    font-size: 21.25px;
    font-size: 4.5333333333vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #components-detail p {
    font-size: 28.3333333333px;
    font-size: 4.5333333333vw;
  }
}

@media all and (max-width: 758px) {
  #components-detail p span {
    vertical-align: top;
    position: relative;
    top: 0.12rem;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #components-detail p span {
    font-size: 10px;
    font-size: 2.4vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #components-detail p span {
    font-size: 11.25px;
    font-size: 2.4vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #components-detail p span {
    font-size: 15px;
    font-size: 2.4vw;
  }
}

@media all and (max-width: 758px) {
  #components-detail .note {
    width: 81.3333333333%;
    margin: 2.6666666667% auto 0 auto;
    line-height: 1;
    letter-spacing: 0.06rem;
    text-align: right;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #components-detail .note {
    font-size: 8.8888888889px;
    font-size: 2.1333333333vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #components-detail .note {
    font-size: 10px;
    font-size: 2.1333333333vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #components-detail .note {
    font-size: 13.3333333333px;
    font-size: 2.1333333333vw;
  }
}

@media all and (max-width: 758px) {
  #components-detail .components-image {
    width: 128%;
    height: 0;
    left: 48%;
    position: relative;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding-top: 129.333333333%;
    margin: 0 0;
    background: url("../../img/5_components_sp.png") top center no-repeat;
    background-size: contain;
  }
  /*--------------------------------------------------
* Section
* --------------------------------------------------*/
  section {
    padding-bottom: 20.6666666667%;
  }
  section h2 {
    color: #d6b43c;
    text-align: center;
    position: relative;
    line-height: 0.8;
    letter-spacing: 0.2rem;
    margin-bottom: 7.4626865672%;
    padding-bottom: 7.4626865672%;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  section h2 {
    font-size: 21.1111111111px;
    font-size: 5.0666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  section h2 {
    font-size: 23.75px;
    font-size: 5.0666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  section h2 {
    font-size: 31.6666666667px;
    font-size: 5.0666666667vw;
  }
}

@media all and (max-width: 758px) {
  section h2:after {
    content: '';
    position: absolute;
    width: 5.9701492537%;
    height: 1px;
    background: #d6b43c;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  section h3 {
    text-align: center;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    margin-bottom: 3.3333333333%;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  section h3 {
    font-size: 22.2222222222px;
    font-size: 5.3333333333vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  section h3 {
    font-size: 25px;
    font-size: 5.3333333333vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  section h3 {
    font-size: 33.3333333333px;
    font-size: 5.3333333333vw;
  }
}

@media all and (max-width: 758px) {
  /*--------------------------------------------------
* Lineup
* --------------------------------------------------*/
  #lineup .lead {
    text-align: center;
    margin: 0 auto 16%;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #lineup .lead {
    font-size: 13.3333333333px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #lineup .lead {
    font-size: 15px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #lineup .lead {
    font-size: 20px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) {
  #lineup .wrap {
    font-size: 0;
  }
  #lineup .wrap .type {
    width: 100%;
    display: block;
    text-align: center;
    padding-bottom: 20.8955223881%;
    font-size: 0;
  }
  #lineup .wrap .type.moist .type-name {
    color: #fe0014;
  }
  #lineup .wrap .type.moist .lineup a {
    border: #fe0014 1px solid;
    background: #fe0014;
  }
  #lineup .wrap .type.moist .lineup a p:before {
    background: url("../../img/common/triangle.svg") center center no-repeat;
    background-size: contain;
  }
  #lineup .wrap .type.smooth .type-name {
    color: #00c3d9;
  }
  #lineup .wrap .type.smooth .lineup a {
    border: #00c3d9 1px solid;
    background: #00c3d9;
  }
  #lineup .wrap .type.smooth .lineup a p:before {
    background: url("../../img/common/triangle.svg") center center no-repeat;
    background-size: contain;
  }
  #lineup .wrap .type.volume .type-name {
    color: #f83bb3;
  }
  #lineup .wrap .type.volume .lineup a {
    border: #f83bb3 1px solid;
    background: #f83bb3;
  }
  #lineup .wrap .type.volume .lineup a p:before {
    background: url("../../img/common/triangle.svg") center center no-repeat;
    background-size: contain;
  }
  #lineup .wrap .type.prev {
    padding-bottom: 0;
  }
  #lineup .wrap .type.prev .type-name {
    color: #242424;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #lineup .wrap .type.prev .type-name {
    font-size: 22.2222222222px;
    font-size: 5.3333333333vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #lineup .wrap .type.prev .type-name {
    font-size: 25px;
    font-size: 5.3333333333vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #lineup .wrap .type.prev .type-name {
    font-size: 33.3333333333px;
    font-size: 5.3333333333vw;
  }
}

@media all and (max-width: 758px) {
  #lineup .wrap .type.prev .lineup .image-area img {
    width: 80.1639344262%;
  }
  #lineup .wrap .type.prev .lineup a {
    border: #d6b43c 1px solid;
    background: #d6b43c;
  }
  #lineup .wrap .type.prev .lineup a p:before {
    background: url("../../img/common/triangle.svg") center center no-repeat;
    background-size: contain;
  }
  #lineup .wrap .type-name {
    text-align: center;
    line-height: 1;
    margin-bottom: 11.9402985075%;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #lineup .wrap .type-name {
    font-size: 31.1111111111px;
    font-size: 7.4666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #lineup .wrap .type-name {
    font-size: 35px;
    font-size: 7.4666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #lineup .wrap .type-name {
    font-size: 46.6666666667px;
    font-size: 7.4666666667vw;
  }
}

@media all and (max-width: 758px) {
  #lineup .wrap .lineup {
    display: inline-block;
    vertical-align: top;
    width: 91.0447761194%;
  }
  #lineup .wrap .lineup a {
    display: block;
    border: #808080 1px solid;
    padding: 6.5573770492% 0;
  }
  #lineup .wrap .lineup a p {
    line-height: 0.8;
    letter-spacing: 0.1rem;
    color: #FFF;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
    position: relative;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #lineup .wrap .lineup a p {
    font-size: 15.5555555556px;
    font-size: 3.7333333333vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #lineup .wrap .lineup a p {
    font-size: 17.5px;
    font-size: 3.7333333333vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #lineup .wrap .lineup a p {
    font-size: 23.3333333333px;
    font-size: 3.7333333333vw;
  }
}

@media all and (max-width: 758px) {
  #lineup .wrap .lineup a p:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 5.9016393443%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 2.9508196721%;
    height: 0;
    margin-right: 2.9508196721%;
    padding-top: 3.9344262295%;
  }
  #lineup .wrap .image-area {
    width: 100%;
    margin: 0 auto 3.2786885246%;
    line-height: 0;
  }
  #lineup .wrap .image-area img {
    width: 92.6229508197%;
  }
  #lineup .wrap .text-area > p {
    line-height: 1.7;
    margin-bottom: 7.4626865672%;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #lineup .wrap .text-area > p {
    font-size: 16.6666666667px;
    font-size: 4vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #lineup .wrap .text-area > p {
    font-size: 18.75px;
    font-size: 4vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #lineup .wrap .text-area > p {
    font-size: 25px;
    font-size: 4vw;
  }
}

@media all and (max-width: 758px) {
  #lineup .list-button {
    display: block;
    width: 91.0447761194%;
    margin: 0 auto;
    position: relative;
    display: inline-block;
    zoom: 100%;
    display: block;
  }
  #lineup .list-button:after {
    content: url("data:image/gif;base64,R0lGODlhZAAUAIAAAAD//wAAACH5BAEAAAAALAAAAABkABQAAAIshI+py+0Po5y02ouz3rz7D4biSJbmiabqyrbuC8fyTNf2jef6zvf+DwwKZwUAOw==");
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  #lineup .list-button p {
    position: absolute;
    left: 4.0983606557%;
    top: 50%;
    letter-spacing: 0.2rem;
    line-height: 1.6;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #lineup .list-button p {
    font-size: 16.6666666667px;
    font-size: 4vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #lineup .list-button p {
    font-size: 18.75px;
    font-size: 4vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #lineup .list-button p {
    font-size: 25px;
    font-size: 4vw;
  }
}

@media all and (max-width: 758px) {
  #lineup .list-button .image-area {
    line-height: 0;
    float: right;
    width: 35.737704918%;
  }
  #lineup .list-button .image-area img {
    width: 100%;
  }
  #lineup .note {
    text-align: center;
    color: #242424;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", YuGothic, "游ゴシック", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #lineup .note {
    font-size: 13.3333333333px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #lineup .note {
    font-size: 15px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #lineup .note {
    font-size: 20px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) {
  /*--------------------------------------------------
* Campaign
* --------------------------------------------------*/
  #campaign a.banner {
    display: block;
    line-height: 0;
    position: relative;
    margin: 0 auto 0;
  }
  #campaign a.banner p {
    text-align: center;
    top: 50%;
    position: absolute;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  #campaign a.banner:nth-child(2n - 1) {
    padding-top: 5.9701492537%;
  }
  #campaign a.banner picture,
  #campaign a.banner img {
    width: 100%;
  }
  /*--------------------------------------------------
* News
* --------------------------------------------------*/
  #news-area {
    padding-bottom: 8%;
  }
  #news-area .section-inner {
    width: 100%;
  }
  #news-area a.thumb {
    display: block;
    line-height: 0;
    width: 100%;
    height: 0;
    background: #c0c;
    padding-top: 74.6666666667%;
    margin: 0 auto 2.6666666667%;
  }
  #news-area p.cm-title {
    text-align: center;
    color: #242424;
    margin-bottom: 8%;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #news-area p.cm-title {
    font-size: 13.3333333333px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #news-area p.cm-title {
    font-size: 15px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #news-area p.cm-title {
    font-size: 20px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) {
  /*--------------------------------------------------
* CM
* --------------------------------------------------*/
  #cm-area .section-inner {
    width: 100%;
    font-size: 0;
  }
  #cm-area .cm-wrap {
    display: block;
    margin-bottom: 8%;
    line-height: 0;
    width: 100%;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #cm-area .cm-wrap:last-child {
    margin-bottom: 0;
  }
  #cm-area .cm-wrap .thumb {
    display: block;
    width: 100%;
    line-height: 0;
    position: relative;
  }
  #cm-area .cm-wrap .thumb video {
    width: 100%;
  }
  #cm-area .cm-wrap .thumb .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("../../img/top/cm/cover.png") top left repeat;
  }
  #cm-area .cm-wrap .thumb .play-mark {
    position: absolute;
    width: 11.7333333333%;
    height: 0;
    padding-top: 11.7333333333%;
    border-radius: 50%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: #FFF 2px solid;
    background: rgba(0, 0, 0, 0.2);
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #cm-area .cm-wrap .thumb .play-mark img {
    width: 29.5454545455%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 4.5454545455%;
    right: 0;
  }
  #cm-area .cm-wrap .thumb.brand60 {
    background: url("../../img/top/cm/15.jpg") top left no-repeat;
    background-size: contain;
  }
  #cm-area .cm-wrap .thumb.tvcm {
    background: url("../../img/top/cm/product.jpg") top left no-repeat;
    background-size: contain;
  }
  #cm-area p.cm-title {
    text-align: center;
    color: #242424;
    line-height: 1;
    margin-top: 4%;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #cm-area p.cm-title {
    font-size: 13.3333333333px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #cm-area p.cm-title {
    font-size: 15px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #cm-area p.cm-title {
    font-size: 20px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) {
  #cm-area p.ytlink {
    text-align: center;
    width: 100%;
    line-height: 1;
    white-space: nowrap;
    margin: 4% 0 0;
  }
  #cm-area p.ytlink a {
    white-space: nowrap;
    display: inline-block;
    border-bottom: #cccccc 1px solid;
    position: relative;
    padding-bottom: 1.3333333333%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #cm-area p.ytlink a {
    font-size: 13.3333333333px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #cm-area p.ytlink a {
    font-size: 15px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #cm-area p.ytlink a {
    font-size: 20px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) {
  #cm-area p.ytlink a:before {
    content: '';
    background: url("../../img/common/triangle-g.svg") center left no-repeat;
    background-size: contain;
    width: 2.1333333333%;
    padding-top: 3.2%;
    top: 40%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 0;
    position: absolute;
    left: -4.6666666667%;
  }
  /*--------------------------------------------------
* SNS
* --------------------------------------------------*/
  #sns-area {
    padding-bottom: 12%;
  }
  #sns-area .section-inner {
    width: 100%;
  }
  #sns-area h3 {
    line-height: 1;
    margin-bottom: 3.3333333333%;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #sns-area h3 {
    font-size: 16.6666666667px;
    font-size: 4vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #sns-area h3 {
    font-size: 18.75px;
    font-size: 4vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #sns-area h3 {
    font-size: 25px;
    font-size: 4vw;
  }
}

@media all and (max-width: 758px) {
  #sns-area #sns-image-area,
  #sns-area picture {
    width: 100%;
    display: block;
    line-height: 0;
    margin-bottom: 12%;
  }
  #sns-area #sns-image-area img,
  #sns-area #sns-image-area source,
  #sns-area picture img,
  #sns-area picture source {
    display: block;
    width: 100%;
  }
  #sns-area .slick-dots {
    bottom: 0;
    margin-bottom: -6.6666666667%;
  }
  #sns-area .slick-dots li {
    width: 2.6666666667%;
    height: 0;
    padding-top: 2.6666666667%;
    background: #FFF;
    border: #bfbfbf 1px solid;
    border-radius: 50%;
    margin: 0 1.3333333333%;
    display: inline-block;
    vertical-align: middle;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #sns-area .slick-dots li.slick-active {
    background: #bfbfbf;
  }
  #sns-area .slick-dots li button {
    width: 100%;
    padding: 0;
    height: 100%;
  }
  #sns-area .message-title {
    text-align: center;
    color: #242424;
    letter-spacing: 0.15rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", YuGothic, "游ゴシック", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    margin-bottom: 6.6666666667%;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #sns-area .message-title {
    font-size: 14.4444444444px;
    font-size: 3.4666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #sns-area .message-title {
    font-size: 16.25px;
    font-size: 3.4666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #sns-area .message-title {
    font-size: 21.6666666667px;
    font-size: 3.4666666667vw;
  }
}

@media all and (max-width: 758px) {
  #sns-area .message,
  #sns-area .message2 {
    margin: 0 auto 9.3333333333%;
    line-height: 2;
    letter-spacing: 0.07rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #242424;
    width: 81.3333333333%;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #sns-area .message,
  #sns-area .message2 {
    font-size: 14.4444444444px;
    font-size: 3.4666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #sns-area .message,
  #sns-area .message2 {
    font-size: 16.25px;
    font-size: 3.4666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #sns-area .message,
  #sns-area .message2 {
    font-size: 21.6666666667px;
    font-size: 3.4666666667vw;
  }
}

@media all and (max-width: 758px) {
  #sns-area .message span,
  #sns-area .message2 span {
    color: #d6b43c;
    border-bottom: 1px solid #d6b43c;
    padding-bottom: 2px;
  }
  #sns-area .message2 {
    text-align: center;
    margin-bottom: 0;
  }
  #sns-area .button {
    display: block;
    border: #d6b43c 1px solid;
    background: #d6b43c;
    position: relative;
    margin: 0 auto 10.6557377049%;
    padding: 4.9180327869% 0;
    width: 81.3333333333%;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #sns-area .button {
    font-size: 14.4444444444px;
    font-size: 3.4666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #sns-area .button {
    font-size: 16.25px;
    font-size: 3.4666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #sns-area .button {
    font-size: 21.6666666667px;
    font-size: 3.4666666667vw;
  }
}

@media all and (max-width: 758px) {
  #sns-area .button span {
    display: block;
    position: absolute;
    top: 50%;
    line-height: 0;
    left: 6.5573770492%;
    height: 0;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 2.2950819672%;
    padding-top: 3.2786885246%;
  }
  #sns-area .button span img {
    top: 0;
    position: absolute;
    width: 100%;
  }
  #sns-area .button p {
    color: #FFF;
    text-align: left;
    margin: 0 auto;
    width: 70.4918032787%;
    letter-spacing: 0.1rem;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
  }
  #sns-area .button p:before {
    position: absolute;
    content: '';
    top: 48%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 4.262295082%;
    height: 0;
    left: 5.9016393443%;
    padding-top: 3.2786885246%;
    background: url("../../img/common/triangle.svg") center center no-repeat;
    background-size: contain;
  }
  @-webkit-keyframes top-scroll {
    0% {
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    45% {
      -ms-transform: translate(0, 7px);
      -webkit-transform: translate(0, 7px);
      transform: translate(0, 7px);
    }
    55% {
      -ms-transform: translate(0, 7px);
      -webkit-transform: translate(0, 7px);
      transform: translate(0, 7px);
    }
    100% {
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }
  @keyframes top-scroll {
    0% {
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    45% {
      -ms-transform: translate(0, 7px);
      -webkit-transform: translate(0, 7px);
      transform: translate(0, 7px);
    }
    55% {
      -ms-transform: translate(0, 7px);
      -webkit-transform: translate(0, 7px);
      transform: translate(0, 7px);
    }
    100% {
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }
}

@media all and (min-width: 759px) {
  header a.navi-button span {
    opacity: 0;
  }
  header .header-inner .logo-area {
    opacity: 0;
    transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    /* easeOutQuint */
  }
  header .header-inner .logo-area img {
    opacity: 0;
  }
  body.navi-opened a.navi-button span,
  body.fixed-scroll a.navi-button span {
    opacity: 1;
  }
  body.navi-opened .header-inner .logo-area,
  body.fixed-scroll .header-inner .logo-area {
    opacity: 1;
  }
  section .section-inner {
    width: 100%;
    max-width: 1024px;
  }
  /*--------------------------------------------------
* Slideshow
* --------------------------------------------------*/
  .slideshow-base {
    position: relative;
  }
  .slideshow-cont {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
  }
  .slideshow {
    width: 100%;
    height: 100%;
    min-width: 1024px;
  }
  .slideshow.active {
    opacity: 1;
  }
  .slideshow.active a {
    pointer-events: all;
  }
  .slideshow a {
    pointer-events: none;
    display: block;
    line-height: 0;
    height: 680px;
    width: 100%;
    margin: 0 auto;
    max-width: 1440px;
  }
  .slideshow a img {
    width: 100%;
  }
  .slideshow a picture {
    width: 1440px;
    position: absolute;
    top: 0%;
    left: 50%;
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
  .slideshow.slide1 a {
    background-size: cover;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .slideshow.slide1 a:hover {
    opacity: 0.8;
  }
  #slideshow_dots {
    position: absolute;
    bottom: 95px;
    width: auto;
    display: block;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0 auto;
    height: 10px;
    text-align: center;
    font-size: 0;
  }
  #slideshow_dots a {
    width: 10px;
    padding-top: 10px;
    height: 0;
    border: #c2c2c2 1px solid;
    background: #FFF;
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #slideshow_dots a.active {
    background: #c2c2c2;
  }
  /*--------------------------------------------------
* Main
* --------------------------------------------------*/
  #title-area {
    height: 100%;
    overflow: hidden;
    background: none;
    position: relative;
  }
  #title-area .section-inner {
    border-top: transparent 1px solid;
    position: relative;
    padding-top: 750px;
  }
  #title-area .image-area {
    position: absolute;
    background: url("../../img/flower.jpg") top left no-repeat;
    background-size: contain;
    width: 1150px;
    height: 1068px;
    top: -180px;
    left: 279px;
    z-index: 0;
  }
  @supports (background: -webkit-image-set(url("../../img/flower.webp"))) {
    #title-area .image-area {
      background: -webkit-image-set(url("../../img/flower.webp")) top left no-repeat;
    }
  }
  #title-area h1 {
    top: 0;
    width: 760px;
    line-height: 0;
    margin-top: 100px;
    position: absolute;
    left: 0;
    background: url("../../img/top/main_title1.png") top left no-repeat;
    background-size: contain;
    padding-top: 294px;
  }
  #title-area h1 img {
    width: 100%;
  }
  #title-area h1 p {
    opacity: 0;
    position: absolute;
  }
  #title-area h2 {
    width: 213px;
    padding-top: 24px;
    padding-bottom: 0;
    margin: 366px 0 0 0;
    line-height: 0;
    position: absolute;
    left: 100px;
    top: 0;
  }
  #title-area h2:after {
    display: none;
  }
  #title-area h2 img {
    width: 100%;
  }
  #title-area h2 p {
    opacity: 0;
    position: absolute;
  }
  #title-area .products {
    position: absolute;
    width: 208px;
    line-height: 0;
    left: 758px;
    top: 0;
    margin-top: 438px;
  }
  #title-area .products img {
    width: 100%;
  }
  #title-area .new {
    position: absolute;
    line-height: 0;
    width: 86px;
    right: -5px;
    top: 0;
    margin-top: 413px;
  }
  #title-area .new img {
    width: 100%;
  }
  /*--------------------------------------------------
* 5Components
* --------------------------------------------------*/
  #components {
    position: absolute;
    margin: 0;
    width: 560px;
    left: 0;
    top: 0;
    margin-top: 455px;
  }
  #components .lead {
    text-align: center;
    margin: 0 auto 8px;
    letter-spacing: 0.14rem;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #components .lead img {
    width: 100%;
  }
  #components .lead span {
    vertical-align: top;
    position: relative;
    top: -0.1rem;
    font-size: 12px;
    font-size: 1.2rem;
  }
  #components .note {
    margin: 0 46px 0 auto;
    line-height: 1;
    text-align: right;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    font-size: 1.0rem;
    color: #242424;
  }
  #components .note img {
    width: 100%;
  }
  #components .five-components {
    margin: 25px auto 0;
    width: 384px;
    padding-top: 126px;
    height: 0;
    background: url("../../img/top/5components_sp.png") top center no-repeat;
    background-size: contain;
  }
  .five-components {
    width: 100%;
    height: 0;
    padding-top: 345px;
    background: url("../../img/5components.png") top left no-repeat;
    background-size: contain;
  }
  /*--------------------------------------------------
* Components detail
* --------------------------------------------------*/
  #components-detail .section-inner {
    padding: 0;
  }
  #components-detail p {
    text-align: center;
    font-size: 26px;
    font-size: 2.6rem;
    white-space: nowrap;
    letter-spacing: 0.1rem;
    color: #242424;
  }
  #components-detail p span {
    font-size: 14px;
    font-size: 1.4rem;
    vertical-align: top;
    position: relative;
    top: 0.12rem;
  }
  #components-detail .note {
    text-align: right;
    margin: 7px 0 0 auto;
    line-height: 1;
    font-size: 12px;
    font-size: 1.2rem;
  }
  #components-detail .note img {
    width: 100%;
  }
  #components-detail .components-image {
    width: 100%;
    padding-top: 300px;
    margin: 38px 0 0;
    background: url("../../img/top/components.jpg") top left no-repeat;
    background-size: contain;
  }
  /*--------------------------------------------------
* Section
* --------------------------------------------------*/
  section {
    /*
  h3 {
    color: #ff0;
    text-align: center;
    @include spfontsize(40px);
    line-height: 1.7;
    @include antialiased;
    font-weight: normal;
    margin-bottom: percentage(25px / $spWidth);
  }
  */
  }
  section h2 {
    color: #d6b43c;
    text-align: center;
    position: relative;
    line-height: 0.8;
    letter-spacing: 0.2rem;
    margin-bottom: 35px;
    padding-bottom: 40px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    font-size: 2.6rem;
  }
  section h2:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 1px;
    background: #d6b43c;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  /*--------------------------------------------------
* Lineup
* --------------------------------------------------*/
  #lineup {
    padding-top: 110px;
  }
  #lineup h3 {
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #242424;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 10px;
    letter-spacing: 0.12rem;
  }
  #lineup .lead {
    text-align: center;
    letter-spacing: 0.07rem;
    color: #242424;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
  }
  #lineup .wrap {
    font-size: 0;
  }
  #lineup .wrap.wrap2 {
    margin-bottom: 35px;
  }
  #lineup .wrap .type {
    position: relative;
    margin-top: 70px;
    padding-bottom: 60px;
    text-align: center;
    font-size: 0;
    border-bottom: #999 1px solid;
  }
  #lineup .wrap .type-name {
    position: absolute;
    margin-top: 125px;
    top: 0;
    text-align: center;
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 0.8;
    left: 32px;
  }
  #lineup .wrap .lineup {
    position: static;
    width: 100%;
    display: inline-block;
    zoom: 100%;
    display: block;
  }
  #lineup .wrap .lineup:after {
    content: url("data:image/gif;base64,R0lGODlhZAAUAIAAAAD//wAAACH5BAEAAAAALAAAAABkABQAAAIshI+py+0Po5y02ouz3rz7D4biSJbmiabqyrbuC8fyTNf2jef6zvf+DwwKZwUAOw==");
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  #lineup .wrap .text-area {
    position: absolute;
    margin-top: 190px;
    top: 0;
    left: 43px;
  }
  #lineup .wrap .text-area p {
    text-align: left;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.8;
    letter-spacing: 0.1rem;
    margin-bottom: 50px;
  }
  #lineup .wrap .text-area a {
    display: block;
    width: 305px;
    height: 52px;
    position: relative;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #d6b43c;
    border: 1px solid #d6b43c;
    box-sizing: border-box;
    width: 305px;
    height: 52px;
  }
  #lineup .wrap .text-area a p {
    color: #FFF;
    position: absolute;
    width: 100%;
    top: 50%;
    line-height: 1;
    letter-spacing: 0.14rem;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    font-size: 14px;
    text-align: center;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
  }
  #lineup .wrap .text-area a p:before {
    position: absolute;
    content: '';
    width: 9px;
    height: 12px;
    background: url("../../img/common/triangle.svg") top left no-repeat;
    background-size: contain;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 19px;
  }
  #lineup .wrap .text-area a:hover {
    background: #FFF;
  }
  #lineup .wrap .text-area a:hover p {
    color: #d6b43c;
  }
  #lineup .wrap .text-area a:hover p:before {
    background: url("../../img/common/triangle-y.svg") top left no-repeat;
    background-size: contain;
  }
  #lineup .wrap .image-area {
    float: right;
    margin: 0 50px 0 0;
    line-height: 0;
    width: 500px;
  }
  #lineup .wrap .image-area img {
    width: 500px;
  }
  #lineup .wrap .moist .type-name {
    color: #fe0014;
  }
  #lineup .wrap .moist .lineup a {
    border: #fe0014 1px solid;
    background-color: #fe0014;
  }
  #lineup .wrap .moist .lineup a:hover {
    background-color: #FFF;
  }
  #lineup .wrap .moist .lineup a:hover p {
    color: #fe0014;
  }
  #lineup .wrap .moist .lineup a:hover p:before {
    background: url("../../img/common/triangle-red.svg") center center no-repeat;
    background-size: contain;
  }
  #lineup .wrap .smooth .type-name {
    color: #00c3d9;
    letter-spacing: 0rem;
  }
  #lineup .wrap .smooth .lineup a {
    border: #00c3d9 1px solid;
    background-color: #00c3d9;
  }
  #lineup .wrap .smooth .lineup a:hover {
    background-color: #FFF;
  }
  #lineup .wrap .smooth .lineup a:hover p {
    color: #00c3d9;
  }
  #lineup .wrap .smooth .lineup a:hover p:before {
    background: url("../../img/common/triangle-blue.svg") center center no-repeat;
    background-size: contain;
  }
  #lineup .wrap .volume .type-name {
    color: #f83bb3;
  }
  #lineup .wrap .volume .lineup a {
    border: #f83bb3 1px solid;
    background-color: #f83bb3;
  }
  #lineup .wrap .volume .lineup a:hover {
    background-color: #FFF;
  }
  #lineup .wrap .volume .lineup a:hover p {
    color: #f83bb3;
  }
  #lineup .wrap .volume .lineup a:hover p:before {
    background: url("../../img/common/triangle-pink.svg") center center no-repeat;
    background-size: contain;
  }
  #lineup .wrap .prev {
    margin-top: 60px;
    padding-bottom: 55px;
  }
  #lineup .wrap .prev .type-name {
    color: #242424;
    font-size: 28px;
    font-size: 2.8rem;
    letter-spacing: 0.3rem;
    left: 42px;
    margin-top: 50px;
  }
  #lineup .wrap .prev .lineup .image-area {
    margin-right: 85px;
    width: 240px;
  }
  #lineup .wrap .prev .lineup .image-area img {
    width: 240px;
  }
  #lineup .wrap .prev .lineup .text-area {
    margin-top: 135px;
  }
  #lineup .wrap .prev .lineup a {
    border: #d6b43c 1px solid;
    background-color: #d6b43c;
  }
  #lineup .wrap .prev .lineup a:hover {
    background-color: #FFF;
  }
  #lineup .wrap .prev .lineup a:hover p {
    color: #d6b43c;
  }
  #lineup .wrap .prev .lineup a:hover p:before {
    background: url("../../img/common/triangle-y.svg") center center no-repeat;
    background-size: contain;
  }
  #lineup .note {
    text-align: right;
    font-size: 15px;
    font-size: 1.5rem;
    color: #242424;
  }
  #topto {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  /*--------------------------------------------------
* Campaign
* --------------------------------------------------*/
  #campaign {
    padding-top: 110px;
  }
  #campaign .section-inner {
    text-align: center;
  }
  #campaign a.banner {
    display: inline-block;
    will-change: opacity;
    position: relative;
    width: 490px;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #campaign a.banner:nth-child(2n - 1) {
    margin: 0 0 50px 40px;
  }
  #campaign a.banner:hover {
    opacity: 0.8;
  }
  #campaign a.banner picture,
  #campaign a.banner img {
    width: 100%;
  }
  #campaign a.banner p {
    text-align: center;
    top: 50%;
    position: absolute;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  #campaign .campaignlist {
    display: inline-block;
  }
  #campaign .campaignlist p {
    letter-spacing: 0.1rem;
  }
  /*--------------------------------------------------
* News
* --------------------------------------------------*/
  #news-area {
    padding-top: 110px;
  }
  #news-area .section-inner {
    width: 100%;
  }
  #news-area a.thumb {
    display: block;
    line-height: 0;
    width: 100%;
    height: 0;
    padding-top: 74.6666666667%;
    margin: 0 auto 2.6666666667%;
  }
  #news-area p.cm-title {
    text-align: center;
    color: #242424;
    margin-bottom: 8%;
  }
}

@media all and (min-width: 759px) and (max-width: 420px) {
  #news-area p.cm-title {
    font-size: 13.3333333333px;
    font-size: 3.2vw;
  }
}

@media all and (min-width: 759px) and (min-width: 421px) {
  #news-area p.cm-title {
    font-size: 15px;
    font-size: 3.2vw;
  }
}

@media all and (min-width: 759px) and (min-width: 601px) {
  #news-area p.cm-title {
    font-size: 20px;
    font-size: 3.2vw;
  }
}

@media all and (min-width: 759px) {
  /*--------------------------------------------------
* CM
* --------------------------------------------------*/
  #cm-area {
    padding-top: 110px;
  }
  #cm-area .section-inner {
    width: 100%;
    font-size: 0;
  }
  #cm-area .cm-wrap {
    display: inline-block;
    line-height: 0;
    width: 50%;
    vertical-align: top;
  }
  #cm-area .cm-wrap .thumb {
    display: block;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: auto;
    border: #9a9a9a 1px solid;
    line-height: 0;
    position: relative;
  }
  #cm-area .cm-wrap .thumb:hover {
    opacity: 0.8;
  }
  #cm-area .cm-wrap .thumb:hover .play-mark {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  #cm-area .cm-wrap .thumb video {
    width: 100%;
  }
  #cm-area .cm-wrap .thumb .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("../../img/top/cm/cover.png") top left repeat;
  }
  #cm-area .cm-wrap .thumb .play-mark {
    position: absolute;
    width: 63px;
    height: 0;
    line-height: 0;
    padding-top: 63px;
    border-radius: 50%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: #FFF 2px solid;
    background: rgba(0, 0, 0, 0.2);
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #cm-area .cm-wrap .thumb .play-mark img {
    width: 17px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 4px;
    right: 0;
  }
  #cm-area .cm-wrap .thumb.brand60 {
    background: url("../../img/top/cm/15.jpg") top left no-repeat;
    background-size: contain;
  }
  #cm-area .cm-wrap .thumb.tvcm {
    background: url("../../img/top/cm/product.jpg") top left no-repeat;
    background-size: contain;
  }
  #cm-area p.cm-title {
    text-align: center;
    color: #242424;
    line-height: 1;
    margin-top: 19px;
  }
}

@media all and (min-width: 759px) and (max-width: 1023px) {
  #cm-area p.cm-title {
    font-size: 10px;
    font-size: 1.5625vw;
  }
}

@media all and (min-width: 759px) and (min-width: 1024px) {
  #cm-area p.cm-title {
    font-size: 16px;
  }
}

@media all and (min-width: 759px) {
  #cm-area p.ytlink {
    text-align: center;
    width: 100%;
    line-height: 1;
    margin: 25px 0 0;
  }
  #cm-area p.ytlink a {
    display: inline-block;
    border-bottom: #cccccc 1px solid;
    padding-bottom: 7px;
    position: relative;
    text-decoration: none;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #cm-area p.ytlink a:hover {
    opacity: 0.8;
  }
  #cm-area p.ytlink a:before {
    content: '';
    background: url("../../img/common/triangle-g.svg") top left no-repeat;
    background-size: contain;
    width: 8px;
    height: 11px;
    position: absolute;
    left: -13px;
  }
  /*--------------------------------------------------
* SNS
* --------------------------------------------------*/
  #sns-area {
    padding-top: 110px;
  }
  #sns-area .section-inner {
    display: inline-block;
    zoom: 100%;
    display: block;
  }
  #sns-area .section-inner:after {
    content: url("data:image/gif;base64,R0lGODlhZAAUAIAAAAD//wAAACH5BAEAAAAALAAAAABkABQAAAIshI+py+0Po5y02ouz3rz7D4biSJbmiabqyrbuC8fyTNf2jef6zvf+DwwKZwUAOw==");
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  #sns-area h3 {
    color: #242424;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: 0.1rem;
    margin-bottom: 25px;
  }
  #sns-area #sns-image-area,
  #sns-area picture {
    width: 328px;
    display: block;
    float: left;
    line-height: 0;
    margin-bottom: 0;
  }
  #sns-area #sns-image-area img,
  #sns-area #sns-image-area source,
  #sns-area picture img,
  #sns-area picture source {
    display: block;
    width: 100%;
  }
  #sns-area .slick-dots {
    bottom: -28px;
  }
  #sns-area .slick-dots li {
    width: 10px;
    height: 10px;
    background: #FFF;
    border: #bfbfbf 1px solid;
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #sns-area .slick-dots li.slick-active {
    background: #bfbfbf;
  }
  #sns-area .slick-dots li:hover {
    opacity: 0.8;
  }
  #sns-area .slick-dots li button {
    width: 100%;
    padding: 0;
    height: 100%;
  }
  #sns-area .text-area {
    padding-top: 50px;
    float: right;
    width: 615px;
  }
  #sns-area .message-title {
    display: none;
    text-align: center;
    color: #242424;
    letter-spacing: 0.15rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", YuGothic, "游ゴシック", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    margin-bottom: 6.6666666667%;
  }
}

@media all and (min-width: 759px) and (max-width: 420px) {
  #sns-area .message-title {
    font-size: 14.4444444444px;
    font-size: 3.4666666667vw;
  }
}

@media all and (min-width: 759px) and (min-width: 421px) {
  #sns-area .message-title {
    font-size: 16.25px;
    font-size: 3.4666666667vw;
  }
}

@media all and (min-width: 759px) and (min-width: 601px) {
  #sns-area .message-title {
    font-size: 21.6666666667px;
    font-size: 3.4666666667vw;
  }
}

@media all and (min-width: 759px) {
  #sns-area .message,
  #sns-area .message2 {
    margin: 0 auto 9.3333333333%;
    line-height: 2;
    letter-spacing: 0.07rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    font-size: 1.6rem;
    color: #242424;
  }
  #sns-area .message a,
  #sns-area .message2 a {
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #sns-area .message a:hover,
  #sns-area .message2 a:hover {
    opacity: 0.8;
  }
  #sns-area .message span,
  #sns-area .message2 span {
    color: #d6b43c;
    border-bottom: 1px solid #d6b43c;
    padding-bottom: 0;
    line-height: 1.3;
    display: inline-block;
  }
  #sns-area .message2 {
    margin-bottom: 0;
  }
  #sns-area .button {
    display: block;
    border: #d6b43c 1px solid;
    margin: 0 auto 40px;
    background: #d6b43c;
    position: relative;
    padding: 25px 0;
    width: 100%;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #sns-area .button > span {
    position: absolute;
    top: 50%;
    left: 38px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: url("../../img/common/triangle-y.svg") top left no-repeat;
    background-size: contain;
    width: 9px;
    height: 14px;
    line-height: 0;
  }
  #sns-area .button > span img {
    transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1;
  }
  #sns-area .button p {
    color: #fff;
    text-align: center;
    letter-spacing: 0.1rem;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
    transition: color 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #sns-area .button p span {
    display: inline-block;
    position: relative;
    top: -1px;
    margin-left: 2.4590163934%;
    width: 1.4754098361%;
  }
  #sns-area .button p span img {
    width: 100%;
  }
  #sns-area .button:hover {
    background: #FFF;
  }
  #sns-area .button:hover > span img {
    opacity: 0;
  }
  #sns-area .button:hover p {
    color: #d6b43c;
  }
  @-webkit-keyframes top-scroll {
    0% {
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    45% {
      -ms-transform: translate(0, 7px);
      -webkit-transform: translate(0, 7px);
      transform: translate(0, 7px);
    }
    55% {
      -ms-transform: translate(0, 7px);
      -webkit-transform: translate(0, 7px);
      transform: translate(0, 7px);
    }
    100% {
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }
  @keyframes top-scroll {
    0% {
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    45% {
      -ms-transform: translate(0, 7px);
      -webkit-transform: translate(0, 7px);
      transform: translate(0, 7px);
    }
    55% {
      -ms-transform: translate(0, 7px);
      -webkit-transform: translate(0, 7px);
      transform: translate(0, 7px);
    }
    100% {
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }
}

@media all and (min-width: 1280px) {
  /*--------------------------------------------------
* Main
* --------------------------------------------------*/
  #title-area .section-inner {
    will-change: transform;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-transform: translate(-30px, 0);
    -webkit-transform: translate(-30px, 0);
    transform: translate(-30px, 0);
  }
}

@media all and (min-width: 1440px) {
  /*--------------------------------------------------
* Main
* --------------------------------------------------*/
  #title-area .section-inner {
    will-change: transform;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-transform: translate(-65px, 0);
    -webkit-transform: translate(-65px, 0);
    transform: translate(-65px, 0);
  }
}
