@charset "UTF-8";
@font-face {
  font-family: NotoSansJP;
  font-weight: 700;
  src: url(../font/NotoSansJP-Bold.otf)
}
@font-face {
  font-family: NotoSansJP;
  font-weight: 300;
  src: url(../font/NotoSansJP-Light.otf)
}
@font-face {
  font-family: NotoSansJP;
  font-weight: 400;
  src: url(../font/NotoSansJP-Regular.otf)
}
@font-face {
  font-family: NotoSerifJP;
  font-weight: 400;
  src: url(../font/NotoSerifJP-Regular.otf)
}
@font-face {
  font-family: Roboto;
  font-weight: 700;
  src: url(../font/Roboto-Bold.ttf)
}
@font-face {
  font-family: Roboto;
  font-weight: 500;
  src: url(../font/Roboto-Medium.ttf)
}
@font-face {
  font-family: Roboto;
  font-weight: 400;
  src: url(../font/Roboto-Regular.ttf)
}
[lang=jp] body {
  font-family: NotoSansJP, 微軟正黑體, 'Microsoft JhengHei', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto
}
.roboto, [lang=en] body {
  font-family: Roboto, 微軟正黑體, 'Microsoft JhengHei', -apple-system, BlinkMacSystemFont
}
:root {
  --parallax-y: 0
}
*, ::after, ::before {
  box-sizing: border-box
}


/*首頁產品-perfume*/
.bg-white-perfume {
  background-color: #e3dfdb
}
/*首頁*/
	 .grid-series {
    grid-auto-rows: 4rem
  }

	.grid-series-perfume .cell-img-1{
		    z-index: 0;
    grid-area: 2/8/10/12;
	}
	
	.grid-series-perfume .cell-img-2 {
    grid-area: 8/3/17/6;
  }
  
 .grid-series-perfume .pattern-2:before {
  right: -40%;
  bottom: 40%;
  width: 200px;
  height: 200px;
  background-image: url(../img/leisure-5_xxl.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}
	.grid-series-perfume .cell-img-3 {
        grid-area: 10/3/15/span 8;
  }	




html {
  font-family: sans-serif;
  line-height: 1.15;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}
figure, footer, header, nav, section {
  display: block
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important
}
h1, h2, h3, h4 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2
}
p {
  margin-top: 0;
  margin-bottom: 0
}
p + p {
  margin-top: 1rem
}
address {
  font-style: normal;
  line-height: inherit
}
ul {
  margin-top: 0;
  margin-bottom: 1rem
}
ul ul {
  margin-bottom: 0
}
a {
  color: #595656;
  text-decoration: none;
  background-color: transparent
}
a:hover {
  color: #323030;
  text-decoration: none
}
a:focus, button:focus:not(:focus-visible) {
  outline: 0
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none
}
figure {
  margin: 0 0 1rem
}
img {
  vertical-align: middle;
  border-style: none
}
svg {
  overflow: hidden;
  vertical-align: middle
}
table {
  border-collapse: collapse
}
caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent
}
label {
  display: inline-block;
  margin-bottom: .5rem
}
button {
  border-radius: 0
}
button, input, optgroup, select, textarea {
  margin: 0;
  outline: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}
button, input {
  overflow: visible
}
button, select {
  text-transform: none
}
[role=button], [type=button]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer
}
select {
  word-wrap: normal
}
[type=button], [type=submit], button {
  -webkit-appearance: button
}
[type=button]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0
}
textarea {
  overflow: auto;
  resize: none
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}
h1 {
  font-size: 2.5rem
}
h2 {
  font-size: 2rem
}
h3 {
  font-size: 1.75rem
}
h4 {
  font-size: 1.5rem
}
.small, small {
  font-size: 60%;
  font-weight: 400
}
.list-inline {
  padding-left: 0;
  list-style: none
}
.list-inline-item {
  display: inline-block
}
.list-inline-item:not(:last-child) {
  margin-right: .5rem
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.card-front .img-fluid {
  max-width: 70%;
  height: auto;
  margin:2% auto;
}

.figure {
  display: inline-block
}
.row {
  display: flex;
  flex: 1 0 100%;
  flex-wrap: wrap;
  margin: 0 -1rem
}
.row > * {
  max-width: 100%;
  padding: 0 1rem
}
.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto
}
.col, [class|=col] {
  position: relative;
  width: 100%
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%
}
.col-auto {
  flex: 0 0 auto;
  width: auto
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333%
}
.col-3 {
  flex: 0 0 auto;
  width: 25%
}
.col-6 {
  flex: 0 0 auto;
  width: 50%
}
.col-9 {
  flex: 0 0 auto;
  width: 75%
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333%
}
.col-12 {
  flex: 0 0 auto;
  width: 100%
}
.order-last {
  order: 13
}
.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0
}
.form-group {
  margin-bottom: 1rem
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #000;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
.btn:hover {
  color: #000;
  text-decoration: none
}
.btn.focus, .btn:focus {
  outline: 0
}
.btn.disabled, .btn:disabled {
  opacity: .65
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer
}
a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none
}
.btn-link {
  font-weight: 400;
  color: #595656;
  text-decoration: none
}
.btn-link:hover {
  color: #323030;
  text-decoration: none
}
.btn-link.focus, .btn-link:focus {
  text-decoration: none
}
.btn-link.disabled, .btn-link:disabled {
  color: #6c757d;
  pointer-events: none
}
.fade {
  transition: opacity .15s linear
}
.fade:not(.show) {
  opacity: 0
}
.collapse:not(.show) {
  display: none
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s
}
.dropdown {
  position: relative
}
.dropdown-toggle {
  white-space: nowrap
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent
}
.dropdown-toggle:empty::after {
  margin-left: 0
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #000;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box
}
.dropdown-menu[x-placement^=bottom] {
  right: auto;
  bottom: auto
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #595656
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent
}
.dropdown-menu.show {
  display: block
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}
.nav-link {
  display: block;
  padding: .5rem
}
.nav-link:focus, .nav-link:hover {
  text-decoration: none
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default
}
.tab-content > .tab-pane {
  display: none
}
.tab-content > .active {
  display: block
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: .5rem 0
}
.navbar h1 {
  margin-bottom: 0
}
.navbar .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between
}
.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 0;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap
}
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none
}
.navbar-collapse {
  flex-basis: 100%;
  align-items: center
}
.navbar-toggler {
  padding: .25rem 0;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: none
}
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none
}
.navbar-toggler.collapsed .navbar-toggler-icon:first-child {
  transform: translateY(0) rotate(0)
}
.navbar-toggler.collapsed .navbar-toggler-icon:nth-child(2) {
  opacity: 1
}
.navbar-toggler.collapsed .navbar-toggler-icon:last-child {
  transform: translateY(0) rotate(0)
}
.navbar-toggler-icon {
  display: block;
  width: 1.5rem;
  height: .25rem;
  border-radius: 5px;
  background-color: #fff;
  transition: transform .3s
}
.navbar-toggler-icon + .navbar-toggler-icon {
  margin: .25rem 0 0
}
.navbar-toggler-icon:first-child {
  transform: translateY(8px) rotate(-45deg)
}
.navbar-toggler-icon:nth-child(2) {
  opacity: 0
}
.navbar-toggler-icon:last-child {
  transform: translateY(-8px) rotate(45deg)
}
.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #afa399
}
.navbar-dark .navbar-nav .nav-link {
  color: #595656
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(89, 86, 86, .75)
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(89, 86, 86, .25)
}
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #afa399
}
.navbar-dark .navbar-toggler {
  color: #595656
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0
}
.bg-cover {
  background-position: center;
  background-repeat: no-repeat
}
.bg-cover {
  background-size: cover
}
.bg-white {
  background-color: #fff
}
.bg-none {
  background-color: transparent
}
.bt, .by {
  border-top: 1px solid #dee2e6
}
.br {
  border-right: 1px solid #dee2e6
}
.by {
  border-bottom: 1px solid #dee2e6
}
.pill {
  border-radius: 50rem
}
.static {
  position: static
}
.rel {
  position: relative
}
.abs {
  position: absolute
}
.fixed, .fixed-top {
  position: fixed
}
.fixed-top {
  right: 0;
  left: 0;
  z-index: 1030
}
.fixed-top {
  top: 0
}
.txt-medium {
  font-weight: 500
}
.txt-normal {
  font-weight: 400
}
.txt-white {
  color: #fff !important
}
a.txt-white:focus, a.txt-white:hover {
  color: #d9d9d9 !important
}
.txt-primary {
  color: #595656 !important
}
a.txt-primary:focus, a.txt-primary:hover {
  color: #807c7c !important
}
.txt-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}
.txt-reset {
  color: inherit
}
.hidden {
  display: none
}
.inline {
  display: inline
}
.block {
  display: block
}
.grid {
  display: grid
}
.from-top {
  flex-direction: column
}
.wrap-0 {
  flex-wrap: nowrap
}
.J-end {
  justify-content: flex-end
}
.J-center {
  justify-content: center
}
.J-between {
  justify-content: space-between
}
.a-center {
  align-items: center
}
.mr-1 {
  margin-right: .5rem
}
.ml-1 {
  margin-left: .5rem
}
.mb-2 {
  margin-bottom: .5rem
}
.mt-3 {
  margin-top: 2.5rem
}
.mb-3 {
  margin-bottom: 2.5rem
}
.mt-5 {
  margin-top: 4.5rem
}
.mb-5 {
  margin-bottom: 4.5rem
}
.p-1 {
  padding: .5rem
}
.py-2 {
  padding-top: 1.5rem
}
.pb-2, .py-2 {
  padding-bottom: 1.5rem
}
.pt-3 {
  padding-top: 2.5rem
}
/*.py-4 {
  padding-top: 3.5rem
}*/
.py-4 {
  padding-bottom: 3.5rem
}
.pt-5 {
  padding-top: 4.5rem
}
.pb-6 {
  padding-bottom: 6.5rem
}
.gx-0 {
  margin-right: 0;
  margin-left: 0
}
.gx-0 > * {
  padding-right: 0;
  padding-left: 0
}
.gy-3 {
  margin-top: -2.5rem
}
.gy-3 > * {
  margin-top: 2.5rem
}
.gy-5 {
  margin-top: -4.5rem
}
.gy-5 > * {
  margin-top: 4.5rem
}
.mr-auto, .mx-auto {
  margin-right: auto
}
.mx-auto {
  margin-left: auto
}
.txt-center {
  text-align: center
}
.leading-xxl-none {
  line-height: 1
}
.z-bottom {
  z-index: -1
}
html::-webkit-scrollbar {
  width: 10px;
  height: 10px
}
html::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #595656;
  box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, .8)
}
html::-webkit-scrollbar-track {
  background: #fff
}
html::-webkit-scrollbar-track-piece {
  border-radius: 5px;
  background: 0 0;
  box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, .5)
}
html::-webkit-scrollbar-button {
  height: 0
}
.txt-9a {
  color: #9a9a9a
}
.btn-outline-black {
  color: #231815;
  border-color: #231815
}
.btn-outline-black:hover {
  color: #fff;
  background-color: #231815;
  border-color: #231815
}
.btn-outline-black.disabled, .btn-outline-black:disabled {
  color: #231815;
  background-color: transparent
}
.btn-outline-black:not(:disabled):not(.disabled).active, .btn-outline-black:not(:disabled):not(.disabled):active, .show > .btn-outline-black.dropdown-toggle {
  color: #fff;
  background-color: #231815;
  border-color: #231815
}
.ico {
  padding-left: 1.25rem;
  background-size: 1rem;
  background-position-y: .25rem;
  background-repeat: no-repeat
}
.arr-left, .arr-right, .slick-next, .slick-prev {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain
}
.fade-enter-up {
  transform: translateY(50px)
}
.fade-enter, .fade-enter-up {
  opacity: 1;
  transition: opacity .3s, transform .4s
}
.fade-enter-up.fade-enter-active, .fade-enter.fade-enter-active {
  opacity: 1;
  transform: translateY(0)
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}
.slick-list:focus {
  outline: 0
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}
.slick-track:after, .slick-track:before {
  display: table;
  content: ''
}
.slick-track:after {
  clear: both
}
.slick-loading .slick-track {
  visibility: hidden
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  opacity: .3
}
.slick-slide.slick-active {
  opacity: 1
}
.slick-slide img {
  display: block
}
.slick-next, .slick-prev {
  position: absolute;
  z-index: 1;
  display: block;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: 0
}
.slick-prev {
  left: 10%;
  width: 3rem;
  height: 3rem;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"%3E%3Cpath fill="none" stroke="%239a9a9a" d="M21.7 28.4L8.3 15 21.7 1.6"/%3E%3C/svg%3E')
}
.slick-next {
  right: 10%;
  width: 3rem;
  height: 3rem;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"%3E%3Cpath fill="none" stroke="%239a9a9a" d="M8.3 1.6L21.7 15 8.3 28.4"/%3E%3C/svg%3E')
}
.logo {
  fill: #fff
}
.fixed-top {
  transition: background-color .4s
}
.fixed-top.open {
  background-color: #fff
}
.fixed-top.open .nav-langs {
  display: flex
}
.fixed-top.open .logo {
  fill: #afa399
}
.fixed-top.open .navbar-toggler-icon {
  background-color: #afa399
}
.fixed-top.slide-down {
  background-color: #fff
}
.fixed-top.slide-down .logo {
  fill: #afa399
}
.fixed-top.slide-down .navbar-toggler-icon {
  background-color: #afa399
}
.nav-langs {
  display: none;
  line-height: 1
}
.nav-langs .nav-link {
  padding-top: 0;
  padding-bottom: 0
}
.nav-langs .nav-link.active {
  color: #afa399
}
.nav-langs .nav-item + li a {
  border-left: 1px solid #595656
}
footer {
  font-weight: 300
}
footer .nav-link {
  color: #afa399
}
footer .nav-link:focus, footer .nav-link:hover {
  color: #595656
}
.py-section {
  padding-top: 150px
}
.pb-section, .py-section {
  padding-bottom: 100px
}
@keyframes swingY {
  0% {
    transform: translateY(-100%)
  }
  100% {
    transform: translateY(0)
  }
}
video {
  aspect-ratio: 25/14
}
.write-mode {
  display: inline-block;
  width: 1.5em;
  line-height: 1;
  vertical-align: top
}
.write-mode span {
  font-family: sans-serif
}
.text-secondary-gradient {
  background-image: linear-gradient(90deg, #ed8599, #fadcc4)
}
.text-tertial-gradient {
  background-image: linear-gradient(90deg, #c5b9ac, #f5f8dd)
}
.text-perfume-gradient {
  background-image: linear-gradient(90deg, #f6c7be, #f6c7be)
}

.series-text {
  height: 100%;
  margin: 0 auto;
  font-size: calc(.95rem + 2.75vw);
  font-weight: 700;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}
.txt-xl {
  font-size: calc(.89442rem + 4.98382vw)
}
.txt-lg {
  font-size: calc(1.27184rem + 3.1068vw)
}
.btn-arrowdown {
  position: absolute;
  bottom: 10%;
  left: calc(50% - 25px);
  width: 50px;
  height: 25px;
  text-align: center
}
.btn-arrowdown svg {
  animation: 1s linear infinite alternate swingY
}
.nav-series .nav-item + li {
  margin-left: 1rem
}
.nav-series .nav-link {
  border-width: 0 0 2px;
  border-style: solid;
  border-bottom-color: transparent;
  color: #595656
}
.nav-series .tab-leisure.active {
  border-bottom-color: #ff6d75;
  color: #ff6d75
}
.nav-series .tab-commute.active {
  border-bottom-color: #d4a07d;
  color: #d4a07d
}
.nav-series .tab-perfume.active {
  border-bottom-color: #f6c7be;
  color: #f6c7be
}

.circle {
  display: inline-block;
  width: 60px;
  height: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  line-height: 20px;
  text-align: center
}
.circle span {
  display: block;
  width: 50px;
  margin: 0 auto
}
.circle-sm{
  width: 8px !important;
  height: 8px !important;
  margin: 0 .25rem;
  padding: 4px;
  vertical-align: middle
}
.link-more {
  display: block;
  padding: .5rem 2rem .5rem 1rem;
  border-radius: 1rem 0 0 1rem;
  background-image: linear-gradient(to right, #ef9c99, rgba(251, 231, 234, 0) 75%);
  color: #fff
}
.grid-series-leisure .circle {
  border-color: #f2afb1;
  color: #f2afb1
}
.grid-series-leisure .circle span:first-child {
  box-shadow: 0 1px 0 #f2afb1
}
.grid-series-commute .circle {
  border-color: #afa399;
  color: #afa399
}
.grid-series-commute .circle span:first-child {
  box-shadow: 0 1px 0 #afa399
}
.grid-series {
  grid-auto-rows: 3rem;
  grid-template-columns: repeat(12, 1fr)
}
.cell-text {
  grid-area: 1/1/15/5
}
.cell-intro {
  grid-area: 10/6/13/13;
  font-size: 12px
}
.cell-lenses {
  grid-area: 15/1/17/13
}
.cell-img-pattern {
  position: relative
}
.cell-img-pattern:before {
  content: '';
  display: inline-flex;
  position: absolute;
  z-index: 0;
  align-items: center;
  justify-content: center
}
.pattern-1:before {
  content: '';
  display: inline-flex;
  position: absolute;
  z-index: -1;
  align-items: center;
  justify-content: center
}
.cell-img-pattern:after {
  content: '';
  display: inline-flex;
  position: absolute;
  z-index: -1;
  align-items: center;
  justify-content: center
}
.cell-img-pattern.fade-enter-active:after, .cell-img-pattern.fade-enter-active:before {
  opacity: 1
}
.pattern-1 img {
  transform: translate(0, calc(.5 * var(--parallax-y) - 30px));
  transition: transform 1.5s
}


.pattern-1:after {
  content: 'IKITO';
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 70px;
  height: 70px;
  color: #fff;
  transform: translate(50%, 50%);
  transition-delay: .9s
}
.pattern-2 img {
  transform: translate(0, calc(-.25 * var(--parallax-y)));
  transition: transform 1.5s
}
.pattern-2:after {
  transition-delay: .9s
}
.grid-series-leisure .cell-img-1 {
  z-index: 0;
  grid-area: 1/6/12/12
}
.grid-series-leisure .cell-img-2{
  z-index: 0;
  grid-area: 10/1/span 4/span 4
}
.grid-series-leisure .pattern-1:before {
  top: 73%;
  right: 72%;
  width: 150px;
  height: 166px;
  background-image: url(../img/leisure-4_s.png)
}
.grid-series-leisure .pattern-1:after {
  background-image: linear-gradient(to right, #ef9c99, #fbe7ea)
  	  
}
.grid-series-leisure .pattern-2:before {
  top: 60%;
  right: 10%;
  width: 100%;
  height: 100%;
  background-image: url(../img/leisure-4_s.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: scaleX(-1) rotateZ(40deg)
}
.grid-series-leisure .pattern-2:after {
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #ef9c99, #fbe7ea)
}
.grid-series-commute .cell-img-1 {
  z-index: 0;
  grid-area: 2/6/12/12
}
.grid-series-commute .cell-img-2 {
  z-index: 0;
  grid-area: 10/1/span 4/span 4
}
.grid-series-commute .pattern-1:before {
  top: -40px;
  right: -40px;
  width: 180px;
  height: 180px;
  background-image: url(../img/commute-5_s.png)
}
.grid-series-commute .pattern-1:after {
  background-image: linear-gradient(to bottom right, #c1b8b1 75%, #e7f1d6)
}
.grid-series-commute .pattern-2:before {
  right: 50%;
  bottom: 150%;
  width: 100px;
  height: 100px;
  background-image: url(../img/commute-4_s.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}
.grid-series-commute .pattern-2:after {
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom right, #c1b8b1 75%, #e7f1d6)
}
.grid-series-commute .link-more {
  background-image: linear-gradient(to right, #c1b8b1, rgba(231, 241, 214, 0) 75%)
}
.marquee {
  overflow: hidden
}
.marquee:first-child > .marquee-track {
  animation-delay: -33s
}
.marquee-track {
  display: flex;
  min-width: 3686px;
  animation: 480s linear infinite marquee
}
.bg-pattern {
  background-image: url(../img/bg-marquee-pattern.jpg)
}
.card-back, .card-front {
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .75s, opacity .75s
}
.bg-leisure {
  height: 400px;
  background-image: url(../img/sprites-leisure_s.png)
}
.bg-leisure.gn {
  background-position-y: -400px
}
.bg-leisure.gy {
  background-position-y: -800px
}
.bg-leisure.lbr {
  background-position-y: -1200px
}
.bg-leisure.og {
  background-position-y: -1600px
}
.bg-leisure.pn {
  background-position-y: -2000px
}


.lenses-back-leisure-br, .lenses-leisure-br {
  object-position: 0 0
}
.lenses-leisure-gn {
  object-position: 0 -110px
}
.lenses-back-leisure-gn {
  object-position: 0 -79px
}
.lenses-leisure-gy {
  object-position: 0 -220px
}
.lenses-back-leisure-gy {
   object-position: 0 -158px
}
.lenses-leisure-lbr {
  object-position: 0 -330px
}
.lenses-back-leisure-lbr {
 object-position: 0 -237px
}
.lenses-leisure-og {
  object-position: 0 -440px
}
.lenses-back-leisure-og {
  object-position: 0 -316px
}
.lenses-leisure-pn {
  object-position: 0 -550px
}
.lenses-back-leisure-pn {
 object-position: 0 -395px
}


.bg-commute {
  height: 400px;
  background-image: url(../img/sprites-commute_s.png)
}
.bg-commute.br {
  background-position-y: -400px
}
.bg-commute.gn {
  background-position-y: -800px
}
.bg-commute.go {
  background-position-y: -1200px
}
.bg-commute.ps {
  background-position-y: -1600px
}
.bg-commute.pu {
  background-position-y: -2000px
}
.bg-commute.rd {
  background-position-y: -2400px
}
.lenses-back-commute-ap, .lenses-commute-ap {
  object-position: 0 0
}
.lenses-commute-br {
  object-position: 0 -110px
}
.lenses-back-commute-br {
  object-position: 0 -79px
}
.lenses-commute-gn {
  object-position: 0 -220px
}
.lenses-back-commute-gn {
  object-position: 0 -158px
}
.lenses-commute-go {
  object-position: 0 -330px
}
.lenses-back-commute-go {
  object-position: 0 -237px
}
.lenses-commute-ps {
  object-position: 0 -440px
}
.lenses-back-commute-ps {
  object-position: 0 -316px
}
.lenses-commute-pu {
  object-position: 0 -550px
}
.lenses-back-commute-pu {
  object-position: 0 -395px
}
.lenses-commute-rd {
  object-position: 0 -660px
}
.lenses-back-commute-rd {
  object-position: 0 -474px
}
.card-front {
  /*width:310px;*/
  padding-top: 55px;
  transform: scale(.9);
  opacity: 0;
  transition-delay: .15s
}
.card-front-title {
  display: table;
  margin: 0 auto .75rem;
  font-size: 20px;
  text-align: center
}
.card-desc {
   display: block;
 text-align: center;
  margin: 0 auto .7rem auto;
  font-size: .875rem;
  line-height: 1.2rem;
	letter-spacing: 1px;
}
.card-desc + span {
  font-size: .75rem;
	letter-spacing: 1px;
}
.card-back {
  display: flex;
  position: absolute;
  top: calc(50% - 83px);
  left: 50%;
  flex-direction: column;
  justify-content: center;
  width: 160px;
  height: 220px;
  background-color: #e3dfdb;
  transform: translateX(-50%) scale(1);
  opacity: 1
}
.card-back img {
  width: 79px;
  height: 79px
}
.card-back-title {
  height: 2.4em;
  font-size: 16px
}
.slick-next, .slick-prev {
  top: calc(24% + 180px)
}
.card-product {
  display: inline-block;
  position: relative;
  padding-top: 110px;
  padding-bottom: 55px;
  color: #fff;
  perspective: 1000px
}
.slick-current .card-front {
  transform: scale(1);
  opacity: 1
}
.slick-current .card-back {
  transform: translateX(-50%) scale(1.2);
  opacity: 0
}
.img-lenses {
  width: 110px;
  height: 110px;
  margin: -110px auto 0;
  object-fit: cover
}
.bg-fn, .nav-product {
  background-color: #e3dfdb
}
.nav-track {
  overflow: hidden;
  scroll-behavior: smooth
}
.nav-track .nav {
  display: inline-flex;
  flex-wrap: nowrap
}
.nav-track .nav-item {
  flex-shrink: 0
}
.nav-product .btn {
  padding-right: 0;
  padding-left: 0;
  border: none;
  line-height: 1
}
.nav-product .nav-link {
  color: #fff
}
.nav-product .nav-link.active, .nav-product .nav-link:focus, .nav-product .nav-link:hover {
  color: #afa399
}
.arr-left {
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"%3E%3Cpath fill="none" stroke="%23AFA399" d="M21.7 28.4L8.3 15 21.7 1.6"/%3E%3C/svg%3E')
}
.arr-right {
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"%3E%3Cpath fill="none" stroke="%23AFA399" d="M8.3 1.6L21.7 15 8.3 28.4"/%3E%3C/svg%3E')
}
.grid-fn {
  grid-template-columns: repeat(12, 1fr);
  color: #afa399;
  gap: 5rem 1rem
}
.grid-fn h3 {
  margin-bottom: 1rem;
  font-size: 1.25rem
}
.grid-fn .cell-icon {
  grid-column: 1/6
}
.grid-fn .cell-desc {
  grid-column: 6/13
}
.bg-contact {
  background-color: #c5b9ac;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 16.66666%, #e7e2dd 16.66666%);
  background-repeat: no-repeat;
  background-size: 100% 573px;
  background-position-y: 259px
}
.bg-contact .form-group {
  border-bottom: 1px solid #231815
}
.bg-shoplist {
  background-image: url(../img/bg-contact_s.jpg);
  color: #fff
}
.bg-shoplist h3 {
  padding-bottom: 1rem;
  border-bottom: 1px solid #fff
}
@media (min-width:576px) {
  .container {
    max-width: 540px
  }
}
@media (min-width:768px) {
  .container {
    max-width: 720px
  }
  .hidden-m {
    display: none
  }
  .i-block-m {
    display: inline-block
  }
  .block-m {
    display: block
  }
  .J-m-center {
    justify-content: center
  }
  video {
    aspect-ratio: 48/27
  }
  .series-text {
    writing-mode: horizontal-tb
  }
  .cell-text {
    grid-area: 1/1/5/8
  }
  .cell-lenses {
    grid-area: 5/2/7/8;
	  z-index: 1;
  }
  /*.cell-intro {
    grid-area: 14/8/18/12
  }*/
  .pattern-1:after {
    width: 155px;
    height: 155px;
    font-size: 40px;
	/*  top: -10%;
    right: -20%;*/
		
  }
  .grid-series-leisure .cell-img-1 {
    grid-area: 2/9/12/12
  }
	
  .grid-series-leisure .cell-img-2 {
    grid-area: 8/3/span 3/span 2
  }
  .grid-series-leisure .pattern-1:before {
    top: 15%;
    right: 68%;
    width: 150px;
    height: 290px;
    background-image: url(../img/leisure-4_xl.png);
    background-repeat: no-repeat;
    background-size: contain
  }
  .grid-series-leisure .pattern-2:before {
    top: 75%;
    right: 40%;
    background-image: url(../img/leisure-4_xl.png)
  }
  .grid-series-leisure .pattern-2:after {
    top: 20px;
    left: 20px
  }
  .grid-series-commute .cell-img-1 {
    grid-area: 2/9/12/12
  }
  .grid-series-commute .cell-img-2 {
    grid-area: 8/3/span 3/span 2
  }
  .grid-series-commute .pattern-1:before {
    top: -65px;
    right: -93px;
    width: 200px;
    height: 200px;
    background-image: url(../img/commute-5_xl.png)
  }
  .grid-series-commute .pattern-2:before {
    top: 75%;
    right: 152%;
    width: 150px;
    height: 150px;
    background-image: url(../img/commute-4_xl.png)
  }
  .grid-series-commute .pattern-2:after {
    top: 20px;
    left: 20px
  }
	
	.grid-series-perfume .cell-img-1{
		    z-index: 0;
    grid-area: 2/7/8/12;
	}
	.grid-series-perfume .cell-img-2{
    grid-area: 8/3/17/6;
	}
	
	
	
	
	/*lenses*/	
  .lenses-leisure-gn {
    object-position: 0 -110px
  }
  .perfume-leisure-gn {
    object-position: 0 -150px
  }	
  .lenses-back-leisure-gn {
    object-position: 0 -79px
  }
	
	
  .lenses-leisure-gy {
    object-position: 0 -220px
  }
  .perfume-leisure-gy {
    object-position: 0 -300px
  }	
  .lenses-back-leisure-gy {
    object-position: 0 -158px
  }
	
	
  .lenses-leisure-lbr {
    object-position: 0 -330px
  }
  .perfume-leisure-lbr {
    object-position: 0 -450px
  }	
  .lenses-back-leisure-lbr {
    object-position: 0 -237px
  }
	
	
  .lenses-leisure-og {
    object-position: 0 -440px
  }
  .perfume-leisure-og {
    object-position: 0 -600px
  }	
  .lenses-back-leisure-og {
    object-position: 0 -316px
  }
	
	
  .lenses-leisure-pn {
    object-position: 0 -550px
  }
  .perfume-leisure-pn {
    object-position: 0 -750px
  }
  .lenses-back-leisure-pn {
    object-position: 0 -395px
  }
	
	/*perfume首頁*/
  	.grid-series-perfume .cell-img-3 {
        grid-area: 11/3/15/span 8;
  }	

  .grid-series-commute .pattern-1:before {
    top: -65px;
    right: -93px;
    width: 200px;
    height: 200px;
    background-image: url(../img/commute-5_xl.png)
  }
	
.grid-series-perfume .pattern-2:before {
  right: -30%;
  bottom: 50%;
  width: 250px;
  height: 250px;
  background-image: url(../img/leisure-5_xxl.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}	

  .grid-series-commute .pattern-2:after {
    top: 20px;
    left: 20px
  }	
	
}
@media (min-width:992px) {
  .container {
    max-width: 960px
  }
  .col-l-auto {
    flex: 0 0 auto;
    width: auto
  }
  .col-l-5 {
    flex: 0 0 auto;
    width: 41.66667%
  }
  .col-l-6 {
    flex: 0 0 auto;
    width: 50%
  }
  .col-l-7 {
    flex: 0 0 auto;
    width: 58.33333%
  }
  .navbar-expand-l {
    flex-flow: row nowrap;
    justify-content: flex-start
  }
  .navbar-expand-l .navbar-nav {
    flex-direction: row
  }
  .navbar-expand-l .navbar-nav .dropdown-menu {
    position: absolute
  }
  .navbar-expand-l .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: .5rem
  }
  .navbar-expand-l > .container {
    flex-wrap: nowrap
  }
  .navbar-expand-l .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }
  .navbar-expand-l .navbar-toggler {
    display: none
  }
  .hidden-l {
    display: none
  }
  .inline-l {
    display: inline
  }
  .from-left-l {
    flex-direction: row
  }
  .grow-1-l {
    flex-grow: 1
  }
  .J-l-start {
    justify-content: flex-start
  }
  .a-l-center {
    align-items: center
  }
  .m-l-0 {
    margin: 0
  }
  .mt-l-0 {
    margin-top: 0
  }
  .mb-l-3 {
    margin-bottom: 2.5rem
  }
  .p-l-0 {
    padding: 0
  }
  .pt-l-0, .py-l-0 {
    padding-top: 0
  }
  .py-l-0 {
    padding-bottom: 0
  }
  .pt-l-5 {
    padding-top: 4.5rem
  }
  .gx-l-4 {
    margin-right: -1.75rem;
    margin-left: -1.75rem
  }
  .gx-l-4 > * {
    padding-right: 1.75rem;
    padding-left: 1.75rem
  }
  .txt-l-right {
    text-align: right
  }
  .logo {
    width: 140px;
    fill: #fff
  }
  .nav-langs {
    display: flex
  }
  .small, small {
    font-size: 35%
  }
  .nav-series .nav-link {
    padding-top: 1rem;
    padding-bottom: .25rem
  }
  .grid-series {
    grid-auto-rows: 3rem
  }
 .grid-series-perfume {
    grid-auto-rows: 3rem
  }	
	
  .cell-lenses {
    grid-area: 5/2/7/8
  }
  .marquee {
    height: 780px
  }
  .bg-pattern {
    background-image: url(../img/bg-marquee-pattern_xl.jpg)
  }
  .card-text { /*margin-bottom:2.9rem;*/ letter-spacing: .1em
  }
  .bg-contact {
    background-image: linear-gradient(90deg, transparent 45%, #e7e2dd 45%);
    background-size: auto 900px;
    background-position-y: 0
  }
  .bg-contact form {
    padding-top: 180px
  }
  .bg-shoplist {
    background-image: url(../img/bg-contact_xl.jpg)
  }
  .nav-product .nav-link {
    padding: 1rem;
    font-size: 1.25rem
  }
  .arr-left, .arr-right {
    width: 1.5rem;
    height: 1.5rem
  }
	
  /*lenses*/	
  .lenses-leisure-gn {
    object-position: 0 -110px
  }
  .perfume-leisure-gn {
    object-position: 0 -150px
  }	
  .lenses-back-leisure-gn {
    object-position: 0 -79px
  }
	
	
  .lenses-leisure-gy {
    object-position: 0 -220px
  }
  .perfume-leisure-gy {
    object-position: 0 -300px
  }	
  .lenses-back-leisure-gy {
    object-position: 0 -158px
  }
	
	
  .lenses-leisure-lbr {
    object-position: 0 -330px
  }
  .perfume-leisure-lbr {
    object-position: 0 -450px
  }	
  .lenses-back-leisure-lbr {
    object-position: 0 -237px
  }
	
	
  .lenses-leisure-og {
    object-position: 0 -440px
  }
  .perfume-leisure-og {
    object-position: 0 -600px
  }	
  .lenses-back-leisure-og {
    object-position: 0 -316px
  }
	
	
  .lenses-leisure-pn {
    object-position: 0 -550px
  }
  .perfume-leisure-pn {
    object-position: 0 -750px
  }
  .lenses-back-leisure-pn {
    object-position: 0 -395px
  }	
	
	/**/
	.grid-series-leisure .cell-img-1 {
    grid-area: 1/9/12/12
  }
	
	.grid-series-leisure .pattern-1:before {
  top: 40%;
  right: 65%;
  width: 200px;
  height: 166px;
  background-image: url(../img/leisure-4_s.png)
}
	.grid-series-perfume .cell-img-1{
		grid-area: 2/9/12/12;
	}
	
	.grid-series-perfume .cell-img-3 {
    grid-area: 14/8/11/12
  }		
	
	
}
@media (min-width:1360px) {
  .container {
    max-width: 1140px
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%
  }
  .mb-xl-6 {
    margin-bottom: 6.5rem
  }
  .p-xl-2 {
    padding: 1.5rem
  }
  .cell-text {
    grid-area: 1/2/5/9
  }
  .cell-lenses {
    grid-area: 5/2/6/7
  }
 /* .cell-intro {
    grid-area: 14/8/9/12
  }*/
  .grid-series-leisure .pattern-1 img {
    transform: translate(0, calc(1 * var(--parallax-y)))
  }
  .grid-series-leisure .pattern-1:before {
    top: 55%;
    right: 55%;
  /*  width: 370px;
    height: 409px*/
  }
  .grid-series-leisure .pattern-2 img {
    transform: translate(0, calc(-.5 * var(--parallax-y)))
  }
  .grid-series-leisure .pattern-2:before {
    top: 65%;
    right: 21%;
    /*width: 150%;
    height: 150%*/
  }
		.grid-series-perfume .cell-img-3 {
    grid-area: 14/8/11/12
  }	
	
	
  .grid-series-commute .cell-img-2 {
    grid-area: 8/3/span 3/span 2
  }
  .grid-series-commute .pattern-1:before {
    width: 390px;
    height: 390px
  }
  .bg-pattern {
    background-image: url(../img/bg-marquee-pattern_xxl.jpg)
  }
  .bg-leisure {
    background-image: url(../img/sprites-leisure_xl.png)
  }
  .bg-leisure.gn {
    background-position-y: -580px
  }
  .bg-leisure.gy {
    background-position-y: -1160px
  }
  .bg-leisure.lbr {
    background-position-y: -1740px
  }
  .bg-leisure.og {
    background-position-y: -2320px
  }
  .bg-leisure.pn {
    background-position-y: -2900px
  }
  .lenses-back-leisure-br, .lenses-leisure-br {
    object-position: 0 0
  }
  /*lenses*/	
  .lenses-leisure-gn {
    object-position: 0 -180px
  }
  .perfume-leisure-gn {
    object-position: 0 -150px
  }	
  .lenses-back-leisure-gn {
    object-position: 0 -120px
  }
	
	
  .lenses-leisure-gy {
    object-position: 0 -360px
  }
  .perfume-leisure-gy {
    object-position: 0 -300px
  }	
  .lenses-back-leisure-gy {
    object-position: 0 -240px
  }
	
	
  .lenses-leisure-lbr {
    object-position: 0 -540px
  }
  .perfume-leisure-lbr {
    object-position: 0 -450px
  }	
  .lenses-back-leisure-lbr {
    object-position: 0 -360px
  }
	
	
  .lenses-leisure-og {
    object-position: 0 -720px
  }
  .perfume-leisure-og {
    object-position: 0 -600px
  }	
  .lenses-back-leisure-og {
    object-position: 0 -480px
  }
	
	
  .lenses-leisure-pn {
    object-position: 0 -900px
  }
  .perfume-leisure-pn {
    object-position: 0 -750px
  }
  .lenses-back-leisure-pn {
    object-position: 0 -600px
  }
	
  .bg-commute {
    background-image: url(../img/sprites-commute_xl.png)
  }
  .bg-commute.br {
    background-position-y: -580px
  }
  .bg-commute.gn {
    background-position-y: -1160px
  }
  .bg-commute.go {
    background-position-y: -1740px
  }
  .bg-commute.ps {
    background-position-y: -2320px
  }
  .bg-commute.pu {
    background-position-y: -2900px
  }
  .bg-commute.rd {
    background-position-y: -3480px
  }
  .lenses-back-commute-ap, .lenses-commute-ap {
    object-position: 0 0
  }
  .lenses-commute-br {
    object-position: 0 -180px
  }
  .lenses-back-commute-br {
    object-position: 0 -120px
  }
  .lenses-commute-gn {
    object-position: 0 -360px
  }
  .lenses-back-commute-gn {
    object-position: 0 -240px
  }
  .lenses-commute-go {
    object-position: 0 -540px
  }
  .lenses-back-commute-go {
    object-position: 0 -360px
  }
  .lenses-commute-ps {
    object-position: 0 -720px
  }
  .lenses-back-commute-ps {
    object-position: 0 -480px
  }
  .lenses-commute-pu {
    object-position: 0 -900px
  }
  .lenses-back-commute-pu {
    object-position: 0 -600px
  }
  .lenses-commute-rd {
    object-position: 0 -1080px
  }
  .lenses-back-commute-rd {
    object-position: 0 -720px
  }
  .card-front {
    width: 350px;
    padding-top: 114px
  }
  .card-front-title {
    font-size: 30px
  }
  .bg-commute, .bg-leisure {
    height: 559px
  }
  .card-back {
    width: 250px;
    height: 285px;
    top: calc(50% - 150px);
    transform: translateX(-50%)
  }
  .card-back img {
    width: 120px;
    height: 120px
  }
  .card-back-title {
    font-size: 24px
  }
  .card-product {
    padding-top: 150px;
    padding-bottom: 2rem
  }
  .card-desc {
    width: 35ch;
    font-size: 1rem;
    text-align: center;
  }
  .card-desc + span {
    font-size: 1rem
  }
  .img-lenses {
    width: 180px;
    height: 180px;
    margin: -204px auto 0
  }
  .slick-next, .slick-prev {
    top: calc(40% + 170px)
  }
  .grid-fn {
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
    gap: 1.9rem
  }
  .grid-fn .cell {
    grid-column: auto
  }
  .grid-fn .cell-icon {
    grid-row-start: 1
  }
  .grid-fn .cell-desc {
    grid-row-start: 2
  }
  .grid-fn .cell-desc h3 {
    height: 3.6em;
    font-size: 1.25rem
  }
  .bg-shoplist {
    background-image: url(../img/bg-contact_xxl.jpg)
  }
	
	.card-front .img-fluid {
  max-width: 80%;
  height: auto;
  margin:10% auto;
}
}
@media (min-width:1920px) {
  .container {
    max-width: 1520px
  }
  .mb-xxl-5 {
    margin-bottom: 4.5rem
  }
  .series-text {
    font-size: 72px
  }
  .circle {
    width: 90px;
    height: 90px;
    line-height: 32px
  }
  .circle span {
    width: 60px;
    font-size: 18px
  }
  .cell-intro {
    grid-area: 22/8/27/12
  }
  .cell-text {
    grid-area: 1/1/10/7
  }
  .cell-lenses {
    grid-area: 10/2/14/8
  }
	
	.grid-series-leisure .cell-img-1{
		    grid-area: 1/9/20/12;
	}
	
  .grid-series-leisure .cell-img-2 {
    grid-area: 18/3/26/span 2
  }
  .grid-series-leisure .pattern-1:before {
    top: 74%;
	  right:60%;
    height: 522px;
    background-image: url(../img/leisure-4_xxl.png)
  }
  .grid-series-leisure .pattern-2:before {
    width: 318px;
    height: 318px;
    background-image: url(../img/leisure-4_xxl.png);
		top:5%;
  }
  .grid-series-leisure .pattern-2 .cell-img-2 {
    grid-area: 10/1/span 8/span 3
  }
  .grid-series-commute .cell-img-2 {
    grid-area: 16/2/span 4/span 2
  }
  .grid-series-commute .pattern-1:before {
    background-image: url(../img/commute-5_xxl.png)
  }
  .grid-series-commute .pattern-2:before {
    right: 177%;
    background-image: url(../img/commute-4_xxl.png)
  }
	
	/**/
	.grid-series{
		grid-auto-rows: 2rem;
	}
.grid-series-perfume{
		grid-auto-rows: 4rem;
	}


	/**/
		.grid-series-perfume .cell-img-1{
    grid-area: 2/8/11/12;
	}
	
  .grid-series-perfume .cell-img-2 {
    grid-area: 8/3/17/6;
  }
  .grid-series-perfume .pattern-1:before {
    background-image: url("../img/leisure-5_xxl.png")
  }
.grid-series-perfume .pattern-2:before {
  right: -40%;
  top: -20%;
  width: 250px;


  height: 250px;
  background-image: url(../img/leisure-5_xxl.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}
	.grid-series-perfume .cell-img-3 {
    grid-area: 14/8/12/12
  }	
  .bg-leisure {
    background-image: url(../img/sprites-leisure_xxl.png)
  }
  .bg-leisure.gn {
    background-position-y: -860px
  }
  .bg-leisure.gy {



    background-position-y: -1720px
  }
  .bg-leisure.lbr {
    background-position-y: -2580px
  }
  .bg-leisure.og {
    background-position-y: -3440px
  }
  .bg-leisure.pn {

    background-position-y: -4300px
  }
  .lenses-back-leisure-br, .lenses-leisure-br {
    object-position: 0 0
  }
  .lenses-leisure-gn {
    object-position: 0 -300px
  }
  .lenses-back-leisure-gn {
    object-position: 0 -215px
  }
  .lenses-leisure-gy {
    object-position: 0 -600px
  }
  .lenses-back-leisure-gy {
    object-position: 0 -430px
  }
  .lenses-leisure-lbr {
    object-position: 0 -900px
  }
  .lenses-back-leisure-lbr {
    object-position: 0 -645px
  }
  .lenses-leisure-og {
    object-position: 0 -1200px
  }
  .lenses-back-leisure-og {
    object-position: 0 -860px
  }
  .lenses-leisure-pn {
    object-position: 0 -1500px
  }
  .lenses-back-leisure-pn {
    object-position: 0 -1075px
  }
  .bg-commute {
    background-image: url(../img/sprites-commute_xxl.png)
  }
  .bg-commute.br {
    background-position-y: -860px
  }
  .bg-commute.gn {
    background-position-y: -1720px
  }
  .bg-commute.go {
    background-position-y: -2580px
  }
  .bg-commute.ps {
    background-position-y: -3440px
  }
  .bg-commute.pu {
    background-position-y: -4300px
  }
  .bg-commute.rd {
    background-position-y: -5160px
  }
  .lenses-back-commute-ap, .lenses-commute-ap {
    object-position: 0 0
  }
  .lenses-commute-br {
    object-position: 0 -300px
  }
  .lenses-back-commute-br {
    object-position: 0 -215px
  }
  .lenses-commute-gn {
    object-position: 0 -600px
  }
  .lenses-back-commute-gn {
    object-position: 0 -430px
  }
  .lenses-commute-go {
    object-position: 0 -900px
  }
  .lenses-back-commute-go {
    object-position: 0 -645px
  }
  .lenses-commute-ps {
    object-position: 0 -1200px
  }
  .lenses-back-commute-ps {
    object-position: 0 -860px
  }
  .lenses-commute-pu {
    object-position: 0 -1500px
  }
  .lenses-back-commute-pu {
    object-position: 0 -1075px
  }
  .lenses-commute-rd {
    object-position: 0 -1800px
  }
  .lenses-back-commute-rd {
    object-position: 0 -1290px
  }
  .card-front {
    width: 490px;
    padding-top: 150px
  }
  .card-front-title {
    font-size: 45px
  }
  .bg-commute, .bg-leisure {
    height: 717px
  }
  .card-back {
    width: 440px;
    height: 460px;
    top: calc(50% - 99px);
    transform: translateX(-50%)
  }
  .card-back-title {
    font-size: 46px
  }
  .card-back img {
    width: 215px;
    height: 215px
  }
  .card-product {
    padding-top: 200px
  }
  .card-text {
    font-size: 20px
  }
  .img-lenses {
    width: 300px;
    height: 300px;
    margin: -300px auto 0
  }
  .slick-next, .slick-prev {
    top: calc(38% + 250px)
  }
  .grid-fn {
    column-gap: 8rem
  }
	
  .pattern-1:after {
    width: 155px;
    height: 155px;
    font-size: 40px;
  	/*right:-10%;*/
	}	
	.card-front .img-fluid {
  max-width: 80%;
  height: auto;
  margin:20% auto;
}
}
@media (max-width:1024px) {
  h1 {
    font-size: calc(1.375rem + 1.75781vw)
  }
  h2 {
    font-size: calc(1.325rem + 1.05469vw)
  }
  h3 {
    font-size: calc(1.3rem + .70312vw)
  }
  h4 {
    font-size: calc(1.275rem + .35156vw)
  }
	/*首頁*/
	 .grid-series {
    grid-auto-rows: 3rem
  }
	.grid-series-perfume .cell-img-1{
		    z-index: 0;
    grid-area: 2/7/8/12;
	}
	
	.grid-series-perfume .cell-img-2 {
    grid-area: 7/2/9/6;
  }
  .grid-series-perfume .pattern-1:before {
    background-image: url("../img/leisure-5_xxl.png")
  }
 .grid-series-perfume .pattern-2:before {
  right: -40%;
  bottom: 40%;
  width: 200px;
  height: 200px;
  background-image: url(../img/leisure-5_xxl.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}
	.grid-series-perfume .cell-img-3 {
    grid-area: 14/3/20/12
  }
}
@media (max-width:991.98px) {
  .navbar-expand-l > .container {
    padding-right: 0;
    padding-left: 0
  }
}
@charset "UTF-8";

/*粉色盒-外*/
.card-back-perfume-title-pink{
	color: #c38187;
	 height: 2.4em;
    font-size: 16px;
}
/*內大標*/
.card-front-title-white-pink{
	color: #c38187;
	text-align: center;
	font-size:1.5rem;
}
/*內次標*/
.card-desc-pink{
	color: #c38187;
	text-align: center;
	font-size:1.2rem;
	display: block;
    margin: 0.75rem auto;
    line-height: 1.5rem;
    letter-spacing: 1px;
}
/*內文*/
.perfume_in_pink{
	color: #c38187;
	text-align: center;
	font-size:1rem;
	line-height: 1.5rem;
	border-top:1px solid #c38187;
	border-bottom:1px solid #c38187;
	padding:2% 0;
}


/*米色盒-外*/
.card-back-perfume-title {
  height: 2.4em;
  font-size: 16px;
  color: #afa49a;
}
/*內大標*/
.card-front-title-white{
	color: #afa49a;
	text-align: center;
	font-size:1.5rem;
}
/*內次標*/
.card-desc-white{
	color: #afa49a;
	text-align: center;
	font-size:1.2rem;
	display: block;
    margin: 0.75rem auto;
    line-height: 1.5rem;
    letter-spacing: 1px;
	
}
/*內文*/
.perfume_in{
	border-top:1px solid #afa49a;
	border-bottom:1px solid #afa49a;
	color: #afa49a;
	text-align: center;
	font-size:1rem;
	line-height: 1.5rem;
	padding:2% 0;
}



/**/
.bg-leisure-perfume {
  height: 450px;
  background-image: url(../img/sprites-leisure-perfume_xl.png);
  padding:10%;
}

.bg-leisure-perfume.gn {
  background-position-y: -400px
}
.bg-leisure-perfume.gy {
  background-position-y: -800px
}
.bg-leisure-perfume.lbr {
  background-position-y: -1200px
}
.bg-leisure-perfume.og {
  background-position-y: -1600px
}
.bg-leisure-perfume.pn {
  background-position-y: -2000px
}

.card-back-perfume {
  display: flex;
  position: absolute;
  top: calc(50% - 83px);
  left: 50%;
  flex-direction: column;
  justify-content: center;
  width: 160px;
  height: 220px;
  background-color: #fff;
  transform: translateX(-50%) scale(1);
  opacity: 1
}

.card-back-perfume img {
  width: 120px;
  height: 120px
}



.card-product-perfume {
  display: inline-block;
  position: relative;
  padding-top: 110px;
  padding-bottom: 55px;
  color: #afa49a;
  perspective: 1000px
}
.slick-current .card-front {
  transform: scale(1);
  opacity: 1
}
.slick-current .card-back-perfume {
  transform: translateX(-50%) scale(1.2);
  opacity: 0
}


.img-perfume {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  object-fit: cover
}

.bg-fn, .nav-product {
  background-color: #e3dfdb
}
.nav-track {
  overflow: hidden;
  scroll-behavior: smooth
}
.nav-track .nav {
  display: inline-flex;
  flex-wrap: nowrap
}
.nav-track .nav-item {
  flex-shrink: 0
}
.nav-product .btn {
  padding-right: 0;
  padding-left: 0;
  border: none;
  line-height: 1
}
.nav-product .nav-link {
  color: #fff
}
.nav-product .nav-link.active, .nav-product .nav-link:focus, .nav-product .nav-link:hover {
  color: #afa399
}
.arr-left {
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"%3E%3Cpath fill="none" stroke="%23AFA399" d="M21.7 28.4L8.3 15 21.7 1.6"/%3E%3C/svg%3E')
}
.arr-right {
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"%3E%3Cpath fill="none" stroke="%23AFA399" d="M8.3 1.6L21.7 15 8.3 28.4"/%3E%3C/svg%3E')
}




/*產品頁*/
 .lenses-back-leisure-br, .lenses-leisure-br {
    object-position: 0 0
  }
	.perfume-leisure-br{
		 object-position: 0 0
	}
  .perfume-leisure-gn {
    object-position: 0 -150px
  }

	
  .perfume-leisure-gy {
    object-position: 0 -300px
  }

	
  .perfume-leisure-lbr {
    object-position: 0 -450px
  }

	
  .perfume-leisure-og {
    object-position: 0 -600px
  }

.lenses-back-leisure-gn {
  object-position: 0 -120px
}

.lenses-back-leisure-gy {
   object-position: 0 -240px
}

.lenses-back-leisure-lbr {
 object-position: 0 -360px
}

.lenses-back-leisure-og {
  object-position: 0 -480px
}
.lenses-back-leisure-pn {
 object-position: 0 -600px
}	


@media (min-width:768px) {
  .hidden-m {
    display: none
  }
  .i-block-m {
    display: inline-block
  }
  .block-m {
    display: block
  }
  .J-m-center {
    justify-content: center
  }
  video {
    aspect-ratio: 48/27
  }
  .series-text {
    writing-mode: horizontal-tb
  }
  .pattern-1:after {
    width: 155px;
    height: 155px;
    font-size: 40px;
    left: 50%;
    bottom: 65%;
  }
}


@media (min-width:1920px) {
  .container {
    max-width: 1520px
  }
  .mb-xxl-5 {
    margin-bottom: 4.5rem
  }
  .series-text {
    font-size: 72px
  }
  .circle {
    width: 90px;
    height: 90px;
    line-height: 32px
  }
  .circle span {
    width: 60px;
    font-size: 18px
  }
  .cell-intro {
    grid-area: 15/6/19/10
  }
  .cell-text {
    grid-area: 1/1/6/7
  }
  .cell-lenses {
    grid-area: 6/1/9/7
  }

  .bg-leisure.gn {
    background-position-y: -860px
  }
  .bg-leisure.gy {
    background-position-y: -1720px
  }
  .bg-leisure.lbr {
    background-position-y: -2580px
  }
  .bg-leisure.og {
    background-position-y: -3440px
  }
  .bg-leisure.pn {
    background-position-y: -4300px
  }
/*1*/	
  .lenses-back-leisure-br, .lenses-leisure-br {
    object-position: 0 0
  }
	.perfume-leisure-br{
		 object-position: 0 0
	}
  .perfume-leisure-gn {
    object-position: 0 -300px
  }
  .lenses-back-leisure-gn {
    object-position: 0 -215px
  }
	
  .perfume-leisure-gy {
    object-position: 0 -600px
  }
  .lenses-back-leisure-gy {
    object-position: 0 -430px
  }
	
  .perfume-leisure-lbr {
    object-position: 0 -900px
  }
  .lenses-back-leisure-lbr {
    object-position: 0 -645px
  }
	
  .perfume-leisure-og {
    object-position: 0 -1200px
  }
  .lenses-back-leisure-og {
    object-position: 0 -860px
  }
	

	
  

  
  .card-front {
    width: 490px;
    padding-top: 150px
  }
  .card-front-title {
    font-size: 45px
  }
  .bg-commute, .bg-leisure {
    height: 717px
  }
  .card-back {
    width: 440px;
    height: 460px;
    top: calc(50% - 99px);
    transform: translateX(-50%)
  }
  .card-back-title {
    font-size: 46px
  }
  .card-back img {
    width: 215px;
    height: 215px
  }
  .card-product {
    padding-top: 300px
  }
  .card-text {
    font-size: 20px
  }
  .img-lenses {
    width: 300px;
    height: 300px;
    margin: -300px auto 0
  }
  .slick-next, .slick-prev {
    top: calc(38% + 250px)
  }
  .grid-fn {
    column-gap: 8rem
  }
	
	/**/
  .bg-leisure {
    background-image: url(../img/sprites-leisure_xxl.png)
  }
  .bg-leisure.gn {
    background-position-y: -860px
  }
  .bg-leisure.gy {
    background-position-y: -1720px
  }
  .bg-leisure.lbr {
    background-position-y: -2580px
  }
  .bg-leisure.og {
    background-position-y: -3440px
  }
  .bg-leisure.pn {
    background-position-y: -4300px
  }
	
  .bg-leisure-perfume {
    background-image: url("../img/sprites-leisure-perfume_xxl.png")
	
  }
  .bg-leisure-perfume.gn {
    background-position-y: -860px
  }
  .bg-leisure-perfume.gy {
    background-position-y: -1720px
  }
  .bg-leisure-perfume.lbr {
    background-position-y: -2580px
  }
  .bg-leisure-perfume.og {
    background-position-y: -3440px
  }
  .bg-leisure-perfume.pn {
    background-position-y: -4300px
  }	
	
	
	
	
  .lenses-back-leisure-br, .lenses-leisure-br {
    object-position: 0 0
  }
 /**/	
  .lenses-leisure-gn {
    object-position: 0 -300px
  }
  .lenses-back-leisure-gn {
    object-position: 0 -215px
  }
 /**/	
  .lenses-leisure-gy {
    object-position: 0 -600px
  }
  .lenses-back-leisure-gy {
    object-position: 0 -430px
  }
/**/	
  .lenses-leisure-lbr {
    object-position: 0 -900px
  }
  .lenses-back-leisure-lbr {
    object-position: 0 -645px
  }
/**/	
  .lenses-leisure-og {
    object-position: 0 -1200px
  }
  .lenses-back-leisure-og {
    object-position: 0 -860px
  }
/**/
  .lenses-leisure-pn {
    object-position: 0 -1500px
  }
  .lenses-back-leisure-pn {
    object-position: 0 -1075px
  }
	
	

  .bg-commute {
    background-image: url(../img/sprites-commute_xxl.png)
  }
  .bg-commute.br {
    background-position-y: -860px
  }
  .bg-commute.gn {
    background-position-y: -1720px
  }
  .bg-commute.go {
    background-position-y: -2580px
  }
  .bg-commute.ps {
    background-position-y: -3440px
  }
  .bg-commute.pu {
    background-position-y: -4300px
  }
  .bg-commute.rd {
    background-position-y: -5160px
  }
  .lenses-back-commute-ap, .lenses-commute-ap {
    object-position: 0 0
  }
  .lenses-commute-br {
    object-position: 0 -300px
  }
  .lenses-back-commute-br {
    object-position: 0 -215px
  }
  .lenses-commute-gn {
    object-position: 0 -600px
  }
  .lenses-back-commute-gn {
    object-position: 0 -430px
  }
  .lenses-commute-go {
    object-position: 0 -900px
  }
  .lenses-back-commute-go {
    object-position: 0 -645px
  }
  .lenses-commute-ps {
    object-position: 0 -1200px
  }
  .lenses-back-commute-ps {
    object-position: 0 -860px
  }
  .lenses-commute-pu {
    object-position: 0 -1500px
  }
  .lenses-back-commute-pu {
    object-position: 0 -1075px
  }
  .lenses-commute-rd {
    object-position: 0 -1800px
  }
  .lenses-back-commute-rd {
    object-position: 0 -1290px
  }
  .card-front {
    width: 490px;
    padding-top: 50px
  }
  .card-front-title {
    font-size: 45px
  }
  .bg-commute, .bg-leisure,.bg-leisure-perfume {
    height: 717px
  }
  .card-back,.card-back-perfume {
    width: 440px;
    height: 460px;
    top: calc(50% - 99px);
    transform: translateX(-50%)
  }
  .card-back-title {
    font-size: 46px
  }
 /* .card-back-perfume-title {
    font-size: 24px
  }	*/
	
  .card-back img,.card-back-perfume img {
    width: 215px;
    height: 215px
  }
  .card-product {
    padding-top: 100px
  }
  .card-product-perfume {
    /*padding-top: 300px*/
  }	
	
  .card-text {
    font-size: 20px;
	  margin:10% 0;
  }

  .img-lenses {
    width: 300px;
    height: 300px;
    margin: -100px auto 0
  }
    .img-perfume {
    width: 300px;
    height: 300px;
    margin: 0 auto
  }	
	
  .slick-next, .slick-prev {
    top: calc(38% + 250px)
  }
  .grid-fn {
    column-gap: 8rem
  }
	
	
}
