@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:500,700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Tinos:ital,wght@1,400;1,700&display=swap');
@charset "utf-8";

/* ------------------------------
reset
------------------------------ */

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
}
textarea { font-size: 100%; }
img { vertical-align: bottom; }

/* ------------------------------
base
------------------------------ */

.tinos{
  font-family: 'Tinos', serif;
  font-weight: 400;
}
body{
  position: relative;
  min-width: 1200px;
  overflow-x: hidden;
}
p,table,dl,ol,ul li  {
  font-size: 16px;
  line-height: 2.0;
}

/* ------------------------------
contents
------------------------------ */

.wrap{
  max-width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
}
#newCont{
  background: #fff;
}
#newCont a:hover,
.header.clone-nav a:hover{
  transform: none;
  opacity: 0.7;
}
#mv{
  position: relative;
  background: url(/user_data/packages/obscura_coffee2/assets/img/lp/new/bg_mv.jpg) 0 0 no-repeat;
  background-size: cover;
  text-align: center;
  padding: 195px 0 130px;
  box-sizing: border-box;
}
#mv .inner{
  position: relative;
  width: 408px;
  text-align: center;
  margin: 0 auto 85px;
}
#mv .inner::after{
  content: '';
  position: absolute;
  top: 50%;
  right: -225px;
  width: 185px;
  height: 77px;
  background: url(/user_data/packages/obscura_coffee2/assets/img/lp/new/icon_mv.png) 0 0 no-repeat;
  background-size: 100% auto;
  transform: translateY(-50%);
}
#mv .inner img{
  display: block;
  margin: 0 auto;
}
#mv .inner .img{
  margin-top: 30px;
}
.header{
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  z-index: 10;
}
/*
.header h1{
    display: none;
}
*/
.header h1 img{
  height: 100%;
}
/*
.header .btn{
  border-top-right-radius: 5em;
  border-bottom-right-radius: 5em;
  overflow: hidden;
}
*/
.gnavi{
  display: flex;
  justify-content: flex-end;
}
.gnavi ul{
  display: flex;
  margin-right: 20px;
}
.gnavi ul li{
  position: relative;
  min-width: 150px;
}
.gnavi ul li:first-child{
  width: 190px;
}
.ie11 .gnavi ul li:first-child{
  min-width: 190px;
}
.gnavi ul li a{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  height: 100%;
  box-sizing: border-box;
  padding: 8px 0;
}
.gnavi ul li a::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 11px;
  height: 20px;
  background: url(/user_data/packages/obscura_coffee2/assets/img/lp/new/icon_arrow_bk.png) 0 0 no-repeat;
  background-size: 100% auto;
  transform: translateY(-50%);
}
.gnavi span{
  display: block;
  line-height: 1.0;
}
.gnavi .en{
  font-family: 'Tinos', serif;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.1em;
}
.gnavi .ja{
  font-size: 10px;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 0.8em 0 0;
}
.gnavi .baloon{
  position: absolute;
  top: calc(100% - 10px);
  left: 50%;
  transform: translateX(-50%);
}
.gnavi .baloon p{
  position: relative;
  color: #fff;
  font-family: 'Tinos', serif;
  text-align: center;
  font-size: 12px;
  background: #231815;
  border-radius: 2em;
  letter-spacing: 0.1em;
  padding: 0 1em;
}
.gnavi .baloon p::before{
  content: '';
  position: absolute;
  top: -4px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 2px 4px 2px;
  border-color: transparent transparent #231815 transparent;
  transform: translateX(-50%);
}
.gnavi .btn{
  width: 170px;
}
.gnavi .btn a{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  height: 70px;
  background: #CD978D;
}
.gnavi .btn span{
  color: #fff;
}
.gnavi{
/*
  position: absolute;
  top: 10px;
  left: 50%;
  background: #fff;
  border-radius: 5em;
  padding-left: 65px;
  transform: translateX(-50%);
  */
}
.header.clone-nav{
  pointer-events: none;
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0;
  transition: 0.3s;
  background: #fff;
  opacity: 0;
  z-index: -1;
}
.header.clone-nav.is-show{
  pointer-events: all;
  opacity: 1;
  z-index: 10;
}
.header.clone-nav .gnavi{
    position: relative;
    top: auto;
    left: auto;
    transform: none;
}
.header.clone-nav h1{
    display: block;
}
.header.clone-nav .btn{
    border-radius: 0;
}
#about{
  position: relative;
  background-image: url(/user_data/packages/obscura_coffee2/assets/img/lp/new/bg_about_01.png), url(/user_data/packages/obscura_coffee2/assets/img/lp/new/bg_about_02.jpg);
  background-size: auto 100%,100% auto;
  background-repeat: no-repeat,no-repeat;
  background-position: 0 0,0 0;
  background-color: #8A9763;
  padding: 290px 0 120px;
}
#about .catch{
  position: absolute;
  top: 2em;
  right: 1em;
  color: #fff;
  font-family: 'Tinos', serif;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 10px;
  letter-spacing: 0.2em;
}
#about .ttl{
  font-size: 48px;
  line-height: 1.6;
  letter-spacing: 0.2em;
  font-family: 'Tinos', serif;
  color: #fff;
  font-weight: 700;
}
#about .step{
  display: flex;
  justify-content: space-between;
  margin: 60px 0 105px;
}
#about .step li{
  position: relative;
  width: 249px;
}
#about .step li + li::before{
  content:'';
  position: absolute;
  top: 150px;
  left: -70px;
  width: 16px;
  height: 31px;
  background: url(/user_data/packages/obscura_coffee2/assets/img/lp/new/icon_arrow_wh.png) 0 0 no-repeat;
  background-size: 100% auto;
}
#about .step .img{
  position: relative;
}
#about .step .img p{
  top: 0;
  left: -1.5em;
  position: absolute;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  line-height: 1.0;
  letter-spacing: 0.2em;
  font-family: 'Tinos', serif;
  font-size: 15px;
}
#about .step .txt{
  font-size: 12px;
  letter-spacing: 1.5px;
  color: #fff;
  line-height: 2;
  margin: 0.5em 0 0;
}
#about h3{
  text-align: center;
}
.subTtl{
  position: relative;
  letter-spacing: 0.3em;
  text-align: center;
  font-size: 18px;
  margin: 1em 0 3em;
  padding: 0 0 2.5em;
}
.subTtl::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 120px;
  height: 5px;
  background: #231815;
  transform: translateX(-50%);
}
.subTtl span{
  display: block;
  font-size: 12px;
  letter-spacing: 0.2em;
  margin: 1.5em 0 0;
}
.subTtl.wh{
  color: #fff;
}
.subTtl.wh::before{
  background: #fff;
}
#about .contents{
  display: flex;
  justify-content: space-between;
}
#about .contents p{
  text-align: center;
  color: #fff;
  letter-spacing: 0.2em;
  font-size: 12px;
}
#about h4{
  text-align: center;
  margin: 85px 0 45px;
}
#about .point {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
    /* 768px以上用（タブレット用）の記述 */
#about .point {
   width: 80%;
   margin: 0 auto;
}
}
#about .point .num{
  color: #fff;
  text-align: right;
  letter-spacing: 0.2em;
  font-size: 24px;
  font-weight: 700;
  font-family: 'Tinos', serif;
  margin: 0;
}
#about .point p{
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.3em;
  margin: 0.5em 0 0;
}
.stepTtl{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 48px;
  font-family: 'Tinos', serif;
  line-height: 1.0;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.stepTtl span{
  position: relative;
  font-size: 30px;
  color: #fff;
  background: #231815;
  letter-spacing: 0.1em;
  border-radius: 2em;
  font-weight: 400;
  padding: 0.5em 1.2em;
  margin-right: 1em;
}
.stepTtl span::after{
  content: '';
  position: absolute;
  top: 50%;
  right: -14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 16px;
  border-color: transparent transparent transparent #231815;
  transform: translateY(-50%);
}
#price_ad{
  padding: 105px 0 180px;
}
#price_ad .detail{
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#price_ad .pcnone{
  display: none;
}
#price_ad table{
  border: 8px solid #000;
  table-layout: fixed;
  border-collapse: separate;
  overflow: hidden;
  border-radius: 30px;
  border-spacing: 0;
  margin: 70px 0;
}
#price_ad table th{
  width: 310px;
  border-bottom: 5px solid #000;
}
#price_ad table td{
  width: 220px;
  border-left: 5px solid #000;
  border-bottom: 5px solid #000;
}
#price_ad table tr:last-child td,
#price_ad table tr:last-child th{
  border-bottom: 0;
}
#price_ad table tr:last-child th{
  border-bottom-left-radius: 20px;
}
#price_ad table tr:last-child td:last-child{
  border-bottom-right-radius: 20px;
}
#price_ad table td a{
  display: block;
  padding: 1em 0 0;
}
#price_ad table td p{
  font-weight: 700;
}
#price_ad table p{
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.0;
}
#price_ad table th .ttl{
  position: relative;
  font-family: 'Tinos', serif;
  line-height: 1.0;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.1em;
  padding: 0 0 1.4em;
}
#price_ad table th .ttl::before{
  content: '';
  position: absolute;
  bottom: 0.7em;
  left: 50%;
  width: 125px;
  height: 2px;
  background: #231815;
  transform: translateX(-50%);
}
#price_ad table .txt{
  font-size: 15px;
  letter-spacing: 0.1em;
}
#price_ad table .notes{
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.3em;
  margin: 3em 0 0;
}
#price_ad table .day{
  width: 120px;
  text-align: center;
  background: #C0C8CE;
  color: #fff;
  border-radius: 2em;
  font-size: 12px;
  margin: 1.2em auto 0.7em;
  padding: 0.5em 0;
}
#price_ad table td .ttl{
  font-size: 20px;
}
#price_ad table td .ttl .f18{
  margin-left: 0.2em;
}
#price_ad table .sale{
  font-size: 10px;
  color: #fff;
  letter-spacing: 0.1em;
  background: #A83725;
  padding: 0.5em 0;
}
#price_ad table .price{
  font-size: 28px;
  padding: 0 0 0.8em;
}
#price_ad table .bags{
  background: #E3D8D8;
  text-align: center;
}
#price_ad table .bag{
  display: inline-block;
  font-size: 30px;
  padding: 0 1em 0.4em;
  margin-bottom: 0.3em;
  border-bottom: 1px dotted #000;
}
#price_ad table .yen{
  margin: 0 0.2em;
}
#price_ad table .bag .f22{
  margin-left: 0.2em;
}
#price_ad .f14{ font-size: 14px; }
#price_ad .f18{ font-size: 18px; }
#price_ad .f22{ font-size: 22px; }
#price_ad .f24{ font-size: 24px; }

#price_ad .other{
  width: 900px;
  text-align: center;
  margin: 0 auto;
}
#roast{
  background: url(/user_data/packages/obscura_coffee2/assets/img/lp/new/bg_roast.jpg) 0 0 no-repeat #909FA9;
  background-size: 100% auto;
  text-align: center;
  padding: 105px 0 65px;
}
#roast .subTtl{
  margin-bottom: 0;
}
#roast .type{
  margin-top: 100px;
}
#roast .type .ttlWrap{
  position: relative;
  text-align: center;
  background: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  cursor: pointer;
}
#roast .type .ttl{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  letter-spacing: 0.3em;
  font-weight: 700;
  text-align: center;
  padding: 0.5em 0;
}
#roast .type .ttl span{
  font-size: 12px;
}
#roast .type .action{
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 40px;
  line-height: 1.0;
  transform: translateY(-50%);
}
#roast .type .action span{
  position: relative;
  display: inline-block;
  font-weight: 700;
  line-height: 1.0;
  font-size: 12px;
  letter-spacing: 0.3em;
  padding-left: 1.5em;
}
#roast .type .action span::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #231815 transparent transparent transparent;
  transform: translateY(-50%);
}
#roast .type .open .action span::after{
  border-width: 0 4px 8px 4px;
  border-color: transparent transparent #231815 transparent;
}
#roast .typeWrap{
  display: none;
}
#roast .typeTxt{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 40px;
}
#roast .typeTxt .block{
  width: 44%;
}
#roast .typeTxt p{
  font-size: 12px;
  text-align: left;
  letter-spacing: 0.1em;
}
#roast .typeTxt .typeTtl{
  font-size: 15px;
}
#roast .typeTxt p + .typeTtl{
  margin-top: 2em;
}
#roast ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 860px;
  margin: 55px auto 0;
}
#roast ul li{
  position: relative;
  width: 250px;
  text-align: center;
}
#roast ul li .icon{
  position: absolute;
  top: -60px;
  right: -5px;
}
#roast ul li p{
  text-align: center;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.1em;
  margin-top: 1em;
}
#states{
  background: url(/user_data/packages/obscura_coffee2/assets/img/lp/new/bg_states.jpg) 0 bottom no-repeat;
  background-size: cover;
  text-align: center;
  padding: 105px 0 185px;
}
#states .subTtl{
  margin-bottom: 90px;
}
#credit{
  text-align: center;
  padding: 45px 0 100px;
}
#credit h2{
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.3em;
  font-weight: 700;
  margin-bottom: 2.5em;
}
#credit p{
  letter-spacing: 0.1em;
}
#credit .txt{
  text-align: center;
  line-height: 2;
  font-size: 15px;
  margin: 2.5em 0 1em;
}
#credit .notes{
  text-align: center;
  font-size: 12px;
}
#faq .icon{
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10;
}
#faqTxt{
  position: relative;
  width: 800px;
  margin: 0 auto;
  padding: 100px 0 30px;
}
#faqTxt .mfp-close{
  position: absolute;
  top: 20px;
  right: -70px;
  width: 53px;
  height: 80px;
  font-size: 0;
  background: url(/user_data/packages/obscura_coffee2/assets/img/lp/new/icon_modal_close.png) 0 0 no-repeat;
  background-size: 100% auto;
}
#faqTxt dt{
  position: relative;
  background: #C0C8CE;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 1em 30px;
  margin-top: 0.5em;
}
#faqTxt dt:first-child{
  margin-top: 0;
}
#faqTxt dt::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 16px;
  background: url(/user_data/packages/obscura_coffee2/assets/img/lp/new/icon_modal_lft.png) 0 0 no-repeat;
  background-size: 100% auto;
  transform: translateY(-50%);
}
#faqTxt dt.open::after{
  width: 16px;
  height: 14px;
  background: url(/user_data/packages/obscura_coffee2/assets/img/lp/new/icon_modal_btm.png) 0 0 no-repeat;
  background-size: 100% auto;
}
#faqTxt dd{
  display: none;
  background: #fff;
  font-size: 12px;
  letter-spacing: 0.3em;
  line-height: 1.8;
  padding: 2em 30px;
}
#faqTxt dd a{
  color: #6f8483;
}
#faqTxt dd a:hover{
  text-decoration: underline;
}
#newfoot.footer .logo{
  width: 196px;
  left: 0;
}
#newfoot.footer .footer__inner .logo img{
  height: auto!important;
}
#newfoot.footer .footer__inner{
  max-width: 930px;
}
#newfoot.footer .footer__color{
  background: #CD978D;
}
.footer .footer__color .footer__inner{
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer ul li{
  font-size: 12px;
}
.footer .fbox{
  background: #fff;
  width: 380px;
  padding: 20px 50px;
  box-sizing: border-box;
}
.footer .fbox p{
  color: #CD978D;
}
#cycle_type2_form .apply__select{
  width: 150px!important;
}
#regular-deliv_area .delivday_box{
  font-size: 14px!important;
}

@media screen and (max-width : 1260px){
  
  .gnavi ul{
    margin-right: 10px;
  }
  .gnavi .btn{
    width: 130px;
  }
  .gnavi ul li:first-child{
    width: 180px;
  }
  .gnavi ul li{
    width: 130px;
  }
}

@media screen and (max-width : 767px){

  html{ overflow:auto; }
  body{ min-width: inherit; overflow: hidden;}
  p, table, dl, ol, ul li{ font-size: 3.6vw; text-align: justify;}
  #newCont img{ width:100%; height: auto; }

  .wrap{
    padding: 0 5.3vw;
  }
  .header{
    position: fixed;
    top: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    background: url(/user_data/packages/obscura_coffee2/assets/img/lp/new/bg_mv_sp.jpg) 0 0 no-repeat;
    background-size: cover;
    z-index: 10;
  }
  .header .gnavi ul{
    display: none;
  }
  .header h1{
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 60px;
    background: #000;
    line-height: 1.0;
  }
  .header h1 img{
      width: 100%;
      height: auto;
  }
  .gnavi{
      position: relative;
      top: auto;
      left: auto;
      transform: none;
      padding: 0;
   }
  .gnavi .btn{
    width: 25vw;
    border-radius: 0;
  }
  .gnavi .btn a{
    height: 100%;
  }
  .gnavi .en{
    font-size: 3vw;
  }
  .gnavi .ja{
    font-size: 2.6vw;
    margin: 0.1em 0 0;
    transform: scale(0.8);
  }
  #mv{
    background: url(/user_data/packages/obscura_coffee2/assets/img/lp/new/bg_mv_sp.jpg) 0 0 no-repeat;
    background-size: cover;
    padding: 60px 0 20vw;
  }
  #mv .inner{
    width: auto;
    padding: 28vw 0 14vw;
    margin: 0;
  }
  #mv .inner::after{
    content: none;
  }
  #mv .inner .img{
    display: block;
    width: 63vw;
    height: auto;
    margin: 8vw auto 0;
  }
  #mv .logo{
    display: block;
    width: 40vw;
    margin: 0 auto;
  }
  .header.clone-nav.is-show{
    display: none;
  }
  #faq .icon{
    width: 20vw;
    height: 20vw;
    right: 5vw;
    bottom: 5vw;
  }
  #about{
    background: url(/user_data/packages/obscura_coffee2/assets/img/lp/new/bg_about_sp.jpg) 0 0 no-repeat;
    background-size: cover;
    padding: 35vw 0 15vw;
  }
  #about .catch{
    font-size: 2.6vw;
  }
  #about .ttl{
    font-size: 6.8vw;
  }
  #about .step{
    display: block;
    width: 70vw;
    margin: 10vw auto 15vw;
  }
  #about .step li{
    width: auto;
  }
  #about .step li+li{
    margin-top: 17vw;
  }
  #about .step li + li::before{
    content:'';
    position: absolute;
    top: -10vw;
    left: 50%;;
    width: 8vw;
    height: 4vw;
    background: url(/user_data/packages/obscura_coffee2/assets/img/lp/new/icon_arrow_wh_sp.png) 0 0 no-repeat;
    background-size: 100% auto;
    transform: translateX(-50%);
  }
  #about .step .txt{
    font-size: 3.0vw;
    margin: 1em 0 0;
  }
  #about .step .img p{
    font-size: 2.6vw;
  }
  .subTtl{
    font-size: 3.4vw;
  }
  .subTtl::before{
    width: 20vw;
    height: 3px;
  }
  #about .contents{
    display: block;
  }
  #about .contents img{
    display: block;
    width: 55vw;
    margin: 0 auto;
  }
  #about .contents p{
    font-size: 3.5vw;
  }
  #about .contents li+li{
    margin-top: 7vw;
  }
  #about .point{
    flex-wrap: wrap;
  }
  #about .point li{
    width: 42vw;
    margin-top: 5vw;
  }
  #about .point li:nth-child(-n+2){
    margin-top: 0;
  }
  #about h4{
    margin: 15vw 10vw 5vw;
  }
  #about .point .num{
    font-size: 3.6vw;
    line-height: 1.0;
    margin: 0 0 0.2em;
  }
  #about .point p{
    font-size: 3.0vw;
    letter-spacing: 0.2em;
    margin: 0.3em 0 0;
  }
  #price_ad{
    padding: 10vw 0;
  }
  #price_ad .detail{
    margin: 0 5.3vw;
  }
  #price_ad .spnone{
    display: none;
  }
  #price_ad .pcnone{
    display: block;
  }
  #price_ad table{
    width: 100%;
    border-width: 4px;
    border-radius: 20px;
    margin: 10vw 0 0;
  }
  #price_ad table th{
    width: auto;
    border-bottom: 4px solid #000;
    padding: 6vw 5vw;
  }
  #price_ad table th .ttlWrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 2px solid #000;
    padding: 0 0 0.8em;
  }
  #price_ad table th .ttl{
    font-size: 4.2vw;
    padding: 0;
  }
  #price_ad table th .ttl::before{
    content: none;
  }
  #price_ad table .txt{
    font-size: 2.6vw;
    letter-spacing: 0.05em;
  }
  #price_ad table .notes{
    font-size: 2.6vw;
    margin: 3vw 0 0;
  }
  #price_ad table td{
    width: calc(100% / 3);
    text-align: center;
    border-width: 4px;
  }
  #price_ad table td:first-child{
    border-left: 0;
  }
  #price_ad table .day{
    display: inline-block;
    width: auto;
    font-size: 2.6vw;
    padding: 0.5em 1em;
    margin: 0.8em 0 0.5em 0;
  }
  #price_ad table td .ttl{
    font-size: 3.4vw;
  }
  #price_ad .f14{ font-size: 2.6vw; }
  #price_ad .f18{ font-size: 3.2vw; }
  #price_ad .f22{ font-size: 3.6vw; }
  #price_ad .f24{ font-size: 3.8vw; }
  #price_ad table .price{
    font-size: 4vw;
  }
  #price_ad table .sale{
    font-size: 2.4vw;
    line-height: 1.4;
    padding: 0.5em;
  }
  #price_ad .other{
    width: auto;
    padding: 0 10vw;
    margin: 5vw 0 0;
  }
  #price_ad table th.bags{
    background-color: #fff;
  }
  #price_ad table .bags .ttl{
    border-bottom: 2px solid #000;
    padding-bottom: 0.8em;
    margin-bottom: 0.8em;
  }
  #price_ad table .bag{
    font-size: 5vw;
    padding: 0 0.5em 0.4em;
  }
  #roast{
    background: url(/user_data/packages/obscura_coffee2/assets/img/lp/new/bg_roast_sp.jpg) 0 0 no-repeat #93A0A9;
    background-size: 100% auto;
    padding: 10vw 0;
  }
  /*
  #roast img{
    width: calc(100% - 10.6vw);
    margin: 0 5.3vw;
  }
  */
  #roast .subTtl{
    margin-bottom: 3vw;
  }
  #roast .type{
    margin: 10vw 0 0;
  }
  #roast .type .ttl{
    font-size: 3.0vw;
    padding: 1em 0;
  }
  #roast .type .ttl span{
    font-size: 2.6vw;
  }
  #roast .type .action{
    right: 2em;
  }
  #roast .type .action span{
    font-size: 2.6vw;
    letter-spacing: 0.1em;
    padding-left: 1.2em;
  }
  #roast .type .action span::after{
    border-width: 0.8em 0.4em 0 0.4em;
  }
  #roast .typeTxt{
    padding: 0 5vw 5vw;
  }
  #roast .typeTxt .block{
    width: auto;
  }
  #roast .typeTxt .block+.block{
    margin-top: 3vw;
  }
  #roast .typeTxt .typeTtl{
    font-size: 3.4vw;
  }
  #roast .typeTxt p{
    font-size: 3.0vw;
  }
  #roast .typeTxt p + .typeTtl{
    margin-top: 3vw;
  }
  #roast ul{
    width: auto;
    justify-content: space-between;
    margin: 10vw 3vw 0;
  }
  #roast ul li{
    width: 50%;
  }
  #roast ul li:first-child{
    width: 100%;
    margin-bottom: 5vw;
  }
  #roast ul li .icon{
    width: 12vw;
    top: -7vw;
    right: 19vw;
  }
  #roast ul li img{
    display: block;
    width: 35vw;
    margin: 0 auto;
  }
  #roast ul li p{
    font-size: 2.6vw;
    letter-spacing: 0;
  }
  #states{
    background: url(/user_data/packages/obscura_coffee2/assets/img/lp/new/bg_states_sp.jpg) 0 0 no-repeat;
    background-size: cover;
    padding: 10vw 5.3vw;
  }
  #states .subTtl{
    margin: 1em 0 2em;
  }
  #credit{
    padding: 10vw 5.3vw;
  }
  #credit h2{
    font-size: 3.4vw;
    margin: 0 0 7vw;
  }
  #credit .txt{
    font-size: 3.2vw;
    margin: 1.5em 0;
  }
  #credit .notes{
    font-size: 2.8vw;
  }
  #faqTxt{
    width: auto;
    padding: 14vw 0 5vw;
  }
  #faqTxt .mfp-close{
    top: 3vw;
    right: 3vw;
    width: 6vw;
    height: 9.5vw;
  }
  #faqTxt dl{
    height: calc(100vh - 20vw);
    overflow-y: scroll;
  }
  #faqTxt dt{
    font-size: 3.2vw;
    text-indent: -1.5em;
    padding: 1em 12vw 1em 9vw;
  }
  #faqTxt dd{
    font-size: 3.2vw;
    letter-spacing: 0.1em;
    padding: 1em 4.5vw;
  }
  #faqTxt dt::after,
  #faqTxt dt.open::after{
    width: 3.2vw;
    height: 3.2vw;
    background-size: 100% 100%;
  }
  .mfp-container{
      padding: 0 10%;
  }
  .stepTtl{
    font-size: 6.8vw;
  }
  .stepTtl span{
    font-size: 3.6vw;
  }
  .stepTtl span::after{
    right: -2.5vw;
    border-width: 1vw 0 1vw 3vw;
  }
  .subTtl span{
    font-size: 3.0vw;
  }
  .footer .footer__color .footer__inner{
    padding: 10vw 0;
  }
  #newfoot.footer .logo{
    width: 50vw;
    margin: 0 auto 5vw;
  }
  .footer ul{
    margin-bottom: 5vw;
  }
  .footer ul li{
    font-size: 3.4vw;
  }
  .footer .fbox{
    width: auto;
    margin: 0 5.3vw;
    padding: 3vw 5vw;
  }
  .footer .footer__contact{
    font-size: 3.4vw;
    padding: 0;
  }
  
  .apply .apply__name dt{
    width: 36.5vw!important;
  }
  .apply .apply__name dt+dd{
    width: 24vw!important;
  }
  .apply .apply__name dd{
    width: 24vw!important;
  }
  .apply .apply__select.apply__select-step p{
    font-size: 1.1rem!important;
  }
  
  .apply input[type="radio"]{
    /*-webkit-appearance: none;*/
    width: 1em;
    height: 1em;
    border: 1px solid #000;
    background-color: transparent;
    border-radius: 100%;
  }
  .apply input[type="checkbox"]{
    /*-webkit-appearance: none;*/
    width: 1em;
    height: 1em;
    border: 1px solid #000;
    background-color: transparent;
  }
  .apply .apply__select select{
    font-size: 16px!important;
  }
  #cycle_type2_form .apply__select{
    width: 29vw!important;
  }
  .apply dl dd.apply__radio label{
      line-height: 1.5;
  }
  .apply dl dd.apply__radio label input[type="radio"]{
      margin-right: 1.5vw!important;
  }
  #zeus_token_card_number,
  #zeus_token_card_name,
  #zeus_token_card_cvv{
	font-size: 16px;
	background: #fff;
  }
  #zeus_token_card_name{
      width: auto!important;
  }
  .zeus_credit table:nth-child(1) tbody tr td{
	padding-left: 0;
  }
}


.clear{
  clear:both;
}
/* ------------------------------
clearfix
------------------------------ */

.cf:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

.cf {display: inline-block;} 

/* Hides from IE Mac */
* html .cf {height: 1%;}
.cf {display:block;}
/* End Hack */ 