@charset "utf-8";

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
fonts 外部読み込み用リンク
font-family: 'Kaisei Tokumin', serif;
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 共通項目 一番下に記載*/
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* CSS Document */
body {
	font-family: 'M PLUS Rounded 1c', 'Noto Sans JP', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-feature-settings: "ss02";
	font-size: 16px;
	line-height: 1.8;
	position: relative;
	background-color: #0d0c11;
}

.container {
	max-width: 1020px;
	margin: 0 auto;
	/*border: 1px solid #fff;*/
}

@media (max-width: 1020px) {
	.container {
		width: 98%;
		margin: 0 auto;
	}
}

/*メインビジュアル*/
.main {
	background: linear-gradient(90deg, #0c0d11 0%, #0c0d11 50%, #35455f 50%, #35455f 100%);
}

.main-inner {
	background-image: url(../img/bl00main-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: auto;
}

@media (max-width: 770px) {
	.main-inner {
		background-image: url(../img/bl00main-bg_sp.jpg);
		background-repeat: no-repeat;
		background-position: top center;
		height: auto;
		background-color: #35455f;
	}
}

.c_logo {
	padding: 15px 0 0 10px;
}


.pc_img {
	display: block;
}

@media (max-width: 1020px) {
	.pc_img img {
		width: 96%;
		height: auto;
		display: block;
		margin: 0 auto;
	}
}

.sma_img {
	display: none;
}


/* ========================= */
/* メインタイトルのCSS */
.main_title {
	font-family: 'Kaisei Tokumin', serif;
	font-weight: 500;
}

.head_span_1 {
	font-size: 2.8rem;
	letter-spacing: 10px;
}

.head_span_1 span {
	font-size: 5rem;
}

.head_span_2 {
	font-size: 1.4rem;
}

.head_span_3 {
	font-size: 1.4rem;
	line-height: 32px;
}

.head_span_4 {
	font-size: 1.7rem;
	line-height: 60px;
	letter-spacing: 6px;
}

.head_span_4 {
	position: relative;
	display: inline-block;
	padding: 0 100px;
}

/* PAL-COFFEEの横のライン */
.head_span_4:before,
.head_span_4:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 80px;
	height: 1px;
	background-color: #e7c34e;
}

.head_span_4:before {
	left: 0;
}

.head_span_4:after {
	right: 0;
}

@media screen and (max-width: 550px) {
	.head_span_1 {
		font-size: 1.8rem;
		letter-spacing: 0px;
	}

	.head_span_1 span {
		font-size: 1.8rem;
	}

	.head_span_2, .head_span_3 {
		font-size: 1.2rem;
	}

	.head_span_4 {
		font-size: 1.4rem;
	}
}

/* ========================= */

/* ========================= */
/* PAL-COFFEE MEISTER SET のPOP */
.product_top_container {
	position: relative;
}

.product_top_letter {
	position: absolute;
	font-family: 'Kaisei Tokumin', serif;
	color: #e7c34e;
	font-weight: bold;
	line-height: 18px;
	font-size: 1.6rem;
	top: 32px;
	left: 78px;
	width: 90px;
}

.product_top_letter>span {
	font-size: 1.2rem;
}

.product_top_letter2 {
	position: absolute;
	font-family: 'Kaisei Tokumin', serif;
	color: #e7c34e;
	font-weight: bold;
	top: 100px;
	left: 68px;
	font-size: 1.0rem;
	width: 106px;
	line-height: 15px;
}

/* ========================= */


.main_contents_right {
	display: flex;
	flex-direction: row-reverse;
}

@media (max-width: 770px) {
	.main_contents_right {
		display: flex;
		flex-direction: row;
		justify-content: center;
		padding: 40px 0;
	}
}

.main_contents {
	width: 550px;
	/*550以下のときの分岐つくる*/
	text-align: center;
}

.product_wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 60px;
}

.main-palcoffee-txt {
	color: #e7c34e;
	font-weight: bold;
}

.main-palcoffee-price span {
	font-size: 0.6em;
}

.main-palcoffee {
	border-bottom: 1px solid #e7c34e;
}

.main-shop-bottun {
	margin: 30px 0 15px;
}

.btn-img_s {
	margin: 5px 0 0 0;
}

.btn-img:hover {
	opacity: 0.7;
}

.main_products_wrap {
	display: flex;
	color: #e7c34e;
	font-weight: bold;
	line-height: 1.4;
}

.vline {
	margin: 40px 0 0 0;
}

@media (max-width: 550px) {
	.main-inner {
		background-size: 130%;
	}

	.product_wrap {
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
		margin: 20px 0;
	}

	/*.product_wrap img{
	width: 100%;
	height: auto;
}*/
	.maina-palcoffee-tag {
		width: 100%;
		height: auto;
	}

	.main_contents {
		width: 96%;
		text-align: center;
	}

	.main-copy img {
		width: 96%;
		height: auto;
	}

	.main-shop-bottun {
		margin: 10px 0;
	}

	.main_products_wrap {
		display: flex;
		justify-content: space-around;
	}

	.main-coffee-lineup {
		width: 25%;
	}

	.main-coffee-lineup img {
		width: 106%;
		height: auto;
	}

	input[type='image'] {
		width: 106%;
		height: auto;
	}

	p.main-palcoffee-price {
		font-size: 0.7em;
	}

	.vline {
		margin: 20px 0 0 0;
	}
}

/*block01*/
.block01 {}

.block01_inner {
	background-image: url("../img/bl01-03_bg.jpg");
	background-repeat: no-repeat;
	background-position: center top 60px;
	background-size: contain;
	padding: 80px 0 0 0;
}

@media (min-width: 1536px) {
	.block01_inner {
		background-size: contain;
	}
}

/*bl01-column美味しさの鍵は「収率」と「TDS(濃度)」*/
.bl01-column {
	border: 2px solid #cdb182;
	padding: 45px;
}

.bl01-column-contents {
	display: flex;
	justify-content: space-between;
}

.bl01-column-box {
	width: 48%;
	margin: 40px 0 0 0;
}

@media screen and (max-width:960px) {
	.top-products-img {
		width: 100%;
		height: auto;
	}
}

@media (max-width: 770px) {
	.bl01-column-contents {
		display: flex;
		flex-wrap: wrap;
	}

	.bl01-column-box {
		width: 100%;
	}
}

.bl01-h3 {
	font-family: 'Kaisei Tokumin', serif;
	color: #cdb182;
	font-weight: 700;
	font-size: 1.8em;
	text-align: center;
}

.bl01-h4 {
	font-family: 'Kaisei Tokumin', serif;
	color: #cdb182;
	font-weight: 500;
	font-size: 1.2em;
	text-align: center;
	border-bottom: 1px solid #cdb182;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

.bl01-column-contents {
	color: #fff;
}

.box-contents {
	width: 100%;
	background-color: #cdb182;
	color: #0d0c11;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
	margin: 20px 0 0;
}

.tds_number {
	font-size: 1.4em;
	font-weight: 700;
	padding: 0 20px 0 0;
}

.tds_txt {
	font-size: 0.9em;
	font-weight: 700;
	line-height: 1.3;
	padding: 0 0 0 20px;
}

.tds_txt span {
	font-size: 0.7em;
	font-weight: 700;
}

@media (max-width: 550px) {
	.block01_inner {
		padding: 40px 0 0 0;
	}

	.bl01-column {
		border: 2px solid #cdb182;
		padding: 15px;
	}

	.bl01-h3 {
		font-size: 1.3em;
	}

	.bl01-h4 {
		font-size: 1em;
	}

	.box-contents {
		flex-wrap: wrap;
	}

	.tds_number {
		font-size: 1em;
		font-weight: 700;
		padding: 0 10px 0 0;
	}

	.tds_txt {
		font-size: 0.8em;
		padding: 0 0 0 10px;
	}
}

/*bl02-column コーヒー抽出液の数値化*/
.bl02-column {
	padding: 80px 0;
}

.title-wrap {
	display: flex;
	align-items: center;
	line-height: 1.2
}

.h2-read {
	color: #cdb182;
	padding: 0 0 0 20px;
}

.bl02-column-3box-wrap {
	display: flex;
	justify-content: space-between;
}

.bl02-column-3box {
	width: 32.5%;
	background-image: url("../img/bl02_column_kazari_bg.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	margin: 40px 0 0 0;
}

.col-bg {
	margin: 150px 0 0 0;
    padding: 0 30px 30px;
    position: relative;
}

.bl02-h3 {
	font-family: 'Kaisei Tokumin', serif;
	color: #4e1800;
	font-weight: 700;
	font-size: 1.4em;
	line-height: 1.3;
	text-align: center;
	border-bottom: 1px solid #4e1800;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}

.mame {
	position: absolute;
	top: 92%;
	right: 15%;
}

.pc_none {
	display: none;
}


@media (max-width: 960px) {
	.bl02-column {
		padding: 30px 0;
	}

	.col-bg {
		margin: 106px 0 0 0;
	}

	.mame {
		display: none;
	}

	.title-wrap {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		line-height: 1.2
	}

	.h2-read {
		width: 100%;
		padding: 10px 0 0 0;
	}
}

@media (max-width: 770px) {

	.col-bg {
		margin: 40% 0 0 0;
	}


	.sma_none {
		display: none;
	}

	.pc_none {
		display: unset;
	}




	.bl02-column-3box-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.bl02-column-3box {
		width: 70%;
		background-image: url("../img/bl02_column_kazari_bg.png");
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100%;
		margin: 20px auto 0;
	}
}

@media (max-width: 550px) {
	.h2-read {
		font-size: 0.8em;
	}

	.bl02-column-3box-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.bl02-column-3box {
		width: 100%;
		background-image: url("../img/bl02_column_kazari_bg.png");
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100%;
		margin: 20px 0 0 0;
	}

	.bl02-h3 {
		font-family: 'Kaisei Tokumin', serif;
		color: #4e1800;
		font-weight: 700;
		font-size: 1.2em;
		line-height: 1.3;
		text-align: center;
		border-bottom: 1px solid #4e1800;
		padding: 0 0 15px 0;
		margin: 0 0 15px 0;
	}
}

/*濃度と収率の関係*/
.fc-red {
	color: #9d2c2d;
}

.fc-yellow {
	color: #cdb182;
}

.fs-1px {
	font-size: 1px;
}

.rborder {
	border: 1px solid #cdb182;
	border-radius: 30px;
	padding: 6px 30px;
}

.bl03-image {
	margin: 20px auto 0;
	text-align: center;
	position: relative;
}

.bl03-bottom-text1 {
	position: absolute;
	bottom: 71px;
	color: #cdb182;
	left: 46px;
	font-size: 1.6rem;
}

.bl03-bottom-text2 {
	position: absolute;
	bottom: 91px;
	color: #cdb182;
	left: 264px;
	font-size: 1.4rem;
	line-height: 24px;
}

.bl03-bottom-text3 {
	position: absolute;
	bottom: 91px;
	color: #cdb182;
	left: 702px;
	font-size: 1.4rem;
	line-height: 24px;
}

.bl03-bottom-text4 {
	position: absolute;
	bottom: 41px;
	color: #cdb182;
	left: 322px;
	font-size: 1.4rem;
	line-height: 24px;
}

.bl03-bottom-text5 {
	position: absolute;
	bottom: 41px;
	color: #cdb182;
	left: 720px;
	font-size: 1.4rem;
	line-height: 24px;
}

.shoptext-hori {
	position: absolute;
	top: 24px;
	right: 217px;
	font-weight: bold;
	font-family: 'Kaisei Tokumin', serif;
	font-size: 1.4rem;
}

.shoptext-hori-beans {
	position: absolute;
	top: 54px;
	right: 44px;
	font-weight: bold;
	font-size: 1.1rem;
}

.shoptext-bear {
	position: absolute;
	top: 146px;
	right: 179px;
	font-weight: bold;
	font-family: 'Kaisei Tokumin', serif;
	font-size: 1.4rem;
}

.shoptext-bear-beans {
	position: absolute;
	top: 175px;
	right: 218px;
	font-weight: bold;
	font-size: 1.1rem;
}

.shoptext-hosikawa {
	position: absolute;
	top: 210px;
	right: 67px;
	font-weight: bold;
	font-family: 'Kaisei Tokumin', serif;
	font-size: 1.4rem;
}

.shoptext-hosikawa-beans {
	position: absolute;
	top: 240px;
	right: 118px;
	font-weight: bold;
	font-size: 1.1rem;
}

.shoptext-fuglen {
	position: absolute;
	top: 278px;
	right: 86px;
	font-weight: bold;
	font-family: 'Kaisei Tokumin', serif;
	font-size: 1.4rem;
}

.shoptext-fuglen-beans {
	position: absolute;
	top: 309px;
	right: 98px;
	font-weight: bold;
	font-size: 1.1rem;
}

.shoptext-PB {
	position: absolute;
	top: 345px;
	right: 249px;
	font-weight: bold;
	font-family: 'Kaisei Tokumin', serif;
	font-size: 1.4rem;
}

.shoptext-PB-beans {
	position: absolute;
	top: 375px;
	right: 249px;
	font-weight: bold;
	font-size: 1.1rem;
}

.shoptext-SSE {
	position: absolute;
	top: 408px;
	right: 100px;
	font-weight: bold;
	font-family: 'Kaisei Tokumin', serif;
	font-size: 1.4rem;
}

.shoptext-SSE-beans {
	position: absolute;
	top: 439px;
	right: 288px;
	font-weight: bold;
	font-size: 1.1rem;
}

@media (max-width:1026px) {
	.bl03-image img {
		width: 100%;
		height: auto;
	}

	.bl03-bottom-text1 {
		bottom: calc(86 / 1026 * 100vw);
		left: calc(40 / 1026 * 100vw);
		font-size: calc(26 / 1026 * 100vw);
		line-height: calc(24 / 1026 * 100vw);
	}

	.bl03-bottom-text2 {
		bottom: calc(91 / 1026 * 100vw);
		left: calc(264 / 1026 * 100vw);
		font-size: calc(20 / 1026 * 100vw);
		line-height: calc(24 / 1026 * 100vw);
	}

	.bl03-bottom-text3 {
		bottom: calc(91 / 1026 * 100vw);
		left: calc(702 / 1026 * 100vw);
		font-size: calc(20 / 1026 * 100vw);
		line-height: calc(24 / 1026 * 100vw);
	}

	.bl03-bottom-text4 {
		bottom: calc(41 / 1026 * 100vw);
		left: calc(322 / 1026 * 100vw);
		font-size: calc(20 / 1026 * 100vw);
		line-height: calc(24 / 1026 * 100vw);
	}

	.bl03-bottom-text5 {
		bottom: calc(41 / 1026 * 100vw);
		left: calc(720 / 1026 * 100vw);
		font-size: calc(20 / 1026 * 100vw);
		line-height: calc(24 / 1026 * 100vw);
	}

	.shoptext-hori {
		top: calc(24 / 1026 * 100vw);
		right: calc(208 / 1026 * 100vw);
		font-size: calc(22 / 1026 * 100vw);
	}

	.shoptext-hori-beans {
		top: calc(54 / 1026 * 100vw);
		right: calc(44 / 1026 * 100vw);
		font-size: calc(17 / 1026 * 100vw);
	}

	.shoptext-bear {
		top: calc(149 / 1026 * 100vw);
		right: calc(175 / 1026 * 100vw);
		font-size: calc(22 / 1026 * 100vw);
	}

	.shoptext-bear-beans {
		top: calc(181 / 1026 * 100vw);
		right: calc(218 / 1026 * 100vw);
		font-size: calc(17 / 1026 * 100vw);
	}

	.shoptext-hosikawa {
		top: calc(220 / 1026 * 100vw);
		right: calc(67 / 1026 * 100vw);
		font-size: calc(22 / 1026 * 100vw);
	}

	.shoptext-hosikawa-beans {
		top: calc(250 / 1026 * 100vw);
		right: calc(119 / 1026 * 100vw);
		font-size: calc(17 / 1026 * 100vw);
	}

	.shoptext-fuglen {
		top: calc(291 / 1026 * 100vw);
		right: calc(86 / 1026 * 100vw);
		font-size: calc(22 / 1026 * 100vw);
	}

	.shoptext-fuglen-beans {
		top: calc(323 / 1026 * 100vw);
		right: calc(100 / 1026 * 100vw);
		font-size: calc(17 / 1026 * 100vw);
	}

	.shoptext-PB {
		top: calc(352 / 1026 * 100vw);
		right: calc(243 / 1026 * 100vw);
		font-size: calc(22 / 1026 * 100vw);
	}

	.shoptext-PB-beans {
		top: calc(385 / 1026 * 100vw);
		right: calc(244 / 1026 * 100vw);
		font-size: calc(17 / 1026 * 100vw);
	}

	.shoptext-SSE {
		top: calc(418 / 1026 * 100vw);
		right: calc(90 / 1026 * 100vw);
		font-size: calc(22 / 1026 * 100vw);
	}

	.shoptext-SSE-beans {
		top: calc(449/ 1026 * 100vw);
		right: calc(277 / 1026 * 100vw);
		font-size: calc(17 / 1026 * 100vw);
	}
}

/*block04-07*/
/*お客様の声*/
.block04_inner {
	background: linear-gradient(to bottom, #07060b, #100e1c);
	background-image: url("../img/bl04-07_bg2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	padding: 0 0 60px 0;
}

.customer-voice-big {
	color: white;
	background-color: rgba(25, 20, 22, 0.7);
	padding: 60px;
}

.cv-big-introduction {
	display: flex;
	flex-wrap: wrap;
	border-bottom: solid 1px rgba(255, 255, 255, 0.8);
}

.cv-big-int-name {
	line-height: 1;
	display: flex;
	align-items: center;
	font-size: 1.8rem;
	font-weight: bold;
	margin-left: 40px;
}

.cv-big-int-name {
	margin-bottom: 30px;
}

.customer-voice-big {
	color: white;
	background-color: rgba(25, 20, 22, 0.7);
	padding: 60px;
}

.cv-big-int-name span {
	font-size: 0.8rem;
}

.cv-big-int-container {
	display: flex;
}

.cv-big-int-container img {
	width: 200px;
	height: 150px;
	padding-top: 30px;
}

.cv-big-int-container p {
	padding-top: 30px;
	padding-left: 40px;
}

@media (max-width:660px) {
	.cv-big-introduction {
		justify-content: center;
	}

	.cv-big-int-name {
		flex-wrap: wrap;
		margin: 0;
	}

	.cv-big-int-container {
		flex-wrap: wrap;
		justify-content: center;
	}

	.customer-voice-big {
		padding: 60px 10px;
	}

	.cv-big-int-container img {
		padding-top: 30px;
	}

	.cv-big-int-container p {
		padding-left: 0px;
	}
}

@media (min-width:1600px) {
	.block04_inner {
		background-size: contain;
	}
}

@media (max-width:770px) {
	.block04_inner {
		background-image: none;
	}
}

.bl04-column {
	padding: 140px 0 0 0;
}

.customer-list-bg {
	background-color: rgba(25, 20, 22, 0.7);
}

.customer-list {
	display: flex;
	flex-wrap: wrap;
	padding: 30px;
	margin: 30px 0 0 0;
	justify-content: space-between;
}

.customer-list a {
	width: 220px;
	height: 220px;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
	margin: 0 0 20px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width:550px) {
	.bl04-column {
		padding: 40px 0 0 0;
	}

	.customer-list {
		display: flex;
		flex-wrap: wrap;
		padding: 10px;
		margin: 20px 0 0 0;
		justify-content: center;
	}

	.customer-list a {
		width: 31%;
		height: 100px;
		background-color: #fff;
		text-align: center;
		vertical-align: middle;
		margin: 0 3px 6px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.user-logo img {
		width: 90%;
		height: auto;
	}
}


.customer-list a:hover {
	opacity: 0.8;
}

.user-logo {}

/*だから、選ばれるんです！*/
.bl05-column {
	margin: 140px 0 0 0;
}

.bl05-3boxes {
	display: flex;
	color: #fff;
	justify-content: space-between;
}

.bl05-box {
	width: 25%;
}

.column_images {
	margin: 80px 0 20px 0;
}

.bl05-img {
	display: none;
}

@media (max-width:1020px) {
	.column_images img {
		width: 100%;
		height: auto;
	}
}

@media (max-width:770px) {
	.column_images {
		display: none;
	}

	.bl05-3boxes {
		display: flex;
		flex-wrap: wrap;
	}

	.bl05-box {
		width: 96%;
		margin: 0 auto;
	}

	.bl05-img {
		display: block;
		text-align: center;
	}
}

.bl05-title {
	color: #cdb182;
	font-family: 'Kaisei Tokumin', serif;
	font-size: 1.4em;
}

.bl05-midashi {
	background-color: #cdb182;
	color: #0d0c11;
	padding: 5px 10px;
	margin: 10px 0 20px;
	font-weight: bold;
}

.font-s {
	font-size: 0.9em;
}

.bl06-column {
	margin: 100px 0 0 0;
}

.bl06-img {
	margin: 40px 0 0 0;
}

.bl07-column {
	margin: 120px 0 0 0;
}

.bl07-img {
	margin: 40px 0 0 0;
}

.b07-img-bg {
	background-image: url("../img/bl07_img_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	opacity: 0.8;
	width: 100%;
	border: 1px solid #333;
	text-align: center;
	padding: 20px 0;
	/*	margin: 0 0 40px 0;*/
}

@media (max-width:770px) {
	.bl06-column {
		margin: 50px 0 0 0;
	}

	.bl06-img {
		margin: 20px 0 0 0;
	}

	.bl07-column {
		margin: 50px 0 0 0;
	}

	.bl07-img {
		margin: 20px 0 0 0;
	}

}

.block08_inner {
	background: linear-gradient(to bottom, #07060b, #100e1c);
	background-image: url("../img/bl08_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	/*	height: 1938px;*/
	padding: 100px 0;
}

.bl08-box {
	color: #cdb182;
	display: flex;
	align-items: center;
	margin: 80px 0 0 0;
}

.coffee-spec-wrap {
	width: 570px;
	border: 1px solid #fff;
}

.bl08-productname {
	font-family: 'Kaisei Tokumin', serif;
	font-size: 1.2em;
	margin: 0 0 10px 0;
}

.bl08-productname span {
	color: #fff;
	font-size: 130%;
}

.spec_price {
	font-family: 'M PLUS Rounded 1c', 'Noto Sans JP', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.85em;
}

.bl08-spec {
	font-size: 0.85em;
}

.bl08-spec th {
	text-align: left;
}

.bl08-spec td {
	padding: 3px 0 3px 20px;
}

.b08-col-left {
	width: 40%;
	text-align: right;
	position: relative;
}

.b08-col-right {
	width: 60%;
	padding: 40px 40px 40px 80px;
	border: 1px solid #cdb182;
}

.bl08-col-inner-images {
	position: absolute;
	right: -40px;
	top: -170px;
}

@media (max-width:770px) {
	.bl08-box {
		display: flex;
		margin: 40px 0 0 0;
		flex-wrap: wrap;
	}

	.coffee-spec-wrap {
		width: 96%;
		margin: 0 auto;
	}

	.b08-col-left {
		width: 90%;
		text-align: center;
		position: relative;
		margin: 0 auto;
	}

	.b08-col-right {
		width: 90%;
		padding: 0;
		border: none;
		margin: 0 auto;
	}

	.bl08-col-inner-images {
		position: static;
		width: 100%;
		height: 100%;
	}

	.bl08-box input[type='image'] {
		width: 100%;
		height: auto;
	}
}

@media (max-width:550px) {
	.bl08-spec {
		font-size: 0.85em;
	}

	.bl08-spec th {
		text-align: left;
		width: 25%;
	}

	.bl08-spec td {
		padding: 0 15px 0 0;
	}
}

@media (max-width:400px) {
	.bl08-col-inner-images {
		width: 100%;
		height: auto;
	}
}

/*"MY COFFEE RECIPE"App for iPhone*/
.block09_inner {
	background-image: url("../img/bl09_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	height: auto;
	color: #fff;
	padding: 220px 0 80px;
}

/*@media (min-width:1590px) {
.block09_inner{
	background-size:cover;
	height:auto;
}
}*/
.bl09-wrap {
	display: flex;
	margin: 60px 0 0 0;
	justify-content: space-between;
}

.bl09-images {
	width: 100%;
	background-color: #eaeaea;
	border: 1px solid #333;
	text-align: center;
	padding: 10px 0 0px;
	margin: 20px 0 0 0;
}

@media (max-width:964px) {
	.bl09-images img {
		width: 96%;
		height: auto;
		margin: 0 auto;
	}
}

@media (max-width:770px) {
	.block09_inner {
		background-image: url("../img/bl09_bg.jpg");
		background-repeat: no-repeat;
		background-size: 160%;
		background-position: center top;
		height: auto;
		color: #fff;
		padding: 120px 0 40px;
		background-color: #1d0d0e;
	}

	.bl09-images.sma_img img {
		width: 96%;
		height: auto;
		margin: 0 auto 10px;
	}

	.bl09-wrap {
		display: flex;
		flex-wrap: wrap;
		margin: 40px 0 0 0;
		justify-content: space-between;
	}

	.bl09-txt {
		width: 100%;
		margin: 0 0 20px 0;
	}

	.bl09-apicon {
		text-align: right;
	}
}

.campaign-bnr {
	margin: 30px auto 0;
	text-align: center;
}

.block11 {
	background-image: url("../img/fotter_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	background-color: #534948;
	height: 190px;
}

.campaign-bnr img {
	filter: drop-shadow(3px 3px 3px #000);
}

.campaign-bnr a:hover img {
	opacity: 0.7;
}

@media (max-width:960px) {
	.block11 {
		background-position: left -200px top;
	}

	.campaign-bnr img {
		width: 98%;
		height: auto;
	}
}


/*水の品質調整*/
.block10 {
	margin-top: 100px;
}

.block10_inner {
	background-image: url("../img/bl10bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	height: auto;
	color: #fff;
	padding: 80px 0 100px;
}

.block10_inner h2 {
	font-size: 2em;
}

.bl10-txt {
	margin: 40px 0 10px;
	font-size: 1em;
}

.bl10-txt span {
	font-size: 1.5em;
	font-family: 'Kaisei Tokumin', serif;
}

.bl10-images {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 30px 0;
}


/*PAL-pHのPRを追加*/
#prarea_pal_ph {
	font-family: 'Noto Sans JP', sans-serif, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.5;
	background-color: #fff;
	width: 900px;
	margin: 0 auto;
	display: flex;
	text-align: left;
	padding: 30px;
	/*box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2);*/
}

#prarea_pal_ph .img_area {
	margin: 20px 15px 0;
}

#prarea_pal_ph .txt_area {
	margin: 25px 0 0 20px;
	color: #888888;
}

#prarea_pal_ph .txt_area h2 {
	font-size: 60px;
	font-weight: bold;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	line-height: 0.6em;
}

#prarea_pal_ph .txt_area h2 span {
	font-size: 12px;
	font-weight: 300;
}

#prarea_pal_ph .txt_area h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	margin: 10px 0 10px;
}

#prarea_pal_ph .txt_area .price {
	text-align: right;
	font-weight: 700;
	margin: 0 0 10px;
	font-size: 18px;
}

#prarea_pal_ph .tbl_spec {
	width: 100%;
	border-top: 1px solid #888;
}

#prarea_pal_ph .tbl_spec td,
.tbl_spec th {
	border-bottom: 1px solid #888;
	padding: 3px 0;
}

#prarea_pal_ph .btn_ph form input {
	font-family: 'Noto Sans JP';
	width: 100%;
	text-align: center;
	padding: 10px 0;
	margin: 20px 0;
	cursor: pointer;
	border: 2px solid #c22235;
	background-color: #c22235;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	transition: 0.5s;
}

#prarea_pal_ph .btn_ph form input:hover {
	background-color: #fff;
	color: #c22235;
}

br.pc_br {
	display: block;
}

@media (min-width: 768px) and (max-width: 1000px) {

	/*PAL-pHのPRを追加*/
	#prarea_pal_ph {
		width: 85%;
		margin: 20px auto;
		display: flex;
		flex-wrap: wrap;
		padding: 20px;
		text-align: center;
	}

	.img_area {
		width: 100%;
		margin: 10px 0px 0;
		text-align: center;
	}

	.txt_area {
		margin: 10px 0 0 0px;
		text-align: left;
	}
}

@media (max-width: 767px) {
	.block10_inner {
		padding: 40px 0;
	}

	.bl10-images {
		background-color: rgba(255, 255, 255, 0.8);
		padding: 5px 0;
	}

	/*PAL-pHのPRを追加*/
	#prarea_pal_ph {
		width: 85%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		padding: 20px;
		text-align: center;
	}

	.img_area {
		width: 100%;
		margin: 10px 0px 0 !important;
		text-align: center;
	}

	.img_area img {
		width: 100%;
		height: auto;
		margin: 10px 0px 0;
		text-align: center;
	}

	.txt_area {
		margin: 10px 0 0 0 !important;
		text-align: left;
	}

	br.pc_br {
		display: none;
	}

	#prarea_pal_ph .txt_area h3 {
		font-size: 16px;
		font-weight: 700;
		line-height: 1.5;
		margin: 10px 0 10px;
	}

}




/*共通パーツ*/
/*文字*/
h2 {
	font-family: 'Kaisei Tokumin', serif;
	color: #fff;
	font-weight: 700;
	font-size: 1.8em;
	line-height: 1.4;
}

h2 span {
	font-size: 75%;
}

.honbun {
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.8;
}

.honbun_b {
	font-size: 0.9em;
	line-height: 1.8;
	font-weight: bold;
	background-color: #cdb182;
}

.cap {
	font-size: 13px;
	line-height: 1.4;
}

@media (max-width: 550px) {
	h2 {
		font-size: 1.3em;
		line-height: 1.4;
	}

	h2 span {
		font-size: 75%;
	}

	.honbun_b {
		font-size: 0.8em;
	}
}

/*色*/
.white {
	color: #fff;
}

.beige {
	color: #cdb182;
}

.grey {
	color: #595757;
}

.pink {
	color: #d47d8d;
}

.blue {
	color: #4b5588;
}

.dblue {
	color: #18274e;
}

.bg-pink {
	background-color: #d47d8d;
}

.bg-orange {
	background-color: #f8b62d;
}

.bg-green {
	background-color: #00a29a;
}

.bg-dblue {
	background-color: #18274e;
}

/*フッター*/
/* footer{
	background-color: #000;
	text-align: center;
	padding:20px 0 100px;
	margin: 0;
	color:#fff;
	}
footer img{
	margin:10px 0;
}
footer p{
	font-family: 'Open Sans', sans-serif;
}
footer p a:hover{
	color:#c5c4c4;
}
footer p a:link,footer p a:visited{
	color:#fff;
}
footer p span{
	font-size:16px;
	font-weight: bold;
}
footer p.copyr{
	font-size:9px;
	margin-top: 10px;
} */
/*ページトップヘのリンク*/
#page_top {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 0;
	bottom: 0;
	background: #666;
	opacity: 0.6;
	z-index: 99;
}

#page_top a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}

#page_top a::before {
	content: '▲';
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

br.sp_br {
	display: none !important;
}

br.pc_br {
	display: block;
}

@media (max-width: 770px) {
	.main {
		background-image: none;
	}

	.pc_img {
		display: none;
	}

	.sma_img {
		display: block;
	}

	.sma_img img {
		width: 100%;
		height: auto;
		display: block;
	}

	/*文字*/
	.midashi {
		font-weight: bold;
		font-size: 20px;
		line-height: 1.6;
		/*    margin-bottom: 10px;*/
	}

	.midashi-light {
		font-size: 20px;
		line-height: 1.4;
		margin-bottom: 10px;
	}

	.honbun {
		font-weight: normal;
		font-size: 13px;
		line-height: 1.6;
	}

	.cap {
		font-size: 11px;
		line-height: 1.4;
	}
}

/*スマホ調整*/
@media screen and (max-width:499px) {
	.container {
		width: 90%;
		border: none;
		margin: 0 auto;
	}

	.footer-txt {
		font-size: 12px;
		line-height: 1.5;
	}

	br.sp_br {
		display: block !important;
	}

	#page_top {
		display: none;
		background-color: transparent;
	}

	#page_top a {
		display: none;
	}

	#page_top a::before {
		display: none;
	}
}


/* ============================================================ */
/* HOW Toブロック追加 */

.block-how-to {
	margin: 140px 0 0 0;
}

.how {
	display: flex;
	flex-wrap: wrap;
	margin: 0 2px;
	padding: 10px 0;
	justify-content: space-around;
}

.how_abs_container {
	width: 300px;
	position: relative;
}

.how_abs_container img {
	width: 300px;
}

.how_abs_container p {
	position: absolute;
	bottom: 26px;
	left: 50%;
	transform: translateX(-50%);
}

/* .block-how-to {
	margin: 140px 0 0 0;
}

.how {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 2px;
    padding: 10px 0;
	justify-content: space-between;
}

.how img {
	max-width: 30%;
    height: auto;
}

@media screen and (max-width: 770px) {
	.how {
		flex-wrap: wrap;
		justify-content: center;
	}
	.how img {
		width: 260px;
		max-width: 100%;
		margin: 40px;
	}
} */
/* ============================================================ */


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 共通項目 */
.mgt-20 {
	margin: 20px 0 0 0;
}

.mgt-40 {
	margin: 40px 0 0 0;
}

.mgt-80 {
	margin: 80px 0 0 0;
}

.mgt-46 {
	margin: 46px 0 0 0;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */