.comment{
	margin-top:15%;
	width:100%;	
}
.message_tx{
	margin-bottom:1.2em;
}
.message{
	font-family: 'Libre Baskerville',"Times New Roman", Times, "serif";
	font-size: 18px;
	color: #b68d20;
	border-bottom: solid 1px #b68d20;
	padding-bottom:0.5em;
}
.by_name{
	text-align: right;
	border-top: solid 1px #b68d20;
	padding-top:0.5em;
	font-size: 15px;
	color: #b68d20;	
}
.fragrance_note{
	padding-top:0;
}

h3.special-h {
  position: relative;
  padding: 0 65px;
  text-align: center;
	box-shadow: none;
	margin-top: 50px;
	margin-bottom: 30px;
	font-size: 18px;
}

h3.special-h:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #000;
}

h3.special-h span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}

.photo > span {
	display: block;
}

.imgtext-container {
	display: flex;
	flex-direction: column;
	/*gap: 10px;*/
}

.mt80 {
	margin-top: 80px;
}

@media (min-width: 768px) {
	.imgtext-container {
		flex-direction: row-reverse;
		align-items: start;
	}
	.imgtext-container > .text {
		flex: 1;
	}
	.imgtext-container > .img {
		flex: 1;
		text-align: right;
	}
	.k-set {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.k-set {
		display: block !important;
		margin-top: 50px;
		margin-bottom: 0 !important;
	}
}


.benefits-area {
	display: flex;
	width: 100%;
	margin-top: 50px;
	justify-content: space-between;
}

.benefits-moive {
	max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 1137px) {
	.note_details{
		width:400px;
	}
	.comment{
		margin-top:30%;
	}
}

@media screen and (max-width: 767px) {
	.note_details{
		width:80%;
	}
	.comment{
	margin-top:10%;
	}
	.center-set {
		width: 95%;
		margin: 0 auto;
	}
	.t-c {
		text-align: center;
	}
	.k-mt50 {
		margin-top: 50px !important;
		margin-bottom: 0px !important;
	}
}

@media screen and (max-width: 400px) {
	.comment{
		margin-top:15%;
	}
}

.youtube-ratio iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.flex-set {
	display: flex;
}

.k-h3 {
	margin-top: 0;
	padding-left: 10px;
	border-left: solid 10px #000000;
	text-align: left;
}

.f-right {
	margin-left:auto !important;
}