.lp {
	background: url(../../assets/images/single-malt-oloroso/bk-images.png) no-repeat center right / 50%;
}
.lp * {
	font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
}
.header.nav-left .nav {
	margin: 0 0 0 auto;
}
.header>.nav ul li {
    margin: 0 0 0 30px;
    padding: 0;
}
.new-item {
	width: 100%;
    height: 100%;
    margin: auto auto auto 0;
    padding: 100px 0 0px 40px;
    display: flex;
    align-items: flex-end;
}
.item-image {
	max-width: 480px;
    width: 100%;
    height: fit-content;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
.new-item img {
	width: 100%;
}
.main-text {
	max-width: 30vw;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	z-index: 2;
}
.main-text img:first-of-type {
	margin-bottom: 2rem;
}

.lp .section {
	padding: 90px 20px;	
}
.lp .sec-item-detail.sec-message {
	padding: 90px 20px;
	background: none;
	height: auto;
}
.lp .sec-item-detail.sec-message .txt-message-vert {
	max-width: 1040px;
	display: block;
	margin: auto;
	-webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
	position: relative;
    top: auto;
    left: auto;
    transform: none;
	margin-bottom: 80px;
}
.detail-box {
	max-width: 1040px;
    display: block;
    margin: auto;
}
.detail-box p {
	font-size: 14px;
}
.border-table {
	width: auto;
	overflow: hidden;
	margin: 3rem 0;
	border-top: 1px solid #555;
}
.border-table th,
.border-table td {
	padding: 1.5rem;
	border-bottom: 1px solid #555;
	font-size: 15px;
	line-height: 1.7;
}
.right-img {
	max-width: 320px;
	float: right;
	margin: 3rem 0 2rem 2rem;
	text-align: center;
}
.right-img small {
	display: block;
	margin-top: 1rem;
	font-size: 14px;
	text-align: center;
}
.special-package div {
	margin-bottom: 32px;
	color: #FFF;
	font-size: 32px;
	text-align: center;
}
.special-package p {
	color: #FFF;
	font-size: 15px;
	text-align: center;
}
.half-box {
	max-width: 720px;
	width: 100%;
	margin: auto;
	padding: 40px 20px 80px;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	justify-content: center;
}
.half-box .item {
	width: calc((100% - 2rem)/2);
	font-size: 15px;
	text-align: center;
}
.half-box .item img {
	width: 100%;
}
.pr-box {
	max-width: 1280px;
	width: 100%;
	margin: auto;
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	justify-content: center;
}
.pr-box .item {
	width: calc((100% - 4rem)/3);
}
.pr-box .item:nth-of-type(2) {
	order: 3;
}
.pr-box .item:nth-of-type(3) {
	order: 2;
}
.pr-box .item img {
	width: 100%;
}
.movie-box {
	max-width: 800px;
	width: 100%;
	display: block;
	margin: auto;
}
.inline {
	display: inline-block;
}
.footer>.inner .box-logo-nav .list-footer-nav .item-footer-nav {
    margin: 0;
}
@media screen and (max-width: 1080px){
	.lp {
		background: url(../../assets/images/single-malt-oloroso/bk-images.png) no-repeat center right -50% / contain;
	}
	.item-image {
    	max-width: 320px;
	}
	.main-text {
    	max-width: 50vw;
	}
	.border-table th {
		width: 100%;
		display: block;
		padding-bottom: 0;
		border-bottom: none;
		text-align: left;
	}
	.border-table td {
		width: 100%;
		display: block;
		padding-top: 0.5rem;
	}
	.pr-box .item {
		width: calc((100% - 2rem)/2);
	}
	.pr-box .item:nth-of-type(2) {
		order: 2;
	}
	.pr-box .item:nth-of-type(3) {
		margin: auto;
		order: 3;
	}
}
@media screen and (max-width: 737px){
	.lp {
		background: url(../../assets/images/single-malt-oloroso/bk-images.png) no-repeat top center / 70%;
	}
	.new-item {
		padding: 100px 10px 64px;
		justify-content: center;
	}
	.item-image {
    	bottom: 160px;
	}
	.main-text {
    	max-width: 70vw;
		padding: 0;
	}
	.detail-box p {
		font-size: 13px;
		line-height: 3.2;
	}
	.border-table th,
	.border-table td {
    	font-size: 13px;
		line-height: 1.5;
	}
	.right-img {
		float: none;
		margin: 3rem auto 2rem;
	}
	.border-table {
    	width: 100%;
	}
	.special-package div {
		font-size: 24px;
	}
	.special-package p,
	.half-box .item {
		font-size: 13px;
	}
	.pr-box .item {
		width: 100%;
	}
	.pr-box .item:nth-of-type(2) {
		order: 3;
	}
	.pr-box .item:nth-of-type(3) {
		order: 2;
	}
	.movie-box {
 	   width: 84.1874084919%;
	}
}