<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 Light';
  font-weight: 100;
  src: url('fonts/Nespresso-Light.eot'); 
  src: url('fonts/Nespresso-Light.eot?#iefix') format('embedded-opentype'), 
       url('fonts/Nespresso-Light.woff2') format('woff2'), 
       url('fonts/Nespresso-Light.woff') format('woff'), 
       url('fonts/Nespresso-Light.ttf')  format('truetype'), 
       url('fonts/Nespresso-Light.svg#Nespresso-Light') format('svg'); 

}


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

}


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

}


.page-contents{
    background-color: #ffffff;
    color: #000;
    font-family: 'Nespresso',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","meiryo","メイリオ", "Century Gothic", Arial, Helvetica, "ms pgothic","ms pゴシック",sans-serif;
    line-height: 1.5;
    font-size: 15px;
}

/*Common*/
.page-contents{
    text-align: center;
    color: #231815;
    font-size: 16px;
    font-weight: bold;
}

.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 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;
}

.note-3 a,
.page-contents p a{
    display: inline-block;
    color: #b07d3a;
}


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

.pct-wrap {
    margin: 0 auto;
    max-width: 996px;
    position: relative;
}

#page-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    width: 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: #000;
    display: none;
}

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

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

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

.ttl-1 span{
    font-size: 20px;
}

.ttl-2{
    background-image: url(https://www.nespresso.com/shared_res/mos/free_html/jp/shokai2018/img/ttl-bg.png);
    background-size: 100% auto;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 5px;
    margin: 0 0 30px 0;
}

.ttl-2 span{
    font-size: 23px;
    display: inline-block;
    margin: 0 0 0 5px;
}

.ttl-3{
    color: #665a43;
    font-weight: bold;
    margin: 40px 0 10px 0;
}

.ttl-4{
    background-color: #be0031;
    color: #fff;
    padding: 5px;
    font-size: 14px;
    margin: 40px 0 15px 0;
}

.ttl-5{
    color: #665a43;
    font-size: 14px;
    margin: 0 0 20px 0;
}

.line p{
    display: block;
}

.pct-sml{
    font-size: 13px;
}

.pct-big{
    font-size: 20px;
    letter-spacing: 1.5;
}

.pct-large{
    font-size: 22px;
}

.text-red{
    color: #be0031;
}

.text-para{
    margin: 5px 0;
}

.note{
    font-size: 12px;
}

.note-2{
    font-weight: normal;
    font-size: 10px;
    margin: 10px 0 0 0;
}

.note-3{
    font-weight: normal;
    font-size: 10px;
    margin: 30px 0 0 0;
    text-align: left;
}

.note-3 ul{
    padding: 5px 0 5px 1.5em;
}

.note-3 ul li:before{
    content: "※";
    width: 1em;
    display: inline-block;
    margin: 0 .5em 0 -1.5em;
}

.pct-cta a{
    margin: 30px auto;
    width: 240px;
    display: block;
    background-color: #3d8705;
    color: #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)
}

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


/*Hero*/

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

.pct-hero-text{
    color: #fff;
    position: absolute;
    font-size: 38px;
    font-weight: bold;
    text-align: left;
}

.pct-hero-date{
    font-size: 16px;
    letter-spacing: 1px;
    margin: 10px 0 0 0;
}

.pct-hero-date span{
    font-size: 23px;
}

.pct-hero-date br{
    display: none;
}

.pct-hero-logo{
    width: 200px;
    margin: 0 0 20px 0;
}

.page-contents img.pct-hero-logo-mb{
    display: none;
}


/*Top*/

.pct-label-wrap{
    margin: 30px 0 0 0;
}

.pct-label{
    display: inline-block;
    background-color: #f1ecdc;
    padding: 10px;
    margin: 0 10px;
    width: 300px;
    position: relative;
}

.pct-label-inner{
    padding: 15px;
    color: #665a43;
    border: solid 1px #665a43;
    background-color: #fff;
}

.pct-label:after{
    content: "";
    background-image: url(https://www.nespresso.com/shared_res/mos/free_html/jp/shokai2018/img/label-ribbon.png);
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
}

/*Step 1*/

.mc-name{
    margin: 0 0 5px 0;
    font-size: 15px;
    min-height: 3em;
}

.mc-color{
    font-size: 12px;
}

.mc-color span{
    width: 16px;
    height: 16px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    border: solid 1px #b6b6b6;
    display: inline-block;
    vertical-align: top;
}

.mccl-white{
    background-color: #fff;
}

.mccl-red{
    background-color: #e60012;
}

.mccl-green{
    background-color: #327538;
}

.mccl-grey{
    background-color: #7e7e80;
}

.mccl-black{
    background-color: #000;
}

.mccl-limegreen{
    background-color: #d2e15f;
}

.mccl-silver{
    background-color: #dbdbdb;
}

.mccl-titan{
    background-color: #494949;
}

.mccl-swhite{
    background-color: #efedea;
}

.mccl-mbrown{
    background-color: #6e6e6e;
}

.mc-price{
    font-size: 12px;
    margin: 10px 0 0 0;
}

.mc-price-a{
    color: #be0031;
    line-height: 1;
}

.mc-price-a span{
    font-size: 20px;
}

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

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

.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(https://www.nespresso.com/shared_res/mos/free_html/jp/shokai2018/img/arrow-left.png);
    left: 0;
}

.machine-carousel .cls-arrow-next{
    background-image: url(https://www.nespresso.com/shared_res/mos/free_html/jp/shokai2018/img/arrow-right.png);
    right: 0;
}


.pct-register-list{
    margin: 0 0 30px 0;
}

.pct-register-list ul {
  counter-reset: pct-counter;
  list-style: none;
  padding: 0;
}

.pct-register-list ul li{
    width: 22.75%;
    float: left;
    font-size: 13px;
    padding: 15px;
    position: relative;
    border: solid 1px #665a43;
    margin: 0 3% 0 0;
    color: #665a43;
}

.pct-register-list ul li:last-child{
    margin: 0;
}

.pct-register-list ul li:before {
    content: counter(pct-counter);
    counter-increment: pct-counter;
    color: #665a43;
    display: block;
    line-height: 18px;
    margin: 0 auto 20px auto;
    text-align: center;
    font-size: 24px;
}

.pct-register-list ul li:after{
    content: "\25b6";
    position: absolute;
    top: 40%;
    right: -10%;
    font-size: 12px;
}

.pct-register-list ul li:last-child:after{
    display: none;
}

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

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

.mc-detail a {
    text-decoration: none;
    background-color: #238200;
    color: #fff;
    padding: 0 20px;
    font-size: 11px;
    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);
}


/*Step 2*/
.blk-underline{
    position: relative;
}

.blk-underline:after{
    content: "";
    height: 2px;
    left: 0;
    bottom: -2px;
    width: 100%;
    position: absolute;
    background-color: #000;
}

.tb{
    display: none;
}

.line-pp p{
    display: inline-block;
}

@media (min-width: 801px){
.pct-hero-text{
    top:50%;
    left:10%;
    transform:translate(0%,-50%);
    -webkit-transform:translate(0%,-50%);
    -moz-transform:translate(0%,-50%);
    -ms-transform:translate(0%,-50%);
    -o-transform:translate(0%,-50%);
    text-shadow: -2px 0px 3px rgba(0,0,0,.6);
    -webkit-text-shadow: -2px 0px 3px rgba(0,0,0,.6);
    -moz-text-shadow: -2px 0px 3px rgba(0,0,0,.6);
    -o-text-shadow: -2px 0px 3px rgba(0,0,0,.6);
}
}

@media (max-width: 1000px){
.pct-hero-text{
    left: 40px;
}

}


@media (max-width: 800px){
.page-contents img.pct-hero-logo-pc{
    display: none;
}

.page-contents img.pct-hero-logo-mb{
    display: block;
}

.pct-hero-logo{
    width: 160px;
    margin: 0 auto 10px auto;
}

.pct-label{
    padding: 5px;
    margin: 0 3px;
    width: 270px;
}

.pct-label-inner {
    padding: 11px;
}

.pct-label:after {
    width: 30px;
    height: 30px;
}

.pct-hero-text{
    position: static;
    display: block;
    font-size: 22px;
    padding: 20px 10px;
    background-color: #f1ecdc;
    color: #231815;
    text-align: center;
}

.pct-hero-date{
    font-size: 14px;
    letter-spacing: 0;
}

.pct-hero-date span{
    font-size: 17px;
}

.pct-hero-date:before{
    content: "";
    height: 1px;
    width: 30px;
    margin: 10px auto;
    display: block;
    background-color: #231815;
}


.pct-register-list ul li:after{
    content: none;
}

.pc{
    display: none;
}

.tb{
    display: inline-block;
}

}


@media (max-width: 800px) and (min-width: 601px){
.pct-hero-text br{
    display: none;
}
}

@media (max-width: 600px){

.pct-label{
    display: block;
    margin: 15px auto 0 auto;
}

.pct-hero-date{
    font-size: 11px;
}

.pct-hero-date span{
    font-size: 13px;
}

.pct-register-list ul{
    display: inline-block;
}

.pct-register-list ul li{
    border: none; 
    float: none;
    width: 100%;
    text-align: left;
    padding: 0 0 1em 0;
}

.pct-register-list ul li:last-child{
    padding: 0;
}

.pct-register-list ul li:before {
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 11px;
    background-color: #665a43;
    color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    line-height: 18px;
}

.page-contents{
    font-size: 14px;
}

.pct-sml{
    font-size: 11px;
}

.pct-big{
    font-size: 16px;
}

.line-p p{
    display: inline-block;
}

.line-pp p{
    display: block;
}

.line-pp br{
    display: none;
}

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