@charset "utf-8";

body {
	font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, sans-serif;
	color: #653700;
	letter-spacing: .05em;
	-webkit-font-smoothing: antialiased;
}

a {
	color: #653700;
	text-decoration: none;
}

a:hover {

}

.f-mc {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.f-ds {
	font-family: 'Dancing Script', cursive;
}

.robot {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
}

@-webkit-keyframes bounce {
  0%, 100% { -webkit-transform: scale(0.7,0.7) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
  0%, 100% { transform: scale(0.7,0.7) }
  50% { transform: scale(1.0) }
}


#modal-overlay {
	z-index: 9998 !important;
	z-index: 1 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba(54,37,18,.9) ;
}

#modal-content {
	position: fixed;
	display: none;
	z-index: 9999;
}

#modal-content ul li {
	line-height: 3;
}

#modal-content ul li a {
	color: #fff;
	font-size: 3rem;
}

@media screen and (max-width: 767px) {
	#modal-content ul li a {
		font-size: 6vw;
	}
}

.att span {
	color: #FFF450;
	border: 1px solid #FFF450;
	font-size: 80%;
	padding: 3px;
	margin-left: 10px;
}

#cmn-lineup .product ul li {
	position: relative;
}

.sale-att-wrap {
	text-align: center;
	padding-top: 30px;
}

.sale-att-wrap + .ttl_cmn .cmn-ttl {
	padding-top: 40px;
}

.sale-att {
	display: inline-block;
	background-color: #0473bb;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 10px;
	margin: 0 auto;
}

#cmn-lineup .product ul li .sale-att {
	position: absolute;
	top: -50px;
	left: 45%;
    transform: translateX(-45%);
}

#detail #cmn-lineup #seasonality h2 {
	padding-bottom: 70px;
}

.lang-change {
	display: flex;
	letter-spacing: 0;
}

.lang-change li:not(:last-child):after {
	content: '/';
	padding: 0 5px;
}

.lang-change li a {
	text-decoration: underline;
}

.lang-change li a:hover {
	text-decoration: none;
}

.lang-change.product-index,
.lang-change.product-index li:not(:last-child):after,
.lang-change.product-index a {
	color: #653700;
}

header .lang-change {
	position: absolute;
	z-index: 100;
}

header .lang-change li,
header .lang-change li a {
	color: #fff;
}

footer .lang-change {
	justify-content: center;
}


#modal-content .lang-change {
	text-align: center;
	color: #fff;
	justify-content: center;
}

@media screen and (min-width: 768px) {
	.sale-att-wrap .sale-att {
		font-size: 1.8rem;
	}

	header .lang-change {
		top: 4%;
	    right: 8%;
	    transform: translate(-4%, -8%);
	}

	header .lang-change li,
	header .lang-change li a {
		font-size: 1.8rem;
	}

	footer .lang-change {
		padding-bottom: 30px;
	}

	#modal-content h2 {
		text-align: center;
	    color: #fff;
	    font-size: 1.6rem;
	    padding-top: 15px;
	}

	#modal-content .lang-change a {
		font-size: 1.4rem;
	}

	.product_new .lang-change,
	.lang-change.product-index {
		top: 38px;
	}

	#cmn-lineup .col3 li:nth-child(1) {
		margin-left: 6.25%;
	}
	#cmn-lineup .col3 li:nth-child(2) {
		margin: 0 6.25%;
	}
	#cmn-lineup .col3 li:nth-child(3) {
		margin-right: 6.25%;
	}

	#cmn-insta ol {
		width: 935px;
		margin: 0 auto;
		text-align: right;
	}
	#cmn-insta ol li {
		line-height: 2;
	}
	#cmn-insta ol li a {
		font-size: 1.4rem;
		text-decoration: underline;
	}
	#cmn-insta ol li a:hover {
		text-decoration: none;
	}

}

@media screen and (max-width: 767px) {

	#cmn-insta ol {
		text-align: center;
		line-height: 2;
	}

	#cmn-insta ol li a {
		font-size: 2.93vw;
		text-decoration: underline;
	}

	header .lang-change {
		top: 8vw;
    	right: 16vw;
	}

	footer .lang-change {
		padding-bottom: 4vw;
	}

	.sale-att {
		font-size: 3.2vw;
		padding: 1.67vw 2vw;
		white-space: nowrap;
	}
	#cmn-lineup .product ul li .sale-att {
    	top: -9vw;
	}

	.sale-att-wrap {
		text-align: center;
		padding-top: 4vw;
	}

	.sale-att-wrap + .ttl_cmn .cmn-ttl {
		padding-top: 4vw;
	}

	#detail #cmn-lineup #seasonality h2 {
		padding-bottom: 14vw;
	}

	#modal-content h2 {
		text-align: center;
	    color: #fff;
	    font-size: 4.8vw;
	    padding-top: 4vw;
	}

	#modal-content .lang-change,
	#modal-content .lang-change a {
		font-size: 4vw;
	}

	#speciality ul li:nth-child(1) dt,
	#speciality ul li:nth-child(2) dt{
		font-size: 4vw !important;
	}
}
