@charset "utf-8";
/*--------------------------------------------------------common*/

section:after {
	content: "";
	display: block;
	height: 36px;
	background-image: url(../images/border_tanzawa.png);
	background-size: auto 100%;
	background-position: center;
}

section:last-child:after {
	content: "";
	display: none;
}

.secInner {
	padding: 103px 92px 100px;
}

section h2 {
	margin-bottom: 10px;
	font-family: "Fira Sans Condensed", sans-serif;
	font-weight: 600;
	font-size: 9rem;
	color: #000;
}

@media screen and (max-width:768px) {
	main {
		background-image: url(../images/ci_logo_w.png);
		background-repeat: no-repeat;
		background-size: 247px;
		background-position: 0 0;
		background-attachment: fixed;
	}

	section:after {
		height: 30px;
	}

	.secInner {
		padding: 115px 40px 60px;
	}

	section h2 {
		font-size: 5rem;
	}

}


/*--------------------------------------------------------mainImage*/
.mainImg {
	height: 56vw;
	min-height: 600px;
	max-height: 100%;
	background-image: url(../images/main_image01.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 0;
}

.spImg {
	display: none;
}

.mainImgCopy {
	position: absolute;
	top: 16vw;
	right: 12vw;
	display: flex;
}

.mainImgCopy h2 {
	width: 8.2vw;
	max-width: 98px;
	order: 2;
	margin-left: 33px;
}

.mainImgCopy p {
	writing-mode: vertical-rl;
	color: #fff;
	font-size: 1.7rem;
	font-family: "Noto Serif JP", serif;
}

.mainImgCopy p span {
	background: #1a1311;
	padding: 9px;
	display: inline-block;
}


@media screen and (max-width:768px) {
	.spImg {
		display: block;
		height: 48vw;
		min-height: 460px;
		background-image: url(../images/main_image01.jpg);
		background-size: auto 125%;
		background-position: 23% 50%;
		background-repeat: no-repeat;
	}

	.mainImg {
		height: 100%;
		background-image: none;
		background-color: #000;
	}

	.mainImgCopy {
		position: static;
		display: flex;
		justify-content: center;
		padding: 39px 0 29px 0;
	}

	.mainImgCopy h2 {
		width: 12.8vw;
		max-width: 98px;
		order: 2;
		margin-left: 33px;
	}

	.mainImgCopy p span {
		background: none;
		padding: 8px;
	}
}

/*--------------------------------------------------------Our Brands*/
#secBrands {
	background-image: url(../images/ci_logo_w.png);
	background-repeat: no-repeat;
	background-size: 442px 442px;
	background-position: -5px 0;
}

.txtBrands {
	font-size: 2rem;
	line-height: 3.5rem;
	letter-spacing: 0.1em;
	color: #000;
}

.boxBrands {
	display: flex;
	justify-content: flex-end;
	margin-top: -175px;
	/*固定用↓↓*/
	position: relative;
	top: 0;
	left: 160px;
	width: 840px;
}

.blockBrands {
	display: flex;
	align-items: flex-end;
	margin-right: 82px;
}

.blockBrands:nth-child(2) {
	margin-right: 0;
}

.blockBrands dl {
	margin-right: 12px;
}

.blockBrands dt {
	margin-bottom: 24px;
	text-align: right;
	font-weight: 200;
	font-size: 2rem;
}

.blockBrands a {
	display: block;
	padding: 25px;
	border: 1px solid #333;
	font-size: 2rem;
	font-weight: 200;
	color: #000;
	background: rgba(255, 255, 255, 0);
	transition: 0.2s;
}

.blockBrands a:hover {
	background: rgba(255, 255, 255, 1);
	text-decoration: none;
}

.imgBrands {
	width: 180px;
}

.imgBrands img {
	width: 100%;
}

@media screen and (max-width:768px) {
	#secBrands {
		background-image: none;
	}

	.txtBrands {
		font-size: 1.2rem;
		line-height: 1.67;
		letter-spacing: -0.02em;
	}

	.boxBrands {
		flex-direction: column;
		align-items: flex-end;
		position: static;
		width: auto;
		margin-top: 0;
		margin-right: 18px;
	}

	.blockBrands {
		display: flex;
		align-items: flex-end;
		margin-right: 0;
		margin-bottom: 43px;
	}

	.blockBrands:nth-child(2) {
		margin-bottom: 0;
	}

	.imgBrands {
		width: 85px;
	}

	.blockBrands dl {
		margin-right: 30px;
		margin-bottom: 20px;
	}

	.blockBrands dt {
		margin-bottom: 12px;
		font-size: 1.3rem;
	}

	.blockBrands a {
		padding: 13px;
		font-size: 1.3rem;
	}

}

/*--------------------------------------------------------pickup*/
.boxPickup {
	display: flex;
	justify-content: space-between;
}

.boxPickup li {
	margin-right: 133px;
}

.boxPickup li:nth-child(2) {
	margin-right: 0;
}

@media screen and (max-width:768px) {
	#secPickup h2 {
		margin-bottom: 75px;
	}

	.boxPickup {
		flex-direction: column;
	}

	.boxPickup li {
		width: 100%;
		margin-right: 0;
	}

	.imgPickup01 {
		margin-bottom: 47px;
	}

	.imgPickup02 {
		width: 55% !important;
		margin: auto !important;
	}
}

/*--------------------------------------------------------Distilleries*/
.boxDist {
	display: flex;
	justify-content: space-between;
}

.blockDist {
	display: flex;
	flex-direction: column;
	width: 34.4%;
	text-align: center;
}

.blockDist dt {
	margin-bottom: 23px;
	font-size: 2.4rem;
	font-weight: 200;
}

.blockDist dd {
	margin-bottom: 36px;
	font-size: 1.8rem;
	font-weight: 200;
	line-height: 1.8;
}

.imgDist {
	order: -1;
}

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

	.boxDist {
		flex-direction: column;
	}

	.blockDist {
		display: flex;
		flex-direction: column;
		width: 100%;
		text-align: center;
	}

	.blockDist dt {
		margin-bottom: 8px;
		font-size: 1.8rem;
		font-weight: 300;
	}

	.blockDist dd {
		margin-bottom: 17px;
		font-size: 1.6rem;
		line-height: 1.4;
	}

}


/*--------------------------------------------------------story*/
#secStory {
	position: relative;
	padding: 104px 0 100px;
}

#secStory h2 {
	position: absolute;
	top: 160px;
	left: 92px;
	z-index: 2;
}

/*swiper*/
.swiper {
	width: 100%;
	height: 500px;
	overflow: hidden;
	margin: 100px 0 150px;
}

.swiper-wrapper {
	transition-timing-function: linear !important;
}

.swiper-slide {
	width: auto !important;
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
}

.swiper-slide img {
	max-height: 100%;
	height: auto;
	width: auto;
	object-fit: contain;
	display: block;
}

@media screen and (max-width:768px) {
	#secStory {
		padding: 80px 0 50px;
	}

	#secStory h2 {
		top: 110px;
		left: 39px;
	}

	.swiper-slide {
		height: 485px !important;
	}

}


/*--------------------------------------------------------news*/
.boxNews {
	display: flex;
	flex-wrap: wrap;
}

.boxNews dt {
	width: 312px;
	padding: 26px 150px 26px 48px;
	box-sizing: border-box;
	border-bottom: 1px solid #000;
}

.boxNews dd {
	width: calc(100% - 312px);
	padding: 26px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #000;
}

.boxNews dt:first-child,
.boxNews dd:first-of-type {
	border-top: 1px solid #000;
}

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

	.boxNews dt {
		width: 130px;
		padding: 15px 0 15px 10px;
	}

	.boxNews dd {
		width: calc(100% - 130px);
		padding: 15px 0;
	}
}
