﻿@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;
	line-height: 30px;
}
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;
	}
}

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

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

@media screen and (max-width:767px) {
	.container-flex.pc4-tb3-sp2 .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.pc4-tb3-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.pc4-tb3-sp2 .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: #333745;
	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: 70%;
		padding: 5px 7px;
		font-size: 18px;
		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: #666;
	margin-bottom: 0;
}

.product-name a {
	color: #333745;
}
.product-text {
	font-size: 18px;
	color: #333745;
	line-height: 1.3;
}
.detail-text {
	font-size: 18px;
	color: #333745;
	line-height: 1.3;
	padding: 15px 0px 15px;
}
.product-price {
	font-size: 16px;
	color: #dd0000;
	line-height: 1.2;
	margin-bottom: 5px;
}

	.product-price span {
		text-decoration: line-through;
		color: #999999;
	}

.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;
}

#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;
}

/* 商品個別 */
.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;
	}
}

.sale-info {
	background-color: red;
	margin-top: 0px;
	color: white;
	font-size: 20px;
	padding: 8px 10px 5px;
	text-align: center;
	word-break: break-all;
	line-height: 36px;
}

.sale-info span {
	font-size: 40px;
}

@media screen and (max-width: 767px) {
	.sale-info {
		/*text-align: left;*/
		margin-top: 30px;
		line-height: 30px;
		font-size: 18px;
		padding: 5px 5px 5px;
	}
		.sale-info span {
			font-size: 32px;
		}
}
