@charset "UTF-8";
/* Break Point -> smartphone first!

0px                    768px              996px
|-------- sp ---------|--- tab(PC表示) ---|--- pc ----

*/
/* Font Size [vw -> px]

|-- sp --|- tab -|- pc -|

2.6vw  =  1.3vw   = 10px
2.93vw =          = 11px
3.2vw  =  1.56vw  = 12px
3.47vw =  1.7vw   = 13px
3.73vw =  1.824vw = 14px
4vw    =  1.96vw  = 15px
4.27vw =  2.086vw = 16px
4.53vw =          = 17px
4.65vw =          = 17.5px
4.8vw  =          = 18px
4.935vw=          = 18.5px
5.08vw =          = 19px
5.32vw =          = 20px
5.6vw  =          = 21px
5.87vw =          = 22px
6.15vw =          = 23px
6.4vw  =          = 24px
6.67vw =          = 25px
       =  3.5vw   = 27px
*/
/*---- Font ----*/
/* google fonts noto sans jp 

usage:
font-family: 'Noto Sans JP', sans-serif;

300: light
400: regular
500: medium
700: bold
900: black
*/
/*---- Font ----*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@font-face {
  font-display: swap;
  font-family: 'NespressoLucas-Light';
  font-style: normal;
  font-weight: 300;
  src: url(https://www.nespresso.com/_ui/fonts/Nespresso_Lucas/Light/NespressoLucas-Light.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: 'NespressoLucas-Regular';
  font-style: normal;
  font-weight: 400;
  src: url(https://www.nespresso.com/_ui/fonts/Nespresso_Lucas/Regular/NespressoLucas-Regular.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: 'NespressoLucas-Med';
  font-style: normal;
  font-weight: 500;
  src: url(https://www.nespresso.com/_ui/fonts/Nespresso_Lucas/Med/NespressoLucas-Med.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: 'NespressoLucas-SemiBd';
  font-style: normal;
  font-weight: 600;
  src: url(https://www.nespresso.com/_ui/fonts/Nespresso_Lucas/SemiBd/NespressoLucas-SemiBd.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: 'NespressoLucas-Bold';
  font-style: normal;
  font-weight: 700;
  src: url(https://www.nespresso.com/_ui/fonts/Nespresso_Lucas/Bold/NespressoLucas-Bold.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: 'NespressoLucas-XtraBd';
  font-style: normal;
  font-weight: 800;
  src: url(https://www.nespresso.com/_ui/fonts/Nespresso_Lucas/XtraBd/NespressoLucas-XtraBd.woff) format("woff");
}

/*====================================================================
	00: COFFEE AMBASSADOR --- COMMON
====================================================================*/
/*------------------------------------------
	STYLE
------------------------------------------*/
#coff-amb {
  width: 100%;
  overflow-x: hidden;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 3.73vw;
  line-height: 1;
  color: #000;
  background-color: #fff;
  /*---- Font ----*/
  /*---- Container ----*/
  /*---- Button ----*/
  /*------------------------------------------
	MENU
  ------------------------------------------*/
  /*------------------------------------------
	HERO
  ------------------------------------------*/
  /*------------------------------------------
	CONTENT
  ------------------------------------------*/
  /*------------------------------------------
	RECOMMENDED CAPSULES
  ------------------------------------------*/
  /*------------------------------------------
	CAPSULES
  ------------------------------------------*/
  /*------------------------------------------
	ADD TO BAG 
  ------------------------------------------*/
  /*------------------------------------------
	RECIPE
  ------------------------------------------*/
  /*------------------------------------------
	PAIRING
  ------------------------------------------*/
  /*------------------------------------------
	MOVIE modal
  ------------------------------------------*/
  /* MODAL */
  /*------------------------------------------
	
  ------------------------------------------*/
  /*--- GOLDEN LATTE page ---*/
  /*--- CARAFE Page ---*/
  /*--- Solelio Page ---*/
  /*--- RECYCEL PROGRAM Page ---*/
  /*--- NICARAGUA Page ---*/
  /*--- ETHIOPIA Page ---*/
  /*--- COLOMBIA Page ---*/
  /*--- COFFEE UNIVERSITY PROGRAM Page ---*/
  /*------------------------------------------
	SLICK used in the articles
  ------------------------------------------*/
  /*------------------------------------------
	TRIVIA
  ------------------------------------------*/
  /*------------------------------------------
	CONTENT FOOTER
  ------------------------------------------*/
  /*------------------------------------------
	PAGINATION
  ------------------------------------------*/
  /*------------------------------------------
	RELATED
  ------------------------------------------*/
  /*------------------------------------------
	BACK TO TOP
  ------------------------------------------*/
  /*------------------------------------------
	ABOUT 
  ------------------------------------------*/
  /*------------------------------------------
	COLUMN-recommend
  ------------------------------------------*/
}

#coff-amb *:focus {
  outline: none;
}

@media screen and (min-width: 768px) {
  #coff-amb {
    font-size: 1.7vw;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb {
    font-size: 14px;
  }
}

#coff-amb img, #coff-amb picture {
  width: 100%;
  height: auto;
}

#coff-amb em {
  font-style: normal;
}

#coff-amb a {
  -webkit-transition: opacity 0.9s;
  transition: opacity 0.9s;
}

#coff-amb a:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

#coff-amb .lineclamp2 {
  display: inline;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 0;
}

#coff-amb .lineclamp2 em {
  display: inline;
}

#coff-amb .lineclamp2.lineclamp2_refresh {
  max-height: 0em;
}

@media screen and (max-width: 767px) {
  #coff-amb .sp {
    display: block;
  }
  #coff-amb .tb, #coff-amb .pc {
    display: none;
  }
  #coff-amb .tb.pc {
    display: none;
  }
  #coff-amb .inline-tb {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 995px) {
  #coff-amb .tb {
    display: block;
  }
  #coff-amb .sp, #coff-amb .pc {
    display: none;
  }
  #coff-amb .tb.pc {
    display: block;
  }
  #coff-amb .inline-tb {
    display: inline;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .pc {
    display: block;
  }
  #coff-amb .sp, #coff-amb .tb {
    display: none;
  }
  #coff-amb .tb.pc {
    display: block;
  }
}

#coff-amb .nmb {
  margin-bottom: 0 !important;
}

#coff-amb .en-light {
  font-family: 'NespressoLucas-Light', sans-serif;
}

#coff-amb .en-semibold {
  font-family: 'NespressoLucas-SemiBd', sans-serif;
}

#coff-amb .en-mid {
  font-family: 'NespressoLucas-Med', sans-serif;
}

#coff-amb .en-bold {
  font-family: 'NespressoLucas-Bold', sans-serif;
}

@media screen and (min-width: 996px) {
  #coff-amb article {
    min-width: 1000px;
  }
}

#coff-amb .inner {
  width: 100%;
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  #coff-amb .inner {
    padding: 0 40px;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .inner {
    width: 1000px;
    padding: 0 98px;
    margin: 0 auto;
  }
}

#coff-amb .pagetop {
  padding-top: 40px;
}

@media screen and (min-width: 996px) {
  #coff-amb .pagetop {
    padding-top: 55px;
  }
}

#coff-amb .btn a {
  background-color: #686E48;
  color: #fff;
  line-height: 1.5;
  display: block;
  margin: auto;
  width: 66%;
  font-size: 3.47vw;
  border-radius: 4px;
  padding: 3.3333% 0;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 996px) {
  #coff-amb .btn a {
    font-size: 20px;
    width: 40%;
    padding: 16px 0;
  }
}

#coff-amb .coff-amb_header {
  width: 100%;
  position: absolute;
  padding: 5px 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: 'NespressoLucas-Regular', sans-serif;
  letter-spacing: 0.038em;
  font-size: 13.5px;
  color: black;
}

@media screen and (min-width: 768px) {
  #coff-amb .coff-amb_header {
    font-size: 2.2vw;
    padding: 1vw 2.4vw 0;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .coff-amb_header {
    width: 1100px;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 33px 50px 0;
    font-size: 16px;
  }
}

#coff-amb .coff-amb_header .sitetop {
  color: white;
  line-height: 1em;
  display: block;
  padding: 12px 0;
  z-index: 100;
}

@media screen and (min-width: 996px) {
  #coff-amb .coff-amb_header .sitetop {
    padding: 2px 0;
  }
}

#coff-amb .coff-amb_header .btn_menu {
  color: white;
  display: block;
  font-family: 'NespressoLucas-Med', sans-serif;
  background-color: transparent;
  border: none;
  line-height: 1em;
  padding: 9px 0;
  letter-spacing: 0.038em;
  z-index: 100;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  #coff-amb .coff-amb_header .btn_menu {
    font-size: 2.2vw;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .coff-amb_header .btn_menu {
    display: none;
  }
}

#coff-amb .coff-amb_header .menu {
  z-index: 100;
  top: 0;
  right: -100vw;
  background-color: white;
  position: fixed;
  display: block;
  visibility: hidden;
  opacity: 0;
  width: 54%;
  height: 60vh;
}

@media screen and (min-width: 768px) {
  #coff-amb .coff-amb_header .menu {
    width: 35%;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .coff-amb_header .menu {
    color: white;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    height: auto;
    position: relative;
    top: unset;
    right: unset;
    background-color: transparent;
  }
}

#coff-amb .coff-amb_header .menu.is-open {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
  padding-top: 100px;
  margin: 0;
}

#coff-amb .coff-amb_header .menu li {
  font-family: 'NespressoLucas-Med', sans-serif;
  font-size: 16.5px;
  line-height: 1em;
  letter-spacing: 0.1em;
  padding: 4px 0 4px 20px;
  margin: 0 0 30px 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  #coff-amb .coff-amb_header .menu li {
    font-size: 2.4vw;
    margin: 0 0 40px 0;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .coff-amb_header .menu li {
    font-size: 16px;
    margin: 0 0 0px 0;
    padding: 0px 13px;
    line-height: 1em;
  }
  #coff-amb .coff-amb_header .menu li::after {
    content: "";
    position: absolute;
    display: block;
    height: 0.8em;
    width: 1px;
    border-right: 1px solid white;
    top: 0;
    right: 0;
  }
  #coff-amb .coff-amb_header .menu li:last-child {
    padding-right: 0;
  }
  #coff-amb .coff-amb_header .menu li:last-child::after {
    display: none;
  }
}

#coff-amb .coff-amb_header .menu li.close {
  margin-bottom: 30px;
  padding: 6px 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (min-width: 996px) {
  #coff-amb .coff-amb_header .menu li.close {
    display: none;
  }
}

#coff-amb .coff-amb_header .menu li.close button {
  padding: 10px;
  width: 38px;
  height: 38px;
  background-color: transparent;
  border: none;
}

#coff-amb .coff-amb_header .menu li.close button img {
  width: 100%;
}

@media screen and (min-width: 996px) {
  #coff-amb .coff-amb_header .menu li.close {
    display: none;
  }
}

#coff-amb .coff-amb_header .menu li a {
  display: inline-block;
  width: auto;
  margin: 0 auto 0 0;
  border-bottom: 1px solid #aa896a;
}

#coff-amb .coff-amb_header .menu li a.insta {
  border: none;
  width: 22px;
  height: 22px;
  display: block;
  background-image: url(/shared_res/mos/free_html/jp/coff-amb/img/common/sns_insta_blk.svg);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}

@media screen and (min-width: 996px) {
  #coff-amb .coff-amb_header .menu li a.insta {
    background-image: url(/shared_res/mos/free_html/jp/coff-amb/img/common/sns_insta_wh.svg);
    width: 16px;
    height: 18px;
    background-position: center 0px;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .coff-amb_header .menu li a {
    border: none;
  }
}

#coff-amb .coff-amb_header .sitetop li::after, #coff-amb .coff-amb_header .btn_menu li::after, #coff-amb .coff-amb_header .menu li::after {
  -webkit-transition: all 1.8s;
  transition: all 1.8s;
}

#coff-amb .coff-amb_header .sitetop .insta, #coff-amb .coff-amb_header .btn_menu .insta, #coff-amb .coff-amb_header .menu .insta {
  -webkit-transition: all 1.8s;
  transition: all 1.8s;
}

#coff-amb .coff-amb_header.blk .sitetop, #coff-amb .coff-amb_header.blk .btn_menu, #coff-amb .coff-amb_header.blk .menu {
  color: black;
}

#coff-amb .coff-amb_header.blk .sitetop li::after, #coff-amb .coff-amb_header.blk .btn_menu li::after, #coff-amb .coff-amb_header.blk .menu li::after {
  border-right: 1px solid black;
  -webkit-transition: all 1.8s;
  transition: all 1.8s;
}

#coff-amb .coff-amb_header.blk .sitetop .insta, #coff-amb .coff-amb_header.blk .btn_menu .insta, #coff-amb .coff-amb_header.blk .menu .insta {
  -webkit-transition: all 1.8s;
  transition: all 1.8s;
  background-image: url(/shared_res/mos/free_html/jp/coff-amb/img/common/sns_insta_blk.svg);
}

#coff-amb .coff-amb_header.sp-blk .sitetop, #coff-amb .coff-amb_header.sp-blk .btn_menu, #coff-amb .coff-amb_header.sp-blk .menu {
  color: black;
}

#coff-amb .coff-amb_header.sp-blk .sitetop li::after, #coff-amb .coff-amb_header.sp-blk .btn_menu li::after, #coff-amb .coff-amb_header.sp-blk .menu li::after {
  border-right: 1px solid black;
  -webkit-transition: all 1.8s;
  transition: all 1.8s;
}

#coff-amb .coff-amb_header.sp-blk .sitetop .insta, #coff-amb .coff-amb_header.sp-blk .btn_menu .insta, #coff-amb .coff-amb_header.sp-blk .menu .insta {
  -webkit-transition: all 1.8s;
  transition: all 1.8s;
  background-image: url(/shared_res/mos/free_html/jp/coff-amb/img/common/sns_insta_blk.svg);
}

@media screen and (min-width: 996px) {
  #coff-amb .coff-amb_header.sp-blk .sitetop, #coff-amb .coff-amb_header.sp-blk .btn_menu, #coff-amb .coff-amb_header.sp-blk .menu {
    color: white;
  }
  #coff-amb .coff-amb_header.sp-blk .sitetop li::after, #coff-amb .coff-amb_header.sp-blk .btn_menu li::after, #coff-amb .coff-amb_header.sp-blk .menu li::after {
    border-right: 1px solid white;
    -webkit-transition: all 1.8s;
    transition: all 1.8s;
  }
  #coff-amb .coff-amb_header.sp-blk .sitetop .insta, #coff-amb .coff-amb_header.sp-blk .btn_menu .insta, #coff-amb .coff-amb_header.sp-blk .menu .insta {
    -webkit-transition: all 1.8s;
    transition: all 1.8s;
    background-image: url(/shared_res/mos/free_html/jp/coff-amb/img/common/sns_insta_wh.svg);
  }
}

#coff-amb .hero .kv {
  position: relative;
}

#coff-amb .hero .kv .kv_slider {
  margin: 0;
  padding: 0;
}

#coff-amb .hero .kv picture img {
  display: block;
  aspect-ratio: 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 996px) {
  #coff-amb .hero .kv picture img {
    aspect-ratio: 2796 / 1380;
  }
}

@media screen and (min-width: 1920px) {
  #coff-amb .hero .kv picture img {
    max-height: 948px;
    width: 100%;
    aspect-ratio: unset;
  }
}

#coff-amb .hero .kv .cap_tex {
  position: absolute;
  bottom: 1em;
  right: 0.5em;
  font-size: 2.2vw;
}

@media screen and (min-width: 768px) {
  #coff-amb .hero .kv .cap_tex {
    font-size: 8px;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .hero .kv .cap_tex {
    bottom: 10px;
    right: 18px;
    font-size: 8px;
  }
}

#coff-amb .hero .kv .cap_tex em {
  font-weight: 700;
}

#coff-amb .hero .kv .cap_tex.wht {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}

#coff-amb .content, #coff-amb .related {
  margin-bottom: 50px;
}

#coff-amb .content .category, #coff-amb .related .category {
  font-family: 'NespressoLucas-XtraBd' , sans-serif;
  font-size: 15px;
  letter-spacing: 0.0025em;
  color: #997a5d;
  margin-bottom: 5px;
  line-height: 1em;
}

@media screen and (min-width: 768px) {
  #coff-amb .content .category, #coff-amb .related .category {
    font-size: 2.6vw;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .content .category, #coff-amb .related .category {
    font-size: 22.5px;
    margin-bottom: 8px;
  }
}

#coff-amb .content .date, #coff-amb .related .date {
  font-family: 'NespressoLucas-Med', sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  margin-bottom: 20px;
  line-height: 1em;
}

@media screen and (min-width: 768px) {
  #coff-amb .content .date, #coff-amb .related .date {
    font-size: 2.6vw;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .content .date, #coff-amb .related .date {
    font-size: 22.5px;
    margin-bottom: 40px;
  }
}

#coff-amb .content h1, #coff-amb .related h1 {
  font-size: 20px;
  letter-spacing: 0.0075em;
  font-weight: 500;
  line-height: 1.5em;
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  #coff-amb .content h1, #coff-amb .related h1 {
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .content h1, #coff-amb .related h1 {
    font-size: 30px;
    margin-bottom: 45px;
  }
}

#coff-amb .content h1 em, #coff-amb .related h1 em {
  font-weight: 900;
}

#coff-amb .content h1 span, #coff-amb .related h1 span {
  display: block;
  font-weight: 400;
  font-size: 13.5px;
  padding-top: 18px;
}

@media screen and (min-width: 768px) {
  #coff-amb .content h1 span, #coff-amb .related h1 span {
    font-size: 2.7vw;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .content h1 span, #coff-amb .related h1 span {
    padding-top: 30px;
    font-size: 25.25px;
  }
}

#coff-amb .content h1 span.sub-ttl, #coff-amb .related h1 span.sub-ttl {
  padding-top: 0;
}

#coff-amb .content p, #coff-amb .related p {
  line-height: 1.9em;
  letter-spacing: 0.0025em;
  font-size: 13.5px;
  line-break: strict;
}

@media screen and (min-width: 768px) {
  #coff-amb .content p, #coff-amb .related p {
    font-size: 2.2vw;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .content p, #coff-amb .related p {
    font-size: 20.25px;
    line-height: 1.85em;
  }
}

#coff-amb .content p em, #coff-amb .related p em {
  font-weight: 700;
}

#coff-amb .content h2, #coff-amb .related h2 {
  margin: 55px 0 28px;
  line-height: 2em;
}

#coff-amb .content h2 em, #coff-amb .related h2 em {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  #coff-amb .content h2, #coff-amb .related h2 {
    font-size: 2.4vw;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .content h2, #coff-amb .related h2 {
    font-size: 25.25px;
    margin: 120px 0 45px;
  }
}

#coff-amb .content picture, #coff-amb .related picture {
  display: block;
  margin: 30px 0;
}

@media screen and (min-width: 996px) {
  #coff-amb .content picture, #coff-amb .related picture {
    margin: 50px 0;
  }
}

#coff-amb .related {
  margin-bottom: 0;
}

#coff-amb .recommended_capsule {
  margin-bottom: 70px !important;
}

#coff-amb .recommended_capsule h2 {
  font-size: 15px;
  letter-spacing: 0.01em;
  text-align: center;
  margin-top: 70px;
}

@media screen and (min-width: 768px) {
  #coff-amb .recommended_capsule h2 {
    font-size: 2.4vw;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .recommended_capsule h2 {
    font-size: 24.25px;
    margin-top: 110px;
  }
}

#coff-amb .capsules_1 {
  margin: 50px 0;
}

#coff-amb .capsules_1.bottom-ptn {
  margin: 60px auto 80px;
}

@media screen and (min-width: 768px) {
  #coff-amb .capsules_1 {
    margin: 60px auto 60px;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .capsules_1 {
    width: 700px;
    margin: 60px auto 60px;
  }
}

#coff-amb .capsules_1 .capsule figure {
  margin: 0;
  padding: 0;
}

#coff-amb .capsules_1 .capsule figure .vl, #coff-amb .capsules_1 .capsule figure .ol {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 50%;
}

@media screen and (min-width: 768px) {
  #coff-amb .capsules_1 .capsule figure .vl, #coff-amb .capsules_1 .capsule figure .ol {
    width: 30%;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .capsules_1 .capsule figure .vl, #coff-amb .capsules_1 .capsule figure .ol {
    width: 260px;
  }
}

#coff-amb .capsules_1 .capsule figure .ol {
  width: 38%;
}

@media screen and (min-width: 768px) {
  #coff-amb .capsules_1 .capsule figure .ol {
    width: 20%;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .capsules_1 .capsule figure .ol {
    width: 160px;
  }
}

#coff-amb .capsules_1 .capsule figure figcaption {
  margin-bottom: 30px;
}

@media screen and (min-width: 996px) {
  #coff-amb .capsules_1 .capsule figure figcaption {
    margin-bottom: 45px;
  }
}

#coff-amb .capsules_1 .capsule figure figcaption .capsule_name {
  font-size: 16.5px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.005em;
  margin: 28px 0 12px;
}

@media screen and (min-width: 768px) {
  #coff-amb .capsules_1 .capsule figure figcaption .capsule_name {
    font-size: 2.6vw;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .capsules_1 .capsule figure figcaption .capsule_name {
    font-size: 24.75px;
  }
}

#coff-amb .capsules_1 .capsule figure figcaption .capsule_name a {
  display: inline-block;
  border-bottom: 1px solid black;
  line-height: 1.4em;
}

#coff-amb .capsules_1 .capsule figure figcaption .capsule_name .bkeela {
  font-weight: normal;
}

#coff-amb .capsules_1 .capsule figure figcaption .capsule_category {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.005em;
}

#coff-amb .capsules_1 .capsule figure figcaption .capsule_category em {
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  #coff-amb .capsules_1 .capsule figure figcaption .capsule_category {
    font-size: 2.2vw;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .capsules_1 .capsule figure figcaption .capsule_category {
    font-size: 22.5px;
  }
}

#coff-amb .capsules_1 .capsule figure figcaption .intensity {
  letter-spacing: 0.005em;
  text-align: center;
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  #coff-amb .capsules_1 .capsule figure figcaption .intensity {
    font-size: 2.2vw;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .capsules_1 .capsule figure figcaption .intensity {
    font-size: 22.5px;
  }
}

#coff-amb .capsules_1 .capsule figure figcaption .intensity em {
  font-family: 'NespressoLucas-Regular' , sans-serif;
  font-size: 18.5px;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  #coff-amb .capsules_1 .capsule figure figcaption .intensity em {
    font-size: 2.6vw;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .capsules_1 .capsule figure figcaption .intensity em {
    font-size: 27.5px;
  }
}

#coff-amb .capsules_1 .capsule figure figcaption .note {
  text-align: center;
  font-size: 3.2vw;
  letter-spacing: -0.1em;
}

@media screen and (min-width: 996px) {
  #coff-amb .capsules_1 .capsule figure figcaption .note {
    font-size: 18px;
  }
}

#coff-amb .capsules_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 70px 0;
  /* 画像で高さ調整 ver. */
}

@media screen and (min-width: 768px) {
  #coff-amb .capsules_2 {
    width: 70vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 120px auto 120px;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .capsules_2 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 700px;
    margin: 120px auto 120px;
  }
}

#coff-amb .capsules_2 .capsule figure {
  margin: 0;
  padding: 0;
  /*add to bag CTA button*/
}

#coff-amb .capsules_2 .capsule figure .vl, #coff-amb .capsules_2 .capsule figure .ol {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 65%;
}

@media screen and (min-width: 996px) {
  #coff-amb .capsules_2 .capsule figure .vl, #coff-amb .capsules_2 .capsule figure .ol {
    width: 232px;
  }
}

#coff-amb .capsules_2 .capsule figure .ol {
  width: 56%;
}

@media screen and (min-width: 996px) {
  #coff-amb .capsules_2 .capsule figure .ol {
    width: 160px;
  }
}

#coff-amb .capsules_2 .capsule figure figcaption {
  margin-bottom: 20px;
}

@media screen and (min-width: 996px) {
  #coff-amb .capsules_2 .capsule figure figcaption {
    margin-bottom: 45px;
  }
}

#coff-amb .capsules_2 .capsule figure figcaption .capsule_name {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.005em;
  margin: 18px 0 8px;
}

@media screen and (min-width: 768px) {
  #coff-amb .capsules_2 .capsule figure figcaption .capsule_name {
    font-size: 2.6vw;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .capsules_2 .capsule figure figcaption .capsule_name {
    font-size: 24.75px;
  }
}

#coff-amb .capsules_2 .capsule figure figcaption .capsule_name a {
  display: inline-block;
  border-bottom: 1px solid black;
  line-height: 1.4em;
}

#coff-amb .capsules_2 .capsule figure figcaption .capsule_name a.glass {
  font-size: 0.9em;
}

@media screen and (min-width: 768px) {
  #coff-amb .capsules_2 .capsule figure figcaption .capsule_name a.glass {
    font-size: 1em;
  }
}

#coff-amb .capsules_2 .capsule figure figcaption .capsule_category {
  text-align: center;
  font-size: 2.9vw;
  letter-spacing: -0.1em;
}

@media screen and (min-width: 768px) {
  #coff-amb .capsules_2 .capsule figure figcaption .capsule_category {
    font-size: 2.2vw;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .capsules_2 .capsule figure figcaption .capsule_category {
    font-size: 22.5px;
  }
}

#coff-amb .capsules_2 .capsule figure figcaption .intensity {
  letter-spacing: 0.005em;
  text-align: center;
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  #coff-amb .capsules_2 .capsule figure figcaption .intensity {
    font-size: 2.2vw;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .capsules_2 .capsule figure figcaption .intensity {
    font-size: 22.5px;
  }
}

#coff-amb .capsules_2 .capsule figure figcaption .intensity em {
  font-size: 18.5px;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  #coff-amb .capsules_2 .capsule figure figcaption .intensity em {
    font-size: 2.6vw;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .capsules_2 .capsule figure figcaption .intensity em {
    font-size: 27.5px;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .capsules_2 .capsule figure .add-to-bag .AddToBagButtonLarge {
    width: 150px;
  }
}

#coff-amb .capsules_2.h-adjust {
  width: 100%;
}

#coff-amb .capsules_2.h-adjust picture {
  margin: 0;
}

#coff-amb .add-to-bag_wrap {
  text-align: center;
}

#coff-amb .recipe_block {
  background-color: #f3eee6;
  font-size: 13.5px;
  letter-spacing: -0.025em;
  padding-bottom: 25px;
}

@media screen and (min-width: 768px) {
  #coff-amb .recipe_block {
    font-size: 2.2vw;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .recipe_block {
    font-size: 17.55px;
    margin-top: 100px;
  }
  #coff-amb .recipe_block .inner {
    padding: 0 40px;
  }
}

#coff-amb .recipe_block h2 {
  letter-spacing: 0.0025em;
  font-weight: 700;
  text-align: center;
  padding: 60px 0 40px;
  line-height: 1.6;
}

@media screen and (min-width: 996px) {
  #coff-amb .recipe_block h2 {
    font-size: 17.55px;
  }
}

#coff-amb .recipe_block em {
  font-weight: 700;
}

@media screen and (min-width: 996px) {
  #coff-amb .recipe_block .recipe_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#coff-amb .recipe_block .recipe_box .ingredients_tools, #coff-amb .recipe_block .recipe_box .howto {
  letter-spacing: -0.025em;
}

@media screen and (min-width: 996px) {
  #coff-amb .recipe_block .recipe_box .ingredients_tools, #coff-amb .recipe_block .recipe_box .howto {
    width: 48%;
  }
}

#coff-amb .recipe_block .recipe_box .ingredients_tools h3, #coff-amb .recipe_block .recipe_box .howto h3 {
  font-weight: 700;
}

@media screen and (min-width: 996px) {
  #coff-amb .recipe_block .recipe_box .ingredients_tools h3, #coff-amb .recipe_block .recipe_box .howto h3 {
    text-align: center;
  }
}

#coff-amb .recipe_block .recipe_box .ingredients_tools .ingredients, #coff-amb .recipe_block .recipe_box .ingredients_tools .tools, #coff-amb .recipe_block .recipe_box .ingredients_tools .steps, #coff-amb .recipe_block .recipe_box .howto .ingredients, #coff-amb .recipe_block .recipe_box .howto .tools, #coff-amb .recipe_block .recipe_box .howto .steps {
  margin: 25px 0 40px;
}

#coff-amb .recipe_block .recipe_box .ingredients_tools .ingredients li, #coff-amb .recipe_block .recipe_box .ingredients_tools .tools li, #coff-amb .recipe_block .recipe_box .ingredients_tools .steps li, #coff-amb .recipe_block .recipe_box .howto .ingredients li, #coff-amb .recipe_block .recipe_box .howto .tools li, #coff-amb .recipe_block .recipe_box .howto .steps li {
  margin: 0 0 4px 1em;
  text-indent: -1em;
  line-height: 1.8em;
}

#coff-amb .recipe_block .recipe_box .ingredients_tools .ingredients li::before, #coff-amb .recipe_block .recipe_box .ingredients_tools .tools li::before, #coff-amb .recipe_block .recipe_box .ingredients_tools .steps li::before, #coff-amb .recipe_block .recipe_box .howto .ingredients li::before, #coff-amb .recipe_block .recipe_box .howto .tools li::before, #coff-amb .recipe_block .recipe_box .howto .steps li::before {
  content: "○";
  padding-right: 0.25em;
}

#coff-amb .recipe_block .recipe_box .ingredients_tools .ingredients li.astr::before, #coff-amb .recipe_block .recipe_box .ingredients_tools .tools li.astr::before, #coff-amb .recipe_block .recipe_box .ingredients_tools .steps li.astr::before, #coff-amb .recipe_block .recipe_box .howto .ingredients li.astr::before, #coff-amb .recipe_block .recipe_box .howto .tools li.astr::before, #coff-amb .recipe_block .recipe_box .howto .steps li.astr::before {
  content: "※";
  padding-right: 0.25em;
}

#coff-amb .recipe_block .recipe_box .ingredients_tools .ingredients li.ttl::before, #coff-amb .recipe_block .recipe_box .ingredients_tools .tools li.ttl::before, #coff-amb .recipe_block .recipe_box .ingredients_tools .steps li.ttl::before, #coff-amb .recipe_block .recipe_box .howto .ingredients li.ttl::before, #coff-amb .recipe_block .recipe_box .howto .tools li.ttl::before, #coff-amb .recipe_block .recipe_box .howto .steps li.ttl::before {
  content: "";
  padding-right: 0;
}

#coff-amb .recipe_block .recipe_box .ingredients_tools .ingredients li.product a, #coff-amb .recipe_block .recipe_box .ingredients_tools .tools li.product a, #coff-amb .recipe_block .recipe_box .ingredients_tools .steps li.product a, #coff-amb .recipe_block .recipe_box .howto .ingredients li.product a, #coff-amb .recipe_block .recipe_box .howto .tools li.product a, #coff-amb .recipe_block .recipe_box .howto .steps li.product a {
  border-bottom: 1px solid black;
  line-height: 1.4em;
}

#coff-amb .recipe_block .recipe_box .ingredients_tools .tools li::before, #coff-amb .recipe_block .recipe_box .howto .tools li::before {
  content: "●";
}

#coff-amb .recipe_block .recipe_box .ingredients_tools .steps, #coff-amb .recipe_block .recipe_box .howto .steps {
  list-style: decimal;
  list-style-position: inside;
}

#coff-amb .recipe_block .recipe_box .ingredients_tools .steps li, #coff-amb .recipe_block .recipe_box .howto .steps li {
  margin: 0 0 4px 1em;
  text-indent: -1em;
}

#coff-amb .recipe_block .recipe_box .ingredients_tools .steps li::before, #coff-amb .recipe_block .recipe_box .howto .steps li::before {
  display: none;
}

#coff-amb .recipe_block .recipe_box .cap_box {
  font-size: 12px;
  line-height: 1.7;
  border: 1px solid #997a5d;
  padding: 1em;
}

#coff-amb .recipe_block .recipe_box .cap_box dt {
  margin-bottom: 0.8em;
}

@media screen and (min-width: 996px) {
  #coff-amb .recipe_block .recipe_box .cap_box {
    font-size: 14px;
  }
}

#coff-amb .recipe_block.golden-latte h3 {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  font-weight: 700;
}

#coff-amb .recipe_block.golden-latte .golden_recipe ul {
  margin: 25px auto 40px;
  line-height: 1.8;
}

#coff-amb .recipe_block.golden-latte .golden_recipe ul li {
  text-indent: -1em;
  padding-left: 1em;
}

#coff-amb .recipe_block.golden-latte .golden_recipe ul li.ttl {
  padding-top: 1em;
}

@media screen and (min-width: 996px) {
  #coff-amb .recipe_block.golden-latte .golden_recipe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 920px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 35px auto 40px;
  }
  #coff-amb .recipe_block.golden-latte .golden_recipe li.lft, #coff-amb .recipe_block.golden-latte .golden_recipe li.rgt {
    width: 46%;
  }
  #coff-amb .recipe_block.golden-latte .golden_recipe li {
    margin: 0 0 4px 0em;
    line-height: 1.8em;
  }
}

#coff-amb .recipe_block.column-milk .inner ul.column-milk_recipe {
  margin-top: 0px;
}

@media screen and (min-width: 996px) {
  #coff-amb .recipe_block.column-milk .inner ul.column-milk_recipe {
    margin-top: 25px;
  }
}

#coff-amb .recipe_block.column-milk .inner ul.column-milk_recipe h3 {
  text-align: left;
}

@media screen and (min-width: 996px) {
  #coff-amb .recipe_block.column-milk .inner ul.column-milk_recipe h3 {
    text-align: center;
  }
}

#coff-amb .recipe_block.column-milk .inner ul.column-milk_recipe li .ingredients {
  margin-top: 0;
}

#coff-amb .recipe_block.column-milk .inner ul.column-milk_recipe li .ingredients .recipe-ttl h3 {
  margin: 20px auto 20px;
  font-size: 1.1em;
  text-align: center;
}

#coff-amb .recipe_block.column-milk .inner ul.column-milk_recipe li .ingredients .product {
  margin-top: 25px;
}

@media screen and (min-width: 996px) {
  #coff-amb .recipe_block.column-milk .inner ul.column-milk_recipe li .recipe_box {
    display: block;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .recipe_block.column-milk .inner ul.column-milk_recipe li .recipe_box .ingredients_tools {
    width: 100%;
  }
}

#coff-amb .recipe_block.column-milk .inner ul.column-milk_recipe li .recipe_box .ingredients_tools ul.tools li {
  margin-left: 0;
}

@media screen and (min-width: 996px) {
  #coff-amb .recipe_block.column-milk .inner ul.column-milk_recipe li .recipe_box .howto.column-milk_howto {
    width: 95%;
  }
}

#coff-amb .recipe_block.column-milk .inner ul.column-milk_recipe li.lft {
  margin-top: 0px;
}

#coff-amb .recipe_block.column-milk .inner ul.column-milk_recipe li.rgt {
  margin-top: 80px;
}

@media screen and (min-width: 996px) {
  #coff-amb .recipe_block.column-milk .inner ul.column-milk_recipe li.rgt {
    margin-top: 0;
  }
}

#coff-amb .recipe_block .inner .recipe_pairing-point {
  line-height: 1.7;
  border: 1px solid #997a5d;
  padding: 1em 1em 2em;
  margin: 16% auto 10%;
}

@media screen and (min-width: 996px) {
  #coff-amb .recipe_block .inner .recipe_pairing-point {
    width: 700px;
    padding: 1em 1.5em 2em;
    margin: 65px auto 100px;
  }
}

#coff-amb .recipe_block .inner .recipe_pairing-point h2 {
  padding: .8em 0 .8em;
  font-size: 1.3em;
}

#coff-amb .pairing h2 {
  margin-top: 110px;
}

#coff-amb .pairing figure {
  margin: 0;
}

#coff-amb .pairing figure figcaption {
  text-align: center;
  font-size: 4vw;
  padding: 1.5em 0;
  font-weight: 700;
}

@media screen and (min-width: 996px) {
  #coff-amb .pairing figure figcaption {
    font-size: 22.5px;
  }
}

#coff-amb .movie {
  margin: 0 0 110px;
}

#coff-amb .movie h2 {
  margin-top: 90px;
}

#coff-amb .movie button {
  padding: 0;
  background-color: transparent;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

#coff-amb .movie button picture {
  margin: 0;
}

#coff-amb #movie-modal {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1020;
}

#coff-amb #movie-modal .modal__overlay {
  background: rgba(0, 0, 0, 0.9);
}

#coff-amb #movie-modal .modal__overlay .modal__container {
  max-width: none;
  max-height: none;
  width: 100%;
  background-color: transparent;
  padding: 0;
}

@media screen and (min-width: 996px) {
  #coff-amb #movie-modal .modal__overlay .modal__container {
    max-width: 1000px;
  }
}

#coff-amb #movie-modal .modal__overlay .modal__container #moviewrap {
  width: 100%;
  position: relative;
  margin-top: 80px;
}

#coff-amb #movie-modal .modal__overlay .modal__container #moviewrap::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

#coff-amb #movie-modal .modal__overlay .modal__container #moviewrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#coff-amb #movie-modal .modal__overlay .modal__container .movie-close-btn {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0px;
  top: 0;
  background-color: transparent;
  border: none;
}

#coff-amb #movie-modal .modal__overlay .modal__container .movie-close-btn::before, #coff-amb #movie-modal .modal__overlay .modal__container .movie-close-btn::after {
  content: "";
  width: 2px;
  height: 50px;
  left: 25px;
  background-color: #fff;
  position: absolute;
}

#coff-amb #movie-modal .modal__overlay .modal__container .movie-close-btn::before {
  -webkit-transform: translateY(-25px) rotate(45deg);
          transform: translateY(-25px) rotate(45deg);
}

#coff-amb #movie-modal .modal__overlay .modal__container .movie-close-btn::after {
  -webkit-transform: translateY(-25px) rotate(-45deg);
          transform: translateY(-25px) rotate(-45deg);
}

#coff-amb .india_story {
  color: #fff;
  background: url("../img/recipe-pairing/golden-latte/india_bg_sp.jpg") no-repeat 0 0/cover;
  margin: 0 auto 70px;
  width: 100%;
}

#coff-amb .india_story p {
  padding: 10% 0;
}

@media screen and (min-width: 996px) {
  #coff-amb .india_story {
    background: url("../img/recipe-pairing/golden-latte/india_bg_pc.jpg") no-repeat 0 0/cover;
    margin: 0 auto 100px;
  }
}

#coff-amb .content .cap_tex_p {
  font-size: 12px;
  line-height: 1.7;
}

@media screen and (min-width: 996px) {
  #coff-amb .content .cap_tex_p {
    font-size: 16px;
  }
}

#coff-amb .content .en-h2 {
  font-family: 'NespressoLucas-Regular', sans-serif;
  letter-spacing: 0.038em;
  font-size: 1.3em;
}

@media screen and (min-width: 768px) {
  #coff-amb .content .en-h2 {
    font-size: 2em;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .content .en-h2 {
    font-size: 30.5px;
  }
}

#coff-amb .btn_story {
  display: block;
  background-color: #db7776;
  width: 60%;
  margin: 50px auto !important;
}

@media screen and (min-width: 996px) {
  #coff-amb .btn_story {
    width: 40%;
  }
}

#coff-amb .btn_story img {
  vertical-align: bottom;
}

#coff-amb #pairing-story h3, #coff-amb #pairing-story h4 {
  font-weight: 700;
  line-height: 1.7;
}

#coff-amb #pairing-story h3 {
  font-size: 3.47vw;
}

@media screen and (min-width: 996px) {
  #coff-amb #pairing-story h3 {
    font-size: 22.25px;
  }
}

#coff-amb #pairing-story h4 {
  font-size: 3vw;
  margin-bottom: 50px;
}

@media screen and (min-width: 996px) {
  #coff-amb #pairing-story h4 {
    font-size: 20.25px;
    margin-bottom: 25px;
  }
}

#coff-amb .pairing-solelio {
  padding-top: 3%;
}

@media screen and (min-width: 996px) {
  #coff-amb .pairing-solelio {
    padding-top: 30px;
  }
}

#coff-amb .recycle-program {
  background-color: #C4C5A8;
  padding-bottom: 55px;
  margin-top: 60px;
}

@media screen and (min-width: 996px) {
  #coff-amb .recycle-program {
    padding-bottom: 75px;
    padding-top: 30px;
    margin-top: 90px;
  }
}

#coff-amb .recycle-program h2 {
  margin: 0;
  padding: 55px 0 0;
  font-weight: 700;
}

#coff-amb .recycle-program h3 {
  font-size: 3.47vw;
  margin-bottom: 30px;
  line-height: 1.5;
}

@media screen and (min-width: 996px) {
  #coff-amb .recycle-program h3 {
    font-size: 22px;
  }
}

#coff-amb .recycle-program p {
  margin-bottom: 8%;
}

@media screen and (min-width: 996px) {
  #coff-amb .recycle-program p {
    margin-bottom: 50px;
  }
}

#coff-amb .recycle-program .btn_detail a {
  background-color: #686e48;
}

#coff-amb .marius img {
  display: block;
  width: 80%;
  margin: 8% auto;
}

@media screen and (min-width: 768px) {
  #coff-amb .marius img {
    width: 50%;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .marius img {
    width: 420px;
    margin: 55px auto;
  }
}

#coff-amb .btn_gold {
  margin-top: 8%;
}

@media screen and (min-width: 996px) {
  #coff-amb .btn_gold {
    margin-top: 35px;
  }
}

#coff-amb .capsules_2.ethiopia {
  margin-left: 5%;
}

@media screen and (min-width: 768px) {
  #coff-amb .capsules_2.ethiopia {
    margin-left: 13%;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .capsules_2.ethiopia {
    width: 750px;
    margin-left: 15px;
  }
}

#coff-amb .vl_ethiopia {
  margin-top: 2%;
}

@media screen and (min-width: 996px) {
  #coff-amb .vl_ethiopia {
    margin-top: 20px;
  }
}

#coff-amb picture.reverso {
  width: 42%;
  margin: 30px auto;
}

@media screen and (min-width: 768px) {
  #coff-amb picture.reverso {
    width: 30%;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb picture.reverso {
    width: 240px;
    margin: 50px auto;
  }
}

#coff-amb .colombia-capsules {
  background-color: #f3eee6;
  padding: 50px 0;
  margin-top: 60px;
}

@media screen and (min-width: 996px) {
  #coff-amb .colombia-capsules {
    padding: 100px 0 50px;
    margin-top: 120px;
  }
}

#coff-amb .colombia-capsules h2 {
  margin-top: 0;
  font-weight: 700;
}

#coff-amb .colombia-capsules picture {
  margin: 50px 0;
}

@media screen and (min-width: 996px) {
  #coff-amb .colombia-capsules picture {
    margin: 100px 0;
  }
}

#coff-amb .coffee-taste-preference {
  padding: 0 10px;
}

@media screen and (min-width: 996px) {
  #coff-amb .coffee-taste-preference {
    padding: 0;
  }
}

#coff-amb .coffee-taste-preference .inner {
  background-color: #f0f0f0;
  padding: 0;
  width: auto;
}

@media screen and (min-width: 996px) {
  #coff-amb .coffee-taste-preference .inner {
    width: 880px;
    margin: 0 auto;
  }
}

#coff-amb .coffee-taste-preference .inner p {
  padding: 50px 20px;
}

@media screen and (min-width: 996px) {
  #coff-amb .coffee-taste-preference .inner p {
    padding: 100px 80px;
  }
}

#coff-amb .tokyo-lungo-pv {
  background-color: #5c78a7;
  color: #fff;
  padding: 50px 0;
  margin-top: 60px;
}

@media screen and (min-width: 996px) {
  #coff-amb .tokyo-lungo-pv {
    padding: 120px 0;
    margin-top: 120px;
  }
}

#coff-amb .tokyo-lungo-pv h2 {
  margin-top: 0;
}

#coff-amb .tokyo-lungo-pv h3 {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  border: 1px solid #fff;
  width: 6.8em;
  margin: 0 auto;
}

@media screen and (min-width: 996px) {
  #coff-amb .tokyo-lungo-pv h3 {
    font-size: 18.5px;
  }
}

#coff-amb .tokyo-lungo-pv .movie {
  margin: 60px 0;
}

#coff-amb .tokyo-lungo-pv .movie .youtube_movie iframe {
  aspect-ratio: 48 / 27;
  width: 100%;
  height: auto;
  margin-top: 30px;
}

@media screen and (min-width: 996px) {
  #coff-amb .tokyo-lungo-pv .movie .youtube_movie iframe {
    margin-top: 40px;
  }
}

#coff-amb .tokyo-lungo-pv .slick-dots li button:before {
  color: #fff;
}

#coff-amb .pic_slider {
  margin: 0 0 30px;
}

@media screen and (min-width: 996px) {
  #coff-amb .pic_slider {
    margin: 0 0 60px;
  }
}

#coff-amb .pic_slider .slick-dots {
  bottom: 0;
}

#coff-amb .pic_slider .slick-arrow {
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  margin: auto;
}

#coff-amb .pic_slider .slick-arrow.prev {
  left: -80px;
  background: url(/shared_res/mos/free_html/jp/coff-amb/img/common/btn_prev.svg) no-repeat 0 0;
}

#coff-amb .pic_slider .slick-arrow.next {
  right: -80px;
  background: url(/shared_res/mos/free_html/jp/coff-amb/img/common/btn_next.svg) no-repeat 0 0;
}

#coff-amb .trivia_block {
  background-color: #f3eee6;
  font-size: 13.5px;
  letter-spacing: -0.025em;
  padding: 55px 0 70px 0;
  line-break: strict;
}

@media screen and (min-width: 996px) {
  #coff-amb .trivia_block {
    width: 804px;
    margin: 0 auto;
    font-size: 17.55px;
  }
  #coff-amb .trivia_block .inner {
    padding: 0 40px;
  }
}

#coff-amb .trivia_block .inner {
  padding: 0 32px;
}

@media screen and (min-width: 996px) {
  #coff-amb .trivia_block .inner {
    width: 804px;
    padding: 0 70px;
  }
}

#coff-amb .trivia_block .inner h2 {
  margin-top: 0;
  text-align: center;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  #coff-amb .trivia_block .inner h2 {
    font-size: 2.2vw;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .trivia_block .inner h2 {
    font-size: 20.25px;
  }
}

#coff-amb .trivia_block .inner h2 em {
  letter-spacing: 0.02em;
  font-family: 'NespressoLucas-Bold', sans-serif;
  font-size: 16.5px;
}

@media screen and (min-width: 996px) {
  #coff-amb .trivia_block .inner h2 em {
    font-size: 25.25px;
  }
}

#coff-amb .trivia_block .inner h2.en-bold {
  font-size: 1.3em;
  letter-spacing: .08em;
}

#coff-amb .content_footer .taglist {
  padding: 0;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
  letter-spacing: -0.1em;
  line-height: 1em;
}

@media screen and (min-width: 768px) {
  #coff-amb .content_footer .taglist {
    font-size: 2.2vw;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .content_footer .taglist {
    margin-top: 100px;
    font-size: 20px;
  }
}

#coff-amb .content_footer .taglist li {
  margin: 0 1em 1em 0;
}

#coff-amb .content_footer .sns_share {
  width: 48%;
  margin: 35px auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18.5px;
  font-family: 'NespressoLucas-XtraBd' , sans-serif;
  letter-spacing: 0.075em;
}

@media screen and (min-width: 768px) {
  #coff-amb .content_footer .sns_share {
    font-size: 3.4vw;
    width: 31%;
    margin: 115px auto 100px;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .content_footer .sns_share {
    width: 250px;
    margin: 115px auto 100px;
    font-size: 27.75px;
  }
}

#coff-amb .content_footer .sns_share .fb, #coff-amb .content_footer .sns_share .tw, #coff-amb .content_footer .sns_share .line {
  display: block;
  width: 23px;
}

@media screen and (min-width: 768px) {
  #coff-amb .content_footer .sns_share .fb, #coff-amb .content_footer .sns_share .tw, #coff-amb .content_footer .sns_share .line {
    width: 30px;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .content_footer .sns_share .fb, #coff-amb .content_footer .sns_share .tw, #coff-amb .content_footer .sns_share .line {
    width: 34px;
  }
}

#coff-amb .pagination {
  background-color: #faf9f8;
}

#coff-amb .pagination .pagination_list {
  padding: 30px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 996px) {
  #coff-amb .pagination .pagination_list {
    width: 804px;
    margin: 0 auto;
    padding: 50px 0px;
  }
}

#coff-amb .pagination .pagination_list .list {
  display: block;
  font-size: 17.5px;
  font-family: 'NespressoLucas-XtraBd' , sans-serif;
  letter-spacing: 0.05em;
  line-height: 1em;
  border-bottom: solid 1px black;
}

@media screen and (min-width: 768px) {
  #coff-amb .pagination .pagination_list .list {
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .pagination .pagination_list .list {
    font-size: 26.25px;
  }
}

#coff-amb .pagination .pagination_list .prev, #coff-amb .pagination .pagination_list .next {
  display: block;
  font-family: 'NespressoLucas-Regular' , sans-serif;
  font-size: 12.5px;
  letter-spacing: 0.05em;
  line-height: 1em;
  position: relative;
  /* ---- hirose ---- */
}

@media screen and (min-width: 768px) {
  #coff-amb .pagination .pagination_list .prev, #coff-amb .pagination .pagination_list .next {
    font-size: 2.2vw;
  }
}

#coff-amb .pagination .pagination_list .prev.disable, #coff-amb .pagination .pagination_list .next.disable {
  opacity: 0.25;
}

@media screen and (min-width: 996px) {
  #coff-amb .pagination .pagination_list .prev, #coff-amb .pagination .pagination_list .next {
    font-size: 18.75px;
  }
}

#coff-amb .pagination .pagination_list .prev {
  padding: 0 0 0 2em;
}

@media screen and (min-width: 996px) {
  #coff-amb .pagination .pagination_list .prev {
    padding: 0 0 0 1.6em;
  }
}

#coff-amb .pagination .pagination_list .prev::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-left: solid 1px black;
  border-top: solid 1px black;
  top: 0;
  left: 10px;
  -webkit-transform: translateY(3px) rotate(-45deg);
          transform: translateY(3px) rotate(-45deg);
}

@media screen and (min-width: 768px) {
  #coff-amb .pagination .pagination_list .prev::before {
    -webkit-transform: translateY(4px) rotate(-45deg);
            transform: translateY(4px) rotate(-45deg);
    width: 8px;
    height: 8px;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .pagination .pagination_list .prev::before {
    -webkit-transform: translateY(4.5px) rotate(-45deg);
            transform: translateY(4.5px) rotate(-45deg);
    width: 9px;
    height: 9px;
  }
}

#coff-amb .pagination .pagination_list .next {
  padding: 0 2em 0 0;
}

@media screen and (min-width: 996px) {
  #coff-amb .pagination .pagination_list .next {
    padding: 0 1.6em 0 0;
  }
}

#coff-amb .pagination .pagination_list .next::after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-right: solid 1px black;
  border-top: solid 1px black;
  top: 0;
  right: 10px;
  -webkit-transform: translateY(3px) rotate(45deg);
          transform: translateY(3px) rotate(45deg);
}

@media screen and (min-width: 768px) {
  #coff-amb .pagination .pagination_list .next::after {
    -webkit-transform: translateY(4px) rotate(45deg);
            transform: translateY(4px) rotate(45deg);
    width: 8px;
    height: 8px;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .pagination .pagination_list .next::after {
    -webkit-transform: translateY(4.5px) rotate(45deg);
            transform: translateY(4.5px) rotate(45deg);
    width: 9px;
    height: 9px;
  }
}

#coff-amb .related {
  position: relative;
  padding: 120px 0 55px;
}

@media screen and (min-width: 996px) {
  #coff-amb .related {
    padding: 140px 0 140px;
  }
}

#coff-amb .related > h2 {
  font-family: 'NespressoLucas-Regular' , sans-serif;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.3em;
  margin: 0px 0 0px;
}

@media screen and (min-width: 768px) {
  #coff-amb .related > h2 {
    font-size: 4.5vw;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .related > h2 {
    font-size: 45px;
  }
}

#coff-amb .related .sub {
  text-align: center;
  font-size: 11.5px;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 768px) {
  #coff-amb .related .sub {
    font-size: 1.8vw;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .related .sub {
    margin-top: 10px;
    font-size: 17.25px;
    letter-spacing: 0.2em;
  }
}

#coff-amb .related .related-carousel {
  margin: 24px 0 158px;
  /*------------------------------------------
      SLIDER
      ------------------------------------------*/
}

@media screen and (min-width: 768px) {
  #coff-amb .related .related-carousel {
    margin: 75px 0 196px;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .related .related-carousel {
    margin: 73px 0 196px;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .related .related-carousel .articles_list {
    width: 1072px;
    margin: 0px auto 0;
  }
}

@media screen and (min-width: 1360px) {
  #coff-amb .related .related-carousel .articles_list {
    width: 1340px;
  }
}

#coff-amb .related .related-carousel .articles_list .slide {
  height: 320px;
  padding: 0 10px;
}

@media screen and (min-width: 768px) {
  #coff-amb .related .related-carousel .articles_list .slide {
    padding: 0 20px;
    height: 70vw;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .related .related-carousel .articles_list .slide {
    width: 268px;
    height: 466px;
  }
}

#coff-amb .related .related-carousel .articles_list .slide.disable {
  display: none;
}

#coff-amb .related .related-carousel .articles_list .slide picture {
  margin: 0;
}

#coff-amb .related .related-carousel .articles_list .slide .category {
  font-size: 11px;
  letter-spacing: 0.025em;
  margin-top: 12px;
}

@media screen and (min-width: 768px) {
  #coff-amb .related .related-carousel .articles_list .slide .category {
    font-size: 2.2vw;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .related .related-carousel .articles_list .slide .category {
    font-size: 16.5px;
  }
}

#coff-amb .related .related-carousel .articles_list .slide .date {
  font-size: 11px;
  letter-spacing: -0.01em;
  margin: 5px 0 0px;
}

@media screen and (min-width: 768px) {
  #coff-amb .related .related-carousel .articles_list .slide .date {
    font-size: 2.2vw;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .related .related-carousel .articles_list .slide .date {
    font-size: 16.5px;
  }
}

#coff-amb .related .related-carousel .articles_list .slide h2 {
  font-size: 12.5px;
  letter-spacing: 0.0075em;
  margin: 6px 0 8px;
  line-height: 1.65em;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 0;
  max-height: 3.3em;
}

@media screen and (min-width: 768px) {
  #coff-amb .related .related-carousel .articles_list .slide h2 {
    font-size: 2.6vw;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .related .related-carousel .articles_list .slide h2 {
    font-size: 18.75px;
  }
}

#coff-amb .related .related-carousel .articles_list .slide h2 em {
  font-weight: 900;
}

#coff-amb .related .related-carousel .articles_list .slide .desc {
  display: none;
}

#coff-amb .related .related-carousel .articles_list .slide .taglist {
  padding: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 0;
  max-height: 3em;
}

#coff-amb .related .related-carousel .articles_list .slide .taglist li {
  display: inline;
  font-size: 10px;
  color: #707070;
  letter-spacing: 0.00em;
}

@media screen and (min-width: 768px) {
  #coff-amb .related .related-carousel .articles_list .slide .taglist li {
    font-size: 1.8vw;
    line-height: 1.5em;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .related .related-carousel .articles_list .slide .taglist li {
    font-size: 15px;
    line-height: 1.5em;
  }
}

#coff-amb .related .related-carousel .articles_list .slick-dots {
  bottom: -37px;
}

@media screen and (min-width: 996px) {
  #coff-amb .related .related-carousel .articles_list .slick-dots {
    bottom: -30px;
  }
}

#coff-amb .related .related-carousel .articles_list .slick-arrow {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 10;
  bottom: -50px;
  margin: auto;
}

@media screen and (min-width: 996px) {
  #coff-amb .related .related-carousel .articles_list .slick-arrow {
    width: 60px;
    height: 60px;
    bottom: -57px;
  }
}

#coff-amb .related .related-carousel .articles_list .slick-arrow.prev {
  left: 14vw;
  background: url(/shared_res/mos/free_html/jp/coff-amb/img/common/btn_prev.svg) no-repeat 0 0;
}

@media screen and (min-width: 768px) {
  #coff-amb .related .related-carousel .articles_list .slick-arrow.prev {
    left: 30vw;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .related .related-carousel .articles_list .slick-arrow.prev {
    left: calc(50% - 210px);
  }
}

#coff-amb .related .related-carousel .articles_list .slick-arrow.next {
  right: 14vw;
  background: url(/shared_res/mos/free_html/jp/coff-amb/img/common/btn_next.svg) no-repeat 0 0;
}

@media screen and (min-width: 768px) {
  #coff-amb .related .related-carousel .articles_list .slick-arrow.next {
    right: 30vw;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .related .related-carousel .articles_list .slick-arrow.next {
    right: calc(50% - 210px);
  }
}

#coff-amb .related .insta {
  margin: 0 auto;
  width: 38%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18.5px;
  font-family: 'NespressoLucas-XtraBd' , sans-serif;
  letter-spacing: 0.075em;
}

@media screen and (min-width: 768px) {
  #coff-amb .related .insta {
    font-size: 3.2vw;
    width: 24%;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .related .insta {
    width: 215px;
    font-size: 27.75px;
  }
}

#coff-amb .related .insta span {
  line-height: 1em;
}

#coff-amb .related .insta img {
  width: 23px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

@media screen and (min-width: 768px) {
  #coff-amb .related .insta img {
    width: 30px;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .related .insta img {
    width: 34px;
  }
}

#coff-amb .back-to-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 3vw 3vw;
}

@media screen and (min-width: 996px) {
  #coff-amb .back-to-top {
    padding: 0  20px 20px 0;
  }
}

#coff-amb .back-to-top .backtotop {
  padding: 0;
  background-color: transparent;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
  display: block;
  width: 13vw;
  height: 13vw;
}

@media screen and (min-width: 768px) {
  #coff-amb .back-to-top .backtotop {
    width: 8vw;
    height: 8vw;
  }
}

@media screen and (min-width: 996px) {
  #coff-amb .back-to-top .backtotop {
    width: 60px;
    height: 60px;
  }
}

#coff-amb .page-ttl .page-ttl-en {
  font-family: 'NespressoLucas-XtraBd' , sans-serif;
  font-size: 4vw;
  letter-spacing: 0.0025em;
  color: #997a5d;
  margin-bottom: 25px;
  line-height: 1em;
}

@media screen and (min-width: 996px) {
  #coff-amb .page-ttl .page-ttl-en {
    font-size: 22.5px;
    margin-bottom: 50px;
  }
}

#coff-amb .page-ttl h1 {
  margin: 0;
}

#coff-amb .page-ttl h2 {
  margin: 20px 0 25px;
}

@media screen and (min-width: 996px) {
  #coff-amb .page-ttl h2 {
    margin: 20px 0 80px;
  }
}

#coff-amb .content.recommend h2 {
  font-size: 1.1em;
  line-height: 1.8em;
  margin-top: 20%;
}

#coff-amb .content.recommend h2 .small {
  font-size: .8em;
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1.4em;
}

@media screen and (min-width: 996px) {
  #coff-amb .content.recommend h2 {
    font-size: 24px;
    margin-top: 120px;
  }
}

#coff-amb .content.recommend a {
  text-align: center;
  width: 10em;
  display: block;
  margin: 8% auto 12%;
  color: #997A5D;
  font-size: 1.1em;
  border-bottom: solid 1.6px #997A5D;
  font-weight: bold;
}

@media screen and (min-width: 996px) {
  #coff-amb .content.recommend a {
    font-size: 22px;
    margin: 50px auto 100px;
  }
}

#coff-amb .content.recommend .ending {
  margin-top: 15%;
}

@media screen and (min-width: 996px) {
  #coff-amb .content.recommend .ending {
    margin-top: 100px;
  }
}
/*# sourceMappingURL=coff-amb_common.css.map */