p-top__product-list@charset "UTF-8";
/* ========================================
  Arrow Mixin
  @param {String} $direction - Direction
  @param {Number} $width - Width
  @param {Number} $height - Height
  @param {Number} $border - Border
  @param {Color} $color - Color
  ex: @include arrow.arrow(upward, 20px, 20px, 2px, #333);
======================================== */
/* ========================================
  Aspect Ratio Mixin
  @param {Number} $width - Width
  @param {Number} $height - Height
  ex: @include aspect-ratio.aspect-ratio(16, 9);
======================================== */
/* ========================================
  Hover Mixin
  ex: @include hover.hover() {...}
======================================== */
/* ========================================
  Leading Trim Mixin
  @param {Number} $line-height - Line Height
  Note: You can use get-line-height function.
  ex: @include leading-trim.leading-trim(1.6);
======================================== */
/* ========================================
  Breakpoint Variables
  Note: These breakpoints are refered from Bootstrap.
  https://getbootstrap.com/docs/5.0/layout/breakpoints/
  ex: $breakpoints
======================================== */
/* ========================================
  Media Query Mixin
  @param {String} $breakpoint - Class infix like 'sm', 'md'
  Note: Check out a breakpoints file if you want to modify breakpoints.
  ex: @include media-query(md) {...}
======================================== */
/* ========================================
  Triangle Mixin
  @param {String} $direction - Direction
  @param {Number} $width - Width
  @param {Number} $height - Height
  @param {Color} $color - Color
  ex: @include triangle.triangle(upward, 20px, 20px, #333);
======================================== */
/* ========================================
  Underline Mixin
  @param {Color} $color - Color
  @param {Number} $height - Height
  ex: @include underline.underline(#ff6B00, 10px);
======================================== */
/* ========================================
  Visibility Hidden Mixin
  ex: @include visibility-hidden.visibility-hidden();
======================================== */
/* ========================================
  Strip-unit Function
  @param {Number} $number - Number to remove unit
  @return {Number} - Unitless number
  note: You can use this function in other functions and mixins.
  ex: strip-unit(100px); -> 100
======================================== */
/* ========================================
  Get Line Hight Function
  @param {Number} $font-size - Font size with px
  @param {Number} $line-feed - Line feed with no-unit
  @return {Number} $line-height - Line hight
  ex: get-line-height(16); -> 1.5
======================================== */
/* ========================================
  Font Size Variables
======================================== */
/* ========================================
  Get Rem Function
  @param {Number} $font-size - Number to convert px to rem
  @param {Number} $root-font-size - Number to divite target value by root's font size
  @return {Number} $rem - Number with rem unit
  ex: get-rem(16px); -> 1rem
======================================== */
/* ========================================
  Get Vw Function
  @param {Number} $px - Number to convert px to vw
  @param {Number} $viewport - Viewport size
  @return {Number} $vw - Number with vw unit
  ex: get-vw(30px); -> 8vw
======================================== */
/* ========================================
  Z-index Function
======================================== */
/* ========================================
  Color Variables
======================================== */
/* ========================================
  Font Variables
======================================== */
/* ========================================
  Transition Variables
======================================== */
/* ========================================
  Content Width Variables
======================================== */
/* ========================================
  Base
======================================== */
:root {
  --color-canvas-primary: #fff;
  --color-canvas-inverted: #202021;
  --color-brand-primary: #4da1ff;
  --color-brand-secondary: #1675e1;
  --color-brand-tertiary: #2e2e30;
  --color-text-primary: #333;
  --color-text-secondary: #aaa;
  --color-text-tertiary: #ccc;
  --color-text-inverted: #fff;
  --color-text-link: #4da1ff;
  --color-text-success: #00b533;
  --color-text-warn: #ffb700;
  --color-text-danger: #ff2600;
  --color-ui-primary: #4da1ff;
  --color-ui-secondary: #1675e1;
  --color-ui-tertiary: #2e2e30;
  --color-ui-success: #00b533;
  --color-ui-warn: #ffb700;
  --color-ui-danger: #ff2600;
  --font-size-x-small: 0.75rem;
  --font-size-small: 0.875rem;
  --font-size-medium: 1rem;
  --font-size-large: 1.125rem;
  --font-size-x-large: 1.5rem;
  --font-size-xx-large: 1.75rem;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  font-size: 100%;
  outline: 0;
  border: 0;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

a {
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  text-decoration: none;
  background-color: #ff9;
  color: #000;
}

/* change colours to suit your needs */
mark {
  font-weight: bold;
  font-style: italic;
  background-color: #ff9;
  color: #000;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input,
select {
  vertical-align: middle;
}

html {
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  font-size: 16px;
}

body,
input,
button,
select,
textarea {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  width: 100%;
  height: 100%;
  min-width: 320px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.6;
  background: #fff;
  color: #333;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
body.is-top::before {
  content: "";
  will-change: background-color;
  transition: background-color 0.5s;
  width: 100vw;
  height: 100vh;
  background-color: rgb(237, 237, 237);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  perspective: 1000;
}
body.is-top.changeColorWhiteToGrey::before {
  background-color: rgb(237, 237, 237);
}
body.is-top.changeColorGreyToWhite::before {
  background-color: rgb(255, 255, 255);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

label {
  cursor: pointer;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

a {
  text-decoration: none;
  transition: opacity 0.3s;
}

/* ========================================
  Swiper 5.3.6
  Most modern mobile touch slider and framework with hardware accelerated transitions
  Copyright 2014-2020 Vladimir Kharlampidi
  Released under the MIT License
  Released on: February 29,2020
  スライダーにはSwiperスライダーを利用しています。
  http://swiperjs.com
======================================== */
@font-face {
  font-family: "swiper-icons";
  font-weight: 400;
  font-style: normal;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
}
.swiper-container {
  position: relative;
  /* Fix of Webkit flickering */
  z-index: 1;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  list-style: none;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  display: flex;
  position: relative;
  z-index: 1;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  transition-property: transform;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-flow: column wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-slide {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  height: 100%;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  /* For Firefox */
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-button-prev,
.swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  color: #007aff;
  cursor: pointer;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  text-transform: none !important;
  letter-spacing: 0;
  font-family: "swiper-icons";
  font-size: 44px;
  font-variant: initial;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  right: auto;
  left: 10px;
}

.swiper-button-prev::after,
.swiper-container-rtl .swiper-button-next::after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next::after,
.swiper-container-rtl .swiper-button-prev::after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #fff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  z-index: 10;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background: #007aff;
  opacity: 1;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  top: 50%;
  right: 10px;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: 6px 0;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  width: 8px;
  transform: translateY(-50%);
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #007aff;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}

.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  position: relative;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  -ms-touch-action: none;
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  bottom: 3px;
  left: 1%;
  z-index: 50;
  width: 98%;
  height: 5px;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  top: 1%;
  right: 3px;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  border: 4px solid #007aff;
  border-top-color: transparent;
  border-radius: 50%;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1000;
  opacity: 0;
  pointer-events: none;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  transition-property: opacity;
  pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  pointer-events: none;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  visibility: visible;
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  z-index: 1;
  pointer-events: none;
  backface-visibility: hidden;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* ========================================
  Layout Container
======================================== */
.l-wrap {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}
.l-wrap--md {
  max-width: 1000px;
}

/* ========================================
  Layout Footer
======================================== */
.l-footer__inner {
  max-width: 1200px;
  width: 100%;
  display: flex;
  margin-right: auto;
  margin-left: auto;
}

.c-footer_menu__category-thumbnail {
  width: 48px;
}

.c-footer_menu__list__item__inner {
  display: flex;
  align-items: center;
  background-color: #fff;
}

/* ========================================
  Layout Header
======================================== */
.l-header {
  border-bottom: 1px solid #efefef !important;
}

.l-header__inner {
  background-color: #fff;
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: solid 1px #efefef;
}

/* ========================================
  Layout Main
======================================== */
/* ========================================
  Button
======================================== */
.c-btn, .c-btn-sub, .c-btn-main {
  display: flex;
  width: 100%;
  max-width: 326px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  color: #e61517;
  border: solid 1px #e61517;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-transform: uppercase;
  background-color: #fff;
}
.c-btn.c-btn--external-link, .c-btn--external-link.c-btn-sub, .c-btn--external-link.c-btn-main {
  text-transform: none;
  font-size: 14px;
}
.c-btn.c-btn--external-link span, .c-btn--external-link.c-btn-sub span, .c-btn--external-link.c-btn-main span {
  position: relative;
}
.c-btn.c-btn--external-link span::after, .c-btn--external-link.c-btn-sub span::after, .c-btn--external-link.c-btn-main span::after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/lippsproductcom/uploads/src/assets/img/share/icon_external-link.svg");
  background-size: cover;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}

a.c-btn, a.c-btn-sub, a.c-btn-main {
  transition: opacity 0.2s;
}
a.c-btn:hover, a.c-btn-sub:hover, a.c-btn-main:hover {
  opacity: 0.8;
}

.c-btn-main {
  border: 2px solid transparent;
  background-color: #4da1ff;
  color: #fff;
  transition: 0.3s;
}
.c-btn-main:hover, .c-btn-main:focus {
  outline: none;
  border-color: currentcolor;
  background-color: #fff;
  color: #4da1ff;
}

.c-btn-sub {
  border: 2px solid transparent;
  background-color: #2e2e30;
  color: #fff;
  transition: 0.3s;
}
.c-btn-sub:hover, .c-btn-sub:focus {
  outline: none;
  border-color: currentcolor;
  background-color: #fff;
  color: #2e2e30;
}

.c-icon-btn {
  display: inline-block;
  position: relative;
  padding: 0.2em 0.3em;
  text-decoration: none;
  border: 1px solid currentcolor;
  color: #4da1ff;
  transition: 0.25s;
}
.c-icon-btn svg {
  fill: #4da1ff;
}
.c-icon-btn:focus, .c-icon-btn:hover {
  background-color: #4da1ff;
  color: #fff;
}
.c-icon-btn:focus svg, .c-icon-btn:hover svg {
  fill: #fff;
}

/* ========================================
  Heading
======================================== */
.c-heading--lev1 {
  font-size: 12.8vw;
}

.c-heading--lv2 {
  text-transform: uppercase;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 700;
  position: relative;
  font-size: 11.2vw;
  padding-left: 8.5333333333vw;
}
.c-heading--lv2::before {
  content: "";
  width: 6px;
  height: 40px;
  background-color: #e61517;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.c-heading--lev3 {
  font-size: 9.6vw;
}

.c-heading--lev4 {
  font-size: 8vw;
}

.c-subheader {
  display: none;
  position: relative;
  z-index: 1;
  transition: all 0.2s ease-in-out;
}

.c-subheader__category-list {
  display: flex;
}

.c-subheader__category-item {
  width: 25%;
  position: relative;
}
.c-subheader__category-item + .c-subheader__category-item::before {
  content: "";
  width: 1px;
  height: 42px;
  background-color: #efefef;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.c-subheader__category-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 7px 0 6px;
}
.c-subheader__category-item img {
  width: auto;
  max-width: 100%;
}
.c-subheader__category-item:first-child img {
  max-width: 34px;
}
.c-subheader__category-item:nth-child(2) img {
  max-width: 9px;
}
.c-subheader__category-item:nth-child(3) img {
  max-width: 14px;
}
.c-subheader__category-item:nth-child(4) img {
  max-width: 20px;
}
.c-subheader__category-item:nth-child(5) img {
  max-width: 35px;
}

.c-subheader__category-name {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  color: #000000;
  font-size: 12px;
}

.c-header-nav {
  margin-right: 50px;
}

.c-header-nav__list {
  display: flex;
}

.c-header-nav__item + .c-header-nav__item {
  border-left: solid 1px #EFEFEF;
  margin-left: 16px;
  padding-left: 16px;
}

.c-header-nav__link {
  font-size: 14px;
  transition: color 0.3s ease-in-out;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}
.c-header-nav__link:hover {
  color: #E71F18;
}

.p-top .c-btn.has-animation {
  position: relative;
  overflow: hidden;
  border: 1px solid #E71F18;
  transition: ease 0.2s;
}
.p-top .c-btn.has-animation span {
  position: relative;
  z-index: 3;
  color: #E71F18;
}
.p-top .c-btn.has-animation::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #E71F18;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.p-top .c-btn.has-animation:hover {
  opacity: 1;
}
.p-top .c-btn.has-animation:hover span {
  color: #ffffff;
}
.p-top .c-btn.has-animation:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.p-top .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  height: auto;
}

.p-top__title-wrap {
  text-align: center;
  margin-bottom: 40px;
}

.p-top__title-text {
  text-transform: uppercase;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: inherit;
  position: relative;
  font-size: 56px;
  padding-bottom: 0px;
}
.p-top__title-text::before {
  content: "";
  width: 100%;
  height: 6px;
  background-color: #e61517;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.p-top__text {
  font-size: 14px;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 600;
}
.p-top__text--external-link {
  position: relative;
  padding-right: 22px;
  transition: opacity 0.2s;
}
.p-top__text--external-link::after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/lippsproductcom/uploads/src/assets/img/share/icon_external-link.svg");
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-top__text--external-link:hover {
  opacity: 0.8;
}

.p-top__notice {
  padding: 8px 10px;
  text-align: center;
  background-color: red;
  <!--background-color: #ffffff;-->
}

.p-top__notice-text {
  font-size: 12px;
  color:white;
  <!--color: #999;-->
  letter-spacing: 0.07em;
}

.p-top__mv-inner {
  overflow: hidden;
  <!--padding-bottom: 40px;-->
  background-color: #ffffff;
}
.p-top__mv-inner--ver1 .p-top__mv-text {
  color: #000000;
}
.p-top__mv-inner--ver1 .p-top__mv-contents {
  padding: 0;
}
.p-top__mv-inner--ver2 {
  width: 100%;
  padding: 49px 0 39px;
  position: relative;
}
.p-top__mv-inner--ver2 #mv-slider2.swiper-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.p-top__mv-inner--ver2 #mv-bg-slider.swiper-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.p-top__mv-inner--ver2 #mv-bg-slider.swiper-container .swiper-slide {
  background-size: cover;
  background-position: center;
  filter: blur(30px) saturate(150%);
  transform: scale(1.5);
}

.p-top__mv-contents {
  padding: 17px 16px 28px;
}

.p-top__mv-text {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  margin-top: 40px;
}

.p-top__style {
  position: relative;
  padding-top: 50px;
}
.p-top__style::before {
  content: "";
  width: 843px;
  height: 728px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/lippsproductcom/uploads/src/assets/img/pages/top/bg_natural_light.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: -200px;
  top: -80px;
}

.p-top__style-inner {
  padding-bottom: 50px;
}

.p-top__style-ranking-img-list {
  margin-left: 32px;
}

.p-top__style-ranking-img-item {
  position: relative;
  z-index: 1;
}
.p-top__style-ranking-img-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top__style-ranking-indicator {
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  z-index: 1;
  font-size: 24px;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 700;
  padding-left: 19px;
  padding-top: 7px;
}
.p-top__style-ranking-indicator::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 80px 0 0;
  border-color: #444444 transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.p-top__style-ranking-indicator[data-rank="1"]::before {
  border-color: #edec85 transparent transparent transparent;
}
.p-top__style-ranking-indicator[data-rank="2"]::before {
  border-color: #c4c4c4 transparent transparent transparent;
}
.p-top__style-ranking-indicator[data-rank="3"]::before {
  border-color: #d29d82 transparent transparent transparent;
}
.p-top__product-item .p-top__style-ranking-indicator {
  padding-left: 10px;
  padding-top: 3px;
  font-size: 16px;
}
.p-top__product-item .p-top__style-ranking-indicator::before {
  border-width: 44px 44px 0 0;
}

.p-top__style-ranking-contents-list {
  margin-left: 70px;
  margin-top: -37px;
}

.p-top__style-ranking-contents-item {
  background-color: #ffffff;
  max-width: 288px;
  padding: 55px 30px 23px;
}

.p-top__style-info-block {
  background-color: #ffffff;
  position: relative;
  width: 54.2%;
  overflow: hidden;
  flex-shrink: 0;
}
.p-top__style-info-block::before {
  content: "";
  width: 17px;
  height: 215px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/lippsproductcom/uploads/src/assets/img/pages/top/text_designers_voice.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 36px;
  left: -33px;
}

.p-top__style-info-list {
  width: 54.2%;
  position: relative;
}

.p-top__style-info-item {
  padding: 80px 62px 80px 56px;
  width: 54.2%;
}

/* スライドレールの枠 */
.p-top__marquee-wrap {
  overflow: hidden;
  display: flex;
  align-items: center;
}

.p-top__marquee-keyword {
  white-space: nowrap;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 600;
}
.p-top__marquee-keyword span {
  color: #E71F18;
  margin-right: 5px;
}

.p-top__marquee-keyword + .p-top__marquee-keyword {
  margin-left: 50px;
}

.p-top__marquee-slideshow-keyword + .p-top__marquee-slideshow-keyword {
  margin-left: 50px;
}

.p-top__marquee-wrap-keyword {
  height: auto;
  margin-bottom: 32px;
}

/* キーワードをまとめたスライドブロック */
.p-top__marquee-slideshow.is-animation {
  display: flex;
  animation: loop-slide 20s infinite linear 1s both;
  will-change: transform;
}

.p-top__marquee-slideshow2.is-animation {
  display: flex;
  animation: loop-slide 15s infinite linear 1s both;
  will-change: transform;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* ホバー時に動きを止める*/
.slide-paused:hover .p-top__marquee-slideshow {
  animation-play-state: paused;
}

.p-top__marquee-slideshow2 ul {
  display: flex;
}

.p-top__marquee-slideshow2 ul + ul {
  margin-left: 50px;
}

.p-top__marquee-double-slideshow {
  display: flex;
}

.p-top__style-marquee-keyword-list {
  display: flex;
}

.p-top__style-marquee-keyword-item {
  width: 302px;
  position: relative;
  flex-shrink: 1;
}

.p-top__style-marquee-keyword-link {
  display: flex;
  align-items: center;
  transition: opacity 0.2s;
}
.p-top__style-marquee-keyword-link:hover .p-top__keyword-img-wrap img {
  transform: scale(1.1);
}
.p-top__style-marquee-keyword-link:hover .p-top__keyword-info span {
  color: #E21E1F;
}
.p-top__style-marquee-keyword-link:hover .p-top__keyword-info p {
  color: #E21E1F;
}

.p-top__keyword {
  padding-bottom: 0px;
}

.p-top__keyword-img-wrap {
  border-radius: 50%;
  overflow: hidden;
  width: 104px;
  height: 104px;
  position: relative;
  z-index: 0;
}
.p-top__keyword-img-wrap img {
  will-change: transform;
  transition: transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}

.p-top__keyword-info {
  margin-left: 16px;
}
.p-top__keyword-info span {
  font-size: 14px;
  color: #999;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  transition: color 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.p-top__keyword-info p {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  transition: color 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.p-top__keyword-info .sp {
  display: none;
}

.p-top__item-area {
  padding-top: 50px;
}

.p-top__item-title-box-wrap {
  text-align: center;
  margin-bottom: 49px;
}

.p-top__item-title-box {
  font-weight: 700;
  font-size: 40px;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  position: relative;
  display: inline-block;
  letter-spacing: 0;
  text-transform: uppercase;
}

.p-top__product-list {
  display: flex;
  flex-wrap: wrap;
}

.p-top__product-list--ranking {
  margin-bottom: -80px;
}
.p-top__product-list--ranking .p-top__product-item {
  margin-bottom: 80px;
}
.p-top__product-list--ranking .p-top__product-item:nth-child(-n+3) {
  width: calc((100% - 112px) / 3);
  margin-left: 0;
  margin-right: 56px;
}
.p-top__product-list--ranking .p-top__product-item:nth-child(-n+3) .p-top__style-ranking-indicator {
  font-size: 24px;
  padding-left: 15px;
  padding-top: 8px;
  font-weight: normal;
}
.p-top__product-list--ranking .p-top__product-item:nth-child(-n+3) .p-top__style-ranking-indicator::before {
  border-width: 80px 80px 0 0;
}
.p-top__product-list--ranking .p-top__product-item:nth-child(-n+3) .c-product_item__inner__title {
  font-size: 16px;
}
.p-top__product-list--ranking .p-top__product-item:nth-child(-n+3) .c-product_item__inner__category {
  font-size: 14px;
}
.p-top__product-list--ranking .p-top__product-item:nth-child(-n+3) .c-product_item__inner__price {
  font-size: 16px;
}
.p-top__product-list--ranking .p-top__product-item:nth-child(-n+3) .p-top__product-eyecatch {
  width: auto;
  height: 30.3333333333vw;
  max-height: 364px;
}
.p-top__product-list--ranking .p-top__product-item:nth-child(-n+3) .p-top__product-eyecatch::before {
  height: 102px;
}
.p-top__product-list--ranking .p-top__product-item:nth-child(3) {
  margin-right: 0;
}
.p-top__product-list--ranking .p-top__product-item:nth-child(n+4) {
  width: calc((100% - 100px) / 5);
  margin-left: 0;
  margin-right: 25px;
}
.p-top__product-list--ranking .p-top__product-item:nth-child(n+4) .p-top__product-eyecatch {
  width: auto;
  height: 18.3333333333vw;
  max-height: 220px;
}
.p-top__product-list--ranking .p-top__product-item:nth-child(n+4) .p-top__product-eyecatch::before {
  height: 62px;
}
.p-top__product-list--ranking .p-top__product-item:nth-child(8) {
  margin-right: 0;
}
.p-top__product-list + .p-top__btn-wrap {
  margin-top: 56px;
}

.p-top__product-item {
  width: 144px;
  flex-shrink: 0;
}
.p-top__product-item + .p-top__product-item {
  margin-left: 16px;
}
.p-top__product-item .c-product_item__inner__title {
  font-size: 14px;
  line-height: 1.4;
}
.p-top__product-item .c-product_item__inner__content {
  margin-top: 16px;
}
.p-top__product-item .c-product_item__inner__category {
  font-size: 12px;
  margin-top: 6px;
  color: #999;
}
.p-top__product-item .c-product_item__inner__price {
  font-size: 14px;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}
.p-top__product-item .c-product_item__inner__price span {
  font-size: 10px;
}

.p-top__product-eyecatch {
  position: relative;
  width: 144px;
  height: 144px;
  padding: 5px;
  background-color: transparent;
}
.p-top__product-eyecatch::before {
  content: "";
  width: 100%;
  height: 40px;
  background-color: #f5f5f5;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.p-top__product-rank-num {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.p-top__product-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 0;
}

.p-top__season-pickup {
  margin-top: 90px;
  padding-bottom:50px;
}
.p-top__season-pickup.is-ver1 .swiper-wrapper {
  box-sizing: border-box;
}
.p-top__season-pickup.is-ver1 .p-top__product-item + .p-top__product-item {
  margin-left: 0;
}
.p-top__season-pickup.is-ver1 .p-top__season-pickup-name {
  text-align: left;
}
.p-top__season-pickup.is-ver1 .p-top__product-list {
  flex-wrap: nowrap;
}
.p-top__season-pickup.is-ver1 .p-top__product-item.swiper-slide {
  width: 220px;
}
.p-top__season-pickup.is-ver1 .p-top__product-eyecatch {
  width: auto;
  height: 18.3333333333vw;
  max-height: 220px;
}
.p-top__season-pickup.is-ver1 .p-top__product-eyecatch::before {
  height: 62px;
}
.p-top__season-pickup.is-ver1 .p-top__season-pickup-swiper-wrap {
  margin-top: 40px;
  padding-top: 40px;
  border-top: solid 1px #efefef;
  position: relative;
}
.p-top__season-pickup.is-ver1 .p-top__season-pickup-swiper-wrap + .p-top__btn-wrap {
  margin-top: 65px;
}
.p-top__season-pickup.is-ver1 .pickup-swiper-button-prev {
  cursor: pointer;
}
.p-top__season-pickup.is-ver1 .pickup-swiper-button-prev::before {
  content: "";
  background-image: url("https://d2w53g1q050m78.cloudfront.net/lippsproductcom/uploads/src/assets/img/share/slide_arrow_left.svg");
  width: 40px;
  height: 40px;
  background-size: cover;
  position: absolute;
  left: -20px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  cursor: pointer;
}
.p-top__season-pickup.is-ver1 .pickup-swiper-button-prev.swiper-button-disabled:before {
  opacity: 0.4;
}
.p-top__season-pickup.is-ver1 .pickup-swiper-button-next {
  cursor: pointer;
}
.p-top__season-pickup.is-ver1 .pickup-swiper-button-next::before {
  content: "";
  background-image: url("https://d2w53g1q050m78.cloudfront.net/lippsproductcom/uploads/src/assets/img/share/slide_arrow_right.svg");
  width: 40px;
  height: 40px;
  background-size: cover;
  position: absolute;
  right: -20px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  cursor: pointer;
}
.p-top__season-pickup.is-ver1 .pickup-swiper-button-next.swiper-button-disabled:before {
  opacity: 0.4;
}
.p-top__season-pickup.is-ver2 .p-top__item-title-box-wrap {
  margin-bottom: 11px;
}
.p-top__season-pickup.is-ver2 .p-top__product-item:first-child {
    display: none;
}
.p-top__season-pickup.is-ver2 .p-top__product-list {
  flex-wrap: nowrap;
  justify-content: center;
}
.p-top__season-pickup.is-ver2 .p-top__product-item {
  flex-shrink: 1;
  width: calc((100% - 100px) / 5);
}
.p-top__season-pickup.is-ver2 .p-top__product-item + .p-top__product-item {
  margin-left: 25px;
}
.p-top__season-pickup.is-ver2 .p-top__product-item .p-top__product-eyecatch {
  width: auto;
  height: 18.3333333333vw;
  max-height: 220px;
}
.p-top__season-pickup.is-ver2 .p-top__product-item .p-top__product-eyecatch::before {
  height: 62px;
}
.p-top__season-pickup.is-ver3 .p-top__item-title-box-wrap {
  margin-bottom: 11px;
}
.p-top__season-pickup.is-ver3 .p-top__product-list {
  justify-content: center;
  margin-top: 40px;
  flex-wrap: nowrap;
}
.p-top__season-pickup.is-ver3 .p-top__product-item {
  max-width: 220px;
  width: 100%;
  flex-shrink: 1;
}
.p-top__season-pickup.is-ver3 .p-top__product-item:nth-child(n+5) {
  display: none;
}
.p-top__season-pickup.is-ver3 .p-top__product-item + .p-top__product-item {
  margin-left: 25px;
}
.p-top__season-pickup.is-ver3 .p-top__product-eyecatch {
  width: auto;
  height: 18.3333333333vw;
  max-height: 220px;
}
.p-top__season-pickup.is-ver3 .p-top__product-eyecatch::before {
  height: 62px;
}

.p-top__season-pickup-main-item {
  margin-top: 35px;
  margin-bottom: 80px;
}
.p-top__season-pickup-main-item .p-top__product-eyecatch {
  width: 50%;
  height: 41.6666666667vw;
  max-height: 500px;
}
.p-top__season-pickup-main-item .p-top__product-eyecatch::before {
  height: 100px;
}
.p-top__season-pickup-main-item .c-product_item__inner__category {
  font-size: 14px;
  color: #999;
  margin-bottom: 8px;
}
.p-top__season-pickup-main-item .c-product_item__inner__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}
.p-top__season-pickup-main-item .p-top__season-pickup-text {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 24px;
}
.p-top__season-pickup-main-item .c-product_item__inner__price {
  font-size: 24px;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}
.p-top__season-pickup-main-item .c-product_item__inner__price span {
  font-size: 14px;
}
.p-top__season-pickup-main-item .c-product_item__inner__content {
  margin-left: 48px;
}

.p-top__season-pickup-main-item-link {
  display: flex;
  align-items: center;
}

.p-top__season-pickup-name {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}
.p-top__season-pickup-name + .p-top__season-pickup-text {
  margin-top: 16px;
}

.p-top__season-pickup-text {
  font-size: 14px;
}

.p-top__season-pickup-contents {
  display: flex;
}

.p-top__season-pickup-contents-img {
  width: 46.8%;
}

.p-top__season-pickup-contents-info {
  width: 46.8%;
  margin-left: 67px;
}

.p-top__category {
  margin-top: 40px;
  padding-bottom: 20px;
}

.p-top__category-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -72px;
}
.p-top__category-list + .p-top__btn-wrap {
  margin-top: 60px;
}

.p-top__category-item {
  width: calc((100% - 24px) / 2);
  margin-bottom: 72px;
}
.p-top__category-item + .p-top__category-item {
  margin-left: 24px;
}
.p-top__category-item:nth-child(2n+3) {
  margin-left: 0;
}

.p-top__category-link:hover .p-top__category-img-wrap img {
  transform: scale(1.08);
}

.p-top__category-img-wrap {
  overflow: hidden;
}
.p-top__category-img-wrap img {
  will-change: transform;
  transition: transform 0.3s;
}

.p-top__category-text-block {
  display: block;
  background-color: #ffffff;
  width: 86.3945578231%;
  padding: 25px 5px 8px 10px;
  position: relative;
  margin: -40px auto 0;
  text-align: center;
}
.p-top__category-text-block h4,
.p-top__category-text-block p {
  transition: opacity 0.3s;
}
.p-top__category-text-block:hover h4,
.p-top__category-text-block:hover p {
  opacity: 0.7;
}

.p-top__category-title {
  font-size: 24px;
  font-weight: 700;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  color: #000000;
  display: inline-block;
  position: relative;
}
.p-top__category-title::after {
  content: "";
  width: 20px;
  height: 6px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/lippsproductcom/uploads/src/assets/img/share/arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -28px;
  top: 40%;
  transform: translateY(-50%);
}

.p-top__category-description {
  font-size: 14px;
  color: #000000;
  line-height: 1.8;
  letter-spacing: 0.07em;
  margin-top: 2px;
}

.p-top__other-area {
  padding-top: 103px;
  padding-bottom: 139px;
  position: relative;
  overflow: hidden;
}
.p-top__other-area::before {
  content: "";
  width: 843px;
  height: 728px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/lippsproductcom/uploads/src/assets/img/pages/top/bg_natural_light.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: -200px;
  top: -80px;
}

.p-top__photo {
  padding-top: 0px;
  position: relative;
}
.p-top__photo::before {
  content: "";
  width: 843px;
  height: 728px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/lippsproductcom/uploads/src/assets/img/pages/top/bg_natural_light.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: -200px;
  top: -80px;
}

.p-top__photo-contents {
  position: relative;
  z-index: 1;
}

.p-top__photo-text {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.02em;
}
.p-top__photo-text span {
  color: #e61517;
}

.p-top__photo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -5px;
}

.p-top__photo-grid-item {
  width: calc(20% - 6px);
  padding-top: calc(20% - 6px);
  margin: 3px;
  position: relative;
}
.p-top__photo-grid-item:nth-child(n+11) {
  display: none;
}
.p-top__photo-grid-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.p-top__photo-grid-link {
  transition: opacity 0.2s;
}
.p-top__photo-grid-link:hover {
  opacity: 0.7;
}

.p-top__photo-link-wrap {
  text-align: right;
  margin-top: 10px;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  text-transform: uppercase;
}

.p-top__about {
  margin-top: 87px;
  padding-bottom: 210px;
  position: relative;
  overflow: hidden;
}

.p-top__about-contents {
  display: flex;
}

.p-top__about-contents-img-area {
  width: 50%;
}
.p-top__about-contents-img-area + .p-top__about-contents-text-area {
  margin-left: 72px;
}

.p-top__about-contents-text-area {
  padding-top: 90px;
  width: 43.2%;
}
.p-top__about-contents-text-area .c-btn {
  margin-left: 0;
}

.p-top__about-copy img {
  max-width: 291px;
  width: 100%;
  height: auto;
}
.p-top__about-copy + .p-top__about-text {
  margin-top: 53px;
}

.p-top__about-text img {
  max-width: 291px;
  width: 100%;
  height: auto;
}
.p-top__about-text + .c-btn {
  margin-top: 45px;
}

.p-top__other-link-list {
  margin-top: 95px;
  display: flex;
  justify-content: center;
}

.p-top__other-link-item {
  background-color: #ffffff;
  height: 113px;
  width: calc((100% - 22px) / 3);
  border: solid 1px #ededed;
}
.p-top__other-link-item a {
  display: flex;
  align-items: center;
  padding: 0 5px 0 17px;
  height: 100%;
}
.p-top__other-link-item + .p-top__other-link-item {
  margin-left: 11px;
}

.p-top__other-link {
  transition: opacity 0.2s;
}
.p-top__other-link:hover {
  opacity: 0.7;
}

.p-top__other-link-icon {
  width: 40px;
  flex-shrink: 0;
}
.p-top__other-link-icon img {
  width: 100%;
  height: auto;
}

.p-top__other-link-contents {
  margin-left: 16px;
}

.p-top__other-link-name {
  display: inline-block;
  font-size: 18px;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  position: relative;
  color: #000000;
  letter-spacing: 0;
}
.p-top__other-link-name::after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/lippsproductcom/uploads/src/assets/img/share/icon_external-link.svg");
  background-size: cover;
  position: absolute;
  top: 50%;
  right: -27px;
  transform: translateY(-50%);
}

.p-top__other-link-description {
  color: #999;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.01em;
}

.p-top__character-list {
  display: flex;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
}

.p-top__character-item {
  width: 60px;
}
.p-top__character-item + .p-top__character-item {
  margin-left: 24px;
}
.p-top__character-item img {
  width: 100%;
  height: auto;
}

.p-top__styleranking {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.p-top__styleranking-inner {
  position: relative;
  display: flex;
  box-shadow: 0 3px 32px rgba(0, 0, 0, 0.05);
}
.p-top__styleranking-inner .style-swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
.p-top__styleranking-inner .style-swiper-button-prev::before {
  content: "";
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: solid 1px #000000;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  background-size: cover;
  position: absolute;
  left: -32px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  cursor: pointer;
}
.p-top__styleranking-inner .style-swiper-button-prev::after {
  content: "";
  background-image: url("https://d2w53g1q050m78.cloudfront.net/lippsproductcom/uploads/src/assets/img/pages/top/style_arrow_left.svg");
  width: 20px;
  height: 6px;
  background-size: cover;
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}
.p-top__styleranking-inner .style-swiper-button-prev.swiper-button-disabled:before {
  opacity: 0.5;
}
.p-top__styleranking-inner .style-swiper-button-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
.p-top__styleranking-inner .style-swiper-button-next::before {
  content: "";
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: solid 1px #000000;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  background-size: cover;
  position: absolute;
  right: -32px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  cursor: pointer;
}
.p-top__styleranking-inner .style-swiper-button-next::after {
  content: "";
  background-image: url("https://d2w53g1q050m78.cloudfront.net/lippsproductcom/uploads/src/assets/img/pages/top/style_arrow_right.svg");
  width: 20px;
  height: 6px;
  background-size: cover;
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}
.p-top__styleranking-inner .style-swiper-button-next.swiper-button-disabled:before {
  opacity: 0.5;
}

#style-slider {
  flex-shrink: 1;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#style-slider::before {
  content: "";
  width: 17px;
  height: 215px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/lippsproductcom/uploads/src/assets/img/pages/top/text_designers_voice.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -235px;
  left: 0px;
  display: none;
}

.p-top__designer-info {
  display: flex;
  align-items: center;
}

.p-top__designer-photo {
  width: 144px;
  height: 144px;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
}

.p-top__designer-detail {
  margin-left: 17px;
}

.p-top__designer-voice {
  font-size: 24px;
  font-weight: bold;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}
.p-top__designer-voice span {
  font-weight: normal;
  margin-left: 5px;
}

.p-top__designer-name {
  font-size: 12px;
  margin-top: 16px;
}
.p-top__designer-name .p-top__designer-place {
  margin-left: 5px;
}

.p-top__designer-link {
  display: flex;
  align-items: center;
  margin-top: 10px;
  transition: opacity 0.2s;
}
.p-top__designer-link:hover {
  opacity: 0.8;
}

.p-top__designer-insta {
  width: 22px;
  flex-shrink: 0;
}
.p-top__designer-insta img {
  width: 100%;
}

.p-top__designer-account {
  font-size: 12px;
  color: #999;
  margin-left: 8px;
  word-break: break-all;
}

.p-top__designer-comment {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 16px;
}

.p-top__designer-item {
  margin-top: 40px;
}

.p-top__designer-board {
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
  text-align: center;
  text-transform: uppercase;
}

.p-top__designer-item-link {
  display: flex;
  align-items: center;
  position: relative;
}
.p-top__designer-item-link:hover::after {
  right: 0;
}
.p-top__designer-item-link::after {
  content: "";
  width: 20px;
  height: 6px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/lippsproductcom/uploads/src/assets/img/share/arrow_right.svg");
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  will-change: right;
  transition: right 0.3s;
}

.p-top__designer-item-img {
  width: 120px;
  height: 120px;
}
.p-top__designer-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top__designer-item-info {
  margin-left: 24px;
}

.p-top__designer-item-name {
  font-size: 14px;
}
.p-top__designer-item-name span {
  display: block;
}

.p-top__designer-item-price {
  font-size: 14px;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  margin-top: 8px;
}

.p-top__titleBlock .p-top__title-wrap {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
.p-top__titleBlock .p-top__title-wrap::before, .p-top__titleBlock .p-top__title-wrap::after {
  position: absolute;
  content: attr(data-text);
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 700;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  font-size: 56px;
  -webkit-clip-path: polygon(0 0, 0 0, -5% 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, -5% 100%, 0% 100%);
}
.p-top__titleBlock .p-top__title-wrap::before {
  color: #e61517;
}
.p-top__titleBlock .p-top__title-wrap::after {
  color: #000000;
}
.p-top__titleBlock .is-active .p-top__title-wrap::before, .p-top__titleBlock .is-active .p-top__title-wrap::after {
  opacity: 0;
  -webkit-clip-path: polygon(0 0, 105% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 105% 0, 100% 100%, 0% 100%);
  transition: opacity 0s linear, -webkit-clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1);
  transition: clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1), opacity 0s linear;
  transition: clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1), opacity 0s linear, -webkit-clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1);
}
.p-top__titleBlock .is-active .p-top__title-wrap:nth-child(1)::before {
  transition-delay: 0s, 1s;
}
.p-top__titleBlock .is-active .p-top__title-wrap:nth-child(1)::after {
  transition-delay: 0.1s, 1.1s;
}
.p-top__titleBlock .is-active .p-top__title-wrap:nth-child(1) .p-top__title-text {
  transition-delay: 0.25s;
}
.p-top__titleBlock .is-active .p-top__title-wrap:nth-child(2)::before {
  transition-delay: 0.12s, 1.12s;
}
.p-top__titleBlock .is-active .p-top__title-wrap:nth-child(2)::after {
  transition-delay: 0.22s, 1.22s;
}
.p-top__titleBlock .is-active .p-top__title-wrap:nth-child(2) .p-top__title-text {
  transition-delay: 0.37s;
}
.p-top__titleBlock .is-active .p-top__title-wrap:nth-child(3)::before {
  transition-delay: 0.24s, 1.24s;
}
.p-top__titleBlock .is-active .p-top__title-wrap:nth-child(3)::after {
  transition-delay: 0.34s, 1.34s;
}
.p-top__titleBlock .is-active .p-top__title-wrap:nth-child(3) .p-top__title-text {
  transition-delay: 0.49s;
}

.p-top__titleBlock .p-top__title-text {
  color: #000000;
  -webkit-clip-path: polygon(0 0, 0 0, -5% 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, -5% 100%, 0% 100%);
}
.p-top__titleBlock .is-active .p-top__title-text {
  -webkit-clip-path: polygon(0 0, 105% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 105% 0, 100% 100%, 0% 100%);
  transition: -webkit-clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1) 0.25s;
  transition: clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1) 0.25s;
  transition: clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1) 0.25s, -webkit-clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1) 0.25s;
}

@keyframes text-blink {
  0% {
    -webkit-text-stroke-width: 0;
    opacity: 0;
    color: #ffffff;
  }
  12.5% {
    -webkit-text-stroke-width: 0;
    opacity: 0.5;
    color: #e61517;
  }
  25% {
    -webkit-text-stroke-width: 0;
    opacity: 1;
    color: rgba(0, 0, 0, 0.35);
  }
  37.5% {
    -webkit-text-stroke-width: 0;
    opacity: 0.5;
    color: #ffffff;
  }
  50% {
    -webkit-text-stroke-width: 0;
    opacity: 1;
    color: #e61517;
  }
  62.5% {
    -webkit-text-stroke-width: 0;
    opacity: 0;
    color: #ffffff;
  }
  75% {
    -webkit-text-stroke-width: 0;
    opacity: 1;
    color: rgba(0, 0, 0, 0.35);
  }
  87.5% {
    opacity: 0.5;
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
  }
  100% {
    -webkit-text-stroke-width: 0;
    opacity: 1;
    color: #ffffff;
  }
}
.p-top__title-wrap {
  transform: translate3d(0, 0, 0);
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}
.p-top__title-wrap::before, .p-top__title-wrap::after {
  position: absolute;
  content: attr(data-text);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 0 0, -5% 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, -5% 100%, 0% 100%);
  will-change: clip-path, opacity;
}
.p-top__title-wrap::before {
  color: #e61517;
}
.p-top__title-wrap::after {
  color: #e61517;
}
.is-active .p-top__title-wrap::before, .is-active .p-top__title-wrap::after {
  opacity: 0;
  -webkit-clip-path: polygon(0 0, 105% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 105% 0, 100% 100%, 0% 100%);
  transition: opacity 0s, -webkit-clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1);
  transition: clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1), opacity 0s;
  transition: clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1), opacity 0s, -webkit-clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1);
}
.is-active .p-top__title-wrap:nth-child(1)::before {
  transition-delay: 0s, 1s;
}
.is-active .p-top__title-wrap:nth-child(1)::after {
  transition-delay: 0.1s, 1.1s;
}
.is-active .p-top__title-wrap:nth-child(1) .p-top__title-text {
  transition-delay: 0.25s;
}
.is-active .p-top__title-wrap:nth-child(2)::before {
  transition-delay: 0.12s, 1.12s;
}
.is-active .p-top__title-wrap:nth-child(2)::after {
  transition-delay: 0.22s, 1.22s;
}
.is-active .p-top__title-wrap:nth-child(2) .p-top__title-text {
  transition-delay: 0.37s;
}
.is-active .p-top__title-wrap:nth-child(3)::before {
  transition-delay: 0.24s, 1.24s;
}
.is-active .p-top__title-wrap:nth-child(3)::after {
  transition-delay: 0.34s, 1.34s;
}
.is-active .p-top__title-wrap:nth-child(3) .p-top__title-text {
  transition-delay: 0.49s;
}

.p-top__title-text {
  color: #000000;
  -webkit-clip-path: polygon(0 0, 0 0, -5% 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, -5% 100%, 0% 100%);
  will-change: clip-path;
}
.is-active .p-top__title-text {
  -webkit-clip-path: polygon(0 0, 105% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 105% 0, 100% 100%, 0% 100%);
  transition: -webkit-clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1) 0.25s;
  transition: clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1) 0.25s;
  transition: clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1) 0.25s, -webkit-clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1) 0.25s;
}

.swiper--top .swiper-wrapper {
  transition-timing-function: linear !important;
  position: relative;
}

.p-top__character-loop-wrap {
  display: flex;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  z-index: 10;
}
.p-top__character-loop-wrap::before {
  content: "";
  width: 100%;
  height: 30px;
  background-color: #ffffff;
  position: absolute;
  z-index: -1;
  bottom: -15px;
  left: 0;
}

.p-top__character-loop-wrap ul {
  display: flex;
  align-items: flex-end;
}

.p-top__character-loop-wrap li {
  width: 96px;
  text-align: center;
  position: relative;
  top: -5px;
  will-change: transform;
}
.p-top__character-loop-wrap li img {
  width: 72px;
}

.p-top__character-loop-wrap.is-animation ul:first-child {
  animation: loop 80s -40s linear infinite;
  will-change: transform;
}

.p-top__character-loop-wrap.is-animation ul:last-child {
  animation: loop2 80s linear infinite;
  will-change: transform;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.jump {
  animation: jump 3s steps(1);
}

@keyframes jump {
  0% {
    transform: translateY(0);
  }
  14% {
    transform: translateY(5px);
  }
  19% {
    transform: translateY(0);
  }
  24% {
    transform: translateY(5px);
  }
  29% {
    transform: translateY(0);
  }
  34% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.p-top__product-item:hover .p-top__product-eyecatch img,
.p-top__season-pickup-main-item-link:hover .p-top__product-eyecatch img {
  transform: scale(1.08);
}

.p-top__product-eyecatch {
  overflow: hidden;
}
.p-top__product-eyecatch img {
  will-change: transform;
  transition: transform 0.3s;
}

.p-lipps {
  font-family: "Noto Sans JP", sans-serif !important;
}
.p-lipps .show-sp {
  display: none;
}
.p-lipps .u-text--btn {
  font-family: "Poppins", "Noto Sans JP", sans-serif !important;
}
.p-lipps .u-text--head {
  font-family: "Poppins", "Noto Sans JP", sans-serif !important;
}
.p-lipps .u-text--subhead {
  font-family: "Poppins", "Noto Sans JP", sans-serif !important;
}
.p-lipps .u-text--body {
  font-family: "Poppins", "Noto Sans JP", sans-serif !important;
}
.p-lipps .u-text--link {
  font-family: "Poppins", "Noto Sans JP", sans-serif !important;
}
.p-lipps .u-text--strong {
  font-family: "Poppins", "Noto Sans JP", sans-serif !important;
}
.p-lipps .u-color__bg--bg {
  background: #f5f5f5 !important;
}
.p-lipps .u-color__bg--accent {
  background-color: #000 !important;
}
.p-lipps .u-color__text--link {
  color: #000 !important;
}
.p-lipps .l-header {
  border-bottom: 1px solid #efefef !important;
}
.p-lipps .l-header__inner__block__item:not(:last-child) {
  margin-right: 24px;
}
.p-lipps .p-banner--header {
  height: min(13.3333333333vw, 32px);
  will-change: margin-top;
}
.p-lipps .l-footer {
  border-top: none;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  background-color: #ffffff;
  padding: 64px 60px 104px;
  border-top: solid 1px #EFEFEF;
  margin-top: 80px;
}
.p-lipps .p-top + .l-footer {
  border-top: none;
}
.p-lipps .p-top + .l-footer,
.p-lipps .p-detail + .l-footer,
.p-lipps .p-productList + .l-footer {
  margin-top: 0;
}
.p-lipps .c-gmenu__overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.p-lipps .c-gmenu__container {
  margin-left: auto;
  background-color: #ffffff;
}
.p-lipps .p-search_menu__overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.p-lipps .p-search_menu__container {
  margin-left: auto;
  background-color: #ffffff;
}
.p-lipps .c-gmenu.is-active {
  transform: translateX(0);
}
.p-lipps .p-search_menu {
  right: -100%;
  left: auto;
  transform: translateX(20px);
  transition: right 0s, opacity 0.4s, transform 0.4s;
}
.p-lipps .p-search_menu.is-active {
  right: 0;
  transform: translateX(0);
  transition: right 0s, opacity 0.4s, transform 0.4s;
}
.p-lipps .p-search_menu input {
  border: solid 1px #ccc;
  color: #999;
}
.p-lipps .p-search_menu .input_wrap input {
  padding: 0 9px;
}
.p-lipps .p-search_menu .c-form_table__checkbox input {
  width: 23px;
  height: 23px;
  margin-right: 7px;
}
.p-lipps .p-search_menu .input_wrap.is-select select {
  border: solid 1px #ccc;
  font-size: 14px !important;
  color: #999;
}
.p-lipps .p-search_menu:not(:root) .input_wrap > * {
  font-size: 14px !important;
}
.p-lipps .p-search_menu .p-search_menu__container__inner__search__part {
  margin-top: 23px;
}
.p-lipps .p-search_menu .p-search_menu__label span {
  font-size: 14px !important;
}
.p-lipps .p-search_menu .p-search_menu__container__inner__search__part--flex .p-search_menu__container__inner__search__part__content {
  flex: unset;
}
.p-lipps .p-search_menu .p-search_menu__container__inner__search__part--flex .p-search_menu__container__inner__search__part__content + .p-search_menu__container__inner__search__part__content {
  margin-left: 27px;
}
.p-lipps .c-form_table__checkbox__frame {
  left: 5px;
}
.p-lipps .c-form_table__newsletter label:last-child {
      margin-top: 20px;
}
.p-lipps .p-search_menu__container__searchbtn button {
  background-color: #999;
  color: #fff;
}
.p-lipps .p-search_menu__container__searchbtn button:nth-child(2) {
  background-color: #E71F18;
  color: #fff;
}
.p-lipps .c-gmenu {
  right: -100%;
  left: auto;
  transform: translateX(20px);
  transition: right 0s, opacity 0.4s, transform 0.4s;
}
.p-lipps .c-gmenu.is-active {
  right: 0;
  transition: right 0s, opacity 0.4s, transform 0.4s;
}
.p-lipps .p-search_menu__container__searchbtn {
  right: 0;
  left: auto;
}
.p-lipps .c-gmenu__container__inner {
  padding: 88px 60px 60px;
}
.p-lipps .p-search_menu__container__inner {
  padding-top: 88px;
}
.p-lipps .p-search_menu__container__inner .label_title {
  font-size: 14px !important;
  font-weight: bold;
}
.p-lipps .p-search_menu__container__inner__search {
  border-top: none;
}
.p-lipps .p-search_menu__container__close {
  top: 72px;
  right: 40px;
}
.p-lipps .c-gmenu__container__inner__list__item__child__item {
  border-top: solid 1px #efefef;
}
.p-lipps .c-gmenu__container__inner__list__item__child__item:last-child {
  border-bottom: solid 1px #efefef;
}
.p-lipps .c-gmenu__container__inner__list__item__child__item.has-arrow {
  position: relative;
}
.p-lipps .c-gmenu__container__inner__list__item__child__item.has-arrow::before {
  content: "";
  width: 20px;
  height: 6px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/lippsproductcom/uploads/src/assets/img/share/icon_arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-lipps .c-gmenu__container__inner__list__item__child__item.has-external-link {
  position: relative;
}
.p-lipps .c-gmenu__container__inner__list__item__child__item.has-external-link::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/lippsproductcom/uploads/src/assets/img/share/icon_external_link.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-lipps .c-gmenu__container__inner__list__item__child--category .c-gmenu__container__inner__list__item__child__item:last-child, .p-lipps .c-gmenu__container__inner__list__item__child--category .c-gmenu__container__inner__list__item__child__item:nth-last-child(2) {
  width: 50%;
  display: inline-block;
}
.p-lipps .c-gmenu__container__inner__list__item__child--category .c-gmenu__container__inner__list__item__child__item:nth-last-child(2) {
  border-right: solid 1px #efefef;
  border-bottom: solid 1px #efefef;
}
.p-lipps .c-gmenu__container__inner__list__item__child--category .c-gmenu__container__inner__list__item__child__item:nth-last-child(2).has-arrow::before {
  right: 16px;
}
.p-lipps .c-gmenu__container__inner__list__item__child--category .c-gmenu__container__inner__list__item__child__item:nth-last-child(2).has-external-link::before {
  right: 16px;
}
.p-lipps .c-gmenu__container__inner__list__item__child--category .c-gmenu__container__inner__list__item__child__item:last-child {
  padding-left: 16px;
}
.p-lipps .c-gmenu__container__inner__list__item__child--category .c-gmenu__container__inner__list__item__child__item__inner {
  display: flex;
  align-items: center;
}
.p-lipps .c-gmenu__container__inner__list__item__child--category .c-gmenu__container__inner__list__item__child__item__inner img {
  width: 48px;
  height: auto;
  margin-right: 16px;
}
.p-lipps .c-gmenu__container__inner__list__item__child__item__inner span {
  font-size: 14px;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}
.p-lipps .c-gmenu__container__inner__list {
  border-top: none;
}
.p-lipps .c-gmenu__container__inner__list__item {
  border-top: none;
  border-bottom: none;
}
.p-lipps .c-gmenu__container__inner__list__item__child {
  padding-top: 16px;
  padding-bottom: 32px;
}
.p-lipps .c-gmenu__container__inner__list__item__child__item:not(:last-child) {
  margin-bottom: 0;
}
.p-lipps .c-gmenu__container__inner__list__item__child__item__inner {
  padding: 16px 0;
  display: block;
}
.p-lipps .c-gmenu__container__close {
  top: 56px;
  right: 40px;
}
.p-lipps .l-footer__info__store .l-footer__info__store__sns {
  margin-bottom: 40px;
}
.p-lipps .l-footer__info__store .c-footer_menu {
  margin-left: 0;
}
.p-lipps .l-footer__info__store .l-footer__info__store__logo {
  max-width: none;
  margin-bottom: 41px;
}
.p-lipps .l-footer__info__store .l-footer__info__store__logo img {
  width: 229px;
  height: auto;
}
.p-lipps .l-footer__info__store__sns {
  display: flex;
  align-items: center;
}
.p-lipps .l-footer__info__store__sns__item {
  width: 26px;
}
.p-lipps .l-footer__info__store__sns__item img {
  width: 100%;
  height: auto;
}
.p-lipps .l-footer__info__store__sns__item:not(:last-child) {
  margin-right: 40px;
}
.p-lipps .c-footer_menu__list__item__inner {
  background-color: transparent;
  color: #000000;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 14px;
}
.p-lipps .c-footer_menu {
  border-bottom: none;
  margin-left: 0;
}
.p-lipps .c-footer_menu + .c-footer_menu {
  margin-left: 72px;
}
.p-lipps .c-footer_menu__list__item:not(:last-child) {
  margin-bottom: 15px;
}
.p-lipps .c-footer_menu__title {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.p-lipps .c-footer_menu__list__item.has-arrow {
  position: relative;
}
.p-lipps .c-footer_menu__list__item.has-arrow::before {
  content: "";
  width: 20px;
  height: 6px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/lippsproductcom/uploads/src/assets/img/share/icon_arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.p-lipps .c-footer_menu__list__item.has-external-link {
  position: relative;
}
.p-lipps .c-footer_menu__list__item.has-external-link::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/lippsproductcom/uploads/src/assets/img/share/icon_external_link.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.p-lipps .c-footer_menu__list__item.has-external-link a {
  position: relative;
  display: inline-block;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}
.p-lipps .c-footer_menu__list__item.has-external-link a::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/lippsproductcom/uploads/src/assets/img/share/icon_external_link.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
.p-lipps .c-footer_menu__list--category .c-footer_menu__list__item.has-external-link::before {
  right: 16px;
}
.p-lipps .footer_body {
  width: 100vw;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 11px 0;
  display: flex;
  justify-content: center;
}
.p-lipps .footer_body span {
  color: #ffffff;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-size: 12px;
}
.p-lipps .c-footer_menu__list--category {
  margin-top: -7px;
}
.p-lipps .c-footer_menu__list--category .c-footer_menu__list__item:last-child, .p-lipps .c-footer_menu__list--category .c-footer_menu__list__item:nth-last-child(2) {
  margin-top: 22px;
}
.p-lipps .c-footer_menu__list--category .c-footer_menu__list__item:nth-last-child(2).has-arrow::before {
  right: 16px;
}
.p-lipps .c-footer_menu__list--category .c-footer_menu__list__item__inner {
  display: flex;
  align-items: center;
}
.p-lipps .c-footer_menu__list--category .c-footer_menu__list__item__inner img {
  width: 40px;
  height: auto;
  margin-right: 16px;
}
.p-lipps .c-footer_menu__title {
  margin-bottom: 23px;
}
.p-lipps .l-footer__info {
  max-width: 355px;
}
.p-lipps .c-category_header {
  min-height: 360px;
}
.p-lipps .c-category_header::before {
  display: none;
}
.p-lipps .p-list_header {
  margin-top: -15px;
}
.p-lipps .p-list_header__inner {
  flex-direction: column;
  justify-content: flex-start;
}
.p-lipps .p-list_header__inner .c-list_tool {
  margin-left: auto;
  margin-top: 56px;
}
.p-lipps .p-product_content__inner {
  padding-bottom: 145px;
}
.p-lipps .l-container__row + section.p-recommend_product {
  margin-top: 128px;
}
.p-lipps div.p-recommend_product {
  padding-left: 0;
  padding-right: 0;
}
.p-lipps .recommend_product_padding {
  padding-top: 0;
}
.p-lipps section.p-recommend_product {
  padding-top: 80px;
  border-top: solid 1px #efefef;
}
.p-lipps .p-recommend_product__inner {
  max-width: 910px;
}
.p-lipps .p-recommend_product__inner .p-product_slider .slick-dots li {
  width: 32px;
  height: 5px;
  background-color: #EFEFEF;
  border-radius: 0;
  margin: 0 4px;
}
.p-lipps .p-recommend_product__inner .p-product_slider .slick-dots li.slick-active {
  background-color: #000000;
}
.p-lipps .p-recommend_product__inner .p-product_slider .slick-dots li.slick-active button {
  background-color: #000000;
}
.p-lipps .p-recommend_product__inner .p-product_slider .slick-dots li button {
  width: 32px;
  height: 5px;
  background-color: #EFEFEF;
  border-radius: 0;
  padding: 0;
}
.p-lipps .p-recommend_product__inner .p-product_slider .slick-arrow {
  background-image: none;
  width: 10px;
  height: 10px;
}
.p-lipps .p-recommend_product__inner .p-product_slider .slick--prev {
  border-left: solid 1px #000000;
  border-bottom: solid 1px #000000;
  transform: rotate(45deg);
}
.p-lipps .p-recommend_product__inner .p-product_slider .slick--next {
  border-right: solid 1px #000000;
  border-bottom: solid 1px #000000;
  transform: rotate(-45deg);
}
.p-lipps .p-recommend_product__inner .p-product_slider .slick-dots {
  padding: 0 18px;
}
.p-lipps .p-product_slider .slick-slide {
  margin: 0 12px;
}
.p-lipps .p-recommend_product__inner__title__en {
  font-size: 32px !important;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 0;
}
.p-lipps .p-recommend_product__inner__title__jp {
  font-size: 12px !important;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}
.p-lipps .p-list_header__inner__title {
  font-size: 32px !important;
  font-family: "Poppins", "Noto Sans JP", sans-serif !important;
  text-align: center;
}
.p-lipps .p-list_description {
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-top: 9px;
}
.p-lipps .c-list_tool__sort__label {
  margin-right: 26px;
  font-size: 16px !important;
}
.p-lipps .c-list_tool__num {
  font-size: 16px !important;
}
.p-lipps .c-list_tool__sort__wrap > * {
  padding: 0 40px 0 15px;
}
.p-lipps .p-product__eyecatch {
  width: 100%;
  height: 17.1875vw;
  background-color: transparent;
  position: relative;
}
.p-lipps .p-product__eyecatch::before {
  content: "";
  width: 100%;
  height: 3.3333333333vw;
  background-color: #f5f5f5;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.p-lipps .p-product__eyecatch img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-lipps .p-favorite__list .p-product__eyecatch {
  width: 100%;
  height: 17.1875vw;
  background-color: transparent;
  position: relative;
}
.p-lipps .c-product_item__inner__title {
  font-size: 14px !important;
}
.p-lipps .c-product_item__inner__category {
  font-size: 12px !important;
  color: #999 !important;
}
.p-lipps .c-product_item__inner__price {
  font-family: "Poppins", "Noto Sans JP", sans-serif !important;
}
.p-lipps .c-product_item__inner__price #price {
  font-size: 14px !important;
  letter-spacing: 0;
}
.p-lipps .c-product_item__inner__price #price + span {
  font-size: 10px !important;
}
.p-lipps .c-product_item__inner__eyecatch__tags {
  top: 0;
  left: 0;
}
.p-lipps .c-product_item__inner__eyecatch__tags__new {
  display: inline-block;
  font-size: 12px;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  color: #ffffff;
  background-color: #e61517;
  padding: 1px 5px;
  letter-spacing: 0;
}
.p-lipps .c-product_item__inner__eyecatch__tags__soldout {
  display: inline-block;
  font-size: 12px;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  color: #ffffff;
  background-color: #444;
  padding: 1px 5px;
  letter-spacing: 0;
}
.p-lipps .c-product_item__inner__eyecatch__tags__popular {
  display: inline-block;
  font-size: 12px;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  color: #e61517;
  background-color: #ffffff;
  border: solid 1px #e61517;
  padding: 1px 5px;
  letter-spacing: 0;
}
.p-lipps .c-product_item__button--favorite {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: solid 1px #ccc;
  background-color: #ffffff;
}
.p-lipps .c-product_item__button--favorite img {
  width: 20px;
}
.p-lipps .c-product_item__actions {
  right: 5px;
  bottom: -18px;
}
.p-lipps .c-product_item__inner__category {
  margin-top: 8px;
}
.p-lipps .c-product_info__description {
  margin-top: 24px;
  font-size: 14px !important;
}
.p-lipps .sales_price-include-tax {
  font-size: 24px !important;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}
.p-lipps .sales_price-include-tax-text {
  font-size: 14px;
  margin-left: 5px;
}
.p-lipps .p-detail__price-wrap {
  display: flex;
}
.p-lipps .p-detail__quantity-wrap {
  margin-left: 47px;
  display: inline-grid;
}
.p-lipps .p-detail__favorite-text {
  color: #000000 !important;
}
.p-lipps .p-detail .c-product_info__share__list {
  align-items: center;
}
.p-lipps .c-product_info__form__submit {
  width: 70% !important;
  margin-top: 17px;
  font-size: 16px !important;
  font-weight: bold;
  background-color: #E71F18 !important;
}
.p-lipps .c-product_info__form__quantity {
  margin-top: auto;
}
.p-lipps .c-product_info__form__quantity__label {
  color: #999;
  padding-right: 6px;
}
.p-lipps .c-order_quantity {
  width: 120px;
}
.p-lipps .c-product_info__price {
  margin-top: 48px;
}
.p-lipps .c-product_info__share {
  margin-top: 41px;
}
.p-lipps .c-product_info__share__label {
  font-size: 14px !important;
  color: #999 !important;
}
.p-lipps .c-product_info__share__list__item {
  font-size: 30px;
}
.p-lipps .c-product_img__slider--thumbnail {
  margin-top: 24px;
  padding: 0 50px;
}
.p-lipps .c-product_img__item {
  margin-right: 10px !important;
}
.p-lipps .c-product_img__slider--main .c-product_img__item {
  width: 600px;
  height: 600px;
}
.p-lipps .c-product_img__slider--thumbnail .c-product_img__item {
  width: 80px;
  max-height: 80px;
}
.p-lipps .c-product_img__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-lipps .c-product_img__slider--main .c-product_img__item {
  position: relative;
}
.p-lipps .c-product_img__slider--main .c-product_img__item::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-lipps .p-page_content__inner {
  max-width: 1000px;
}
.p-lipps .p-page_content__inner h2 {
  padding: 16px 40px;
  font-size: 18px !important;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  margin-bottom: 24px;
  background-color: #F3F3F3;
}
.p-lipps .p-page_content__inner h3 {
  font-weight: bold;
  font-size: 18px !important;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  margin-bottom: 24px;
}
.p-lipps .p-page_content__textBlock {
  padding: 0 40px;
  font-size: 14px !important;
  line-height: 1.8;
}
.p-lipps .p-page_content__inner pre {
  white-space: pre-wrap;
}
.p-lipps .p-page_header {
  margin-top: 48px;
}
.p-lipps .p-page_content {
  margin-bottom: 192px;
}
.p-lipps .p-faq,
.p-lipps .p-page_table {
  margin-bottom: 192px;
}
.p-lipps .p-faq__inner__list__item__answer_a {
  color: #E22124 !important;
}
.p-lipps .p-login__inner__login {
  padding-left: 110px;
  position: relative;
}
.p-lipps .p-login__inner__login .c-form_table > tbody > tr > th {
  position: absolute;
  left: 0;
}
.p-lipps .c-cart_submit__block__submit {
  background-color: #E71F18 !important;
}
.p-lipps #AmazonPayButton {
  width: 296px !important;
  height: 60px !important;
}
.p-lipps .c-steps_to_order__number {
  background-color: #f5f5f5;
}
.p-lipps .c-steps_to_order__number.is-active, .p-lipps .c-steps_to_order__number.is-complete {
  background-color: var(--theme-color);
  color: var(--text-color);
}
.p-lipps .c-cart_list__list__item__img__inner {
  background-size: contain;
}
.p-lipps .c-product_item:hover {
  opacity: 1;
}
.p-lipps .c-cart_item__img__inner {
  background-size: contain;
}
.p-lipps .c-form_table__checkbox__link {
  text-decoration: underline;
}
.p-lipps .p-checkout__list__block.has-noborder {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.p-lipps .c-product_info__price-inner.is-sale .list_price_include_tax {
  text-decoration: line-through;
  font-size: 16px;
}
.p-lipps .c-product_info__price-inner.is-sale .sales_price_include_tax {
  font-size: 24px;
  color: #E71F19;
}
.p-lipps .c-product_info__price-inner.is-sale .sales_price_include_tax + span {
  color: #E71F19;
  font-size: 14px;
}
.p-lipps .p-product_list__list__item .p-product__eyecatch {
  overflow: hidden;
}
.p-lipps .p-product_list__list__item .p-product__eyecatch img {
  will-change: transform;
  transition: transform 0.3s;
}
.p-lipps .p-product_list__list__item:hover .p-product__eyecatch img {
  transform: scale(1.08);
}
.p-lipps .p-browsing_history__inner {
  max-width: 910px;
}
.p-lipps .p-browsing_history__inner .c-product_item__inner__category {
  display: none;
}
.p-lipps .p-browsing_history__inner .c-product_item__actions {
  display: none;
}
.p-lipps .p-browsing_history__inner .c-product_item__inner__eyecatch__img {
  padding-top: 100%;
}
.p-lipps .p-browsing_history__inner .c-product_item__button.u-color__btn--bg {
  background-color: #fff !important;
}
.p-lipps .p-browsing_history__inner .c-product_item__button.u-color__btn--text {
  color: #ccc !important;
  border: solid 1px #ccc;
}
.p-lipps .p-browsing_history__inner .c-product_item__button.u-color__btn {
  color: #e71f18 !important;
}
.p-lipps .p-browsing_history__inner .p-product_slider .slick-dots li {
  width: 32px;
  height: 5px;
  background-color: #EFEFEF;
  border-radius: 0;
  margin: 0 4px;
}
.p-lipps .p-browsing_history__inner .p-product_slider .slick-dots li.slick-active {
  background-color: #000000;
}
.p-lipps .p-browsing_history__inner .p-product_slider .slick-dots li.slick-active button {
  background-color: #000000;
}
.p-lipps .p-browsing_history__inner .p-product_slider .slick-dots li button {
  width: 32px;
  height: 5px;
  background-color: #EFEFEF;
  border-radius: 0;
  padding: 0;
}
.p-lipps .p-browsing_history__inner .p-product_slider .slick-arrow {
  background-image: none;
  width: 10px;
  height: 10px;
}
.p-lipps .p-browsing_history__inner .p-product_slider .slick--prev {
  border-left: solid 1px #000000;
  border-bottom: solid 1px #000000;
  transform: rotate(45deg);
}
.p-lipps .p-browsing_history__inner .p-product_slider .slick--next {
  border-right: solid 1px #000000;
  border-bottom: solid 1px #000000;
  transform: rotate(-45deg);
}
.p-lipps .p-browsing_history__inner .p-product_slider .slick-dots {
  padding: 0 18px;
}
.p-lipps .p-browsing_history__inner .c-product_item__inner__price {
  font-size: 14px !important;
}
.p-lipps .p-browsing_history__inner .c-product_item:hover .c-product_item__inner__eyecatch__img {
  transform: scale(1.08);
}
.p-lipps .p-browsing_history__inner .c-product_item__inner__eyecatch {
  width: 100% !important;
  overflow: hidden;
}
.p-lipps .p-browsing_history__inner .c-product_item__inner__eyecatch__img {
  will-change: transform;
  transition: transform 0.3s;
}
.p-lipps .p-browsing_history__inner .c-product_item__inner__content {
  margin-top: 0;
}
.p-lipps .c-product_info__form__submit.has-animation {
  position: relative;
  overflow: hidden;
  border: 1px solid #E71F18;
  transition: ease 0.2s;
}
.p-lipps .c-product_info__form__submit.has-animation span {
  position: relative;
  z-index: 3;
  color: #ffffff;
}
.p-lipps .c-product_info__form__submit.has-animation::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #ffffff;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.p-lipps .c-product_info__form__submit.has-animation:hover {
  opacity: 1 !important;
}
.p-lipps .c-product_info__form__submit.has-animation:hover span {
  color: #E71F18;
}
.p-lipps .c-product_info__form__submit.has-animation:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.p-lipps .c-product_item__actions .c-product_item__form--favorite {
  display: none;
}

.p-gmenu__title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.p-gmenu__cart-item-inner {
  margin-bottom: 32px;
}

.p-gmenu__cart-item-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.p-gmenu__cart-item-head-text {
  font-size: 14px;
  letter-spacing: 0.1em;
}

.p-gmenu__cart-item-head-link {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  text-transform: uppercase;
  color: #E71F18;
  font-size: 12px;
}

.p-gmenu__cart-item-list {
  display: flex;
  margin-top: 13px;
}

.p-gmenu__cart-item-item {
  width: calc((100% - 12px) / 4);
  max-height: 70px;
  background-color: #fff;
  border: solid 1px #efefef;
}
.p-gmenu__cart-item-item + .p-gmenu__cart-item-item {
  margin-left: 4px;
}

.p-gmenu__cart-item-link {
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.p-gmenu__cart-item-link:hover {
  opacity: 0.8;
}
.p-gmenu__cart-item-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-gmenu__keyword-list-inner {
  padding-bottom: 32px;
}

.p-gmenu__keyword-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 16px;
  margin-bottom: -2px;
}

.p-gmenu__keyword-item {
  margin-right: 2px;
  margin-bottom: 2px;
  border: solid 1px #efefef;
}
.p-gmenu__keyword-item:last-child {
  margin-right: 0;
}

.p-gmenu__keyword-item-text {
  display: flex;
  padding: 8px 12px;
  font-size: 12px;
  color: #000000;
  letter-spacing: 0.05em;
}
.p-gmenu__keyword-item-text span {
  color: #999;
  margin-right: 4px;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}

.p-gmenu__sns-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 38px;
}

.p-gmenu__sns-item {
  width: 22px;
}
.p-gmenu__sns-item + .p-gmenu__sns-item {
  margin-left: 32px;
}
.p-gmenu__sns-item img {
  width: 100%;
  height: auto;
}

.p-detail__heading {
  font-size: 32px;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 56px;
  line-height: 1.2;
  letter-spacing: 0;
}
.p-detail__heading span {
  font-size: 12px;
  display: block;
  margin-top: 8px;
  font-weight: normal;
  letter-spacing: 0.1em;
}

.p-detail__classification {
  font-size: 14px;
  color: #999;
}

.p-detail__block {
  padding-left: 17px;
  padding-right: 17px;
}
.p-detail__block + .p-detail__block {
  margin-top: 128px;
}

.p-detail__subscription {
  margin-top: 24px;
}

.p-detail__subscription-btn {
  width: 70%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border: solid 1px #000000;
  margin-top: 8px;
}
.p-detail__subscription-btn.has-animation {
  position: relative;
  overflow: hidden;
  transition: ease 0.2s;
}
.p-detail__subscription-btn.has-animation span {
  position: relative;
  z-index: 3;
  color: #000000;
}
.p-detail__subscription-btn.has-animation::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #000000;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.p-detail__subscription-btn.has-animation:hover {
  opacity: 1;
}
.p-detail__subscription-btn.has-animation:hover span {
  color: #ffffff;
}
.p-detail__subscription-btn.has-animation:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.p-detail__spec {
  display: flex;
  margin-top: 24px;
  background-color: #F5F5F5;
  padding: 16px 20px;
}
.p-detail__spec p {
  font-size: 14px;
  margin-right: 8px;
}

.p-detail__spec-sec {
  display: flex;
  align-items: center;
  width: 50%;
}

.p-detail__spec-level {
  margin-left: 5px;
  width: 84px;
  height: 12px;
}

.p-detail__spec-level[data-level="6"] {
  height: 12px;
  background: linear-gradient(to right, black 0px, black 12px, transparent 12px, transparent 14px, black 14px, black 26px, transparent 26px, transparent 28px, black 28px, black 40px, transparent 40px, transparent 42px, black 42px, black 54px, transparent 54px, transparent 56px, black 56px, black 68px, transparent 68px, transparent 70px, black 70px, black 82px, transparent 82px, transparent 84px);
  background-repeat: repeat-x;
}

.p-detail__spec-level[data-level="5"] {
  height: 12px;
  background: linear-gradient(to right, black 0px, black 12px, transparent 12px, transparent 14px, black 14px, black 26px, transparent 26px, transparent 28px, black 28px, black 40px, transparent 40px, transparent 42px, black 42px, black 54px, transparent 54px, transparent 56px, black 56px, black 68px, transparent 68px, transparent 70px, white 70px, white 82px, transparent 82px, transparent 84px);
  background-repeat: repeat-x;
}

.p-detail__spec-level[data-level="4"] {
  height: 12px;
  background: linear-gradient(to right, black 0px, black 12px, transparent 12px, transparent 14px, black 14px, black 26px, transparent 26px, transparent 28px, black 28px, black 40px, transparent 40px, transparent 42px, black 42px, black 54px, transparent 54px, transparent 56px, white 56px, white 68px, transparent 68px, transparent 70px, white 70px, white 82px, transparent 82px, transparent 84px);
  background-repeat: repeat-x;
}

.p-detail__spec-level[data-level="3"] {
  height: 12px;
  background: linear-gradient(to right, black 0px, black 12px, transparent 12px, transparent 14px, black 14px, black 26px, transparent 26px, transparent 28px, black 28px, black 40px, transparent 40px, transparent 42px, white 42px, white 54px, transparent 54px, transparent 56px, white 56px, white 68px, transparent 68px, transparent 70px, white 70px, white 82px, transparent 82px, transparent 84px);
  background-repeat: repeat-x;
}

.p-detail__spec-level[data-level="2"] {
  height: 12px;
  background: linear-gradient(to right, black 0px, black 12px, transparent 12px, transparent 14px, black 14px, black 26px, transparent 26px, transparent 28px, white 28px, white 40px, transparent 40px, transparent 42px, white 42px, white 54px, transparent 54px, transparent 56px, white 56px, white 68px, transparent 68px, transparent 70px, white 70px, white 82px, transparent 82px, transparent 84px);
  background-repeat: repeat-x;
}

.p-detail__spec-level[data-level="1"] {
  height: 12px;
  background: linear-gradient(to right, black 0px, black 12px, transparent 12px, transparent 14px, white 14px, white 26px, transparent 26px, transparent 28px, white 28px, white 40px, transparent 40px, transparent 42px, white 42px, white 54px, transparent 54px, transparent 56px, white 56px, white 68px, transparent 68px, transparent 70px, white 70px, white 82px, transparent 82px, transparent 84px);
  background-repeat: repeat-x;
}

.p-detail__subscription-text {
  display: flex;
  font-size: 14px;
}
.p-detail__subscription-text img {
  width: 22px;
  height: 22px;
  margin-right: 7px;
}
.p-detail__subscription-text span {
  color: #E71F18;
}

.p-detail__subscription-annotation {
  font-size: 14px;
  margin-top: 10px;
}

.p-detail__recommendStyle {
  padding-bottom: 38px;
}

.p-detail__recommendStyle-swiper {
  position: relative;
}
.p-detail__recommendStyle-swiper .swiper-pagination {
  bottom: -40px !important;
}
.p-detail__recommendStyle-swiper .swiper-pagination-bullet {
  width: 32px !important;
  height: 5px !important;
  background-color: #efefef !important;
  border-radius: 0 !important;
  opacity: 1 !important;
}
.p-detail__recommendStyle-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000000 !important;
}
.p-detail__recommendStyle-swiper .swiper-button-prev {
  left: -16px;
}
.p-detail__recommendStyle-swiper .swiper-button-prev::after {
  content: "";
  background-image: url("https://d2w53g1q050m78.cloudfront.net/lippsproductcom/uploads/src/assets/img/pages/top/style_arrow_left.svg");
  width: 20px;
  height: 6px;
  background-size: cover;
}
.p-detail__recommendStyle-swiper .swiper-button-next {
  right: -16px;
}
.p-detail__recommendStyle-swiper .swiper-button-next::after {
  content: "";
  background-image: url("https://d2w53g1q050m78.cloudfront.net/lippsproductcom/uploads/src/assets/img/pages/top/style_arrow_right.svg");
  width: 20px;
  height: 6px;
  background-size: cover;
}

.p-detail__stylistComment {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.p-detail__stylistComment-contents {
  display: grid;
  grid-template-columns: 27% 68%;
  grid-template-rows: 58% 31%;
  grid-column-gap: 5%;
  grid-row-gap: 11%;
}

.p-detail__stylistComment-img {
  grid-area: 1/1/3/2;
  width: 100%;
}

.p-detail__stylist-account {
  display: flex;
  font-size: 12px;
  grid-area: 2/2/3/3;
  letter-spacing: 0;
}
.p-detail__stylist-account p {
  margin-right: 35px;
}
.p-detail__stylist-account p span {
  display: inline-block;
  margin-left: 1em;
}

.p-detail__stylistComment-text {
  grid-area: 1/2/2/3;
  line-height: 1.8;
  align-self: self-end;
}

.p-detail__stylist-instagram {
  padding-left: 28px;
  position: relative;
  color: #999;
  letter-spacing: 0;
  transition: opacity 0.2s;
}
.p-detail__stylist-instagram:hover {
  opacity: 0.8;
}
.p-detail__stylist-instagram::before {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/lippsproductcom/uploads/src/assets/img/share/icon_instagram.svg");
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.p-detail__chart-img {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.p-detail__specifications-table {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: 14px;
}
.p-detail__specifications-table th, .p-detail__specifications-table td {
  border: solid 1px #EFEFEF;
  border-left: none;
  border-right: none;
  padding: 15px 24px;
}
.p-detail__specifications-table th {
  width: 23%;
  background-color: #F5F5F5;
  letter-spacing: 0;
}
.p-detail__specifications-table td {
  width: 77%;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.p-detail__specifications-table td ul li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.p-detail__specifications-table td ul li + li {
  margin-top: 10px;
}

.p-detail__float-btn {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 20;
  display: none;
}

.p-cart__cashless {
  margin-top: 20px;
  margin-bottom: 40px;
}
.p-cart__cashless + .c-cart_submit__block {
  border-top: solid 1px #D8DDDF;
  margin-top: 20px;
}
.p-cart__cashless + .c-cart_submit__block .c-cart_submit__block__submit {
  margin-top: 20px;
}

.p-cart__cashless-text {
  font-size: 14px;
  font-weight: bold;
}

.p-cart__cashless-img {
  max-width: 310px;
  width: 100%;
  height: auto;
  margin-top: 8px;
}
.p-cart__cashless-img.has-nopaidy {
  max-width: 209px;
}

.p-cookie-consent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding: 1.2em;
  box-sizing: border-box;
  z-index: 100;
  visibility: hidden;
}

.p-cookie-consent.is-show {
  visibility: visible;
}

.p-cookie-consent a {
  color: #fff !important;
}

.p-cookie-agree {
  color: #fff;
  background: dodgerblue;
  padding: 0.5em 1.5em;
}

.p-cookie-agree:hover {
  cursor: pointer;
}

/* パッと消える */
.cc-hide1 {
  display: none;
}

/* ゆっくり消える */
.cc-hide2 {
  animation: hide 1s linear 0s;
  animation-fill-mode: forwards;
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/* メディアクエリ */
/* ========================================
  Display
======================================== */
.u-dsp-block {
  display: block;
}
.u-dsp-none {
  display: none;
}
.u-dsp-inline {
  display: inline;
}
.u-dsp-ib {
  display: inline-block;
}
.u-dsp-sp {
  display: block;
}
.u-dsp-pc {
  display: none;
}

/* ========================================
  Margin
======================================== */
.u-mt0 {
  margin-top: 0px;
}

.u-mt5 {
  margin-top: 5px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt15 {
  margin-top: 15px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt25 {
  margin-top: 25px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt35 {
  margin-top: 35px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt45 {
  margin-top: 45px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt55 {
  margin-top: 55px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt65 {
  margin-top: 65px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt75 {
  margin-top: 75px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt85 {
  margin-top: 85px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt95 {
  margin-top: 95px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mt105 {
  margin-top: 105px;
}

.u-mt110 {
  margin-top: 110px;
}

.u-mt115 {
  margin-top: 115px;
}

.u-mt120 {
  margin-top: 120px;
}

.u-mt125 {
  margin-top: 125px;
}

.u-mt130 {
  margin-top: 130px;
}

.u-mt135 {
  margin-top: 135px;
}

.u-mt140 {
  margin-top: 140px;
}

.u-mt145 {
  margin-top: 145px;
}

.u-mt150 {
  margin-top: 150px;
}

.u-mt155 {
  margin-top: 155px;
}

.u-mt160 {
  margin-top: 160px;
}

.u-mt165 {
  margin-top: 165px;
}

.u-mt170 {
  margin-top: 170px;
}

.u-mt175 {
  margin-top: 175px;
}

.u-mt180 {
  margin-top: 180px;
}

.u-mt185 {
  margin-top: 185px;
}

.u-mt190 {
  margin-top: 190px;
}

.u-mt195 {
  margin-top: 195px;
}

.u-mt200 {
  margin-top: 200px;
}

.u-mt205 {
  margin-top: 205px;
}

.u-mt210 {
  margin-top: 210px;
}

.u-mt215 {
  margin-top: 215px;
}

.u-mt220 {
  margin-top: 220px;
}

.u-mt225 {
  margin-top: 225px;
}

.u-mt230 {
  margin-top: 230px;
}

.u-mt235 {
  margin-top: 235px;
}

.u-mt240 {
  margin-top: 240px;
}

.u-mt245 {
  margin-top: 245px;
}

.u-mt250 {
  margin-top: 250px;
}

.u-mt255 {
  margin-top: 255px;
}

.u-mt260 {
  margin-top: 260px;
}

.u-mt265 {
  margin-top: 265px;
}

.u-mt270 {
  margin-top: 270px;
}

.u-mt275 {
  margin-top: 275px;
}

.u-mt280 {
  margin-top: 280px;
}

.u-mt285 {
  margin-top: 285px;
}

.u-mt290 {
  margin-top: 290px;
}

.u-mt295 {
  margin-top: 295px;
}

.u-mt300 {
  margin-top: 300px;
}

.u-mb0 {
  margin-bottom: 0px;
}

.u-mb5 {
  margin-bottom: 5px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb25 {
  margin-bottom: 25px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb35 {
  margin-bottom: 35px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb45 {
  margin-bottom: 45px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb55 {
  margin-bottom: 55px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb65 {
  margin-bottom: 65px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb75 {
  margin-bottom: 75px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb85 {
  margin-bottom: 85px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mb95 {
  margin-bottom: 95px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-mb105 {
  margin-bottom: 105px;
}

.u-mb110 {
  margin-bottom: 110px;
}

.u-mb115 {
  margin-bottom: 115px;
}

.u-mb120 {
  margin-bottom: 120px;
}

.u-mb125 {
  margin-bottom: 125px;
}

.u-mb130 {
  margin-bottom: 130px;
}

.u-mb135 {
  margin-bottom: 135px;
}

.u-mb140 {
  margin-bottom: 140px;
}

.u-mb145 {
  margin-bottom: 145px;
}

.u-mb150 {
  margin-bottom: 150px;
}

.u-mb155 {
  margin-bottom: 155px;
}

.u-mb160 {
  margin-bottom: 160px;
}

.u-mb165 {
  margin-bottom: 165px;
}

.u-mb170 {
  margin-bottom: 170px;
}

.u-mb175 {
  margin-bottom: 175px;
}

.u-mb180 {
  margin-bottom: 180px;
}

.u-mb185 {
  margin-bottom: 185px;
}

.u-mb190 {
  margin-bottom: 190px;
}

.u-mb195 {
  margin-bottom: 195px;
}

.u-mb200 {
  margin-bottom: 200px;
}

.u-mb205 {
  margin-bottom: 205px;
}

.u-mb210 {
  margin-bottom: 210px;
}

.u-mb215 {
  margin-bottom: 215px;
}

.u-mb220 {
  margin-bottom: 220px;
}

.u-mb225 {
  margin-bottom: 225px;
}

.u-mb230 {
  margin-bottom: 230px;
}

.u-mb235 {
  margin-bottom: 235px;
}

.u-mb240 {
  margin-bottom: 240px;
}

.u-mb245 {
  margin-bottom: 245px;
}

.u-mb250 {
  margin-bottom: 250px;
}

.u-mb255 {
  margin-bottom: 255px;
}

.u-mb260 {
  margin-bottom: 260px;
}

.u-mb265 {
  margin-bottom: 265px;
}

.u-mb270 {
  margin-bottom: 270px;
}

.u-mb275 {
  margin-bottom: 275px;
}

.u-mb280 {
  margin-bottom: 280px;
}

.u-mb285 {
  margin-bottom: 285px;
}

.u-mb290 {
  margin-bottom: 290px;
}

.u-mb295 {
  margin-bottom: 295px;
}

.u-mb300 {
  margin-bottom: 300px;
}

.u-ml0 {
  margin-left: 0px;
}

.u-ml5 {
  margin-left: 5px;
}

.u-ml10 {
  margin-left: 10px;
}

.u-ml15 {
  margin-left: 15px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-ml25 {
  margin-left: 25px;
}

.u-ml30 {
  margin-left: 30px;
}

.u-ml35 {
  margin-left: 35px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-ml45 {
  margin-left: 45px;
}

.u-ml50 {
  margin-left: 50px;
}

.u-ml55 {
  margin-left: 55px;
}

.u-ml60 {
  margin-left: 60px;
}

.u-ml65 {
  margin-left: 65px;
}

.u-ml70 {
  margin-left: 70px;
}

.u-ml75 {
  margin-left: 75px;
}

.u-ml80 {
  margin-left: 80px;
}

.u-ml85 {
  margin-left: 85px;
}

.u-ml90 {
  margin-left: 90px;
}

.u-ml95 {
  margin-left: 95px;
}

.u-ml100 {
  margin-left: 100px;
}

.u-ml105 {
  margin-left: 105px;
}

.u-ml110 {
  margin-left: 110px;
}

.u-ml115 {
  margin-left: 115px;
}

.u-ml120 {
  margin-left: 120px;
}

.u-ml125 {
  margin-left: 125px;
}

.u-ml130 {
  margin-left: 130px;
}

.u-ml135 {
  margin-left: 135px;
}

.u-ml140 {
  margin-left: 140px;
}

.u-ml145 {
  margin-left: 145px;
}

.u-ml150 {
  margin-left: 150px;
}

.u-ml155 {
  margin-left: 155px;
}

.u-ml160 {
  margin-left: 160px;
}

.u-ml165 {
  margin-left: 165px;
}

.u-ml170 {
  margin-left: 170px;
}

.u-ml175 {
  margin-left: 175px;
}

.u-ml180 {
  margin-left: 180px;
}

.u-ml185 {
  margin-left: 185px;
}

.u-ml190 {
  margin-left: 190px;
}

.u-ml195 {
  margin-left: 195px;
}

.u-ml200 {
  margin-left: 200px;
}

.u-ml205 {
  margin-left: 205px;
}

.u-ml210 {
  margin-left: 210px;
}

.u-ml215 {
  margin-left: 215px;
}

.u-ml220 {
  margin-left: 220px;
}

.u-ml225 {
  margin-left: 225px;
}

.u-ml230 {
  margin-left: 230px;
}

.u-ml235 {
  margin-left: 235px;
}

.u-ml240 {
  margin-left: 240px;
}

.u-ml245 {
  margin-left: 245px;
}

.u-ml250 {
  margin-left: 250px;
}

.u-ml255 {
  margin-left: 255px;
}

.u-ml260 {
  margin-left: 260px;
}

.u-ml265 {
  margin-left: 265px;
}

.u-ml270 {
  margin-left: 270px;
}

.u-ml275 {
  margin-left: 275px;
}

.u-ml280 {
  margin-left: 280px;
}

.u-ml285 {
  margin-left: 285px;
}

.u-ml290 {
  margin-left: 290px;
}

.u-ml295 {
  margin-left: 295px;
}

.u-ml300 {
  margin-left: 300px;
}

.u-mr0 {
  margin-right: 0px;
}

.u-mr5 {
  margin-right: 5px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-mr15 {
  margin-right: 15px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-mr25 {
  margin-right: 25px;
}

.u-mr30 {
  margin-right: 30px;
}

.u-mr35 {
  margin-right: 35px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-mr45 {
  margin-right: 45px;
}

.u-mr50 {
  margin-right: 50px;
}

.u-mr55 {
  margin-right: 55px;
}

.u-mr60 {
  margin-right: 60px;
}

.u-mr65 {
  margin-right: 65px;
}

.u-mr70 {
  margin-right: 70px;
}

.u-mr75 {
  margin-right: 75px;
}

.u-mr80 {
  margin-right: 80px;
}

.u-mr85 {
  margin-right: 85px;
}

.u-mr90 {
  margin-right: 90px;
}

.u-mr95 {
  margin-right: 95px;
}

.u-mr100 {
  margin-right: 100px;
}

.u-mr105 {
  margin-right: 105px;
}

.u-mr110 {
  margin-right: 110px;
}

.u-mr115 {
  margin-right: 115px;
}

.u-mr120 {
  margin-right: 120px;
}

.u-mr125 {
  margin-right: 125px;
}

.u-mr130 {
  margin-right: 130px;
}

.u-mr135 {
  margin-right: 135px;
}

.u-mr140 {
  margin-right: 140px;
}

.u-mr145 {
  margin-right: 145px;
}

.u-mr150 {
  margin-right: 150px;
}

.u-mr155 {
  margin-right: 155px;
}

.u-mr160 {
  margin-right: 160px;
}

.u-mr165 {
  margin-right: 165px;
}

.u-mr170 {
  margin-right: 170px;
}

.u-mr175 {
  margin-right: 175px;
}

.u-mr180 {
  margin-right: 180px;
}

.u-mr185 {
  margin-right: 185px;
}

.u-mr190 {
  margin-right: 190px;
}

.u-mr195 {
  margin-right: 195px;
}

.u-mr200 {
  margin-right: 200px;
}

.u-mr205 {
  margin-right: 205px;
}

.u-mr210 {
  margin-right: 210px;
}

.u-mr215 {
  margin-right: 215px;
}

.u-mr220 {
  margin-right: 220px;
}

.u-mr225 {
  margin-right: 225px;
}

.u-mr230 {
  margin-right: 230px;
}

.u-mr235 {
  margin-right: 235px;
}

.u-mr240 {
  margin-right: 240px;
}

.u-mr245 {
  margin-right: 245px;
}

.u-mr250 {
  margin-right: 250px;
}

.u-mr255 {
  margin-right: 255px;
}

.u-mr260 {
  margin-right: 260px;
}

.u-mr265 {
  margin-right: 265px;
}

.u-mr270 {
  margin-right: 270px;
}

.u-mr275 {
  margin-right: 275px;
}

.u-mr280 {
  margin-right: 280px;
}

.u-mr285 {
  margin-right: 285px;
}

.u-mr290 {
  margin-right: 290px;
}

.u-mr295 {
  margin-right: 295px;
}

.u-mr300 {
  margin-right: 300px;
}

/* ========================================
  New Line
======================================== */
.u-newLine-pc::before {
  content: none;
}

.u-newLine-sp::before {
  content: "\a";
  white-space: pre;
}

.u-newLine-no {
  white-space: nowrap;
}

/* ========================================
  Padding
======================================== */
.u-pt0 {
  padding-top: 0px;
}

.u-pt5 {
  padding-top: 5px;
}

.u-pt10 {
  padding-top: 10px;
}

.u-pt15 {
  padding-top: 15px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pt25 {
  padding-top: 25px;
}

.u-pt30 {
  padding-top: 30px;
}

.u-pt35 {
  padding-top: 35px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pt45 {
  padding-top: 45px;
}

.u-pt50 {
  padding-top: 50px;
}

.u-pt55 {
  padding-top: 55px;
}

.u-pt60 {
  padding-top: 60px;
}

.u-pt65 {
  padding-top: 65px;
}

.u-pt70 {
  padding-top: 70px;
}

.u-pt75 {
  padding-top: 75px;
}

.u-pt80 {
  padding-top: 80px;
}

.u-pt85 {
  padding-top: 85px;
}

.u-pt90 {
  padding-top: 90px;
}

.u-pt95 {
  padding-top: 95px;
}

.u-pt100 {
  padding-top: 100px;
}

.u-pt105 {
  padding-top: 105px;
}

.u-pt110 {
  padding-top: 110px;
}

.u-pt115 {
  padding-top: 115px;
}

.u-pt120 {
  padding-top: 120px;
}

.u-pt125 {
  padding-top: 125px;
}

.u-pt130 {
  padding-top: 130px;
}

.u-pt135 {
  padding-top: 135px;
}

.u-pt140 {
  padding-top: 140px;
}

.u-pt145 {
  padding-top: 145px;
}

.u-pt150 {
  padding-top: 150px;
}

.u-pt155 {
  padding-top: 155px;
}

.u-pt160 {
  padding-top: 160px;
}

.u-pt165 {
  padding-top: 165px;
}

.u-pt170 {
  padding-top: 170px;
}

.u-pt175 {
  padding-top: 175px;
}

.u-pt180 {
  padding-top: 180px;
}

.u-pt185 {
  padding-top: 185px;
}

.u-pt190 {
  padding-top: 190px;
}

.u-pt195 {
  padding-top: 195px;
}

.u-pt200 {
  padding-top: 200px;
}

.u-pt205 {
  padding-top: 205px;
}

.u-pt210 {
  padding-top: 210px;
}

.u-pt215 {
  padding-top: 215px;
}

.u-pt220 {
  padding-top: 220px;
}

.u-pt225 {
  padding-top: 225px;
}

.u-pt230 {
  padding-top: 230px;
}

.u-pt235 {
  padding-top: 235px;
}

.u-pt240 {
  padding-top: 240px;
}

.u-pt245 {
  padding-top: 245px;
}

.u-pt250 {
  padding-top: 250px;
}

.u-pt255 {
  padding-top: 255px;
}

.u-pt260 {
  padding-top: 260px;
}

.u-pt265 {
  padding-top: 265px;
}

.u-pt270 {
  padding-top: 270px;
}

.u-pt275 {
  padding-top: 275px;
}

.u-pt280 {
  padding-top: 280px;
}

.u-pt285 {
  padding-top: 285px;
}

.u-pt290 {
  padding-top: 290px;
}

.u-pt295 {
  padding-top: 295px;
}

.u-pt300 {
  padding-top: 300px;
}

.u-pb0 {
  padding-bottom: 0px;
}

.u-pb5 {
  padding-bottom: 5px;
}

.u-pb10 {
  padding-bottom: 10px;
}

.u-pb15 {
  padding-bottom: 15px;
}

.u-pb20 {
  padding-bottom: 20px;
}

.u-pb25 {
  padding-bottom: 25px;
}

.u-pb30 {
  padding-bottom: 30px;
}

.u-pb35 {
  padding-bottom: 35px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-pb45 {
  padding-bottom: 45px;
}

.u-pb50 {
  padding-bottom: 50px;
}

.u-pb55 {
  padding-bottom: 55px;
}

.u-pb60 {
  padding-bottom: 60px;
}

.u-pb65 {
  padding-bottom: 65px;
}

.u-pb70 {
  padding-bottom: 70px;
}

.u-pb75 {
  padding-bottom: 75px;
}

.u-pb80 {
  padding-bottom: 80px;
}

.u-pb85 {
  padding-bottom: 85px;
}

.u-pb90 {
  padding-bottom: 90px;
}

.u-pb95 {
  padding-bottom: 95px;
}

.u-pb100 {
  padding-bottom: 100px;
}

.u-pb105 {
  padding-bottom: 105px;
}

.u-pb110 {
  padding-bottom: 110px;
}

.u-pb115 {
  padding-bottom: 115px;
}

.u-pb120 {
  padding-bottom: 120px;
}

.u-pb125 {
  padding-bottom: 125px;
}

.u-pb130 {
  padding-bottom: 130px;
}

.u-pb135 {
  padding-bottom: 135px;
}

.u-pb140 {
  padding-bottom: 140px;
}

.u-pb145 {
  padding-bottom: 145px;
}

.u-pb150 {
  padding-bottom: 150px;
}

.u-pb155 {
  padding-bottom: 155px;
}

.u-pb160 {
  padding-bottom: 160px;
}

.u-pb165 {
  padding-bottom: 165px;
}

.u-pb170 {
  padding-bottom: 170px;
}

.u-pb175 {
  padding-bottom: 175px;
}

.u-pb180 {
  padding-bottom: 180px;
}

.u-pb185 {
  padding-bottom: 185px;
}

.u-pb190 {
  padding-bottom: 190px;
}

.u-pb195 {
  padding-bottom: 195px;
}

.u-pb200 {
  padding-bottom: 200px;
}

.u-pb205 {
  padding-bottom: 205px;
}

.u-pb210 {
  padding-bottom: 210px;
}

.u-pb215 {
  padding-bottom: 215px;
}

.u-pb220 {
  padding-bottom: 220px;
}

.u-pb225 {
  padding-bottom: 225px;
}

.u-pb230 {
  padding-bottom: 230px;
}

.u-pb235 {
  padding-bottom: 235px;
}

.u-pb240 {
  padding-bottom: 240px;
}

.u-pb245 {
  padding-bottom: 245px;
}

.u-pb250 {
  padding-bottom: 250px;
}

.u-pb255 {
  padding-bottom: 255px;
}

.u-pb260 {
  padding-bottom: 260px;
}

.u-pb265 {
  padding-bottom: 265px;
}

.u-pb270 {
  padding-bottom: 270px;
}

.u-pb275 {
  padding-bottom: 275px;
}

.u-pb280 {
  padding-bottom: 280px;
}

.u-pb285 {
  padding-bottom: 285px;
}

.u-pb290 {
  padding-bottom: 290px;
}

.u-pb295 {
  padding-bottom: 295px;
}

.u-pb300 {
  padding-bottom: 300px;
}

.u-pl0 {
  padding-left: 0px;
}

.u-pl5 {
  padding-left: 5px;
}

.u-pl10 {
  padding-left: 10px;
}

.u-pl15 {
  padding-left: 15px;
}

.u-pl20 {
  padding-left: 20px;
}

.u-pl25 {
  padding-left: 25px;
}

.u-pl30 {
  padding-left: 30px;
}

.u-pl35 {
  padding-left: 35px;
}

.u-pl40 {
  padding-left: 40px;
}

.u-pl45 {
  padding-left: 45px;
}

.u-pl50 {
  padding-left: 50px;
}

.u-pl55 {
  padding-left: 55px;
}

.u-pl60 {
  padding-left: 60px;
}

.u-pl65 {
  padding-left: 65px;
}

.u-pl70 {
  padding-left: 70px;
}

.u-pl75 {
  padding-left: 75px;
}

.u-pl80 {
  padding-left: 80px;
}

.u-pl85 {
  padding-left: 85px;
}

.u-pl90 {
  padding-left: 90px;
}

.u-pl95 {
  padding-left: 95px;
}

.u-pl100 {
  padding-left: 100px;
}

.u-pl105 {
  padding-left: 105px;
}

.u-pl110 {
  padding-left: 110px;
}

.u-pl115 {
  padding-left: 115px;
}

.u-pl120 {
  padding-left: 120px;
}

.u-pl125 {
  padding-left: 125px;
}

.u-pl130 {
  padding-left: 130px;
}

.u-pl135 {
  padding-left: 135px;
}

.u-pl140 {
  padding-left: 140px;
}

.u-pl145 {
  padding-left: 145px;
}

.u-pl150 {
  padding-left: 150px;
}

.u-pl155 {
  padding-left: 155px;
}

.u-pl160 {
  padding-left: 160px;
}

.u-pl165 {
  padding-left: 165px;
}

.u-pl170 {
  padding-left: 170px;
}

.u-pl175 {
  padding-left: 175px;
}

.u-pl180 {
  padding-left: 180px;
}

.u-pl185 {
  padding-left: 185px;
}

.u-pl190 {
  padding-left: 190px;
}

.u-pl195 {
  padding-left: 195px;
}

.u-pl200 {
  padding-left: 200px;
}

.u-pl205 {
  padding-left: 205px;
}

.u-pl210 {
  padding-left: 210px;
}

.u-pl215 {
  padding-left: 215px;
}

.u-pl220 {
  padding-left: 220px;
}

.u-pl225 {
  padding-left: 225px;
}

.u-pl230 {
  padding-left: 230px;
}

.u-pl235 {
  padding-left: 235px;
}

.u-pl240 {
  padding-left: 240px;
}

.u-pl245 {
  padding-left: 245px;
}

.u-pl250 {
  padding-left: 250px;
}

.u-pl255 {
  padding-left: 255px;
}

.u-pl260 {
  padding-left: 260px;
}

.u-pl265 {
  padding-left: 265px;
}

.u-pl270 {
  padding-left: 270px;
}

.u-pl275 {
  padding-left: 275px;
}

.u-pl280 {
  padding-left: 280px;
}

.u-pl285 {
  padding-left: 285px;
}

.u-pl290 {
  padding-left: 290px;
}

.u-pl295 {
  padding-left: 295px;
}

.u-pl300 {
  padding-left: 300px;
}

.u-pr0 {
  padding-right: 0px;
}

.u-pr5 {
  padding-right: 5px;
}

.u-pr10 {
  padding-right: 10px;
}

.u-pr15 {
  padding-right: 15px;
}

.u-pr20 {
  padding-right: 20px;
}

.u-pr25 {
  padding-right: 25px;
}

.u-pr30 {
  padding-right: 30px;
}

.u-pr35 {
  padding-right: 35px;
}

.u-pr40 {
  padding-right: 40px;
}

.u-pr45 {
  padding-right: 45px;
}

.u-pr50 {
  padding-right: 50px;
}

.u-pr55 {
  padding-right: 55px;
}

.u-pr60 {
  padding-right: 60px;
}

.u-pr65 {
  padding-right: 65px;
}

.u-pr70 {
  padding-right: 70px;
}

.u-pr75 {
  padding-right: 75px;
}

.u-pr80 {
  padding-right: 80px;
}

.u-pr85 {
  padding-right: 85px;
}

.u-pr90 {
  padding-right: 90px;
}

.u-pr95 {
  padding-right: 95px;
}

.u-pr100 {
  padding-right: 100px;
}

.u-pr105 {
  padding-right: 105px;
}

.u-pr110 {
  padding-right: 110px;
}

.u-pr115 {
  padding-right: 115px;
}

.u-pr120 {
  padding-right: 120px;
}

.u-pr125 {
  padding-right: 125px;
}

.u-pr130 {
  padding-right: 130px;
}

.u-pr135 {
  padding-right: 135px;
}

.u-pr140 {
  padding-right: 140px;
}

.u-pr145 {
  padding-right: 145px;
}

.u-pr150 {
  padding-right: 150px;
}

.u-pr155 {
  padding-right: 155px;
}

.u-pr160 {
  padding-right: 160px;
}

.u-pr165 {
  padding-right: 165px;
}

.u-pr170 {
  padding-right: 170px;
}

.u-pr175 {
  padding-right: 175px;
}

.u-pr180 {
  padding-right: 180px;
}

.u-pr185 {
  padding-right: 185px;
}

.u-pr190 {
  padding-right: 190px;
}

.u-pr195 {
  padding-right: 195px;
}

.u-pr200 {
  padding-right: 200px;
}

.u-pr205 {
  padding-right: 205px;
}

.u-pr210 {
  padding-right: 210px;
}

.u-pr215 {
  padding-right: 215px;
}

.u-pr220 {
  padding-right: 220px;
}

.u-pr225 {
  padding-right: 225px;
}

.u-pr230 {
  padding-right: 230px;
}

.u-pr235 {
  padding-right: 235px;
}

.u-pr240 {
  padding-right: 240px;
}

.u-pr245 {
  padding-right: 245px;
}

.u-pr250 {
  padding-right: 250px;
}

.u-pr255 {
  padding-right: 255px;
}

.u-pr260 {
  padding-right: 260px;
}

.u-pr265 {
  padding-right: 265px;
}

.u-pr270 {
  padding-right: 270px;
}

.u-pr275 {
  padding-right: 275px;
}

.u-pr280 {
  padding-right: 280px;
}

.u-pr285 {
  padding-right: 285px;
}

.u-pr290 {
  padding-right: 290px;
}

.u-pr295 {
  padding-right: 295px;
}

.u-pr300 {
  padding-right: 300px;
}

/* ========================================
  Shame リファクタリングを前提とするコード
  https://csswizardry.com/2013/04/shame-css/
======================================== */
/* ==========================================================================
  Print
  http://www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media (max-width: 1200px){
  .l-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1000px){
  .l-wrap--md {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-footer__inner {
    flex-direction: column-reverse;
  }
  .p-lipps .l-footer__info {
    margin-top: 40px;
  }
}
@media screen and (max-width: 719px){
  .l-wrap, .l-wrap--md {
    padding-right: 0;
    padding-left: 0;
  }
  .l-footer__inner {
    flex-direction: column;
  }
  a.c-btn:hover, a.c-btn-sub:hover, a.c-btn-main:hover {
    opacity: 1;
  }
  .c-subheader {
    display: block;
  }
  .c-header-nav {
    display: none;
  }
  .p-top__title-wrap {
    text-align: left;
    margin-bottom: 25px;
  }
  .p-top__title-text {
    font-size: 42px;
    padding-left: 32px;
    padding-bottom: 0;
  }
  .p-top__title-text::before {
    width: 6px;
    height: 40px;
    left: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
  .p-top__text--external-link:hover {
    opacity: 1;
  }
  .p-top__mv-inner {
    padding-bottom: 16px;
  }
  .p-top__mv-inner--ver2 {
    padding: 10px 16px 28px;
  }
  .p-top__mv-text {
    margin-top: 21px;
  }
  .p-top__mv-text span {
    display: block;
  }
  .p-top__style {
    padding-top: 30px;
  }
  .p-top__style::before {
    background-image: url("https://d2w53g1q050m78.cloudfront.net/lippsproductcom/uploads/src/assets/img/pages/top/bg_natural_light_sp.png");
    width: 636px;
    height: 657px;
    right: -103px;
    top: -79px;
  }
  .p-top__style-inner {
    padding-bottom: 20px;
  }
  .p-top__style-ranking-img-item {
    height: auto;
  }
  .p-top__style-info-block {
    width: 88%;
    margin-left: auto;
    top: -36px;
    background-color: transparent;
    background-image: linear-gradient(to bottom, transparent 0%, transparent 36px, #ffffff 36px, #ffffff 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 44px), calc(100% - 44px) 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 44px), calc(100% - 44px) 100%, 0 100%);
    box-shadow: 0 3px 32px rgba(0, 0, 0, 0.05);
    z-index: 10;
  }
  .p-top__style-info-item {
    padding: 36px 32px 25px;
  }
  .p-top__marquee-keyword {
    font-size: 16px;
  }
  .p-top__marquee-keyword + .p-top__marquee-keyword {
    margin-left: 26px;
  }
  .p-top__marquee-slideshow-keyword + .p-top__marquee-slideshow-keyword {
    margin-left: 26px;
  }
  .p-top__marquee-slideshow.is-animation {
    animation: loop-slide 20s infinite linear 1s both;
  }
  .p-top__marquee-slideshow2.is-animation {
    animation: loop-slide 20s infinite linear 1s both;
  }
  .slide-paused:hover .p-top__marquee-slideshow {
    animation-play-state: running;
  }
  .p-top__marquee-slideshow2 ul + ul {
    margin-left: 26px;
  }
  .p-top__style-marquee-keyword-list + .p-top__style-marquee-keyword-list {
    margin-left: 17px;
  }
  .p-top__style-marquee-keyword-item {
    width: 86px;
  }
  .p-top__style-marquee-keyword-item + .p-top__style-marquee-keyword-item {
    margin-left: 17px;
  }
  .p-top__style-marquee-keyword-link {
    flex-direction: column;
  }
  .p-top__keyword {
    padding-bottom: 40px;
  }
  .p-top__keyword-img-wrap {
    width: 72px;
    height: 72px;
  }
  .p-top__keyword-info {
    margin-left: 0;
    text-align: center;
  }
  .p-top__keyword-info span {
    font-size: 12px;
  }
  .p-top__keyword-info p {
    font-size: 12px;
  }
  .p-top__keyword-info .sp {
    display: block;
  }
  .p-top__item-area {
    padding-top: 30px;
  }
  .p-top__item-title-box-wrap {
    text-align: left;
    margin-bottom: 34px;
    padding-left: 32px;
  }
  .p-top__item-title-box {
    padding: 4px 10px;
    font-size: 16px;
    border: solid 1px #000000;
  }
  .p-top__item-title-box::before {
    content: "";
    width: 9px;
    height: 3px;
    background-color: #ffffff;
    bottom: -2px;
    right: 37px;
    position: absolute;
  }
  .p-top__item-title-box::after {
    content: "";
    width: 14px;
    height: 1px;
    background-color: #000000;
    transform: rotate(-45deg);
    position: absolute;
    right: 35px;
    bottom: -6px;
  }
  .p-top__product-list {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-left: 32px;
    padding-bottom: 10px;
  }
  .p-top__product-list--ranking {
    margin-bottom: 0;
  }
  .p-top__product-list--ranking .p-top__product-item {
    margin-bottom: 0;
  }
  .p-top__product-list--ranking .p-top__product-item:nth-child(-n+3) {
    width: 144px;
    margin-left: 16px;
    margin-right: 0;
  }
  .p-top__product-list--ranking .p-top__product-item:nth-child(-n+3) .p-top__style-ranking-indicator {
    padding-left: 10px;
    padding-top: 3px;
    font-size: 16px;
  }
  .p-top__product-list--ranking .p-top__product-item:nth-child(-n+3) .p-top__style-ranking-indicator::before {
    border-width: 44px 44px 0 0;
  }
  .p-top__product-list--ranking .p-top__product-item:nth-child(-n+3) .c-product_item__inner__title {
    font-size: 14px;
  }
  .p-top__product-list--ranking .p-top__product-item:nth-child(-n+3) .c-product_item__inner__category {
    font-size: 12px;
  }
  .p-top__product-list--ranking .p-top__product-item:nth-child(-n+3) .c-product_item__inner__price {
    font-size: 14px;
  }
  .p-top__product-list--ranking .p-top__product-item:nth-child(-n+3) .p-top__product-eyecatch {
    width: 144px;
    height: 144px;
    max-height: auto;
  }
  .p-top__product-list--ranking .p-top__product-item:nth-child(-n+3) .p-top__product-eyecatch::before {
    height: 40px;
  }
  .p-top__product-list--ranking .p-top__product-item:nth-child(1) {
    margin-left: 0;
  }
  .p-top__product-list--ranking .p-top__product-item:nth-child(n+4) {
    width: 144px;
    margin-left: 16px;
    margin-right: 0;
  }
  .p-top__product-list--ranking .p-top__product-item:nth-child(n+4) .p-top__product-eyecatch {
    width: 144px;
    height: 144px;
    max-height: auto;
  }
  .p-top__product-list--ranking .p-top__product-item:nth-child(n+4) .p-top__product-eyecatch::before {
    height: 40px;
  }
  .p-top__product-list + .p-top__btn-wrap {
    margin-top: 40px;
  }
  .p-top__product-eyecatch {
    width: 144px;
    height: 144px;
  }
  .p-top__season-pickup {
    margin-top: 72px;
  }
  .p-top__season-pickup.is-ver1 .p-top__product-item + .p-top__product-item {
    margin-left: 16px;
  }
  .p-top__season-pickup.is-ver1 .p-top__product-item.swiper-slide {
    width: 144px;
  }
  .p-top__season-pickup.is-ver1 .p-top__product-eyecatch {
    width: 144px;
    height: 144px;
    max-height: auto;
  }
  .p-top__season-pickup.is-ver1 .p-top__product-eyecatch::before {
    height: 40px;
  }
  .p-top__season-pickup.is-ver1 .p-top__season-pickup-swiper-wrap {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  .p-top__season-pickup.is-ver1 .p-top__season-pickup-swiper-wrap + .p-top__btn-wrap {
    margin-top: 40px;
  }
  .p-top__season-pickup.is-ver1 .pickup-swiper-button-prev {
    display: none;
  }
  .p-top__season-pickup.is-ver1 .pickup-swiper-button-next {
    display: none;
  }
  .p-top__season-pickup.is-ver2 .p-top__item-title-box-wrap {
    margin-bottom: 27px;
  }
  .p-top__season-pickup.is-ver2 .p-top__product-list {
    justify-content: flex-start;
  }
  .p-top__season-pickup.is-ver2 .p-top__product-item {
    flex-shrink: 0;
  }
  .p-top__season-pickup.is-ver2 .p-top__product-item {
    width: 144px;
    margin-right: 0;
  }
  .p-top__season-pickup.is-ver2 .p-top__product-item:first-child {
    display: block;
  }
  .p-top__season-pickup.is-ver2 .p-top__product-item + .p-top__product-item {
    margin-left: 16px;
  }
  .p-top__season-pickup.is-ver2 .p-top__product-item .p-top__product-eyecatch {
    width: 144px;
    height: 144px;
    max-height: auto;
  }
  .p-top__season-pickup.is-ver2 .p-top__product-item .p-top__product-eyecatch::before {
    height: 40px;
  }
  .p-top__season-pickup.is-ver3 .p-top__item-title-box-wrap {
    margin-bottom: 27px;
  }
  .p-top__season-pickup.is-ver3 .p-top__product-list {
    justify-content: flex-start;
  }
  .p-top__season-pickup.is-ver3 .p-top__product-item {
    max-width: auto;
    width: 144px;
    flex-shrink: 0;
  }
  .p-top__season-pickup.is-ver3 .p-top__product-item + .p-top__product-item {
    margin-left: 16px;
  }
  .p-top__season-pickup.is-ver3 .p-top__product-eyecatch {
    width: 144px;
    height: 144px;
    max-height: auto;
  }
  .p-top__season-pickup.is-ver3 .p-top__product-eyecatch::before {
    height: 40px;
  }
  .p-top__season-pickup-main-item {
    display: none;
  }
  .p-top__season-pickup-name {
    display: none;
  }
  .p-top__season-pickup-text {
    display: none;
  }
  .p-top__season-pickup-contents-img {
    display: none;
  }
  .p-top__season-pickup-contents-info {
    width: 100%;
    margin-left: 0;
  }
  .p-top__category {
    padding-bottom: 64px;
    margin-top:0px;
    <!--margin-top: 72px;-->
  }
  .p-top__category-list {
    padding: 0 32px;
    flex-direction: column;
    margin-bottom: 0;
  }
  .p-top__category-list + .p-top__btn-wrap {
    margin-top: 32px;
  }
  .p-top__category-item {
    width: 100%;
    margin-bottom: 0;
  }
  .p-top__category-item + .p-top__category-item {
    margin-left: 0;
  }
  .p-top__category-text-block {
    max-width: 304px;
    padding: 16px 0 8px 10px;
    width: 100%;
    left: -10px;
    top: -32px;
    margin: 0;
    text-align: left;
  }
  .p-top__other-area::before {
    background-image: url("https://d2w53g1q050m78.cloudfront.net/lippsproductcom/uploads/src/assets/img/pages/top/bg_natural_light_sp.png");
    width: 636px;
    height: 657px;
    right: -103px;
    top: -103px;
  }
  .p-top__photo {
    padding-top: 30px;
  }
  .p-top__photo::before {
    background-image: url("https://d2w53g1q050m78.cloudfront.net/lippsproductcom/uploads/src/assets/img/pages/top/bg_natural_light_sp.png");
    width: 636px;
    height: 657px;
    right: -135px;
    top: 0;
  }
  .p-top__photo-contents {
    padding: 0 32px;
  }
  .p-top__photo-text {
    font-size: 12px;
    text-align: left;
    margin-bottom: 16px;
  }
  .p-top__photo-grid-item {
    width: calc(33.333% - 6px);
    padding-top: calc(33.333% - 6px);
  }
  .p-top__photo-grid-item:nth-child(n+10) {
    display: none;
  }
  .p-top__photo-link-wrap {
    text-align: left;
  }
  .p-top__about {
    margin-top: 0px;
    padding-bottom: 152px;
  }
  .p-top__about-contents {
    padding: 0 32px;
    flex-direction: column;
  }
  .p-top__about-contents-img-area {
    width: 100%;
  }
  .p-top__about-contents-img-area + .p-top__about-contents-text-area {
    margin-left: 0;
    margin-top: 45px;
  }
  .p-top__about-contents-text-area {
    padding-top: 0;
    width: 100%;
  }
  .p-top__about-copy img {
    max-width: 228px;
  }
  .p-top__about-copy + .p-top__about-text {
    margin-top: 37px;
  }
  .p-top__about-text img {
    max-width: 228px;
  }
  .p-top__about-text + .c-btn {
    margin-top: 40px;
  }
  .p-top__other-link-list {
    margin-top: 64px;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 32px;
  }
  .p-top__other-link-item {
    width: 100%;
  }
  .p-top__other-link-item + .p-top__other-link-item {
    margin-top: 8px;
    margin-left: 0;
  }
  .p-top__other-link:hover {
    opacity: 1;
  }
  .p-top__styleranking-inner {
    flex-direction: column;
    padding: 0 32px;
    box-shadow: none;
  }
  .p-top__styleranking-inner .style-swiper-button-prev {
    display: none;
  }
  .p-top__styleranking-inner .style-swiper-button-next {
    display: none;
  }
  #style-slider {
    overflow: visible;
    flex-shrink: 0;
  }
  #style-slider::before {
    display: block;
  }
  .p-top__designer-photo {
    width: 109px;
    height: 109px;
    position: absolute;
    left: 9px;
    top: 20px;
    z-index: 1;
    border: solid 4px #ffffff;
  }
  .p-top__designer-detail {
    margin-left: 90px;
    width: 58.0357142857%;
  }
  .p-top__designer-voice {
    display: none;
  }
  .p-top__designer-name .p-top__designer-place {
    margin-left: 0;
  }
  .p-top__designer-place {
    display: block;
  }
  .p-top__designer-comment {
    margin-top: 27px;
  }
  .p-top__designer-item {
    margin-top: 32px;
  }
  .p-top__designer-board {
    padding: 2px 0;
  }
  .p-top__designer-item-link {
    margin-top: 5px;
  }
  .p-top__designer-item-link::after {
    right: 0;
  }
  .p-top__designer-item-img {
    width: 70px;
    height: 70px;
  }
  .p-top__designer-item-info {
    margin-left: 4px;
    padding-right: 20px;
  }
  .p-top__designer-item-name {
    font-size: 12px;
  }
  .p-top__designer-item-price {
    font-size: 12px;
    margin-top: 5px;
  }
  .p-top__titleBlock .p-top__title-wrap::before, .p-top__titleBlock .p-top__title-wrap::after {
    font-size: 42px;
    padding-left: 32px;
  }
  .p-top__title-wrap {
    margin-left: 0;
    margin-right: 0;
  }
  .p-top__character-loop-wrap::before {
    bottom: -17px;
  }
  .p-top__character-loop-wrap li {
    width: 84px;
  }
  .p-top__character-loop-wrap li img {
    width: 60px;
  }
  .p-top__character-loop-wrap.is-animation ul:first-child {
    animation: loop 100s -50s linear infinite;
  }
  .p-top__character-loop-wrap.is-animation ul:last-child {
    animation: loop2 100s linear infinite;
  }
  .p-top__btn-wrap {
    padding: 0 32px;
  }
  .p-lipps .show-sp {
    display: block;
  }
  .p-lipps .l-header__inner {
    padding: 0 16px;
  }
  .p-lipps .l-header__inner__block__item:not(:last-child) {
    margin-right: 16px;
  }
  .p-lipps .l-footer {
    padding: 22px 32px 30px;
    padding-bottom: 0;
    flex-wrap: nowrap;
    margin-top: 124px;
  }
  .p-lipps .p-top + .l-footer,
  .p-lipps .p-detail + .l-footer,
  .p-lipps .p-productList + .l-footer {
    margin-top: 0;
  }
  .p-lipps .l-footer__menu {
    width: 100%;
  }
  .p-lipps .c-gmenu__container__inner {
    padding: 96px 20px 20px;
  }
  .p-lipps .p-search_menu__container__close {
    right: 20px;
  }
  .p-lipps .c-gmenu__container__close {
    right: 20px;
  }
  .p-lipps .l-footer__info__store {
    display: flex;
    flex-direction: column;
  }
  .p-lipps .l-footer__info__store .l-footer__info__store__sns {
    order: 1;
    margin-top: 16px;
    margin-bottom: 48px;
  }
  .p-lipps .l-footer__info__store .c-footer_menu {
    order: 2;
    margin-bottom: 48px;
  }
  .p-lipps .l-footer__info__store .l-footer__info__store__logo {
    order: 3;
    margin-bottom: 48px;
  }
  .p-lipps .l-footer__info__store .l-footer__info__store__logo img {
    width: 134px;
    height: auto;
    margin: 0 auto;
  }
  .p-lipps .l-footer__info__store__sns {
    justify-content: center;
  }
  .p-lipps .l-footer__info__store__sns__item {
    width: 22px;
  }
  .p-lipps .l-footer__info__store__sns__item:not(:last-child) {
    margin-right: 32px;
  }
  .p-lipps .c-footer_menu__list__item__inner {
    font-size: 12px;
  }
  .p-lipps .c-footer_menu {
    padding: 0;
    margin-bottom: 32px;
  }
  .p-lipps .c-footer_menu + .c-footer_menu {
    margin-left: 0;
  }
  .p-lipps .c-footer_menu__list.is-about {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 8px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .p-lipps .c-footer_menu__list.is-about .c-footer_menu__list__item__inner {
    padding: 0;
    font-size: 12px;
    letter-spacing: 0.05em;
  }
  .p-lipps .c-footer_menu__list.is-about .c-footer_menu__list__item {
    padding-right: 16px;
    border-right: solid 1px #efefef;
    border-top: none;
  }
  .p-lipps .c-footer_menu__list.is-about .c-footer_menu__list__item:nth-child(3) {
    padding-right: 0;
    border-right: none;
  }
  .p-lipps .c-footer_menu__list.is-about .c-footer_menu__list__item:last-child {
    border-right: none;
    border-bottom: none;
  }
  .p-lipps .c-footer_menu__list__item:not(:last-child) {
    margin-bottom: 0;
  }
  .p-lipps .c-footer_menu__list__item__inner {
    padding: 16px 0;
    font-size: 14px;
  }
  .p-lipps .c-footer_menu__list__item {
    border-top: solid 1px #efefef;
  }
  .p-lipps .c-footer_menu__list__item:last-child {
    border-bottom: solid 1px #efefef;
  }
  .p-lipps .c-footer_menu__list__item.has-arrow::before {
    display: block;
  }
  .p-lipps .c-footer_menu__list__item.has-external-link::before {
    display: block;
  }
  .p-lipps .c-footer_menu__list__item.has-external-link a::before {
    display: none;
  }
  .p-lipps .footer_body {
    order: 3;
    position: relative;
    padding: 5px 0;
  }
  .p-lipps .c-footer_menu__list--category {
    margin-top: 0;
  }
  .p-lipps .c-footer_menu__list--category .c-footer_menu__list__item:last-child, .p-lipps .c-footer_menu__list--category .c-footer_menu__list__item:nth-last-child(2) {
    width: 50%;
    display: inline-block;
    margin-top: 0;
  }
  .p-lipps .c-footer_menu__list--category .c-footer_menu__list__item:nth-last-child(2) {
    border-right: solid 1px #efefef;
    border-bottom: solid 1px #efefef;
  }
  .p-lipps .c-footer_menu__list--category .c-footer_menu__list__item:last-child {
    padding-left: 16px;
  }
  .p-lipps .c-footer_menu__list--category .c-footer_menu__list__item__inner img {
    width: 48px;
  }
  .p-lipps .c-footer_menu__title {
    margin-bottom: 16px;
  }
  .p-lipps .l-footer__info {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }
  .p-lipps .c-category_header {
    min-height: 200px;
  }
  .p-lipps .p-list_header {
    margin-top: -35px;
    padding-left: 0;
    padding-right: 0;
  }
  .p-lipps .p-list_header__inner .c-list_tool {
    margin-top: 39px;
    justify-content: flex-start;
  }
  .p-lipps .p-product_content__inner {
    padding-bottom: 30px;
  }
  .p-lipps .p-product_content__inner__info {
    margin-top: 46px;
  }
  .p-lipps section.p-recommend_product {
    padding-top: 48px;
  }
  .p-lipps .p-recommend_product__inner .p-product_slider .slick-dots li {
    width: 26px;
    height: 4px;
    margin: 0 2px;
  }
  .p-lipps .p-recommend_product__inner .p-product_slider .slick-dots li button {
    width: 26px;
    height: 4px;
  }
  .p-lipps .p-recommend_product__inner .p-product_slider .slick-arrow {
    width: 7px;
    height: 7px;
  }
  .p-lipps .p-recommend_product__inner__title__en {
    font-size: 24px !important;
  }
  .p-lipps .p-recommend_product__inner__title__jp {
    font-size: 12px !important;
  }
  .p-lipps .p-list_header__inner__title {
    font-size: 24px !important;
    margin-bottom: 0;
  }
  .p-lipps .p-list_description {
    text-align: center;
    font-size: 14px;
  }
  .p-lipps .c-list_tool__sort__label {
    margin-right: 17px;
  }
  .p-lipps .p-product__eyecatch {
    width: 100%;
    height: 44.358974359vw;
  }
  .p-lipps .p-product__eyecatch::before {
    height: 10.2564102564vw;
  }
  .p-lipps .p-favorite__list .p-product__eyecatch {
    width: 100%;
    height: 44.358974359vw;
  }
  .p-lipps .p-product_list .medium-up--one-5:nth-child(n+3) {
    margin-top: 56px;
  }
  .p-lipps .p-product_list .medium-up--one-5:nth-child(even) {
    margin-left: 12px;
  }
  .p-lipps .sales_price-include-tax-text {
    margin-left: 10px;
  }
  .p-lipps .p-detail__price-wrap {
    justify-content: space-between;
  }
  .p-lipps .p-detail__quantity-wrap {
    margin-left: 0;
  }
  .p-lipps .c-product_info__form__submit {
    width: 100% !important;
  }
  .p-lipps .c-product_info__share {
    margin-top: 34px;
  }
  .p-lipps .c-product_img__slider--thumbnail {
    padding: 0 32px;
  }
  .p-lipps .c-product_img__slider--main .c-product_img__item {
    width: 360px;
    height: 360px;
  }
  .p-lipps .c-product_img__slider--thumbnail .c-product_img__item {
    width: 62px;
    max-height: 62px;
  }
  .p-lipps .p-page_content__inner h2 {
    padding: 16px;
  }
  .p-lipps .p-page_content__textBlock {
    padding: 0 16px;
  }
  .p-lipps .p-page_header {
    margin-top: 60px;
  }
  .p-lipps .p-page_content {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 128px;
  }
  .p-lipps .p-faq,
  .p-lipps .p-page_table {
    margin-bottom: 128px;
  }
  .p-lipps .p-login__inner__login {
    padding-left: 0;
    position: static;
  }
  .p-lipps .p-login__inner__login .c-form_table > tbody > tr > th {
    position: static;
  }
  .p-lipps .control-alert + .p-account {
    margin-top: 100px;
  }
  .p-lipps .p-browsing_history__inner .c-product_item__button {
    font-size: 24px !important;
  }
  .p-lipps .p-browsing_history__inner .c-product_item__inner__content {
    margin-top: 30px;
  }
  .p-lipps .p-browsing_history__inner .p-product_slider .slick-dots li {
    width: 26px;
    height: 4px;
    margin: 0 2px;
  }
  .p-lipps .p-browsing_history__inner .p-product_slider .slick-dots li button {
    width: 26px;
    height: 4px;
  }
  .p-lipps .p-browsing_history__inner .p-product_slider .slick-arrow {
    width: 7px;
    height: 7px;
  }
  .p-gmenu__cart-item-link:hover {
    opacity: 1;
  }
  .p-detail__heading {
    margin-bottom: 32px;
  }
  .p-detail__heading span {
    font-size: 14px;
  }
  .p-detail__subscription-btn {
    width: 100%;
  }
  .p-detail__recommendStyle {
    padding-bottom: 30px;
  }
  .p-detail__recommendStyle-swiper .swiper-pagination {
    bottom: -30px !important;
  }
  .p-detail__recommendStyle-swiper .swiper-pagination-bullet {
    width: 26px !important;
    height: 4px !important;
  }
  .p-detail__stylistComment-contents {
    grid-template-columns: 42% 58%;
    grid-template-rows: 41% 59%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .p-detail__stylistComment-img {
    max-width: 120px;
    grid-area: 1/1/2/2;
    align-self: center;
  }
  .p-detail__stylist-account {
    grid-area: 1/2/2/3;
    flex-direction: column;
    justify-content: center;
  }
  .p-detail__stylist-account p {
    margin-right: 24px;
  }
  .p-detail__stylist-account p span {
    display: block;
    margin-left: 0;
  }
  .p-detail__stylistComment-text {
    grid-area: 2/1/3/3;
    margin-top: 34px;
  }
  .p-detail__stylist-instagram {
    margin-top: 8px;
  }
  .p-detail__specifications-table th, .p-detail__specifications-table td {
    padding: 15px 8px;
  }
  .p-detail__specifications-table th {
    width: 22.6993865031%;
  }
  .p-detail__specifications-table td {
    width: 77.3006134969%;
  }
  .p-cart__cashless {
    text-align: center;
  }
  .p-cart__cashless + .c-cart_submit__block {
    padding-top: 20px;
  }
  .p-cart__cashless-img {
    margin-left: auto;
    margin-right: auto;
  }
  .p-cookie-consent {
    flex-direction: column;
  }
  .p-cookie-text {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 768px){
  .l-header__inner {
    padding: 0 1.5rem;
  }
  .c-heading--lev1 {
    font-size: 3.8rem;
  }
  .c-heading--lv2 {
    font-size: 3rem;
  }
  .c-heading--lev3 {
    font-size: 2.6rem;
  }
  .c-heading--lev4 {
    font-size: 2rem;
  }
  .u-dsp-sp {
    display: none;
  }
  .u-dsp-pc {
    display: block;
  }
  .u-newLine-pc::before {
    content: "\a";
    white-space: pre;
  }
  .u-newLine-sp::before {
    content: none;
  }
}
@media (max-width: 800px){
  .c-header-nav {
    margin-right: 25px;
  }
  .c-header-nav__item + .c-header-nav__item {
    margin-left: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 1000px){
  .p-top__season-pickup-contents-img {
    width: 40%;
  }
}
@media screen and (min-width: 1400px){
  .p-lipps .l-header__inner {
    padding: 0;
  }
}
@media screen and (min-width: 1200px){
  .p-lipps .l-footer {
    padding: 64px 100px 104px;
  }
}
@media screen and (min-width: 720px) and (max-width: 1023px){
  .p-lipps .p-product_slider .p-product__eyecatch {
    width: 100%;
    height: 26.9794721408vw;
  }
}
@media screen and (min-width: 1280px){
  .p-lipps .p-product__eyecatch {
    width: 220px;
    height: 220px;
  }
  .p-lipps .p-product__eyecatch::before {
    height: 40px;
  }
  .p-lipps .p-favorite__list .p-product__eyecatch {
    width: 260px;
    height: 260px;
  }
}
@media screen and (min-width: 720px){
  .p-lipps .p-product_list .medium-up--one-5:not(:nth-child(5n+1)) {
    margin-left: 25px;
  }
  .p-lipps .p-product_list .medium-up--one-5 {
    width: calc((100% - 100px) / 5);
  }
  .p-lipps .p-product_list .medium-up--one-5:nth-child(n+6) {
    margin-top: 51px;
  }
  .p-lipps .c-product_item__inner__content {
    margin-top: 37px;
  }
}
@media screen and (max-width: 950px){
  .p-detail__spec {
    flex-direction: column;
  }
  .p-detail__spec p {
    width: 56px;
  }
  .p-detail__spec-sec {
    width: 100%;
  }
  .p-detail__spec-sec + .p-detail__spec-sec {
    margin-top: 8px;
  }
}
@media print{
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
