/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display: none;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
a:active, a:hover {
	outline: 0;
}
h1 {
	font-size: 2em;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: 700;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em;
}
pre {
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}
button, input {
	line-height: normal;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body, html {
	width: 100%;
	margin: 0;
	padding: 0;
	/*letter-spacing: 0.1em;*/
	-webkit-font-smoothing: antialiased;
}
.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	overflow: hidden;
}
.clearfix {
/*\*/
    /*/
display: inline-table !important;
/**/
}

#jsCenterY{
	position:fixed;
	top:50%;
	width: 100%;
	height: 2px;
	background: #000;
	opacity: 1;
	z-index: 100000;
	display: none;
}

.secMovieLineB, .secMovieLineT,.secMovieLineC{
	position: absolute;
	width: 100%;
	height: 2px;
	background: #cc0000;
	opacity: 1;
	z-index: 100000;
	display: none;
}
.secMovieLineB {
	background: #000099 !important;
	height: 5px;
}
.secMovieLineC {
	background: #663399 !important;
	height: 5px;
}
#jsDebug {
	position: fixed;
	top: 10px;
	left: 10px;
	padding: 10px;
	width: 200px;
	height: 100px;
	background: #333;
	color: #fff;
	font-size: 12px;
	opacity: 0.8;
	z-index: 1000;
	display: none;
}
* {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1;
}
html {
	font: 16px/1.7 '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo;
	color: #111;
	background-color: #f5f5f5;
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
 *zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	background: #fff;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
.hideTxt {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
a {
	text-decoration: none;
}
body {
	min-width: 320px;
	color: #171717;
}
.brSp {
	display: inline-block;
}
.flexslider img {
	width: 100%;
	height: auto;
}
.flexslider ul {
	position: absolute;
	width: 100%;
	height: 100%;
}
.flexslider li {
	position: absolute;
	width: 100%;
	height: 100%;
}
/*
 gHeader
**********************************************************************/

.gHeader {
	width: 100%;
	padding-bottom: 140.625%;
	position: relative;
}
.logoMuji {
	position: absolute;
	top: 5.77%;
	left: 8.125%;
	z-index: 10;
}
.logoMuji a {
	display: block;
	width: 51px;
	height: 13px;
	background: url(../../img/coffee/sp_logo.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
.gHeaderLead {
	position: absolute;
	top: 78.222%;
	top: 72.4%;
	width: 100%;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	z-index: 10;
	line-height: 1.6;
}
.mainVisual {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../../img/coffee/sp_main_visual.jpg) 0 0 no-repeat;
	background-size: 100% auto;
	z-index: 1;
}
.gHeaderVideoPlay {
	position: absolute;
	top: 86%;
	left: 50%;
	margin-left: -72px;
	z-index: 10;
	text-align: center;
	width: 144px;
	height: 34px;
	display: table;
}
.gHeaderVideoPlay a {
	font-size: 10px;
	position: relative;
	text-indent: 20px;
	display: table-cell;
	vertical-align: middle;
	padding: 1px 0 0 0;
	text-decoration: none;
	color: #FFF;
	border-radius: 17px;
	background: #cccccc;
	letter-spacing: 0.1em;
	font-weight: 700;
}
.gHeaderVideoPlay a:after {
	position: absolute;
	top: 11px;
	left: 30px;
	width: 0;
	height: 0;
	content: '';
	border-width: 5px 0 5px 7px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
}
.leadTxt {
	background: #fff;
	padding: 32px 0 32px;
	text-align: center;
}
.leadTxt p {
	font-size: 12px;
	line-height: 2;
}
/*
 secCon
**********************************************************************/

.secCon {
	position: relative;
}
.secMovieWrap {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	padding-bottom: 56.25%;
}
.secMovie {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.secMovie div.videoPlayer {
	position: absolute;
	width: 100%;
	height: 100%;
}
.secIcon {
	position: absolute;
	top: 50%;
	margin-top: -45px;
	z-index: 2;
	right: 26px;
	width: 90px;
	height: 90px;
}
.secTitTxtWrap {
	position: absolute;
	padding-top: 56.25%;
	z-index: 10;
}
.secTitTxt {
	padding: 25px 25px 45px;
}
.secTit {
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 10px;
}
.secTxt {
	font-size: 11px;
	line-height: 2;
}
#secCon-01 .secIcon {
	background: url(../../img/coffee/sp_sec_01_icon@1x.png) 0 0 no-repeat;
	background-size: 100% auto;
}
#secCon-02 .secIcon {
	background: url(../../img/coffee/sp_sec_02_icon@1x.png) 0 0 no-repeat;
	background-size: 100% auto;
}
#secCon-03 .secIcon {
	background: url(../../img/coffee/sp_sec_03_icon@1x.png) 0 0 no-repeat;
	background-size: 100% auto;
}
#secCon-04 .secIcon {
	background: url(../../img/coffee/sp_sec_04_icon@1x.png) 0 0 no-repeat;
	background-size: 100% auto;
}
#secCon-05 .secIcon {
	background: url(../../img/coffee/sp_sec_05_icon@1x.png) 0 0 no-repeat;
	background-size: 100% auto;
}
/*
 gFooter
**********************************************************************/

.gFooter {
}
.gFooterSnsItems {
	width: 100%;
	padding: 40px 0;
	text-align: center;
	background: #fff;
}
.gFooterSnsItems li {
	width: 40px;
	height: 40px;
	display: inline-block;
	margin: 0 20px;
}
.gFooterSnsItems li a {
	display: block;
	width: 100%;
	height: 100%;
}
.tw a {
	background: url(../../img/coffee/sp_icon_twitter@1x.png) 0 0 no-repeat;
	background-size: 100% auto;
}
.fa a {
	background: url(../../img/coffee/sp_icon_facebook@1x.png) 0 0 no-repeat;
	background-size: 100% auto;
}
.gFooterImg {
	padding-bottom: 56.25%;
	width: 100%;
	position: relative;
	z-index: 10;
}
.gFooterImg .secMovie {
	z-index: 1;
}
.gFooterCopy {
	position: absolute;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 8px;
	letter-spacing: 0.1em;
	bottom: 10.0%;
	z-index: 10;
}
/*
 conFunction
**********************************************************************/

.conFunction {
	width: 100%;
	border-top: 1px solid #cccccc;
	background: #f5f5f5;
}
.conFunctionInner {
}
.conFunctionMachine {
	width: 100%;
	padding-bottom: 72.81%;
	background: url(../../img/coffee/sp_machine.jpg) 0 0 no-repeat;
	background-size: 100% auto;
}
.conFunctionItems {
	border-top: 1px solid #cccccc;
}
.conFunctionItems dl {
}
.conFunctionItems dl dt div {
	display: table;
	position: relative;
	height: 50px;
	width: 100%;
	padding: 0 8.125% 0 8.125%;
	color: #171717;
	font-weight: 700;
	font-size: 11px;
	background: #fff;
	border-bottom: 1px solid #cccccc;
}
.conFunctionItems dl dt div:before {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 8.125%;
	width: 13px;
	height: 13px;
	color: #fff;
	background: url(../../img/coffee/sp_icon_toggle.png) 0 0 no-repeat;
	background-size: 26px 13px;
}
.conFunctionItems dl dt div.active:before {
	background: url(../../img/coffee/sp_icon_toggle.png) -13px 0 no-repeat;
	background-size: 26px 13px;
}
.conFunctionItems dl dt div span {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	padding: 1px 0 0 26px;
}
.conFunctionItems dl dt div span:after {
	position: absolute;
	top: 50%;
	margin-top: -9px;
	left: 0;
	width: 18px;
	height: 18px;
	color: #fff;
	background: #c12933;
	font-size: 11px;
	text-align: center;
	border-radius: 9px;
	padding-top: 4px;
	box-sizing: border-box;
}
.conFunctionItems dl:nth-child(1) dt div span:after {
	content: '1';
}
.conFunctionItems dl:nth-child(2) dt div span:after {
	content: '2';
}
.conFunctionItems dl:nth-child(3) dt div span:after {
	content: '3';
}
.conFunctionItems dl:nth-child(2) dd .conFunctionItemInner div {
	width: 268px;
	height: 53px;
	background: url(../../img/coffee/sp_function_02@1x.png) 0 0 no-repeat;
	background-size: 100% auto;
	margin: 10px auto 0;
}
.conFunctionItems dl:nth-child(3) dd .conFunctionItemInner div {
	width: 268px;
	height: 57px;
	background: url(../../img/coffee/sp_function_03@1x.png) 0 0 no-repeat;
	background-size: 100% auto;
	margin: 10px auto 0;
}
.conFunctionItems dl dd {
	border-bottom: 1px solid #cccccc;
	display: none;
}
.conFunctionItemInner {
	background: #f5f5f5;
	padding: 20px 8.125% 30px;
}
.conFunctionItemInner p {
	line-height: 2;
	font-size: 11px;
}
/*
 secBuyCon
**********************************************************************/

.secBuyCon {
	width: 100%;
	background: #fff;
	padding: 0 8.125%;
}
.secBuyConInner {
	width: 100%;
	display: table;
	padding: 40px 0;
}
.secBuyConInfo {
	display: table-cell;
	vertical-align: middle;
}
.secBuyTit {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.8;
	margin-bottom: 8px;
}
.secBuyCost {
	font-size: 10px;
	margin-bottom: 20px;
}
.secBuyCost span {
	font-size: 12px;
	font-weight: 700;
}
.secBuyBtn {
	text-align: center;
	width: 144px;
	height: 34px;
	display: table;
	margin-bottom: 16px;
}
.secBuyBtn a {
	font-size: 11px;
	display: table-cell;
	vertical-align: middle;
	padding: 1px 0 0 0;
	text-decoration: none;
	color: #FFF;
	border-radius: 17px;
	background: #333333;
	letter-spacing: 0.1em;
	font-weight: 500;
}

.secBuyDate{
	font-size: 12px;
}

.secBuyConItem {
	display: table-cell;
	vertical-align: middle;
	width: 55px;
}
.secBuyConItemMaker {
	width: 100%;
	padding-bottom: 232.7%;
	background: url(../../img/coffee/sp_buy_maker.jpg) 0 0 no-repeat;
	background-size: 100% auto;
}
.secBuyConItemBeans {
	width: 100%;
	padding-bottom: 254.5%;
	background: url(../../img/coffee/sp_buy_beans.jpg) 0 0 no-repeat;
	background-size: 100% auto;
}
/*
 secHowto
**********************************************************************/

.secHowto {
	width: 100%;
	background: #eeeeee;
	padding: 60px 8.125% 40px;
	border-top: 1px solid #cccccc;
}
.secHowtoInner {
	border: 1px solid #666;
	border-radius: 14px;
	padding: 0 0 25px;
}
.secHowtoTit {
	margin-bottom: 12px;
	text-align: center;
}
.secHowtoTit span {
	background: #eeeeee;
	padding: 0 10px;
	display: inline-block;
	line-height: 1.6;
	font-size: 11px;
	font-weight: 700;
	color: #666;
	letter-spacing: 0.1em;
	position: relative;
	top: -20px;
}
.secHowtoItems dl {
	margin: 0 16px 30px;
}
.secHowtoItems dl:last-child {
	margin-bottom: 0;
}
.secHowtoItems dt {
	height: 90px;
	display: table;
	margin-bottom: 15px;
}
.secHowtoItems dt div {
	display: table-cell;
	vertical-align: middle;
	padding-left: 108px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.8;
}
.secHowtoItems dl:nth-child(1) dt div {
	background: url(../../img/coffee/sp_howto_item_01.jpg) 0 0 no-repeat;
	background-size: 90px 90px;
}
.secHowtoItems dl:nth-child(2) dt div {
	background: url(../../img/coffee/sp_howto_item_02.jpg) 0 0 no-repeat;
	background-size: 90px 90px;
}
.secHowtoItems dl:nth-child(3) dt div {
	background: url(../../img/coffee/sp_howto_item_03.jpg) 0 0 no-repeat;
	background-size: 90px 90px;
}
.secHowtoItems dd {
	font-size: 11px;
	line-height: 2;
}
/*
 secBeansIntro
**********************************************************************/

.secBeansIntro {
	width: 100%;
	background: #f5f5f5;
	padding: 40px 8.125%;
	border-top: 1px solid #cccccc;
}
.secBeansIntroInner {
}
.secBeansIntroMain {
	margin-bottom: 30px;
}
.secBeansIntroMainImg {
	/*
	background:url(../../img/coffee/sp_beans_intro_ph.jpg) 0 0 no-repeat;
	background-size:100% auto;
*/
	width: 190px;
	height: 190px;
	border-radius: 95px;
	margin: 0 auto 25px;
	position: relative;
}
.secBeansIntroMainImg .secMovie {
	background: #fff;
	top: 0;
	left: 0;
	-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
	-webkit-transform: rotate(0.000001deg);
	-webkit-border-radius: 95px;
	-moz-border-radius: 95px;
	border-radius: 95px;
}
.secShopMujiInfo {
}
.secBeansIntroTit {
	margin-bottom: 20px;
	background: url(../../img/coffee/intro_line.png) center center repeat-x;
	background-size: 1px 40px;
	text-align: center;
}
.secBeansIntroTit span {
	background: #f5f5f5;
	padding: 0 15px;
	display: inline-block;
	line-height: 1.6;
	font-size: 11px;
	font-weight: 700;
	color: #666;
	letter-spacing: 0.2em;
}
.secBeansIntroMainInfo dt {
	font-weight: 700;
	font-size: 13px;
	margin-bottom: 15px;
	text-align: center;
}
.secBeansIntroMainInfo dd {
	font-size: 11px;
	line-height: 2;
}
.secBeansIntroSub dl {
	margin-bottom: 30px;
}
.secBeansIntroSub dl:last-child {
	margin-bottom: 0;
}
.secBeansIntroSub dt {
	height: 90px;
	display: table;
	margin-bottom: 15px;
}
.secBeansIntroSub dt div {
	display: table-cell;
	vertical-align: middle;
	padding-left: 106px;
	font-size: 12px;
	font-weight: 700;
}
.secBeansIntroSub dl:nth-child(1) dt div {
	background: url(../../img/coffee/sp_beans_intro_sub_01@1x.png) 0 0 no-repeat;
	background-size: 90px 90px;
}
.secBeansIntroSub dl:nth-child(2) dt div {
	background: url(../../img/coffee/sp_beans_intro_sub_02@1x.png) 0 0 no-repeat;
	background-size: 90px 90px;
}
.secBeansIntroSub dd {
	font-size: 11px;
	line-height: 2;
}
/*
 secShopMuji
**********************************************************************/

.secShopMuji {
	width: 100%;
	background: #f5f5f5;
	padding: 40px 8.125% 35px;
}
.secShopMujiInner {
}
.secShopMujiImg {
	background: url(../../img/coffee/sp_shop_img.jpg) 0 0 no-repeat;
	padding-bottom: 62.5%;
	margin-bottom: 25px;
}
.secShopMujiInfo {
}
.secShopMujiTit {
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 15px;
}
.secShopMujiTxt {
	font-size: 11px;
	margin-bottom: 10px;
	line-height: 2;
}
.secShopMujiBtn {
	text-align: center;
	width: 144px;
	height: 34px;
	display: table;
}
.secShopMujiBtn a {
	font-size: 11px;
	display: table-cell;
	vertical-align: middle;
	padding: 1px 0 0 0;
	text-decoration: none;
	color: #FFF;
	border-radius: 17px;
	background: #333333;
	letter-spacing: 0.1em;
	font-weight: 500;
}

.secShopMujiTxtLink a{
	color: #67affd;
	font-size: 11px;
	padding: 10px 0;
	display: inline-block;
}
/*video*/

.videoPopup {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.videoBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
}
.videoBody {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: auto;
	background: #000;
	visibility: hidden;
}
.videoPlay {
	width: 100%;
	padding-bottom: 56.27%;
}
.videoPlay iframe {
	position: absolute;
	top: 0;
	left: 0;
}
.videoClose {
	position: absolute;
	top: 20px;
	left: 20px;
	visibility: hidden;
}
.videoClose a {
	display: block;
	cursor: pointer;
	/*
		background-image:url(../../img/coffee/sprite.png);
    background-position: -510px -278px;
		*/
	background: url(../../img/coffee/sp_close.png) 0 0 no-repeat;
	background-size: 40px 40px;
	width: 40px;
	height: 40px;
}
html.modeVideoActive {
/*
 overflow-y: scroll;
 
 width:100%;
 height:100%;
 */
}
html.modeVideoActive body {
	overflow: hidden;
	width: 100%;
	height: 100%;
}
html.modeVideoActive .videoPopup {
	display: block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),  only screen and ( min--moz-device-pixel-ratio: 2),  only screen and ( -o-min-device-pixel-ratio: 2/1),  only screen and ( min-device-pixel-ratio: 2),  only screen and ( min-resolution: 192dpi),  only screen and ( min-resolution: 2dppx) {
#secCon-01 .secIcon {
	background: url(../../img/coffee/sp_sec_01_icon@2x.png) 0 0 no-repeat;
	background-size: 100% auto;
}
#secCon-02 .secIcon {
	background: url(../../img/coffee/sp_sec_02_icon@2x.png) 0 0 no-repeat;
	background-size: 100% auto;
}
#secCon-03 .secIcon {
	background: url(../../img/coffee/sp_sec_03_icon@2x.png) 0 0 no-repeat;
	background-size: 100% auto;
}
#secCon-04 .secIcon {
	background: url(../../img/coffee/sp_sec_04_icon@2x.png) 0 0 no-repeat;
	background-size: 100% auto;
}
#secCon-05 .secIcon {
	background: url(../../img/coffee/sp_sec_05_icon@2x.png) 0 0 no-repeat;
	background-size: 100% auto;
}
.tw a {
	background: url(../../img/coffee/sp_icon_twitter@2x.png) 0 0 no-repeat;
	background-size: 100% auto;
}
.fa a {
	background: url(../../img/coffee/sp_icon_facebook@2x.png) 0 0 no-repeat;
	background-size: 100% auto;
}
.conFunctionItems dl:nth-child(2) dd .conFunctionItemInner div {
	background: url(../../img/coffee/sp_function_02@2x.png) 0 0 no-repeat;
	background-size: 100% auto;
}
.conFunctionItems dl:nth-child(3) dd .conFunctionItemInner div {
	background: url(../../img/coffee/sp_function_03@2x.png) 0 0 no-repeat;
	background-size: 100% auto;
}
.secBeansIntroSub dl:nth-child(1) dt div {
	background: url(../../img/coffee/sp_beans_intro_sub_01@2x.png) 0 0 no-repeat;
	background-size: 90px 90px;
}
.secBeansIntroSub dl:nth-child(2) dt div {
	background: url(../../img/coffee/sp_beans_intro_sub_02@2x.png) 0 0 no-repeat;
	background-size: 90px 90px;
}
}

#secCon-01 .secMovie{
	background: #3f575b;
}

#secCon-02 .secMovie{
	background: #71939f;
}

#secCon-03 .secMovie{
	background: #62312a;
}

#secCon-04 .secMovie{
	background: #1b2330;
}

#secCon-05 .secMovie{
	background: #b4cbd3;
}

.secBeansIntroMainImg .secMovie{
	background: #000;
}

.gFooterImg .secMovie{
	background: #000;
}

@media print, screen and (min-width: 738px) {


body {
	min-width: 1100px;
	width:100%;
	background: url(../../img/coffee/pc_header_bg.jpg) center top repeat-x;
}
.brSp {
	display: none;
}
/*
 gHeader
**********************************************************************/

.gHeader {
	width: 100%;
	padding-bottom: 140.625%;
	position: relative;
	padding-bottom: 0;
	height: 768px;
	background: url(../../img/coffee/pc_header_bg.jpg) center top repeat-x;
	overflow: hidden;
}
.logoMuji {
	position: absolute;
	top: 5.77%;
	left: 8.125%;
	z-index: 10;
	top: 60px;
	left: 60px;
	
	left: 50px;
}
.logoMuji a {
	display: block;
	width: 101px;
	height: 26px;
	background: url(../../img/coffee/pc_logo.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
.gHeaderLead {
	position: absolute;
	top: 78.222%;
	width: 100%;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	z-index: 10;
	top: 290px;
	font-size: 34px;
	left: 50%;
	margin-left: -582px;
	width: auto;
	text-align: left;
	margin-left: 0;
	left: 132px;
	
	
	left: 50px;
}
.mainVisual {
	position: absolute;
	top: 0;
	z-index: 1;
	left: 50%;
	margin-left: 0;
	width: 100%;
	
	height: 768px;
	
	background: url(../../img/coffee/pc_main_visual_min.jpg) 100% 0 no-repeat;
	background-size: auto 100%;
	
	left:0;
}
	
.gHeaderVideoPlay {
	position: absolute;
	top: 86%;
	margin-left: -72px;
	left: 50%;
	z-index: 10;
	text-align: center;
	width: 144px;
	height: 34px;
	display: table;
	width: 220px;
	height: 50px;
	top: 426px;
	margin-left: -582px;
	margin-left: 0;
	left: 132px;
	
	left: 50px;
}
.gHeaderVideoPlay a {
	font-size: 10px;
	position: relative;
	text-indent: 10px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 0;
	text-decoration: none;
	color: #FFF;
	border-radius: 17px;
	background: #cccccc;
	height: 50px;
	text-indent: 25px;
	padding: 2px 0 0 0;
	border-radius: 25px;
	font-size: 14px;
}
.gHeaderVideoPlay a:after {
	position: absolute;
	left: 30px;
	width: 0;
	height: 0;
	content: '';
	border-width: 5px 0 5px 7px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	border-width: 6px 0 6px 9px;
	left: 46px;
	top: 19px;
}
.leadTxt {
	background: #fff;
	padding: 80px 0 80px;
	text-align: center;
}
.leadTxt p {
	font-size: 18px;
	line-height: 2;
}
/*
 secCon
**********************************************************************/

/* 1366 600 43.92% */

.secCon {
	position: relative;
	padding-bottom: 43.92%;/*height:600px;*/
}
.secMovieWrap {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	padding-bottom: 56.25%;
	padding: 0;
	height: 100%;
}
.secMovie {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.secIcon {
	position: absolute;
	top: 50%;
	z-index: 2;
	margin-top: -113px;
	right: 223px;
	width: 214px;
	height: 214px;
}
.userTab .secIcon {
	right: 160px;
}
.secTitTxtWrap {
	position: absolute;
	padding-top: 56.25%;
	padding-left: 60px;
	z-index: 10;
	top: 0;
	left: 0;
	padding-top: 0;
	display: table;
	color: #fff;
	width: 100%;
}
.secTitTxt {
	padding: 0 0 0;
	display: table-cell;
	vertical-align: middle;
}
.secTit {
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 24px;
	margin-bottom: 30px;
	width: 465px;
}
.secTxt {
	font-size: 11px;
	line-height: 2;
	font-size: 16px;
	width: 100%;
	padding-right: 55%;
}
.secConSplit .secMovieWrap {
	width: 50%;
	z-index: 10;
}
.secConSplit .secTitTxtWrap {
	width: 50%;
	left: 50%;
	background: #fff;
	color: #171717;
	z-index: 1;
	display: block;
}
.secConSplit .secTitTxt {
	position: absolute;
	top: 50%;
	margin-top: -34%;
}
	
.secConSplit .secTxt {
	/*width: 88%;*/
	padding-right: 70px;
}
	
.secConSplit.secConR .secMovieWrap {
	left: 50%;
}
.secConSplit.secConR .secTitTxtWrap {
	left: 0;
}
.secConSplit .secIcon {
	right: -50%;
	margin-right: -113px;
	bottom: 0px !important;
	margin-top: 0 !important;
}
.secConSplit.secConR .secIcon {
	left: -50%;
	margin-left: -113px;
}
#secCon-01 .secIcon {
	background: url(../../img/coffee/pc_sec_01_icon@1x.png) 0 0 no-repeat;
	background-size: 100% auto;
}
#secCon-02 .secIcon {
	background: url(../../img/coffee/pc_sec_02_icon@1x.png) 0 0 no-repeat;
	background-size: 100% auto;
}
#secCon-03 .secIcon {
	background: url(../../img/coffee/pc_sec_03_icon@1x.png) 0 0 no-repeat;
	background-size: 100% auto;
}
#secCon-04 .secIcon {
	background: url(../../img/coffee/pc_sec_04_icon@1x.png) 0 0 no-repeat;
	background-size: 100% auto;
}
#secCon-05 .secIcon {
	background: url(../../img/coffee/pc_sec_05_icon@1x.png) 0 0 no-repeat;
	background-size: 100% auto;
}
/*
 gFooter
**********************************************************************/

.gFooter {
	width: 100%;
	position: relative;
	background: url(../../img/coffee/pc_footer_bg.jpg) 0 0 no-repeat;
	background-size: 100% auto;
	padding-bottom: 43.923%;
}
.gFooterSnsItems {
	width: 100%;
	padding: 40px 0;
	text-align: center;
	background: none;
	position: absolute;
	width: 112px;
	right: 100px;
	top: 50%;
	margin-top: -23px;
	padding: 0;
	text-align: left;
	z-index: 10;
}
.gFooterSnsItems li {
	width: 46px;
	height: 46px;
	display: inline-block;
	float: left;
	margin: 0 20px 0 0;
}
.gFooterSnsItems li:last-child {
	margin: 0 0 0 0;
}
.gFooterSnsItems li a {
	display: block;
	width: 100%;
	height: 100%;
}
.tw a {
	background: url(../../img/coffee/pc_icon_twitter@1x.png) 0 0 no-repeat;
	background-size: 100% auto;
}
.fa a {
	background: url(../../img/coffee/pc_icon_facebook@1x.png) 0 0 no-repeat;
	background-size: 100% auto;
}
.gFooterImg {
	padding-bottom: 56.25%;
	width: 100%;
	height: 100%;
	position: relative;
	background: none;
	padding-bottom: 0;
	position: static;
	position: relative;
	position: absolute;
	z-index: 1;
}
.gFooterCopy {
	position: absolute;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 8px;
	letter-spacing: 0.1em;
	bottom: 10.0%;
	top: 50%;
	width: auto;
	left: 100px;
	font-size: 12px;
	margin-top: -6px;
	text-align: left;
}
/*
 conFunction
**********************************************************************/

.conFunction {
	width: 100%;
	background: #f5f5f5;
	border-top: none;
}
.conFunctionInner {
	width: 960px;
	height: 686px;
	margin: 0 auto;
	position: relative;
}
.conFunctionMachine {
	position: absolute;
	top: 0;
	left: 0;
	width: 614px;
	height: 686px;
	padding-bottom: 0;
	background: url(../../img/coffee/pc_machine.jpg) 0 0 no-repeat;
	background-size: 100% auto;
}
.conFunctionItems {
	border-top: none;
}
.conFunctionItems dl {
	border-bottom: none;
	position: absolute;
	width: 340px;
	left: 620px
}
.conFunctionItems dl dt div {
	padding: 0;
	display: block;
	cursor: default;
	width: auto;
	height: auto;
	font-size: 16px;
	border-bottom: none;
	background: none;
	margin-bottom: 12px;
}
.conFunctionItems dl:nth-child(1) {
	top: 82px;
}
.conFunctionItems dl:nth-child(2) {
	top: 438px;
}
.conFunctionItems dl:nth-child(3) {
	top: 215px;
}
.conFunctionItems dl dt div span {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	padding: 0 0 0 0;
}
.conFunctionItems dl dt div span:after {
	display: none;
}
.conFunctionItems dl:nth-child(2) dd .conFunctionItemInner div {
	background: url(../../img/coffee/pc_function_02@1x.png) 0 0 no-repeat;
	background-size: 100% auto;
	width: 264px;
	height: 60px;
	margin: 15px 0 0 0;
}
.conFunctionItems dl:nth-child(3) dd .conFunctionItemInner div {
	background: url(../../img/coffee/pc_function_03@1x.png) 0 0 no-repeat;
	background-size: 100% auto;
	width: 174px;
	height: 68px;
	margin: 15px 0 0 0;
}
.conFunctionItems dl dt div:after {
	display: none;
}
.conFunctionItems dl dt div:before {
	display: none;
}
.conFunctionItems dl dd {
	display: block !important;
	height: auto !important;
	border-bottom: none;
}
.conFunctionItemInner {
	background: none;
	padding: 0;
}
.conFunctionItemInner p {
	line-height: 2;
	font-size: 14px;
}
/*
 secBuyCon
**********************************************************************/

.secBuyCon {
	width: 100%;
	background: #fff;
	padding: 0 0;
}
.secBuyConInner {
	width: 100%;
	height: 210px;
	display: table;
	width: 960px;
	height: auto;
	margin: 0 auto;
	padding: 40px 0;
}
.secBuyConInfo {
	display: table-cell;
	vertical-align: middle;
}
.secBuyTit {
	font-size: 13px;
	font-weight: 700;
	line-height: 2;
	margin-bottom: 8px;
	font-size: 22px;
}
.secBuyCost {
	font-size: 10px;
	margin-bottom: 20px;
	font-size: 16px;
}
.secBuyCost span {
	font-size: 12px;
	font-weight: 700;
	font-size: 20px;
}
.secBuyBtn {
	text-align: center;
	width: 144px;
	height: 34px;
	display: table;
	width: 220px;
	height: 50px;
	margin-bottom: 20px;
}
.secBuyBtn a {
	font-size: 11px;
	display: table-cell;
	vertical-align: middle;
	padding: 1px 0 0 0;
	text-decoration: none;
	color: #FFF;
	border-radius: 17px;
	background: #333333;
	letter-spacing: 0.1em;
	font-weight: 500;
	border-radius: 25px;
	font-size: 16px;
}

.secBuyDate{
	font-size: 16px;
}
.secBuyConItem {
	display: table-cell;
	vertical-align: middle;
	width: 55px;
	width: 102px;
}
.secBuyConItemMaker {
	width: 100%;
	height: 240px;
	padding-bottom: 0%;
	background: url(../../img/coffee/pc_buy_maker.jpg) 0 0 no-repeat;
	background-size: 100% auto;
}
.secBuyConItemBeans {
	width: 100%;
	height: 258px;
	padding-bottom: 0%;
	background: url(../../img/coffee/pc_buy_beans.jpg) 0 0 no-repeat;
	background-size: 100% auto;
}
/*
 secShopMuji
**********************************************************************/

.secShopMuji {
	width: 100%;
	background: #f5f5f5;
	padding: 80px 0;
}
.secShopMujiInner {
	width: 960px;
	margin: 0 auto;
}
.secShopMujiImg {
	background: url(../../img/coffee/pc_shop_img.jpg) 0 0 no-repeat;
	padding-bottom: 0;
	margin-bottom: 0;
	width: 496px;
	height: 310px;
	float: left;
}
.secShopMujiInfo {
	float: right;
	width: 420px;
}
.secShopMujiTit {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 20px;
}
.secShopMujiTxt {
	font-size: 16px;
	margin-bottom: 22px;
	line-height: 2;
}
.secShopMujiBtn {
	text-align: center;
	width: 220px;
	height: 50px;
	display: table;
}
.secShopMujiBtn a {
	display: table-cell;
	vertical-align: middle;
	padding: 1px 0 0 0;
	text-decoration: none;
	color: #FFF;
	border-radius: 17px;
	background: #333333;
	letter-spacing: 0.1em;
	font-weight: 500;
	font-size: 16px;
	border-radius: 25px;
}
	
.secShopMujiTxtLink a{
	font-size: 16px;
	padding: 0;
}
/*
 secHowto
**********************************************************************/

.secHowto {
	width: 100%;
	background: #eeeeee;
	padding: 60px 8.125% 40px;
	border-top: 1px solid #cccccc;
	border-top: none;
	padding: 90px 0 80px;
}
.secHowtoInner {
	border: 1px solid #666;
	border-radius: 20px;
	padding: 0 0 25px;
	padding: 0 0 60px;
	width: 960px;
	margin: 0 auto;
}
.secHowtoTit {
	margin-bottom: 40px;
	text-align: center;
}
.secHowtoTit span {
	background: #eeeeee;
	padding: 0 10px;
	display: inline-block;
	line-height: 1.6;
	font-size: 11px;
	font-weight: 700;
	color: #666;
	letter-spacing: 0.1em;
	position: relative;
	top: -20px;
	line-height: 1;
	font-size: 18px;
	top: -12px;
}
.secHowtoItems dl {
	margin: 0 45px 40px;
	height: 214px;
	padding-left: 254px;
	padding-top: 34px;
}
.secHowtoItems dl:nth-child(3) {
	padding-top: 18px;
}
.secHowtoItems dl:last-child {
	margin-bottom: 0;
}
.secHowtoItems dt {
	height: 90px;
	display: table;
	margin-bottom: 15px;
	height: auto;
	display: block;
}
.secHowtoItems dt div {
	display: table-cell;
	vertical-align: middle;
	padding-left: 106px;
	font-size: 12px;
	font-weight: 700;
	padding-left: 0;
	font-size: 20px;
}
.secHowtoItems dl:nth-child(1) dt div {
	background: none;
}
.secHowtoItems dl:nth-child(2) dt div {
	background: none;
}
.secHowtoItems dl:nth-child(3) dt div {
	background: none;
}
.secHowtoItems dl:nth-child(1) {
	background: url(../../img/coffee/pc_howto_item_01.jpg) 0 0 no-repeat;
	background-size: 214px 214px;
}
.secHowtoItems dl:nth-child(2) {
	background: url(../../img/coffee/pc_howto_item_02.jpg) 0 0 no-repeat;
	background-size: 214px 214px;
}
.secHowtoItems dl:nth-child(3) {
	background: url(../../img/coffee/pc_howto_item_03.jpg) 0 0 no-repeat;
	background-size: 214px 214px;
}
.secHowtoItems dd {
	font-size: 11px;
	line-height: 2;
	font-size: 16px;
}
/*
 secBeansIntro
**********************************************************************/

.secBeansIntro {
	width: 100%;
	background: #f5f5f5;
	padding: 80px 0;
	border-top: none;
}
.secBeansIntroInner {
	width: 960px;
	margin: 0 auto;
}
.secBeansIntroMain {
	margin-bottom: 40px;
}
.secBeansIntroMainImg {
	/*
	background:url(../../img/coffee/pc_beans_intro_ph.jpg) 0 0 no-repeat;
	background-size:100% auto;
*/
	width: 420px;
	height: 420px;
	margin: 0;
	float: right;
}
.secBeansIntroMainImg .secMovie {
	background: #fff;
	top: 0;
	left: 0;
	/*
	width:420px;
	height:420px;
*/
	-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
	-webkit-transform: rotate(0.000001deg);
	-webkit-border-radius: 210px;
	-moz-border-radius: 210px;
	border-radius: 210px;
	overflow: hidden;
}
.secBeansIntroMainImg .secMovie video {
	background: #fff;
}
.movieCircleCover {
	position: absolute;
	width: 420px;
	height: 420px;
	top: 0;
	left: 0;
	background: url(../../img/coffee/movie_cover.png) 0 0 no-repeat;
	background-size: cover;
}
.secBeansIntroMainInfoWrap {
	float: left;
	width: 480px;
	height: 420px;
	display: table;
}
.secBeansIntroMainInfo {
	display: table-cell;
	vertical-align: middle;
}
.secBeansIntroTit {
	margin-bottom: 54px;
	background: url(../../img/coffee/intro_line.png) center center repeat-x;
	background-size: 1px 40px;
	text-align: center;
}
.secBeansIntroTit span {
	background: #f5f5f5;
	display: inline-block;
	font-weight: 700;
	position: relative;
	top: -2px;
	padding: 0 30px;
	line-height: 1;
	font-size: 18px;
	letter-spacing: 0.2em;
}
.secBeansIntroMainInfo dt {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 22px;
	text-align: left;
}
.secBeansIntroMainInfo dd {
	font-size: 16px;
	line-height: 2;
}
.secBeansIntroSub dl {
	margin-bottom: 40px;
	height: 214px;
	padding-left: 254px;
	padding-top: 42px;
}
.secBeansIntroSub dl:last-child {
	margin-bottom: 0;
}
.secBeansIntroSub dt {
	height: 90px;
	display: table;
	margin-bottom: 15px;
	height: auto;
}
.secBeansIntroSub dt div {
	display: table-cell;
	vertical-align: middle;
	padding-left: 106px;
	font-size: 12px;
	font-weight: 700;
	padding-left: 0;
	font-size: 20px;
}
.secBeansIntroSub dl:nth-child(1) dt div {
	background: none;
}
.secBeansIntroSub dl:nth-child(2) dt div {
	background: none;
}
.secBeansIntroSub dl:nth-child(1) {
	background: url(../../img/coffee/pc_beans_intro_sub_01@1x.png) 0 0 no-repeat;
	background-size: 214px 214px;
}
.secBeansIntroSub dl:nth-child(2) {
	background: url(../../img/coffee/pc_beans_intro_sub_02@1x.png) 0 0 no-repeat;
	background-size: 214px 214px;
}
.secBeansIntroSub dd {
	font-size: 11px;
	line-height: 2;
	font-size: 16px;
}
/*video*/

.videoBody {
	width: 853px;
	height: 480px;
	padding-bottom: 0;
}
.videoClose {
	top: 60px;
	left: 70px;
}
.videoClose a {
	/*
		background-image:url(../../img/coffee/sprite.png);
    background-position: -510px -278px;
    width: 50px;
    height: 50px;
		*/
	background: url(../../img/coffee/pc_close.png) 0 0 no-repeat;
	background-size: 50px 50px;
	width: 50px;
	height: 50px;
}
	
#secCon-01 .secMovie{
	background: none;
}

#secCon-02 .secMovie{
	background: none;
}

#secCon-03 .secMovie{
	background: none;
}

#secCon-04 .secMovie{
	background: none;
}

#secCon-05 .secMovie{
	background: none;
}

.secBeansIntroMainImg .secMovie{
	background: none;
}

@media print, screen and (min-width: 1100px) {


.logoMuji {
	left: 60px;
}
.logoMuji a {
	display: block;
	width: 101px;
	height: 26px;
	background: url(../../img/coffee/pc_logo.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
.gHeaderLead {
	left: 132px;
}
	
.mainVisual {
	position: absolute;
	top: 0;
	z-index: 1;
	left: 50%;
	margin-left: -583px;
	width: 1166px;
	height: 768px;
	
	background: url(../../img/coffee/pc_main_visual.jpg) center 0 no-repeat;
	background-size: auto 100%;
}

.gHeaderVideoPlay {
	left: 132px;
}

}
	
 @media only screen and (-webkit-min-device-pixel-ratio: 2),  only screen and ( min--moz-device-pixel-ratio: 2),  only screen and ( -o-min-device-pixel-ratio: 2/1),  only screen and ( min-device-pixel-ratio: 2),  only screen and ( min-resolution: 192dpi),  only screen and ( min-resolution: 2dppx) {
 #secCon-01 .secIcon {
 background:url(../../img/coffee/pc_sec_01_icon@2x.png) 0 0 no-repeat;
 background-size:100% auto;
}
 #secCon-02 .secIcon {
 background:url(../../img/coffee/pc_sec_02_icon@2x.png) 0 0 no-repeat;
 background-size:100% auto;
}
 #secCon-03 .secIcon {
 background:url(../../img/coffee/pc_sec_03_icon@2x.png) 0 0 no-repeat;
 background-size:100% auto;
}
 #secCon-04 .secIcon {
 background:url(../../img/coffee/pc_sec_04_icon@2x.png) 0 0 no-repeat;
 background-size:100% auto;
}
 #secCon-05 .secIcon {
 background:url(../../img/coffee/pc_sec_05_icon@2x.png) 0 0 no-repeat;
 background-size:100% auto;
}
 .tw a {
 background:url(../../img/coffee/pc_icon_twitter@2x.png) 0 0 no-repeat;
 background-size:100% auto;
}
 .fa a {
 background:url(../../img/coffee/pc_icon_facebook@2x.png) 0 0 no-repeat;
 background-size:100% auto;
}
 .conFunctionItems dl:nth-child(2) dd .conFunctionItemInner div {
 background:url(../../img/coffee/pc_function_02@2x.png) 0 0 no-repeat;
 background-size:100% auto;
}
 .conFunctionItems dl:nth-child(3) dd .conFunctionItemInner div {
 background:url(../../img/coffee/pc_function_03@2x.png) 0 0 no-repeat;
 background-size:100% auto;
}
	 
 .secBeansIntroSub dl:nth-child(1) dt div {
background: none;
}
 .secBeansIntroSub dl:nth-child(2) dt div {
 background: none;
}
	 
.secBeansIntroSub dl:nth-child(1) {
	background: url(../../img/coffee/pc_beans_intro_sub_01@2x.png) 0 0 no-repeat;
	background-size: 214px 214px;
}
.secBeansIntroSub dl:nth-child(2) {
	background: url(../../img/coffee/pc_beans_intro_sub_02@2x.png) 0 0 no-repeat;
	background-size: 214px 214px;
}

}
/* tablet */
.userTab .mainVisual {
	background: url(../../img/coffee/pc_main_visual.jpg) -50px 0 no-repeat;
	background-size: 100% auto;
}

.userTab .gHeaderLead {
	left: 60px;
}

.userTab .gHeaderVideoPlay {
	left: 60px;
}
		
.userTab .secMovie div.videoPlayer {
	width: 1100px;
}
	
.userTab #secCon-01 .secMovie{
	background: #3f575b;
}

.userTab #secCon-02 .secMovie{
	background: #71939f;
}

.userTab #secCon-03 .secMovie{
	background: #62312a;
}

.userTab #secCon-04 .secMovie{
	background: #1b2330;
}

.userTab #secCon-05 .secMovie{
	background: #b4cbd3;
}

.secBeansIntroMainImg .secMovie{
	background: #000;
}

.gFooterImg .secMovie{
	background: #000;
}

/* rollover anime */

.gHeaderVideoPlay a:after, .gHeaderVideoPlay a {
	transition: all .3s;
}
.gHeaderVideoPlay a:hover {
	background: #fff;
	color: #171717;
}
.gHeaderVideoPlay a:hover:after {
	border-color: transparent transparent transparent #171717;
}
.gFooterSnsItems li a {
	transition: all .3s;
}
.gFooterSnsItems li a:hover {
	opacity: 0.7;
}
.secBuyBtn a, .secShopMujiBtn a {
	transition: all .3s;
}
.secBuyBtn a:hover, .secShopMujiBtn a:hover {
	opacity: 0.8;
}
}
