/* -----------------------------------
PRODUCT
----------------------------------- */
.products-block #products-modal2 {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(450vw / 8.28);
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 20px;
}
.products-block #products-modal2 .close {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: calc(15vw / 8.28);
	width: calc(40vw / 8.28);
}
/*-- PC --------*/
@media screen and (min-width: 769px) {
.products-block #products-modal2 {
	height: calc(330vw / 19.2);
}
.products-block #products-modal2 .close {
	bottom: calc(22vw / 19.2);
	width: calc(25vw / 19.2);
}
}
/* -----------------------------------
PRODUCT
----------------------------------- */
.products-block #products-modal2 .common-btn.modal-btn {
	margin-top: 0;
	cursor: pointer;
	position: relative;
}
.products-block #products-modal2 .common-btn .oilmilk-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: calc(240vw / 8.28);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity .45s ease, transform .45s ease;
}
.products-block #products-modal2 .common-btn.is-open .oilmilk-btn {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.products-block #products-modal2 .common-btn.modal-btn.is-open .oilmilk-btn a {
	background-color: #fff;
	border-radius: 40px;
	display: flex;
  align-items: center;
  justify-content: center;
	height: calc(60vw / 8.28);
	color: #00999a;
	font-size: calc(30vw / 8.28);
	font-family: "Overpass", sans-serif;
	font-weight: 800;
}
body#straight .products-block #products-modal2 .common-btn.modal-btn.is-open .oilmilk-btn a {
	color: #00559e;
}
.products-block #products-modal2 .common-btn.modal-btn.is-open .oilmilk-btn .milk {
	margin-top: calc(20vw / 8.28);
}
#products-modal2 .modal-contents.no-hover,
#products-modal2 .modal-contents.no-hover *,
.common-btn.no-hover,
.common-btn.no-hover * {
  pointer-events: none;
}
/*-- PC --------*/
@media screen and (min-width: 769px) {
	.products-block #products-modal2 .common-btn.modal-btn.is-open .oilmilk-btn,
	.products-block #products-modal2 .common-btn .oilmilk-btn {
		height: calc(170vw / 19.2);
	}
	.products-block #products-modal2 .common-btn.modal-btn.is-open .oilmilk-btn a {
		height: calc(45vw / 19.2);
		font-size: calc(20vw / 19.2);
	}
	.products-block #products-modal2 .common-btn.modal-btn.is-open .oilmilk-btn .milk {
		margin-top: calc(10vw / 19.2);
	}
}
