<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*----------------------------------------------------------------------------

 reset

----------------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}
ul, ol {
  list-style-type: none;
}
em, strong, th, address {
  font-style: normal;
  font-weight: normal;
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}
img,
object,
embed {
  border: 0;
  vertical-align: top;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
hr {
  display: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
li {
  list-style-type: none;
}
strong {
  font-weight: bold;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
/*----------------------------------------------------------------------------

 base

----------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}
body {
  position: relative;
  color: #010101;
  font-family: 'Noto serif JP', serif;
  font-weight: 500;
  line-height: 1.5;
  font-size: 1.6rem;
  background: #fff;
  /*font-feature-settings: "palt";*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.serif {
  font-family: 'Noto Serif JP', serif;
}
.sp,
.sp_inline {
  display: none;
}
.pc {
  display: block;
}
@media screen and (max-width: 640px) {
  .sp {
    display: block;
  }
  .sp_inline {
    display: inline;
  }
  .pc {
    display: none;
  }
}
/*----------------------------------------------------------------------------

 fadein

----------------------------------------------------------------------------*/
.fadein {
  opacity : 0;
  transition : opacity 1000ms ease-out;
}
.fadein.scrollin {
  opacity : 1;
}
.fadein_y {
  opacity : 0;
  transform : translate3d(0, 40px, 0);
  transition : transform 800ms cubic-bezier(0.33, 1, 0.68, 1),opacity 700ms cubic-bezier(0.33, 1, 0.68, 1);
}
.fadein_y.scrollin {
  opacity : 1;
  transform : translate3d(0, 0, 0);
}
.fadein_y02 {
  opacity : 0;
  transform : translate3d(0, -40px, 0);
  transition : transform 800ms cubic-bezier(0.33, 1, 0.68, 1),opacity 700ms cubic-bezier(0.33, 1, 0.68, 1);
}
.fadein_y02.scrollin {
  opacity : 1;
  transform : translate3d(0, 0, 0);
}
.fadein_x {
  opacity : 0;
  transform : translate3d(50px, 0, 0);
  transition : transform 1s cubic-bezier(0.33, 1, 0.68, 1),opacity 1s cubic-bezier(0.33, 1, 0.68, 1);
}
.fadein_x.scrollin {
  opacity : 1;
  transform : translate3d(0, 0, 0);
}
.fadein_x02 {
  opacity : 0;
  transform : translate3d(-50px, 0, 0);
  transition : transform 1s cubic-bezier(0.33, 1, 0.68, 1) ,opacity 1s cubic-bezier(0.33, 1, 0.68, 1);
}
.fadein_x02.scrollin {
  opacity : 1;
  transform : translate3d(0, 0, 0);
}
/*-------------------------------------------------

img animation

--------------------------------------------------*/
.wipe_img {
  position: relative;
  overflow: hidden;
  opacity: 0;
}
@keyframes wipe_r {
  0% {
    left: -100%;
  }
  100% {
    left: 0%;
  }
}
@keyframes wipe_l {
  0% {
    right: -100%;
  }
  100% {
    right: 0%;
  }
}
.wipe_img img {
  position: relative;
}
@keyframes wipe_img_r {
  0% {
    left: 100%;
  }
  100% {
    left: 0%;
  }
}
@keyframes wipe_img_l {
  0% {
    right: 100%;
  }
  100% {
    right: 0%;
  }
}
/*-------------------------------------------------

mfp

--------------------------------------------------*/
/* mfp-bg（overlay） */
.mfp-bg {
  opacity: 0;
  transition: all 0.2s ease-out;
}
.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-bg.mfp-removing {
  opacity: 0;
}
/* mfp-content */
.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.2s ease-out;
}
.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/*-------------------------------------------------

onetrust

--------------------------------------------------*/
#onetrust-consent-sdk #onetrust-banner-sdk {
  font-family: 'Noto sans JP', sans-serif;
}
/*-------------------------------------------------

img for chrome

--------------------------------------------------*/
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
  img.ifc {
    image-rendering: -webkit-optimize-contrast;
  }
}
/*-------------------------------------------------

header

--------------------------------------------------*/
header {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 40px;
  left: 0;
  width: 100%;
  padding: 0 50px;
  line-height: 1;
  z-index: 100;
}
header .seiko_logo img {
  width: 134px;
  height: 45px;
}
@media screen and (max-width: 1200px) {
  header {
    top: 26px;
    padding: 0 30px;
  }
  header .seiko_logo img {
    width: 100px;
    height: 33px;
  }
}
@media screen and (min-width: 641px) and (min-aspect-ratio: 128 / 55) {
  header {
    top: 26px;
    padding: 0 40px;
  }
  header .seiko_logo img {
    width: 100px;
    height: 33px;
  }
  header .lukia_logo img {
    width: 53px;
    height: 56px;
  }
}
@media screen and (max-width: 640px) {
  header {
    top: 15px;
    padding: 0 18px;
  }
  header .seiko_logo img {
    width: 75px;
    height: 24px;
  }
  header .lukia_logo img {
    width: 31px;
    height: 32px;
  }
}
@media screen and (max-width: 480px) {
  header {
    top: 15px;
    padding: 0 15px;
  }
}
/*-------------------------------------------------

bg

--------------------------------------------------*/
.bg {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0s;
}
.scrollin &gt; .bg {
  opacity: 1;
}
.bg &gt; .bg_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*-------------------------------------------------

main

--------------------------------------------------*/
.main {
  display: block;
}
/*-------------------------------------------------

 kv

--------------------------------------------------*/
.kv {
  position: relative;
  overflow: hidden;
  padding: 0;
  line-height: 1;
  z-index: 20;
}
.kv &gt; .bg {
  /*
  opacity: 1;
  */
  transition-duration: 1s;
}
.kv &gt; .bg &gt; .bg_inner {
  background: url(../img/kv_bg---2.webp) center bottom no-repeat;
  background-size: cover;
}
.no-webp .kv &gt; .bg &gt; .bg_inner {
  background: url(../img/kv_bg.png) center center no-repeat;
  background-size: cover;
}
.kv .outer {
  position: relative;
  width: 100%;
}
.kv .outer .inner {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 16.145vw 0 15.625vw;
}
.kv .txt_box {
  position: relative;
  width: 26.562%;
  margin-left: 3.75vw;
  padding-top: 8.9853vw;
  font-size: 10px;
  line-height: .1;
}
.kv .txt_box .main_ttl {
  position: relative;
}
.kv .txt_box .main_ttl::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 43.025%;
  height: 141.29%;
  background: url(../img/kv_ttl_bg.png) center center no-repeat;
  background-size: contain;
  transform: translate3d(-50%,-50%,0);
  transition : opacity 3s cubic-bezier(0.33, 1, 0.68, 1) .5s;
  opacity : 0;
}
.kv.scrollin .txt_box .main_ttl::before {
  opacity : 1;
}
.kv .txt_box .main_ttl &gt; span {
  display: block;
  position: relative;
  text-align: center;
}
.kv .txt_box .main_ttl &gt; span.year {
  width: 5.2083vw;
  margin: 0 auto 1.4062vw;
  z-index: 2;
  opacity : 0;
  transition : opacity 700ms cubic-bezier(0.33, 1, 0.68, 1) 1s;
}
.kv.scrollin .txt_box .main_ttl &gt; span.year {
  opacity : 1;
}
.kv .txt_box .main_ttl &gt; span.main {
  position: relative;
}
.kv .txt_box .main_ttl &gt; span.main {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .5s;
}
.kv.scrollin .txt_box .main_ttl &gt; span.main {
  clip-path: inset(0);
}
.kv .txt_box .main_ttl &gt; span.main::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 162.08%;
  height: 494.3%;
  background: url(../img/kv_ttl_sh.png) center center no-repeat;
  background-size: contain;
  transform: translate3d(-50%,-50%,0);
}
.kv .txt_box .main_ttl &gt; span.main img {
  position: relative;
  max-width: inherit;
  width: 100%;
}
.kv .txt_box .main_ttl &gt; span.le {
  width: 15.729vw;
  margin: 0.5208vw auto 0;
  opacity : 0;
  transition : opacity 700ms cubic-bezier(0.33, 1, 0.68, 1) 1s;
}
.kv.scrollin .txt_box .main_ttl &gt; span.le {
  opacity : 1;
}
.kv .img_box {
  display: flex;
  justify-content: space-between;
  width: 44.270%;
  z-index: 1;
}
.kv .img_box .img_watch {
  position: relative;
}
.kv .img_box .img_watch picture {
  position: relative;
}
.kv .img_box .img_watch.SSQV102 {
  width: 34.470%;
}
.kv .img_box .img_watch.SSVW198 {
  width: 29.176%;
}
.kv .img_box .img_watch.SWFA200 {
  width: 28.588%;
  padding-top: .8269vw;
}
.kv .img_box .img_watch img {
  opacity : 0;
  transform: translateY(-5%);
  transition : opacity 3s cubic-bezier(0,.5,.5,1), transform 1.5s cubic-bezier(0,.5,.5,1);
}
.kv.scrollin .img_box .img_watch img {
  transform: translateY(0);
  opacity : 1;
}
.kv .img_box .img_watch.SSVW198 img {
  transition-delay: .25s;
}
.kv .img_box .img_watch.SWFA200 img {
  transition-delay: .5s;
}
.kv .img_box .img_watch::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  opacity : 0;
  transition : opacity 2s cubic-bezier(0,.5,.5,1);
}
.kv.scrollin .img_box .img_watch::before {
  opacity : 1;
}
.kv .img_box .img_watch.SSQV102::before {
  width: 218.430%;
  height: 100.44%;
  background: url(../img/kv_SSQV102_sh.png) center center no-repeat;
  background-size: contain;
  transform: translate3d(-35%,29%,0);
  transition-delay: .5s;
}
.kv .img_box .img_watch.SSVW198::before {
  width: 201.612%;
  height: 84.855%;
  background: url(../img/kv_SSVW198_sh.png) center center no-repeat;
  background-size: contain;
  transform: translate3d(-45%,36%,0);
  transition-delay: .75s;
}
.kv .img_box .img_watch.SWFA200::before {
  width: 226.33%;
  height: 84.435%;
  background: url(../img/kv_SWFA200_sh.png) center center no-repeat;
  background-size: contain;
  transform: translate3d(-40%,35%,0);
  transition-delay: 1s;
}
/*
.kv.scrollin .img_box .wipe_img {
  opacity: 1;
  animation: wipe_r 1.5s cubic-bezier(0,.4,.1,1) 0s both;
}
.kv.scrollin .img_box .wipe_img img {
  animation: wipe_img_r 1.5s cubic-bezier(0,.4,.1,1) 0s both;
}
.kv .main_ttl img {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
}
.kv.scrollin .main_ttl img {
  clip-path: inset(0);
}
*/
@media screen and (min-width: 641px) and (min-aspect-ratio: 128 / 55) {
  .kv .outer .inner {
    width: 80%;
    margin: auto;
    transform: translateY(-10%);
  }
}
@media screen and (max-width: 640px) {
  
}
@media screen and (max-width: 480px) {
  .kv &gt; .bg &gt; .bg_inner {
    background: url(../img/kv_bg_sp---2.webp) center bottom no-repeat;
    background-size: cover;
  }
  .no-webp .kv &gt; .bg &gt; .bg_inner {
    background: url(../img/kv_bg_sp.png) center center no-repeat;
    background-size: cover;
  }
  .kv .outer .inner {
    flex-direction: column-reverse;
    align-items: center;
    padding: 50px 30px 65px;
  }
  .kv .txt_box {
    width: 100%;
    max-width: 280px;
    min-height: 1%;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .kv .txt_box .main_ttl::before {
    display: none;
  }
  .kv .txt_box .main_ttl &gt; span picture {
    position: relative;
    z-index: 3;
  }
  .kv .txt_box .main_ttl &gt; span.year {
    width: 25.193%;
    margin: 0 auto;
    transition : opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 1s;
  }
  .kv .txt_box .main_ttl &gt; span.year::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/kv_ttl_2022_sp_sh.png) center center no-repeat;
    background-size: contain;
  }
  .kv .txt_box .main_ttl &gt; span.main {
    opacity: 0;
    transition : clip-path 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .5s, opacity 2s cubic-bezier(0.33, 1, 0.68, 1) .5s;
    z-index: 3;
  }
  .kv.scrollin .txt_box .main_ttl &gt; span.main {
    opacity: 1;
  }
  .kv .txt_box .main_ttl &gt; span.main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/kv_ttl_SAKURA_Blooming_sp_sh.png) center center no-repeat;
    background-size: contain;
    transform: none;
    z-index: 1;
  }
  .kv .txt_box .main_ttl &gt; span.le {
    width: 56.976%;
    margin: -10px auto 0 auto;
    transition : opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 1s;
  }
  .kv .txt_box .main_ttl &gt; span.le::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/kv_ttl_Limited_Edition_sp_sh.png) center center no-repeat;
    background-size: contain;
  }
  .kv .txt_box .main_ttl &gt; span.le::after {
    content: '';
    position: absolute;
    top: -230%;
    left: 50%;
    width: 102.08%;
    height: 411.42%;
    background: url(../img/kv_ttl_bg_sp.png) center center no-repeat;
    background-size: contain;
    transform: translate3d(-50%,0,0);
  }
  .kv .img_box {
    width: 100%;
    max-width: 315px;
    min-height: 1%;
    margin-top: 20px;
  }
}
/*-------------------------------------------------

lead  

--------------------------------------------------*/
.lead {
  position: relative;
  margin-top: -100px;
  padding: 300px 0 230px;
  z-index: 10;
  overflow: hidden;
}
.lead &gt; .bg {
  /*
  opacity: 1;
  */
  height: 140%;
}
.lead .bg &gt; .bg_inner {
  background: url(../img/lead_bg---2.webp) center bottom no-repeat;
  background-size: cover;
}
.no-webp .lead .bg &gt; .bg_inner {
  background: url(../img/lead_bg.jpg) center bottom no-repeat;
  background-size: cover;
}
.lead::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 85px;
  background: url(../img/lead_bg_btm.png) center bottom no-repeat;
  background-size: cover;
}
.lead .outer {
  position: relative;
  width: 100%;
  max-width: 1120px;
  margin: auto;
}
.lead .outer .inner {
  position: relative;
}
.lead .outer .inner .box {
  position: relative;
  font-size: 2.8rem;
  text-align: center;
}
.lead .outer .inner .box .txt {
  margin-bottom: 1em;
  position: relative;
  color: #85583b;
  line-height: 2;
  letter-spacing: .05em;
  text-shadow: 0 0 .5em rgba(255, 255, 255, 1), 0 0 .5em rgba(255, 255, 255, 1), 0 0 .5em rgba(255, 255, 255, 1), 0 0 .5em rgba(255, 255, 255, 1);
}
.lead .outer .inner .box .txt:last-of-type {
  margin-bottom: 0;
}
.lead .outer .inner .box .txt .ctl {
  display: none;
}
@media screen and (min-width: 1920px) {
  .lead::after {
    height: 5.3125vw;
    background: url(../img/lead_bg_btm.png) center bottom no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 2200px) {
  .lead::after {
    background: url(../img/lead_bg_btm_lg.png) center bottom no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 1600px) {
  .lead {
    margin-top: -6.25vw;
    padding: 18.75vw 0 14.375vw;
  }
  .lead .outer .inner .box {
    font-size: 2.4rem;
  }
  .lead::after {
    height: 5.3125vw;
  }
}
@media screen and (max-width: 1200px) {
  .lead .outer .inner .box {
    font-size: 2.0rem;
  }
}
@media screen and (max-width: 991px) {
  .lead .outer .inner .box {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 760px) {
  .lead .outer .inner .box {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 700px) {
  .lead .outer .inner .box {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 600px) {
  .lead .outer .inner {
    width: 100%;
    padding: 0 10px;
  }
  .lead .outer .inner .box {
    font-size: 1.0rem;
  }
}
@media screen and (max-width: 480px) {
  .lead {
    margin-top: -30px;
    padding: 100px 0 85px;
  }
  .lead &gt; .bg {
    height: 100%;
  }
  .lead::after {
    width: 100%;
    height: 30px;
    background: url(../img/lead_bg_btm_sp.png) center bottom no-repeat;
    background-size: cover;
  }
  .lead .bg &gt; .bg_inner {
    background: url(../img/lead_bg_sp---2.webp) center bottom no-repeat;
    background-size: cover;
  }
  .no-webp .lead .bg &gt; .bg_inner {
    background: url(../img/lead_bg_sp.jpg) center bottom no-repeat;
    background-size: cover;
  }
  .lead .outer .inner .box::before,
  .lead .outer .inner .box::after {
    width: 40px;
    height: 40px;
  }
  .lead .outer .inner .box {
    font-size: 1.4rem;
  }
  .lead .outer .inner .box .txt .ctl {
    display: inline;
  }
  .lead .outer .inner .box .txt .ctl2 {
    display: none;
  }
}
/*-------------------------------------------------

product_wrapper　　

--------------------------------------------------*/
.product_wrapper {
  position: relative;
  z-index: 5;
  overflow: hidden;
}
/*-------------------------------------------------

products　　

--------------------------------------------------*/
.products {
  position: relative;
  background: url(../img/products_lukia_bg---2.webp) center bottom no-repeat;
  background-size: cover;
  z-index: 10;
}
.no-webp .products {
  background: url(../img/products_lukia_bg.png) center bottom no-repeat;
  background-size: cover;
}
.products.selection {
  position: relative;
  margin-top: -165px;
  padding-top: 165px;
  padding-bottom: 245px;
  background: url(../img/products_selection_bg---2.webp) center bottom no-repeat;
  background-size: cover;
  z-index: 2;
}
.no-webp .products.selection {
  background: url(../img/products_selection_bg.png) center bottom no-repeat;
  background-size: cover;
}
.products .outer {
  position: relative;
}
.products .logo {
  position: relative;
  padding: 100px 0;
  text-align: center;
}
.products .logo .wrap {
  display: inline-block;
  position: relative;
}
.products .logo .wrap::before,
.products .logo .wrap::after {
  content: '';
  width: 450%;
  height: 400%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-50%,0);
  background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%);
}
.products.lukia .logo .wrap::after {
  display: none;
}
.products.selection .logo .wrap::before,
.products.selection .logo .wrap::after {
  width: 400%;
  height: 400%;
  background: radial-gradient(ellipse at center, rgba(252,244,236,.8) 0%, rgba(252,244,236,0) 25%);
  transform: translate3d(-50%,-50%,0) scale(1.5,5);
}
.products .logo .img {
  display: inline-block;
  position: relative;
  width: 100%;
  font-size: 10px;
  line-height: 1;
  z-index: 1;
}
.products .product.SSQV10 {
  margin-bottom: 210px;
}
.products .product.SSVW198 {
  padding-bottom: 260px;
}
.products .visual_box {
  position: relative;
  /*
  overflow: hidden;
  */
}
.products .visual_box .visual_box_inner {
  position: relative;
  width: 100%;
  max-width: 1120px;
  margin: auto;
}
.products .visual_box .visual_box_inner .img_watch {
  position: absolute;
  width: 46.607%;
  top: 0;
  right: -22%;
  transform: translate3d(0,-59.5%,0);
  z-index: 200;
}
.products .product.SSVW198 .visual_box .visual_box_inner .img_watch {
  width: 49.642%;
  right: auto;
  left: -18%;
  transform: translate3d(0,-70%,0);
}
.products .product.SWFA200 .visual_box .visual_box_inner .img_watch {
  width: 44.464%;
  right: -22%;
  transform: translate3d(0,-59.5%,0);
}
.products .visual_box .img_main {
  position: relative;
}
.products .visual_box .img_main::before{
  content: '';
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 47.916%;
}
.products .visual_box .img_main .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/products_lukia_SSQV102_main---2.webp) center center no-repeat;
  background-size: cover;
}
.products .product.SSVW198 .visual_box .img_main .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/products_lukia_SSVW198_main---2.webp) center center no-repeat;
  background-size: cover;
}
.products .product.SWFA200 .visual_box .img_main .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/products_selection_SWFA200_main---2.webp) center center no-repeat;
  background-size: cover;
}
.no-webp .products .visual_box .img_main .img {
  background: url(../img/products_lukia_SSQV102_main.png) center center no-repeat;
  background-size: cover;
}
.no-webp .products .product.SSVW198 .visual_box .img_main .img {
  background: url(../img/products_lukia_SSVW198_main.png) center center no-repeat;
  background-size: cover;
}
.no-webp .products .product.SWFA200 .visual_box .img_main .img {
  background: url(../img/products_selection_SWFA200_main.png) center center no-repeat;
  background-size: cover;
}
.products .visual_box .txt_box {
  padding: 4em 0;
  font-size: 2.4rem;
  text-align: center;
  overflow: hidden;
}
.products .visual_box .txt_box .txt .ctl {
  display: none;
}
.products .visual_box .txt_box .txt {
  color: #85583b;
  line-height: 2.1;
  letter-spacing: .05em;
}
.products .visual_box .txt_box .txt .wrap {
  position: relative;
  display: inline-block;
}
.products .visual_box .txt_box .txt .wrap::before,
.products .visual_box .txt_box .txt .wrap::after {
  content: '';
  width: 250%;
  height: 450%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-50%,0) scale(1.2,.8);
  background: radial-gradient(ellipse at center, rgba(254,252,253,.8) 0%, rgba(254,252,253,0) 40%);
}
.products .product.SSVW198 .visual_box .txt_box .txt .wrap::before,
.products .product.SSVW198 .visual_box .txt_box .txt .wrap::after {
  width: 250%;
  height: 400%;
  transform: translate3d(-50%,-50%,0) scale(1.2,.7);
  background: radial-gradient(ellipse at center, rgba(252,248,249,.8) 0%, rgba(252,248,249,0) 50%);
}
.products .product.SWFA200 .visual_box .txt_box .txt .wrap::before,
.products .product.SWFA200 .visual_box .txt_box .txt .wrap::after {
  transform: translate3d(-50%,-50%,0) scale(1.2,.8);
  background: radial-gradient(ellipse at center, rgba(252,244,236,1) 0%, rgba(252,244,236,0) 35%);
}
.products .visual_box .txt_box .txt .wrap_inner {
  position: relative;
  display: inline-block;
  z-index: 2;
}
.products .inner {
  position: relative;
  padding: 0 100px;
}
.products .detail_box {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding: 20px;
  background: #fff;
}
.products .detail_box::before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  background: rgba(255,255,255,0.5);
}
.products .detail_box::after {
  content: '';
  position: absolute;
  bottom: -8%;
  right: -5.5%;
  width: 28.611%;
  height: 30%;
  background: url(../img/deco_SSQV102_detail_box.png) right bottom no-repeat;
  background-size: contain;
  opacity : 0;
  transition : opacity 700ms cubic-bezier(0.33, 1, 0.68, 1) .5s;
}
.products .detail_box.scrollin::after {
  opacity : 1;
}
.products .product.SSVW198 .detail_box::after {
  bottom: -10.5%;
  left: -4.7%;
  right: auto;
  width: 25.208%;
  height: 30%;
  background: url(../img/deco_SSVW198_detail_box.png) 0 bottom no-repeat;
  background-size: contain;
}
.products .product.SWFA200 .detail_box::after {
  bottom: -12.5%;
  right: -6.8%;
  width: 28.333%;
  height: 40%;
  background: url(../img/deco_SWFA200_detail_box.png) right bottom no-repeat;
  background-size: contain;
}
.products .detail_box .detail_box_wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff url(../img/deco_sakura_lukia_line.png) center center no-repeat;
  background-size: auto 80%;
}
.products .product.SWFA200 .detail_box .detail_box_wrap {
  background: #fff url(../img/deco_sakura_selection_line.png) center center no-repeat;
  background-size: auto 28%;
}
.products .detail_box .detail_box_wrap::before,
.products .detail_box .detail_box_wrap::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  /*
  width: 5.7142%;
  */
  height: 80px;
  background: url(../img/deco.png) 0 0 no-repeat;
  background-size: contain;
  z-index: 1;
  transform: rotate(90deg);
}
.products .detail_box .detail_box_wrap::after {
  top: auto;
  right: auto;
  left: 0;
  bottom: 0;
  transform: rotate(-90deg);
}
.products .product.SSVW198 .detail_box .detail_box_wrap::before {
  top: 0;
  right: auto;
  left: 0;
  transform: rotate(0deg);
}
.products .product.SSVW198 .detail_box .detail_box_wrap::after {
  right: 0;
  left: auto;
  transform: rotate(180deg);
}
.products .detail_box .detail_box_wrap .img_box,
.products .detail_box .detail_box_wrap .txt_box {
  /*
  width: 26.428%;
  */
  width: 370px;
}
.products .detail_box .detail_box_wrap .img_box {
  padding: 15px 0 15px 2%;
}
.products .detail_box .detail_box_wrap .img_box .img {
  position: relative;
  width: 73.1%;
  margin: auto;
  z-index: 1;
}
.products .product.SSVW198 .detail_box .detail_box_wrap .img_box .img {
  width: 61.99%;
}
.products .product.SWFA200 .detail_box .detail_box_wrap .img_box .img {
  width: 60.82%;
}
.products .product .detail_box .detail_box_wrap .img_box .img img {
  opacity : 0;
  transform : translate3d(0, -30px, 0);
  transition : transform 800ms cubic-bezier(0.33, 1, 0.68, 1), opacity 700ms cubic-bezier(0.33, 1, 0.68, 1);
}
.products .product .detail_box .detail_box_wrap .img_box.scrollin .img img {
  opacity : 1;
  transform : translate3d(0, 0, 0);
  transition : transform 800ms cubic-bezier(0.33, 1, 0.68, 1), opacity 700ms cubic-bezier(0.33, 1, 0.68, 1);
}
.products .detail_box .detail_box_wrap .img_box .img::before {
  content: '';
  position: absolute;
  bottom: -2%;
  left: 50%;
  width: 106%;
  height: 15%;
  background: url(../img/products_watch_sh.png) center bottom no-repeat;
  background-size: contain;
  transform: translate3d(-50%,0,0);
  z-index: -1;
  opacity : 0;
  transition : opacity 700ms cubic-bezier(0.33, 1, 0.68, 1) .3s;
}
.products .detail_box .detail_box_wrap .img_box.scrollin .img::before {
  opacity : 1;
}
.products .product.SSVW198  .detail_box .detail_box_wrap .img_box .img::before {
  bottom: -1.7%;
}
.products .product.SWFA200  .detail_box .detail_box_wrap .img_box .img::before {
  bottom: -1.5%;
}
.products .detail_box .detail_box_wrap .txt_box {
  font-size: 2.0rem;
  text-align: center;
  letter-spacing: .05em;
}
.products .detail_box .detail_box_wrap .txt_box .ctl {
  display: none;
}
.products .detail_box .txt_box .main_ttl {
  position: relative;
  margin-bottom: 1.5em;
  color: #85583b;
  line-height: 1.5;
}
/*
.products .detail_box .txt_box .main_ttl::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 2.5em;
  height: .9em;
  background: url(../img/deco_ttl.png) 0 bottom no-repeat;
  background-size: contain;
  transform: translate3d(-50%,0,0);
}
*/
.products .detail_box .txt_box .serial {
  margin-bottom: 1em;
  font-size: 1.5em;
  line-height: 1;
}
.products .detail_box .txt_box .price {
  margin-bottom: 1em;
  font-size: .9em;
  font-weight: normal;
  line-height: 1;
}
.products .detail_box .txt_box .sup {
  margin-bottom: 1.5em;
  font-size: .9em;
  font-weight: normal;
  line-height: 1.6;
}
.products .detail_box .txt_box .btn {
  text-align: center;
}
.products .detail_box .txt_box .btn a {
  position: relative;
  display: inline-block;
  width: 11.666em;
  font-size: .9em;
  padding: 0 0 0 .5em;
  color: #85583b;
  text-decoration: none;
  line-height: 2.777em;
  border: 1px solid #85583b;
  letter-spacing: 0;
  transition: color .3s ease-out, background .3s ease-out;
}
.products .detail_box .txt_box .btn a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 1.666em;
  width: .4444em;
  height: 1em;
  background: url(../img/icon_btn.png) center center no-repeat;
  background-size: contain;
  transform: translate3d(0,-50%,0);
}
.products .detail_box .txt_box .btn a:hover {
  color: #fff;
  background: #85583b;
}
.products .detail_box .txt_box .btn a:hover::before {
  background: url(../img/icon_btn_w.png) center center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 2200px) {
  .products .product.SSVW198 .visual_box .visual_box_inner .img_watch {
    left: -24%;
  }
}
@media screen and (min-width: 1921px) {
  .products .logo .wrap::before, .products .logo .wrap::after {
    height: 300%;
  }
}
@media screen and (max-width: 1700px) {
  .products .visual_box .visual_box_inner .img_watch {
    width: 30.6vw;
    right: auto;
    left: 52vw;
  }
  .products .product.SSVW198 .visual_box .visual_box_inner .img_watch {
    width: 43%;
    left: -6vw;
  }
  .products .product.SWFA200 .visual_box .visual_box_inner .img_watch {
    width: 29.5vw;
    left: 54vw;
    transform: translate3d(0,-64%,0);
  }
}
@media screen and (max-width: 1600px) {
  .products.selection {
    margin-top: -10.3125vw;
    padding-top: 10.3125vw;
    padding-bottom: 15.3125vw;
  }
  .products .product.SSQV10 {
    margin-bottom: 13.125vw;
  }
  .products .product.SSVW198 {
    padding-bottom: 16.25vw;
  }
  .products .logo {
    padding: 6.25vw 0;
  }
  .products .logo .wrap {
    width: 6.2vw;
  }
  .products.selection .logo .wrap {
    width: 21.6875vw;
  }
  .products .visual_box .txt_box {
    font-size: 2.2rem;
  }
  .products .detail_box .detail_box_wrap .img_box,
  .products .detail_box .detail_box_wrap .txt_box {
    width: 23.125vw
  }
  .products .detail_box .detail_box_wrap .txt_box {
    font-size: 1.8rem;
  }
  .products .detail_box .detail_box_wrap .txt_box .ctl {
    display: inline;
  }
  .products .detail_box .detail_box_wrap::before,
  .products .detail_box .detail_box_wrap::after {
    background-size: 70px 70px;
  }
}
@media screen and (max-width: 1430px) {
  .products .product.SSVW198 .visual_box .visual_box_inner .img_watch {
    left: -4vw;
  }
}
@media screen and (max-width: 1360px) {
  .products .visual_box .visual_box_inner .img_watch {
    left: 58.5vw;
  }
  .products .product.SSVW198 .visual_box .visual_box_inner .img_watch {
    width: 40%;
    left: -1.5vw;
  }
  .products .product.SWFA200 .visual_box .visual_box_inner .img_watch {
    left: 61vw;
  }
}
@media screen and (max-width: 1200px) {
  .products .visual_box .txt_box {
    font-size: 2.0rem;
  }
  .products .detail_box .detail_box_wrap .txt_box {
    font-size: 1.6rem;
  }
  .products .detail_box .detail_box_wrap::before,
  .products .detail_box .detail_box_wrap::after {
    background-size: 60px 60px;
  }
  .products .visual_box .visual_box_inner .img_watch {
    left: 64vw;
  }
  .products .product.SSVW198 .visual_box .visual_box_inner .img_watch {
    width: 36.5%;
    left: 2vw;
  }
  .products .product.SWFA200 .visual_box .visual_box_inner .img_watch {
    left: 65vw;
  }
}
@media screen and (max-width: 991px) {
  .products .visual_box .txt_box {
    font-size: 1.8rem;
  }
  .products .inner {
    padding: 0 75px;
  }
  .products .detail_box .detail_box_wrap .txt_box {
    font-size: 1.4rem;
  }
  .products .detail_box .detail_box_wrap::before,
  .products .detail_box .detail_box_wrap::after {
    background-size: 50px 50px;
  }
  .products .detail_box .detail_box_wrap .img_box {
    padding: 0;
  }
  .products .visual_box .visual_box_inner .img_watch {
    left: 65.5vw;
  }
  .products .product.SSVW198 .visual_box .visual_box_inner .img_watch {
    width: 34.5%;
    left: 5vw;
  }
  .products .product.SWFA200 .visual_box .visual_box_inner .img_watch {
    left: 67vw;
  }
  .products.selection .logo .wrap::before,
  .products.selection .logo .wrap::after {
    height: 350%;
    transform: translate3d(-50%,-50%,0) scale(1.5,4);
  }
}
@media screen and (max-width: 700px) {
  .products.selection .logo .wrap::before,
  .products.selection .logo .wrap::after {
    height: 250%;
  }
  .products .visual_box .txt_box {
    font-size: 1.5rem;
  }
  .products .inner {
    padding: 0 40px;
  }
  .products .detail_box .detail_box_wrap .img_box,
  .products .detail_box .detail_box_wrap .txt_box {
    width: 45%;
    padding: 5% 0;
  }
  .products .detail_box .detail_box_wrap .txt_box {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  .products .visual_box .txt_box {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .products {
    background: url(../img/products_lukia_bg_sp---2.webp) center bottom no-repeat;
    background-size: cover;
  }
  .no-webp .products {
    background: url(../img/products_lukia_bg_sp.png) center bottom no-repeat;
    background-size: cover;
  }
  .products.selection {
    background: url(../img/products_selection_bg_sp---2.webp) center bottom no-repeat;
    background-size: cover;
  }
  .no-webp .products.selection {
    background: url(../img/products_selection_bg_sp.png) center bottom no-repeat;
    background-size: cover;
  }
  .products.selection {
    margin-top: -10.3125vw;
    padding-top: 10.3125vw;
    padding-bottom: 100px;
  }
  .products.selection .logo .wrap::before,
  .products.selection .logo .wrap::after {
    height: 250%;
    width: 350%;
  }
  .products .product.SSQV10 {
    margin-bottom: 105px;
  }
  .products .product.SSVW198 {
    padding-bottom: 95px;
  }
  .products .logo {
    padding: 50px 0;
  }
  .products .logo .wrap {
    width: 42px
  }
  .products.selection .logo .wrap {
    width: 175px;
  }
  .products .visual_box .img_main::before {
    padding-bottom: 90.666%;
  }
  .products .visual_box .img_main .img {
    background: url(../img/products_lukia_SSQV102_main_sp---2.webp) center center no-repeat;
    background-size: cover;
  }
  .products .product.SSVW198 .visual_box .img_main .img {
    background: url(../img/products_lukia_SSVW198_main_sp---2.webp) center center no-repeat;
    background-size: cover;
  }
  .products .product.SWFA200 .visual_box .img_main .img {
    background: url(../img/products_selection_SWFA200_main_sp---2.webp) center center no-repeat;
    background-size: cover;
  }
  .no-webp .products .visual_box .img_main .img {
    background: url(../img/products_lukia_SSQV102_main_sp.png) center center no-repeat;
    background-size: cover;
  }
  .no-webp .products .product.SSVW198 .visual_box .img_main .img {
    background: url(../img/products_lukia_SSVW198_main_sp.png) center center no-repeat;
    background-size: cover;
  }
  .no-webp .products .product.SWFA200 .visual_box .img_main .img {
    background: url(../img/products_selection_SWFA200_main_sp.png) center center no-repeat;
    background-size: cover;
  }
  .products .visual_box .visual_box_inner .img_watch {
    position: relative;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    right: auto !important;
    width: 65% !important;
    margin-left: auto;
    margin-right: 8%;
    transform: translate3d(0,-14%,0) !important;
  }
  .products .product.SSVW198 .visual_box .visual_box_inner .img_watch {
    width: 70% !important;
    margin-right: 6%;
    transform: translate3d(0,-13%,0) !important;
  }
  .products .product.SWFA200 .visual_box .visual_box_inner .img_watch {
    width: 65% !important;
    margin-right: 6%;
    transform: translate3d(0,-16%,0) !important;
  }
  .products .visual_box .txt_box {
    margin: -50vw 0 0;
    padding: 4em 0 50px;
    font-size: 1.4rem;
  }
  .products .product.SSVW198 .visual_box .txt_box {
    margin: -18.5vw 0 0;
  }
  .products .product.SWFA200 .visual_box .txt_box {
    margin: -53.5vw 0 0;
  }
  .products .visual_box .txt_box .txt {
    line-height: 1.85;
  }
  .products .visual_box .txt_box .txt .ctl {
    display: inline;
  }
  .products .visual_box .txt_box .txt .wrap::before,
  .products .visual_box .txt_box .txt .wrap::after {
    width: 150%;
    height: 350%;
  }
  .products .product.SSVW198 .visual_box .txt_box .txt .wrap::before,
  .products .product.SSVW198 .visual_box .txt_box .txt .wrap::after {
    width: 200%;
    height: 300%;
  }
  .products .product.SWFA200 .visual_box .txt_box .txt .wrap::before,
  .products .product.SWFA200 .visual_box .txt_box .txt .wrap::after {
    width: 300%;
    height: 400%;
  }
  .products .inner {
    padding: 0 28px;
  }
  .products .detail_box::before {
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
  }
  .products .detail_box {
    padding: 10px;
  }
  .products .detail_box .detail_box_wrap::before,
  .products .detail_box .detail_box_wrap::after {
    width: 40px;
    height: 40px;
    background-size: contain;
  }
  .products .detail_box .detail_box_wrap {
    padding: 60px 0 70px;
    background-size: 70% auto;
  }
  .products .product.SWFA200 .detail_box .detail_box_wrap {
    background-size: 60% auto;
  }
  .products .detail_box .detail_box_wrap .img_box,
  .products .detail_box .detail_box_wrap .txt_box {
    width: 50%;
    padding: 0;
  }
  .products .detail_box .detail_box_wrap .img_box .img {
    width: 85%;
  }
  .products .product.SSVW198 .detail_box .detail_box_wrap .img_box .img {
    width: 70%;
  }
  .products .product.SWFA200 .detail_box .detail_box_wrap .img_box .img {
    width: 75%;
  }
  .products .detail_box .detail_box_wrap .txt_box {
    font-size: 1.4rem;
  }
  .products .detail_box .txt_box .main_ttl {
    margin-bottom: 1.25em;
  }
  .products .detail_box .txt_box .serial {
    margin-bottom: 1.4em;
    font-size: 1.5rem;
  }
  .products .detail_box .txt_box .price {
    margin-bottom: 1.4em;
  }
  .products .detail_box .txt_box .sup {
    margin: 0 -1em 1.4em;
    line-height: 1.5;
  }
  .products .detail_box .txt_box .btn a {
    width: 10em;
    font-size: 1.2rem;
  }
  .products .detail_box .txt_box .btn a::before {
    left: 1em;
  }
  .products .detail_box::after {
    bottom: -15px;
    right: -25px;
    width: 45%;
  }
  .products .product.SSVW198 .detail_box::after {
    bottom: -30px;
    left: -25px;
    width: 45%;
  }
  .products .product.SWFA200 .detail_box::after {
    bottom: -28px;
    right: -23px;
    width: 45%;
  }
}
/* --
 sakura object
-- */
.sakura_bg {
  position: absolute;
  z-index: 100;
  pointer-events: none;
  z-index: 1;
}
.sakura_bg.bg1_1,
.sakura_bg.bg2_1,
.sakura_bg.bg3_1,
.sakura_bg.bg4_1,
.sakura_bg.bg5_1,
.sakura_bg.bg6_1,
.sakura_bg.bg7_1,
.sakura_bg.bg8_1 {
  z-index: 2;
}
.sakura_bg .img_box {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.sakura_bg.bg1 {
  top: 1%;
  right: 0;
  max-width: 760px;
  width: 36%;
  height: 640px;
}
.sakura_bg.bg1 .img_box {
  background: url(../img/products_sakura_bg2.png) right top no-repeat;
  background-size: contain;
}
.sakura_bg.bg1.bg1_2 .img_box {
  background: url(../img/products_sakura_bg1.png) right top no-repeat;
  background-size: contain;
}
.sakura_bg.bg2 {
  bottom: -25%;
  right: 0;
  max-width: 340px;
  width: 20%;
  height: 400px;
}
.sakura_bg.bg2 .img_box {
  background: url(../img/products_sakura_bg4.png) right top no-repeat;
  background-size: contain;
}
.sakura_bg.bg2.bg2_2 .img_box {
  background: url(../img/products_sakura_bg3.png) right top no-repeat;
  background-size: contain;
}
.sakura_bg.bg3 {
  bottom: 0;
  left: 0;
  max-width: 430px;
  width: 24%;
  height: 485px;
  transform: translate3d(0,92%,0);
}
.sakura_bg.bg3 .img_box {
  background: url(../img/products_sakura_bg6.png) 0 top no-repeat;
  background-size: contain;
}
.sakura_bg.bg3.bg3_2 .img_box {
  background: url(../img/products_sakura_bg5.png) 0 top no-repeat;
  background-size: contain;
}
.sakura_bg.bg4 {
  top: 0;
  left: 0;
  max-width: 860px;
  width: 40%;
  height: 730px;
  transform: translate3d(0,-33%,0);
}
.sakura_bg.bg4 .img_box {
  background: url(../img/products_sakura_bg8.png) 0 top no-repeat;
  background-size: contain;
}
.sakura_bg.bg4.bg4_2 .img_box {
  background: url(../img/products_sakura_bg7.png) 0 top no-repeat;
  background-size: contain;
}
.sakura_bg.bg5 {
  bottom: 0;
  left: 0;
  max-width: 250px;
  width: 12%;
  height: 500px;
  transform: translate3d(0,100%,0);
}
.sakura_bg.bg5 .img_box {
  background: url(../img/products_sakura_bg10.png) 0 top no-repeat;
  background-size: contain;
}
.sakura_bg.bg5.bg5_2 .img_box {
  background: url(../img/products_sakura_bg9.png) 0 top no-repeat;
  background-size: contain;
}
.sakura_bg.bg6 {
  top: 0;
  right: 0;
  max-width: 685px;
  width: 42%;
  height: 1640px;
  transform: translate3d(0,-15%,0);
}
.sakura_bg.bg6 .img_box {
  background: url(../img/products_sakura_bg12.png) 0 top no-repeat;
  background-size: contain;
}
.sakura_bg.bg6.bg6_2 .img_box {
  background: url(../img/products_sakura_bg11.png) 0 top no-repeat;
  background-size: contain;
}
.sakura_bg.bg7 {
  bottom: 0;
  right: 0;
  max-width: 330px;
  width: 18%;
  height: 360px;
  transform: translate3d(0,90%,0);
}
.sakura_bg.bg7 .img_box {
  background: url(../img/products_sakura_bg14.png) 0 top no-repeat;
  background-size: contain;
}
.sakura_bg.bg7.bg7_2 .img_box {
  background: url(../img/products_sakura_bg13.png) 0 top no-repeat;
  background-size: contain;
}
.sakura_bg.bg8 {
  bottom: 0;
  left: 0;
  max-width: 575px;
  width: 38%;
  height: 465px;
  transform: translate3d(0,100%,0);
}
.sakura_bg.bg8 .img_box {
  background: url(../img/products_sakura_bg16.png) 0 top no-repeat;
  background-size: contain;
}
.sakura_bg.bg8.bg8_2 .img_box {
  background: url(../img/products_sakura_bg15.png) 0 top no-repeat;
  background-size: contain;
}
@media screen and (min-width: 2200px) {
  .sakura_bg.bg1 {
    max-width: inherit;
    width: 42%;
    height: 1000px;
  }
  .sakura_bg.bg2 {
    bottom: -35%;
    max-width: inherit;
    width: 20%;
    height: 800px;
  }
  .sakura_bg.bg3 {
    max-width: inherit;
    width: 28%;
    height: 900px;
  }
  .sakura_bg.bg4 {
    top: 5%;
    max-width: inherit;
    width: 42%;
    height: 1200px;
  }
  .sakura_bg.bg5 {
    bottom: 5%;
    max-width: inherit;
    width: 18%;
    height: 1000px;
  }
  .sakura_bg.bg6 {
    top: 5%;
    max-width: inherit;
    width: 33%;
    height: 2640px;
  }
  .sakura_bg.bg7 {
    bottom: 5%;
    max-width: inherit;
    width: 20%;
    height: 800px;
  }
  .sakura_bg.bg8 {
    bottom: 0;
    max-width: inherit;
    width: 30%;
    height: 900px;
  }
}
@media screen and (max-width: 1800px) {
  .sakura_bg.bg2 {
    bottom: 0;
    transform: translate3d(0,80%,0);
  }
}
@media screen and (max-width: 1600px) {
  .sakura_bg.bg2 {
    transform: translate3d(0,100%,0);
  }
}
@media screen and (max-width: 1400px) {
  .sakura_bg.bg5 {
    width: 20vw;
    transform: translate3d(0,100%,0);
  }
}
@media screen and (max-width: 991px) {
  .sakura_bg.bg4 {
    transform: translate3d(0,-23%,0);
  }
  .sakura_bg.bg6 {
    width: 38vw;
    transform: translate3d(0,-5%,0);
  }
}
@media screen and (max-width: 480px) {
  .sakura_bg.bg1 {
    top: 0;
    right: 0;
    width: 45vw;
    height: 300px;
  }
  .sakura_bg.bg1 .img_box {
    background: url(../img/products_sakura_bg2_sp.png) right top no-repeat;
    background-size: contain;
  }
  .sakura_bg.bg1.bg1_2 .img_box {
    background: url(../img/products_sakura_bg1_sp.png) right top no-repeat;
    background-size: contain;
  }
  .sakura_bg.bg2 {
    bottom: -35%;
    width: 30vw;
    height: 200px;
  }
  .sakura_bg.bg2 .img_box {
    background: url(../img/products_sakura_bg4_sp.png) right top no-repeat;
    background-size: contain;
  }
  .sakura_bg.bg2.bg2_2 .img_box {
    background: url(../img/products_sakura_bg3_sp.png) right top no-repeat;
    background-size: contain;
  }
  .sakura_bg.bg3 {
    width: 30vw;
    height: 286px;
    transform: translate3d(0,180%,0);
  }
  .sakura_bg.bg3 .img_box {
    background: url(../img/products_sakura_bg6_sp.png) 0 top no-repeat;
    background-size: contain;
  }
  .sakura_bg.bg3.bg3_2 .img_box {
    background: url(../img/products_sakura_bg5_sp.png) 0 top no-repeat;
    background-size: contain;
  }
  .sakura_bg.bg4 {
    width: 60vw;
    height: 330px;
    transform: translate3d(0,-25%,0);
  }
  .sakura_bg.bg4 .img_box {
    background: url(../img/products_sakura_bg8_sp.png) 0 top no-repeat;
    background-size: contain;
  }
  .sakura_bg.bg4.bg4_2 .img_box {
    background: url(../img/products_sakura_bg7_sp.png) 0 top no-repeat;
    background-size: contain;
  }
  .sakura_bg.bg5 {
    max-width: inherit;
    width: 100%;
    height: 300px;
    transform: translate3d(0,150%,0);
  }
  .sakura_bg.bg5 .img_box {
    background: url(../img/products_sakura_bg10_sp.png) 0 top no-repeat;
    background-size: contain;
  }
  .sakura_bg.bg5.bg5_2 .img_box {
    background: url(../img/products_sakura_bg9_sp.png) 0 top no-repeat;
    background-size: contain;
  }
  .sakura_bg.bg6 {
    top: auto;
    bottom: 0;
    width: 45vw;
    height: 300px;
    transform: translate3d(0,90%,0);
  }
  .sakura_bg.bg6 .img_box {
    background: url(../img/products_sakura_bg12_sp.png) 0 top no-repeat;
    background-size: contain;
  }
  .sakura_bg.bg6.bg6_2 .img_box {
    background: url(../img/products_sakura_bg11_sp.png) 0 top no-repeat;
    background-size: contain;
  }
  .sakura_bg.bg7 {
    width: 30vw;
    height: 200px;
    transform: translate3d(0,200%,0);
  }
  .sakura_bg.bg7 .img_box {
    background: url(../img/products_sakura_bg14_sp.png) right top no-repeat;
    background-size: contain;
  }
  .sakura_bg.bg7.bg7_2 .img_box {
    background: url(../img/products_sakura_bg13_sp.png) right top no-repeat;
    background-size: contain;
  }
  .sakura_bg.bg8 {
    width: 35vw;
    height: 265px;
    transform: translate3d(0,100%,0);
  }
  .sakura_bg.bg8 .img_box {
    background: url(../img/products_sakura_bg16_sp.png) 0 top no-repeat;
    background-size: contain;
  }
  .sakura_bg.bg8.bg8_2 .img_box {
    background: url(../img/products_sakura_bg15_sp.png) 0 top no-repeat;
    background-size: contain;
  }
}
/*-------------------------------------------------

special_box

--------------------------------------------------*/
.special_box {
  position: relative;
  margin-top: -275px;
  padding-top: 275px;
  overflow: hidden;
}
.special_box &gt; .bg {
  /*
  opacity: 1;
  */
}
.special_box .bg &gt; .bg_inner {
  background: url(../img/special_box_bg---2.webp) center bottom no-repeat;
  background-size: cover;
}
.no-webp .special_box .bg &gt; .bg_inner {
  background: url(../img/special_box_bg.jpg) center bottom no-repeat;
  background-size: cover;
}
.special_box .outer {
  position: relative;
  padding: 0 50px;
}
.special_box .inner {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1120px;
  margin: auto;
  padding: 130px 0 150px;
  line-height: 1;
}
.special_box .inner .img_box {
  position: relative;
  width: 50%;
}
.special_box .inner .img_box .img {
  position: relative;
  width: 76.458%;
  margin-right: 8.9285%;
  margin-left: auto;
}
.special_box .inner .txt_box {
  position: relative;
  width: 50%;
  padding: 8% 5% 10% 0;
  color: #85583b;
  font-size: 2.2rem;
  text-align: center;
  background: url(../img/special_box_shadow.png) -20% center no-repeat;
  background-size: auto 110%;
}
.special_box .inner .txt_box .main_ttl {
  margin-bottom: 1.2em;
  font-size: 1.909em;
  line-height: 1;
}
.special_box .inner .txt_box .txt {
  line-height: 2;
}
@media screen and (max-width: 1600px) {
  .special_box {
    margin-top: -17.1875vw;
    padding-top: 17.1875vw;
  }
  .special_box .inner {
    padding: 8.125vw 0 9.375vw;
  }
  .special_box .inner .txt_box {
    font-size: 2.0rem;
  }
}
@media screen and (max-width: 1200px) {
  .special_box .inner .txt_box {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 991px) {
  .special_box .inner .txt_box {
    font-size: 1.6rem;
  }
  .special_box .inner .txt_box {
    padding: 8% 0 10%;
    background: url(../img/special_box_shadow.png) center center no-repeat;
    background-size: auto 110%;
  }
}
@media screen and (max-width: 700px) {
  .special_box .inner .txt_box {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .special_box .outer {
    padding: 0 25px;
  }
  .special_box .inner .txt_box {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .special_box {
    margin-top: -35px;
    padding-top: 35px;
  }
  .special_box .bg &gt; .bg_inner {
    background: url(../img/special_box_bg_sp---2.webp) center bottom no-repeat;
    background-size: cover;
  }
  .no-webp .special_box .bg &gt; .bg_inner {
    background: url(../img/special_box_bg_sp.jpg) center bottom no-repeat;
    background-size: cover;
  }
  .special_box .inner {
    flex-direction: column;
    align-items: center;
    padding: 50px 0 10px;
  }
  .special_box .inner .img_box {
    width: 100%;
    min-height: 1%;
  }
  .special_box .inner .img_box .img {
    position: relative;
    width: 60%;
    margin: 0 auto;
  }
  .special_box .inner .txt_box {
    width: 100%;
    min-height: 1%;
    padding: 40px 0;
    background: url(../img/special_box_shadow.png) center bottom no-repeat;
    background-size: 55% auto;
  }
  .special_box .inner .txt_box {
    font-size: 1.5rem;
  }
  .special_box .inner .txt_box .main_ttl {
    margin-bottom: 1em;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 375px) {
  .special_box .inner .txt_box {
    background: url(../img/special_box_shadow.png) center 50% no-repeat;
    background-size: auto 100%;
  }
}
/*-------------------------------------------------

 footer

--------------------------------------------------*/
footer {
  background: #262627;
  width: 100%;
  height: auto;
  font-family: Noto Sans,Noto Sans JP,Hiragino Sans,Hiragino Kaku Gothic ProN,Meiryo,メイリオ,sans-serif;}

footer::after {
  content: " ";
  display: block;
  clear: both; }

/*clearfix*/
.foot_l {
  float: left;
  margin: 59px 0 0 40px; }

.foot_l .foot_logo {
  float: left;
  line-height: 1;
  margin-bottom: 53px; }

.foot_l .foot_logo img {
  width: 131px;
  transition: 0.2s; }

.foot_l .foot_logo a:hover img {
  opacity: 0.6; }

.foot_l .copyright {
  float: left;
  margin: 13px 0 0 32px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1px;
  color: #fff;
  font-family: 'Noto Sans JP';
  font-weight: 400; }
  @media (max-width: 1024px) {
    .foot_l {
      float: none;
      margin: 39px 0 0 0px;
      text-align: center; }

    .foot_l .foot_logo {
      float: none;
      line-height: 1;
      margin-bottom: 23px; }

    .foot_l .copyright {
      float: none;
      margin: 13px 0 0 0px;
      padding-bottom: 30px;
      font-size: 12px;
      line-height: 1;
      color: #fff; }
    }

/*END*/
.foot_r {
  float: right;
  padding-top: 58px;
  margin: 0 35px 0 0; }

.foot_r .sns {
  display: flex;
  list-style-type: none; }

.foot_r .sns img {
  width: 100%; }

.foot_r .sns &gt; li {
  width: 40px;
  margin-right: 12px;
  padding: 5px;
  line-height: 1;
  border-radius: 50%;
  transition: 0.3s;
  background: #3e3e3e; }

.foot_r .sns &gt; li:nth-child(2) {
  margin-right: 0; }

.foot_r .sns &gt; li:hover {
  opacity: 0.5; }

  @media (max-width: 1024px) {
    .foot_r {
      float: none;
      padding-top: 40px;
      margin: 0px; }

    .foot_r .sns {
      position: static;
      margin-bottom: 20px;
      justify-content: center; }

    .foot_r .sns &gt; li {
      margin-right: 10px; } }
/*END*/
</pre></body></html>