@charset "utf-8";
/* CSS Document */
* {
	box-sizing: border-box;
}
html {
	font-size: clamp(13px, 2.0vw, 20px);
	-webkit-text-size-ajust: 100%;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	color: #4B4742;
	width: 100%;
}
body {
	background: url("../images/bg.jpg");
	line-height: 1.6;
	margin: 0;
}
img {
	vertical-align: bottom;
	max-width: 100%;
}
figure {
	margin: 0;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ol {
	list-style-type: none;
}
h1 {
	font-size: clamp(15px, 4.15vw, 30px);
	font-family: 'M PLUS Rounded 1c', sans-serif;
	margin: 0;
}
h2 {
	font-size: clamp(22px, 6.87vw, 36px);
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #40220f;
	margin: 0;
}

section {
	padding: 100px 0 0;
}
a {
	display: inline-block;
	color: #4B4742;
	text-decoration: none;
}
main {
	margin-top: 70px;
}
.wrapper {
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
}
.flex_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.brown_txt {
	color: #30120f;
}
.highlight_txt {
	font-size: clamp(15px, 4.15vw, 30px);
}
.attention {
	font-size: clamp(8px, 2.0vw, 12px);
}

#loading {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999999999;
    background: rgba(255,255,255);
    text-align: center;
    color: #fff;
}
#loading img {
    position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
header {
	position: fixed;
	top: 0;
	width: 100%;
	max-width: 1600px;
	background-color: #ffffff;
	z-index: 99999999;
	transition: all 0.5s ease-out;
}


.openbtn {
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    z-index: 999999999;
}
.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background: #111111;
    width: 45%;
}
.openbtn span:nth-of-type(1) {
    top: 15px;
}
.openbtn span:nth-of-type(2) {
    top: 23px;
}
.openbtn span:nth-of-type(3) {
    top: 31px;
}
.openbtn.active span:nth-of-type(1) {
    top: 23px;
	opacity: 0;
}
.openbtn.active span:nth-of-type(2) {
    top: 23px;
}
.openbtn.active span:nth-of-type(3) {
    top: 23px;
	opacity: 0;
}
header ul {
	display: grid;
	grid-template-columns: 1fr 1fr 3fr 1fr 1fr;
	gap: 10px;
	max-width: 1000px;
	width: 77%;
	height: 70px;
	text-align: center;
	align-items: center;
	margin: 0 auto;
}
header ul#g-nav li {
	width: 100%;
	height: 70px;
	font-size: clamp(13px, 2.0vw, 18px);
	line-height: 70px;
	margin: auto 0;
}
header ul#g-nav a {
	width: 100%;
	height: 70px;
}
header .buy_link {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
}

#main_image {
	position: relative;
}
.special_btn {
	margin: 0;
}
.special_btn:hover {
	opacity: 0.5;
}
.special_btn a {
	position: absolute;
	top: 5%;
	right: 1%;
	font-size: clamp(10px,3.1vw, 30px);
	font-weight: bold;
    font-family: 'M PLUS Rounded 1c', sans-serif;
	background: #ffffffcc;
	z-index: 999999;
	padding: 0.5em 1em;
}

#main_image figure img {
	width: 100%;
}
#concept {
	background: #ffffff;
	text-align: center;
	height: 225px;
}
#concept figure img {
	width: auto;
	height: 205px;
}
#concept figure {
	margin-top: auto;
}
.bg_wh {
	background: #ffffff;
	text-align: center;
	padding: 0 0 50px;
}
.bg_gy {
	background: #f7f3e9;
	text-align: center;
	padding: 0 0 50px;
}
#how_to_use h3 {
	font-size: clamp(20px, 6.2vw, 34px);
	color: #c5b6a9;
	text-align: left;
	margin: 30px auto 10px;
}
#how_to_use ul li {
	width: 90%;
	max-width: 750px;
	margin: 20px auto;
}
#how_to_use ul li figure img {
	border-radius: 50px;
}
#scene ul {
	max-width: 1200px;
	margin: 0 auto;
}
#scene ul li {
	color: #ffffff;
	margin: 10px 0;
}
#scene ul li:first-of-type {
	margin: 30px 0 0;
}
#scene ul li .txt {
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
	width: 50%;
}
#scene ul li figure {
	width: 50%;
}
#scene ul li.scene_01 {
	background: #b1a68a;
}
#scene ul li.scene_02 {
	background: #83a9b1;
}
#scene ul li.scene_03 {
	background: #c5b6a9;
}
#product video {
	width: 100%;
	max-width: 480px;
}
#product div {
	background: #ffffff;
    max-width: 850px;
    width: 90%;
    margin: 0 auto;
    padding: 50px;
}
#photo,#lineup {
	text-align: center;
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
}
#photo h2 {
	margin-bottom: 30px;
}
#lineup .flex_box {
	width: 90%;
	max-width: 1000px;
	justify-content: center;
	gap: 10px;
	margin: 20px auto;
}
#lineup .spec {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 5px 20px;
	align-items: center;
	max-width: 800px;
	width: 98%;
	margin: 0 auto;
}
#lineup .spec p {
	vertical-align: middle;
	height: 100%;
}
#lineup .spec div:nth-of-type(2n) {
	text-align: left;
}
#lineup .spec div:nth-of-type(2n+1) {
	background: #e7e8e8;
	text-align: center;
	height: 100%;
}
#lineup .item_link {
	margin: 0;
}
#lineup .item_link:first-of-type {
	margin: 30px auto 0;
}
#lineup .item_link:first-of-type a {
	background: #e3711c;
	color: #ffffff;
}
#lineup .item_link a {
	background: #f4f0ec;
	width: 310px;
	border: 1px solid #e7e8e8;
	padding: 10px 20px;
	margin: 20px auto 0;
}

#lineup .manual_link {
	margin: 0;
}
#lineup .manual_link a {
	background: #4b4742;
	color: #ffffff;
	width: 310px;
	border: 1px solid #4b4742;
	padding: 10px 20px;
	margin: 20px auto;
}

#pagetop {
	position: fixed;
	bottom: 120px;
	right: 10px;
	width: 50px;
	opacity: 0;
	transition: all 0.5s ease-out;
}
#pagetop.pagetop_add {
	opacity: 1;
}
#pagetop a {
	display: block;
}
.purchase_promotion {
	width: 95%;
	max-width: 1000px;
	position: fixed;
	left: 50%;
	bottom: -4%;
	transform: translateX(-50%);
	background: #ffffff;
	box-shadow: 0 7px 12px -4px #0006;
	border-radius: 10px;
	margin: 50px auto;
	opacity: 0;
	transition: all 0.5s ease-out;
	z-index: 999999;
}
.purchase_promotion.scroll_view {
	opacity: 1;
}

.purchase_promotion .flex_box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	gap: 1%;
	margin: 2% auto;
}
.purchase_promotion p {
	width: 50%;
	text-align: center;
	font-size: clamp(15px, 4.6vw, 22px);
	margin: 0;
}
.purchase_promotion p.doshisha_marche {
	width: 23%;
}
.purchase_promotion p.rakuten {
	width: 23%;
}
.purchase_promotion p.doshisha_marche a {
	display: block;
	width: 100%;
	text-align: center;
	color: #ffffff;
	background: #e3711c;
	background-size: 15%;
	border-radius: 50px;
	padding: 5% 18%;
}
.purchase_promotion p.rakuten a {
	display: block;
	width: 100%;
	text-align: center;
	color: #ffffff;
	background: #f5ab23;
	background-size: 15%;
	border-radius: 50px;
	padding: 5% 18%;
}
.purchase_promotion p.doshisha_marche a:hover, .purchase_promotion  p.rakuten a:hover {
	opacity: 0.5;
}


footer {
	margin: 60px auto 0;
}
footer p.do-cooking {
	max-width: 230px;
	width: 100%;
	border: 1px solid #999;
	margin: 0 auto;
	background: #ffffff;
}
footer p.attention {
	background: #4b4742;
	color: #ffffff;
	width: 100%;
	text-align: center;
	margin: 30px auto 0;
	padding: 50px;
}
br.br_768 {
	display: none;
}

/* -- 紅茶コラム -- */
.nomikata {
	max-width: 1600px;
	margin: 0 auto;
}
.nomikata .nomikata_bg_01 {
	position: fixed;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
	width: 100%;
	max-width: 1600px;
}
#Special .nomikata_bg_02 {
	text-align: left;
	width: 50%;
	max-width: 250px;
	margin: 20px 0 0!important;
}
.nomikata .bg_gy {
	background: #eae2da;
	padding: 0 0 150px;
}

.nomikata.wrapper main {
	position: relative;
	z-index: -5;
}
#Special {
	width: 70%;
	margin: 0 auto;
}
#Special .m0 {
	margin: 0 auto;
}
#Special .mt60 {
	margin-top: 60px;
}
#Special .logo {
	max-width: 150px;
	margin: 50px auto 20px;
}
#Special h3 {
	font-size: clamp(26px, 8.1vw, 40px);
	margin: 0;
	color: #552f00;
}
#Special h3 span {
	font-size: clamp(13px, 5.0vw, 20px);	
}
#Special h4 {
	font-size: clamp(19px, 5.9vw, 30px);
	margin: 100px auto 20px;
	border-bottom: 3px solid #dbd0c4;
	color: #552f00;
}
#Special h5 {
	display: inline-block;
	font-size: clamp(12px, 3.7vw, 20px);
	background: #552f00;
	color: #ffffff;
	margin: 20px auto;
	border-radius: 50px;
	padding: 5px 50px;
}
#Special iframe {
	display: block;
	text-align: center;
	max-width: 90vw;
	margin: 0 auto;
}
#Special figure {
	margin: 50px auto;
	width: 60%;
}
#Special p {
	text-align: left;
	margin: 0 auto;
}
#Special .flex_box div {
	width: 50%;
}
#Special .flex_box figure {
	width: 50%;
	margin: 0;
}
#Special ol {
	padding: 0;
}
#Special ol li {
	text-align: left;
	background: #ffffff;
	margin: 10px 0;
	padding: 10px 1em;
}
#Special .youtube_title {
	font-weight: bold;
	text-align: center;
	margin: 20px 0 0;
}
#Special ul.nomikata {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 10px;
	margin: 20px auto 0;
}
#Special ul.nomikata li {
	background: #ffffff;
	padding: 0 10px 30px;
}
#Special ul.houshiki li {
	background: #ffffff;
	padding: 30px;
	margin: 10px 0;
}
#Special ul.houshiki li p:first-of-type {
	text-align: center;
	font-weight: bold;
	color: #552f00;
	border-bottom: 1px solid #552f00;
	margin: 0 0 20px;
}

@media (orientation: portrait){
	section {
		padding: 50px 0 0;
	}
	#main_image figure img {
		width: auto;
		object-fit: cover;
		object-position: 50% 50%;
		/*margin-top: 50px;*/
	}
	#scene ul li:first-of-type {
		margin: 30px auto 0;
	}
	#scene ul li {
		width: 100%;
		max-width: 800px;
		display: block;
		margin: 10px auto;
	}
	#scene ul li .txt {
		width: 100%;
		margin: 0 auto;
		padding: 10px 0 0;
	}
	#scene ul li figure {
		width: 100%;
		margin: 0 auto;
	}
}




@media screen and (min-width: 1025px) {
	header .openbtn {
		display: none;
	}
	header p.logo {
		display: none;
	}
}


/* ---------------------------- 1024pxまでの幅の場合に適応される ---------------------------- */
@media screen and (max-width: 1024px) {
	header {
		height: 50px;
	}
	header ul {
		display: none;
		grid-template-columns: 1fr;
		gap: 0;
		width: 30vw;
		height: auto;
		background: #ffffff;
		margin: 0;
	}
	header ul#g-nav li {
		width: 100%;
		height: 50px;
		line-height: 50px;
		margin: auto 0;
	}
	header ul#g-nav a {
		width: 100%;
		height: 50px;
	}

	header ul.panelactive {
		display: grid;
		animation: navAnimate;
    	animation-duration: 0.6s;
	}
	header ul li.logo {
		display: none;
	}
	header ul li:last-of-type {
		padding: 0 0 10px;
	}

	header p.logo {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		margin: 0;
	}
	header .buy_link img {
		height: 50px;
	}
	main {
		margin-top: 50px;
	}
	.purchase_promotion p {
		width: 100%;
		margin: 0 0 1%;
	}
	.purchase_promotion p.doshisha_marche {
		width: 48%;
		max-width: 200px;
		margin: 0;
	}
	.purchase_promotion p.rakuten {
		width: 48%;
		max-width: 200px;
		margin: 0;
	}


}



@media screen and (max-width: 768px) {
	#concept {
		height: 150px;
	}
	#concept figure img {
		height: 130px;
	}
	#scene ul li .txt {
		top: 70%;
		left: 50%;
	}
	br.br_768 {
		display: block;
	}
	#Special {
		width: 90%;
	}
	.nomikata .nomikata_bg_01 {
		top: 35px;
	}
}

@media screen and (max-width: 480px) {
	#main_image figure img {
		width: auto;
		height: 30vh;
	}
	#concept {
		height: 100px;
	}
	#concept figure img {
		height: 80px;
	}
	#scene ul li .txt {
		/*font-weight: bold;*/
		text-shadow: 2px 3px 20px rgba(0, 0, 0, 0.4), 2px 3px 20px rgba(0, 0, 0, 0.4);
	}

	#product div {
		padding: 30px;
	}
	footer {
		margin: 40px auto 0;
	}
	footer p.do-cooking {
		width: 30%;
	}
	footer p.attention {
		padding: 10px;
	}
	#lineup .item_link a {
		margin: 10px auto 0;
	}
	#lineup .manual_link a {
		margin: 10px auto;
	}
	.nomikata .bg_gy {
		padding: 0 0 50px;
	}

}
@media screen and (max-width: 360px) {
	#concept {
		height: 200px;
	}
	#concept figure img {
		display: none;
	}
}
















