:root {
  --font-gothic: "YakuHanJPs", "yu-gothic-pr6n", "San Francisco", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  --font-mincho: "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3", "Hiragino Mincho Pro", "æ¸¸æ˜Žæœ", "Yu Mincho", "æ¸¸æ˜Žæœä½“", "YuMincho", "ï¼­ï¼³ ï¼°æ˜Žæœ", "MS PMincho", serif;
  --font-gothic-en: "YakuHanJPs", "neue-kabel", "yu-gothic-pr6n", "Hiragino Sans", sans-serif;
  --font-size-base: 1.2rem;
  --base-scale-width: 1550;
  --max-content-width: 3000px;
  --content-width-xl: 1366px;
  --content-width-lg: 1200px;
  --content-width-mdl: 1008px;
  --content-width-md: 774px;
  --content-width-sm: 620px;
  --content-grid-column-gap: 24px;
  --scroll-bar-width: 0.1px;
  --side-margin: 107px;
  --header-height: 116px;
  --color-white: #fff;
  --color-black: #000;
  --color-boston-university-red: #cb0000;
  --color-silver-chalice: #acacac;
  --color-hint-of-red: #fbf9fa;
  --color-wild-sand: #f6f3f5;
  --color-quill-gray: #d6d5d2;
  --color-fuscous-gray: #52514c;
  --color-pink-flare: #c9c3ba;
  --color-heather: #b6c4d2;
  --color-almond: #e7dacc;
  --color-gravel: #464749;
  --color-monsoon: #898989;
  --color-gray-nurse: #e8e8e8;
  --background-color: var(--color-white);
  --light-grey: var(--color-quill-gray);
  --medium-grey: var(--color-silver-chalice);
  --dark-grey: #454545;
  --line-color: #e5e5e5;
  --base-text-color: var(--color-fuscous-gray);
  --text-color1: var(--color-pink-flare);
  --introduction-text-color: var(--base-text-color);
  --link-hover-color2: #d2b0b2;
  --link-color: var(--base-text-color);
  --link-visited-color: var(--link-color);
  --link-hover-color: var(--link-color);
  --link-active-color: var(--link-color);
  --ease-in-sine: cubic-bezier(0.47, 0, 0.745, 0.715);
  --ease-out-sine: cubic-bezier(0.39, 0.575, 0.565, 1);
  --ease-in-out-sine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --ease-in-quad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-in-out-quad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --ease-in-cubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --ease-out-cubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --easein-out-cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --ease-in-quart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --ease-out-quart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --ease-in-out-quart: cubic-bezier(0.77, 0, 0.175, 1);
  --ease-in-quint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --ease-out-quint: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out-quint: cubic-bezier(0.86, 0, 0.07, 1);
  --ease-in-expo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-in-out-expo: cubic-bezier(1, 0, 0, 1);
  --ease-in-circ: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --ease-out-circ: cubic-bezier(0.075, 0.82, 0.165, 1);
  --ease-in-out-circ: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --ease-in-back: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --ease-out-back: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --ease-in-out-back: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --top-banner-zindex: 15;
  --header-zindex: 20;
  --navigation-zindex: 30;
  --toggle-navigation-button-zindex: 40;
  --overlay-zindex: 50;
  --opening-zindex: 60;
}

:root.is-intersecting-introduction[data-text-color="bright"] {
  --introduction-text-color: var(--color-spring-wood);
}

:root[data-text-color="dark"] {
  --introduction-text-color: var(--base-text-color);
}

@media screen and (min-width: 1400px) {
  :root {
    --header-height: calc((116 / var(--base-scale-width) * 100) * 1vw);
    --side-margin: calc((107 / var(--base-scale-width) * 100) * 1vw);
  }
}

@media screen and (min-width: 1024px) and (max-width: 1366px) {
  :root {
    --side-margin: 6.5vw;
  }
}

@media screen and (max-width: 1023px) {
  :root {
    --side-margin: 6.5vw;
  }
}

@media screen and (max-width: 576px) {
  :root {
    --header-height: 95px;
    --side-margin: 6.933vw;
  }
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

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

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,
dialog,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

object,
embed {
  vertical-align: bottom;
  border: 0;
  outline: none;
}

[hidden],
template {
  display: none;
}

a {
  padding: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0);
  border: 0;
}

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

a img {
  text-decoration: none;
  border: none;
  outline: 0;
}

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

ul li {
  list-style: none;
}

ul,
ol {
  list-style-position: inside;
}

blockquote,
q {
  quotes: none;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

td,
th {
  padding: 0;
}

caption,
th {
  text-align: left;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
}

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

hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #ccc;
}

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

input,
select {
  font-size: max(100%, 1rem);
  vertical-align: middle;
}

button {
  padding: 0;
  overflow: visible;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button,
select {
  text-transform: none;
}

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

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

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

label {
  cursor: pointer;
}

input {
  line-height: normal;
}

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

.salon-search-select-container,
.salon-search-topic-path-item:not(:first-child),
.product-moist-barrier-prescription-item+.product-moist-barrier-prescription-item .product-moist-barrier-prescription-item_image-block,
.lineup-series-step-item:not(:last-child),
a.g-pagetop-button_link,
.icon:before,
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.salon-search-topic-path-item:not(:first-child):before,
.lineup-series-step-item:not(:last-child):before,
.icon-arrow-right2:before {
  content: "î¤€";
}

.icon-arrow-left:before {
  content: "î¤";
}

.icon-arrow-right:before {
  content: "î¤‚";
}

.product-moist-barrier-prescription-item+.product-moist-barrier-prescription-item .product-moist-barrier-prescription-item_image-block:before,
a.g-pagetop-button_link:before,
.icon-arrow-top:before {
  content: "î¤ƒ";
}

.salon-search-select-container:before,
.icon-pull-down:before {
  content: "î¤„";
}

.icon-search:before {
  content: "î¤…";
}

.icon-facebook:before {
  content: "îª";
}

.icon-instagram:before {
  content: "îª’";
}

.icon-twitter:before {
  content: "îª–";
}

/*! Type: YakuHanJPs - Based on Noto Sans CJK JP */
@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Thin.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Thin.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-Thin.woff") format("woff");
  unicode-range: U+3008-3011, U+3014-3015, U+ff08-ff09, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Light.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Light.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-Light.woff") format("woff");
  unicode-range: U+3008-3011, U+3014-3015, U+ff08-ff09, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-DemiLight.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-DemiLight.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-DemiLight.woff") format("woff");
  unicode-range: U+3008-3011, U+3014-3015, U+ff08-ff09, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Light.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Light.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-Light.woff") format("woff");
  unicode-range: U+3008-3011, U+3014-3015, U+ff08-ff09, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Medium.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Medium.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-Medium.woff") format("woff");
  unicode-range: U+3008-3011, U+3014-3015, U+ff08-ff09, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Bold.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Bold.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-Bold.woff") format("woff");
  unicode-range: U+3008-3011, U+3014-3015, U+ff08-ff09, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Black.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Black.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-Black.woff") format("woff");
  unicode-range: U+3008-3011, U+3014-3015, U+ff08-ff09, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

@font-face {
  font-family: "swiper-icons";
  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");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

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

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

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

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

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

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

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

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

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

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

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

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

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

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

.swiper-centered>.swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal>.swiper-wrapper: :before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical>.swiper-wrapper: :before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: rgba(0, 0, 0, 0);
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  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 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

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

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

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

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

@media print {
  body {
    font-size: 12px;
    background-color: #fff;
  }
}

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

* {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

body {
  text-rendering: optimizelegibility;
}

a {
  color: var(--link-color);
  text-decoration: none;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.4em;
  transition: color 0.2s ease-out 0s;
  -webkit-tap-highlight-color: rgba(189, 185, 185, 0);
  -webkit-touch-callout: none;
}

a:visited {
  color: var(--link-visited-color);
}

a:hover {
  color: var(--link-hover-color);
  text-decoration-line: underline;
  text-decoration-style: solid;
}

a:active {
  color: var(--link-active-color);
}

::-moz-selection {
  background: rgba(221, 213, 212, 0.3);
}

::selection {
  background: rgba(221, 213, 212, 0.3);
}

html,
body {
  font-feature-settings: "pkna";
  background-color: var(--background-color);
  -webkit-font-smoothing: antialiased;
}

html {
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hanging-punctuation: allow-end;
  background-color: var(--color-hint-of-red);
}

body {
  width: 100%;
  /* overflow-y: scroll; */
  font-family: var(--font-gothic);
  font-size: 12px;
  line-height: 1.8;
  color: var(--base-text-color);
  background-color: var(--background-color);
  transition: background-color 1s ease-out 0s;
}

body.p-magazine,
body.p-news,
body.p-contact {
  background-color: var(--color-hint-of-red);
}

.is-opened-navigation body {
  height: 100vh;
  padding-right: var(--scroll-bar-width);
  overflow: hidden;
}

body::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

body::-webkit-scrollbar-thumb {
  background-color: var(--color-pink-flare);
  background-clip: content-box;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 100vmax;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}

body::-webkit-scrollbar-thumb:hover {
  background-color: #ccb0b2;
}

@media screen and (min-width: 1400px) {
  body {}
}

[id] {
  scroll-margin-top: var(--header-height);
}

@media screen and (max-width: 576px) {
  [id] {
    scroll-margin-top: calc(var(--header-height) - 15px);
  }
}

.svg-symbols {
  display: none;
}

.l-wrapper {
  height: 100%;
}

.l-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
}

.l-main {
  flex: 1 0 auto;
  width: 100%;
  padding-top: calc(var(--header-height) + clamp(26px, 10vw, 110px));
  padding-bottom: clamp(115px, 16vw, 160px);
}

.p-top .l-main {
  padding-top: 0;
  padding-bottom: 0;
}

.p-concept .l-main,
.p-lineup .l-main,
.p-salon-search .l-main {
  padding-bottom: 0;
}

@media screen and (min-width: 1400px) {
  .l-main {
    padding-top: calc(226 / var(--base-scale-width) * 100 * 1vw);
    padding-bottom: calc(160 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 576px) {
  .l-main {
    padding-top: 120px;
  }
}

.l-content-wrapper {
  width: 100%;
  padding-right: var(--side-margin);
  padding-left: var(--side-margin);
}

.l-content {
  margin-right: auto;
  margin-left: auto;
}

.l-content._large {
  max-width: var(--content-width-lg);
}

.l-content._medium-large {
  max-width: var(--content-width-mdl);
}

.l-content._medium {
  max-width: var(--content-width-md);
}

.l-content._small {
  max-width: var(--content-width-sm);
}

@media screen and (min-width: 1400px) {
  .l-content._large {
    max-width: calc(1200 / var(--base-scale-width) * 100 * 1vw);
  }

  .l-content._medium-large {
    max-width: calc(894 / var(--base-scale-width) * 100 * 1vw);
  }

  .l-content._medium {
    max-width: calc(774 / var(--base-scale-width) * 100 * 1vw);
  }

  .l-content._small {
    max-width: calc(620 / var(--base-scale-width) * 100 * 1vw);
  }
}

.svg-symbol {
  display: none;
}

.g-opening {
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--opening-zindex);
  width: 100%;
  height: 100%;
  padding-right: 5.333vw;
  padding-left: 5.333vw;
  line-height: 1.02;
  background-color: var(--color-hint-of-red);
}

.g-opening-content {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.g-opening-logo {
  display: inline-block;
  padding: 2px;
  pointer-events: none;
  opacity: 0;
}

.g-opening-logo_svg {
  max-width: 100%;
  height: auto;
  fill: var(--base-text-color);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

@media screen and (min-width: 1400px) {
  .g-opening-logo_svg {
    width: calc(222 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 576px) {
  .g-opening-logo_svg {
    width: 200px;
  }
}

.g-overlay {
  position: fixed;
  inset: 0;
  z-index: var(--overlay-zindex);
  display: none;
}

.g-topic-path {
  position: fixed;
  top: 50%;
  right: 47px;
  z-index: 20;
  font-size: 9px;
  line-height: 1.02;
  letter-spacing: 0.4em;
  list-style: none;
  transition: opacity 1.5s ease-out 0.4s, transform 1.5s var(--ease-out-cubic) 0.4s;
  transform: translateY(-50%);
}

.g-topic-path[data-animate] {
  opacity: 0;
  transform: translate(10px, -50%);
}

.g-topic-path[data-animate="active"] {
  opacity: 1;
  transform: translate(0, -50%);
}

@media screen and (min-width: 1400px) {
  .g-topic-path {
    right: calc(47 / var(--base-scale-width) * 100 * 1vw);
    font-size: calc(9 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 1023px) {
  .g-topic-path {
    display: none;
  }
}

.g-topic-path_item {
  font-family: var(--font-gothic-en);
  writing-mode: vertical-rl;
}

.g-topic-path_item+.g-topic-path_item::before {
  display: inline-block;
  margin: 1em 0;
  content: "-";
}

.old-browser {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
  line-height: 2.2;
  color: #6d5b4f;
  text-align: center;
  background: #fbf9fa;
}

.old-browser a {
  color: #e0c2c4;
  text-decoration: underline;
}

@media (any-hover: hover) {
  .old-browser a:hover {
    text-decoration: none;
  }
}

@media all and (-ms-high-contrast: none) {
  .old-browser {
    display: block;
  }
}

.old-browser_inner {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.old-browser_logo {
  font-family: gill-sans-nova, sans-serif;
  font-size: 160%;
  font-weight: 500;
  line-height: 1.02;
  text-align: center;
  letter-spacing: 0.26em;
}

.old-browser_text1 {
  margin-top: 60px;
}

.lazyload-wrapper {
  background-color: rgba(228, 228, 228, 0.2);
}

.lazyload,
.lazyautosizes {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.lazyload.lazyloaded,
.lazyautosizes.lazyloaded {
  opacity: 1;
}

.js-animation-text {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.js-animation-link-text span[data-content=" "] {
  width: 0.5em;
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: var(--header-zindex);
  width: 100%;
  padding-right: 114px;
  padding-left: 50px;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  line-height: 1.02;
  color: var(--base-text-color);
  pointer-events: none;
  transition: opacity 0.5s ease-out 0s, transform 0.5s ease-out 0s;
}

.l-header a {
  color: var(--base-text-color);
  text-decoration: none;
}

.p-top .l-header {
  display: none;
  pointer-events: none;
  opacity: 0;
}

@media screen and (min-width: 1400px) {
  .l-header {
    padding-right: calc(114 / var(--base-scale-width) * 100 * 1vw);
    padding-left: calc(50 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 1000px) {
  .l-header {
    padding-right: var(--side-margin);
    padding-left: var(--side-margin);
  }
}

.l-header_inner {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: var(--header-height);
}

.g-logo {
  line-height: 0;
  pointer-events: auto;
  transition: opacity 1.5s ease-out 0.4s, transform 1.5s var(--ease-out-cubic) 0.4s;
}

@media screen and (min-width: 1000px) {
  .is-hidden .g-logo {
    pointer-events: none;
  }

  .g-logo[data-animate] {
    opacity: 0;
    transform: translateY(-10px);
  }

  .g-logo[data-animate="active"] {
    opacity: 1;
    transform: translateY(0);
  }
}

a.g-logo_link {
  display: block;
  text-decoration: none;
}

.g-logo_svg {
  max-width: 100%;
  height: auto;
  fill: var(--base-text-color);
  transition: fill 1s ease-out 0s;
}

@media screen and (min-width: 1400px) {
  .g-logo_svg {
    width: calc(160 / var(--base-scale-width) * 100 * 1vw);
  }
}

.g-header-navigation {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  pointer-events: auto;
  transition: opacity 1.5s ease-out 0.4s, transform 1.5s var(--ease-out-cubic) 0.4s;
}

@media screen and (min-width: 1000px) {
  .is-hidden .g-header-navigation {
    pointer-events: none;
  }

  .g-header-navigation[data-animate] {
    opacity: 0;
    transform: translateY(-10px);
  }

  .g-header-navigation[data-animate="active"] {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width: 1000px) {
  .g-header-navigation {
    display: none;
  }
}

.g-header-navigation-list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.g-header-navigation-item {
  font-family: var(--font-gothic-en);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.g-header-navigation-item:not(:last-child) {
  margin-right: 40px;
}

@media screen and (min-width: 1400px) {
  .g-header-navigation-item {}

  .g-header-navigation-item:not(:last-child) {
    margin-right: calc(40 / var(--base-scale-width) * 100 * 1vw);
  }
}

a.g-header-navigation-item_link {
  display: block;
  color: var(--base-text-color);
  transition: color 0.25s ease-out 0s;
}

@media (any-hover: hover) {

  a.g-header-navigation-item_link:hover,
  a.g-header-navigation-item_link:active {
    color: var(--color-pink-flare);
  }
}

.p-concept .g-header-navigation-item_link._concept,
.p-lineup .g-header-navigation-item_link._lineup,
.p-magazine .g-header-navigation-item_link._magazine,
.p-news .g-header-navigation-item_link._news,
.p-contact .g-header-navigation-item_link._contact,
.p-salon-search .g-header-navigation-item_link._salon-search {
  color: var(--color-pink-flare);
}

.l-footer {
  width: 100%;
  padding-right: var(--side-margin);
  padding-left: var(--side-margin);
  line-height: 1.02;
  background-color: var(--color-hint-of-red);
}

.l-footer a {
  text-decoration: none;
}

.l-footer-inner {
  position: relative;
  width: 100%;
  max-width: var(--content-width-lg);
  padding: clamp(37px, 10vw, 98px) 0;
  margin: 0 auto;
}

.l-footer-inner::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: var(--color-gray-nurse);
}

@media screen and (min-width: 1400px) {
  .l-footer-inner {
    max-width: calc(1200 / var(--base-scale-width) * 100 * 1vw);
    padding: calc(98 / var(--base-scale-width) * 100 * 1vw) 0;
  }
}

@media screen and (max-width: 1366px) {
  .l-footer-inner::after {
    border-image-source: linear-gradient(var(--color-gray-nurse), var(--color-gray-nurse));
    border-image-slice: 0 fill;
    border-image-outset: 0 100vw 0 100vw;
  }
}

.l-footer-top {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .l-footer-top {
    display: grid;
    grid-template: "left right" auto/200px auto;
    gap: var(--content-grid-column-gap);
  }
}

@media screen and (min-width: 1400px) {
  .l-footer-top {
    grid-template: "left right" auto/calc(200 / var(--base-scale-width) * 100 * 1vw) auto;
  }
}

.l-footer-top_left-block {
  display: grid;
  grid-template: "logo social-media" auto/128px auto;
  gap: 0 42px;
}

@media screen and (min-width: 1024px) {
  .l-footer-top_left-block {
    grid-area: left;
  }
}

@media screen and (min-width: 1400px) {
  .l-footer-top_left-block {
    grid-template: "logo social-media" auto/calc(128 / var(--base-scale-width) * 100 * 1vw) auto;
    gap: 0 calc(42 / var(--base-scale-width) * 100 * 1vw);
  }
}

.g-footer-logo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: logo;
  width: 128px;
}

@media screen and (min-width: 1400px) {
  .g-footer-logo {
    width: calc(128 / var(--base-scale-width) * 100 * 1vw);
  }
}

a.g-footer-logo_link {
  display: block;
  text-decoration: none;
}

@media (any-hover: hover) {

  a.g-footer-logo_link:hover .g-footer-logo_svg,
  a.g-footer-logo_link:active .g-footer-logo_svg {
    fill: var(--link-hover-color2);
  }
}

.g-footer-logo_svg {
  width: 100%;
  height: auto;
  fill: var(--base-text-color);
  transition: fill 0.25s ease-out;
}

@media screen and (min-width: 1400px) {
  .g-footer-logo_svg {
    width: calc(128 / var(--base-scale-width) * 100 * 1vw);
  }
}

.g-footer-social-media {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: social-media;
  font-size: 15px;
  transform: translateY(-0.1em);
}

@media screen and (min-width: 1400px) {
  .g-footer-logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .g-footer-social-media {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}

@media screen and (min-width: 1400px) {
  .g-footer-social-media {
    font-size: calc(15 / var(--base-scale-width) * 100 * 1vw);
  }
}

a.g-footer-social-media-item_link {
  display: block;
  color: var(--color-monsoon);
  text-decoration: none;
  transition: color 0.25s ease-out 0s;
}

@media (any-hover: hover) {

  a.g-footer-social-media-item_link:hover,
  a.g-footer-social-media-item_link:active {
    color: var(--link-hover-color2);
  }
}

@media screen and (min-width: 1024px) {
  .l-footer-top_right-block {
    grid-area: right;
  }
}

@media screen and (max-width: 1023px) {
  .l-footer-top_right-block {
    margin-top: 47px;
  }
}

@media screen and (max-width: 660px) {
  .l-footer-top_right-block {
    display: none;
  }
}

.g-footer-navigation {
  font-family: var(--font-gothic-en);
}

.g-footer-navigation-list {
  display: flex;
  flex-flow: row wrap;
  gap: 0 35px;
}

@media screen and (min-width: 1024px) {
  .g-footer-navigation-list {
    justify-content: flex-end;
  }
}

@media screen and (min-width: 1400px) {
  .g-footer-navigation-list {
    gap: 0 calc(35 / var(--base-scale-width) * 100 * 1vw);
  }
}

.g-footer-navigation-item {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: 0.16em;
}

@media screen and (min-width: 1400px) {
  .g-footer-navigation-item {
    font-size: calc(11 / var(--base-scale-width) * 100 * 1vw);
  }
}

a.g-footer-navigation-item_link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  transition: color 0.25s ease-out 0s;
}

@media (any-hover: hover) {

  a.g-footer-navigation-item_link:hover,
  a.g-footer-navigation-item_link:active {
    color: var(--link-hover-color2);
  }
}

.p-concept .g-footer-navigation-item_link._concept,
.p-lineup .g-footer-navigation-item_link._lineup,
.p-magazine .g-footer-navigation-item_link._magazine,
.p-news .g-footer-navigation-item_link._news,
.p-contact .g-footer-navigation-item_link._contact,
.p-salon-search .g-footer-navigation-item_link._salon-search {
  color: var(--color-pink-flare);
}

@media screen and (min-width: 1024px) {
  .l-footer-bottom {
    margin-top: 70px;
  }
}

@media screen and (min-width: 1400px) {
  .l-footer-bottom {
    margin-top: calc(70 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 1023px) {
  .l-footer-bottom {
    margin-top: 48px;
  }
}

.g-footer-arimino {
  grid-area: arimino;
  font-size: 12px;
  letter-spacing: 0;
}

@media screen and (min-width: 1024px) {
  .g-footer-arimino {
    display: none;
  }
}

a.g-footer-arimino_link {
  text-decoration: none;
  transition: color 0.25s ease-out 0s;
}

@media (any-hover: hover) {

  a.g-footer-arimino_link:hover,
  a.g-footer-arimino_link:active {
    color: var(--link-hover-color2);
  }
}

.g-footer-copyright {
  font-family: var(--font-gothic-en);
  font-size: 10px;
  line-height: 1.02;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1023px) {
  .g-footer-copyright {
    margin-top: 16px;
  }
}

@media screen and (min-width: 1400px) {
  .g-footer-copyright {
    font-size: calc(10 / var(--base-scale-width) * 100 * 1vw);
  }
}

a.g-footer-copyright_link {
  text-decoration: none;
  transition: color 0.25s ease-out 0s;
}

@media (any-hover: hover) {

  a.g-footer-copyright_link:hover,
  a.g-footer-copyright_link:active {
    color: var(--link-hover-color2);
  }
}

.g-pagetop-button {
  position: absolute;
  top: 0;
  right: -60px;
  z-index: 2;
  transform: translateY(-50%);
}

@media screen and (min-width: 1400px) {
  .g-pagetop-button {
    right: calc((28 / var(--base-scale-width) * 100 * 1vw + 32 / var(--base-scale-width) * 100 * 1vw) * -1);
  }
}

@media screen and (max-width: 1366px) {
  .g-pagetop-button {
    right: calc((var(--side-margin) - 13px) * -1);
  }
}

a.g-pagetop-button_link {
  position: relative;
  display: grid;
  place-content: center center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  transition: background-color 0.3s ease-out;
}

a.g-pagetop-button_link::before {
  z-index: 1;
  font-size: 4px;
  color: var(--color-gravel);
}

a.g-pagetop-button_link::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
  border-radius: 100vmax;
  transition: transform 0.3s var(--ease-out-back), background-color 0.15s ease-out;
}

@media (any-hover: hover) {

  a.g-pagetop-button_link:hover::after,
  a.g-pagetop-button_link:active::after {
    background-color: var(--color-wild-sand);
    transform: scale(1.3);
  }
}

@media screen and (min-width: 1400px) {
  a.g-pagetop-button_link {
    width: calc(32 / var(--base-scale-width) * 100 * 1vw);
    height: calc(32 / var(--base-scale-width) * 100 * 1vw);
  }

  a.g-pagetop-button_link::before {
    font-size: calc(4 / var(--base-scale-width) * 100 * 1vw);
  }
}

.g-navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--navigation-zindex);
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: var(--font-gothic-en);
  line-height: 1.02;
  pointer-events: none;
  transition: opacity 0.35s cubic-bezier(0.73, 0, 0.17, 1) 0s;
}

.g-navigation a {
  color: var(--base-text-color);
  text-decoration: none;
}

.is-opened-navigation .g-navigation {
  pointer-events: auto;
}

@media screen and (min-width: 1024px) and (min-aspect-ratio: 1/1) {
  .g-navigation {
    display: grid;
    grid-template: "left right" auto/68.6197916667vh auto;
  }

  .g-navigation>.l-footer-top_left-block {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .g-navigation>.l-footer-top_right-block {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}

.g-navigation_left-block {
  position: relative;
  opacity: 0;
  transition: opacity 0.4s ease-out 0s;
}

.is-opened-navigation .g-navigation_left-block {
  opacity: 1;
  transition: opacity 0.6s ease-out 0.4s;
}

@media screen and (min-width: 1024px) {
  .g-navigation_left-block {
    grid-area: left;
    height: 100%;
    aspect-ratio: 527/768;
  }
}

@media screen and (max-width: 1023px) {
  .g-navigation_left-block {
    display: none;
  }
}

@media (max-aspect-ratio: 1/1) {
  .g-navigation_left-block {
    display: none;
  }
}

.g-navigation-logo {
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 1;
  line-height: 1;
  opacity: 0;
  transition: opacity 0.1s ease-out 0.5s;
}

.is-opened-navigation .g-navigation-logo {
  opacity: 1;
  transition: opacity 1s ease-out 0.4s;
}

@media screen and (min-width: 1400px) {
  .g-navigation-logo {
    top: calc(50 / var(--base-scale-width) * 100 * 1vw);
    left: calc(50 / var(--base-scale-width) * 100 * 1vw);
  }
}

a.g-navigation-logo_link {
  display: block;
  text-decoration: none;
}

.g-navigation-logo_svg {
  max-width: 100%;
  height: auto;
  fill: var(--color-white);
}

@media screen and (min-width: 1400px) {
  .g-navigation-logo_svg {
    width: calc(160 / var(--base-scale-width) * 100 * 1vw);
  }
}

.g-navigation-picture {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.g-navigation-picture_img {
  width: 100%;
  height: 100%;
  transition: transform 0.1s ease-out 0.5s;
  transform: scale3d(1.08, 1.08, 1.08);
  object-fit: cover;
}

.is-opened-navigation .g-navigation-picture_img {
  transition: transform 2.4s ease-out 0s;
  transform: scale3d(1, 1, 1);
}

.g-navigation_right-block {
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s ease-out 0s;
}

.is-opened-navigation .g-navigation_right-block {
  opacity: 1;
  transition: opacity 0s ease-out 0s;
}

@media screen and (min-width: 1024px) {
  .g-navigation_right-block {
    grid-area: right;
  }
}

@media screen and (min-width: 1024px) {
  .l-footer-top_left-block {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .l-footer-top_right-block {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .g-navigation_left-block {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .g-navigation_right-block {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}

@media screen and (min-width: 1400px) {
  .l-footer-top_left-block {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .l-footer-top_right-block {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .g-navigation_left-block {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .g-navigation_right-block {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}

@media screen and (min-width: 1024px) and (min-aspect-ratio: 1/1) {
  .g-navigation>.g-navigation_left-block {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .g-navigation>.g-navigation_right-block {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}

.g-navigation-scroll-area {
  width: 100%;
  height: 100%;
}

.g-navigation-scroll-area::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

.g-navigation-scroll-area::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.g-navigation-scroll-area::-webkit-scrollbar-thumb {
  background-color: var(--color-pink-flare);
  background-clip: content-box;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 100vmax;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}

.g-navigation-scroll-area::-webkit-scrollbar-thumb:hover {
  background-color: #ccb0b2;
}

.is-opened-navigation .g-navigation-scroll-area {
  overflow-x: hidden;
  overflow-y: auto;
  pointer-events: auto;
  -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 770px) {
  .g-navigation-scroll-area {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}

.g-navigation-scroll-area_inner {
  width: 100%;
  padding: 100px 0 100px 84px;
}

@media screen and (min-width: 1400px) {
  .g-navigation-scroll-area_inner {
    padding: calc(100 / var(--base-scale-width) * 100 * 1vw) 0 calc(100 / var(--base-scale-width) * 100 * 1vw) calc(84 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 1023px) {
  .g-navigation-scroll-area_inner {
    padding: 15vh 14.933vw 40px;
  }

  @supports (height: 100svh) {
    .g-navigation-scroll-area_inner {
      padding-top: 15svh;
    }
  }
}

.g-main-navigation {
  display: block;
  opacity: 0;
  transition: opacity 0.4s ease-out 0s, transform 0s var(--ease-out-cubic) 0.6s;
  transform: translateX(12px);
}

.is-opened-navigation .g-main-navigation {
  opacity: 1;
  transition: opacity 0.5s ease-out 0.4s, transform 1s var(--ease-out-cubic) 0.4s;
  transform: translateX(0);
}

.g-main-navigation-item {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.g-main-navigation-item:not(:last-child) {
  margin-bottom: 36px;
}

@media screen and (min-width: 1400px) {
  .g-main-navigation-item {
    font-size: calc(16 / var(--base-scale-width) * 100 * 1vw);
  }

  .g-main-navigation-item:not(:last-child) {
    margin-bottom: calc(36 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 576px) {
  .g-main-navigation-item:not(:last-child) {
    margin-bottom: 45px;
  }
}

a.g-main-navigation-item_link {
  text-decoration: none;
  transition: color 0.25s ease-out 0s;
}

@media (any-hover: hover) {

  a.g-main-navigation-item_link:hover,
  a.g-main-navigation-item_link:active {
    color: var(--link-hover-color2);
  }
}

.p-concept .g-main-navigation-item_link._concept,
.p-lineup .g-main-navigation-item_link._lineup,
.p-magazine .g-main-navigation-item_link._magazine,
.p-news .g-main-navigation-item_link._news,
.p-contact .g-main-navigation-item_link._contact,
.p-salon-search .g-main-navigation-item_link._salon-search {
  color: var(--color-pink-flare);
}

.g-navigation-social-media {
  margin-top: 90px;
  opacity: 0;
  transition: opacity 0.4s ease-out 0s, transform 0s var(--ease-out-cubic) 0.6s;
  transform: translateX(12px);
}

.is-opened-navigation .g-navigation-social-media {
  opacity: 1;
  transition: opacity 0.5s ease-out 0.4s, transform 1s var(--ease-out-cubic) 0.4s;
  transform: translateX(0);
}

@media screen and (min-width: 1400px) {
  .g-navigation-social-media {
    margin-top: calc(90 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 1023px) {
  .g-navigation-social-media {
    padding-top: 37px;
    margin-top: 16vh;
    border-top: 1px solid var(--color-gray-nurse);
  }

  @supports (height: 100svh) {
    .g-navigation-social-media {
      margin-top: 16svh;
    }
  }
}

.g-navigation-social-media-item {
  line-height: 1.02;
}

a.g-navigation-social-media-item_link {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  transition: color 0.25s ease-out 0s;
}

@media (any-hover: hover) {

  a.g-navigation-social-media-item_link:hover,
  a.g-navigation-social-media-item_link:active {
    color: var(--link-hover-color2);
  }

  a.g-navigation-social-media-item_link:hover .g-navigation-social-media-item_icon,
  a.g-navigation-social-media-item_link:active .g-navigation-social-media-item_icon {
    color: var(--link-hover-color2);
  }
}

.g-navigation-social-media-item_icon {
  font-size: 16px;
  color: var(--color-monsoon);
  transition: color 0.25s ease-out 0s;
}

@media screen and (min-width: 1400px) {
  .g-navigation-social-media-item_icon {
    font-size: calc(16 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 576px) {
  .g-navigation-social-media-item_icon {
    font-size: 15px;
  }
}

.g-navigation-social-media-item_text {
  margin-left: 1em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  transform: translateY(-0.08em);
}

@media screen and (max-width: 1023px) {
  .g-navigation-social-media-item_text {
    display: none;
  }
}

.g-navigation-copyright {
  margin-top: 28px;
  font-size: 10px;
  letter-spacing: 0.1em;
  opacity: 0;
  transition: opacity 0.4s ease-out 0s, transform 0s var(--ease-out-cubic) 0.6s;
  transform: translateX(12px);
}

.is-opened-navigation .g-navigation-copyright {
  opacity: 1;
  transition: opacity 0.5s ease-out 0.4s, transform 1s var(--ease-out-cubic) 0.4s;
  transform: translateX(0);
}

@media screen and (min-width: 1024px) {
  .g-navigation-copyright {
    display: none;
  }
}

a.g-navigation-copyright_link {
  text-decoration: none;
  transition: color 0.25s ease-out 0s;
}

@media (any-hover: hover) {

  a.g-navigation-copyright_link:hover,
  a.g-navigation-copyright_link:active {
    color: var(--link-hover-color2);
  }
}

.g-navigation-background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #f4eced;
  transition: transform 0.8s cubic-bezier(0.035, 0.675, 0.225, 1.025) 0.2s;
  transform: translateX(100%);
  -webkit-backdrop-filter: blur(20px) saturate(100%);
  backdrop-filter: blur(20px) saturate(100%);
}

.is-opened-navigation .g-navigation-background {
  pointer-events: auto;
  transition: transform 0.8s cubic-bezier(0.035, 0.675, 0.225, 1.025) 0s;
  transform: translateX(0);
}

.g-toggle-navigation-button {
  position: fixed;
  top: 0;
  right: 23px;
  z-index: var(--toggle-navigation-button-zindex);
  display: block;
  width: 60px;
  height: 60px;
  line-height: 1.02;
  cursor: pointer;
  border-radius: 100vmax;
  transition: transform 0.5s ease-out 0s, opacity 0.5s ease-out 0s;
  transform: translateY(28px);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.g-toggle-navigation-button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--color-wild-sand);
  border-radius: 100vmax;
  transition: transform 0.3s var(--ease-out-back), background-color 0.25s ease-out;
}

@media (any-hover: hover) {

  .g-toggle-navigation-button:hover::after,
  .g-toggle-navigation-button:active::after {
    background-color: var(--color-wild-sand);
    transform: scale(1.15);
  }
}

.is-opened-navigation .g-toggle-navigation-button {
  right: calc(var(--scroll-bar-width) + 23px);
}

.is-opened-navigation .g-toggle-navigation-button::after {
  background-color: #fff;
}

.is-opened-navigation .g-toggle-navigation-button:hover::after,
.is-opened-navigation .g-toggle-navigation-button:active::after {
  background-color: #fff;
}

.g-toggle-navigation-button.step1 .g-toggle-navigation-button_line {
  left: 19px;
  width: 20px;
}

.g-toggle-navigation-button.step1 .g-toggle-navigation-button_line._1 {
  transform: translate(0, 6px);
}

.g-toggle-navigation-button.step1 .g-toggle-navigation-button_line._2 {
  opacity: 0;
}

.g-toggle-navigation-button.step1 .g-toggle-navigation-button_line._3 {
  transform: translate(0, -6px);
}

.g-toggle-navigation-button.step2 .g-toggle-navigation-button_line {
  left: 19px;
  width: 20px;
}

.g-toggle-navigation-button.step2 .g-toggle-navigation-button_line._1 {
  transform: translate(0, 6px) rotate(-30deg);
}

.g-toggle-navigation-button.step2 .g-toggle-navigation-button_line._2 {
  opacity: 0;
}

.g-toggle-navigation-button.step2 .g-toggle-navigation-button_line._3 {
  transform: translate(0, -6px) rotate(30deg);
}

@media screen and (min-width: 1400px) {
  .g-toggle-navigation-button {
    right: calc(23 / var(--base-scale-width) * 100 * 1vw);
    width: calc(60 / var(--base-scale-width) * 100 * 1vw);
    height: calc(60 / var(--base-scale-width) * 100 * 1vw);
    transform: translateY(calc(27 / var(--base-scale-width) * 100 * 1vw));
  }

  .is-opened-navigation .g-toggle-navigation-button {
    right: calc(var(--scroll-bar-width) + 23 / var(--base-scale-width) * 100 * 1vw);
  }

  .g-toggle-navigation-button.step1 .g-toggle-navigation-button_line {
    left: calc(19 / var(--base-scale-width) * 100 * 1vw);
    width: calc(20 / var(--base-scale-width) * 100 * 1vw);
  }

  .g-toggle-navigation-button.step1 .g-toggle-navigation-button_line._1 {
    transform: translate(0, calc(6 / var(--base-scale-width) * 100 * 1vw));
  }

  .g-toggle-navigation-button.step1 .g-toggle-navigation-button_line._3 {
    transform: translate(0, calc(6 / var(--base-scale-width) * 100 * -1vw));
  }

  .g-toggle-navigation-button.step2 .g-toggle-navigation-button_line {
    left: calc(19 / var(--base-scale-width) * 100 * 1vw);
    width: calc(20 / var(--base-scale-width) * 100 * 1vw);
  }

  .g-toggle-navigation-button.step2 .g-toggle-navigation-button_line._1 {
    transform: translate(0, calc(6 / var(--base-scale-width) * 100 * 1vw)) rotate(-30deg);
  }

  .g-toggle-navigation-button.step2 .g-toggle-navigation-button_line._3 {
    transform: translate(0, calc(6 / var(--base-scale-width) * 100 * -1vw)) rotate(30deg);
  }
}

@media screen and (max-width: 576px) {
  .g-toggle-navigation-button {
    right: 12px;
    transform: translateY(17px);
  }

  .is-opened-navigation .g-toggle-navigation-button {
    right: calc(12px + var(--scroll-bar-width));
  }
}

.g-toggle-navigation-button_line {
  position: absolute;
  left: 21px;
  z-index: 1;
  display: block;
  width: 18px;
  height: 1px;
  background-color: var(--base-text-color);
  transition: opacity 0.22s ease 0s, transform 0.26s ease 0s, width 0.26s ease-out, left 0.26s ease-out;
}

.g-toggle-navigation-button_line._1 {
  top: 24px;
}

.g-toggle-navigation-button_line._2 {
  top: 30px;
  width: 14px;
}

.g-toggle-navigation-button_line._3 {
  top: 36px;
}

@media screen and (min-width: 1400px) {
  .g-toggle-navigation-button_line {
    left: calc(21 / var(--base-scale-width) * 100 * 1vw);
    width: calc(18 / var(--base-scale-width) * 100 * 1vw);
  }

  .g-toggle-navigation-button_line._1 {
    top: calc(24 / var(--base-scale-width) * 100 * 1vw);
  }

  .g-toggle-navigation-button_line._2 {
    top: calc(30 / var(--base-scale-width) * 100 * 1vw);
    width: calc(14 / var(--base-scale-width) * 100 * 1vw);
  }

  .g-toggle-navigation-button_line._3 {
    top: calc(36 / var(--base-scale-width) * 100 * 1vw);
  }
}

.c-separator {
  margin: 3em 0;
}

.c-input {
  width: 100%;
  padding: 0.5em 0.7em;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #fff;
  color: var(--base-text-color);
  line-height: 1.4;
  outline: none;
  transition: all 0.2s ease-out 0s;
}

.c-input::-moz-placeholder {
  color: var(--base-text-color);
}

.c-input::placeholder {
  color: var(--base-text-color);
}

.c-input:focus {
  color: var(--base-text-color);
  border-color: var(--line-color);
}

.c-input:focus::-moz-placeholder {
  color: var(--base-text-color);
}

.c-input:focus::placeholder {
  color: var(--base-text-color);
}

.ios .c-input {
  font-size: 16px;
}

@media screen and (max-width: 576px) {
  .c-input._small {
    width: 5em !important;
  }
}

.c-select {
  width: 100%;
  padding: 0.5em 2em 0.5em 0.7em;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #fff;
  color: var(--base-text-color);
  line-height: 1.4;
  outline: none;
  transition: all 0.2s ease-out 0s;
}

.ios .c-select {
  font-size: 16px;
}

.c-textarea {
  position: relative;
  width: 100%;
  padding: 10px 0.7em;
  min-height: 300px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #fff;
  color: var(--base-text-color);
  transition: all 0.2s ease-out 0s;
}

.c-textarea::-moz-placeholder {
  color: var(--base-text-color);
}

.c-textarea::placeholder {
  color: var(--base-text-color);
}

.c-textarea:focus {
  color: var(--base-text-color);
  border-color: var(--line-color);
}

.c-textarea:focus::-moz-placeholder {
  color: var(--base-text-color);
  -moz-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.c-textarea:focus::placeholder {
  color: var(--base-text-color);
  transition: all 0.2s ease-out 0s;
}

.ios .c-textarea {
  font-size: 1.6rem;
}

@media screen and (max-width: 576px) {
  .c-textarea {
    min-height: 300px;
  }
}

.c-radio {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  vertical-align: middle;
  transform: translateY(-0.1em);
}

.mwform-radio-field {
  position: relative;
}

.mwform-radio-field-text::before {
  margin-right: 0.5em;
  font-size: 95%;
}

.c-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.mwform-checkbox-field {
  position: relative;
  display: block;
}

.mwform-checkbox-field+.mwform-checkbox-field {
  margin-top: 0.8em;
}

.mwform-checkbox-field-text::before {
  margin-right: 0.5em;
  font-size: 95%;
}

.c-check-label {
  margin-left: 0.5em;
}

.m-heading {
  font-family: var(--font-gothic-en);
}

.m-heading_text {
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 21px;
}

.m-heading_text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}

.m-heading_text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .m-heading_text {
    font-size: calc(21 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 576px) {
  .m-heading_text span {
    display: none;
  }
}

.m-heading_description {
  margin-top: 14px;
  line-height: 1.6;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 0.3em;
}

.m-heading_description::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}

.m-heading_description::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .m-heading_description {
    margin-top: calc(14 / var(--base-scale-width) * 100 * 1vw);
    font-size: calc(10 / var(--base-scale-width) * 100 * 1vw);
  }
}

.m-more-link {
  line-height: 1.02;
  font-family: gill-sans-nova, sans-serif;
}

.m-more-link._head {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.m-more-link._foot {
  margin-top: 28px;
  text-align: right;
}

@media screen and (min-width: 770px) {
  .m-more-link._foot {
    display: none;
  }
}

@media screen and (max-width: 770px) {
  .m-more-link._head {
    display: none;
  }
}

a.m-more-link_text {
  text-decoration: none;
  transition: opacity 0.2s ease-out;
}

a.m-more-link_text .icon-arrow-right2 {
  margin-left: 14px;
  line-height: 1;
}

@media (any-hover: hover) {
  a.m-more-link_text:hover {
    opacity: 0.7;
  }
}

.m-local-nav {
  width: 100%;
  transition: opacity 0.3s ease-out 0s;
}

@media screen and (max-width: 770px) {
  .m-local-nav-list {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    gap: 22px 23px;
  }
}

.m-local-nav-item {
  line-height: 1.02;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-family: var(--font-gothic-en);
  letter-spacing: 0.1em;
}

.m-local-nav-item::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.02) * 0.5em);
  content: "";
}

.m-local-nav-item::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.02) * 0.5em);
  content: "";
}

@media screen and (min-width: 770px) {
  .m-local-nav-item+.m-local-nav-item {
    margin-top: 18px;
  }
}

a.m-local-nav-item_link {
  position: relative;
  text-decoration: none;
}

a.m-local-nav-item_link::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 100%;
  height: 0.5px;
  content: "";
  background-color: var(--base-text-color);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 50% 0;
}

a.m-local-nav-item_link.is-current::before {
  transform: scale3d(1, 1, 1);
  transform-origin: 0 50% 0;
}

@media (any-hover: hover) {
  a.m-local-nav-item_link:hover::before {
    transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transform: scale3d(1, 1, 1);
    transform-origin: 0 50% 0;
  }
}

.m-pagination {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  width: 100%;
  line-height: 1;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.05em;
  font-family: var(--font-gothic-en);
  color: var(--color-silver-chalice);
}

.m-pagination a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: var(--color-silver-chalice);
}

.m-pagination a:after {
  content: "";
  width: 2em;
  height: 2em;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
}

.m-pagination ._off {
  pointer-events: none;
}

@media screen and (min-width: 1400px) {
  .m-pagination {}
}

@media screen and (max-width: 576px) {
  .m-pagination {
    justify-content: center;
  }
}

.m-pagination_current,
a.m-pagination_link {
  display: inline-block;
  margin: 0 0.8em;
  transition: color 0.25s ease-out 0s;
}

@media screen and (max-width: 576px) {

  .m-pagination_current,
  a.m-pagination_link {
    margin: 0 0.5em;
  }
}

@media (any-hover: hover) {

  a.m-pagination_link:hover,
  a.m-pagination_link:active {
    color: var(--link-hover-color2);
  }
}

.m-pagination_current {
  color: var(--base-text-color);
}

.m-pagination_ellipses {
  display: inline-block;
  margin: 0 0.5em;
}

@media screen and (max-width: 576px) {
  .m-pagination_ellipses {
    margin: 0 0.1em;
  }
}

.m-pagination-prev,
.m-pagination-next {
  position: relative;
  display: block;
  font-size: 70%;
  transition: color 0.25s ease-out 0s;
}

.m-pagination-prev._off,
.m-pagination-next._off {
  opacity: 0.2;
}

@media screen and (max-width: 576px) {

  .safari .m-pagination-prev,
  .safari .m-pagination-next {
    transform: translateY(0.1em);
  }
}

a.m-pagination-prev,
a.m-pagination-next {
  color: var(--color-gravel);
}

a.m-pagination-prev:after,
a.m-pagination-next:after {
  width: 3em;
  height: 3em;
}

@media (any-hover: hover) {

  a.m-pagination-prev:hover,
  a.m-pagination-prev:active,
  a.m-pagination-next:hover,
  a.m-pagination-next:active {
    color: var(--link-hover-color2);
  }
}

@media screen and (min-width: 576px) {
  .m-pagination-prev {
    margin-right: 3.5em;
  }
}

@media screen and (max-width: 576px) {
  .m-pagination-prev {
    margin-right: auto;
  }
}

@media screen and (min-width: 576px) {
  .m-pagination-next {
    margin-left: 3.5em;
  }
}

@media screen and (max-width: 576px) {
  .m-pagination-next {
    margin-left: auto;
  }
}

.m-pagenav {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  position: relative;
  width: 100%;
  margin-top: clamp(138px, 20vw, 200px);
  line-height: 1.02;
}

.m-pagenav a {
  display: inline-block;
  text-decoration: none;
}

.m-pagenav ._off {
  color: var(--medium-grey);
  pointer-events: none;
}

.m-pagenav-prev,
.m-pagenav-next {
  position: relative;
  display: inline-block;
  width: clamp(132px, 23vw, 230px);
  color: var(--base-text-color);
  transition: all 0.3s ease-out 0s;
  line-height: 1.02;
}

.m-pagenav-prev._off,
.m-pagenav-next._off {
  color: var(--light-grey);
}

.m-pagenav-prev {
  margin-right: auto;
}

.m-pagenav-next {
  margin-left: auto;
}

a.m-pagenav_link {
  position: relative;
  display: block;
}

.m-pagenav-prev_text,
.m-pagenav-next_text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-indent: -999em;
  color: #838383;
  line-height: 0;
  z-index: 1;
  transition: all 0.4s ease-out 0s;
}

.m-pagenav-prev_text {
  left: -6%;
}

.m-pagenav-next_text {
  right: -6%;
}

.m-editor-style {
  font-size: 14px;
}

.m-editor-style a {
  word-break: break-all;
  text-decoration-line: underline;
  text-decoration-style: solid;
}

.m-editor-style h1,
.m-editor-style h2,
.m-editor-style h3,
.m-editor-style h4,
.m-editor-style h5,
.m-editor-style h6 {
  clear: both;
  margin-top: 2em;
  margin-bottom: 1.5em;
  line-height: 1.6;
}

.m-editor-style h1+h1,
.m-editor-style h1+h2,
.m-editor-style h1+h3,
.m-editor-style h1+h4,
.m-editor-style h1+h5,
.m-editor-style h1+h6,
.m-editor-style h2+h1,
.m-editor-style h2+h2,
.m-editor-style h2+h3,
.m-editor-style h2+h4,
.m-editor-style h2+h5,
.m-editor-style h2+h6,
.m-editor-style h3+h1,
.m-editor-style h3+h2,
.m-editor-style h3+h3,
.m-editor-style h3+h4,
.m-editor-style h3+h5,
.m-editor-style h3+h6,
.m-editor-style h4+h1,
.m-editor-style h4+h2,
.m-editor-style h4+h3,
.m-editor-style h4+h4,
.m-editor-style h4+h5,
.m-editor-style h4+h6,
.m-editor-style h5+h1,
.m-editor-style h5+h2,
.m-editor-style h5+h3,
.m-editor-style h5+h4,
.m-editor-style h5+h5,
.m-editor-style h5+h6,
.m-editor-style h6+h1,
.m-editor-style h6+h2,
.m-editor-style h6+h3,
.m-editor-style h6+h4,
.m-editor-style h6+h5,
.m-editor-style h6+h6 {
  margin-top: -0.3em;
}

.m-editor-style h1,
.m-editor-style h2 {
  font-size: clamp(17px, 2vw, 20px);
}

@media screen and (min-width: 1400px) {

  .m-editor-style h1,
  .m-editor-style h2 {
    font-size: calc(20 / var(--base-scale-width) * 100 * 1vw);
  }
}

.m-editor-style h3 {
  font-size: clamp(16px, 1.8vw, 18px);
}

@media screen and (min-width: 1400px) {
  .m-editor-style h3 {
    font-size: calc(18 / var(--base-scale-width) * 100 * 1vw);
  }
}

.m-editor-style h4 {
  font-size: clamp(15px, 1.6vw, 16px);
}

@media screen and (min-width: 1400px) {
  .m-editor-style h4 {
    font-size: calc(16 / var(--base-scale-width) * 100 * 1vw);
  }
}

.m-editor-style h5 {
  font-size: clamp(14px, 1.5vw, 15px);
}

@media screen and (min-width: 1400px) {
  .m-editor-style h5 {
    font-size: calc(15 / var(--base-scale-width) * 100 * 1vw);
  }
}

.m-editor-style h6 {
  font-size: clamp(13px, 1.4vw, 14px);
}

@media screen and (min-width: 1400px) {
  .m-editor-style h6 {
    font-size: calc(14 / var(--base-scale-width) * 100 * 1vw);
  }
}

.m-editor-style h1:first-child,
.m-editor-style h2:first-child,
.m-editor-style h3:first-child,
.m-editor-style h4:first-child,
.m-editor-style h5:first-child,
.m-editor-style h6:first-child {
  margin-top: 0;
}

.m-editor-style ul,
.m-editor-style ol {
  line-height: 1.6;
}

.m-editor-style ul li,
.m-editor-style ol li {
  margin-left: 0.2em;
}

.m-editor-style ul li:not(:last-child),
.m-editor-style ol li:not(:last-child) {
  margin-bottom: 0.4em;
}

.m-editor-style ul li {
  position: relative;
  list-style: none;
  padding-left: 1.2em;
}

.m-editor-style ul li:before {
  content: "ãƒ»";
  margin-right: 0.2em;
  position: absolute;
  top: 0;
  left: 0;
}

.m-editor-style ol li {
  list-style: decimal inside;
  padding-left: 1em;
  text-indent: -1em;
}

.m-editor-style dt {
  margin-bottom: 0.2em;
  font-weight: 600;
}

.m-editor-style p+ul,
.m-editor-style p+ol {
  margin-top: -1em;
}

.m-editor-style hr+* {
  margin-top: 0;
}

.m-editor-style blockquote {
  position: relative;
  margin-top: 4em;
  padding: 2.2em 2.4em;
  line-height: 2.1;
  background-color: #f5f1f2;
}

.m-editor-style blockquote h1,
.m-editor-style blockquote h2,
.m-editor-style blockquote h3,
.m-editor-style blockquote h4,
.m-editor-style blockquote h5,
.m-editor-style blockquote h6 {
  margin-top: 0;
  padding-top: 0;
}

.m-editor-style blockquote p {
  margin-bottom: 1em;
}

.m-editor-style blockquote hr {
  margin: 2em 0;
  border-color: var(--line-color);
}

.m-editor-style blockquote *:first-child {
  margin-top: 0;
}

.m-editor-style blockquote *:last-child {
  margin-bottom: 0;
}

.m-editor-style blockquote:nth-last-child(1) {
  margin-bottom: 0;
}

.m-editor-style img {
  max-width: 100%;
  height: auto;
}

.m-editor-style p,
.m-editor-style ul,
.m-editor-style ol,
.m-editor-style dl,
.m-editor-style blockquote {
  margin-bottom: 2.5em;
}

.m-editor-style hr.wp-block-separator {
  clear: both;
  margin: 4em 0;
  border: none;
  border-top: 1px solid var(--line-color);
}

.m-editor-style table {
  width: 100%;
  margin: 0 0 3em;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid var(--line-color);
}

.m-editor-style table th,
.m-editor-style table td {
  padding: 1.2em 0.5em;
  border-bottom: 1px solid var(--line-color);
}

.m-editor-style table th,
.m-editor-style table caption {
  text-align: left;
  vertical-align: baseline;
}

.m-editor-style table th {
  width: 30%;
}

.m-editor-style table td {
  vertical-align: baseline;
}

.m-editor-style embed,
.m-editor-style iframe,
.m-editor-style object {
  max-width: 100%;
}

.m-editor-style .alignright {
  float: right;
  margin-bottom: 2.5em;
  margin-left: 1.5em;
}

.m-editor-style .alignleft {
  float: left;
  margin-bottom: 2.5em;
  margin-right: 1.5em;
}

.m-editor-style .aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.m-editor-style .wp-block-image {
  margin-bottom: 2em;
}

.m-editor-style .wp-block-image:not(:first-child) {
  margin-top: 3.5em;
}

.m-editor-style .wp-block-image+p {
  margin-top: 3.5em;
}

.m-editor-style figcaption {
  display: block;
  margin-top: 0.7em;
  line-height: 1.6;
  font-size: 85%;
  text-align: center;
  opacity: 0.8;
}

.m-editor-style .wp-block-embed {
  width: 100%;
}

.m-editor-style .wp-block-embed iframe {
  width: 100%;
}

.m-editor-style .wp-block-embed:not(:first-child) {
  margin-top: 1.5em;
}

@media screen and (min-width: 1400px) {
  .m-editor-style {
    font-size: calc(14 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 576px) {

  .m-editor-style table tr,
  .m-editor-style table th,
  .m-editor-style table td {
    display: block;
  }

  .m-editor-style table tr {
    padding: 1em 0;
    border-bottom: 1px solid var(--line-color);
  }

  .m-editor-style table th {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .m-editor-style table td {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}

.m-editor-style> :last-child {
  margin-bottom: 0;
}

.u-cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.u-font-en {
  font-family: gill-sans-nova, sans-serif;
}

.u-d-none {
  display: none;
}

.u-d-block {
  display: block;
}

@media screen and (min-width: 576px) {
  .u-flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
}

.u-d-inline {
  display: inline;
}

.u-clear {
  clear: both;
}

.u-fl {
  display: inline;
  float: left;
}

.u-fr {
  display: inline;
  float: right;
}

.u-al {
  text-align: left;
}

.u-ar {
  text-align: right;
}

.u-ac {
  text-align: center;
}

@media screen and (min-width: 576px) {
  .u-dt-ac {
    text-align: center;
  }
}

@media screen and (max-width: 576px) {
  .u-mb-ac {
    text-align: center;
  }
}

.u-m-a {
  margin-lef: auto;
  margin-right: auto;
}

.u-vt {
  vertical-align: top !important;
}

.u-vm {
  vertical-align: middle !important;
}

.u-vb {
  vertical-align: bottom !important;
}

.u-superscript {
  vertical-align: super;
  font-size: 60%;
}

.u-pos-t {
  position: absolute;
  top: 0;
}

.u-pos-b {
  position: absolute;
  bottom: 0;
}

.u-pos-l {
  position: absolute;
  left: 0;
}

.u-pos-r {
  position: absolute;
  right: 0;
}

.u-indent1 {
  padding-left: 1em !important;
  text-indent: -1em !important;
}

.u-indent2 {
  padding-left: 2em !important;
  text-indent: -2em !important;
}

.u-indent3 {
  padding-left: 3em !important;
  text-indent: -3em !important;
}

.u-fz-s {
  font-size: 80%;
}

.u-fw-nml {
  font-weight: normal !important;
}

.u-fw-bld {
  font-weight: bold !important;
}

.u-break-word {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.u-disable-event {
  pointer-events: none;
}

.u-bdr-t-none {
  border-top: none !important;
}

.u-bdr-l-none {
  border-left: none !important;
}

.u-bdr-r-none {
  border-right: none !important;
}

.u-bdr-b-none {
  border-bottom: none !important;
}

@media screen and (max-width: 576px) {
  .u-dt-br {
    display: none;
  }
}

.u-mb-br {
  display: none;
}

@media screen and (max-width: 576px) {
  .u-mb-br {
    display: inline;
  }
}

.u-alpha-over {
  transition: opacity 0.4s ease-out;
}

@media (any-hover: hover) {
  .u-alpha-over:hover {
    opacity: 0.85;
  }
}

.android p,
.android li,
.android dt,
.android dd,
.android h1,
.android h2,
.android h3,
.android h4,
.android h5,
.android h6,
.android span {
  max-height: 100%;
}

.u-textfix {
  max-height: 100%;
}

[data-animate][fade-in] {
  opacity: 0;
  transition: opacity 1.3s cubic-bezier(0.69, 0, 0.33, 1) 0s;
}

.ie [data-animate][fade-in] {
  opacity: 1;
  transition: none;
}

[data-animate="active"][fade-in] {
  opacity: 1;
}

[data-animate][fade-in-up] {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 0.7s cubic-bezier(0.69, 0, 0.33, 1) 0s, transform 1.2s var(--ease-out-cubic) 0s;
}

.ie [data-animate][fade-in-up] {
  opacity: 1;
  transform: none;
  transition: none;
}

@media screen and (max-width: 576px) {
  .ie [data-animate][fade-in-up] {
    transform: none;
  }
}

@media screen and (min-width: 1400px) {
  [data-animate][fade-in-up] {
    transform: translateY(calc(25 / var(--base-scale-width) * 100 * 1vw));
  }
}

[data-animate="active"][fade-in-up] {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 576px) {
  [data-animate="active"][fade-in-up] {
    transform: translateY(0);
  }
}

.top-introduction {
  width: 100%;
  min-height: 100vh;
  --background-color: #fff;
}

@supports (height: 100svh) {
  .top-introduction {
    min-height: 100svh;
  }
}

.top-introduction_inner {
  position: relative;
  overflow: hidden;
}

.top-introduction_text-block {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media screen and (min-width: 1024px) {
  .top-introduction_text-block {
    top: 50%;
    height: 87.5vh;
    transform: translateY(-50%);
  }

  @supports (height: 100svh) {
    .top-introduction_text-block {
      height: 87.5svh;
    }
  }

  @supports (height: 100vmin) {
    .top-introduction_text-block {
      height: 87.5vmin;
    }
  }
}

.top-logo {
  position: absolute;
  top: 60px;
  left: clamp(24px, 3.2vw, 32px);
  width: 270px;
  line-height: 0;
  pointer-events: auto;
}

@media screen and (min-width: 1024px) {
  .top-logo {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 1023px) {
  .top-logo {
    width: clamp(160px, 27vw, 270px);
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 576px) {
  .top-logo {
    top: 48px;
  }
}

@media screen and (min-width: 1400px) {
  .top-logo {
    width: calc(270 / var(--base-scale-width) * 100 * 1vw);
  }
}

.top-logo_svg {
  width: 100%;
  height: auto;
  fill: #fff;
}

.top-introduction-message {
  position: absolute;
  bottom: 35px;
  left: 50%;
  font-family: var(--font-gothic-en);
  font-size: clamp(11px, 1.2vw, 12px);
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  white-space: nowrap;
  pointer-events: auto;
  transform: translateX(-50%);
}

@media screen and (min-width: 1024px) {
  .top-introduction-message {
    bottom: -1.6em;
  }
}

@media screen and (min-width: 1400px) {
  .top-introduction-message {}
}

.top-introduction-message_text1 {
  font-size: 14px;
  line-height: 1.02;
}

@media screen and (min-width: 1400px) {
  .top-introduction-message_text1 {
    font-size: calc(14 / var(--base-scale-width) * 100 * 1vw);
  }
}

.top-introduction-message_text2 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.02;
}

.top-introduction-message_text2::after {
  display: block;
  width: 16px;
  height: 1px;
  margin: 25px auto;
  content: "";
  background-color: #fff;
}

@media screen and (min-width: 1400px) {
  .top-introduction-message_text2 {
    margin-top: calc(10 / var(--base-scale-width) * 100 * 1vw);
    font-size: calc(18 / var(--base-scale-width) * 100 * 1vw);
  }

  .top-introduction-message_text2::after {
    width: calc(16 / var(--base-scale-width) * 100 * 1vw);
    margin: calc(25 / var(--base-scale-width) * 100 * 1vw) auto;
  }
}

.top-introduction-message_text3 {
  line-height: 2.3333;
}

.top-introduction-message_text3::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.3333) * 0.5em);
  content: "";
}

.top-introduction-message_text3::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.3333) * 0.5em);
  content: "";
}

.top-introduction-carousel {
  position: relative;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1s ease-out 0s;
}

.top-introduction-carousel.swiper-initialized {
  opacity: 1;
}

.top-introduction-carousel-item {
  width: 100%;
  min-height: 100vh;
}

@supports (height: 100svh) {
  .top-introduction-carousel-item {
    min-height: 100svh;
  }
}

@media screen and (min-width: 1024px) {
  .top-introduction-carousel-item {
    display: grid;
    place-content: center center;
  }
}

.top-introduction-carousel-item_text {
  position: absolute;
  top: 50%;
  left: clamp(12px, 2.4vw, 24px);
  z-index: 2;
  font-family: var(--font-gothic-en);
  font-size: clamp(11px, 1.2vw, 12px);
  font-weight: 500;
  line-height: 1.02;
  color: #fff;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  transform: translateY(-50%) rotate(180deg);
}

@media screen and (min-width: 1400px) {
  .top-introduction-carousel-item_text {
    left: calc(24 / var(--base-scale-width) * 100 * 1vw);
  }
}

.top-introduction-carousel-item-picture {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .top-introduction-carousel-item-picture {
    width: auto;
    height: 87.5vh;
    aspect-ratio: 650/672;
    margin: 0 auto;
  }

  @supports (height: 100svh) {
    .top-introduction-carousel-item-picture {
      height: 87.5svh;
    }
  }

  @supports (height: 100vmin) {
    .top-introduction-carousel-item-picture {
      height: 87.5vmin;
    }
  }
}

@media screen and (max-width: 1023px) {
  .top-introduction-carousel-item-picture {
    height: 100vh;
  }

  @supports (height: 100svh) {
    .top-introduction-carousel-item-picture {
      height: 100svh;
    }
  }
}

.top-introduction-carousel-item-picture_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s linear 3s;
  transform: scale3d(1.1, 1.1, 1.1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-slide-active .top-introduction-carousel-item-picture_img,
.swiper-slide-duplicate-active .top-introduction-carousel-item-picture_img {
  transition: transform 8s linear 0s;
  transform: scale3d(1, 1, 1);
}

.top-introduction-carousel-item_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--background-color);
}

.top-introduction-carousel-pagination {
  position: absolute;
  top: 50%;
  right: clamp(12px, 2vw, 23px);
  z-index: 5;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  transform: translateY(-50%);
}

.top-introduction-carousel-pagination .swiper-pagination-bullet {
  position: relative;
  display: block;
  width: 6px;
  height: 6px;
  margin: 0 !important;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 100vmax;
  opacity: 1;
  transition: background-color 0.3s ease-out;
}

.top-introduction-carousel-pagination .swiper-pagination-bullet::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  content: "";
  transform: translate(-50%, -50%);
}

.top-introduction-carousel-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

@media screen and (min-width: 1400px) {
  .top-introduction-carousel-pagination {
    right: calc(23 / var(--base-scale-width) * 100 * 1vw);
    gap: calc(10 / var(--base-scale-width) * 100 * 1vw);
  }

  .top-introduction-carousel-pagination .swiper-pagination-bullet {
    width: calc(6 / var(--base-scale-width) * 100 * 1vw);
    height: calc(6 / var(--base-scale-width) * 100 * 1vw);
  }
}

.top-introduction-scroll-down {
  position: absolute;
  right: clamp(20px, 2.6vw, 26px);
  bottom: 0;
  z-index: 5;
  width: 1px;
  height: 48px;
  pointer-events: auto;
  opacity: 0;
  transition: opacity 1s ease-out 0s;
}

.is-ended-opening .top-introduction-scroll-down {
  opacity: 1;
}

.top-introduction-scroll-down::after {
  position: absolute;
  top: 0;
  left: -10px;
  display: block;
  width: 20px;
  height: 100%;
  content: "";
}

@media screen and (min-width: 1400px) {
  .top-introduction-scroll-down {
    right: calc(26 / var(--base-scale-width) * 100 * 1vw);
    height: calc(48 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 576px) {
  .top-introduction-scroll-down {
    display: none;
  }
}

a.top-introduction-scroll-down_link {
  position: relative;
  display: block;
  width: 1px;
  height: 100%;
  text-decoration: none;
}

a.top-introduction-scroll-down_link::after {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 20;
  display: block;
  width: 12px;
  height: 100%;
  content: "";
  transform: translateX(-50%);
}

.top-introduction-scroll-down_line {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.top-introduction-scroll-down_line::before,
.top-introduction-scroll-down_line::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
  content: "";
  transition: background-color 1s ease-out 0s;
}

.top-introduction-scroll-down_line::before {
  background-color: #d0d0d0;
}

.top-introduction-scroll-down_line::after {
  background-color: #fff;
  animation: line-animation 5.5s cubic-bezier(0.6, 0, 0.2, 1) 2s infinite;
  will-change: transform;
}

@keyframes line-animation {

  0%,
  60% {
    transform: translateY(0%);
  }

  75% {
    transform: translateY(100%);
  }

  75.1% {
    transform: translateY(-100%);
  }

  80% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0%);
  }
}

.top-content {
  scroll-margin-top: 0;
}

.top-heading {
  font-family: var(--font-gothic-en);
  font-size: 21px;
  line-height: 1.02;
  color: #71706a;
  letter-spacing: 0.24em;
}

@media screen and (min-width: 1400px) {
  .top-heading {
    font-size: calc(21 / var(--base-scale-width) * 100 * 1vw);
  }
}

.top-more-button {
  font-family: var(--font-gothic-en);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.02;
  text-transform: uppercase;
  letter-spacing: 0.24em;
}

@media screen and (min-width: 1400px) {
  .top-more-button {
    font-size: calc(11 / var(--base-scale-width) * 100 * 1vw);
  }
}

a.top-more-button_link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.35em;
  overflow: hidden;
  color: var(--color-pink-flare);
  text-decoration: none;
  border-bottom: 1px solid var(--color-pink-flare);
  transition: color 0.25s ease-out, border 0.25s ease-out;
}

@media (any-hover: hover) {

  a.top-more-button_link:hover,
  a.top-more-button_link:active {
    color: var(--link-hover-color2);
    border-color: var(--link-hover-color2);
  }
}

.top-more-button_text {
  display: inline-block;
  transition: transform 0.25s var(--ease-out-quad);
}

.top-video {
  padding: clamp(140px, 18vw, 180px) 5.333%;
  background-color: var(--color-hint-of-red);
}

@media screen and (min-width: 1400px) {
  .top-video {
    padding-block: calc(180 / var(--base-scale-width) * 100 * 1vw);
  }
}

.top-video-content {
  width: 100%;
  max-width: 868px;
  margin-inline: auto;
}

@media screen and (min-width: 1400px) {
  .top-video-content {
    max-width: calc(868 / var(--base-scale-width) * 100 * 1vw);
  }
}

.top-video-player-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.2308%;
}

.top-video-player-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-video-button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.top-video-figure {
  width: 100%;
  height: 100%;
}

.top-video-figure_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .top-concept {
  padding: clamp(83px, 8vw, 87px) var(--side-margin) 120px;
} */

@media screen and (min-width: 1400px) {
  .top-concept {
    padding-top: calc(87 / var(--base-scale-width) * 100 * 1vw);
    padding-bottom: calc(120 / var(--base-scale-width) * 100 * 1vw);
  }
}

.top-concept-content {
  max-width: 984px;
  margin: 0 auto;
}

@media screen and (min-width: 1400px) {
  .top-concept-content {
    max-width: calc(984 / var(--base-scale-width) * 100 * 1vw);
  }
}

.top-concept-content_body {
  max-width: 864px;
  margin: clamp(16px, 8vw, 80px) auto 0;
}

@media screen and (min-width: 1400px) {
  .top-concept-content_body {
    max-width: calc(864 / var(--base-scale-width) * 100 * 1vw);
    margin-top: calc(80 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (min-width: 770px) {
  .top-concept-content_body {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
}

@media screen and (min-width: 770px) {
  .top-concept-image-block {
    width: 41.782%;
  }
}

@media screen and (max-width: 770px) {
  .top-concept-image-block {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
  }
}

.top-concept-picture {
  position: relative;
  display: block;
  overflow: hidden;
}

.top-concept-picture[data-animate]::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  background-color: var(--color-wild-sand);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: opacity 2.5s ease-out 0s;
}

.top-concept-picture[data-animate="active"]::after {
  opacity: 0;
}

@media screen and (max-width: 770px) {
  .top-concept-picture {
    margin-right: calc(50% - 50vw + var(--scroll-bar-width) / 2);
  }
}

.top-concept-picture_img {
  height: auto;
}

[data-animate] .top-concept-picture_img {
  opacity: 0;
  transition: opacity 0.5s ease-out 0s, transform 2s var(--ease-out-quad) 0s;
  transform: scale3d(1.05, 1.05, 1.05);
}

[data-animate="active"] .top-concept-picture_img {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

@media screen and (min-width: 1400px) {
  .top-concept-picture_img {
    width: calc(361 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 770px) {
  .top-concept-picture_img {
    width: 48.8vw;
  }
}

@media screen and (min-width: 770px) {
  .top-concept-text-block {
    width: 41.667%;
  }
}

@media screen and (max-width: 770px) {
  .top-concept-text-block {
    margin-top: clamp(58px, 8vw, 80px);
  }
}

.top-concept_heading {
  font-size: 24px;
  line-height: 1.666;
  letter-spacing: 0.08em;
}

.top-concept_heading::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.666) * 0.5em);
  content: "";
}

.top-concept_heading::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.666) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .top-concept_heading {
    font-size: calc(24 / var(--base-scale-width) * 100 * 1vw);
  }
}

.top-concept_text {
  margin-top: clamp(64px, 8vw, 80px);
  font-size: 16px;
  line-height: 2;
}

.top-concept_text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}

.top-concept_text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .top-concept_text {
    margin-top: calc(80 / var(--base-scale-width) * 100 * 1vw);
    font-size: calc(16 / var(--base-scale-width) * 100 * 1vw);
  }
}

.top-concept-features {
  /* margin-top: 50px; */
  list-style: none;
}

@media screen and (min-width: 1400px) {
  /* .top-concept-features {
    margin-top: calc(100 / var(--base-scale-width) * 100 * 1vw);
  } */
}

.top-concept-features-item {
  display: flex;
  flex-flow: row wrap;
}

.top-concept-features-item+.top-concept-features-item {
  margin-top: 30px;
}

@media screen and (min-width: 1400px) {
  .top-concept-features-item+.top-concept-features-item {
    margin-top: calc(30 / var(--base-scale-width) * 100 * 1vw);
  }
}

.top-concept-features-item_number {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  min-width: 53px;
  font-family: var(--font-gothic-en);
  font-size: 26px;
  line-height: 1.02;
  color: var(--color-pink-flare);
  letter-spacing: 0.24em;
}

.top-concept-features-item_number::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.833) * 0.5em);
  content: "";
}

.top-concept-features-item_number::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.833) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .top-concept-features-item_number {
    min-width: calc(53 / var(--base-scale-width) * 100 * 1vw);
    font-size: calc(26 / var(--base-scale-width) * 100 * 1vw);
  }
}

.top-concept-features-item_text {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  min-height: 3.6em;
  padding-left: 16px;
  font-size: 18px;
  line-height: 1.833;
  border-left: 1px solid var(--line-color);
}

.top-concept-features-item_text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.833) * 0.5em);
  content: "";
}

.top-concept-features-item_text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.833) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .top-concept-features-item_text {
    padding-left: calc(16 / var(--base-scale-width) * 100 * 1vw);
    /*  */
  }
}

@media screen and (max-width: 770px) {
  .top-concept-features-item_text {
    font-size: 18px;
  }
}

.top-concept-more-button {
  margin-top: 100px;
}

@media screen and (min-width: 1400px) {
  .top-concept-more-button {
    margin-top: calc(100 / var(--base-scale-width) * 100 * 1vw);
  }
}

.top-lineup {
  padding: clamp(80px, 8vw, 80px) 0 120px;
  background-color: var(--color-hint-of-red);
}

@media screen and (min-width: 1400px) {
  .top-lineup {
    padding-top: calc(80 / var(--base-scale-width) * 100 * 1vw);
    padding-bottom: calc(120 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 770px) {
  .top-lineup {
    padding-bottom: 0;
  }
}

.top-lineup-content {
  width: 100%;
}

.top-lineup-heading {
  text-align: center;
}

.top-lineup-content_body {
  width: 100%;
  margin-top: clamp(68px, 7vw, 72px);
}

@media screen and (min-width: 1400px) {
  .top-lineup-content_body {
    margin-top: calc(72 / var(--base-scale-width) * 100 * 1vw);
  }
}

.top-lineup-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 770px) {
  .top-lineup-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

a.top-lineup-item_link {
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
}

@media (any-hover: hover) {

  a.top-lineup-item_link:hover .top-lineup-item-picture::after,
  a.top-lineup-item_link:active .top-lineup-item-picture::after {
    opacity: 1;
  }

  a.top-lineup-item_link:hover .top-lineup-item-picture_img,
  a.top-lineup-item_link:active .top-lineup-item-picture_img {
    transition: transform 0.5s ease-out 0s;
    transform: scale3d(1.02, 1.02, 1.02);
  }
}

.top-lineup-item-picture {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 0;
}

[data-animate] .top-lineup-item-picture::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  background-color: var(--color-wild-sand);
  transition: opacity 2s ease-out 0s;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

[data-animate="active"] .top-lineup-item-picture::before {
  opacity: 0;
}

.top-lineup-item-picture::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: opacity 0.7s ease-out;
}

.top-lineup-item-picture_img {
  width: 100%;
  height: auto;
  transition: transform 0.7s ease-out;
}

[data-animate] .top-lineup-item-picture_img {
  opacity: 0;
  transition: opacity 0.5s ease-out 0s, transform 1.8s var(--ease-out-quad) 0s;
  transform: scale3d(1.04, 1.04, 1.04);
}

[data-animate="active"] .top-lineup-item-picture_img {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.top-lineup-item_text-block {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1.02;
}

.top-lineup-item_heading-en {
  padding-top: clamp(0px, 1.2vw, 12px);
  font-family: var(--font-gothic-en);
  font-size: 21px;
  line-height: 1.02;
  text-transform: uppercase;
  letter-spacing: 0.24em;
}

@media screen and (min-width: 1400px) {
  .top-lineup-item_heading-en {
    padding-top: calc(12 / var(--base-scale-width) * 100 * 1vw);
    font-size: calc(21 / var(--base-scale-width) * 100 * 1vw);
  }
}

.top-lineup-item_heading-ja {
  margin-top: 10px;
  font-size: 12px;
}

@media screen and (min-width: 1400px) {
  .top-lineup-item_heading-ja {
    margin-top: calc(10 / var(--base-scale-width) * 100 * 1vw);
  }
}

.top-lineup-item_view-more {
  position: absolute;
  bottom: 24px;
  left: 50%;
  padding-bottom: 0.35em;
  font-family: var(--font-gothic-en);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.02;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #fff;
  transition: color 0.25s ease-out, border 0.25s ease-out;
  transform: translateX(-50%);
}

@media screen and (min-width: 1400px) {
  .top-lineup-item_view-more {
    bottom: calc(24 / var(--base-scale-width) * 100 * 1vw);
    font-size: calc(11 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 770px) {
  .top-lineup-item_view-more {
    display: none;
  }
}

.top-lineup-more-button {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

@media screen and (min-width: 1400px) {
  .top-lineup-more-button {
    margin-top: calc(80 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 770px) {
  .top-lineup-more-button {
    display: none;
  }
}

.top-magazine {
  padding: 80px var(--side-margin);
  overflow-x: hidden;
}

@media screen and (min-width: 1400px) {
  .top-magazine {
    padding-top: calc(80 / var(--base-scale-width) * 100 * 1vw);
    padding-bottom: calc(80 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 770px) {
  .top-magazine {
    padding-bottom: 104px;
  }
}

.top-magazine-content {
  max-width: 984px;
  margin: 0 auto;
}

@media screen and (min-width: 1400px) {
  .top-magazine-content {
    max-width: calc(984 / var(--base-scale-width) * 100 * 1vw);
  }
}

.top-magazine-heading {
  text-align: center;
}

.top-magazine-content_body {
  margin-top: 80px;
}

@media screen and (min-width: 1400px) {
  .top-magazine-content_body {
    margin-top: calc(80 / var(--base-scale-width) * 100 * 1vw);
  }
}

.top-magazine-list .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (min-width: 1088px) {
  .top-magazine-list .swiper-wrapper {
    gap: 0 clamp(48px, 9vw, 90px);
  }
}

@media screen and (min-width: 1400px) {
  .top-magazine-list {
    gap: 0 calc(90 / var(--base-scale-width) * 100 * 1vw);
  }
}

.top-magazine-more-button {
  display: flex;
  justify-content: flex-end;
  margin-top: 50px;
}

@media screen and (min-width: 1400px) {
  .top-magazine-more-button {
    margin-top: calc(50 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 1023px) {
  .top-magazine-more-button {
    margin-top: 60px;
  }
}

@media screen and (max-width: 576px) {
  .top-magazine-more-button {
    justify-content: center;
  }
}

.top-news {
  padding: clamp(80px, 8.7vw, 87px) var(--side-margin) 80px;
  background-color: var(--color-hint-of-red);
}

@media screen and (min-width: 1400px) {
  .top-news {
    padding-top: calc(87 / var(--base-scale-width) * 100 * 1vw);
    padding-bottom: calc(80 / var(--base-scale-width) * 100 * 1vw);
  }
}

.top-news-content {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (min-width: 1400px) {
  .top-news-content {
    max-width: calc(1200 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (min-width: 1024px) {
  .top-news-content {
    display: grid;
    grid-template: "head body" auto/23% auto;
  }
}

@media screen and (min-width: 1024px) {
  .top-news-content_head {
    grid-area: head;
  }
}

.contact-information>.top-news-content_head {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

@media screen and (max-width: 1023px) {
  .top-news-heading {
    text-align: center;
  }
}

@media screen and (min-width: 1024px) {
  .top-news-content_body {
    grid-area: body;
    max-width: 816px;
  }
}

.contact-information>.top-news-content_body {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

@media screen and (min-width: 1400px) {
  .top-news-content_body {
    max-width: calc(816 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 1023px) {
  .top-news-content_body {
    margin-top: clamp(62px, 8vw, 80px);
  }
}

.top-news-more-button {
  display: flex;
  justify-content: flex-end;
  margin-top: 36px;
}

@media screen and (min-width: 1400px) {
  .top-news-more-button {
    margin-top: calc(36 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 1023px) {
  .top-news-more-button {
    margin-top: 50px;
  }
}

@media screen and (max-width: 576px) {
  .top-news-more-button {
    justify-content: center;
  }
}

.top-instagram {
  width: 100%;
  padding: 80px var(--side-margin);
}

@media screen and (min-width: 1400px) {
  .top-instagram {
    padding-top: calc(80 / var(--base-scale-width) * 100 * 1vw);
    padding-bottom: calc(80 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 770px) {
  .top-instagram {
    --side-margin: 0;
  }
}

.top-instagram-content {
  max-width: 1152px;
  margin: 0 auto;
}

@media screen and (min-width: 1400px) {
  .top-instagram-content {
    max-width: calc(1152 / var(--base-scale-width) * 100 * 1vw);
  }
}

.top-instagram-heading {
  text-align: center;
}

.top-instagram-content_body {
  margin-top: clamp(55px, 8vw, 80px);
}

@media screen and (min-width: 1400px) {
  .top-instagram-content_body {
    margin-top: calc(80 / var(--base-scale-width) * 100 * 1vw);
  }
}

.top-instagram-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px 1px;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .top-instagram-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

a.top-instagram-item_link {
  display: block;
  text-decoration: none;
}

@media (any-hover: hover) {

  a.top-instagram-item_link:hover .top-instagram-item-figure::after,
  a.top-instagram-item_link:active .top-instagram-item-figure::after {
    opacity: 1;
  }

  a.top-instagram-item_link:hover .top-instagram-item-figure_img,
  a.top-instagram-item_link:hover .top-instagram-item-figure_video,
  a.top-instagram-item_link:active .top-instagram-item-figure_img,
  a.top-instagram-item_link:active .top-instagram-item-figure_video {
    transition: transform 0.5s ease-out 0s;
    transform: scale3d(1.02, 1.02, 1.02);
  }
}

.top-instagram-item-figure {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}

.top-instagram-item-figure::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(224, 194, 196, 0.2);
  opacity: 0;
  transition: opacity 0.7s ease-out;
}

.top-instagram-item-figure_img {
  width: 100%;
  height: 100%;
  transition: transform 0.7s ease-out;
  object-fit: cover;
}

[data-animate] .top-instagram-item-figure_img {
  opacity: 0;
  transition: opacity 0.5s ease-out 0s, transform 1.6s var(--ease-out-quad) 0s;
  transform: scale3d(1.05, 1.05, 1.05);
}

[data-animate="active"] .top-instagram-item-figure_img {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.top-instagram-item-figure_video {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 #000);
  border: none;
  outline: none;
  object-fit: cover;
}

[data-animate] .top-instagram-item-figure_video {
  opacity: 0;
  transition: opacity 0.5s ease-out 0s, transform 1.6s var(--ease-out-quad) 0s;
  transform: scale3d(1.05, 1.05, 1.05);
}

[data-animate="active"] .top-instagram-item-figure_video {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.top-instagram-more-button {
  width: -moz-fit-content;
  width: fit-content;
  margin: clamp(48px, 6.4vw, 64px) auto 0;
  font-family: var(--font-gothic-en);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.24em;
}

@media screen and (max-width: 770px) {
  .top-instagram-more-button {
    font-size: 14px;
  }
}

@media screen and (min-width: 1400px) {
  .top-instagram-more-button {
    margin-top: calc(64 / var(--base-scale-width) * 100 * 1vw);
  }
}

a.top-instagram-more-button_link {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.3em;
  color: var(--color-pink-flare);
  text-decoration: none;
  border-bottom: 1px solid var(--color-pink-flare);
  transition: color 0.25s ease-out, border 0.25s ease-out;
}

a.top-instagram-more-button_link.icon-instagram {
  padding-left: 2em;
}

a.top-instagram-more-button_link.icon-instagram::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  font-size: 120%;
  transform: translateY(-60%);
}

@media (any-hover: hover) {

  a.top-instagram-more-button_link:hover,
  a.top-instagram-more-button_link:active {
    color: var(--link-hover-color2);
    border-color: var(--link-hover-color2);
  }
}

.top-banner {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: var(--top-banner-zindex);
  width: 100%;
  line-height: 0;
  transition: transform 0.6s var(--ease-out-quint) 0s, opacity 0.4s ease-out 0s;
}

.top-banner.is-hidden {
  opacity: 0;
  transform: translateY(100%);
}

@media screen and (min-width: 420px) {
  .top-banner {
    max-width: 400px;
  }
}

a.top-banner_link {
  display: block;
  text-decoration: none;
}

@media (any-hover: hover) {

  a.top-banner_link:hover .top-banner-picture::after,
  a.top-banner_link:active .top-banner-picture::after {
    opacity: 1;
  }
}

.top-banner-picture {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease-out 0s;
}

.top-banner-picture::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(255, 255, 255, 0.2);
  mix-blend-mode: hard-light;
  opacity: 0;
  transition: opacity 0.3s ease-out 0s;
}

.top-banner-picture_img {
  width: 100%;
  height: auto;
}

.top-banner-close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
}

.top-banner-close-button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 170%;
  height: 170%;
  content: "";
  transform: translate(-50%, -50%);
}

@media (any-hover: hover) {

  .top-banner-close-button:hover .top-banner-close-button_line._1,
  .top-banner-close-button:active .top-banner-close-button_line._1 {
    transform: rotate(-42deg);
  }

  .top-banner-close-button:hover .top-banner-close-button_line._2,
  .top-banner-close-button:active .top-banner-close-button_line._2 {
    transform: rotate(42deg);
  }
}

@media screen and (max-width: 419px) {
  .top-banner-close-button {
    top: 18px;
    right: 18px;
    width: 5.333vw;
    height: 5.333vw;
  }
}

.top-banner-close-button_line {
  position: absolute;
  top: 50%;
  left: -10%;
  display: block;
  width: 120%;
  height: 1px;
  background-color: var(--color-pink-flare);
  transition: transform 0.2s ease;
}

.top-banner-close-button_line._1 {
  transform: rotate(-38deg);
}

.top-banner-close-button_line._2 {
  transform: rotate(38deg);
}

.concept-about {
  max-width: 612px;
  padding-bottom: clamp(100px, 16.8vw, 168px);
  margin: 130px auto 0;
  border-image-source: linear-gradient(var(--color-hint-of-red), var(--color-hint-of-red));
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw 0 100vw;
}

@media screen and (min-width: 1400px) {
  .concept-about {
    max-width: calc(612 / var(--base-scale-width) * 100 * 1vw);
    padding-bottom: calc(168 / var(--base-scale-width) * 100 * 1vw);
    margin-top: calc(130 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (min-width: 770px) and (max-width: 1300px) {
  .concept-about {
    margin-top: 230px;
  }
}

@media screen and (max-width: 770px) {
  .concept-about {
    margin-top: clamp(40px, 8vw, 80px);
    border-image-outset: 100vh 100vw 0 100vw;
  }
}

.concept-about-picture {
  display: block;
  overflow: hidden;
}

@media screen and (min-width: 770px) {
  .concept-about-picture {
    transform: translateY(-144px);
  }
}

@media screen and (min-width: 1400px) {
  .concept-about-picture {
    transform: translateY(calc(144 / var(--base-scale-width) * 100 * -1vw));
  }
}

.concept-about-picture_img {
  width: 100%;
}

[data-animate] .concept-about-picture_img {
  transition: transform 2s var(--ease-out-quad) 0s;
  transform: scale3d(1.05, 1.05, 1.05);
}

[data-animate="active"] .concept-about-picture_img {
  transform: scale3d(1, 1, 1);
}

@media screen and (min-width: 770px) {
  .concept-about_body {
    margin-top: -64px;
  }
}

@media screen and (min-width: 1400px) {
  .concept-about_body {
    margin-top: calc(64 / var(--base-scale-width) * 100 * -1vw);
  }
}

@media screen and (min-width: 576px) {
  .concept-about_body {
    text-align: center;
  }
}

@media screen and (max-width: 770px) {
  .concept-about_body {
    margin-top: clamp(48px, 8vw, 80px);
  }
}

.concept-about_heading {
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.concept-about_heading::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}

.concept-about_heading::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .concept-about_heading {
    font-size: calc(24 / var(--base-scale-width) * 100 * 1vw);
  }
}

.concept-about_text {
  margin-top: clamp(48px, 6vw, 64px);
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.08em;
}

.concept-about_text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.5) * 0.5em);
  content: "";
}

.concept-about_text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.5) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .concept-about_text {
    margin-top: calc(64 / var(--base-scale-width) * 100 * 1vw);
    font-size: calc(16 / var(--base-scale-width) * 100 * 1vw);
  }
}

.concept-features {
  padding: 100px 0 clamp(100px, 16vw, 168px);
}

@media screen and (min-width: 1400px) {
  .concept-features {
    padding-top: calc(100 / var(--base-scale-width) * 100 * 1vw);
    padding-bottom: calc(168 / var(--base-scale-width) * 100 * 1vw);
  }
}

.concept-features_body {
  max-width: 948px;
  margin-top: clamp(48px, 5vw, 52px);
  margin-left: auto;
}

@media screen and (min-width: 1400px) {
  .concept-features_body {
    max-width: calc(948 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (min-width: 1024px) {
  .concept-features_body {
    padding-right: 11.392%;
  }
}

@media screen and (max-width: 576px) {
  .concept-features_body {
    padding: 0 4vw;
  }
}

.concept-feature-item+.concept-feature-item {
  margin-top: 120px;
}

@media screen and (min-width: 576px) {
  .concept-feature-item {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }

  .concept-feature-item:nth-of-type(odd) {
    flex-flow: row-reverse wrap;
  }
}

@media screen and (min-width: 1400px) {
  .concept-feature-item+.concept-feature-item {
    margin-top: calc(120 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 576px) {
  .concept-feature-item+.concept-feature-item {
    margin-top: 150px;
  }
}

@media screen and (min-width: 576px) {
  .concept-feature-item_text-block {
    width: 57.143%;
  }
}

.concept-feature-item_number {
  font-family: var(--font-gothic-en);
  font-size: clamp(28px, 3.2vw, 32px);
  line-height: 1.02;
  color: var(--color-pink-flare);
  letter-spacing: 0.24em;
}

@media screen and (min-width: 1400px) {
  .concept-feature-item_number {
    font-size: calc(32 / var(--base-scale-width) * 100 * 1vw);
  }
}

.concept-feature-item_heading {
  margin-top: clamp(30px, 4vw, 40px);
  font-size: clamp(18px, 2vw, 20px);
  letter-spacing: 0.08em;
}

.concept-feature-item_heading::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
  content: "";
}

.concept-feature-item_heading::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .concept-feature-item_heading {
    margin-top: calc(40 / var(--base-scale-width) * 100 * 1vw);
    font-size: calc(20 / var(--base-scale-width) * 100 * 1vw);
  }
}

.concept-feature-item_text {
  margin-top: clamp(34px, 5vw, 50px);
  font-size: 14px;
  line-height: 2;
}

.concept-feature-item_text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}

.concept-feature-item_text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .concept-feature-item_text {
    margin-top: calc(50 / var(--base-scale-width) * 100 * 1vw);
    font-size: calc(14 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (min-width: 576px) {
  .concept-feature-item_image-block {
    width: 33.571%;
  }
}

@media screen and (max-width: 576px) {
  .concept-feature-item_image-block {
    margin-top: 48px;
  }
}

.concept-feature-item-picture {
  display: block;
  overflow: hidden;
}

.concept-feature-item-picture_img {
  width: 100%;
}

[data-animate] .concept-feature-item-picture_img {
  opacity: 0;
  transition: opacity 1.3s cubic-bezier(0.69, 0, 0.33, 1) 0s, transform 2s var(--ease-out-quad) 0s;
  transform: scale3d(1.05, 1.05, 1.05);
}

[data-animate="active"] .concept-feature-item-picture_img {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.concept-feature-item-ingredients {
  margin-top: 70px;
}

@media screen and (min-width: 1400px) {
  .concept-feature-item-ingredients {
    margin-top: calc(70 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 576px) {
  .concept-feature-item-ingredients {
    margin-top: 80px;
  }
}

.concept-feature-item-ingredients_heading {
  margin-bottom: 26px;
  font-size: 14px;
  line-height: 1.02;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 1400px) {
  .concept-feature-item-ingredients_heading {
    margin-bottom: calc(26 / var(--base-scale-width) * 100 * 1vw);
    font-size: calc(14 / var(--base-scale-width) * 100 * 1vw);
  }
}

.concept-feature-item-ingredients-item+.concept-feature-item-ingredients-item {
  margin-top: 40px;
}

@media screen and (min-width: 1400px) {
  .concept-feature-item-ingredients-item+.concept-feature-item-ingredients-item {
    margin-top: calc(40 / var(--base-scale-width) * 100 * 1vw);
  }
}

.concept-feature-item-ingredients-item_heading {
  display: grid;
  grid-template: "image name" auto "image efficacy" auto/36px auto;
  gap: 0 15px;
  align-content: center;
}

@media screen and (min-width: 1400px) {
  .concept-feature-item-ingredients-item_heading {
    grid-template-columns: calc(36 / var(--base-scale-width) * 100 * 1vw) auto;
    gap: 0 calc(15 / var(--base-scale-width) * 100 * 1vw);
  }
}

.concept-feature-item-ingredients-item-figure {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  display: flex;
  flex-flow: row wrap;
  grid-area: image;
  align-items: center;
  width: 100%;
}

.concept-feature-item-ingredients-item-figure_img {
  width: 100%;
  height: auto;
}

.concept-feature-item-ingredients-item_name {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: name;
  font-size: 14px;
  line-height: 1.6;
}

@media screen and (min-width: 1400px) {
  .concept-feature-item-ingredients-item_name {
    font-size: calc(14 / var(--base-scale-width) * 100 * 1vw);
  }
}

.concept-feature-item-ingredients-item_efficacy {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: efficacy;
  line-height: 1.6;
}

.concept-feature-item-ingredients-item_text {
  margin-top: 16px;
}

.concept-feature-item-ingredients-item_text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
  content: "";
}

.concept-feature-item-ingredients-item_text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
  content: "";
}

@media screen and (min-width: 576px) {
  .concept-feature-item-ingredients-item_text {
    padding-left: 50px;
  }
}

@media screen and (min-width: 1400px) {
  .concept-feature-item-ingredients-item_text {
    padding-left: calc(50 / var(--base-scale-width) * 100 * 1vw);
    margin-top: calc(16 / var(--base-scale-width) * 100 * 1vw);
  }
}

.concept-feature-item-prescriptions {
  margin-top: 80px;
}

@media screen and (min-width: 1400px) {
  .concept-feature-item-prescriptions {
    margin-top: calc(80 / var(--base-scale-width) * 100 * 1vw);
  }
}

.concept-feature-item-prescriptions-item+.concept-feature-item-prescriptions-item {
  margin-top: 80px;
}

@media screen and (min-width: 1400px) {
  .concept-feature-item-prescriptions-item+.concept-feature-item-prescriptions-item {
    margin-top: calc(80 / var(--base-scale-width) * 100 * 1vw);
  }
}

.concept-feature-item-prescriptions-item_heading {
  font-size: 14px;
  line-height: 1.02;
}

.concept-feature-item-prescriptions-item_heading::before {
  display: inline-block;
  margin-right: 0.4em;
  content: "-";
}

@media screen and (min-width: 1400px) {
  .concept-feature-item-prescriptions-item_heading {
    font-size: calc(14 / var(--base-scale-width) * 100 * 1vw);
  }
}

.concept-feature-item-prescriptions-item_text1 {
  padding-left: 12px;
  margin-top: 35px;
  font-size: 16px;
}

.concept-feature-item-prescriptions-item_text1::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
  content: "";
}

.concept-feature-item-prescriptions-item_text1::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .concept-feature-item-prescriptions-item_text1 {
    padding-left: calc(12 / var(--base-scale-width) * 100 * 1vw);
    margin-top: calc(35 / var(--base-scale-width) * 100 * 1vw);
    font-size: calc(16 / var(--base-scale-width) * 100 * 1vw);
  }
}

.concept-feature-item-prescriptions-item_text2 {
  padding-left: 12px;
  margin-top: 40px;
  font-size: 14px;
  line-height: 2;
}

.concept-feature-item-prescriptions-item_text2::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}

.concept-feature-item-prescriptions-item_text2::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .concept-feature-item-prescriptions-item_text2 {
    padding-left: calc(12 / var(--base-scale-width) * 100 * 1vw);
    margin-top: calc(40 / var(--base-scale-width) * 100 * 1vw);
    font-size: calc(14 / var(--base-scale-width) * 100 * 1vw);
  }
}

.concept-feature-item-free-prescription {
  margin-top: 50px;
}

@media screen and (min-width: 1050px) {
  .concept-feature-item-free-prescription {
    display: flex;
    flex-flow: row wrap;
    gap: 13px;
    align-items: center;
  }
}

@media screen and (min-width: 1400px) {
  .concept-feature-item-free-prescription {
    gap: calc(13 / var(--base-scale-width) * 100 * 1vw);
    margin-top: calc(50 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 1050px) {
  .concept-feature-item-free-prescription {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 21px;
    align-items: center;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 50px;
  }
}

@media screen and (max-width: 576px) {
  .concept-feature-item-free-prescription {
    margin-right: auto;
    margin-left: auto;
  }
}

.concept-feature-item-free-prescription_item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 104px;
  aspect-ratio: 1/1;
  line-height: 1.5;
  text-align: center;
  background-color: var(--color-hint-of-red);
  border-radius: 100vmax;
}

@media screen and (min-width: 1400px) {
  .concept-feature-item-free-prescription_item {
    width: calc(104 / var(--base-scale-width) * 100 * 1vw);
    height: calc(104 / var(--base-scale-width) * 100 * 1vw);
  }
}

.concept-feature-item_text2 {
  margin-top: 40px;
  font-size: 14px;
  line-height: 2;
}

.concept-feature-item_text2::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}

.concept-feature-item_text2::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .concept-feature-item_text2 {
    margin-top: calc(40 / var(--base-scale-width) * 100 * 1vw);
    font-size: calc(14 / var(--base-scale-width) * 100 * 1vw);
  }
}

.concept-feature-item_annotation {
  padding-left: 1.2em;
  margin-top: 18px;
  font-size: 11px;
  text-indent: -1.2em;
}

.concept-feature-item_annotation::before {
  margin-right: 0.2em;
  content: "â€»";
}

@media screen and (min-width: 1400px) {
  .concept-feature-item_annotation {
    margin-top: calc(18 / var(--base-scale-width) * 100 * 1vw);
    font-size: calc(11 / var(--base-scale-width) * 100 * 1vw);
  }
}

.concept-moist-veil {
  padding: 75px 0 84px;
  border-image-source: linear-gradient(to right, rgba(224, 194, 196, 0.25), rgba(224, 194, 196, 0.25));
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw 0 100vw;
}

@media screen and (min-width: 1400px) {
  .concept-moist-veil {
    padding-top: calc(75 / var(--base-scale-width) * 100 * 1vw);
    padding-bottom: calc(84 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 770px) {
  .concept-moist-veil {
    padding: 100px 0;
  }
}

.concept-moist-veil_head {
  text-align: center;
}

.concept-moist-veil_body {
  max-width: 647px;
  margin: 0 auto;
}

@media screen and (min-width: 1400px) {
  .concept-moist-veil_body {
    max-width: calc(647 / var(--base-scale-width) * 100 * 1vw);
  }
}

.concept-moist-veil_heading {
  margin-top: 48px;
  font-size: 18px;
  line-height: 1.555;
  text-align: center;
  letter-spacing: 0.08em;
}

.concept-moist-veil_heading::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.555) * 0.5em);
  content: "";
}

.concept-moist-veil_heading::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.555) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .concept-moist-veil_heading {
    margin-top: calc(48 / var(--base-scale-width) * 100 * 1vw);
    font-size: calc(18 / var(--base-scale-width) * 100 * 1vw);
  }
}

.concept-moist-veil_image-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 55px;
}

@media screen and (min-width: 1400px) {
  .concept-moist-veil_image-block {
    margin-top: calc(55 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 770px) {
  .concept-moist-veil_image-block {
    margin-right: calc(50% - 50vw + var(--scroll-bar-width) / 2);
    margin-left: calc(50% - 50vw + var(--scroll-bar-width) / 2);
  }
}

@media screen and (max-width: 576px) {
  .concept-moist-veil_image-block {
    margin-top: 40px;
  }
}

.concept-moist-veil-picture {
  display: block;
  aspect-ratio: 323/486;
  overflow: hidden;
}

.concept-moist-veil-picture_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

[data-animate] .concept-moist-veil-picture_img {
  opacity: 0;
  transition: opacity 1.3s cubic-bezier(0.69, 0, 0.33, 1) 0s, transform 2s var(--ease-out-quad) 0s;
  transform: scale3d(1.05, 1.05, 1.05);
}

[data-animate="active"] .concept-moist-veil-picture_img {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.concept-moist-veil_text {
  margin-top: clamp(40px, 5.5vw, 55px);
  font-size: 14px;
  line-height: 2;
}

.concept-moist-veil_text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}

.concept-moist-veil_text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .concept-moist-veil_text {
    margin-top: calc(55 / var(--base-scale-width) * 100 * 1vw);
    font-size: calc(14 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (min-width: 576px) {
  .concept-moist-veil_text {
    text-align: center;
  }
}

@media screen and (max-width: 576px) {
  .concept-moist-veil_text br {
    display: none;
  }
}

.concept-puff-smooth-gentle-moist {
  padding: 75px 0 84px;
  border-image-source: linear-gradient(to right, rgba(231, 218, 204, 0.25) 0%, rgba(231, 218, 204, 0.25) 50%, rgba(182, 196, 210, 0.25) 50%, rgba(182, 196, 210, 0.25) 100%);
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw 0 100vw;
}

@media screen and (min-width: 1400px) {
  .concept-puff-smooth-gentle-moist {
    padding-top: calc(75 / var(--base-scale-width) * 100 * 1vw);
    padding-bottom: calc(84 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 770px) {
  .concept-puff-smooth-gentle-moist {
    padding: 100px 0 105px;
  }
}

.concept-puff-smooth-gentle-moist_head {
  text-align: center;
}

.concept-puff-smooth-gentle-moist_body {
  max-width: 647px;
  margin: 0 auto;
}

@media screen and (min-width: 1400px) {
  .concept-puff-smooth-gentle-moist_body {
    max-width: calc(647 / var(--base-scale-width) * 100 * 1vw);
  }
}

.concept-puff-smooth-gentle-moist_heading {
  margin-top: 48px;
  font-size: 18px;
  line-height: 1.555;
  text-align: center;
  letter-spacing: 0.08em;
}

.concept-puff-smooth-gentle-moist_heading::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.555) * 0.5em);
  content: "";
}

.concept-puff-smooth-gentle-moist_heading::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.555) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .concept-puff-smooth-gentle-moist_heading {
    margin-top: calc(48 / var(--base-scale-width) * 100 * 1vw);
    font-size: calc(18 / var(--base-scale-width) * 100 * 1vw);
  }
}

.concept-puff-smooth-gentle-moist_image-block {
  margin-top: 55px;
}

@media screen and (min-width: 1400px) {
  .concept-puff-smooth-gentle-moist_image-block {
    margin-top: calc(55 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 576px) {
  .concept-puff-smooth-gentle-moist_image-block {
    margin-top: 40px;
  }
}

.concept-puff-smooth-gentle-moist-picture {
  display: block;
  overflow: hidden;
}

@media screen and (max-width: 770px) {
  .concept-puff-smooth-gentle-moist-picture {
    margin-right: calc(50% - 50vw + var(--scroll-bar-width) / 2);
    margin-left: calc(50% - 50vw + var(--scroll-bar-width) / 2);
  }
}

.concept-puff-smooth-gentle-moist-picture_img {
  width: 100%;
  height: auto;
}

[data-animate] .concept-puff-smooth-gentle-moist-picture_img {
  opacity: 0;
  transition: opacity 1.3s cubic-bezier(0.69, 0, 0.33, 1) 0s, transform 2s var(--ease-out-quad) 0s;
  transform: scale3d(1.05, 1.05, 1.05);
}

[data-animate="active"] .concept-puff-smooth-gentle-moist-picture_img {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.concept-puff-smooth-gentle-moist_text {
  margin-top: clamp(40px, 5.5vw, 55px);
  font-size: 14px;
  line-height: 2;
}

.concept-puff-smooth-gentle-moist_text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}

.concept-puff-smooth-gentle-moist_text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .concept-puff-smooth-gentle-moist_text {
    margin-top: calc(55 / var(--base-scale-width) * 100 * 1vw);
    font-size: calc(14 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (min-width: 576px) {
  .concept-puff-smooth-gentle-moist_text {
    text-align: center;
  }
}

@media screen and (max-width: 576px) {
  .concept-puff-smooth-gentle-moist_text br {
    display: none;
  }
}

.concept-annotations {
  padding: clamp(35px, 4vw, 40px) 0;
}

@media screen and (min-width: 1400px) {
  .concept-annotations {
    padding: calc(40 / var(--base-scale-width) * 100 * 1vw) 0;
  }
}

.concept-annotations-item {
  padding-left: 1.3em;
  font-size: 10px;
  line-height: 1.6;
  text-indent: -1.3em;
}

.concept-annotations-item+.concept-annotations-item {
  margin-top: 0.3em;
}

@media screen and (min-width: 1400px) {
  .concept-annotations-item {
    font-size: calc(10 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (min-width: 1024px) {

  .lineup-content,
  .lineup-single-content {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1024px) {

  .lineup-content_head,
  .lineup-single-content_head {
    position: sticky;
    top: 100px;
    z-index: 10;
    width: 170px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 1400px) {

  .lineup-content_head,
  .lineup-single-content_head {
    width: calc(200 / var(--base-scale-width) * 100 * 1vw);
    padding-bottom: calc(40 / var(--base-scale-width) * 100 * 1vw);
  }
}

.lineup-local-nav {
  margin-top: clamp(50px, 8vw, 80px);
}

@media screen and (min-width: 1400px) {
  .lineup-local-nav {
    margin-top: calc(80 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 1023px) {
  .lineup-local-nav {
    max-width: 740px;
    margin-left: auto;
  }
}

@media screen and (max-width: 769px) {
  .lineup-local-nav {
    padding: 0 4.267vw;
  }
}

@media screen and (min-width: 1024px) {
  .lineup-local-nav-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 28px 20px;
  }
}

@media screen and (min-width: 1400px) {
  .lineup-local-nav-list {
    gap: calc(28 / var(--base-scale-width) * 100 * 1vw) calc(20 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (min-width: 770px) and (max-width: 1023px) {
  .lineup-local-nav-list {
    display: flex;
    flex-flow: row wrap;
    gap: 28px 45px;
    align-items: center;
  }
}

@media screen and (max-width: 769px) {
  .lineup-local-nav-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 33px 20px;
  }
}

a.lineup-local-nav-item_link {
  display: grid;
  grid-template: "icon text" auto "icon category" auto/24px auto;
  gap: 6px clamp(7px, 1.2vw, 12px);
  align-items: center;
  color: var(--base-text-color);
  text-decoration: none;
  transition: color 0.25s ease-out;
}

@media (any-hover: hover) {

  a.lineup-local-nav-item_link:hover .lineup-local-nav-item_icon,
  a.lineup-local-nav-item_link:active .lineup-local-nav-item_icon {
    color: #fff;
    background-color: var(--color-pink-flare);
  }

  a.lineup-local-nav-item_link:hover .lineup-local-nav-item_category,
  a.lineup-local-nav-item_link:active .lineup-local-nav-item_category {
    color: #bbbab5;
  }
}

@media screen and (min-width: 1400px) {
  a.lineup-local-nav-item_link {
    grid-template-columns: calc(24 / var(--base-scale-width) * 100 * 1vw) auto;
    gap: calc(6 / var(--base-scale-width) * 100 * 1vw) calc(12 / var(--base-scale-width) * 100 * 1vw);
  }

  a.lineup-local-nav-item_link .lineup-local-nav-item_icon {
    font-size: calc(7 / var(--base-scale-width) * 100 * 1vw);
  }
}

.lineup-local-nav-item_icon {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  display: flex;
  flex-flow: row wrap;
  grid-area: icon;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 7px;
  color: var(--base-text-color);
  letter-spacing: 0;
  background-color: var(--color-wild-sand);
  border-radius: 100vmax;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}

@media screen and (min-width: 1400px) {
  .lineup-local-nav-item_icon {
    width: calc(24 / var(--base-scale-width) * 100 * 1vw);
    height: calc(24 / var(--base-scale-width) * 100 * 1vw);
    font-size: calc(7 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (min-width: 1025px) {
  .is-active .lineup-local-nav-item_icon {
    color: #fff;
    background-color: var(--color-pink-flare);
  }
}

@media screen and (max-width: 1023px) {
  .lineup-local-nav-item_icon {
    transform: rotate(90deg);
  }
}

.lineup-local-nav-item_text {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: text;
  padding-top: 0.2em;
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: 1.02;
}

.shop-single-information-item>.lineup-local-nav-item_text {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

@media screen and (min-width: 1400px) {
  .lineup-local-nav-item_text {
    font-size: calc(14 / var(--base-scale-width) * 100 * 1vw);
  }
}

.lineup-local-nav-item_category {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: category;
  padding-left: 0.1em;
  font-family: var(--font-gothic-en);
  font-size: clamp(8px, 0.9vw, 9px);
  font-weight: 500;
  line-height: 1.02;
  color: var(--color-quill-gray);
  letter-spacing: 0.1em;
  transition: color 0.2s ease-out;
}

@media screen and (min-width: 1400px) {
  .lineup-local-nav-item_category {
    font-size: calc(9 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (min-width: 1025px) {
  .is-active .lineup-local-nav-item_category {
    color: #bbbab5;
  }
}

@media screen and (min-width: 1024px) {

  .lineup-content_body,
  .lineup-single-content_body {
    width: 70%;
    padding-top: 130px;
    padding-right: 9%;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1400px) {

  .lineup-content_body,
  .lineup-single-content_body {
    width: 75%;
    padding-right: 5%;
  }
}

@media screen and (min-width: 1400px) {

  .lineup-content_body,
  .lineup-single-content_body {
    padding-top: calc(130 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 1023px) {

  .lineup-content_body,
  .lineup-single-content_body {
    max-width: 740px;
    margin-top: clamp(60px, 10vw, 100px);
    margin-left: auto;
  }
}

@media screen and (min-width: 1024px) {
  .lineup-single-content_body {
    padding-right: 7%;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .lineup-single-content_body {
    width: 75%;
    padding-right: 5%;
  }
}

.lineup-series._home-care {
  padding-bottom: clamp(80px, 12vw, 120px);
}

.lineup-series._salon-care {
  padding-top: clamp(80px, 12vw, 120px);
  padding-bottom: clamp(115px, 16vw, 160px);
  border-image-source: linear-gradient(var(--color-hint-of-red), var(--color-hint-of-red));
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw 0 100vw;
}

@media screen and (min-width: 1400px) {
  .lineup-series._home-care {
    padding-bottom: calc(120 / var(--base-scale-width) * 100 * 1vw);
  }

  .lineup-series._salon-care {
    scroll-margin-top: 0;
    padding-top: calc(120 / var(--base-scale-width) * 100 * 1vw);
    padding-bottom: calc(160 / var(--base-scale-width) * 100 * 1vw);
  }
}

.lineup-series-heading {
  padding-bottom: 32px;
  border-bottom: 1px solid var(--line-color);
}

@media screen and (min-width: 1400px) {
  .lineup-series-heading {
    padding-bottom: calc(32 / var(--base-scale-width) * 100 * 1vw);
  }
}

.lineup-series-heading_en {
  display: block;
  font-family: var(--font-gothic-en);
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: 1.02;
  text-transform: uppercase;
  letter-spacing: 0.24em;
}

.lineup-series-heading_en::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.02) * 0.5em);
  content: "";
}

.lineup-series-heading_en::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.02) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .lineup-series-heading_en {
    font-size: calc(18 / var(--base-scale-width) * 100 * 1vw);
  }
}

.lineup-series-heading_ja {
  display: block;
  margin-top: clamp(8px, 1.2vw, 12px);
  font-size: 11px;
  line-height: 1.02;
}

.lineup-series-heading_ja::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.02) * 0.5em);
  content: "";
}

.lineup-series-heading_ja::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.02) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .lineup-series-heading_ja {
    margin-top: calc(12 / var(--base-scale-width) * 100 * 1vw);
    font-size: calc(11 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 770px) {
  .lineup-series-heading_ja {
    font-size: 12px;
  }
}

.lineup-series_body {
  margin-top: clamp(40px, 8vw, 80px);
}

@media screen and (min-width: 1400px) {
  .lineup-series_body {
    margin-top: calc(80 / var(--base-scale-width) * 100 * 1vw);
  }
}

.lineup-series-item {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.lineup-series-item+.lineup-series-item {
  margin-top: clamp(80px, 12vw, 120px);
}

@media screen and (min-width: 1400px) {
  .lineup-series-item+.lineup-series-item {
    margin-top: calc(120 / var(--base-scale-width) * 100 * 1vw);
  }
}

.lineup-series-item_head {
  width: 19.672%;
}

@media screen and (max-width: 1023px) {
  .lineup-series-item_head {
    top: clamp(50px, 10vw, 100px);
  }
}

.lineup-series-item-heading {
  position: relative;
  width: clamp(34px, 4.4vw, 44px);
  writing-mode: vertical-rl;
}

@media screen and (min-width: 1400px) {
  .lineup-series-item-heading {
    width: calc(44 / var(--base-scale-width) * 100 * 1vw);
  }
}

.lineup-series-item_en {
  display: block;
  font-family: var(--font-gothic-en);
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: 1.02;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  white-space: nowrap;
}

.lineup-series-item_en::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.02) * 0.5em);
  content: "";
}

.lineup-series-item_en::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.02) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .lineup-series-item_en {
    font-size: calc(16 / var(--base-scale-width) * 100 * 1vw);
  }
}

.lineup-series-item_ja {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-size: clamp(10px, 1.1vw, 11px);
  line-height: 1.02;
  white-space: nowrap;
  writing-mode: horizontal-tb;
  transform: rotate(90deg) translateY(-100%);
  transform-origin: top left;
}

.lineup-series-item_ja::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.02) * 0.5em);
  content: "";
}

.lineup-series-item_ja::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.02) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .lineup-series-item_ja {
    font-size: calc(11 / var(--base-scale-width) * 100 * 1vw);
  }
}

.lineup-series-item_body {
  width: 80.328%;
  margin-left: auto;
}

.lineup-series-item_heading {
  margin-bottom: 40px;
  font-size: clamp(12px, 1.6vw, 16px);
  line-height: 1.875;
  letter-spacing: 0.08em;
}

.lineup-series-item_heading::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.875) * 0.5em);
  content: "";
}

.lineup-series-item_heading::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.875) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .lineup-series-item_heading {
    margin-bottom: calc(40 / var(--base-scale-width) * 100 * 1vw);
    font-size: calc(16 / var(--base-scale-width) * 100 * 1vw);
  }
}

.lineup-product-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 14.286%;
  width: 100%;
}

@media screen and (min-width: 1400px) {
  .lineup-product-list {
    row-gap: calc(48 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 1023px) {
  .lineup-product-list {
    -moz-column-gap: 10.672%;
    column-gap: 10.672%;
  }
}

a.lineup-product-item_link {
  display: block;
  text-decoration: none;
}

@media (any-hover: hover) {

  a.lineup-product-item_link:hover .lineup-product-item-picture,
  a.lineup-product-item_link:active .lineup-product-item-picture {
    background-color: var(--color-wild-sand);
  }
}

.lineup-product-item-picture {
  position: relative;
  display: block;
  overflow: hidden;
  transition: background-color 0.3s ease-out;
}

.p-lineup-single .lineup-product-item-picture,
._home-care .lineup-product-item-picture {
  background-color: var(--color-hint-of-red);
}

._salon-care .lineup-product-item-picture,
.p-magazine .lineup-product-item-picture {
  background-color: #fff;
}

[data-animate] .lineup-product-item-picture::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  background-color: var(--color-wild-sand);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: opacity 2.5s ease-out 0.3s;
}

._home-care [data-animate] .lineup-product-item-picture::after {
  background-color: var(--color-hint-of-red);
}

._salon-care [data-animate] .lineup-product-item-picture::after,
.p-magazine [data-animate] .lineup-product-item-picture::after {
  background-color: #fff;
}

[data-animate="active"] .lineup-product-item-picture::after {
  opacity: 0;
}

.lineup-product-item-picture_img {
  width: 100%;
  height: auto;
  transition: transform 0.7s ease-out;
}

.lineup-product-item-name {
  margin-top: 16px;
}

@media screen and (max-width: 770px) {
  .lineup-product-item-name {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1400px) {
  .lineup-product-item-name {
    margin-top: calc(16 / var(--base-scale-width) * 100 * 1vw);
  }
}

.lineup-product-item-name_en {
  display: block;
  font-family: var(--font-gothic-en);
  font-size: clamp(11px, 1.2rem, 12px);
  line-height: 1.63;
  letter-spacing: 0.26em;
}

.lineup-product-item-name_en::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.63) * 0.5em);
  content: "";
}

.lineup-product-item-name_en::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.63) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .lineup-product-item-name_en {}
}

@media screen and (max-width: 576px) {
  .lineup-product-item-name_en {
    letter-spacing: 0.2em;
  }
}

.lineup-product-item-name_ja {
  display: block;
  margin-top: clamp(12px, 1.5vw, 15px);
  font-size: clamp(9px, 1.2rem, 12px);
  line-height: 2;
  letter-spacing: 0;
}

.lineup-product-item-name_ja::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}

.lineup-product-item-name_ja::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .lineup-product-item-name_ja {
    margin-top: calc(15 / var(--base-scale-width) * 100 * 1vw);
  }
}

.product {
  width: 100%;
}

@media screen and (min-width: 576px) and (max-width: 770px) {
  .product {
    max-width: 500px;
    margin: 0 auto;
  }
}

.product-head {
  width: 100%;
  padding-bottom: clamp(100px, 12vw, 120px);
}

@media screen and (min-width: 1400px) {
  .product-head {
    padding-bottom: calc(120 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (min-width: 770px) {
  .product-head {
    display: grid;
    grid-template: "image text" auto/44.18% auto;
    gap: 0 7.937%;
  }

  .product-head>.lineup-local-nav-item_text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}

@media screen and (min-width: 770px) {
  .product-head_image-block {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    grid-area: image;
  }
}

.product-picture {
  display: block;
}

.product-picture_img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 770px) {
  .product-head_text-block {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: text;
  }

  .shop-single-information-item>.product-head_text-block {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}

@media screen and (max-width: 770px) {
  .product-head_text-block {
    margin-top: 35px;
  }
}

.product_name-en {
  font-family: var(--font-gothic-en);
  font-size: 21px;
  line-height: 1.6;
  letter-spacing: 0.24em;
}

.product_name-en::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}

.product_name-en::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .product_name-en {
    font-size: calc(21 / var(--base-scale-width) * 100 * 1vw);
  }
}

.product_name-ja {
  margin-top: 12px;
  font-size: 12px;
}

@media screen and (min-width: 1400px) {
  .product_name-ja {
    margin-top: calc(12 / var(--base-scale-width) * 100 * 1vw);
  }
}

.product_sales-name {
  font-size: 12px;
}

@media screen and (min-width: 1400px) {
  .product_sales-name {}
}

.product_price,
.product_capacity {
  font-family: var(--font-gothic-en);
  font-size: 12px;
  font-weight: 300;
  line-height: 1.02;
  letter-spacing: 0.1em;
}

.product_price::before,
.product_capacity::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.02) * 0.5em);
  content: "";
}

.product_price::after,
.product_capacity::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.02) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {

  .product_price,
  .product_capacity {}
}

.product_price+.product_capacity {
  margin-top: 10px;
}

@media screen and (min-width: 1400px) {
  .product_price+.product_capacity {
    margin-top: calc(10 / var(--base-scale-width) * 100 * 1vw);
  }
}

.product_nonmedicinal-product {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.6em 0.8em;
  margin-top: 17px;
  font-size: 10px;
  line-height: 1;
  border: 1px solid #aaa;
}

@media screen and (min-width: 1400px) {
  .product_nonmedicinal-product {
    margin-top: calc(17 / var(--base-scale-width) * 100 * 1vw);
    font-size: calc(10 / var(--base-scale-width) * 100 * 1vw);
  }
}

.product-description {
  margin-top: 42px;
}

.product-description:first-of-type {
  margin-top: 36px;
}

@media screen and (min-width: 1400px) {
  .product-description {
    margin-top: calc(42 / var(--base-scale-width) * 100 * 1vw);
  }

  .product-description:first-of-type {
    margin-top: calc(36 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 576px) {
  .product-description {
    margin-top: 48px;
  }
}

.product-description_heading {
  margin-bottom: 26px;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.product-description_heading::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}

.product-description_heading::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .product-description_heading {
    margin-bottom: calc(26 / var(--base-scale-width) * 100 * 1vw);
    font-size: calc(16 / var(--base-scale-width) * 100 * 1vw);
  }
}

.product-description_text {
  font-size: 14px;
  line-height: 2;
}

.product-description_text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}

.product-description_text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .product-description_text {
    font-size: calc(14 / var(--base-scale-width) * 100 * 1vw);
  }
}

.product_note {
  padding: 0.7em;
  margin-top: 20px;
  font-size: 12px;
  text-align: center;
  background-color: rgba(214, 213, 210, 0.3);
}

@media screen and (min-width: 1400px) {
  .product_note {
    margin-top: calc(20 / var(--base-scale-width) * 100 * 1vw);
  }
}

.product_separator {
  margin: 48px 0;
}

@media screen and (min-width: 1400px) {
  .product_separator {
    margin: calc(48 / var(--base-scale-width) * 100 * 1vw) 0;
  }
}

.product-detail+.product-detail {
  margin-top: 50px;
}

@media screen and (min-width: 1400px) {
  .product-detail+.product-detail {
    margin-top: calc(50 / var(--base-scale-width) * 100 * 1vw);
  }
}

.product-detail_heading {
  line-height: 1.6;
}

.product-detail_heading::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}

.product-detail_heading::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}

.product-detail_heading::before {
  display: inline-block;
  margin-right: 1em;
  content: "-";
}

.product-detail_body {
  margin-top: 22px;
}

@media screen and (min-width: 1400px) {
  .product-detail_body {
    margin-top: calc(22 / var(--base-scale-width) * 100 * 1vw);
  }
}

.product-ingredients-item {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  align-items: center;
}

.product-ingredients-item+.product-ingredients-item {
  margin-top: 8px;
}

@media screen and (min-width: 1400px) {
  .product-ingredients-item {
    gap: calc(10 / var(--base-scale-width) * 100 * 1vw);
  }

  .product-ingredients-item+.product-ingredients-item {
    margin-top: calc(8 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (min-width: 1400px) {
  .product-ingredients-item-figure_img {
    width: calc(24 / var(--base-scale-width) * 100 * 1vw);
  }
}

.product-ingredients-item_text {
  line-height: 1.6;
}

.product-ingredients-item_text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}

.product-ingredients-item_text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}

@media screen and (min-width: 1240px) {
  .product-free-prescription-list {
    display: flex;
    flex-flow: row wrap;
    gap: 13px;
    align-items: center;
  }
}

@media screen and (min-width: 1400px) {
  .product-free-prescription-list {
    gap: calc(13 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 1240px) {
  .product-free-prescription-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (max-width: 576px) {
  .product-free-prescription-list {
    margin: 0 auto;
  }
}

.product-free-prescription-item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  aspect-ratio: 1/1;
  line-height: 1.5;
  text-align: center;
  background-color: var(--color-wild-sand);
  border-radius: 100vmax;
}

@media screen and (min-width: 1400px) {
  .product-free-prescription-item {
    width: calc(80 / var(--base-scale-width) * 100 * 1vw);
    height: calc(80 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 770px) {
  .product-free-prescription-item {
    width: 104px;
    height: 104px;
  }
}

.product-detail_text {
  margin-top: 24px;
  font-size: 11px;
  line-height: 2.181;
}

.product-detail_text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.181) * 0.5em);
  content: "";
}

.product-detail_text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.181) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .product-detail_text {
    margin-top: calc(24 / var(--base-scale-width) * 100 * 1vw);
    font-size: calc(11 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 770px) {
  .product-detail_text {
    margin-top: 40px;
    font-size: 14px;
  }
}

.product-detail-annotation {
  margin-top: 15px;
}

@media screen and (min-width: 1400px) {
  .product-detail-annotation {
    margin-top: calc(15 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 770px) {
  .product-detail-annotation {
    margin-top: 20px;
  }
}

.product-detail-annotation_item {
  padding-left: 1.2em;
  font-size: 10px;
  text-indent: -1.2em;
}

.product-detail-annotation_item::before {
  margin-right: 0.2em;
  content: "â€»";
}

.product-detail-annotation_item+.product-detail-annotation_item {
  margin-top: 0.3em;
}

@media screen and (min-width: 1400px) {
  .product-detail-annotation_item {
    font-size: calc(10 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 770px) {
  .product-detail-annotation_item {
    font-size: 11px;
  }
}

.product-body {
  padding-top: clamp(100px, 12vw, 120px);
  border-image-source: linear-gradient(var(--color-hint-of-red), var(--color-hint-of-red));
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw 0 100vw;
}

@media screen and (min-width: 1400px) {
  .product-body {
    padding-top: calc(120 / var(--base-scale-width) * 100 * 1vw);
  }
}

.product-feature+.product-feature {
  margin-top: 100px;
}

.product-feature:last-of-type {
  padding-bottom: clamp(80px, 12vw, 120px);
}

@media screen and (min-width: 1400px) {
  .product-feature+.product-feature {
    margin-top: calc(100 / var(--base-scale-width) * 100 * 1vw);
  }

  .product-feature:last-of-type {
    padding-bottom: calc(120 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (min-width: 770px) {
  .product-feature {
    display: grid;
    grid-template: "head body" auto/auto 69.845%;
    gap: 0 3.7%;
  }

  .product-feature>.top-news-content_head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .product-feature>.top-news-content_body {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}

@media screen and (max-width: 770px) {
  .product-feature+.product-feature {
    margin-top: 120px;
  }
}

@media screen and (min-width: 770px) {
  .product-feature_head {
    grid-area: head;
  }
}

.contact-information>.product-feature_head {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.product-feature-heading_ja {
  display: block;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.product-feature-heading_ja::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}

.product-feature-heading_ja::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .product-feature-heading_ja {
    font-size: calc(16 / var(--base-scale-width) * 100 * 1vw);
  }
}

.product-feature-heading_en {
  display: block;
  margin-top: 16px;
  font-family: var(--font-gothic-en);
  font-size: 9px;
  font-weight: 300;
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.product-feature-heading_en::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}

.product-feature-heading_en::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .product-feature-heading_en {
    margin-top: calc(16 / var(--base-scale-width) * 100 * 1vw);
    font-size: calc(9 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (min-width: 770px) {
  .product-feature_body {
    grid-area: body;
  }
}

.contact-information>.product-feature_body {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

@media screen and (max-width: 770px) {
  .product-feature_body {
    margin-top: 48px;
  }
}

.product-feature_heading2 {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.8;
}

.product-feature_heading2::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
  content: "";
}

.product-feature_heading2::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .product-feature_heading2 {
    margin-bottom: calc(30 / var(--base-scale-width) * 100 * 1vw);
    font-size: calc(16 / var(--base-scale-width) * 100 * 1vw);
  }
}

.product-feature_text {
  font-size: 14px;
  line-height: 2;
}

.product-feature_text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}

.product-feature_text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .product-feature_text {
    font-size: calc(14 / var(--base-scale-width) * 100 * 1vw);
  }
}

.product-fragrance-list {
  display: flex;
  flex-flow: row wrap;
  gap: 15px 15px;
  align-items: center;
  width: 100%;
  margin-top: 30px;
}

@media screen and (min-width: 1400px) {
  .product-fragrance-list {
    gap: calc(15 / var(--base-scale-width) * 100 * 1vw) calc(15 / var(--base-scale-width) * 100 * 1vw);
    margin-top: calc(30 / var(--base-scale-width) * 100 * 1vw);
  }
}

.product-fragrance-item-figure {
  width: 49px;
}

@media screen and (min-width: 1400px) {
  .product-fragrance-item-figure {
    width: calc(49 / var(--base-scale-width) * 100 * 1vw);
  }
}

.product-fragrance-item-figure_img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 576px) {
  .product-main-ingredients {
    display: grid;
    grid-template: "image text" auto/105px auto;
    gap: 5.682%;
    align-items: center;
  }

  .product-main-ingredients>.lineup-local-nav-item_text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .product-main-ingredients>.product-head_text-block {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}

@media screen and (min-width: 1400px) {
  .product-main-ingredients {
    grid-template-columns: calc(105 / var(--base-scale-width) * 100 * 1vw) auto;
  }
}

@media screen and (max-width: 576px) {
  .product-main-ingredients {
    display: flex;
    flex-flow: column wrap;
    gap: 22px;
    align-items: center;
  }
}

@media screen and (min-width: 576px) {
  .product-main-ingredients_image-block {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    grid-area: image;
  }
}

.product-main-ingredients-figure_img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1400px) {
  .product-main-ingredients-figure_img {
    max-width: 105px;
  }
}

@media screen and (min-width: 576px) {
  .product-main-ingredients_text-block {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: text;
  }

  .shop-single-information-item>.product-main-ingredients_text-block {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}

.product-main-ingredients_heading {
  font-size: 14px;
  line-height: 1.6;
}

@media screen and (min-width: 1400px) {
  .product-main-ingredients_heading {
    font-size: calc(14 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 576px) {
  .product-main-ingredients_heading {
    text-align: center;
  }
}

@media screen and (max-width: 576px) {
  .product-main-ingredients_heading-text {
    text-align: center;
  }
}

.product-main-ingredients_text {
  margin-top: 22px;
}

@media screen and (min-width: 1400px) {
  .product-main-ingredients_text {
    margin-top: calc(22 / var(--base-scale-width) * 100 * 1vw);
  }
}

.product-feature-list {
  line-height: 1.6;
}

.product-feature-list::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}

.product-feature-list::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}

.product-feature-list_item {
  padding-left: 1.4em;
  font-size: 14px;
  text-indent: -1.4em;
}

.product-feature-list_item::before {
  margin-right: 0.4em;
  content: "â–¡";
}

.product-feature-list_item+.product-feature-list_item {
  margin-top: 8px;
}

@media screen and (min-width: 1400px) {
  .product-feature-list_item {
    font-size: calc(14 / var(--base-scale-width) * 100 * 1vw);
  }

  .product-feature-list_item+.product-feature-list_item {
    margin-top: calc(8 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 576px) {
  .product-howtouse-content {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}

.product-howtouse-item+.product-howtouse-item {
  margin-top: 80px;
}

@media screen and (min-width: 1400px) {
  .product-howtouse-item+.product-howtouse-item {
    margin-top: calc(80 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 576px) {
  .product-howtouse-item+.product-howtouse-item {
    margin-top: 120px;
  }
}

.product-howtouse-item_body {
  margin-top: 40px;
}

@media screen and (min-width: 1400px) {
  .product-howtouse-item_body {
    margin-top: calc(40 / var(--base-scale-width) * 100 * 1vw);
  }
}

.product-howtouse-item-heading_ja {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.product-howtouse-item-heading_ja::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}

.product-howtouse-item-heading_ja::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .product-howtouse-item-heading_ja {
    font-size: calc(16 / var(--base-scale-width) * 100 * 1vw);
  }
}

.product-howtouse-item-heading_en {
  display: block;
  margin-top: 8px;
  font-family: var(--font-gothic-en);
  font-size: 9px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.2em;
}

.product-howtouse-item-heading_en::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}

.product-howtouse-item-heading_en::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .product-howtouse-item-heading_en {
    margin-top: calc(8 / var(--base-scale-width) * 100 * 1vw);
    font-size: calc(9 / var(--base-scale-width) * 100 * 1vw);
  }
}

.product-howtouse-steps {
  max-width: 420px;
}

@media screen and (min-width: 1400px) {
  .product-howtouse-steps {
    max-width: calc(420 / var(--base-scale-width) * 100 * 1vw);
  }
}

.product-howtouse-steps-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 7.619%;
}

@media screen and (max-width: 576px) {
  .product-howtouse-steps-list {
    grid-template-columns: repeat(1, 1fr);
    max-width: 200px;
    margin-inline: auto;
  }
}

.product-howtouse-steps-item {
  position: relative;
}

.product-howtouse-steps-item_number {
  font-family: var(--font-gothic-en);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.02;
}

@media screen and (min-width: 576px) {
  .product-howtouse-steps-item_number {
    text-align: center;
  }
}

@media screen and (min-width: 1400px) {
  .product-howtouse-steps-item_number {
    font-size: calc(14 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 576px) {
  .product-howtouse-steps-item_number {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 22px;
  }
}

.product-howtouse-steps-item-figure {
  display: block;
  line-height: 1.02;
}

@media screen and (min-width: 576px) {
  .product-howtouse-steps-item-figure {
    margin-top: 18px;
  }
}

@media screen and (min-width: 1400px) {
  .product-howtouse-steps-item-figure {
    margin-top: calc(18 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 576px) {
  .product-howtouse-steps-item-figure {
    max-width: 160px;
    margin: 0 auto;
  }
}

.product-howtouse-steps-item-figure_img {
  width: 100%;
}

.product-howtouse-steps-item_text {
  margin-top: 18px;
  font-size: 12px;
  line-height: 1.833;
}

.product-howtouse-steps-item_text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.833) * 0.5em);
  content: "";
}

.product-howtouse-steps-item_text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.833) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .product-howtouse-steps-item_text {
    margin-top: calc(18 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 576px) {
  .product-howtouse-steps-item_text {
    margin-top: 20px;
    font-size: 14px;
  }
}

.product-howtouse-steps-annotation {
  margin-top: 40px;
}

@media screen and (min-width: 1400px) {
  .product-howtouse-steps-annotation {
    margin-top: calc(40 / var(--base-scale-width) * 100 * 1vw);
  }
}

.product-howtouse-steps-annotation_item {
  padding-left: 1.2em;
  font-size: 10px;
  line-height: 1.5;
  text-indent: -1.2em;
}

.product-howtouse-steps-annotation_item+.product-howtouse-steps-annotation_item {
  margin-top: 0.3em;
}

.product-howtouse-steps-annotation_item::before {
  margin-right: 0.2em;
  content: "â€»";
}

@media screen and (min-width: 1400px) {
  .product-howtouse-steps-annotation_item {
    font-size: calc(10 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 770px) {
  .product-howtouse-steps-annotation_item {
    font-size: 11px;
  }
}

.product-howtouse-detail {
  width: 100%;
}

@media screen and (min-width: 576px) {
  .product-howtouse-detail {
    display: grid;
    grid-template: "image text" auto/31.818% auto;
    gap: 4.545%;
  }

  .product-howtouse-detail>.lineup-local-nav-item_text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .product-howtouse-detail>.product-head_text-block {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .product-howtouse-detail>.product-main-ingredients_text-block {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}

@media screen and (min-width: 576px) {
  .product-howtouse-detail_text-block {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: text;
  }

  .shop-single-information-item>.product-howtouse-detail_text-block {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}

.product-howtouse-text-list-item+.product-howtouse-text-list-item {
  margin-top: 40px;
}

@media screen and (min-width: 1400px) {
  .product-howtouse-text-list-item+.product-howtouse-text-list-item {
    margin-top: calc(40 / var(--base-scale-width) * 100 * 1vw);
  }
}

.product-howtouse-text-list-item_heading {
  font-size: 14px;
  line-height: 1.6;
}

.product-howtouse-text-list-item_heading::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}

.product-howtouse-text-list-item_heading::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .product-howtouse-text-list-item_heading {
    font-size: calc(14 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 770px) {
  .product-howtouse-text-list-item_heading {
    font-size: 16px;
  }
}

.product-howtouse-text-list-item_body {
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.8;
}

.product-howtouse-text-list-item_body::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
  content: "";
}

.product-howtouse-text-list-item_body::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .product-howtouse-text-list-item_body {}
}

@media screen and (max-width: 770px) {
  .product-howtouse-text-list-item_body {
    margin-top: 20px;
    font-size: 14px;
  }
}

@media screen and (min-width: 576px) {
  .product-howtouse-detail_image-block {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    grid-area: image;
  }
}

@media screen and (max-width: 576px) {
  .product-howtouse-detail_image-block {
    margin-top: 48px;
  }
}

.product-howtouse-detail-figure_img {
  width: 100%;
  height: auto;
}

.product-howtouse-text-block {
  margin-top: 80px;
}

.product-howtouse-text-block> :first-child {
  margin-top: 0;
}

@media screen and (min-width: 1400px) {
  .product-howtouse-text-block {
    margin-top: calc(80 / var(--base-scale-width) * 100 * 1vw);
  }
}

.product-howtouse-point {
  margin-top: 40px;
  font-size: 10px;
}

@media screen and (min-width: 1400px) {
  .product-howtouse-point {
    margin-top: calc(40 / var(--base-scale-width) * 100 * 1vw);
    font-size: calc(10 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 770px) {
  .product-howtouse-point {
    font-size: 14px;
  }
}

.product-howtouse-point_heading {
  font-family: var(--font-gothic-en);
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.product-howtouse-point_heading::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}

.product-howtouse-point_heading::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

.product-howtouse-point-list {
  margin-top: 10px;
  list-style: none;
  counter-reset: count 0;
}

@media screen and (min-width: 1400px) {
  .product-howtouse-point-list {
    margin-top: calc(10 / var(--base-scale-width) * 100 * 1vw);
  }
}

.product-howtouse-point-list_item {
  padding-left: 1.5em;
  line-height: 1.5;
  text-indent: -1.5em;
}

.product-howtouse-point-list_item::before {
  margin-right: 1em;
  font-family: var(--font-gothic-en);
  font-weight: 300;
  content: counter(count);
  counter-increment: count 1;
}

.product-howtouse-point-list_item+.product-howtouse-point-list_item {
  margin-top: 5px;
}

.product-howtouse-annotation {
  margin-top: 40px;
}

@media screen and (min-width: 1400px) {
  .product-howtouse-annotation {
    margin-top: calc(40 / var(--base-scale-width) * 100 * 1vw);
  }
}

.product-howtouse-annotation_item {
  padding-left: 0.9em;
  font-size: 10px;
  line-height: 1.5;
  text-indent: -0.9em;
}

.product-howtouse-annotation_item+.product-howtouse-annotation_item {
  margin-top: 0.3em;
}

.product-howtouse-annotation_item::before {
  margin-right: 0.2em;
  content: "*";
}

@media screen and (min-width: 1400px) {
  .product-howtouse-annotation_item {
    font-size: calc(10 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 770px) {
  .product-howtouse-annotation_item {
    font-size: 11px;
  }
}

.product-howtouse-note {
  margin-top: 40px;
  font-size: 10px;
}

@media screen and (min-width: 1400px) {
  .product-howtouse-note {
    margin-top: calc(37 / var(--base-scale-width) * 100 * 1vw);
    font-size: calc(10 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 770px) {
  .product-howtouse-note {
    font-size: 14px;
  }
}

.product-howtouse-note_heading {
  line-height: 1.5;
}

.product-howtouse-note_heading::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}

.product-howtouse-note_heading::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

.product-howtouse-note-list {
  margin-top: 10px;
}

@media screen and (min-width: 1400px) {
  .product-howtouse-note-list {
    margin-top: calc(10 / var(--base-scale-width) * 100 * 1vw);
  }
}

.product-howtouse-note-list_item {
  padding-left: 1em;
  line-height: 1.5;
  text-indent: -1em;
}

.product-howtouse-note-list_item::before {
  content: "ãƒ»";
}

.product-howtouse-note-list_item+.product-howtouse-note-list_item {
  margin-top: 5px;
}

.product-moist-barrier-prescription {
  margin-top: clamp(48px, 8vw, 84px);
}

@media screen and (min-width: 1400px) {
  .product-moist-barrier-prescription {
    margin-top: calc(84 / var(--base-scale-width) * 100 * 1vw);
  }
}

.product-moist-barrier-prescription-item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}

.product-moist-barrier-prescription-item+.product-moist-barrier-prescription-item {
  margin-top: 48px;
}

.product-moist-barrier-prescription-item+.product-moist-barrier-prescription-item .product-moist-barrier-prescription-item_image-block::before {
  position: absolute;
  top: -28px;
  left: 50%;
  font-size: 8px;
  line-height: 1.02;
  color: #9e9fa0;
  transform: rotate(180deg) translateX(50%);
}

@media screen and (min-width: 1400px) {
  .product-moist-barrier-prescription-item {
    margin-top: calc(48 / var(--base-scale-width) * 100 * 1vw);
  }

  .product-moist-barrier-prescription-item .product-moist-barrier-prescription-item_image-block::before {
    top: calc(28 / var(--base-scale-width) * 100 * -1vw);
    font-size: calc(8 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 576px) {
  .product-moist-barrier-prescription-item {
    align-items: flex-start;
  }

  .product-moist-barrier-prescription-item+.product-moist-barrier-prescription-item {
    margin-top: 62px;
  }

  .product-moist-barrier-prescription-item+.product-moist-barrier-prescription-item .product-moist-barrier-prescription-item_image-block::before {
    top: -35px;
  }
}

.product-moist-barrier-prescription-item_image-block {
  position: relative;
  width: 22.727%;
}

@media screen and (max-width: 576px) {
  .product-moist-barrier-prescription-item_image-block {
    width: 28.615%;
  }
}

.product-moist-barrier-prescription-item-figure_img {
  width: 100%;
}

.product-moist-barrier-prescription-item_text-block {
  width: 68.182%;
  font-size: clamp(12px, 1.3vw, 13px);
}

.product-moist-barrier-prescription-item_text-block::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
  content: "";
}

.product-moist-barrier-prescription-item_text-block::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .product-moist-barrier-prescription-item_text-block {
    font-size: calc(13 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 576px) {
  .product-moist-barrier-prescription-item_text-block {
    width: 64.615%;
  }
}

.product-moist-barrier-prescription-item_text {
  margin-top: 0.3em;
}

.product-howto-select {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  width: 100%;
}

.product-howto-select_head {
  display: grid;
  grid-template-columns: 37.879% auto;
  gap: clamp(10px, 2vw, 20px);
}

@media screen and (min-width: 1400px) {
  .product-howto-select_head {
    row-gap: calc(20 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 576px) {
  .product-howto-select_head {
    grid-template-columns: 50% 50%;
  }
}

.product-howto-select_heading {
  padding: 0.8em 0;
  line-height: 1.02;
  text-align: center;
  background-color: rgba(224, 194, 196, 0.3);
}

.product-howto-select_body {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.product-howto-select-item {
  display: grid;
  grid-template-columns: 37.879% auto;
  gap: clamp(10px, 2vw, 20px);
}

@media screen and (min-width: 1400px) {
  .product-howto-select-item {
    row-gap: calc(20 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 576px) {
  .product-howto-select-item {
    grid-template-columns: 50% 50%;
  }
}

.product-howto-select-item_left-block {
  background-color: #fff;
}

.product-howto-select-product {
  text-align: center;
}

a.product-howto-select-product_link {
  position: relative;
  display: block;
  padding: clamp(27px, 3.8vw, 38px) 0;
  text-decoration: none;
}

a.product-howto-select-product_link::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  border: 2px solid var(--color-pink-flare);
  opacity: 0;
  transition: opacity 0.25s ease-out;
}

.is-selected a.product-howto-select-product_link {
  pointer-events: none;
}

.is-selected a.product-howto-select-product_link::after {
  opacity: 1;
}

@media (any-hover: hover) {

  a.product-howto-select-product_link:hover::after,
  a.product-howto-select-product_link:active::after {
    opacity: 1;
  }
}

.product-howto-select-product-figure {
  display: block;
  width: 70%;
  margin: 0 auto;
}

.product-howto-select-product-figure_img {
  width: 100%;
  height: auto;
}

.product-howto-select-product_name-en {
  padding: 0 1em;
  margin-top: 20px;
  font-family: var(--font-gothic-en);
  font-size: clamp(10px, 1.2vw, 12px);
  line-height: 1.6;
  letter-spacing: 0.24em;
}

.product-howto-select-product_name-en::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}

.product-howto-select-product_name-en::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .product-howto-select-product_name-en {
    margin-top: calc(20 / var(--base-scale-width) * 100 * 1vw);
  }
}

.product-howto-select-product_name-ja {
  padding: 0 1em;
  margin-top: 10px;
  font-size: clamp(9px, 1vw, 10px);
  line-height: 1.6;
}

.product-howto-select-product_name-ja::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}

.product-howto-select-product_name-ja::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .product-howto-select-product_name-ja {
    margin-top: calc(10 / var(--base-scale-width) * 100 * 1vw);
    font-size: calc(10 / var(--base-scale-width) * 100 * 1vw);
  }
}

.product-howto-select-item_right-block {
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  justify-content: center;
  padding: 20px;
  background-color: #fff;
}

@media screen and (min-width: 1400px) {
  .product-howto-select-item_right-block {
    padding: calc(20 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 576px) {
  .product-howto-select-item_right-block {
    padding: 15px;
  }
}

.product-howto-select-list_item {
  padding-left: 1.5em;
  font-size: clamp(10px, 1.4vw, 14px);
  line-height: 1.6;
  text-indent: -1.5em;
}

.product-howto-select-list_item::before {
  margin-right: 0.5em;
  content: "â–¡";
}

.product-howto-select-list_item+.product-howto-select-list_item {
  margin-top: clamp(10px, 1.5vw, 15px);
}

@media screen and (min-width: 1400px) {
  .product-howto-select-list_item {
    font-size: calc(14 / var(--base-scale-width) * 100 * 1vw);
  }

  .product-howto-select-list_item+.product-howto-select-list_item {
    margin-top: calc(15 / var(--base-scale-width) * 100 * 1vw);
  }
}

.product-positioning-map-figure {
  text-align: center;
  background-color: #fff;
}

@media screen and (min-width: 770px) {
  .product-positioning-map-figure {
    width: 100%;
  }
}

@media screen and (max-width: 770px) {
  .product-positioning-map-figure {
    margin-right: calc(50% - 50vw + var(--scroll-bar-width) / 2);
    margin-left: calc(50% - 50vw + var(--scroll-bar-width) / 2);
  }
}

.product-positioning-map-figure_img {
  width: 100%;
  max-width: 420px;
  height: auto;
}

@media screen and (min-width: 1400px) {
  .product-positioning-map-figure_img {
    max-width: calc(420 / var(--base-scale-width) * 100 * 1vw);
  }
}

.lineup-series-step {
  padding: 40px 0;
  overflow-x: auto;
  background-color: #fff;
}

.lineup-series-step::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

.lineup-series-step::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.lineup-series-step::-webkit-scrollbar-thumb {
  background-color: var(--color-pink-flare);
  background-clip: content-box;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 100vmax;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}

.lineup-series-step::-webkit-scrollbar-thumb:hover {
  background-color: #ccb0b2;
}

@media screen and (min-width: 1400px) {
  .lineup-series-step {
    padding: calc(40 / var(--base-scale-width) * 100 * 1vw) 0;
  }
}

@media screen and (max-width: 1023px) {
  .lineup-series-step {
    padding: 48px 0;
  }
}

@media screen and (max-width: 770px) {
  .lineup-series-step {
    margin-right: calc(50% - 50vw + var(--scroll-bar-width) / 2);
    margin-left: calc(50% - 50vw + var(--scroll-bar-width) / 2);
  }
}

.lineup-series-step-list {
  display: flex;
  flex-flow: row wrap;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 576px) {
  .lineup-series-step-list {
    margin: 0 auto;
  }
}

@media screen and (max-width: 576px) {
  .lineup-series-step-list {
    padding: 0 var(--side-margin);
  }
}

.lineup-series-step-item {
  position: relative;
  min-width: 128px;
  text-align: center;
}

.lineup-series-step-item:not(:last-child)::before {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 7px;
  line-height: 1;
  transform: translate(50%, -50%);
}

.lineup-series-step-item:last-child .lineup-series-step-item_head::after {
  display: none;
}

@media screen and (min-width: 1400px) {
  .lineup-series-step-item:not(:last-child)::before {
    font-size: calc(7 / var(--base-scale-width) * 100 * 1vw);
  }
}

a.lineup-series-step-item_link {
  text-decoration: none;
}

.is-current a.lineup-series-step-item_link {
  pointer-events: none;
}

@media (any-hover: hover) {

  a.lineup-series-step-item_link:hover .lineup-series-step-item_name,
  a.lineup-series-step-item_link:active .lineup-series-step-item_name {
    color: var(--link-hover-color2);
  }

  a.lineup-series-step-item_link:hover .lineup-series-step-item_number,
  a.lineup-series-step-item_link:active .lineup-series-step-item_number {
    color: #fff;
    background-color: var(--color-pink-flare);
  }
}

.lineup-series-step-item_head {
  position: relative;
}

.lineup-series-step-item_head::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 100%;
  content: "";
  border-bottom: 1px dashed var(--line-color);
  transform: translateX(50%);
}

.lineup-series-step-item_number {
  position: relative;
  z-index: 2;
  display: grid;
  place-content: center center;
  width: 26px;
  height: 26px;
  margin: 0 auto;
  font-family: var(--font-gothic-en);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.02;
  background-color: var(--color-hint-of-red);
  border-radius: 100vmax;
  transition: background-color 0.23s ease-out, color 0.23s ease-out;
}

.is-current .lineup-series-step-item_number {
  color: #fff;
  background-color: var(--color-pink-flare);
}

@media screen and (min-width: 1400px) {
  .lineup-series-step-item_number {
    width: calc(26 / var(--base-scale-width) * 100 * 1vw);
    height: calc(26 / var(--base-scale-width) * 100 * 1vw);
    font-size: calc(14 / var(--base-scale-width) * 100 * 1vw);
  }
}

.lineup-series-step-item_body {
  padding: 0 24px;
  margin-top: 8px;
}

@media screen and (min-width: 1400px) {
  .lineup-series-step-item_body {
    padding: 0 calc(24 / var(--base-scale-width) * 100 * 1vw);
    margin-top: calc(8 / var(--base-scale-width) * 100 * 1vw);
  }
}

.lineup-series-step-item-figure_img {
  height: auto;
}

@media screen and (min-width: 1400px) {
  .lineup-series-step-item-figure_img {
    width: calc(80 / var(--base-scale-width) * 100 * 1vw);
  }
}

.lineup-series-step-item_name {
  margin-top: 10px;
  font-family: var(--font-gothic-en);
  font-size: 10px;
  line-height: 1.8;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  transition: color 0.25s ease-out;
}

.lineup-series-step-item_name::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
  content: "";
}

.lineup-series-step-item_name::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .lineup-series-step-item_name {
    margin-top: calc(10 / var(--base-scale-width) * 100 * 1vw);
    font-size: calc(10 / var(--base-scale-width) * 100 * 1vw);
  }
}

.product-foot {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  border-image-source: linear-gradient(var(--color-hint-of-red), var(--color-hint-of-red));
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw 0 100vw;
}

.product-foot::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: var(--line-color);
}

@media screen and (min-width: 1400px) {
  .product-foot {
    padding-top: calc(40 / var(--base-scale-width) * 100 * 1vw);
    padding-bottom: calc(40 / var(--base-scale-width) * 100 * 1vw);
  }
}

.product-annotation {
  font-size: 10px;
  line-height: 2;
}

@media screen and (min-width: 1400px) {
  .product-annotation {
    font-size: calc(10 / var(--base-scale-width) * 100 * 1vw);
  }
}

.product-annotation_item {
  padding-left: 0.9em;
  text-indent: -0.9em;
}

.product-annotation_item::before {
  margin-right: 0.2em;
  content: "*";
}

.product-annotation_item+.product-annotation_item {
  margin-top: 0.3em;
}

.product-related-products {
  width: 100%;
  padding: 75px 0 80px;
}

@media screen and (min-width: 1400px) {
  .product-related-products {
    padding-top: calc(75 / var(--base-scale-width) * 100 * 1vw);
    padding-bottom: calc(80 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 1023px) {
  .product-related-products {
    width: auto;
    padding-inline: var(--side-margin);
    margin-inline: calc(var(--side-margin) * -1);
    overflow-x: hidden;
  }
}

.product-related-products-heading {
  text-align: center;
}

.product-related-products-heading_en {
  display: block;
  font-family: var(--font-gothic-en);
  font-size: 16px;
  line-height: 1.02;
  text-transform: uppercase;
  letter-spacing: 0.24em;
}

.product-related-products-heading_en::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.02) * 0.5em);
  content: "";
}

.product-related-products-heading_en::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.02) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .product-related-products-heading_en {
    font-size: calc(16 / var(--base-scale-width) * 100 * 1vw);
  }
}

.product-related-products-heading_ja {
  display: block;
  margin-top: clamp(12px, 1.4vw, 14px);
  font-size: 11px;
  line-height: 1.02;
}

.product-related-products-heading_ja::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.02) * 0.5em);
  content: "";
}

.product-related-products-heading_ja::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.02) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .product-related-products-heading_ja {
    margin-top: calc(14 / var(--base-scale-width) * 100 * 1vw);
    font-size: calc(11 / var(--base-scale-width) * 100 * 1vw);
  }
}

.product-related-products_body {
  max-width: 876px;
  margin: clamp(40px, 6.4vw, 64px) auto 0;
}

@media screen and (min-width: 1400px) {
  .product-related-products_body {
    max-width: calc(876 / var(--base-scale-width) * 100 * 1vw);
    margin-top: calc(64 / var(--base-scale-width) * 100 * 1vw);
  }
}

.product-related-products-list .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (min-width: 1088px) {
  .product-related-products-list .swiper-wrapper {
    gap: 0 8.79%;
  }
}

.product-related-products-button {
  display: flex;
  justify-content: center;
  margin-top: 80px;
  font-family: var(--font-gothic-en);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.02;
  text-transform: uppercase;
  letter-spacing: 0.24em;
}

@media screen and (min-width: 1400px) {
  .product-related-products-button {
    font-size: calc(11 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (min-width: 1400px) {
  .product-related-products-button {
    margin-top: calc(80 / var(--base-scale-width) * 100 * 1vw);
  }
}

a.product-related-products-button_link {
  padding-bottom: 0.35em;
  color: var(--color-pink-flare);
  text-decoration: none;
  border-bottom: 1px solid var(--color-pink-flare);
  transition: color 0.25s ease-out, border 0.25s ease-out;
}

@media (any-hover: hover) {

  a.product-related-products-button_link:hover,
  a.product-related-products-button_link:active {
    color: var(--link-hover-color2);
    border-color: var(--link-hover-color2);
  }
}

.shop-single-content-wrapper {
  padding-bottom: clamp(90px, 10vw, 106px);
}

@media screen and (min-width: 1400px) {
  .shop-single-content-wrapper {
    padding-bottom: calc(106 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 1023px) {
  .shop-single-content-wrapper {
    padding-top: 80px;
    overflow-x: hidden;
  }
}

.shop-single-content {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}

@media screen and (min-width: 1400px) {
  .shop-single-content {
    max-width: calc(980 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (min-width: 1024px) {
  .shop-single-detail {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
}

@media screen and (max-width: 1023px) {
  .shop-single-detail {
    display: flex;
    flex-flow: column wrap;
  }
}

@media screen and (min-width: 1024px) {
  .shop-single-text-block {
    position: sticky;
    top: 100px;
    left: 0;
    width: 34.545%;
    padding-top: 102px;
    padding-left: 2.041%;
  }
}

@media screen and (min-width: 1400px) {
  .shop-single-text-block {
    width: calc(380 / var(--base-scale-width) * 100 * 1vw);
    padding-top: calc(102 / var(--base-scale-width) * 100 * 1vw);
    padding-left: 0;
  }
}

@media screen and (max-width: 1023px) {
  .shop-single-text-block {
    display: contents;
  }
}

.shop-single-title._free-design {
  width: clamp(151px, 2vw, 200px);
}

.shop-single-title._cotogoto {
  width: clamp(153px, 2vw, 201px);
}

.shop-single-title._dealer-ship {
  width: clamp(201px, 2.3vw, 234px);
}

.shop-single-title._taste {
  width: clamp(162px, 1.9vw, 190px);
}

@media screen and (min-width: 1400px) {
  .shop-single-title._free-design {
    width: calc(200 / var(--base-scale-width) * 100 * 1vw);
  }

  .shop-single-title._cotogoto {
    width: calc(201 / var(--base-scale-width) * 100 * 1vw);
  }

  .shop-single-title._dealer-ship {
    width: calc(234 / var(--base-scale-width) * 100 * 1vw);
  }

  .shop-single-title._taste {
    width: calc(190 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 1023px) {
  .shop-single-title {
    order: 1;
  }
}

.shop-single-title_img {
  width: 100%;
}

.shop-single-description {
  margin-top: 108px;
  font-size: 12px;
  line-height: 2.25;
}

.shop-single-description::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.25) * 0.5em);
  content: "";
}

.shop-single-description::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.25) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .shop-single-description {}
}

@media screen and (min-width: 770px) and (max-width: 1023px) {
  .shop-single-description {
    width: 74.172%;
  }
}

@media screen and (max-width: 1023px) {
  .shop-single-description {
    order: 3;
    margin-top: 70px;
  }
}

.shop-single-information::before {
  display: block;
  width: 18px;
  height: 1px;
  margin: clamp(30px, 4vw, 40px) 0;
  content: "";
  background-color: var(--line-color);
}

@media screen and (max-width: 1023px) {
  .shop-single-information {
    order: 4;
    font-size: 13px;
  }
}

.shop-single-information-item {
  display: grid;
  grid-template: "heading text" auto/clamp(78px, 8vw, 80px) auto;
  font-size: 11px;
}

.shop-single-information-item+.shop-single-information-item {
  margin-top: 1.6em;
}

.shop-single-information-item a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  transition: opacity 0.3s ease-out 0s;
}

@media (any-hover: hover) {

  .shop-single-information-item a:hover,
  .shop-single-information-item a:active {
    opacity: 0.6;
  }
}

@media screen and (min-width: 1400px) {
  .shop-single-information-item {
    grid-template-columns: calc(80 / var(--base-scale-width) * 100 * 1vw) auto;
    font-size: calc(11 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 1023px) {
  .shop-single-information-item {
    font-size: 12px;
  }
}

.shop-single-information-item_heading {
  font-family: var(--font-gothic-en);
  line-height: 1.6;
}

.shop-single-information-item_heading::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}

.shop-single-information-item_heading::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}

.shop-single-information-item_text {
  line-height: 1.6;
}

.shop-single-information-item_text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}

.shop-single-information-item_text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}

@media screen and (min-width: 1366px) {
  .shop-single-image-block {
    margin-right: -3.936%;
  }
}

@media screen and (min-width: 1024px) {
  .shop-single-image-block {
    width: 45.319%;
  }
}

@media screen and (min-width: 1400px) {
  .shop-single-image-block {
    width: calc(426 / var(--base-scale-width) * 100 * 1vw);
    margin-right: calc(37 / var(--base-scale-width) * 100 * -1vw);
  }
}

@media screen and (max-width: 1023px) {
  .shop-single-image-block {
    display: contents;
  }
}

.shop-single-main-visual {
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .shop-single-main-visual {
    order: 2;
    margin-top: 80px;
  }
}

.shop-single-carousel {
  opacity: 0;
  transition: opacity 1s ease-out 0s;
}

.shop-single-carousel.swiper-initialized {
  opacity: 1;
}

@media screen and (min-width: 1024px) {
  .shop-single-carousel {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .shop-single-carousel {
    margin-right: calc(var(--side-margin) * -1);
  }
}

.shop-single-carousel-item {
  width: 100%;
}

.shop-single-carousel-item-picture {
  display: block;
  overflow: hidden;
}

.shop-single-carousel-item-picture_img {
  width: 100%;
}

[data-animate] .shop-single-carousel-item-picture_img {
  transition: transform 2s var(--ease-out-quad) 0s;
  transform: scale3d(1.04, 1.04, 1.04);
}

[data-animate="active"] .shop-single-carousel-item-picture_img {
  transform: scale3d(1, 1, 1);
}

.shop-single-carousel-pagination {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20px, 1fr));
  gap: 4px;
  width: 100%;
  margin-top: 4px;
}

.shop-single-carousel-pagination .swiper-pagination-bullet {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 !important;
  cursor: pointer;
  background-color: #747474;
  border-radius: 0;
  opacity: 1;
}

.shop-single-carousel-pagination .swiper-pagination-bullet::after {
  position: absolute;
  top: -50%;
  left: 0;
  width: 100%;
  height: 8px;
  content: "";
  transform: translateY(-50%);
}

.shop-single-carousel-pagination .swiper-pagination-bullet-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #d9d9d9;
  opacity: 0;
  transition: opacity 0.15s ease-out;
}

.shop-single-content_body {
  margin-top: clamp(59px, 20vw, 204px);
}

@media screen and (min-width: 1400px) {
  .shop-single-content_body {
    margin-top: calc(204 / var(--base-scale-width) * 100 * 1vw);
  }
}

.shop-single-image-list {
  width: clamp(224px, 35vw, 355px);
  margin-top: clamp(59px, 20vw, 195px);
}

@media screen and (min-width: 1400px) {
  .shop-single-image-list {
    width: calc(355 / var(--base-scale-width) * 100 * 1vw);
    margin-top: calc(195 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 1023px) {
  .shop-single-image-list {
    order: 5;
    width: 355px;
  }
}

@media screen and (max-width: 576px) {
  .shop-single-image-list {
    width: 74.172%;
    margin-top: 59px;
  }
}

.shop-single-image {
  display: block;
}

.shop-single-image+.shop-single-image {
  margin-top: clamp(20px, 5vw, 50px);
}

@media screen and (min-width: 1400px) {
  .shop-single-image+.shop-single-image {
    margin-top: calc(50 / var(--base-scale-width) * 100 * 1vw);
  }
}

.shop-single-image_img {
  width: 100%;
}

.shop-single-banner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
  margin-top: clamp(40px, 12vw, 118px);
}

@media screen and (min-width: 1400px) {
  .shop-single-banner {
    gap: calc(20 / var(--base-scale-width) * 100 * 1vw);
    margin-top: calc(118 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 770px) {
  .shop-single-banner {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}

a.shop-single-banner-item_link {
  display: grid;
  grid-template: "left-block right-block" auto/33px auto;
  gap: 0 18px;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 27px;
  text-decoration: none;
  background-color: var(--color-romance);
}

@media (any-hover: hover) {

  a.shop-single-banner-item_link:hover .shop-single-banner-item_title::before,
  a.shop-single-banner-item_link:active .shop-single-banner-item_title::before {
    opacity: 1;
    transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 0.01s ease-out 0s;
    transform: scale3d(1, 1, 1);
    transform-origin: 0 50% 0;
  }
}

@media screen and (min-width: 1400px) {
  a.shop-single-banner-item_link {
    grid-template-columns: calc(33 / var(--base-scale-width) * 100 * 1vw) auto;
    gap: 0 calc(18 / var(--base-scale-width) * 100 * 1vw);
    padding: calc(20 / var(--base-scale-width) * 100 * 1vw) calc(27 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 576px) {
  a.shop-single-banner-item_link {
    padding: 23px 10px 23px 27px;
  }
}

.shop-single-banner-item_left-block {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: left-block;
}

.shop-single-banner-item_icon {
  color: var(--color-hint-of-red);
  text-align: center;
}

.shop-single-banner-item_icon.icon-instagram {
  font-size: 27px;
}

.shop-single-banner-item_icon.icon-cart {
  font-size: 33px;
}

@media screen and (min-width: 1400px) {
  .shop-single-banner-item_icon.icon-instagram {
    font-size: calc(27 / var(--base-scale-width) * 100 * 1vw);
  }

  .shop-single-banner-item_icon.icon-cart {
    font-size: calc(30 / var(--base-scale-width) * 100 * 1vw);
  }
}

.shop-single-banner-item_right-block {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: right-block;
}

.shop-single-banner-item_title {
  position: relative;
  display: inline-block;
  font-family: var(--font-gothic-en);
  font-size: 20px;
  line-height: 1.02;
  letter-spacing: 0.1em;
}

.shop-single-banner-item_title::before {
  position: absolute;
  bottom: -0.24em;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: var(--base-text-color);
  opacity: 0;
  transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 0.7s ease-out 0s;
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 50% 0;
}

@media screen and (min-width: 1400px) {
  .shop-single-banner-item_title {
    font-size: calc(20 / var(--base-scale-width) * 100 * 1vw);
  }
}

.shop-single-banner-item_text {
  margin-top: clamp(10px, 1.3vw, 13px);
  font-size: 12px;
  line-height: 1.6;
}

.shop-single-banner-item_text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}

.shop-single-banner-item_text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .shop-single-banner-item_text {
    margin-top: calc(13 / var(--base-scale-width) * 100 * 1vw);
  }
}

.shop-single-news-wrapper {
  padding-top: clamp(50px, 12vw, 123px);
  padding-bottom: clamp(52px, 8vw, 77px);
  overflow-x: hidden;
  background-color: var(--color-hint-of-red);
}

@media screen and (min-width: 1400px) {
  .shop-single-news-wrapper {
    padding-top: calc(123 / var(--base-scale-width) * 100 * 1vw);
    padding-bottom: calc(77 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 576px) {
  .shop-single-news-wrapper {
    --side-margin: 4.8%;
  }
}

.shop-single-line-up-wrapper {
  padding-top: clamp(50px, 13vw, 136px);
  padding-bottom: clamp(60px, 13vw, 136px);
  overflow-x: hidden;
}

@media screen and (min-width: 1400px) {
  .shop-single-line-up-wrapper {
    padding-top: calc(136 / var(--base-scale-width) * 100 * 1vw);
    padding-bottom: calc(136 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 576px) {
  .shop-single-line-up-wrapper {
    --side-margin: 4.8%;
  }
}

.shop-single-line-up {
  max-width: 980px;
  margin: 0 auto;
}

@media screen and (min-width: 1400px) {
  .shop-single-line-up {
    max-width: calc(980 / var(--base-scale-width) * 100 * 1vw);
  }
}

.shop-single-line-up-heading {
  position: relative;
  font-family: var(--font-gothic-en);
  font-size: 20px;
  line-height: 1.02;
  letter-spacing: 0.1em;
}

.shop-single-line-up-heading::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.02) * 0.5em);
  content: "";
}

.shop-single-line-up-heading::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.02) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .shop-single-line-up-heading {
    font-size: calc(20 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 1023px) {
  .shop-single-line-up-heading {
    font-size: 25px;
  }
}

.shop-single-line-up-list {
  margin-top: 20px;
  transition: opacity 0.5s ease-out;
}

@media not all and (max-width: 1060px) {
  .shop-single-line-up-list .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 224px);
    gap: 0 20px;
  }
}

@media not all and (min-width: 1060px) {
  .shop-single-line-up-list {
    opacity: 0;
  }

  .shop-single-line-up-list.swiper-initialized {
    opacity: 1;
  }
}

@media screen and (min-width: 1400px) {
  .shop-single-line-up-list {
    margin-top: calc(20 / var(--base-scale-width) * 100 * 1vw);
  }

  .shop-single-line-up-list .swiper-wrapper {
    grid-template-columns: repeat(4, 1fr);
    gap: 0 calc(20 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 770px) {
  .shop-single-line-up-list {
    margin-top: 34px;
  }
}

.shop-single-line-up-item {
  height: auto;
}

a.shop-single-line-up-item_link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  background-color: var(--color-romance);
}

@media (any-hover: hover) {

  a.shop-single-line-up-item_link:hover .shop-single-line-up-item-picture_img,
  a.shop-single-line-up-item_link:active .shop-single-line-up-item-picture_img {
    transform: scale3d(1.02, 1.02, 1.02);
  }
}

.p-free-design .shop-single-line-up-item._free-design .shop-single-line-up-item_link,
.p-cotogoto .shop-single-line-up-item._cotogoto .shop-single-line-up-item_link,
.p-dealer-ship .shop-single-line-up-item._dealer-ship .shop-single-line-up-item_link,
.p-taste .shop-single-line-up-item._taste .shop-single-line-up-item_link {
  pointer-events: none;
}

.p-free-design .shop-single-line-up-item._free-design .shop-single-line-up-item_text-block,
.p-cotogoto .shop-single-line-up-item._cotogoto .shop-single-line-up-item_text-block,
.p-dealer-ship .shop-single-line-up-item._dealer-ship .shop-single-line-up-item_text-block,
.p-taste .shop-single-line-up-item._taste .shop-single-line-up-item_text-block {
  opacity: 0.3;
}

.shop-single-line-up-item-picture {
  display: block;
  overflow: hidden;
}

.shop-single-line-up-item-picture_img {
  width: 100%;
  transition: transform 0.7s ease-out;
}

[data-animate] .shop-single-line-up-item-picture_img {
  opacity: 0;
  transition: opacity 0.5s ease-out 0s, transform 2s var(--ease-out-quad) 0s;
  transform: scale3d(1.04, 1.04, 1.04);
}

[data-animate="active"] .shop-single-line-up-item-picture_img {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.shop-single-line-up-item_text-block {
  display: flex;
  flex: 1;
  flex-flow: column wrap;
  padding: 19px 21px 20px;
}

@media screen and (min-width: 1400px) {
  .shop-single-line-up-item_text-block {
    padding: calc(19 / var(--base-scale-width) * 100 * 1vw) calc(21 / var(--base-scale-width) * 100 * 1vw) calc(20 / var(--base-scale-width) * 100 * 1vw);
  }
}

.shop-single-line-up-item_description {
  flex: 1;
  font-size: 11px;
  line-height: 1.5;
}

.shop-single-line-up-item_description::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}

.shop-single-line-up-item_description::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

.shop-single-line-up-item_description._en {
  font-family: var(--font-gothic-en);
  letter-spacing: 0.1em;
}

@media screen and (min-width: 1400px) {
  .shop-single-line-up-item_description {
    font-size: calc(11 / var(--base-scale-width) * 100 * 1vw);
  }
}

.shop-single-line-up-item_name {
  position: relative;
  display: inline-block;
  margin-top: 12px;
  font-family: var(--font-gothic-en);
  font-size: 15px;
  line-height: 1.02;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 1400px) {
  .shop-single-line-up-item_name {
    margin-top: calc(8 / var(--base-scale-width) * 100 * 1vw);
    font-size: calc(15 / var(--base-scale-width) * 100 * 1vw);
  }
}

.shop-single-line-up-carousel-navigation {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  pointer-events: none;
  opacity: 0;
}

.swiper-initialized .shop-single-line-up-carousel-navigation {
  pointer-events: auto;
  opacity: 1;
}

.shop-single-line-up-carousel-prev,
.shop-single-line-up-carousel-next {
  position: relative;
  padding-bottom: 0.3em;
  transition: opacity 0.3s ease-out;
}

.shop-single-line-up-carousel-prev::after,
.shop-single-line-up-carousel-next::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 17px;
  height: 1px;
  content: "";
  background-color: var(--line-color);
  transform: translateX(-50%);
}

.shop-single-line-up-carousel-prev.swiper-button-disabled,
.shop-single-line-up-carousel-next.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.magazine-content {
  width: 100%;
}

.magazine-content_body {
  width: 100%;
  max-width: var(--content-width-mdl);
  margin-top: clamp(47px, 8.4vw, 84px);
  margin-left: auto;
}

@media screen and (min-width: 1400px) {
  .magazine-content_body {
    max-width: calc(1008 / var(--base-scale-width) * 100 * 1vw);
    margin-top: calc(84 / var(--base-scale-width) * 100 * 1vw);
  }
}

.magazine-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: clamp(28px, 8vw, 80px) clamp(48px, 9vw, 90px);
}

@media screen and (min-width: 1400px) {
  .magazine-list {
    gap: calc(80 / var(--base-scale-width) * 100 * 1vw) calc(90 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 770px) {
  .magazine-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1088px) {
  .p-top .magazine-item[data-animate] {
    opacity: 0;
    transition: opacity 0.7s cubic-bezier(0.69, 0, 0.33, 1) 0s, transform 1.2s var(--ease-out-cubic) 0s;
    transform: translateY(25px);
  }

  .p-top .magazine-item[data-animate="active"] {
    opacity: 1;
    transform: translateY(0);
  }
}

a.magazine-item_link {
  display: flex;
  flex-flow: row-reverse wrap;
  text-decoration: none;
}

@media (any-hover: hover) {

  a.magazine-item_link:hover .magazine-item-picture::after,
  a.magazine-item_link:active .magazine-item-picture::after {
    opacity: 1;
  }

  a.magazine-item_link:hover .magazine-item-picture_img,
  a.magazine-item_link:active .magazine-item-picture_img {
    transition: transform 0.5s ease-out 0s;
    transform: scale3d(1.02, 1.02, 1.02);
  }
}

.magazine-item_head {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  width: 8.696%;
  font-family: var(--font-gothic-en);
  font-size: 11px;
  font-weight: 300;
  line-height: 1.02;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
}

@media screen and (min-width: 1400px) {
  .magazine-item_head {
    font-size: calc(11 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 770px) {
  .magazine-item_head {
    width: 12%;
  }
}

.magazine-item_category-en {
  color: var(--color-silver-chalice);
}

.magazine-item_category-en::before {
  display: inline-block;
  margin: 1em 0;
  content: "-";
}

.magazine-item_body {
  width: 91.304%;
}

@media screen and (max-width: 770px) {
  .magazine-item_body {
    width: 88%;
  }
}

.magazine-item-picture {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

.magazine-item-picture::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(224, 194, 196, 0.2);
  opacity: 0;
  transition: opacity 0.7s ease-out;
}

.magazine-item-picture_img {
  width: 100%;
  height: auto;
  aspect-ratio: 252/355;
  transition: transform 0.7s ease-out;
  object-fit: cover;
}

[data-animate] .magazine-item-picture_img {
  opacity: 0;
  transition: opacity 0.5s ease-out 0s, transform 1.2s var(--ease-out-quad) 0s;
  transform: scale3d(1.05, 1.05, 1.05);
}

[data-animate="active"] .magazine-item-picture_img {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.magazine-item_category-ja {
  margin-top: 16px;
  font-size: 10px;
  line-height: 1.6;
  color: var(--color-silver-chalice);
  letter-spacing: 0.08em;
}

.magazine-item_category-ja::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}

.magazine-item_category-ja::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .magazine-item_category-ja {
    margin-top: calc(16 / var(--base-scale-width) * 100 * 1vw);
    font-size: calc(10 / var(--base-scale-width) * 100 * 1vw);
  }
}

.magazine-item_title {
  margin-top: clamp(12px, 1.2vw, 12px);
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0;
}

.magazine-item_title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}

.magazine-item_title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .magazine-item_title {
    margin-top: calc(12 / var(--base-scale-width) * 100 * 1vw);
    font-size: calc(14 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 770px) {
  .magazine-item_title {
    line-height: 1.833;
  }

  .magazine-item_title::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.833) * 0.5em);
    content: "";
  }

  .magazine-item_title::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.833) * 0.5em);
    content: "";
  }
}

.magazine-pagination {
  padding-top: clamp(45px, 5vw, 50px);
  margin-top: clamp(60px, 23vw, 230px);
  border-top: 1px solid var(--line-color);
}

@media screen and (min-width: 1400px) {
  .magazine-pagination {
    padding-top: calc(45 / var(--base-scale-width) * 100 * 1vw);
    margin-top: calc(230 / var(--base-scale-width) * 100 * 1vw);
  }
}

.magazine-single-content_body {
  width: 100%;
  max-width: 984px;
  margin: 54px auto 0;
}

@media screen and (min-width: 1400px) {
  .magazine-single-content_body {
    max-width: calc(984 / var(--base-scale-width) * 100 * 1vw);
    margin-top: calc(54 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 576px) {
  .magazine-single-content_body {
    margin-top: 70px;
  }
}

.magazine-single-content_main {
  width: 100%;
  max-width: 732px;
  margin-left: auto;
}

@media screen and (min-width: 1400px) {
  .magazine-single-content_main {
    max-width: calc(732 / var(--base-scale-width) * 100 * 1vw);
  }
}

.magazine-article {
  width: 100%;
}

.magazine-article-information {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  font-family: var(--font-gothic-en);
  font-size: 12px;
  font-weight: 300;
  line-height: 1.02;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 1400px) {
  .magazine-article-information {}
}

.magazine-article_category {
  margin-left: 2em;
}

.magazine-article_category a {
  text-decoration: none;
  transition: color 0.25s ease-out;
}

@media (any-hover: hover) {

  .magazine-article_category a:hover,
  .magazine-article_category a:active {
    color: var(--color-pink-flare);
  }
}

.magazine-article-picture {
  display: block;
  margin-top: 16px;
}

@media screen and (min-width: 1400px) {
  .magazine-article-picture {
    margin-top: calc(16 / var(--base-scale-width) * 100 * 1vw);
  }
}

.magazine-article-picture_img {
  width: 100%;
  height: auto;
}

.magazine-article_title {
  margin-top: 40px;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.magazine-article_title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
  content: "";
}

.magazine-article_title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .magazine-article_title {
    margin-top: calc(40 / var(--base-scale-width) * 100 * 1vw);
    font-size: calc(20 / var(--base-scale-width) * 100 * 1vw);
  }
}

.magazine-article_body {
  margin-top: clamp(40px, 8vw, 80px);
}

@media screen and (min-width: 1400px) {
  .magazine-article_body {
    margin-top: calc(80 / var(--base-scale-width) * 100 * 1vw);
  }
}

.magazine-article-items {
  padding-top: clamp(40px, 8vw, 80px);
  margin-top: clamp(40px, 8vw, 80px);
  border-top: 1px solid var(--line-color);
}

@media screen and (min-width: 1400px) {
  .magazine-article-items {
    padding-top: calc(80 / var(--base-scale-width) * 100 * 1vw);
    margin-top: calc(80 / var(--base-scale-width) * 100 * 1vw);
  }
}

.magazine-article-items_heading {
  font-family: var(--font-gothic-en);
  font-size: 12px;
  font-weight: 300;
  line-height: 1.02;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 1400px) {
  .magazine-article-items_heading {}
}

.magazine-article-product-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 8.264%;
  width: 77.548%;
  margin-top: 32px;
}

@media screen and (min-width: 1400px) {
  .magazine-article-product-list {
    margin-top: calc(32 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 576px) {
  .magazine-article-product-list {
    margin-top: 40px;
  }
}

.magazine-single-other-article {
  width: 100%;
  padding-top: clamp(40px, 8vw, 80px);
  margin-top: clamp(40px, 8vw, 80px);
  border-top: 1px solid var(--line-color);
}

@media screen and (min-width: 1400px) {
  .magazine-single-other-article {
    padding-top: calc(80 / var(--base-scale-width) * 100 * 1vw);
    margin-top: calc(80 / var(--base-scale-width) * 100 * 1vw);
  }
}

.magazine-single-other-article_heading {
  font-family: var(--font-gothic-en);
  font-size: 12px;
  font-weight: 300;
  line-height: 1.02;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 1400px) {
  .magazine-single-other-article_heading {}
}

.magazine-other-article-list {
  display: flex;
  flex-flow: row wrap;
  gap: 40px clamp(20px, 7vw, 84px);
  justify-content: space-between;
  margin-top: 32px;
}

.magazine-other-article-list .magazine-item {
  max-width: clamp(152px, 27vw, 276px);
}

@media screen and (min-width: 1400px) {
  .magazine-other-article-list {
    gap: calc(40 / var(--base-scale-width) * 100 * 1vw) calc(84 / var(--base-scale-width) * 100 * 1vw);
    margin-top: calc(32 / var(--base-scale-width) * 100 * 1vw);
  }

  .magazine-other-article-list .magazine-item {
    max-width: calc(276 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 576px) {
  .magazine-other-article-list {
    margin-top: 40px;
  }
}

.magazine-single-navigation {
  padding-top: clamp(34px, 4vw, 43px);
  margin-top: clamp(40px, 8vw, 80px);
  text-align: center;
  border-top: 1px solid var(--line-color);
}

@media screen and (min-width: 1400px) {
  .magazine-single-navigation {
    padding-top: calc(43 / var(--base-scale-width) * 100 * 1vw);
    margin-top: calc(80 / var(--base-scale-width) * 100 * 1vw);
  }
}

.magazine-single-navigation-item {
  font-family: var(--font-gothic-en);
  font-size: 12px;
  font-weight: 300;
  line-height: 1.02;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 1400px) {
  .magazine-single-navigation-item {}
}

a.magazine-single-navigation-item_link {
  text-decoration: none;
  transition: color 0.25s ease-out;
}

@media (any-hover: hover) {

  a.magazine-single-navigation-item_link:hover,
  a.magazine-single-navigation-item_link:active {
    color: var(--color-pink-flare);
  }
}

.news-content {
  width: 100%;
}

.news-content_body {
  width: 100%;
  max-width: 810px;
  margin-top: clamp(40px, 8.4vw, 84px);
  margin-left: auto;
}

@media screen and (min-width: 1400px) {
  .news-content_body {
    max-width: calc(810 / var(--base-scale-width) * 100 * 1vw);
    margin-top: calc(84 / var(--base-scale-width) * 100 * 1vw);
  }
}

.news-list {
  width: 100%;
}

.news-item {
  border-bottom: 1px solid var(--line-color);
}

.news-item:first-child {
  border-top: 1px solid var(--line-color);
}

a.news-item_link {
  padding: clamp(30px, 3.4vw, 34px) 0.4em;
  overflow: hidden;
  text-decoration: none;
  transition: background 0.4s ease-out;
}

@media (any-hover: hover) {

  a.news-item_link:hover,
  a.news-item_link:active {
    background-color: #f5f1f3;
  }

  a.news-item_link:hover>*,
  a.news-item_link:active>* {
    transform: translateX(10px);
  }
}

@media screen and (min-width: 1400px) {
  a.news-item_link {
    padding: calc(34 / var(--base-scale-width) * 100 * 1vw) 0.4em;
  }
}

@media screen and (min-width: 1024px) {
  a.news-item_link {
    display: grid;
    grid-template: "date category title" auto/12.245% 18% auto;
    gap: 0 20px;
    align-items: start;
  }

  a.news-item_link>.lineup-local-nav-item_category {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}

@media screen and (max-width: 1023px) {
  a.news-item_link {
    display: flex;
    flex-flow: row wrap;
    gap: 30px 0;
  }
}

.news-item_date {
  font-family: var(--font-gothic-en);
  font-size: 10px;
  font-weight: 300;
  line-height: 1.8;
  color: var(--color-dove-gray);
  letter-spacing: 0.1em;
  transition: transform 0.4s var(--ease-out-quad);
}

.news-item_date::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
  content: "";
}

.news-item_date::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .news-item_date {
    font-size: calc(10 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (min-width: 1024px) {
  .news-item_date {
    grid-area: date;
    padding-top: 0.1em;
  }
}

@media screen and (max-width: 1023px) {
  .news-item_date {
    padding-right: 24px;
  }
}

.news-item_category {
  font-family: var(--font-gothic-en);
  font-size: 10px;
  font-weight: 300;
  line-height: 1.8;
  color: var(--color-silver-chalice);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: transform 0.4s var(--ease-out-quad);
}

.news-item_category::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
  content: "";
}

.news-item_category::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .news-item_category {
    font-size: calc(10 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (min-width: 1024px) {
  .news-item_category {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: category;
    padding-top: 0.1em;
  }
}

.news-item_title {
  padding-right: 1em;
  font-size: 12px;
  line-height: 1.8;
  transition: transform 0.4s var(--ease-out-quad);
}

.news-item_title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
  content: "";
}

.news-item_title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .news-item_title {}
}

@media screen and (min-width: 1024px) {
  .news-item_title {
    grid-area: title;
  }
}

@media screen and (max-width: 1023px) {
  .news-item_title {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .news-no-article {
    padding: 8em 0;
    text-align: center;
  }
}

.news-pagination {
  padding-top: clamp(45px, 5vw, 50px);
}

@media screen and (min-width: 1400px) {
  .news-pagination {
    padding-top: calc(45 / var(--base-scale-width) * 100 * 1vw);
  }
}

.news-single-content_body {
  width: 100%;
  max-width: 984px;
  margin: clamp(40px, 5.4vw, 54px) auto 0;
}

@media screen and (min-width: 1400px) {
  .news-single-content_body {
    max-width: calc(984 / var(--base-scale-width) * 100 * 1vw);
    margin-top: calc(54 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 576px) {
  .news-single-content_body {
    padding-top: 34px;
    border-top: 1px solid var(--line-color);
  }
}

.news-single-content_main {
  width: 100%;
  max-width: 732px;
  margin-left: auto;
}

@media screen and (min-width: 1400px) {
  .news-single-content_main {
    max-width: calc(732 / var(--base-scale-width) * 100 * 1vw);
  }
}

.news-article {
  width: 100%;
}

.news-article-information {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  font-family: var(--font-gothic-en);
  font-size: clamp(10px, 1.2vw, 12px);
  font-weight: 300;
  line-height: 1.02;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 1400px) {
  .news-article-information {}
}

.news-article_category {
  margin-left: 2em;
}

.news-article_category a {
  text-decoration: none;
  transition: color 0.25s ease-out;
}

@media (any-hover: hover) {

  .news-article_category a:hover,
  .news-article_category a:active {
    color: var(--color-pink-flare);
  }
}

.news-article_title {
  margin-top: 16px;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.news-article_title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
  content: "";
}

.news-article_title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .news-article_title {
    margin-top: calc(16 / var(--base-scale-width) * 100 * 1vw);
    font-size: calc(20 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 576px) {
  .news-article_title {
    margin-top: 40px;
  }
}

.news-article-picture {
  display: block;
  margin-top: clamp(32px, 4.8vw, 48px);
}

@media screen and (min-width: 1400px) {
  .news-article-picture {
    margin-top: calc(48 / var(--base-scale-width) * 100 * 1vw);
  }
}

.news-article-picture_img {
  width: 100%;
  height: auto;
}

.news-article_body {
  margin-top: clamp(56px, 8vw, 80px);
}

@media screen and (min-width: 1400px) {
  .news-article_body {
    margin-top: calc(80 / var(--base-scale-width) * 100 * 1vw);
  }
}

.news-single-navigation {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 32px;
  margin-top: clamp(64px, 8vw, 80px);
  border-top: 1px solid var(--line-color);
}

@media screen and (min-width: 1400px) {
  .news-single-navigation {
    padding-top: calc(30 / var(--base-scale-width) * 100 * 1vw);
    margin-top: calc(80 / var(--base-scale-width) * 100 * 1vw);
  }
}

.news-single-navigation_prev,
.news-single-navigation_all,
.news-single-navigation_next {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  font-family: var(--font-gothic-en);
  font-size: 12px;
  font-weight: 300;
  line-height: 1.02;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.news-single-navigation_prev._off,
.news-single-navigation_all._off,
.news-single-navigation_next._off {
  opacity: 0.2;
}

.news-single-navigation_prev .icon-arrow-left,
.news-single-navigation_prev .icon-arrow-right,
.news-single-navigation_all .icon-arrow-left,
.news-single-navigation_all .icon-arrow-right,
.news-single-navigation_next .icon-arrow-left,
.news-single-navigation_next .icon-arrow-right {
  font-size: 60%;
  color: var(--color-gravel);
  transition: color 0.25s ease-out 0s;
}

.news-single-navigation_prev .icon-arrow-left,
.news-single-navigation_all .icon-arrow-left,
.news-single-navigation_next .icon-arrow-left {
  margin-right: 1.5em;
}

.news-single-navigation_prev .icon-arrow-right,
.news-single-navigation_all .icon-arrow-right,
.news-single-navigation_next .icon-arrow-right {
  margin-left: 1.5em;
}

@media screen and (min-width: 1400px) {

  .news-single-navigation_prev,
  .news-single-navigation_all,
  .news-single-navigation_next {}
}

a.news-single-navigation_prev,
a.news-single-navigation_all,
a.news-single-navigation_next {
  text-decoration: none;
  transition: color 0.25s ease-out 0s;
}

@media (any-hover: hover) {

  a.news-single-navigation_prev:hover,
  a.news-single-navigation_prev:active,
  a.news-single-navigation_all:hover,
  a.news-single-navigation_all:active,
  a.news-single-navigation_next:hover,
  a.news-single-navigation_next:active {
    color: var(--link-hover-color2);
  }

  a.news-single-navigation_prev:hover .icon-arrow-left,
  a.news-single-navigation_prev:hover .icon-arrow-right,
  a.news-single-navigation_prev:active .icon-arrow-left,
  a.news-single-navigation_prev:active .icon-arrow-right,
  a.news-single-navigation_all:hover .icon-arrow-left,
  a.news-single-navigation_all:hover .icon-arrow-right,
  a.news-single-navigation_all:active .icon-arrow-left,
  a.news-single-navigation_all:active .icon-arrow-right,
  a.news-single-navigation_next:hover .icon-arrow-left,
  a.news-single-navigation_next:hover .icon-arrow-right,
  a.news-single-navigation_next:active .icon-arrow-left,
  a.news-single-navigation_next:active .icon-arrow-right {
    color: var(--link-hover-color2);
  }
}

@media screen and (max-width: 576px) {

  .news-single-navigation_prev .news-single-navigation_text,
  .news-single-navigation_next .news-single-navigation_text {
    display: none;
  }
}

.contact-content {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .contact-content {
    display: grid;
    grid-template: "head body" auto/14% auto;
    gap: 0 var(--content-grid-column-gap);
  }

  .contact-content>.top-news-content_head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .contact-content>.top-news-content_body {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .contact-content>.product-feature_head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .contact-content>.product-feature_body {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}

@media screen and (min-width: 1400px) {
  .contact-content {
    gap: 0 calc(24 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (min-width: 1024px) {
  .contact-content_head {
    grid-area: head;
  }
}

.contact-information>.contact-content_head {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

@media screen and (min-width: 1024px) {
  .contact-content_body {
    display: grid;
    grid-area: body;
    grid-template: "image text" auto/33.333% auto;
    gap: 0 60px;
  }

  .contact-content_body>.lineup-local-nav-item_text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .contact-content_body>.product-head_text-block {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .contact-content_body>.product-main-ingredients_text-block {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .contact-content_body>.product-howtouse-detail_text-block {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}

.contact-information>.contact-content_body {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

@media screen and (min-width: 1400px) {
  .contact-content_body {
    gap: 0 calc(60 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 1023px) {
  .contact-content_body {
    margin-top: clamp(46px, 7vw, 70px);
  }
}

@media screen and (min-width: 1024px) {
  .contact-content_image-block {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    grid-area: image;
  }
}

.contact-picture {
  display: block;
  overflow: hidden;
}

.contact-picture_img {
  width: 100%;
  height: auto;
}

[data-animate] .contact-picture_img {
  opacity: 0;
  transition: opacity 1.3s cubic-bezier(0.69, 0, 0.33, 1) 0s, transform 2s var(--ease-out-quad) 0s;
  transform: scale3d(1.05, 1.05, 1.05);
}

[data-animate="active"] .contact-picture_img {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

@media screen and (max-width: 1023px) {
  .contact-picture_img {
    max-width: 500px;
  }
}

@media screen and (min-width: 1024px) {
  .contact-content_text-block {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: text;
  }

  .shop-single-information-item>.contact-content_text-block {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}

@media screen and (min-width: 770px) {
  .product-head>.product-head_text-block {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .product-head>.product-main-ingredients_text-block {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .product-head>.product-howtouse-detail_text-block {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .product-head>.contact-content_text-block {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}

@media screen and (min-width: 576px) {
  .product-main-ingredients>.product-main-ingredients_text-block {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .product-main-ingredients>.product-howtouse-detail_text-block {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .product-howtouse-detail>.product-howtouse-detail_text-block {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .product-main-ingredients>.contact-content_text-block {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .product-howtouse-detail>.contact-content_text-block {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}

@media screen and (min-width: 1024px) {
  .news-item_date {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  a.news-item_link>.news-item_category {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .news-item_title {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  .contact-content_body>.contact-content_text-block {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}

@media screen and (max-width: 1023px) {
  .contact-content_text-block {
    margin-top: clamp(48px, 7vw, 70px);
  }
}

.contact-content_heading {
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.contact-content_heading::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}

.contact-content_heading::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .contact-content_heading {
    font-size: calc(16 / var(--base-scale-width) * 100 * 1vw);
  }
}

.contact-information-list {
  max-width: 444px;
  margin-top: clamp(33px, 6vw, 64px);
}

@media screen and (min-width: 1400px) {
  .contact-information-list {
    max-width: calc(444 / var(--base-scale-width) * 100 * 1vw);
    margin-top: calc(64 / var(--base-scale-width) * 100 * 1vw);
  }
}

.contact-information {
  display: grid;
  grid-template: "head body" auto/clamp(55px, 7vw, 70px) auto;
  gap: 0 clamp(20px, 2.4vw, 24px);
}

.contact-information+.contact-information {
  margin-top: clamp(53px, 7vw, 70px);
}

@media screen and (min-width: 1400px) {
  .contact-information {
    grid-template-columns: calc(70 / var(--base-scale-width) * 100 * 1vw) auto;
    gap: 0 calc(24 / var(--base-scale-width) * 100 * 1vw);
  }

  .contact-information+.contact-information {
    margin-top: calc(70 / var(--base-scale-width) * 100 * 1vw);
  }
}

.contact-information_head {
  grid-area: head;
  border-right: 1px solid var(--line-color);
}

.contact-information>.contact-information_head {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.contact-information_heading {
  font-family: var(--font-gothic-en);
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: 300;
  line-height: 1.02;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.contact-information_heading::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.02) * 0.5em);
  content: "";
}

.contact-information_heading::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.02) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .contact-information_heading {
    font-size: calc(16 / var(--base-scale-width) * 100 * 1vw);
  }
}

.contact-information_body {
  grid-area: body;
}

.contact-information>.contact-information_body {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.contact-information-item+.contact-information-item {
  margin-top: clamp(48px, 5vw, 50px);
}

@media screen and (min-width: 1400px) {
  .contact-information-item+.contact-information-item {
    margin-top: calc(50 / var(--base-scale-width) * 100 * 1vw);
  }
}

.contact-information-item_heading {
  font-size: 14px;
  line-height: 1.6;
}

.contact-information-item_heading::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}

.contact-information-item_heading::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .contact-information-item_heading {
    font-size: calc(14 / var(--base-scale-width) * 100 * 1vw);
  }
}

.contact-information-item-tel {
  margin-top: 13px;
  font-family: var(--font-gothic-en);
  font-size: 21px;
  line-height: 1.8;
  letter-spacing: 0.24em;
}

.contact-information-item-tel::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
  content: "";
}

.contact-information-item-tel::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
  content: "";
}

.contact-information-item-tel span {
  padding-bottom: 0.08em;
  border-bottom: 1px solid var(--color-pink-flare);
  transition: border 0.25s ease-out;
}

.contact-information-item-tel small {
  font-size: 60%;
  letter-spacing: 0;
}

@media screen and (min-width: 1400px) {
  .contact-information-item-tel {
    margin-top: calc(13 / var(--base-scale-width) * 100 * 1vw);
    font-size: calc(21 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 770px) {
  .contact-information-item-tel small {
    display: block;
    margin-top: 0.4em;
  }
}

a.contact-information-item-tel_link {
  color: var(--color-pink-flare);
  text-decoration: none;
  transition: color 0.25s ease-out;
}

@media (any-hover: hover) {

  a.contact-information-item-tel_link:hover,
  a.contact-information-item-tel_link:active {
    color: var(--link-hover-color2);
  }

  a.contact-information-item-tel_link:hover span,
  a.contact-information-item-tel_link:active span {
    border-color: var(--link-hover-color2);
  }
}

.contact-information-item_text {
  margin-top: 16px;
}

.contact-information-item_text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
  content: "";
}

.contact-information-item_text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .contact-information-item_text {
    margin-top: calc(16 / var(--base-scale-width) * 100 * 1vw);
  }
}

.contact-information-item_annotation {
  padding-left: 1em;
  margin-top: 18px;
  font-size: 10px;
  line-height: 1.7;
  color: var(--color-silver-chalice);
  text-indent: -1em;
}

@media screen and (min-width: 1400px) {
  .contact-information-item_annotation {
    margin-top: calc(18 / var(--base-scale-width) * 100 * 1vw);
    font-size: calc(10 / var(--base-scale-width) * 100 * 1vw);
  }
}

.contact-information-item-url {
  margin-top: 16px;
  font-size: clamp(15px, 1.6vw, 16px);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 1400px) {
  .contact-information-item-url {
    margin-top: calc(16 / var(--base-scale-width) * 100 * 1vw);
    font-size: calc(16 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 770px) {
  .contact-information-item-url {
    margin-top: 22px;
  }
}

a.contact-information-item-url_link {
  padding-bottom: 0.4em;
  color: var(--color-pink-flare);
  text-decoration: none;
  border-bottom: 1px solid var(--color-pink-flare);
  transition: color 0.25s ease-out, border 0.25s ease-out;
}

@media (any-hover: hover) {

  a.contact-information-item-url_link:hover,
  a.contact-information-item-url_link:active {
    color: var(--link-hover-color2);
    border-color: var(--link-hover-color2);
  }
}

.salon-search-content {
  width: 100%;
}

.salon-search-description {
  margin-top: clamp(40px, 4.8vw, 48px);
  font-size: 14px;
  line-height: 2;
}

.salon-search-description::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}

.salon-search-description::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .salon-search-description {
    font-size: calc(14 / var(--base-scale-width) * 100 * 1vw);
  }
}

.salon-search-content_body {
  width: 100%;
  max-width: 816px;
  padding-top: clamp(65px, 8.4vw, 84px);
  padding-bottom: clamp(115px, 16vw, 160px);
  margin: clamp(48px, 5.4vw, 54px) auto 0;
  border-image-source: linear-gradient(var(--color-hint-of-red), var(--color-hint-of-red));
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw 100vh 100vw;
}

@media screen and (min-width: 1400px) {
  .salon-search-content_body {
    max-width: calc(816 / var(--base-scale-width) * 100 * 1vw);
    padding-top: calc(84 / var(--base-scale-width) * 100 * 1vw);
    padding-bottom: calc(160 / var(--base-scale-width) * 100 * 1vw);
    margin-top: calc(84 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 900px) {
  .salon-search-content_body {
    max-width: 500px;
  }
}

.salon-search-input-item+.salon-search-input-item {
  margin-top: 80px;
}

@media screen and (min-width: 1400px) {
  .salon-search-input-item+.salon-search-input-item {
    margin-top: calc(80 / var(--base-scale-width) * 100 * 1vw);
  }
}

.salon-search-input-item_head {
  font-size: 14px;
  line-height: 1.02;
}

@media screen and (min-width: 1400px) {
  .salon-search-input-item_head {
    font-size: calc(14 / var(--base-scale-width) * 100 * 1vw);
  }
}

.salon-search-input-item_body {
  padding: 20px;
  margin-top: 24px;
  background-color: #fff;
}

@media screen and (min-width: 1400px) {
  .salon-search-input-item_body {
    padding: calc(20 / var(--base-scale-width) * 100 * 1vw);
    margin-top: calc(24 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 900px) {
  .salon-search-input-item_body {
    padding: 30px 32px;
  }
}

.salon-search-area {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px 15px;
}

@media screen and (min-width: 900px) {
  .salon-search-area {
    grid-template: "row1 row2 row3 row4" auto/1fr 1fr 1fr 190px;
  }
}

@media screen and (min-width: 1400px) {
  .salon-search-area {
    grid-template-columns: 1fr 1fr 1fr calc(190 / var(--base-scale-width) * 100 * 1vw);
    gap: calc(16 / var(--base-scale-width) * 100 * 1vw) calc(15 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (min-width: 900px) {
  .salon-search-area_row1 {
    grid-area: row1;
  }
}

@media screen and (min-width: 900px) {
  .salon-search-area_row2 {
    grid-area: row2;
  }
}

@media screen and (min-width: 900px) {
  .salon-search-area_row3 {
    grid-area: row3;
  }
}

@media screen and (min-width: 900px) {
  .salon-search-area_row4 {
    grid-area: row4;
    padding-left: 8px;
  }
}

@media screen and (min-width: 1400px) {
  .salon-search-area_row4 {
    padding-left: calc(8 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 900px) {
  .salon-search-area_row4 {
    margin-top: 8px;
  }
}

.salon-search-select-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.salon-search-select-container::before {
  position: absolute;
  top: 50%;
  right: 16px;
  font-size: 6px;
  color: #535353;
  letter-spacing: 0;
  pointer-events: none;
  transform: translateY(-50%);
}

@media screen and (min-width: 1400px) {
  .salon-search-select-container::before {
    right: calc(16 / var(--base-scale-width) * 100 * 1vw);
    font-size: calc(6 / var(--base-scale-width) * 100 * 1vw);
  }
}

.salon-search-select {
  width: 100%;
  height: 100%;
  padding: 0.5em 35px 0.6em 20px;
  font-size: 12px;
  background-color: #fff;
  border: 1px solid var(--color-quill-gray);
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.salon-search-select:disabled {
  color: rgba(82, 81, 76, 0.42);
  border-color: #d6d5d2;
}

@media screen and (min-width: 1400px) {
  .salon-search-select {
    padding-right: calc(35 / var(--base-scale-width) * 100 * 1vw);
    padding-left: calc(20 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 576px) {
  .salon-search-select {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    font-size: 16px;
  }
}

.salon-search-select-prefectures {
  grid-area: select-prefecture;
}

.salon-search-select-area {
  grid-area: select-area;
}

.salon-search-button,
a.salon-search-button {
  position: relative;
  display: block;
  grid-area: button;
  width: 100%;
  padding: 0.5em 0;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.08em;
  background-color: var(--color-pink-flare);
  border: none;
  transition: background-color 0.25s ease-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.salon-search-button .icon-arrow-right2,
a.salon-search-button .icon-arrow-right2 {
  position: absolute;
  top: 50%;
  right: 11px;
  display: grid;
  place-content: center center;
  width: 16px;
  height: 16px;
  font-size: 6px;
  line-height: 1;
  color: var(--color-pink-flare);
  letter-spacing: 0;
  background-color: #fff;
  border-radius: 100vmax;
  transform: translateY(-50%);
}

@media (any-hover: hover) {

  .salon-search-button:hover,
  .salon-search-button:active,
  a.salon-search-button:hover,
  a.salon-search-button:active {
    background-color: var(--link-hover-color2);
  }
}

@media screen and (min-width: 1400px) {

  .salon-search-button,
  a.salon-search-button {
    font-size: calc(14 / var(--base-scale-width) * 100 * 1vw);
  }

  .salon-search-button .icon-arrow-right2,
  a.salon-search-button .icon-arrow-right2 {
    right: calc(11 / var(--base-scale-width) * 100 * 1vw);
    width: calc(16 / var(--base-scale-width) * 100 * 1vw);
    height: calc(16 / var(--base-scale-width) * 100 * 1vw);
    font-size: calc(6 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 900px) {

  .salon-search-button,
  a.salon-search-button {
    padding: 0.6em 0;
  }
}

.salon-search-find-by-location {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px 15px;
  align-items: center;
}

@media screen and (min-width: 900px) {
  .salon-search-find-by-location {
    grid-template: "row1 row2" auto/auto 190px;
  }

  .salon-search-find-by-location>.salon-search-area_row1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .salon-search-find-by-location>.salon-search-area_row2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}

@media screen and (min-width: 1400px) {
  .salon-search-find-by-location {
    grid-template-columns: auto calc(190 / var(--base-scale-width) * 100 * 1vw);
    gap: calc(16 / var(--base-scale-width) * 100 * 1vw) calc(15 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (min-width: 900px) {
  .salon-search-find-by-location_row1 {
    grid-area: row1;
  }
}

@media screen and (min-width: 900px) {
  .salon-search-find-by-location_row2 {
    grid-area: row2;
    padding-left: 8px;
  }
}

@media screen and (min-width: 900px) {
  .salon-search-area_row1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .salon-search-area_row2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .salon-search-area_row3 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .salon-search-area_row4 {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }

  .salon-search-find-by-location_row1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .salon-search-find-by-location>.salon-search-find-by-location_row1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .salon-search-find-by-location_row2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .salon-search-find-by-location>.salon-search-find-by-location_row2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}

@media screen and (min-width: 1400px) {
  .salon-search-find-by-location_row2 {
    padding-left: calc(8 / var(--base-scale-width) * 100 * 1vw);
  }
}

.salon-search-single-content {
  width: 100%;
}

.salon-search-single-content_body {
  width: 100%;
  padding-top: clamp(30px, 3.2vw, 32px);
  padding-bottom: clamp(60px, 8vw, 80px);
  margin: 34px auto 0;
  border-image-source: linear-gradient(var(--color-hint-of-red), var(--color-hint-of-red));
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw 100vh 100vw;
}

@media screen and (min-width: 1400px) {
  .salon-search-single-content_body {
    padding-top: calc(32 / var(--base-scale-width) * 100 * 1vw);
    padding-bottom: calc(80 / var(--base-scale-width) * 100 * 1vw);
    margin-top: calc(34 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 770px) {
  .salon-search-single-content_body {
    margin-top: 40px;
  }
}

.salon-search-topic-path {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  list-style: none;
}

.salon-search-topic-path-item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  line-height: 1.02;
  vertical-align: middle;
}

.salon-search-topic-path-item:not(:first-child)::before {
  margin: 0 0.8em;
  font-size: 60%;
  transform: translateY(0.1em);
}

a.salon-search-topic-path-item_link {
  color: var(--color-pink-flare);
  text-decoration: none;
  transition: color 0.25s ease-out;
}

@media (any-hover: hover) {

  a.salon-search-topic-path-item_link:hover,
  a.salon-search-topic-path-item_link:active {
    color: var(--link-hover-color2);
  }
}

.salon-search-single-search-result {
  position: relative;
  display: grid;
  margin-top: 40px;
}

@media screen and (min-width: 1024px) {
  .salon-search-single-search-result {
    grid-template: "left-block right-block" auto/37% auto;
    gap: 7%;
    align-items: start;
  }

  .salon-search-single-search-result>.shop-single-banner-item_left-block {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .salon-search-single-search-result>.shop-single-banner-item_right-block {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}

@media screen and (min-width: 1400px) {
  .salon-search-single-search-result {
    margin-top: calc(40 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 1024px) {
  .salon-search-single-search-result {
    grid-template: "head" auto "map" auto "body" auto/auto;
    max-width: 480px;
  }

  .salon-search-single-search-result>.top-news-content_head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .salon-search-single-search-result>.top-news-content_body {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .salon-search-single-search-result>.product-feature_head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .salon-search-single-search-result>.product-feature_body {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .salon-search-single-search-result>.contact-content_head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .salon-search-single-search-result>.contact-content_body {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .salon-search-single-search-result>.contact-information_head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .salon-search-single-search-result>.contact-information_body {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

@media screen and (min-width: 1024px) {
  .salon-search-single-search-result_left-block {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: left-block;
  }
}

@media screen and (max-width: 1024px) {
  .salon-search-single-search-result_left-block {
    display: contents;
  }
}

@media screen and (max-width: 1024px) {
  .salon-search-single-search-result_head {
    grid-area: head;
  }
}

.contact-information>.salon-search-single-search-result_head {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.salon-search-single_heading {
  font-size: 14px;
  line-height: 1.5;
}

.salon-search-single_heading .en {
  font-family: var(--font-gothic-en);
  letter-spacing: 0.1em;
}

.salon-search-single_heading::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}

.salon-search-single_heading::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .salon-search-single_heading {
    font-size: calc(14 / var(--base-scale-width) * 100 * 1vw);
  }
}

.salon-search-single_search-result-text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
}

.salon-search-single_search-result-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}

.salon-search-single_search-result-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .salon-search-single_search-result-text {
    margin-top: calc(10 / var(--base-scale-width) * 100 * 1vw);
    font-size: calc(14 / var(--base-scale-width) * 100 * 1vw);
  }
}

.salon-search-single_input-keyword {
  width: 100%;
  max-width: 280px;
  padding: 0.35em 0.6em 0.35em 40px;
  margin-top: 24px;
  line-height: 1.02;
  background: #fff url("../images/common/icon-search.svg") 14px 50%/13px 13px no-repeat;
  border: 1px solid var(--color-quill-gray);
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.salon-search-single_input-keyword::-moz-placeholder {
  font-size: 12px;
  line-height: 1.02;
  color: var(--base-text-color);
  -moz-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
  transform: translateY(-0.07em);
}

.salon-search-single_input-keyword::placeholder {
  font-size: 12px;
  line-height: 1.02;
  color: var(--base-text-color);
  transition: color 0.25s ease-out;
  transform: translateY(-0.07em);
}

.salon-search-single_input-keyword:focus-visible {
  border-color: var(--link-hover-color2);
}

.salon-search-single_input-keyword:focus-visible::-moz-placeholder {
  color: var(--color-monsoon);
}

.salon-search-single_input-keyword:focus-visible::placeholder {
  color: var(--color-monsoon);
}

@media screen and (min-width: 1400px) {
  .salon-search-single_input-keyword {
    max-width: calc(280 / var(--base-scale-width) * 100 * 1vw);
    padding-left: calc(40 / var(--base-scale-width) * 100 * 1vw);
    margin-top: calc(24 / var(--base-scale-width) * 100 * 1vw);
    background-position: calc(14 / var(--base-scale-width) * 100 * 1vw) 50%;
    background-size: calc(13 / var(--base-scale-width) * 100 * 1vw) calc(13 / var(--base-scale-width) * 100 * 1vw);
  }

  .salon-search-single_input-keyword::-moz-placeholder {}

  .salon-search-single_input-keyword::placeholder {}
}

@media screen and (max-width: 576px) {
  .salon-search-single_input-keyword {
    font-size: 16px;
  }
}

.salon-search-single-previous-button {
  margin-top: 64px;
  font-size: 14px;
  line-height: 1.6;
}

.salon-search-single-previous-button::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}

.salon-search-single-previous-button::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .salon-search-single-previous-button {
    margin-top: calc(64 / var(--base-scale-width) * 100 * 1vw);
    font-size: calc(14 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 1024px) {
  .salon-search-single-previous-button {
    margin-top: 52px;
  }
}

a.salon-search-single-previous-button_link {
  text-decoration-line: underline;
  text-decoration-style: solid;
  transition: opacity 0.25s ease-out 0s;
}

@media (any-hover: hover) {

  a.salon-search-single-previous-button_link:hover,
  a.salon-search-single-previous-button_link:active {
    opacity: 0.7;
  }
}

@media screen and (max-width: 1024px) {
  .salon-search-single-search-result_body {
    grid-area: body;
  }
}

.contact-information>.salon-search-single-search-result_body {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.salon-search-salon-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
  margin-top: clamp(40px, 6.4vw, 64px);
}

.p-salon-search-single .salon-search-salon-list {
  margin-top: 0;
}

@media screen and (min-width: 1400px) {
  .salon-search-salon-list {
    gap: calc(24 / var(--base-scale-width) * 100 * 1vw);
    margin-top: calc(64 / var(--base-scale-width) * 100 * 1vw);
  }
}

.salon-search-salon {
  position: relative;
  padding: 22px clamp(22px, 2.4vw, 24px);
  background-color: #fff;
}

.salon-search-salon.is-active::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: clamp(5px, 1vw, 6px);
  height: 100%;
  content: "";
  background-color: var(--color-pink-flare);
}

@media screen and (min-width: 1400px) {
  .salon-search-salon {
    padding: calc(22 / var(--base-scale-width) * 100 * 1vw) calc(24 / var(--base-scale-width) * 100 * 1vw);
  }
}

.salon-search-salon_name {
  margin-bottom: 22px;
  font-size: 14px;
  line-height: 1.6;
}

.salon-search-salon_name::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}

.salon-search-salon_name::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}

@media screen and (min-width: 1400px) {
  .salon-search-salon_name {
    margin-bottom: calc(22 / var(--base-scale-width) * 100 * 1vw);
    font-size: calc(14 / var(--base-scale-width) * 100 * 1vw);
  }
}

.salon-search-salon_name-button {
  color: var(--color-pink-flare);
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-decoration-style: solid;
  text-underline-offset: 0.4em;
  transition: color 0.25s ease-out;
}

@media (any-hover: hover) {

  .salon-search-salon_name-button:hover,
  .salon-search-salon_name-button:active {
    color: var(--link-hover-color2);
  }
}

.salon-search-salon_phone-number {
  margin-top: 2px;
}

@media screen and (min-width: 1400px) {
  .salon-search-salon_phone-number {
    margin-top: calc(2 / var(--base-scale-width) * 100 * 1vw);
  }
}

.salon-search-salon-lineup {
  display: flex;
  flex-flow: row wrap;
  gap: 4px;
  width: 100%;
  margin-top: 16px;
}

@media screen and (min-width: 1400px) {
  .salon-search-salon-lineup {
    gap: calc(4 / var(--base-scale-width) * 100 * 1vw);
    margin-top: calc(16 / var(--base-scale-width) * 100 * 1vw);
  }
}

.salon-search-salon-lineup-item {
  font-family: var(--font-gothic-en);
  font-size: 8px;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 1400px) {
  .salon-search-salon-lineup-item {
    font-size: calc(8 / var(--base-scale-width) * 100 * 1vw);
  }
}

a.salon-search-salon-lineup-item_link {
  display: block;
  padding: 0.7em clamp(0.65em, 1vw, 0.9em);
  text-decoration: none;
  border-radius: 4px;
  transition: opacity 0.25s ease-out, color 0.25s ease-out;
}

a.salon-search-salon-lineup-item_link._moist-veil {
  background-color: #fbf9fa;
}

a.salon-search-salon-lineup-item_link._gentle-moist {
  background-color: #f2f7fc;
}

a.salon-search-salon-lineup-item_link._puff-smooth {
  background-color: #f8f4ef;
}

a.salon-search-salon-lineup-item_link._skin-oil {
  background-color: #faefe2;
}

@media (any-hover: hover) {

  a.salon-search-salon-lineup-item_link:hover,
  a.salon-search-salon-lineup-item_link:active {
    color: #1a1a1a;
  }
}

@media screen and (min-width: 1400px) {
  a.salon-search-salon-lineup-item_link {
    border-radius: calc(4 / var(--base-scale-width) * 100 * 1vw);
  }
}

.salon-search-salon-lineup-item-google-maps {
  margin-top: 18px;
  font-size: 10px;
  line-height: 1.02;
}

.salon-search-salon-lineup-item-google-maps span {
  font-family: var(--font-gothic-en);
  font-size: 11px;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 1400px) {
  .salon-search-salon-lineup-item-google-maps {
    margin-top: calc(18 / var(--base-scale-width) * 100 * 1vw);
    font-size: calc(10 / var(--base-scale-width) * 100 * 1vw);
  }

  .salon-search-salon-lineup-item-google-maps span {
    font-size: calc(11 / var(--base-scale-width) * 100 * 1vw);
  }
}

a.salon-search-salon-lineup-item-google-maps_link {
  color: var(--color-pink-flare);
  text-decoration-line: underline;
  text-decoration-style: solid;
  word-break: break-all;
  transition: color 0.25s ease-out;
}

@media (any-hover: hover) {

  a.salon-search-salon-lineup-item-google-maps_link:hover,
  a.salon-search-salon-lineup-item-google-maps_link:active {
    color: var(--link-hover-color2);
  }
}

@media screen and (min-width: 1024px) {
  .salon-search-single-search-result_right-block {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    position: sticky;
    top: 100px;
    left: 0;
    grid-area: right-block;
    padding-right: 3.571%;
  }

  @media screen and (min-width: 1024px) {
    .salon-search-single-search-result>.salon-search-single-search-result_left-block {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }

    .salon-search-single-search-result>.salon-search-single-search-result_right-block {
      -ms-grid-row: 1;
      -ms-grid-column: 3;
    }
  }
}

@media screen and (max-width: 1024px) {
  .salon-search-single-search-result_right-block {
    display: contents;
  }
}

.salon-search-single-map {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #fff;
}

.salon-search-single-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .salon-search-single-map {
    grid-area: map;
    margin-top: clamp(45px, 6vw, 60px);
  }
}

@media screen and (min-width: 1024px) {
  .top-news-content_head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .top-news-content_body {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .product-feature_head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .product-feature_body {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .contact-content_head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .contact-content>.contact-content_head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .contact-content_body {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .contact-content>.contact-content_body {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .contact-information_head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .contact-content>.contact-information_head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .contact-information_body {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .contact-content>.contact-information_body {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .salon-search-single-search-result_head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .contact-content>.salon-search-single-search-result_head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .salon-search-single-search-result_body {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .contact-content>.salon-search-single-search-result_body {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}

@media screen and (min-width: 770px) {
  .product-feature>.product-feature_head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .product-feature>.product-feature_body {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .product-feature>.contact-content_head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .product-feature>.contact-content_body {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .product-feature>.contact-information_head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .product-feature>.contact-information_body {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .product-feature>.salon-search-single-search-result_head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .product-feature>.salon-search-single-search-result_body {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}

@media screen and (max-width: 1024px) {
  .salon-search-single-search-result>.salon-search-single-search-result_head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .salon-search-single-search-result>.salon-search-single-search-result_body {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .salon-search-single-map {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}

.salon-search-single-map_no-result {
  font-family: var(--font-gothic-en);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
}

.salon-search-result-search {
  margin-top: 120px;
}

@media screen and (min-width: 1400px) {
  .salon-search-result-search {
    margin-top: calc(120 / var(--base-scale-width) * 100 * 1vw);
  }
}

.salon-search-result-input-item+.salon-search-result-input-item {
  margin-top: 45px;
}

.p-salon-search-current .salon-search-result-input-item._location {
  display: none;
}

@media screen and (min-width: 576px) {
  .salon-search-result-input-item .salon-search-button {
    max-width: 182px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 1400px) {
  .salon-search-result-input-item+.salon-search-result-input-item {
    margin-top: calc(45 / var(--base-scale-width) * 100 * 1vw);
  }

  .salon-search-result-input-item .salon-search-button {
    max-width: calc(182 / var(--base-scale-width) * 100 * 1vw);
  }
}

.salon-search-result-input-item_head {
  font-size: 14px;
  line-height: 1.02;
}

@media screen and (min-width: 1400px) {
  .salon-search-result-input-item_head {
    font-size: calc(14 / var(--base-scale-width) * 100 * 1vw);
  }
}

.salon-search-result-input-item_body {
  padding: 20px;
  margin-top: 24px;
  background-color: #fff;
}

@media screen and (min-width: 1400px) {
  .salon-search-result-input-item_body {
    padding: calc(20 / var(--base-scale-width) * 100 * 1vw);
    margin-top: calc(24 / var(--base-scale-width) * 100 * 1vw);
  }
}

@media screen and (max-width: 770px) {
  .salon-search-result-input-item_body {
    padding: 30px 32px;
  }
}

.salon-search-result-area {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px 15px;
}

@media screen and (min-width: 1400px) {
  .salon-search-result-area {
    gap: calc(16 / var(--base-scale-width) * 100 * 1vw) calc(15 / var(--base-scale-width) * 100 * 1vw);
  }
}

.salon-search-result-area_row4 {
  margin-top: 8px;
}

.p404-content {
  display: grid;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10em 0 14em;
}

.p404-heading {
  font-family: var(--font-gothic-en);
  font-size: 150%;
  letter-spacing: 0.1em;
}

.p404-text1 {
  margin-top: 1em;
  line-height: 2;
}

.p404-text2 a {
  text-decoration: underline;
  transition: opacity 0.25s ease-out 0s;
}

@media (any-hover: hover) {
  .p404-text2 a:hover {
    opacity: 0.7;
  }
}