@charset "UTF-8";
.news-section {
  /*----------------------------------------
  	IE6 Upgrade Warning
  ----------------------------------------*/
  /*! normalize.css v3.0.0 | MIT License | git.io/normalize */
  /**
  * 1. Set default font family to sans-serif.
  * 2. Prevent iOS text size adjust after orientation change, without disabling
  *    user zoom.
  */
  /**
  * Remove default margin.
  */
  /* HTML5 display definitions
   ========================================================================== */
  /**
  * Correct `block` display not defined in IE 8/9.
  */
  /**
  * 1. Correct `inline-block` display not defined in IE 8/9.
  * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
  */
  /**
  * Prevent modern browsers from displaying `audio` without controls.
  * Remove excess height in iOS 5 devices.
  */
  /**
  * Address `[hidden]` styling not present in IE 8/9.
  * Hide the `template` element in IE, Safari, and Firefox < 22.
  */
  /* Links
   ========================================================================== */
  /**
  * Remove the gray background color from active links in IE 10.
  */
  /**
  * Improve readability when focused and also mouse hovered in all browsers.
  */
  /* Text-level semantics
   ========================================================================== */
  /**
  * Address styling not present in IE 8/9, Safari 5, and Chrome.
  */
  /**
  * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
  */
  /**
  * Address styling not present in Safari 5 and Chrome.
  */
  /**
  * Address variable `h1` font-size and margin within `section` and `article`
  * contexts in Firefox 4+, Safari 5, and Chrome.
  */
  /**
  * Address styling not present in IE 8/9.
  */
  /**
  * Address inconsistent and variable font size in all browsers.
  */
  /**
  * Prevent `sub` and `sup` affecting `line-height` in all browsers.
  */
  /* Embedded content
   ========================================================================== */
  /**
  * Remove border when inside `a` element in IE 8/9.
  */
  /**
  * Correct overflow displayed oddly in IE 9.
  */
  /* Grouping content
   ========================================================================== */
  /**
  * Address margin not present in IE 8/9 and Safari 5.
  */
  /**
  * Address differences between Firefox and other browsers.
  */
  /**
  * Contain overflow in all browsers.
  */
  /**
  * Address odd `em`-unit font size rendering in all browsers.
  */
  /* Forms
   ========================================================================== */
  /**
  * Known limitation: by default, Chrome and Safari on OS X allow very limited
  * styling of `select`, unless a `border` property is set.
  */
  /**
  * 1. Correct color not being inherited.
  *    Known issue: affects color of disabled elements.
  * 2. Correct font properties not being inherited.
  * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
  */
  /**
  * Address `overflow` set to `hidden` in IE 8/9/10.
  */
  /**
  * Address inconsistent `text-transform` inheritance for `button` and `select`.
  * All other form control elements do not inherit `text-transform` values.
  * Correct `button` style inheritance in Firefox, IE 8+, and Opera
  * Correct `select` style inheritance in Firefox.
  */
  /**
  * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
  *    and `video` controls.
  * 2. Correct inability to style clickable `input` types in iOS.
  * 3. Improve usability and consistency of cursor style between image-type
  *    `input` and others.
  */
  /**
  * Re-set default cursor for disabled elements.
  */
  /**
  * Remove inner padding and border in Firefox 4+.
  */
  /**
  * Address Firefox 4+ setting `line-height` on `input` using `!important` in
  * the UA stylesheet.
  */
  /**
  * It's recommended that you don't attempt to style these elements.
  * Firefox's implementation doesn't respect box-sizing, padding, or width.
  *
  * 1. Address box sizing set to `content-box` in IE 8/9/10.
  * 2. Remove excess padding in IE 8/9/10.
  */
  /**
  * Fix the cursor style for Chrome's increment/decrement buttons. For certain
  * `font-size` values of the `input`, it causes the cursor style of the
  * decrement button to change from `default` to `text`.
  */
  /**
  * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
  * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
  *    (include `-moz` to future-proof).
  */
  /**
  * Remove inner padding and search cancel button in Safari and Chrome on OS X.
  * Safari (but not Chrome) clips the cancel button when the search input has
  * padding (and `textfield` appearance).
  */
  /**
  * Define consistent border, margin, and padding.
  */
  /**
  * 1. Correct `color` not being inherited in IE 8/9.
  * 2. Remove padding so people aren't caught out if they zero out fieldsets.
  */
  /**
  * Remove default vertical scrollbar in IE 8/9.
  */
  /**
  * Don't inherit the `font-weight` (applied by a rule above).
  * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
  */
  /* Tables
   ========================================================================== */
  /**
  * Remove most spacing between table cells.
  */
  /*----------------------------------------
  	reset
  ----------------------------------------*/
  /*----------------------------------------
  	campaign
  ----------------------------------------*/
  /* .slick-arrow.slick-prev {
    z-index: 5;
    top: 40%;
    left: 80px;
    width: 60px;
    height: 60px;
    background-color: #F8FAFD;
  }

  .slick-arrow.slick-prev:before {
    -webkit-transform: rotate(225deg);
    position: absolute;
    top: 20px;
    left: 25px;
    width: 20px;
    height: 20px;
    transform: rotate(225deg);
    border-top: 3px solid #899A9F;
    border-right: 3px solid #899A9F;
    content: "";
  }

  .slick-arrow.slick-next {
    z-index: 5;
    top: 40%;
    right: 80px;
    width: 60px;
    height: 60px;
    background-color: #F8FAFD;
  }

  .slick-arrow.slick-next:before {
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 20px;
    right: 25px;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    border-top: 3px solid #899A9F;
    border-right: 3px solid #899A9F;
    content: "";
  } */
  /*----------------------------------------
  	footer
  ----------------------------------------*/
  /*----------------------------------------
  	header
  ----------------------------------------*/
  /*-------------------------------------
  共通なので後でcommonとかに移す
  --------------------------------------*/
  /*-------------------------------------
  mixin 外でも使いそうならmixinファイルに移す
  --------------------------------------*/
  /*----------------------------------------
  	product　商品詳細
  ----------------------------------------*/
  /*----- 枠 -----*/
  /*----- 全商品共通 -----*/
  /*----- 全商品共通　end -----*/
  /*----- シリーズ・LP共通枠 -----*/
  /*----- シリーズ・LP共通枠 end -----*/
  /*----- シリーズ -----*/
  /*----- シリーズ end -----*/
  /*----- LP -----*/
  /*----- LP end -----*/
  /*----- YOU MAY ALSO LIKE -----*/
  /*----- YOU MAY ALSO LIKE end -----*/
  /*----- RECENTLY VIEWED -----*/
  /*----- RECENTLY VIEWED end -----*/
  /*----- アセット -----*/
  /*----- アセット end -----*/
  /*-------------------------------------
  mixin 外でも使いそうならmixinファイルに移す
  --------------------------------------*/
  /*----------------------------------------
  	collections　商品一覧
  ----------------------------------------*/
  /*----- 枠 -----*/
  /*----- カテゴリ検索部分 -----*/
  /*----- 商品一覧 -----*/
  /*----------------------------------------
  	index
  ----------------------------------------*/
  /*----------------------------------------
  	mixin
  ----------------------------------------*/
  /*----------------------------------------
  	lp page
  ----------------------------------------*/
  /*----------------------------------------
  	lp spray
  ----------------------------------------*/
  /*----------------------------------------
  	lp preskin
  ----------------------------------------*/
  /*----------------------------------------
  	lp perfectuv
  ----------------------------------------*/
  /*----------------------------------------
  	lp pure-cleansing-clear
  ----------------------------------------*/
  /*----------------------------------------
  	pages pickup
  ----------------------------------------*/
  /*----------------------------------------
  	page-post
  ----------------------------------------*/
  /* page-post */
  /* .page-post.all */
  /*----------------------------------------
  	page-stance
  ----------------------------------------*/
  /*----------------------------------------
  	.page-privacy
  ----------------------------------------*/
  /*----------------------------------------
  	page-guide
  ----------------------------------------*/
  /*----------------------------------------
  	page-contact
  ----------------------------------------*/
  /*----------------------------------------
  	index
  ----------------------------------------*/
  /*----------------------------------------
  	タイトル
  ----------------------------------------*/
  /*----------------------------------------
  	おすすめ
  ----------------------------------------*/
  /*----------------------------------------
  	ランキング
  ----------------------------------------*/
  /*-------------------------------------
  shopifyのプレイヤーUICSS
  --------------------------------------*/
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
  /*@media only screen and (max-width: 1280px) {*/
  /*@media only screen and (max-width: 1180px) {*/
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner:after,
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul.point_contents_list_bottom li .point_contents_li_inner .list_imagearea:after,
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .bottom_inner:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: "";
}
.news-section #ieError {
  -ms-filter: "alpha( opacity=80 )";
  z-index: 1000;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 20px;
  background: #000;
  color: #fff;
  text-align: center;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.news-section #ieError strong {
  color: #fff;
}
.news-section #ieError a {
  color: #d90000;
  text-decoration: underline;
}
.news-section html {
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
  /* 2 */
}
.news-section body {
  margin: 0;
}
.news-section article,
.news-section aside,
.news-section details,
.news-section figcaption,
.news-section figure,
.news-section footer,
.news-section header,
.news-section hgroup,
.news-section main,
.news-section nav,
.news-section section,
.news-section summary {
  display: block;
}
.news-section audio,
.news-section canvas,
.news-section progress,
.news-section video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
.news-section audio:not([controls]) {
  display: none;
  height: 0;
}
.news-section [hidden],
.news-section template {
  display: none;
}
.news-section a {
  background: transparent;
}
.news-section a:active,
.news-section a:hover {
  outline: 0;
}
.news-section abbr[title] {
  border-bottom: 1px dotted;
}
.news-section b,
.news-section strong {
  font-weight: bold;
}
.news-section dfn {
  font-style: italic;
}
.news-section h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
.news-section mark {
  background: #ff0;
  color: #000;
}
.news-section small {
  font-size: 80%;
}
.news-section sub,
.news-section sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.news-section sup {
  top: -0.5em;
}
.news-section sub {
  bottom: -0.25em;
}
.news-section img {
  border: 0;
}
.news-section svg:not(:root) {
  overflow: hidden;
}
.news-section figure {
  margin: 1em 40px;
}
.news-section hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
.news-section pre {
  overflow: auto;
}
.news-section code,
.news-section kbd,
.news-section pre,
.news-section samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.news-section button,
.news-section input,
.news-section optgroup,
.news-section select,
.news-section textarea {
  /* 2 */
  margin: 0;
  color: inherit;
  /* 1 */
  font: inherit;
  /* 3 */
}
.news-section button {
  overflow: visible;
}
.news-section button,
.news-section select {
  text-transform: none;
}
.news-section button,
.news-section html input[type=button],
.news-section input[type=reset],
.news-section input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
.news-section button[disabled],
.news-section html input[disabled] {
  cursor: default;
}
.news-section button::-moz-focus-inner,
.news-section input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.news-section input {
  line-height: normal;
}
.news-section input[type=checkbox],
.news-section input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
.news-section input[type=number]::-webkit-inner-spin-button,
.news-section input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
.news-section input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
.news-section input[type=search]::-webkit-search-cancel-button,
.news-section input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.news-section fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0;
}
.news-section legend {
  /* 1 */
  padding: 0;
  border: 0;
  /* 2 */
}
.news-section textarea {
  overflow: auto;
}
.news-section optgroup {
  font-weight: bold;
}
.news-section table {
  border-collapse: collapse;
  border-spacing: 0;
}
.news-section td,
.news-section th {
  padding: 0;
}
.news-section html,
.news-section body,
.news-section div,
.news-section span,
.news-section object,
.news-section iframe,
.news-section h1,
.news-section h2,
.news-section h3,
.news-section h4,
.news-section h5,
.news-section h6,
.news-section p,
.news-section blockquote,
.news-section pre,
.news-section abbr,
.news-section address,
.news-section cite,
.news-section code,
.news-section del,
.news-section dfn,
.news-section em,
.news-section img,
.news-section ins,
.news-section kbd,
.news-section q,
.news-section samp,
.news-section small,
.news-section strong,
.news-section sub,
.news-section sup,
.news-section var,
.news-section b,
.news-section i,
.news-section dl,
.news-section dt,
.news-section dd,
.news-section ol,
.news-section ul,
.news-section li,
.news-section fieldset,
.news-section form,
.news-section label,
.news-section legend,
.news-section table,
.news-section caption,
.news-section tbody,
.news-section tfoot,
.news-section thead,
.news-section tr,
.news-section th,
.news-section td,
.news-section article,
.news-section aside,
.news-section dialog,
.news-section figure,
.news-section footer,
.news-section header,
.news-section hgroup,
.news-section main,
.news-section menu,
.news-section nav,
.news-section section,
.news-section time,
.news-section mark,
.news-section audio,
.news-section video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #424242;
  font: inherit;
  font-family: "Robot", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 100%;
  line-height: 1.6;
  vertical-align: baseline;
}
.news-section header,
.news-section footer,
.news-section article,
.news-section section,
.news-section aside,
.news-section hgroup,
.news-section nav,
.news-section menu,
.news-section figure,
.news-section figcaption,
.news-section time {
  display: block;
}
.news-section li {
  list-style: none;
}
.news-section ol,
.news-section ul {
  list-style: none;
}
.news-section img {
  border: 0;
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}
.news-section table {
  border-collapse: collapse;
  border-spacing: 0;
}
.news-section h1,
.news-section h2,
.news-section p,
.news-section pre {
  word-wrap: break-word;
}
.news-section caption,
.news-section th,
.news-section td {
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
}
.news-section caption {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
}
.news-section tbody,
.news-section tfoot,
.news-section thead,
.news-section tr {
  vertical-align: baseline;
}
.news-section tbody,
.news-section tfoot,
.news-section thead,
.news-section tr,
.news-section th,
.news-section td {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
}
.news-section hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #cccccc;
}
.news-section input,
.news-section select {
  vertical-align: middle;
}
.news-section input,
.news-section button,
.news-section textarea,
.news-section select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}
.news-section button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}
.news-section select::-ms-expand {
  display: none;
}
.news-section .clearfix {
  _height: 1%;
  min-height: 1px;
}
.news-section .clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: "";
}
.news-section .campaign-wrap {
  -webkit-transition: opacity 0.5s ease-in-out;
  visibility: visible;
  z-index: 30;
  position: fixed;
  right: 25px;
  bottom: 25px;
  transition: opacity 0.5s ease-in-out;
}
.news-section .campaign-wrap.close {
  visibility: hidden;
  z-index: -1;
  opacity: 0;
}
.news-section .campaign-wrap .campaign {
  width: 280px;
}
.news-section .campaign-wrap .campaign .campaign-close-btn {
  position: absolute;
  top: -13px;
  right: -10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #000;
  line-height: 22px;
  text-align: center;
}
.news-section .campaign-wrap .campaign .campaign-close-btn img {
  width: 12px;
  vertical-align: middle;
}
.news-section .campaign-wrap .campaign a {
  display: block;
}
.news-section .campaign-wrap .campaign a img {
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
}
.news-section html,
.news-section body {
  -webkit-text-size-adjust: none;
  height: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1rem;
}
.news-section * {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.news-section *,
.news-section *::before,
.news-section *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.news-section html {
  /*	font-size: 62.5%;*/
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.news-section body {
  font-display: swap;
  color: #424242;
  font-family: "Robot", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  line-height: 1.6;
}
.news-section a {
  -webkit-transition: compact(all 0.2s ease, false, false, false, false, false, false, false, false, false);
  color: #424242;
  text-decoration: none;
  cursor: pointer;
  transition: compact(all 0.2s ease, false, false, false, false, false, false, false, false, false);
}
.news-section a img {
  -webkit-transition: compact(all 0.2s ease-in-out, false, false, false, false, false, false, false, false, false);
  -webkit-backface-visibility: hidden;
  border: none;
  backface-visibility: hidden;
  transition: compact(all 0.2s ease-in-out, false, false, false, false, false, false, false, false, false);
}
.news-section a:hover img {
  /* filter: alpha(opacity=60);
  opacity: 0.6; */
}
.news-section img {
  /* width: 100%; */
  max-width: 100%;
  vertical-align: bottom;
}
.news-section .br-sp,
.news-section .sp-display {
  display: none !important;
}
.news-section .clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.news-section main {
  z-index: 1;
  position: relative;
  padding-bottom: 30px;
  background-color: #fff;
}
.news-section .product-price__compare {
  font-size: 70%;
  text-decoration: line-through;
}
.news-section .product-price__compare-large {
  font-size: 50%;
}
.news-section .product-block .product-price {
  font-size: 1.25rem;
  line-height: 1.5;
}
.news-section .product-block .product-price__from,
.news-section .product-block .product-price__compare {
  font-size: 1rem;
}
.news-section .product-block .icon {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.news-section .product-block .icon span {
  margin-bottom: 4px;
  padding: 0 8px;
  background-color: #343434;
  color: #ffffff;
  font-family: soleil, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 3;
}
.news-section .product-block .icon span:not(:last-child) {
  margin-right: 10px;
}
.news-section .product-block .icon img {
  height: 20px;
}
.news-section .product-block .icon img:not(:last-child) {
  margin-right: 10px;
}
.news-section .product-block__image {
  display: block;
  position: relative;
  overflow: hidden;
}
.news-section .product-block__title {
  margin-top: 0.5em;
}
.news-section .product-block__title-link {
  color: inherit;
  text-decoration: none;
}
.news-section .product-block__vendor {
  margin-bottom: 0.1em;
  font-size: 0.75rem;
  line-height: 1.5;
}
.news-section .product-label {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.25em 0.75em;
  font-size: 0.875rem;
  line-height: 1.4;
}
.news-section .product-label--on-sale {
  background: #cd201a;
  color: #fff;
}
.news-section .product-label--sold-out {
  color: #fff;
}
.news-section .product-block .product-block__title-wrap {
  min-height: 80px;
  font-size: 16px;
  text-align: center;
}
.news-section .product-block .product-block__title a {
  color: #424242;
  font-size: 16px;
}
.news-section .product-block .product-price .theme-money {
  color: #424242;
  font-size: 16px;
}
.news-section .product-block .product-price .theme-money.product-price__reduced {
  margin-right: 0.5rem;
  color: #cd201a;
}
.news-section .product-block .product-price .theme-money.product-price__compare,
.news-section .product-block .product-price .theme-money.product-price__compare-large {
  opacity: 1;
}
.news-section .product-block .product-price .tax {
  color: #424242;
  font-size: 14px;
}
.news-section .image-one,
.news-section .image-two {
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block;
  backface-visibility: hidden;
  transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.news-section .image-one {
  width: 100%;
  height: auto;
}
.news-section .image-two {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 1.5px);
  height: calc(100% + 1.5px);
  overflow: hidden;
  opacity: 0;
}
.news-section .image-two .rimage-background {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.news-section .rimage-outer-wrapper {
  margin-right: auto;
  margin-left: auto;
}
.news-section .rimage-wrapper {
  -webkit-transition: background 500ms;
  position: relative;
  transition: background 500ms;
}
.news-section .rimage-wrapper.lazyload--placeholder {
  background: #f4f4f4;
}
.news-section .rimage-wrapper #imgProductImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-section .rimage-wrapper #imgProductImage.blur-in {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  transition: filter 400ms, -webkit-filter 400ms;
}
.news-section .rimage-wrapper #imgProductImage.blur-in.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}
.news-section .rimage-wrapper #imgProductImage.fade-in {
  -webkit-transition: opacity 500ms;
  opacity: 0;
  transition: opacity 500ms;
}
.news-section .rimage-wrapper #imgProductImage.fade-in.lazyloaded {
  opacity: 1;
}
.news-section .rimage-wrapper #imgProductImage.cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.news-section .rimage-background {
  background-position: center center;
  background-size: cover;
}
.news-section .rimage-background.fade-in {
  -webkit-transition: all 0.25s;
  opacity: 0;
  transition: all 0.25s;
}
.news-section .rimage-background.fade-in.lazyloaded {
  opacity: 1;
}
.news-section .visually-hidden {
  clip: rect(0 0 0 0);
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
}
.news-section .slick-arrow.slick-disabled {
  display: none !important;
}
.news-section .site-footer {
  z-index: 1;
  position: relative;
}
.news-section .site-footer__inner {
  padding: 60px 50px 30px;
  background-color: #d2dddd;
}
.news-section .site-footer__inner .footer-head {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 80px;
}
.news-section .site-footer__inner .footer-head__logo a {
  display: block;
  width: 151px;
  margin-right: 200px;
}
.news-section .site-footer__inner .footer-head__navigation ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 266px;
}
.news-section .site-footer__inner .footer-head__navigation ul li {
  width: 86px;
  margin-right: 60px;
  font-size: 16px;
  font-size: 1rem;
}
.news-section .site-footer__inner .footer-head__navigation ul li:nth-child(2n) {
  width: 120px;
  margin-right: 0;
}
.news-section .site-footer__inner .footer-head__navigation ul li a {
  font-size: 12px;
  font-size: 0.75rem;
}
.news-section .site-footer__inner .footer-head__sns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  margin: 0 auto;
}
.news-section .site-footer__inner .footer-head__sns dt {
  font-display: swap;
  margin-bottom: 10px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
}
.news-section .site-footer__inner .footer-head__sns dd {
  margin: 0;
}
.news-section .site-footer__inner .footer-head__sns dd ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.news-section .site-footer__inner .footer-head__sns dd ul li a {
  display: block;
  margin: 0 6px 6px 0;
  padding: 0 4px 4px 0;
}
.news-section .site-footer__inner .footer-head__sns dd ul li a svg {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: text-top;
}
.news-section .site-footer__inner .footer-foot {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.news-section .site-footer__inner .footer-foot .copyright {
  font-size: 11px;
  font-size: 0.6875rem;
}
.news-section .site-footer__inner .footer-foot__navigation ul {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.news-section .site-footer__inner .footer-foot__navigation ul li {
  margin-right: 40px;
  font-size: 12px;
  font-size: 0.75rem;
}
.news-section .sp-navigation {
  display: none;
  z-index: 1000;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 6px 0;
  background: #d2dddd;
}
.news-section .sp-navigation ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 72px;
}
.news-section .sp-navigation ul li {
  width: 20%;
  height: 72px;
  text-align: center;
}
.news-section .sp-navigation ul li .sp-cart-count-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
  align-items: center;
  justify-content: center;
  height: 72px;
}
.news-section .sp-navigation ul li .sp-cart-count-wrapper .sp-navigation-cart__count {
  position: absolute;
  top: 14px;
  right: -6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
}
.news-section .sp-navigation ul li a {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.news-section .sp-navigation ul li:first-child img {
  width: 38px;
}
.news-section .sp-navigation ul li:nth-child(2n) img {
  width: 46px;
}
.news-section .sp-navigation ul li:nth-child(3n) img {
  width: 43px;
}
.news-section .sp-navigation ul li:nth-child(4n) img {
  width: 25px;
}
.news-section .sp-navigation ul li:last-child img {
  width: 28px;
}
.news-section .site-header {
  position: relative;
}
.news-section .site-header .site-header-above .announcement-bar {
  z-index: 1;
  position: relative;
  background-color: #fff;
}
.news-section .site-header .site-header-above .announcement-bar a,
.news-section .site-header .site-header-above .announcement-bar span {
  -webkit-transition: background-color 0.25s;
  display: block;
  padding: 10px 0;
  background-color: #d2dddd;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
  transition: background-color 0.25s;
}
.news-section .site-header .header-content {
  -webkit-transform: translateY(0);
  z-index: 20;
  position: relative;
  padding-right: 40px;
  padding-left: 40px;
  transform: translateY(0);
  background: #fff;
}
.news-section .site-header .header-content-inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  max-width: none;
  margin: 0 auto;
  padding: 25px 0;
}
.news-section .site-header .header-content-inner h1 {
  width: 165px;
}
.news-section .site-header .header-content-inner .utils {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-grow: 1;
  align-items: center;
  justify-content: flex-end;
}
.news-section .site-header .header-content-inner .utils__item {
  -webkit-transition: opacity 0.25s;
  z-index: 5;
  position: relative;
  margin: 0 10px;
  color: inherit;
  opacity: 1;
  transition: opacity 0.25s;
}
.news-section .site-header .header-content-inner .utils__item a {
  vertical-align: text-bottom;
}
.news-section .site-header .header-content-inner .utils__item a img {
  vertical-align: baseline;
}
.news-section .site-header .header-content-inner .utils__item:hover .utils__item__menu {
  display: block;
}
.news-section .site-header .header-content-inner .utils__item__menu {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateX(70px);
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 160px;
  padding: 15px 25px;
  transform: translateX(70px);
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
}
.news-section .site-header .header-content-inner .utils__item__menu li a {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0;
}
.news-section .site-header .header-navigation {
  z-index: 3;
  position: absolute;
  top: 0;
  width: calc(100% - 80px);
  margin: 34px 0;
  padding: 0;
}
.news-section .site-header .header-navigation__container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1340px;
  margin: 0 auto;
}
.news-section .site-header .header-navigation__container .site-nav {
  width: 100%;
  padding: 0;
  text-align: center;
  white-space: nowrap;
}
.news-section .site-header .header-navigation__container .site-nav__item {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
}
.news-section .site-header .header-navigation__container .site-nav__item > a {
  -webkit-transition: color 0.2s;
  position: relative;
  padding: 0 12px 20px 12px;
  color: #424242;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  transition: color 0.2s;
}
.news-section .site-header .header-navigation__container .site-nav__item:hover .site-nav__dropdown {
  display: block;
}
.news-section .site-header .header-navigation__container .site-nav__icon {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 1em;
  margin-left: 0.1em;
  vertical-align: middle;
}
.news-section .site-header .header-navigation__container .site-nav__dropdown {
  -webkit-transform: none !important;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
  display: none;
  z-index: 6;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 70%;
  margin: 0 auto;
  padding: 10px 0 25px;
  transform: none !important;
  border-bottom: 0;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
  color: rgba(66, 66, 66, 0.7);
  font-size: 14px;
  white-space: normal;
}
.news-section .site-header .header-navigation__container .site-nav__dropdown__container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}
.news-section .site-header .header-navigation__container .site-nav__dropdown__container.dropdown-second {
  margin-top: 25px;
}
.news-section .site-header .header-navigation__container .site-nav__dropdown__item {
  display: inline-block;
  width: 25%;
  padding-right: 1px;
}
.news-section .site-header .header-navigation__container .site-nav__dropdown__item a {
  -webkit-transition: color 0.2s;
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  transition: color 0.2s;
}
.news-section .site-header .header-navigation__container .site-nav__dropdown__item a .name {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0;
}
.news-section .site-header .header-spnavigation {
  -webkit-transition: all 150ms cubic-bezier(0.46, 0.03, 0, 1);
  position: fixed;
  top: 0;
  right: 0;
  left: -120%;
  width: 100%;
  height: 100vh;
  padding: 0;
  background: #d2dddd;
  opacity: 0;
  transition: all 150ms cubic-bezier(0.46, 0.03, 0, 1);
}
.news-section .site-header .header-spnavigation--open {
  left: 0;
  opacity: 1;
}
.news-section .site-header .header-spnavigation__container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: block;
  z-index: 999;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: auto;
  padding: 20px 0 100px 0;
  overflow: scroll;
  background-color: #d2dddd;
  color: #fff;
}
.news-section .site-header .header-spnavigation__container .utils {
  -webkit-transition-delay: 300ms;
  z-index: 2;
  position: absolute;
  top: 13px;
  left: 5%;
  transition-delay: 300ms;
}
.news-section .site-header .header-spnavigation__container .utils button {
  position: relative;
  font-size: 1rem;
}
.news-section .site-header .header-spnavigation__container .utils button span svg {
  stroke-width: 1px;
  fill: transparent;
  stroke: currentColor;
  width: 30px;
  height: 30px;
  margin: 5px;
  color: #000;
  vertical-align: top;
}
.news-section .site-header .header-spnavigation__container .logo {
  -webkit-transition-delay: 350ms;
  position: relative;
  top: -10px;
  width: 100%;
  margin: 0 auto 15px auto;
  padding-bottom: 15px;
  border-bottom: 1px solid #999;
  transition-delay: 350ms;
}
.news-section .site-header .header-spnavigation__container .logo a {
  display: block;
  width: 140px;
  max-height: auto;
  margin: 0 auto;
}
.news-section .site-header .header-spnavigation__container .logo a img {
  width: 100%;
  height: auto;
}
.news-section .site-header .header-spnavigation__container .search-bar {
  -webkit-transition-delay: 400ms;
  width: 90%;
  margin: 0 auto 20px;
  transition-delay: 400ms;
}
.news-section .site-header .header-spnavigation__container .search-bar--inner {
  margin: 0 auto;
  padding: 5px;
  border-radius: 0;
  background: white;
  pointer-events: auto;
}
.news-section .site-header .header-spnavigation__container .search-bar__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.news-section .site-header .header-spnavigation__container .search-bar__container span {
  padding-top: 7px;
  padding-left: 10px;
}
.news-section .site-header .header-spnavigation__container .search-bar__container form {
  width: 100%;
  padding: 0;
}
.news-section .site-header .header-spnavigation__container .search-bar__container form input[type=search] {
  width: 100%;
  margin: 0;
  padding: 10px 15px;
  border: 0;
  border-radius: 0;
  color: #424242;
}
.news-section .site-header .header-spnavigation__container .search-bar__container form button {
  display: none;
}
.news-section .site-header .header-spnavigation__container .register {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-transition-delay: 450ms;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin: 0 auto 25px;
  text-align: center;
  transition-delay: 450ms;
}
.news-section .site-header .header-spnavigation__container .register li {
  width: 47.5%;
  height: 46px;
}
.news-section .site-header .header-spnavigation__container .register li:first-child {
  margin-right: 5%;
}
.news-section .site-header .header-spnavigation__container .register li a {
  display: block;
  width: 100%;
  padding: 13px 0;
  border-radius: 4px;
  background: #898989;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}
.news-section .site-header .header-spnavigation__container .mobile-site-nav {
  -webkit-transition-delay: 500ms;
  width: 90%;
  margin: 0 auto 40px;
  transition-delay: 500ms;
}
.news-section .site-header .header-spnavigation__container .mobile-site-nav > li {
  position: relative;
  width: 100%;
  margin-bottom: 5px;
  border: 1px solid #000;
  border-radius: 4px;
}
.news-section .site-header .header-spnavigation__container .mobile-site-nav > li.is-open {
  padding-bottom: 15px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #fff;
}
.news-section .site-header .header-spnavigation__container .mobile-site-nav > li.is-open:before {
  position: absolute;
  top: 55px;
  right: 0;
  left: 0;
  width: calc(100% - 40px);
  margin: auto;
  border-bottom: 1px solid #999;
  content: "";
}
.news-section .site-header .header-spnavigation__container .mobile-site-nav > li.is-open .acc-menu-product-toggle:before {
  opacity: 0;
}
.news-section .site-header .header-spnavigation__container .mobile-site-nav > li > a {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  height: 55px;
  margin: auto;
  padding-left: 20px;
  color: #000 !important;
  font-size: 13px;
  text-align: left;
  text-decoration: none;
}
.news-section .site-header .header-spnavigation__container .mobile-site-nav > li > ul {
  display: none;
  width: calc(100% - 60px);
  margin: 25px 20px 0 auto;
}
.news-section .site-header .header-spnavigation__container .mobile-site-nav > li > ul > li > a {
  display: block;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
  color: #000 !important;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: left;
  text-decoration: none;
}
.news-section .site-header .header-spnavigation__container .mobile-site-nav > li > ul > li > a:after {
  position: absolute;
  top: -10px;
  right: 0px;
  bottom: 0;
  width: 12px;
  height: 1px;
  margin: auto;
  background: #000;
  content: "";
}
.news-section .site-header .header-spnavigation__container .mobile-site-nav > li > ul > li > a:before {
  position: absolute;
  top: -10px;
  right: 5px;
  bottom: 0;
  width: 1px;
  height: 11px;
  margin: auto;
  background: #000;
  content: "";
}
.news-section .site-header .header-spnavigation__container .mobile-site-nav > li > ul > li.is-open {
  padding-bottom: 15px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #fff;
}
.news-section .site-header .header-spnavigation__container .mobile-site-nav > li > ul > li.is-open .acc-menu-category-toggle:before,
.news-section .site-header .header-spnavigation__container .mobile-site-nav > li > ul > li.is-open .acc-menu-series-toggle:before {
  opacity: 0;
}
.news-section .site-header .header-spnavigation__container .mobile-site-nav > li > ul > li ul {
  display: none;
  margin-bottom: 40px;
}
.news-section .site-header .header-spnavigation__container .mobile-site-nav > li > ul > li ul li {
  margin-bottom: 5px;
}
.news-section .site-header .header-spnavigation__container .mobile-site-nav > li > ul > li ul li a {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #000;
  text-decoration: none;
}
.news-section .site-header .header-spnavigation__container .mobile-site-nav > li > ul > li ul li a .thumb {
  width: 55px;
  margin-right: 10px;
}
.news-section .site-header .header-spnavigation__container .mobile-site-nav > li > ul > li ul li a .name {
  width: calc(100% - 65px);
  color: #000;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: left;
}
.news-section .site-header .header-spnavigation__container .mobile-site-nav > li > ul > li ul li a .name span {
  display: block;
}
.news-section .site-header .header-spnavigation__container .mobile-site-nav > li > ul > li ul li a .name span.name-catch {
  color: #899a9f;
  font-size: 11px;
  font-size: 0.6875rem;
}
.news-section .site-header .header-spnavigation__container .mobile-site-nav .acc-menu-product-toggle:after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 12px;
  height: 1px;
  margin: auto;
  background: #000;
  content: "";
}
.news-section .site-header .header-spnavigation__container .mobile-site-nav .acc-menu-product-toggle:before {
  position: absolute;
  top: 0;
  right: 20px;
  right: 25px;
  bottom: 0;
  width: 1px;
  height: 11px;
  margin: auto;
  background: #000;
  content: "";
}
.news-section .site-header .header-spnavigation__container .mobile-footer-nav {
  display: block;
  width: 90%;
  margin: 0 auto 80px;
}
.news-section .site-header .header-spnavigation__container .mobile-footer-nav li {
  margin-bottom: 10px;
}
.news-section .site-header .header-spnavigation__container .mobile-social {
  display: block;
  width: 90%;
  margin: 0 auto 20px;
  padding: 0;
}
.news-section .site-header .header-spnavigation__container .mobile-social__container {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.news-section .site-header .header-spnavigation__container .mobile-social__container li a {
  display: block;
  margin: 0 15px 15px 0;
  padding: 0 4px 4px 0;
}
.news-section .site-header .header-spnavigation__container .mobile-social__container li a svg {
  fill: currentColor;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: text-top;
}
.news-section .site-header .header-spnavigation__container .mobile-copyright {
  display: block;
  width: 90%;
  margin: 0 auto;
  color: #000;
  font-size: 10px;
  font-size: 0.625rem;
}
.news-section .mobile-menu-open .announcement-bar {
  display: none;
}
.news-section .header-spnavigation .utils,
.news-section .header-spnavigation .logo,
.news-section .header-spnavigation .register,
.news-section .header-spnavigation .search-bar,
.news-section .header-spnavigation .mobile-site-nav {
  -webkit-transition: all 350ms cubic-bezier(0.46, 0.03, 0, 1);
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
  opacity: 0;
  transition: all 350ms cubic-bezier(0.46, 0.03, 0, 1);
}
.news-section .header-spnavigation--open .utils,
.news-section .header-spnavigation--open .logo,
.news-section .header-spnavigation--open .register,
.news-section .header-spnavigation--open .search-bar,
.news-section .header-spnavigation--open .mobile-site-nav {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.news-section .utils__item.header-cart .feather-icon.icon--header {
  margin-right: 30px;
}
.news-section .utils__item.header-cart .header-cart__count {
  position: absolute;
  top: 8px;
  right: 0;
  left: initial;
  width: 20px;
  height: 20px;
  margin-top: -0.5em;
  padding-top: 1px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.news-section .search-drawer-open .search-overlay {
  z-index: 51;
  opacity: 1;
}
.news-section .search-drawer-open .search-drawer {
  right: 0;
}
.news-section .search-overlay {
  -webkit-transition: all 0.75s cubic-bezier(0.5, 0, 0, 1);
  z-index: -1;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 0.75s cubic-bezier(0.5, 0, 0, 1);
}
.news-section .search-drawer {
  -webkit-transition: right 0.75s cubic-bezier(0.5, 0, 0, 1);
  z-index: 60;
  position: fixed;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100vh;
  padding: 90px 20px 50px;
  overflow: auto;
  background: #fff;
  transition: right 0.75s cubic-bezier(0.5, 0, 0, 1);
}
.news-section .search-drawer .search-close-icn {
  z-index: 61;
  position: absolute;
  top: 30px;
  right: 20px;
}
.news-section .search-drawer .search-bar {
  width: 100%;
  border: 1px solid #666;
  border-radius: 4px;
}
.news-section .search-drawer .search-bar .search-bar__container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
}
.news-section .search-drawer .search-bar .search-bar__container .js-search-form-close {
  display: none;
}
.news-section .search-drawer .search-bar .search-bar__container .search-result--loading,
.news-section .search-drawer .search-bar .search-bar__container .search-result--more {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  text-align: center;
}
.news-section .search-drawer .search-bar .search-bar__container .search-form__icon {
  margin: 0 15px;
  padding-top: 5px;
}
.news-section .search-drawer .search-bar .search-bar__container .search-form {
  width: 100%;
}
.news-section .search-drawer .search-bar .search-bar__container .search-form input {
  padding: 8px 15px;
  line-height: 2em;
}
.news-section .search-drawer .search-bar .search-bar__container .search-bar__results {
  -webkit-box-shadow: none;
  top: 50px;
  right: 0;
  left: 0;
  width: 100%;
  margin: 30px auto 0;
  padding: 0 0 90px;
  box-shadow: none;
}
.news-section .search-drawer .search-bar .search-bar__container .search-bar__results .search-result {
  padding: 0;
  color: inherit;
  text-decoration: none;
}
.news-section .search-drawer .search-bar .search-bar__container .search-bar__results .search-result.search-result--loading,
.news-section .search-drawer .search-bar .search-bar__container .search-bar__results .search-result.search-result--more {
  padding: 15px;
}
.news-section .search-drawer .search-bar .search-bar__container .search-bar__results .search-result:hover {
  color: inherit;
}
.news-section .search-drawer .search-bar .search-bar__container .search-bar__results .search-result__image {
  width: 100px;
  height: auto;
  margin-right: 20px;
  border: none;
  border-radius: none;
}
.news-section .search-drawer .search-bar .search-bar__container .search-bar__results .search-result__title {
  font-size: 13px;
}
.news-section .sp-search {
  -webkit-transition: all 0.2s ease-in;
  visibility: hidden;
  z-index: 2;
  position: fixed;
  right: 0;
  bottom: 100px;
  left: 0;
  width: 65%;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.2s ease-in;
}
.news-section .sp-search.search-active {
  visibility: visible;
  opacity: 1;
}
.news-section .sp-search .search-bar__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 5px 8px;
  border: solid 1px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.news-section .sp-search .search-bar__container > *:nth-child(1) {
  width: 23px;
}
.news-section .sp-search .search-bar__container > *:nth-child(2) {
  width: calc(100% - 23px);
}
.news-section .sp-search .search-bar__container svg {
  top: 12%;
}
.news-section .sp-search .search-bar__container .search-form {
  margin-left: 5px;
}
.news-section .sp-search .search-bar__container .search-form input {
  width: 100%;
  height: 100%;
}
.news-section .pc-only {
  display: block;
}
.news-section .pc-only img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.news-section .sp-only {
  display: none;
}
.news-section .product-detail {
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 60px;
  padding-right: 30px;
  padding-left: 30px;
}
.news-section .product-detail .product-layout {
  max-width: 1340px;
  margin: 0 auto;
}
.news-section .product-detail .product-layout-grid__images {
  z-index: 1;
  position: relative;
  padding: 0;
}
.news-section .product-detail .product-layout-grid__images .product-detail__images-container {
  position: relative;
}
.news-section .product-detail .product-layout-grid__images .product-detail__images-container .product-detail-navigation {
  z-index: 10;
  position: fixed;
  top: 210px;
  left: 40px;
  width: 10px;
}
.news-section .product-detail .product-layout-grid__images .product-detail__images-container .product-detail-navigation ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  align-items: center;
}
.news-section .product-detail .product-layout-grid__images .product-detail__images-container .product-detail-navigation ul li {
  margin-bottom: 6px;
}
.news-section .product-detail .product-layout-grid__images .product-detail__images-container .product-detail-navigation ul li:last-child {
  margin-bottom: 0;
}
.news-section .product-detail .product-layout-grid__images .product-detail__images-container .product-detail-navigation ul li a {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c9caca;
}
.news-section .product-detail .product-layout-grid__images .product-detail__images-container .product-detail-navigation ul li a.current {
  background: #000;
}
.news-section .product-detail .product-layout-grid__images .slick-dots li {
  display: inline-block;
  margin: 0 8px;
  padding: 0;
}
.news-section .product-detail .product-layout-grid__images .slick-dots li:last-child {
  margin-right: 0;
}
.news-section .product-detail .product-layout-grid__images .slick-dots li.slick-active button {
  background-color: #000;
}
.news-section .product-detail .product-layout-grid__images .slick-dots li button {
  -webkit-box-shadow: none;
  -webkit-transition: all 150ms;
  display: block;
  width: 10px;
  width: 8px;
  height: 10px;
  height: 8px;
  padding: 0;
  border: 2px solid rgba(66, 66, 66, 0.3);
  border: 0;
  border-radius: 8px;
  outline: none;
  background: #8c8c8f;
  background-color: #fff;
  box-shadow: none;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transition: all 150ms;
}
.news-section .product-detail .product-layout-grid__images .product-detail__image {
  background: #e5e3e4;
}
.news-section .product-detail .product-layout-grid__images .product-detail__image a {
  display: block;
}
.news-section .product-detail .product-layout-grid__images .product-detail__image a:focus {
  outline: none;
}
.news-section .product-detail .product-layout-grid__images .product-detail__image .product-media-wrapper {
  -webkit-transition: opacity 250ms;
  margin: 0;
  transition: opacity 250ms;
}
.news-section .product-detail .product-layout-grid__images .product-detail__image .rimage-outer-wrapper {
  margin-right: auto;
  margin-left: auto;
}
.news-section .product-detail .product-layout-grid__images .product-detail__image .rimage-wrapper {
  -webkit-transition: background 500ms;
  position: relative;
  padding-top: 150%;
  transition: background 500ms;
}
.news-section .product-detail .product-layout-grid__images .product-detail__image .rimage-wrapper .rimage__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-section .product-detail .product-layout-grid__images .product-detail__image .rimage-wrapper .rimage__image.fade-in {
  -webkit-transition: opacity 500ms;
  opacity: 0;
  transition: opacity 500ms;
}
.news-section .product-detail .product-layout-grid__images .product-detail__image .rimage-wrapper .rimage__image.fade-in.lazyloaded {
  opacity: 1;
}
.news-section .product-detail .product-layout-grid__images .product-detail__image .rimage-wrapper .rimage__image.blur-in {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  transition: filter 400ms, -webkit-filter 400ms;
}
.news-section .product-detail .product-layout-grid__images .product-detail__image .rimage-wrapper .rimage__image.blur-in.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}
.news-section .product-detail .product-layout-grid__images .product-detail__image .product-media--frame {
  position: relative;
  max-width: 100%;
  height: 0;
  padding-top: 56.25%;
  padding-top: 149.9250375%;
}
.news-section .product-detail .product-layout-grid__images .product-detail__image .product-media--frame iframe,
.news-section .product-detail .product-layout-grid__images .product-detail__image .product-media--frame object,
.news-section .product-detail .product-layout-grid__images .product-detail__image .product-media--frame embed,
.news-section .product-detail .product-layout-grid__images .product-detail__image .product-media--frame video,
.news-section .product-detail .product-layout-grid__images .product-detail__image .product-media--frame model-viewer,
.news-section .product-detail .product-layout-grid__images .product-detail__image .product-media--frame .shopify-model-viewer-ui,
.news-section .product-detail .product-layout-grid__images .product-detail__image .product-media--frame .media-item,
.news-section .product-detail .product-layout-grid__images .product-detail__image .product-media--frame .plyr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-section .product-detail .product-layout-grid__images .product-detail__image .product-media--frame .media-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-section .product-detail .product-layout-grid__detail {
  padding-top: 0;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail.sticky-element .product-detail__type {
  margin-bottom: 15px;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail.sticky-element .product-detail__type.type-wrapper .type-wrapper__type {
  color: #000;
  font-size: 11px;
  font-size: 0.6875rem;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail.sticky-element .product-detail__type.type-wrapper .type-wrapper__type:hover {
  text-decoration: none;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area {
  margin-bottom: 15px;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-detail__title {
  margin-bottom: 10px;
  color: #000;
  font-size: 24px;
  font-size: 1.5rem;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-detail__title .product-detail__title_brand {
  display: block;
  margin-bottom: 20px;
  color: #999;
  font-size: 10px;
  font-size: 0.625rem;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-detail__title #dvProductDetailArea #detailImage .btn_add-fav {
  width: 30px;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-detail__title #dvProductDetailArea #detailImage {
  margin-bottom: 0;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-detail__type a {
  font-size: 0.75rem;
  line-height: 1.5;
  text-decoration: underline;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-detail__meta-list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-detail__meta-list__capacity {
  margin-right: 25px;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-detail__meta-list__capacity--value {
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-detail__price {
  margin-bottom: 0;
  color: #000;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-detail__price.product-price > span {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-detail__price.product-price > span.product-price__reduced {
  color: #cd201a;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-detail__price.product-price > span.product-price__reduced > span {
  color: #cd201a;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-detail__price.product-price > span.product-price__compare,
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-detail__price.product-price > span.product-price__compare-large {
  font-size: 70%;
  text-decoration: line-through;
  opacity: 0.5;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-detail__price.product-price > span.product-price__compare > span,
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-detail__price.product-price > span.product-price__compare-large > span {
  color: #000;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-detail__price.product-price > span.product-price__compare {
  font-size: 70%;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-detail__price.product-price > span.product-price__compare-large {
  font-size: 50%;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-detail__price.product-price > span.product-price__compare {
  margin-left: 0.5rem;
  opacity: 1;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-detail__price .theme-money {
  font-size: 16px;
  font-size: 1rem;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-detail__price .theme-money.product-price__reduced {
  margin-right: 0.5rem;
  color: #cd201a;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-detail__price .theme-money.product-price__compare {
  text-decoration: line-through;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-detail__price .tax {
  margin-left: 5px;
  font-size: 12px;
  font-size: 0.75rem;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .products-detail__desc {
  margin-bottom: 40px;
  color: #000;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.1rem;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .custom-field__item-color-list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .custom-field__item-color-list li {
  margin-right: 8px;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .custom-field__item-color-list li:last-child {
  margin-right: 0;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .custom-field__item-color-list li a {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #999;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .custom-field__item-color-list li a:hover {
  border: 2px solid #595757;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-form {
  display: block;
  margin-top: 55px;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-form input,
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-form textarea,
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-form select {
  max-width: 100%;
  margin: 5px 5px 5px 0;
  padding: 12px 15px;
  border: 1px solid #cfcfcf;
  border-radius: 0px;
  background-color: transparent;
  color: inherit;
  font-family: "Avenir Next", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4em;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 28px;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' stroke='rgba(66,66,66,0.999)' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-position: right center;
  background-position: right 8px center;
  background-repeat: no-repeat;
  background-size: 18px;
  text-indent: 0.01px;
  text-overflow: "";
  cursor: pointer;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-form option {
  background-color: #fff;
  color: #424242;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-form .no-js:not(html) {
  display: none;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-form .product-detail__quantity-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-form .product-detail__quantity-row.with-payment-buttons {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-form .product-detail__quantity-row .quantity-wrapper {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100px;
  margin-right: 15px;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-form .product-detail__quantity-row .quantity-wrapper .quantity-actual {
  display: none;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-form .product-detail__quantity-row .quantity-wrapper.hide-proxy .quantity-actual {
  display: inline-block;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-form .product-detail__quantity-row .quantity-wrapper.hide-proxy .quantity-actual .quantity-proxy,
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-form .product-detail__quantity-row .quantity-wrapper.hide-proxy .quantity-actual .select2 {
  display: none !important;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-form .product-detail__quantity-row .quantity-wrapper label {
  z-index: 0;
  position: absolute;
  top: 9px;
  left: 14px;
  line-height: 1;
  opacity: 0.6;
  pointer-events: none;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-form .product-detail__quantity-row .quantity-wrapper .quantity-proxy {
  height: 48px;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 0px;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-form .product-detail__quantity-row button,
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-form .product-detail__quantity-row a {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 30px;
  padding-left: 30px;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-form .product-detail__quantity-row button.btn,
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-form .product-detail__quantity-row a.btn {
  -webkit-user-select: "none";
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  -webkit-transition: background-color 0.25s, color 0.25s, -webkit-box-shadow 0.25s;
  display: inline-block;
  width: auto;
  min-width: 250px;
  margin: 1px;
  padding: 14px 39px;
  border: 0;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  color: #000;
  font-size: 1rem;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  transition: background-color 0.25s, color 0.25s, -webkit-box-shadow 0.25s;
  transition: background-color 0.25s, color 0.25s, box-shadow 0.25s;
  transition: background-color 0.25s, color 0.25s, box-shadow 0.25s, -webkit-box-shadow 0.25s;
  user-select: "none";
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-form .product-detail__quantity-row button.btn:before,
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-form .product-detail__quantity-row a.btn:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 3px;
  background: url(/assets/img/icn_cart_white.svg) no-repeat center center;
  background-size: 20px auto;
  vertical-align: bottom;
  content: "";
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-form .product-detail__quantity-row button.btn--secondary,
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-form .product-detail__quantity-row a.btn--secondary {
  -webkit-box-shadow: 0 0 0 1px #000;
  border-radius: 3px;
  background-color: #000;
  box-shadow: 0 0 0 1px #000;
  color: #fff;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-form .product-detail__quantity-row button.btn--secondary:hover,
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-form .product-detail__quantity-row a.btn--secondary:hover {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  color: #000;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-form .product-detail__quantity-row button.btn--secondary:hover:before,
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-form .product-detail__quantity-row a.btn--secondary:hover:before {
  background: url(/assets/img/icn_cart.svg) no-repeat center center;
  content: "";
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-form .product-detail__quantity-row button.btn--sold-out,
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-form .product-detail__quantity-row a.btn--sold-out {
  opacity: 0.5;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-form .product-detail__quantity-row button[disabled],
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-form .product-detail__quantity-row input[type=submit][disabled],
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-form .product-detail__quantity-row .btn[disabled],
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-form .product-detail__quantity-row .btn--primary[disabled] {
  opacity: 0.5;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-form .product-detail__quantity-row .payment-buttons {
  width: 100%;
  margin: 0 auto;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-form .addCart p.btn {
  -webkit-user-select: "none";
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  -webkit-transition: background-color 0.25s, color 0.25s, -webkit-box-shadow 0.25s;
  display: inline-block;
  width: auto;
  min-width: 148px;
  margin: 1px;
  padding: 14px 39px;
  border: 0;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  color: #000;
  font-size: 1rem;
  line-height: 1.4em;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  transition: background-color 0.25s, color 0.25s, -webkit-box-shadow 0.25s;
  transition: background-color 0.25s, color 0.25s, box-shadow 0.25s;
  transition: background-color 0.25s, color 0.25s, box-shadow 0.25s, -webkit-box-shadow 0.25s;
  user-select: "none";
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-form .addCart p.btn--secondary {
  -webkit-box-shadow: 0 0 0 1px #000;
  border-radius: 3px;
  background-color: #000;
  box-shadow: 0 0 0 1px #000;
  color: #fff;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-form .addCart p.btn--secondary:hover {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  color: #000;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-form .addCart p.btn--sold-out {
  opacity: 0.5;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-form .visually-hidden {
  clip: rect(0 0 0 0);
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-form .select2-hidden-accessible {
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  white-space: nowrap !important;
  clip-path: inset(50%) !important;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-form .select2-container .select2-selection {
  -webkit-box-sizing: border-box;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  height: 48px;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  background-color: transparent;
  cursor: pointer;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-form .select2-container .select2-selection__arrow b {
  margin-top: 0;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-form .select2-container .select2-selection__rendered {
  display: block;
  padding-top: 17px;
  padding-right: 20px;
  padding-left: 13px;
  overflow: hidden;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-form .select2-container .select2-selection__arrow {
  position: absolute;
  top: 10px;
  right: 1px;
  width: 20px;
  height: 26px;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-form .select2-container .select2-selection__arrow b {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin-top: -5px;
  margin-left: -16px;
  border: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' stroke='rgba(66,66,66,0.999)' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__caption {
  color: #000;
  font-size: 12px;
  font-size: 0.75rem;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__sku {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 5px auto;
  color: #000;
  font-size: 0.75rem;
  line-height: 1.5;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__sku dd.sku-wrapper__sku {
  margin-left: 10px;
  color: #000;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__detail-list {
  margin-top: 50px;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__detail-list li {
  margin-bottom: 15px;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__detail-list li dl dt {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #d7d7db;
  color: #575757;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  cursor: pointer;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__detail-list li dl dt:before,
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__detail-list li dl dt:after {
  position: absolute;
  top: -10px;
  right: 5px;
  bottom: 0;
  margin: auto;
  background: #424242;
  content: "";
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__detail-list li dl dt:before {
  width: 12px;
  height: 1px;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__detail-list li dl dt:after {
  right: 10px;
  width: 1px;
  height: 11px;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__detail-list li dl dt.acc-toggle.active:before {
  opacity: 0;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__detail-list li dl dt.acc-toggle.active:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__detail-list li dl dd {
  display: none;
  margin: 0;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__detail-list li dl dd h1 {
  font-size: 24px;
  font-size: 1.5rem;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__detail-list li dl dd h2 {
  font-size: 22px;
  font-size: 1.375rem;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__detail-list li dl dd h3 {
  font-size: 20px;
  font-size: 1.25rem;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__detail-list li dl dd h4 {
  font-size: 18px;
  font-size: 1.125rem;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__detail-list li dl dd h5 {
  font-size: 16px;
  font-size: 1rem;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__detail-list li dl dd h6 {
  font-size: 15px;
  font-size: 0.9375rem;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__detail-list li dl dd p {
  margin: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.9;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__detail-list li dl dd p a {
  text-decoration: underline;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__detail-list li dl dd p img {
  width: auto;
  height: auto;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__detail-list li dl dd.is-open {
  display: block;
  margin-top: 30px;
}
.news-section .product-detail .product-layout-grid__detail .product-detail__detail .social-sharing {
  display: none;
}
.news-section .product-layout-description {
  max-width: 100%;
  margin: 100px auto;
}
.news-section .product-layout-description .routine-pc {
  width: 100%;
  padding-bottom: 10px;
}
.news-section .product-layout-description .routine-pc img {
  -webkit-backface-visibility: hidden;
  width: 100%;
  backface-visibility: hidden;
}
.news-section .product-layout-description .routine-sp {
  display: none;
  width: 100%;
  padding-bottom: 10px;
}
.news-section .product-layout-description .routine-sp img {
  width: 100%;
}
.news-section .product-layout-description .sreies_name {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 24px;
  text-transform: uppercase;
}
.news-section .product-layout-description .series-kv {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.news-section .product-layout-description .series-kv.series-kv_skincare .series-kv_bg {
  background-image: url("/assets/img/pre-lp/bg_preskin01-min.jpg");
}
.news-section .product-layout-description .series-kv.series-kv_skincare_sub .series-kv_bg {
  background-image: url("/assets/img/pre-lp/bg_preskin02-min.jpg");
}
.news-section .product-layout-description .series-kv.series-kv_ag .series-kv_bg {
  background-image: url("/assets/img/ag-lp/bg_ag01-min.jpg");
}
.news-section .product-layout-description .series-kv.series-kv_hydrating .series-kv_bg {
  background-image: url("/assets/img/hydrating-lp/bg_hydrating01-min.jpg");
}
.news-section .product-layout-description .series-kv_inner {
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
}
.news-section .product-layout-description .series-kv_inner.fixed {
  position: fixed;
  top: 0;
  bottom: auto;
}
.news-section .product-layout-description .series-kv_inner.absolute_top {
  position: absolute;
  top: 0;
  bottom: auto;
}
.news-section .product-layout-description .series-kv_inner.absolute_top .series-kv_bg {
  width: 150%;
  height: 150%;
}
.news-section .product-layout-description .series-kv_inner.absolute_top .series-kv-title {
  opacity: 1;
}
.news-section .product-layout-description .series-kv_inner.absolute_top .series-kv_overlay {
  opacity: 0.25;
}
.news-section .product-layout-description .series-kv_inner.absolute_bottom {
  position: absolute;
  top: auto;
  bottom: 0;
}
.news-section .product-layout-description .series-kv_inner.absolute_bottom .series-kv_bg {
  width: 100%;
  height: 100%;
}
.news-section .product-layout-description .series-kv_inner.absolute_bottom .series-kv-title,
.news-section .product-layout-description .series-kv_inner.absolute_bottom .series-kv_overlay {
  opacity: 0;
}
.news-section .product-layout-description .series-kv_inner .series-kv_comment {
  z-index: 1;
  position: absolute;
  right: 50px;
  bottom: 50px;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}
.news-section .product-layout-description .series-kv_inner .series-kv-title {
  -webkit-transform: translateY(-50%);
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 95px;
  transform: translateY(-50%);
  text-align: left;
}
.news-section .product-layout-description .series-kv_inner .series-kv-title::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 45px;
  background: url("/assets/img/lp/bottom.png") center/100% no-repeat;
  content: "";
}
.news-section .product-layout-description .series-kv_inner .series-kv-title .sreies_name {
  margin-bottom: 40px;
  font-size: 16px;
  font-size: 1rem;
}
.news-section .product-layout-description .series-kv_inner .series-kv-title .sreies_name sup {
  font-size: 12px;
  font-size: 0.75rem;
}
.news-section .product-layout-description .series-kv_inner .series-kv-title .sreies_name small {
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
}
.news-section .product-layout-description .series-kv_inner .series-kv-title h2 {
  margin-bottom: 15px;
  color: #fff;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 48px;
}
.news-section .product-layout-description .series-kv_inner .series-kv-title p {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 30px;
}
.news-section .product-layout-description .series-kv_inner .series-kv-title small {
  display: block;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 28px;
}
.news-section .product-layout-description .series-kv_inner .series-kv-title .series-kv_message p {
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
}
.news-section .product-layout-description .series-kv_inner .series-kv-title .series-kv_message p:last-child {
  margin-bottom: 0;
}
.news-section .product-layout-description .series-kv_bg {
  z-index: -1;
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news-section .product-layout-description .series-kv_overlay {
  display: block;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
}
.news-section .product-layout-description .series-parallax {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
.news-section .product-layout-description .series-parallax.active {
  z-index: 1;
  position: static;
}
.news-section .product-layout-description .series-ingredients {
  position: relative;
  width: 100%;
  padding: 80px 0;
}
.news-section .product-layout-description .series-ingredients .series-ingredients_inner {
  width: 1070px;
  margin: 0 auto;
  text-align: left;
}
.news-section .product-layout-description .series-ingredients .series-ingredients_inner .series-ingredients-title {
  margin-bottom: 60px;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 42px;
  text-align: center;
}
.news-section .product-layout-description .series-ingredients .series-ingredients_inner .series-ingredients-title .sreies_name {
  display: block;
  margin-bottom: 20px;
  color: #d0d0d0;
  font-weight: 700;
}
.news-section .product-layout-description .series-ingredients .series-ingredients_inner .series-ingredients-list {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}
.news-section .product-layout-description .series-ingredients .series-ingredients_inner .series-ingredients-list > li {
  display: inline-block;
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  text-align: left;
  vertical-align: top;
}
.news-section .product-layout-description .series-ingredients .series-ingredients_inner .series-ingredients-list > li:nth-child(3n) {
  margin-right: 0;
}
.news-section .product-layout-description .series-ingredients .series-ingredients_inner .series-ingredients-list > li .photo {
  margin-bottom: 20px;
}
.news-section .product-layout-description .series-ingredients .series-ingredients_inner .series-ingredients-list > li h3 {
  margin-bottom: 15px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.news-section .product-layout-description .series-ingredients .series-ingredients_inner .series-ingredients-list > li h3 small {
  font-size: 11px;
  font-size: 0.6875rem;
}
.news-section .product-layout-description .series-ingredients .series-ingredients_inner .series-ingredients-list > li p {
  margin-bottom: 20px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 22px;
}
.news-section .product-layout-description .series-ingredients .series-ingredients_inner .series-ingredients-list > li .ingredients-tag-list li {
  display: inline-block;
  height: 33px;
  margin-right: 8px;
  padding: 0 10px;
  border: 1px solid #aaa;
  border-radius: 3px;
  color: #aaa;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 31px;
  vertical-align: top;
}
.news-section .product-layout-description .series-ingredients .series-ingredients_inner .series-ingredients-list > li .ingredients-tag-list li:last-child {
  margin-right: 0;
}
.news-section .product-layout-description .series-features {
  position: relative;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  min-height: 640px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news-section .product-layout-description .series-features .waku_h {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 90px;
  background-color: #fff;
}
.news-section .product-layout-description .series-features .waku_h.waku_top {
  top: 0;
}
.news-section .product-layout-description .series-features .waku_h.waku_bottom {
  bottom: 0;
}
.news-section .product-layout-description .series-features .waku_v {
  z-index: 1;
  position: absolute;
  top: 0;
  width: 90px;
  height: 100%;
  background-color: #fff;
}
.news-section .product-layout-description .series-features .waku_v.waku_left {
  left: 0;
}
.news-section .product-layout-description .series-features .waku_v.waku_right {
  right: 0;
}
.news-section .product-layout-description .series-features.series-features_skincare {
  background-image: url("/assets/img/lp/bg_series-min.jpg");
}
.news-section .product-layout-description .series-features.series-features_hydrating {
  background-image: url("/assets/img/hydrating-lp/skincare-features-bg.jpg");
}
.news-section .product-layout-description .series-features.series-features_hydrating .series-features_inner .series-features-title {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 50px;
}
.news-section .product-layout-description .series-features.series-features_hydrating .series-features_inner .series-features-list {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin-bottom: 50px;
  padding-bottom: 60px;
}
.news-section .product-layout-description .series-features.series-features_hydrating .series-features_inner .series-features-list li {
  letter-spacing: 0.02em;
}
.news-section .product-layout-description .series-features.series-features_hydrating .series-features_inner .series-features-list li:nth-child(2n-1) {
  width: 320px;
}
.news-section .product-layout-description .series-features.series-features_hydrating .series-features_inner .series-features-list::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 45px;
  background: url("/assets/img/lp/bottom.png") center/100% no-repeat;
  content: "";
}
.news-section .product-layout-description .series-features.series-features_hydrating .series-features_inner .series-features-txt {
  position: relative;
  width: 100%;
}
.news-section .product-layout-description .series-features.series-features_hydrating .series-features_inner .series-features-txt p {
  color: #fff;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 48px;
}
.news-section .product-layout-description .series-features.series-features_hydrating .series-features_inner .series-features-txt small {
  display: block;
  position: absolute;
  right: -30px;
  bottom: 0;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 24px;
}
.news-section .product-layout-description .series-features.series-features_hydrating .series-features_overlay {
  height: 100%;
  height: -webkit-fill-available;
  height: -moz-available;
  height: fill-available;
}
.news-section .product-layout-description .series-features .series-features_inner {
  -webkit-transform: translateY(-50%);
  z-index: 2;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 1000px;
  margin: 0 auto;
  transform: translateY(-50%);
  text-align: left;
}
.news-section .product-layout-description .series-features .series-features_inner .series-features-title {
  margin-bottom: 60px;
  color: #fff;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 42px;
}
.news-section .product-layout-description .series-features .series-features_inner .series-features-title .sreies_name {
  display: block;
  margin-bottom: 20px;
}
.news-section .product-layout-description .series-features .series-features_inner .series-features-sub-title {
  margin-bottom: 25px;
  color: #fff;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 28px;
}
.news-section .product-layout-description .series-features .series-features_inner .series-features-sub-title span {
  display: block;
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 24px;
  text-transform: uppercase;
}
.news-section .product-layout-description .series-features .series-features_inner .series-features-list {
  width: 360px;
  font-size: 0;
  letter-spacing: 0;
  text-align: left;
}
.news-section .product-layout-description .series-features .series-features_inner .series-features-list li {
  display: inline-block;
  margin-bottom: 25px;
  padding-left: 35px;
  background: url("/assets/img/lp/icon-skincare-features-checkbox-bold.png") left center/24px no-repeat;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 24px;
  vertical-align: top;
}
.news-section .product-layout-description .series-features .series-features_inner .series-features-list li:nth-child(2n-1) {
  width: 180px;
}
.news-section .product-layout-description .series-features .series-features_inner .series-features-list li:nth-child(2n) {
  margin-left: 60px;
}
.news-section .product-layout-description .series-features .series-features_overlay {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.25;
}
.news-section .product-layout-description .series-step .slider_title {
  margin: 80px 0 20px 0;
  text-align: center;
}
.news-section .product-layout-description .series-step .slider_title li {
  width: 300px;
  height: auto !important;
  margin: 0 auto;
}
.news-section .product-layout-description .series-step .slider_title li img {
  width: 100%;
  max-width: inherit;
  height: auto;
}
.news-section .product-layout-description .series-step .series-step-list {
  margin: 0;
  padding: 0;
}
.news-section .product-layout-description .series-step .series-step-list > li:nth-child(2n-1) .series-step-list-item {
  float: left;
}
.news-section .product-layout-description .series-step .series-step-list > li:nth-child(2n-1) .series-step-list-detail {
  float: right;
}
.news-section .product-layout-description .series-step .series-step-list > li:nth-child(2n) .series-step-list-item {
  float: right;
}
.news-section .product-layout-description .series-step .series-step-list > li .series-step-list-detail {
  float: left;
}
.news-section .product-layout-description .series-step .series-step-list .series-step-list_inner {
  width: 1200px;
  margin: 0 auto;
  padding-left: 100px;
}
.news-section .product-layout-description .series-step .series-step-list .series-step-list-item {
  width: 510px;
  padding: 170px 50px 150px;
  float: left;
  text-align: center;
}
.news-section .product-layout-description .series-step .series-step-list .series-step-list-item .series-item-photo {
  margin-bottom: 20px;
}
.news-section .product-layout-description .series-step .series-step-list .series-step-list-item .series-item-category {
  display: block;
  margin-bottom: 14px;
  color: #aaaaaa;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 18px;
}
.news-section .product-layout-description .series-step .series-step-list .series-step-list-item .series-item-name {
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 24px;
}
.news-section .product-layout-description .series-step .series-step-list .series-step-list-item .series-item-price {
  margin-bottom: 50px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 24px;
}
.news-section .product-layout-description .series-step .series-step-list .series-step-list-item .series-item-price small {
  font-size: 13px;
  font-size: 0.8125rem;
}
.news-section .product-layout-description .series-step .series-step-list .series-step-list-item .series-item-link {
  -webkit-transition: background 0.25s ease-out;
  display: block;
  width: 250px;
  height: 55px;
  margin: 0 auto;
  border: 1px solid #858b8d;
  border-radius: 3px;
  background-color: #858b8d;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 53px;
  text-decoration: none;
  transition: background 0.25s ease-out;
}
.news-section .product-layout-description .series-step .series-step-list .series-step-list-item .series-item-link:hover {
  background: #fff;
  color: #858b8d;
}
.news-section .product-layout-description .series-step .series-step-list .series-step-list-detail {
  width: 590px;
  padding: 150px 45px 150px 0;
  float: right;
  text-align: left;
}
.news-section .product-layout-description .series-step .series-step-list .series-step-list-detail .series-step-list-detail-title {
  position: relative;
  margin-bottom: 30px;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 32px;
}
.news-section .product-layout-description .series-step .series-step-list .series-step-list-detail .series-step-list-detail-title::before {
  display: block;
  position: absolute;
  top: 14px;
  left: -85px;
  width: 65px;
  height: 3px;
  background-color: #424242;
  content: "";
}
.news-section .product-layout-description .series-step .series-step-list .series-step-list-detail .series-step-list-detail-lead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.news-section .product-layout-description .series-step .series-step-list .series-step-list-detail .series-step-list-detail-lead h3 {
  margin-right: 50px;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 40px;
}
.news-section .product-layout-description .series-step .series-step-list .series-step-list-detail .series-step-list-detail-lead p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 26px;
}
.news-section .product-layout-description .series-step .series-step-list .series-step-list-detail .series-step-list-detail-txt,
.news-section .product-layout-description .series-step .series-step-list .series-step-list-detail .series-step-list-detail-howto {
  margin-bottom: 50px;
}
.news-section .product-layout-description .series-step .series-step-list .series-step-list-detail .series-step-list-detail-txt p {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 22px;
}
.news-section .product-layout-description .series-step .series-step-list .series-step-list-detail .series-step-list-detail-howto p {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 22px;
}
.news-section .product-layout-description .series-step .series-step-list .series-step-list-detail .series-step-list-detail-howto h3 {
  margin-bottom: 15px;
  color: #aaaaaa;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 32px;
}
.news-section .product-layout-description .series-step .series-step-list .series-step-list-detail .series-step-list-detail-key h3 {
  margin-bottom: 15px;
  color: #aaaaaa;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 32px;
}
.news-section .product-layout-description .series-step .series-step-list .series-step-list-detail .series-step-list-detail-key .series-step-list-detail-key-list {
  font-size: 0;
  letter-spacing: 0;
}
.news-section .product-layout-description .series-step .series-step-list .series-step-list-detail .series-step-list-detail-key .series-step-list-detail-key-list li {
  display: inline-block;
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
  vertical-align: top;
}
.news-section .product-layout-description .series-step .series-step-list .series-step-list-detail .series-step-list-detail-key .series-step-list-detail-key-list li:nth-child(2n) {
  margin-right: 0px;
}
.news-section .product-layout-description .series-step .series-step-list .series-step-list-detail .series-step-list-detail-key .series-step-list-detail-key-list li .series-step-list-detail-key-list-image {
  margin-bottom: 20px;
}
.news-section .product-layout-description .series-step .series-step-list .series-step-list-detail .series-step-list-detail-key .series-step-list-detail-key-list li .series-step-list-detail-key-list-name {
  margin-bottom: 7px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 28px;
  white-space: nowrap;
}
.news-section .product-layout-description .series-step .series-step-list .series-step-list-detail .series-step-list-detail-key .series-step-list-detail-key-list li .series-step-list-detail-key-list-name small {
  font-size: 13px;
  font-size: 0.8125rem;
}
.news-section .product-layout-description .series-step .series-step-list .series-step-list-detail .series-step-list-detail-key .series-step-list-detail-key-list li .series-step-list-detail-key-list-txt {
  color: #aaaaaa;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 26px;
}
.news-section .product-layout-description .series-step .series-step-list .series-step-list-detail .series-step-list-detail-key .series-step-list-detail-key-list li .series-step-list-detail-key-list-comment {
  display: block;
  padding-top: 15px;
  color: #aaaaaa;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 15px;
}
.news-section .product-layout-description .series-step .series-step-list.series-step-list-skincare > li:nth-child(2n-1) {
  background-color: #e5e3e4;
}
.news-section .product-layout-description .series-step .series-step-list.series-step-list-skincare > li:nth-child(2n-1) .series-step-list-item .series-item-link {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.news-section .product-layout-description .series-step .series-step-list.series-step-list-skincare > li:nth-child(2n-1) .series-step-list-item .series-item-link:hover {
  background: none;
  color: #000;
}
.news-section .product-layout-description .series-step .series-step-list.series-step-list-skincare > li:nth-child(2n) {
  background-color: #abafb5;
}
.news-section .product-layout-description .series-step .series-step-list.series-step-list-skincare > li:nth-child(2n) .series-step-list-item .series-item-category {
  color: #fff;
}
.news-section .product-layout-description .series-step .series-step-list.series-step-list-skincare > li:nth-child(2n) .series-step-list-item p {
  color: #fff;
}
.news-section .product-layout-description .series-step .series-step-list.series-step-list-skincare > li:nth-child(2n) .series-step-list-item p small {
  color: inherit;
}
.news-section .product-layout-description .series-step .series-step-list.series-step-list-skincare > li:nth-child(2n) .series-step-list-item .series-item-link {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}
.news-section .product-layout-description .series-step .series-step-list.series-step-list-skincare > li:nth-child(2n) .series-step-list-item .series-item-link:hover {
  background: none;
  color: #fff;
}
.news-section .product-layout-description .series-step .series-step-list.series-step-list-skincare > li:nth-child(2n) .series-step-list-detail .series-step-list-detail-title {
  color: #fff;
}
.news-section .product-layout-description .series-step .series-step-list.series-step-list-skincare > li:nth-child(2n) .series-step-list-detail .series-step-list-detail-title::before {
  background-color: #fff;
}
.news-section .product-layout-description .series-step .series-step-list.series-step-list-skincare > li:nth-child(2n) .series-step-list-detail h3,
.news-section .product-layout-description .series-step .series-step-list.series-step-list-skincare > li:nth-child(2n) .series-step-list-detail p {
  color: #fff;
}
.news-section .product-layout-description .series-step .series-step-list.series-step-list-skincare > li:nth-child(2n) .series-step-list-detail .series-step-list-detail-title small,
.news-section .product-layout-description .series-step .series-step-list.series-step-list-skincare > li:nth-child(2n) .series-step-list-detail h3 small,
.news-section .product-layout-description .series-step .series-step-list.series-step-list-skincare > li:nth-child(2n) .series-step-list-detail p small {
  color: inherit;
}
.news-section .product-layout-description .series-step .series-step-list.series-step-list-skincare > li:nth-child(2n) .series-step-list-detail .series-step-list-detail-howto h3,
.news-section .product-layout-description .series-step .series-step-list.series-step-list-skincare > li:nth-child(2n) .series-step-list-detail .series-step-list-detail-key h3 {
  color: #fff;
}
.news-section .product-layout-description .series-step .series-step-list.series-step-list-ag > li:nth-child(2n-1) {
  background-color: #d8c5bc;
}
.news-section .product-layout-description .series-step .series-step-list.series-step-list-ag > li:nth-child(2n) {
  background-color: #b49d96;
}
.news-section .product-layout-description .series-step .series-step-list.series-step-list-ag > li .series-step-list_inner {
  position: relative;
}
.news-section .product-layout-description .series-step .series-step-list.series-step-list-hydrating > li:nth-child(2n-1) {
  background-color: #e5e3e4;
}
.news-section .product-layout-description .series-step .series-step-list.series-step-list-hydrating > li:nth-child(2n) {
  background-color: #fff;
}
.news-section .product-layout-description .series-step .series-step-list.series-step-list-hydrating > li .series-step-list-detail .series-step-list-detail-lead p {
  position: relative;
  color: #858b8d;
}
.news-section .product-layout-description .series-step .series-step-list.series-step-list-hydrating > li .series-step-list-detail .series-step-list-detail-lead p small {
  position: absolute;
  top: 0;
  right: 45px;
  color: #aaaaaa;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
}
.news-section .product-layout-description .series-step .series-step-list.series-step-list-ag > li .series-step-list_inner,
.news-section .product-layout-description .series-step .series-step-list.series-step-list-hydrating > li .series-step-list_inner {
  position: relative;
}
.news-section .product-layout-description .series-step .series-step-list.series-step-list-ag > li .series-step-list-item,
.news-section .product-layout-description .series-step .series-step-list.series-step-list-hydrating > li .series-step-list-item {
  padding: 100px 50px 120px;
}
.news-section .product-layout-description .series-step .series-step-list.series-step-list-ag > li .series-step-list-detail,
.news-section .product-layout-description .series-step .series-step-list.series-step-list-hydrating > li .series-step-list-detail {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  padding: 0 45px 0 0;
  transform: translateY(-50%);
}
.news-section .product-layout-description .series-step .series-step-list.series-step-list-ag > li:nth-child(2n-1) .series-step-list-detail,
.news-section .product-layout-description .series-step .series-step-list.series-step-list-hydrating > li:nth-child(2n-1) .series-step-list-detail {
  right: 0;
}
.news-section .product-layout-description .series-step .series-step-list.series-step-list-ag > li:nth-child(2n) .series-step-list-detail,
.news-section .product-layout-description .series-step .series-step-list.series-step-list-hydrating > li:nth-child(2n) .series-step-list-detail {
  left: 100px;
}
.news-section .product-layout-description .series-step .series-step-point {
  padding: 80px 0 80px;
  background-color: rgba(229, 227, 228, 0.13);
}
.news-section .product-layout-description .series-step .series-step-point .series-step-point_inner {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.news-section .product-layout-description .series-step .series-step-point .series-step-point_inner .series-step-point-title {
  margin-bottom: 36px;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 38px;
}
.news-section .product-layout-description .series-step .series-step-point .series-step-point_inner .series-step-point-title span {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.news-section .product-layout-description .series-step .series-step-point .series-step-point_inner .series-step-point-lead {
  margin-bottom: 70px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 26px;
}
.news-section .product-layout-description .series-step .series-step-point .series-step-point_inner .series-step-point-list {
  padding-left: 0;
  font-size: 0;
  letter-spacing: 0;
}
.news-section .product-layout-description .series-step .series-step-point .series-step-point_inner .series-step-point-list li {
  display: inline-block;
  width: 226px;
  margin-right: 60px;
  vertical-align: top;
}
.news-section .product-layout-description .series-step .series-step-point .series-step-point_inner .series-step-point-list li:last-child {
  margin-right: 0;
}
.news-section .product-layout-description .series-step .series-step-point .series-step-point_inner .series-step-point-list li em {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  text-align: left;
}
.news-section .product-layout-description .series-step .series-step-point .series-step-point_inner .series-step-point-list li .series-step-point-photo {
  margin-bottom: 34px;
}
.news-section .product-layout-description .series-step .series-step-point .series-step-point_inner .series-step-point-list li p {
  padding: 0 8px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 22px;
  text-align: left;
}
.news-section .product-layout-description {
  /*----- クレンジング -----*/
  /*----- クレンジング end -----*/
  /*---- クリーニングスプレー ----*/
  /*---- クリーニングスプレー end ----*/
  /*----- パーフェクトUV -----*/
  /*----- バーフェクトUV end -----*/
}
.news-section .product-layout-description #pure-cleasing-clear-lp {
  max-width: 100%;
  margin: 0 auto;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .pc_none {
  display: none;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .sp_none {
  display: block;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents {
  width: 100%;
  padding: 60px 0 60px;
  overflow: hidden;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_bg_gray {
  padding: 100px 0 120px;
  background: #f0f0f0;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner {
  width: 900px;
  margin: 0 auto;
  /* ポイント */
  /* ポイント end */
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner_top {
  margin-bottom: 60px;
  overflow: hidden;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner_top .text_block {
  float: left;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner_top .text_block h1 {
  margin-bottom: 60px;
  color: #000;
  font-family: "Avenir Next", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.059em;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner_top .text_block h2 {
  margin-bottom: 32px;
  color: #89b4d2;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.6;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner_top .text_block p {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner_top .image_block {
  width: 351px;
  float: right;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner_top .image_block img {
  width: 100%;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .contents_inner_sliderarea_section {
  display: block;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_titlearea {
  margin-bottom: 50px;
  text-align: center;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_titlearea .point_number {
  margin-bottom: 37px;
  color: #000;
  font-family: "Avenir Next", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_titlearea h2 {
  margin-bottom: 22px;
  color: #000;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.025em;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_titlearea .point_text {
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents {
  margin-bottom: 100px;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents:last-child {
  margin-bottom: 0;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents:last-child h3 {
  margin-bottom: 10px;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents:last-child .point_contents_caption {
  margin-bottom: 25px;
  color: #000;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents h3 {
  position: relative;
  height: 90px;
  margin-bottom: 40px;
  background: #89b4d2;
  color: #fff;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 600;
  letter-spacing: 0.005em;
  line-height: 90px;
  text-align: center;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents h3.line_two {
  line-height: 74px;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents h3 span {
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.005em;
  line-height: 74px;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents .purecle_movie {
  width: 710px;
  margin: 0 auto 10px;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents .purecle_movie video {
  width: 100%;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents .title_bottom_text {
  margin-bottom: 40px;
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.85;
  text-align: center;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents .title_bottom_text span {
  padding-bottom: 2px;
  border-bottom: 1px solid #000;
  font-weight: 600;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul.slide .slick-list {
  padding: 0 15% !important;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul.slide .slick-dots {
  display: none;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul.mypattern {
  width: 100%;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul.mypattern .slick-slide {
  margin: 5px;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul li {
  -webkit-box-sizing: border-box;
  -webkit-flex-basis: 33.3%;
  -ms-flex-preferred-size: 33.3%;
  box-sizing: border-box;
  flex-basis: 33.3%;
  max-width: 33.3%;
  padding: 0 15px;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul li .point_contents_li_inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 410px;
  padding: 46px 35px 0;
  border-radius: 16px;
  background: #fff;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul li .point_contents_li_inner .list_imagearea {
  width: 120px;
  margin: 0 auto 32px;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul li .point_contents_li_inner .list_imagearea img {
  width: 100%;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul li .point_contents_li_inner .list_textarea .number_icon {
  width: 30px;
  margin: 0 auto 18px;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul li .point_contents_li_inner .list_textarea .number_icon img {
  width: 100%;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul li .point_contents_li_inner .list_textarea dl dt {
  margin-bottom: 15px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: center;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul li .point_contents_li_inner .list_textarea dl dd {
  margin: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul.point_contents_list_middle {
  position: relative;
  margin-bottom: 20px;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul.point_contents_list_middle li {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 15px;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul.point_contents_list_middle li:first-child:before {
  position: absolute;
  top: 27px;
  left: 100px;
  width: 54px;
  height: 54px;
  background: url("/assets/img/lp/icon_good.png") no-repeat center center;
  background-size: 100%;
  content: "";
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul.point_contents_list_middle li:first-child .point_contents_li_inner dl dt {
  color: #89b4d2;
  font-weight: 600;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul.point_contents_list_middle li .point_contents_li_inner {
  min-height: 280px;
  padding: 54px 35px 0;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul.point_contents_list_middle li .point_contents_li_inner .list_imagearea {
  width: 154px;
  margin: 0 auto 28px;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul.point_contents_list_bottom {
  position: relative;
  margin-bottom: 20px;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul.point_contents_list_bottom li:first-child:before {
  position: absolute;
  top: 27px;
  left: 40px;
  width: 54px;
  height: 54px;
  background: url("/assets/img/lp/icon_good.png") no-repeat center center;
  background-size: 100%;
  content: "";
  content: "";
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul.point_contents_list_bottom li:first-child .point_contents_li_inner dl dt {
  color: #89b4d2;
  font-weight: 600;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul.point_contents_list_bottom li .point_contents_li_inner {
  min-height: 340px;
  padding: 50px 35px 0;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul.point_contents_list_bottom li .point_contents_li_inner .list_imagearea {
  width: 130px;
  margin: 0 auto 40px;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents .point_contents_caption {
  color: #000;
  font-size: 11px;
  font-size: 0.6875rem;
  text-align: right;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents .key_point {
  margin-top: 50px;
  overflow: hidden;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents .key_point .key_point_title {
  position: relative;
  margin-bottom: 42px;
  color: #646464;
  font-family: "Avenir Next", sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents .key_point .key_point_title:before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 345px;
  height: 1px;
  transform: translateY(-50%);
  background: #646464;
  content: "";
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents .key_point .key_point_title:after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
  width: 345px;
  height: 1px;
  transform: translateY(-50%);
  background: #646464;
  content: "";
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents .key_point .key_point_inner {
  width: 640px;
  margin: 0 auto;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents .key_point .key_point_inner .key_point_textarea {
  width: 290px;
  float: left;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents .key_point .key_point_inner .key_point_textarea h4 {
  margin-bottom: 28px;
  color: #646464;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents .key_point .key_point_inner .key_point_textarea p {
  color: #424242;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.01em;
  line-height: 1.9;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents .key_point .key_point_inner .key_point_textarea p span {
  color: #000;
  font-weight: 600;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents .key_point .key_point_inner .key_point_imagearea {
  width: 270px;
  float: right;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents .key_point .key_point_inner .key_point_imagearea img {
  width: 100%;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point2_left {
  float: left;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point2_left div {
  width: 348px;
  margin-bottom: 20px;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point2_left div img {
  width: 100%;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point2_left p {
  width: 380px;
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point2_right {
  margin-top: 40px;
  float: right;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point2_right div {
  width: 420px;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point2_right div img {
  width: 100%;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point3_image {
  width: 524px;
  margin: 0 auto;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point3_image img {
  width: 100%;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .bottom_titlearea {
  margin-bottom: 80px;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .bottom_titlearea h2 {
  margin-bottom: 40px;
  color: #89b4d2;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  text-align: center;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .bottom_titlearea p {
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.85;
  text-align: center;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .bottom_inner.pure_cleansing_lp_bottom_inner_second {
  margin-top: 100px;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .bottom_inner .bottom_inner_imagearea {
  width: 345px;
  margin-right: 60px;
  float: left;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .bottom_inner .bottom_inner_imagearea img {
  width: 100%;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .bottom_inner .bottom_inner_textearea {
  display: inline-block;
  width: 420px;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .bottom_inner .bottom_inner_textearea .item_name {
  margin-bottom: 20px;
  color: #000;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.6;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .bottom_inner .bottom_inner_textearea .item_price {
  margin-bottom: 35px;
  color: #000;
  font-family: "Avenir Next", sans-serif;
  font-size: 16px;
  font-size: 1rem;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .bottom_inner .bottom_inner_textearea .item_price span {
  color: #000;
  font-size: 11px;
  font-size: 0.6875rem;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .bottom_inner .bottom_inner_textearea .item_description {
  margin-bottom: 35px;
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.85;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .bottom_inner .bottom_inner_textearea .buy_button a {
  display: block;
  position: relative;
  width: 280px;
  height: 55px;
  border-radius: 3px;
  background: #878787;
  color: #fff;
  font-family: "Avenir Next", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 55px;
  text-align: center;
  text-decoration: none;
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .bottom_inner .bottom_inner_textearea .buy_button a:after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 27px;
  width: 5px;
  height: 9px;
  transform: translateY(-50%);
  background: url("/assets/img/lp/purecle_lp_arrow2_770adb1b-3969-4783-874e-1c66590d4222.svg") no-repeat center center;
  content: "";
}
.news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .bottom_inner .bottom_inner_textearea .buy_button a:hover {
  opacity: 0.7;
}
.news-section .product-layout-description #cleaning-spray-lp {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #646464;
  font-family: "Robot", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: center;
}
.news-section .product-layout-description #cleaning-spray-lp a {
  -webkit-transition: compact(all 0.2s ease, false, false, false, false, false, false, false, false, false);
  color: #646464;
  text-decoration: none;
  cursor: pointer;
  transition: compact(all 0.2s ease, false, false, false, false, false, false, false, false, false);
}
.news-section .product-layout-description #cleaning-spray-lp a img {
  -webkit-transition: compact(all 0.2s ease-in-out, false, false, false, false, false, false, false, false, false);
  -webkit-backface-visibility: hidden;
  border: none;
  backface-visibility: hidden;
  transition: compact(all 0.2s ease-in-out, false, false, false, false, false, false, false, false, false);
}
.news-section .product-layout-description #cleaning-spray-lp a:hover img {
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.news-section .product-layout-description #cleaning-spray-lp img {
  width: 100%;
  vertical-align: bottom;
  pointer-events: none;
}
.news-section .product-layout-description #cleaning-spray-lp figure {
  margin: 0;
}
.news-section .product-layout-description #cleaning-spray-lp .sp-visible {
  display: none !important;
}
.news-section .product-layout-description #cleaning-spray-lp .container {
  padding: 0;
}
.news-section .product-layout-description #cleaning-spray-lp .main-visual {
  position: relative;
}
.news-section .product-layout-description #cleaning-spray-lp .main-visual .img {
  width: 100%;
  height: calc(100vh - 157px);
  overflow: hidden;
}
.news-section .product-layout-description #cleaning-spray-lp .main-visual .img figure {
  -webkit-transform-origin: top left;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform-origin: top left;
  background-image: url("/assets/img/cleaningspray-lp/cleaning_splay_lp_mainv.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news-section .product-layout-description #cleaning-spray-lp .main-visual .txt {
  position: absolute;
}
.news-section .product-layout-description #cleaning-spray-lp .main-visual .txt-1 {
  top: 12.2%;
  left: 16%;
  text-align: left;
}
.news-section .product-layout-description #cleaning-spray-lp .main-visual .txt-1 h1 {
  -webkit-transform-origin: top left;
  transform-origin: top left;
  color: #fff;
  font-family: "Avenir Next", sans-serif;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.15;
}
.news-section .product-layout-description #cleaning-spray-lp .main-visual .txt-1 h2 {
  -webkit-transform-origin: top left;
  margin-top: 30px;
  transform-origin: top left;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2;
}
.news-section .product-layout-description #cleaning-spray-lp .main-visual .txt-1 p {
  position: absolute;
  top: 5px;
  left: -130px;
}
.news-section .product-layout-description #cleaning-spray-lp .main-visual .txt-1 span {
  -webkit-transform-origin: top left;
  display: block;
  width: 100px;
  height: 100px;
  padding-top: 42px;
  transform-origin: top left;
  border: 1px #fff solid;
  border-radius: 50%;
  color: #fff;
  font-family: "Avenir Next", sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-align: center;
}
.news-section .product-layout-description #cleaning-spray-lp .main-visual .txt-1 span:nth-of-type(2) {
  margin-top: 10px;
  padding-top: 42px;
  padding-top: 25px;
  background-color: #fff;
  color: #646464;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}
.news-section .product-layout-description #cleaning-spray-lp .main-visual .txt-2 {
  -webkit-transform-origin: top left;
  bottom: 10.6%;
  left: 16%;
  transform-origin: top left;
  text-align: left;
}
.news-section .product-layout-description #cleaning-spray-lp .main-visual .txt-2 p {
  color: #fff;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.06em;
  line-height: 2.58;
}
.news-section .product-layout-description #cleaning-spray-lp .main-visual .txt-3 {
  -webkit-transform-origin: top left;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  top: 9.4%;
  right: 12%;
  transform-origin: top left;
  writing-mode: vertical-rl;
}
.news-section .product-layout-description #cleaning-spray-lp .main-visual .txt-3 p {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  line-height: 2.3;
}
.news-section .product-layout-description #cleaning-spray-lp .main-visual .scroll {
  -webkit-transform-origin: top left;
  bottom: 6.7%;
  left: 3.5%;
  transform-origin: top left;
}
.news-section .product-layout-description #cleaning-spray-lp .main-visual .scroll p {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  margin-bottom: 15px;
  color: #fff;
  font-family: "Avenir Next", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  writing-mode: vertical-rl;
}
.news-section .product-layout-description #cleaning-spray-lp .main-visual .scroll span {
  display: block;
  z-index: 3;
  position: relative;
  padding-top: 95px;
  text-align: center;
}
.news-section .product-layout-description #cleaning-spray-lp .main-visual .scroll span:before {
  -webkit-animation: scroll-bar 2.4s cubic-bezier(1, 0, 0, 1) infinite;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 95px;
  margin-left: -1px;
  background-color: #fff;
  animation: scroll-bar 2.4s cubic-bezier(1, 0, 0, 1) infinite;
  content: "";
}
.news-section .product-layout-description #cleaning-spray-lp .main-visual a {
  -webkit-transition: all 0.4s ease;
  -webkit-transform-origin: top left;
  display: block;
  z-index: 10;
  position: fixed;
  right: 2.8%;
  bottom: 6.1%;
  width: 184px;
  height: 55px;
  transform-origin: top left;
  border-radius: 3px;
  background-color: rgba(235, 235, 235, 0.6);
  font-family: "Avenir Next", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 55px;
  text-align: center;
  transition: all 0.4s ease;
}
.news-section .product-layout-description #cleaning-spray-lp .main-visual a:before {
  position: absolute;
  top: 22px;
  right: 27px;
  width: 6px;
  height: 10px;
  background-image: url("/assets/img/cleaningspray-lp/cleaning_splay_lp_arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
}
.news-section .product-layout-description #cleaning-spray-lp .main-visual a:hover {
  background-color: #ebebeb;
}
.news-section .product-layout-description #cleaning-spray-lp .main-txt-sp {
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.news-section .product-layout-description #cleaning-spray-lp .main-txt-sp div {
  width: 90%;
  margin: 0 auto;
  padding-top: 45px;
}
.news-section .product-layout-description #cleaning-spray-lp .main-txt-sp div p {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  line-height: 2.14;
  text-align: left;
}
.news-section .product-layout-description #cleaning-spray-lp .point {
  padding: 120px 0 150px;
}
.news-section .product-layout-description #cleaning-spray-lp .point .container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
}
.news-section .product-layout-description #cleaning-spray-lp .point .container .img-block {
  position: relative;
  width: 39.5%;
}
.news-section .product-layout-description #cleaning-spray-lp .point .container .img-block figure {
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.news-section .product-layout-description #cleaning-spray-lp .point .container .img-block .first {
  width: 67.3%;
  max-width: 292px;
}
.news-section .product-layout-description #cleaning-spray-lp .point .container .img-block .second {
  position: absolute;
  top: 80px;
  right: 0;
  width: 77.7%;
  max-width: 337px;
}
.news-section .product-layout-description #cleaning-spray-lp .point .container ul {
  width: 47%;
  margin-top: 60px;
}
.news-section .product-layout-description #cleaning-spray-lp .point .container ul li {
  -webkit-transform-origin: top left;
  position: relative;
  padding-left: 54px;
  transform-origin: top left;
  transform-origin: top left;
  text-align: left;
}
.news-section .product-layout-description #cleaning-spray-lp .point .container ul li:before {
  position: absolute;
  left: -30px;
  width: 54px;
  height: 54px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
}
.news-section .product-layout-description #cleaning-spray-lp .point .container ul li h2 {
  font-size: 23px;
  font-size: 1.4375rem;
  letter-spacing: 0.14em;
  line-height: 1.73;
}
.news-section .product-layout-description #cleaning-spray-lp .point .container ul li p {
  margin: 15px 0 7px;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  line-height: 1.86;
}
.news-section .product-layout-description #cleaning-spray-lp .point .container ul li aside {
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  line-height: 1.54;
}
.news-section .product-layout-description #cleaning-spray-lp .point .container ul li:first-child:before {
  background-image: url("/assets/img/cleaningspray-lp/cleaning_splay_lp_point_icon_1.svg");
}
.news-section .product-layout-description #cleaning-spray-lp .point .container ul li:nth-child(2) {
  margin-top: 60px;
  margin-bottom: 60px;
}
.news-section .product-layout-description #cleaning-spray-lp .point .container ul li:nth-child(2):before {
  background-image: url("/assets/img/cleaningspray-lp/cleaning_splay_lp_point_icon_2.svg");
  background-size: 47px auto;
}
.news-section .product-layout-description #cleaning-spray-lp .point .container ul li:nth-child(3) aside {
  margin-top: 15px;
}
.news-section .product-layout-description #cleaning-spray-lp .point .container ul li:nth-child(3):before {
  background-image: url("/assets/img/cleaningspray-lp/cleaning_splay_lp_point_icon_3.svg");
  background-size: 47px auto;
}
.news-section .product-layout-description #cleaning-spray-lp .point-detail .two-block {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 800px;
}
.news-section .product-layout-description #cleaning-spray-lp .point-detail .two-block .img {
  width: 50%;
  overflow: hidden;
}
.news-section .product-layout-description #cleaning-spray-lp .point-detail .two-block .img figure {
  -webkit-transform-origin: top left;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform-origin: top left;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news-section .product-layout-description #cleaning-spray-lp .point-detail .two-block .txt {
  -webkit-transform-origin: top left;
  width: 50%;
  height: 800px;
  padding: 0 8.2%;
  transform-origin: top left;
  background-color: #dcdcdc;
  text-align: left;
}
.news-section .product-layout-description #cleaning-spray-lp .point-detail .two-block .txt h2 {
  -webkit-transform-origin: top left;
  transform-origin: top left;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.14em;
  line-height: 1.95;
}
.news-section .product-layout-description #cleaning-spray-lp .point-detail .two-block .txt ul {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 60px auto 45px;
}
.news-section .product-layout-description #cleaning-spray-lp .point-detail .two-block .txt ul li {
  -webkit-transform-origin: top left;
  transform-origin: top left;
  text-align: center;
}
.news-section .product-layout-description #cleaning-spray-lp .point-detail .two-block .txt ul li span {
  display: block;
  height: 56px;
  margin: 0 auto;
}
.news-section .product-layout-description #cleaning-spray-lp .point-detail .two-block .txt ul li p {
  margin-top: 10px;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  line-height: 1.66;
}
.news-section .product-layout-description #cleaning-spray-lp .point-detail .two-block .txt > p {
  -webkit-transform-origin: top left;
  transform-origin: top left;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.06em;
  line-height: 1.93;
}
.news-section .product-layout-description #cleaning-spray-lp .point-detail .two-block .txt aside {
  -webkit-transform-origin: top left;
  margin-top: 25px;
  transform-origin: top left;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0.08em;
}
.news-section .product-layout-description #cleaning-spray-lp .point-detail .two-block.first .img figure {
  background-image: url("/assets/img/cleaningspray-lp/cleaning_splay_lp_point_2.jpg");
}
.news-section .product-layout-description #cleaning-spray-lp .point-detail .two-block.first .txt {
  padding-top: 10%;
}
.news-section .product-layout-description #cleaning-spray-lp .point-detail .two-block.first .txt ul li {
  margin: 0 30px;
}
.news-section .product-layout-description #cleaning-spray-lp .point-detail .two-block.first .txt ul li:nth-child(-n+2) span {
  width: 54px;
}
.news-section .product-layout-description #cleaning-spray-lp .point-detail .two-block.first .txt ul li:nth-child(3) span {
  width: 49px;
  padding-top: 9px;
}
.news-section .product-layout-description #cleaning-spray-lp .point-detail .two-block.second .img figure {
  background-image: url("/assets/img/cleaningspray-lp/cleaning_splay_lp_point_3.jpg");
}
.news-section .product-layout-description #cleaning-spray-lp .point-detail .two-block.second .txt {
  padding-top: 4%;
}
.news-section .product-layout-description #cleaning-spray-lp .point-detail .two-block.second .txt ul li {
  margin: 0 20px;
}
.news-section .product-layout-description #cleaning-spray-lp .point-detail .two-block.second .txt ul li:first-child span {
  width: 56px;
}
.news-section .product-layout-description #cleaning-spray-lp .point-detail .two-block.second .txt ul li:nth-child(4) span {
  width: 56px;
  padding-top: 6px;
}
.news-section .product-layout-description #cleaning-spray-lp .point-detail .two-block.second .txt ul li:nth-child(2) span,
.news-section .product-layout-description #cleaning-spray-lp .point-detail .two-block.second .txt ul li:nth-child(3) span {
  width: 45px;
  padding-top: 6px;
}
.news-section .product-layout-description #cleaning-spray-lp .point-detail .one-block {
  position: relative;
}
.news-section .product-layout-description #cleaning-spray-lp .point-detail .one-block figure {
  -webkit-transform-origin: top left;
  width: 100%;
  transform-origin: top left;
}
.news-section .product-layout-description #cleaning-spray-lp .point-detail .one-block div {
  -webkit-transform-origin: top left;
  position: absolute;
  top: 60px;
  right: 0;
  left: 0;
  margin: auto;
  transform-origin: top left;
}
.news-section .product-layout-description #cleaning-spray-lp .point-detail .one-block div h2 {
  margin-bottom: 25px;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.14em;
}
.news-section .product-layout-description #cleaning-spray-lp .point-detail .one-block div p {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.14em;
  line-height: 1.87;
}
.news-section .product-layout-description #cleaning-spray-lp .deployment-example {
  -webkit-transform-origin: top left;
  padding: 110px 0 90px;
  transform-origin: top left;
  background-color: #ebebeb;
}
.news-section .product-layout-description #cleaning-spray-lp .deployment-example .container {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
}
.news-section .product-layout-description #cleaning-spray-lp .deployment-example .container h2 {
  -webkit-transform-origin: top left;
  margin-bottom: 80px;
  transform-origin: top left;
  color: #646464;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.14em;
}
.news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .example-list {
  -webkit-transform-origin: top left;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transform-origin: top left;
}
.news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .example-list .block {
  -webkit-transform-origin: top left;
  width: 30.4%;
  min-height: 400px;
  padding: 48px 30px;
  transform-origin: top left;
  background-color: #fff;
}
.news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .example-list .block figure {
  position: relative;
  height: 67px;
  margin: 0 auto;
}
.news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .example-list .block figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  margin: auto;
}
.news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .example-list .block h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #646464;
  font-size: 19px;
  font-size: 1.1875rem;
  letter-spacing: 0.14em;
  line-height: 1.73;
}
.news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .example-list .block p {
  color: #646464;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  line-height: 1.83;
  text-align: left;
}
.news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .example-list .block span {
  display: block;
  margin-top: 15px;
  color: #646464;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: left;
}
.news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .example-list .block.block-1 figure {
  width: 85px;
}
.news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .example-list .block.block-2 figure,
.news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .example-list .block.block-3 figure {
  width: 66px;
}
.news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .example-list .block.block-4 figure {
  width: 56px;
}
.news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .example-list .block.block-5 figure {
  width: 50px;
}
.news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .example-list .block.block-6 figure {
  width: 58px;
}
.news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .example-list .block.block-7 figure {
  width: 61px;
}
.news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .example-list .block.block-4,
.news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .example-list .block.block-5,
.news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .example-list .block.block-6,
.news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .example-list .block.block-7 {
  margin-top: 50px;
}
.news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .slick-slide {
  margin-right: 10px;
  margin-left: 10px;
}
.news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .slick-dots {
  position: static;
  margin-top: 20px;
}
.news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .slick-dots li {
  width: 7px;
  height: 7px;
  margin: 0 10px;
}
.news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .slick-dots li button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 1px #878787 solid;
  border-radius: 50%;
}
.news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .slick-dots li button:before {
  content: unset;
}
.news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .slick-dots li.slick-active button {
  background-color: #878787;
}
.news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .safety-confirmed {
  -webkit-transform-origin: top left;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 65.2%;
  min-height: 400px;
  padding: 48px 70px;
  transform-origin: top left;
  background-color: #fff;
  text-align: left;
}
.news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .safety-confirmed h4 {
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 1px #646464 solid;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.14em;
}
.news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .safety-confirmed ul li {
  display: inline-block;
  vertical-align: top;
}
.news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .safety-confirmed ul li dl dt {
  margin-bottom: 5px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  line-height: 1.53;
}
.news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .safety-confirmed ul li dl dd {
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  line-height: 1.83;
}
.news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .safety-confirmed ul li dl:nth-child(n+2) {
  margin-top: 25px;
}
.news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .safety-confirmed ul li:first-child {
  margin-right: 60px;
}
.news-section .product-layout-description #cleaning-spray-lp .removing-bacteria {
  padding: 110px 0;
}
.news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container {
  max-width: 965px;
  margin: 0 auto;
}
.news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container h2 {
  -webkit-transform-origin: top left;
  margin-bottom: 70px;
  transform-origin: top left;
  color: #646464;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.14em;
}
.news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container .list-container {
  position: relative;
}
.news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container .list-container ul li {
  -webkit-transform-origin: top left;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  transform-origin: top left;
}
.news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container .list-container ul li .blok-1,
.news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container .list-container ul li .blok-2 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}
.news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container .list-container ul li .blok-1 div,
.news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container .list-container ul li .blok-2 div {
  display: inline-table;
  width: 29%;
  height: 140px;
  margin-right: 5.2%;
  border: 1px #c8c8c8 solid;
  border-radius: 7px;
  text-align: center;
  vertical-align: top;
}
.news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container .list-container ul li .blok-1 div p,
.news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container .list-container ul li .blok-2 div p {
  display: table-cell;
  color: #646464;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.14em;
  line-height: 1.46;
  text-align: center;
  vertical-align: middle;
}
.news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container .list-container ul li .blok-1 div p span,
.news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container .list-container ul li .blok-2 div p span {
  display: block;
  margin-top: 15px;
  color: #646464;
  font-family: "Avenir Next", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.14em;
}
.news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container .list-container ul li .blok-1 div p span strong,
.news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container .list-container ul li .blok-2 div p span strong {
  font-family: "Avenir Next", sans-serif;
  font-weight: 400;
}
.news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container .list-container ul li .blok-1 div:last-of-type {
  margin-right: 0;
}
.news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container .list-container ul li .blok-2 div:last-of-type {
  margin-right: 0;
}
.news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container .list-container ul li .blok-2 div:first-of-type {
  margin-left: 2.6%;
}
.news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container .list-container ul li.list-2,
.news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container .list-container ul li.list-3 {
  margin-top: 25px;
}
.news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container .list-container .btn-all {
  margin: 32px auto 0;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container .list-container .btn-all span {
  display: inline-block;
  width: 10px;
  height: 5px;
  margin-left: 15px;
  background-image: url("/assets/img/cleaningspray-lp/cleaning_splay_lp_arrow_all.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
}
.news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container .list-container .btn-all.active span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container .list-container .total-number {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-bottom: 20px;
  border-bottom: 1px #c8c8c8 solid;
  color: #646464;
  font-size: 42px;
  font-size: 2.625rem;
  letter-spacing: 0.02em;
}
.news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container .list-container .total-number span {
  color: #646464;
  font-family: "Avenir Next", sans-serif;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container .caution {
  -webkit-transform-origin: top left;
  width: 88.4%;
  margin: 100px auto 0;
  transform-origin: top left;
  text-align: left;
}
.news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container .caution h3 {
  margin-bottom: 30px;
  color: #646464;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.1em;
}
.news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container .caution div {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container .caution div p {
  display: inline-block;
  color: #646464;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  line-height: 1.72;
}
.news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container .caution aside {
  margin-top: 20px;
  color: #646464;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  line-height: 1.72;
}
.news-section .product-layout-description #cleaning-spray-lp .product {
  -webkit-transform-origin: top left;
  padding: 100px 0 140px;
  transform-origin: top left;
}
.news-section .product-layout-description #cleaning-spray-lp .product .container {
  max-width: 710px;
  margin: 0 auto;
}
.news-section .product-layout-description #cleaning-spray-lp .product .container h2 {
  -webkit-transform-origin: top left;
  margin-bottom: 55px;
  transform-origin: top left;
  color: #646464;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.14em;
}
.news-section .product-layout-description #cleaning-spray-lp .product .container ul {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-section .product-layout-description #cleaning-spray-lp .product .container ul li {
  -webkit-transform-origin: top left;
  width: 42.3%;
  max-width: 300px;
  transform-origin: top left;
  text-align: left;
}
.news-section .product-layout-description #cleaning-spray-lp .product .container ul li figure {
  position: relative;
}
.news-section .product-layout-description #cleaning-spray-lp .product .container ul li figure div {
  display: inline-table;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
}
.news-section .product-layout-description #cleaning-spray-lp .product .container ul li figure div p {
  display: table-cell;
  font-family: "Avenir Next", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  vertical-align: middle;
}
.news-section .product-layout-description #cleaning-spray-lp .product .container ul li figure div p span {
  display: block;
  margin-top: 2px;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0.12em;
}
.news-section .product-layout-description #cleaning-spray-lp .product .container ul li .item-name {
  margin-top: 15px;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.12em;
  line-height: 1.76;
}
.news-section .product-layout-description #cleaning-spray-lp .product .container ul li .item-amount {
  margin-top: 10px;
  font-family: "Avenir Next", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.news-section .product-layout-description #cleaning-spray-lp .product .container ul li .item-price {
  margin-top: 15px;
  font-family: "Avenir Next", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.news-section .product-layout-description #cleaning-spray-lp .product .container ul li a {
  -webkit-transition: all 0.4s ease;
  display: block;
  position: relative;
  width: 230px;
  height: 55px;
  margin: 40px auto 0;
  border-radius: 3px;
  background-color: #878787;
  color: #fff;
  font-family: "Avenir Next", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 55px;
  text-align: center;
  transition: all 0.4s ease;
}
.news-section .product-layout-description #cleaning-spray-lp .product .container ul li a:before {
  position: absolute;
  top: 22px;
  right: 27px;
  width: 6px;
  height: 10px;
  background-image: url("/assets/img/cleaningspray-lp/cleaning_splay_lp_arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
}
.news-section .product-layout-description #cleaning-spray-lp .product .container ul li a:hover {
  opacity: 0.7;
}
.news-section .product-layout-description #cleaning-spray-lp .qanda {
  -webkit-transform-origin: top left;
  padding: 100px 0 120px;
  transform-origin: top left;
  background-color: #f5f5f5;
}
.news-section .product-layout-description #cleaning-spray-lp .qanda h2 {
  -webkit-transform-origin: top left;
  margin-bottom: 60px;
  transform-origin: top left;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.14em;
}
.news-section .product-layout-description #cleaning-spray-lp .qanda .container {
  -webkit-transform-origin: top left;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
  transform-origin: top left;
  background-color: #fff;
}
.news-section .product-layout-description #cleaning-spray-lp .qanda .container ul {
  max-width: 780px;
  margin: 0 auto;
  text-align: left;
}
.news-section .product-layout-description #cleaning-spray-lp .qanda .container ul li dl dt {
  position: relative;
  padding: 25px 0;
  border-bottom: 1px #ebebeb solid;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.14em;
  cursor: pointer;
}
.news-section .product-layout-description #cleaning-spray-lp .qanda .container ul li dl dt:before,
.news-section .product-layout-description #cleaning-spray-lp .qanda .container ul li dl dt:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #878787;
  content: "";
}
.news-section .product-layout-description #cleaning-spray-lp .qanda .container ul li dl dt:before {
  right: 20px;
  width: 15px;
  height: 1px;
}
.news-section .product-layout-description #cleaning-spray-lp .qanda .container ul li dl dt:after {
  -webkit-transition: all 0.4s ease;
  right: 27px;
  width: 1px;
  height: 15px;
  transition: all 0.4s ease;
}
.news-section .product-layout-description #cleaning-spray-lp .qanda .container ul li dl dt.active:after {
  opacity: 0;
}
.news-section .product-layout-description #cleaning-spray-lp .qanda .container ul li dl dd {
  display: none;
  margin-top: 20px;
  margin-bottom: 50px;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  line-height: 2;
}
.news-section .product-layout-description #cleaning-spray-lp .qanda .container ul li dl dd span {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  font-size: 0.75rem;
}
@keyframes scroll-bar {
  0% {
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.news-section .product-layout-description #perfect-uv-series-lp {
  max-width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-main-visual {
  position: relative;
  overflow: hidden;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-main-visual__bg {
  overflow: hidden;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-main-visual__bg img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-main-visual__inner {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 72.222vw;
  transform: translate(-50%, -50%);
}
.news-section .product-layout-description #perfect-uv-series-lp .p-main-visual__inner .en {
  margin: 0 0 2.778vw;
  color: #000;
  font-family: "Avenir Next";
  font-size: 1.389vw;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-main-visual__inner h2 {
  margin: 0 0 2.778vw;
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2.5vw;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-main-visual__inner .catch {
  margin: 0;
  color: #000;
  font-size: 1.111vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-main-visual__best-cosme {
  position: absolute;
  right: 35.764vw;
  bottom: 4.167vw;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-main-visual__best-cosme img {
  width: 10.069vw;
  height: 10.069vw;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-about {
  padding: 125px 0;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-about__inner {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  width: 900px;
  margin: 0 auto;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-about__inner__desc {
  width: 460px;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-about__inner__desc h3 {
  margin-bottom: 30px;
  color: #f1b090;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-about__inner__desc p {
  margin-bottom: 40px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-about__inner__desc p.notice {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-about__inner__image {
  width: 366px;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-about__inner__image img {
  width: 100%;
  height: auto;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__mv {
  position: relative;
  overflow: hidden;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__mv__bg {
  overflow: hidden;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__mv__bg img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__mv__desc {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  padding-left: 90px;
  transform: translateY(-50%);
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__mv__desc .en {
  margin: 0 0 30px;
  color: #000;
  font-family: "Avenir Next";
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__mv__desc h3 {
  margin-bottom: 40px;
  color: #f1b090;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.5;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__mv__desc .info {
  position: relative;
  margin: 0 0 40px;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__mv__desc .info dt {
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__mv__desc .info dd {
  margin: 0;
  color: #646464;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__mv__desc .info dd.icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 61px;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__mv__desc .label {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__mv__desc .label li {
  position: relative;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  border: 2px solid #f1b090;
  border-radius: 14px;
  text-align: center;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__mv__desc .label li:nth-child(1) {
  background-color: #f1b090;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__mv__desc .label li:nth-child(1) p {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  width: 100%;
  margin: 0;
  transform: translateY(-50%);
  color: #fff;
  font-family: "Avenir Next";
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__mv__desc .label li:nth-child(1) p span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__mv__desc .label li:nth-child(2) p {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  width: 100%;
  margin: 0;
  transform: translateY(-50%);
  color: #f1b090;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__mv__best-cosme {
  position: absolute;
  bottom: 5.556vw;
  left: 7.639vw;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__mv__best-cosme img {
  width: 8.333vw;
  height: 8.333vw;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner {
  width: 900px;
  margin: 0 auto;
  padding: 80px 0 120px;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .points {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .points li {
  position: relative;
  width: 265px;
  height: 265px;
  border-radius: 50%;
  background-color: #f5f5f5;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .points li dl {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: 0;
  transform: translate(-50%, -50%);
  text-align: center;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .points li dl dt {
  margin-bottom: 15px;
  color: #000;
  font-family: "Avenir Next";
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .points li dl dd {
  margin: 0;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .points li dl dd span {
  color: #f1b090;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .points li dl dd span.sm {
  display: block;
  margin-top: 10px;
  color: #000 !important;
  font-size: 11px;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .ingredient h3 {
  margin-bottom: 50px;
  background-color: #f1b090;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 70px;
  text-align: center;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .ingredient h3 br {
  display: none;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .ingredient ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .ingredient ul li {
  width: 200px;
  margin: 0 40px;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .ingredient ul li figure {
  width: 160px;
  margin: 0 auto;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .ingredient ul li figure img {
  width: 100%;
  height: auto;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .ingredient ul li dl {
  margin: 0;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .ingredient ul li dl dt {
  margin: 0 0 10px;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .ingredient ul li dl dd {
  margin: 0;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .ingredient .notice {
  margin: 0;
  color: #000;
  font-size: 11px;
  line-height: 1;
  text-align: right;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .ecocert {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 680px;
  margin: 80px auto 0;
  padding: 50px 60px;
  border: 1px solid #d6d6d6;
  border-radius: 15px;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .ecocert figure {
  width: 100px;
  margin: 0 60px 0 0;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .ecocert figure img {
  width: 100%;
  height: auto;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .ecocert dl {
  margin: 0;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .ecocert dl dt {
  margin-bottom: 20px;
  color: #424242;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .ecocert dl dd {
  margin: 0;
  color: #424242;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-detail.theme-green .p-product-detail__mv__desc {
  -webkit-transform: translate(-50%, -50%);
  width: 920px;
  padding-left: 0;
  transform: translate(-50%, -50%);
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-detail.theme-green .p-product-detail__mv__desc h3 {
  color: #abcf9f;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-detail.theme-green .p-product-detail__mv__desc .info {
  width: 280px;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-detail.theme-green .p-product-detail__mv__desc .label li {
  border-color: #abcf9f;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-detail.theme-green .p-product-detail__mv__desc .label li:nth-child(1) {
  background-color: #a3cc96;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-detail.theme-green .p-product-detail__mv__desc .label li:nth-child(2) p {
  color: #a3cc96;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-detail.theme-green .p-product-detail__mv__best-cosme {
  right: 13.194vw;
  bottom: 6.25vw;
  left: auto;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-detail.theme-green .p-product-detail__mv__best-cosme img {
  width: 8.333vw;
  height: 8.333vw;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-detail.theme-green .p-product-detail__inner .points li span {
  color: #a3cc96;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-detail.theme-green .p-product-detail__inner .ingredient h3 {
  background-color: #a3cc96;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-organic-skincare {
  padding: 100px 0 120px;
  background-color: #fbf2eb;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-organic-skincare__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 900px;
  margin: 0 auto;
  padding: 80px 90px;
  background-color: #fff;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-organic-skincare__inner .heading {
  margin: 0 0 60px;
  text-align: center;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-organic-skincare__inner .heading .en {
  margin: 0 0 30px;
  color: #000;
  font-family: "Avenir Next";
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-organic-skincare__inner .heading h3 {
  margin-bottom: 20px;
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-organic-skincare__inner .heading h3 br {
  display: none;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-organic-skincare__inner .heading p {
  margin: 0;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-organic-skincare__inner .heading p span {
  font-size: 11px;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-organic-skincare__inner .heading p .sp-show {
  display: none;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-organic-skincare__inner .content {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-organic-skincare__inner .content figure {
  width: 400px;
  margin: 0;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-organic-skincare__inner .content figure img {
  width: 100%;
  height: auto;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-organic-skincare__inner .content dl {
  width: 260px;
  margin: 0;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-organic-skincare__inner .content dl dt {
  margin: 0 0 10px;
  color: #f1b090;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-organic-skincare__inner .content dl dd {
  margin: 0 0 10px;
  color: #424242;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.8;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-organic-skincare__inner .content dl dd:nth-of-type(1) {
  margin-bottom: 50px;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-organic-skincare__inner .graph {
  margin-top: 50px;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-organic-skincare__inner .graph img {
  width: 100%;
  height: auto;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use {
  padding: 120px 0;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 900px;
  margin: 0 auto;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use__inner .heading {
  text-align: center;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use__inner .heading .en {
  margin-bottom: 40px;
  color: #000;
  font-family: "Avenir Next";
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use__inner .heading h3 {
  margin-bottom: 50px;
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use__inner .heading h3 br {
  display: none;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use__inner .steps li {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use__inner .steps li:last-child {
  margin-bottom: 0;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use__inner .steps li h4 {
  width: 100%;
  margin-bottom: 40px;
  background-color: #f1b090;
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 70px;
  text-align: center;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use__inner .steps li h4 span {
  font-family: "Avenir Next";
}
.news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use__inner .steps li figure {
  width: 425px;
  margin: 0;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use__inner .steps li figure img {
  vertical-align: bottom;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use__inner .steps li figure figcaption {
  margin-top: 15px;
  color: #424242;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use__inner .steps li .products {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 440px;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use__inner .steps li .products .item figure {
  width: auto;
  margin-bottom: 20px;
  text-align: center;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use__inner .steps li .products .item h5 {
  margin-bottom: 10px;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use__inner .steps li .products .item p {
  margin: 0;
  color: #646464;
  font-size: 11px;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use__inner .steps li:nth-child(1) .products .item:nth-of-type(1) {
  position: relative;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use__inner .steps li:nth-child(1) .products .item:nth-of-type(1) .label {
  position: absolute;
  top: -30px;
  right: -40px;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use__inner .steps li:nth-child(1) .products .item:nth-of-type(1) .label img {
  height: auto;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use__inner .steps li:nth-child(1) .products .item:nth-of-type(2) {
  margin-left: 50px;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use__inner .steps li:nth-child(3) .products .item h5 {
  padding-left: 50px;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-list {
  padding: 140px 0;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-list__inner {
  width: 820px;
  margin: 0 auto;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-list__inner .item {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-list__inner .item:nth-of-type(2) {
  margin-bottom: 0;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-list__inner .item figure {
  margin: 0;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-list__inner .item figure img {
  vertical-align: bottom;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-list__inner .item .desc {
  width: 400px;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-list__inner .item .desc h4 {
  margin-bottom: 20px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-list__inner .item .desc .meta {
  margin: 0 0 20px;
  font-family: "Avenir Next", sans-serif;
  font-size: 16px;
  line-height: 1;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-list__inner .item .desc .meta span {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 11px;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-list__inner .item .desc .desc {
  margin: 0 0 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-list__inner .item .desc a {
  -webkit-box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 280px;
  border: 1px solid #878787;
  border-radius: 4px;
  background-color: #878787;
  color: #fff;
  font-family: "Avenir Next";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 55px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-list__inner .item .desc a:after {
  -webkit-box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: 50%;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: 50%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  transition: all 0.3s ease;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-list__inner .item .desc a:hover {
  background-color: transparent;
  color: #646464;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-product-list__inner .item .desc a:hover:after {
  border-color: #646464;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-users-voice {
  padding: 125px 0;
  background-color: #f5f5f5;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner {
  width: 900px;
  margin: 0 auto;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner h3 {
  margin-bottom: 200px;
  color: #000;
  font-family: "Avenir Next";
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner__list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner__list .item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 430px;
  padding: 135px 30px 50px;
  background-color: #fff;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner__list .item figure {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: -150px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
}
.news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner__list .item figure img {
  width: auto;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner__list .item h4 {
  margin-bottom: 30px;
  color: #646464;
  font-family: "Avenir Next";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner__list .item .speech-bubble li {
  position: relative;
  margin-bottom: 20px;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner__list .item .speech-bubble li p {
  display: inline-block;
  margin: 0;
  padding: 20px;
  border-radius: 10px;
  background-color: #f4dfce;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner__list .item .speech-bubble li:nth-child(odd) {
  padding-left: 20px;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner__list .item .speech-bubble li:nth-child(odd) svg {
  position: absolute;
  top: 20px;
  left: 0;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner__list .item .speech-bubble li:nth-child(even) {
  padding-right: 20px;
  text-align: right;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner__list .item .speech-bubble li:nth-child(even) p {
  margin-left: auto;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner__list .item .speech-bubble li:nth-child(even) svg {
  position: absolute;
  top: 20px;
  right: 5px;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner__list .item .speech-bubble.theme-green li p {
  background-color: #d5e7cf;
  text-align: left;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner__list .item .speech-bubble.theme-green li:nth-child(odd) {
  padding-right: 20px;
  padding-left: 0;
  text-align: right;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner__list .item .speech-bubble.theme-green li:nth-child(odd) p {
  margin-left: auto;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner__list .item .speech-bubble.theme-green li:nth-child(odd) svg {
  position: absolute;
  top: 20px;
  right: 5px;
  left: auto;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner__list .item .speech-bubble.theme-green li:nth-child(even) {
  padding-right: 0;
  padding-left: 20px;
  text-align: left;
}
.news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner__list .item .speech-bubble.theme-green li:nth-child(even) svg {
  position: absolute;
  top: 20px;
  right: auto;
  left: 0;
}
.news-section .product-recommendations {
  max-width: 1340px;
  margin: 0 auto;
  background: none;
}
.news-section .product-recommendations__title {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-align: center !important;
  text-transform: uppercase;
}
.news-section .product-recommendations .product-carousel-peek {
  position: relative;
}
.news-section .product-recommendations .product-carousel-peek__advice {
  -webkit-transition: all 300ms ease-in;
  display: none;
  z-index: 2;
  position: absolute;
  top: 110px;
  right: 15px;
  width: 36px;
  height: 36px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  background: #fff;
  color: #000;
  text-align: right;
  cursor: pointer;
  transition: all 300ms ease-in;
}
.news-section .product-recommendations .product-carousel-peek__advice .icon {
  fill: transparent;
  stroke: currentColor;
  stroke-width: 2px;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: top;
}
.news-section .product-recommendations .product-carousel-peek__advice .icon path {
  fill: inherit;
  stroke: inherit;
  stroke-linecap: round;
}
.news-section .product-recommendations .related-products {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
}
.news-section .product-recommendations .related-products .product-block {
  position: relative;
  width: 25%;
  margin-bottom: 15px;
  padding-left: 30px;
  float: left;
  text-align: center;
}
.news-section .product-recommendations .related-products .product-block__image-container .hover-images {
  background: #e5e3e4;
}
.news-section .product-recommendations .related-products .product-block__image-container .hover-images .icon {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.news-section .product-recommendations .related-products .product-block__image-container .hover-images .icon img {
  max-width: 90px;
}
.news-section .product-recommendations .related-products .product-block__image-container .image-one,
.news-section .product-recommendations .related-products .product-block__image-container .image-two {
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block;
  backface-visibility: hidden;
  transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.news-section .product-recommendations .related-products .product-block__image-container .image-one {
  width: 100%;
  height: auto;
}
.news-section .product-recommendations .related-products .product-block__image-container .image-one .rimage-outer-wrapper {
  max-width: 1000px;
  max-height: 1500px;
  margin-right: auto;
  margin-left: auto;
}
.news-section .product-recommendations .related-products .product-block__image-container .image-one .rimage-wrapper {
  -webkit-transition: background 500ms;
  position: relative;
  padding-top: 150%;
  transition: background 500ms;
}
.news-section .product-recommendations .related-products .product-block__image-container .image-one .rimage-wrapper .rimage__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-section .product-recommendations .related-products .product-block__image-container .image-one .rimage-wrapper .rimage__image.fade-in {
  -webkit-transition: opacity 500ms;
  opacity: 0;
  transition: opacity 500ms;
}
.news-section .product-recommendations .related-products .product-block__image-container .image-one .rimage-wrapper .rimage__image.fade-in.lazyloaded {
  opacity: 1;
}
.news-section .product-recommendations .related-products .product-block__image-container .image-one .rimage-wrapper .rimage__image.blur-in {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  transition: filter 400ms, -webkit-filter 400ms;
}
.news-section .product-recommendations .related-products .product-block__image-container .image-one .rimage-wrapper .rimage__image.blur-in.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}
.news-section .product-recommendations .related-products .product-block__image-container .image-two {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 1.5px);
  height: calc(100% + 1.5px);
  overflow: hidden;
  opacity: 0;
}
.news-section .product-recommendations .related-products .product-block__image-container .image-two .rimage-background {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.news-section .product-recommendations .related-products .product-block .hover-images--two .image-two {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.news-section .product-recommendations .related-products .product-block .hover-images--two:hover .image-one {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}
.news-section .product-recommendations .related-products .product-block .hover-images--two:hover .image-two {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.news-section .product-recommendations .related-products .product-block .hover-images--two.same-aspect-ratio .image-one {
  -webkit-transition: opacity 0ms 0ms;
  transition: opacity 0ms 0ms;
}
.news-section .product-recommendations .related-products .product-block .hover-images--two.same-aspect-ratio:hover .image-one {
  -webkit-transition: opacity 50ms 400ms;
  transition: opacity 50ms 400ms;
}
.news-section .product-recommendations .related-products .product-block__image {
  display: block;
  position: relative;
  overflow: hidden;
}
.news-section .product-recommendations .related-products .product-block__image:focus {
  outline: none;
}
.news-section .product-recommendations .related-products .product-block .product-label--sold-out {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 45px;
  padding: 0;
  background: none;
}
.news-section .product-recommendations .related-products .product-block .product-label--new {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 45px;
  padding: 0;
  background: none;
}
.news-section .product-recommendations .related-products .product-block .product-price {
  margin-top: 0.3em;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}
.news-section .product-recommendations .related-products .product-block .product-price .theme-money {
  color: #424242;
  font-size: 16px;
  font-size: 1rem;
}
.news-section .product-recommendations .related-products .product-block .product-price .theme-money.product-price__reduced {
  margin-right: 0.5rem;
  color: #cd201a;
}
.news-section .product-recommendations .related-products .product-block .product-price .theme-money.product-price__compare {
  text-decoration: line-through;
}
.news-section .product-recommendations .related-products .product-block .product-price .tax {
  color: #424242;
  font-size: 14px;
  font-size: 0.875rem;
}
.news-section .recently-viewed {
  max-width: 1340px;
  margin: 0 auto;
  background-color: inherit;
}
.news-section .recently-viewed:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: "";
}
.news-section .recently-viewed__title {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-align: center !important;
  text-transform: uppercase;
}
.news-section .recently-viewed-product {
  -webkit-transition: opacity 150ms;
  color: inherit;
  text-decoration: none;
  transition: opacity 150ms;
}
.news-section .recently-viewed .product-carousel-peek {
  position: relative;
  margin-left: -30px;
}
.news-section .recently-viewed .product-carousel-peek__advice {
  -webkit-transition: all 300ms ease-in;
  display: none;
  z-index: 2;
  position: absolute;
  top: 110px;
  right: 15px;
  width: 36px;
  height: 36px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  background: #fff;
  color: #000;
  text-align: right;
  cursor: pointer;
  transition: all 300ms ease-in;
}
.news-section .recently-viewed .product-carousel-peek__advice .icon {
  fill: transparent;
  stroke: currentColor;
  stroke-width: 2px;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: top;
}
.news-section .recently-viewed .product-carousel-peek__advice .icon path {
  fill: inherit;
  stroke: inherit;
  stroke-linecap: round;
}
.news-section .recently-viewed .product-carousel-peek .slick-list {
  padding-right: 30%;
  overflow: visible;
}
.news-section .recently-viewed .product-carousel-peek .product-block {
  position: relative;
  width: 16.66667%;
  padding-left: 30px;
  float: left;
  text-align: center;
}
.news-section .recently-viewed .product-carousel-peek .product-block .recently-viewed-product:focus {
  outline: none;
}
.news-section .recently-viewed .product-carousel-peek .product-block .recently-viewed-product__image {
  background: #e5e3e4;
}
.news-section .recently-viewed .product-carousel-peek .product-block .recently-viewed-product__image .hover-images {
  position: relative;
}
.news-section .recently-viewed .product-carousel-peek .product-block .recently-viewed-product__image .hover-images .icon {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.news-section .recently-viewed .product-carousel-peek .product-block .recently-viewed-product__image .hover-images .icon img {
  max-width: 90px;
}
.news-section .recently-viewed .product-carousel-peek .product-block .recently-viewed-product__image .hover-images .image-one,
.news-section .recently-viewed .product-carousel-peek .product-block .recently-viewed-product__image .hover-images .image-two {
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block;
  backface-visibility: hidden;
  transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.news-section .recently-viewed .product-carousel-peek .product-block .recently-viewed-product__image .hover-images:hover .image-one {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.news-section .recently-viewed .product-carousel-peek .product-block .recently-viewed-product__image .hover-images .image-one {
  width: 100%;
  height: auto;
}
.news-section .recently-viewed .product-carousel-peek .product-block .recently-viewed-product__image .hover-images .image-one .rimage-outer-wrapper {
  margin-right: auto;
  margin-left: auto;
}
.news-section .recently-viewed .product-carousel-peek .product-block .recently-viewed-product__image .hover-images .image-one .rimage-wrapper {
  -webkit-transition: background 500ms;
  position: relative;
  transition: background 500ms;
}
.news-section .recently-viewed .product-carousel-peek .product-block .recently-viewed-product__image .hover-images .image-one .rimage-wrapper .rimage__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-section .recently-viewed .product-carousel-peek .product-block .recently-viewed-product__image .hover-images .image-one .rimage-wrapper .rimage__image.fade-in {
  -webkit-transition: opacity 500ms;
  opacity: 0;
  transition: opacity 500ms;
}
.news-section .recently-viewed .product-carousel-peek .product-block .recently-viewed-product__image .hover-images .image-one .rimage-wrapper .rimage__image.fade-in.lazyloaded {
  opacity: 1;
}
.news-section .recently-viewed .product-carousel-peek .product-block .recently-viewed-product__image .hover-images .image-one .rimage-wrapper .rimage__image.blur-in {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  transition: filter 400ms, -webkit-filter 400ms;
}
.news-section .recently-viewed .product-carousel-peek .product-block .recently-viewed-product__image .hover-images .image-one .rimage-wrapper .rimage__image.blur-in.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}
.news-section .recently-viewed .product-carousel-peek .product-block .recently-viewed-product__image .hover-images .image-two {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 1.5px);
  height: calc(100% + 1.5px);
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  opacity: 0;
}
.news-section .recently-viewed .product-carousel-peek .product-block .recently-viewed-product__image .hover-images .image-two .rimage-background {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.news-section .recently-viewed .product-carousel-peek .product-block .recently-viewed-product__image .hover-images--two .image-two {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.news-section .recently-viewed .product-carousel-peek .product-block .recently-viewed-product__image .hover-images--two:hover .image-one {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}
.news-section .recently-viewed .product-carousel-peek .product-block .recently-viewed-product__image .hover-images--two:hover .image-two {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.news-section .recently-viewed .product-carousel-peek .product-block .recently-viewed-product__image .hover-images--two.same-aspect-ratio .image-one {
  -webkit-transition: opacity 0ms 0ms;
  transition: opacity 0ms 0ms;
}
.news-section .recently-viewed .product-carousel-peek .product-block .recently-viewed-product__image .hover-images--two.same-aspect-ratio:hover .image-one {
  -webkit-transition: opacity 50ms 400ms;
  transition: opacity 50ms 400ms;
}
.news-section .recently-viewed .product-carousel-peek .product-block .recently-viewed-product__image .product-label--sold-out {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 45px;
  padding: 0;
  background: none;
}
.news-section .recently-viewed .product-carousel-peek .product-block .recently-viewed-product__image .product-label--new {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 45px;
  padding: 0;
  background: none;
}
.news-section .recently-viewed .product-carousel-peek .product-block .product-title {
  margin-top: 15px;
  line-height: 1.4;
}
.news-section .recently-viewed .product-carousel-peek .product-block .product-price {
  margin-top: 0.3em;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}
.news-section .recently-viewed .product-carousel-peek .product-block .product-price .theme-money {
  color: #424242;
  font-size: 16px;
  font-size: 1rem;
}
.news-section .recently-viewed .product-carousel-peek .product-block .product-price .theme-money.product-price__reduced {
  margin-right: 0.5rem;
  color: #cd201a;
}
.news-section .recently-viewed .product-carousel-peek .product-block .product-price .theme-money.product-price__compare {
  text-decoration: line-through;
}
.news-section .recently-viewed .product-carousel-peek .product-block .product-price .tax {
  color: #424242;
  font-size: 14px;
  font-size: 0.875rem;
}
.news-section .pswp__bg,
.news-section .pswp__img--placeholder--blank {
  background: #e5e3e4;
}
.news-section .pswp__top-bar,
.news-section .pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}
.news-section .pswp__counter {
  position: absolute;
  top: 0;
  left: 0;
  height: 44px;
  padding: 0 10px;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 44px;
  opacity: 0.75;
}
.news-section .pswp__top-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 44px;
}
.news-section .pswp__button {
  -webkit-appearance: none;
  -webkit-transition: opacity 0.2s;
  -webkit-box-shadow: none;
  display: block;
  position: relative;
  width: 44px;
  min-width: 0;
  height: 44px;
  margin: 0;
  padding: 0;
  float: right;
  overflow: visible;
  border: 0;
  background: none;
  box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  opacity: 0.75;
  transition: opacity 0.2s;
}
.news-section .pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}
.news-section .pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.news-section .pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}
.news-section .pswp__button--close {
  background-position: 0 -44px;
  background-position: 0 -44px;
}
.news-section .pswp__button--share {
  background-position: -44px -44px;
}
.news-section .pswp__button--fs {
  display: none;
}
.news-section .pswp--supports-fs .pswp__button--fs {
  display: block;
}
.news-section .pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}
.news-section .pswp__button--arrow--left,
.news-section .pswp__button--arrow--right {
  position: absolute;
  top: 50%;
  width: 70px;
  height: 100px;
  margin-top: -50px;
  background: none;
}
.news-section .pswp__button--arrow--left {
  left: 0;
}
.news-section .pswp__button--arrow--right {
  right: 0;
}
.news-section .pswp__button--arrow--left:before,
.news-section .pswp__button--arrow--right:before {
  position: absolute;
  top: 35px;
  width: 32px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
}
.news-section .pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}
.news-section .pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}
.news-section .pswp--touch .pswp__button--arrow--left,
.news-section .pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}
.news-section .pswp__counter,
.news-section .pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.news-section .pswp__element--disabled {
  display: none !important;
}
.news-section .ui-tooltip,
.news-section .arrow:after {
  background: #fff;
}
.news-section .ui-tooltip,
.news-section :not(.mypage_top > a > span).arrow:after {
  border: 2px solid white;
  background: #fff;
}
.news-section .ui-tooltip {
  -webkit-box-shadow: none;
  padding: 5px 10px;
  border-radius: 2px;
  box-shadow: none;
  font-size: 12px;
  font-size: 0.75rem;
}
.news-section ::not(.mypage_top > a > span).arrow {
  position: absolute;
  bottom: -16px;
  left: 50%;
  width: 70px;
  height: 16px;
  margin-left: -35px;
  overflow: hidden;
}
.news-section ::not(.mypage_top > a > span).arrow:after {
  -webkit-box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: -20px;
  left: 20px;
  width: 25px;
  height: 25px;
  transform: rotate(45deg);
  border: 1px solid #cfcfcf;
  box-shadow: 6px 5px 9px -9px black;
  content: "";
}
.news-section ::not(.mypage_top > a > span).arrow.top {
  top: -16px;
  bottom: auto;
}
.news-section ::not(.mypage_top > a > span).arrow.top:after {
  top: auto;
  bottom: -20px;
}
.news-section ::not(.mypage_top > a > span).arrow.left {
  left: 20%;
}
.news-section .product-review__btn-controls,
.news-section .product-review__btn-wrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.news-section .product-review__btn-controls .btn,
.news-section .product-review__btn-wrap .btn {
  display: inline-block;
  min-width: 100px;
  height: auto;
  margin: 0 0 5px 0;
  padding: 10px 15px;
  border: none;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
.news-section .product-review__btn-controls {
  margin: 20px auto;
  text-align: center;
}
.news-section .product-review__btn-wrap {
  margin: 20px auto;
}
.news-section .product-review__wrap .title {
  display: inline-block;
  width: auto;
  min-width: 100px;
  padding: 20px 7px 15px 0px;
  float: none;
  color: #6a6c77;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: normal;
  text-align: start;
}
.news-section .product-review__wrap .explain {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  margin-bottom: 7px;
  padding: 0;
  border: none;
  color: #6a6c77;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17px;
}
.news-section .product-review__wrap .explain .kome {
  color: #575757;
}
.news-section .product-review__wrap .ulReviewComment {
  margin: 0 10px;
  padding: 25px 0 22px;
  border-bottom: 1px solid #e3e3e3;
}
.news-section .product-review__wrap .ulReviewComment li {
  color: #6b6d76;
  font-size: 14px;
  font-size: 0.875rem;
}
.news-section .product-review__wrap .imgReviewRating {
  max-width: 115px;
}
.news-section .product-review__wrap .liReviewName {
  margin: 20px 0 16px;
  color: #575757;
  font-size: 14px;
  font-size: 0.875rem;
}
.news-section .product-review__input dt {
  display: inline-block;
  width: auto;
  min-width: 100px;
  padding: 20px 7px 15px 0px;
  float: none;
  color: #6a6c77;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
  text-align: start;
}
.news-section .product-review__input dt span {
  color: #575757;
}
.news-section .product-review__input dd {
  color: #6a6c77;
  font-size: 13px;
  font-size: 0.8125rem;
}
.news-section .product-review__input dd input,
.news-section .product-review__input dd textarea,
.news-section .product-review__input dd select {
  width: 100%;
  max-width: 100%;
  margin: 5px 5px 5px 0;
  padding: 12px 15px;
  border: 1px solid #cfcfcf;
  border-radius: 0px;
  background: #fff;
  background-color: transparent;
  color: inherit;
  font-family: "Avenir Next", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4em;
}
.news-section .product-review__input dd input[disabled],
.news-section .product-review__input dd textarea[disabled],
.news-section .product-review__input dd select[disabled] {
  border-color: #000;
  background-color: #000;
  cursor: default;
}
.news-section .product-review__input dd textarea {
  min-height: 100px;
}
.news-section .product-review__confirm-inner ul li {
  color: #6b6d76;
  font-size: 14px;
  font-size: 0.875rem;
}
.news-section .product-review__confirm-inner .imgReviewRating {
  max-width: 115px;
}
.news-section .product-review__confirm-inner .liReviewName {
  margin: 20px 0 16px;
  color: #575757;
  font-size: 14px;
  font-size: 0.875rem;
}
.news-section .buy-now {
  -webkit-box-sizing: border-box;
  -webkit-transition: all 300ms;
  box-sizing: border-box;
  display: none;
  z-index: 1;
  position: fixed;
  right: 0;
  bottom: 100px;
  width: 65px;
  padding: 10px 0;
  border-radius: 3px 0 0 3px;
  background: #889a9f;
  text-align: center;
  transition: all 300ms;
}
.news-section .buy-now.hide {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.news-section .buy-now figure {
  width: 20px;
  margin: 0 auto;
}
.news-section .buy-now span {
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
}
.news-section .bstory {
  position: relative;
  height: 100%;
  background: url("/assets/img/brandstory/pic_about_kv_02-min.jpg?v=1591342609") no-repeat 50%/cover fixed;
}
.news-section .bstory .br-sp {
  display: none;
}
.news-section .bstory .br-pc {
  display: block;
}
.news-section .bstory .fadeUp {
  -webkit-transform: translateY(50px);
  -webkit-transition: opacity 0.9s ease-in-out, -webkit-transform 0.9s ease-in-out;
  transform: translateY(50px);
  opacity: 0;
  transition: opacity 0.9s ease-in-out, -webkit-transform 0.9s ease-in-out;
  transition: transform 0.9s ease-in-out, opacity 0.9s ease-in-out;
  transition: transform 0.9s ease-in-out, opacity 0.9s ease-in-out, -webkit-transform 0.9s ease-in-out;
}
.news-section .bstory .fadeUp.fadeUp-on {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.news-section .bstory .inner {
  width: 100%;
  margin: 0 auto;
}
.news-section .bstory .shopify-section {
  background: #fff;
}
.news-section .bstory main {
  padding-bottom: 0;
  background: none;
}
.news-section .bstory .bstory-kv-wrapper {
  position: relative;
  width: 100%;
  min-height: 100vh;
  /*
  scroll-snap-type: y mandatory;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  */
}
.news-section .bstory .bstory-kv-wrapper:before {
  -webkit-transition: background, 0.8s ease-in-out;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: rgba(0, 0, 0, 0);
  content: "";
  transition: background, 0.8s ease-in-out;
}
.news-section .bstory .bstory-kv-wrapper.kv-active {
  /*
    .bstory-about {
      &:before {
        background: rgba(0,0,0,0.4);
        z-index: 1;
      }
    }
    */
}
.news-section .bstory .bstory-kv-wrapper.kv-active:before {
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}
.news-section .bstory .bstory-kv-wrapper .js-kv-section {
  height: 100vh;
}
.news-section .bstory .bstory-kv-wrapper .bstory-kv {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
  align-items: center;
  width: 100%;
  padding-left: 15%;
}
.news-section .bstory .bstory-kv-wrapper .bstory-about {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.news-section .bstory .bstory-kv-wrapper .bstory-about:before {
  -webkit-transition: background, 0.8s ease-in-out;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: rgba(0, 0, 0, 0);
  content: "";
  transition: background, 0.8s ease-in-out;
}
.news-section .bstory .bstory-kv-wrapper .bstory-about .bstory-about-area {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
}
.news-section .bstory .bstory-kv-wrapper .bstory-about .bstory-about-title {
  margin-right: 170px;
  color: #fff;
  font-family: "Avenir Next", sans-serif;
  font-size: 42px;
  font-weight: 100;
  font-weight: 100;
}
.news-section .bstory .bstory-kv-wrapper .bstory-about .bstory-about-title span {
  display: block;
}
.news-section .bstory .bstory-kv-wrapper .bstory-about .bstory-about-title span.jp {
  margin-top: 15px;
  color: inherit;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05rem;
}
.news-section .bstory .bstory-kv-wrapper .bstory-about .bstory-about-read p {
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05rem;
  line-height: 2.3;
}
.news-section .bstory .bstory-concept {
  position: relative;
  margin: 0 auto;
  padding: 160px 0;
  background: #fff;
}
.news-section .bstory .bstory-concept .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1060px;
}
.news-section .bstory .bstory-concept .left {
  width: 480px;
  padding-right: 20px;
}
.news-section .bstory .bstory-concept .left .bstory-concept-title span {
  display: block;
  line-height: 1;
}
.news-section .bstory .bstory-concept .left .bstory-concept-title span.en {
  font-family: "Avenir Next", sans-serif;
  font-size: 46px;
  font-weight: 100;
}
.news-section .bstory .bstory-concept .left .bstory-concept-title span.jp {
  display: inline-block;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05rem;
}
.news-section .bstory .bstory-concept .left .read {
  margin-top: 60px;
}
.news-section .bstory .bstory-concept .left .read p {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05rem;
  line-height: 2.3;
}
.news-section .bstory .bstory-concept .right {
  width: calc(100% - 480px);
}
.news-section .bstory .bstory-concept .right .img-sp-only {
  display: none;
}
.news-section .bstory .bstory-concept .right .img-wrapper {
  width: 622px;
  height: 466px;
  overflow: hidden;
}
.news-section .bstory .bstory-concept .right .img-wrapper .item {
  top: -260px;
  width: 100%;
  height: 100%;
  height: calc(100% + 66px);
  background-image: url("/assets/img/brandstory/pic_about_concept-min.jpg?v=1591342364");
  background-position: 50%;
  background-size: cover;
}
.news-section .bstory .bstory-foursinn {
  width: 100%;
  padding: 140px 0 160px;
  background: #f0f0f0;
}
.news-section .bstory .bstory-foursinn .bstory-foursinn-title {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 0 auto 50px;
  font-family: "Avenir Next", "Helvetica Neue", Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 100;
}
.news-section .bstory .bstory-foursinn .bstory-foursinn-title .left {
  text-align: right;
}
.news-section .bstory .bstory-foursinn .bstory-foursinn-title .cross {
  display: inline-block;
  margin: 0 60px;
}
.news-section .bstory .bstory-foursinn .bstory-foursinn-title .copy {
  display: block;
  margin-bottom: 10px;
  font-style: normal;
}
.news-section .bstory .bstory-foursinn .bstory-foursinn-title .caption {
  display: block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.15rem;
}
.news-section .bstory .bstory-foursinn .bstory-foursinn-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.news-section .bstory .bstory-foursinn .bstory-foursinn-list li {
  -webkit-transition: 0.45s ease;
  margin-right: 80px;
  transition: 0.45s ease;
}
.news-section .bstory .bstory-foursinn .bstory-foursinn-list li.fadeUp {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
}
.news-section .bstory .bstory-foursinn .bstory-foursinn-list li.fadeUp.fadeUp-on {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.news-section .bstory .bstory-foursinn .bstory-foursinn-list li:nth-child(2) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.news-section .bstory .bstory-foursinn .bstory-foursinn-list li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.news-section .bstory .bstory-foursinn .bstory-foursinn-list li:nth-child(3) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.news-section .bstory .bstory-foursinn .bstory-foursinn-list li:nth-child(4) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.news-section .bstory .bstory-foursinn .bstory-foursinn-list li:last-child {
  margin-right: 0;
}
.news-section .bstory .bstory-foursinn .bstory-foursinn-list li .circle {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 155px;
  height: 155px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: #fff;
}
.news-section .bstory .bstory-foursinn .bstory-foursinn-list li .circle .en {
  font-family: "Avenir Next", sans-serif;
  font-size: 16px;
  font-weight: 100;
}
.news-section .bstory .bstory-foursinn .bstory-foursinn-list li .circle .jp {
  font-size: 25px;
  font-weight: 300;
}
.news-section .bstory .bstory-foursinn .bstory-foursinn-list li .text {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.7;
  text-align: center;
}
.news-section .bstory .bstory-commit-wrapper {
  z-index: 10;
  position: relative;
  background: #fff;
}
.news-section .bstory .bstory-commit-wrapper.active .bstory-commit-navigation {
  opacity: 1;
}
.news-section .bstory .bstory-commit-wrapper.active .bstory-commit {
  position: relative;
  overflow: auto;
}
.news-section .bstory .bstory-commit-wrapper.active .bstory-commit .bstory-commit-area:nth-child(1) .right:before {
  height: 100%;
}
.news-section .bstory .bstory-commit-wrapper.active .bstory-commit .bstory-commit-area:nth-child(1) .right .bstory-commit-title {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.news-section .bstory .bstory-commit-wrapper.active .bstory-commit .bstory-commit-area:nth-child(1) .right .bstory-commit-box {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.news-section .bstory .bstory-commit-wrapper .bstory-commit-navigation {
  z-index: 4;
  position: fixed;
  right: 60px;
  bottom: 50px;
  opacity: 0;
}
.news-section .bstory .bstory-commit-wrapper .bstory-commit-navigation ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.news-section .bstory .bstory-commit-wrapper .bstory-commit-navigation ul li {
  position: relative;
  margin-bottom: 30px;
  font-size: 12px;
  text-align: center;
}
.news-section .bstory .bstory-commit-wrapper .bstory-commit-navigation ul li.active:before {
  background: #424242;
}
.news-section .bstory .bstory-commit-wrapper .bstory-commit-navigation ul li:before {
  -webkit-transition: 1s ease-in-out;
  position: absolute;
  top: 0;
  right: -15px;
  bottom: 0;
  width: 4px;
  height: 4px;
  margin: auto;
  border-radius: 50%;
  background: transparent;
  content: "";
  transition: 1s ease-in-out;
}
.news-section .bstory .bstory-commit-wrapper .bstory-commit-navigation ul li:last-child {
  margin-bottom: 0;
}
.news-section .bstory .bstory-commit-wrapper .bstory-commit {
  position: relative;
  /*scroll-snap-type: y mandatory;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    */
}
.news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background: #fff;
}
.news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area.active .right:before {
  height: 100%;
}
.news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area.active .right .bstory-commit-title {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area.active .right .bstory-commit-box {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area:nth-child(1) .left {
  background: url("/assets/img/brandstory/bstory-comit_img1_pc.jpg?v=1591158350") no-repeat 50%/cover fixed;
}
.news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area:nth-child(1) .right:before {
  bottom: 0;
  background: #a4ac93;
}
.news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area:nth-child(2) .left {
  background: url("/assets/img/brandstory/bstory-comit_img2_pc.jpg") no-repeat 50%/cover fixed;
}
.news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area:nth-child(2) .right:before {
  bottom: 0;
  background: #f0f0f0;
}
.news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area:nth-child(3) .left {
  background: url("/assets/img/brandstory/bstory-comit_img3_pc.jpg") no-repeat 50%/cover fixed;
}
.news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area:nth-child(3) .right:before {
  bottom: 0;
  background: #adb6c1;
}
.news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .left,
.news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right {
  width: 50%;
  height: 100vh;
}
.news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .left {
  position: relative;
  overflow: hidden;
}
.news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .left .sp-img-wrapper {
  display: none;
}
.news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-flow: column;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 100px 0 140px 100px;
  overflow: hidden;
}
.news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right:before {
  -webkit-transition: 1s ease-in-out;
  z-index: 2;
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 0;
  content: "";
  transition: 1s ease-in-out;
}
.news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-title {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(50px);
  -webkit-transition: opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) 0.75s, -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.75s;
  display: inline-block;
  z-index: 3;
  position: absolute;
  top: 100px;
  left: 100px;
  transform: translateY(50px);
  backface-visibility: hidden;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) 0.75s, -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.75s;
  transition: transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.75s, opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) 0.75s;
  transition: transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.75s, opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) 0.75s, -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.75s;
}
.news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-title span {
  display: block;
}
.news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-title span.en {
  font-family: "Avenir Next", sans-serif;
  font-size: 46px;
  font-weight: 100;
}
.news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-title span.jp {
  margin-top: 15px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 13px;
  font-weight: 300;
}
.news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box {
  -webkit-transform: translateY(50px);
  -webkit-transition: opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) 0.75s, -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.75s;
  z-index: 3;
  position: absolute;
  bottom: 100px;
  left: 100px;
  transform: translateY(50px);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) 0.75s, -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.75s;
  transition: transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.75s, opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) 0.75s;
  transition: transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.75s, opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) 0.75s, -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.75s;
}
.news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box .bstory-commit-num {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box .bstory-commit-num .num {
  display: inline-block;
  font-family: "Avenir Next", sans-serif;
  font-size: 23px;
  font-weight: 100;
}
.news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box .bstory-commit-num .point {
  display: inline-block;
  position: relative;
  margin-right: 70px;
  font-family: "Avenir Next", sans-serif;
  font-size: 23px;
  font-weight: 100;
}
.news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box .bstory-commit-num .point:before {
  position: absolute;
  top: 5px;
  right: -55px;
  bottom: 0;
  width: 40px;
  height: 1px;
  margin: auto;
  background: #969696;
  content: "";
}
.news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box-title {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: #1e1e1e;
  font-size: 24px;
  font-weight: 300;
}
.news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box-title span {
  display: inline-block;
  margin-right: 15px;
}
.news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box-text {
  margin-bottom: 40px;
  font-size: 13px;
  line-height: 2.3;
}
.news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
.news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box-list li {
  margin-right: 20px;
}
.news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box-list li:last-child {
  margin-right: 0;
}
.news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box-list li .thumb {
  margin: 0;
  text-align: center;
}
.news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box-list li .thumb .img {
  min-height: 56px;
}
.news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box-list li .thumb .caption {
  font-size: 10px;
  text-align: center;
}
.news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box-caption {
  font-size: 9px;
}
.news-section .bstory .bstory-lineup {
  position: relative;
  padding: 150px 0 170px;
  background: #fff;
}
.news-section .bstory .bstory-lineup .bstory-lineup-title {
  margin: 0 auto 50px;
  text-align: center;
}
.news-section .bstory .bstory-lineup .bstory-lineup-title span {
  display: block;
}
.news-section .bstory .bstory-lineup .bstory-lineup-title span.en {
  font-family: "Avenir Next", sans-serif;
  font-size: 46px;
  font-weight: 100;
}
.news-section .bstory .bstory-lineup .bstory-lineup-title span.jp {
  margin-top: 10px;
  font-size: 13px;
}
.news-section .bstory .bstory-lineup .bstory-lineup-wrapper {
  width: 1200px;
  margin: 0 auto;
}
.news-section .bstory .bstory-lineup .bstory-lineup-wrapper .bstory-lineup-caption {
  margin-top: 10px;
  font-size: 8px;
  text-align: right;
}
.news-section .bstory .bstory-lineup .bstory-lineup-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.news-section .bstory .bstory-lineup .bstory-lineup-list li {
  -webkit-transition: 0.45s ease;
  width: 380px;
  margin-right: 30px;
  overflow: hidden;
  transition: 0.45s ease;
}
.news-section .bstory .bstory-lineup .bstory-lineup-list li a {
  display: block;
  overflow: hidden;
}
.news-section .bstory .bstory-lineup .bstory-lineup-list li a:hover .img {
  opacity: 0.7;
}
.news-section .bstory .bstory-lineup .bstory-lineup-list li a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.news-section .bstory .bstory-lineup .bstory-lineup-list li a:hover .round-btn {
  background: #fff;
  color: inherit;
}
.news-section .bstory .bstory-lineup .bstory-lineup-list li.fadeUp {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
}
.news-section .bstory .bstory-lineup .bstory-lineup-list li.fadeUp.fadeUp-on {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.news-section .bstory .bstory-lineup .bstory-lineup-list li:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.news-section .bstory .bstory-lineup .bstory-lineup-list li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.news-section .bstory .bstory-lineup .bstory-lineup-list li:nth-child(3) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.news-section .bstory .bstory-lineup .bstory-lineup-list li:last-child {
  margin-right: 0;
}
.news-section .bstory .bstory-lineup .bstory-lineup-list li .img {
  -webkit-transition: opacity 0.25s ease-out;
  position: relative;
  overflow: hidden;
  transition: opacity 0.25s ease-out;
}
.news-section .bstory .bstory-lineup .bstory-lineup-list li .img img {
  -webkit-transition: -webkit-transform 0.25s ease-out;
  vertical-align: bottom;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.news-section .bstory .bstory-lineup .bstory-lineup-list li .lineup-list-header {
  z-index: 5;
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  margin: auto;
  letter-spacing: 0.1rem;
}
.news-section .bstory .bstory-lineup .bstory-lineup-list li .lineup-list-header .lineup-box-title span {
  display: block;
  text-align: center;
}
.news-section .bstory .bstory-lineup .bstory-lineup-list li .lineup-list-header .lineup-box-title span.en {
  margin-bottom: 12px;
  color: #969696;
  font-size: 18px;
}
.news-section .bstory .bstory-lineup .bstory-lineup-list li .lineup-list-header .lineup-box-title span.jp {
  color: #424242;
  font-size: 16px;
}
.news-section .bstory .bstory-lineup .bstory-lineup-list li .lineup-list-header .lineup-box-copy {
  margin-top: 12px;
  color: #424242;
  font-size: 10px;
  text-align: center;
}
.news-section .bstory .bstory-lineup .bstory-lineup-list li .round-btn {
  position: absolute;
  right: 0;
  bottom: 50px;
  left: 0;
  width: 160px;
  height: 45px;
  margin: auto;
  border: 1px solid #fff;
  background: none;
  color: #fff;
  font-size: 10px;
  line-height: 45px;
}
.news-section .collection {
  margin-top: -1px;
}
.news-section .collection input,
.news-section .collection button,
.news-section .collection textarea,
.news-section .collection select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}
.news-section .collection select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 28px;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' stroke='rgba(66,66,66,0.999)' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-position: right center;
  background-position: right 8px center;
  background-repeat: no-repeat;
  background-size: 18px;
  text-indent: 0.01px;
  text-overflow: "";
  cursor: pointer;
}
.news-section .collection__container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  padding-right: 30px;
  padding-left: 30px;
}
.news-section .collection__container .collection-header {
  display: block;
  position: relative;
  max-width: 900px;
  margin: 30px auto;
  padding-right: 30px;
  padding-left: 30px;
  background-color: transparent;
  text-align: center;
  text-transform: uppercase;
}
.news-section .collection__container .collection-header h1 {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #424242;
  font-size: 24px;
  line-height: 1.3;
}
.news-section .collection__container .collection-header h1 span {
  display: block;
  margin-bottom: 15px;
  color: #899a9f;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.news-section .collection .collection-filters-row {
  position: relative;
  max-width: 1340px;
  margin: 100px auto;
}
.news-section .collection .collection-filters-row .collection-filters-container {
  z-index: 1;
  position: absolute;
  top: -75px;
  right: 0;
  width: auto;
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: #333;
}
.news-section .collection .collection-filters-row .collection-filters-container .collection-sort {
  width: 180px;
  padding-left: 30px;
  float: left;
}
.news-section .collection .collection-filters-row .collection-filters-container .collection-sort:last-of-type {
  margin-right: 0;
}
.news-section .collection .collection-filters-row .collection-filters-container .collection-sort .filter label {
  z-index: 0;
  position: absolute;
  top: 9px;
  left: 14px;
  font-size: 10px;
  line-height: 1;
  opacity: 0.6;
}
.news-section .collection .collection-filters-row .collection-filters-container .collection-sort .filter .select {
  border-radius: 3px;
}
.news-section .collection .collection-filters-row .collection-filters-container .collection-filters {
  float: left;
}
.news-section .collection .collection-filters-row .dropdown-label {
  font-size: 10px;
}
.news-section .collection .collection-filters-row .select2-selection--single .select2-selection__clear {
  position: relative;
}
.news-section .collection .collection-filters-row[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.news-section .collection .collection-filters-row .styled-dropdown > select,
.news-section .collection .collection-filters-row .styled-dropdown > input {
  height: 48px;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 0px;
}
.news-section .collection .collection-filters-row .styled-dropdown > .select2-hidden-accessible {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
  clip-path: inset(50%);
}
.news-section .collection .collection-filters-row .styled-dropdown .select2-container .select2-selection {
  position: relative;
  height: 48px;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background-color: transparent;
  vertical-align: middle;
}
.news-section .collection .collection-filters-row .styled-dropdown .select2-container .select2-selection .select2-selection__rendered {
  font-size: 12px;
}
.news-section .collection .collection-filters-row .styled-dropdown .select2-container .select2-selection__arrow {
  top: 10px;
}
.news-section .collection .collection-filters-row .styled-dropdown .select2-container .select2-selection__arrow b {
  width: 18px;
  height: 18px;
  margin-top: -5px;
  margin-left: -16px;
  border: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' stroke='%23373737' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.news-section .collection .collection-filters-row .styled-dropdown .select2-container .select2-selection__rendered {
  padding-top: 8px;
  color: inherit;
}
.news-section .collection .collection-filters-row .styled-dropdown--label-small label {
  display: block;
}
.news-section .collection .collection-filters-row .styled-dropdown--label-inside {
  position: relative;
}
.news-section .collection .collection-filters-row .styled-dropdown--label-inside label {
  z-index: 0;
  position: absolute;
  top: 9px;
  left: 14px;
  line-height: 1;
  opacity: 0.6;
}
.news-section .collection .collection-filters-row .styled-dropdown--label-inside .select2-container .select2-selection__rendered {
  padding-top: 17px;
  padding-left: 13px;
}
.news-section .select2-container {
  display: block;
  width: auto !important;
}
.news-section .select2-container .select2-dropdown {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  z-index: 1051;
  position: absolute;
  left: -100000px;
  width: 100%;
  border: 0;
  background: transparent;
  background-color: white;
}
.news-section .select2-container .select2-dropdown:before,
.news-section .select2-container .select2-dropdown:after {
  content: none;
}
.news-section .select2-container .select2-dropdown.select2-dropdown--below {
  padding-top: 17px;
}
.news-section .select2-container .select2-dropdown.select2-dropdown--below:before {
  top: 9px;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
}
.news-section .select2-container .select2-dropdown.select2-dropdown--below:after {
  top: 10px;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #fff transparent;
}
.news-section .select2-container .select2-dropdown .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.news-section .select2-container .select2-dropdown .select2-results {
  border: 1px solid #dde0e4;
  border-radius: 3px;
  background: #fff;
  color: #393939;
}
.news-section .select2-container .select2-dropdown .select2-results__options {
  max-height: 440px;
}
.news-section .select2-container .select2-dropdown .select2-results__option {
  padding: 10px 15px;
  font-size: 12px;
}
.news-section .select2-container .select2-dropdown .select2-results__option[aria-selected] {
  cursor: pointer;
}
.news-section .select2-container .select2-dropdown .select2-results__option[aria-selected=true] {
  background: transparent;
}
.news-section .select2-container .select2-dropdown .select2-results__option--highlighted[aria-selected] {
  background: #f2f2f2;
  color: #393939;
}
.news-section .select2-container .select2-dropdown .select2-results__option:not(:last-child) {
  border-bottom: 1px solid #f6f6f6;
}
.news-section .select2-container--open .select2-dropdown {
  left: 0;
}
.news-section .select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.news-section .collection-product-list {
  -webkit-transition: opacity 0.2s;
  max-width: 1340px;
  margin: 60px auto 0;
  transition: opacity 0.2s;
}
.news-section .collection-product-list-area {
  margin: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: -30px;
  padding: 0;
  letter-spacing: -0.4em;
  list-style: none;
  text-transform: uppercase;
}
.news-section .collection-product-list-area:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: "";
}
.news-section .collection-product-list .product-block {
  display: inline-block;
  position: relative;
  width: 33.33333%;
  padding-left: 30px;
  letter-spacing: normal;
  text-align: center;
  vertical-align: top;
}
.news-section .collection-product-list .product-block__image-container .hover-images {
  position: relative;
  border-radius: 0px;
  background: #e5e3e4;
}
.news-section .collection-product-list .product-block__image-container .hover-images .image-one,
.news-section .collection-product-list .product-block__image-container .hover-images .image-two {
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block;
  backface-visibility: hidden;
  transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.news-section .collection-product-list .product-block__image-container .hover-images .image-one {
  width: 100%;
  height: auto;
}
.news-section .collection-product-list .product-block__image-container .hover-images .image-one .rimage-outer-wrapper {
  max-width: 1000px;
  max-height: 1500px;
  margin-right: auto;
  margin-left: auto;
}
.news-section .collection-product-list .product-block__image-container .hover-images .image-one .rimage-wrapper {
  -webkit-transition: background 500ms;
  position: relative;
  padding-top: 150%;
  transition: background 500ms;
}
.news-section .collection-product-list .product-block__image-container .hover-images .image-one .rimage-wrapper .rimage__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-section .collection-product-list .product-block__image-container .hover-images .image-one .rimage-wrapper .rimage__image.fade-in {
  -webkit-transition: opacity 500ms;
  opacity: 0;
  transition: opacity 500ms;
}
.news-section .collection-product-list .product-block__image-container .hover-images .image-one .rimage-wrapper .rimage__image.fade-in.lazyloaded {
  opacity: 1;
}
.news-section .collection-product-list .product-block__image-container .hover-images .image-one .rimage-wrapper .rimage__image.blur-in {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  transition: filter 400ms, -webkit-filter 400ms;
}
.news-section .collection-product-list .product-block__image-container .hover-images .image-one .rimage-wrapper .rimage__image.blur-in.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}
.news-section .collection-product-list .product-block__image-container .hover-images .image-two {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 1.5px);
  height: calc(100% + 1.5px);
  overflow: hidden;
  opacity: 0;
}
.news-section .collection-product-list .product-block__image-container .hover-images .image-two .rimage-background {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.news-section .collection-product-list .product-block__image {
  display: block;
  position: relative;
  overflow: hidden;
}
.news-section .collection-product-list .product-block__title-wrap {
  min-height: 100px;
}
.news-section .collection-product-list .product-block__title {
  margin-top: 0.5em;
}
.news-section .collection-product-list .product-block__title-link {
  color: #424242;
  font-size: 16px;
  text-decoration: none;
}
.news-section .collection-product-list .product-block .product-price {
  font-size: 1.25rem;
  line-height: 1.5;
}
.news-section .collection-product-list .product-block .product-price span {
  font-size: 1rem;
}
.news-section .collection-product-list .product-block .product-price .theme-money {
  color: #424242;
  font-size: 16px;
}
.news-section .collection-product-list .product-block .product-price .tax {
  color: #424242;
  font-size: 14px;
}
.news-section .collection-product-list .product-block .product-price .product-price__reduced {
  color: #cd201a;
}
.news-section .collection-product-list .product-block .product-price .product-price__reduced > span {
  color: #cd201a;
}
.news-section .collection-product-list .product-block .product-price .product-price__compare,
.news-section .collection-product-list .product-block .product-price .product-price__compare-large {
  font-size: 80%;
  text-decoration: line-through;
  opacity: 0.5;
}
.news-section .collection-product-list .product-block .product-price .product-price__compare > span,
.news-section .collection-product-list .product-block .product-price .product-price__compare-large > span {
  color: #000;
}
.news-section .collection-product-list .product-block .product-price .product-price__compare {
  font-size: 80%;
}
.news-section .collection-product-list .product-block .product-price .product-price__compare-large {
  font-size: 50%;
}
.news-section .collection-product-list .product-block .product-price .product-price__compare {
  margin-left: 0.5rem;
  opacity: 1;
}
.news-section .collection-product-list .product-label {
  position: absolute;
  top: 14px;
  right: 0;
  padding: 0;
  font-size: 0.875rem !important;
  line-height: 1.4;
}
.news-section .collection-product-list .product-label--sold-out {
  right: 14px;
  background: none;
}
.news-section .collection-product-list .product-label--new {
  left: 44px;
  max-width: 70px;
  background: none;
}
.news-section .collection-product-list .product-label--on-sale {
  width: auto;
  padding: 5px 7px;
  background: #ea3323;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
.news-section .index-main a:hover {
  opacity: 1;
}
.news-section .index-main a:hover img {
  opacity: 1;
}
.news-section .index-main .slick-dots {
  bottom: -30px;
}
.news-section .index-main .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 6px;
}
.news-section .index-main .slick-dots li.slick-active button {
  width: 10px;
  height: 10px;
  border: 1px solid #d2dddd;
  border-radius: 50%;
  background: #d2dddd;
}
.news-section .index-main .slick-dots li button {
  position: relative;
  width: 10px;
  height: 10px;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.news-section .index-main .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
}
.news-section .index-feature {
  margin-top: 140px;
  overflow: hidden;
}
.news-section .index-feature h2 {
  margin: 0 0 15px 0;
  color: #899a9f;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
}
.news-section .index-feature h3 {
  margin-top: 20px;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
}
.news-section .index-feature__container {
  margin-top: 50px;
  margin-bottom: 100px;
}
.news-section .index-feature__container .product-block {
  position: relative;
  padding: 0 4px 20px 4px;
}
.news-section .index-feature__container .product-block__title {
  text-align: center;
}
.news-section .index-feature__container .product-block__title a {
  color: #424242;
  font-size: 16px;
  font-size: 1rem;
}
.news-section .index-feature__container .product-block__price {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}
.news-section .index-feature__container .product-block__label {
  position: absolute;
  top: 14px;
  left: 14px;
}
.news-section .index-feature__container .product-block .rimage-wrapper {
  padding-top: 150%;
}
.news-section .index-category {
  padding: 70px 0 100px 0;
  background-color: #899a9f;
}
.news-section .index-category__container h2 {
  margin-top: 20px;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.news-section .index-category__container ul {
  max-width: 1200px;
  margin: 50px auto 0 auto;
  text-align: center;
}
.news-section .index-category__container ul li {
  display: inline-block;
  margin: 0 15px 20px;
}
.news-section .index-category__container ul li a {
  display: block;
  width: 270px;
  height: 45px;
  border: 1px solid #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: transparent;
  color: #fff;
  line-height: 43px;
}
.news-section .index-category__container ul li a:hover {
  background-color: #fff;
  color: #899a9f;
  opacity: 1;
}
.news-section .index-pickup {
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: #f8fafd;
}
.news-section .index-pickup * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.news-section .index-pickup__inner {
  max-width: 1200px;
  margin: 0 auto 110px;
}
.news-section .index-pickup__2column {
  margin-left: -40px;
  overflow: hidden;
}
.news-section .index-pickup__2column > div {
  width: 50%;
  margin-bottom: 40px;
  padding-left: 40px;
  float: left;
}
.news-section .index-pickup__2column > div a {
  display: block;
}
.news-section .index-pickup__3column {
  margin-left: -30px;
  overflow: hidden;
}
.news-section .index-pickup__3column .column-wrap {
  width: 33.33333%;
  padding-left: 30px;
  float: left;
}
.news-section .index-pickup__3column .column-wrap a {
  display: block;
}
.news-section .index-pickup__3column .column-wrap .index-pickup__text {
  margin: 25px 0 auto;
  text-align: center;
}
.news-section .index-pickup__3column .column-wrap .index-pickup__text h3 {
  color: #8b979c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
}
.news-section .index-pickup__3column .column-wrap .index-pickup__text p {
  margin: 8px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
}
.news-section .index-pickup__button {
  margin-top: 40px;
  text-align: center;
}
.news-section .index-pickup__button a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: inline-block;
  width: 250px;
  height: 55px;
  padding: 0;
  border: 1px solid #424242;
  border-radius: 3px;
  background: #fff;
  color: #424242;
  font-size: 16px;
  line-height: 53px;
  text-align: center;
  text-decoration: none;
}
.news-section .index-pickup__button a:hover {
  background: #424242;
  color: #fff;
}
.news-section .hover-products {
  position: relative;
}
.news-section .hover-products .rimage-outer-wrapper {
  margin-right: auto;
  margin-left: auto;
  background-color: #e5e3e4;
}
.news-section .hover-products .rimage-wrapper {
  -webkit-transition: background 500ms;
  position: relative;
  padding-top: 100%;
  transition: background 500ms;
}
.news-section .hover-products .rimage-wrapper .rimage__image {
  position: absolute;
  top: inherit;
  right: 0;
  bottom: 0;
  left: 0;
  height: inherit;
  margin: auto;
}
.news-section .hover-products .image-one {
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0ms 0ms;
  display: block;
  width: 100%;
  height: auto;
  backface-visibility: hidden;
  transition: opacity 0ms 0ms;
}
.news-section .hover-products:hover .image-one {
  -webkit-transition: opacity 0ms 0ms;
  transition: opacity 0ms 0ms;
}
.news-section .hover-products:hover .image-two {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.news-section .hover-products a {
  display: block;
  position: relative;
  overflow: hidden;
}
.news-section .hover-products a:hover img {
  opacity: 1;
}
.news-section .hover-products .image-two {
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: scale(1.05);
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 1.5px);
  height: calc(100% + 1.5px);
  overflow: hidden;
  transform: scale(1.05);
  backface-visibility: hidden;
  opacity: 0;
  transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.news-section .hover-products .image-two .rimage-background {
  height: 100%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news-section .hover-products .image-two .rimage-background .fade-in {
  -webkit-transition: all 0.25s;
  opacity: 0;
  transition: all 0.25s;
}
.news-section .index-ranking {
  max-width: 1800px;
  margin: 120px auto 0;
  padding: 0;
}
.news-section .index-ranking * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.news-section .index-ranking h2 {
  margin: 0 0 15px 0;
  color: #899a9f;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
}
.news-section .index-ranking h3 {
  margin-top: 20px;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
}
.news-section .index-ranking__list {
  margin: 50px auto 0;
  overflow: hidden;
}
.news-section .index-ranking__list .ranking-block {
  width: calc(33.33333% - 2px);
  margin-top: 0;
  margin-bottom: 3px;
  padding: 0 0 30px;
  float: left;
  background-color: #e5e3e4;
}
.news-section .index-ranking__list .ranking-block:nth-child(1) .ranking-rank {
  left: 25px;
  font-size: 60px;
  font-size: 3.75rem;
}
.news-section .index-ranking__list .ranking-block:nth-child(2) .ranking-rank {
  left: 30px;
  font-size: 50px;
  font-size: 3.125rem;
}
.news-section .index-ranking__list .ranking-block:nth-child(3) .ranking-rank {
  left: 35px;
  font-size: 40px;
  font-size: 2.5rem;
}
.news-section .index-ranking__list .ranking-block .ranking-rank {
  z-index: 1;
  position: absolute;
  top: 40px;
  left: 40px;
  color: #899a9f;
  font-family: "Avenir Next", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-style: normal;
  font-weight: 200;
}
.news-section .index-ranking__list .ranking-block:nth-child(3n-1) {
  margin: 0 3px 3px;
}
.news-section .index-ranking__list .ranking-block a:hover img {
  opacity: 1;
}
.news-section .index-ranking__list .ranking-block .ranking-image-container {
  position: relative;
}
.news-section .index-ranking__list .ranking-block .ranking-image-container:hover .image-one {
  -webkit-transition: opacity 0ms 0ms;
  transition: opacity 0ms 0ms;
}
.news-section .index-ranking__list .ranking-block .ranking-image-container:hover .image-two {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.news-section .index-ranking__list .ranking-block .ranking-image-container .rimage__image {
  width: 50% !important;
  height: auto !important;
}
.news-section .index-ranking__list .ranking-block .ranking-text-container {
  min-height: 80px;
  text-align: center;
}
.news-section .index-ranking__list .ranking-block .ranking-text-container .ranking-title {
  margin-top: 0.5em;
}
.news-section .index-ranking__list .ranking-block .ranking-text-container .ranking-price {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.news-section .index-ranking__list .ranking-block .ranking-text-container .ranking-price .tax {
  font-size: 13px;
  font-size: 0.8125rem;
}
.news-section .index-concept {
  position: relative;
  padding: 100px 0 180px;
  background: url(/assets/img/index/bg_brandstory-min.jpg) center top/cover no-repeat;
  text-align: center;
}
.news-section .index-concept__container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}
.news-section .index-concept__container h2 {
  margin: 100px 0;
}
.news-section .index-concept__container h2 img {
  width: 110px;
}
.news-section .index-concept__container__description:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: "";
}
.news-section .index-concept__container__description h3 {
  width: 40%;
  margin-top: 20px;
  float: left;
}
.news-section .index-concept__container__description h3 span {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  color: #231815;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: 0.18em;
}
.news-section .index-concept__container__description h3 span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #231815;
  content: "";
}
.news-section .index-concept__container__description .txt {
  width: 60%;
  float: right;
}
.news-section .index-concept__container__description .txt p {
  margin-bottom: 90px;
  color: #231815;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 40px;
}
.news-section .index-concept__container__description .txt .br_sp {
  display: none;
}
.news-section .index-concept__container__description .txt .br_pc {
  display: inline;
}
.news-section .index-concept__container__description .txt a {
  -webkit-transition: background 0.25s ease-out;
  display: block;
  width: 250px;
  height: 56px;
  border: 1px solid #231815;
  border-radius: 6px;
  color: #231815;
  font-size: 16px;
  line-height: 54px;
  text-align: center;
  text-decoration: none;
  transition: background 0.25s ease-out;
}
.news-section .index-concept__container__description .txt a:hover {
  background: #000;
  color: #fff;
}
.news-section .index-blog {
  margin-top: 100px;
}
.news-section .index-blog h2 {
  margin: 0 0 15px 0;
  color: #899a9f;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
}
.news-section .index-blog h3 {
  margin-top: 20px;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
}
.news-section .index-blog__list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
.news-section .index-blog__list.limit_width {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 1020px;
  margin: 50px auto 0;
  padding: 0 10px;
}
.news-section .limit_width .index-blog__article {
  width: 32%;
  margin: 0 2% 2% 0;
}
.news-section .limit_width .index-blog__article:nth-child(3n) {
  margin-right: 0;
}
.news-section .index-blog__article {
  width: 320px;
  margin: 0 25px 25px 0;
  text-align: left;
}
.news-section .index-blog__article a {
  display: block;
  overflow: hidden;
}
.news-section .index-blog__article a:hover {
  opacity: 1;
}
.news-section .index-blog__article a:hover img {
  -webkit-transform: scale(1.05);
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: scale(1.05);
  opacity: 1;
  transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.news-section .index-blog__article h2 {
  color: #424242;
  font-size: 16px;
  font-size: 1rem;
  line-height: 160%;
  text-align: left;
}
.news-section .index-blog__article__date {
  margin-top: 5px;
  color: #899a9f;
  font-size: 14px;
  letter-spacing: 0.03em;
}
.news-section .site-header .site-header-above {
  z-index: 10;
  position: relative;
}
.news-section .lp-spray {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #646464;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 12px;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: center;
}
.news-section .lp-spray a {
  -webkit-transition: compact(all 0.2s ease, false, false, false, false, false, false, false, false, false);
  color: #646464;
  text-decoration: none;
  cursor: pointer;
  transition: compact(all 0.2s ease, false, false, false, false, false, false, false, false, false);
}
.news-section .lp-spray a img {
  -webkit-transition: compact(all 0.2s ease-in-out, false, false, false, false, false, false, false, false, false);
  -webkit-backface-visibility: hidden;
  border: none;
  backface-visibility: hidden;
  transition: compact(all 0.2s ease-in-out, false, false, false, false, false, false, false, false, false);
}
.news-section .lp-spray a:hover img {
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.news-section .lp-spray img {
  width: 100%;
  vertical-align: bottom;
  pointer-events: none;
}
.news-section .lp-spray .sp-visible {
  display: none !important;
}
.news-section .lp-spray .container {
  padding: 0;
}
.news-section .lp-spray .main-visual {
  position: relative;
}
.news-section .lp-spray .main-visual .img {
  width: 100%;
  height: calc(100vh - 157px);
  overflow: hidden;
}
.news-section .lp-spray .main-visual .img figure {
  -webkit-transform-origin: top left;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform-origin: top left;
  background-image: url("/assets/img/cleaningspray-lp/cleaning_splay_lp_mainv.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news-section .lp-spray .main-visual .txt {
  position: absolute;
}
.news-section .lp-spray .main-visual .txt-1 {
  top: 12.2%;
  left: 16%;
  text-align: left;
}
.news-section .lp-spray .main-visual .txt-1 h1 {
  -webkit-transform-origin: top left;
  transform-origin: top left;
  color: #fff;
  font-family: "Avenir Next", sans-serif;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.15;
}
.news-section .lp-spray .main-visual .txt-1 h2 {
  -webkit-transform-origin: top left;
  margin-top: 30px;
  transform-origin: top left;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2;
}
.news-section .lp-spray .main-visual .txt-1 p {
  position: absolute;
  top: 5px;
  left: -130px;
}
.news-section .lp-spray .main-visual .txt-1 span {
  -webkit-transform-origin: top left;
  display: block;
  width: 100px;
  height: 100px;
  padding-top: 42px;
  transform-origin: top left;
  border: 1px #fff solid;
  border-radius: 50%;
  color: #fff;
  font-family: "Avenir Next", "Lato", sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 100%;
  text-align: center;
}
.news-section .lp-spray .main-visual .txt-1 span:nth-of-type(2) {
  margin-top: 10px;
  padding-top: 42px;
  padding-top: 25px;
  background-color: #fff;
  color: #646464;
  font-size: 12px;
  line-height: 1.5;
}
.news-section .lp-spray .main-visual .txt-2 {
  -webkit-transform-origin: top left;
  bottom: 10.6%;
  left: 16%;
  transform-origin: top left;
  text-align: left;
}
.news-section .lp-spray .main-visual .txt-2 p {
  color: #fff;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.06em;
  line-height: 2.58;
}
.news-section .lp-spray .main-visual .txt-3 {
  -webkit-transform-origin: top left;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  top: 9.4%;
  right: 12%;
  transform-origin: top left;
  writing-mode: vertical-rl;
}
.news-section .lp-spray .main-visual .txt-3 p {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  line-height: 2.3;
}
.news-section .lp-spray .main-visual .scroll {
  -webkit-transform-origin: top left;
  bottom: 6.7%;
  left: 3.5%;
  transform-origin: top left;
}
.news-section .lp-spray .main-visual .scroll p {
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  margin-bottom: 15px;
  color: #fff;
  font-family: "Avenir Next", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  writing-mode: vertical-rl;
}
.news-section .lp-spray .main-visual .scroll span {
  display: block;
  z-index: 3;
  position: relative;
  padding-top: 95px;
  text-align: center;
}
.news-section .lp-spray .main-visual .scroll span:before {
  -webkit-animation: scroll-bar 2.4s cubic-bezier(1, 0, 0, 1) infinite;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 95px;
  margin-left: -1px;
  background-color: #fff;
  animation: scroll-bar 2.4s cubic-bezier(1, 0, 0, 1) infinite;
  content: "";
}
.news-section .lp-spray .main-visual a {
  -webkit-transition: all 0.4s ease;
  -webkit-transform-origin: top left;
  display: block;
  z-index: 10;
  position: fixed;
  right: 2.8%;
  bottom: 6.1%;
  width: 184px;
  height: 55px;
  transform-origin: top left;
  border-radius: 3px;
  background-color: #454545;
  color: #fff;
  font-family: "Avenir Next", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 55px;
  text-align: center;
  transition: all 0.4s ease;
}
.news-section .lp-spray .main-visual a:before {
  position: absolute;
  top: 22px;
  right: 27px;
  width: 6px;
  height: 10px;
  background-image: url("/assets/img/cleaningspray-lp/cleaning_splay_lp_arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
}
.news-section .lp-spray .main-visual a:hover {
  background-color: #000;
}
.news-section .lp-spray .main-txt-sp {
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.news-section .lp-spray .main-txt-sp div {
  width: 90%;
  margin: 0 auto;
  padding-top: 45px;
}
.news-section .lp-spray .main-txt-sp div p {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  line-height: 2.14;
  text-align: left;
}
.news-section .lp-spray .point {
  padding: 120px 0 150px;
}
.news-section .lp-spray .point .container {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
}
.news-section .lp-spray .point .container .img-block {
  position: relative;
  width: 39.5%;
}
.news-section .lp-spray .point .container .img-block figure {
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.news-section .lp-spray .point .container .img-block .first {
  width: 67.3%;
  max-width: 292px;
}
.news-section .lp-spray .point .container .img-block .second {
  position: absolute;
  top: 80px;
  right: 0;
  width: 77.7%;
  max-width: 337px;
}
.news-section .lp-spray .point .container ul {
  width: 47%;
  margin-top: 60px;
}
.news-section .lp-spray .point .container ul li {
  -webkit-transform-origin: top left;
  -webkit-transform-origin: top left;
  position: relative;
  padding-left: 54px;
  transform-origin: top left;
  transform-origin: top left;
  text-align: left;
}
.news-section .lp-spray .point .container ul li:before {
  position: absolute;
  left: -30px;
  width: 54px;
  height: 54px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
}
.news-section .lp-spray .point .container ul li h2 {
  font-size: 23px;
  font-size: 1.4375rem;
  letter-spacing: 0.14em;
  line-height: 1.73;
}
.news-section .lp-spray .point .container ul li p {
  margin: 15px 0 7px;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  line-height: 1.86;
}
.news-section .lp-spray .point .container ul li aside {
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  line-height: 1.54;
}
.news-section .lp-spray .point .container ul li:first-child:before {
  background-image: url("/assets/img/cleaningspray-lp/cleaning_splay_lp_point_icon_1.svg");
}
.news-section .lp-spray .point .container ul li:nth-child(2) {
  margin-top: 60px;
  margin-bottom: 60px;
}
.news-section .lp-spray .point .container ul li:nth-child(2):before {
  background-image: url("/assets/img/cleaningspray-lp/cleaning_splay_lp_point_icon_2.svg");
  background-size: 47px auto;
}
.news-section .lp-spray .point .container ul li:nth-child(3) aside {
  margin-top: 15px;
}
.news-section .lp-spray .point .container ul li:nth-child(3):before {
  background-image: url("/assets/img/cleaningspray-lp/cleaning_splay_lp_point_icon_3.svg");
  background-size: 47px auto;
}
.news-section .lp-spray .point-detail .two-block {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 800px;
}
.news-section .lp-spray .point-detail .two-block .img {
  width: 50%;
  overflow: hidden;
}
.news-section .lp-spray .point-detail .two-block .img figure {
  -webkit-transform-origin: top left;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform-origin: top left;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news-section .lp-spray .point-detail .two-block .txt {
  -webkit-transform-origin: top left;
  width: 50%;
  height: 800px;
  padding: 0 8.2%;
  transform-origin: top left;
  background-color: #dcdcdc;
  text-align: left;
}
.news-section .lp-spray .point-detail .two-block .txt h2 {
  -webkit-transform-origin: top left;
  transform-origin: top left;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.14em;
  line-height: 1.95;
}
.news-section .lp-spray .point-detail .two-block .txt ul {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 60px auto 45px;
}
.news-section .lp-spray .point-detail .two-block .txt ul li {
  -webkit-transform-origin: top left;
  transform-origin: top left;
  text-align: center;
}
.news-section .lp-spray .point-detail .two-block .txt ul li span {
  display: block;
  height: 56px;
  margin: 0 auto;
}
.news-section .lp-spray .point-detail .two-block .txt ul li p {
  margin-top: 10px;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  line-height: 1.66;
}
.news-section .lp-spray .point-detail .two-block .txt > p {
  -webkit-transform-origin: top left;
  transform-origin: top left;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.06em;
  line-height: 1.93;
}
.news-section .lp-spray .point-detail .two-block .txt aside {
  -webkit-transform-origin: top left;
  margin-top: 25px;
  transform-origin: top left;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0.08em;
}
.news-section .lp-spray .point-detail .two-block.first .img figure {
  background-image: url("/assets/img/cleaningspray-lp/cleaning_splay_lp_point_2.jpg");
}
.news-section .lp-spray .point-detail .two-block.first .txt {
  padding-top: 10%;
}
.news-section .lp-spray .point-detail .two-block.first .txt ul li {
  margin: 0 30px;
}
.news-section .lp-spray .point-detail .two-block.first .txt ul li:nth-child(-n+2) span {
  width: 54px;
}
.news-section .lp-spray .point-detail .two-block.first .txt ul li:nth-child(3) span {
  width: 49px;
  padding-top: 9px;
}
.news-section .lp-spray .point-detail .two-block.second .img figure {
  background-image: url("/assets/img/cleaningspray-lp/cleaning_splay_lp_point_3.jpg");
}
.news-section .lp-spray .point-detail .two-block.second .txt {
  padding-top: 6%;
}
.news-section .lp-spray .point-detail .two-block.second .txt ul li {
  margin: 0 20px;
}
.news-section .lp-spray .point-detail .two-block.second .txt ul li:first-child span {
  width: 56px;
}
.news-section .lp-spray .point-detail .two-block.second .txt ul li:nth-child(4) span {
  width: 56px;
  padding-top: 6px;
}
.news-section .lp-spray .point-detail .two-block.second .txt ul li:nth-child(2) span,
.news-section .lp-spray .point-detail .two-block.second .txt ul li:nth-child(3) span {
  width: 45px;
  padding-top: 6px;
}
.news-section .lp-spray .point-detail .one-block {
  position: relative;
}
.news-section .lp-spray .point-detail .one-block picture {
  -webkit-transform-origin: top left;
  width: 100%;
  transform-origin: top left;
}
.news-section .lp-spray .point-detail .one-block div {
  -webkit-transform-origin: top left;
  position: absolute;
  top: 60px;
  right: 0;
  left: 0;
  margin: auto;
  transform-origin: top left;
}
.news-section .lp-spray .point-detail .one-block div h2 {
  margin-bottom: 25px;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.14em;
}
.news-section .lp-spray .point-detail .one-block div p {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.14em;
  line-height: 1.87;
}
.news-section .lp-spray .deployment-example {
  -webkit-transform-origin: top left;
  padding: 110px 0 90px;
  transform-origin: top left;
  background-color: #ebebeb;
}
.news-section .lp-spray .deployment-example .container {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
}
.news-section .lp-spray .deployment-example .container h2 {
  -webkit-transform-origin: top left;
  margin-bottom: 80px;
  transform-origin: top left;
  color: #646464;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.14em;
}
.news-section .lp-spray .deployment-example .container .example-list {
  -webkit-transform-origin: top left;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transform-origin: top left;
}
.news-section .lp-spray .deployment-example .container .example-list .block {
  -webkit-transform-origin: top left;
  width: 30.4%;
  min-height: 400px;
  padding: 48px 30px;
  transform-origin: top left;
  background-color: #fff;
}
.news-section .lp-spray .deployment-example .container .example-list .block figure {
  position: relative;
  height: 67px;
  margin: 0 auto;
}
.news-section .lp-spray .deployment-example .container .example-list .block figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  margin: auto;
}
.news-section .lp-spray .deployment-example .container .example-list .block h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #646464;
  font-size: 19px;
  font-size: 1.1875rem;
  letter-spacing: 0.14em;
  line-height: 1.73;
}
.news-section .lp-spray .deployment-example .container .example-list .block p {
  color: #646464;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  line-height: 1.83;
  text-align: left;
}
.news-section .lp-spray .deployment-example .container .example-list .block span {
  display: block;
  margin-top: 15px;
  color: #646464;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: left;
}
.news-section .lp-spray .deployment-example .container .example-list .block.block-1 figure {
  width: 85px;
}
.news-section .lp-spray .deployment-example .container .example-list .block.block-2 figure,
.news-section .lp-spray .deployment-example .container .example-list .block.block-3 figure {
  width: 66px;
}
.news-section .lp-spray .deployment-example .container .example-list .block.block-4 figure {
  width: 56px;
}
.news-section .lp-spray .deployment-example .container .example-list .block.block-5 figure {
  width: 50px;
}
.news-section .lp-spray .deployment-example .container .example-list .block.block-6 figure {
  width: 58px;
}
.news-section .lp-spray .deployment-example .container .example-list .block.block-7 figure {
  width: 61px;
}
.news-section .lp-spray .deployment-example .container .example-list .block.block-4,
.news-section .lp-spray .deployment-example .container .example-list .block.block-5,
.news-section .lp-spray .deployment-example .container .example-list .block.block-6,
.news-section .lp-spray .deployment-example .container .example-list .block.block-7 {
  margin-top: 50px;
}
.news-section .lp-spray .deployment-example .container .slick-slide {
  margin-right: 10px;
  margin-left: 10px;
}
.news-section .lp-spray .deployment-example .container .slick-dots {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: static;
  justify-content: center;
  margin-top: 20px;
  font-size: 0;
}
.news-section .lp-spray .deployment-example .container .slick-dots li {
  width: 7px;
  height: 7px;
  margin: 0 10px;
}
.news-section .lp-spray .deployment-example .container .slick-dots li button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 1px #878787 solid;
  border-radius: 50%;
}
.news-section .lp-spray .deployment-example .container .slick-dots li button:before {
  content: unset;
}
.news-section .lp-spray .deployment-example .container .slick-dots li.slick-active button {
  background-color: #878787;
}
.news-section .lp-spray .deployment-example .container .safety-confirmed {
  -webkit-transform-origin: top left;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 65.2%;
  min-height: 400px;
  padding: 48px 70px;
  transform-origin: top left;
  background-color: #fff;
  text-align: left;
}
.news-section .lp-spray .deployment-example .container .safety-confirmed h4 {
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 1px #646464 solid;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.14em;
}
.news-section .lp-spray .deployment-example .container .safety-confirmed ul li {
  display: inline-block;
  vertical-align: top;
}
.news-section .lp-spray .deployment-example .container .safety-confirmed ul li dl dt {
  margin-bottom: 5px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  line-height: 1.53;
}
.news-section .lp-spray .deployment-example .container .safety-confirmed ul li dl dd {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  line-height: 1.83;
}
.news-section .lp-spray .deployment-example .container .safety-confirmed ul li dl:nth-child(n+2) {
  margin-top: 25px;
}
.news-section .lp-spray .deployment-example .container .safety-confirmed ul li:first-child {
  margin-right: 50px;
}
.news-section .lp-spray .removing-bacteria {
  padding: 110px 0;
}
.news-section .lp-spray .removing-bacteria .container {
  max-width: 965px;
  margin: 0 auto;
}
.news-section .lp-spray .removing-bacteria .container h2 {
  -webkit-transform-origin: top left;
  margin-bottom: 70px;
  transform-origin: top left;
  color: #646464;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.14em;
}
.news-section .lp-spray .removing-bacteria .container .list-container {
  position: relative;
}
.news-section .lp-spray .removing-bacteria .container .list-container ul li {
  -webkit-transform-origin: top left;
  -webkit-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  transform-origin: top left;
}
.news-section .lp-spray .removing-bacteria .container .list-container ul li .blok-1,
.news-section .lp-spray .removing-bacteria .container .list-container ul li .blok-2 {
  -webkit-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}
.news-section .lp-spray .removing-bacteria .container .list-container ul li .blok-1 div,
.news-section .lp-spray .removing-bacteria .container .list-container ul li .blok-2 div {
  display: inline-table;
  width: 29%;
  height: 140px;
  margin-right: 5.2%;
  border: 1px #c8c8c8 solid;
  border-radius: 7px;
  text-align: center;
  vertical-align: top;
}
.news-section .lp-spray .removing-bacteria .container .list-container ul li .blok-1 div p,
.news-section .lp-spray .removing-bacteria .container .list-container ul li .blok-2 div p {
  display: table-cell;
  color: #646464;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.14em;
  line-height: 1.46;
  vertical-align: middle;
}
.news-section .lp-spray .removing-bacteria .container .list-container ul li .blok-1 div p span,
.news-section .lp-spray .removing-bacteria .container .list-container ul li .blok-2 div p span {
  display: block;
  margin-top: 15px;
  color: #646464;
  font-family: "Avenir Next", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.14em;
}
.news-section .lp-spray .removing-bacteria .container .list-container ul li .blok-1 div p span strong,
.news-section .lp-spray .removing-bacteria .container .list-container ul li .blok-2 div p span strong {
  font-family: "Avenir Next", sans-serif;
  font-weight: 400;
}
.news-section .lp-spray .removing-bacteria .container .list-container ul li .blok-1 div:last-of-type {
  margin-right: 0;
}
.news-section .lp-spray .removing-bacteria .container .list-container ul li .blok-2 div:last-of-type {
  margin-right: 0;
}
.news-section .lp-spray .removing-bacteria .container .list-container ul li .blok-2 div:first-of-type {
  margin-left: 2.6%;
}
.news-section .lp-spray .removing-bacteria .container .list-container ul li.list-2,
.news-section .lp-spray .removing-bacteria .container .list-container ul li.list-3 {
  margin-top: 25px;
}
.news-section .lp-spray .removing-bacteria .container .list-container .btn-all {
  margin: 32px auto 0;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.news-section .lp-spray .removing-bacteria .container .list-container .btn-all span {
  display: inline-block;
  width: 10px;
  height: 5px;
  margin-left: 15px;
  background-image: url("/assets/img/cleaningspray-lp/cleaning_splay_lp_arrow_all.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
}
.news-section .lp-spray .removing-bacteria .container .list-container .btn-all.active span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.news-section .lp-spray .removing-bacteria .container .list-container .total-number {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-bottom: 20px;
  border-bottom: 1px #c8c8c8 solid;
  color: #646464;
  font-size: 42px;
  font-size: 2.625rem;
  letter-spacing: 0.02em;
}
.news-section .lp-spray .removing-bacteria .container .list-container .total-number span {
  color: #646464;
  font-family: "Avenir Next", sans-serif;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.news-section .lp-spray .removing-bacteria .container .caution {
  -webkit-transform-origin: top left;
  width: 88.4%;
  margin: 100px auto 0;
  transform-origin: top left;
  text-align: left;
}
.news-section .lp-spray .removing-bacteria .container .caution h3 {
  margin-bottom: 30px;
  color: #646464;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.1em;
}
.news-section .lp-spray .removing-bacteria .container .caution div {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.news-section .lp-spray .removing-bacteria .container .caution div p {
  display: inline-block;
  color: #646464;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  line-height: 1.72;
}
.news-section .lp-spray .removing-bacteria .container .caution aside {
  margin-top: 20px;
  color: #646464;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  line-height: 1.72;
}
.news-section .lp-spray .product {
  -webkit-transform-origin: top left;
  padding: 100px 0 140px;
  transform-origin: top left;
}
.news-section .lp-spray .product .container {
  max-width: 710px;
  margin: 0 auto;
}
.news-section .lp-spray .product .container h2 {
  -webkit-transform-origin: top left;
  margin-bottom: 55px;
  transform-origin: top left;
  color: #646464;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.14em;
}
.news-section .lp-spray .product .container ul {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-section .lp-spray .product .container ul li {
  -webkit-transform-origin: top left;
  width: 42.3%;
  max-width: 300px;
  margin: 0 auto;
  transform-origin: top left;
  text-align: left;
}
.news-section .lp-spray .product .container ul li figure {
  position: relative;
}
.news-section .lp-spray .product .container ul li figure div {
  display: inline-table;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
}
.news-section .lp-spray .product .container ul li figure div p {
  display: table-cell;
  font-family: "Avenir Next", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  vertical-align: middle;
}
.news-section .lp-spray .product .container ul li figure div p span {
  display: block;
  margin-top: 2px;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0.12em;
}
.news-section .lp-spray .product .container ul li .item-name {
  margin-top: 15px;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.12em;
  line-height: 1.76;
}
.news-section .lp-spray .product .container ul li .item-amount {
  margin-top: 10px;
  font-family: "Avenir Next", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.news-section .lp-spray .product .container ul li .item-price {
  margin-top: 15px;
  font-family: "Avenir Next", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.news-section .lp-spray .product .container ul li a {
  -webkit-transition: all 0.4s ease;
  display: block;
  position: relative;
  width: 230px;
  height: 55px;
  margin: 40px auto 0;
  border-radius: 3px;
  background-color: #878787;
  color: #fff;
  font-family: "Avenir Next", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 55px;
  text-align: center;
  transition: all 0.4s ease;
}
.news-section .lp-spray .product .container ul li a:before {
  position: absolute;
  top: 22px;
  right: 27px;
  width: 6px;
  height: 10px;
  background-image: url("/assets/img/cleaningspray-lp/cleaning_splay_lp_arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
}
.news-section .lp-spray .product .container ul li a:hover {
  opacity: 0.7;
}
.news-section .lp-spray .qanda {
  -webkit-transform-origin: top left;
  padding: 100px 0 120px;
  transform-origin: top left;
  background-color: #f5f5f5;
}
.news-section .lp-spray .qanda h2 {
  -webkit-transform-origin: top left;
  margin-bottom: 60px;
  transform-origin: top left;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.14em;
}
.news-section .lp-spray .qanda .container {
  -webkit-transform-origin: top left;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
  transform-origin: top left;
  background-color: #fff;
}
.news-section .lp-spray .qanda .container ul {
  max-width: 780px;
  margin: 0 auto;
  text-align: left;
}
.news-section .lp-spray .qanda .container ul li dl dt {
  position: relative;
  padding: 25px 0;
  border-bottom: 1px #ebebeb solid;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.14em;
  cursor: pointer;
}
.news-section .lp-spray .qanda .container ul li dl dt:before,
.news-section .lp-spray .qanda .container ul li dl dt:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #878787;
  content: "";
}
.news-section .lp-spray .qanda .container ul li dl dt:before {
  right: 20px;
  width: 15px;
  height: 1px;
}
.news-section .lp-spray .qanda .container ul li dl dt:after {
  -webkit-transition: all 0.4s ease;
  right: 27px;
  width: 1px;
  height: 15px;
  transition: all 0.4s ease;
}
.news-section .lp-spray .qanda .container ul li dl dt.active:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 0;
}
.news-section .lp-spray .qanda .container ul li dl dd {
  display: none;
  margin-top: 20px;
  margin-bottom: 50px;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  line-height: 2;
}
.news-section .lp-spray .qanda .container ul li dl dd span {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  font-size: 0.75rem;
}
@-webkit-keyframes scroll-bar {
  0% {
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
  }
}
@keyframes scroll-bar {
  0% {
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.news-section .lp-spray [data-target].animate {
  -webkit-transform-origin: top left;
  -webkit-backface-visibility: hidden;
  -webkit-transform: matrix(1, 0, 0, 1.25, 0, 0);
  -webkit-transition: all 0.8s;
  transform: matrix(1, 0, 0, 1.25, 0, 0);
  transform-origin: top left;
  backface-visibility: hidden;
  /* ズレ対策 */
  opacity: 0;
  transition: all 0.8s;
}
.news-section .lp-spray .animate.is-active {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  opacity: 1;
}
.news-section .lp-spray .animate-origin {
  -webkit-transform-origin: top left;
  -webkit-backface-visibility: hidden;
  -webkit-transform: matrix(1, 0, 0, 1.2, 0, 0);
  transform: matrix(1, 0, 0, 1.2, 0, 0);
  transform-origin: top left;
  backface-visibility: hidden;
  /* ズレ対策 */
  opacity: 0;
}
.news-section .lp-spray .is-active .animate-origin {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  opacity: 1;
}
.news-section .lp-spray .main-visual　.img.animate-origin {
  -webkit-transform: matrix(1, 0, 0, 1.2, 0, 0);
  transform: matrix(1, 0, 0, 1.2, 0, 0);
}
.news-section .lp-spray .main-visual.is-active .img.animate-origin {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.6s ease;
  transform: matrix(1, 0, 0, 1, 0, 0);
  transition: all 0.6s ease;
}
.news-section .lp-spray .main-visual.is-active .txt-1.animate-origin {
  -webkit-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
}
.news-section .lp-spray .main-visual.is-active .txt-2.animate-origin {
  -webkit-transition: all 0.8s ease 0.8s;
  transition: all 0.8s ease 0.8s;
}
.news-section .lp-spray .main-visual.is-active .txt-3.animate-origin {
  -webkit-transition: all 0.8s ease 1.2s;
  transition: all 0.8s ease 1.2s;
}
.news-section .lp-spray .main-visual.is-active .scroll.animate-origin {
  -webkit-transition: all 0.6s ease 1.6s;
  transition: all 0.6s ease 1.6s;
}
.news-section .lp-spray .main-visual.is-active .btn.animate-origin {
  -webkit-transition: opacity 0.6s ease 1.6s, background-color 0.4s, -webkit-transform 0.6s ease 1.6s;
  transition: opacity 0.6s ease 1.6s, background-color 0.4s, -webkit-transform 0.6s ease 1.6s;
  transition: transform 0.6s ease 1.6s, opacity 0.6s ease 1.6s, background-color 0.4s;
  transition: transform 0.6s ease 1.6s, opacity 0.6s ease 1.6s, background-color 0.4s, -webkit-transform 0.6s ease 1.6s;
}
.news-section .lp-spray .main-visual.is-active .btn.hide {
  -webkit-transition: opacity 0.6s;
  opacity: 0;
  transition: opacity 0.6s;
}
.news-section .lp-spray .point .is-active li:nth-child(1) {
  -webkit-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
}
.news-section .lp-spray .point .is-active li:nth-child(2) {
  -webkit-transition: all 0.8s ease 0.8s;
  transition: all 0.8s ease 0.8s;
}
.news-section .lp-spray .point .is-active li:nth-child(3) {
  -webkit-transition: all 0.8s ease 1.2s;
  transition: all 0.8s ease 1.2s;
}
.news-section .lp-spray .point-detail .two-block.first .txt.is-active h2.animate-origin {
  -webkit-transition: all 0.6s ease 0.6s;
  transition: all 0.6s ease 0.6s;
}
.news-section .lp-spray .point-detail .two-block.first .txt.is-active li:nth-child(1).animate-origin {
  -webkit-transition: all 0.6s ease 1s;
  transition: all 0.6s ease 1s;
}
.news-section .lp-spray .point-detail .two-block.first .txt.is-active li:nth-child(2).animate-origin {
  -webkit-transition: all 0.6s ease 1.4s;
  transition: all 0.6s ease 1.4s;
}
.news-section .lp-spray .point-detail .two-block.first .txt.is-active li:nth-child(3).animate-origin {
  -webkit-transition: all 0.6s ease 1.8s;
  transition: all 0.6s ease 1.8s;
}
.news-section .lp-spray .point-detail .two-block.first .txt.is-active p.animate-origin {
  -webkit-transition: all 0.6s ease 2.2s;
  transition: all 0.6s ease 2.2s;
}
.news-section .lp-spray .point-detail .two-block.second .txt.is-active h2.animate-origin {
  -webkit-transition: all 0.6s ease 0.6s;
  transition: all 0.6s ease 0.6s;
}
.news-section .lp-spray .point-detail .two-block.second .txt.is-active li:nth-child(1).animate-origin {
  -webkit-transition: all 0.6s ease 1s;
  transition: all 0.6s ease 1s;
}
.news-section .lp-spray .point-detail .two-block.second .txt.is-active li:nth-child(2).animate-origin {
  -webkit-transition: all 0.6s ease 1.4s;
  transition: all 0.6s ease 1.4s;
}
.news-section .lp-spray .point-detail .two-block.second .txt.is-active li:nth-child(3).animate-origin {
  -webkit-transition: all 0.6s ease 1.8s;
  transition: all 0.6s ease 1.8s;
}
.news-section .lp-spray .point-detail .two-block.second .txt.is-active li:nth-child(4).animate-origin {
  -webkit-transition: all 0.6s ease 2.2s;
  transition: all 0.6s ease 2.2s;
}
.news-section .lp-spray .point-detail .two-block.second .txt.is-active p.animate-origin {
  -webkit-transition: all 0.6s ease 2.6s;
  transition: all 0.6s ease 2.6s;
}
.news-section .lp-spray .point-detail .two-block.second .txt.is-active aside.animate-origin {
  -webkit-transition: all 0.6s ease 3s;
  transition: all 0.6s ease 3s;
}
.news-section .lp-spray .point-detail .one-block.is-active div h2.animate-origin {
  -webkit-transition: all 0.6s ease 0.6s;
  transition: all 0.6s ease 0.6s;
}
.news-section .lp-spray .point-detail .one-block.is-active div p.animate-origin {
  -webkit-transition: all 0.6s ease 1s;
  transition: all 0.6s ease 1s;
}
.news-section .lp-spray .deployment-example.is-active h2.animate-origin {
  -webkit-transition: all 0.6s ease 0.4s;
  transition: all 0.6s ease 0.4s;
}
.news-section .lp-spray .deployment-example.is-active .example-list li:nth-child(1).animate-origin {
  -webkit-transition: all 0.6s ease 0.6s;
  transition: all 0.6s ease 0.6s;
}
.news-section .lp-spray .deployment-example.is-active .example-list li:nth-child(2).animate-origin {
  -webkit-transition: all 0.6s ease 0.8s;
  transition: all 0.6s ease 0.8s;
}
.news-section .lp-spray .deployment-example.is-active .example-list li:nth-child(3).animate-origin {
  -webkit-transition: all 0.6s ease 1s;
  transition: all 0.6s ease 1s;
}
.news-section .lp-spray .deployment-example.is-active .example-list li:nth-child(4).animate-origin {
  -webkit-transition: all 0.6s ease 1.2s;
  transition: all 0.6s ease 1.2s;
}
.news-section .lp-spray .deployment-example.is-active .example-list li:nth-child(5).animate-origin {
  -webkit-transition: all 0.6s ease 1.4s;
  transition: all 0.6s ease 1.4s;
}
.news-section .lp-spray .deployment-example.is-active .example-list li:nth-child(6).animate-origin {
  -webkit-transition: all 0.6s ease 1.6s;
  transition: all 0.6s ease 1.6s;
}
.news-section .lp-spray .deployment-example.is-active .example-list li:nth-child(7).animate-origin {
  -webkit-transition: all 0.6s ease 1.8s;
  transition: all 0.6s ease 1.8s;
}
.news-section .lp-spray .deployment-example.is-active .safety-confirmed.animate-origin {
  -webkit-transition: all 0.6s ease 2s;
  transition: all 0.6s ease 2s;
}
.news-section .lp-spray .qanda.is-active h2.animate-origin {
  -webkit-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
}
.news-section .lp-spray .qanda.is-active .container.animate-origin {
  -webkit-transition: all 0.8s ease 0.8s;
  transition: all 0.8s ease 0.8s;
}
.news-section .lp-spray .product .is-active h2.animate-origin {
  -webkit-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
}
.news-section .lp-spray .product .is-active ul.animate-origin {
  -webkit-transition: all 0.8s ease 0.8s;
  transition: all 0.8s ease 0.8s;
}
.news-section .lp-preskin {
  padding-bottom: 0 !important;
}
@-webkit-keyframes fadeInUp {
  from {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
@keyframes fadeInUp {
  from {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
.news-section .lp-preskin .fadeInUp {
  -webkit-animation: fadeInUp 1s ease both;
  animation: fadeInUp 1s ease both;
  opacity: 1 !important;
}
.news-section .lp-preskin .fadePage {
  -webkit-animation: fadePage 0.5s ease both;
  animation: fadePage 0.5s ease both;
  opacity: 1 !important;
}
.news-section .lp-preskin .page-series {
  overflow-x: scroll;
  opacity: 0;
}
.news-section .lp-preskin .page-series main {
  padding-bottom: 0;
}
.news-section .lp-preskin .page-series p {
  margin: 0;
}
.news-section .lp-preskin .sreies_name {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 24px;
}
.news-section .lp-preskin .series-kv {
  position: relative;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}
.news-section .lp-preskin .series-kv .series-kv_bg {
  -webkit-transform: translate(-50%, -50%);
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news-section .lp-preskin .series-kv.series-kv_skincare .series-kv_bg {
  background-image: url(/assets/img/pre-lp/bg_preskin01-min.jpg?v=1591197638);
}
.news-section .lp-preskin .series-kv.series-kv_skincare_sub .series-kv_bg {
  background-image: url(/assets/img/pre-lp/bg_preskin02-min.jpg?v=1591198095);
}
.news-section .lp-preskin .series-kv.series-kv_ag .series-kv_bg {
  background-image: url(/assets/img/ag-lp/bg_ag01-min.jpg?v=1591199234);
}
.news-section .lp-preskin .series-kv.series-kv_hydrating .series-kv_bg {
  background-image: url(/assets/img/hydrating-lp/bg_hydrating01-min.jpg?v=1591199234);
}
.news-section .lp-preskin .series-kv .series-kv_overlay {
  display: block;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
}
.news-section .lp-preskin .series-kv .series-kv_inner {
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
}
.news-section .lp-preskin .series-kv .series-kv_inner.fixed {
  position: fixed;
  top: 0;
  bottom: auto;
}
.news-section .lp-preskin .series-kv .series-kv_inner.absolute_top {
  position: absolute;
  top: 0;
  bottom: auto;
}
.news-section .lp-preskin .series-kv .series-kv_inner.absolute_top .series-kv_bg {
  width: 150%;
  height: 150%;
}
.news-section .lp-preskin .series-kv .series-kv_inner.absolute_top .series-kv-title {
  opacity: 1;
}
.news-section .lp-preskin .series-kv .series-kv_inner.absolute_top .series-kv_overlay {
  opacity: 0.3;
}
.news-section .lp-preskin .series-kv .series-kv_inner.absolute_bottom {
  position: absolute;
  top: auto;
  bottom: 0;
}
.news-section .lp-preskin .series-kv .series-kv_inner.absolute_bottom .series-kv_bg {
  width: 100%;
  height: 100%;
}
.news-section .lp-preskin .series-kv .series-kv_inner.absolute_bottom .series-kv-title,
.news-section .lp-preskin .series-kv .series-kv_inner.absolute_bottom .series-kv_overlay {
  opacity: 0;
}
.news-section .lp-preskin .series-kv .series-kv_inner .series-kv_comment {
  z-index: 1;
  position: absolute;
  right: 50px;
  bottom: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.news-section .lp-preskin .series-kv .series-kv_inner .series-kv-title {
  -webkit-transform: translateY(-50%);
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 95px;
  transform: translateY(-50%);
  text-align: left;
}
.news-section .lp-preskin .series-kv .series-kv_inner .series-kv-title::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 45px;
  background: url(/assets/img/lp/bottom.png) center/100% no-repeat;
  content: "";
}
.news-section .lp-preskin .series-kv .series-kv_inner .series-kv-title .sreies_name {
  margin-bottom: 40px;
  font-size: 16px;
}
.news-section .lp-preskin .series-kv .series-kv_inner .series-kv-title .sreies_name sup {
  font-size: 12px;
}
.news-section .lp-preskin .series-kv .series-kv_inner .series-kv-title .sreies_name small {
  display: block;
  font-size: 11px;
}
.news-section .lp-preskin .series-kv .series-kv_inner .series-kv-title h2 {
  margin-bottom: 15px;
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
}
.news-section .lp-preskin .series-kv .series-kv_inner .series-kv-title p {
  margin-bottom: 30px;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}
.news-section .lp-preskin .series-kv .series-kv_inner .series-kv-title small {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
.news-section .lp-preskin .series-kv .series-kv_inner .series-kv-title .series-kv_message p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}
.news-section .lp-preskin .series-kv .series-kv_inner .series-kv-title .series-kv_message p:last-child {
  margin-bottom: 0;
}
.news-section .lp-preskin .simply-scroll-container {
  position: relative;
}
.news-section .lp-preskin .simply-scroll-clip {
  position: relative;
  overflow: hidden;
}
.news-section .lp-preskin .simply-scroll-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.news-section .lp-preskin .simply-scroll-list li {
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}
.news-section .lp-preskin .simply-scroll-list li img {
  display: block;
  width: 100%;
}
.news-section .lp-preskin .series-item {
  position: relative;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.news-section .lp-preskin .series-item .series-item_slider_wrap.series-item_slider_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.news-section .lp-preskin .series-item .series-item_slider_wrap.series-item_slider_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.news-section .lp-preskin .series-item .series-item_slider_wrap .series-item_slider {
  height: 100%;
}
.news-section .lp-preskin .series-item .series-item_slider_wrap .series-item_slider li {
  width: 200px;
}
.news-section .lp-preskin .series-item .series-item_slider_wrap .series-item_slider li img {
  width: auto;
  max-width: 100%;
}
.news-section .lp-preskin .series-item .series-item-title {
  margin-bottom: 40px;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 40px;
  text-align: center;
}
.news-section .lp-preskin .series-item .series-item-title sup {
  top: -1.3em;
  color: #fff;
  font-size: 12px;
}
.news-section .lp-preskin .series-item .series-item-title small {
  display: block;
  color: #fff;
  font-size: 12px;
}
.news-section .lp-preskin .series-item .series-item-title .sreies_name {
  margin-bottom: 20px;
  padding-top: 0;
}
.news-section .lp-preskin .series-item .series-item-title span {
  display: block;
  padding-top: 15px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 24px;
}
.news-section .lp-preskin .series-item .series-item_inner {
  -webkit-transform: translateY(-50%);
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 1200px;
  margin: 0 auto;
  transform: translateY(-50%);
}
.news-section .lp-preskin .series-item .series-item_inner .series-item-list {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}
.news-section .lp-preskin .series-item .series-item_inner .series-item-list li {
  display: inline-block;
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
  text-align: center;
  vertical-align: top;
}
.news-section .lp-preskin .series-item .series-item_inner .series-item-list li:last-child {
  margin-right: 0;
}
.news-section .lp-preskin .series-item .series-item_inner .series-item-list li a {
  -webkit-transition: background-color 0.25s ease-out;
  display: block;
  position: relative;
  height: 60vh;
  min-height: 510px;
  background-color: #e5e3e4;
  color: inherit;
  text-decoration: none;
  transition: background-color 0.25s ease-out;
}
.news-section .lp-preskin .series-item .series-item_inner .series-item-list li a .series-item-list_inner {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}
.news-section .lp-preskin .series-item .series-item_inner .series-item-list li a .series-item-photo {
  max-width: 200px;
  margin: 0 auto 40px;
  overflow: hidden;
}
.news-section .lp-preskin .series-item .series-item_inner .series-item-list li a:hover {
  background-color: #fff;
}
.news-section .lp-preskin .series-item .series-item_inner .series-item-list li a:hover .series-item-photo img {
  opacity: 1;
}
.news-section .lp-preskin .series-item .series-item_inner .series-item-list li a .series-item-category {
  display: block;
  margin-bottom: 14px;
  color: #899a9f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 18px;
}
.news-section .lp-preskin .series-item .series-item_inner .series-item-list li a .series-item-name {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 24px;
}
.news-section .lp-preskin .series-item .series-item_inner .series-item-list li a .series-item-price {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 24px;
}
.news-section .lp-preskin .series-item .series-item_inner .series-item-list li a .series-item-price small {
  font-size: 13px;
}
.news-section .lp-preskin .series-item .series-item_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.news-section .lp-preskin .series-features {
  position: relative;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  min-height: 640px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news-section .lp-preskin .series-features .waku_h {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 90px;
  background-color: #fff;
}
.news-section .lp-preskin .series-features .waku_h.waku_top {
  top: 0;
}
.news-section .lp-preskin .series-features .waku_h.waku_bottom {
  bottom: 0;
}
.news-section .lp-preskin .series-features .waku_v {
  z-index: 1;
  position: absolute;
  top: 0;
  width: 90px;
  height: 100%;
  background-color: #fff;
}
.news-section .lp-preskin .series-features .waku_v.waku_left {
  left: 0;
}
.news-section .lp-preskin .series-features .waku_v.waku_right {
  right: 0;
}
.news-section .lp-preskin .series-features.series-features_skincare {
  background-image: url(/assets/img/lp/bg_series-min.jpg?v=1590483084);
}
.news-section .lp-preskin .series-features.series-features_hydrating {
  background-image: url(/assets/img/hydrating-lp/skincare-features-bg.jpg?v=1589276385);
}
.news-section .lp-preskin .series-features.series-features_hydrating .series-features_inner .series-features-title {
  font-size: 35px;
  line-height: 50px;
}
.news-section .lp-preskin .series-features.series-features_hydrating .series-features_inner .series-features-list {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin-bottom: 50px;
  padding-bottom: 60px;
}
.news-section .lp-preskin .series-features.series-features_hydrating .series-features_inner .series-features-list li {
  letter-spacing: 0.02em;
}
.news-section .lp-preskin .series-features.series-features_hydrating .series-features_inner .series-features-list li:nth-child(2n-1) {
  width: 320px;
}
.news-section .lp-preskin .series-features.series-features_hydrating .series-features_inner .series-features-list::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 45px;
  background: url(/assets/img/lp/bottom.png) center/100% no-repeat;
  content: "";
}
.news-section .lp-preskin .series-features.series-features_hydrating .series-features_inner .series-features-txt {
  position: relative;
  width: 100%;
}
.news-section .lp-preskin .series-features.series-features_hydrating .series-features_inner .series-features-txt p {
  color: #fff;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 48px;
}
.news-section .lp-preskin .series-features.series-features_hydrating .series-features_inner .series-features-txt small {
  display: block;
  position: absolute;
  right: -30px;
  bottom: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 24px;
}
.news-section .lp-preskin .series-features .series-features_inner {
  -webkit-transform: translateY(-50%);
  z-index: 2;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 1000px;
  margin: 0 auto;
  transform: translateY(-50%);
  text-align: left;
}
.news-section .lp-preskin .series-features .series-features_inner .series-features-title {
  margin-bottom: 60px;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 42px;
}
.news-section .lp-preskin .series-features .series-features_inner .series-features-title .sreies_name {
  display: block;
  margin-bottom: 20px;
}
.news-section .lp-preskin .series-features .series-features_inner .series-features-sub-title {
  margin-bottom: 25px;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 28px;
}
.news-section .lp-preskin .series-features .series-features_inner .series-features-sub-title span {
  display: block;
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 24px;
}
.news-section .lp-preskin .series-features .series-features_inner .series-features-list {
  width: 360px;
  font-size: 0;
  letter-spacing: 0;
  text-align: left;
}
.news-section .lp-preskin .series-features .series-features_inner .series-features-list li {
  display: inline-block;
  margin-bottom: 25px;
  padding-left: 35px;
  background: url(/assets/img/lp/icon-skincare-features-checkbox-bold.png) left center/24px no-repeat;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 24px;
  vertical-align: top;
}
.news-section .lp-preskin .series-features .series-features_inner .series-features-list li:nth-child(2n-1) {
  width: 180px;
}
.news-section .lp-preskin .series-features .series-features_inner .series-features-list li:nth-child(2n) {
  margin-left: 60px;
}
.news-section .lp-preskin .series-features .series-features_overlay {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
}
.news-section .lp-preskin .series-ingredients {
  position: relative;
  width: 100%;
  padding: 160px 0;
}
.news-section .lp-preskin .series-ingredients .series-ingredients_inner {
  width: 1070px;
  margin: 0 auto;
  text-align: left;
}
.news-section .lp-preskin .series-ingredients .series-ingredients_inner .series-ingredients-title {
  margin-bottom: 60px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 42px;
  text-align: center;
}
.news-section .lp-preskin .series-ingredients .series-ingredients_inner .series-ingredients-title .sreies_name {
  display: block;
  margin-bottom: 20px;
  color: #d0d0d0;
  font-weight: 700;
}
.news-section .lp-preskin .series-ingredients .series-ingredients_inner .series-ingredients-list {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}
.news-section .lp-preskin .series-ingredients .series-ingredients_inner .series-ingredients-list > li {
  display: inline-block;
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  text-align: left;
  vertical-align: top;
}
.news-section .lp-preskin .series-ingredients .series-ingredients_inner .series-ingredients-list > li:nth-child(3n) {
  margin-right: 0;
}
.news-section .lp-preskin .series-ingredients .series-ingredients_inner .series-ingredients-list > li .photo {
  margin-bottom: 20px;
}
.news-section .lp-preskin .series-ingredients .series-ingredients_inner .series-ingredients-list > li h3 {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.news-section .lp-preskin .series-ingredients .series-ingredients_inner .series-ingredients-list > li h3 small {
  font-size: 11px;
}
.news-section .lp-preskin .series-ingredients .series-ingredients_inner .series-ingredients-list > li p {
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
}
.news-section .lp-preskin .series-ingredients .series-ingredients_inner .series-ingredients-list > li .ingredients-tag-list li {
  display: inline-block;
  height: 33px;
  margin-right: 8px;
  padding: 0 10px;
  border: 1px solid #aaa;
  border-radius: 3px;
  color: #aaa;
  font-size: 13px;
  font-weight: 700;
  line-height: 31px;
  vertical-align: top;
}
.news-section .lp-preskin .series-ingredients .series-ingredients_inner .series-ingredients-list > li .ingredients-tag-list li:last-child {
  margin-right: 0;
}
.news-section .lp-preskin .series-step .series-step-title {
  padding: 70px 0;
  background-color: #fff;
}
.news-section .lp-preskin .series-step .series-step-title .bx-wrapper {
  -webkit-box-shadow: none;
  margin-bottom: 0;
  border: none;
  background: none;
  box-shadow: none;
}
.news-section .lp-preskin .series-step .series-step-title .slider_title li {
  width: auto !important;
  height: 44px;
  margin: 0 50px;
}
.news-section .lp-preskin .series-step .series-step-title .slider_title li img {
  width: auto;
  max-width: inherit;
  height: 100%;
}
.news-section .lp-preskin .series-step .series-step-list {
  margin: 0;
  padding: 0;
}
.news-section .lp-preskin .series-step .series-step-list > li:nth-child(2n-1) .series-step-list-item {
  float: left;
}
.news-section .lp-preskin .series-step .series-step-list > li:nth-child(2n-1) .series-step-list-detail {
  float: right;
}
.news-section .lp-preskin .series-step .series-step-list > li:nth-child(2n) .series-step-list-item {
  float: right;
}
.news-section .lp-preskin .series-step .series-step-list > li .series-step-list-detail {
  float: left;
}
.news-section .lp-preskin .series-step .series-step-list .series-step-list_inner {
  width: 1200px;
  margin: 0 auto;
  padding-left: 100px;
}
.news-section .lp-preskin .series-step .series-step-list .series-step-list-item {
  width: 510px;
  padding: 170px 50px 150px;
  float: left;
  text-align: center;
}
.news-section .lp-preskin .series-step .series-step-list .series-step-list-item .series-item-photo {
  margin-bottom: 20px;
}
.news-section .lp-preskin .series-step .series-step-list .series-step-list-item .series-item-category {
  display: block;
  margin-bottom: 14px;
  color: #aaaaaa;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 18px;
}
.news-section .lp-preskin .series-step .series-step-list .series-step-list-item .series-item-name {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 24px;
}
.news-section .lp-preskin .series-step .series-step-list .series-step-list-item .series-item-price {
  margin-bottom: 50px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 24px;
}
.news-section .lp-preskin .series-step .series-step-list .series-step-list-item .series-item-price small {
  font-size: 13px;
}
.news-section .lp-preskin .series-step .series-step-list .series-step-list-item .series-item-link {
  -webkit-transition: background 0.25s ease-out;
  display: block;
  width: 250px;
  height: 55px;
  margin: 0 auto;
  border: 1px solid #858b8d;
  border-radius: 3px;
  background-color: #858b8d;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 53px;
  text-decoration: none;
  transition: background 0.25s ease-out;
}
.news-section .lp-preskin .series-step .series-step-list .series-step-list-item .series-item-link:hover {
  background: #fff;
  color: #858b8d;
}
.news-section .lp-preskin .series-step .series-step-list .series-step-list-detail {
  width: 590px;
  padding: 150px 45px 150px 0;
  float: right;
  text-align: left;
}
.news-section .lp-preskin .series-step .series-step-list .series-step-list-detail .series-step-list-detail-title {
  position: relative;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 32px;
}
.news-section .lp-preskin .series-step .series-step-list .series-step-list-detail .series-step-list-detail-title::before {
  display: block;
  position: absolute;
  top: 14px;
  left: -85px;
  width: 65px;
  height: 3px;
  background-color: #424242;
  content: "";
}
.news-section .lp-preskin .series-step .series-step-list .series-step-list-detail .series-step-list-detail-lead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.news-section .lp-preskin .series-step .series-step-list .series-step-list-detail .series-step-list-detail-lead h3 {
  margin-right: 50px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 40px;
}
.news-section .lp-preskin .series-step .series-step-list .series-step-list-detail .series-step-list-detail-lead p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 26px;
}
.news-section .lp-preskin .series-step .series-step-list .series-step-list-detail .series-step-list-detail-txt,
.news-section .lp-preskin .series-step .series-step-list .series-step-list-detail .series-step-list-detail-howto {
  margin-bottom: 50px;
}
.news-section .lp-preskin .series-step .series-step-list .series-step-list-detail .series-step-list-detail-txt p {
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
}
.news-section .lp-preskin .series-step .series-step-list .series-step-list-detail .series-step-list-detail-howto p {
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
}
.news-section .lp-preskin .series-step .series-step-list .series-step-list-detail .series-step-list-detail-howto h3 {
  margin-bottom: 15px;
  color: #aaaaaa;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 32px;
}
.news-section .lp-preskin .series-step .series-step-list .series-step-list-detail .series-step-list-detail-key h3 {
  margin-bottom: 15px;
  color: #aaaaaa;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 32px;
}
.news-section .lp-preskin .series-step .series-step-list .series-step-list-detail .series-step-list-detail-key .series-step-list-detail-key-list {
  font-size: 0;
  letter-spacing: 0;
}
.news-section .lp-preskin .series-step .series-step-list .series-step-list-detail .series-step-list-detail-key .series-step-list-detail-key-list li {
  display: inline-block;
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
  vertical-align: top;
}
.news-section .lp-preskin .series-step .series-step-list .series-step-list-detail .series-step-list-detail-key .series-step-list-detail-key-list li:nth-child(2n) {
  margin-right: 0px;
}
.news-section .lp-preskin .series-step .series-step-list .series-step-list-detail .series-step-list-detail-key .series-step-list-detail-key-list li .series-step-list-detail-key-list-image {
  margin-bottom: 20px;
}
.news-section .lp-preskin .series-step .series-step-list .series-step-list-detail .series-step-list-detail-key .series-step-list-detail-key-list li .series-step-list-detail-key-list-name {
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 28px;
  white-space: nowrap;
}
.news-section .lp-preskin .series-step .series-step-list .series-step-list-detail .series-step-list-detail-key .series-step-list-detail-key-list li .series-step-list-detail-key-list-name small {
  font-size: 13px;
}
.news-section .lp-preskin .series-step .series-step-list .series-step-list-detail .series-step-list-detail-key .series-step-list-detail-key-list li .series-step-list-detail-key-list-txt {
  color: #aaaaaa;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 26px;
}
.news-section .lp-preskin .series-step .series-step-list .series-step-list-detail .series-step-list-detail-key .series-step-list-detail-key-list li .series-step-list-detail-key-list-comment {
  display: block;
  padding-top: 15px;
  color: #aaaaaa;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 15px;
}
.news-section .lp-preskin .series-step .series-step-list.series-step-list-skincare > li:nth-child(2n-1) {
  background-color: #e5e3e4;
}
.news-section .lp-preskin .series-step .series-step-list.series-step-list-skincare > li:nth-child(2n-1) .series-step-list-item .series-item-link {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.news-section .lp-preskin .series-step .series-step-list.series-step-list-skincare > li:nth-child(2n-1) .series-step-list-item .series-item-link:hover {
  background: none;
  color: #000;
}
.news-section .lp-preskin .series-step .series-step-list.series-step-list-skincare > li:nth-child(2n) {
  background-color: #abafb5;
}
.news-section .lp-preskin .series-step .series-step-list.series-step-list-skincare > li:nth-child(2n) .series-step-list-item .series-item-category {
  color: #fff;
}
.news-section .lp-preskin .series-step .series-step-list.series-step-list-skincare > li:nth-child(2n) .series-step-list-item p {
  color: #fff;
}
.news-section .lp-preskin .series-step .series-step-list.series-step-list-skincare > li:nth-child(2n) .series-step-list-item p small {
  color: inherit;
}
.news-section .lp-preskin .series-step .series-step-list.series-step-list-skincare > li:nth-child(2n) .series-step-list-item .series-item-link {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}
.news-section .lp-preskin .series-step .series-step-list.series-step-list-skincare > li:nth-child(2n) .series-step-list-item .series-item-link:hover {
  background: none;
  color: #fff;
}
.news-section .lp-preskin .series-step .series-step-list.series-step-list-skincare > li:nth-child(2n) .series-step-list-detail .series-step-list-detail-title {
  color: #fff;
}
.news-section .lp-preskin .series-step .series-step-list.series-step-list-skincare > li:nth-child(2n) .series-step-list-detail .series-step-list-detail-title::before {
  background-color: #fff;
}
.news-section .lp-preskin .series-step .series-step-list.series-step-list-skincare > li:nth-child(2n) .series-step-list-detail h3,
.news-section .lp-preskin .series-step .series-step-list.series-step-list-skincare > li:nth-child(2n) .series-step-list-detail p {
  color: #fff;
}
.news-section .lp-preskin .series-step .series-step-list.series-step-list-skincare > li:nth-child(2n) .series-step-list-detail .series-step-list-detail-title small,
.news-section .lp-preskin .series-step .series-step-list.series-step-list-skincare > li:nth-child(2n) .series-step-list-detail h3 small,
.news-section .lp-preskin .series-step .series-step-list.series-step-list-skincare > li:nth-child(2n) .series-step-list-detail p small {
  color: inherit;
}
.news-section .lp-preskin .series-step .series-step-list.series-step-list-skincare > li:nth-child(2n) .series-step-list-detail .series-step-list-detail-howto h3,
.news-section .lp-preskin .series-step .series-step-list.series-step-list-skincare > li:nth-child(2n) .series-step-list-detail .series-step-list-detail-key h3 {
  color: #fff;
}
.news-section .lp-preskin .series-step .series-step-list.series-step-list-skincare > li:nth-child(2n) .series-step-list-detail-key-list-txt {
  color: #fff !important;
}
.news-section .lp-preskin .series-step .series-step-list.series-step-list-ag > li:nth-child(2n-1) {
  background-color: #d8c5bc;
}
.news-section .lp-preskin .series-step .series-step-list.series-step-list-ag > li:nth-child(2n) {
  background-color: #b49d96;
}
.news-section .lp-preskin .series-step .series-step-list.series-step-list-hydrating > li:nth-child(2n-1) {
  background-color: #e5e3e4;
}
.news-section .lp-preskin .series-step .series-step-list.series-step-list-hydrating > li:nth-child(2n) {
  background-color: #fff;
}
.news-section .lp-preskin .series-step .series-step-list.series-step-list-hydrating > li .series-step-list-detail .series-step-list-detail-lead p {
  position: relative;
  color: #858b8d;
}
.news-section .lp-preskin .series-step .series-step-list.series-step-list-hydrating > li .series-step-list-detail .series-step-list-detail-lead p small {
  position: absolute;
  top: 0;
  right: 45px;
  color: #aaaaaa;
  font-size: 13px;
  letter-spacing: 0.02em;
}
.news-section .lp-preskin .series-step .series-step-list.series-step-list-ag > li .series-step-list_inner,
.news-section .lp-preskin .series-step .series-step-list.series-step-list-hydrating > li .series-step-list_inner {
  position: relative;
}
.news-section .lp-preskin .series-step .series-step-list.series-step-list-ag > li .series-step-list-item,
.news-section .lp-preskin .series-step .series-step-list.series-step-list-hydrating > li .series-step-list-item {
  padding: 100px 50px 120px;
}
.news-section .lp-preskin .series-step .series-step-list.series-step-list-ag > li .series-step-list-detail,
.news-section .lp-preskin .series-step .series-step-list.series-step-list-hydrating > li .series-step-list-detail {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  padding: 0 45px 0 0;
  transform: translateY(-50%);
}
.news-section .lp-preskin .series-step .series-step-list.series-step-list-ag > li:nth-child(2n-1) .series-step-list-detail,
.news-section .lp-preskin .series-step .series-step-list.series-step-list-hydrating > li:nth-child(2n-1) .series-step-list-detail {
  right: 0;
}
.news-section .lp-preskin .series-step .series-step-list.series-step-list-ag > li:nth-child(2n) .series-step-list-detail,
.news-section .lp-preskin .series-step .series-step-list.series-step-list-hydrating > li:nth-child(2n) .series-step-list-detail {
  left: 100px;
}
.news-section .lp-preskin .series-step .series-step-point {
  padding: 140px 0 155px;
  background-color: rgba(229, 227, 228, 0.13);
}
.news-section .lp-preskin .series-step .series-step-point .series-step-point_inner {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.news-section .lp-preskin .series-step .series-step-point .series-step-point_inner .series-step-point-title {
  margin-bottom: 36px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 38px;
}
.news-section .lp-preskin .series-step .series-step-point .series-step-point_inner .series-step-point-title span {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.news-section .lp-preskin .series-step .series-step-point .series-step-point_inner .series-step-point-lead {
  margin-bottom: 70px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 26px;
}
.news-section .lp-preskin .series-step .series-step-point .series-step-point_inner .series-step-point-list {
  padding-left: 0;
  font-size: 0;
  letter-spacing: 0;
}
.news-section .lp-preskin .series-step .series-step-point .series-step-point_inner .series-step-point-list li {
  display: inline-block;
  width: 226px;
  margin-right: 60px;
  vertical-align: top;
}
.news-section .lp-preskin .series-step .series-step-point .series-step-point_inner .series-step-point-list li:last-child {
  margin-right: 0;
}
.news-section .lp-preskin .series-step .series-step-point .series-step-point_inner .series-step-point-list li em {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
}
.news-section .lp-preskin .series-step .series-step-point .series-step-point_inner .series-step-point-list li .series-step-point-photo {
  margin-bottom: 34px;
}
.news-section .lp-preskin .series-step .series-step-point .series-step-point_inner .series-step-point-list li p {
  padding: 0 8px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 22px;
  text-align: left;
}
.news-section .lp-preskin .series-lineup {
  padding: 80px 0 120px;
  text-align: center;
}
.news-section .lp-preskin .series-lineup .series-lineup_inner {
  width: 1200px;
  margin: 0 auto;
}
.news-section .lp-preskin .series-lineup .series-lineup_inner .series-lineup-title {
  margin-bottom: 60px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 38px;
}
.news-section .lp-preskin .series-lineup .series-lineup_inner .series-lineup-title span {
  display: block;
  margin-bottom: 20px;
  color: #d0d0d0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.news-section .lp-preskin .series-lineup .series-lineup_inner .series-lineup-list {
  margin-bottom: 15px;
  font-size: 0;
  letter-spacing: 0;
}
.news-section .lp-preskin .series-lineup .series-lineup_inner .series-lineup-list li {
  display: inline-block;
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
  vertical-align: top;
}
.news-section .lp-preskin .series-lineup .series-lineup_inner .series-lineup-list li:nth-child(2n) {
  margin-right: 0;
}
.news-section .lp-preskin .series-lineup .series-lineup_inner .series-lineup-list li a {
  display: block;
  position: relative;
  color: inherit;
}
.news-section .lp-preskin .series-lineup .series-lineup_inner .series-lineup-list li a img {
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.news-section .lp-preskin .series-lineup .series-lineup_inner .series-lineup-list li a:hover img {
  opacity: 0.7;
}
.news-section .lp-preskin .series-lineup .series-lineup_inner .series-lineup-caption {
  color: #d0d0d0;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: right;
}
.news-section .lp-preskin .series-concept {
  position: relative;
  padding: 120px 0 150px;
  background: url(/assets/img/lp/bg_brandstory-min.jpg?v=1590398163) center top/cover no-repeat;
  text-align: center;
}
.news-section .lp-preskin .series-concept .series-concept_inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}
.news-section .lp-preskin .series-concept .series-concept_inner .series-concept-title {
  margin-bottom: 100px;
}
.news-section .lp-preskin .series-concept .series-concept_inner .series-concept-title img {
  width: 110px;
}
.news-section .lp-preskin .series-concept .series-concept_inner .series-concept-sub-title {
  width: 40%;
  float: left;
}
.news-section .lp-preskin .series-concept .series-concept_inner .series-concept-sub-title span {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  color: #231815;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.18em;
}
.news-section .lp-preskin .series-concept .series-concept_inner .series-concept-sub-title span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #231815;
  content: "";
}
.news-section .lp-preskin .series-concept .series-concept_inner .txt {
  width: 60%;
  float: right;
}
.news-section .lp-preskin .series-concept .series-concept_inner .txt .series-concept-sub-title {
  margin-bottom: 30px;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.news-section .lp-preskin .series-concept .series-concept_inner .txt p {
  margin-bottom: 90px;
  color: #231815;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 40px;
}
.news-section .lp-preskin .series-concept .series-concept_inner .txt p .br_pc {
  display: block;
}
.news-section .lp-preskin .series-concept .series-concept_inner .txt p .br_sp {
  display: none;
}
.news-section .lp-preskin .series-concept .series-concept_inner .txt a {
  -webkit-transition: background 0.25s ease-out;
  display: block;
  width: 250px;
  height: 56px;
  border: 1px solid #231815;
  border-radius: 6px;
  color: #231815;
  font-size: 16px;
  line-height: 54px;
  text-align: center;
  text-decoration: none;
  transition: background 0.25s ease-out;
}
.news-section .lp-preskin .series-concept .series-concept_inner .txt a:hover {
  background-color: #231815;
  color: #fff;
}
.news-section .lp-preskin .series-concept .photograhy {
  position: absolute;
  right: 30px;
  bottom: 20px;
  color: #231815;
  font-size: 10px;
  letter-spacing: 0.05em;
}
.news-section .lp-preskin .series-parallax {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: hidden;
}
.news-section .lp-preskin .series-parallax.active {
  z-index: 1;
  position: static;
}
.news-section .lp-preskin .parallax_active .series-parallax {
  z-index: 1;
  position: static;
  opacity: 0;
}
.news-section .lp-preskin #series-parallax_box {
  z-index: -1;
}
.news-section .lp-perfectuv .p-about {
  padding: 125px 0;
}
.news-section .lp-perfectuv .p-about__inner {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  width: 900px;
  margin: 0 auto;
}
.news-section .lp-perfectuv .p-about__inner__desc {
  width: 460px;
}
.news-section .lp-perfectuv .p-about__inner__desc h3 {
  margin-bottom: 30px;
  color: #f1b090;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.news-section .lp-perfectuv .p-about__inner__desc p {
  margin-bottom: 40px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
.news-section .lp-perfectuv .p-about__inner__desc p.notice {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1;
}
.news-section .lp-perfectuv .p-about__inner__image {
  width: 366px;
}
.news-section .lp-perfectuv .p-about__inner__image img {
  width: 100%;
  height: auto;
}
.news-section .lp-perfectuv .p-how-to-use {
  padding: 120px 0;
}
.news-section .lp-perfectuv .p-how-to-use__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 900px;
  margin: 0 auto;
}
.news-section .lp-perfectuv .p-how-to-use__inner .heading {
  text-align: center;
}
.news-section .lp-perfectuv .p-how-to-use__inner .heading .en {
  margin-bottom: 40px;
  color: #000;
  font-family: "Avenir Next";
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}
.news-section .lp-perfectuv .p-how-to-use__inner .heading h3 {
  margin-bottom: 50px;
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}
.news-section .lp-perfectuv .p-how-to-use__inner .heading h3 br {
  display: none;
}
.news-section .lp-perfectuv .p-how-to-use__inner .steps li {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
.news-section .lp-perfectuv .p-how-to-use__inner .steps li:last-child {
  margin-bottom: 0;
}
.news-section .lp-perfectuv .p-how-to-use__inner .steps li h4 {
  width: 100%;
  margin-bottom: 40px;
  background-color: #f1b090;
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 70px;
  text-align: center;
}
.news-section .lp-perfectuv .p-how-to-use__inner .steps li h4 span {
  font-family: "Avenir Next";
}
.news-section .lp-perfectuv .p-how-to-use__inner .steps li figure {
  width: 425px;
  margin: 0;
}
.news-section .lp-perfectuv .p-how-to-use__inner .steps li figure img {
  vertical-align: bottom;
}
.news-section .lp-perfectuv .p-how-to-use__inner .steps li figure figcaption {
  margin-top: 15px;
  color: #424242;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.news-section .lp-perfectuv .p-how-to-use__inner .steps li .products {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 440px;
}
.news-section .lp-perfectuv .p-how-to-use__inner .steps li .products .item figure {
  width: auto;
  margin-bottom: 20px;
  text-align: center;
}
.news-section .lp-perfectuv .p-how-to-use__inner .steps li .products .item h5 {
  margin-bottom: 10px;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
}
.news-section .lp-perfectuv .p-how-to-use__inner .steps li .products .item p {
  margin: 0;
  color: #646464;
  font-size: 11px;
}
.news-section .lp-perfectuv .p-how-to-use__inner .steps li:nth-child(1) .products .item:nth-of-type(1) {
  position: relative;
}
.news-section .lp-perfectuv .p-how-to-use__inner .steps li:nth-child(1) .products .item:nth-of-type(1) .label {
  position: absolute;
  top: -30px;
  right: -40px;
}
.news-section .lp-perfectuv .p-how-to-use__inner .steps li:nth-child(1) .products .item:nth-of-type(1) .label img {
  height: auto;
}
.news-section .lp-perfectuv .p-how-to-use__inner .steps li:nth-child(1) .products .item:nth-of-type(2) {
  margin-left: 50px;
}
.news-section .lp-perfectuv .p-how-to-use__inner .steps li:nth-child(3) .products .item h5 {
  padding-left: 50px;
}
.news-section .lp-perfectuv .p-main-visual {
  position: relative;
  overflow: hidden;
}
.news-section .lp-perfectuv .p-main-visual__bg {
  overflow: hidden;
}
.news-section .lp-perfectuv .p-main-visual__bg img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.news-section .lp-perfectuv .p-main-visual__inner {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 72.222vw;
  transform: translate(-50%, -50%);
}
.news-section .lp-perfectuv .p-main-visual__inner .en {
  margin: 0 0 2.778vw;
  color: #000;
  font-family: "Avenir Next";
  font-size: 1.389vw;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}
.news-section .lp-perfectuv .p-main-visual__inner h2 {
  margin: 0 0 2.778vw;
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2.5vw;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.news-section .lp-perfectuv .p-main-visual__inner .catch {
  margin: 0;
  color: #000;
  font-size: 1.111vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
.news-section .lp-perfectuv .p-main-visual__best-cosme {
  position: absolute;
  right: 35.764vw;
  bottom: 4.167vw;
}
.news-section .lp-perfectuv .p-main-visual__best-cosme img {
  width: 10.069vw;
  height: 10.069vw;
}
.news-section .lp-perfectuv .p-organic-skincare {
  padding: 100px 0 120px;
  background-color: #fbf2eb;
}
.news-section .lp-perfectuv .p-organic-skincare__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 900px;
  margin: 0 auto;
  padding: 80px 90px;
  background-color: #fff;
}
.news-section .lp-perfectuv .p-organic-skincare__inner .heading {
  margin: 0 0 60px;
  text-align: center;
}
.news-section .lp-perfectuv .p-organic-skincare__inner .heading .en {
  margin: 0 0 30px;
  color: #000;
  font-family: "Avenir Next";
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}
.news-section .lp-perfectuv .p-organic-skincare__inner .heading h3 {
  margin-bottom: 20px;
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}
.news-section .lp-perfectuv .p-organic-skincare__inner .heading h3 br {
  display: none;
}
.news-section .lp-perfectuv .p-organic-skincare__inner .heading p {
  margin: 0;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}
.news-section .lp-perfectuv .p-organic-skincare__inner .heading p span {
  font-size: 11px;
}
.news-section .lp-perfectuv .p-organic-skincare__inner .heading p .sp-show {
  display: none;
}
.news-section .lp-perfectuv .p-organic-skincare__inner .content {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-section .lp-perfectuv .p-organic-skincare__inner .content figure {
  width: 400px;
  margin: 0;
}
.news-section .lp-perfectuv .p-organic-skincare__inner .content figure img {
  width: 100%;
  height: auto;
}
.news-section .lp-perfectuv .p-organic-skincare__inner .content dl {
  width: 260px;
  margin: 0;
}
.news-section .lp-perfectuv .p-organic-skincare__inner .content dl dt {
  margin: 0 0 10px;
  color: #f1b090;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.news-section .lp-perfectuv .p-organic-skincare__inner .content dl dd {
  margin: 0 0 10px;
  color: #424242;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.8;
}
.news-section .lp-perfectuv .p-organic-skincare__inner .content dl dd:nth-of-type(1) {
  margin-bottom: 50px;
}
.news-section .lp-perfectuv .p-organic-skincare__inner .graph {
  margin-top: 50px;
}
.news-section .lp-perfectuv .p-organic-skincare__inner .graph img {
  width: 100%;
  height: auto;
}
.news-section .lp-perfectuv .p-product-detail {
  /* グリーンパターン */
}
.news-section .lp-perfectuv .p-product-detail__mv {
  position: relative;
  overflow: hidden;
}
.news-section .lp-perfectuv .p-product-detail__mv__bg {
  overflow: hidden;
}
.news-section .lp-perfectuv .p-product-detail__mv__bg img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.news-section .lp-perfectuv .p-product-detail__mv__desc {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  padding-left: 90px;
  transform: translateY(-50%);
}
.news-section .lp-perfectuv .p-product-detail__mv__desc .en {
  margin: 0 0 30px;
  color: #000;
  font-family: "Avenir Next";
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}
.news-section .lp-perfectuv .p-product-detail__mv__desc h3 {
  margin-bottom: 40px;
  color: #f1b090;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.5;
}
.news-section .lp-perfectuv .p-product-detail__mv__desc .info {
  position: relative;
  margin: 0 0 40px;
}
.news-section .lp-perfectuv .p-product-detail__mv__desc .info dt {
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}
.news-section .lp-perfectuv .p-product-detail__mv__desc .info dd {
  margin: 0;
  color: #646464;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
}
.news-section .lp-perfectuv .p-product-detail__mv__desc .info dd.icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 61px;
}
.news-section .lp-perfectuv .p-product-detail__mv__desc .label {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.news-section .lp-perfectuv .p-product-detail__mv__desc .label li {
  position: relative;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  border: 2px solid #f1b090;
  border-radius: 14px;
  text-align: center;
}
.news-section .lp-perfectuv .p-product-detail__mv__desc .label li:nth-child(1) {
  background-color: #f1b090;
}
.news-section .lp-perfectuv .p-product-detail__mv__desc .label li:nth-child(1) p {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  width: 100%;
  margin: 0;
  transform: translateY(-50%);
  color: #fff;
  font-family: "Avenir Next";
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
.news-section .lp-perfectuv .p-product-detail__mv__desc .label li:nth-child(1) p span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
}
.news-section .lp-perfectuv .p-product-detail__mv__desc .label li:nth-child(2) p {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  width: 100%;
  margin: 0;
  transform: translateY(-50%);
  color: #f1b090;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}
.news-section .lp-perfectuv .p-product-detail__mv__best-cosme {
  position: absolute;
  bottom: 5.556vw;
  left: 7.639vw;
}
.news-section .lp-perfectuv .p-product-detail__mv__best-cosme img {
  width: 8.333vw;
  height: 8.333vw;
}
.news-section .lp-perfectuv .p-product-detail__inner {
  width: 900px;
  margin: 0 auto;
  padding: 80px 0 120px;
}
.news-section .lp-perfectuv .p-product-detail__inner .points {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
}
.news-section .lp-perfectuv .p-product-detail__inner .points li {
  position: relative;
  width: 265px;
  height: 265px;
  border-radius: 50%;
  background-color: #f5f5f5;
}
.news-section .lp-perfectuv .p-product-detail__inner .points li dl {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: 0;
  transform: translate(-50%, -50%);
  text-align: center;
}
.news-section .lp-perfectuv .p-product-detail__inner .points li dl dt {
  margin-bottom: 15px;
  color: #000;
  font-family: "Avenir Next";
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.news-section .lp-perfectuv .p-product-detail__inner .points li dl dd {
  margin: 0;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
}
.news-section .lp-perfectuv .p-product-detail__inner .points li dl dd span {
  color: #f1b090;
}
.news-section .lp-perfectuv .p-product-detail__inner .points li dl dd span.sm {
  display: block;
  margin-top: 10px;
  color: #000 !important;
  font-size: 11px;
}
.news-section .lp-perfectuv .p-product-detail__inner .ingredient h3 {
  margin-bottom: 50px;
  background-color: #f1b090;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 70px;
  text-align: center;
}
.news-section .lp-perfectuv .p-product-detail__inner .ingredient h3 br {
  display: none;
}
.news-section .lp-perfectuv .p-product-detail__inner .ingredient ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.news-section .lp-perfectuv .p-product-detail__inner .ingredient ul li {
  width: 200px;
  margin: 0 40px;
}
.news-section .lp-perfectuv .p-product-detail__inner .ingredient ul li figure {
  width: 160px;
  margin: 0 auto;
}
.news-section .lp-perfectuv .p-product-detail__inner .ingredient ul li figure img {
  width: 100%;
  height: auto;
}
.news-section .lp-perfectuv .p-product-detail__inner .ingredient ul li dl {
  margin: 0;
}
.news-section .lp-perfectuv .p-product-detail__inner .ingredient ul li dl dt {
  margin: 0 0 10px;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}
.news-section .lp-perfectuv .p-product-detail__inner .ingredient ul li dl dd {
  margin: 0;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
}
.news-section .lp-perfectuv .p-product-detail__inner .ingredient .notice {
  margin: 0;
  color: #000;
  font-size: 11px;
  line-height: 1;
  text-align: right;
}
.news-section .lp-perfectuv .p-product-detail__inner .ecocert {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 680px;
  margin: 80px auto 0;
  padding: 50px 60px;
  border: 1px solid #d6d6d6;
  border-radius: 15px;
}
.news-section .lp-perfectuv .p-product-detail__inner .ecocert figure {
  width: 100px;
  margin: 0 60px 0 0;
}
.news-section .lp-perfectuv .p-product-detail__inner .ecocert figure img {
  width: 100%;
  height: auto;
}
.news-section .lp-perfectuv .p-product-detail__inner .ecocert dl {
  margin: 0;
}
.news-section .lp-perfectuv .p-product-detail__inner .ecocert dl dt {
  margin-bottom: 20px;
  color: #424242;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.news-section .lp-perfectuv .p-product-detail__inner .ecocert dl dd {
  margin: 0;
  color: #424242;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8;
}
.news-section .lp-perfectuv .p-product-detail.theme-green .p-product-detail__mv__desc {
  -webkit-transform: translate(-50%, -50%);
  width: 920px;
  padding-left: 0;
  transform: translate(-50%, -50%);
}
.news-section .lp-perfectuv .p-product-detail.theme-green .p-product-detail__mv__desc h3 {
  color: #abcf9f;
}
.news-section .lp-perfectuv .p-product-detail.theme-green .p-product-detail__mv__desc .info {
  width: 280px;
}
.news-section .lp-perfectuv .p-product-detail.theme-green .p-product-detail__mv__desc .label li {
  border-color: #abcf9f;
}
.news-section .lp-perfectuv .p-product-detail.theme-green .p-product-detail__mv__desc .label li:nth-child(1) {
  background-color: #a3cc96;
}
.news-section .lp-perfectuv .p-product-detail.theme-green .p-product-detail__mv__desc .label li:nth-child(2) p {
  color: #a3cc96;
}
.news-section .lp-perfectuv .p-product-detail.theme-green .p-product-detail__mv__best-cosme {
  right: 13.194vw;
  bottom: 6.25vw;
  left: auto;
}
.news-section .lp-perfectuv .p-product-detail.theme-green .p-product-detail__mv__best-cosme img {
  width: 8.333vw;
  height: 8.333vw;
}
.news-section .lp-perfectuv .p-product-detail.theme-green .p-product-detail__inner .points li span {
  color: #a3cc96;
}
.news-section .lp-perfectuv .p-product-detail.theme-green .p-product-detail__inner .ingredient h3 {
  background-color: #a3cc96;
}
.news-section .lp-perfectuv .p-product-list {
  padding: 140px 0;
}
.news-section .lp-perfectuv .p-product-list__inner {
  width: 820px;
  margin: 0 auto;
}
.news-section .lp-perfectuv .p-product-list__inner .item {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
}
.news-section .lp-perfectuv .p-product-list__inner .item:nth-of-type(2) {
  margin-bottom: 0;
}
.news-section .lp-perfectuv .p-product-list__inner .item figure {
  margin: 0;
}
.news-section .lp-perfectuv .p-product-list__inner .item figure img {
  vertical-align: bottom;
}
.news-section .lp-perfectuv .p-product-list__inner .item .desc {
  width: 400px;
}
.news-section .lp-perfectuv .p-product-list__inner .item .desc h4 {
  margin-bottom: 20px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.news-section .lp-perfectuv .p-product-list__inner .item .desc .meta {
  margin: 0 0 20px;
  font-family: "Avenir Next", sans-serif;
  font-size: 16px;
  line-height: 1;
}
.news-section .lp-perfectuv .p-product-list__inner .item .desc .meta span {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 11px;
}
.news-section .lp-perfectuv .p-product-list__inner .item .desc .desc {
  margin: 0 0 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
.news-section .lp-perfectuv .p-product-list__inner .item .desc a {
  -webkit-box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 280px;
  border: 1px solid #878787;
  border-radius: 4px;
  background-color: #878787;
  color: #fff;
  font-family: "Avenir Next";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 55px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
.news-section .lp-perfectuv .p-product-list__inner .item .desc a:after {
  -webkit-box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: 50%;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: 50%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  transition: all 0.3s ease;
}
.news-section .lp-perfectuv .p-product-list__inner .item .desc a:hover {
  background-color: transparent;
  color: #646464;
}
.news-section .lp-perfectuv .p-product-list__inner .item .desc a:hover:after {
  border-color: #646464;
}
.news-section .lp-perfectuv .p-users-voice {
  padding: 125px 0;
  background-color: #f5f5f5;
}
.news-section .lp-perfectuv .p-users-voice__inner {
  width: 900px;
  margin: 0 auto;
}
.news-section .lp-perfectuv .p-users-voice__inner h3 {
  margin-bottom: 200px;
  color: #000;
  font-family: "Avenir Next";
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}
.news-section .lp-perfectuv .p-users-voice__inner__list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-section .lp-perfectuv .p-users-voice__inner__list .item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 430px;
  padding: 135px 30px 50px;
  background-color: #fff;
}
.news-section .lp-perfectuv .p-users-voice__inner__list .item figure {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: -150px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
}
.news-section .lp-perfectuv .p-users-voice__inner__list .item figure img {
  width: auto;
}
.news-section .lp-perfectuv .p-users-voice__inner__list .item h4 {
  margin-bottom: 30px;
  color: #646464;
  font-family: "Avenir Next";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}
.news-section .lp-perfectuv .p-users-voice__inner__list .item .speech-bubble li {
  position: relative;
  margin-bottom: 20px;
}
.news-section .lp-perfectuv .p-users-voice__inner__list .item .speech-bubble li p {
  display: inline-block;
  margin: 0;
  padding: 20px;
  border-radius: 10px;
  background-color: #f4dfce;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.news-section .lp-perfectuv .p-users-voice__inner__list .item .speech-bubble li:nth-child(odd) {
  padding-left: 20px;
}
.news-section .lp-perfectuv .p-users-voice__inner__list .item .speech-bubble li:nth-child(odd) svg {
  position: absolute;
  top: 20px;
  left: 0;
}
.news-section .lp-perfectuv .p-users-voice__inner__list .item .speech-bubble li:nth-child(even) {
  padding-right: 20px;
  text-align: right;
}
.news-section .lp-perfectuv .p-users-voice__inner__list .item .speech-bubble li:nth-child(even) p {
  margin-left: auto;
}
.news-section .lp-perfectuv .p-users-voice__inner__list .item .speech-bubble li:nth-child(even) svg {
  position: absolute;
  top: 20px;
  right: 5px;
}
.news-section .lp-perfectuv .p-users-voice__inner__list .item .speech-bubble.theme-green li p {
  background-color: #d5e7cf;
  text-align: left;
}
.news-section .lp-perfectuv .p-users-voice__inner__list .item .speech-bubble.theme-green li:nth-child(odd) {
  padding-right: 20px;
  padding-left: 0;
  text-align: right;
}
.news-section .lp-perfectuv .p-users-voice__inner__list .item .speech-bubble.theme-green li:nth-child(odd) p {
  margin-left: auto;
}
.news-section .lp-perfectuv .p-users-voice__inner__list .item .speech-bubble.theme-green li:nth-child(odd) svg {
  position: absolute;
  top: 20px;
  right: 5px;
  left: auto;
}
.news-section .lp-perfectuv .p-users-voice__inner__list .item .speech-bubble.theme-green li:nth-child(even) {
  padding-right: 0;
  padding-left: 20px;
  text-align: left;
}
.news-section .lp-perfectuv .p-users-voice__inner__list .item .speech-bubble.theme-green li:nth-child(even) svg {
  position: absolute;
  top: 20px;
  right: auto;
  left: 0;
}
.news-section .lp-perfectuv #perfect-uv-series-lp {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner:after,
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul.point_contents_list_bottom li .point_contents_li_inner .list_imagearea:after,
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .bottom_inner:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: "";
}
.news-section .lp-purecleansing .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .pc_none {
  display: none;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .sp_none {
  display: block;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .slick-dots li button {
  -webkit-box-shadow: none;
  width: 0;
  height: 0;
  border: none;
  background-color: transparent;
  box-shadow: none;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .main-visual {
  -webkit-transform: scale(1.1);
  -webkit-transition: all 0.6s ease;
  position: relative;
  width: 100%;
  height: 100vh;
  transform: scale(1.1);
  background: url("/assets/img/cleansing-lp/pic_kv_pure_cle.jpg?v=1591629641") no-repeat center top;
  background-attachment: fixed;
  background-size: 100%;
  opacity: 0;
  transition: all 0.6s ease;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .main-visual.is-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .main-visual .main_visual__textarea {
  position: absolute;
  top: 25%;
  right: 10%;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .main-visual .main_visual__textarea h1 {
  margin-bottom: 40px;
  color: #000;
  font-family: "Avenir Next", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.059em;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .main-visual .main_visual__textarea h2 {
  margin-bottom: 37px;
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.3;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .main-visual .main_visual__textarea p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.75;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents {
  width: 100%;
  padding: 100px 0 120px;
  overflow: hidden;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents.contents_bg_gray {
  padding: 100px 0 120px;
  background: #f0f0f0;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner {
  width: 900px;
  margin: 0 auto;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .contents_inner_top {
  margin-bottom: 140px;
  overflow: hidden;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .contents_inner_top .text_block {
  float: left;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .contents_inner_top .text_block h1 {
  margin-bottom: 60px;
  margin-left: 0.1em;
  color: #000;
  font-family: "Avenir Next", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.059em;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .contents_inner_top .text_block h1 .text_sub {
  display: block;
  font-size: 28px;
  font-weight: 600;
  text-indent: -0.1em;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .contents_inner_top .text_block h2 {
  margin-bottom: 32px;
  color: #89b4d2;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.6;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .contents_inner_top .text_block p {
  color: #000;
  font-size: 16px;
  line-height: 2;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .contents_inner_top .image_block {
  width: 351px;
  float: right;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .contents_inner_top .image_block img {
  width: 100%;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .contents_inner_bottom .contents_inner_bottom_anchor {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin: 0 -37.5px;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .contents_inner_bottom .contents_inner_bottom_anchor li {
  -webkit-box-sizing: border-box;
  -webkit-flex-basis: 33.3%;
  -ms-flex-preferred-size: 33.3%;
  box-sizing: border-box;
  flex-basis: 33.3%;
  max-width: 33.3%;
  padding: 0 37.5px;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .contents_inner_bottom .contents_inner_bottom_anchor li:last-child {
  margin-right: 0;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .contents_inner_bottom .contents_inner_bottom_anchor li a {
  display: inline-block;
  position: relative;
  width: 250px;
  height: 250px;
  border: 1px solid #424242;
  border-radius: 50%;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .contents_inner_bottom .contents_inner_bottom_anchor li a dl {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 40%;
  left: 0;
  width: 250px;
  transform: translateY(-50%);
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .contents_inner_bottom .contents_inner_bottom_anchor li a dl:after {
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  bottom: -27%;
  left: 50%;
  width: 18px;
  height: 8px;
  transform: translateX(-50%);
  background: url("/assets/img/lp/purecle_lp_arrow1_440b1c94-2bb5-4624-a510-966ee41d8798.svg") no-repeat center center;
  content: "";
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .contents_inner_bottom .contents_inner_bottom_anchor li a dl dt {
  margin-bottom: 13px;
  color: #89b4d2;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .contents_inner_bottom .contents_inner_bottom_anchor li a dl dt span {
  display: block;
  margin-bottom: 25px;
  color: #646464;
  font-family: "Avenir Next", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .contents_inner_bottom .contents_inner_bottom_anchor li a dl dd {
  margin: 0;
  font-size: 12px;
  line-height: 1.75;
  text-align: center;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_titlearea {
  margin-bottom: 50px;
  text-align: center;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_titlearea .point_number {
  margin-bottom: 37px;
  color: #000;
  font-family: "Avenir Next", sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_titlearea h2 {
  margin-bottom: 22px;
  color: #000;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.025em;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_titlearea .point_text {
  color: #000;
  font-size: 14px;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents {
  margin-bottom: 100px;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents:last-child {
  margin-bottom: 0;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents:last-child h3 {
  margin-bottom: 10px;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents:last-child .point_contents_caption {
  margin-bottom: 25px;
  color: #000;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents h3 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 90px;
  margin-bottom: 40px;
  background: #89b4d2;
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0.005em;
  line-height: 1.3;
  text-align: center;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents h3.line_two {
  line-height: 1.3;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents h3 span {
  display: block;
  margin-top: 0.5em;
  color: #fff;
  font-size: 13px;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents .purecle_movie {
  width: 710px;
  margin: 0 auto 10px;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents .purecle_movie video {
  width: 100%;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents .title_bottom_text {
  margin-bottom: 40px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.85;
  text-align: center;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents .title_bottom_text span {
  padding-bottom: 2px;
  border-bottom: 1px solid #000;
  font-weight: 600;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul li {
  -webkit-box-sizing: border-box;
  -webkit-flex-basis: 33.3%;
  -ms-flex-preferred-size: 33.3%;
  box-sizing: border-box;
  flex-basis: 33.3%;
  max-width: 33.3%;
  padding: 0 15px;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul li .point_contents_li_inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 410px;
  padding: 46px 35px 0;
  border-radius: 16px;
  background: #fff;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul li .point_contents_li_inner .list_imagearea {
  width: 120px;
  margin: 0 auto 32px;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul li .point_contents_li_inner .list_imagearea img {
  width: 100%;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul li .point_contents_li_inner .list_textarea .number_icon {
  width: 30px;
  margin: 0 auto 18px;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul li .point_contents_li_inner .list_textarea .number_icon img {
  width: 100%;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul li .point_contents_li_inner .list_textarea dl dt {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: center;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul li .point_contents_li_inner .list_textarea dl dd {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul.point_contents_list_middle {
  position: relative;
  margin-bottom: 20px;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul.point_contents_list_middle li {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 15px;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul.point_contents_list_middle li:first-child:before {
  position: absolute;
  top: 27px;
  left: 100px;
  width: 54px;
  height: 54px;
  background: url(/assets/img/lp/icon_good.png) no-repeat center center;
  background-size: 100%;
  content: "";
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul.point_contents_list_middle li:first-child .point_contents_li_inner dl dt {
  color: #89b4d2;
  font-weight: 600;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul.point_contents_list_middle li .point_contents_li_inner {
  min-height: 280px;
  padding: 54px 35px 0;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul.point_contents_list_middle li .point_contents_li_inner .list_imagearea {
  width: 154px;
  margin: 0 auto 28px;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul.point_contents_list_bottom {
  position: relative;
  margin-bottom: 20px;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul.point_contents_list_bottom li:first-child:before {
  position: absolute;
  top: 27px;
  left: 40px;
  width: 54px;
  height: 54px;
  background: url(/assets/img/lp/icon_good.png) no-repeat center center;
  background-size: 100%;
  content: "";
  content: "";
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul.point_contents_list_bottom li:first-child .point_contents_li_inner dl dt {
  color: #89b4d2;
  font-weight: 600;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul.point_contents_list_bottom li .point_contents_li_inner {
  min-height: 340px;
  padding: 50px 35px 0;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul.point_contents_list_bottom li .point_contents_li_inner .list_imagearea {
  width: 130px;
  margin: 0 auto 40px;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul.slide .slick-list {
  padding: 0 15% !important;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul.slide .slick-dots {
  display: none;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul.slide .slick-dots li.slick-active button {
  -webkit-transform: scale(1.5);
  -webkit-transform-origin: 50% 50%;
  transform: scale(1.5);
  transform-origin: 50% 50%;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul.mypattern {
  width: 100%;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul.mypattern .slick-slide {
  margin: 5px;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents .point_contents_caption {
  color: #000;
  font-size: 11px;
  text-align: right;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents .key_point {
  margin-top: 50px;
  overflow: hidden;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents .key_point .key_point_title {
  position: relative;
  margin-bottom: 42px;
  color: #646464;
  font-family: "Avenir Next", sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents .key_point .key_point_title:before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 345px;
  height: 1px;
  transform: translateY(-50%);
  background: #646464;
  content: "";
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents .key_point .key_point_title:after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
  width: 345px;
  height: 1px;
  transform: translateY(-50%);
  background: #646464;
  content: "";
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents .key_point .key_point_inner {
  width: 640px;
  margin: 0 auto;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents .key_point .key_point_inner .key_point_textarea {
  width: 290px;
  float: left;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents .key_point .key_point_inner .key_point_textarea h4 {
  margin-bottom: 28px;
  color: #646464;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents .key_point .key_point_inner .key_point_textarea p {
  color: #424242;
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: 1.9;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents .key_point .key_point_inner .key_point_textarea p span {
  color: #000;
  font-weight: 600;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents .key_point .key_point_inner .key_point_imagearea {
  width: 270px;
  float: right;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents .key_point .key_point_inner .key_point_imagearea img {
  width: 100%;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point2_left {
  float: left;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point2_left div {
  width: 348px;
  margin-bottom: 20px;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point2_left div img {
  width: 100%;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point2_left p {
  width: 380px;
  color: #000;
  font-size: 14px;
  line-height: 1.7;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point2_right {
  margin-top: 40px;
  float: right;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point2_right div {
  width: 420px;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point2_right div img {
  width: 100%;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point3_image {
  width: 524px;
  margin: 0 auto;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point3_image img {
  width: 100%;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .bottom_titlearea {
  margin-bottom: 80px;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .bottom_titlearea h2 {
  margin-bottom: 40px;
  color: #89b4d2;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.025em;
  text-align: center;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .bottom_titlearea p {
  color: #000;
  font-size: 14px;
  line-height: 1.85;
  text-align: center;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .bottom_inner.pure_cleansing_lp_bottom_inner_second {
  margin-top: 100px;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .bottom_inner .bottom_inner_imagearea {
  width: 345px;
  margin-right: 60px;
  float: left;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .bottom_inner .bottom_inner_imagearea img {
  width: 100%;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .bottom_inner .bottom_inner_textearea {
  display: inline-block;
  width: 420px;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .bottom_inner .bottom_inner_textearea .item_name {
  margin-bottom: 20px;
  color: #000;
  font-size: 24px;
  line-height: 1.6;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .bottom_inner .bottom_inner_textearea .item_price {
  margin-bottom: 35px;
  color: #000;
  font-family: "Avenir Next", sans-serif;
  font-size: 16px;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .bottom_inner .bottom_inner_textearea .item_price span {
  color: #000;
  font-size: 11px;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .bottom_inner .bottom_inner_textearea .item_description {
  margin-bottom: 35px;
  color: #000;
  font-size: 14px;
  line-height: 1.85;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .bottom_inner .bottom_inner_textearea .buy_button a {
  display: block;
  position: relative;
  width: 280px;
  height: 55px;
  border-radius: 3px;
  background: #878787;
  color: #fff;
  font-family: "Avenir Next", sans-serif;
  font-size: 14px;
  line-height: 55px;
  text-align: center;
  text-decoration: none;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .bottom_inner .bottom_inner_textearea .buy_button a:after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 27px;
  width: 5px;
  height: 9px;
  transform: translateY(-50%);
  background: url(/assets/img/lp/purecle_lp_arrow2_770adb1b-3969-4783-874e-1c66590d4222.svg) no-repeat center center;
  content: "";
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .bottom_inner .bottom_inner_textearea .buy_button a:hover {
  opacity: 0.7;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .effect-fade,
.news-section .lp-purecleansing #pure-cleasing-clear-lp .effect-fade-main {
  -webkit-transform: translate(0, 50px);
  -webkit-transition: all 800ms;
  transform: translate(0, 50px);
  opacity: 0;
  transition: all 800ms;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .effect-fade.effect-fade-scrollin,
.news-section .lp-purecleansing #pure-cleasing-clear-lp .effect-fade-main.effect-fade-scrollin {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents_inner_bottom_anchor .effect-fade:nth-child(2) {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .contents_inner_bottom_anchor .effect-fade:nth-child(3) {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .main-visual .main_visual__textarea h1.effect-fade-main {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .main-visual .main_visual__textarea h2.effect-fade-main {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}
.news-section .lp-purecleansing #pure-cleasing-clear-lp .main-visual .main_visual__textarea p.effect-fade-main {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}
.news-section main {
  padding-bottom: 30px;
}
.news-section .page-pickup {
  min-height: 100vh;
  padding: 0 30px;
  /* .container */
}
.news-section .page-pickup .container {
  max-width: 1200px;
  margin: 0 auto;
  /* .page-title */
  /* ul */
}
.news-section .page-pickup .container .page-title {
  width: 100%;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
}
.news-section .page-pickup .container .page-title h1 {
  margin-top: 50px;
  color: #424242;
  font-size: 24px;
  font-weight: lighter;
  text-align: center;
}
.news-section .page-pickup .container .page-title h1 span {
  display: block;
  margin-bottom: 8px;
  color: #899a9f;
  font-size: 13px;
  letter-spacing: 0.15em;
}
.news-section .page-pickup .container ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  margin-top: 40px;
  /* li */
}
.news-section .page-pickup .container ul li {
  width: 32.5%;
  margin-bottom: 1.25%;
  list-style: none;
}
.news-section .page-pickup .container ul li:not(:nth-child(3n)) {
  margin-right: 1.25%;
}
.news-section .page-pickup .container ul li a {
  display: block;
  overflow: hidden;
}
.news-section .page-post {
  /* /.container */
}
.news-section .page-post .onlyUser {
  padding-bottom: 65px;
  margin-top: 70px;
}
.news-section .onlyUser .page-mypage__title {
  line-height: 1.0;
}
.news-section .page-post .container {
  width: 100%;
  min-height: 100vh;
  margin-top: 65px;
  /* /.post-container */
}
.news-section .page-post .container .post-container {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px 80px;
  /* .post-pagination */
}
.news-section .page-post .container .post-container .post-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-section .page-post .container .post-container .post-header_title {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 0;
  margin-bottom: 32px;
  padding: 0 0;
  color: #333;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 160%;
}
.news-section .page-post .container .post-container .post-header_label {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  order: 1;
  margin-bottom: 12px;
  padding: 20px 10px 0;
  color: #666666;
  font-weight: lighter;
  /* .tag */
  /* .data */
}
.news-section .page-post .container .post-container .post-header_label .tag {
  position: relative;
  margin: 0;
  margin-right: 30px;
  padding: 0;
  overflow: inherit;
  background-color: transparent;
  color: inherit;
  font-size: 16px;
  font-family: "Roboto", sans-serif !important;
}
.news-section .page-post .container .post-container .post-header_label .tag:after {
  position: absolute;
  top: 5px;
  right: -15px;
  width: 1px;
  height: 15px;
  background-color: #666666;
  content: "";
}
.news-section .page-post .container .post-container .post-header_label .tag a {
  color: inherit;
  display: inline-block;
  vertical-align: middle;
}
.news-section .page-post .container .post-container .post-header_label .data {
  color: inherit;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 24px;
  font-family: "Roboto", sans-serif !important;
}
.news-section .page-post .container .post-container .post-header_img {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.news-section .page-post .container .post-container .post-body p {
  font-size: 15px;
  font-weight: lighter;
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 16px;
}
.news-section .page-post .container .post-container .post-body p a {
  color: #007185;
  border-bottom: 1px solid #007185;
  text-decoration: none;
}
.news-section .page-post .container .post-container .post-body p a:hover {
  text-decoration: none;
}
.news-section .page-post .container .post-container .post-body p img {
  width: auto;
  max-width: 100%;
}
.news-section .page-post .container .post-container .post-body p + p {
  margin-bottom: 15px;
}
.news-section .page-post .container .post-container .post-pagination {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 60px;
  padding: 30px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.news-section .page-post .container .post-container .post-pagination div {
  color: inherit;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
}
.news-section .page-post .container .post-container .post-pagination div a {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-transition: opacity 0.25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #424242;
  font-weight: lighter;
  transition: opacity 0.25;
}
.news-section .page-post .container .post-container .post-pagination div a:hover {
  -webkit-transition: opacity 0.25s;
  opacity: 0.7;
  transition: opacity 0.25s;
}
.news-section .page-post .container .post-container .post-pagination div .feather-icon .icon {
  fill: transparent;
  stroke: currentColor;
  stroke-width: 2px;
}
.news-section .page-post .container .post-container .post-pagination div .icon {
  fill: currentColor;
  display: inline-block;
  width: 26px;
  height: 24px;
}
.news-section .page-post .container .post-container .post-pagination div .prev span,
.news-section .page-post .container .post-container .post-pagination div .next span {
  display: flex;
  padding: 0 5px;
  font-family: "Roboto", sans-serif;
}

.news-section .page-post .container .post-container .post-pagination div .prev span::before {
  content: "";
  margin: auto 0 auto 0;
  width: 8px;
  height: 8px;
  border-right: 1px solid #72ad7c;
  border-bottom: 1px solid #72ad7c;
  transform: rotate(135deg);
  margin-right: 4px;
}
.news-section .page-post .container .post-container .post-pagination div .next span::after {
  content: "";
  margin: auto 0 auto 0;
  width: 8px;
  height: 8px;
  border-right: 1px solid #72ad7c;
  border-bottom: 1px solid #72ad7c;
  transform: rotate(-45deg);
  margin-left: 4px;
}
.news-section .page-post.all {
  padding: 0 30px;
  /* .post-title */
  /* .news-container */
}
.news-section .page-post.all .post-title {
  width: 100%;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
}
.news-section .page-post.all .post-title h1 {
  margin-top: 50px;
  color: #424242;
  font-size: 24px;
  font-weight: lighter;
  text-align: center;
}
.news-section .page-post.all .post-title h1 span {
  display: block;
  margin-bottom: 8px;
  color: #899a9f;
  font-size: 13px;
  letter-spacing: 0.15em;
}
.news-section .page-post.all .post-container {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 0;
  /* /card */
}
.news-section .page-post.all .post-container .card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 32%;
  margin-bottom: 70px;
  padding: 0;
  border: none;
  /* card_title */
  /* .card_label */
  /* .card_img */
}
.news-section .page-post.all .post-container .card_title {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 0;
  color: #333;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.news-section .page-post.all .post-container .card_label {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin: 14px 0 8px;

  /* .data */
  /* .tag */
}
.news-section .page-post.all .post-container .card_label li {
  display: inline;
}
.news-section .page-post.all .post-container .card_label .data {
  margin-top: 5px;
  color: #007185;
  font-size: 14px;
  font-weight: lighter;
  letter-spacing: 0.03em;
  font-family: "Roboto", sans-serif !important;
}
.news-section .page-post.all .post-container .card_label .tag {
  position: relative;
  margin: 0;
  margin-right: 30px;
  padding: 0;
  overflow: inherit;
  background-color: transparent;
  font-family: "Roboto", sans-serif !important;
}

@media screen and (max-width: 767px){
  .news-section .page-post.all .post-container .card_label .tag {
    margin-right: 15px;
  }
}

.news-section .page-post.all .post-container .card_label .tag a {
  color: #007185;
  font-size: 16px;
  font-weight: lighter;
}
.news-section .page-post.all .post-container .card_label .tag a:after {
  position: absolute;
  top: 0;
  right: -15px;
  width: 1px;
  height: 15px;
  background-color: #007185;
  content: "";
}


@media screen and (max-width: 767px){
  .news-section .page-post.all .post-container .card_label .tag a:after {
    right: -7.5px;
  }
}

.news-section .page-post.all .post-container .card_img {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.news-section .page-post.all .post-container .card_img a {
  display: block;
  overflow: hidden;
}
.news-section .page-post.all .post-container .card_img a img {
  -webkit-transform: scale(1);
  -webkit-transition: all 0.5s;
  transform: scale(1);
  transition: all 0.5s;
}
.news-section .page-post.all .post-container .card_img a:hover img {
  -webkit-transform: scale(1.05);
  -webkit-transition: all 0.5s;
  transform: scale(1.05);
  opacity: 1;
  transition: all 0.5s;
}
.news-section .page-post.all .post-container .card:not(:nth-child(3n)) {
  margin-right: 2%;
}
.news-section .page-stance {
  font-weight: lighter;
}
.news-section .page-stance .page-title {
  padding-bottom: 15px;
}
.news-section .page-stance .page-title h1 {
  margin-top: 50px;
  color: #424242;
  font-size: 24px;
  font-weight: lighter;
  line-height: 1.3;
  text-align: center;
}
.news-section .page-stance .inner {
  max-width: 1000px;
  margin: 40px auto;
  padding-bottom: 30px;
}
.news-section .page-stance .table {
  width: 100%;
  font-size: 14px;
  line-height: 1.8;
}
.news-section .page-stance .table th {
  width: 30%;
}
.news-section .page-stance .table td {
  width: 70%;
}
.news-section .page-stance .table th,
.news-section .page-stance .table td {
  padding: 15px;
  border-top: 1px solid #ececec;
  text-align: left;
}
.news-section .page-stance .table th p,
.news-section .page-stance .table td p {
  margin: 15px 0;
  line-height: 1.8;
}
.news-section .page-stance .table th p a,
.news-section .page-stance .table td p a {
  text-decoration: underline;
}
.news-section .page-stance .table th p a:hover,
.news-section .page-stance .table td p a:hover {
  text-decoration: none;
}
.news-section .page-stance .table th strong,
.news-section .page-stance .table td strong {
  font-weight: bold;
}
.news-section .page-stance.page-privacy .inner h3,
.news-section .page-stance.page-privacy .inner h4,
.news-section .page-stance.page-privacy .inner h5 {
  margin: 30px 0 20px;
}
.news-section .page-stance.page-privacy .inner h3 {
  padding-bottom: 15px;
  border-bottom: 1px solid #ececec;
  font-size: 1.25rem;
}
.news-section .page-stance.page-privacy .inner h4 {
  font-size: 1rem;
  line-height: 1.6;
}
.news-section .page-stance.page-privacy .inner h5 {
  font-size: 1rem;
  font-style: italic;
  line-height: 1.6;
}
.news-section .page-stance.page-privacy .inner p {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.8;
}
.news-section .page-stance.page-privacy .inner p strong {
  font-weight: bold;
}
.news-section .page-stance.page-privacy .inner p a {
  text-decoration: underline;
}
.news-section .page-stance.page-privacy .inner p a:hover {
  text-decoration: none;
}
.news-section .page-stance.page-privacy .inner ol {
  margin: 15px 0 15px 30px;
  padding: 0;
  font-size: 14px;
}
.news-section .page-stance.page-privacy .inner ol > li {
  line-height: 1.8;
  list-style-type: decimal;
}
.news-section .page-stance.page-privacy .inner ol ol li {
  margin-bottom: 5px;
}
.news-section .page-stance.page-guide .inner {
  padding: 0 20px;
}
.news-section .page-stance.page-guide .inner .oneSection {
  margin-bottom: 40px;
  border-radius: 3px;
  background-color: #d2dddd;
}
.news-section .page-stance.page-guide .inner .oneSection h3 {
  padding: 20px 0 20px 50px;
  border-bottom: 1px solid #fff;
  color: #000;
  font-size: 22px;
  font-weight: 500;
}
.news-section .page-stance.page-guide .inner .oneSegment {
  border-bottom: 1px solid #fff;
}
.news-section .page-stance.page-guide .inner .oneSegment .title {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 15px 50px;
  cursor: pointer;
}
.news-section .page-stance.page-guide .inner .oneSegment .title svg {
  fill: #444;
  height: 20px;
}
.news-section .page-stance.page-guide .inner .oneSegment .title.active svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.news-section .page-stance.page-guide .inner .oneSegment .title.active h4 {
  color: #899aaf;
  font-weight: bold;
}
.news-section .page-stance.page-guide .inner .oneSegment h4 {
  padding-left: 15px;
  font-size: 16px;
  font-weight: normal;
}
.news-section .page-stance.page-guide .inner .oneSegment .answer {
  display: none;
  margin: 0 50px 30px;
  padding: 30px 40px;
  border-radius: 3px;
  background-color: #fff;
}
.news-section .page-stance.page-guide .inner .oneSegment .answer.active {
  display: block;
}
.news-section .page-stance.page-guide .inner .oneSegment .answer p {
  margin: 15px 0;
  font-size: 14px;
}
.news-section .page-stance.page-guide .inner .oneSegment .answer p img {
  max-width: 60%;
}
.news-section .page-stance.page-guide .inner .oneSegment .answer p strong {
  font-weight: bold;
}
.news-section .page-stance.page-guide .inner .oneSegment .answer p a,
.news-section .page-stance.page-guide .inner .oneSegment .answer li a {
  color: #899aaf;
  text-decoration: underline;
}
.news-section .page-stance.page-guide .inner .oneSegment .answer p a:hover,
.news-section .page-stance.page-guide .inner .oneSegment .answer li a:hover {
  text-decoration: none;
}
.news-section .page-stance.page-guide .inner .oneSegment .answer h4,
.news-section .page-stance.page-guide .inner .oneSegment .answer h5 {
  display: inline-block;
  margin: 0px;
  padding: 15px 0 0;
  font-size: 20px;
  font-weight: normal;
}
.news-section .page-stance.page-guide .inner .oneSegment .answer h5 {
  padding: 10px 0 0;
  line-height: 1.4;
}
.news-section .page-stance.page-guide .inner .oneSegment .answer ol {
  margin: 15px 0;
}
.news-section .page-stance.page-guide .inner .oneSegment .answer ol li {
  font-size: 14px;
  line-height: 200%;
}
.news-section .page-stance.page-guide .inner .oneSegment .answer ul {
  margin: 15px 0 15px 16px;
}
.news-section .page-stance.page-guide .inner .oneSegment .answer ul li {
  font-size: 14px;
  line-height: 2;
  list-style: disc;
}
.news-section .page-stance.page-guide .inner .oneSegment .answer hr {
  height: 0;
  margin: 30px 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #ececec;
}
.news-section .page-stance.page-contact .inner {
  max-width: 800px;
  padding: 0 30px;
}
.news-section .page-stance.page-contact p {
  margin: 15px;
  font-size: 14px;
  line-height: 1.7;
}
.news-section .page-stance.page-contact p:first-child {
  font-size: 12px;
  line-height: 2;
}
.news-section .page-stance.page-contact form {
  margin: 30px auto;
}
.news-section .page-stance.page-contact .input-group,
.news-section .page-stance.page-contact .input-group--2,
.news-section .page-stance.page-contact .input-group--3 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-section .page-stance.page-contact .input-group--2 .input-wrapper {
  -webkit-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}
.news-section .page-stance.page-contact .input-group--3 .input-wrapper {
  -webkit-flex-basis: 32%;
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
}
.news-section .page-stance.page-contact .input-wrapper {
  position: relative;
  margin: 15px 0;
  border: 1px solid #cfcfcf;
  border-radius: 0px;
}
.news-section .page-stance.page-contact .input-wrapper input,
.news-section .page-stance.page-contact .input-wrapper textarea,
.news-section .page-stance.page-contact .input-wrapper select {
  width: 100%;
  max-width: 100%;
  padding-top: 21.6px;
  padding-bottom: 4.8px;
  border: 0;
  background-color: transparent;
  color: inherit;
  line-height: 1.4em;
}
.news-section .page-stance.page-contact .input-wrapper input {
  padding-right: 1em;
  padding-left: 1em;
}
.news-section .page-stance.page-contact .input-wrapper label {
  -webkit-transition: all 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  position: absolute;
  padding-top: 12px;
  padding-right: 1em;
  padding-left: 1em;
  color: #8d8d8d;
  transition: all 0.3s;
  user-select: none;
}
.news-section .page-stance.page-contact .input-wrapper label {
  padding-top: 1px;
  color: rgba(141, 141, 141, 0.7);
  font-size: 12px;
}
.news-section .page-stance.page-contact .input-wrapper textarea {
  display: block;
  padding-right: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
}
.news-section .page-stance.page-contact .input-wrapper .selectbox-wrapper select {
  padding-right: 28px;
  padding-left: 1em;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M16.59%208.59L12%2013.17%207.41%208.59%206%2010l6%206%206-6z%22%2F%3E%3C%2Fsvg%3E");
  background-position: right 8px center;
  background-repeat: no-repeat;
  background-size: 18px;
}
.news-section .page-stance.page-contact .input-wrapper .selectbox-wrapper label {
  padding-top: 1px;
  font-size: 12px;
}
.news-section .page-stance.page-contact input[type=submit],
.news-section .page-stance.page-contact .btn {
  -webkit-user-select: "none";
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: background-color 0.25s, color 0.25s, border 0.25s;
  display: block;
  width: auto;
  min-width: 148px;
  margin: 30px auto 0;
  padding: 11px 39px;
  border: 1px solid #cfcfcf;
  background-color: #fff;
  color: #000;
  font-size: 1rem;
  line-height: 1.4em;
  text-align: center;
  transition: background-color 0.25s, color 0.25s, border 0.25s;
  user-select: "none";
}
.news-section .page-stance.page-contact input[type=submit]:hover,
.news-section .page-stance.page-contact .btn:hover {
  border-color: #333;
  background-color: #333;
  color: #fff;
}
.news-section .page-stance.page-contact .btn--secondary {
  -webkit-box-shadow: none;
  border: none;
  border-radius: 0;
  background-color: #000;
  box-shadow: none;
  color: #fff;
}
.news-section .page-stance.page-contact .btn--secondary:hover {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  color: #000;
}
.news-section .section__ttl {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}
.news-section .section__ttl h2 {
  margin-top: 100px;
  margin-bottom: 15px;
  color: #899a9f;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.news-section .section__ttl h3 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.news-section .featured-ranking {
  max-width: 1800px;
  margin-top: 120px;
  margin-bottom: 0;
  padding: 0;
}
.news-section .featured-ranking .featured-ranking-container {
  margin: 50px auto 0;
}
.news-section .featured-ranking .featured-ranking-container:after {
  display: table;
  clear: both;
  content: "";
}
.news-section .featured-ranking .featured-ranking-container .product-label {
  display: none;
}
.news-section .featured-ranking .featured-ranking-container .product-block {
  width: calc(33.33333% - 2px);
  margin-top: 0;
  margin-bottom: 3px;
  padding: 0 0 30px;
  float: left;
  background-color: #e5e3e4;
}
.news-section .featured-ranking .featured-ranking-container .product-block .rimage-wrapper {
  padding-top: 100%;
}
.news-section .featured-ranking .featured-ranking-container .product-block .product-block__image-container .hover-images {
  position: relative;
}
.news-section .featured-ranking .featured-ranking-container .product-block .quicklook {
  right: 0;
  left: 0;
  margin: auto;
}
.news-section .featured-ranking .featured-ranking-container .product-block .rimage-wrapper #imgProductImage {
  position: absolute;
  top: inherit;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  height: inherit;
  margin: auto;
}
.news-section .featured-ranking .featured-ranking-container .product-block:nth-child(1) .product-block__rank {
  left: 25px;
  font-size: 60px;
}
.news-section .featured-ranking .featured-ranking-container .product-block:nth-child(2) .product-block__rank {
  left: 30px;
  font-size: 50px;
}
.news-section .featured-ranking .featured-ranking-container .product-block:nth-child(3) .product-block__rank {
  left: 35px;
  font-size: 40px;
}
.news-section .featured-ranking .featured-ranking-container .product-block:nth-child(3n-1) {
  margin: 0 3px 3px;
}
.news-section .featured-ranking .featured-ranking-container .product-block .product-block__image-container .product-block__rank {
  z-index: 1;
  position: absolute;
  top: 40px;
  left: 40px;
  color: #899a9f;
  font-family: "Avenir Next", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 200;
}
@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}
@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}
@-webkit-keyframes plyr-popup {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0.5;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes plyr-popup {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0.5;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.news-section .plyr {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  position: relative;
  min-width: 200px;
  max-width: 100%;
  font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 1.7;
  direction: ltr;
  text-shadow: none;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.news-section .plyr video,
.news-section .plyr audio {
  width: 100%;
  height: auto;
  border-radius: inherit;
  vertical-align: middle;
}
.news-section .plyr button {
  width: auto;
  font: inherit;
  line-height: inherit;
}
.news-section .plyr--full-ui {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.news-section .plyr--full-ui * {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.news-section .plyr--full-ui *::after,
.news-section .plyr--full-ui *::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.news-section .plyr--full-ui a,
.news-section .plyr--full-ui button,
.news-section .plyr--full-ui input,
.news-section .plyr--full-ui label {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.news-section .plyr__badge {
  padding: 3px 4px;
  border-radius: 2px;
  background: #4a5764;
  color: #fff;
  font-size: 9px;
  line-height: 1;
}
.news-section .plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}
.news-section .plyr__captions {
  -webkit-animation: plyr-fade-in 0.3s ease;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  animation: plyr-fade-in 0.3s ease;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.news-section .plyr__captions .plyr__caption {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0.2em 0.5em;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.8);
  line-height: 185%;
  white-space: pre-wrap;
}
.news-section .plyr__captions .plyr__caption div {
  display: inline;
}
.news-section .plyr__captions span:empty {
  display: none;
}
.news-section .plyr--captions-active .plyr__captions {
  display: block;
}
.news-section .plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}
.news-section .plyr__control {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  -webkit-transition: all 0.3s ease;
  position: relative;
  flex-shrink: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  transition: all 0.3s ease;
}
.news-section .plyr__control:not(.plyr__control--overlaid) {
  background-color: transparent;
}
.news-section .plyr__control svg {
  fill: currentColor;
  display: block;
  width: 44px;
  height: 44px;
  margin: 0;
  pointer-events: none;
}
.news-section .plyr__control:focus:not(.plyr__tab-focus) {
  outline: 0;
}
.news-section a.plyr__control {
  text-decoration: none;
}
.news-section a.plyr__control::after,
.news-section a.plyr__control::before {
  display: none;
}
.news-section .plyr__control:not(.plyr__control--pressed) .icon--pressed,
.news-section .plyr__control.plyr__control--pressed .icon--not-pressed,
.news-section .plyr__control:not(.plyr__control--pressed) .label--pressed,
.news-section .plyr__control.plyr__control--pressed .label--not-pressed {
  display: none;
}
.news-section .plyr--video .plyr__control:not(.plyr__control--overlaid).plyr__tab-focus svg,
.news-section .plyr--video .plyr__control:not(.plyr__control--overlaid):hover svg,
.news-section .plyr--video .plyr__control:not(.plyr__control--overlaid)[aria-expanded=true] svg {
  stroke: currentColor;
  stroke-width: 0;
}
.news-section .plyr--audio .plyr__control.plyr__tab-focus svg,
.news-section .plyr--audio .plyr__control:hover svg,
.news-section .plyr--audio .plyr__control[aria-expanded=true] svg {
  stroke: currentColor;
  stroke-width: 0;
}
.news-section .plyr__control--overlaid {
  -webkit-transform: translate(-50%, -50%);
  display: none;
  visibility: hidden;
  visibility: hidden;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 4px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0;
  background-color: inherit;
  color: currentColor;
  opacity: 0;
  opacity: 0;
}
.news-section .plyr__control--overlaid svg {
  fill: transparent;
  position: relative;
  width: 52px;
  height: 52px;
}
.news-section .plyr__control--overlaid.plyr__tab-focus,
.news-section .plyr__control--overlaid:hover {
  color: rgba(58, 58, 58, 0.55);
}
.news-section .plyr--stopped .plyr__control--overlaid {
  visibility: visible;
  opacity: 1;
}
.news-section .plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}
.news-section .plyr--full-ui.plyr--video {
  background-color: transparent;
  color: #424242;
}
.news-section .plyr--full-ui.plyr--video button {
  -webkit-box-shadow: none;
  min-width: 0;
  box-shadow: none;
}
.news-section .plyr--full-ui.plyr--video .plyr__poster,
.news-section .plyr--full-ui.plyr--video .plyr__video-wrapper {
  background-color: transparent;
}
.news-section .plyr--full-ui.plyr--video:-webkit-full-screen .plyr__video-wrapper .plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__poster {
  background-color: #000;
}
.news-section .plyr--full-ui.plyr--video:-ms-fullscreen .plyr__video-wrapper .plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__poster {
  background-color: #000;
}
.news-section .plyr--full-ui.plyr--video:fullscreen .plyr__video-wrapper .plyr.plyr--full-ui.plyr--video:fullscreen .plyr__poster {
  background-color: #000;
}
.news-section .plyr--full-ui.plyr--video:-webkit-full-screen .plyr__video-wrapper,
.news-section .plyr--full-ui.plyr--video:-webkit-full-screen .plyr__poster {
  background-color: #000;
}
.news-section .plyr--full-ui.plyr--video:-moz-full-screen .plyr__video-wrapper,
.news-section .plyr--full-ui.plyr--video:-moz-full-screen .plyr__poster {
  background-color: #000;
}
.news-section .plyr--full-ui.plyr--video:-ms-fullscreen .plyr__video-wrapper,
.news-section .plyr--full-ui.plyr--video:-ms-fullscreen .plyr__poster {
  background-color: #000;
}
.news-section .plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__video-wrapper,
.news-section .plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__poster {
  background-color: #000;
}
.news-section .plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid {
  visibility: hidden;
  border-color: rgba(66, 66, 66, 0.05);
  background-color: #fff;
  opacity: 0;
}
.news-section .plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid.plyr__tab-focus,
.news-section .plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid:hover {
  color: rgba(66, 66, 66, 0.55);
}
.news-section .plyr--full-ui.plyr--video .plyr__controls {
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 3;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 0;
  border: 1px solid rgba(58, 58, 58, 0.05);
  border-radius: 0;
  border-radius: 0px;
  border-color: rgba(66, 66, 66, 0.05);
  background: #fff;
  color: currentColor;
  opacity: 0.9;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.news-section .plyr--full-ui.plyr--video .plyr__progress input[type=range]::-moz-range-thumb,
.news-section .plyr--full-ui.plyr--video .plyr__progress input[type=range]::-ms-thumb,
.news-section .plyr--full-ui.plyr--video .plyr__progress input[type=range]::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 #fff;
}
.news-section .plyr--full-ui.plyr--video .plyr__progress input[type=range]::-moz-range-track,
.news-section .plyr--full-ui.plyr--video .plyr__progress input[type=range]::-ms-fill-upper {
  background-color: rgba(66, 66, 66, 0.6);
}
.news-section .plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-webkit-slider-runnable-track,
.news-section .plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-moz-range-track,
.news-section .plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-ms-track {
  -webkit-box-shadow: 0 0 0 4px rgba(66, 66, 66, 0.25);
  box-shadow: 0 0 0 4px rgba(66, 66, 66, 0.25);
}
.news-section .plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-moz-range-thumb,
.news-section .plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-ms-thumb,
.news-section .plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(66, 66, 66, 0.25);
}
.news-section .plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip {
  background-color: #424242;
  color: #fff;
}
.news-section .plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip::before {
  border-top-color: #424242;
}
.news-section .plyr--full-ui.plyr--video.plyr--loading .plyr__progress__buffer {
  background-image: -webkit-linear-gradient(135deg, rgba(66, 66, 66, 0.6) 25%, transparent 25%, transparent 50%, rgba(66, 66, 66, 0.6) 50%, rgba(66, 66, 66, 0.6) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(66, 66, 66, 0.6) 25%, transparent 25%, transparent 50%, rgba(66, 66, 66, 0.6) 50%, rgba(66, 66, 66, 0.6) 75%, transparent 75%, transparent);
}
.news-section .plyr--full-ui.plyr--video .plyr__volume input[type=range] {
  color: #fff;
}
.news-section .plyr--full-ui.plyr--video .plyr__volume input[type=range]::-moz-range-thumb,
.news-section .plyr--full-ui.plyr--video .plyr__volume input[type=range]::-ms-thumb,
.news-section .plyr--full-ui.plyr--video .plyr__volume input[type=range]::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 #424242;
}
.news-section .plyr--full-ui.plyr--video .plyr__volume input[type=range]::-moz-range-track,
.news-section .plyr--full-ui.plyr--video .plyr__volume input[type=range]::-ms-fill-upper {
  background-color: rgba(255, 255, 255, 0.6);
}
.news-section .plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-webkit-slider-runnable-track,
.news-section .plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-moz-range-track,
.news-section .plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-ms-track {
  -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}
.news-section .plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-moz-range-thumb,
.news-section .plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-ms-thumb,
.news-section .plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}
.news-section .plyr--full-ui ::-webkit-media-controls {
  display: none;
}
.news-section .plyr__controls {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
}
.news-section .plyr__controls .plyr__progress__container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
.news-section .plyr__controls .plyr__controls__item:first-child {
  margin-right: auto;
  margin-left: 0;
}
.news-section .plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
}
.news-section .plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
}
.news-section .plyr__controls .plyr__controls__item.plyr__progress__container:first-child {
  padding-left: 0;
}
.news-section .plyr__controls .plyr__controls__item.plyr__time:first-child,
.news-section .plyr__controls .plyr__controls__item.plyr__time + .plyr__time {
  padding-left: 0;
}
.news-section .plyr__controls .plyr__controls__item.plyr__volume:first-child {
  padding-right: 0;
}
.news-section .plyr__controls:empty {
  display: none;
}
.news-section .plyr--audio .plyr__controls {
  padding: 10px;
  border-radius: inherit;
  background-color: inherit;
  color: #3a3a3a;
}
.news-section .plyr--video .plyr__controls {
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 3;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 0;
  border: 1px solid rgba(58, 58, 58, 0.05);
  border-radius: 0;
  background-color: inherit;
  color: currentColor;
  opacity: 0.9;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.news-section .plyr--video.plyr--hide-controls .plyr__controls {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
}
.news-section .plyr [data-plyr=captions],
.news-section .plyr [data-plyr=pip],
.news-section .plyr [data-plyr=airplay],
.news-section .plyr [data-plyr=fullscreen] {
  display: none;
}
.news-section .plyr--captions-enabled [data-plyr=captions],
.news-section .plyr--pip-supported [data-plyr=pip],
.news-section .plyr--airplay-supported [data-plyr=airplay],
.news-section .plyr--fullscreen-enabled [data-plyr=fullscreen] {
  display: inline-block;
}
.news-section .plyr__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.news-section .plyr__menu .plyr__control svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.news-section .plyr__menu .plyr__control[aria-expanded=true] svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.news-section .plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}
.news-section .plyr__menu__container {
  -webkit-animation: plyr-popup 0.2s ease;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  z-index: 3;
  position: absolute;
  right: -3px;
  bottom: 100%;
  margin-bottom: 10px;
  border-radius: 4px;
  background-color: #3a3a3a;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #fff;
  font-size: 16px;
  text-align: left;
  white-space: nowrap;
  animation: plyr-popup 0.2s ease;
}
.news-section .plyr__menu__container > div {
  -webkit-transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.news-section .plyr__menu__container::after {
  position: absolute;
  top: 100%;
  right: 15px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #3a3a3a;
  content: "";
}
.news-section .plyr__menu__container [role=menu] {
  padding: 7px;
}
.news-section .plyr__menu__container [role=menuitem],
.news-section .plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}
.news-section .plyr__menu__container [role=menuitem]:first-child,
.news-section .plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}
.news-section .plyr__menu__container .plyr__control {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 4px 11px;
  color: #fff;
  font-size: 14px;
  user-select: none;
}
.news-section .plyr__menu__container .plyr__control > span {
  -webkit-box-align: inherit;
  -webkit-align-items: inherit;
  -ms-flex-align: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: inherit;
  width: 100%;
}
.news-section .plyr__menu__container .plyr__control::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 4px solid transparent;
  content: "";
}
.news-section .plyr__menu__container .plyr__control--forward {
  padding-right: 29px;
}
.news-section .plyr__menu__container .plyr__control--forward::after {
  right: 5px;
  border-left-color: currentColor;
}
.news-section .plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,
.news-section .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}
.news-section .plyr__menu__container .plyr__control--back {
  position: relative;
  width: calc(100% - 14px);
  margin: 7px;
  margin-bottom: 3px;
  padding-left: 29px;
  font-weight: 500;
}
.news-section .plyr__menu__container .plyr__control--back::after {
  left: 7px;
  border-right-color: currentColor;
}
.news-section .plyr__menu__container .plyr__control--back::before {
  -webkit-box-shadow: 0 1px 0 #fff;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  height: 1px;
  margin-top: 4px;
  overflow: hidden;
  background: #c1c9d1;
  box-shadow: 0 1px 0 #fff;
  content: "";
}
.news-section .plyr__menu__container .plyr__control--back.plyr__tab-focus::after,
.news-section .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}
.news-section .plyr__menu__container .plyr__control.plyr__tab-focus,
.news-section .plyr__menu__container .plyr__control:hover,
.news-section .plyr__menu__container .plyr__control[aria-expanded=true] {
  background-color: #fff;
  color: #3a3a3a;
}
.news-section .plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
}
.news-section .plyr__menu__container .plyr__control[role=menuitemradio]::before,
.news-section .plyr__menu__container .plyr__control[role=menuitemradio]::after {
  border-radius: 100%;
}
.news-section .plyr__menu__container .plyr__control[role=menuitemradio]::before {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  -webkit-transition: all 0.3s ease;
  display: block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background: rgba(0, 0, 0, 0.1);
  content: "";
  transition: all 0.3s ease;
}
.news-section .plyr__menu__container .plyr__control[role=menuitemradio]::after {
  -webkit-transform: translateY(-50%) scale(0);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  top: 50%;
  left: 12px;
  width: 6px;
  height: 6px;
  transform: translateY(-50%) scale(0);
  border: 0;
  background: #fff;
  opacity: 0;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.news-section .plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #3a3a3a;
}
.news-section .plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  opacity: 1;
}
.news-section .plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,
.news-section .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(0, 0, 0, 0.1);
}
.news-section .plyr__menu__container .plyr__menu__value {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-right: -5px;
  margin-left: auto;
  padding-left: 25px;
  overflow: hidden;
  pointer-events: none;
}
.news-section .plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  display: block;
  width: 100%;
  height: 19px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 26px;
  /* stylelint-disable-line */
  background: transparent;
  color: inherit;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.news-section .plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  -webkit-user-select: none;
  height: 2px;
  border: 0;
  border-radius: 1px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(rgba(58, 58, 58, 0.6)));
  background-image: -webkit-linear-gradient(left, currentColor var(--value, 0%), rgba(58, 58, 58, 0.6) var(--value, 0%));
  background-image: linear-gradient(to right, currentColor var(--value, 0%), rgba(58, 58, 58, 0.6) var(--value, 0%));
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  user-select: none;
}
.news-section .plyr--full-ui input[type=range]::-webkit-slider-thumb {
  -webkit-box-shadow: 2px 0 0 0 #fff;
  -webkit-transition: all 0.2s ease;
  -webkit-appearance: none;
  position: relative;
  width: 13px;
  height: 13px;
  margin-top: -5px;
  border: 0;
  border-radius: 50%;
  background-color: currentColor;
  box-shadow: 2px 0 0 0 #fff;
  transition: all 0.2s ease;
  /* stylelint-disable-line */
}
.news-section .plyr--full-ui input[type=range]::-moz-range-track {
  -moz-transition: box-shadow 0.3s ease;
  -moz-user-select: none;
  height: 2px;
  border: 0;
  border-radius: 1px;
  background-color: transparent;
  background-color: rgba(58, 58, 58, 0.6);
  transition: box-shadow 0.3s ease;
  user-select: none;
}
.news-section .plyr--full-ui input[type=range]::-moz-range-thumb {
  -moz-transition: all 0.2s ease;
  position: relative;
  width: 13px;
  height: 13px;
  margin-top: -5px;
  border: 0;
  border-radius: 50%;
  background-color: currentColor;
  box-shadow: 2px 0 0 0 #fff;
  transition: all 0.2s ease;
}
.news-section .plyr--full-ui input[type=range]::-moz-range-progress {
  height: 2px;
  border-radius: 1px;
  background-color: currentColor;
}
.news-section .plyr--full-ui input[type=range]::-ms-track {
  -ms-transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  height: 2px;
  border: 0;
  border-radius: 1px;
  background-color: transparent;
  color: transparent;
  transition: box-shadow 0.3s ease;
  user-select: none;
}
.news-section .plyr--full-ui input[type=range]::-ms-fill-upper {
  -ms-transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  height: 2px;
  border: 0;
  border-radius: 1px;
  background-color: transparent;
  background-color: currentColor;
  opacity: 0.6;
  transition: box-shadow 0.3s ease;
  user-select: none;
}
.news-section .plyr--full-ui input[type=range]::-ms-fill-lower {
  -ms-transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  height: 2px;
  border: 0;
  border-radius: 1px;
  background-color: transparent;
  background-color: currentColor;
  transition: box-shadow 0.3s ease;
  user-select: none;
}
.news-section .plyr--full-ui input[type=range]::-ms-thumb {
  -ms-transition: all 0.2s ease;
  position: relative;
  width: 13px;
  height: 13px;
  margin-top: -5px;
  margin-top: 1px;
  border: 0;
  border-radius: 50%;
  background-color: currentColor;
  box-shadow: 2px 0 0 0 #fff;
  transition: all 0.2s ease;
}
.news-section .plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}
.news-section .plyr--full-ui input[type=range]:focus:not(.plyr__tab-focus) {
  outline: 0;
}
.news-section .plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}
.news-section .plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track,
.news-section .plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track,
.news-section .plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  -webkit-box-shadow: 0 0 0 4px rgba(58, 58, 58, 0.25);
  box-shadow: 0 0 0 4px rgba(58, 58, 58, 0.25);
}
.news-section .plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-thumb,
.news-section .plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-thumb,
.news-section .plyr--full-ui input[type=range].plyr__tab-focus::-ms-thumb {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.news-section .plyr--full-ui input[type=range]:active::-webkit-slider-thumb,
.news-section .plyr--full-ui input[type=range]:active::-moz-range-thumb,
.news-section .plyr--full-ui input[type=range]:active::-ms-thumb {
  -webkit-box-shadow: 0 0 0 3px rgba(58, 58, 58, 0.25);
  box-shadow: 0 0 0 3px rgba(58, 58, 58, 0.25);
}
.news-section .plyr__poster {
  -webkit-transition: opacity 0.2s ease;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.news-section .plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}
.news-section .plyr__time {
  font-size: 14px;
}
.news-section .plyr__time + .plyr__time::before {
  margin-right: 10px;
  content: "⁄";
}
.news-section .plyr--video .plyr__time {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.news-section .plyr__tooltip {
  -webkit-transform: translate(-50%, 10px);
  -webkit-transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  z-index: 2;
  position: absolute;
  bottom: 100%;
  left: 50%;
  padding: 5px 15px;
  transform: translate(-50%, 10px);
  background-color: #3a3a3a;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
}
.news-section .plyr__tooltip::before {
  -webkit-transform: translateX(-50%);
  z-index: 2;
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-top: 4px solid #3a3a3a;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.news-section .plyr .plyr__control:hover .plyr__tooltip,
.news-section .plyr .plyr__control.plyr__tab-focus .plyr__tooltip {
  -webkit-transform: translate(-50%, -24px);
  transform: translate(-50%, -24px);
  opacity: 1;
}
.news-section .plyr__tooltip--visible {
  -webkit-transform: translate(-50%, -24px);
  transform: translate(-50%, -24px);
  opacity: 1;
}
.news-section .plyr__controls > .plyr__control[data-plyr=mute]:hover .plyr__tooltip,
.news-section .plyr__controls > .plyr__control[data-plyr=mute].plyr__tab-focus .plyr__tooltip,
.news-section .plyr__controls > .plyr__control[data-plyr=mute] .plyr__tooltip--visible {
  -webkit-transform: translate(-50%, -11px);
  transform: translate(-50%, -11px);
}
.news-section .plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}
.news-section .plyr__controls > .plyr__control:first-child .plyr__tooltip {
  -webkit-transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 0 100%;
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}
.news-section .plyr__controls > .plyr__control:first-child .plyr__tooltip::before {
  left: 29px;
}
.news-section .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  -webkit-transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 0 100%;
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}
.news-section .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: 29px;
}
.news-section .plyr__controls > .plyr__control:last-child .plyr__tooltip {
  -webkit-transform: translate(0, 10px);
  -webkit-transform-origin: 100% 100%;
  right: 0;
  left: auto;
  transform: translate(0, 10px);
  transform-origin: 100% 100%;
}
.news-section .plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  -webkit-transform: translateX(50%);
  right: 29px;
  left: auto;
  transform: translateX(50%);
}
.news-section .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.news-section .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.news-section .plyr__controls > .plyr__control:first-child .plyr__tooltip--visible {
  -webkit-transform: translate(0, -11px);
  transform: translate(0, -11px);
}
.news-section .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.news-section .plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.news-section .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible {
  -webkit-transform: translate(0, -11px);
  transform: translate(0, -11px);
}
.news-section .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip,
.news-section .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.news-section .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible {
  -webkit-transform: translate(0, -11px);
  transform: translate(0, -11px);
}
.news-section .plyr--video {
  overflow: hidden;
  background-color: #fff;
  color: #3a3a3a;
}
.news-section .plyr--video.plyr--menu-open {
  overflow: visible;
}
.news-section .plyr--video .plyr__control.plyr__tab-focus,
.news-section .plyr--video .plyr__control:hover,
.news-section .plyr--video .plyr__control[aria-expanded=true] {
  outline: 0;
  background: inherit;
  color: inherit;
}
.news-section .plyr__video-wrapper {
  z-index: 0;
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
  background-color: #000;
}
.news-section .plyr__video-embed,
.news-section .plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%;
}
.news-section .plyr__video-embed iframe,
.news-section .plyr__video-wrapper--fixed-ratio video {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  user-select: none;
}
.news-section .plyr__progress {
  position: relative;
  left: 6.5px;
  margin-right: 15px;
}
.news-section .plyr__progress input[type=range] {
  width: calc(100% + 13px);
  max-width: calc(100% + 13px);
  margin-right: -6.5px;
  margin-left: -6.5px;
}
.news-section .plyr__progress__buffer {
  width: calc(100% + 13px);
  max-width: calc(100% + 13px);
  margin-right: -6.5px;
  margin-left: -6.5px;
}
.news-section .plyr__progress input[type=range] {
  z-index: 2;
  position: relative;
}
.news-section .plyr__progress .plyr__tooltip {
  left: 0;
  font-size: 14px;
}
.news-section .plyr__progress__buffer {
  -webkit-appearance: none;
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  margin-top: -1px;
  padding: 0;
  border: 0;
  border-radius: 100px;
  /* stylelint-disable-line */
  background-color: transparent;
  color: transparent;
}
.news-section .plyr__progress__buffer::-webkit-progress-bar {
  background-color: transparent;
}
.news-section .plyr__progress__buffer::-webkit-progress-value,
.news-section .plyr__progress__buffer::-moz-progress-bar {
  -webkit-transition: width 0.2s ease;
  -moz-transition: width 0.2s ease;
  min-width: 2px;
  border-radius: 100px;
  background-color: currentColor;
  transition: width 0.2s ease;
}
.news-section .plyr__progress__buffer::-ms-fill {
  -ms-transition: width 0.2s ease;
  border-radius: 100px;
  transition: width 0.2s ease;
}
.news-section .plyr--audio .plyr__progress__buffer {
  color: rgba(193, 201, 209, 0.66);
}
.news-section .plyr--loading .plyr__progress__buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
  background-image: -webkit-linear-gradient(135deg, rgba(58, 58, 58, 0.6) 25%, transparent 25%, transparent 50%, rgba(58, 58, 58, 0.6) 50%, rgba(58, 58, 58, 0.6) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(58, 58, 58, 0.6) 25%, transparent 25%, transparent 50%, rgba(58, 58, 58, 0.6) 50%, rgba(58, 58, 58, 0.6) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent;
  animation: plyr-progress 1s linear infinite;
}
.news-section .plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 201, 209, 0.66);
}
.news-section .plyr--full-ui .plyr__volume {
  -webkit-transform: rotate(270deg);
  -webkit-transition: visibility 0.4s linear 0.4s, opacity 0.4s linear 0.3s;
  position: absolute;
  right: -4px;
  bottom: 105px;
  width: 140px;
  height: 40px;
  padding: 10px 15px;
  transform: rotate(270deg);
  background-color: currentColor;
  opacity: 0;
  transition: visibility 0.4s linear 0.4s, opacity 0.4s linear 0.3s;
}
.news-section .plyr--full-ui .plyr__volume::before {
  -webkit-transform: rotate(90deg);
  z-index: 2;
  position: absolute;
  bottom: 18px;
  left: -6px;
  transform: rotate(90deg);
  border-top: 4px solid currentColor;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.news-section .plyr--full-ui .plyr__volume.plyr__volume--is-visible {
  -webkit-transition: visibility 0.4s linear, opacity 0.4s linear;
  opacity: 1;
  transition: visibility 0.4s linear, opacity 0.4s linear;
}
.news-section .plyr--audio .plyr--full-ui .plyr__volume {
  right: -37px;
  bottom: 125px;
}
.news-section .plyr--full-ui .plyr__volume:hover {
  visibility: visible;
  opacity: 1;
}
.news-section .plyr--full-ui .plyr__volume input[type=range] {
  margin: 0 auto;
  color: #fff;
}
.news-section .plyr--full-ui .plyr__volume input[type=range]::-webkit-slider-runnable-track {
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(rgba(255, 255, 255, 0.6)));
  background-image: -webkit-linear-gradient(left, currentColor var(--value, 0), rgba(255, 255, 255, 0.6) var(--value, 0));
  background-image: linear-gradient(to right, currentColor var(--value, 0), rgba(255, 255, 255, 0.6) var(--value, 0));
}
.news-section .plyr--full-ui .plyr__volume input[type=range]::-webkit-slider-thumb {
  -webkit-box-shadow: 2px 0 0 0 #3a3a3a;
  box-shadow: 2px 0 0 0 #3a3a3a;
}
.news-section .plyr--full-ui .plyr__volume input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.6);
}
.news-section .plyr--full-ui .plyr__volume input[type=range]::-moz-range-thumb {
  box-shadow: 2px 0 0 0 #3a3a3a;
}
.news-section .plyr--full-ui .plyr__volume input[type=range]::-ms-fill-upper {
  background-color: rgba(255, 255, 255, 0.6);
}
.news-section .plyr--full-ui .plyr__volume input[type=range]::-ms-thumb {
  box-shadow: 2px 0 0 0 #3a3a3a;
}
.news-section .plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-webkit-slider-runnable-track,
.news-section .plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-moz-range-track,
.news-section .plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-ms-track {
  -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}
.news-section .plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-webkit-slider-thumb,
.news-section .plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-moz-range-thumb,
.news-section .plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-ms-thumb {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.news-section .plyr--full-ui .plyr__volume input[type=range]:active::-webkit-slider-thumb,
.news-section .plyr--full-ui .plyr__volume input[type=range]:active::-moz-range-thumb,
.news-section .plyr--full-ui .plyr__volume input[type=range]:active::-ms-thumb {
  -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}
.news-section .plyr--is-android .plyr__volume,
.news-section .plyr--is-ios .plyr__volume,
.news-section .plyr--is-mac.plyr--is-touch .plyr__volume {
  display: none !important;
}
.news-section .plyr__control[data-plyr=mute]:hover + .plyr__volume {
  -webkit-transition: visibility 0.4s linear, opacity 0.4s linear;
  opacity: 1;
  transition: visibility 0.4s linear, opacity 0.4s linear;
}
.news-section .plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}
.news-section .plyr:fullscreen.plyr--hide-controls,
.news-section .plyr:-webkit-full-screen.plyr--hide-controls,
.news-section .plyr:-moz-full-screen.plyr--hide-controls,
.news-section .plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}
.news-section .plyr--fullscreen-fallback {
  z-index: 10000000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0 !important;
}
.news-section .plyr--fullscreen-fallback video {
  height: 100%;
}
.news-section .plyr--fullscreen-fallback .plyr__video-wrapper {
  position: static;
  height: 100%;
}
.news-section .plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}
.news-section .plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.news-section .plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}
.news-section .plyr__preview-thumb {
  -webkit-transform: translate(0, 10px);
  -webkit-transform-origin: 50% 100%;
  -webkit-transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  z-index: 2;
  position: absolute;
  bottom: 100%;
  margin-bottom: 10px;
  padding: 5px;
  transform: translate(0, 10px);
  transform-origin: 50% 100%;
  background-color: #3a3a3a;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
}
.news-section .plyr__preview-thumb--is-shown {
  -webkit-transform: translate(0, -14px);
  transform: translate(0, -14px);
  opacity: 1;
}
.news-section .plyr__preview-thumb::before {
  -webkit-transform: translateX(-50%);
  z-index: 2;
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-top: 4px solid #3a3a3a;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.news-section .plyr__preview-thumb__image-container {
  z-index: 0;
  position: relative;
  overflow: hidden;
  background: #c1c9d1;
}
.news-section .plyr__preview-thumb__image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
}
.news-section .plyr__preview-thumb__time-container {
  z-index: 3;
  position: absolute;
  right: 0;
  bottom: 6px;
  left: 0;
  white-space: nowrap;
}
.news-section .plyr__preview-thumb__time-container span {
  padding: 3px 6px;
  background-color: #3a3a3a;
  color: #fff;
  font-size: 14px;
}
.news-section .plyr__preview-scrubbing {
  -webkit-filter: blur(1px);
  -webkit-transition: opacity 0.3s ease;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow: hidden;
  filter: blur(1px);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.news-section .plyr__preview-scrubbing--is-shown {
  opacity: 1;
}
.news-section .plyr__preview-scrubbing img {
  -o-object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  object-fit: contain;
}
.news-section .plyr--no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}
.news-section .plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden;
  border: 0 !important;
}
.news-section .plyr [hidden] {
  display: none !important;
}
@media (min-width: 480px) {
  .news-section .plyr__captions {
    padding: 20px;
    font-size: 16px;
  }
  .news-section .plyr--full-ui .plyr__volume input[type=range] {
    max-width: 90px;
  }
}
@media (min-width: 750px) {
  .news-section .plyr__captions {
    font-size: 18px;
  }
  .news-section .plyr--full-ui .plyr__volume input[type=range] {
    max-width: 110px;
  }
}
@media only screen and (min-width: 768px) {
  .news-section .product-detail .product-layout-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  .news-section .product-detail .product-layout-grid__images {
    width: 50%;
  }
  .news-section .product-detail .product-layout-grid__detail {
    width: 44.4%;
    padding-left: 60px;
  }
  .news-section .product-detail .product-layout-grid__detail .product-detail__detail.sticky-element {
    z-index: 1;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
  }
}
@media (min-width: 990px) {
  .news-section .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
  .news-section .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }
  .news-section .plyr:fullscreen .plyr__captions {
    font-size: 21px;
  }
  .news-section .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
  .news-section .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
  }
  .news-section .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }
  .news-section .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
  }
}
@media only screen and (min-width: 1024px) {
  .news-section .product-recommendations .related-products .product-block__image-container .hover-images {
    overflow: hidden;
  }
  .news-section .product-recommendations .related-products .product-block__image-container .image-one,
  .news-section .product-recommendations .related-products .product-block__image-container .image-two {
    -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .news-section .product-recommendations .related-products .product-block__image-container:hover .image-one {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .news-section .recently-viewed .product-carousel-peek .product-block .recently-viewed-product__image .hover-images {
    overflow: hidden;
  }
  .news-section .recently-viewed .product-carousel-peek .product-block .recently-viewed-product__image .hover-images .image-one,
  .news-section .recently-viewed .product-carousel-peek .product-block .recently-viewed-product__image .hover-images .image-two {
    -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .news-section .recently-viewed .product-carousel-peek .product-block .recently-viewed-product__image .hover-images .image-two {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .news-section .collection-product-list .product-block__image-container .hover-images {
    overflow: hidden;
  }
  .news-section .collection-product-list .product-block__image-container .hover-images .image-one,
  .news-section .collection-product-list .product-block__image-container .hover-images .image-two {
    -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .news-section .collection-product-list .product-block__image-container .hover-images:hover .image-one {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .news-section .collection-product-list .product-block__image-container .hover-images--two .image-one {
    -webkit-transition: opacity 0ms 0ms;
    transition: opacity 0ms 0ms;
  }
  .news-section .collection-product-list .product-block__image-container .hover-images--two .image-two {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@media only screen and (min-width: 1280px) {
  .news-section .product-detail .product-layout-grid {
    width: 83.33333%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1390px) {
  .news-section .product-layout-description #cleaning-spray-lp .point-detail .two-block.second .txt {
    padding-right: 3%;
    padding-left: 3%;
  }
  .news-section .lp-spray .point-detail .two-block.second .txt {
    padding-right: 3%;
    padding-left: 3%;
  }
}
@media only screen and (max-width: 1440px) {
  .news-section .bstory .bstory-kv-wrapper {
    position: relative;
    width: 100%;
  }
  .news-section .bstory .bstory-kv-wrapper .bstory-kv {
    position: relative;
    width: 100%;
  }
  .news-section .bstory .bstory-kv-wrapper .bstory-about .bstory-about-area {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
  }
  .news-section .bstory .bstory-kv-wrapper .bstory-about .bstory-about-area .bstory-about-title {
    width: 35%;
    margin-right: 5%;
  }
  .news-section .bstory .bstory-kv-wrapper .bstory-about .bstory-about-area .bstory-about-read {
    width: 60%;
  }
  .news-section .bstory .bstory-concept {
    position: relative;
    margin: 0 auto;
    padding: 160px 0;
    background: #fff;
  }
  .news-section .bstory .bstory-concept .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
  }
  .news-section .bstory .bstory-concept .left {
    width: 40%;
    margin-right: 5%;
  }
  .news-section .bstory .bstory-concept .right {
    width: 55%;
  }
  .news-section .bstory .bstory-concept .right .img-sp-only {
    display: none;
  }
  .news-section .bstory .bstory-concept .right .img-wrapper {
    width: 422px;
    height: 300px;
    overflow: hidden;
  }
  .news-section .bstory .bstory-foursinn {
    width: 100%;
    padding: 140px 5% 160px;
    background: #f0f0f0;
  }
  .news-section .bstory .bstory-foursinn .bstory-foursinn-list li {
    margin-right: 40px;
  }
  .news-section .bstory .bstory-commit-wrapper {
    z-index: 10;
    position: relative;
    background: #fff;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit {
    position: relative;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100vh;
    background: #fff;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area:nth-child(1) .left {
    background: url("/assets/img/brandstory/bstory-comit_img1_laptop.jpg?v=1591158598") no-repeat 50%/cover fixed;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area:nth-child(2) .left {
    background: url("/assets/img/brandstory/bstory-comit_img2.jpg") no-repeat 50%/cover fixed;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area:nth-child(3) .left {
    background: url("/assets/img/brandstory/bstory-comit_img3.jpg") no-repeat 50%/cover fixed;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .left,
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right {
    width: 50%;
    height: 100vh;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .left {
    position: relative;
    overflow: hidden;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .left .sp-img-wrapper {
    display: none;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-flow: column;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    overflow: hidden;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right:before {
    -webkit-transition: 1s ease-in-out;
    z-index: 2;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 0;
    content: "";
    transition: 1s ease-in-out;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-title {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(50px);
    -webkit-transition: opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) 0.75s, -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.75s;
    display: inline-block;
    z-index: 3;
    position: absolute;
    top: 50px;
    left: 50px;
    transform: translateY(50px);
    backface-visibility: hidden;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) 0.75s, -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.75s;
    transition: transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.75s, opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) 0.75s;
    transition: transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.75s, opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) 0.75s, -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.75s;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-title span {
    display: block;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-title span.jp {
    margin-top: 15px;
    font-size: 13px;
    font-weight: 300;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box {
    -webkit-transform: translateY(50px);
    -webkit-transition: opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) 0.75s, -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.75s;
    z-index: 3;
    position: absolute;
    bottom: 50px;
    left: 50px;
    transform: translateY(50px);
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) 0.75s, -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.75s;
    transition: transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.75s, opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) 0.75s;
    transition: transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.75s, opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) 0.75s, -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.75s;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box .bstory-commit-num {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box .bstory-commit-num .num {
    display: inline-block;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box .bstory-commit-num .point {
    display: inline-block;
    position: relative;
    margin-right: 70px;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box .bstory-commit-num .point:before {
    position: absolute;
    top: -6px;
    right: -55px;
    bottom: 0;
    width: 40px;
    height: 1px;
    margin: auto;
    background: #969696;
    content: "";
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box-title {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box-title span {
    display: inline-block;
    margin-right: 15px;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box-text {
    margin-bottom: 60px;
    font-size: 13px;
    line-height: 2.3;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box-list li {
    margin-right: 20px;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box-list li:last-child {
    margin-right: 0;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box-list li .thumb {
    margin: 0;
    text-align: center;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box-list li .thumb .img {
    min-height: 56px;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box-list li .thumb .caption {
    font-size: 10px;
    text-align: center;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box-caption {
    font-size: 9px;
  }
  .news-section .bstory .bstory-lineup {
    padding: 150px 0 170px;
    background: #fff;
  }
  .news-section .bstory .bstory-lineup .bstory-lineup-wrapper {
    width: 100%;
    margin: 0 auto;
  }
  .news-section .bstory .bstory-lineup .bstory-lineup-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  .news-section .bstory .bstory-lineup .bstory-lineup-list li {
    -webkit-transition: 0.45s ease;
    width: 31.6666%;
    margin-right: 2.5%;
    transition: 0.45s ease;
  }
  .news-section .bstory .bstory-lineup .bstory-lineup-list li .lineup-list-header {
    z-index: 5;
    position: absolute;
    top: 40px;
    right: 0;
    left: 0;
    margin: auto;
    letter-spacing: 0.1rem;
  }
  .news-section .bstory .bstory-lineup .bstory-lineup-list li .lineup-list-header .lineup-box-title span {
    display: block;
    text-align: center;
  }
  .news-section .bstory .bstory-lineup .bstory-lineup-list li .lineup-list-header .lineup-box-title span.en {
    margin-bottom: 12px;
    color: #969696;
    font-size: 16px;
  }
  .news-section .bstory .bstory-lineup .bstory-lineup-list li .lineup-list-header .lineup-box-title span.jp {
    color: #424242;
    font-size: 14px;
  }
  .news-section .bstory .bstory-lineup .bstory-lineup-list li .lineup-list-header .lineup-box-copy {
    margin-top: 12px;
    color: #424242;
    font-size: 10px;
    text-align: center;
  }
}
@media only screen and (max-width: 1279px) {
  .news-section .product-layout-description .series-kv_inner .series-kv-title {
    padding: 0 40px 95px;
  }
  .news-section .product-layout-description .series-kv_inner .series-kv-title::after {
    left: 40px;
  }
  .news-section .product-layout-description .series-step .series-step-list .series-step-list_inner {
    width: 100%;
    padding: 0 40px;
  }
  .news-section .product-layout-description .series-step .series-step-list .series-step-list-item {
    width: 380px;
    padding: 170px 0 150px;
  }
  .news-section .product-layout-description .series-step .series-step-list .series-step-list-detail {
    width: calc(100% - 380px);
    padding-right: 0;
  }
  .news-section .product-layout-description .series-step .series-step-list .series-step-list-detail .series-step-list-detail-title::before {
    display: none;
  }
  .news-section .product-layout-description .series-step .series-step-list.series-step-list-hydrating > li .series-step-list-detail .series-step-list-detail-lead p small {
    right: 0;
    font-size: 10px;
    font-size: 0.625rem;
  }
  .news-section .product-layout-description .series-step .series-step-list.series-step-list-ag > li .series-step-list-detail,
  .news-section .product-layout-description .series-step .series-step-list.series-step-list-hydrating > li .series-step-list-detail {
    padding: 0 40px;
  }
  .news-section .product-layout-description .series-step .series-step-point {
    padding-bottom: 95px;
  }
  .news-section .product-layout-description .series-step .series-step-point .series-step-point_inner {
    width: 100%;
    padding: 0 40px;
  }
  .news-section .product-layout-description .series-step .series-step-point .series-step-point_inner .series-step-point-list {
    margin: 0 auto;
  }
  .news-section .product-layout-description .series-step .series-step-point .series-step-point_inner .series-step-point-list li {
    width: calc((100% - 120px) / 4);
    margin-right: 40px;
    margin-bottom: 60px;
  }
  .news-section .lp-preskin .series-kv .series-kv_inner .series-kv-title {
    padding: 0 40px 95px;
  }
  .news-section .lp-preskin .series-kv .series-kv_inner .series-kv-title::after {
    left: 40px;
  }
  .news-section .lp-preskin .series-item {
    height: auto;
    padding: 120px 0 90px;
  }
  .news-section .lp-preskin .series-item .series-item_inner {
    -webkit-transform: translateY(0);
    position: relative;
    width: 100%;
    padding: 0 40px;
    transform: translateY(0);
  }
  .news-section .lp-preskin .series-item .series-item_inner .series-item-list li {
    width: calc((100% - 30px) / 2);
    margin-bottom: 30px;
  }
  .news-section .lp-preskin .series-item .series-item_inner .series-item-list li:nth-child(2n) {
    margin-right: 0;
  }
  .news-section .lp-preskin .series-item .series-item_inner .series-item-list li a {
    min-height: 550px;
  }
  .news-section .lp-preskin .series-step .series-step-list .series-step-list_inner {
    width: 100%;
    padding: 0 40px;
  }
  .news-section .lp-preskin .series-step .series-step-list .series-step-list-item {
    width: 380px;
    padding: 170px 0 150px;
  }
  .news-section .lp-preskin .series-step .series-step-list .series-step-list-detail {
    width: calc(100% - 380px);
    padding-right: 0;
  }
  .news-section .lp-preskin .series-step .series-step-list .series-step-list-detail .series-step-list-detail-title::before {
    display: none;
  }
  .news-section .lp-preskin .series-step .series-step-list.series-step-list-hydrating > li .series-step-list-detail .series-step-list-detail-lead p small {
    right: 0;
  }
  .news-section .lp-preskin .series-step .series-step-list.series-step-list-hydrating > li .series-step-list-detail .series-step-list-detail-lead p small {
    font-size: 10px;
  }
  .news-section .lp-preskin .series-step .series-step-list.series-step-list-ag > li .series-step-list-item,
  .news-section .lp-preskin .series-step .series-step-list.series-step-list-hydrating > li .series-step-list-item {
    padding: 100px 0 120px;
  }
  .news-section .lp-preskin .series-step .series-step-list.series-step-list-ag > li .series-step-list-detail,
  .news-section .lp-preskin .series-step .series-step-list.series-step-list-hydrating > li .series-step-list-detail {
    padding: 0 40px;
  }
  .news-section .lp-preskin .series-step .series-step-list.series-step-list-ag > li:nth-child(2n) .series-step-list-detail,
  .news-section .lp-preskin .series-step .series-step-list.series-step-list-hydrating > li:nth-child(2n) .series-step-list-detail {
    left: 0;
  }
  .news-section .lp-preskin .series-step .series-step-point {
    padding-bottom: 95px;
  }
  .news-section .lp-preskin .series-step .series-step-point .series-step-point_inner {
    width: 100%;
    padding: 0 40px;
  }
  .news-section .lp-preskin .series-step .series-step-point .series-step-point_inner .series-step-point-list {
    margin: 0 auto;
  }
  .news-section .lp-preskin .series-step .series-step-point .series-step-point_inner .series-step-point-list li {
    width: calc((100% - 120px) / 4);
    margin-right: 40px;
    margin-bottom: 60px;
  }
  .news-section .lp-preskin .series-lineup .series-lineup_inner {
    width: 100%;
    padding: 0 40px;
  }
  .news-section .lp-preskin .series-concept .series-concept_inner {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 1366px) {
  .news-section .bstory .bstory-commit-wrapper {
    z-index: 10;
    position: relative;
    background: #fff;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit {
    position: relative;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100vh;
    background: #fff;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-title {
    position: absolute;
    top: 30px;
    left: 30px;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-title span {
    display: block;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-title span.en {
    font-size: 40px;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-title span.jp {
    margin-top: 15px;
    font-size: 13px;
    font-weight: 300;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box {
    position: absolute;
    bottom: 30px;
    left: 30px;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box .bstory-commit-num {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box .bstory-commit-num .num {
    display: inline-block;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box .bstory-commit-num .point {
    display: inline-block;
    position: relative;
    margin-right: 70px;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box .bstory-commit-num .point:before {
    position: absolute;
    top: -6px;
    right: -55px;
    bottom: 0;
    width: 40px;
    height: 1px;
    margin: auto;
    background: #969696;
    content: "";
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box-title {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box-title span {
    display: inline-block;
    margin-right: 15px;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box-text {
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 1.8;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1079px) {
  .news-section .product-layout-description .series-ingredients .series-ingredients_inner {
    width: 100%;
    padding: 0 40px;
  }
  .news-section .product-layout-description .series-features .series-features_inner {
    width: 100%;
    padding: 0 40px;
  }
  .news-section .product-layout-description .series-step .series-step-point .series-step-point_inner .series-step-point-list li {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 40px;
  }
  .news-section .product-layout-description .series-step .series-step-point .series-step-point_inner .series-step-point-list li:nth-child(2n) {
    margin-right: 0;
  }
  .news-section .lp-preskin .series-features .series-features_inner {
    width: 100%;
    padding: 0 40px;
  }
  .news-section .lp-preskin .series-ingredients .series-ingredients_inner {
    width: 100%;
    padding: 0 40px;
  }
  .news-section .lp-preskin .series-step .series-step-point .series-step-point_inner .series-step-point-list li {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 40px;
  }
  .news-section .lp-preskin .series-step .series-step-point .series-step-point_inner .series-step-point-list li:nth-child(2n) {
    margin-right: 0;
  }
  .news-section .lp-preskin .series-lineup .series-lineup_inner .series-lineup-list li:nth-child(2n) {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1023px) {
  .news-section .product-label {
    font-size: 0.75rem;
    line-height: 1.5;
  }
  .news-section .hover-images {
    overflow: hidden;
  }
  .news-section .hover-images .image-one,
  .news-section .hover-images .image-two {
    -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .news-section .hover-images:hover .image-one {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .news-section .hover-images--two .image-two {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .news-section .hover-images--two:hover .image-one {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  .news-section .hover-images--two:hover .image-two {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  .news-section .hover-images--two.same-aspect-ratio .image-one {
    -webkit-transition: opacity 0ms 0ms;
    transition: opacity 0ms 0ms;
  }
  .news-section .hover-images--two.same-aspect-ratio:hover .image-one {
    -webkit-transition: opacity 50ms 400ms;
    transition: opacity 50ms 400ms;
  }
  .news-section .collection__container {
    padding: 0;
  }
  .news-section .collection .collection-filters-row .collection-filters-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-transform: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 25px;
    padding: 0 20px;
    transform: none;
    border-top: none;
    background-color: transparent;
  }
  .news-section .collection .collection-filters-row .collection-filters-container .collection-sort {
    width: 48.75%;
    margin-right: 2.5%;
    margin-bottom: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .news-section .page-pickup .container ul li {
    width: 48.75%;
    margin-bottom: 2.5%;
    list-style: none;
  }
  .news-section .page-pickup .container ul li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .news-section .page-pickup .container ul li:nth-child(odd) {
    margin-right: 2.5%;
  }
}
@media only screen and (max-width: 999px) {
  .news-section .product-layout-description .series-features.series-features_hydrating .series-features_inner .series-features-txt small {
    position: static;
    padding-top: 10px;
  }
  .news-section .lp-preskin .series-features.series-features_hydrating .series-features_inner .series-features-txt small {
    position: static;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 899px) {
  .news-section .lp-preskin .series-concept .series-concept_inner .series-concept-sub-title {
    width: 100%;
    margin-bottom: 40px;
    float: none;
  }
  .news-section .lp-preskin .series-concept .series-concept_inner .txt {
    width: 100%;
    float: none;
  }
  .news-section .lp-preskin .series-concept .series-concept_inner .txt a {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 787px) {
  .news-section .product-layout-description #cleaning-spray-lp a:hover img {
    filter: alpha(opacity=100);
    opacity: 1;
  }
  .news-section .product-layout-description #cleaning-spray-lp .sp-visible {
    display: block !important;
  }
  .news-section .product-layout-description #cleaning-spray-lp .sp-invisible {
    display: none !important;
  }
  .news-section .product-layout-description #cleaning-spray-lp .main-visual .img {
    height: calc(86vh - 159px);
  }
  .news-section .product-layout-description #cleaning-spray-lp .main-visual .img figure {
    background-image: url("/assets/img/cleaningspray-lp/cleaning_splay_lp_mainv_sp.jpg");
    background-position: center bottom;
  }
  .news-section .product-layout-description #cleaning-spray-lp .main-visual .txt-1 {
    top: 5.1%;
    left: 8.7%;
  }
  .news-section .product-layout-description #cleaning-spray-lp .main-visual .txt-1 h1 {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .news-section .product-layout-description #cleaning-spray-lp .main-visual .txt-1 h2 {
    margin-top: 15px;
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .news-section .product-layout-description #cleaning-spray-lp .main-visual .txt-1 p {
    position: static;
    margin-top: 10px;
  }
  .news-section .product-layout-description #cleaning-spray-lp .main-visual .txt-1 span {
    width: 80px;
    height: 80px;
    padding-top: 33px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .news-section .product-layout-description #cleaning-spray-lp .main-visual .txt-1 span:nth-of-type(2) {
    margin-top: 5px;
    padding-top: 18px;
    font-size: 10px;
    font-size: 0.625rem;
  }
  .news-section .product-layout-description #cleaning-spray-lp .main-visual .txt-2 {
    display: none;
  }
  .news-section .product-layout-description #cleaning-spray-lp .main-visual .txt-3 {
    top: 0;
    right: 9.4%;
    bottom: 0;
    margin: auto;
  }
  .news-section .product-layout-description #cleaning-spray-lp .main-visual .txt-3 p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .news-section .product-layout-description #cleaning-spray-lp .main-visual .scroll {
    bottom: 4.4%;
    left: 5.4%;
  }
  .news-section .product-layout-description #cleaning-spray-lp .main-visual .scroll p {
    margin-bottom: 13px;
    font-size: 16px;
    font-size: 1rem;
  }
  .news-section .product-layout-description #cleaning-spray-lp .main-visual .scroll span {
    padding-top: 83px;
  }
  .news-section .product-layout-description #cleaning-spray-lp .main-visual .scroll span:before {
    height: 83px;
  }
  .news-section .product-layout-description #cleaning-spray-lp .main-visual a {
    right: 3%;
    bottom: 90px;
    width: 125px;
    height: 42px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 43px;
  }
  .news-section .product-layout-description #cleaning-spray-lp .main-visual a:before {
    top: 17px;
    right: 15px;
    width: 5px;
    height: 8px;
  }
  .news-section .product-layout-description #cleaning-spray-lp .point {
    padding: 55px 0;
  }
  .news-section .product-layout-description #cleaning-spray-lp .point .container {
    display: block;
    max-width: 100%;
  }
  .news-section .product-layout-description #cleaning-spray-lp .point .container .img-block {
    width: 71.8%;
    margin: 0 auto 135px;
  }
  .news-section .product-layout-description #cleaning-spray-lp .point .container .img-block .first {
    width: 69.1%;
  }
  .news-section .product-layout-description #cleaning-spray-lp .point .container .img-block .second {
    top: 45px;
    width: 79.6%;
  }
  .news-section .product-layout-description #cleaning-spray-lp .point .container ul {
    width: 85.4%;
    margin: 0 auto;
  }
  .news-section .product-layout-description #cleaning-spray-lp .point .container ul li {
    padding-left: 47px;
  }
  .news-section .product-layout-description #cleaning-spray-lp .point .container ul li:before {
    left: -12px;
    width: 47px;
    height: 47px;
  }
  .news-section .product-layout-description #cleaning-spray-lp .point .container ul li h2 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .news-section .product-layout-description #cleaning-spray-lp .point .container ul li p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .news-section .product-layout-description #cleaning-spray-lp .point .container ul li aside {
    font-size: 10px;
    font-size: 0.625rem;
  }
  .news-section .product-layout-description #cleaning-spray-lp .point .container ul li:nth-child(2) {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .news-section .product-layout-description #cleaning-spray-lp .point .container ul li:nth-child(2):before {
    background-size: 40px auto;
  }
  .news-section .product-layout-description #cleaning-spray-lp .point .container ul li:nth-child(3) aside {
    margin-top: 7px;
  }
  .news-section .product-layout-description #cleaning-spray-lp .point .container ul li:nth-child(3):before {
    background-size: 40px auto;
  }
  .news-section .product-layout-description #cleaning-spray-lp .point-detail .two-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
  .news-section .product-layout-description #cleaning-spray-lp .point-detail .two-block .img {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    width: 100%;
  }
  .news-section .product-layout-description #cleaning-spray-lp .point-detail .two-block .img figure {
    position: relative;
  }
  .news-section .product-layout-description #cleaning-spray-lp .point-detail .two-block .img figure:before {
    display: block;
    padding-top: 106%;
    content: "";
  }
  .news-section .product-layout-description #cleaning-spray-lp .point-detail .two-block .txt {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    height: auto;
    padding: 40px 6.7% 60px;
  }
  .news-section .product-layout-description #cleaning-spray-lp .point-detail .two-block .txt h2 {
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 0.1em;
  }
  .news-section .product-layout-description #cleaning-spray-lp .point-detail .two-block .txt ul {
    margin: 35px auto 30px;
  }
  .news-section .product-layout-description #cleaning-spray-lp .point-detail .two-block .txt ul li span {
    height: 40px;
  }
  .news-section .product-layout-description #cleaning-spray-lp .point-detail .two-block .txt > p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .news-section .product-layout-description #cleaning-spray-lp .point-detail .two-block .txt aside {
    line-height: 1.9;
  }
  .news-section .product-layout-description #cleaning-spray-lp .point-detail .two-block.first .txt {
    padding-top: 40px;
  }
  .news-section .product-layout-description #cleaning-spray-lp .point-detail .two-block.first .txt ul li {
    margin: 0 17px;
  }
  .news-section .product-layout-description #cleaning-spray-lp .point-detail .two-block.first .txt ul li:nth-child(-n+2) span {
    width: 40px;
  }
  .news-section .product-layout-description #cleaning-spray-lp .point-detail .two-block.first .txt ul li:nth-child(3) span {
    width: 36px;
  }
  .news-section .product-layout-description #cleaning-spray-lp .point-detail .two-block.second .txt {
    padding: 40px 6.7% 60px;
  }
  .news-section .product-layout-description #cleaning-spray-lp .point-detail .two-block.second .txt ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 220px;
  }
  .news-section .product-layout-description #cleaning-spray-lp .point-detail .two-block.second .txt ul li {
    width: 100px;
    margin: 0;
  }
  .news-section .product-layout-description #cleaning-spray-lp .point-detail .two-block.second .txt ul li span {
    height: 52px;
  }
  .news-section .product-layout-description #cleaning-spray-lp .point-detail .two-block.second .txt ul li:nth-child(3),
  .news-section .product-layout-description #cleaning-spray-lp .point-detail .two-block.second .txt ul li:nth-child(4) {
    margin-top: 30px;
  }
  .news-section .product-layout-description #cleaning-spray-lp .point-detail .one-block div {
    top: 40px;
  }
  .news-section .product-layout-description #cleaning-spray-lp .point-detail .one-block div h2 {
    margin-bottom: 15px;
    font-size: 20px;
    font-size: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.8;
  }
  .news-section .product-layout-description #cleaning-spray-lp .point-detail .one-block div p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .news-section .product-layout-description #cleaning-spray-lp .deployment-example {
    padding: 55px 0 60px;
  }
  .news-section .product-layout-description #cleaning-spray-lp .deployment-example .container {
    max-width: 1400%;
  }
  .news-section .product-layout-description #cleaning-spray-lp .deployment-example .container h2 {
    margin-bottom: 35px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.83;
  }
  .news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .example-list {
    display: block;
    margin-bottom: 60px;
  }
  .news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .example-list .block {
    width: auto;
    min-height: 384px;
    padding: 35px 25px;
  }
  .news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .example-list .block figure {
    height: 55px;
  }
  .news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .example-list .block h3 {
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .example-list .block.block-1 figure {
    width: 69px;
  }
  .news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .example-list .block.block-2 figure,
  .news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .example-list .block.block-3 figure {
    width: 54px;
  }
  .news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .example-list .block.block-4 figure {
    width: 46px;
  }
  .news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .example-list .block.block-5 figure {
    width: 42px;
  }
  .news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .example-list .block.block-6 figure {
    width: 45px;
  }
  .news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .example-list .block.block-7 figure {
    width: 50px;
  }
  .news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .example-list .block.block-4,
  .news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .example-list .block.block-5,
  .news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .example-list .block.block-6,
  .news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .example-list .block.block-7 {
    margin-top: 0;
  }
  .news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .slick-slide:not(.slick-current) .text,
  .news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .slick-slide:not(.slick-current) .view-btn {
    opacity: 0;
  }
  .news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .safety-confirmed {
    position: static;
    width: 83%;
    min-height: auto;
    margin: 0 auto;
    padding: 0;
    background-color: #ebebeb;
  }
  .news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .safety-confirmed h4 {
    margin-bottom: 18px;
    padding-bottom: 10px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .safety-confirmed ul li {
    display: block;
  }
  .news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .safety-confirmed ul li dl dt {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .safety-confirmed ul li dl dd {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .safety-confirmed ul li dl:nth-child(n+2) {
    margin-top: 13px;
  }
  .news-section .product-layout-description #cleaning-spray-lp .deployment-example .container .safety-confirmed ul li:first-child {
    margin-right: 0;
    margin-bottom: 13px;
  }
  .news-section .product-layout-description #cleaning-spray-lp .removing-bacteria {
    padding: 60px 0;
  }
  .news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container {
    max-width: 100%;
  }
  .news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container h2 {
    margin-bottom: 30px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container .list-container {
    position: static;
    width: 81.4%;
    margin: 0 auto;
  }
  .news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container .list-container ul li .blok-1,
  .news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container .list-container ul li .blok-2 {
    display: block;
    width: 100%;
    font-size: 0;
  }
  .news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container .list-container ul li .blok-1 div,
  .news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container .list-container ul li .blok-2 div {
    display: inline-block;
    position: relative;
    width: 31.2%;
    height: auto;
    margin-right: 3.1%;
  }
  .news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container .list-container ul li .blok-1 div:before,
  .news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container .list-container ul li .blok-2 div:before {
    display: block;
    padding-top: 100%;
    content: "";
  }
  .news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container .list-container ul li .blok-1 div p,
  .news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container .list-container ul li .blok-2 div p {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: translateY(-50%);
    font-size: 10px;
    font-size: 0.625rem;
  }
  .news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container .list-container ul li .blok-1 div p span,
  .news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container .list-container ul li .blok-2 div p span {
    margin-top: 10px;
    font-size: 16px;
    font-size: 1rem;
  }
  .news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container .list-container ul li .blok-2 {
    margin-top: 10px;
  }
  .news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container .list-container ul li .blok-2 div p span {
    margin-top: 10px;
    font-size: 16px;
    font-size: 1rem;
  }
  .news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container .list-container ul li .blok-2 div:first-of-type {
    margin-left: 0;
  }
  .news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container .list-container ul li.list-2,
  .news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container .list-container ul li.list-3 {
    margin-top: 10px;
  }
  .news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container .list-container ul li.list-2 .blok-2,
  .news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container .list-container ul li.list-3 {
    display: none;
  }
  .news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container .list-container .total-number {
    display: inline-block;
    position: static;
    margin: 35px auto 0;
    padding-bottom: 12px;
    font-size: 30px;
    font-size: 1.875rem;
  }
  .news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container .list-container .total-number span {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container .caution {
    width: 88%;
    margin: 50px auto 0;
  }
  .news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container .caution h3 {
    margin-bottom: 15px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container .caution div {
    display: block;
  }
  .news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container .caution div p {
    display: block;
    font-size: 10px;
    font-size: 0.625rem;
  }
  .news-section .product-layout-description #cleaning-spray-lp .removing-bacteria .container .caution aside {
    margin-top: 20px;
    font-size: 10px;
    font-size: 0.625rem;
  }
  .news-section .product-layout-description #cleaning-spray-lp .product {
    padding: 60px 0 70px;
  }
  .news-section .product-layout-description #cleaning-spray-lp .product .container {
    max-width: 100%;
  }
  .news-section .product-layout-description #cleaning-spray-lp .product .container h2 {
    margin-bottom: 35px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .news-section .product-layout-description #cleaning-spray-lp .product .container ul {
    width: 86.7%;
    margin: 0 auto;
  }
  .news-section .product-layout-description #cleaning-spray-lp .product .container ul li {
    width: 77%;
    margin: 0 auto 50px;
  }
  .news-section .product-layout-description #cleaning-spray-lp .product .container ul li a {
    margin-top: 30px;
  }
  .news-section .product-layout-description #cleaning-spray-lp .product .container ul li a:before {
    top: 22px;
    right: 29px;
    width: 6px;
    height: 10px;
  }
  .news-section .product-layout-description #cleaning-spray-lp .product .container ul li figure div {
    top: 15px;
    right: 15px;
    width: 60px;
    height: 60px;
  }
  .news-section .product-layout-description #cleaning-spray-lp .product .container ul li figure div p {
    font-size: 16px;
    font-size: 1rem;
  }
  .news-section .product-layout-description #cleaning-spray-lp .product .container ul li figure div p span {
    font-size: 10px;
    font-size: 0.625rem;
  }
  .news-section .product-layout-description #cleaning-spray-lp .product .container ul li .item-name,
  .news-section .product-layout-description #cleaning-spray-lp .product .container ul li .item-amount {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .news-section .product-layout-description #cleaning-spray-lp .product .container ul li a {
    margin-top: 30px;
  }
  .news-section .product-layout-description #cleaning-spray-lp .product .container ul li a:before {
    top: 22px;
    right: 29px;
    width: 6px;
    height: 10px;
  }
  .news-section .product-layout-description #cleaning-spray-lp .qanda {
    padding: 50px 0;
  }
  .news-section .product-layout-description #cleaning-spray-lp .qanda h2 {
    margin-bottom: 25px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .news-section .product-layout-description #cleaning-spray-lp .qanda .container {
    width: 90.7%;
    max-width: 90.7%;
    padding: 20px 0 40px;
  }
  .news-section .product-layout-description #cleaning-spray-lp .qanda .container ul {
    width: 88.3%;
    max-width: 88.3%;
  }
  .news-section .product-layout-description #cleaning-spray-lp .qanda .container ul li dl dt {
    padding: 15px 0 15px 1.7em;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    text-indent: -1.7em;
  }
  .news-section .product-layout-description #cleaning-spray-lp .qanda .container ul li dl dt:before {
    right: 10px;
    width: 11px;
  }
  .news-section .product-layout-description #cleaning-spray-lp .qanda .container ul li dl dt:after {
    right: 15px;
    height: 11px;
  }
  .news-section .product-layout-description #cleaning-spray-lp .qanda .container ul li dl dd {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .news-section .product-layout-description #cleaning-spray-lp .qanda .container ul li dl dd span {
    line-height: 1.6;
  }
  .news-section .lp-spray a:hover img {
    filter: alpha(opacity=100);
    opacity: 1;
  }
  .news-section .lp-spray .sp-visible {
    display: block !important;
  }
  .news-section .lp-spray .sp-invisible {
    display: none !important;
  }
  .news-section .lp-spray .main-visual .img {
    height: calc(86vh - 159px);
  }
  .news-section .lp-spray .main-visual .img figure {
    background-image: url("/assets/img/cleaningspray-lp/cleaning_splay_lp_mainv_sp.jpg");
    background-position: center bottom;
  }
  .news-section .lp-spray .main-visual .txt-1 {
    top: 5.1%;
    left: 8.7%;
  }
  .news-section .lp-spray .main-visual .txt-1 h1 {
    font-size: 28px;
  }
  .news-section .lp-spray .main-visual .txt-1 h2 {
    margin-top: 15px;
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .news-section .lp-spray .main-visual .txt-1 p {
    position: static;
    margin-top: 10px;
  }
  .news-section .lp-spray .main-visual .txt-1 p span {
    width: 80px;
    height: 80px;
    padding-top: 33px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .news-section .lp-spray .main-visual .txt-1 p span:nth-of-type(2) {
    margin-top: 5px;
    padding-top: 18px;
    font-size: 10px;
  }
  .news-section .lp-spray .main-visual .txt-2 {
    display: none;
  }
  .news-section .lp-spray .main-visual .txt-3 {
    top: 0;
    right: 9.4%;
    bottom: 0;
    margin: auto;
  }
  .news-section .lp-spray .main-visual .txt-3 p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .news-section .lp-spray .main-visual .scroll {
    bottom: 4.4%;
    left: 5.4%;
  }
  .news-section .lp-spray .main-visual .scroll p {
    margin-bottom: 13px;
    font-size: 16px;
    font-size: 1rem;
  }
  .news-section .lp-spray .main-visual .scroll span {
    padding-top: 83px;
  }
  .news-section .lp-spray .main-visual .scroll span:before {
    height: 83px;
  }
  .news-section .lp-spray .main-visual a {
    right: 3%;
    bottom: 90px;
    width: 125px;
    height: 42px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 43px;
  }
  .news-section .lp-spray .main-visual a:before {
    top: 17px;
    right: 15px;
    width: 5px;
    height: 8px;
  }
  .news-section .lp-spray .point {
    padding: 55px 0;
  }
  .news-section .lp-spray .point .container {
    display: block;
    max-width: 100%;
  }
  .news-section .lp-spray .point .container .img-block {
    width: 71.8%;
    margin: 0 auto 135px;
  }
  .news-section .lp-spray .point .container .img-block .first {
    width: 69.1%;
  }
  .news-section .lp-spray .point .container .img-block .second {
    top: 45px;
    width: 79.6%;
  }
  .news-section .lp-spray .point .container ul {
    width: 85.4%;
    margin: 0 auto;
  }
  .news-section .lp-spray .point .container ul li {
    padding-left: 47px;
  }
  .news-section .lp-spray .point .container ul li:before {
    left: -12px;
    width: 47px;
    height: 47px;
  }
  .news-section .lp-spray .point .container ul li h2 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .news-section .lp-spray .point .container ul li p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .news-section .lp-spray .point .container ul li aside {
    font-size: 10px;
    font-size: 0.625rem;
  }
  .news-section .lp-spray .point .container ul li:nth-child(2) {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .news-section .lp-spray .point .container ul li:nth-child(2):before {
    background-size: 40px auto;
  }
  .news-section .lp-spray .point .container ul li:nth-child(3) aside {
    margin-top: 7px;
  }
  .news-section .lp-spray .point .container ul li:nth-child(3):before {
    background-size: 40px auto;
  }
  .news-section .lp-spray .point-detail .two-block {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: auto;
  }
  .news-section .lp-spray .point-detail .two-block .img {
    -ms-flex-order: 0;
    -webkit-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
    width: 100%;
  }
  .news-section .lp-spray .point-detail .two-block .img figure {
    position: relative;
  }
  .news-section .lp-spray .point-detail .two-block .img figure:before {
    display: block;
    padding-top: 106%;
    content: "";
  }
  .news-section .lp-spray .point-detail .two-block .txt {
    -ms-flex-order: 1;
    -webkit-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
    width: 100%;
    height: auto;
    padding: 40px 6.7% 60px;
  }
  .news-section .lp-spray .point-detail .two-block .txt h2 {
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 0.1em;
  }
  .news-section .lp-spray .point-detail .two-block .txt ul {
    margin: 35px auto 30px;
  }
  .news-section .lp-spray .point-detail .two-block .txt ul li span {
    height: 40px;
  }
  .news-section .lp-spray .point-detail .two-block .txt > p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .news-section .lp-spray .point-detail .two-block .txt aside {
    line-height: 1.9;
  }
  .news-section .lp-spray .point-detail .two-block.first .txt {
    padding-top: 40px;
  }
  .news-section .lp-spray .point-detail .two-block.first .txt ul li {
    margin: 0 17px;
  }
  .news-section .lp-spray .point-detail .two-block.first .txt ul li:nth-child(-n+2) span {
    width: 40px;
  }
  .news-section .lp-spray .point-detail .two-block.first .txt ul li:nth-child(3) span {
    width: 36px;
  }
  .news-section .lp-spray .point-detail .two-block.second .txt {
    padding: 40px 6.7% 60px;
  }
  .news-section .lp-spray .point-detail .two-block.second .txt ul {
    -webkit-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 220px;
  }
  .news-section .lp-spray .point-detail .two-block.second .txt ul li {
    width: 100px;
    margin: 0;
  }
  .news-section .lp-spray .point-detail .two-block.second .txt ul li span {
    height: 52px;
  }
  .news-section .lp-spray .point-detail .two-block.second .txt ul li:nth-child(3),
  .news-section .lp-spray .point-detail .two-block.second .txt ul li:nth-child(4) {
    margin-top: 30px;
  }
  .news-section .lp-spray .point-detail .one-block div {
    top: 40px;
  }
  .news-section .lp-spray .point-detail .one-block div h2 {
    margin-bottom: 15px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.8;
  }
  .news-section .lp-spray .point-detail .one-block div p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .news-section .lp-spray .deployment-example {
    padding: 55px 0 60px;
  }
  .news-section .lp-spray .deployment-example .container {
    max-width: 1400%;
  }
  .news-section .lp-spray .deployment-example .container h2 {
    margin-bottom: 35px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.83;
  }
  .news-section .lp-spray .deployment-example .container .example-list {
    display: block;
    margin-bottom: 60px;
  }
  .news-section .lp-spray .deployment-example .container .example-list .block {
    width: auto;
    min-height: 384px;
    padding: 35px 25px;
  }
  .news-section .lp-spray .deployment-example .container .example-list .block figure {
    height: 55px;
  }
  .news-section .lp-spray .deployment-example .container .example-list .block h3 {
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .news-section .lp-spray .deployment-example .container .example-list .block.block-1 figure {
    width: 69px;
  }
  .news-section .lp-spray .deployment-example .container .example-list .block.block-2 figure,
  .news-section .lp-spray .deployment-example .container .example-list .block.block-3 figure {
    width: 54px;
  }
  .news-section .lp-spray .deployment-example .container .example-list .block.block-4 figure {
    width: 46px;
  }
  .news-section .lp-spray .deployment-example .container .example-list .block.block-5 figure {
    width: 42px;
  }
  .news-section .lp-spray .deployment-example .container .example-list .block.block-6 figure {
    width: 45px;
  }
  .news-section .lp-spray .deployment-example .container .example-list .block.block-7 figure {
    width: 50px;
  }
  .news-section .lp-spray .deployment-example .container .example-list .block.block-4,
  .news-section .lp-spray .deployment-example .container .example-list .block.block-5,
  .news-section .lp-spray .deployment-example .container .example-list .block.block-6,
  .news-section .lp-spray .deployment-example .container .example-list .block.block-7 {
    margin-top: 0;
  }
  .news-section .lp-spray .deployment-example .container .slick-slide:not(.slick-current) .text,
  .news-section .lp-spray .deployment-example .container .slick-slide:not(.slick-current) .view-btn {
    opacity: 0;
  }
  .news-section .lp-spray .deployment-example .container .safety-confirmed {
    position: static;
    position: static;
    width: 83%;
    min-height: auto;
    margin: 0 auto;
    padding: 0;
    background-color: #ebebeb;
  }
  .news-section .lp-spray .deployment-example .container .safety-confirmed h4 {
    margin-bottom: 18px;
    padding-bottom: 10px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .news-section .lp-spray .deployment-example .container .safety-confirmed ul li {
    display: block;
  }
  .news-section .lp-spray .deployment-example .container .safety-confirmed ul li dl dt {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .news-section .lp-spray .deployment-example .container .safety-confirmed ul li dl dd {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .news-section .lp-spray .deployment-example .container .safety-confirmed ul li dl:nth-child(n+2) {
    margin-top: 13px;
  }
  .news-section .lp-spray .deployment-example .container .safety-confirmed ul li:first-child {
    margin-right: 0;
    margin-bottom: 13px;
  }
  .news-section .lp-spray .removing-bacteria {
    padding: 60px 0;
  }
  .news-section .lp-spray .removing-bacteria .container {
    max-width: 100%;
  }
  .news-section .lp-spray .removing-bacteria .container h2 {
    margin-bottom: 30px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .news-section .lp-spray .removing-bacteria .container .list-container {
    position: static;
    width: 81.4%;
    margin: 0 auto;
  }
  .news-section .lp-spray .removing-bacteria .container .list-container ul li .blok-1,
  .news-section .lp-spray .removing-bacteria .container .list-container ul li .blok-2 {
    display: block;
    width: 100%;
    font-size: 0;
  }
  .news-section .lp-spray .removing-bacteria .container .list-container ul li .blok-1 div,
  .news-section .lp-spray .removing-bacteria .container .list-container ul li .blok-2 div {
    display: inline-block;
    position: relative;
    width: 31.2%;
    height: auto;
    margin-right: 3.1%;
  }
  .news-section .lp-spray .removing-bacteria .container .list-container ul li .blok-1 div:before,
  .news-section .lp-spray .removing-bacteria .container .list-container ul li .blok-2 div:before {
    display: block;
    padding-top: 100%;
    content: "";
  }
  .news-section .lp-spray .removing-bacteria .container .list-container ul li .blok-1 div p,
  .news-section .lp-spray .removing-bacteria .container .list-container ul li .blok-2 div p {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: translateY(-50%);
    font-size: 10px;
    font-size: 0.625rem;
  }
  .news-section .lp-spray .removing-bacteria .container .list-container ul li .blok-1 div p span {
    margin-top: 10px;
    font-size: 16px;
    font-size: 1rem;
  }
  .news-section .lp-spray .removing-bacteria .container .list-container ul li .blok-2 {
    margin-top: 10px;
  }
  .news-section .lp-spray .removing-bacteria .container .list-container ul li .blok-2 div p span {
    margin-top: 10px;
    font-size: 16px;
    font-size: 1rem;
  }
  .news-section .lp-spray .removing-bacteria .container .list-container ul li .blok-2 div:first-of-type {
    margin-left: 0;
  }
  .news-section .lp-spray .removing-bacteria .container .list-container ul li.list-2,
  .news-section .lp-spray .removing-bacteria .container .list-container ul li.list-3 {
    margin-top: 10px;
  }
  .news-section .lp-spray .removing-bacteria .container .list-container ul li.list-2 .blok-2,
  .news-section .lp-spray .removing-bacteria .container .list-container ul li.list-3 {
    display: none;
  }
  .news-section .lp-spray .removing-bacteria .container .list-container .total-number {
    display: inline-block;
    position: static;
    margin: 35px auto 0;
    padding-bottom: 12px;
    font-size: 30px;
    font-size: 1.875rem;
  }
  .news-section .lp-spray .removing-bacteria .container .list-container .total-number span {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .news-section .lp-spray .removing-bacteria .container .caution {
    width: 88%;
    margin: 50px auto 0;
  }
  .news-section .lp-spray .removing-bacteria .container .caution h3 {
    margin-bottom: 15px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .news-section .lp-spray .removing-bacteria .container .caution div {
    display: block;
  }
  .news-section .lp-spray .removing-bacteria .container .caution div p {
    display: block;
    font-size: 10px;
    font-size: 0.625rem;
  }
  .news-section .lp-spray .removing-bacteria .container .caution aside {
    margin-top: 20px;
    font-size: 10px;
    font-size: 0.625rem;
  }
  .news-section .lp-spray .product {
    padding: 60px 0 70px;
  }
  .news-section .lp-spray .product .container {
    max-width: 100%;
  }
  .news-section .lp-spray .product .container h2 {
    margin-bottom: 35px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .news-section .lp-spray .product .container ul {
    width: 86.7%;
    margin: 0 auto;
  }
  .news-section .lp-spray .product .container ul li {
    width: 77%;
    margin: 0 auto 50px;
  }
  .news-section .lp-spray .product .container ul li a {
    margin-top: 30px;
  }
  .news-section .lp-spray .product .container ul li a:before {
    top: 22px;
    right: 29px;
    width: 6px;
    height: 10px;
  }
  .news-section .lp-spray .product .container ul li figure div {
    top: 15px;
    right: 15px;
    width: 60px;
    height: 60px;
  }
  .news-section .lp-spray .product .container ul li figure div p {
    font-size: 16px;
    font-size: 1rem;
  }
  .news-section .lp-spray .product .container ul li figure div p span {
    font-size: 10px;
    font-size: 0.625rem;
  }
  .news-section .lp-spray .product .container ul li .item-name,
  .news-section .lp-spray .product .container ul li .item-amount {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .news-section .lp-spray .product .container ul li a {
    margin-top: 30px;
  }
  .news-section .lp-spray .product .container ul li a:before {
    top: 22px;
    right: 29px;
    width: 6px;
    height: 10px;
  }
  .news-section .lp-spray .qanda {
    padding: 50px 0;
  }
  .news-section .lp-spray .qanda h2 {
    margin-bottom: 25px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .news-section .lp-spray .qanda .container {
    width: 90.7%;
    max-width: 90.7%;
    padding: 20px 0 40px;
  }
  .news-section .lp-spray .qanda .container ul {
    width: 88.3%;
    max-width: 88.3%;
  }
  .news-section .lp-spray .qanda .container ul li dl dt {
    padding: 15px 0 15px 1.7em;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    text-indent: -1.7em;
  }
  .news-section .lp-spray .qanda .container ul li dl dt:before {
    right: 10px;
    width: 11px;
  }
  .news-section .lp-spray .qanda .container ul li dl dt:after {
    right: 15px;
    height: 11px;
  }
  .news-section .lp-spray .qanda .container ul li dl dd {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .news-section .lp-spray .qanda .container ul li dl dd span {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 768px) {
  .news-section {
    /*
     .slick-arrow.slick-prev {
       top: 40%;
       left: 0;
       width: 44px;
       height: 44px;
     }

     .slick-arrow.slick-prev:before {
       -webkit-transform: rotate(225deg);
       position: absolute;
       top: 15px;
       left: 18px;
       width: 15px;
       height: 15px;
       transform: rotate(225deg);
       border-top: 3px solid #899A9F;
       border-right: 3px solid #899A9F;
       content: "";
     }

     .slick-arrow.slick-next {
       top: 40%;
       right: 0;
       width: 44px;
       height: 44px;
     }

     .slick-arrow.slick-next:before {
       -webkit-transform: rotate(45deg);
       position: absolute;
       top: 15px;
       right: 18px;
       width: 15px;
       height: 15px;
       transform: rotate(45deg);
       border-top: 3px solid #899A9F;
       border-right: 3px solid #899A9F;
       content: "";
     }
    */
  }
  .news-section .page-post .onlyUser {
    padding-bottom: 30px;
    margin-top: 40px;
  }
  .news-section .campaign-wrap {
    -webkit-transition: opacity 0.5s ease-in-out;
    visibility: visible;
    z-index: 30;
    position: fixed;
    right: 0;
    bottom: 95px;
    left: 0;
    margin: auto;
    transition: opacity 0.5s ease-in-out;
  }
  .news-section .campaign-wrap .campaign {
    position: relative;
    margin: auto;
  }
  .news-section a:hover img {
    filter: alpha(opacity=100);
    opacity: 1;
  }
  .news-section .br-sp,
  .news-section .sp-display {
    display: block !important;
  }
  .news-section .sp-invisible {
    display: none !important;
  }
  .news-section .product-block .product-block__title a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .news-section .slick-arrow.slick-disabled {
    display: none !important;
  }
  .news-section .site-footer__inner {
    margin-bottom: 80px;
    padding: 60px 5% 30px;
  }
  .news-section .site-footer__inner .footer-head {
    margin: 0 auto;
  }
  .news-section .site-footer__inner .footer-head__logo {
    width: 100%;
    margin: 0 auto 30px;
  }
  .news-section .site-footer__inner .footer-head__navigation {
    width: 100%;
    margin-bottom: 30px;
  }
  .news-section .site-footer__inner .footer-head__sns {
    width: 100%;
    margin: 0 auto 30px;
  }
  .news-section .site-footer__inner .footer-foot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .news-section .site-footer__inner .footer-foot__navigation {
    margin: 0 auto 30px;
    padding: 0;
  }
  .news-section .site-footer__inner .footer-foot__navigation ul li {
    width: 48.75%;
    margin-right: 2.5%;
    margin-bottom: 5px;
  }
  .news-section .site-footer__inner .footer-foot__navigation ul li:nth-child(2n) {
    margin-right: 0;
  }
  .news-section .sp-navigation {
    display: block;
  }
  .news-section .site-header .site-header-above .announcement-bar a,
  .news-section .site-header .site-header-above .announcement-bar span {
    padding: 5px 0;
    font-size: 10px;
    font-size: 0.625rem;
  }
  .news-section .site-header .header-content {
    padding: 10px;
  }
  .news-section .site-header .header-content-inner {
    padding: 10px 0;
  }
  .news-section .site-header .header-content-inner h1 {
    width: 140px;
    margin: 0 auto;
  }
  .news-section .site-header .header-content-inner .utils {
    display: none;
  }
  .news-section .site-header .header-navigation__container .site-nav {
    display: none;
  }
  .news-section .search-drawer {
    z-index: 60000;
    right: -100%;
    width: 100%;
  }
  .news-section .product-detail .product-layout {
    max-width: 100%;
  }
  .news-section .product-detail .product-layout-grid__images .product-detail__image .product-media-wrapper {
    margin-bottom: 0;
  }
  .news-section .product-recommendations {
    max-width: 100%;
  }
  .news-section .recently-viewed {
    max-width: 100%;
  }
  .news-section .buy-now {
    display: block;
  }
  .news-section .bstory {
    margin-bottom: -30px;
  }
  .news-section .select2-container {
    left: 0 !important;
    width: 100% !important;
  }
  .news-section .select2-container .select2-dropdown .select2-results {
    width: calc(100vw - 40px);
    margin-left: 20px;
  }
  .news-section .collection-product-list .product-label {
    font-size: 0.75rem !important;
  }
  .news-section .index-feature {
    margin-top: 60px;
  }
  .news-section .index-feature h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .news-section .index-feature__container .product-block__title a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .news-section .index-feature__container .product-block__label {
    width: 35px;
  }
  .news-section .index-category {
    padding: 40px 0 60px 0;
  }
  .news-section .index-category__container ul {
    margin-top: 25px;
  }
  .news-section .index-category__container ul li {
    margin: 0 5px 20px;
  }
  .news-section .index-category__container ul li a {
    width: 160px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .news-section .index-pickup {
    padding: 20px 0;
  }
  .news-section .index-pickup__inner {
    width: 100%;
    margin-bottom: 60px;
  }
  .news-section .index-pickup__2column {
    margin: 0;
  }
  .news-section .index-pickup__2column > div {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 20px;
    float: none;
  }
  .news-section .index-pickup__3column {
    margin-left: 0;
  }
  .news-section .index-pickup__3column .column-wrap {
    width: 100%;
    margin: 0 10px;
    padding: 0;
  }
  .news-section .index-pickup__3column .column-wrap .index-pickup__text p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .news-section .index-ranking {
    width: 100%;
    margin-top: 60px;
  }
  .news-section .index-ranking h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .news-section .index-ranking__list {
    margin: 30px auto 20px;
  }
  .news-section .index-ranking__list .ranking-block {
    width: 49.5%;
    padding: 0 10px;
  }
  .news-section .index-ranking__list .ranking-block:nth-child(odd) {
    margin: 0 1% 1% 0;
  }
  .news-section .index-ranking__list .ranking-block:nth-child(2n) {
    margin: 0 0 1% 0;
  }
  .news-section .index-ranking__list .ranking-block:nth-child(1) .ranking-rank {
    left: 10px;
    font-size: 30px;
    font-size: 1.875rem;
  }
  .news-section .index-ranking__list .ranking-block:nth-child(2) .ranking-rank {
    left: 10px;
    font-size: 25px;
    font-size: 1.5625rem;
  }
  .news-section .index-ranking__list .ranking-block:nth-child(3) .ranking-rank {
    left: 10px;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .news-section .index-ranking__list .ranking-block .ranking-rank {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #899a9f;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 200;
  }
  .news-section .index-ranking__list .ranking-block .ranking-text-container .ranking-title a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .news-section .index-ranking__list .ranking-block .ranking-text-container .ranking-price .theme-money {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .news-section .index-ranking__list .ranking-block .ranking-text-container .ranking-price .tax {
    font-size: 9px;
    font-size: 0.5625rem;
  }
  .news-section .index-concept {
    padding: 20px 0 70px;
  }
  .news-section .index-concept__container {
    padding: 0 20px;
  }
  .news-section .index-concept__container h2 {
    margin-bottom: 30px;
  }
  .news-section .index-concept__container__description h3 {
    width: 100%;
    margin-bottom: 30px;
    float: none;
  }
  .news-section .index-concept__container__description h3 span {
    font-size: 23px;
    font-size: 1.4375rem;
  }
  .news-section .index-concept__container__description .txt {
    width: 100%;
    float: none;
  }
  .news-section .index-concept__container__description .txt p {
    margin-bottom: 30px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 30px;
  }
  .news-section .index-concept__container__description .txt .br_sp {
    display: inline;
  }
  .news-section .index-concept__container__description .txt .br_pc {
    display: none;
  }
  .news-section .index-concept__container__description .txt a {
    width: 188px;
    height: 42px;
    margin: 0 auto;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 42px;
  }
  .news-section .index-blog {
    margin-top: 60px;
  }
  .news-section .index-blog h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .news-section .index-blog__list {
    padding: 0 20px;
  }
  .news-section .index-blog__list.limit_width {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px;
  }
  .news-section .limit_width .index-blog__article {
    width: 48.75%;
    margin: 0;
    margin-bottom: 25px;
  }
  .news-section .index-blog__article {
    width: 48.75%;
    margin: 0 2.5% 25px 0;
  }
  .news-section .index-blog__article:nth-child(2n) {
    margin-right: 0;
  }
  .news-section .index-blog__article h2 {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .news-section .index-blog__article__date {
    font-size: 10px;
    font-size: 0.625rem;
  }
  .news-section .lp-spray .main-visual.is-active .txt-1.animate-origin p {
    -webkit-transition: all 0.8s ease 0.8s;
    transition: all 0.8s ease 0.8s;
  }
  .news-section .page-pickup {
    min-height: initial;
    padding: 0 20px;
  }
  .news-section .page-post .container {
    min-height: initial;
    margin-top: 40px;
  }
  .news-section .page-post .container .post-container {
    padding-bottom: 40px;
    /* .post-pagination */
  }
  .news-section .page-post .container .post-container .post-header_title {
    padding: 0;
    font-size: 18px;
    line-height: 1.4;
  }
  .news-section .page-post .container .post-container .post-header_label {
    padding: 20px 20px 0;
  }
  .news-section .page-post .container .post-container .post-header_label .tag {
    font-size: 12px;
  }
  .news-section .page-post .container .post-container .post-header_label .tag:after {
    height: 12px;
  }
  .news-section .page-post .container .post-container .post-header_label .data {
    font-size: 12px;
  }
  .news-section .page-post .container .post-container .post-body {
    padding: 0;
  }
  .news-section .page-post .container .post-container .post-body p {
    line-height: 26px;
  }
  .news-section .page-post .container .post-container .post-pagination {
    margin-bottom: 40px;
  }
  .news-section .page-post.all {
    min-height: initial;
    padding: 0 20px;
  }
  .news-section .page-post.all .post-container .card {
    width: 48.75%;
    margin-bottom: 40px;
  }
  .news-section .page-post.all .post-container .card_title {
    font-size: 13px;
  }
  .news-section .page-post.all .post-container .card_label {
    white-space: nowrap;
    margin: 6px 0;
  }
  .news-section .page-post.all .post-container .card_label .data {
    font-size: 10px;
  }
  .news-section .page-post.all .post-container .card_label .tag a {
    font-size: 13px;
  }
  .news-section .page-post.all .post-container .card_label .tag a:after {
    top: 2px;
    height: 12px;
  }
  .news-section .page-post.all .post-container .card:not(:nth-child(3n)) {
    margin-right: inherit;
  }
  .news-section .page-post.all .post-container .card:not(:nth-child(2n)) {
    margin-right: 2.5%;
  }
  .news-section .page-stance .inner {
    padding: 10px 10px 30px;
  }
  .news-section .page-stance .table {
    font-size: 12px;
  }
  .news-section .page-stance.page-privacy .inner p {
    font-size: 12px;
  }
  .news-section .page-stance.page-privacy .inner ol > li {
    list-style-position: outside;
  }
  .news-section .page-stance.page-guide .inner .oneSection h3 {
    font-size: 20px;
  }
  .news-section .page-stance.page-guide .inner .oneSegment .title {
    padding: 15px 30px;
  }
  .news-section .page-stance.page-guide .inner .oneSegment .answer {
    margin: 0 30px 30px;
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  .news-section .lp-perfectuv .p-about {
    padding: 9.333vw 0;
  }
  .news-section .lp-perfectuv .p-about__inner {
    display: block;
    width: auto;
    padding: 0 6.667vw;
  }
  .news-section .lp-perfectuv .p-about__inner__desc {
    width: auto;
  }
  .news-section .lp-perfectuv .p-about__inner__desc h3 {
    margin-bottom: 5.333vw;
    font-size: 5.733vw;
  }
  .news-section .lp-perfectuv .p-about__inner__desc p {
    margin-bottom: 5.333vw;
    font-size: 3.467vw;
  }
  .news-section .lp-perfectuv .p-about__inner__desc p.notice {
    font-size: 2.667vw;
  }
  .news-section .lp-perfectuv .p-about__inner__image {
    width: auto;
    margin-top: 10.667vw;
  }
  .news-section .lp-perfectuv .p-how-to-use {
    padding: 10.667vw 0;
  }
  .news-section .lp-perfectuv .p-how-to-use__inner {
    width: auto;
    padding: 0 5.333vw;
  }
  .news-section .lp-perfectuv .p-how-to-use__inner .heading .en {
    margin-bottom: 5.333vw;
    font-size: 4vw;
  }
  .news-section .lp-perfectuv .p-how-to-use__inner .heading h3 {
    margin-bottom: 10.667vw;
    font-size: 5.6vw;
    line-height: 1.6;
  }
  .news-section .lp-perfectuv .p-how-to-use__inner .heading h3 br {
    display: block;
  }
  .news-section .lp-perfectuv .p-how-to-use__inner .steps li {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10.667vw;
  }
  .news-section .lp-perfectuv .p-how-to-use__inner .steps li h4 {
    margin-bottom: 5.333vw;
    font-size: 4.533vw;
    line-height: 10.667vw;
  }
  .news-section .lp-perfectuv .p-how-to-use__inner .steps li figure {
    margin-bottom: 13.333vw;
  }
  .news-section .lp-perfectuv .p-how-to-use__inner .steps li figure figcaption {
    font-size: 3.467vw;
    letter-spacing: -0.05em;
  }
  .news-section .lp-perfectuv .p-how-to-use__inner .steps li .products {
    width: auto;
  }
  .news-section .lp-perfectuv .p-how-to-use__inner .steps li .products .item h5 {
    margin-bottom: 1.333vw;
    font-size: 2.933vw;
  }
  .news-section .lp-perfectuv .p-how-to-use__inner .steps li .products .item p {
    font-size: 2.667vw;
  }
  .news-section .lp-perfectuv .p-how-to-use__inner .steps li:nth-child(1) .products .item {
    width: 38.667vw;
  }
  .news-section .lp-perfectuv .p-how-to-use__inner .steps li:nth-child(1) .products .item:nth-of-type(1) .label {
    top: -4vw;
    right: -8vw;
  }
  .news-section .lp-perfectuv .p-how-to-use__inner .steps li:nth-child(1) .products .item:nth-of-type(1) .label img {
    width: 18vw;
  }
  .news-section .lp-perfectuv .p-how-to-use__inner .steps li:nth-child(1) .products .item:nth-of-type(2) {
    margin-left: 10.667vw;
  }
  .news-section .lp-perfectuv .p-main-visual__inner {
    -webkit-transform: translate(0);
    top: auto;
    bottom: 9.333vw;
    left: 9.333vw;
    transform: translate(0);
  }
  .news-section .lp-perfectuv .p-main-visual__inner .en {
    margin-bottom: 4vw;
    font-size: 3.2vw;
  }
  .news-section .lp-perfectuv .p-main-visual__inner h2 {
    margin-bottom: 4vw;
    font-size: 6.4vw;
  }
  .news-section .lp-perfectuv .p-main-visual__inner .catch {
    font-size: 3.2vw;
  }
  .news-section .lp-perfectuv .p-main-visual__best-cosme {
    right: 6vw;
    bottom: 9.333vw;
  }
  .news-section .lp-perfectuv .p-main-visual__best-cosme img {
    width: 24vw;
    height: 24vw;
  }
  .news-section .lp-perfectuv .p-organic-skincare {
    padding: 10.667vw 5.333vw;
  }
  .news-section .lp-perfectuv .p-organic-skincare__inner {
    width: auto;
    padding: 10.667vw 8vw;
  }
  .news-section .lp-perfectuv .p-organic-skincare__inner .heading {
    margin: 0 0 8vw;
  }
  .news-section .lp-perfectuv .p-organic-skincare__inner .heading .en {
    margin: 0 0 5.333vw;
    font-size: 4vw;
  }
  .news-section .lp-perfectuv .p-organic-skincare__inner .heading h3 {
    margin-bottom: 5.333vw;
    font-size: 5.6vw;
    line-height: 1.6;
  }
  .news-section .lp-perfectuv .p-organic-skincare__inner .heading h3 br {
    display: block;
  }
  .news-section .lp-perfectuv .p-organic-skincare__inner .heading p {
    font-size: 3.467vw;
  }
  .news-section .lp-perfectuv .p-organic-skincare__inner .heading p span {
    font-size: 2.667vw;
  }
  .news-section .lp-perfectuv .p-organic-skincare__inner .heading p .sp-show {
    display: block;
  }
  .news-section .lp-perfectuv .p-organic-skincare__inner .content {
    display: block;
  }
  .news-section .lp-perfectuv .p-organic-skincare__inner .content figure {
    width: auto;
    margin-bottom: 8vw;
  }
  .news-section .lp-perfectuv .p-organic-skincare__inner .content dl {
    width: auto;
  }
  .news-section .lp-perfectuv .p-organic-skincare__inner .content dl dt {
    margin: 0 0 1.333vw;
    font-size: 3.733vw;
  }
  .news-section .lp-perfectuv .p-organic-skincare__inner .content dl dd {
    margin: 0 0 1.333vw;
    font-size: 3.2vw;
  }
  .news-section .lp-perfectuv .p-organic-skincare__inner .content dl dd:nth-of-type(1) {
    margin-bottom: 6.667vw;
  }
  .news-section .lp-perfectuv .p-organic-skincare__inner .graph {
    margin-top: 10.667vw;
  }
  .news-section .lp-perfectuv .p-product-detail__mv__desc {
    -webkit-box-sizing: border-box;
    -webkit-transform: translate(-50%, -50%);
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10.667vw 10.667vw 0;
    transform: translate(-50%, -50%);
  }
  .news-section .lp-perfectuv .p-product-detail__mv__desc .en {
    margin: 0 0 5.333vw;
    font-size: 4vw;
  }
  .news-section .lp-perfectuv .p-product-detail__mv__desc h3 {
    margin: 0 0 4vw;
    font-size: 6.667vw;
  }
  .news-section .lp-perfectuv .p-product-detail__mv__desc .info {
    margin: 0 0 9.333vw;
  }
  .news-section .lp-perfectuv .p-product-detail__mv__desc .info dt {
    margin-bottom: 1.333vw;
    font-size: 3.2vw;
  }
  .news-section .lp-perfectuv .p-product-detail__mv__desc .info dd {
    font-size: 2.933vw;
  }
  .news-section .lp-perfectuv .p-product-detail__mv__desc .info dd.icon {
    right: 2.667vw;
    width: 12vw;
  }
  .news-section .lp-perfectuv .p-product-detail__mv__desc .label {
    display: block;
    position: absolute;
    right: 8vw;
    bottom: 8vw;
  }
  .news-section .lp-perfectuv .p-product-detail__mv__desc .label li {
    width: 20.8vw;
    height: 20.8vw;
    margin: 2.667vw 0 0;
    border-width: 0.533vw;
    border-radius: 1.867vw;
  }
  .news-section .lp-perfectuv .p-product-detail__mv__desc .label li:nth-child(1) p {
    font-size: 4vw;
  }
  .news-section .lp-perfectuv .p-product-detail__mv__desc .label li:nth-child(1) p span {
    margin-top: 0.667vw;
    font-size: 2.667vw;
  }
  .news-section .lp-perfectuv .p-product-detail__mv__desc .label li:nth-child(2) p {
    font-size: 3.2vw;
  }
  .news-section .lp-perfectuv .p-product-detail__mv__best-cosme {
    right: 8vw;
    bottom: 62.667vw;
    left: auto;
  }
  .news-section .lp-perfectuv .p-product-detail__mv__best-cosme img {
    width: 21.333vw;
    height: 21.333vw;
  }
  .news-section .lp-perfectuv .p-product-detail__inner {
    width: auto;
    padding: 10.667vw 5.333vw 16vw;
  }
  .news-section .lp-perfectuv .p-product-detail__inner .points {
    display: block;
    margin-bottom: 10.667vw;
  }
  .news-section .lp-perfectuv .p-product-detail__inner .points li {
    width: auto;
    height: auto;
    margin-bottom: 4vw;
    padding: 6.667vw 0;
    border-radius: 2.667vw;
  }
  .news-section .lp-perfectuv .p-product-detail__inner .points li dl {
    -webkit-transform: translate(0);
    position: static;
    top: auto;
    left: auto;
    transform: translate(0);
  }
  .news-section .lp-perfectuv .p-product-detail__inner .points li dl dt {
    margin-bottom: 4vw;
    font-size: 3.733vw;
  }
  .news-section .lp-perfectuv .p-product-detail__inner .points li dl dd {
    font-size: 4.8vw;
  }
  .news-section .lp-perfectuv .p-product-detail__inner .points li dl dd .sp-hide {
    display: none;
  }
  .news-section .lp-perfectuv .p-product-detail__inner .ingredient h3 {
    margin-bottom: 8vw;
    padding: 4vw 0;
    font-size: 4.267vw;
    line-height: 1.6;
  }
  .news-section .lp-perfectuv .p-product-detail__inner .ingredient h3 br {
    display: block;
  }
  .news-section .lp-perfectuv .p-product-detail__inner .ingredient ul {
    padding: 0 5.333vw;
  }
  .news-section .lp-perfectuv .p-product-detail__inner .ingredient ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 8vw;
  }
  .news-section .lp-perfectuv .p-product-detail__inner .ingredient ul li figure {
    width: 26.667vw;
    margin: 0;
  }
  .news-section .lp-perfectuv .p-product-detail__inner .ingredient ul li dl {
    width: 42.667vw;
  }
  .news-section .lp-perfectuv .p-product-detail__inner .ingredient ul li dl dt {
    margin: 0 0 1.333vw;
    font-size: 3.733vw;
    text-align: left;
  }
  .news-section .lp-perfectuv .p-product-detail__inner .ingredient ul li dl dd {
    font-size: 3.2vw;
    letter-spacing: -0.05em;
    line-height: 1.6;
    text-align: left;
  }
  .news-section .lp-perfectuv .p-product-detail__inner .ingredient .notice {
    font-size: 2.667vw;
  }
  .news-section .lp-perfectuv .p-product-detail__inner .ecocert {
    width: auto;
    margin-top: 10.667vw;
    padding: 6.667vw 5.333vw;
    border-width: 0.267vw;
    border-radius: 4vw;
  }
  .news-section .lp-perfectuv .p-product-detail__inner .ecocert figure {
    width: 18.667vw;
    margin: 0 5.333vw 0 0;
  }
  .news-section .lp-perfectuv .p-product-detail__inner .ecocert dl {
    width: 53.333vw;
  }
  .news-section .lp-perfectuv .p-product-detail__inner .ecocert dl dt {
    margin-bottom: 2.667vw;
    font-size: 3.733vw;
  }
  .news-section .lp-perfectuv .p-product-detail__inner .ecocert dl dd {
    font-size: 3.2vw;
    letter-spacing: -0.1em;
  }
  .news-section .lp-perfectuv .p-product-detail.theme-green .p-product-detail__mv__desc {
    width: 100%;
    height: 100%;
    padding: 10.667vw 0 0 10.667vw;
  }
  .news-section .lp-perfectuv .p-product-detail.theme-green .p-product-detail__mv__desc h3 {
    letter-spacing: -0.05em;
  }
  .news-section .lp-perfectuv .p-product-detail.theme-green .p-product-detail__mv__desc .info {
    width: auto;
  }
  .news-section .lp-perfectuv .p-product-detail.theme-green .p-product-detail__mv__desc .info .icon {
    right: 32vw;
  }
  .news-section .lp-perfectuv .p-product-detail.theme-green .p-product-detail__mv__desc .label {
    position: static;
  }
  .news-section .lp-perfectuv .p-product-detail.theme-green .p-product-detail__mv__best-cosme {
    right: 6.667vw;
    bottom: 6.667vw;
  }
  .news-section .lp-perfectuv .p-product-detail.theme-green .p-product-detail__mv__best-cosme img {
    width: 21.333vw;
    height: 21.333vw;
  }
  .news-section .lp-perfectuv .p-product-list {
    padding: 10.667vw 0;
  }
  .news-section .lp-perfectuv .p-product-list__inner {
    width: auto;
    padding: 0 10.666vw;
  }
  .news-section .lp-perfectuv .p-product-list__inner .item {
    margin-bottom: 16vw;
  }
  .news-section .lp-perfectuv .p-product-list__inner .item figure {
    margin-bottom: 6.667vw;
  }
  .news-section .lp-perfectuv .p-product-list__inner .item figure img {
    width: 100%;
    height: auto;
  }
  .news-section .lp-perfectuv .p-product-list__inner .item .desc {
    width: auto;
  }
  .news-section .lp-perfectuv .p-product-list__inner .item .desc h4 {
    margin-bottom: 2.667vw;
    font-size: 4.8vw;
  }
  .news-section .lp-perfectuv .p-product-list__inner .item .desc .meta {
    margin-bottom: 6.667vw;
    font-size: 4.267vw;
  }
  .news-section .lp-perfectuv .p-product-list__inner .item .desc .desc {
    margin-bottom: 9.333vw;
    font-size: 3.467vw;
  }
  .news-section .lp-perfectuv .p-product-list__inner .item .desc a {
    width: 58.667vw;
    margin: 0 auto;
    border-width: 0.267vw;
    border-radius: 1.067vw;
    font-size: 3.733vw;
    line-height: 13.333vw;
  }
  .news-section .lp-perfectuv .p-product-list__inner .item .desc a:after {
    right: 5.333vw;
    width: 2.133vw;
    height: 2.133vw;
    border-width: 0.267vw;
  }
  .news-section .lp-perfectuv .p-users-voice {
    padding: 10.667vw 0;
  }
  .news-section .lp-perfectuv .p-users-voice__inner {
    width: auto;
    padding: 0 5.333vw;
  }
  .news-section .lp-perfectuv .p-users-voice__inner h3 {
    margin-bottom: 24vw;
    font-size: 7.2vw;
  }
  .news-section .lp-perfectuv .p-users-voice__inner__list {
    display: block;
  }
  .news-section .lp-perfectuv .p-users-voice__inner__list .item {
    width: auto;
    padding: 26.667vw 5.333vw 5.333vw;
  }
  .news-section .lp-perfectuv .p-users-voice__inner__list .item:nth-child(1) {
    margin-bottom: 24vw;
  }
  .news-section .lp-perfectuv .p-users-voice__inner__list .item figure {
    top: -21.333vw;
  }
  .news-section .lp-perfectuv .p-users-voice__inner__list .item figure img {
    height: 42vw;
  }
  .news-section .lp-perfectuv .p-users-voice__inner__list .item h4 {
    margin-bottom: 8vw;
    font-size: 4vw;
  }
  .news-section .lp-perfectuv .p-users-voice__inner__list .item .speech-bubble li {
    margin-bottom: 4vw;
  }
  .news-section .lp-perfectuv .p-users-voice__inner__list .item .speech-bubble li p {
    padding: 5.333vw;
    border-radius: 2.667vw;
    font-size: 3.733vw;
    font-weight: 500;
  }
  .news-section .lp-perfectuv .p-users-voice__inner__list .item .speech-bubble li:nth-child(odd) {
    padding-left: 2.667vw;
  }
  .news-section .lp-perfectuv .p-users-voice__inner__list .item .speech-bubble li:nth-child(odd) svg {
    top: 5.333vw;
    left: -2.333vw;
  }
  .news-section .lp-perfectuv .p-users-voice__inner__list .item .speech-bubble li:nth-child(even) {
    padding-right: 2.667vw;
  }
  .news-section .lp-perfectuv .p-users-voice__inner__list .item .speech-bubble li:nth-child(even) svg {
    top: 5.333vw;
    right: -1vw;
  }
  .news-section .lp-perfectuv .p-users-voice__inner__list .item .speech-bubble.theme-green li:nth-child(odd) {
    padding-right: 2.667vw;
  }
  .news-section .lp-perfectuv .p-users-voice__inner__list .item .speech-bubble.theme-green li:nth-child(odd) svg {
    top: 5.333vw;
    right: -1vw;
  }
  .news-section .lp-perfectuv .p-users-voice__inner__list .item .speech-bubble.theme-green li:nth-child(even) {
    padding-left: 2.667vw;
  }
  .news-section .lp-perfectuv .p-users-voice__inner__list .item .speech-bubble.theme-green li:nth-child(even) svg {
    top: 5.333vw;
    left: -2.333vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .pc_none {
    display: block;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .sp_none {
    display: none;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .sp_txt_center {
    text-align: center !important;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .main-visual {
    height: 118.644vw;
    background: url("/assets/img/cleansing-lp/purecle_main_visual_sp.jpg?v=1591614869") no-repeat center center;
    background-size: 100%;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .main-visual .main_visual__textarea {
    top: 45%;
    left: 6.823vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .main-visual .main_visual__textarea h1 {
    margin-bottom: 5.867vw;
    font-size: 3.129vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .main-visual .main_visual__textarea h2 {
    margin-bottom: 4.302vw;
    font-size: 6.258vw;
    line-height: 1.3;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .main-visual .main_visual__textarea p {
    font-size: 3.129vw;
    line-height: 1.6;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents.bottom_products .contents_inner {
    width: 78.05vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents {
    padding: 9.645vw 0;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents.contents_bg_gray {
    padding: 6.645vw 0;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner {
    width: 86.05vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner.contents_inner_sliderarea {
    width: 100%;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner.contents_inner_sliderarea .contents_inner_sliderarea_section {
    width: 86.05vw;
    margin: 0 auto 15.645vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner.contents_inner_sliderarea .contents_inner_sliderarea_section:last-child {
    margin-bottom: 0;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner.contents_inner_sliderarea .contents_inner_sliderarea_this {
    margin: 0 auto 20vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner.contents_inner_sliderarea .contents_inner_sliderarea_this h3 {
    width: 86.05vw;
    margin: 0 auto 5.215vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .contents_inner_top {
    margin-bottom: 14.863vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .contents_inner_top .text_block {
    margin-bottom: 11.082vw;
    float: none;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .contents_inner_top .text_block h1 {
    margin-bottom: 9.126vw;
    font-size: 3.129vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .contents_inner_top .text_block h1 .text_sub {
    font-size: 5.606vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .contents_inner_top .text_block h2 {
    margin-bottom: 5.867vw;
    font-size: 5.606vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .contents_inner_top .text_block p {
    font-size: 3.39vw;
    line-height: 1.8;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .contents_inner_top .image_block {
    width: 72.36vw;
    margin: 0 auto;
    float: none;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .contents_inner_bottom .contents_inner_bottom_anchor {
    display: block;
    margin: 0;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .contents_inner_bottom .contents_inner_bottom_anchor li {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 4.563vw;
    padding: 0;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .contents_inner_bottom .contents_inner_bottom_anchor li:last-child {
    margin-bottom: 0;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .contents_inner_bottom .contents_inner_bottom_anchor li a {
    width: 86.05vw;
    height: 40.417vw;
    border-radius: 2.608vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .contents_inner_bottom .contents_inner_bottom_anchor li a dl {
    top: 35%;
    width: 100%;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .contents_inner_bottom .contents_inner_bottom_anchor li a dl:after {
    bottom: -21%;
    width: 3.651vw;
    height: 1.825vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .contents_inner_bottom .contents_inner_bottom_anchor li a dl dt {
    margin-bottom: 2.259vw;
    font-size: 4.172vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .contents_inner_bottom .contents_inner_bottom_anchor li a dl dt span {
    margin-bottom: 4.563vw;
    font-size: 3.651vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .contents_inner_bottom .contents_inner_bottom_anchor li a dl dd {
    font-size: 3.129vw;
    line-height: 1.6;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_titlearea {
    margin-bottom: 10.821vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_titlearea .point_number {
    margin-bottom: 5.867vw;
    font-size: 4.433vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_titlearea h2 {
    margin-bottom: 2.608vw;
    font-size: 5.215vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_titlearea .point_text {
    margin: 10px 0;
    font-size: 3.39vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents {
    margin-bottom: 15.645vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents:last-child h3 {
    margin-bottom: 2.347vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents:last-child .point_contents_caption {
    margin-bottom: 3.911vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents h3 {
    height: 100%;
    margin-bottom: 5.215vw;
    padding: 2vw;
    font-size: 3.8vw;
    line-height: 1.4;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents h3.line_two {
    height: 14.867vw;
    line-height: 1.9;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents h3.line_two.line_two_bottom_sp {
    height: 18.867vw;
    line-height: 1.4;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents h3.line_two.line_two_bottom_sp span {
    width: 100%;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents h3 span {
    margin-top: 0.2em;
    font-size: 2.608vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents .purecle_movie {
    width: 100%;
    margin: 0 auto 2.608vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents .title_bottom_text {
    margin-bottom: 8.605vw;
    font-size: 3.28vw;
    letter-spacing: 0;
    line-height: 1.7;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents .title_bottom_text span {
    margin-bottom: 1.304vw;
    border-width: 0.261vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul li {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul li .point_contents_li_inner {
    min-height: 101.695vw;
    padding: 9.126vw 6.475vw 0;
    border-radius: 2.868vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul li .point_contents_li_inner .list_imagearea {
    width: 34.159vw;
    margin-bottom: 5.215vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul li .point_contents_li_inner .list_textarea .number_icon {
    width: 7.823vw;
    margin-bottom: 5.737vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul li .point_contents_li_inner .list_textarea dl dt {
    margin-bottom: 3.215vw;
    font-size: 14px;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul li .point_contents_li_inner .list_textarea dl dd {
    color: #424242;
    font-size: 3.39vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul.point_contents_list_middle {
    margin: 0 -1.825vw 7.823vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul.point_contents_list_middle li {
    padding: 0 1.825vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul.point_contents_list_middle li:first-child:before {
    /* 										display: none; */
    top: 10px;
    left: 17px;
    width: 45px;
    height: 45px;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul.point_contents_list_middle li:first-child .point_contents_li_inner {
    /* 										border: 2px solid #89b4d2; */
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul.point_contents_list_middle li:first-child .point_contents_li_inner dl dt {
    font-size: 14px;
    letter-spacing: 0;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul.point_contents_list_middle li .point_contents_li_inner {
    min-height: 46.154vw;
    padding: 6.519vw 2.823vw 0;
    border: 2px solid #fff;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul.point_contents_list_middle li .point_contents_li_inner .list_imagearea {
    width: 22.686vw;
    margin-bottom: 5.215vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul.point_contents_list_bottom {
    display: block;
    margin-bottom: 0;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul.point_contents_list_bottom li {
    margin-bottom: 3.911vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul.point_contents_list_bottom li:first-child:before {
    /* 										display: none; */
    top: 2px;
    left: 20px;
    width: 45px;
    height: 45px;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul.point_contents_list_bottom li:first-child .point_contents_li_inner {
    /* 										border: 2px solid #89b4d2; */
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul.point_contents_list_bottom li:last-child {
    margin-bottom: 0;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul.point_contents_list_bottom li .point_contents_li_inner {
    min-height: 35.202vw;
    padding: 5.215vw 5.215vw 0;
    border: 2px solid #fff;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul.point_contents_list_bottom li .point_contents_li_inner .list_imagearea {
    width: 23.468vw;
    margin: 0;
    float: left;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul.point_contents_list_bottom li .point_contents_li_inner .list_textarea {
    padding-left: 27.379vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul.point_contents_list_bottom li .point_contents_li_inner .list_textarea dl {
    margin-top: 2vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul.point_contents_list_bottom li .point_contents_li_inner .list_textarea dl dt {
    margin-bottom: 2.433vw;
    letter-spacing: 0;
    text-align: left;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul.slide {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul.slide .slick-dots {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 1rem auto 0;
    font-size: 0;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul.slide .slick-dots li {
    -webkit-flex-basis: initial;
    -ms-flex-preferred-size: initial;
    flex-basis: initial;
    width: 2vw;
    max-width: initial;
    height: 2vw;
    margin: 0;
    padding: 0 7.823vw 0 0;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul.slide .slick-dots li:last-child {
    padding: 0;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul.slide .slick-dots li button {
    width: 2vw;
    height: 2vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul.slide .slick-dots li button:before {
    width: 2vw;
    height: 2vw;
    border: 2px solid #878787;
    border-radius: 50%;
    content: "";
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul.slide .slick-dots li.slick-active button:before {
    background: #878787;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents .point_contents_caption {
    font-size: 2.608vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents .key_point {
    margin-top: 8.475vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents .key_point .key_point_title {
    margin-bottom: 8.475vw;
    font-size: 3.911vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents .key_point .key_point_title:before {
    width: 26.858vw;
    height: 0.261vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents .key_point .key_point_title:after {
    width: 26.858vw;
    height: 0.261vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents .key_point .key_point_inner {
    width: 75.619vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents .key_point .key_point_inner .key_point_textarea {
    width: 100%;
    float: none;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents .key_point .key_point_inner .key_point_textarea h4 {
    margin-bottom: 5.215vw;
    font-size: 4.172vw;
    text-align: center;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents .key_point .key_point_inner .key_point_textarea p {
    margin-bottom: 7.171vw;
    font-size: 3.39vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents .key_point .key_point_inner .key_point_imagearea {
    width: 57.366vw;
    margin: 0 auto;
    float: none;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point2_left {
    float: none;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point2_left div {
    width: 100%;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point2_left p {
    width: 100%;
    font-size: 3.39vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point2_right {
    margin-top: 8.475vw;
    float: none;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point2_right div {
    width: 100%;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point3_image {
    width: 100%;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .bottom_titlearea {
    margin-bottom: 11.082vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .bottom_titlearea h2 {
    margin-bottom: 3.562vw;
    font-size: 5.215vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .bottom_titlearea p {
    font-size: 3.39vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .bottom_inner .bottom_inner_imagearea {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3.823vw;
    float: none;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .bottom_inner .bottom_inner_textearea {
    display: block;
    width: 100%;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .bottom_inner .bottom_inner_textearea .item_name {
    margin-bottom: 2.215vw;
    font-size: 4.694vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .bottom_inner .bottom_inner_textearea .item_price {
    margin-top: 5px;
    margin-bottom: 4.083vw;
    font-size: 4.172vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .bottom_inner .bottom_inner_textearea .item_price span {
    font-size: 3.651vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .bottom_inner .bottom_inner_textearea .item_description {
    margin-bottom: 10.43vw;
    font-size: 3.39vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .bottom_inner .bottom_inner_textearea .buy_button a {
    width: 59.974vw;
    height: 14.342vw;
    margin: 0 auto;
    border-radius: 3px;
    font-size: 3.651vw;
    line-height: 14.342vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .bottom_inner .bottom_inner_textearea .buy_button a:after {
    right: 7.301vw;
    width: 1.304vw;
    height: 2.347vw;
  }
}
@media only screen and (max-width: 767px) {
  .news-section .product-block .icon {
    margin-bottom: 2.6666666667vw;
  }
  .news-section .product-block .icon span {
    padding: 0 1.0666666667vw;
    font-size: 2.6666666667vw;
    line-height: 2;
  }
  .news-section .product-block .icon span:not(:last-child) {
    margin-right: 1.3333333333vw;
  }
  .news-section .product-block__title {
    line-height: 1;
  }
  .news-section .product-block__title a {
    color: #424242;
    font-size: 13px;
  }
  .news-section .product-block .product-price .theme-money {
    font-size: 11px;
  }
  .news-section .product-block .product-price .tax {
    font-size: 9px;
  }
  .news-section .pc-only {
    display: none;
  }
  .news-section .sp-only {
    display: block;
  }
  .news-section .sp-only img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .news-section .product-detail {
    margin-top: 10px;
    margin-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .news-section .product-detail .product-layout-grid__images {
    margin: 0 auto 30px;
  }
  .news-section .product-detail .product-layout-grid__images .product-detail__images-container .product-detail-navigation {
    visibility: hidden;
    opacity: 0;
  }
  .news-section .product-detail .product-layout-grid__images .slick-external-controls {
    position: relative;
    margin: 15px auto 0;
    padding: 0;
  }
  .news-section .product-detail .product-layout-grid__images .slick-dots {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: static;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    justify-content: center;
  }
  .news-section .product-detail .product-layout-grid__images .slick-dots li {
    width: 40px;
    height: 3px;
    margin: 0 5px 0 0;
  }
  .news-section .product-detail .product-layout-grid__images .slick-dots li button {
    -webkit-box-shadow: none;
    width: 40px;
    height: 3px;
    border: none;
    border-radius: 0;
    background-color: #c9caca;
    box-shadow: none;
  }
  .news-section .product-detail .product-layout-grid__images .slick-dots li button:before {
    content: none;
  }
  .news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-form .product-detail__quantity-row .quantity-wrapper {
    width: 68px;
    margin-right: 12px;
  }
  .news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-form .select2-container .select2-selection {
    height: 62px;
    border: 1px solid #cfcfcf;
    border-radius: 0px;
    background-color: transparent;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-form .select2-container .select2-selection__rendered {
    padding-top: 24px;
    line-height: 1;
  }
  .news-section .product-detail .product-layout-grid__detail .product-detail__detail .product-detail__title-area .product-form .select2-container .select2-selection__arrow b {
    margin-top: 0;
  }
  .news-section .product-layout-description {
    width: calc(100% + 40px);
    max-width: none;
    margin-left: -40px;
  }
  .news-section .product-layout-description .routine-pc {
    display: none;
  }
  .news-section .product-layout-description .routine-sp {
    display: block;
  }
  .news-section .product-layout-description .sreies_name {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .news-section .product-layout-description .series-kv {
    height: 80vh;
  }
  .news-section .product-layout-description .series-kv_inner {
    height: 80vh;
  }
  .news-section .product-layout-description .series-kv_inner .series-kv_comment {
    right: 20px;
    bottom: 85px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .news-section .product-layout-description .series-kv_inner .series-kv-title {
    padding: 0 20px 60px;
  }
  .news-section .product-layout-description .series-kv_inner .series-kv-title::after {
    left: 20px;
    width: 18px;
    height: 23px;
  }
  .news-section .product-layout-description .series-kv_inner .series-kv-title .sreies_name {
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .news-section .product-layout-description .series-kv_inner .series-kv-title h2 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 36px;
  }
  .news-section .product-layout-description .series-kv_inner .series-kv-title p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
  }
  .news-section .product-layout-description .series-kv_inner .series-kv-title small {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 24px;
  }
  .news-section .product-layout-description .series-ingredients {
    padding: 80px 0 0;
  }
  .news-section .product-layout-description .series-ingredients .series-ingredients_inner {
    padding: 0 20px;
  }
  .news-section .product-layout-description .series-ingredients .series-ingredients_inner .series-ingredients-title {
    margin-bottom: 30px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
  }
  .news-section .product-layout-description .series-ingredients .series-ingredients_inner .series-ingredients-title .sreies_name {
    margin-bottom: 15px;
  }
  .news-section .product-layout-description .series-ingredients .series-ingredients_inner .series-ingredients-list {
    text-align: left;
  }
  .news-section .product-layout-description .series-ingredients .series-ingredients_inner .series-ingredients-list > li {
    width: calc((100% - 20px) / 2);
    margin: 0 20px 40px 0;
  }
  .news-section .product-layout-description .series-ingredients .series-ingredients_inner .series-ingredients-list > li:nth-child(3n) {
    margin-right: 20px;
  }
  .news-section .product-layout-description .series-ingredients .series-ingredients_inner .series-ingredients-list > li:nth-child(2n) {
    margin-right: 0;
  }
  .news-section .product-layout-description .series-ingredients .series-ingredients_inner .series-ingredients-list > li .photo {
    margin-bottom: 15px;
  }
  .news-section .product-layout-description .series-ingredients .series-ingredients_inner .series-ingredients-list > li h3 {
    margin-bottom: 10px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .news-section .product-layout-description .series-ingredients .series-ingredients_inner .series-ingredients-list > li h3 small {
    font-size: 10px;
    font-size: 0.625rem;
  }
  .news-section .product-layout-description .series-ingredients .series-ingredients_inner .series-ingredients-list > li p {
    margin-bottom: 10px;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 20px;
  }
  .news-section .product-layout-description .series-ingredients .series-ingredients_inner .series-ingredients-list > li .ingredients-tag-list li {
    height: 25px;
    margin-bottom: 10px;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 23px;
  }
  .news-section .product-layout-description .series-features {
    height: 80vh;
  }
  .news-section .product-layout-description .series-features.series-features_hydrating .series-features_inner .series-features-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
  }
  .news-section .product-layout-description .series-features.series-features_hydrating .series-features_inner .series-features-list {
    margin-bottom: 30px;
    padding-bottom: 40px;
  }
  .news-section .product-layout-description .series-features.series-features_hydrating .series-features_inner .series-features-list::after {
    width: 18px;
    height: 23px;
  }
  .news-section .product-layout-description .series-features.series-features_hydrating .series-features_inner .series-features-txt p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 36px;
  }
  .news-section .product-layout-description .series-features.series-features_hydrating .series-features_inner .series-features-txt small {
    font-size: 10px;
    font-size: 0.625rem;
  }
  .news-section .product-layout-description .series-features .series-features_inner {
    padding: 0 20px;
  }
  .news-section .product-layout-description .series-features .series-features_inner .series-features-title {
    margin-bottom: 30px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
  }
  .news-section .product-layout-description .series-features .series-features_inner .series-features-title .sreies_name {
    margin-bottom: 15px;
  }
  .news-section .product-layout-description .series-features .series-features_inner .series-features-sub-title {
    margin-bottom: 20px;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 24px;
  }
  .news-section .product-layout-description .series-features .series-features_inner .series-features-sub-title span {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
  }
  .news-section .product-layout-description .series-features .series-features_inner .series-features-list li {
    display: block;
    margin-bottom: 10px;
    padding-left: 25px;
    background-size: 18px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .news-section .product-layout-description .series-features .series-features_inner .series-features-list li:nth-child(2n-1) {
    width: auto;
  }
  .news-section .product-layout-description .series-features .series-features_inner .series-features-list li:nth-child(2n) {
    margin-left: 0;
  }
  .news-section .product-layout-description .series-features .series-features_overlay {
    height: 80vh;
  }
  .news-section .product-layout-description .series-step .slider_title {
    margin: 20px 0 20px 0;
  }
  .news-section .product-layout-description .series-step .slider_title li {
    height: 30px;
  }
  .news-section .product-layout-description .series-step .series-step-list .series-step-list_inner {
    padding: 0 20px;
  }
  .news-section .product-layout-description .series-step .series-step-list .series-step-list-item {
    width: 100%;
    padding: 60px 0;
    float: none;
  }
  .news-section .product-layout-description .series-step .series-step-list .series-step-list-item .series-item-photo {
    margin-bottom: 10px;
  }
  .news-section .product-layout-description .series-step .series-step-list .series-step-list-item .series-item-category {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 17px;
  }
  .news-section .product-layout-description .series-step .series-step-list .series-step-list-item .series-item-name {
    margin-bottom: 15px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
  }
  .news-section .product-layout-description .series-step .series-step-list .series-step-list-item .series-item-price {
    margin-bottom: 30px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
  }
  .news-section .product-layout-description .series-step .series-step-list .series-step-list-item .series-item-price small {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .news-section .product-layout-description .series-step .series-step-list .series-step-list-detail {
    width: 100%;
    padding: 0 0 60px;
    float: none;
  }
  .news-section .product-layout-description .series-step .series-step-list .series-step-list-detail .series-step-list-detail-title {
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 28px;
  }
  .news-section .product-layout-description .series-step .series-step-list .series-step-list-detail .series-step-list-detail-lead {
    display: block;
    margin-bottom: 20px;
  }
  .news-section .product-layout-description .series-step .series-step-list .series-step-list-detail .series-step-list-detail-lead h3 {
    margin-bottom: 10px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 32px;
  }
  .news-section .product-layout-description .series-step .series-step-list .series-step-list-detail .series-step-list-detail-lead p {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 22px;
  }
  .news-section .product-layout-description .series-step .series-step-list .series-step-list-detail .series-step-list-detail-txt,
  .news-section .product-layout-description .series-step .series-step-list .series-step-list-detail .series-step-list-detail-howto {
    margin-bottom: 30px;
  }
  .news-section .product-layout-description .series-step .series-step-list .series-step-list-detail .series-step-list-detail-howto p {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 20px;
  }
  .news-section .product-layout-description .series-step .series-step-list .series-step-list-detail .series-step-list-detail-howto h3 {
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
  }
  .news-section .product-layout-description .series-step .series-step-list .series-step-list-detail .series-step-list-detail-key .series-step-list-detail-key-list li {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  .news-section .product-layout-description .series-step .series-step-list .series-step-list-detail .series-step-list-detail-key .series-step-list-detail-key-list li .series-step-list-detail-key-list-image {
    margin-bottom: 10px;
  }
  .news-section .product-layout-description .series-step .series-step-list .series-step-list-detail .series-step-list-detail-key .series-step-list-detail-key-list li .series-step-list-detail-key-list-name {
    margin-bottom: 5px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    white-space: inherit;
  }
  .news-section .product-layout-description .series-step .series-step-list .series-step-list-detail .series-step-list-detail-key .series-step-list-detail-key-list li .series-step-list-detail-key-list-name small {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .news-section .product-layout-description .series-step .series-step-list .series-step-list-detail .series-step-list-detail-key .series-step-list-detail-key-list li .series-step-list-detail-key-list-txt {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 24px;
  }
  .news-section .product-layout-description .series-step .series-step-list .series-step-list-detail .series-step-list-detail-key .series-step-list-detail-key-list li .series-step-list-detail-key-list-txt br {
    display: none;
  }
  .news-section .product-layout-description .series-step .series-step-list .series-step-list-detail .series-step-list-detail-key .series-step-list-detail-key-list li .series-step-list-detail-key-list-comment {
    padding-top: 5px;
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 13px;
  }
  .news-section .product-layout-description .series-step .series-step-list.series-step-list-ag > li .series-step-list-item,
  .news-section .product-layout-description .series-step .series-step-list.series-step-list-hydrating > li .series-step-list-item {
    padding: 60px 0;
  }
  .news-section .product-layout-description .series-step .series-step-list.series-step-list-ag > li .series-step-list-detail,
  .news-section .product-layout-description .series-step .series-step-list.series-step-list-hydrating > li .series-step-list-detail {
    -webkit-transform: translateY(0);
    position: static;
    padding: 0 0 60px;
    transform: translateY(0);
  }
  .news-section .product-layout-description .series-step .series-step-point {
    padding: 60px 0 20px;
  }
  .news-section .product-layout-description .series-step .series-step-point .series-step-point_inner {
    padding: 0 20px;
  }
  .news-section .product-layout-description .series-step .series-step-point .series-step-point_inner .series-step-point-title {
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
  }
  .news-section .product-layout-description .series-step .series-step-point .series-step-point_inner .series-step-point-title span {
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1rem;
  }
  .news-section .product-layout-description .series-step .series-step-point .series-step-point_inner .series-step-point-lead {
    max-width: 512px;
    margin: 0 auto 40px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    text-align: left;
  }
  .news-section .product-layout-description .series-step .series-step-point .series-step-point_inner .series-step-point-lead br {
    display: none;
  }
  .news-section .product-layout-description .series-step .series-step-point .series-step-point_inner .series-step-point-list li em {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .news-section .product-layout-description .series-step .series-step-point .series-step-point_inner .series-step-point-list li .series-step-point-photo {
    margin-bottom: 20px;
  }
  .news-section .product-layout-description .series-step .series-step-point .series-step-point_inner .series-step-point-list li p {
    padding: 0;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20px;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .pc_none {
    display: block;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .sp_none {
    display: none;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .sp_txt_center {
    text-align: center !important;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents {
    padding: 9.645vw 0;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_bg_gray {
    padding: 6.645vw 0;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner {
    width: 86.05vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner_top {
    margin-bottom: 14.863vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner_top .text_block {
    margin-bottom: 11.082vw;
    float: none;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner_top .text_block h1 {
    margin-bottom: 9.126vw;
    font-size: 3.129vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner_top .text_block h2 {
    margin-bottom: 5.867vw;
    font-size: 5.606vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner_top .text_block p {
    font-size: 3.39vw;
    line-height: 1.8;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner_top .image_block {
    width: 72.36vw;
    margin: 0 auto;
    float: none;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner.contents_inner_sliderarea {
    width: 100%;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .contents_inner_sliderarea_section {
    width: 86.05vw;
    margin: 0 auto 15.645vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .contents_inner_sliderarea_section:last-child {
    margin-bottom: 0;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .contents_inner_sliderarea_this {
    margin: 0 auto 20vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .contents_inner_sliderarea_this h3 {
    width: 86.05vw;
    margin: 0 auto 5.215vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_titlearea {
    margin-bottom: 10.821vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_titlearea .point_number {
    margin-bottom: 5.867vw;
    font-size: 4.433vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_titlearea h2 {
    margin-bottom: 2.608vw;
    font-size: 5.215vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_titlearea .point_text {
    margin: 10px 0;
    font-size: 3.39vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents {
    margin-bottom: 15.645vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents:last-child h3 {
    margin-bottom: 2.347vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents:last-child .point_contents_caption {
    margin-bottom: 3.911vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents h3 {
    height: 100%;
    margin-bottom: 5.215vw;
    padding: 1.956vw;
    font-size: 3.8vw;
    line-height: 1.4;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents h3.line_two {
    height: 14.867vw;
    line-height: 1.9;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents h3.line_two.line_two.line_two_bottom_sp {
    height: 18.867vw;
    line-height: 1.4;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents h3.line_two.line_two.line_two_bottom_sp span {
    top: 13.559vw;
    width: 100%;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents h3 span {
    top: 8.214vw;
    font-size: 2.608vw;
    line-height: 1.9;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents .purecle_movie {
    width: 100%;
    margin: 0 auto 2.608vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents .title_bottom_text {
    margin-bottom: 8.605vw;
    font-size: 3.28vw;
    letter-spacing: 0;
    line-height: 1.7;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents .title_bottom_text span {
    margin-bottom: 1.304vw;
    border-width: 0.261vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul.slide {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul.slide .slick-dots {
    display: block;
    bottom: -7.519vw;
    width: 100%;
    margin: 0 auto;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul.slide .slick-dots li {
    width: 1.956vw;
    height: 1.956vw;
    margin: 0;
    padding: 0 7.823vw 0 0;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul.slide .slick-dots li:last-child {
    padding: 0;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul.slide .slick-dots li button {
    width: 1.956vw;
    height: 1.956vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul.slide .slick-dots li button:before {
    width: 1.956vw;
    height: 1.956vw;
    border: 2px solid #878787;
    border-radius: 50%;
    content: "";
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul.slide .slick-dots li.slick-active button:before {
    background: #878787;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul li {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul li .point_contents_li_inner {
    min-height: 101.695vw;
    padding: 9.126vw 6.475vw 0;
    border-radius: 2.868vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul li .point_contents_li_inner .list_imagearea {
    width: 34.159vw;
    margin-bottom: 5.215vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul li .point_contents_li_inner .list_textarea .number_icon {
    width: 7.823vw;
    margin-bottom: 5.737vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul li .point_contents_li_inner .list_textarea dl dt {
    margin-bottom: 3.215vw;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul li .point_contents_li_inner .list_textarea dl dd {
    color: #424242;
    font-size: 3.39vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul.point_contents_list_middle {
    margin: 0 -1.825vw 7.823vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul.point_contents_list_middle li {
    padding: 0 1.825vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul.point_contents_list_middle li:first-child:before {
    top: 10px;
    left: 17px;
    width: 45px;
    height: 45px;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul.point_contents_list_middle li:first-child .point_contents_li_inner dl dt {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul.point_contents_list_middle li .point_contents_li_inner {
    min-height: 46.154vw;
    padding: 6.519vw 2.823vw 0;
    border: 2px solid #fff;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul.point_contents_list_middle li .point_contents_li_inner .list_imagearea {
    width: 22.686vw;
    margin-bottom: 5.215vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul.point_contents_list_bottom {
    display: block;
    margin-bottom: 0;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul.point_contents_list_bottom li {
    margin-bottom: 3.911vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul.point_contents_list_bottom li:first-child:before {
    top: 2px;
    left: 20px;
    width: 45px;
    height: 45px;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul.point_contents_list_bottom li:last-child {
    margin-bottom: 0;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul.point_contents_list_bottom li .point_contents_li_inner {
    min-height: 35.202vw;
    padding: 5.215vw 5.215vw 0;
    border: 2px solid #fff;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul.point_contents_list_bottom li .point_contents_li_inner .list_imagearea {
    width: 23.468vw;
    margin: 0;
    float: left;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul.point_contents_list_bottom li .point_contents_li_inner .list_textarea {
    padding-left: 27.379vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul.point_contents_list_bottom li .point_contents_li_inner .list_textarea dl {
    margin-top: 1.956vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul.point_contents_list_bottom li .point_contents_li_inner .list_textarea dl dt {
    margin-bottom: 2.433vw;
    letter-spacing: 0;
    text-align: left;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents .point_contents_caption {
    font-size: 2.608vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents .key_point {
    margin-top: 8.475vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents .key_point .key_point_title {
    margin-bottom: 8.475vw;
    font-size: 3.911vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents .key_point .key_point_title:before {
    width: 26.858vw;
    height: 0.261vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents .key_point .key_point_title:after {
    width: 26.858vw;
    height: 0.261vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents .key_point .key_point_inner {
    width: 75.619vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents .key_point .key_point_inner .key_point_textarea {
    width: 100%;
    float: none;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents .key_point .key_point_inner .key_point_textarea h4 {
    margin-bottom: 5.215vw;
    font-size: 4.172vw;
    text-align: center;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents .key_point .key_point_inner .key_point_textarea p {
    margin-bottom: 7.171vw;
    font-size: 3.39vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents .key_point .key_point_inner .key_point_imagearea {
    width: 57.366vw;
    margin: 0 auto;
    float: none;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point2_left {
    float: none;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point2_left div {
    width: 100%;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point2_left p {
    width: 100%;
    font-size: 3.39vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point2_right {
    margin-top: 8.475vw;
    float: none;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point2_right div {
    width: 100%;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point3_image {
    width: 100%;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .bottom_titlearea {
    margin-bottom: 11.082vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .bottom_titlearea h2 {
    margin-bottom: 3.562vw;
    font-size: 5.215vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .bottom_titlearea p {
    font-size: 3.39vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .bottom_inner .bottom_inner_imagearea {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3.823vw;
    float: none;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .bottom_inner .bottom_inner_textearea {
    display: block;
    width: 100%;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .bottom_inner .bottom_inner_textearea .item_name {
    margin-bottom: 2.215vw;
    font-size: 4.694vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .bottom_inner .bottom_inner_textearea .item_price {
    margin-top: 5px;
    margin-bottom: 4.083vw;
    font-size: 4.172vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .bottom_inner .bottom_inner_textearea .item_price span {
    font-size: 3.651vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .bottom_inner .bottom_inner_textearea .item_description {
    margin-bottom: 10.43vw;
    font-size: 3.39vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .bottom_inner .bottom_inner_textearea .buy_button a {
    width: 59.974vw;
    height: 14.342vw;
    margin: 0 auto;
    border-radius: 3px;
    font-size: 3.651vw;
    line-height: 14.342vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .bottom_inner .bottom_inner_textearea .buy_button a:after {
    right: 7.301vw;
    width: 1.304vw;
    height: 2.347vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents.bottom_products .contents_inner {
    width: 78.05vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-main-visual__inner {
    -webkit-transform: translate(0);
    top: auto;
    bottom: 9.333vw;
    left: 9.333vw;
    transform: translate(0);
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-main-visual__inner .en {
    margin-bottom: 4vw;
    font-size: 3.2vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-main-visual__inner h2 {
    margin-bottom: 4vw;
    font-size: 6.4vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-main-visual__inner .catch {
    font-size: 3.2vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-main-visual__best-cosme {
    right: 6vw;
    bottom: 9.333vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-main-visual__best-cosme img {
    width: 24vw;
    height: 24vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-about {
    padding: 9.333vw 0;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-about__inner {
    display: block;
    width: auto;
    padding: 0 6.667vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-about__inner__desc {
    width: auto;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-about__inner__desc h3 {
    margin-bottom: 5.333vw;
    font-size: 5.733vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-about__inner__desc p {
    margin-bottom: 5.333vw;
    font-size: 3.467vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-about__inner__desc p.notice {
    font-size: 2.667vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-about__inner__image {
    width: auto;
    margin-top: 10.667vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__mv__desc {
    -webkit-box-sizing: border-box;
    -webkit-transform: translate(-50%, -50%);
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10.667vw 10.667vw 0;
    transform: translate(-50%, -50%);
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__mv__desc .en {
    margin: 0 0 5.333vw;
    font-size: 4vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__mv__desc h3 {
    margin: 0 0 4vw;
    font-size: 6.667vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__mv__desc .info {
    margin: 0 0 9.333vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__mv__desc .info dt {
    margin-bottom: 1.333vw;
    font-size: 3.2vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__mv__desc .info dd {
    font-size: 2.933vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__mv__desc .info dd.icon {
    right: 2.667vw;
    width: 12vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__mv__desc .label {
    display: block;
    position: absolute;
    right: 8vw;
    bottom: 8vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__mv__desc .label li {
    width: 20.8vw;
    height: 20.8vw;
    margin: 2.667vw 0 0;
    border-width: 0.533vw;
    border-radius: 1.867vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__mv__desc .label li:nth-child(1) p {
    font-size: 4vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__mv__desc .label li:nth-child(1) p span {
    margin-top: 0.667vw;
    font-size: 2.667vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__mv__desc .label li:nth-child(2) p {
    font-size: 3.2vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__mv__best-cosme {
    right: 8vw;
    bottom: 62.667vw;
    left: auto;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__mv__best-cosme img {
    width: 21.333vw;
    height: 21.333vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner {
    width: auto;
    padding: 10.667vw 5.333vw 16vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .points {
    display: block;
    margin-bottom: 10.667vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .points li {
    width: auto;
    height: auto;
    margin-bottom: 4vw;
    padding: 6.667vw 0;
    border-radius: 2.667vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .points li dl {
    -webkit-transform: translate(0);
    position: static;
    top: auto;
    left: auto;
    transform: translate(0);
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .points li dl dt {
    margin-bottom: 4vw;
    font-size: 3.733vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .points li dl dd {
    font-size: 4.8vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .points li dl dd .sp-hide {
    display: none;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .ingredient h3 {
    margin-bottom: 8vw;
    padding: 4vw 0;
    font-size: 4.267vw;
    line-height: 1.6;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .ingredient h3 br {
    display: block;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .ingredient ul {
    padding: 0 5.333vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .ingredient ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 8vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .ingredient ul li figure {
    width: 26.667vw;
    margin: 0;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .ingredient ul li dl {
    width: 42.667vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .ingredient ul li dl dt {
    margin: 0 0 1.333vw;
    font-size: 3.733vw;
    text-align: left;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .ingredient ul li dl dd {
    font-size: 3.2vw;
    letter-spacing: -0.05em;
    line-height: 1.6;
    text-align: left;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .ingredient .notice {
    font-size: 2.667vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .ecocert {
    width: auto;
    margin-top: 10.667vw;
    padding: 6.667vw 5.333vw;
    border-width: 0.267vw;
    border-radius: 4vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .ecocert figure {
    width: 18.667vw;
    margin: 0 5.333vw 0 0;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .ecocert dl {
    width: 53.333vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .ecocert dl dt {
    margin-bottom: 2.667vw;
    font-size: 3.733vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .ecocert dl dd {
    font-size: 3.2vw;
    letter-spacing: -0.1em;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail.theme-green .p-product-detail__mv__desc {
    width: 100%;
    height: 100%;
    padding: 10.667vw 0 0 10.667vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail.theme-green .p-product-detail__mv__desc h3 {
    letter-spacing: -0.05em;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail.theme-green .p-product-detail__mv__desc .info {
    width: auto;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail.theme-green .p-product-detail__mv__desc .info .icon {
    right: 32vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail.theme-green .p-product-detail__mv__desc .label {
    position: static;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail.theme-green .p-product-detail__mv__best-cosme {
    right: 6.667vw;
    bottom: 6.667vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail.theme-green .p-product-detail__mv__best-cosme img {
    width: 21.333vw;
    height: 21.333vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-organic-skincare {
    padding: 10.667vw 5.333vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-organic-skincare__inner {
    width: auto;
    padding: 10.667vw 8vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-organic-skincare__inner .heading {
    margin: 0 0 8vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-organic-skincare__inner .heading .en {
    margin: 0 0 5.333vw;
    font-size: 4vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-organic-skincare__inner .heading h3 {
    margin-bottom: 5.333vw;
    font-size: 5.6vw;
    line-height: 1.6;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-organic-skincare__inner .heading h3 br {
    display: block;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-organic-skincare__inner .heading p {
    font-size: 3.467vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-organic-skincare__inner .heading p span {
    font-size: 0.764vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-organic-skincare__inner .heading p span {
    font-size: 2.667vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-organic-skincare__inner .heading p .sp-show {
    display: block;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-organic-skincare__inner .content {
    display: block;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-organic-skincare__inner .content figure {
    width: auto;
    margin-bottom: 8vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-organic-skincare__inner .content dl {
    width: auto;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-organic-skincare__inner .content dl dt {
    margin: 0 0 1.333vw;
    font-size: 3.733vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-organic-skincare__inner .content dl dd {
    margin: 0 0 1.333vw;
    font-size: 3.2vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-organic-skincare__inner .content dl dd:nth-of-type(1) {
    margin-bottom: 6.667vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-organic-skincare__inner .graph {
    margin-top: 10.667vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use {
    padding: 10.667vw 0;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use__inner {
    width: auto;
    padding: 0 5.333vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use__inner .heading .en {
    margin-bottom: 5.333vw;
    font-size: 4vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use__inner .heading h3 {
    margin-bottom: 10.667vw;
    font-size: 5.6vw;
    line-height: 1.6;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use__inner .heading h3 br {
    display: block;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use__inner .steps li {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10.667vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use__inner .steps li h4 {
    margin-bottom: 5.333vw;
    font-size: 4.533vw;
    line-height: 10.667vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use__inner .steps li figure {
    margin-bottom: 13.333vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use__inner .steps li figure figcaption {
    font-size: 3.467vw;
    letter-spacing: -0.05em;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use__inner .steps li .products {
    width: auto;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use__inner .steps li .products .item h5 {
    margin-bottom: 1.333vw;
    font-size: 2.933vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use__inner .steps li .products .item p {
    font-size: 2.667vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use__inner .steps li:nth-child(1) .products .item {
    width: 38.667vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use__inner .steps li:nth-child(1) .products .item:nth-of-type(1) .label {
    top: -4vw;
    right: -8vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use__inner .steps li:nth-child(1) .products .item:nth-of-type(1) .label img {
    width: 18vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use__inner .steps li:nth-child(1) .products .item:nth-of-type(2) {
    margin-left: 10.667vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-list {
    padding: 10.667vw 0;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-list__inner {
    width: auto;
    padding: 0 10.666vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-list__inner .item {
    margin-bottom: 16vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-list__inner .item figure {
    margin-bottom: 6.667vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-list__inner .item figure img {
    width: 100%;
    height: auto;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-list__inner .item .desc {
    width: auto;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-list__inner .item .desc h4 {
    margin-bottom: 2.667vw;
    font-size: 4.8vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-list__inner .item .desc .meta {
    margin-bottom: 6.667vw;
    font-size: 4.267vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-list__inner .item .desc .desc {
    margin-bottom: 9.333vw;
    font-size: 3.467vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-list__inner .item .desc a {
    width: 58.667vw;
    margin: 0 auto;
    border-width: 0.267vw;
    border-radius: 1.067vw;
    font-size: 3.733vw;
    line-height: 13.333vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-list__inner .item .desc a:after {
    right: 5.333vw;
    width: 2.133vw;
    height: 2.133vw;
    border-width: 0.267vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-users-voice {
    padding: 10.667vw 0;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner {
    width: auto;
    padding: 0 5.333vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner h3 {
    margin-bottom: 24vw;
    font-size: 7.2vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner__list {
    display: block;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner__list .item {
    width: auto;
    padding: 26.667vw 5.333vw 5.333vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner__list .item:nth-child(1) {
    margin-bottom: 24vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner__list .item figure {
    top: -21.333vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner__list .item figure img {
    height: 42vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner__list .item h4 {
    margin-bottom: 8vw;
    font-size: 4vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner__list .item .speech-bubble li {
    margin-bottom: 4vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner__list .item .speech-bubble li p {
    padding: 5.333vw;
    border-radius: 2.667vw;
    font-size: 3.733vw;
    font-weight: 500;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner__list .item .speech-bubble li:nth-child(odd) {
    padding-left: 2.667vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner__list .item .speech-bubble li:nth-child(odd) svg {
    top: 5.333vw;
    left: -2.333vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner__list .item .speech-bubble li:nth-child(even) {
    padding-right: 2.667vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner__list .item .speech-bubble li:nth-child(even) svg {
    top: 5.333vw;
    right: -1vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner__list .item .speech-bubble.theme-green li:nth-child(odd) {
    padding-right: 2.667vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner__list .item .speech-bubble.theme-green li:nth-child(odd) svg {
    top: 5.333vw;
    right: -1vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner__list .item .speech-bubble.theme-green li:nth-child(even) {
    padding-left: 2.667vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner__list .item .speech-bubble.theme-green li:nth-child(even) svg {
    top: 5.333vw;
    left: -2.333vw;
  }
  .news-section .product-recommendations .product-carousel-peek {
    overflow: hidden;
  }
  .news-section .product-recommendations .product-carousel-peek .slick-list {
    padding-right: 30%;
    overflow: visible;
  }
  .news-section .product-recommendations .product-carousel-peek .slick-list .slick-slide .product-block {
    width: auto;
  }
  .news-section .product-recommendations .product-carousel-peek__advice {
    margin-right: 20px;
  }
  .news-section .product-recommendations .related-products {
    display: block;
    margin-left: -20px;
  }
  .news-section .product-recommendations .related-products .product-block {
    width: 100%;
    margin-bottom: 0;
    padding-left: 20px;
  }
  .news-section .product-recommendations .related-products .product-block .hover-images--two:hover .image-one {
    opacity: 1;
  }
  .news-section .product-recommendations .related-products .product-block .hover-images--two:hover .image-two {
    opacity: 0;
  }
  .news-section .recently-viewed .product-carousel-peek {
    margin-left: -20px;
    overflow: hidden;
  }
  .news-section .recently-viewed .product-carousel-peek .slick-list {
    padding-right: 30%;
    overflow: visible;
  }
  .news-section .recently-viewed .product-carousel-peek .slick-list .slick-slide .product-block {
    width: auto;
  }
  .news-section .recently-viewed .product-carousel-peek__advice {
    display: block;
    margin-right: 20px;
  }
  .news-section .recently-viewed .product-carousel-peek .product-block {
    padding-left: 20px;
  }
  .news-section .recently-viewed .product-carousel-peek .product-block .recently-viewed-product__image .hover-images--two:hover .image-one {
    opacity: 1;
  }
  .news-section .recently-viewed .product-carousel-peek .product-block .recently-viewed-product__image .hover-images--two:hover .image-two {
    opacity: 0;
  }
  .news-section .announcement-bar {
    z-index: 1 !important;
    position: relative !important;
  }
  .news-section .bstory {
    position: relative;
    height: 100%;
    background: none;
  }
  .news-section .bstory .br-sp {
    display: block;
  }
  .news-section .bstory .br-pc {
    display: none;
  }
  .news-section .bstory:before {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: url("/assets/img/brandstory/pic_about_kv_sp-min.jpg?v=1591343059") no-repeat 50%/cover;
    content: "";
  }
  .news-section .bstory .shopify-section {
    background: #fff;
  }
  .news-section .bstory main {
    padding-bottom: 0;
    background: none;
  }
  .news-section .bstory .bstory-img-item {
    position: relative;
    max-width: 100%;
    will-change: transform;
  }
  .news-section .bstory .bstory-kv-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 70px;
  }
  .news-section .bstory .bstory-kv-wrapper:before {
    -webkit-transition: background, 0.8s ease-in-out;
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background: rgba(0, 0, 0, 0);
    content: "";
    transition: background, 0.8s ease-in-out;
  }
  .news-section .bstory .bstory-kv-wrapper.kv-active:before {
    z-index: 1;
    background: rgba(0, 0, 0, 0.4);
  }
  .news-section .bstory .bstory-kv-wrapper.kv-active .bstory-about:before {
    display: none;
  }
  .news-section .bstory .bstory-kv-wrapper .bstory-kv {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    position: relative;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: calc(100vh - 200px);
    padding-top: 50px;
    padding-left: 0;
  }
  .news-section .bstory .bstory-kv-wrapper .bstory-about {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .news-section .bstory .bstory-kv-wrapper .bstory-about .bstory-about-area {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    justify-content: center;
  }
  .news-section .bstory .bstory-kv-wrapper .bstory-about .bstory-about-area .bstory-about-title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    color: #fff;
    font-size: 30px;
    font-weight: 100;
    line-height: 1;
  }
  .news-section .bstory .bstory-kv-wrapper .bstory-about .bstory-about-area .bstory-about-read {
    width: 100%;
  }
  .news-section .bstory .bstory-kv-wrapper .bstory-about .bstory-about-area .bstory-about-read p {
    margin: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 2.3;
  }
  .news-section .bstory .bstory-concept {
    position: relative;
    margin: 0 auto;
    padding: 60px 0;
    background: #fff;
  }
  .news-section .bstory .bstory-concept .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse;
    -ms-flex-flow: column-reverse;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column-reverse;
    width: 90%;
    margin: 0 auto;
  }
  .news-section .bstory .bstory-concept .left {
    width: 100%;
    margin: 25px auto 0;
  }
  .news-section .bstory .bstory-concept .left .bstory-concept-title span {
    display: block;
    line-height: 1;
  }
  .news-section .bstory .bstory-concept .left .bstory-concept-title span.en {
    font-size: 36px;
  }
  .news-section .bstory .bstory-concept .left .bstory-concept-title span.jp {
    margin-top: 15px;
    font-size: 15px;
  }
  .news-section .bstory .bstory-concept .left .read {
    margin-top: 35px;
  }
  .news-section .bstory .bstory-concept .left .read p {
    font-family: "Avenir Next", "Helvetica Neue", Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 2.3;
  }
  .news-section .bstory .bstory-concept .right {
    width: 100%;
  }
  .news-section .bstory .bstory-concept .right .img-sp-only {
    display: block;
  }
  .news-section .bstory .bstory-concept .right .img-wrapper {
    display: none;
  }
  .news-section .bstory .bstory-foursinn {
    position: relative;
    width: 100%;
    padding: 60px 0 30px;
    background: #f0f0f0;
  }
  .news-section .bstory .bstory-foursinn .bstory-foursinn-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    flex-flow: column;
    justify-content: center;
    margin: 0 auto 50px;
  }
  .news-section .bstory .bstory-foursinn .bstory-foursinn-title img {
    width: auto;
  }
  .news-section .bstory .bstory-foursinn .bstory-foursinn-title .left {
    text-align: center;
  }
  .news-section .bstory .bstory-foursinn .bstory-foursinn-title .cross {
    display: block;
    width: 40px;
    margin: 20px auto;
    text-align: center;
  }
  .news-section .bstory .bstory-foursinn .bstory-foursinn-title .right {
    text-align: center;
  }
  .news-section .bstory .bstory-foursinn .bstory-foursinn-title .copy {
    display: block;
    margin-bottom: 10px;
    font-style: normal;
  }
  .news-section .bstory .bstory-foursinn .bstory-foursinn-title .caption {
    display: block;
    font-size: 11px;
    font-weight: 100;
    letter-spacing: 0.15rem;
  }
  .news-section .bstory .bstory-foursinn .bstory-foursinn-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 85%;
    margin: 0 auto;
  }
  .news-section .bstory .bstory-foursinn .bstory-foursinn-list li {
    -webkit-transition: 0.45s ease;
    width: 48.75%;
    margin-right: 2.5%;
    margin-bottom: 30px;
    transition: 0.45s ease;
  }
  .news-section .bstory .bstory-foursinn .bstory-foursinn-list li:nth-child(2n) {
    margin-right: 0;
  }
  .news-section .bstory .bstory-foursinn .bstory-foursinn-list li:last-child {
    margin-right: 0;
  }
  .news-section .bstory .bstory-foursinn .bstory-foursinn-list li .circle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 112px;
    height: 112px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: #fff;
  }
  .news-section .bstory .bstory-foursinn .bstory-foursinn-list li .circle .en {
    font-size: 13px;
  }
  .news-section .bstory .bstory-foursinn .bstory-foursinn-list li .circle .jp {
    font-size: 22px;
    font-weight: 300;
  }
  .news-section .bstory .bstory-foursinn .bstory-foursinn-list li .text {
    font-size: 11px;
    font-weight: 300;
    line-height: 1.7;
    text-align: center;
  }
  .news-section .bstory .bstory-commit-wrapper {
    position: relative;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit-navigation {
    display: none;
    z-index: 4;
    position: absolute;
    right: 60px;
    bottom: 50px;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit-navigation ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit-navigation ul li {
    position: relative;
    margin-bottom: 30px;
    font-size: 12px;
    text-align: center;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit-navigation ul li.active:before {
    background: #424242;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit-navigation ul li:before {
    -webkit-transition: 1s ease-in-out;
    position: absolute;
    top: 0;
    right: -15px;
    bottom: 0;
    width: 4px;
    height: 4px;
    margin: auto;
    border-radius: 50%;
    background: transparent;
    content: "";
    transition: 1s ease-in-out;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit-navigation ul li:last-child {
    margin-bottom: 0;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit {
    -ms-scroll-snap-type: none;
    position: relative;
    height: auto;
    scroll-snap-type: none;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area {
    scroll-snap-align: none;
    height: auto;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area.active .right:before {
    height: 100%;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area:nth-child(1) .left {
    background: none;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area:nth-child(1) .right:before {
    top: 0;
    background: #a4ac93;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area:nth-child(2) .left {
    background: none;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area:nth-child(2) .right:before {
    bottom: 0;
    background: #f0f0f0;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area:nth-child(3) .left {
    background: none;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area:nth-child(3) .right:before {
    top: 0;
    background: #adb6c1;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .left,
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right {
    width: 100%;
    height: auto;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .left {
    position: relative;
    height: auto;
    overflow: hidden;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .left .sp-img-wrapper {
    display: block;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .left .sp-img-wrapper .bstory-commit-title {
    z-index: 5;
    position: absolute;
    bottom: 35px;
    left: 10%;
    color: #fff;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .left .sp-img-wrapper .bstory-commit-title span {
    display: block;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .left .sp-img-wrapper .bstory-commit-title span.en {
    margin-bottom: 15px;
    font-family: "Avenir Next", sans-serif;
    font-size: 36px;
    font-weight: 100;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .left .sp-img-wrapper .bstory-commit-title span.jp {
    font-size: 10px;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .left img {
    vertical-align: bottom;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-flow: column;
    justify-content: space-between;
    padding: 50px 7.5%;
    overflow: hidden;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right:before {
    -webkit-transition: 1s ease-in-out;
    z-index: 2;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    transition: 1s ease-in-out;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-title {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(0px);
    display: inline-block;
    display: none;
    z-index: 3;
    position: static;
    transform: translateY(0px);
    backface-visibility: hidden;
    white-space: nowrap;
    opacity: 1;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-title span {
    display: block;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-title span.jp {
    margin-top: 15px;
    font-size: 13px;
    font-weight: 300;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box {
    -webkit-transform: translateY(0px);
    z-index: 3;
    position: static;
    transform: translateY(0px);
    opacity: 1;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box .bstory-commit-num {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box .bstory-commit-num .num {
    display: inline-block;
    font-size: 17px;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box .bstory-commit-num .point {
    display: inline-block;
    position: relative;
    margin-right: 70px;
    font-size: 17px;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box .bstory-commit-num .point:before {
    position: absolute;
    top: 5px;
    right: -55px;
    bottom: 0;
    width: 40px;
    height: 1px;
    margin: auto;
    background: #969696;
    content: "";
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box-title {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box-title span {
    display: inline-block;
    margin-right: 15px;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box-text {
    margin-bottom: 40px;
    font-size: 12px;
    line-height: 2.3;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 0;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box-list li {
    width: 31.6666%;
    margin-right: 2.5%;
    margin-bottom: 25px;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box-list li:last-child {
    margin-right: 0;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box-list li:nth-child(3n) {
    margin-right: 0;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box-list li .thumb {
    margin: 0;
    text-align: center;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box-list li .thumb .img {
    min-height: 56px;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box-list li .thumb .caption {
    font-size: 10px;
    text-align: center;
  }
  .news-section .bstory .bstory-commit-wrapper .bstory-commit .bstory-commit-area .right .bstory-commit-box-caption {
    font-size: 9px;
  }
  .news-section .bstory .bstory-lineup {
    padding: 60px 0;
    background: #fff;
  }
  .news-section .bstory .bstory-lineup .bstory-lineup-title {
    margin: 0 auto 50px;
    text-align: center;
  }
  .news-section .bstory .bstory-lineup .bstory-lineup-title span {
    display: block;
  }
  .news-section .bstory .bstory-lineup .bstory-lineup-title span.en {
    font-size: 36px;
  }
  .news-section .bstory .bstory-lineup .bstory-lineup-title span.jp {
    margin-top: 10px;
    font-size: 13px;
  }
  .news-section .bstory .bstory-lineup .bstory-lineup-wrapper {
    width: 90%;
    margin: 0 auto;
  }
  .news-section .bstory .bstory-lineup .bstory-lineup-wrapper .bstory-lineup-caption {
    margin-top: 10px;
    font-size: 9px;
    text-align: right;
  }
  .news-section .bstory .bstory-lineup .bstory-lineup-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .news-section .bstory .bstory-lineup .bstory-lineup-list li {
    width: 100%;
    margin: 0 auto 25px;
  }
  .news-section .bstory .bstory-lineup .bstory-lineup-list li:last-child {
    margin: 0 auto;
  }
  .news-section .bstory .bstory-lineup .bstory-lineup-list li .img {
    position: relative;
  }
  .news-section .bstory .bstory-lineup .bstory-lineup-list li .lineup-list-header {
    z-index: 5;
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    margin: auto;
    letter-spacing: 0.1rem;
  }
  .news-section .bstory .bstory-lineup .bstory-lineup-list li .lineup-list-header .lineup-box-title span.en {
    font-size: 16px;
  }
  .news-section .bstory .bstory-lineup .bstory-lineup-list li .lineup-list-header .lineup-box-title span.jp {
    font-size: 15px;
  }
  .news-section .bstory .bstory-lineup .bstory-lineup-list li .lineup-list-header .lineup-box-copy {
    font-size: 10px;
  }
  .news-section .bstory .bstory-lineup .bstory-lineup-list li .round-btn {
    position: absolute;
    right: 0;
    bottom: 25px;
    left: 0;
    width: 160px;
    height: 45px;
    margin: auto;
    border: 1px solid #fff;
    background: none;
    color: #fff;
    font-size: 10px;
    line-height: 45px;
  }
  .news-section .collection-product-list-area {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: -20px;
    padding: 0 20px;
  }
  .news-section .collection-product-list .product-block {
    width: 50%;
    padding-left: 20px;
  }
  .news-section .collection-product-list .product-block__title {
    line-height: 1;
  }
  .news-section .collection-product-list .product-block__title-link {
    font-size: 13px;
  }
  .news-section .collection-product-list .product-block .product-price {
    margin-top: 0.5rem;
    line-height: 0.8rem;
  }
  .news-section .collection-product-list .product-block .product-price span {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .news-section .collection-product-list .product-block .product-price .theme-money {
    font-size: 11px;
  }
  .news-section .collection-product-list .product-block .product-price .tax {
    font-size: 9px;
  }
  .news-section .collection-product-list .product-label--sold-out {
    top: 8px;
    right: 8px;
    width: 35px;
    padding: 0;
    background: none;
  }
  .news-section .collection-product-list .product-label--new {
    right: initial;
    left: 28px;
    max-width: 35px;
  }
  .news-section .lp-preskin .sreies_name {
    font-size: 14px;
  }
  .news-section .lp-preskin .series-kv .series-kv_inner .series-kv_comment {
    right: 20px;
    bottom: 85px;
    font-size: 12px;
  }
  .news-section .lp-preskin .series-kv .series-kv_inner .series-kv-title {
    padding: 0 20px 60px;
  }
  .news-section .lp-preskin .series-kv .series-kv_inner .series-kv-title::after {
    left: 20px;
    width: 18px;
    height: 23px;
  }
  .news-section .lp-preskin .series-kv .series-kv_inner .series-kv-title .sreies_name {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .news-section .lp-preskin .series-kv .series-kv_inner .series-kv-title h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .news-section .lp-preskin .series-kv .series-kv_inner .series-kv-title p {
    font-size: 14px;
    line-height: 22px;
  }
  .news-section .lp-preskin .series-kv .series-kv_inner .series-kv-title small {
    font-size: 12px;
    line-height: 24px;
  }
  .news-section .lp-preskin .series-item {
    padding: 60px 0 50px;
  }
  .news-section .lp-preskin .series-item .series-item_slider_wrap .series-item_slider li {
    width: 100px;
  }
  .news-section .lp-preskin .series-item .series-item-title {
    font-size: 20px;
    line-height: 30px;
  }
  .news-section .lp-preskin .series-item .series-item-title .sreies_name {
    margin-bottom: 15px;
  }
  .news-section .lp-preskin .series-item .series-item-title span {
    font-size: 12px;
    line-height: 20px;
  }
  .news-section .lp-preskin .series-item .series-item_inner {
    padding: 0 20px;
  }
  .news-section .lp-preskin .series-item .series-item_inner .series-item-list li {
    width: 100%;
  }
  .news-section .lp-preskin .series-item .series-item_inner .series-item-list li a .series-item-photo {
    margin-bottom: 20px;
  }
  .news-section .lp-preskin .series-item .series-item_inner .series-item-list li a .series-item-category {
    margin-bottom: 12px;
    line-height: 16px;
  }
  .news-section .lp-preskin .series-item .series-item_inner .series-item-list li a .series-item-name {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
  }
  .news-section .lp-preskin .series-item .series-item_inner .series-item-list li a .series-item-price {
    font-size: 14px;
    line-height: 22px;
  }
  .news-section .lp-preskin .series-item .series-item_inner .series-item-list li a .series-item-price small {
    font-size: 11px;
  }
  .news-section .lp-preskin .series-features.series-features_hydrating .series-features_inner .series-features-title {
    font-size: 20px;
    line-height: 30px;
  }
  .news-section .lp-preskin .series-features.series-features_hydrating .series-features_inner .series-features-list {
    margin-bottom: 30px;
    padding-bottom: 40px;
  }
  .news-section .lp-preskin .series-features.series-features_hydrating .series-features_inner .series-features-list::after {
    width: 18px;
    height: 23px;
  }
  .news-section .lp-preskin .series-features.series-features_hydrating .series-features_inner .series-features-txt p {
    font-size: 20px;
    line-height: 36px;
  }
  .news-section .lp-preskin .series-features.series-features_hydrating .series-features_inner .series-features-txt small {
    font-size: 10px;
  }
  .news-section .lp-preskin .series-features .series-features_inner {
    padding: 0 20px;
  }
  .news-section .lp-preskin .series-features .series-features_inner .series-features-title {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 30px;
  }
  .news-section .lp-preskin .series-features .series-features_inner .series-features-title .sreies_name {
    margin-bottom: 15px;
  }
  .news-section .lp-preskin .series-features .series-features_inner .series-features-sub-title {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 24px;
  }
  .news-section .lp-preskin .series-features .series-features_inner .series-features-sub-title span {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .news-section .lp-preskin .series-features .series-features_inner .series-features-list li {
    display: block;
    margin-bottom: 10px;
    padding-left: 25px;
    background-size: 18px;
    font-size: 14px;
  }
  .news-section .lp-preskin .series-features .series-features_inner .series-features-list li:nth-child(2n-1) {
    width: auto;
  }
  .news-section .lp-preskin .series-features .series-features_inner .series-features-list li:nth-child(2n) {
    margin-left: 0;
  }
  .news-section .lp-preskin .series-ingredients {
    padding: 80px 0 40px;
  }
  .news-section .lp-preskin .series-ingredients .series-ingredients_inner {
    padding: 0 20px;
  }
  .news-section .lp-preskin .series-ingredients .series-ingredients_inner .series-ingredients-title {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 30px;
  }
  .news-section .lp-preskin .series-ingredients .series-ingredients_inner .series-ingredients-title .sreies_name {
    margin-bottom: 15px;
  }
  .news-section .lp-preskin .series-ingredients .series-ingredients_inner .series-ingredients-list {
    text-align: left;
  }
  .news-section .lp-preskin .series-ingredients .series-ingredients_inner .series-ingredients-list > li {
    width: calc((100% - 20px) / 2);
    margin: 0 20px 40px 0;
  }
  .news-section .lp-preskin .series-ingredients .series-ingredients_inner .series-ingredients-list > li:nth-child(3n) {
    margin-right: 20px;
  }
  .news-section .lp-preskin .series-ingredients .series-ingredients_inner .series-ingredients-list > li:nth-child(2n) {
    margin-right: 0;
  }
  .news-section .lp-preskin .series-ingredients .series-ingredients_inner .series-ingredients-list > li .photo {
    margin-bottom: 15px;
  }
  .news-section .lp-preskin .series-ingredients .series-ingredients_inner .series-ingredients-list > li h3 {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .news-section .lp-preskin .series-ingredients .series-ingredients_inner .series-ingredients-list > li h3 small {
    font-size: 10px;
  }
  .news-section .lp-preskin .series-ingredients .series-ingredients_inner .series-ingredients-list > li p {
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 20px;
  }
  .news-section .lp-preskin .series-ingredients .series-ingredients_inner .series-ingredients-list > li .ingredients-tag-list li {
    height: 25px;
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 23px;
  }
  .news-section .lp-preskin .series-step .series-step-title {
    padding: 30px 0;
  }
  .news-section .lp-preskin .series-step .series-step-title .slider_title li {
    height: 30px;
    margin: 0 15px;
  }
  .news-section .lp-preskin .series-step .series-step-list .series-step-list_inner {
    padding: 0 20px;
  }
  .news-section .lp-preskin .series-step .series-step-list .series-step-list-item {
    width: 100%;
    padding: 60px 0;
    float: none;
  }
  .news-section .lp-preskin .series-step .series-step-list .series-step-list-item .series-item-photo {
    margin-bottom: 10px;
  }
  .news-section .lp-preskin .series-step .series-step-list .series-step-list-item .series-item-category {
    font-size: 12px;
    line-height: 17px;
  }
  .news-section .lp-preskin .series-step .series-step-list .series-step-list-item .series-item-name {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
  }
  .news-section .lp-preskin .series-step .series-step-list .series-step-list-item .series-item-price {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 22px;
  }
  .news-section .lp-preskin .series-step .series-step-list .series-step-list-item .series-item-price small {
    font-size: 11px;
  }
  .news-section .lp-preskin .series-step .series-step-list .series-step-list-detail {
    width: 100%;
    padding: 0 0 60px;
    float: none;
  }
  .news-section .lp-preskin .series-step .series-step-list .series-step-list-detail .series-step-list-detail-title {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 28px;
  }
  .news-section .lp-preskin .series-step .series-step-list .series-step-list-detail .series-step-list-detail-lead {
    display: block;
    margin-bottom: 20px;
  }
  .news-section .lp-preskin .series-step .series-step-list .series-step-list-detail .series-step-list-detail-lead h3 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 32px;
  }
  .news-section .lp-preskin .series-step .series-step-list .series-step-list-detail .series-step-list-detail-lead p {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    font-size: 12px;
    line-height: 22px;
  }
  .news-section .lp-preskin .series-step .series-step-list .series-step-list-detail .series-step-list-detail-txt,
  .news-section .lp-preskin .series-step .series-step-list .series-step-list-detail .series-step-list-detail-howto {
    margin-bottom: 30px;
  }
  .news-section .lp-preskin .series-step .series-step-list .series-step-list-detail .series-step-list-detail-txt p,
  .news-section .lp-preskin .series-step .series-step-list .series-step-list-detail .series-step-list-detail-howto p {
    font-size: 12px;
    line-height: 20px;
  }
  .news-section .lp-preskin .series-step .series-step-list .series-step-list-detail .series-step-list-detail-howto h3,
  .news-section .lp-preskin .series-step .series-step-list .series-step-list-detail .series-step-list-detail-key h3 {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .news-section .lp-preskin .series-step .series-step-list .series-step-list-detail .series-step-list-detail-key .series-step-list-detail-key-list li {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  .news-section .lp-preskin .series-step .series-step-list .series-step-list-detail .series-step-list-detail-key .series-step-list-detail-key-list li .series-step-list-detail-key-list-image {
    margin-bottom: 10px;
  }
  .news-section .lp-preskin .series-step .series-step-list .series-step-list-detail .series-step-list-detail-key .series-step-list-detail-key-list li .series-step-list-detail-key-list-name {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 24px;
    white-space: inherit;
  }
  .news-section .lp-preskin .series-step .series-step-list .series-step-list-detail .series-step-list-detail-key .series-step-list-detail-key-list li .series-step-list-detail-key-list-name small {
    font-size: 11px;
  }
  .news-section .lp-preskin .series-step .series-step-list .series-step-list-detail .series-step-list-detail-key .series-step-list-detail-key-list li .series-step-list-detail-key-list-txt {
    font-size: 12px;
    line-height: 24px;
  }
  .news-section .lp-preskin .series-step .series-step-list .series-step-list-detail .series-step-list-detail-key .series-step-list-detail-key-list li .series-step-list-detail-key-list-txt br {
    display: none;
  }
  .news-section .lp-preskin .series-step .series-step-list .series-step-list-detail .series-step-list-detail-key .series-step-list-detail-key-list li .series-step-list-detail-key-list-comment {
    padding-top: 5px;
    font-size: 10px;
    line-height: 13px;
  }
  .news-section .lp-preskin .series-step .series-step-list.series-step-list-ag > li .series-step-list-item,
  .news-section .lp-preskin .series-step .series-step-list.series-step-list-hydrating > li .series-step-list-item {
    padding: 60px 0;
  }
  .news-section .lp-preskin .series-step .series-step-list.series-step-list-ag > li .series-step-list-detail,
  .news-section .lp-preskin .series-step .series-step-list.series-step-list-hydrating > li .series-step-list-detail {
    -webkit-transform: translateY(0);
    position: static;
    padding: 0 0 60px;
    transform: translateY(0);
  }
  .news-section .lp-preskin .series-step .series-step-point {
    padding: 60px 0 20px;
  }
  .news-section .lp-preskin .series-step .series-step-point .series-step-point_inner {
    padding: 0 20px;
  }
  .news-section .lp-preskin .series-step .series-step-point .series-step-point_inner .series-step-point-title {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
  }
  .news-section .lp-preskin .series-step .series-step-point .series-step-point_inner .series-step-point-title span {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .news-section .lp-preskin .series-step .series-step-point .series-step-point_inner .series-step-point-lead {
    max-width: 512px;
    margin: 0 auto 40px;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
  }
  .news-section .lp-preskin .series-step .series-step-point .series-step-point_inner .series-step-point-lead br {
    display: none;
  }
  .news-section .lp-preskin .series-step .series-step-point .series-step-point_inner .series-step-point-list li em {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .news-section .lp-preskin .series-step .series-step-point .series-step-point_inner .series-step-point-list li .series-step-point-photo {
    margin-bottom: 20px;
  }
  .news-section .lp-preskin .series-step .series-step-point .series-step-point_inner .series-step-point-list li p {
    padding: 0;
    font-size: 13px;
    line-height: 20px;
  }
  .news-section .lp-preskin .series-lineup {
    padding: 40px 0 60px;
  }
  .news-section .lp-preskin .series-lineup .series-lineup_inner {
    padding: 0 20px;
  }
  .news-section .lp-preskin .series-lineup .series-lineup_inner .series-lineup-title {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 30px;
  }
  .news-section .lp-preskin .series-lineup .series-lineup_inner .series-lineup-title span {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .news-section .lp-preskin .series-lineup .series-lineup_inner .series-lineup-list {
    margin-bottom: 15px;
  }
  .news-section .lp-preskin .series-lineup .series-lineup_inner .series-lineup-list li {
    display: block;
    width: 100%;
    max-width: 480px;
    margin: 0 auto 30px;
  }
  .news-section .lp-preskin .series-lineup .series-lineup_inner .series-lineup-caption {
    max-width: 480px;
    margin: 0 auto;
    font-size: 10px;
  }
  .news-section .lp-preskin .series-concept {
    padding: 40px 0 25px;
  }
  .news-section .lp-preskin .series-concept .series-concept_inner {
    padding: 0 20px;
  }
  .news-section .lp-preskin .series-concept .series-concept_inner .series-concept-title {
    margin-bottom: 30px;
  }
  .news-section .lp-preskin .series-concept .series-concept_inner .series-concept-title img {
    width: 90px;
  }
  .news-section .lp-preskin .series-concept .series-concept_inner .series-concept-sub-title {
    margin-bottom: 30px;
  }
  .news-section .lp-preskin .series-concept .series-concept_inner .series-concept-sub-title span {
    font-size: 23px;
  }
  .news-section .lp-preskin .series-concept .series-concept_inner .txt .series-concept-sub-title {
    font-size: 20px;
  }
  .news-section .lp-preskin .series-concept .series-concept_inner .txt p {
    margin-bottom: 70px;
    font-size: 12px;
    line-height: 30px;
  }
  .news-section .lp-preskin .series-concept .series-concept_inner .txt p .br_pc {
    display: none;
  }
  .news-section .lp-preskin .series-concept .series-concept_inner .txt p .br_sp {
    display: block;
  }
  .news-section .lp-preskin .series-concept .series-concept_inner .txt a {
    width: 188px;
    height: 42px;
    font-size: 12px;
    line-height: 42px;
  }
  .news-section .lp-preskin .series-concept .photograhy {
    display: none;
  }
}
@media (max-width: 749px) {
  .news-section .plyr__time + .plyr__time {
    display: none;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1440px) {
  .news-section .product-layout-description #pure-cleasing-clear-lp .pc_none {
    display: none;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .sp_none {
    display: block;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .sp_txt_center {
    text-align: center !important;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents {
    padding: 6.944vw 0 8.333vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_bg_gray {
    padding: 6.944vw 0 8.333vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner {
    width: 62.5vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner_top {
    margin-bottom: 9.722vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner_top .text_block h1 {
    margin-bottom: 4.167vw;
    font-size: 1.389vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner_top .text_block h2 {
    margin-bottom: 2.222vw;
    font-size: 1.944vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner_top .text_block p {
    font-size: 1.111vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner_top .image_block {
    width: 24.375vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_titlearea {
    margin-bottom: 5.556vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_titlearea .point_number {
    margin-bottom: 2.917vw;
    font-size: 1.667vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_titlearea h2 {
    margin-bottom: 1.528vw;
    font-size: 1.944vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_titlearea .point_text {
    font-size: 0.972vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents {
    margin-bottom: 6.944vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents:last-child h3 {
    margin-bottom: 0.694vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents:last-child .point_contents_caption {
    margin-bottom: 1.736vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents h3 {
    height: 6.25vw;
    margin-bottom: 2.778vw;
    font-size: 1.528vw;
    line-height: 6.25vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents h3.line_two {
    line-height: 5.139vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents h3 span {
    top: 1.944vw;
    font-size: 0.903vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents .purecle_movie {
    width: 49.306vw;
    margin: 0 auto 0.694vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents .title_bottom_text {
    margin-bottom: 2.778vw;
    font-size: 0.972vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents .title_bottom_text span {
    padding-bottom: 0.139vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul {
    margin: 0 -1.042vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul li {
    padding: 0 1.042vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul li .point_contents_li_inner {
    min-height: 28.472vw;
    padding: 3.194vw 2.431vw 0;
    border-radius: 1.111vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul li .point_contents_li_inner .list_imagearea {
    width: 8.333vw;
    margin: 0 auto 2.222vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul li .point_contents_li_inner .list_textarea .number_icon {
    width: 2.083vw;
    margin: 0 auto 1.667vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul li .point_contents_li_inner .list_textarea dl dt {
    margin-bottom: 1.389vw;
    font-size: 0.972vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul li .point_contents_li_inner .list_textarea dl dd {
    font-size: 0.903vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul.point_contents_list_middle {
    margin-bottom: 1.389vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul.point_contents_list_middle li {
    padding: 0 1.042vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul.point_contents_list_middle li:first-child:before {
    top: 1.875vw;
    left: 6.944vw;
    width: 3.75vw;
    height: 3.75vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul.point_contents_list_middle li .point_contents_li_inner {
    min-height: 19.444vw;
    padding: 3.75vw 2.431vw 0;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul.point_contents_list_middle li .point_contents_li_inner .list_imagearea {
    width: 10.694vw;
    margin: 0 auto 1.944vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul.point_contents_list_bottom {
    margin-bottom: 1.389vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul.point_contents_list_bottom li:first-child:before {
    top: 1.875vw;
    left: 2.778vw;
    width: 3.75vw;
    height: 3.75vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul.point_contents_list_bottom li .point_contents_li_inner {
    min-height: 23.611vw;
    padding: 3.472vw 2.431vw 0;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents ul.point_contents_list_bottom li .point_contents_li_inner .list_imagearea {
    width: 9.028vw;
    margin: 0 auto 2.778vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents .point_contents_caption {
    font-size: 0.764vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents .key_point {
    margin-top: 3.472vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents .key_point .key_point_title {
    margin-bottom: 2.917vw;
    font-size: 1.181vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents .key_point .key_point_title:before {
    width: 23.958vw;
    height: 0.069vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents .key_point .key_point_title:after {
    width: 23.958vw;
    height: 0.069vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents .key_point .key_point_inner {
    width: 44.444vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents .key_point .key_point_inner .key_point_textarea {
    width: 20.139vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents .key_point .key_point_inner .key_point_textarea h4 {
    margin-bottom: 1.944vw;
    font-size: 1.528vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents .key_point .key_point_inner .key_point_textarea p {
    font-size: 0.903vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point_contents .key_point .key_point_inner .key_point_imagearea {
    width: 18.75vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point2_left div {
    width: 24.167vw;
    margin-bottom: 1.389vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point2_left p {
    width: 26.389vw;
    font-size: 0.972vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point2_right {
    margin-top: 2.778vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point2_right div {
    width: 29.167vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .point3_image {
    width: 36.389vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .bottom_titlearea {
    margin-bottom: 5.556vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .bottom_titlearea h2 {
    margin-bottom: 2.778vw;
    font-size: 1.806vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .bottom_titlearea p {
    font-size: 0.972vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .bottom_inner .bottom_inner_imagearea {
    width: 23.958vw;
    margin-right: 4.167vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .bottom_inner .bottom_inner_textearea {
    width: 27.778vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .bottom_inner .bottom_inner_textearea .item_name {
    margin-bottom: 2.083vw;
    font-size: 1.667vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .bottom_inner .bottom_inner_textearea .item_price {
    margin-bottom: 3.681vw;
    font-size: 1.111vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .bottom_inner .bottom_inner_textearea .item_price span {
    font-size: 0.764vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .bottom_inner .bottom_inner_textearea .item_description {
    margin-bottom: 3.333vw;
    font-size: 0.972vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .bottom_inner .bottom_inner_textearea .buy_button a {
    width: 19.444vw;
    height: 3.819vw;
    border-radius: 3px;
    font-size: 0.972vw;
    line-height: 3.819vw;
  }
  .news-section .product-layout-description #pure-cleasing-clear-lp .contents_inner .bottom_inner .bottom_inner_textearea .buy_button a:after {
    right: 1.875vw;
    width: 0.347vw;
    height: 0.625vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-main-visual__inner {
    width: 72.222vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-main-visual__inner .en {
    margin-bottom: 2.778vw;
    font-size: 1.389vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-main-visual__inner h2 {
    margin-bottom: 2.778vw;
    font-size: 2.5vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-main-visual__inner .catch {
    font-size: 1.111vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-about {
    padding: 8.681vw 0;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-about__inner {
    width: 62.5vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-about__inner__desc {
    width: 31.944vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-about__inner__desc h3 {
    margin-bottom: 2.083vw;
    font-size: 1.944vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-about__inner__desc p {
    margin-bottom: 2.778vw;
    font-size: 1.111vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-about__inner__desc p.notice {
    font-size: 0.833vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-about__inner__image {
    width: 25.417vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__mv__desc {
    padding-left: 6.25vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__mv__desc .en {
    margin: 0 0 2.083vw;
    font-size: 1.389vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__mv__desc h3 {
    margin-bottom: 2.778vw;
    font-size: 2.361vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__mv__desc .info {
    margin: 0 0 2.778vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__mv__desc .info dt {
    margin-bottom: 1.389vw;
    font-size: 1.111vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__mv__desc .info dd {
    font-size: 0.972vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__mv__desc .info dd.icon {
    width: 4.236vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__mv__desc .label li {
    width: 6.944vw;
    height: 6.944vw;
    margin-right: 0.694vw;
    border-width: 0.139vw;
    border-radius: 0.972vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__mv__desc .label li:nth-child(1) p {
    font-size: 1.389vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__mv__desc .label li:nth-child(1) p span {
    margin-top: 0.347vw;
    font-size: 0.972vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__mv__desc .label li:nth-child(2) p {
    font-size: 1.042vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner {
    width: 62.5vw;
    padding: 5.556vw 0 8.333vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .points {
    margin-bottom: 6.944vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .points li {
    width: 18.403vw;
    height: 18.403vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .points li dl dt {
    margin-bottom: 1.042vw;
    font-size: 1.25vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .points li dl dd {
    font-size: 1.389vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .points li dl dd span.sm {
    margin-top: 0.694vw;
    font-size: 0.764vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .ingredient h3 {
    margin-bottom: 3.472vw;
    font-size: 1.528vw;
    line-height: 4.861vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .ingredient ul li {
    width: 13.889vw;
    margin: 0 2.778vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .ingredient ul li figure {
    width: 11.111vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .ingredient ul li dl dt {
    margin-bottom: 0.694vw;
    font-size: 1.042vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .ingredient ul li dl dd {
    font-size: 0.903vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .ingredient .notice {
    font-size: 0.764vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .ecocert {
    width: 47.222vw;
    margin: 5.556vw auto 0;
    padding: 3.472vw 4.167vw;
    border-width: 0.069vw;
    border-radius: 1.042vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .ecocert figure {
    width: 6.944vw;
    margin: 0 4.167vw 0 0;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .ecocert dl dt {
    margin-bottom: 1.389vw;
    font-size: 1.389vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail__inner .ecocert dl dd {
    font-size: 0.903vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail.theme-green .p-product-detail__mv__desc {
    width: 63.889vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-detail.theme-green .p-product-detail__mv__desc .info {
    width: 19.444vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-organic-skincare {
    padding: 6.944vw 0 8.333vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-organic-skincare__inner {
    width: 62.5vw;
    padding: 5.556vw 6.25vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-organic-skincare__inner .heading {
    margin: 0 0 4.167vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-organic-skincare__inner .heading .en {
    margin: 0 0 2.083vw;
    font-size: 1.389vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-organic-skincare__inner .heading h3 {
    margin-bottom: 1.389vw;
    font-size: 1.944vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-organic-skincare__inner .heading p {
    font-size: 0.972vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-organic-skincare__inner .content figure {
    width: 27.778vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-organic-skincare__inner .content dl {
    width: 18.056vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-organic-skincare__inner .content dl dt {
    margin: 0 0 0.694vw;
    font-size: 1.111vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-organic-skincare__inner .content dl dd {
    margin: 0 0 0.694vw;
    font-size: 0.903vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-organic-skincare__inner .content dl dd:nth-of-type(1) {
    margin-bottom: 3.472vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-organic-skincare__inner .graph {
    margin-top: 3.472vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use {
    padding: 8.333vw 0;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use__inner {
    width: 62.5vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use__inner .heading .en {
    margin-bottom: 2.778vw;
    font-size: 1.389vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use__inner .heading h3 {
    margin-bottom: 3.472vw;
    font-size: 1.944vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use__inner .steps li {
    margin-bottom: 4.167vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use__inner .steps li h4 {
    margin-bottom: 2.778vw;
    font-size: 1.389vw;
    line-height: 4.861vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use__inner .steps li figure {
    width: 29.514vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use__inner .steps li figure figcaption {
    margin-top: 1.042vw;
    font-size: 0.903vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use__inner .steps li .products {
    width: 30.556vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use__inner .steps li .products .item figure {
    margin-bottom: 1.389vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use__inner .steps li .products .item figure img {
    width: auto;
    height: 14.236vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use__inner .steps li .products .item h5 {
    margin-bottom: 0.694vw;
    font-size: 0.903vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use__inner .steps li .products .item p {
    font-size: 0.764vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use__inner .steps li:nth-child(1) .products .item:nth-of-type(1) .label {
    top: -2.083vw;
    right: -2.778vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use__inner .steps li:nth-child(1) .products .item:nth-of-type(1) .label img {
    width: 5.694vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use__inner .steps li:nth-child(1) .products .item:nth-of-type(2) {
    margin-left: 3.472vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-how-to-use__inner .steps li:nth-child(3) .products .item h5 {
    padding-left: 3.472vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-list {
    padding: 9.722vw 0;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-list__inner {
    width: 56.944vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-list__inner .item {
    margin-bottom: 6.944vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-list__inner .item figure img {
    width: 23.958vw;
    height: auto;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-list__inner .item .desc {
    width: 27.778vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-list__inner .item .desc h4 {
    margin-bottom: 1.389vw;
    font-size: 1.667vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-list__inner .item .desc .meta {
    margin: 0 0 1.389vw;
    font-size: 1.111vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-list__inner .item .desc .desc {
    margin: 0 0 2.083vw;
    font-size: 0.972vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-list__inner .item .desc a {
    width: 19.444vw;
    border-width: 0.069vw;
    border-radius: 0.278vw;
    font-size: 0.972vw;
    line-height: 3.819vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-product-list__inner .item .desc a:after {
    right: 2.083vw;
    width: 0.694vw;
    height: 0.694vw;
    border-width: 0.069vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-users-voice {
    padding: 8.681vw 0;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner {
    width: 62.5vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner h3 {
    margin-bottom: 13.889vw;
    font-size: 2.5vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner__list .item {
    width: 29.861vw;
    padding: 9.375vw 2.083vw 3.472vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner__list .item figure {
    top: -10.417vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner__list .item figure img {
    height: 18.056vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner__list .item h4 {
    margin-bottom: 2.083vw;
    font-size: 1.25vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner__list .item .speech-bubble li {
    margin-bottom: 1.389vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner__list .item .speech-bubble li p {
    padding: 1.389vw;
    border-radius: 0.694vw;
    font-size: 1.25vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner__list .item .speech-bubble li:nth-child(odd) {
    padding-left: 1.389vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner__list .item .speech-bubble li:nth-child(odd) svg {
    top: 1.389vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner__list .item .speech-bubble li:nth-child(even) {
    padding-right: 1.389vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner__list .item .speech-bubble li:nth-child(even) svg {
    top: 1.389vw;
    right: 0.347vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner__list .item .speech-bubble.theme-green li:nth-child(odd) {
    padding-right: 1.389vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner__list .item .speech-bubble.theme-green li:nth-child(odd) svg {
    top: 1.389vw;
    right: 0.347vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner__list .item .speech-bubble.theme-green li:nth-child(even) {
    padding-left: 1.389vw;
  }
  .news-section .product-layout-description #perfect-uv-series-lp .p-users-voice__inner__list .item .speech-bubble.theme-green li:nth-child(even) svg {
    top: 1.389vw;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .news-section .lp-perfectuv .p-about {
    padding: 8.681vw 0;
  }
  .news-section .lp-perfectuv .p-about__inner {
    width: 62.5vw;
  }
  .news-section .lp-perfectuv .p-about__inner__desc {
    width: 31.944vw;
  }
  .news-section .lp-perfectuv .p-about__inner__desc h3 {
    margin-bottom: 2.083vw;
    font-size: 1.944vw;
  }
  .news-section .lp-perfectuv .p-about__inner__desc p {
    margin-bottom: 2.778vw;
    font-size: 1.111vw;
  }
  .news-section .lp-perfectuv .p-about__inner__desc p.notice {
    font-size: 0.833vw;
  }
  .news-section .lp-perfectuv .p-about__inner__image {
    width: 25.417vw;
  }
  .news-section .lp-perfectuv .p-how-to-use {
    padding: 8.333vw 0;
  }
  .news-section .lp-perfectuv .p-how-to-use__inner {
    width: 62.5vw;
  }
  .news-section .lp-perfectuv .p-how-to-use__inner .heading .en {
    margin-bottom: 2.778vw;
    font-size: 1.389vw;
  }
  .news-section .lp-perfectuv .p-how-to-use__inner .heading h3 {
    margin-bottom: 3.472vw;
    font-size: 1.944vw;
  }
  .news-section .lp-perfectuv .p-how-to-use__inner .steps li {
    margin-bottom: 4.167vw;
  }
  .news-section .lp-perfectuv .p-how-to-use__inner .steps li h4 {
    margin-bottom: 2.778vw;
    font-size: 1.389vw;
    line-height: 4.861vw;
  }
  .news-section .lp-perfectuv .p-how-to-use__inner .steps li figure {
    width: 29.514vw;
  }
  .news-section .lp-perfectuv .p-how-to-use__inner .steps li figure figcaption {
    margin-top: 1.042vw;
    font-size: 0.903vw;
  }
  .news-section .lp-perfectuv .p-how-to-use__inner .steps li .products {
    width: 30.556vw;
  }
  .news-section .lp-perfectuv .p-how-to-use__inner .steps li .products .item figure {
    margin-bottom: 1.389vw;
  }
  .news-section .lp-perfectuv .p-how-to-use__inner .steps li .products .item figure img {
    width: auto;
    height: 14.236vw;
  }
  .news-section .lp-perfectuv .p-how-to-use__inner .steps li .products .item h5 {
    margin-bottom: 0.694vw;
    font-size: 0.903vw;
  }
  .news-section .lp-perfectuv .p-how-to-use__inner .steps li .products .item p {
    font-size: 0.764vw;
  }
  .news-section .lp-perfectuv .p-how-to-use__inner .steps li:nth-child(1) .products .item:nth-of-type(1) .label {
    top: -2.083vw;
    right: -2.778vw;
  }
  .news-section .lp-perfectuv .p-how-to-use__inner .steps li:nth-child(1) .products .item:nth-of-type(1) .label img {
    width: 5.694vw;
  }
  .news-section .lp-perfectuv .p-how-to-use__inner .steps li:nth-child(1) .products .item:nth-of-type(2) {
    margin-left: 3.472vw;
  }
  .news-section .lp-perfectuv .p-how-to-use__inner .steps li:nth-child(3) .products .item h5 {
    padding-left: 3.472vw;
  }
  .news-section .lp-perfectuv .p-main-visual__inner {
    width: 72.222vw;
  }
  .news-section .lp-perfectuv .p-main-visual__inner .en {
    margin-bottom: 2.778vw;
    font-size: 1.389vw;
  }
  .news-section .lp-perfectuv .p-main-visual__inner h2 {
    margin-bottom: 2.778vw;
    font-size: 2.5vw;
  }
  .news-section .lp-perfectuv .p-main-visual__inner .catch {
    font-size: 1.111vw;
  }
  .news-section .lp-perfectuv .p-organic-skincare {
    padding: 6.944vw 0 8.333vw;
  }
  .news-section .lp-perfectuv .p-organic-skincare__inner {
    width: 62.5vw;
    padding: 5.556vw 6.25vw;
  }
  .news-section .lp-perfectuv .p-organic-skincare__inner .heading {
    margin: 0 0 4.167vw;
  }
  .news-section .lp-perfectuv .p-organic-skincare__inner .heading .en {
    margin: 0 0 2.083vw;
    font-size: 1.389vw;
  }
  .news-section .lp-perfectuv .p-organic-skincare__inner .heading h3 {
    margin-bottom: 1.389vw;
    font-size: 1.944vw;
  }
  .news-section .lp-perfectuv .p-organic-skincare__inner .heading p {
    font-size: 0.972vw;
  }
  .news-section .lp-perfectuv .p-organic-skincare__inner .heading p span {
    font-size: 0.764vw;
  }
  .news-section .lp-perfectuv .p-organic-skincare__inner .content figure {
    width: 27.778vw;
  }
  .news-section .lp-perfectuv .p-organic-skincare__inner .content dl {
    width: 18.056vw;
  }
  .news-section .lp-perfectuv .p-organic-skincare__inner .content dl dt {
    margin: 0 0 0.694vw;
    font-size: 1.111vw;
  }
  .news-section .lp-perfectuv .p-organic-skincare__inner .content dl dd {
    margin: 0 0 0.694vw;
    font-size: 0.903vw;
  }
  .news-section .lp-perfectuv .p-organic-skincare__inner .content dl dd:nth-of-type(1) {
    margin-bottom: 3.472vw;
  }
  .news-section .lp-perfectuv .p-organic-skincare__inner .graph {
    margin-top: 3.472vw;
  }
  .news-section .lp-perfectuv .p-product-detail__mv__desc {
    padding-left: 6.25vw;
  }
  .news-section .lp-perfectuv .p-product-detail__mv__desc .en {
    margin: 0 0 2.083vw;
    font-size: 1.389vw;
  }
  .news-section .lp-perfectuv .p-product-detail__mv__desc h3 {
    margin-bottom: 2.778vw;
    font-size: 2.361vw;
  }
  .news-section .lp-perfectuv .p-product-detail__mv__desc .info {
    margin: 0 0 2.778vw;
  }
  .news-section .lp-perfectuv .p-product-detail__mv__desc .info dt {
    margin-bottom: 1.389vw;
    font-size: 1.111vw;
  }
  .news-section .lp-perfectuv .p-product-detail__mv__desc .info dd {
    font-size: 0.972vw;
  }
  .news-section .lp-perfectuv .p-product-detail__mv__desc .info dd.icon {
    width: 4.236vw;
  }
  .news-section .lp-perfectuv .p-product-detail__mv__desc .label li {
    width: 6.944vw;
    height: 6.944vw;
    margin-right: 0.694vw;
    border-width: 0.139vw;
    border-radius: 0.972vw;
  }
  .news-section .lp-perfectuv .p-product-detail__mv__desc .label li:nth-child(1) p {
    font-size: 1.389vw;
  }
  .news-section .lp-perfectuv .p-product-detail__mv__desc .label li:nth-child(1) p span {
    margin-top: 0.347vw;
    font-size: 0.972vw;
  }
  .news-section .lp-perfectuv .p-product-detail__mv__desc .label li:nth-child(2) p {
    font-size: 1.042vw;
  }
  .news-section .lp-perfectuv .p-product-detail__inner {
    width: 62.5vw;
    padding: 5.556vw 0 8.333vw;
  }
  .news-section .lp-perfectuv .p-product-detail__inner .points {
    margin-bottom: 6.944vw;
  }
  .news-section .lp-perfectuv .p-product-detail__inner .points li {
    width: 18.403vw;
    height: 18.403vw;
  }
  .news-section .lp-perfectuv .p-product-detail__inner .points li dl dt {
    margin-bottom: 1.042vw;
    font-size: 1.25vw;
  }
  .news-section .lp-perfectuv .p-product-detail__inner .points li dl dd {
    font-size: 1.389vw;
  }
  .news-section .lp-perfectuv .p-product-detail__inner .points li dl dd span.sm {
    margin-top: 0.694vw;
    font-size: 0.764vw;
  }
  .news-section .lp-perfectuv .p-product-detail__inner .ingredient h3 {
    margin-bottom: 3.472vw;
    font-size: 1.528vw;
    line-height: 4.861vw;
  }
  .news-section .lp-perfectuv .p-product-detail__inner .ingredient ul li {
    width: 13.889vw;
    margin: 0 2.778vw;
  }
  .news-section .lp-perfectuv .p-product-detail__inner .ingredient ul li figure {
    width: 11.111vw;
  }
  .news-section .lp-perfectuv .p-product-detail__inner .ingredient ul li dl dt {
    margin-bottom: 0.694vw;
    font-size: 1.042vw;
  }
  .news-section .lp-perfectuv .p-product-detail__inner .ingredient ul li dl dd {
    font-size: 0.903vw;
  }
  .news-section .lp-perfectuv .p-product-detail__inner .ingredient .notice {
    font-size: 0.764vw;
  }
  .news-section .lp-perfectuv .p-product-detail__inner .ecocert {
    width: 47.222vw;
    margin: 5.556vw auto 0;
    padding: 3.472vw 4.167vw;
    border-width: 0.069vw;
    border-radius: 1.042vw;
  }
  .news-section .lp-perfectuv .p-product-detail__inner .ecocert figure {
    width: 6.944vw;
    margin: 0 4.167vw 0 0;
  }
  .news-section .lp-perfectuv .p-product-detail__inner .ecocert dl dt {
    margin-bottom: 1.389vw;
    font-size: 1.389vw;
  }
  .news-section .lp-perfectuv .p-product-detail__inner .ecocert dl dd {
    font-size: 0.903vw;
  }
  .news-section .lp-perfectuv .p-product-detail.theme-green .p-product-detail__mv__desc {
    width: 63.889vw;
  }
  .news-section .lp-perfectuv .p-product-detail.theme-green .p-product-detail__mv__desc .info {
    width: 19.444vw;
  }
  .news-section .lp-perfectuv .p-product-list {
    padding: 9.722vw 0;
  }
  .news-section .lp-perfectuv .p-product-list__inner {
    width: 56.944vw;
  }
  .news-section .lp-perfectuv .p-product-list__inner .item {
    margin-bottom: 6.944vw;
  }
  .news-section .lp-perfectuv .p-product-list__inner .item figure img {
    width: 23.958vw;
    height: auto;
  }
  .news-section .lp-perfectuv .p-product-list__inner .item .desc {
    width: 27.778vw;
  }
  .news-section .lp-perfectuv .p-product-list__inner .item .desc h4 {
    margin-bottom: 1.389vw;
    font-size: 1.667vw;
  }
  .news-section .lp-perfectuv .p-product-list__inner .item .desc .meta {
    margin: 0 0 1.389vw;
    font-size: 1.111vw;
  }
  .news-section .lp-perfectuv .p-product-list__inner .item .desc .desc {
    margin: 0 0 2.083vw;
    font-size: 0.972vw;
  }
  .news-section .lp-perfectuv .p-product-list__inner .item .desc a {
    width: 19.444vw;
    border-width: 0.069vw;
    border-radius: 0.278vw;
    font-size: 0.972vw;
    line-height: 3.819vw;
  }
  .news-section .lp-perfectuv .p-product-list__inner .item .desc a:after {
    right: 2.083vw;
    width: 0.694vw;
    height: 0.694vw;
    border-width: 0.069vw;
  }
  .news-section .lp-perfectuv .p-users-voice {
    padding: 8.681vw 0;
  }
  .news-section .lp-perfectuv .p-users-voice__inner {
    width: 62.5vw;
  }
  .news-section .lp-perfectuv .p-users-voice__inner h3 {
    margin-bottom: 13.889vw;
    font-size: 2.5vw;
  }
  .news-section .lp-perfectuv .p-users-voice__inner__list .item {
    width: 29.861vw;
    padding: 9.375vw 2.083vw 3.472vw;
  }
  .news-section .lp-perfectuv .p-users-voice__inner__list .item figure {
    top: -10.417vw;
  }
  .news-section .lp-perfectuv .p-users-voice__inner__list .item figure img {
    height: 18.056vw;
  }
  .news-section .lp-perfectuv .p-users-voice__inner__list .item h4 {
    margin-bottom: 2.083vw;
    font-size: 1.25vw;
  }
  .news-section .lp-perfectuv .p-users-voice__inner__list .item .speech-bubble li {
    margin-bottom: 1.389vw;
  }
  .news-section .lp-perfectuv .p-users-voice__inner__list .item .speech-bubble li p {
    padding: 1.389vw;
    border-radius: 0.694vw;
    font-size: 1.25vw;
  }
  .news-section .lp-perfectuv .p-users-voice__inner__list .item .speech-bubble li:nth-child(odd) {
    padding-left: 1.389vw;
  }
  .news-section .lp-perfectuv .p-users-voice__inner__list .item .speech-bubble li:nth-child(odd) svg {
    top: 1.389vw;
  }
  .news-section .lp-perfectuv .p-users-voice__inner__list .item .speech-bubble li:nth-child(even) {
    padding-right: 1.389vw;
  }
  .news-section .lp-perfectuv .p-users-voice__inner__list .item .speech-bubble li:nth-child(even) svg {
    top: 1.389vw;
    right: 0.347vw;
  }
  .news-section .lp-perfectuv .p-users-voice__inner__list .item .speech-bubble.theme-green li:nth-child(odd) {
    padding-right: 1.389vw;
  }
  .news-section .lp-perfectuv .p-users-voice__inner__list .item .speech-bubble.theme-green li:nth-child(odd) svg {
    top: 1.389vw;
    right: 0.347vw;
  }
  .news-section .lp-perfectuv .p-users-voice__inner__list .item .speech-bubble.theme-green li:nth-child(even) {
    padding-left: 1.389vw;
  }
  .news-section .lp-perfectuv .p-users-voice__inner__list .item .speech-bubble.theme-green li:nth-child(even) svg {
    top: 1.389vw;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .pc_none {
    display: none;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .sp_none {
    display: block;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .sp_txt_center {
    text-align: center !important;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .main-visual {
    height: 52.083vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .main-visual .main_visual__textarea {
    right: 4.861vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .main-visual .main_visual__textarea h1 {
    margin-bottom: 3.194vw;
    font-size: 1.389vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .main-visual .main_visual__textarea h2 {
    margin-bottom: 2.569vw;
    font-size: 2.5vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .main-visual .main_visual__textarea p {
    font-size: 1.111vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents {
    padding: 6.944vw 0 8.333vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents.contents_bg_gray {
    padding: 6.944vw 0 8.333vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner {
    width: 62.5vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .contents_inner_top {
    margin-bottom: 9.722vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .contents_inner_top .text_block h1 {
    margin-bottom: 4.167vw;
    font-size: 1.389vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .contents_inner_top .text_block h1 .text_sub {
    font-size: 1.944vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .contents_inner_top .text_block h2 {
    margin-bottom: 2.222vw;
    font-size: 1.944vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .contents_inner_top .text_block p {
    font-size: 1.111vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .contents_inner_top .image_block {
    width: 24.375vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .contents_inner_bottom .contents_inner_bottom_anchor {
    margin: 0 -2.604vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .contents_inner_bottom .contents_inner_bottom_anchor li {
    padding: 0 2.604vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .contents_inner_bottom .contents_inner_bottom_anchor li a {
    width: 17.361vw;
    height: 17.361vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .contents_inner_bottom .contents_inner_bottom_anchor li a dl {
    width: 17.361vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .contents_inner_bottom .contents_inner_bottom_anchor li a dl:after {
    width: 1.25vw;
    height: 0.556vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .contents_inner_bottom .contents_inner_bottom_anchor li a dl dt {
    margin-bottom: 0.903vw;
    font-size: 1.25vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .contents_inner_bottom .contents_inner_bottom_anchor li a dl dt span {
    margin-bottom: 1.736vw;
    font-size: 1.111vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .contents_inner_bottom .contents_inner_bottom_anchor li a dl dd {
    font-size: 0.833vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_titlearea {
    margin-bottom: 5.556vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_titlearea .point_number {
    margin-bottom: 2.917vw;
    font-size: 1.667vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_titlearea h2 {
    margin-bottom: 1.528vw;
    font-size: 1.944vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_titlearea .point_text {
    font-size: 0.972vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents {
    margin-bottom: 6.944vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents:last-child h3 {
    margin-bottom: 0.694vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents:last-child .point_contents_caption {
    margin-bottom: 1.736vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents h3 {
    height: 6.25vw;
    margin-bottom: 2.778vw;
    font-size: 1.528vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents h3 span {
    font-size: 0.903vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents .purecle_movie {
    width: 49.306vw;
    margin: 0 auto 0.694vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents .title_bottom_text {
    margin-bottom: 2.778vw;
    font-size: 0.972vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents .title_bottom_text span {
    padding-bottom: 0.139vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul {
    margin: 0 -1.042vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul li {
    padding: 0 1.042vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul li .point_contents_li_inner {
    min-height: 28.472vw;
    padding: 3.194vw 2.431vw 0;
    border-radius: 1.111vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul li .point_contents_li_inner .list_imagearea {
    width: 8.333vw;
    margin: 0 auto 2.222vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul li .point_contents_li_inner .list_textarea .number_icon {
    width: 2.083vw;
    margin: 0 auto 1.667vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul li .point_contents_li_inner .list_textarea dl dt {
    margin-bottom: 1.389vw;
    font-size: 0.972vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul li .point_contents_li_inner .list_textarea dl dd {
    font-size: 0.903vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul.point_contents_list_middle {
    margin-bottom: 1.389vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul.point_contents_list_middle li {
    padding: 0 1.042vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul.point_contents_list_middle li:first-child:before {
    top: 1.875vw;
    left: 6.944vw;
    width: 3.75vw;
    height: 3.75vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul.point_contents_list_middle li .point_contents_li_inner {
    min-height: 19.444vw;
    padding: 3.75vw 2.431vw 0;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul.point_contents_list_middle li .point_contents_li_inner .list_imagearea {
    width: 10.694vw;
    margin: 0 auto 1.944vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul.point_contents_list_bottom {
    margin-bottom: 1.389vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul.point_contents_list_bottom li:first-child:before {
    top: 1.875vw;
    left: 2.778vw;
    width: 3.75vw;
    height: 3.75vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul.point_contents_list_bottom li .point_contents_li_inner {
    min-height: 23.611vw;
    padding: 3.472vw 2.431vw 0;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents ul.point_contents_list_bottom li .point_contents_li_inner .list_imagearea {
    width: 9.028vw;
    margin: 0 auto 2.778vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents .point_contents_caption {
    font-size: 0.764vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents .key_point {
    margin-top: 3.472vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents .key_point .key_point_title {
    margin-bottom: 2.917vw;
    font-size: 1.181vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents .key_point .key_point_title:before {
    width: 23.958vw;
    height: 0.069vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents .key_point .key_point_title:after {
    width: 23.958vw;
    height: 0.069vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents .key_point .key_point_inner {
    width: 44.444vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents .key_point .key_point_inner .key_point_textarea {
    width: 20.139vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents .key_point .key_point_inner .key_point_textarea h4 {
    margin-bottom: 1.944vw;
    font-size: 1.528vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents .key_point .key_point_inner .key_point_textarea p {
    font-size: 0.903vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point_contents .key_point .key_point_inner .key_point_imagearea {
    width: 18.75vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point2_left div {
    width: 24.167vw;
    margin-bottom: 1.389vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point2_left p {
    width: 26.389vw;
    font-size: 0.972vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point2_right {
    margin-top: 2.778vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point2_right div {
    width: 29.167vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .point3_image {
    width: 36.389vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .bottom_titlearea {
    margin-bottom: 5.556vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .bottom_titlearea h2 {
    margin-bottom: 2.778vw;
    font-size: 1.806vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .bottom_titlearea p {
    font-size: 0.972vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .bottom_inner .bottom_inner_imagearea {
    width: 23.958vw;
    margin-right: 4.167vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .bottom_inner .bottom_inner_textearea {
    width: 27.778vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .bottom_inner .bottom_inner_textearea .item_name {
    margin-bottom: 2.083vw;
    font-size: 1.667vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .bottom_inner .bottom_inner_textearea .item_price {
    margin-bottom: 3.681vw;
    font-size: 1.111vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .bottom_inner .bottom_inner_textearea .item_price span {
    font-size: 0.764vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .bottom_inner .bottom_inner_textearea .item_description {
    margin-bottom: 3.333vw;
    font-size: 0.972vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .bottom_inner .bottom_inner_textearea .buy_button a {
    width: 19.444vw;
    height: 3.819vw;
    border-radius: 3px;
    font-size: 0.972vw;
    line-height: 3.819vw;
  }
  .news-section .lp-purecleansing #pure-cleasing-clear-lp .contents .contents_inner .bottom_inner .bottom_inner_textearea .buy_button a:after {
    right: 1.875vw;
    width: 0.347vw;
    height: 0.625vw;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  .news-section .pswp--svg .pswp__button,
  .news-section .pswp--svg .pswp__button--arrow--left:before,
  .news-section .pswp--svg .pswp__button--arrow--right:before {
    background-image: url("/assets/img/photoswipe-default-skin.svg?v=15384542432244532576");
  }
  .news-section .pswp--svg .pswp__button--arrow--left,
  .news-section .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
@media screen and (-ms-high-contrast: active) {
  .news-section .plyr--video .plyr__controls {
    background-color: window;
  }
  .news-section .plyr--full-ui input[type=range]::-webkit-slider-thumb {
    background-color: windowText;
  }
  .news-section .plyr--full-ui input[type=range]::-moz-range-thumb {
    background-color: windowText;
  }
  .news-section .plyr--full-ui input[type=range]::-ms-fill-upper {
    background-color: windowText;
  }
  .news-section .plyr--full-ui input[type=range]::-ms-fill-lower {
    background-color: windowText;
  }
  .news-section .plyr--full-ui input[type=range]::-ms-thumb {
    background-color: windowText;
  }
}