@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap');

html, body {
	margin: 0;
	overflow-x: hidden;
	padding: 0;
	max-width: 100%;
}
body {
	color: #0F0F0F;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}
a {
	color: #0F0F0F;
	text-decoration: none;
	transition: ease .3s;
}
div {
	box-sizing: border-box;
}
h1, h2, h3, h4, h5 {
	box-sizing: border-box;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
ul, ol, li, dl, dt, dd {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
ul li, ol li {
	list-style-type: none;
}
figure, figcaption, p {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
img {
	vertical-align: bottom;
	height: auto;
	max-width: 100%;
}

main, section, article {
	box-sizing: border-box;
	display: block;
}
em {
	font-style: normal;
}

/** flex box **/
.flexBox {
	display: flex;
	flex-wrap: wrap;
}

.sec_inner {
	margin: 0 auto;
	position: relative;
	width: 1120px;
}

@media screen and (min-width: 781px) {
	.sp_on {
		display: none;
	}
}
@media screen and (max-width: 1160px) {
	body {
		font-size: 1.5vw;
	}

	.sec_inner {
		margin: 0 2vw;
		width: calc(100% - 4vw);
	}
}
@media screen and (max-width: 780px) {
	body {
		font-size: 3.6vw;
	}

	.pc_on {
		display: none;
	}

	.sec_inner {
		margin: 0 4vw;
		width: calc(100% - 8vw);
	}
}

.btn {
	color: #fff;
	border-radius: 8px;
	display: table;
	font-size: 24px;
	font-weight: 700;
	padding: 20px 40px;
	padding-right: 100px;
	position: relative;
	text-decoration: none;
	text-align: center;
	z-index: 0;
}
.btn::before,
.btn::after {
	border-radius: 8px;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.btn::before {
	background: linear-gradient(to right, #1C6700, #10D300);
	transition: .3s;
	z-index: -1;
}
.btn::after {
	background: linear-gradient(to right, #1C6700, #1C6700);
	z-index: -2;
}
.btn:hover::before {
	opacity: 0;
}
.btn span::before {
	background-color: #fff;
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: ease .3s;
	height: 2px;
	width: 78px;
}
.btn:hover span::before {
	width: 0;
}
@media screen and (max-width: 1160px) {
	.btn {
		border-radius: 8px;
		font-size: 2.4vw;
		padding: 2vw 4vw;
		padding-right: 10vw;
	}
	.btn::before,
	.btn::after {
		border-radius: 8px;
	}
	.btn span::before {
		height: 2px;
		width: 7.8vw;
	}
}
@media screen and (max-width: 780px) {
	.btn {
		border-radius: 1vw;
		box-sizing: border-box;
		font-size: 4.8vw;
		margin: 0 auto;
		padding: 4vw 6vw;
		padding-right: 10vw;
		width: 84vw;
	}
	.btn::before,
	.btn::after {
		border-radius: 1vw;
	}
	.btn span::before {
		height: 2px;
		width: 12vw;
	}
}

/** --------------------
header
-------------------- **/
/** -- signboard -- **/
.signboard {
	background-color: #604B3C;
	color: #fff;
	padding: 10px 0;
}
.signboard .sec_inner {
	align-items: center;
}
.signboard h1.logo a {
	align-items: center;
	box-sizing: border-box;
	color: #FACD5A;
	display: block;
	font-size: 30px;
	padding-left: 110px;
	padding-top: 40px;
	position: relative;
	height: 100px;
}
.signboard h1.logo img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100px;
	width: auto;
}
.signboard .catchcopy {
	margin-left: auto;
	padding-top: 10px;
}
.signboard .catchcopy h2 {
	font-size: 20px;
	text-align: right;
}
@media screen and (max-width: 1160px) {
	.signboard {
		padding: 1vw 0;
	}
	.signboard h1.logo a {
		font-size: 3vw;
		padding-left: 11vw;
		padding-top: 3vw;
		height: 9vw;
	}
	.signboard h1.logo img {
		height: 9vw;
	}
	.signboard .catchcopy {
		padding-top: 1vw;
	}
	.signboard .catchcopy h2 {
		font-size: 2vw;
	}
}
@media screen and (max-width: 780px) {
	.signboard {
		padding: 2vw 0;
	}
	.signboard h1.logo a {
		font-size: 4vw;
		padding-left: 12vw;
		padding-top: 3vw;
		height: 10vw;
	}
	.signboard h1.logo img {
		height: 10vw;
	}
	.signboard .catchcopy {
		display: none;
	}
}

/** -- mv -- **/
.mv {
	position: relative;
	height: 800px;
}
.mv .bg {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.mv .sec_inner {
	align-items: center;
	justify-content: space-between;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.mv .text {
	color: #fff;
}
.mv .text h2 {
	font-size: 54px;
	line-height: 1.4;
	margin-bottom: 10px;
}
.mv .text h3 {
	font-size: 32px;
	margin-bottom: 50px;
}
.mv .text p {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.8;
	margin-bottom: 50px;
}
.mv .text .btn {
	margin: 0 auto;
}
.mv .label li + li {
	margin-top: 20px;
}
.mv .label li {
	align-items: center;
	background: url("img/volpi_teiki_mv_deco1.png") no-repeat center / 100%;
	display: flex;
	flex-wrap: wrap;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	justify-content: center;
	text-align: center;
	height: 200px;
	width: 200px;
}
.mv .label p {
	font-size: 24px;
	line-height: 1.4;
}
.mv .label p small {
	display: block;
	font-size: 21px;
	margin-bottom: -12px;
}
.mv .label p span {
	display: block;
	font-size: 30px;
}
.mv .label p big {
	font-size: 42px;
}
.mv .label p em {
	font-size: 36px;
}
@media screen and (max-width: 1160px) {
	.mv {
		height: 76vw;
	}
	.mv .sec_inner {
		margin: 0;
	}
	.mv .text h2 {
		font-size: 5.4vw;
		margin-bottom: 1vw;
	}
	.mv .text h3 {
		font-size: 3.2vw;
		margin-bottom: 5vw;
	}
	.mv .text p {
		font-size: 2vw;
		letter-spacing: .2vw;
		margin-bottom: 5vw;
	}
	.mv .label li + li {
		margin-top: 2vw;
	}
	.mv .label li {
		height: 18vw;
		width: 18vw;
	}
	.mv .label p {
		font-size: 2.3vw;
	}
	.mv .label p small {
		font-size: 2vw;
		margin-bottom: -1.2vw;
	}
	.mv .label p span {
		font-size: 3vw;
	}
	.mv .label p big {
		font-size: 4vw;
	}
	.mv .label p em {
		font-size: 3.4vw;
	}
}
@media screen and (max-width: 780px) {
	.mv {
		height: 170vw;
	}
	.mv .bg {
		object-position: -184vw 0;
	}
	.mv .sec_inner {
		margin: 0;
	}
	.mv .text h2 {
		font-size: 7vw;
		margin-bottom: 2vw;
	}
	.mv .text h3 {
		font-size: 4.5vw;
		margin-bottom: 8vw;
	}
	.mv .text p {
		font-size: 4.2vw;
		letter-spacing: .2vw;
		margin-bottom: 68vw;
	}
	.mv .label {
		display: flex;
		justify-content: center;
		position: absolute;
		bottom: 24vw;
		width: 100%;
	}
	.mv .label li {
		height: 30vw;
		width: 30vw;
	}
	.mv .label li + li {
		margin-left: 1vw;
		margin-top: 0;
	}
	.mv .label p {
		font-size: 4vw;
	}
	.mv .label p small {
		font-size: 3.8vw;
		margin-bottom: -2vw;
	}
	.mv .label p span {
		font-size: 4.4vw;
	}
	.mv .label p big {
		font-size: 6vw;
	}
	.mv .label p em {
		font-size: 5.2vw;
	}
}

/** --------------------
main
-------------------- **/
.headline_1 {
	font-size: 42px;
	line-height: 1.4;
	padding-bottom: 45px;
	position: relative;
	text-align: center;
}
.headline_1::before,
.headline_1::after {
	content: '';
	display: block;
	position: absolute;
	transform: translateX(-50%);
	height: 24px;
	width: 24px;
}
.headline_1::before {
	background-color: #FACD5A;
	bottom: 14px;
	left: calc(50% - 7px);
	z-index: 2;
}
.headline_1::after {
	background-color: #10D300;
	bottom: 0;
	left: calc(50% + 7px);
	z-index: 1;
}
.headline_1 span {
	font-size: 32px;
}
@media screen and (max-width: 1160px) {
	.headline_1 {
		font-size: 3.8vw;
		padding-bottom: 4.5vw;
	}
	.headline_1::before,
	.headline_1::after {
		height: 2.2vw;
		width: 2.2vw;
	}
	.headline_1::before {
		bottom: 1.2vw;
		left: calc(50% - .6vw);
	}
	.headline_1::after {
		left: calc(50% + .6vw);
	}
	.headline_1 span {
		font-size: 3vw;
	}
}
@media screen and (max-width: 780px) {
	.headline_1 {
		font-size: 5.8vw;
		padding-bottom: 12vw;
	}
	.headline_1::before,
	.headline_1::after {
		height: 6.2vw;
		width: 6.2vw;
	}
	.headline_1::before {
		bottom: 3.8vw;
		left: calc(50% - 1.9vw);
	}
	.headline_1::after {
		left: calc(50% + 1.9vw);
	}
	.headline_1 span {
		font-size: 4.2vw;
	}
}

.headline_2 {
	font-size: 42px;
	line-height: 1.4;
	margin-bottom: 50px;
	position: relative;
	text-align: center;
}
.headline_2 span {
	font-size: 32px;
}
@media screen and (max-width: 1160px) {
	.headline_2 {
		font-size: 3.8vw;
		margin-bottom: 5vw;
	}
	.headline_2 span {
		font-size: 3vw;
	}
}
@media screen and (max-width: 780px) {
	.headline_2 {
		font-size: 5.8vw;
		margin-bottom: 8vw;
	}
	.headline_2 span {
		font-size: 4.2vw;
	}
}

/** -- period -- **/
.period {
	background-color: #40003E;
	padding: 30px 0;
}
.period .inner {
	background-color: #fff;
	border-radius: 8px;
	color: #40003E;
	margin: 0 auto;
	padding: 20px 0;
	padding-left: 150px;
	position: relative;
	width: 900px;
}
.period .inner::before {
	background: url("img/icon_grape.png") no-repeat 0 0 / 100%;
	content: '';
	display: block;
	position: absolute;
	left: 80px;
	top: 50%;
	transform: translateY(-50%);
	height: 48px;
	width: 48px;
}
.period .inner h2 {
	font-size: 30px;
	margin-bottom: 5px;
}
.period .inner p {
	letter-spacing: 1px;
}
@media screen and (max-width: 1160px) {
	.period {
		padding: 3vw 0;
	}
	.period .inner {
		border-radius: 8px;
		padding: 2vw 0;
		padding-left: 14vw;
		width: 84vw;
	}
	.period .inner::before {
		left: 7vw;
		height: 4.2vw;
		width: 4.2vw;
	}
	.period .inner h2 {
		font-size: 2.8vw;
		margin-bottom: .5vw;
	}
	.period .inner p {
		letter-spacing: .1vw;
	}
}
@media screen and (max-width: 780px) {
	.period {
		padding: 8vw 0;
	}
	.period .inner {
		border-radius: 8px;
		padding: 20vw 6vw 6vw;
		text-align: center;
		width: 100%;
	}
	.period .inner::before {
		left: 50%;
		top: 6vw;
		transform: translateX(-50%);
		height: 10vw;
		width: 10vw;
	}
	.period .inner h2 {
		font-size: 4.6vw;
		margin-bottom: 3vw;
	}
	.period .inner p {
		letter-spacing: .3vw;
	}
}
/** -- item_1 -- **/
.item_1 {
	background: url("img/volpi_teiki_bg1.jpg") no-repeat center / cover;
	padding: 80px 0;
}
.item_1 .inner {
	background: linear-gradient(to right, rgba(255, 255, 255, .39), rgba(255, 255, 255, .89) 40%, #fff);
	border-radius: 8px;
	padding: 26px;
	position: relative;
}
.item_1 .inner h2 {
	background: url("img/deco_ribbon.png") no-repeat 0 0 / 100%;
	color: #604B3C;
	font-size: 24px;
	position: absolute;
	left: 0;
	top: 0;
	height: 200px;
	width: 200px;
}
.item_1 .inner h2 span {
	display: block;
	position: absolute;
	left: 5px;
	top: 60px;
	transform: rotate(-45deg);
}
.item_1 .inner figure {
	background-color: #fff;
	width: 408px;
}
.item_1 .inner figure img {
	object-fit: contain;
	height: 100%;
	width: 100%;
}
.item_1 .inner .text {
	margin-left: 60px;
	width: 580px;
}
.item_1 .inner h3 {
	background: url("img/volpi_teiki_headline1.png") no-repeat 0 0 / 100%;
	font-size: 22px;
	margin-bottom: 10px;
	margin-left: -10px;
	margin-top: -15px;
	padding-left: 110px;
	padding-top: 30px;
	height: 83px;
	width: 530px;
}
.item_1 .inner p.exp {
	font-size: 14px;
	margin-bottom: 10px;
	margin-right: 120px;
}
.item_1 .inner p.regular {
	letter-spacing: 2px;
}
.item_1 .inner p.sale {
	color: #C60101;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.2;
	margin-left: 60px;
}
.item_1 .inner p.sale small {
	font-size: 24px;
	margin-right: 10px;
}
.item_1 .inner p.sale .yen {
	font-size: 34px;
}
.item_1 .inner p.sale .tax {
	font-size: 14px;
}
.item_1 .inner p.off {
	background-color: #C60101;
	border-radius: 50%;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	margin-left: auto;
	margin-right: -20px;
	margin-top: -150px;
	padding-top: 10px;
	position: relative;
	text-align: center;
	height: 145px;
	width: 145px;
	z-index: 1;
}
.item_1 .inner p.off::before {
	border: solid 15px transparent;
	border-bottom: solid 20px #C60101;
	content: '';
	display: block;
	position: absolute;
	bottom: 10px;
	left: 5px;
	transform: rotate(-20deg);
	z-index: -1;
}
.item_1 .inner p.off small {
	font-size: 24px;
}
.item_1 .inner p.off big {
	font-size: 60px;
}
.item_1 .inner p.postage {
	font-size: 20px;
	letter-spacing: 2px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-top: 20px;
}
.item_1 .inner p.postage span {
	border: solid 2px #C60101;
	border-radius: 4px;
	color: #C60101;
	font-weight: 700;
	margin-left: 10px;
	padding: 5px 15px;
}
.item_1 .inner p.good {
	background: linear-gradient(to right, #fff, transparent);
	color: #C72800;
	font-size: 18px;
	font-weight: 700;
	padding: 5px 0;
	padding-left: 50px;
	position: relative;
}
.item_1 .inner p.good::before {
	background: url("img/icon_good.png") no-repeat 0 0 / 100%;
	content: '';
	display: block;
	position: absolute;
	left: -18px;
	top: -15px;
	height: 60px;
	width: 60px;
}
.item_1 .inner p.note {
	font-size: 12px;
	margin-top: 10px;
}
@media screen and (max-width: 1160px) {
	.item_1 {
		padding: 8vw 0;
	}
	.item_1 .inner {
		border-radius: 8px;
		padding: 2.4vw;
	}
	.item_1 .inner h2 {
		font-size: 2.2vw;
		height: 18vw;
		width: 18vw;
	}
	.item_1 .inner h2 span {
		left: .5vw;
		top: 5vw;
	}
	.item_1 .inner figure {
		width: 38vw;
	}
	.item_1 .inner .text {
		margin-left: 3vw;
		width: calc(100% - 38vw - 3vw);
	}
	.item_1 .inner h3 {
		font-size: 2vw;
		margin-bottom: 1vw;
		margin-left: -1vw;
		padding-left: 10vw;
		padding-top: 2.6vw;
		height: 7vw;
		width: 46vw;
	}
	.item_1 .inner p.exp {
		font-size: 1.3vw;
		margin-bottom: 1vw;
		margin-right: 10vw;
	}
	.item_1 .inner p.regular {
		letter-spacing: .2vw;
	}
	.item_1 .inner p.sale {
		font-size: 5.6vw;
		margin-left: 2vw;
	}
	.item_1 .inner p.sale small {
		font-size: 2.2vw;
		margin-right: 1vw;
	}
	.item_1 .inner p.sale .yen {
		font-size: 3.2vw;
	}
	.item_1 .inner p.sale .tax {
		font-size: 1.3vw;
	}
	.item_1 .inner p.off {
		font-size: 2.8vw;
		margin-right: -1vw;
		margin-top: -13vw;
		padding-top: .8vw;
		height: 12.8vw;
		width: 12.8vw;
	}
	.item_1 .inner p.off::before {
		border: solid 1.4vw transparent;
		border-bottom: solid 1.8vw #C60101;
		bottom: 1vw;
		left: .5vw;
	}
	.item_1 .inner p.off small {
		font-size: 2.4vw;
	}
	.item_1 .inner p.off big {
		font-size: 5.6vw;
	}
	.item_1 .inner p.postage {
		font-size: 1.8vw;
		letter-spacing: .2vw;
		margin-bottom: 2vw;
		margin-top: 2vw;
	}
	.item_1 .inner p.postage span {
		border-radius: 4px;
		margin-left: 1vw;
		padding: .5vw 1.5vw;
	}
	.item_1 .inner p.good {
		font-size: 1.8vw;
		padding: .5vw 0;
		padding-left: 4.5vw;
	}
	.item_1 .inner p.good::before {
		left: -1.5vw;
		top: -1vw;
		height: 5.4vw;
		width: 5.4vw;
	}
	.item_1 .inner p.note {
		font-size: 1.1vw;
		margin-top: 1vw;
	}
}
@media screen and (max-width: 780px) {
	.item_1 {
		background: url("img/volpi_teiki_bg1-sp.jpg") no-repeat center / cover;
		padding: 10vw 0;
	}
	.item_1 .inner {
		background: linear-gradient(to bottom, rgba(255, 255, 255, .39), rgba(255, 255, 255, .89) 76%, #fff);
		border-radius: 8px;
		padding: 5vw 5vw 8vw;
	}
	.item_1 .inner h2 {
		font-size: 4.6vw;
		height: 38vw;
		width: 38vw;
	}
	.item_1 .inner h2 span {
		left: 2vw;
		top: 10vw;
	}
	.item_1 .inner figure {
		margin-bottom: 5vw;
		height: auto;
		width: 100%;
	}
	.item_1 .inner figure img {
		width: 100%;
	}
	.item_1 .inner .text {
		margin-left: 0;
		width: 100%;
	}
	.item_1 .inner h3 {
		background: url("img/volpi_teiki_headline1-sp.png") no-repeat 0 0 / 100%;
		font-size: 4.2vw;
		margin-bottom: 1vw;
		margin-left: -4.4vw;
		margin-top: 0;
		padding-left: 14vw;
		padding-top: 4.2vw;
		height: 15vw;
		width: auto;
	}
	.item_1 .inner p.exp {
		font-size: 3.8vw;
		margin-bottom: 10vw;
		margin-right: 0;
	}
	.item_1 .inner p.regular {
		letter-spacing: .3vw;
		margin-bottom: 3vw;
		margin-left: 14vw;
	}
	.item_1 .inner p.sale {
		font-size: 15.8vw;
		margin-bottom: 2vw;
		margin-left: 8vw;
	}
	.item_1 .inner p.sale small {
		display: block;
		font-size: 4.6vw;
		margin-right: 1vw;
	}
	.item_1 .inner p.sale .yen {
		font-size: 7.4vw;
	}
	.item_1 .inner p.sale .tax {
		font-size: 3.2vw;
	}
	.item_1 .inner p.off {
		font-size: 5vw;
		margin-right: -2vw;
		margin-top: -32vw;
		padding-top: 1.8vw;
		height: 24vw;
		width: 24vw;
	}
	.item_1 .inner p.off::before {
		border: solid 3.2vw transparent;
		border-bottom: solid 4.8vw #C60101;
		bottom: 1.6vw;
		left: .5vw;
	}
	.item_1 .inner p.off small {
		font-size: 3.8vw;
	}
	.item_1 .inner p.off big {
		font-size: 10vw;
	}
	.item_1 .inner p.postage {
		font-size: 4.2vw;
		letter-spacing: .3vw;
		margin-bottom: 2.5vw;
		margin-left: 0;
		margin-top: 10vw;
		text-align: center;
	}
	.item_1 .inner p.postage span {
		border-radius: 6px;
		border-width: 3px;
		display: table;
		font-size: 5.8vw;
		letter-spacing: .6vw;
		margin: 0 auto;
		margin-top: 2vw;
		padding: 1vw 6vw;
	}
	.item_1 .inner p.good {
		font-size: 4.2vw;
		margin-left: 4vw;
		margin-top: 5vw;
		padding: 1vw 0;
		padding-left: 15vw;
	}
	.item_1 .inner p.good::before {
		left: -3vw;
		top: -6.5vw;
		height: 16vw;
		width: 16vw;
	}
	.item_1 .inner p.note {
		font-size: 3.4vw;
		margin-top: 4vw;
	}
}

/** -- campagn -- **/
.campagn {
	background: url("img/volpi_teiki_bg2.jpg") no-repeat center / cover;
	padding: 100px 0;
}
.campagn .box {
	background-color: rgba(255, 255, 255, .6);
	border: solid 2px #604B3C;
	border-radius: 8px;
	padding: 40px 80px;
}
.campagn h2 {
	background-color: #FACD5A;
	font-size: 42px;
	margin-bottom: 20px;
	text-align: center;
}
.campagn .price {
	color: #C60101;
	display: table;
	font-size: 60px;
	font-weight: 700;
	margin: 0 auto 20px;
}
.campagn .price small {
	font-size: 28px;
	margin-right: 20px;
}
.campagn .price .yen {
	font-size: 34px;
}
.campagn .price .tax {
	font-size: 14px;
}
.campagn .price .postage {
	border: solid 2px #C60101;
	border-radius: 4px;
	font-size: 30px;
	padding: 5px 20px;
}
.campagn ul {
	display: table;
	margin: 0 auto 40px;
}
.campagn .btn {
	margin: 0 auto;
}
@media screen and (max-width: 1160px) {
	.campagn {
		padding: 9vw 0;
	}
	.campagn .box {
		border-radius: 8px;
		padding: 4vw 5vw;
	}
	.campagn h2 {
		font-size: 3.8vw;
		margin-bottom: 2vw;
	}
	.campagn .price {
		font-size: 5.6vw;
		margin: 0 auto 2vw;
	}
	.campagn .price small {
		font-size: 2.6vw;
		margin-right: 2vw;
	}
	.campagn .price .yen {
		font-size: 3.2vw;
	}
	.campagn .price .tax {
		font-size: 1.3vw;
	}
	.campagn .price .postage {
		border-radius: 4px;
		font-size: 2.8vw;
		padding: .5vw 2vw;
	}
	.campagn ul {
		margin: 0 auto 4vw;
	}
}
@media screen and (max-width: 780px) {
	.campagn {
		padding: 10vw 0;
	}
	.campagn .box {
		border-radius: 8px;
		padding: 8vw 5vw;
	}
	.campagn h2 {
		font-size: 5.8vw;
		line-height: 1.4;
		margin: 0 -5vw;
		margin-bottom: 6vw;
		padding: 3vw 0;
	}
	.campagn .price {
		font-size: 12.8vw;
		line-height: 1.3;
		margin: 0 auto 6vw;
	}
	.campagn .price small {
		display: block;
		font-size: 4.6vw;
		margin-right: 2vw;
	}
	.campagn .price .yen {
		font-size: 7.4vw;
	}
	.campagn .price .tax {
		font-size: 3.2vw;
	}
	.campagn .price .postage {
		border-radius: 6px;
		border-width: 3px;
		display: table;
		font-size: 5.8vw;
		letter-spacing: .6vw;
		margin: 0 auto;
		margin-top: 4vw;
		padding: 2vw 6vw;
	}
	.campagn ul {
		margin: 0 auto 4vw;
	}
	.campagn li {
		margin-bottom: 1vw;
		padding-left: 4.2vw;
		position: relative;
	}
	.campagn li span {
		position: absolute;
		left: 0;
		top: 0;
	}
	.campagn .btn {
		width: 100%;
	}
}
/** -- check -- **/
.check {
	background: url("img/volpi_teiki_bg3.jpg") no-repeat center / cover;
	padding: 100px 0;
}
.check .sec_inner {
	padding-bottom: 40px;
	position: relative;
}
.check ul {
	margin-left: 260px;
	margin-top: 60px;
}
.check li {
	background: url("img/icon_check.png") no-repeat 0 50% / 32px;
	font-family: 'Noto Serif JP', serif;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
	padding-left: 48px;
	position: relative;
}
.check .deco {
	position: absolute;
	bottom: 0;
	left: 0;
}
@media screen and (max-width: 1160px) {
	.check {
		padding: 8vw 0 10vw;
	}
	.check .sec_inner {
		padding-bottom: 4vw;
	}
	.check ul {
		margin-left: 22vw;
		margin-top: 5vw;
	}
	.check li {
		background-size: 3vw;
		font-size: 2.1vw;
		margin-bottom: 1.5vw;
		padding-left: 4.2vw;
	}
}
@media screen and (max-width: 780px) {
	.check {
		padding: 9vw 0;
	}
	.check .sec_inner {
		padding-bottom: 64vw;
	}
	.check .headline_1 {
		margin-bottom: 8vw;
	}
	.check ul {
		margin-left: 0;
		margin-top: 5vw;
	}
	.check li {
		background-position: 0 1vw;
		background-size: 5vw;
		font-size: 4vw;
		margin-bottom: 4vw;
		padding-left: 8vw;
		padding-right: 5vw;
	}
	.check img {
		margin: 0 5vw;
		width: calc(100% - 10vw);
	}
}
/** -- point -- **/
.point {
	background: url("img/volpi_teiki_bg4.jpg") no-repeat center / cover;
	padding: 80px 0;
}
.point .headline_2 {
	background: url("img/volpi_teiki_headline2.png") no-repeat center / 100%;
	color: #604B3C;
	margin-bottom: 70px;
	padding-top: 5px;
	height: 174px;
}
.point article {
	background-color: #E8E6E4;
	border: solid 2px #604B3C;
	border-radius: 8px;
	margin: 0 40px;
	padding: 40px;
	position: relative;
}
.point article + article {
	margin-top: 60px;
}
.point article h3 {
	background-color: #FDFBF4;
	font-size: 32px;
	line-height: 80px;
	margin-bottom: 40px;
	padding-left: 100px;
	position: relative;
}
.point article h3 span {
	background-color: #FACD5A;
	box-sizing: border-box;
	display: block;
	line-height: 1.0;
	padding-top: 15px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	height: 100%;
	width: 80px;
}
.point article h3 span img {
	height: 48px;
	width: auto;
}
.point article figure {
	width: 560px;
}
.point article p {
	font-family: 'Noto Serif JP', serif;
	line-height: 1.8;
	margin-left: 40px;
	width: calc(100% - 560px - 40px);
}
.point article .deco {
	position: absolute;
	right: 10px;
}
.point article:nth-of-type(1) .deco {
	bottom: -45px;
	width: 110px;
}
.point article:nth-of-type(2) .deco {
	bottom: -40px;
	width: 165px;
}
.point article:nth-of-type(3) .deco {
	bottom: -20px;
	width: 168px;
}
@media screen and (max-width: 1160px) {
	.point {
		padding: 7vw 0;
	}
	.point .headline_2 {
		margin-bottom: 6vw;
		padding-top: .5vw;
		height: 16.4vw;
	}
	.point article {
		border-radius: 8px;
		margin: 0;
		padding: 3.5vw;
	}
	.point article + article {
		margin-top: 5vw;
	}
	.point article h3 {
		font-size: 2.9vw;
		line-height: 7vw;
		margin-bottom: 3.5vw;
		padding-left: 9vw;
	}
	.point article h3 span {
		padding-top: 1.3vw;
		width: 7vw;
	}
	.point article h3 span img {
		height: 4.5vw;
	}
	.point article figure {
		width: 52vw;
	}
	.point article p {
		margin-left: 3vw;
		width: calc(100% - 52vw - 3vw);
	}
	.point article .deco {
		right: 1vw;
	}
	.point article:nth-of-type(1) .deco {
		bottom: -4vw;
		width: 10vw;
	}
	.point article:nth-of-type(2) .deco {
		bottom: -3.5vw;
		width: 15vw;
	}
	.point article:nth-of-type(3) .deco {
		bottom: -2vw;
		width: 15vw;
	}
}
@media screen and (max-width: 780px) {
	.point {
		padding: 10vw 0;
	}
	.point .headline_2 {
		background: url("img/volpi_teiki_headline2-sp.png") no-repeat center / 100%;
		margin: 0 -4vw;
		margin-bottom: 8vw;
		padding-top: .5vw;
		height: 24vw;
	}
	.point article {
		border-radius: 8px;
		border-width: 3px;
		margin: 0;
		padding: 8vw 5vw;
	}
	.point article + article {
		margin-top: 10vw;
	}
	.point article h3 {
		font-size: 4.2vw;
		line-height: 1.4;
		margin-bottom: 6vw;
		margin-left: 4vw;
		margin-top: 4vw;
		padding: 2.5vw 3vw;
		padding-left: 9vw;
	}
	.point article h3 span {
		padding-top: 2vw;
		left: -4vw;
		top: -4vw;
		height: 10.6vw;
		width: 10.6vw;
	}
	.point article h3 span img {
		height: 6.4vw;
	}
	.point article figure {
		width: 100%;
	}
	.point article p {
		margin-left: 0;
		margin-top: 4vw;
		width: 100%;
	}
	.point article .deco {
		right: 5vw;
	}
	.point article:nth-of-type(1) .deco {
		bottom: auto;
		top: -6.5vw;
		width: 14vw;
	}
	.point article:nth-of-type(2) .deco {
		bottom: auto;
		top: 21.6vw;
		width: 17.5vw;
	}
	.point article:nth-of-type(3) .deco {
		bottom: auto;
		top: 5vw;
		width: 28vw;
	}
}
/** -- about -- **/
.about {
}
.about figure {
	height: 960px;
	width: 50%;
}
.about figure img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.about .text {
	background: url("img/volpi_teiki_bg5.jpg") no-repeat center / cover;
	color: #fff;
	position: relative;
	width: 50%;
}
.about .text .inner {
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 520px;
}
.about .text .headline_1 {
	margin: 0 -10px;
}
.about .text p {
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	line-height: 1.8;
	margin-top: 60px;
}
@media screen and (max-width: 1160px) {
	.about figure {
		height: 80vw;
		width: 48%;
	}
	.about .text {
		width: 52%;
	}
	.about .text .inner {
		width: calc(100% - 6vw);
	}
	.about .text .headline_1 {
		margin: 0 -1vw;
	}
	.about .text p {
		font-size: 1.7vw;
		margin-top: 5vw;
	}
}
@media screen and (max-width: 780px) {
	.about .inner {
		flex-direction: column-reverse;
	}
	.about figure {
		height: 60vw;
		width: 100%;
	}
	.about .text {
		width: 100%;
	}
	.about .text .inner {
		padding: 10vw 4vw;
		position: initial;
		left: initial;
		top: initial;
		transform: initial;
		width: auto;
	}
	.about .text .headline_1 {
		margin: 0;
	}
	.about .text p {
		font-size: 4vw;
		margin-top: 8vw;
	}
}
/** -- item_2 -- **/
.item_2 {
	background: url("img/volpi_teiki_bg6.jpg") no-repeat center / cover;
	padding: 50px 0;
}
.item_2 .image {
	width: 460px;
}
.item_2 .image h2 {
	background: url("img/deco_ribbon2.png") no-repeat center / 100%;
	font-size: 35px;
	padding-top: 20px;
	text-align: center;
	height: 100px;
	width: 100%;
}
.item_2 .image img {
	margin-top: -20px;
}
.item_2 .text {
	margin-left: auto;
	width: 50%;
}
.item_2 .text h3 {
	color: #40003E;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 24px;
	margin-bottom: 50px;
	margin-top: 20px;
	position: relative;
	text-align: center;
}
.item_2 .text h3::before,
.item_2 .text h3::after {
	background-color: #40003E;
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 1px;
	width: 84px;
}
.item_2 .text h3::before {
	left: 0;
}
.item_2 .text h3::after {
	right: 0;
}
.item_2 .text .box {
	background-color: rgba(255, 255, 255, .7);
	border: solid 2px rgba(64, 0, 62, .7);
	border-radius: 8px;
	color: #40003E;
	padding: 40px 0;
	text-align: center;
}
.item_2 .text .box h4 {
	font-size: 28px;
	margin-bottom: 10px;
	padding-top: 60px;
	position: relative;
}
.item_2 .text .box h4::before {
	background: url("img/icon_grape.png") no-repeat 0 0 / 100%;
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	height: 48px;
	width: 48px;
}
.item_2 .text .box p {
	margin-bottom: 40px;
}
.item_2 .text .box .btn {
	margin: 0 auto;
}
@media screen and (max-width: 1160px) {
	.item_2 {
		padding: 5vw 0;
	}
	.item_2 .image {
		width: 40vw;
	}
	.item_2 .image h2 {
		font-size: 3.2vw;
		padding-top: 1.8vw;
		height: 9vw;
	}
	.item_2 .image img {
		margin-top: -2vw;
	}
	.item_2 .text h3 {
		font-size: 2.1vw;
		margin-bottom: 4vw;
		margin-top: 1.8vw;
	}
	.item_2 .text h3::before,
	.item_2 .text h3::after {
		width: 8vw;
	}
	.item_2 .text .box {
		border-radius: 8px;
		padding: 3vw 0;
	}
	.item_2 .text .box h4 {
		font-size: 2.5vw;
		margin-bottom: 1vw;
		padding-top: 5vw;
	}
	.item_2 .text .box h4::before {
		height: 4.2vw;
		width: 4.2vw;
	}
	.item_2 .text .box p {
		margin-bottom: 3vw;
	}
}
@media screen and (max-width: 780px) {
	.item_2 {
		padding: 10vw 0;
	}
	.item_2 .inner {
		flex-direction: column-reverse;
	}
	.item_2 .image {
		margin: 0 auto;
		width: calc(100% - 10vw);
	}
	.item_2 .image h2 {
		font-size: 5vw;
		padding-top: 4.5vw;
		height: 18vw;
	}
	.item_2 .image img {
		margin: 0 10vw;
		margin-top: -4vw;
		width: calc(100% - 20vw);
	}
	.item_2 .text {
		margin: 0 0 10vw;
		width: 100%;
	}
	.item_2 .text h3 {
		font-size: 4vw;
		margin-bottom: 5vw;
		margin-top: 0;
	}
	.item_2 .text h3::before,
	.item_2 .text h3::after {
		height: 2px;
		width: 12vw;
	}
	.item_2 .text .box {
		border-radius: 8px;
		border-width: 3px;
		padding: 7vw 5vw;
	}
	.item_2 .text .box h4 {
		font-size: 4.8vw;
		margin-bottom: 4vw;
		padding-top: 16vw;
	}
	.item_2 .text .box h4::before {
		height: 13vw;
		width: 13vw;
	}
	.item_2 .text .box p {
		font-size: 3.8vw;
		letter-spacing: .3vw;
		margin-bottom: 6vw;
	}
	.item_2 .text .box .btn {
		width: 100%;
	}
}
/** -- item_3 -- **/
.item_3 article {
	background: url("img/volpi_teiki_bg3.jpg") no-repeat center / cover;
	padding: 100px 0;
	position: relative;
	z-index: 2;
}
.item_3 article .bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}
.item_3 article .inner {
	background-color: #fff;
	border-radius: 8px;
	padding: 40px 50px;
	padding-left: 500px;
	position: relative;
	height: 500px;
}
.item_3 article .no {
	color: rgba(96, 75, 60, .2);
	font-family: 'Noto Serif JP', serif;
	font-size: 160px;
	position: absolute;
	left: -45px;
	top: -120px;
	z-index: 1;
}
.item_3 article figure {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	height: 440px;
	width: 440px;
}
.item_3 article .text h3 {
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 20px;
}
.item_3 article .text h3 span {
	display: block;
	font-size: 14px;
	font-weight: 400;
}
.item_3 article .text dl {
	font-family: 'Noto Serif JP', serif;
	font-size: 15px;
	margin-bottom: 30px;
}
.item_3 article .text dt {
	float: left;
	font-weight: 700;
	width: 110px;
}

.item_3 article .text dd {
	margin-bottom: 5px;
	margin-left: 110px;
}
.item_3 article .text p {
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	line-height: 1.8;
}
@media screen and (max-width: 1160px) {
	.item_3 article {
		padding: 9vw 2vw;
	}
	.item_3 article .inner {
		border-radius: 8px;
		padding: 4vw 5vw;
		padding-left: 41vw;
		height: 47vw;
	}
	.item_3 article .no {
		font-size: 14vw;
		left: -4vw;
		top: -10.5vw;
	}
	.item_3 article figure {
		left: 1.5vw;
		height: 38vw;
		width: 38vw;
	}
	.item_3 article .text h3 {
		font-size: 2.1vw;
		margin-bottom: 2vw;
	}
	.item_3 article .text h3 span {
		font-size: 1.3vw;
	}
	.item_3 article .text dl {
		font-size: 1.4vw;
		margin-bottom: 3vw;
	}
	.item_3 article .text dt {
		width: 10vw;
	}
	.item_3 article .text dd {
		margin-bottom: .5vw;
		margin-left: 10vw;
	}
	.item_3 article .text p {
		font-size: 1.6vw;
	}
}
@media screen and (max-width: 780px) {
	.item_3 article {
		padding: 12vw 4vw;
	}
	.item_3 article .inner {
		border-radius: 8px;
		display: block;
		margin: 0 5vw;
		padding: 7vw 5vw;
		height: auto;
		width: auto;
	}
	.item_3 article .no {
		font-size: 21vw;
		left: -5vw;
		top: -16.5vw;
	}
	.item_3 article figure {
		display: block;
		margin: 0 auto 10vw;
		position: relative;
		left: initial;
		top: initial;
		transform: initial;
		height: 60vw;
		width: 60vw;
	}
	.item_3 article .text h3 {
		font-size: 4.6vw;
		margin-bottom: 6vw;
	}
	.item_3 article .text h3 span {
		font-size: 3.5vw;
		margin-bottom: 1vw;
	}
	.item_3 article .text dl {
		font-size: 4vw;
		margin-bottom: 6vw;
	}
	.item_3 article .text dt {
		width: 23vw;
	}
	.item_3 article .text dd {
		margin-bottom: 3vw;
		margin-left: 23vw;
	}
	.item_3 article .text p {
		font-size: 3.8vw;
	}
	.item_3 article .bg {
		object-fit: cover;
		height: 98vw;
	}
}
/** -- notion -- **/
.notice {
	background: url("img/volpi_teiki_bg7.jpg") no-repeat center / cover;
	padding: 100px 0;
}
.notice .headline_1 {
	margin-bottom: 60px;
}
.notice article {
	height: 640px;
}
.notice article:nth-of-type(2) {
	flex-direction: row-reverse;
}
.notice article figure {
	width: 50%;
}
.notice article figure img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.notice article .text {
	position: relative;
	width: 50%;
}
.notice article .text .inner {
	margin: 0 auto;
	padding-top: 80px;
	position: relative;
	width: 500px;
}
.notice article .text h3 {
	font-size: 32px;
	margin-bottom: 50px;
}
.notice article .text h4 {
	font-size: 24px;
	margin-bottom: 20px;
}
.notice article .text p {
	line-height: 2.0;
}
.notice article .text .deco {
	position: absolute;
}
.notice article.june .text .deco {
	bottom: 10px;
	right: 20px;
	width: 314px;
}
.notice article.august .text .deco {
	bottom: 0;
	right: 110px;
	width: 134px;
}
.notice article.october .text .deco {
	bottom: 0;
	right: 20px;
	width: 200px;
}
.notice .btn {
	margin: 0 auto;
	margin-top: 80px;
}
@media screen and (max-width: 1160px) {
	.notice {
		padding: 9vw 0;
	}
	.notice .headline_1 {
		margin-bottom: 5vw;
	}
	.notice article {
		height: 52vw;
	}
	.notice article .text .inner {
		padding-top: 5vw;
		width: 44vw;
	}
	.notice article .text h3 {
		font-size: 2.9vw;
		margin-bottom: 4vw;
	}
	.notice article .text h4 {
		font-size: 2.1vw;
		margin-bottom: 2vw;
	}
	.notice article.june .text .deco {
		bottom: 1vw;
		right: 2vw;
		width: 24vw;
	}
	.notice article.august .text .deco {
		right: 4vw;
		width: 11vw;
	}
	.notice article.october .text .deco {
		right: 2vw;
		width: 17vw;
	}
	.notice .btn {
		margin-top: 8vw;
	}
}
@media screen and (max-width: 780px) {
	.notice {
		padding: 10vw 0;
	}
	.notice .headline_1 {
		margin-bottom: 8vw;
	}
	.notice article {
		height: auto;
	}
	.notice article figure {
		width: 100%;
	}
	.notice article .text {
		width: 100%;
	}
	.notice article .text .inner {
		padding: 8vw 4vw 24vw;
		width: auto;
	}
	.notice article.august .text .inner {
		padding-bottom: 8vw;
	}
	.notice article .text h3 {
		font-size: 5.4vw;
		margin-bottom: 6vw;
	}
	.notice article .text h4 {
		font-size: 4.8vw;
		margin-bottom: 3vw;
	}
	.notice article.june .text .deco {
		bottom: 1vw;
		right: 2vw;
		width: 36vw;
	}
	.notice article.august .text .deco {
		bottom: auto;
		right: 6vw;
		top: 2vw;
		width: 16vw;
	}
	.notice article.october .text .deco {
		bottom: -2vw;
		right: 2vw;
		width: 28vw;
	}
	.notice .btn {
		margin-top: 8vw;
	}
}
/** -- sommelier -- **/
.sommelier {
	background: url("img/volpi_teiki_bg3.jpg") no-repeat center / cover;
	padding: 80px 0;
}
.sommelier .headline_2 {
	background: url("img/volpi_teiki_headline3.png") no-repeat center / 100%;
	color: #40003E;
	line-height: 1.2;
	padding-top: 15px;
	height: 175px;
}
.sommelier .inner {
	margin-bottom: 40px;
}
.sommelier .inner figure {
	width: 490px;
}
.sommelier .inner .text {
	padding-top: 20px;
	width: calc(100% - 490px);
}
.sommelier .inner .name {
	font-family: 'Noto Serif JP', serif;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}
.sommelier .inner .name span {
	font-size: 18px;
	margin-right: 10px;
}
.sommelier .inner .name small {
	font-size: 20px;
}
.sommelier .inner ul {
	margin-bottom: 50px;
}
.sommelier .inner li {
	background: url("img/icon_medal.png") no-repeat 0 50% / 18px;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;
}
.sommelier .inner .intro {
	border-left: solid 1px #40003E;
	color: #40003E;
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 1.8;
	padding: 30px;
	padding-right: 90px;
	position: relative;
	z-index: 1;
}
.sommelier .inner .intro::before,
.sommelier .inner .intro::after {
	background-color: #40003E;
	content: '';
	display: block;
	position: absolute;
	height: 1px;
}
.sommelier .inner .intro::before {
	left: 0;
	top: 0;
	width: calc(100% + 40px);
}
.sommelier .inner .intro::after {
	bottom: 0;
	left: 0;
	width: 200px;
}
.sommelier .inner .intro .deco {
	position: absolute;
	right: -40px;
	top: -50px;
	width: 400px;
}
.sommelier .profile {
	line-height: 1.8;
	margin-top: 30px;
}
.sommelier .deco1 {
	position: absolute;
	bottom: 80px;
	right: 20px;
	width: 290px;
}
@media screen and (max-width: 1160px) {
	.sommelier {
		padding: 7vw 0;
	}
	.sommelier .headline_2 {
		padding-top: 1.4vw;
		height: 16vw;
	}
	.sommelier .inner {
		margin-bottom: 4vw;
	}
	.sommelier .inner figure {
		width: 42vw;
	}
	.sommelier .inner .text {
		padding-top: 2vw;
		width: calc(100% - 42vw);
	}
	.sommelier .inner .name {
		font-size: 2.1vw;
		margin-bottom: 2vw;
	}
	.sommelier .inner .name span {
		font-size: 1.7vw;
		margin-right: 10px;
	}
	.sommelier .inner .name small {
		font-size: 1.9vw;
	}
	.sommelier .inner ul {
		margin-bottom: 4vw;
	}
	.sommelier .inner li {
		background-size: 1.6vw;
		font-size: 1.7vw;
		margin-bottom: 1vw;
		padding-left: 3vw;
	}
	.sommelier .inner .intro {
		font-size: 1.6vw;
		letter-spacing: .1vw;
		padding: 3vw;
		padding-right: 8vw;
	}
	.sommelier .inner .intro::before {
		width: calc(100% + 3.5vw);
	}
	.sommelier .inner .intro::after {
		width: 18vw;
	}
	.sommelier .inner .intro .deco {
		right: -3.5vw;
		top: -4vw;
		width: 36vw;
	}
	.sommelier .profile {
		margin-top: 3vw;
	}
	.sommelier .deco1 {
		bottom: 8vw;
		right: 2vw;
		width: 26vw;
	}
}
@media screen and (max-width: 780px) {
	.sommelier {
		padding: 10vw 0;
	}
	.sommelier .headline_2 {
		background: url("img/volpi_teiki_headline3-sp.png") no-repeat center / 100%;
		margin: 0 -4vw 8vw;
		padding-top: 2.4vw;
		height: 24vw;
	}
	.sommelier .headline_2 span {
		font-size: 3.8vw;
	}
	.sommelier .inner {
		flex-direction: column-reverse;
		margin-bottom: 4vw;
	}
	.sommelier .inner figure {
		margin: 0 auto;
		width: 64vw;
	}
	.sommelier .inner .text {
		padding-top: 2vw;
		width: 100%;
	}
	.sommelier .inner .name {
		font-size: 5.2vw;
		margin-bottom: 5vw;
		text-align: center;
	}
	.sommelier .inner .name span {
		font-size: 4vw;
		margin-right: 3vw;
	}
	.sommelier .inner .name small {
		font-size: 4.6vw;
	}
	.sommelier .inner ul {
		margin-bottom: 4vw;
	}
	.sommelier .inner li {
		background-position: 50% 0;
		background-size: 5vw;
		font-size: 4vw;
		margin-bottom: 3vw;
		padding-left: 0;
		padding-top: 8vw;
		text-align: center;
	}
	.sommelier .inner .intro {
		border: none;
		font-size: 4vw;
		font-weight: 700;
		letter-spacing: .2vw;
		padding: 0;
		padding-top: 14vw;
	}
	.sommelier .inner .intro::before {
		left: 50%;
		transform: translateX(-50%);
		height: 10vw;
		width: 2px;
	}
	.sommelier .inner .intro::after {
		display: none;
	}
	.sommelier .inner .intro .deco {
		right: 0vw;
		top: 5.2vw;
		width: 50vw;
	}
	.sommelier .profile {
		margin-top: 34vw;
	}
	.sommelier .profile + .profile {
		margin-top: 6vw;
	}
	.sommelier .deco1 {
		bottom: 153vw;
		right: 18vw;
		width: 38vw;
	}
}
/** -- step -- **/
.step {
	padding: 100px 0;
}
.step .headline_1 {
	margin-bottom: 60px;
}
.step .inner {
	justify-content: space-between;
	margin-bottom: 50px;
}
.step .inner article {
	background-color: #F5F5F5;
	border-radius: 8px;
	padding: 30px 25px;
	position: relative;
	width: 340px;
}
.step .inner article + article::after {
	border: solid 18px transparent;
	border-left: solid 32px #FACD5A;
	content: '';
	display: block;
	position: absolute;
	left: -40px;
	top: 50%;
	transform: translateY(-50%);
}
.step .inner article .no {
	color: #FACD5A;
	font-size: 30px;
	margin-bottom: 20px;
	text-align: center;
}
.step .inner article h3 {
	font-size: 30px;
	margin-bottom: 50px;
	text-align: center;
}
.step .inner article figure {
	margin: 0 auto;
	margin-bottom: 60px;
	width: 120px;
}
.step .delivery {
	border-bottom: solid 1px #604B3C;
	border-top: solid 1px #604B3C;
	padding: 50px 0;
	position: relative;
}
.step .delivery h3 {
	background-color: #fff;
	font-size: 24px;
	padding-right: 30px;
	left: 0;
	top: -20px;
	position: absolute;
}
.step .delivery .text {
	padding-left: 25px;
	width: calc(100% - 560px);
}
.step .delivery .text p {
	letter-spacing: 2px;
}
.step .delivery .text p b {
	color: #C60101;
}
.step .delivery .text p.note {
	font-size: 12px;
}
.step .delivery .text dl {
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 1px;
	margin-top: 30px;
}
.step .delivery .text dt {
	float: left;
	width: 130px;
}
.step .delivery .text dd {
	margin-bottom: 20px;
	margin-left: 130px;
}
.step .delivery figure {
	width: 560px;
}
.step .btn {
	margin: 0 auto;
	margin-top: 60px;
}
@media screen and (max-width: 1160px) {
	.step {
		padding: 9vw 0;
	}
	.step .headline_1 {
		margin-bottom: 6vw;
	}
	.step .inner {
		margin-bottom: 5vw;
	}
	.step .inner article {
		border-radius: 8px;
		padding: 3vw 2vw;
		width: 30vw;
	}
	.step .inner article + article::after {
		border: solid 1.2vw transparent;
		border-left: solid 2.2vw #FACD5A;
		left: -2.5vw;
	}
	.step .inner article .no {
		font-size: 2.8vw;
		margin-bottom: 2vw;
	}
	.step .inner article h3 {
		font-size: 2.8vw;
		margin-bottom: 5vw;
	}
	.step .inner article figure {
		margin-bottom: 5vw;
		width: 10vw;
	}
	.step .delivery {
		padding: 5vw 0;
	}
	.step .delivery h3 {
		font-size: 2.2vw;
		padding-right: 3vw;
		top: -1.8vw;
	}
	.step .delivery .text {
		padding-left: 2vw;
		width: calc(100% - 48vw);
	}
	.step .delivery .text p {
		letter-spacing: .2vw;
	}
	.step .delivery .text p.note {
		font-size: 1.2vw;
	}
	.step .delivery .text dl {
		letter-spacing: .1vw;
		margin-top: 3vw;
	}
	.step .delivery .text dt {
		width: 12vw;
	}
	.step .delivery .text dd {
		margin-bottom: 2vw;
		margin-left: 12vw;
	}
	.step .delivery figure {
		width: 48vw;
	}
	.step .btn {
		margin-top: 6vw;
	}
}
@media screen and (max-width: 780px) {
	.step {
		padding: 10vw 0;
	}
	.step .headline_1 {
		margin-bottom: 6vw;
	}
	.step .inner {
		margin-bottom: 5vw;
	}
	.step .inner article {
		border-radius: 8px;
		margin: 0 auto;
		padding: 5vw 6vw 6vw;
		width: 68vw;
	}
	.step .inner article + article {
		margin-top: 14vw;
	}
	.step .inner article + article::after {
		border: solid 4.5vw transparent;
		border-top: solid 8vw #FACD5A;
		left: 50%;
		top: -11vw;
		transform: translateX(-50%);
	}
	.step .inner article .no {
		font-size: 4.6vw;
		font-weight: 700;
		margin-bottom: 2vw;
	}
	.step .inner article h3 {
		font-size: 4.6vw;
		margin-bottom: 2vw;
	}
	.step .inner article figure {
		margin-bottom: 5vw;
		width: 18vw;
	}
	.step .delivery {
		border-right: solid 1px #604B3C;
		border-left: solid 1px #604B3C;
		margin-top: 12vw;
		padding: 8vw 5vw;
	}
	.step .delivery h3 {
		font-size: 5vw;
		padding: 0 5vw;
		top: -4.6vw;
	}
	.step .delivery .text {
		margin-bottom: 8vw;
		padding: 0;
		width: 100%;
	}
	.step .delivery .text p {
		font-size: 4vw;
		letter-spacing: .2vw;
	}
	.step .delivery .text dl {
		margin-bottom: 6vw;
		margin-top: 4vw;
	}
	.step .delivery .text dt {
		float: none;
		font-weight: 700;
		width: auto;
	}
	.step .delivery .text dd {
		margin-bottom: 4vw;
		margin-left: 0;
	}
	.step .delivery .text p.note {
		font-size: 3.4vw;
	}
	.step .delivery figure {
		width: 100%;
	}
	.step .btn {
		margin-top: 10vw;
	}
}
/** -- faq -- **/
.faq {
	background: url("img/volpi_teiki_bg8.png") no-repeat center / cover;
	padding: 100px 0;
}
.faq .headline_1 {
	margin-bottom: 60px;
}
.faq dl {
	border-bottom: dashed 2px #FACD5A;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.faq dt,
.faq dd {
	padding: 25px 0;
	padding-left: 100px;
	position: relative;
}
.faq dt {
	background: url("img/icon_q.png") no-repeat 30px 20px / auto 47px;
	background-color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-size: 24px;
	font-weight: 700;
}
.faq dd {
	background: url("img/icon_a.png") no-repeat 30px 15px / auto 48px;
	background-color: #F5F5F5;
	font-size: 18px;
}
@media screen and (max-width: 1160px) {
	.faq {
		padding: 9vw 0;
	}
	.faq .headline_1 {
		margin-bottom: 5vw;
	}
	.faq dl {
		margin-bottom: 2vw;
		padding-bottom: 2vw;
	}
	.faq dt,
	.faq dd {
		padding: 2.5vw 0;
		padding-left: 9vw;
	}
	.faq dt {
		background-position: 3vw 2vw;
		background-size: auto 4vw;
		font-size: 2.2vw;
	}
	.faq dd {
		background-position: 3vw 1.5vw;
		background-size: auto 4vw;
		font-size: 1.7vw;
	}
}
@media screen and (max-width: 780px) {
	.faq {
		padding: 10vw 0;
	}
	.faq .headline_1 {
		margin-bottom: 8vw;
	}
	.faq dl {
		margin-bottom: 5vw;
		padding-bottom: 5vw;
	}
	.faq dt,
	.faq dd {
		padding: 2.5vw 6vw;
		padding-left: 15vw;
		min-height: 14vw;
	}
	.faq dt {
		background-position: 4vw 3vw;
		background-size: auto 8vw;
		font-size: 4vw;
	}
	.faq dd {
		background-position: 4vw 3vw;
		background-size: auto 8vw;
		font-size: 3.6vw;
	}
}
/** -- apply -- **/
.apply {
	padding: 100px 0;
}
.apply .sec_inner {
	position: relative;
}
.apply .deco {
	position: absolute;
	right: 0;
	top: -180px;
	width: 122px;
}
.apply .headline_1 {
	margin-bottom: 50px;
}
.apply h3 {
	margin-bottom: 20px;
	text-align: center;
}
.apply p {
	text-align: center;
}
.apply p a {
	color: #FACD5A;
	text-decoration: underline;
}
.apply dl {
	margin: 0 auto;
	margin-top: 60px;
	width: 700px;
}
.apply dt {
	float: left;
	font-size: 18px;
	line-height: 40px;
	width: 200px;
}
.apply dd {
	margin-bottom: 40px;
	margin-left: 200px;
}
.apply dd p {
	display: table;
	font-size: 15px;
	margin-left: auto;
	margin-top: 10px;
	text-align: left;
}
.apply input[type="text"],
.apply input[type="tel"],
.apply input[type="email"],
.apply input[type="text"] {
	border: solid 1px #CACACA;
	border-radius: 8px;
	height: 40px;
	width: 100%;
}
@media screen and (max-width: 1160px) {
	.apply {
		padding: 9vw 0;
	}
	.apply .deco {
		top: -16vw;
		width: 11vw;
	}
	.apply .headline_1 {
		margin-bottom: 5vw;
	}
	.apply h3 {
		margin-bottom: 2vw;
	}
	.apply dl {
		margin-top: 6vw;
		width: 67vw;
	}
	.apply dt {
		font-size: 1.7vw;
		line-height: 4vw;
		width: 18vw;
	}
	.apply dd {
		margin-bottom: 4vw;
		margin-left: 18vw;
	}
	.apply dd p {
		font-size: 1.4vw;
		margin-top: 1vw;
	}
	.apply input[type="text"],
	.apply input[type="tel"],
	.apply input[type="email"],
	.apply input[type="text"] {
		border-radius: 8px;
		height: 4vw;
	}
}
@media screen and (max-width: 780px) {
	.apply {
		padding: 10vw 0;
	}
	.apply .deco {
		right: 4vw;
		top: -12vw;
		width: 19vw;
	}
	.apply .headline_1 {
		margin-bottom: 8vw;
	}
	.apply h3 {
		font-size: 4.6vw;
		margin-bottom: 4vw;
	}
	.apply p.exp {
		padding: 0 6vw;
		text-align: left;
	}
	.apply dl {
		margin: 0 6vw;
		margin-top: 8vw;
		width: auto;
	}
	.apply dt {
		float: none;
		font-size: 4vw;
		line-height: 1.4;
		margin-bottom: 2vw;
		width: auto;
	}
	.apply dd {
		margin-bottom: 6vw;
		margin-left: 0;
	}
	.apply dd p {
		font-size: 3vw;
		margin: 0;
		margin-top: 3vw;
	}
	.apply input[type="text"],
	.apply input[type="tel"],
	.apply input[type="email"],
	.apply input[type="text"] {
		font-size: 4vw;
		border-radius: 4px;
		height: 8vw;
	}
}

/** --------------------
footer
-------------------- **/
footer {
	background-color: #604B3C;
}

/** -- copyright -- **/
.copyright {
	padding: 30px 0;
}
.copyright p {
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-size: 14px;
	text-align: center;
}
@media screen and (max-width: 1160px) {
	/** -- copyright -- **/
	.copyright {
		padding: 3vw 0;
	}
	.copyright p {
		font-size: 1.3vw;
	}
}
@media screen and (max-width: 780px) {
	/** -- copyright -- **/
	.copyright {
		padding: 4vw 0;
	}
	.copyright p {
		font-size: 3vw;
	}
}
