﻿@charset "UTF-8";

main {
	margin-top: 70px;
}
.container.fixed-width-900 {
    width: 900px;
    margin: 0 auto;
}
@media screen and (max-width: 991px) {
    .container.fixed-width-900 {
		width: 100%;
    }
}
a img:hover {
	opacity: 0.8;
}
.title-image {
	width: 100%;
	height: auto;
}
#title-text {
	color: #ff0000;
	font-size: 38px;
	text-align: center;
	margin-bottom: 0;
}
@media screen and (min-width: 992px) {
	#title-text {
		font-size: 50px;
	}
}
#caption-japanese {
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-weight: 700;
	/*margin-bottom: 12px;*/
}
.animonItem .btn:hover {
	background: #fff;
}
/* PC2列、タブレット2列、スマホ1～2列 */
.container-flex.pc2-tb2-sp2 .container-item {
	-ms-flex-basis: calc(100% / 2 - 20px);
	-webkit-flex-basis: calc(100% / 2 - 20px);
	flex-basis: calc(100% / 2 - 20px);
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
	.container-flex.pc2-tb2-sp2 .container-item {
		-ms-flex-basis: calc(50% - 20px);
		-webkit-flex-basis: calc(50% - 20px);
		flex-basis: calc(50% - 20px);
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width:767px) {
	.container-flex.pc2-tb2-sp2 .container-item {
		-ms-flex-basis: calc(50% - 10px);
		-webkit-flex-basis: calc(50% - 10px);
		flex-basis: calc(50% - 10px);
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 10px;
	}
}
@media screen and (max-width:480px) {
	.container-flex.pc2-tb2-sp2 .container-item {
		-ms-flex-basis: calc(50% - 10px);
		-webkit-flex-basis: calc(50% - 10px);
		flex-basis: calc(50% - 10px);
		margin: 0 5px 10px;
	}
}
@media screen and (max-width:320px) {
	.container-flex.pc2-tb2-sp2 .container-item {
		-ms-flex-basis: calc(100% - 10px);
		-webkit-flex-basis: calc(100% - 10px);
		flex-basis: calc(100% - 10px);
		margin: 0 5px 10px;
	}
}

/* PC2列、タブレット2列、スマホ1列 */
.container-flex.pc2-tb2-sp1 .container-item {
	-ms-flex-basis: calc(100% / 2 - 20px);
	-webkit-flex-basis: calc(100% / 2 - 20px);
	flex-basis: calc(100% / 2 - 20px);
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	padding: 0 20px;
}

@media screen and (max-width: 1200px) {
	.container-flex.pc2-tb2-sp1 .container-item {
		-ms-flex-basis: calc(50% - 20px);
		-webkit-flex-basis: calc(50% - 20px);
		flex-basis: calc(50% - 20px);
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 20px;
		padding: 0 20px;
	}
}

@media screen and (max-width:767px) {
	.container-flex.pc2-tb2-sp1 .container-item {
		-ms-flex-basis: calc(50% - 10px);
		-webkit-flex-basis: calc(50% - 10px);
		flex-basis: calc(50% - 10px);
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 10px;
		padding: 0 20px;
	}
}

@media screen and (max-width:480px) {
	.container-flex.pc2-tb2-sp1 .container-item {
		-ms-flex-basis: calc(100% - 10px);
		-webkit-flex-basis: calc(100% - 10px);
		flex-basis: calc(100% - 10px);
		margin: 0 5px 10px;
		padding: 0;
	}
}

@media screen and (max-width:320px) {
	.container-flex.pc2-tb2-sp1 .container-item {
		-ms-flex-basis: calc(100% - 10px);
		-webkit-flex-basis: calc(100% - 10px);
		flex-basis: calc(100% - 10px);
		margin: 0 5px 10px;
		padding: 0;
	}
}

/* PC2列、タブレット3列、スマホ1列 */
.container-flex.pc3-tb3-sp1 .container-item {
	-ms-flex-basis: calc(100% / 3 - 20px);
	-webkit-flex-basis: calc(100% / 3 - 20px);
	flex-basis: calc(100% / 3 - 20px);
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
	.container-flex.pc3-tb3-sp1 .container-item {
		-ms-flex-basis: calc(33% - 20px);
		-webkit-flex-basis: calc(33% - 20px);
		flex-basis: calc(33% - 20px);
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:767px) {
	.container-flex.pc3-tb3-sp1 .container-item {
		-ms-flex-basis: calc(33% - 10px);
		-webkit-flex-basis: calc(33% - 10px);
		flex-basis: calc(33% - 10px);
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width:480px) {
	.container-flex.pc3-tb3-sp1 .container-item {
		-ms-flex-basis: calc(100% - 10px);
		-webkit-flex-basis: calc(100% - 10px);
		flex-basis: calc(100% - 10px);
		margin: 0 5px 10px;
	}
}

/* 個別商品エリア */
h3.product-name {
	font-weight: bold;
	font-size: 18px;
	color: #333745;
	line-height: 1.2;
	margin-bottom: 6px;
	border-bottom: 0;
}
.product-name a {
	color: #ffffff;
	transition: all 0.3s 0s ease;
}
.product-name a:hover {
	text-decoration: none;
	color: #ff0000;
}
.container-item .btn {
	width: 50%;
	padding: 5px 10px;
	height: auto;
	line-height: 1.6;
	font-size: 18px;
}
@media screen and (max-width:767px) {
	.container-item .btn {
		width: 100%;
		padding: 5px 10px;
		height: auto;
		line-height: 1.6;
	}
}
@media screen and (max-width: 479px) {
	.container-item .btn {
		width: 100%;
		padding: 4px 5px;
		font-size: 11px;
		line-height: 1.5;
	}
}
.image-wrapper img {
	width: 100%;
	height: auto;
}
.image-wrapper {
	width: 100%;
	/*aspect-ratio: 1 / 1;*/
	margin-bottom: 5px;
	display: block;
}
.image-wrapper img {
	width: 100%;
	height: auto;
}
.product-code {
	font-size: 10px;
	line-height: 1.7;
	color: #bbbbbb;
	margin-bottom: 0;
}

.product-name a {
	color: #ffffff;
}
.product-text {
	font-size: 18px;
	color: #333745;
	line-height: 1.3;
}
.detail-text {
	font-size: 18px;
	color: #000000;
	line-height: 1.3;
	padding: 15px 30px 15px;
}
.product-price {
	font-size: 16px;
	color: #ffffff;
	line-height: 1.2;
	margin-bottom: 5px;
}
.parallax-wrapper {
	width: 100%;
	height: 100vw;
	min-height: 640px;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.parallax-wrapper {
		min-height: 700px;
	}
}
.parallax-wrapper img {
	width: 100%;
	height: auto;
}
.dropshadow {
	-webkit-filter:drop-shadow(1px 1px 3px rgba(0,0,0,0.6));
	-moz-filter:drop-shadow(1px 1px 3px rgba(0,0,0,0.6));
	-ms-filter:drop-shadow(1px 1px 3px rgba(0,0,0,0.6));
	filter:drop-shadow(1px 1px 3px rgba(0,0,0,0.6));
}
.sabon {
	font-family: linotype-sabon, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.animonItem h3 {
	font-size: 30px;
	line-height: 1.5;
	margin-bottom: 5px;
}

.animonItem h2 {
	font-size: 36px;
	border-bottom: 0;
	line-height: 1.5;
	margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
	.animonItem h3 {
		font-size: 20px;
	}
	.animonItem h2 {
		font-size: 32px;
	}
}
.bamboo-heading {
	text-align: center;
	border-bottom: 0;
	font-size: 46px;
	color: #ff0000;
	line-height: 1.4;
}
@media screen and (max-width: 767px) {
	.bamboo-heading {
		font-size: 30px;
	}
}
.bamboo-sub-heading {
	text-align: center;
	border-bottom: 0;
	font-size: 28px;
	font-weight: bold;
}
.suede-detail-heading {
	position: relative;
	overflow: hidden;
	padding: 1.5rem 2rem 1.5rem 130px;
	border: 2px solid #000;
	margin: 20px 10px;
	background-color: white;
}
	.suede-detail-heading:before {
		position: absolute;
		top: -150%;
		left: -100px;
		width: 200px;
		height: 300%;
		content: '';
		-webkit-transform: rotate(25deg);
		transform: rotate(25deg);
		background: #000;
	}
	.suede-detail-heading span {
		font-size: 40px;
		font-size: 5rem;
		position: absolute;
		z-index: 1;
		top: 10%;
		left: 0;
		display: block;
		padding-top: 3px;
		padding-left: 16px;
		color: #fff;
	}
@media screen and (max-width:480px) {
	.suede-detail-heading {
		margin: 20px 0;
	}
}
.step {
	font-weight: bold;
	font-size: 22px;
	border-bottom: 1px solid #ccc;
	color: #000000;
}
.step-info {
	color: #000000;
}

#coupon-wrapper {
	left: 50px;
	top: 20%;
	width: 90%;
}
#campaign-wrapper {
	right: 50px;
	top: 25%;
	width: 90%;
}
#title-wrapper {
	left: 50px;
	top: 60%;
	width: 90%;
}

@media screen and (max-width: 767px) {
	#coupon-wrapper {
		left: 20px;
		top: 8%;
	}
	#coupon-wrapper p {
		font-size: 13px;
	}
	#campaign-wrapper {
		right: 20px;
		top: 34%;
	}
	#campaign-wrapper p {
		font-size: 13px;
	}
	#title-wrapper {
		left: 20px;
		top: 67%;
	}
}

/* クーポンコードの部分 */
.js-copytext {
    display: block;
    font-size: 36px;
    color: #333745;
    background: #fff;
    margin-bottom: 5px;
    box-shadow: 1px 1px 5px -3px #333745 inset;
	letter-spacing: 4px;
	text-align: center;
	border-radius: 30px;
}
@media screen and (min-width: 768px) {
    .js-copytext {
        width: 60%;
    }
}
.CallToAction {
	text-align: center;
}
ul.notandum {
	padding-left: 20px;
	color: #bbbbbb;
}

/* 商品個別 */
.item .image-wrapper {
	-ms-flex-basis: calc(40% - 20px);
	-webkit-flex-basis: calc(40% - 20px);
	flex-basis: calc(40% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}
.item .text-wrapper {
	-ms-flex-basis: calc(60% - 20px);
	-webkit-flex-basis: calc(60% - 20px);
	flex-basis: calc(60% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}
.limited {
	font-size: 22px;
	font-weight: bold;
	background: #ff0000;
	color: #fff;
	padding: 2px 15px 4px;
	margin: 0 4px;
}

/* 巻物部分 */
.banner img {
	height: auto;
}
.makimono .text-center.h1-style.renewal {
	border-bottom: none;
	font-weight: bold;
	font-size: 28px;
	line-height: 38px;
	padding: 20px;
	word-break: break-all;
}
.makimono .h3-style.renewal {
	font-size: 18px;
	line-height: 1.6;
    padding: 20px;
    color: #333745;
    width: 80%;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.makimono .h3-style.renewal {
		width: 98%;
	}
}
/* 追従ボタン */
.reserve-btn {
	bottom: 0;
	right: 0;
	width: 270px;
	background: rgba(255,255,255,0.6);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	padding: 10px;
	-webkit-filter:drop-shadow(1px 1px 4px rgba(0,0,0,0.2));
	-moz-filter:drop-shadow(1px 1px 4px rgba(0,0,0,0.2));
	-ms-filter:drop-shadow(1px 1px 4px rgba(0,0,0,0.2));
	filter:drop-shadow(1px 1px 4px rgba(0,0,0,0.2));
	z-index: 5000;
}
@media screen and (max-width: 767px) {
	.reserve-btn {
		width: 100%;
		right: 0;
	}
}
.reserve-btn .btn-lg {
	line-height: 1.5;
}
@media screen and (max-width:767px) {
	.btn-modified {
		font-size: 12px;
		padding-left: 4px;
		padding-right: 4px;
	}
}


/*=== 画像の表示エリア ================================= */
.slide {
	position: relative;
	width: 100%;
	padding-top: 60%;
	overflow: hidden;
	background: #fff;
}

	/*=== 画像の設定 ======================================= */
	.slide img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		height: auto;
		animation: slideAnime 8s ease infinite;
	}

		/*=== スライドのアニメーションを段差で開始する ========= */
		.slide img:nth-of-type(1) {
			animation-delay: 0s
		}

		.slide img:nth-of-type(2) {
			animation-delay: 4s
		}

/*=== スライドのアニメーション ========================= */
@keyframes slideAnime {
	0% {
		left: 50%
	}

	5% {
		left: 150%
	}

	45% {
		left: 150%
	}

	50% {
		left: 50%
	}

	100% {
		left: 50%
	}
}

.btn{
	font-size: 18px;
}

.btn span {
	color: yellow;
}

.btn:hover .coupon-info {
	color: #f60;
}

.reserve-heading {
	text-align: center;
	border-bottom: 0;
	font-size: 46px;
	color: #ff0000;
	line-height: 1.4;
}

@media screen and (max-width:767px) {
	.reserve-heading {
		font-size: 40px;
	}
}

.reserve-sub-heading {
	text-align: center;
	border-bottom: 0;
	font-size: 28px;
	font-weight: bold;
	color: #000000;
}

.topperformance {
	width: 70vw;
	height: 48vw;
	background: url(/images/contents/hilander-minorlamp/img_imagecut_1.jpg);
	background-size: cover;
	margin: 0 auto;
}

	.topperformance > div > div:nth-child(1) {
		top: 56.5%;
		left: 97%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		font-size: 1.1vw;
		color: white;
		width: 90vw;
		text-align: left;
	}

.scene {
	position: relative;
}

	.scene img {
		animation-name: album;
		-webkit-animation-name: album;
		animation-duration: 10s;
		-webkit-animation-duration: 10s;
		animation-iteration-count: infinite;
		-webkit-animation-iteration-count: infinite;
		opacity: 0;
	}

	.scene .img1 {
		display: block;
	}

	.scene .img2 {
		animation-delay: 5s;
		-webkit-animation-delay: 5s;
		position: absolute;
		top: 0;
	}

@keyframes album {
	0% {
		opacity: 0;
	}

	12.5% {
		opacity: 1;
	}

	37.5% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}
}

@-webkit-keyframes album {
	0% {
		opacity: 0;
	}

	12.5% {
		opacity: 1;
	}

	37.5% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}
}