@charset "utf-8";

/*******************************************

-------------------------------------------
animation
********************************************/

/* ふわっと表示 */
.fadein {
    opacity:0;
    transition:all 1s;
}
.fadein.scrollin {
    opacity:1;
}

/* 下からスクロールイン */
.fadein-up {
    opacity:0;
    transform:translate(0,50px);
    transition:all 1s;
}
.fadein-up.scrollin {
    opacity:1;
    transform:translate(0,0);
}

/*******************************************

-------------------------------------------
index
********************************************/

/* セクション見出し
========================================== */

.titSec {
	width: 100%;
	text-align: center;
}
.titSec + p {
	text-align: center;
	margin-top: 40px;
}
@media only screen and (max-width: 640px) {
	.titSec img {
		height: 35px;
	}
}

/* サブ見出し
========================================== */

.titSub {
	width: 100%;
	text-align: center;
	font-size: 18px;
	margin-top: 90px;
}
.titSub em {
	display: inline-block;
	padding: 0 80px;
	font-weight: bold;
	position: relative;
	text-align: center;
}
.titSub em span {
	font-weight: inherit;
	display: inline-block;
}
.titSub em i {
	display: block;
	width: 60px;
	height: 100%;
	position: absolute;
	top: 0;
}
.titSub em i:first-of-type {left: 0;}
.titSub em i:last-of-type {right: 0;}

.titSub em i::before,
.titSub em i::after {
	content: "";
	display: block;
	width: inherit;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	background-color: #444;
}
.titSub em i::before {
	margin-top: 1px;
}
.titSub em i::after {
	margin-top: -2px;
}
.titSub + p {
	text-align: center;
	font-size: 14px;
	margin-top: 20px;
}
@media only screen and (max-width: 640px) {
	.titSub {
		margin-top: 50px;
	}
	.titSub em {
		padding: 0 40px;
	}
	.titSub em i {
		width: 20px;
	}
	.titSub em i::before {
		margin-top: 0;
	}
	.titSub em i::after {
		margin-top: -3px;
	}
}

/*******************************************

-------------------------------------------
main
********************************************/

#main {
	display: block;
}

body.fadein {
	transition-delay: 0.5s;
}

/* SNS
========================================== */

#main .sns {
	mix-blend-mode: difference;
	position: fixed;
	z-index: 9999;
	right: 15px;
	bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#main .sns p {
	color: #666;
	font-size: 10px;
}
#main .sns p::after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 1px;
	background-color: #666;
	position: relative;
	top: -4px;
	margin-left: 10px;
}
#main .sns ul {
	display: flex;
	padding-left: 5px;
}
#main .sns ul li {
	width: 20px;
	height: 20px;
	text-align: center;
	margin-left: 10px;
}
#main .sns ul li img {
	height: 20px;
}


/* MV
========================================== */

#main #mv {
	position: relative;
	height: 910px;
}
#main #mv img.mv {
	width: 100%;
	height: 910px;
	object-fit: cover;
	object-position: center top;
}
@media only screen and (min-width: 1920px) {
	#main #mv {
		height: auto;
	}
	#main #mv img.mv {
		height: inherit;
	}
}
@media only screen and (max-width: 1400px) {
	#main #mv {
		height: calc(100vw / ( 1400 / 910));
	}
	#main #mv img.mv {
		height: calc(100vw / ( 1400 / 910));
	}
}
@media only screen and (max-width: 640px) {
	#main #mv {
		height: auto;
	}
	#main #mv img.mv {
		height: auto;
	}
}

/* CONCEPT
========================================== */

#main #concept {
	background-color: #fff;
	padding-top: 100px;
}
#main #concept .concept_txt {
}
#main #concept .concept_txt p {
	text-align: center;
	padding: 0 50px;
}
#main #concept .concept_txt h1 {
	text-align: center;
	margin-top: 100px;
	padding: 0 50px;
}
#main #concept .photo {
	position: relative;
	margin-top: 150px;
}
#main #concept .photo img.concept_photo {
	width: 100%;
}
#main #concept .photo img.concept_photo_txt {
	position: absolute;
	top: -40px;
	left: 20%;
	width: 120px;
}
@media only screen and (max-width: 1100px) {
	#main #concept .photo img.concept_photo_txt {
		left: 10%;
		width: 110px;
	}
}
@media only screen and (max-width: 860px) {
	#main #concept .photo img.concept_photo_txt {
		width: 90px;
	}
}
@media only screen and (max-width: 640px) {
	#main #concept {
		padding-top: 60px;
	}
	#main #concept .concept_txt p {
		padding: 0 20px;
	}
	#main #concept .concept_txt p img {
		width: 90%;
	}
	#main #concept .concept_txt h1 {
		margin-top: 60px;
		padding: 0 20px;
	}
	#main #concept .concept_txt h1 img {
		width: 95%;
	}
	#main #concept .photo {
		margin-top: 70px;
	}
	#main #concept .photo img.concept_photo_txt {
		width: 68px;
		top: -30px;
		left: 35px;
	}
}

/* アニメーション表示設定 */
#main #concept .concept_txt p.fadein,
#main #concept .concept_txt h1.fadein,
#main #concept .photo.fadein {
	transition-delay: 0.5s;
}

/* PRODUCTS
========================================== */

#main #product {
	padding: 100px 15px 70px;
	position: relative;
}
#main #product::before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background:  #b8e1ff url("../img/bg_product_sky.jpg") center top no-repeat;
	background-size: cover;
	z-index: -1
}
#main #product ul.item {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
#main #product ul.item > li {
	width: 390px;
	margin: 60px 30px 0;
	text-align: center;
}
#main #product ul.item > li figure {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(255,255,255,0.6);
	border-radius: 30px;
	width: 390px;
	height: 390px;
	margin: 0 auto;
}
#main #product ul.item > li .itemName {
	text-align: center;
	margin-top: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid #8aa2b4;
}
#main #product ul.item > li .itemName h4 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#main #product ul.item > li .itemName h4 + p {
	text-align: center;
	font-size: 14px;
}
#main #product ul.item > li .itemName h4 + p em {
	display: inline-block;
	background-color: #444;
	color: #fff;
	font-size: 13px;
	padding: 1px 5px;
	margin-left: 5px;
}
#main #product ul.item > li .itemName + p {
	margin-top: 20px;
	text-align: center;
}
#main #product ul.item > li .itemName + p span {
	display: block;
	text-align: center;
	font-size: 14px;
}
#main #product ul.item > li .itemData {
	margin-top: 20px;
	text-align: center;
}
#main #product ul.item > li .itemData .chart {
	line-height: 1.4;
	background-color: rgba(255,255,255,0.2);
	padding: 5px 15px;
	text-align: center;
	margin: 0 20px;
}
#main #product ul.item > li .itemData .chart ul.chartList {
	display: inline-block;
}
#main #product ul.item > li .itemData .chart ul.chartList li {
	font-size: 11px;
	letter-spacing: 3px;
}
#main #product ul.item > li .itemData .chart ul.chartList li em {
	font-size: 14px;
	letter-spacing: normal;
}
#main #product ul.item > li .itemData ul.price {
	display: inline-block;
	margin-top: 20px;
}
#main #product ul.item > li .itemData ul.price li {
	font-size: 15px;
}
#main #product ul.item > li .itemData ul.price li + li {
	border-top: 1px dotted #8aa2b4;
	padding-top: 5px;
	margin-top: 5px;
}
#main #product ul.item > li .itemData ul.price li em.type {
	display: inline-block;
	font-weight: bold;
	margin-right: 7px;
}
#main #product ul.item > li .itemData ul.price li span.capa {
	font-weight: bold;
}
#main #product ul.item > li .itemData ul.price li em.price-detail {
	display: inline-block;
	font-weight: bold;
}
#main #product ul.item > li .itemData ul.price li span.yen {
	font-weight: bold;
	font-size: 12px;
	display: inline-block;
	margin-right: 3px;
}
#main #product ul.item > li .itemData ul.price li span.tax {
	font-size: 10px;
}
#main #product ul.item > li a.btnCart {
	margin: 40px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 280px;
	height: 60px;
	color: #fff;
	font-weight: bold;
	border-radius: 50vh;
	background-color: rgba(0,98,182,1);
}
#main #product ul.item > li .itemData.multiBtn + a.btnCart {
	margin-top: 10px;
}
#main #product ul.item > li a.btnCart img {
	display: inline-block;
	margin-right: 10px;
	position: relative;
	right: 0;
	transition: all 0.1s linear;
}
#main #product ul.item > li a.btnCart:hover {
	opacity: 1;
	background-color: rgba(0,98,182,0.5);
}
#main #product ul.item > li a.btnCart:hover img {
	right: 5px;
}
/* グレーアウト */
#main #product ul.item > li a.btnCart.grayOut {
	pointer-events: none;
	background-color: #444;
	color: #9E9E9E;
}
#main #product ul.item > li a.btnCart.grayOut img {
	opacity: 0.5;
}
@media only screen and (max-width: 640px) {
	#main #product {
		padding: 100px 20px 60px;
	}
	#main #product ul.item > li a.btnCart + .itemData {
		margin-top: 10px;
	}
}
@media only screen and (max-width: 450px) {
	#main #product {
		background-size: 600px auto;
	}
	#main #product ul.item > li {
		width: 100%;
		margin: 60px 0 0;
	}
	#main #product ul.item > li figure {
		width: 100%;
		height: auto;
	}
	#main #product ul.item > li .itemName + p {
		font-size: 15px;
	}
	#main #product ul.item > li .itemName + p span {
		font-size: 13px;
	}
	#main #product ul.item > li a.btnCart {
		margin-top: 25px;
	}
}

/* アニメーション表示設定 */
#main #product h2.fadein,
#main #product h2 + p.fadein,
#main #product h3.fadein,
#main #product h3 + p.fadein,
#main #product ul.item > li.fadein {
	transition-delay: 0.5s;
}

/* SHOP
========================================== */

#main #shop {
	padding: 100px 15px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	background-color: #fff;
}
#main #shop ul {
	display: inline-block;
	margin: 20px 100px 0;
	order: 2;
}
#main #shop ul li {
	margin-top: 15px;
}
#main #shop ul li a {
	display: block;
	font-size: 24px;
	font-weight: bold;
	padding: 5px 100px 5px 5px;
	position: relative;
}
#main #shop ul li a img {
	display: block;
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	transition: all 0.1s linear;
}
#main #shop ul li a:hover img {
	right: 0;
}
#main #shop > img {
	order: 1;
	display: block;
	width: 560px;
	margin-top: 50px;
}
@media only screen and (max-width: 1260px) {
	#main #shop {
		display: block;
	}
	#main #shop > img {
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (max-width: 768px) {
	#main #shop ul {
		margin: 20px 0 0;
	}
	#main #shop > img {
		width: 100%;
	}	
}
@media only screen and (max-width: 640px) {
	#main #shop {
		padding: 80px 20px 40px;
	}
	#main #shop ul {
		display: block;
		width: 90%;
	}
	#main #shop ul li {
		margin-top: 10px;
	}
	#main #shop ul li a {
		width: 100%;
		font-size: 16px;
		padding: 5px;
	}
	#main #shop > img {
		margin-top: 30px;
	}
}

/* アニメーション表示設定 */
#main #shop h2.fadein,
#main #shop h3.fadein,
#main #shop ul.fadein,
#main #shop > img.fadein {
	transition-delay: 0.5s;
}

/* オンラインストア
========================================== */

#main #online {
	background-color: #fff;
}
#main #online ul {
	display: flex;
	flex-wrap: wrap;
}
#main #online ul li {
	/*width: 50%;*/
	width: 100%;
	position: relative;
}
@media only screen and (max-width: 1350px) {
	#main #online ul li {
		width: 100%;
	}
}

/* アニメーション表示設定 */
#main #online ul li.fadein {
	transition-delay: 0.5s;
}

/* ---------------------------
アルトシエロ
----------------------------- */

#main #online ul li:nth-of-type(1) {
	background: url("../img/bg_online_sky.jpg") center / cover no-repeat;
	/*height: auto;*/
	min-height: 400px;
	padding: 30px 15px;
	position: relative;
}
#main #online ul li:nth-of-type(1) .itemAlto {
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%,-50%);
}
#main #online ul li:nth-of-type(1) .itemAlto > img {
	width: 275px;
}
#main #online ul li:nth-of-type(1) .itemAlto .altBtn {
	width: 100%;
	text-align: center;
}
#main #online ul li:nth-of-type(1) .itemAlto .altBtn a {
	margin: 30px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 280px;
	height: 60px;
	color: #fff;
	font-weight: bold;
	border: 1px solid #fff;
	border-radius: 50vh;
	background-color: transparent;
}
#main #online ul li:nth-of-type(1) .itemAlto .altBtn a:hover {
	opacity: 1;
	background-color: rgba(255,255,255,0.3);
	border-color: rgba(255,255,255,0.3);
}
#main #online ul li:nth-of-type(1) .itemAlto .altBtn a img {
	display: inline-block;
	margin-left: 10px;
	position: relative;
	left: 0;
	top: -2px;
	transition: all 0.1s linear;
}
#main #online ul li:nth-of-type(1) .itemAlto .altBtn a:hover img {
	left: 5px;
}
@media only screen and (min-width: 1401px) {
	#main #online ul li:nth-of-type(1) .itemAlto > img {
		width: calc(100vw / ( 1400 / 275));
	}
}
@media only screen and (max-width: 1350px) {
	#main #online ul li:nth-of-type(1) {
		min-height: 0;
		height: 300px;
	}
}
@media only screen and (max-width: 640px) {
	#main #online ul li:nth-of-type(1) {
		height: 270px;
	}
	#main #online ul li:nth-of-type(1) .itemAlto > img {
		width: 250px;
	}
	#main #online ul li:nth-of-type(1) .itemAlto .altBtn a {
		color: #0062ac;
		background-color: rgba(255,255,255,0.85);
	}
	#main #online ul li:nth-of-type(1) .itemAlto .altBtn a:hover {
		background-color: rgba(255,255,255,1);
	}
}

/* ---------------------------
コーヒーバッグ
----------------------------- */

#main #online ul li:nth-of-type(2) {
	text-align: center;
}
#main #online ul li:nth-of-type(2) > img {
	width: 100%;
}
#main #online ul li:nth-of-type(2) .cbTxt {
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
	background-color: rgba(255,255,255,0.75);
	border-radius: 30px;
	padding: 30px 20px;
	width: 40%;
	min-width: 280px;
	text-align: center;
}
#main #online ul li:nth-of-type(2) .cbTxt p {
	font-size: 14px;
}
#main #online ul li:nth-of-type(2) .cbTxt p:first-of-type {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
}
#main #online ul li:nth-of-type(2) .cbTxt a {
	display: inline-block;
	margin-top: 15px;
	font-weight: bold;
	margin-left: 10px;
	border-color: transparent;
	border-radius: 50vh;
	padding: 10px 30px;
}
#main #online ul li:nth-of-type(2) .cbTxt a:hover {
	background-color: #fff;
	opacity: 1;
}
#main #online ul li:nth-of-type(2) .cbTxt a img {
	display: inline-block;
	position: relative;
	top: 5px;
	left: 0;
	margin-left: 10px;
	transition: all 0.1s linear;
}
#main #online ul li:nth-of-type(2) .cbTxt a:hover img {
	left: 5px;
}
@media only screen and (min-width: 1351px) {
	#main #online ul li:nth-of-type(2) .cbBtn {
		display: none;
	}
}
@media only screen and (max-width: 1350px) {
	#main #online ul li:nth-of-type(2) {
		background-color: #ddc9b3;
		display: flex;
		padding-bottom: 100px;
		flex-direction: row-reverse;
		align-items: center;
	}
	#main #online ul li:nth-of-type(2) > img {
		width: 65%;
	}
	#main #online ul li:nth-of-type(2) .cbTxt {
		position: static;
		transform: none;
		width: 100%;
		background-color: transparent;
		padding: 15px 60px;
	}
	#main #online ul li:nth-of-type(2) .cbTxt p {
		font-size: 16px;
	}
	#main #online ul li:nth-of-type(2) .cbTxt p:first-of-type {
		font-size: 18px;
		margin-bottom: 15px;
	}
	#main #online ul li:nth-of-type(2) .cbTxt a {
		display: none;
	}
	#main #online ul li:nth-of-type(2) .cbBtn {
		background-color: #71411b;
		width: 100%;
		height: 100px;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#main #online ul li:nth-of-type(2) .cbBtn a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 280px;
		height: 60px;
		color: #fff;
		font-weight: bold;
		border: 1px solid #fff;
		border-radius: 50vh;
		background-color: #71411b;
	}
	#main #online ul li:nth-of-type(2) .cbBtn a:hover {
		opacity: 1;
		background-color: rgba(255,255,255,0.3);
		border-color: rgba(255,255,255,0.3);
	}
	#main #online ul li:nth-of-type(2) .cbBtn a img {
		display: inline-block;
		margin-left: 10px;
		position: relative;
		left: 0;
		top: -2px;
		transition: all 0.1s linear;
	}
	#main #online ul li:nth-of-type(2) .cbBtn a:hover img {
		left: 5px;
	}
}
@media only screen and (max-width: 1100px) {
	#main #online ul li:nth-of-type(2) > img {
		width: 55%;
	}
	#main #online ul li:nth-of-type(2) .cbTxt {
		padding: 15px 50px;
	}
}
@media only screen and (max-width: 960px) {
	#main #online ul li:nth-of-type(2) {
		display: block;
		padding: 30px 20px;
	}
	#main #online ul li:nth-of-type(2) > img {
		width: auto;
		display: block;
		margin-top: 30px;
	}
	#main #online ul li:nth-of-type(2) .cbTxt {
		padding: 0;
	}
	#main #online ul li:nth-of-type(2) .cbTxt p {
		font-size: 14px;
	}
	#main #online ul li:nth-of-type(2) .cbBtn {
		height: auto;
		background-color: transparent;
		position: static;
		margin-top: 30px;
	}
	#main #online ul li:nth-of-type(2) .cbBtn a {
		border-color: #71411b;
	}
	#main #online ul li:nth-of-type(2) .cbBtn a:hover {
		background-color: rgba(255,255,255,0.1);
		border-color: rgba(255,255,255,0.7);
	}
}

/*******************************************

-------------------------------------------
footer
********************************************/

footer {
	width: 100%;
	background-color: #fff;
	padding: 20px 15px;
}
footer p.copy {
	font-size: 10px;
	text-align: center;
}
@media only screen and (max-width: 640px) {
	footer {
		padding-bottom: 60px;
	}
}

/*******************************************
セール関連のCSS
********************************************/
.category-sell{
	background: #fd4e4e;
	color: #FFF;
	padding-left: 5px;
    padding-right: 5px;
	width: auto;
    margin: 10px;
    margin-left: 80px;
    margin-right: 80px;
    text-align: center;
}

.font-sell{
	color: #fd4e4e;
}