@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  src: url("../icon/icon.eot?-wxk34n");
  src: url("../icon/icon.eot?#iefix-wxk34n") format("embedded-opentype"), url("../icon/icon.woff?-wxk34n") format("woff"), url("../icon/icon.ttf?-wxk34n") format("truetype"), url("../icon/icon.svg?-wxk34n#icon") format("svg");
}
html {
  font-size: 62.5%;
}

body {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  min-width: 1000px;
  color: #3F1F00;
  -webkit-text-size-adjust: none;
}
body a {
  text-decoration: none;
}
body img {
  vertical-align: middle;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -ms-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg);
    transform: rotateZ(-360deg);
  }
  100% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -ms-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg);
    transform: rotateZ(-360deg);
  }
  100% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}
@-ms-keyframes rotate {
  0% {
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -ms-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg);
    transform: rotateZ(-360deg);
  }
  100% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -ms-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg);
    transform: rotateZ(-360deg);
  }
  100% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}
.cover {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  background-color: #fff;
}
.cover .throbber {
  position: absolute;
  top: 50%;
  left: 0%;
  margin: -26px 0 0 0;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cover .throbber:after {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  -webkit-animation: rotate 0.6s linear infinite;
  -moz-animation: rotate 0.6s linear infinite;
  -ms-animation: rotate 0.6s linear infinite;
  -o-animation: rotate 0.6s linear infinite;
  animation: rotate 0.6s linear infinite;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border-top: 1px solid #545a6a;
  border-bottom: 1px solid #d4d4db;
  border-left: 1px solid #545a6a;
  border-right: 1px solid #d4d4db;
  content: '';
  opacity: .5;
}
.cover .throbber.throbber_large:after {
  width: 40px;
  height: 40px;
}
.cover .throbber.throbber_green:after {
  opacity: 1;
  border-top: 1px solid #42a26e;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #42a26e;
  border-right: 1px solid #fff;
}

#cfHeader {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  min-width: 900px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  z-index: 1000;
  zoom: 1;
  -webkit-box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.09);
}
#cfHeader:before, #cfHeader:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#cfHeader:after {
  clear: both;
}
#cfHeader .logo {
  float: left;
  padding-left: 15px;
  height: 60px;
  line-height: 60px;
  -webkit-transition: 600ms ease;
  -moz-transition: 600ms ease;
  -ms-transition: 600ms ease;
  -o-transition: 600ms ease;
  transition: 600ms ease;
}
#cfHeader .logo:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
#cfHeader .navList {
  padding-right: 22px;
  float: right;
}
#cfHeader .navList ul {
  zoom: 1;
}
#cfHeader .navList ul:before, #cfHeader .navList ul:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#cfHeader .navList ul:after {
  clear: both;
}
#cfHeader .navList li {
  float: left;
  padding: 0 27px;
}
#cfHeader .navList li a {
  height: 60px;
  line-height: 60px;
  position: relative;
}
#cfHeader .navList li a:after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -6px;
  left: 0;
  background-color: #3F1F00;
  -webkit-transition: 600ms ease;
  -moz-transition: 600ms ease;
  -ms-transition: 600ms ease;
  -o-transition: 600ms ease;
  transition: 600ms ease;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#cfHeader .navList li a:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

/*
  COMMON STYLE
—————————————————–*/
.indexTtl {
  text-align: center;
  margin-bottom: 60px;
}
.indexTtl i {
  display: block;
}
.indexTtl .top {
  position: relative;
  display: inline-block;
}
.indexTtl .top:before {
  content: "";
  background-image: url(../images/coffee/arrow_l.png);
  background-repeat: no-repeat;
  width: 60px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: -80px;
  margin: -3px 0 0 0;
}
.indexTtl .top:after {
  content: "";
  background-image: url(../images/coffee/arrow_r.png);
  background-repeat: no-repeat;
  width: 60px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: -80px;
  margin: -3px 0 0 0;
}
.indexTtl .cnt {
  margin-top: 25px;
  position: relative;
  background-image: url(../images/coffee/bd.png);
  background-repeat: repeat-x;
  background-position: center;
  min-height: 18px;
}
.indexTtl .cnt span {
  display: inline-block;
  padding: 0 34px;
  background-color: #fff;
}
.indexTtl .btm {
  margin-top: 19px;
}

.indexTtl2 {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  width: 890px;
  margin: 0 auto;
}
.indexTtl2 i {
  display: block;
}
.indexTtl2 .bd {
  border-top: 4px solid #402000;
  border-bottom: 1px solid #402000;
  height: 65px;
  line-height: 65px;
}
.indexTtl2 .icon {
  position: absolute;
  top: -36px;
  left: 7px;
}

/*
  TOP MAIN VISUAL
—————————————————–*/
.mainVisual {
  overflow: hidden;
  position: relative;
}
.mainVisual .inr .pic {
  position: absolute;
  top: 50%;
  left: 50%;
}
.mainVisual .inr .pic img {
  -webkit-transition: 3500ms ease;
  -moz-transition: 3500ms ease;
  -ms-transition: 3500ms ease;
  -o-transition: 3500ms ease;
  transition: 3500ms ease;
}
.mainVisual .inr .logo {
  position: absolute;
  bottom: 16%;
  left: 9%;
  -webkit-transition: 2000ms ease 1000ms;
  -moz-transition: 2000ms ease 1000ms;
  -ms-transition: 2000ms ease 1000ms;
  -o-transition: 2000ms ease 1000ms;
  transition: 2000ms ease 1000ms;
}
.mainVisual.off .pic img {
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mainVisual.off .logo {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

/*
  CONTENTS
—————————————————–*/
.itemIntro {
  text-align: center;
  margin-top: 100px;
}
.itemIntro ul {
  display: inline-block;
}
.itemIntro ul li {
  display: inline-block;
  text-align: left;
  width: 450px;
  height: 500px;
  margin: 0 20px;
  padding: 60px 68px 0 53px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(../images/coffee/beige_bg.png);
  background-repeat: no-repeat;
}
.itemIntro ul li .point {
  position: absolute;
  top: -20px;
  left: -24px;
}
.itemIntro ul li .ttl {
  margin-top: 20px;
}
.itemIntro ul li .sentense {
  margin-top: 19px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.itemIntro ul li .price {
  margin-top: 19px;
}

#deliSect {
  width: 850px;
  margin: 92px auto 0;
  zoom: 1;
}
#deliSect:before, #deliSect:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#deliSect:after {
  clear: both;
}
#deliSect dd {
  float: left;
  width: 400px;
}
#deliSect dt {
  float: right;
  width: 335px;
  padding-right: 30px;
}
#deliSect .cap {
  margin: 25px 0 28px;
}
#deliSect p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
}

#shopSect {
  margin: 60px auto 0;
}
#shopSect .shoplist {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
#shopSect .shoplist ul {
  display: inline-block;
}
#shopSect .shoplist ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 43px 95px;
}
#shopSect .shoplist ul li .name {
  border-top: 4px solid #402000;
  border-bottom: 1px solid #402000;
  padding: 21px 0;
  position: relative;
}
#shopSect .shoplist ul li .name:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  top: -21px;
  left: 0;
  width: 100%;
  height: 24px;
}
#shopSect .shoplist ul li .img img {
  width: 400px;
}
#shopSect .shoplist ul li .sentense {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 20px 0 10px;
}
#shopSect .shoplist ul li .infoBtn {
  margin-top: 23px;
  -webkit-transition: 500ms ease;
  -moz-transition: 500ms ease;
  -ms-transition: 500ms ease;
  -o-transition: 500ms ease;
  transition: 500ms ease;
}
#shopSect .shoplist ul li .infoBtn:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
#shopSect .shoplist ul li .address {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
#shopSect .shoplist ul li.num1 .name:after {
  background-image: url(../images/coffee/num1.png);
}
#shopSect .shoplist ul li.num2 .name:after {
  background-image: url(../images/coffee/num2.png);
}
#shopSect .shoplist ul li.num3 .name:after {
  background-image: url(../images/coffee/num3.png);
}
#shopSect .shoplist ul li.num4 .name:after {
  background-image: url(../images/coffee/num4.png);
}
#shopSect .shoplist ul li.num5 .name:after {
  background-image: url(../images/coffee/num5.png);
}
#shopSect .shoplist ul li.num6 .name:after {
  background-image: url(../images/coffee/num6.png);
}

#appealSect .appealList {
  padding-top: 56px;
  width: 1000px;
  margin: 0 auto;
}
#appealSect .appealList ul li {
  position: relative;
  background-repeat: no-repeat;
}
#appealSect .appealList ul li .ttl {
  position: relative;
}
#appealSect .appealList ul li .ttl i {
  display: inline-block;
  vertical-align: middle;
}
#appealSect .appealList ul li .ttl i.num {
  position: absolute;
  top: 3px;
  left: -80px;
}
#appealSect .appealList ul li .ttl p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 24px;
}
#appealSect .appealList ul li .deco, #appealSect .appealList ul li .deco2 {
  position: absolute;
}
#appealSect .appealList ul li.p1 {
  height: 311px;
  padding: 0 0 0 188px;
  background-image: url(../images/coffee/bd1.png);
  background-position: 128px 68px;
}
#appealSect .appealList ul li.p1 .deco {
  top: -56px;
  right: 0;
}
#appealSect .appealList ul li.p2 {
  height: 344px;
  padding: 0 0 0 468px;
  background-image: url(../images/coffee/bd2.png);
  background-position: 118px 97px;
}
#appealSect .appealList ul li.p2 .deco {
  top: -71px;
  left: 56px;
}
#appealSect .appealList ul li.p3 {
  height: 350px;
  padding: 0 0 0 188px;
  background-image: url(../images/coffee/bd3.png);
  background-position: 128px 100px;
}
#appealSect .appealList ul li.p3 .deco {
  top: -100px;
  right: 68px;
}
#appealSect .appealList ul li.p3 .deco2 {
  top: 260px;
  left: 43px;
}
#appealSect .appealList ul li.p4 {
  height: 266px;
  padding: 0 0 0 468px;
}
#appealSect .appealList ul li.p4 .deco {
  top: 106px;
  left: 118px;
}

.yellowBox {
  margin-top: 87px;
  background-color: #FCFAEE;
  padding: 110px 0 86px;
}

.infSect {
  width: 890px;
  margin: 0 auto;
}
.infSect .itemBox {
  margin: 55px 0 0;
}
.infSect .itemBox dl {
  zoom: 1;
}
.infSect .itemBox dl:before, .infSect .itemBox dl:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.infSect .itemBox dl:after {
  clear: both;
}
.infSect .itemBox dl dd {
  float: left;
  width: 490px;
}
.infSect .itemBox dl dt {
  float: left;
  width: 395px;
}
.infSect .itemBox dl dt p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
.infSect .info {
  margin-top: 30px;
}
.infSect .info .price {
  vertical-align: top;
  text-align: center;
  text-align: right;
  display: inline-block;
  width: 432px;
  padding-top: 18px;
}
.infSect .info .cartBtn {
  display: inline-block;
  vertical-align: top;
  width: 390px;
  padding-left: 47px;
  -webkit-transition: 500ms ease;
  -moz-transition: 500ms ease;
  -ms-transition: 500ms ease;
  -o-transition: 500ms ease;
  transition: 500ms ease;
}
.infSect .info .cartBtn:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.infSect .how {
  background-image: url(../images/coffee/i_howto.png);
  background-position: 0 center;
  background-repeat: no-repeat;
  min-height: 119px;
  padding: 0 0 0 150px;
  margin-top: 52px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
.infSect .att {
  margin-top: 25px;
  font-size: 16px;
  font-size: 1.6rem;
  display: table;
  line-height: 1.5;
}
.infSect .att strong {
  display: table-cell;
  color: #E24D4D;
}
.infSect .att span {
  display: table-cell;
  text-indent: -0.5em;
  padding-left: 23px;
}
.infSect .grf {
  margin-top: 40px;
}
.infSect .grf .ttl {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 16px 98px;
}
.infSect .grf .exp {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 22px 0 26px 0;
  vertical-align: top;
}
.infSect .grf .img {
  margin-bottom: 29px;
}
.infSect#teikiSect {
  margin-top: 108px;
  position: relative;
}
.infSect#teikiSect:after {
  content: "販売終了しました。";
  color: #fff;
  background-color: rgba(140, 78, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  padding: 58% 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.2em;
}

#collaboSect .how {
  padding-top: 26px;
  margin-top: 27px;
}

.footLogo {
  padding: 78px 0 80px;
  text-align: center;
}

/*# sourceMappingURL=coffee.css.map */
