.comment{
	margin-top:13%;
	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: 23px;
}

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;
}

.fragrance_note2 {
	margin-top: 0%;
}

@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%;
}

h3.deco-h3 {
	text-align:center;
	position:relative;
}
h3.deco-h3 span {
	font-size:24px;
	display:inline-block;
	padding:0 20px;
	background-color:#fff;
	color: #b68d20;
	font-family: 'Libre Baskerville', 'Noto Serif JP', 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
}
h3.deco-h3::after { /* ::after または:after */
	content:"";
	width:100%;
	height:0.5px;
	display:block;
	background-color: #000;;
	position:absolute;
	top:50%;
	left:0;
	z-index:-1;
}
.deco-p {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
	font-size: 24px;
}
.deco-sld {
	width: 100%;
	border-bottom: solid 1px #000000;
	line-height: 1em;
	margin-bottom: 100px;
}

.chapter {
	margin-bottom: 2em;
}

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

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

@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;
}

@media (min-width: 676px) and (max-width: 768px) {
	.fragrance_img_l {
		margin: 0 auto;
	}
}