﻿@charset "UTF-8";
@keyframes arrow { 0% { transform: translate(0, 0); opacity: 1; }
  50% { transform: translate(0, 7px); opacity: 0; }
  51% { transform: translate(0, -7px); opacity: 0; }
  100% { transform: translate(0, 0); opacity: 1; } }
@keyframes slide2 { 0% { opacity: 0; }
  40% { opacity: 0; }
  50% { opacity: 1; }
  90% { opacity: 1; } }
@keyframes slide3-2 { 0% { opacity: 0; }
  20% { opacity: 0; }
  33% { opacity: 1; }
  87% { opacity: 1; }
  88% { opacity: 0; }
  100% { opacity: 0; } }
@keyframes slide3-3 { 0% { opacity: 0; }
  53% { opacity: 0; }
  66% { opacity: 1; }
  88% { opacity: 1; }
  100% { opacity: 0; } }
@keyframes bgAnim { 0% { transform: translate(0, 0); }
  25% { transform: translate(10vw, 0); }
  50% { transform: translate(0, 0); }
  75% { transform: translate(-10vw, 0); }
  100% { transform: translate(0, 0); } }
/** Swiper 4.5.0 Most modern mobile touch slider and framework with hardware accelerated transitions http://www.idangero.us/swiper/  Copyright 2014-2019 Vladimir Kharlampidi  Released under the MIT License  Released on: February 22, 2019 */
.swiper-container { margin: 0 auto; position: relative; overflow: hidden; list-style: none; padding: 0; z-index: 1; }

.swiper-container-no-flexbox .swiper-slide { float: left; }

.swiper-container-vertical > .swiper-wrapper { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform,-webkit-transform; -webkit-box-sizing: content-box; box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper { -webkit-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; margin: 0 auto; }

.swiper-slide { -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; width: 100%; height: 100%; position: relative; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform,-webkit-transform; }

.swiper-slide-invisible-blank { visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide { height: auto; }

.swiper-container-autoheight .swiper-wrapper { -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-transition-property: height,-webkit-transform; transition-property: height,-webkit-transform; -o-transition-property: transform,height; transition-property: transform,height; transition-property: transform,height,-webkit-transform; }

.swiper-container-3d { -webkit-perspective: 1200px; perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper { -webkit-transform-style: preserve-3d; transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top { position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left { background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right { background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top { background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom { background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper { -ms-touch-action: pan-y; touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper { -ms-touch-action: pan-x; touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev { position: absolute; top: 50%; width: 27px; height: 44px; margin-top: -22px; z-index: 10; cursor: pointer; background-size: 27px 44px; background-position: center; background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled { opacity: .35; cursor: auto; pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E"); left: 10px; right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E"); right: 10px; left: auto; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock { display: none; }

.swiper-pagination { position: absolute; text-align: center; -webkit-transition: .3s opacity; -o-transition: .3s opacity; transition: .3s opacity; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); z-index: 10; }

.swiper-pagination.swiper-pagination-hidden { opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 10px; left: 0; width: 100%; }

.swiper-pagination-bullets-dynamic { overflow: hidden; font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { -webkit-transform: scale(0.33); -ms-transform: scale(0.33); transform: scale(0.33); position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev { -webkit-transform: scale(0.66); -ms-transform: scale(0.66); transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev { -webkit-transform: scale(0.33); -ms-transform: scale(0.33); transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next { -webkit-transform: scale(0.66); -ms-transform: scale(0.66); transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next { -webkit-transform: scale(0.33); -ms-transform: scale(0.33); transform: scale(0.33); }

.swiper-pagination-bullet { width: 8px; height: 8px; display: inline-block; border-radius: 100%; background: #000; opacity: .2; }

button.swiper-pagination-bullet { border: none; margin: 0; padding: 0; -webkit-box-shadow: none; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet { cursor: pointer; }

.swiper-pagination-bullet-active { opacity: 1; background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets { right: 10px; top: 50%; -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 6px 0; display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic { top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { display: inline-block; -webkit-transition: .2s top,.2s -webkit-transform; transition: .2s top,.2s -webkit-transform; -o-transition: .2s transform,.2s top; transition: .2s transform,.2s top; transition: .2s transform,.2s top,.2s -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic { left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { -webkit-transition: .2s left,.2s -webkit-transform; transition: .2s left,.2s -webkit-transform; -o-transition: .2s transform,.2s left; transition: .2s transform,.2s left; transition: .2s transform,.2s left,.2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet { -webkit-transition: .2s right,.2s -webkit-transform; transition: .2s right,.2s -webkit-transform; -o-transition: .2s transform,.2s right; transition: .2s transform,.2s right; transition: .2s transform,.2s right,.2s -webkit-transform; }

.swiper-pagination-progressbar { background: rgba(0, 0, 0, 0.25); position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background: #007aff; position: absolute; left: 0; top: 0; width: 100%; height: 100%; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { -webkit-transform-origin: right top; -ms-transform-origin: right top; transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite { width: 100%; height: 4px; left: 0; top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar { width: 4px; height: 100%; left: 0; top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active { background: #fff; }

.swiper-pagination-progressbar.swiper-pagination-white { background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill { background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active { background: #000; }

.swiper-pagination-progressbar.swiper-pagination-black { background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill { background: #000; }

.swiper-pagination-lock { display: none; }

.swiper-scrollbar { border-radius: 10px; position: relative; -ms-touch-action: none; background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar { position: absolute; left: 1%; bottom: 3px; z-index: 50; height: 5px; width: 98%; }

.swiper-container-vertical > .swiper-scrollbar { position: absolute; right: 3px; top: 1%; z-index: 50; width: 5px; height: 98%; }

.swiper-scrollbar-drag { height: 100%; width: 100%; position: relative; background: rgba(0, 0, 0, 0.5); border-radius: 10px; left: 0; top: 0; }

.swiper-scrollbar-cursor-drag { cursor: move; }

.swiper-scrollbar-lock { display: none; }

.swiper-zoom-container { width: 100%; height: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg { max-width: 100%; max-height: 100%; -o-object-fit: contain; object-fit: contain; }

.swiper-slide-zoomed { cursor: move; }

.swiper-lazy-preloader { width: 42px; height: 42px; position: absolute; left: 50%; top: 50%; margin-left: -21px; margin-top: -21px; z-index: 10; -webkit-transform-origin: 50%; -ms-transform-origin: 50%; transform-origin: 50%; -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite; animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after { display: block; content: ''; width: 100%; height: 100%; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); background-position: 50%; background-size: 100%; background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
@keyframes swiper-preloader-spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
.swiper-container .swiper-notification { position: absolute; left: 0; top: 0; pointer-events: none; opacity: 0; z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide { -webkit-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide { pointer-events: none; -webkit-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide { pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active { pointer-events: auto; }

.swiper-container-cube { overflow: visible; }

.swiper-container-cube .swiper-slide { pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 1; visibility: hidden; -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; width: 100%; height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide { pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide { -webkit-transform-origin: 100% 0; -ms-transform-origin: 100% 0; transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active { pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev { pointer-events: auto; visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top { z-index: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow { position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background: #000; opacity: .6; -webkit-filter: blur(50px); filter: blur(50px); z-index: 0; }

.swiper-container-flip { overflow: visible; }

.swiper-container-flip .swiper-slide { pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide { pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active { pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top { z-index: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper { -ms-perspective: 1200px; }

img[src$=".svg"] { width: 100%; }

a { color: inherit; }

#contents.contents_inner { padding: 0; }

.clearfix::after { display: block; content: ""; clear: both; }

html, body { height: 100%; overflow: visible; }

#holiday-wrapper { color: #000; -webkit-text-size-adjust: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-family: "akzidenz-grotesk", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", arial, YuGothic, 游ゴシック, Meiryo, メイリオ, sans-serif; width: 100%; z-index: 1; line-height: 1; letter-spacing: 0; text-rendering: optimizeLegibility; -webkit-font-feature-settings: "palt"; font-feature-settings: "palt"; }
#holiday-wrapper *::selection { background: #cdcdcd; }
#holiday-wrapper *::-moz-selection { background: #cdcdcd; }
#holiday-wrapper h1, #holiday-wrapper h2, #holiday-wrapper h3, #holiday-wrapper h4, #holiday-wrapper h5, #holiday-wrapper p, #holiday-wrapper ul, #holiday-wrapper li { line-height: inherit; letter-spacing: inherit; margin: 0; }
#holiday-wrapper img { width: 100%; }
#holiday-wrapper .obj-fit { object-fit: cover; object-position: center; font-family: 'object-fit: cover; object-position: center;'; }
#holiday-wrapper .smallsp { display: none; }
@media screen and (max-width: 374px) { #holiday-wrapper .smallsp { display: block; } }
#holiday-wrapper .largesp { display: block; }
@media screen and (max-width: 374px) { #holiday-wrapper .largesp { display: none; } }
#holiday-wrapper .button_soldout a { opacity: .4; pointer-events: none; font-size: 0; }
#holiday-wrapper .button_soldout a::before { display: block; content: "SOLD OUT"; font-size: 14px; letter-spacing: .05em; }
#holiday-wrapper .button_soldout a::after { display: none !important; }
#holiday-wrapper ul.slider { position: relative; }
#holiday-wrapper ul.slider li:nth-child(2) { position: absolute; top: 0; right: 0; bottom: 0; left: 0; opacity: 0; }
#holiday-wrapper .section-head { opacity: 0; }
#holiday-wrapper .section-head h3 { text-align: center; font-size: 14px; letter-spacing: .05em; }
#holiday-wrapper .section-head.is-show { opacity: 1; transition: opacity 2s ease 0s; }
#holiday-wrapper #top .inner { position: relative; }
#holiday-wrapper #top .inner .textarea { position: absolute; left: 50%; bottom: 10px; transform: translate(-50%, 0); white-space: nowrap; }
#holiday-wrapper #top .inner .textarea .text-inner > * { opacity: 0; }
#holiday-wrapper #top .inner .textarea .text-inner h1 { width: 66.67vw; margin: 0 auto 3.47%; }
#holiday-wrapper #top .inner .textarea .text-inner h2 { text-align: center; font-size: 3.47vw; line-height: 1.69; letter-spacing: .05em; margin: 0 0 2.63%; }
#holiday-wrapper #top .inner .textarea .text-inner .release { background: #fff;width: 90vw; font-size: 11px; line-height: 1.5; padding: 6px 10px; text-align: center;}
#holiday-wrapper #top .inner .textarea .text-inner .release .release-single { display: block;; margin-bottom: 0; }
#holiday-wrapper #top .inner .textarea .text-inner .release .release-single .item { font-size: 11px; }
/* #holiday-wrapper #top .inner .textarea .text-inner .release .release-single .date::after { display: inline; content: "："; } */
#holiday-wrapper #top nav { overflow: hidden; position: relative; z-index: 1; padding: 0 15px; }
#holiday-wrapper #top nav .column { height: 50px; display: flex; align-items: center; }
#holiday-wrapper #top nav .column ul { display: flex; }
#holiday-wrapper #top nav .column ul li { color: #FFFFFF; font-size: 14px; letter-spacing: .05em; }
#holiday-wrapper #top nav .column ul li::after { display: inline-block; content: "/"; margin: 0 .5em; }
#holiday-wrapper #top nav .column ul li:last-child::after { display: none; }
#holiday-wrapper #top nav .column + .column { border-top: solid 1px #FFFFFF; }
#holiday-wrapper #top nav::before { display: block; content: ""; z-index: 2; position: absolute; top: 0; right: -10vw; bottom: 0; left: -10vw; z-index: -1; background-size: cover; background-image: url("/cms/img/usr/news/2022/10/holiday-collection/holiday-nav-bg@sp.jpg"); animation: bgAnim 10s linear 0s infinite; }
#holiday-wrapper #concept { padding: 50px 0 0; }
#holiday-wrapper #concept .inner { padding: 0 17px; }
#holiday-wrapper #concept .inner .head { margin: 0 0 20px; }
#holiday-wrapper #concept .inner .head > * { opacity: 0; }
#holiday-wrapper #concept .inner .head h3 { font-size: 18px; letter-spacing: .1em; margin: 0 0 13px; }
#holiday-wrapper #concept .inner .head .catch { font-size: 16px; letter-spacing: .1em; }
#holiday-wrapper #concept .inner .head.is-show > * { opacity: 1; transition: opacity 2s ease 0s; }
#holiday-wrapper #concept .inner .head.is-show > *:nth-child(2) { transition-delay: 0.2s; }
#holiday-wrapper #concept .inner .head.is-show > *:nth-child(3) { transition-delay: 0.4s; }
#holiday-wrapper #concept .inner .head.is-show > *:nth-child(4) { transition-delay: 0.6s; }
#holiday-wrapper #concept .inner .imagearea { margin: 0 0 25px; opacity: 0; transform: translate(0, 20px); }
#holiday-wrapper #concept .inner .imagearea.is-show { opacity: 1; transform: none; transition: all 2s ease 0s; }
#holiday-wrapper #concept .inner .textarea > * { opacity: 0; }
#holiday-wrapper #concept .inner .textarea .text { font-size: 14px; line-height: 1.71; }
#holiday-wrapper #concept .inner .textarea .text + .text { margin: 1.71em 0 0; }
#holiday-wrapper #concept .inner .textarea.is-show > * { opacity: 1; transition: opacity 2s ease 0s; }
#holiday-wrapper #concept .inner .textarea.is-show > *:nth-child(2) { transition-delay: 0.2s; }
#holiday-wrapper #concept .inner .textarea.is-show > *:nth-child(3) { transition-delay: 0.4s; }
#holiday-wrapper #concept .inner .textarea.is-show > *:nth-child(4) { transition-delay: 0.6s; }
#holiday-wrapper #concept .inner .textarea.is-show > *:nth-child(5) { transition-delay: 0.8s; }
#holiday-wrapper #concept .inner .textarea.is-show > *:nth-child(6) { transition-delay: 1s; }
#holiday-wrapper #concept .inner .textarea.is-show > *:nth-child(7) { transition-delay: 1.2s; }
#holiday-wrapper #products { padding: 50px 0 80px; }
#holiday-wrapper #products .inner .section-head { padding: 0 17px; margin: 0 0 5px; }
#holiday-wrapper #products .inner .section-head h3 { text-align: left; border-bottom: none; }
#holiday-wrapper #products .inner .release-calendar { border-top: solid 1px #939393; padding: 20px 0; margin: 0 17px 30px; }
#holiday-wrapper #products .inner .release-calendar .column { text-align: center; }
#holiday-wrapper #products .inner .release-calendar .column .group { padding: 20px 0; }
#holiday-wrapper #products .inner .release-calendar .column .group .release-date { font-size: 12px; letter-spacing: .0; margin: 0 0 25px; }
#holiday-wrapper #products .inner .release-calendar .column .group .makeup-date { font-size: 12px; letter-spacing: .05em; margin: 0 0 10px; }
#holiday-wrapper #products .inner .release-calendar .column .group .release-date_sub {font-size: 11px; letter-spacing: 0; margin: 0 0 10px; line-height: 1.6em;}
#holiday-wrapper #products .inner .release-calendar .column .group .product-single { opacity: 0; }
#holiday-wrapper #products .inner .release-calendar .column .group .product-single a { display: block; height: 100%; }
#holiday-wrapper #products .inner .release-calendar .column .group .product-single .imagearea { max-width: 140px; margin: 0 auto 15px; transform: translate(0, 20px); }
#holiday-wrapper #products .inner .release-calendar .column .group .product-single .textarea .product-name { font-size: 11px; line-height: 1.27; text-decoration: underline; margin: 0 -10px; }
#holiday-wrapper #products .inner .release-calendar .column .group .product-single.is-show { opacity: 1; transition: opacity 2s ease 0s; }
#holiday-wrapper #products .inner .release-calendar .column .group .product-single.is-show .imagearea { transform: none; transition: transform 1.2s ease 0s; }
#holiday-wrapper #products .inner .release-calendar .column .group .flex { display: flex; align-items: flex-start; flex-wrap: wrap; }
#holiday-wrapper #products .inner .release-calendar .column .group .flex .product-single { width: 50%; }
#holiday-wrapper #products .inner .release-calendar .column:nth-child(2) { border-top: solid 1px #939393; display: flex; }
#holiday-wrapper #products .inner .release-calendar .column:nth-child(2) .group { width: calc((100% - 1px) / 2); }
#holiday-wrapper #products .inner .release-calendar .column:nth-child(2) .group:nth-child(1) { border-right: solid 1px #939393; }
#holiday-wrapper #products .inner .products-wrapper .product { padding: 50px 0 30px; }
#holiday-wrapper #products .inner .products-wrapper .product .color-list li .color-text .color-name { display: inline-block; border-bottom: solid 1px #939393; font-size: 12px; letter-spacing: .12em; padding: 0 0 4px; margin: 0 0 4px; }
#holiday-wrapper #products .inner .products-wrapper .product .color-list li .color-text .color-description { font-size: 11px; line-height: 1.36; letter-spacing: .05em; }
#holiday-wrapper #products .inner .products-wrapper .product .color-list li + li { margin: 15px 0 0; }
#holiday-wrapper #products .inner .products-wrapper .product .color-list:not(.no-image) li { display: flex; align-items: flex-start; }
#holiday-wrapper #products .inner .products-wrapper .product .color-list:not(.no-image) li .color-thumb { width: 50px; margin: 0 15px 0 0; }
#holiday-wrapper #products .inner .products-wrapper .product .color-list:not(.no-image) li .color-text { flex: 1; }
#holiday-wrapper #products .inner .products-wrapper .product .color-list:not(.no-image).nail .color-thumb { width: 40px; }
#holiday-wrapper #products .inner .products-wrapper .product .color-list.no-image li .color-text .color-name { letter-spacing: .05em; }
#holiday-wrapper #products .inner .products-wrapper .product .product-main { padding: 0 17px; }
#holiday-wrapper #products .inner .products-wrapper .product .product-main .product-main-inner .product-head { margin: 0 0 15px; }
#holiday-wrapper #products .inner .products-wrapper .product .product-main .product-main-inner .product-head > * { opacity: 0; }
#holiday-wrapper #products .inner .products-wrapper .product .product-main .product-main-inner .product-head .release-tag { display: flex; align-items: center; margin: 0 0 20px; }
#holiday-wrapper #products .inner .products-wrapper .product .product-main .product-main-inner .product-head .release-tag .tag { display: flex; align-items: center; justify-content: center; border: solid 1px #939393; width: 65px; height: 20px; font-size: 11px; margin: 0 .5em 0 0; }
#holiday-wrapper #products .inner .products-wrapper .product .product-main .product-main-inner .product-head .release-tag .release-date { font-size: 14px; letter-spacing: .05em; }
#holiday-wrapper #products .inner .products-wrapper .product .product-main .product-main-inner .product-head h4 { font-size: 18px; line-height: 1.22; margin: 0 0 8px; }
#holiday-wrapper #products .inner .products-wrapper .product .product-main .product-main-inner .product-head .detail { font-size: 14px; line-height: 1.29; letter-spacing: .05em; }
#holiday-wrapper #products .inner .products-wrapper .product .product-main .product-main-inner .product-head.is-show > * { opacity: 1; transition: opacity 2s ease 0s; }
#holiday-wrapper #products .inner .products-wrapper .product .product-main .product-main-inner .product-head.is-show > *:nth-child(2) { transition-delay: 0.2s; }
#holiday-wrapper #products .inner .products-wrapper .product .product-main .product-main-inner .product-head.is-show > *:nth-child(3) { transition-delay: 0.4s; }
#holiday-wrapper #products .inner .products-wrapper .product .product-main .product-main-inner .product-head.is-show > *:nth-child(4) { transition-delay: 0.6s; }
#holiday-wrapper #products .inner .products-wrapper .product .product-main .product-main-inner .product-head.is-show > *:nth-child(5) { transition-delay: 0.8s; }
#holiday-wrapper #products .inner .products-wrapper .product .product-main .product-main-inner .imagearea { margin: 0 0 15px; opacity: 0; transform: translate(0, 20px); }
#holiday-wrapper #products .inner .products-wrapper .product .product-main .product-main-inner .imagearea.is-show { opacity: 1; transform: none; transition: all 2s ease 0s; }
#holiday-wrapper #products .inner .products-wrapper .product .product-main .product-main-inner .imagearea.is-show ul.slider li:nth-child(2) { animation: slide2 8s linear 0s infinite; }
#holiday-wrapper #products .inner .products-wrapper .product .product-main .product-main-inner .textarea > * { opacity: 0; }
#holiday-wrapper #products .inner .products-wrapper .product .product-main .product-main-inner .textarea .description { text-align: justify; font-size: 13px; line-height: 1.54; margin: 0 0 23px; }
#holiday-wrapper #products .inner .products-wrapper #product1 .make_date { text-align: center; line-height: 1.6em; font-size: 13px; letter-spacing: 0.06em; margin: 0 0 70px;}
#holiday-wrapper #products .inner .products-wrapper .product .product-main .product-main-inner .textarea .knowmore { max-width: 280px; height: 44px; font-size: 12px; letter-spacing: .05em; color: #FFFFFF; margin: 0 auto; }
#holiday-wrapper #products .inner .products-wrapper .product .product-main .product-main-inner .textarea .knowmore a { height: 100%; display: flex; align-items: center; justify-content: center; background: #000; position: relative; }
#holiday-wrapper #products .inner .products-wrapper .product .product-main .product-main-inner .textarea .knowmore a::after { display: block; content: ""; border-left: solid 5px #FFFFFF; border-top: solid 4px transparent; border-bottom: solid 4px transparent; position: absolute; top: 50%; right: 10px; transform: translate(0, -50%); }
#holiday-wrapper #products .inner .products-wrapper .product .product-main .product-main-inner .textarea .color-list { margin: 45px 0 0; }
#holiday-wrapper #products .inner .products-wrapper .product .product-main .product-main-inner .textarea.is-show > * { opacity: 1; transition: opacity 2s ease 0s; }
#holiday-wrapper #products .inner .products-wrapper .product .product-main .product-main-inner .textarea.is-show > *:nth-child(2) { transition-delay: 0.2s; }
#holiday-wrapper #products .inner .products-wrapper .product .product-main .product-main-inner .textarea.is-show > *:nth-child(3) { transition-delay: 0.4s; }
#holiday-wrapper #products .inner .products-wrapper .product .product-main .product-main-inner .textarea.is-show > *:nth-child(4) { transition-delay: 0.6s; }
#holiday-wrapper #products .inner .products-wrapper .product .product-main .product-main-inner .textarea.is-show > *:nth-child(5) { transition-delay: 0.8s; }
#holiday-wrapper #products .inner .products-wrapper .product .product-main .product-main-inner .textarea.is-show > *:nth-child(6) { transition-delay: 1s; }
#holiday-wrapper #products .inner .products-wrapper .product#product1 .colors-container { margin: 35px 0 70px; }
#holiday-wrapper #products .inner .products-wrapper .product#product1 .colors-container .imagearea { margin: 0 0 25px; position: relative; overflow: hidden; }
#holiday-wrapper #products .inner .products-wrapper .product#product1 .colors-container .imagearea::after { display: block; content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-size: cover; background-image: url("/cms/img/usr/news/2022/10/holiday-nav-bg@sp.jpg"); }
#holiday-wrapper #products .inner .products-wrapper .product#product1 .colors-container .imagearea.is-show::after { opacity: 0; transition: opacity 1.2s ease 0s; }
#holiday-wrapper #products .inner .products-wrapper .product#product1 .colors-container .textarea { padding: 0 17px; }
#holiday-wrapper #products .inner .products-wrapper .product#product1 .colors-container .textarea .color-list li { opacity: 0; }
#holiday-wrapper #products .inner .products-wrapper .product#product1 .colors-container .textarea .color-list li .color-thumb { transform: translate(0, 20px); }
#holiday-wrapper #products .inner .products-wrapper .product#product1 .colors-container .textarea.is-show .color-list li { opacity: 1; transition: opacity 2s ease 0s; }
#holiday-wrapper #products .inner .products-wrapper .product#product1 .colors-container .textarea.is-show .color-list li .color-thumb { transform: none; transition: transform 1.2s ease 0s; }
#holiday-wrapper #products .inner .products-wrapper .product#product1 .colors-container .textarea.is-show .color-list li:nth-child(2) { transition-delay: 0.2s; }
#holiday-wrapper #products .inner .products-wrapper .product#product1 .colors-container .textarea.is-show .color-list li:nth-child(2) .color-thumb { transition-delay: 0.2s; }
#holiday-wrapper #products .inner .products-wrapper .product#product1 .colors-container .textarea.is-show .color-list li:nth-child(3) { transition-delay: 0.4s; }
#holiday-wrapper #products .inner .products-wrapper .product#product1 .colors-container .textarea.is-show .color-list li:nth-child(3) .color-thumb { transition-delay: 0.4s; }
#holiday-wrapper #products .inner .products-wrapper .product#product1 .colors-container .textarea.is-show .color-list li:nth-child(4) { transition-delay: 0.6s; }
#holiday-wrapper #products .inner .products-wrapper .product#product1 .colors-container .textarea.is-show .color-list li:nth-child(4) .color-thumb { transition-delay: 0.6s; }
#holiday-wrapper #products .inner .products-wrapper .product#product1 .colors-container .textarea.is-show .color-list li:nth-child(5) { transition-delay: 0.8s; }
#holiday-wrapper #products .inner .products-wrapper .product#product1 .colors-container .textarea.is-show .color-list li:nth-child(5) .color-thumb { transition-delay: 0.8s; }
#holiday-wrapper #products .inner .products-wrapper .product#product1 .colors-container .textarea.is-show .color-list li:nth-child(6) { transition-delay: 1s; }
#holiday-wrapper #products .inner .products-wrapper .product#product1 .colors-container .textarea.is-show .color-list li:nth-child(6) .color-thumb { transition-delay: 1s; }
#holiday-wrapper #products .inner .products-wrapper .product#product1 .howtouse { opacity: 0; }
#holiday-wrapper #products .inner .products-wrapper .product#product1 .howtouse .imagearea { width: 220px; margin: 0 auto 30px; }
#holiday-wrapper #products .inner .products-wrapper .product#product1 .howtouse .textarea { padding: 0 17px; }
#holiday-wrapper #products .inner .products-wrapper .product#product1 .howtouse .textarea .howto-title { font-size: 16px; letter-spacing: .15em; margin: 0 0 15px; }
#holiday-wrapper #products .inner .products-wrapper .product#product1 .howtouse .textarea .howto-text { font-size: 12px; letter-spacing: .1em; margin: 0 0 25px; }
#holiday-wrapper #products .inner .products-wrapper .product#product1 .howtouse .textarea .howto-detail .howto-for { display: inline-block; border-bottom: solid 1px #939393; font-size: 12px; letter-spacing: .05em; padding: 0 0 3px; margin: 0 0 7px; }
#holiday-wrapper #products .inner .products-wrapper .product#product1 .howtouse .textarea .howto-detail .howto-step li { font-size: 12px; line-height: 1.5; }
#holiday-wrapper #products .inner .products-wrapper .product#product1 .howtouse .textarea .howto-detail + .howto-detail { margin: 15px 0 0; }
#holiday-wrapper #products .inner .products-wrapper .product#product1 .howtouse.is-show { opacity: 1; transition: opacity 2s ease 0s; }
#holiday-wrapper #products .inner .products-wrapper .product#product2 .howtouse { border-top: solid 1px #939393; margin: 20px 17px 0; padding: 20px 0 0; opacity: 0; }
#holiday-wrapper #products .inner .products-wrapper .product#product2 .howtouse .textarea .howto-title { font-size: 16px; letter-spacing: .05em; margin: 0 0 13px; }
#holiday-wrapper #products .inner .products-wrapper .product#product2 .howtouse .textarea .howto-text { font-size: 13px; line-height: 1.54; }
#holiday-wrapper #products .inner .products-wrapper .product#product2 .howtouse.is-show { opacity: 1; transition: opacity 2s ease 0s; }
#holiday-wrapper #movie { padding: 50px 0 80px; }
#holiday-wrapper #movie .inner { padding: 0 17px; }
#holiday-wrapper #movie .inner .section-head { margin: 0 0 25px; }
#holiday-wrapper #movie .inner .moviearea { position: relative; opacity: 0; transform: translate(0, 20px); }
#holiday-wrapper #movie .inner .moviearea .imagewrap { position: relative; }
#holiday-wrapper #movie .inner .moviearea .imagewrap .icon { width: 50px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#holiday-wrapper #movie .inner .moviearea #movie-in { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: none; }
#holiday-wrapper #movie .inner .moviearea.is-show { opacity: 1; transform: none; transition: all 2s ease 0s; }
#holiday-wrapper #featuring { padding: 50px 0 80px; }
#holiday-wrapper #featuring .inner { padding: 0 17px; }
#holiday-wrapper #featuring .inner .section-head { margin: 0 0 20px; }
#holiday-wrapper #featuring .inner .flex .imagearea { margin: 0 0 35px; opacity: 0; }
#holiday-wrapper #featuring .inner .flex .imagearea.is-show { opacity: 1; transition: opacity 2s ease 0s; }
#holiday-wrapper #featuring .inner .flex .textarea .group { opacity: 0; }
#holiday-wrapper #featuring .inner .flex .textarea .group .cat { font-size: 12px; letter-spacing: .05em; margin: 0 0 13px; }
#holiday-wrapper #featuring .inner .flex .textarea .group .items li { font-size: 14px; line-height: 1.71; }
#holiday-wrapper #featuring .inner .flex .textarea .group .items li a { text-decoration: underline; }
#holiday-wrapper #featuring .inner .flex .textarea .group + .group { margin: 20px 0 0; }
#holiday-wrapper #featuring .inner .flex .textarea.is-show .group { opacity: 1; transition: opacity 2s ease 0s; }
#holiday-wrapper #featuring .inner .flex .textarea.is-show .group:nth-child(2) { transition-delay: 0.2s; }
#holiday-wrapper #featuring .inner .flex .textarea.is-show .group:nth-child(3) { transition-delay: 0.4s; }
#holiday-wrapper #featuring .inner .flex .textarea.is-show .group:nth-child(4) { transition-delay: 0.6s; }
#holiday-wrapper #featuring .inner .flex .textarea.is-show .group:nth-child(5) { transition-delay: 0.8s; }
#holiday-wrapper #featuring .inner .flex .textarea.is-show .group:nth-child(6) { transition-delay: 1s; }
#holiday-wrapper #engraving { padding: 40px 0 0; margin: 0 17px; border-top: solid 1px #939393; }
#holiday-wrapper #engraving .inner .section-head { margin: 0 0 25px; }
#holiday-wrapper #engraving .inner .flex .imagearea { margin: 0 0 30px; opacity: 0; }
#holiday-wrapper #engraving .inner .flex .imagearea.is-show { opacity: 1; transition: opacity 2s ease 0s; }
#holiday-wrapper #engraving .inner .flex .textarea { color: #353636; }
#holiday-wrapper #engraving .inner .flex .textarea > * { opacity: 0; }
#holiday-wrapper #engraving .inner .flex .textarea h4 { font-size: 18px; letter-spacing: .15em; margin: 0 0 15px; }
#holiday-wrapper #engraving .inner .flex .textarea .description { text-align: justify; font-size: 12px; line-height: 1.43; margin: 0 0 35px; }
#holiday-wrapper #engraving .inner .flex .textarea .detail { background: #E6E6E6; margin: 0 -17px; padding: 30px 17px; }
#holiday-wrapper #engraving .inner .flex .textarea .detail .detail-title { color: #000; font-size: 13px; letter-spacing: .05em; margin: 0 0 13px; }
#holiday-wrapper #engraving .inner .flex .textarea .detail .detail-text { font-size: 12px; line-height: 1.83; margin: 0 0 10px; }
#holiday-wrapper #engraving .inner .flex .textarea .detail .detail-caption { color: #585858; font-size: 11px; line-height: 1.45; }
#holiday-wrapper #engraving .inner .flex .textarea.is-show > * { opacity: 1; transition: opacity 2s ease 0s; }
#holiday-wrapper #engraving .inner .flex .textarea.is-show > *:nth-child(2) { transition-delay: 0.2s; }
#holiday-wrapper #engraving .inner .flex .textarea.is-show > *:nth-child(3) { transition-delay: 0.4s; }
#holiday-wrapper #engraving .inner .flex .textarea.is-show > *:nth-child(4) { transition-delay: 0.6s; }
#holiday-wrapper #engraving .inner .flex .textarea.is-show > *:nth-child(5) { transition-delay: 0.8s; }
#holiday-wrapper #engraving .inner .flex .textarea.is-show > *:nth-child(6) { transition-delay: 1s; }

#holiday-wrapper #event { padding: 40px 0 0; margin: 0 17px; }
#holiday-wrapper #event .inner .section-head { margin: 0 0 25px; }
#holiday-wrapper #event .inner .flex .imagearea { margin: 0 0 30px; opacity: 0; }
#holiday-wrapper #event .inner .flex .imagearea.is-show { opacity: 1; transition: opacity 2s ease 0s; }
#holiday-wrapper #event .inner .flex .textarea { color: #353636; }
#holiday-wrapper #event .inner .flex .textarea > * { opacity: 0; }
#holiday-wrapper #event .inner .flex .textarea h4 { font-size: 18px; letter-spacing: .15em; margin: 0 0 15px; }
#holiday-wrapper #event .inner .flex .textarea .description { text-align: justify; font-size: 12px; line-height: 1.43; margin: 0 0 15px; }
#holiday-wrapper #event .inner .flex .textarea .description span{ font-size: 13px;}
#holiday-wrapper #event .inner .flex .textarea .detail { background: #E6E6E6; margin: 0 -17px; padding: 30px 17px; }
#holiday-wrapper #event .inner .flex .textarea .detail .detail-title { color: #000; font-size: 13px; letter-spacing: .05em; margin: 0 0 13px; }
#holiday-wrapper #event .inner .flex .textarea .detail .detail-text { font-size: 12px; line-height: 1.83; margin: 0 0 10px; }
#holiday-wrapper #event .inner .flex .textarea .detail-caption { color: #585858; font-size: 11px; line-height: 1.45; margin: 10px 0 0; }
#holiday-wrapper #event .inner .flex .textarea.is-show > * { opacity: 1; transition: opacity 2s ease 0s; }
#holiday-wrapper #event .inner .flex .textarea.is-show > *:nth-child(2) { transition-delay: 0.2s; }
#holiday-wrapper #event .inner .flex .textarea.is-show > *:nth-child(3) { transition-delay: 0.4s; }
#holiday-wrapper #event .inner .flex .textarea.is-show > *:nth-child(4) { transition-delay: 0.6s; }
#holiday-wrapper #event .inner .flex .textarea.is-show > *:nth-child(5) { transition-delay: 0.8s; }
#holiday-wrapper #event .inner .flex .textarea.is-show > *:nth-child(6) { transition-delay: 1s; }

#holiday-wrapper .section-head h3 { text-align: left; font-size: 16px; letter-spacing: .1em; padding: 0 0 10px; border-bottom: solid 1px #939393; }
#holiday-wrapper #event .section-head h3 { text-align: left; font-size: 16px; letter-spacing: .1em; padding: 0; border-bottom: none; }
#holiday-wrapper #event .section-head h4 { line-height: 1.4em; font-size: 18px; margin: 10px 0 8px; letter-spacing: 0.03em; padding: 5px 0px 10px; border-bottom: solid 1px #939393; }
#holiday-wrapper #event .section-head h4 span {font-size: 13px;}
#holiday-wrapper #event .section-head .date,#holiday-wrapper #event_2 .section-head .date { line-height: 1.8em; font-size: 16px; }
#holiday-wrapper #event .section-head .description { line-height: 1.4em; font-size: 13px; }

#holiday-wrapper #event_2 { padding: 40px 0 0; margin: 0 17px; }
#holiday-wrapper #event_2 .inner .section-head { margin: 0 0 25px; }
#holiday-wrapper #event_2 .inner .flex .imagearea { margin: 0 0 30px; opacity: 0; }
#holiday-wrapper #event_2 .inner .flex .imagearea.is-show { opacity: 1; transition: opacity 2s ease 0s; }
#holiday-wrapper #event_2 .inner .flex .textarea { color: #353636; }
#holiday-wrapper #event_2 .inner .flex .textarea > * { opacity: 0; }
#holiday-wrapper #event_2 .inner .flex .textarea h4 { font-size: 18px; letter-spacing: .15em; margin: 0 0 15px; }
#holiday-wrapper #event_2 .inner .flex .textarea .description { text-align: justify; font-size: 12px; line-height: 1.43; margin: 0 0 15px; }
#holiday-wrapper #event_2 .inner .flex .textarea .description span{ font-size: 13px;}
#holiday-wrapper #event_2 .inner .flex .textarea .detail { background: #E6E6E6; margin: 0 -17px; padding: 30px 17px; }
#holiday-wrapper #event_2 .inner .flex .textarea .detail .detail-title { color: #000; font-size: 13px; letter-spacing: .05em; margin: 0 0 13px; }
#holiday-wrapper #event_2 .inner .flex .textarea .detail .detail-text { font-size: 12px; line-height: 1.83; margin: 0 0 10px; }
#holiday-wrapper #event_2 .inner .flex .textarea .detail-caption { color: #585858; font-size: 11px; line-height: 1.45; margin: 10px 0 0; }
#holiday-wrapper #event_2 .inner .flex .textarea.is-show > * { opacity: 1; transition: opacity 2s ease 0s; }
#holiday-wrapper #event_2 .inner .flex .textarea.is-show > *:nth-child(2) { transition-delay: 0.2s; }
#holiday-wrapper #event_2 .inner .flex .textarea.is-show > *:nth-child(3) { transition-delay: 0.4s; }
#holiday-wrapper #event_2 .inner .flex .textarea.is-show > *:nth-child(4) { transition-delay: 0.6s; }
#holiday-wrapper #event_2 .inner .flex .textarea.is-show > *:nth-child(5) { transition-delay: 0.8s; }
#holiday-wrapper #event_2 .inner .flex .textarea.is-show > *:nth-child(6) { transition-delay: 1s; }

#holiday-wrapper #event_2 .section-head h3 { text-align: left; font-size: 16px; letter-spacing: .1em; padding: 0; border-bottom: none; }
#holiday-wrapper #event_2 .section-head h4 { line-height: 1.4em; font-size: 18px; margin: 10px 0 8px; letter-spacing: 0.03em; padding: 5px 0px 10px; border-bottom: solid 1px #939393; }
#holiday-wrapper #event_2 .section-head h4 span {font-size: 13px;}
#holiday-wrapper #event_2 .section-head .date,#holiday-wrapper #event_2 .section-head .date { line-height: 1.8em; font-size: 16px; }
#holiday-wrapper #event_2 .section-head .description { line-height: 1.4em; font-size: 13px; }

#holiday-wrapper #gift_finder { padding: 60px 0 75px; }
#holiday-wrapper #gift_finder .inner { padding: 0 17px; }
#holiday-wrapper #gift_finder .inner .banner-single a { display: block; height: 100%; }
#holiday-wrapper #gift_finder .inner .banner-single a.comingsoon { pointer-events: none; }
#holiday-wrapper #gift_finder .inner .banner-single .flex { opacity: 0; transform: translate(0, 20px); }
#holiday-wrapper #gift_finder .inner .banner-single .flex .textarea { text-align: center; background: #DCDFEF; padding: 30px 0; }
#holiday-wrapper #gift_finder .inner .banner-single .flex .textarea .title { font-size: 18px; letter-spacing: .1em; margin: 0 0 13px; }
#holiday-wrapper #gift_finder .inner .banner-single .flex .textarea .text { display: inline-block; text-align: left; font-size: 13px; line-height: 1.54; }
#holiday-wrapper #gift_finder .inner .banner-single .flex .textarea .cs { font-size: 18px; letter-spacing: .1em; margin: 25px 0 0; }
#holiday-wrapper #gift_finder .inner .banner-single .flex.is-show { opacity: 1; transform: none; transition: all 2s ease 0s; }
#holiday-wrapper #gift_finder .inner .banner-single .flex.is-show .imagearea ul.slider li:nth-child(2) { animation: slide2 8s linear 0s infinite; }
#holiday-wrapper #information { padding: 30px 0 45px; margin: 0 17px; border-top: solid 1px #939393; }
#holiday-wrapper #information .inner { padding: 0 24px; }
#holiday-wrapper #information .inner .section-head { margin: 0 0 25px; }
#holiday-wrapper #information .inner .info-list .info-single { opacity: 0; }
#holiday-wrapper #information .inner .info-list .info-single a { display: block; height: 100%; }
#holiday-wrapper #information .inner .info-list .info-single .imagearea { margin: 0 0 20px; transform: translate(0, 20px); }
#holiday-wrapper #information .inner .info-list .info-single .textarea h4 { text-align: center; font-size: 14px; line-height: 1.43; margin: 0 0 15px; }
#holiday-wrapper #information .inner .info-list .info-single .textarea .text { text-align: justify; font-size: 12px; line-height: 1.67; letter-spacing: .05em; margin: 0 0 20px; }
#holiday-wrapper #information .inner .info-list .info-single .textarea .knowmore { text-align: center; font-size: 13px; letter-spacing: .05em; }
#holiday-wrapper #information .inner .info-list .info-single .textarea .knowmore u { margin: 0 0 0 .5em; }
#holiday-wrapper #information .inner .info-list .info-single + .info-single { margin: 60px 0 0; }
#holiday-wrapper #information .inner .info-list .info-single.is-show { opacity: 1; transition: opacity 2s ease 0s; }
#holiday-wrapper #information .inner .info-list .info-single.is-show .imagearea { transform: none; transition: transform 2s ease 0s; }
#holiday-wrapper .foot_contents { color: #FFFFFF; position: relative; z-index: 1; text-align: center; padding: 45px 0 20px; overflow: hidden; }
#holiday-wrapper .foot_contents .page_to_top { font-size: 16px; letter-spacing: .2em; margin: 0 0 50px; }
#holiday-wrapper .foot_contents .sns_share { margin: 0 0 45px; }
#holiday-wrapper .foot_contents .sns_share p { font-size: 11px; letter-spacing: .1em; margin: 0 0 15px; }
#holiday-wrapper .foot_contents .sns_share ul { display: flex; justify-content: center; }
#holiday-wrapper .foot_contents .sns_share ul li { font-size: 11px; letter-spacing: .1em; position: relative; }
#holiday-wrapper .foot_contents .sns_share ul li:nth-child(2)::before, #holiday-wrapper .foot_contents .sns_share ul li:nth-child(2)::after { display: inline-block; content: "|"; margin: 0 .5em; }
#holiday-wrapper .foot_contents footer #brand_top { font-size: 12px; letter-spacing: .1em; margin: 0 0 80px; }
#holiday-wrapper .foot_contents footer small { font-size: 11px; letter-spacing: .1em; }
#holiday-wrapper .foot_contents::before { display: block; content: ""; z-index: 2; position: absolute; top: 0; right: -10vw; bottom: 0; left: -10vw; z-index: -1; background-size: cover; background-image: url("/cms/img/usr/news/2022/10/holiday-collection/holiday-footer-bg@sp.jpg"); animation: bgAnim 10s linear 0s infinite; }
#holiday-wrapper.is-loaded { opacity: 1 !important; transition: opacity 2s ease 0s; }
#holiday-wrapper.is-loaded #top .inner .imagearea ul li:nth-child(2) { animation: slide2 8s linear 0s infinite; }
#holiday-wrapper.is-loaded #top .inner .textarea .text-inner > * { opacity: 1; transition: opacity 2s ease .6s; }
#holiday-wrapper.is-loaded #top .inner .textarea .text-inner > *:nth-child(2) { transition-delay: 0.8s; }
#holiday-wrapper.is-loaded #top .inner .textarea .text-inner > *:nth-child(3) { transition-delay: 1s; }
#holiday-wrapper.is-loaded #top .inner .textarea .text-inner > *:nth-child(4) { transition-delay: 1.2s; }

@media screen and (max-width: 767px) { #holiday-wrapper .pc { display: none !important; } }
@media screen and (orientation: landscape) { #holiday-wrapper #top .inner .imagearea { background: #FAFAFA; }
  #holiday-wrapper #top .inner .imagearea ul li { height: calc(100vh - 40px); }
  #holiday-wrapper #top .inner .imagearea ul li:nth-child(1) { width: 50%; margin: 0 0 0 auto; }
  #holiday-wrapper #top .inner .imagearea ul li:nth-child(1) img { width: 100%; height: 100%; object-fit: cover; object-position: center left; }
  #holiday-wrapper #top .inner .imagearea ul li:nth-child(2) img { display: block; height: 100%; width: auto; max-width: none; margin: 0 0 0 auto; }
  #holiday-wrapper #top .inner .textarea { left: 1%; bottom: auto; top: 59.22%; transform: translate(0, -50%); }
  #holiday-wrapper #top .inner .textarea .text-inner h1 { width: 24.82vw; margin: 0 auto 1.1vw; }
  #holiday-wrapper #top .inner .textarea .text-inner h2 { font-size: 1.17vw; line-height: 2.5; letter-spacing: .1em; margin: 0 0 3.29vw; }
  #holiday-wrapper #top .inner .textarea .text-inner .release { background: none;width: 60vw; font-size: 11px; line-height: 1.5; padding: 6px 10px; }
  #holiday-wrapper #top .inner .textarea .text-inner .release { font-size: 0.88vw; line-height: 1; letter-spacing: .05em; text-align: center; }
  #holiday-wrapper #top .inner .textarea .text-inner .release .release-single { display: block; }
  #holiday-wrapper #top .inner .textarea .text-inner .release .release-single .item { font-size: 0.95vw; letter-spacing: .05em; margin: 0 0 0.59vw; line-height: 1.6em;}
  #holiday-wrapper #top .inner .textarea .text-inner .release .release-single .date { font-size: 1.1vw; letter-spacing: .05em; margin: 0 0 0.59vw; }
  #holiday-wrapper #top .inner .textarea .text-inner .release .release-single .date::after { display: none; }
  #holiday-wrapper #top .inner .textarea .text-inner .release .release-single + .release-single { margin: 2.2vw 0 0; }
  #holiday-wrapper #top nav { padding: 0; display: flex; align-items: center; justify-content: center; height: 40px; }
  #holiday-wrapper #top nav .column { height: auto; display: block; }
  #holiday-wrapper #top nav .column ul li { margin: 0 12px; }
  #holiday-wrapper #top nav .column ul li::after { display: none; }
  #holiday-wrapper #top nav .column + .column { border-top: none; }
  #holiday-wrapper #top nav::before { background-image: url("/cms/img/usr/news/2022/10/holiday-collection/holiday-nav-bg.jpg"); } }
@media screen and (min-width: 768px) { a { -webkit-transition: opacity .3s; transition: opacity .3s; }
  .sp, .smallsp, .largesp { display: none !important; }
  .pc {  }
  #holiday-wrapper .section-head h3 { text-align: left; font-size: 16px; letter-spacing: .1em; padding: 0 0 10px; border-bottom: solid 1px #939393; }
  #holiday-wrapper #event .section-head h3 { text-align: left; font-size: 16px; letter-spacing: .1em; padding: 0; border-bottom: none; }
  #holiday-wrapper #event .section-head h4 { line-height: 1.4em; font-size: 18px; margin: 10px 0 8px; letter-spacing: 0.03em; padding: 5px 0px 10px; border-bottom: solid 1px #939393; }
  #holiday-wrapper #event .section-head h4 span {font-size: 13px;}
  #holiday-wrapper #event .section-head .date,#holiday-wrapper #event_2 .section-head .date { line-height: 1.8em; font-size: 16px; }
  #holiday-wrapper #event .section-head .description { line-height: 1.4em; font-size: 13px; }

  #holiday-wrapper #event_2 .section-head h3 { text-align: left; font-size: 16px; letter-spacing: .1em; padding: 0; border-bottom: none; }
  #holiday-wrapper #event_2 .section-head h4 { line-height: 1.4em; font-size: 16px; margin: 10px 0 8px; }
  #holiday-wrapper #event_2 .section-head h4 span {font-size: 13px;}
  #holiday-wrapper #event_2 .section-head .date { line-height: 1.4em; font-size: 14px; }
  #holiday-wrapper #event_2 .section-head .description { line-height: 1.4em; font-size: 13px; }

  #holiday-wrapper #top { margin: 0 0 100px; }
  #holiday-wrapper #concept { padding: 50px 0 120px; width: 1040px; max-width: 96%; margin: 0 auto; }
  #holiday-wrapper #concept .inner { padding: 0 0 0 49.04%; position: relative; min-height: 600px; display: flex; flex-direction: column; justify-content: center; } }
@media screen and (min-width: 768px) and (max-width: 1083px) { #holiday-wrapper #concept .inner { min-height: 55.38vw; } }
@media screen and (min-width: 768px) and (max-width: 1000px) { #holiday-wrapper #concept .inner { padding: 0 0 0 47.12%; } }
@media screen and (min-width: 768px) { #holiday-wrapper #concept .inner .head { margin: 0 0 40px; }
  #holiday-wrapper #concept .inner .head h3 { font-size: 22px; letter-spacing: .2em; margin: 0 0 10px; }
  #holiday-wrapper #concept .inner .imagearea { margin: 0; position: absolute; top: 50%; left: 0; width: 43.27%; transform: translate(0, -50%) translate(0, 20px); }
  #holiday-wrapper #concept .inner .imagearea.is-show { transform: translate(0, -50%); }
  #holiday-wrapper #concept .inner .textarea .text { line-height: 1.7; letter-spacing: .05em; } }
@media screen and (min-width: 768px) and (max-width: 1000px) { #holiday-wrapper #concept .inner .textarea .text { font-size: 12px; letter-spacing: 0; } }
@media screen and (min-width: 768px) { #holiday-wrapper #concept .inner .textarea .text + .text { margin: 2em 0 0; }
  #holiday-wrapper #products { padding: 50px 0 180px; }
  #holiday-wrapper #products .inner .section-head { padding: 0; width: 1040px; max-width: 96%; margin: 0 auto; }
  #holiday-wrapper #products .inner .section-head h3 { border-bottom: none; }
  #holiday-wrapper #products .inner .release-calendar { padding: 0; width: 1040px; max-width: 96%; margin: 0 auto 90px; display: flex; border-bottom: solid 1px #939393; }
  #holiday-wrapper #products .inner .release-calendar .column .group { padding: 45px 0 30px; }
  #holiday-wrapper #products .inner .release-calendar .column .group .release-date { font-size: 16px; letter-spacing: .1em; margin: 0 0 30px; }
  #holiday-wrapper #products .inner .release-calendar .column .group .makeup-date { margin: 0 0 10px; }
  #holiday-wrapper #products .inner .release-calendar .column .group .release-date_sub { line-height: 1.4em;font-size: 12px;letter-spacing: 0.05em;}
  #holiday-wrapper #products .inner .release-calendar .column .group .product-single .imagearea { max-width: 240px; margin: 0 auto 10px; }
  #holiday-wrapper #products .inner .release-calendar .column .group .product-single .textarea .product-name { font-size: 14px; line-height: 1.29; text-decoration: none; }
  #holiday-wrapper #products .inner .release-calendar .column:nth-child(1) { flex: 1; }
  #holiday-wrapper #products .inner .release-calendar .column:nth-child(1) .group { padding: 45px 0; }
  #holiday-wrapper #products .inner .release-calendar .column:nth-child(1) .group .flex { width: 90%; margin: 0 auto -20px; }
  #holiday-wrapper #products .inner .release-calendar .column:nth-child(1) .group .flex .product-single { margin: 0 0 20px; }
  #holiday-wrapper #products .inner .release-calendar .column:nth-child(2) { width: 40%; border-top: none; border-left: solid 1px #939393; display: block; } }
@media screen and (min-width: 768px) and (max-width: 1000px) { #holiday-wrapper #products .inner .release-calendar .column:nth-child(2) { width: 30.77%; } }
@media screen and (min-width: 768px) { #holiday-wrapper #products .inner .release-calendar .column:nth-child(2) .group { width: 100%; }
  #holiday-wrapper #products .inner .release-calendar .column:nth-child(2) .group:nth-child(1) { border-right: none; border-bottom: solid 1px #939393; }
  #holiday-wrapper #products .inner .products-wrapper .product { width: 100%; padding: 50px 0 180px; }
  #holiday-wrapper #products .inner .products-wrapper #product1 .make_date { text-align: center; line-height: 1.6em; font-size: 13px; letter-spacing: 0.06em; margin: 0 0 70px;}
  #holiday-wrapper #products .inner .products-wrapper .product .color-list li + li { margin: 25px 0 0; }
  #holiday-wrapper #products .inner .products-wrapper .product .product-main { padding: 0; width: 970px; max-width: 96%; margin: 0 auto; }
  #holiday-wrapper #products .inner .products-wrapper .product .product-main .product-main-inner { position: relative; padding: 0 0 0 50.52%; min-height: 440px; display: flex; flex-direction: column; justify-content: center; } }
@media screen and (min-width: 768px) and (max-width: 1010px) { #holiday-wrapper #products .inner .products-wrapper .product .product-main .product-main-inner { min-height: 43.55vw; } }
@media screen and (min-width: 768px) { #holiday-wrapper #products .inner .products-wrapper .product .product-main .product-main-inner .product-head h4 { font-size: 20px; line-height: 1.18; letter-spacing: .1em; margin: 0 0 10px; }
  #holiday-wrapper #products .inner .products-wrapper .product .product-main .product-main-inner .product-head .detail .pc { display: inline !important; }
  #holiday-wrapper #products .inner .products-wrapper .product .product-main .product-main-inner .imagearea { margin: 0; transform: translate(0, -50%) translate(0, 20px); width: 45.36%; position: absolute; top: 50%; left: 0; }
  #holiday-wrapper #products .inner .products-wrapper .product .product-main .product-main-inner .imagearea.is-show { transform: translate(0, -50%); }
  #holiday-wrapper #products .inner .products-wrapper .product .product-main .product-main-inner .textarea .description { line-height: 1.77; margin: 0 0 20px; }
  #holiday-wrapper #products .inner .products-wrapper .product .product-main .product-main-inner .textarea .knowmore { max-width: 350px; height: 44px; font-size: 14px; margin: 0; background-image: url("/cms/img/usr/news/2022/10/holiday-nav-bg@sp.jpg"); background-size: cover; }
  #holiday-wrapper #products .inner .products-wrapper .product .product-main .product-main-inner .textarea .knowmore a { transition: background 1s ease 0s; }
  #holiday-wrapper #products .inner .products-wrapper .product .product-main .product-main-inner .textarea .knowmore a::after { transition: transform .4s ease 0s; }
  #holiday-wrapper #products .inner .products-wrapper .product .product-main .product-main-inner .textarea .knowmore a:hover { opacity: 1; background: transparent; }
  #holiday-wrapper #products .inner .products-wrapper .product .product-main .product-main-inner .textarea .knowmore a:hover:after { transform: translate(3px, -50%); }
  #holiday-wrapper #products .inner .products-wrapper .product .product-main .product-main-inner .textarea .color-list { margin: 40px 0 0; }
  #holiday-wrapper #products .inner .products-wrapper .product#product1 .product-main .product-main-inner .textarea .description { margin: 0 0 45px; }
  #holiday-wrapper #products .inner .products-wrapper .product#product1 .colors-container { width: 1040px; max-width: 96%; margin: 85px auto 70px; display: flex; align-items: flex-start; justify-content: flex-end; }
  #holiday-wrapper #products .inner .products-wrapper .product#product1 .colors-container .imagearea { margin: 0 0 0 40px; order: 2; width: 40.29%; max-width: calc(100% - 500px); }
  #holiday-wrapper #products .inner .products-wrapper .product#product1 .colors-container .textarea { flex: 1; max-width: 480px; padding: 0; } }
@media screen and (min-width: 768px) and (max-width: 1000px) { #holiday-wrapper #products .inner .products-wrapper .product#product1 .colors-container .textarea .color-list li + li { margin: 10px 0 0; } }
@media screen and (min-width: 768px) { #holiday-wrapper #products .inner .products-wrapper .product#product1 .howtouse { width: 780px; max-width: 96%; margin: 0 auto; display: flex; }
  #holiday-wrapper #products .inner .products-wrapper .product#product1 .howtouse .imagearea { width: 191px; margin: 0 25px 0 0; }
  #holiday-wrapper #products .inner .products-wrapper .product#product1 .howtouse .textarea { padding: 0; flex: 1; }
  #holiday-wrapper #products .inner .products-wrapper .product#product1 .howtouse .textarea .howto-title { margin: 0 0 20px; }
  #holiday-wrapper #products .inner .products-wrapper .product#product1 .howtouse .textarea .howto-text { margin: 0 0 20px; }
  #holiday-wrapper #products .inner .products-wrapper .product#product1 .howtouse .textarea .howto-detail { display: flex; align-items: center; }
  #holiday-wrapper #products .inner .products-wrapper .product#product1 .howtouse .textarea .howto-detail .howto-for { margin: 0 1em 0 0; }
  #holiday-wrapper #products .inner .products-wrapper .product#product1 .howtouse .textarea .howto-detail .howto-step { display: flex; }
  #holiday-wrapper #products .inner .products-wrapper .product#product1 .howtouse .textarea .howto-detail .howto-step li + li { margin: 0 0 0 1em; }
  #holiday-wrapper #products .inner .products-wrapper .product#product2 .howtouse { border: solid 1px #939393; margin: 100px auto 0; padding: 25px 30px; width: 1040px; max-width: 96%; box-sizing: border-box; }
  #holiday-wrapper #products .inner .products-wrapper .product#product2 .howtouse .textarea .howto-title { margin: 0 0 15px; }
  #holiday-wrapper #products .inner .products-wrapper .product#product2 .howtouse .textarea .howto-text { font-size: 12px; }
  #holiday-wrapper #products .inner .products-wrapper .product:nth-child(2n) .product-main .product-main-inner { padding: 0 50.52% 0 0; }
  #holiday-wrapper #products .inner .products-wrapper .product:nth-child(2n) .product-main .product-main-inner .imagearea { left: auto; right: 0; }
  #holiday-wrapper #movie { padding: 50px 0 120px; }
  #holiday-wrapper #movie .inner { padding: 0; width: 780px; max-width: 90%; margin: 0 auto; }
  #holiday-wrapper #movie .inner .section-head { margin: 0 0 35px; }
  #holiday-wrapper #movie .inner .section-head h3 { padding: 0; border-bottom: none; text-align: center; }
  #holiday-wrapper #movie .inner .moviearea .imagewrap { position: relative; }
  #holiday-wrapper #movie .inner .moviearea .imagewrap .icon { width: 100px; }
  #holiday-wrapper #featuring .inner { padding: 0; width: 960px; max-width: 96%; margin: 0 auto; }
  #holiday-wrapper #featuring .inner .section-head { margin: 0 0 70px; }
  #holiday-wrapper #featuring .inner .flex { display: flex; align-items: center; }
  #holiday-wrapper #featuring .inner .flex .imagearea { margin: 0 6.77% 0 0; flex: 1; }
  #holiday-wrapper #featuring .inner .flex .textarea { width: 40.63%; min-width: 350px; }
  #holiday-wrapper #featuring .inner .flex .textarea .group + .group { margin: 30px 0 0; }
  #holiday-wrapper #engraving { padding: 50px 0 130px; border-top: none; width: 960px; max-width: 96%; margin: 0 auto; }
  #holiday-wrapper #engraving .inner .section-head { margin: 0 0 60px; }
  #holiday-wrapper #engraving .inner .flex { display: flex; align-items: center; }
  #holiday-wrapper #engraving .inner .flex .imagearea { margin: 0 30px 0 0; flex: 1; }
  #holiday-wrapper #engraving .inner .flex .textarea { width: 56.25%; min-width: 430px; }
  #holiday-wrapper #engraving .inner .flex .textarea .description { line-height: 1.57; letter-spacing: .05em; margin: 0 0 30px; }

  #holiday-wrapper #event { padding: 50px 0 0; border-top: none; width: 960px; max-width: 96%; margin: 0 auto; }
  #holiday-wrapper #event .inner .section-head { margin: 0 0 26px; }
  #holiday-wrapper #event .inner .flex { display: flex; align-items: center; }
  #holiday-wrapper #event .inner .flex .imagearea { margin: 0 30px 0 0; flex: 1; }
  #holiday-wrapper #event .inner .flex .textarea { width: 56.25%; min-width: 430px; }
  #holiday-wrapper #event .inner .flex .textarea .description { line-height: 1.57; letter-spacing: .05em; margin: 0 0 10px; }
  #holiday-wrapper #event .inner .flex .textarea .description span{ font-size: 13px;}

  #holiday-wrapper #event_2 { padding: 50px 0 130px; border-top: none; width: 960px; max-width: 96%; margin: 0 auto; }
  #holiday-wrapper #event_2 .inner .section-head { margin: 0 0 26px; }
  #holiday-wrapper #event_2 .inner .flex { display: flex; align-items: center; }
  #holiday-wrapper #event_2 .inner .flex .imagearea { margin: 0 30px 0 0; flex: 1; }
  #holiday-wrapper #event_2 .inner .flex .textarea { width: 56.25%; min-width: 430px; }
  #holiday-wrapper #event_2 .inner .flex .textarea .description { line-height: 1.57; letter-spacing: .05em; margin: 0 0 10px; }
  #holiday-wrapper #event_2 .inner .flex .textarea .description span{ font-size: 13px;}
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  #holiday-wrapper #engraving .inner .flex .textarea .description { font-size: 13px; letter-spacing: 0; }
  #holiday-wrapper #event .inner .flex .textarea .description { font-size: 13px; letter-spacing: 0; }
  #holiday-wrapper #event_2 .inner .flex .textarea .description { font-size: 13px; letter-spacing: 0; }
}
@media screen and (min-width: 768px) {
  #holiday-wrapper #engraving .inner .flex .textarea .detail { margin: 0; padding: 25px 20px; }
  #holiday-wrapper #engraving .inner .flex .textarea .detail .detail-text { font-size: 13px; line-height: 1.69; margin: 0 0 25px; }
  #holiday-wrapper #engraving .inner .flex .textarea .detail .detail-caption { line-height: 1.64; }
  #holiday-wrapper #event .inner .flex .textarea .detail { margin: 0; padding: 25px 20px; }
  #holiday-wrapper #event .inner .flex .textarea .detail .detail-text { font-size: 13px; line-height: 1.69; margin: 0 0 25px; }
  #holiday-wrapper #event .inner .flex .textarea .detail .detail-caption { line-height: 1.64; }
  #holiday-wrapper #event_2 .inner .flex .textarea .detail { margin: 0; padding: 25px 20px; }
  #holiday-wrapper #event_2 .inner .flex .textarea .detail .detail-text { font-size: 13px; line-height: 1.69; margin: 0 0 25px; }
  #holiday-wrapper #event_2 .inner .flex .textarea .detail .detail-caption { line-height: 1.64; }
  #holiday-wrapper #gift_finder { padding: 50px 0 100px; }
  #holiday-wrapper #gift_finder .inner { padding: 0; width: 900px; max-width: 96%; margin: 0 auto; }
  #holiday-wrapper #gift_finder .inner .banner-single .flex { display: flex; align-items: center; background: #DCDFEF; }
  #holiday-wrapper #gift_finder .inner .banner-single .flex .imagearea { width: 340px; }
  #holiday-wrapper #gift_finder .inner .banner-single .flex .textarea { flex: 1; text-align: left; padding: 0 0 0 7.22%; }
  #holiday-wrapper #information { padding: 50px 0 180px; margin: 0; border-top: none; }
  #holiday-wrapper #information .inner { padding: 0; width: 960px; max-width: 96%; margin: 0 auto; }
  #holiday-wrapper #information .inner .section-head { margin: 0 0 55px; }
  #holiday-wrapper #information .inner .info-list { display: flex; flex-wrap: wrap; align-items: flex-start; }
  #holiday-wrapper #information .inner .info-list .info-single { width: 30%; margin: 0 0 20px; }
  #holiday-wrapper #information .inner .info-list .info-single .imagearea { margin: 0 0 25px; }
  #holiday-wrapper #information .inner .info-list .info-single + .info-single { margin: 0 0 20px; }
  #holiday-wrapper #information .inner .info-list .info-single:nth-child(3n-1) { margin: 0 5% 20px; }
  #holiday-wrapper .foot_contents { padding: 65px 0; }
  #holiday-wrapper .foot_contents .page_to_top { font-size: 14px; margin: 0 0 80px; }
  #holiday-wrapper .foot_contents .sns_share { margin: 0 0 50px; }
  #holiday-wrapper .foot_contents .sns_share p { font-size: 10px; margin: 0 0 20px; }
  #holiday-wrapper .foot_contents footer .brand_top { font-size: 10px; margin: 0 0 60px; }
  #holiday-wrapper .foot_contents::before { background-image: url("/cms/img/usr/news/2022/10/holiday-collection/holiday-footer-bg.jpg"); } }