@charset "utf-8";

.sp {
	display: none !important;
}

html {
	font-size: 62.5%;
}

body {
	font-size: 16px;
	font-size: 1.6em;
	height: 100%;
}

.hv:hover {
	opacity: .7;
}

header {
	height: 100vh;
	position: relative;
}



#header {
	position: absolute;
	width: 100%;
	z-index: 100;
	padding: 20px;
	box-sizing: border-box;
}

#header h1 a img {
	width: 140px;
}

header.index #header {
	position: relative;
}

header.index #header h1 a {
	display: block;
	width: 20vw;
}

header.index #header h1 a img {
	/* width: 420px; */
	width: 100%;
	height: auto;
}

#header .menu {
	position: absolute;
  	top: 15%;
    right: 2%;
    width: 45px;
    height: 45px;
    cursor: pointer;
}

header.index #header .menu {
	/* top: 24%; */
	top: 31%;
}

#header .menu span {
  -webkit-transition: all 0.4s ease;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 45px;
  height: 2px;
  margin-top: -1px;
  overflow: hidden;
  background: #009944;
  text-indent: -9999px;
  white-space: nowrap;
  opacity: 1;
  transition: all 0.4s ease;
}

#header .menu:before {
  -webkit-transition: all 0.4s ease;
  position: absolute;
  top: 6px;
  right: 0;
  width: 45px;
  height: 2px;
  margin-top: -1px;
  background: #009944;
  content: "";
  transition: all 0.4s ease;
}

#header .menu:after {
  -webkit-transition: all 0.4s ease;
  position: absolute;
  right: 0;
  bottom: 6px;
  width: 45px;
  height: 2px;
  margin-top: -1px;
  background: #009944;
  content: "";
  transition: all 0.4s ease;
}

#to-scroll {
	position: absolute;
	bottom: 2%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}

#to-scroll a {
	color: #fff;
	font-size: 2.0rem;
	line-height: 1.2;
}

#to-scroll a p:not([class]) {
	font-size: 2.3rem;
}

#mv,
.slider,
.slick-list,
.slick-track {
	height: 100%;
}

.slick-slide > a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.slide1 .btn {
	position: absolute;
	bottom: 3%;
	right: 3%;
}

.slide1 {
	background: url(../img/index/mv01_pc.jpg) center center;
	background-size: cover;
}

.cmn-ttl {
	font-size: 10rem;
	padding: 70px 0 0;
	text-align: center;
}

.cmn-ttl:after {
	content: '';
	display: block;
	width: 266px;
	height: 20px;
	margin: 10px auto 70px;
	background: url(../img/common/bg_cmn-ttl.svg) no-repeat;
}

.cmn-ttl.wh:after {
	background: url(../img/common/bg_cmn-ttl_wh.svg) no-repeat;
}

/*----------------------------------------------------
    index
----------------------------------------------------*/

#index-tile {
	padding: 3% 30px;
	/*background: url(../img/index/bg_quality.jpg);*/
}

#index-tile .main {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	height: auto !important;
}

#index-tile .main li {
	width: 26%;
	/* width: 23%; */
	/*↑7個用*/
}

#index-tile .main li:nth-child(2) {
	margin: 0 2%;
}
#index-tile .main li:nth-child(4) {
	margin-top: 2%;
	/*一列の場合消す　7個終了時戻す↑*/
	/* margin-left: 2%; */
	/*↑二列の6個場合消す*/

	margin-left: 2%;
	/*↑7個用*/
}

#index-tile .main li:nth-child(5) {
	margin: 2% 2% 0;
}

#index-tile .main li:nth-child(6) {
	margin-top: 2%;
}

#index-tile .main li:nth-child(7) {
	margin-top: 2%;
	margin-left: 2%;
	/*↑7個用*/
}

/* 上3つ下4つ用*/
#index-tile .main li:nth-child(1) {
/*	margin-left: 2.5%;*/
}
#index-tile .main li:nth-child(3) {
/*	margin-right: 2.5%;*/
}
#index-tile .main li:nth-child(4) {
/*	margin-top: 2% !important;*/
/*	margin-left: 0 !important;*/
}
/* 上3つ下4つ用*/


/* #index-tile .main li:nth-child(1) {
	order: 1;
}

#index-tile .main li:nth-child(2) {
	order: 4;
	margin-top: 2%;
}

#index-tile .main li:nth-child(3) {
	order: 5;
	margin: 2% 2% 0;
}

#index-tile .main li:nth-child(4) {
	order: 6;
	margin-top: 2%;
}

#index-tile .main li:nth-child(5) {
	order: 2;
	margin: 0 2%;
}

#index-tile .main li:nth-child(6) {
	order: 3;
} */


#index-tile .main li a img {
	width: 100%;
	height: auto;
}

#index-tile .thumb {
	display: none;
}

#index-about {
	/*color: #fff;*/
	background: url(../img/index/bg_about2_pc.jpg) no-repeat;
	background-size: cover;
	min-height: 970px;
	position: relative;
	overflow: hidden;
}

#index-about video {
  position: absolute;
  left: 50%;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  transform: translateX(-50%);
}

#index-about h2 {
	font-size: 4rem;
	letter-spacing: .3em;
	text-align: center;
	padding-bottom: 80px;
}

#index-about > div {
	display: flex;
	align-items: center;
}


#index-about > div .txt {
	width: 40%;
}

#index-about > div > div {
	width: 60%;

}

#index-about > div .txt,
#index-about > div > div {
	position: relative;
	box-sizing: border-box;
}

#index-about > div .txt {
	z-index: 2;
}

#index-about > div > div {
	z-index: 1;
}

#index-about > div .txt .in {
	padding-left: 25%;
}

#index-about > div .txt p {
	white-space: nowrap;
	line-height: 2;
}


#index-about .slick-slide img {
	width: 100%;
	height: auto;
}

#index-about .about-slider .slick-slide img {
	transform: scale(.7);
	transition: .5s;
}

#index-about .about-slider .slick-center img {
	transform: scale(1);
}

#index-quality {
	background-color: #421a0a;
	position: relative;
	overflow: hidden;
}

#index-quality .vd {
	position: relative;
	width: 100%;
}

#index-quality .bg {
    position: absolute;
    z-index: 2;
    background-image: url(../img/index/bg_quality3.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 261px;
    bottom: 10%;
    width: 100%;
}

#index-quality video {
	position: absolute;
	left: 50%;
	top: 0;
	width: 100%;
	min-width: 100%;
	min-height: 100%;
	z-index: 1;
	transform: translateX(-50%);
}

#index-quality h1 {
	color: #fff;
	position: relative;
	z-index: 2;
	padding-top: 150px;
}

#index-quality h1:after {
	margin-bottom: 150px;
}

#index-quality ul {
	display: flex;
	position: relative;
	z-index: 2;
	padding: 0 2%;
}

#index-quality ul li {
	width: calc(100%/3);
	text-align: center;
	color: #fff;
}

#index-quality dt img {
	width: 100%;
	height: auto;
}

#index-quality dd {
	font-size: 1.1vw;
	padding: 20px 0;
	line-height: 2.2;
	background-color: rgba(90,48,17,.75);
}

#index-quality ul li:nth-child(2) dd {
	background-color: #9b8271;
}

#index-quality .btn {
	padding: 60px 0;
}

#index-quality .btn a {
	display: block;
	background-color: #009944;
	color: #fff;
	font-size: 2rem;
	text-align: center;
	border-radius: 5px;
	padding: 28px 0;
	width: 350px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}

#index-quality .btn a:after {
	content: '\f105';
	font-family: FontAwesome;
	padding-left: 20px;
}

#cmn-lineup .navi {
	display: flex;
	flex-wrap: wrap;
}

#cmn-lineup .navi li {
	width: calc(100%/3);
	text-align: center;
	position: relative;
}

#cmn-lineup .navi li a {
	display: block;
	font-size: 1.8rem;
	padding: 30px 0 0;
}

#cmn-lineup .navi li a:after {
	content: '\f107';
	display: block;
	font-family: FontAwesome;
	padding: 20px 0 7px;
}

#cmn-lineup .navi li:nth-child(2):before,
#cmn-lineup .navi li:nth-child(2):after {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background-image: -moz-linear-gradient( 90deg, rgb(106,57,6) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(106,57,6) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(106,57,6) 0%, rgb(255,255,255) 100%);
	position: absolute;
	top: 0;
}

#cmn-lineup .navi li:nth-child(2):before {
	left: 0;
}

#cmn-lineup .navi li:nth-child(2):after {
	right: 0;
}


#cmn-lineup #standard {
	background: url(../img/common/product/bg_standard_pc.jpg);
	background-size: cover;
}

#cmn-lineup #seasonality {
	background: url(../img/common/product/bg_seasonality_pc.jpg);
	background-size: cover;
}

#cmn-lineup #seasonality ul li dt {
	min-height: 76px;
}

#cmn-lineup #speciality {
	background: url(../img/common/product/bg_speciality_pc.jpg);
	background-size: cover;
	color: #fff;
}

#cmn-lineup #speciality ul li:nth-child(2) {
	/*margin: 0 calc(25%/3);*/
}

#cmn-lineup #speciality ul li .btn a {
	background-color: #fff;
	color: #6a3906;
}

#cmn-lineup .product {
	text-align: center;
	padding: 95px 0 0;
}

#cmn-lineup .product h2 {
	font-size: 5.2rem;
	letter-spacing: .1em;
	padding-bottom: 35px;
}

#cmn-lineup .product h3 {
	font-size: 2.0rem;
	letter-spacing: .3em;
	padding-bottom: 78px;
}

#cmn-lineup .product ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#cmn-lineup .product ul li {
	width: 25%;
}

#cmn-lineup .product ul li figure {
	padding: 0 20%;
}

#cmn-lineup .product ul li figure img {
	width: 100%;
	height: auto;
}

#cmn-lineup .product ul li dt {
	font-size: 2.2rem;
	font-weight: bold;
	padding-top: 10px;
}

#cmn-lineup .product ul li dt span {
	font-size: 1.4rem;
}

#cmn-lineup .product ul li dt:after {
	width: 168px;
	height: 12px;
	margin-bottom: 10px;
}

#cmn-lineup .product ul li dd {
	font-size: 1.3rem;
	line-height: 1.6;
	padding-bottom: 35px;
}

#cmn-lineup .product ul li .btn {
	padding-bottom: 130px;
}

#cmn-lineup .product ul li .btn a {
	display: block;
	background-color: #6a3906;
	color: #fff;
	border-radius: 5px;
	width: 180px;
	padding: 15px 0;
	margin: 0 auto;
}

#cmn-lineup .product ul li .btn a:after {
	content: '\f105';
	font-family: FontAwesome;
	padding-left: 12px;
}

#cmn-insta ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 935px;
	margin: 0 auto;
}

#cmn-insta ul li {
	width: 24%;
	padding-bottom: 1%;
}

#cmn-insta ul li a {
	display: block;
}

#cmn-insta ul li a img {
	width: 100%;
	height: auto;
}

/*----------------------------------------------------
    page
----------------------------------------------------*/

#page-ttl {
	position: relative;
	height: 100%;
	background-size: cover;
}

#page-ttl .ttl {
	position: absolute;
	bottom: 140px;
	left: 50%;
	transform: translateX(-50%);
}

#page-ttl  .ttl h1 {
	color: #fff;
}

#page-ttl .ttl h1:after {
	margin-bottom: 0;
}

/*----------------------------------------------------
    quality
----------------------------------------------------*/

.quality {
	background-image: url(../img/quality/mv_pc.jpg);
}

#page-quality {
	background-color: #1d0804;
	color: #ccc9c4;
	overflow: hidden;
}

#page-quality ul li dl {
	display: flex;
	height: 600px;
}

#page-quality ul li dl dt,
#page-quality ul li dl dd {
	width: 50%;
}

#page-quality ul li dl dt {
	background-size: cover;
}

#page-quality ul li:nth-child(1) dl dt {
	background-image: url(../img/quality/img01_pc.jpg);
}
#page-quality ul li:nth-child(2) dl dt {
	background-image: url(../img/quality/img02_pc.jpg);
}
#page-quality ul li:nth-child(3) dl dt {
	background-image: url(../img/quality/img03_pc.jpg);
}
#page-quality ul li:nth-child(4) dl dt {
	background-image: url(../img/quality/img04_pc.jpg);
}

#page-quality ul li:nth-child(2n) dl {
	flex-direction: row-reverse;
}

#page-quality ul li dl dd {
	position: relative;
	box-sizing: border-box;
}

#page-quality ul li dl dd .in {
	position: absolute;
    top: 0;
    width: 100%;
    max-width: 650px;
    height: 100%;
}

#page-quality ul li dl dd .in.left {
	right: 0;
}

#page-quality ul li dl dd .in .txt {
	padding: 0 0 0 10%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}

#page-quality ul li dl dd .in.left .txt {
	padding: 0 10% 0 0;
}

#page-quality ul li dl dd .in .txt > div {
	border: 1px solid #d6d6d6;
	height: 466px;
	overflow-y: scroll;
	box-sizing: border-box;
	padding: 40px 40px 0;
	box-sizing: border-box;
}

#page-quality dd h1 {
	color: #dcd7bf;
	font-size: 3.8rem;
	line-height: 1.28;
	padding-bottom: 30px;
}

#page-quality dd p {
	letter-spacing: .28em;
	line-height: 1.7;
	padding-bottom: 40px;
}

#page-quality dd h2 {
	font-size: 2.4rem;
	text-align: center;
	color: #dcd7bf;
}

#page-quality dd h2:after {
	content: '';
	display: block;
	width: 27px;
	border: 3px solid #dcd7bf;
	margin: 25px auto 30px;
}

/*----------------------------------------------------
    history
----------------------------------------------------*/

.history {
	background-image: url(../img/history/mv_pc.jpg);
}

#page-history {
	background: url(../img/index/bg_quality.jpg);
	padding: 150px 0;
}

#page-history h1 {
	text-align: center;
	font-size: 4.0rem;
	padding-bottom: 100px;
}


#page-history p {
	letter-spacing: .28em;
	line-height: 1.7;
	width: 785px;
	margin: 0 auto;
}

/*----------------------------------------------------
    cm
----------------------------------------------------*/

#cm {
	height: 100%;
}

.cm .vd {
	position: relative;
	width: 100%;
}

.cm video {
	width: 100%;
}

#page-cm h1 {
	text-align: center;
	font-size: 4.6rem;
	letter-spacing: .1em;
	padding-bottom: 80px;
}

#page-cm h1 span {
	font-size: inherit;
	font-size: 1.6rem;
}

#page-cm p {
	text-align: center;
	letter-spacing: .28em;
	line-height: 2.4;
}

#page-cm h2 {
	text-align: center;
	font-size: 2.6rem;
	letter-spacing: .1em;
	line-height: 1.3;
	padding-bottom: 40px;
}

#page-cm h2 + p {
	padding-bottom: 40px;
}

#page-cm > div {
	padding: 100px 0;
}

#page-cm .tvcm {
	background: url(../img/index/bg_quality.jpg);
}

#page-cm .tab_set {
	width: 900px;
	margin: 0 auto;
}

#page-cm .tab_content li iframe {
	width: 100%;
	height: 400px;
}

#page-cm .movie li span,pan {
	display: block;
	color: #009944;
	font-size: 1.6rem;
	padding: 10px 0 0;
}

#page-cm .tab_content li.hide {
	display: none;
}

#page-cm .tab {
	text-align: center;
	font-size: 0;
	padding: 26px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#page-cm .tab li {
	background: #009944;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	width: 224px;
	cursor: pointer;
	padding: 18px 0;
	border-radius: 5px;
	border: 2px solid #009944;

	-webkit-transition: all .3s;
    transition: all .3s;
}

#page-cm .tvcm .tab li {
	margin: 0 17px;
}

#page-cm .tab li:hover {
	border: 1px solid #009944;
	color: #009944;
	background: #fff;
}

#page-cm .tab li.select {
	background: #fff;
	color: #009944;
	pointer-events: none;
}

#page-cm .tab li:after {
	font-family: FontAwesome;
	content: '\f105';
	padding: 0 0 0 10px;
}

#page-cm .tab li.select:after {
	content: none;
}

#page-cm .special .tab_set.up {
	margin-bottom: 50px;
}

#page-cm .special .tab li {
	width: 280px;
	font-size: 1.6rem;
	margin-bottom: 30px;
	letter-spacing: 0;
}

#page-cm .special .tab li:nth-child(3n-1) {
	margin-left: 24px;
	margin-right: 24px;
}


/*----------------------------------------------------
  Other
----------------------------------------------------*/

header.lp,
header.product,
header.product_old,
header.product_new {
	height: 100%;
}

header.product_old #header {
	position: relative;
}

header.product_old #header h1 {
	text-align: center;
}

header.product_old #header h1 a img {
	width: 100px;
}

header.product_old #header .menu {
	top: 35%;
}

/*----------------------------------------------------
  pagetop
----------------------------------------------------*/

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9997;
}

.pagetop a {
  display: block;
}

.pagetop a img {
	width: 80%;
}

/*----------------------------------------------------
    detail
----------------------------------------------------*/

.ttl_cmn {
	text-align: center;
}

.ttl_cmn:after {
	content: '';
	display: block;
	width: 50px;
	border-bottom: 2px solid #009944;
	margin: 0 auto;
	padding: 18px 0 0;
}

.ttl_cmn h2 {
	font-size: 3.8rem;
	letter-spacing: 0.2em;
}

.ttl_cmn p {
	font-size: 1.6rem;
	padding: 18px 0 0;
}

#detail .wrap {
	width: 1000px;
	margin: 0 auto;
}

#detail .product_view .genre {
	text-align: center;
}

#detail .product_view .genre h2 {
	color: #fff;
	padding: 10px 0;
	font-size: 1.9rem;
}

#detail .product_view .genre h2.sta {
	background: #ba9f82;
}
#detail .product_view .genre h2.sea {
	background: #dd7b11;
}
#detail .product_view .genre h2.spe {
	background: #483724;
}

#detail .product_view .main {
	position: relative;
}

#detail .product_view .main img {
	width: 100%;
	height: auto;
}

#detail .product_view .main ul li {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
}

#detail .product_view .main ul li img {

}

#detail .product_view .main ul li.prev {
	left: 40px;
}

#detail .product_view .main ul li.next {
	right: 40px;
}

#detail .product_info {
}

#detail .product_info .ttl_cmn:after {
	content: none;
}

#detail .product_info .cmn-ttl:after {
	margin-bottom: 0;
}

#detail .product_info .ttl_cmn h2 {
	font-size: 4.0rem;
	font-weight: bold;
	line-height: 1.25;
}

#detail .product_info .ttl_cmn h2 span {
	font-size: 2.5rem;
	display: block;
	padding: 10px 0 0;
}

#detail .product_info .ttl_cmn p {
	font-size: 2.4rem;
	font-weight: 400;
}

#detail .product_info .txt {
	padding: 75px 0 0;
	text-align: center;
}

#detail .product_info .txt h3 span {
	text-align: center;
	font-size: 3.2rem;
	line-height: 1.5;
	letter-spacing: .1em;
}

#detail .product_info .txt p {
	font-size: 1.6rem;
	line-height: 1.5;
	padding: 30px 0 0;
	text-align: center;
}

#detail .product_info .txt p span {
	font-size: 1.4rem;
}

#detail .product_info .txt p span.ast {
	font-size: 1.2rem;
}

#detail .product_info .sub {
	padding: 40px 0;
}

#detail .product_info .sub .tb {
	width: 420px;
	margin: 0 auto 30px;
}

#detail .product_info .sub dl {
	width: 100%;
	display: table;
	table-layout: fixed;
}

#detail .product_info .sub dl:last-child {
	border-bottom: 1px solid #c8c8c8;
}

#detail .product_info .sub dl dt,
#detail .product_info .sub dl dd {
	display: table-cell;
	border-top: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
	padding: 12px 0;
}

#detail .product_info .sub dl dt {
	background: rgba(236,224,210,.57);
	font-size: 1.5rem;
	border-left: 1px solid #c8c8c8;
	padding-left: 15px;
	width: 40%;
}

#detail .product_info .sub dl dd {
	background: #fff;
	text-align: center;
	color: #009944;
	font-size: 2.2rem;
}

#detail .product_info .sub p {
	font-size: 1.4rem;
	line-height: 1.75;
	text-align: center;
}

#detail .product_good {

}

#detail .product_good a {
	display: block;
	background-image: url(../img/product/bg-good_pc.jpg);
	background-size: cover;
	height: 358px;
    text-align: center;
	-webkit-transition: all .3s;
    transition: all .3s;
	color: #fff;
}

#detail .product_good a:hover {
	opacity: .8;
}

#detail .product_good a dl dt {
	font-size: 6.9rem;
}

#detail .product_good a dl dt:after {
	margin-bottom: 30px;
}

#detail .product_good a dl dd {
	border: 1px solid #fff;
	font-size: 2.4rem;
	padding: 20px 0;
	width: 443px;
	margin: 0 auto;
}

#detail .product_good a dl dd:after {
	content: '\f105';
	font-family: FontAwesome;
	margin-left: 20px;
}



#detail #cmn-lineup .product {
	padding: 60px 0;
}

#detail #cmn-lineup .product h2 {
	font-size: 4.2rem;
}


#detail #cmn-lineup .btn {
	padding: 50px 0;
}

#detail #cmn-lineup .btn a {
	display: block;
	background-color: #715739;
	color: #fff;
	font-size: 2.1rem;
	font-weight: bold;
	padding: 20px 0;
	width: 344px;
	margin: 0 auto;
	text-align: center;
	border-radius: 8px;
	letter-spacing: .2em;
}

#detail #cmn-lineup .btn a:before {
	content: '\f104';
	font-family: FontAwesome;
	margin-right: 20px;
}



#detail .decaf_detail .bl01 {
	text-align: center;
}


#detail .decaf_detail .ttl {
	background-color: #401f0f;
	border-top: 2px solid #c1ab89;
	border-bottom: 2px solid #c1ab89;
	padding: 30px 0;
	text-align: center;
	position: relative;
	color: #ebd5ac;
	margin-bottom: 30px;
}

#detail .decaf_detail .ttl:after {
	content: '\f107';
	font-family: FontAwesome;
	font-size: 3.8rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 5%;
}


#detail .decaf_detail .bl02 .inner,
#detail .decaf_detail .bl03 .inner {
	display: none;
}

#detail .decaf_detail .bl03 .inner {
	padding-bottom: 50px;
}

#detail .decaf_detail .bl02 .inner {
	background-image:
		url(/img/product/decaf/pc/bl02_bg01.png),
		url(/img/product/decaf/pc/bl02_bg02.png);
	background-repeat:
		no-repeat,
		no-repeat;
	background-position:
		top right,
		bottom left;
}

@media screen and (max-width:1200px) {
	#detail .decaf_detail .bl02 .inner {
		background: none !important;
	}
}

#detail .decaf_detail .bl02 .inner ul {
	width: 1000px;
	margin: auto;
	padding: 50px 30px;
	box-sizing: border-box;
}

#detail .decaf_detail .bl02 .inner ul li {
	float: left;
	width: 266px;
}

#detail .decaf_detail .bl02 .inner ul li:nth-child(2) {
	padding: 0 70px;
}

#detail .decaf_detail .bl02 .inner ul li dl dd {
	font-size: 1.6rem;
	line-height: 1.56;
}

#detail .decaf_detail .bl03 {
	text-align: center;
}

#detail .decaf_detail .bl03 p {
	padding: 35px 0 0;
	font-size: 1.6rem;
}

#detail .decaf_detail .bl03 ul li {
	float: left;
	font-size: 1.6rem;
	line-height: 1.56;
	width: 390px;
}

#detail .decaf_detail .bl03 ul li:first-child {
	padding: 0 220px 0 0;
}

#detail .cb_detail {
	text-align: center;
	padding-bottom: 50px;
}

#detail .cb_detail .bl02 {
	background-image: url(/img/product/coldbrew/pc/bl02_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

#detail .cb_detail .bl02 .ttl {
	background-color: #f56a41;
	position: relative;
	color: #fff;
	padding: 20px 0;
}

#detail .cb_detail .bl02 .ttl h2 {
	display: flex;
	justify-content: center;
	align-items: center;
}

#detail .cb_detail .bl02 .ttl h2:after {
	font-family: FontAwesome;
	content: '\f107';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 5%;
	font-size: 3.4rem;
}

#detail .cb_detail .bl02 .ttl .f-ds {
	font-size: 6.4rem;
}

#detail .cb_detail .bl02 .ttl span + span {
	padding-left: 20px;
}

#detail .cb_detail .bl02 .ttl:before,
#detail .cb_detail .bl02 .ttl:after {
	content: '';
	display: block;
	width: 100%;
	border-top: 1px solid #fab5a1;
	position: absolute;
}

#detail .cb_detail .bl02 .ttl:before {
	top: 6px;
}

#detail .cb_detail .bl02 .ttl:after {
	bottom: 6px;
}

#detail .cb_detail .inner {
	display: none;
}



#detail .ds_detail .bl01 {
	text-align: center;
}

#detail .ds_detail .ttl {
	background-color: #401f0f;
	border-top: 2px solid #c1ab89;
	border-bottom: 2px solid #c1ab89;
	padding: 40px 0;
	text-align: center;
	position: relative;
	color: #ebd5ac;
}

#detail .ds_detail .ttl:after {
	content: '\f107';
	font-family: FontAwesome;
	font-size: 3.8rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 5%;
}

#detail .ds_detail .ttl h2 {
	font-size: 3.0rem;
	font-weight: bold;
}

#detail .ds_detail .cont {
	display: none;
}

#detail .ds_detail .box {
	display: flex;
}


#detail .ds_detail .box h3 {
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	letter-spacing: .1em;
}

#detail .ds_detail .box h3 span {
	font-size: 1.3rem;
}

#detail .ds_detail .box .in p {
	font-size: 1.6rem;
	line-height: 1.6;
	padding: 48px 0 0;
}

#detail .ds_detail .box .in p span {
	font-size: 1.4rem;
}

#detail .ds_detail .box > div {
	width: 50%;
	position: relative;
}

#detail .ds_detail .box .img img {
	object-fit: cover;
	width: 100%;
	height: 520px;
}


#detail .ds_detail .box .fit {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	max-width: 550px;
}

#detail .ds_detail .box .in {
	padding: 0 30px;
}

#detail .ds_detail .box .in figure {
	text-align: center;
	padding: 30px 0 0;
}

#detail .ds_detail .box02,
#detail .ds_detail .box04,
#detail .ds_detail .box06
{
	flex-direction : row-reverse;
}

#detail .ds_detail .box02 .fit,
#detail .ds_detail .box04 .fit,
#detail .ds_detail .box06 .fit {
	right: 0;
}

#detail .ds_detail .bl02,
#detail .ds_detail .bl03 {
	padding: 0 0 50px;
}

#detail .ds_detail .box .in a {
	display: block;
	background: #093181;
	color: #fff;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 14px 0;
	width: 50%;
	margin: 30px auto 0;
	border-radius: 10px;
	border: 1px solid #093181;

	-webkit-transition: all .3s;
    transition: all .3s;
}

#detail .ds_detail .box .in a:after {
	font-family: FontAwesome;
	content: '\f105';
	padding: 0 0 0 15px;
}

#detail .ds_detail .box .in a:hover {
	background: #fff;
	color: #093181;
}

.decaf-contact {
	padding-bottom: 50px;
}

.decaf-contact dl {
	display: flex;
	justify-content: center;
	border-radius: 10px;
}

.decaf-contact dl dt,
.decaf-contact dl dd {
	border: 1px solid #009944;
}


.decaf-contact dl dt {
	text-align: center;
	background-color: #009944;
	color: #fff;
	padding: 20px;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: bold;
	border-radius: 10px 0 0 10px;
}

.decaf-contact dl dd {
	width: 600px;
	background-color: #fff;
	border-radius: 0 10px 10px 0;
}

.decaf-contact dl dd div {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
}

.decaf-contact dl dd div a:before {
	content: '';
	display: inline-block;
	width: 40px;
	height: 23px;
	background: url(../img/icn-freetel.png) no-repeat;
	margin-right: 10px;
}

.decaf-contact dl dd div a {
	font-size: 5.0rem;
	font-weight: bold;
	color: #009944;
}

.decaf-contact dl dd div p {
	color: #009944;
	font-weight: bold;
	border: 1px solid #009944;
	padding: 5px;
	margin-left: 10px;
	font-size: 1.2rem;
}

.decaf-contact dl dd > p {
	text-align: center;
}

/*----------------------------------------------------
    footer
----------------------------------------------------*/

.page-navi ul {
	display: flex;
}

.page-navi ul li {
	width: 50%;
}

.page-navi ul li a img {
	width: 100%;
	height: auto;
}

footer {
	text-align: center;
}

footer .sns {
	padding: 30px 0 40px;
	display: flex;
	justify-content: center;
}

footer .sns li {
	width: 300px;
}

footer .sns li:nth-child(2) {
	margin: 0 18px;
}

footer .sns li a {
	display: block;
	font-size: 1.9rem;
	background-color: #6a3906;
	color: #fff;
	padding: 15px 0;
	position: relative;
}

footer .sns li a:before {
	font-family: FontAwesome;
	font-size: 4rem;
	vertical-align: middle;
	padding-right: 20px;
}

footer .sns li.fb a:before {
	content: '\f09a';
}

footer .sns li.ig a:before {
	content: '\f16d';
}

footer .sns li.tw a:before {
	content: '\f099';
}

footer .sns li a:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	bottom: 6px;
	right: 6px;
}

footer .txt-link {
	display: flex;
	justify-content: center;
	padding-bottom: 20px;
}

footer .txt-link li:first-child:after {
	content: '|';
	padding: 0 10px;
}

footer .share dt {
	padding-bottom: 20px;
}

footer .share ul {
	display: flex;
	justify-content: center;
	padding-bottom: 40px;
}

footer .share ul li {
	width: 62px;
	padding: 0 6px;
}

footer .share ul li img {
	width: 100%;
	height: auto;
}

footer .copyright p {
	font-size: 1.3rem;
	letter-spacing: 0;
	color: #848484;
	padding-bottom: 10px;
}

footer .copyright figure {
	width: 154px;
	margin: 0 auto;
	padding-bottom: 30px;
}

footer .copyright figure img {
	width: 100%;
	height: auto;
}
