@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Protest+Revolution&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&family=Zen+Kaku+Gothic+New:wght@500;700&display=swap');
@import url("https://use.typekit.net/mvw1rnt.css");

/**********************
common
*********************/
body {
	position: relative;
	font-family: 'Noto Sans', sans-serif;
}
.barista{
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.tahoma{
	font-family: "tahoma", sans-serif;
}
.inner{
	width: 100%;
	margin: auto;
	position: relative;
	z-index: 1;
}
.inner02{
	width: 95%;
	margin: auto;
	position: relative;
	z-index: 1;
}
.inner03{
	width: 90%;
	margin: auto;
	position: relative;
	z-index: 1;
}
.max-wd-1600{
	max-width: 1600px;
	margin: 0 auto;
}
.max-wd-960{
	max-width: 960px;
	margin: 0 auto;
}
.flex{
	display: flex;
	flex-wrap: wrap;
}
.source{
	font-size: 11px;
	font-weight: 500;
}
section * {
	box-sizing: border-box;
}
.gray {
	background: #F1F1F1;
}

h2 {
	font-size: 36px;
	font-weight: 700;
	font-family: "tahoma", sans-serif;
	line-height: 120%;
	text-align: center;
	color: #000000;
}
h3 {
	font-size: 32px;
	font-weight: 700;
	font-family: "tahoma", sans-serif;
	text-align: center;
	color: #000000;
}
h4 {
	margin-top: 10px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	color: #000000;
}
h5 {
	font-size: 32px;
	font-weight: 700;
	font-family: "tahoma", sans-serif;
	text-align: center;
	color: #000000;
}
h5 {
	font-size: min(9vw, 32px);
	font-weight: 700;
	text-align: center;
	color: #000000;
}
h6 {
	margin-top: 10px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	color: #000000;
}
h6.em {
	display: flex;
	justify-content: center;
}
h6.em .sm {
	font-size: 10px;
	font-weight: 700;
}
.sectionTitle {
	margin-bottom: 50px;
}

.btnList .btnWrap {
	margin-bottom: 15px;
}
.btnWrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
.btnWrap a {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 90%;
	max-width: 335px;
	padding: 10px;
	background: #ffffff;
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
	border-radius: 100px;
}
.btnWrap a p {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 160%;
	color: #000000;
}
.btnWrap a p + .sub {
	margin-left: 20px;
	padding-left: 20px;
	font-size: 11px;
	letter-spacing: 0.05em;
	line-height: 160%;
	color: #000000;
	border-left: 1px solid #000000;
}
.btnWrap a span.icon {
	position: relative;
	width: 24px;
	height: 24px;
	margin-right: 20px;
}
.btnWrap a span.icon::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto 0;
	width: 100%;
	height: 100%;
}
.btnWrap.shop a span.icon::before {
	background: url('/komekoji_milk/img/barista-new/icon-shop.svg');
	background-repeat: no-repeat;
	background-size: cover;
}
.btnWrap.storeList a span.icon {
	width: 14px;
	height: 14px;
}
.btnWrap.storeList a span.icon::before {
	background: url('/komekoji_milk/img/barista-new/icon-square.svg');
	background-repeat: no-repeat;
	background-size: cover;
}
.btnWrap.contact a span.icon::before {
	background: url('/komekoji_milk/img/barista-new/icon-mail.svg');
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (min-width: 769px) {
	h2 {
		font-size: 64px;
	}
	h3 {
		font-size: 48px;
	}
	h5 {
		font-size: 40px;
	}
	h6 {
		margin-top: 5px;
	}
	h6.em {
		font-size: 24px;
	}
	h6.em .sm {
		font-size: 14px;
	}
	.btnList {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	.btnList .btnWrap {
		width: 400px;
		margin-bottom: 0;
	}
	.btnList .btnWrap + .btnWrap{
		margin-left: 15px;
	}
	.btnWrap a {
		max-width: 400px;
		padding: 20.5px;
	}
}

/**********************
baristaBanner
*********************/
.baristaBanner {
	position: fixed;
	display: none;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	z-index: 800;
}
.baristaBanner .inner {
	position: relative;
	width: 100%;
	max-width: 1110px;
	height: 0;
	margin: 0 auto;
}
.baristaBanner a {
	position: relative;
	display: inline-block;
	bottom: 150px;
	left: 3%;
	width: 130px;
	height: 130px;
	padding: 25px 0;
	background: #ffffff;
	box-sizing: border-box;
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
	border-radius: 50%;
}
.baristaBanner a:hover {
	opacity: 1;
}
.baristaBanner a:hover .imgWrap,
.baristaBanner a:hover .textWrap {
	opacity: 0.6;
}
.baristaBanner a .imgWrap {
	width: 30px;
	height: 60px;
	margin: 0 auto;
	transition: all 0.2s ease-out;
}
.baristaBanner a .imgWrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.baristaBanner a .textWrap {
	margin-top: 5px;
	transition: all 0.2s ease-out;
}
.baristaBanner a .textWrap .main {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
}
.baristaBanner a .textWrap .dotSeparat {
	content: '';
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: 2px auto 0;
	width: 2px;
	height: 2px;
	background: #8E8E93;
	border-radius: 50%;
}
.baristaBanner a .textWrap .dotSeparat::before,
.baristaBanner a .textWrap .dotSeparat::after {
	content: '';
	position: absolute;
	top: 0;
	width: 2px;
	height: 2px;
	background: #8E8E93;
	border-radius: 50%;
}
.baristaBanner a .textWrap .dotSeparat::before {
	left: -4px;
}
.baristaBanner a .textWrap .dotSeparat::after {
	right: -4px;
}
.baristaBanner a .textWrap .sub {
	margin-top: 2px;
	font-size: 8px;
    letter-spacing: 0.05em;
    text-align: center;
}
@media screen and (min-width: 641px) {
	.baristaBanner a {
		width: 130px;
		height: 130px;
	}
}
@media screen and (min-width: 769px) {
	.baristaBanner a {
		bottom: 200px;
		left: 0;
		width: 180px;
		height: 180px;
		padding: 24px 0 29px;
	}
	.baristaBanner a .imgWrap {
		width: 42px;
		height: 100px;
	}
	.baristaBanner a .textWrap .main {
		font-size: 16px;
	}
	.baristaBanner a .textWrap .sub {
		font-size: 11px;
	}
}

/**********************
mv
*********************/
.mv .movieWrap{
	width: 100%;
	aspect-ratio: 9 / 5;
}
.mv .movieWrap iframe{
	width: 100%;
	height: 100%;
}

/**********************
overview
*********************/
.overview .wrap {
	padding: 30px 0 50px;
}
.overview .overviewTitle {
	margin-bottom: 20px;
}
.overview .overviewTitle p {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 180%;
	text-align: center;
	color: #000000;
}
.overview .detail p {
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 200%;
	color: #000000;
}
@media screen and (min-width: 769px) {
	.overview .wrap {
		padding: 50px 0 100px;
	}
	.overview .overviewTitle p {
		margin-bottom: 20px;
		font-size: 28px;
	}
	.overview .detail p {
		font-size: 18px;
		text-align: center;
	}
}

/**********************
voice
*********************/
.voice .wrap{
	padding: 50px 0;
}
.voice .voiceList{
	margin-bottom: 50px;
}
.voice .voiceList .voiceWrap{
	position: relative;
	width: 100%;
	cursor: pointer;
}
.voice .voiceList .voiceWrap:hover .imgWrap .hoverWrap{
	opacity: 1;
}
.voice .voiceList .voiceWrap + .voiceWrap{
	margin-top: 20px;
}
.voice .voiceList .voiceWrap .imgWrap{
	position: relative;
	aspect-ratio: 523 / 364;
}
.voice .voiceList .voiceWrap .imgWrap img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.voice .voiceList .voiceWrap .imgWrap .hoverWrap{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
	opacity: 0;
	transition: 0.5s;
}
.voice .voiceList .voiceWrap .imgWrap .hoverInner{
	position: absolute;
	display: flex;
	flex-direction: row;
	align-items: center;
	top: 0;
	bottom: 0;
	right: 40px;
	margin: auto 0;
	width: fit-content;
	height: fit-content;
}
.voice .voiceList .voiceWrap .imgWrap .hoverWrap p{
	margin-right: 20px;
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
}
.voice .voiceList .voiceWrap .imgWrap .hoverWrap .iconWrap{
	position: relative;
	width: 65px;
	height: 35px;
	border: 1.5px solid #ffffff;
	border-radius: 100px;
}
.voice .voiceList .voiceWrap .imgWrap .hoverWrap .iconWrap::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 15px;
	height: 15px;
	background: url('/komekoji_milk/img/barista-new/arrow-right-wh.svg');
	background-repeat: no-repeat;
	background-size: cover;
}
.voice .voiceList .voiceWrap .imgWrap .hoverWrap .icon{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 125px;
	margin: auto 0;
	width: 65px;
	height: 35px;
	border: 1.5px solid #ffffff;
}
.voice .voiceList .voiceWrap .detail{
	margin-top: 10px;
}
.voice .voiceList .voiceWrap .detail p{
	font-size: 14px;
	color: #000000;
}
@media screen and (min-width: 769px) {
	.voice .wrap{
		padding: 100px 0;
	}
	.voice .voiceList{
		display: flex;
		flex-direction: row;
	}
	.voice .voiceList .voiceWrap{
		width: calc((100% - 40px) / 3);
	}
	.voice .voiceList .voiceWrap + .voiceWrap{
		margin-top: 0;
		margin-left: 20px;
	}
	.voice .voiceList .voiceWrap .detail{
		margin-top: 20px;
	}
}

/**********************
voiceModal
*********************/
.voiceModal .modalWrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 25%);
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
	box-sizing: border-box;
	z-index: 99999999999;
}
.voiceModal .modalWrap.active {
	opacity: 1;
	visibility: visible;
}
.voiceModal .modalWrap .modalContainer {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 85%;
	max-width: 760px;
	height: 48vw;
	max-height: 385px;
	/* padding: 35px 20px 20px; */
	margin: auto;
	/* background: #fff; */
}
.voiceModal .modalWrap .modalClose {
	position: absolute;
	top: -30px;
	right: 0;
	width: 25px;
	height: 25px;
	background: #ffffff;
	border: 2px solid #000000;
	border-radius: 50%;
	cursor: pointer;
	transition: 0.5s;
}
.voiceModal .modalWrap .modalClose:hover {
	opacity: 0.5;
}
.voiceModal .modalWrap .modalClose::before,
.voiceModal .modalWrap .modalClose::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 11px;
	height: 2px;
	background: #000000;
}
.voiceModal .modalWrap .modalClose::before {
	transform: rotate(135deg);
}
.voiceModal .modalWrap .modalClose::after {
	transform: rotate(45deg);
}
.voiceModal .modalWrap .movieWrap {
	width: 100%;
	margin: 0 auto;
	aspect-ratio: 16 / 9;
}
.voiceModal .modalWrap .movieWrap iframe {
	width: 100%;
	height: 100%;
}
@media screen and (min-width: 769px) {
	/* .voiceModal .modalWrap .modalContainer {
		padding: 35px 20px 25px;
	} */
	/* .voiceModal .modalWrap .modalClose {
		top: 22.5px;
		right: 22.5px;
	} */
	/* .voiceModal .modalWrap .movieWrap {
		width: 95%;
	} */
}

/**********************
features
*********************/
.features .wrap {
	padding: 50px 0 0;
}
.features .featuresWrap {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
}
.features .featuresWrap + .featuresWrap {
	margin-top: 30px;
}
.features .featuresWrap .imgWrap {
	width: 100%;
	aspect-ratio: 4 / 3;
}
.features .featuresWrap .imgWrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.features .featuresWrap .textWrap {
	width: 100%;
	margin-bottom: 30px;
}
.features .featuresWrap .textWrap .detail {
	margin-top: 20px;
}
.features .featuresWrap .textWrap .detail p {
	font-size: 16px;
	font-weight: 500;
	line-height: 180%;
	text-align: center;
	color: #000000;
}
.features .featuresWrap .textWrap .detail p.attention {
	font-size: 12px;
}
@media screen and (min-width: 769px) {
	.features .wrap {
		padding: 100px 0 50px;
	}
	.features .featuresWrap {
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	.features .featuresWrap + .featuresWrap {
		margin-top: 0;
	}
	.features .featuresWrap:nth-of-type(2n) {
		flex-direction: row-reverse;
	}
	.features .featuresWrap .imgWrap {
		width: 50%;
	}
	.features .featuresWrap .textWrap {
		width: 50%;
		margin-bottom: 0;
		padding: 0 30px;
	}
}

/**********************
recipe
*********************/
.recipe .wrap {
	margin: 50px 0;
}
.recipe .recipeSliderWrap {
	position: relative;
}
.recipe .recipeSlider {
	margin: 50px 0;
}
.recipe .imgWrap {
	margin-bottom: 10px;
}
.recipe .imgWrap img {
	width: 100%;
	aspect-ratio: 20 / 13;
	object-fit: cover;
}
.recipe ul li {
	display: flex;
	flex-direction: column;
	margin: 0 20px;
	cursor: pointer;
	transition: 0.5s;
}
.recipe ul li:hover {
	opacity: 0.6;
}
.recipe ul li .textWrap {
	margin: 0 10px;
}
.recipe ul li .title {
	display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.3;
	text-align: center;
	color: #000000;
}
.recipe ul li .detail {
	padding-bottom: 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
}
.recipe ul li .watch {
	position: relative;
	margin-top: 10px;
	font-size: 12px;
	font-weight: 400;
	text-align: right;
	padding-right: 10.5px;
}
.recipe ul li .watch::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto 0;
	width: 9px;
	height: 11px;
	background: url('/komekoji_milk/img/barista-new/recipe/arrow-right.svg');
	background-repeat: no-repeat;
}
.recipe .arrowWrap {
	position: absolute;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	top: 0;
	bottom: 45%;
	left: 0;
	margin: auto 0;
	padding: 0 10px;
	width: 100%;
	height: fit-content;
	pointer-events: none;
}
.recipe .arrowWrap .slick-arrow {
	content: '';
	position: relative;
	top: 0;
	left: 0;
	width: 27px;
	height: 27px;
	background: #ffffff;
	border-radius: 50%;
	pointer-events: auto;
}
.recipe .arrowWrap .slick-arrow:hover {
	opacity: 0.8;
}
.recipe .arrowWrap .slick-arrow::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 15px;
	height: 15px;
	background: url('/komekoji_milk/img/barista-new/arrow-right-black.svg');
	background-repeat: no-repeat;
	background-size: cover;
}
.recipe .arrowWrap .slick-next::before {
	transform: rotate(180deg);
}
@media screen and (min-width: 769px) {
	.recipe .wrap {
		margin: 100px 0;
	}
	.recipe ul li {
		margin: 0 10px;
	}
	.recipe .arrowWrap {
		bottom: 25%;
		padding: 0 52px;
	}
}
/**********************
recipeModal
*********************/
.recipeModal .modalWrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 25%);
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
	box-sizing: border-box;
	z-index: 99999999999;
}
.recipeModal .modalWrap.active {
	opacity: 1;
	visibility: visible;
}
.recipeModal .modalWrap .modalClose {
	position: absolute;
	top: 22.5px;
	right: 22.5px;
	width: 25px;
	height: 25px;
	border: 2px solid #000000;
	border-radius: 50%;
	cursor: pointer;
}
.recipeModal .modalWrap .modalClose::before,
.recipeModal .modalWrap .modalClose::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 11px;
	height: 2px;
	background: #000000;
}
.recipeModal .modalWrap .modalClose::before {
	transform: rotate(135deg);
}
.recipeModal .modalWrap .modalClose::after {
	transform: rotate(45deg);
}
.recipeModal .modalWrap .modalContainer {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 85%;
    max-width: 760px;
    height: 75%;
    padding: 50px 20px;
	margin: auto;
	background: #fff;
	overflow: auto;
}
.recipeModal .modalWrap .modalContainer .name {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -0.02em;
}
.recipeModal .modalWrap .modalContainer .detail {
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
}
.recipeModal .modalWrap .modalContainer .imgWrap {
	position: relative;
	margin-bottom: 30px;
}
.recipeModal .modalWrap .modalContainer .imgWrap img {
	width: 100%;
}
.recipeModal .modalWrap .modalContainer .imgWrap .cookingTime {
	position: absolute;
	top: -9%;
	right: 0;
	width: 80px;
	height: 78px;
}
.recipeModal .modalWrap .modalContainer .imgWrap .cookingTime .circle {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	top: 18px;
	left: 4px;
	right: 0;
	margin: 0 auto;
	width: 65px;
    height: 65px;
	background: #FFCF4C;
	border-radius: 50%;
}
.recipeModal .modalWrap .modalContainer .imgWrap .cookingTime .circle .time {
	font-size: 36px;
	font-weight: 700;
	line-height: 0.8;
}
.recipeModal .modalWrap .modalContainer .imgWrap .cookingTime .circle .unit {
	font-size: 16px;
	font-weight: 900;
}
.recipeModal .modalWrap .modalContainer .materialWrap {
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}
.recipeModal .modalWrap .modalContainer .materialWrap li.header {
	border-bottom: 1px solid #000000;
}
.recipeModal .modalWrap .modalContainer .materialWrap ul.material li:not(.header):not(:last-of-type) {
	border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
}
.recipeModal .modalWrap .modalContainer .materialWrap li dl {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0;
}
.recipeModal .modalWrap .modalContainer .materialWrap li dl .bold {
	font-weight: 900;
}
.recipeModal .modalWrap .modalContainer .materialWrap li dl .underline {
	text-decoration: underline;
}
.recipeModal .modalWrap .modalContainer .materialWrap li dt {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
}
.recipeModal .modalWrap .modalContainer .materialWrap li.header dt {
	font-size: 20px;
	font-weight: 900;
	line-height: 1.3;
}
.recipeModal .modalWrap .modalContainer .materialWrap li dd {
	font-size: 16px;
	font-weight: 400;
}
.recipeModal .modalWrap .modalContainer .materialWrap li.header dd {
	font-size: 15px;
	font-weight: 900;
	line-height: 1.3;
}
.recipeModal .modalWrap .modalContainer .recipeDetailWrap {
	margin-bottom: 30px;
}
.recipeModal .modalWrap .modalContainer .recipeDetailWrap > .title {
	margin-bottom: 20px;
	padding: 10px 0;
	font-size: 16px;
	font-weight: 900;
	text-align: center;
	background: #FFCF4C;
}
.recipeModal .modalWrap .modalContainer .recipeDetailWrap .preparation {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 20px;
}
.recipeModal .modalWrap .modalContainer .recipeDetailWrap .preparation .title {
	min-width: 80px;
}
.recipeModal .modalWrap .modalContainer .recipeDetailWrap .preparation .title p {
	margin-right: 20px;
	padding: 15px 5px;
	font-size: 16px;
	font-weight: 500;
	background: #EEEEEE;
}
.recipeModal .modalWrap .modalContainer .recipeDetailWrap .preparation li {
	position: relative;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.02em;
	line-height: 1.2;
}
.recipeModal .modalWrap .modalContainer .recipeDetailWrap .preparation li:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 4px;
    height: 4px;
	background: #000000;
	border-radius: 50%;
}
.recipeModal .modalWrap .modalContainer .recipeDetailWrap .preparation li + li {
	margin-top: 5px;
}
.recipeModal .modalWrap .modalContainer .recipeDetailWrap .recipeDetail li {
	margin-top: 5px;
	padding-left: 1em;
    text-indent: -1em;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.02em;
	line-height: 1.5;
}
.recipeModal .modalWrap .modalContainer .onePointWrap .title {
	margin-bottom: 20px;
	padding: 7px;
	font-size: 16px;
	font-weight: 900;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.2);
}
.recipeModal .modalWrap .modalContainer .onePointWrap .detail li {
	position: relative;
	padding-left: 15px;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.5;
}
.recipeModal .modalWrap .modalContainer .onePointWrap .detail li + li {
	margin-top: 5px;
}
.recipeModal .modalWrap .modalContainer .onePointWrap .detail li:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
	width: 4px;
    height: 4px;
	background: #000000;
	border-radius: 50%;
}
@media screen and (min-width: 550px) {
	.recipeModal .modalWrap .modalContainer .imgWrap .cookingTime {
		position: absolute;
		top: -7%;
		width: 100px;
		height: 98px;
	}
	.recipeModal .modalWrap .modalContainer .imgWrap .cookingTime .circle {
		top: 22px;
		left: 2px;
		width: 75px;
		height: 75px;
	}
}
@media screen and (min-width: 769px) {
	.recipeModal .modalWrap .modalContainer {
		width: 80%;
		padding: 60px 100px;
	}
	.recipeModal .modalWrap .modalContainer .name {
		font-size: 32px;
	}
	.recipeModal .modalWrap .modalContainer .detail {
		width: 87%;
	}
	.recipeModal .modalWrap .modalContainer .imgWrap .cookingTime {
		top: -12%;
		right: -5%;
		width: 130px;
		height: 128px;
	}
	.recipeModal .modalWrap .modalContainer .imgWrap .cookingTime .circle {
		top: 28px;
		width: 100px;
		height: 100px;
	}
	.recipeModal .modalWrap .modalContainer .imgWrap .cookingTime .circle .time {
		font-size: 48px;
	}
	.recipeModal .modalWrap .modalContainer .imgWrap .cookingTime .circle .unit {
		font-size: 20px;
	}
	.recipeModal .modalWrap .modalContainer .materialWrap {
		flex-direction: row;
	}
	.recipeModal .modalWrap .modalContainer .materialWrap ul {
		width: calc((100% - 50px) / 2);
	}
	.recipeModal .modalWrap .modalContainer .materialWrap ul + ul {
		margin-left: 50px;
	}
	.recipeModal .modalWrap .modalContainer .recipeDetailWrap .preparation .title p {
		padding: 15px 50px;
	}
}