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

@font-face {
  font-family: 'Nespresso Lucas Light';
  src: url('../fonts/NespressoLucas-Light.eot'); 
  src: url('../fonts/NespressoLucas-Light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/NespressoLucas-Light.woff2') format('woff2'),
       url('../fonts/NespressoLucas-Light.woff') format('woff'),
       url('../fonts/NespressoLucas-Light.ttf')  format('truetype'),
       url('../fonts/NespressoLucas-Light.svg#svgFontName') format('svg'); 
}


@font-face {
  font-family: 'Nespresso Lucas';
  src: url('../fonts/NespressoLucas-Regular.eot'); 
  src: url('../fonts/NespressoLucas-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/NespressoLucas-Regular.woff2') format('woff2'),
       url('../fonts/NespressoLucas-Regular.woff') format('woff'),
       url('../fonts/NespressoLucas-Regular.ttf')  format('truetype'),
       url('../fonts/NespressoLucas-Regular.svg#svgFontName') format('svg'); 
}


@font-face {
  font-family: 'Nespresso Lucas Bold';
  src: url('../fonts/NespressoLucas-Bold.eot'); 
  src: url('../fonts/NespressoLucas-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/NespressoLucas-Bold.woff2') format('woff2'),
       url('../fonts/NespressoLucas-Bold.woff') format('woff'),
       url('../fonts/NespressoLucas-Bold.ttf')  format('truetype'),
       url('../fonts/NespressoLucas-Bold.svg#svgFontName') format('svg'); 
}




/*Common*/

.pct-tbmb,
.pct-mb{
	display: none!important;
}

.page-contents{
    color: #6F5343;
    text-align: center;
    font-size: 14px;
    background-color: #fff;
    line-height: 1.5;
    text-align: center;
}

.page-contents *{
    box-sizing: border-box;
     -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.page-contents a{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    cursor: pointer;
}

.page-contents a[href^="tel"] {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}


.page-contents b{
  font-weight: bold;
}

.page-contents ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.page-contents img{
    border: none;
    width: 100%;
    display: block;
}

.page-contents p{
    display: block;
    margin: 0;
    padding: 0;
}

.ta-left{
  text-align: left;
}


.cf:before,
.cf:after{
    content:"";
    display:table;
}

.cf:after{
    clear:both;
}

.line-p p{
  margin: 0;
  padding: 0;
  display: inline;
  line-height: inherit;
}

#page-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    width: 50px;
    height: 50px;
    padding: 20px 17px;
    z-index: 5;
    font-size: 13px;
    cursor: pointer;
    opacity: .6;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    background-color: #fff;
    display: none;
    -moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
}

#page-top:hover{
    opacity: .8;
}

.pct-row{
  padding: 50px 0;
}


#set-60.pct-row,
#set-90.pct-row{
  border-top: solid 1px #eee;
}

.pct-wrap{
    margin: 0 auto;
    max-width: 1036px;
    padding: 0 20px;
}

.pct-section{
  padding: 0 0 40px 0;
}

.pct-top{
  position: relative;
}

.ptab-wrap{
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: rgba(0,0,0,.8);
}

.ptab-wrap ul{
  display: table;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.ptab-wrap ul li{
  display: table-cell;
  font-size: 13px;
  line-height: 1.3;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 20%;
  max-width: 220px;
  color: #fff;
  padding: 15px;
  cursor: pointer;
}

.ptab-wrap ul li:hover,
.ptab-wrap ul li.pt-active{
  background-color: #fff;
}


.ptab-wrap ul li:hover,
.ptab-wrap ul li.pt-active{
  color: #6F5343;
}

.ttl-1{
  font-size: 25px;
  font-weight: bold;
  margin: 0 0 20px 0;
  line-height: 1.5;
}

.ttl-2{
  font-size: 19px;
  font-weight: bold;
  margin: 0 0 30px 0;
}

.ttl-3:before,
.ttl-3:after{
  content: "";
  width: 80px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  background-color: #6F5343;
}

.ttl-3:before{
  margin: 0 10px 0 0;
}

.ttl-3:after{
  margin: 0 0 0 10px;
}

.ttl-3{
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 20px 0;
}

.ttl-3 span{
  font-weight: normal;
}

.ttl-4 {
    background-color: #dbd4d0;
    border-radius: 15px;
    padding: 3px 10px;
    margin: 0 0 10px 0;
    font-size: 13px;
    font-weight: bold;
}

.ttl-5 {
    background-color: #fff;
    color: #6F5343;
    border-radius: 17px;
    padding: 3px 10px;
    margin: 0 auto 20px auto;
    font-size: 15px;
    max-width: 270px;
}


.en-sub-ttl {
    text-transform: uppercase;
    margin: 0 0 20px 0;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.3;
    font-family: "Nespresso Lucas Light";
}

.en-sub-ttl br{
  display: none;
}

.text-red{
  color: #C10000
}

.text-arrow{
  margin: 0 10px;
  font-size: 10px;
}

.text-sml{
  font-size: 11px;
  font-weight: bold;
}

.text-mdl{
  font-size: 17px;
  font-weight: bold;
}

.text-big{
  font-size: 18px;
  font-weight: bold;
}


.pct-cta{
  max-width: 250px;
  margin: 30px auto 0 auto;
}

.pct-btn-br{
  max-width: 280px;
  text-align: center;
  margin: 0 0 10px 0;
}


.br-cta-wrap a,
.pct-btn-br a,
.pct-cta a {
    display: block;
    line-height: 40px;
    padding: 0 10px;
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
}

.pct-cta a {
    background-color: #3d8705;
    color: #fff;
}

.br-cta-wrap a,
.pct-btn-br a {
  background-color: #6F5343;
  color: #fff;
}

.pct-cta-2{
  max-width: 280px;
  margin: 30px auto 0 auto;
}

#spr-shop-info-2 .pct-cta-2{
  max-width: 300px;
  margin: 30px auto 0 auto;
}


.pct-cta-2 a {
  display: block;
    background-color: transparent;
    color: #fff;
    border: solid 1px #fff;
    line-height: 40px;
    padding: 0 10px;
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
}


.br-cta-wrap a:after,
.pct-cta-2 a:after{
  content: "";
  width: 6px;
  height: 12px;
  background-image: url(../img/arrow-right-white.png);
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 100% auto;
  vertical-align: middle;
  margin: 0 0 0 7px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.br-cta-wrap a:hover:after,
.pct-cta-2 a:hover:after{
  margin: 0 0 0 12px;
}

.top-ttl{
  font-weight: bold;
  font-size: 46px;
  line-height: 1.3
}

.pct-hero-wrap{
  position: relative;
}

.pct-hero-text-sml{
  margin: 10px 0 0 0;
  font-size: 13px;
}

.pct-hero-period{
  font-size: 11px;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding: 3px 0;
}

.php-wrap{
  margin: 0 0 20px 0;
}

.en-txt{
  font-family: "Nespresso Lucas";
}

.text-date{
  font-size: 33px;
  vertical-align: middle;
  margin: 0 0 0 5px;
  font-family: "Nespresso Lucas Bold";
}

.pct-set-wrap{
  background-color: #EDE8E5;
  padding: 50px 30px;
  display: table;
  width: 100%;
  position: relative;
  margin: 80px auto 20px auto;
  max-width: 996px;
}

.set-label{
  position: absolute;
  margin: auto;
  top: -40px;
  width: 5em;
  left: 0;
  right: 0;
  font-size: 14px;
}

.set-label span{
  display: block;
  border-radius: 50%;
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 37px;
  text-align: center;
  background-color: #D6C4B9;
  margin: 5px auto 0 auto;
}

.set-ttl{
  background-color: #D6C4B9;
  border-radius: 15px;
  padding: 0 20px;
  line-height: 26px;
  display: inline-block;
  position: absolute;
  top: -13px;
  width: 90%;
  left: 0;
  right: 0;
  font-size: 14px;
  margin: auto;
}

.pct-set,
.pct-set-2{
  display: inline-block;
  vertical-align: top;
  position: relative;
  background-color: #fff;
  border: solid 1px #D6C4B9;
}

.pct-set,
.pct-set-2,
.pct-set-or{
  display: table-cell;
  vertical-align: middle;
}

.pct-set{
  width: 55%;
  padding: 40px 30px 30px 30px;
}

.pct-set ul li{
  width: 22%;
  display: inline-block;
  vertical-align: top;
  font-size: 10px;
  padding: 5px 0;
  line-height: 1.2;
}

.pct-set ul li img{
  display: block;
  margin: 0 auto 7px auto;
  max-width: 50px;
}

#set-90 .pct-set ul li {
    width: 19%;
}

.pct-set-2{
  width: 35%;
  padding: 30px 0;
}

.pct-set-2 img{
  max-width: 200px;
  width: 80%;
  margin: 0 auto;
}

.pct-set-2 a{
  color: #6F5343;
  margin: 30px 0 0 0;
  text-decoration: underline;
}

.pct-set-2 a:after{
  content: "";
  width: 7px;
  height: 12px;
  background-image: url(../img/arrow-right.png);
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 100% auto;
  vertical-align: middle;
  margin: 0 0 0 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pct-set-2 a:hover:after{
  margin: 0 0 0 8px;
} 

.pct-set-or{
  width: 10%;
  font-size: 16px;
}

.note{
  margin: 10px 0 0 0;
  font-size: 11px;
  line-height: 1.2
}

.note-2{
  margin: 5px 0 0 0;
  font-size: 12px;
  line-height: 1.3;
}

.note-3{
  font-size: 11px;
  line-height: 1.3;
  font-weight: normal;
}

.note-4{
  font-size: 11px;
  font-weight: normal;
  text-align: left;
}

.note-5{
  font-size: 11px;
  font-weight: normal;
  display: block;
  margin: 0 0 2px 0;
}

/*Carousel*/
.slick-slide {
    height: auto;
}

.machine-carousel{
    margin: 30px 0 0 0;
}

.machine-carousel img{
  margin: auto;
  max-width: 250px;
}

.machine-carousel .cls-arrow{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: .5;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.machine-carousel .cls-arrow:hover{
    opacity: .8
}

.machine-carousel .cls-arrow-prev{
    background-image: url(../img/arrow-left.png);
    left: 0;
}

.machine-carousel .cls-arrow-next{
    background-image: url(../img/arrow-right.png);
    right: 0;
}

.machine-carousel li{
    padding: 0 10px 10px 10px;
}

.mc-name{
  font-weight: bold;
  margin: 10px 0 0 0;
  min-height: 2.4em;
  line-height: 1.2;
  font-size: 14px;
}

.mc-price{
    font-size: 14px;
}

.mc-detail {
    margin: 20px 0 0 0;
}

.mc-detail a {
    text-decoration: none;
    background-color: #238200;
    color: #fff;
    padding: 0 20px;
    font-size: 13px;
    line-height: 32px;
    display: inline-block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.3)
}

.mc-detail a:hover{
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.3);
}

.bd-bottom{
  border-bottom: solid 1px #eee;
}

.footer{
  position: relative;
  overflow: hidden;
  border-top: solid 1px #eee;
}

.ft-top{
  position: relative;
}

.ftt-detail{
  width: 50%;
  float: right;
  padding: 50px 0;
}

img.icon-phone {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 16px;
    vertical-align: top;
    padding: 8px 0 0 0;
}

.tb,
.mb{
  display: none!important;
}


ul.list-disc{
    padding: 5px 0 5px 1.5em;
    margin: 0 0 30px 0;
}

ul.list-disc li:before{
    content: "●";
    width: 1em;
    display: inline-block;
    margin: 0 .5em 0 -1.5em;
}

ul.list-circle{
    padding: 5px 0 5px 1em;
    margin: 30px 0 0 0;
    font-size: 11px;
    text-align: left;
}

ul.list-circle li:before{
    content: "・";
    width: 1em;
    display: inline-block;
    margin: 0 0 0 -1em;
}

ul.list-circle.para-center{
  text-align: center;
  margin: 5px 0 0 0;
}

.ft-bottom{
  background-color: #EBEBEB;
  font-size: 12px;
  text-align: left;
  padding: 40px 0;
  color: #000;
}

.pb-none{
  padding-bottom: 0;
}

/*Boutique*/
#spr-shop-info-1{
  background-image: url(../img/bg-1.jpg);
}

#spr-shop-info-2{
  background-image: url(../img/bg-2.jpg);
}


.si-section{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  font-size: 18px;
  padding: 80px 0;
}

.pct-tab-item{
  display: none;
}

#spr-home.pct-tab-item{
  display: block;
}

.indent-minus{
  margin: 0 0 0 -1.3em;
}

/*Online Coupon*/
.pct-card-wrap{
  display: table;
}

.pct-card,
.pct-card-arrow{
  display: table-cell;
  vertical-align: top;
}

.pct-card{
  width: 30%;
  text-align: left;
  border: solid 1px #eee;
}

.pct-card ul.list-disc{
    margin: 0;
}

.pct-card-arrow{
  width: 5%;
}

.pctc-head{
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  padding: 5px 15px;
  height: 34px;
}

.pctc-head span{
  font-size: 20px;
}

.pch-name{
  float: right;
  font-weight: normal;
}

.pctc-mid{
  background-color: #d4cbc6;
  padding: 15px;
  color: #3E2B1F;
  height: 8em;
  position: relative;
}

.pct-mid-inner{
  display:block;
  position:absolute;
  width: 100%;
  padding: 0 15px;
  left: 0;
  top:50%;
  transform:translate(0,-50%);
  -webkit-transform:translate(0,-50%);
  -moz-transform:translate(0,-50%);
  -ms-transform:translate(0,-50%);
  -o-transform:translate(0,-50%);
}

.pctc-bottom{
  padding: 15px;
  font-weight: bold;
}

.pct-card .ta-right{
  margin: 5px 0 0 0;
}

.ta-right{
  text-align: right;
}

.pct-card-arrow{
  position: relative;
}

.pctc-arrow{
  display:block;
  position:absolute;
  top:50%;
  left:50%;
  transform:translateX(-50%) translateY(-50%);
  -webkit-transform:translateX(-50%) translateY(-50%);
  -moz-transform:translateX(-50%) translateY(-50%);
  -ms-transform:translateX(-50%) translateY(-50%);
  -o-transform:translateX(-50%) translateY(-50%);
   transform: translateX(-50%) translateY(-50%);
}

@media all and (-ms-high-contrast: none){
  .pctc-arrow{
    padding-top: 230px;
  }
}

.br-cta-wrap{
  margin: 40px 0;
}

.br-cta-wrap a{
  width: 280px;
  display: inline-block;
  margin: 0 10px;
}

.pct-top{
  line-height: 2;
}

.pct-hero-text-wrap{
  line-height: 1.7;
}

.pct-hero-text span{
  font-weight: bold;
  font-size: 15px;
}

@media (min-width: 601px){

}

@media (min-width: 801px){
.ftt-bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-image: url(../img/bg-creatista.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index:0;
  background-position: center center;
  display: block;
}

.ftt-bg:before{
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 1px;
  top: 0;
  content: "";
  background-image: url(../img/bg-gradation.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
  z-index: 10;
}

.pct-hero-text-wrap{
  text-align: left;
  color: #fff;
  display:block;
  position:absolute;
  width: 60%;
  left: 20px;
  top: 40%;
  transform:translate(0,-50%);
  -webkit-transform:translate(0,-50%);
  -moz-transform:translate(0,-50%);
  -ms-transform:translate(0,-50%);
  -o-transform:translate(0,-50%);
}

}

@media (min-width: 1040px){
.pct-hero-wrap .pct-wrap{
  display:block;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  width: 1036px;
  height: 100%;
  padding: 0 20px;
}

.pct-hero-text-wrap{
  width: 50%;
}

}


@media (max-width: 1000px){
.pct-top p{
  display: inline;
}

.pct-set-2 {
    width: 37%;
}

.pct-set-or {
    width: 8%;
}

.set-ttl{
  font-size: 13px;
}

.pct-set {
    width: 55%;
    padding: 30px 10px;
}

.pct-set ul li img {
    max-width: 40px;
}

.pct-set ul li {
    width: 23%;
}

#set-90 .pct-set ul li {
    width: 18%;
}

.pct-btn-br a{
    padding: 0 5px;
    font-size: 11px;
    letter-spacing: -1px;
}

.top-ttl {
    font-size: 30px;
}

}


@media (max-width: 800px){

.ttl-3{
  font-size: 14px;
}

.ttl-3:before,
.ttl-3:after {
    width: 12px;
}

.ttl-4{
  max-width: 400px;
  margin: 0 auto 10px auto;
}

.en-sub-ttl br{
  display: block;
}

.ptab-wrap ul li{
  font-size: 10px;
  border-right: solid 1px #666;
}

.ptab-wrap ul li:last-child{
  border-right: none;
}

.pct-set-wrap,
.pct-set,
.pct-set-2,
.pct-set-or {
    display: block;
    width: 100%;
}

.pct-set-2{
  margin: 40px 0 0 0;
}
.pct-set-or{
  margin: 20px 0 0 0;
}

.pct-set ul li{
  padding: 0 5px;
}

.pct-set ul li img {
    max-width: 60px;
}

.tb{
  display: block!important;
}


.ptab-wrap li {
    color: #fff;
    padding: 15px 6px;
}

.nobr{
  display: block;
}


.ftt-detail {
    width: 100%;
    float: none;
    padding: 0;
}

.footer{
  padding: 40px 0 0 0;
}


.ftt-bg{
  margin: 0 -20px;
  padding: 0;
}

.pct-card-arrow{
  display: none;
}


.pct-card {
    width: 100%;
    display: block;
    margin: 0 0 20px 0;
}

.pct-card-wrap{
  display: block;
}

.br-cta-wrap a {
    width: 245px;
    font-size: 12px;
}

.pct-btn-br a{
    padding: 0 10px;
    font-size: 13px;
    letter-spacing: 0;
}

.pct-hero-text span{
  font-weight: normal;
}

.pct-hero-text-sml{
  display: none;
}

.pct-hero-wrap{
  background-color: #000;
  padding: 0 0 100px 0;
}

.pct-hero-text-wrap{
  color: #fff;
}



}



@media (max-width: 600px){
.pct-wrap{
    padding: 0 10px;
}

.pct-hero-text span br{
  display: none;
}

.text-mdl {
    font-size: 13px;
}

.en-sub-ttl {
    margin: 5px 0 20px 0;
    font-size: 15px;
}

.text-date {
    font-size: 23px;
}


.ptab-wrap ul li{
  font-size: 2.5vw;
}

.line-p p{
  display: block;
}


.line-pre p{
  display: inline;
}

.ttl-1 {
    font-size: 23px;
}

.ttl-2{
  font-size: 16px;
}

.ttl-4{
  font-size: 12px;
}

.pct-set-wrap {
    padding: 50px 15px 40px 15px;
}

.set-ttl{
  line-height: 1.5;
  padding: 7px 20px;
  border-radius: 28px;
}

.pct-set ul li {
  width: 30%!important;
  padding: 10px 0;
}

.pct-set{
  padding: 50px 10px 30px 10px;
}

.pct-set-2 {
    padding: 50px 0 30px 0;
}

.pct-set-2 a {
    margin: 30px 0 0 0;
}

.pct-set ul li img {
    max-width: 50px;
}

.set-ttl {
    top: -23px;
}

.pct-set-2 .set-ttl {
    top: -13px;
}

img.icon-phone {
    padding: 3px 0 0 0;
}

.pct-cta a{
  line-height: 36px;
}

.br-cta-wrap a {
   display: block;
   margin: 20px auto 0 auto;
}

.si-section{
  padding: 40px 0;
}

#spr-boutique .si-section{
  padding: 80px 0;
}


}


@media (max-width: 480px){

.pct-btn-br{
  max-width: 100%;
  width: 100%;
}

.ptab-wrap ul li {
    padding: 15px 10px;
}

}



</pre></body></html>