@charset "utf-8";


#Journal {
	max-width: none!important;	
}

#Journal .journal-cont {
	padding: 0!important;	
}

#Journal #hiyopota {
	background-color: #fff;

}

#Journal #hiyopota * {
	margin: 0;
	padding: 0;
	line-height: 1;
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;
	font-size: 18px;
	color: #000;
	font-family: san-serif;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: "palt";
	letter-spacing: 0.03em;
	max-width: none;
	font-family: "YakuHanJPs","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","nc3Jp",sans-serif;
}

#Journal #hiyopota a {
	text-decoration: none;
}

#Journal #hiyopota .sp_only {
	display: none;
}

#Journal #hiyopota img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

#Journal #hiyopota #gray {
	padding: 110px 0 120px;
	background-image: url(../img/back.jpg);
	background-repeat: repeat;
	background-position: center;
	background-size: 100px auto;
}

#Journal #hiyopota #hiyopota_logo {
	width: 538px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

#Journal #hiyopota #keyvisual {
	display: flex;
	margin: -25px 0 0;
}

#Journal #hiyopota #keyvisual div {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 25%;
	height: 635px;
	display: block;
}

#Journal #hiyopota #keyvisual div:nth-child(1) {
	background-image: url(../img/main_img01.jpg);
}
#Journal #hiyopota #keyvisual div:nth-child(2) {
	background-image: url(../img/main_img02.jpg);
}
#Journal #hiyopota #keyvisual div:nth-child(3) {
	background-image: url(../img/main_img03.jpg);
}
#Journal #hiyopota #keyvisual div:nth-child(4) {
	background-image: url(../img/main_img04.jpg);
}

#Journal #hiyopota #intro {
	text-align: center;
}

#Journal #hiyopota #intro .img {
	width: 540px;
	margin: -35px auto 0;
}

#Journal #hiyopota #intro h2 {
	font-weight: bold;
	font-size: 32px;
	line-height: 1.5;
	margin: 45px 0 0;
	letter-spacing: 0.07em;
}

#Journal #hiyopota #intro p {
	font-size: 21px;
	line-height: 1.6;
	margin: 1.2em 0 0;
	letter-spacing: 0.05em;
}

#Journal #hiyopota #intro .btn {
	text-align: center;
	margin: 2.5em 0 0;
}

#Journal #hiyopota #intro .btn a {
	display: inline-block;
	background-color: #000;
	color: #fff;
	padding: 1em 2em;
	border-radius: 100px;
	font-weight: bold;
	font-size: 22px;
	min-width: 400px;
}

#Journal #hiyopota #howto {
	background-color: #ffd400;
	padding: 0px 0;
}

#Journal #hiyopota #howto .band {
	overflow:hidden;
	background-color: #fff;
	background-image: url(../img/back.jpg);
	background-repeat: repeat;
	background-position: center;
	background-size: 100px auto;
}

#Journal #hiyopota #howto .nami {
	width:100%;
	padding-top: 7%;
	display:block;
	background-image: url(../img/wave.png);
	background-repeat: repeat-x;
	background-position: 0 bottom;
	background-size: 1200px auto;
	animation:waveSlide 4s linear infinite;
}

@keyframes waveSlide{
  from { background-position: 0 bottom; }
  to   { background-position: -1200px bottom; } /* ちょうど1タイル分だけ動かす */
}

#Journal #hiyopota #howto .band.under {
	background: #fff;
	background-image: none;
	transform: scaleY(-1);
}



@keyframes move{
	from{transform:translateX(0)} 
	to{transform:translateX(-50%)}
}
  
#Journal #hiyopota #howto h2{
	width: 600px;
	margin: -75px auto 0;  
	position: relative;
}

  
#Journal #hiyopota #howto ul {
	width: 900px;
	margin:  80px auto 80px;
}

#Journal #hiyopota #howto ul li {
	position: relative;
	padding: 55px 0 55px 450px;
}

#Journal #hiyopota #howto ul li .img {
	width: 550px;
	height: 550px;
	overflow: hidden;
	border-radius: 550px;
	position: absolute;
	top: 50%;
	left: -30px;
	transform: translate3d(0,-50%,0);
}

#Journal #hiyopota #howto ul li .summary {
	width: 440px;
	height: 440px;
	border-radius: 450px;
	background-color: #fff;
	position: relative;
}

#Journal #hiyopota #howto ul li .summary div {
	width: 330px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%,-50%,0);
}

#Journal #hiyopota #howto ul li:nth-child(3) .summary {
	background-image: url(../img/img_soup2.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center 50px;
}

#Journal #hiyopota #howto ul li:nth-child(3) .summary div {
	transform: translate3d(-50%,-90%,0);
}

#Journal #hiyopota #howto ul li .summary h3 {
	width: 265px;
	margin: 0 auto 0;
	text-align: center;
}

#Journal #hiyopota #howto ul li .summary h3 span {
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #ffd400;
	margin: 0 auto 20px;
	font-family: "Manrope", sans-serif;
	
}

#Journal #hiyopota #howto ul li .summary p {
	font-size: 18px;
	line-height: 1.62;
	margin: 20px 0 0;
	text-align: center;
}

#Journal #hiyopota #variation {
	padding: 40px 0 120px;
}

#Journal #hiyopota #variation h2 {
	width: 600px;
	margin: 0 auto 0;
}

#Journal #hiyopota #variation ul {
	display: flex;
	justify-content: space-between;
	max-width: 1050px;
	margin: 85px auto 0;
}

#Journal #hiyopota #variation ul li {
	width: 21.5%;
	text-align: center;
}

#Journal #hiyopota #variation ul li .img {
	padding: 15px 5px 0;
}

#Journal #hiyopota #variation ul li .yasai {
	animation: bounceUp 2s ease-out infinite;
}

@keyframes bounceUp {
	0%   { transform: translateY(0); }
	  10%  { transform: translateY(-15px); }
	  16%  { transform: translateY(-3px); }
	  21%  { transform: translateY(-0px); }
	  100% { transform: translateY(0); }
}

#Journal #hiyopota #variation ul li:nth-child(1) .yasai {
	animation-delay: 0s;
}
#Journal #hiyopota #variation ul li:nth-child(2) .yasai {
	animation-delay: 0.3s;
}
#Journal #hiyopota #variation ul li:nth-child(3) .yasai {
	animation-delay: 0.6s;
}
#Journal #hiyopota #variation ul li:nth-child(4) .yasai {
	animation-delay: 0.9s;
}

#Journal #hiyopota #variation ul li h3 {
	font-size: 23px;
	font-weight: bold;
	margin: 10px 0 0;
	letter-spacing: 0.07em;
}

#Journal #hiyopota #variation ul li h3 span {
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 12px 0 0;
	font-family: "Manrope", sans-serif;
}

#Journal #hiyopota #variation ul li:nth-child(1) h3 span {
	color: #ff4a22;
}
#Journal #hiyopota #variation ul li:nth-child(2) h3 span {
	color: #87aa42;
}
#Journal #hiyopota #variation ul li:nth-child(3) h3 span {
	color: #f5d48e;
}
#Journal #hiyopota #variation ul li:nth-child(4) h3 span {
	color: #bf7d00;
}

#Journal #hiyopota #variation ul li p {
	font-size: 15px;
	line-height: 1.52;
	margin: 1em 0 0;
}

#Journal #hiyopota #ud {
	background-color: #ffdecc;
	padding: 120px 0;
	position: relative;
} 

#Journal #hiyopota #ud:before {
	content: "";
	display: block;
	width: 45px;   /* 横幅 */
	height:35px;   /* 高さ */
	background:#ffdecc;
	/* 頂点(50% 0)、左下(0 100%)、右下(100% 100%) */
	clip-path: polygon(50% 0, 0 100%, 100% 100%);
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate3d(-50%,-100%,0);
}

#Journal #hiyopota #ud > div {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#Journal #hiyopota #ud .img {
	width: 43%;
	position: relative;
}

#Journal #hiyopota #ud .img h2 {
	width: 160px;
	height: 160px;
	border-radius: 160px;
	background-color: #fff;
	text-align: center;
	z-index: 2;
	position: absolute;
	right: -15px;
	top: -15px;
}


#Journal #hiyopota #ud .img h2 span {
	display: block;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%,-50%,0);
}

#Journal #hiyopota #ud .photo {
	width: 100%;
	padding-top: 100%;
	position: relative;
}

#Journal #hiyopota #ud .photo div {
	width: 100%;
	padding-top: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	border-radius: 100%;
	opacity: 0;
	transition: opacity 1.2s ease-in-out;
}

#Journal #hiyopota #ud .photo div.active {
	opacity: 1;
}

#Journal #hiyopota #ud .photo div img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%,-50%,0);
	width: 100%;
}


#Journal #hiyopota #ud .summary {
	width: 50%;
}

#Journal #hiyopota #ud .summary .ud_logo {
	width: 240px;
}

#Journal #hiyopota #ud .summary h3 {
	width: 526px;
	margin: 50px 0 0;
}

#Journal #hiyopota #ud .summary p {
	font-size: 18px;
	line-height: 1.66;
	margin: 1.7em 0 0;
}

#Journal #hiyopota #lineup {
	padding: 0 0 100px;
} 

#Journal #hiyopota #lineup .header {
	width: 980px;
	margin: -60px auto 0;
	position: relative;
	z-index: 1;
}

#Journal #hiyopota #lineup .header h2 {
	font-size: 108px;
	text-align: left;
	font-weight: bold;
	font-family: "Manrope", sans-serif;
}

#Journal #hiyopota #lineup .header p {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.6;
	margin: 1.3em 0 0;
}

#Journal #hiyopota #lineup ul {
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto 0;
}

#Journal #hiyopota #lineup ul li {
	width: 47%;
	text-align: center;
}

#Journal #hiyopota #lineup ul li a:after {
	content: "購入ページへ";
	display: block;
	width: 70%;
	background-color: #000;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding: 1em 0;
	border-radius: 100px;
	margin: 30px auto 0;
} 

#Journal #hiyopota #lineup ul li .img {
	display: block;
	width: 100%;
	padding-top: 100%;
	position: relative;
}

#Journal #hiyopota #lineup ul li .img img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate3d(0,-50%,0);
}

#Journal #hiyopota #lineup ul li h3 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
}

#Journal #hiyopota #lineup ul li p {
	font-size: 22px;
	font-weight: bold;
	margin: 0.5em 0 0;
}

#Journal #hiyopota #lineup ul li p span {
	font-size: 14px;
	font-weight: bold;
}

#Journal #hiyopota #special {
	max-width: 1000px;
	margin: 150px auto 0;
	background-color: #ffd400;
	border-radius: 40px;
	padding:75px 30px 80px;
	position: relative;
}

#Journal #hiyopota #special:before {
	content: "Special Set";
	color: #ffd400;
	font-size: 74px;
	font-weight: bold;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate3d(-50%,-83%,0);
	font-family: "Manrope", sans-serif;
}


#Journal #hiyopota #special h3 {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}

#Journal #hiyopota #special a .img {
	display: flex;
	justify-content: space-between;
	margin: 40px auto 0;
}

#Journal #hiyopota #special a .img .package {
	width: 47%;
}

#Journal #hiyopota #special a .img .cup {
	width: 50%;
	padding: 10px 0 0;
	position: relative;
}

#Journal #hiyopota #special a .img .cup:before {
	content: "";
	display: block;
	width: 63px;
	height: 63px;
	background-image: url(../img/icon_plus.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: -42px;
	top: 95px;
}

#Journal #hiyopota #special .summary {
	width: 40%;
	text-align: center;
	position: absolute;
	left: 6%;
	bottom: 70px;
}

#Journal #hiyopota #special .summary:after {
	content: "購入ページへ";
	display: block;
	width: 80%;
	background-color: #000;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding: 1em 0;
	border-radius: 100px;
	margin: 20px auto 0;
} 

#Journal #hiyopota #special .summary h4 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
}

#Journal #hiyopota #special .summary p {
	font-size: 22px;
	font-weight: bold;
	margin: 0.5em 0 0;
}

#Journal #hiyopota #special .summary p span {
	font-size: 14px;
	font-weight: bold;
}

#Journal #hiyopota #wellness {
	background-color: #ffd400;
	padding: 100px 0;	
}

#Journal #hiyopota #wellness h2 {
	width: 505px;
	margin: 0 auto 0;
}

#Journal #hiyopota #wellness .logo {
	width: 300px;
	margin: 50px auto 0;
}

#Journal #hiyopota #wellness h3 {
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.6;
	margin: 12px auto 0;
}

#Journal #hiyopota #wellness .message {
	width: 800px;
	margin: 50px auto 0;
	display: flex;
	justify-content: space-between;
}

#Journal #hiyopota #wellness .message section {
	width: 48%;
}

#Journal #hiyopota #wellness .message section h4 {
	font-weight: bold;
	font-size: 20px;
}

#Journal #hiyopota #wellness .message section p {
	font-size: 16px;
	line-height: 1.6;
	margin: 1.2em 0 0;
}

#Journal #hiyopota #wellness .message section ul {
	margin: 0.3em 0 0;
}

#Journal #hiyopota #wellness .message section ul li {
	font-size: 16px;
	line-height: 1.6;
	border-top: 1px solid #cea500;
	padding: 1em 0 0.9em;
}

#Journal #hiyopota #wellness .message section ul li:first-child {
	border: none;
}

  

/* PCのみ */
@media screen and (min-width: 768px) {
	
	#Journal #hiyopota #intro .btn a{
		transition: 0.2s ease-in-out;
	}
	
	#Journal #hiyopota #intro .btn a:hover {
		background-color: #ffdf29;
		color: #000;
		transform: translate3d(0,-5px,0);
	}
	
	#Journal #hiyopota #lineup ul li a img {
		transition: 0.15s ease;
	}
	
	#Journal #hiyopota #lineup ul li a:hover img {
		transform: translate3d(0,-50%,0) scale(1.05);
		
	}
	
	#Journal #hiyopota #lineup ul li a:after {
		transition: 0.15s ease-in-out;
	}
	
	#Journal #hiyopota #lineup ul li a:hover:after {
		background-color: #ff0000;
		transform: translate3d(0,-5px,0);
	}
	
	#Journal #hiyopota #special .summary:after {
		transition: 0.15s ease-in-out;
	}
	
	#Journal #hiyopota #special a:hover .summary:after {
		background-color: #ff0000;
	}
	
	#Journal #hiyopota #special a .img .cup img {
		transition: 0.15s ease;
	}
	
	#Journal #hiyopota #special a:hover .img .cup img {
		transform: scale(1.05);
	}
	
	#Journal #hiyopota #howto ul li:nth-child(2n){
		padding-left: 0;	
	}
	
	#Journal #hiyopota #howto ul li:nth-child(2n) .img {
		left: auto;
		right: -30px;
	}

}

/* スマホのみ */
@media screen and (max-width: 768px) {
	
	#Journal #hiyopota .sp_only {
		display: block;
	}
	
	#Journal #hiyopota #gray {
		padding: 50px 0 30px;
	}
	
	#Journal #hiyopota #hiyopota_logo {
		width: 71%;
	}
	
	#Journal #hiyopota #keyvisual {
		margin: -3vw 0 0;	
	}
	
	#Journal #hiyopota #keyvisual div {
		height: 67vw;
	}
	
	#Journal #hiyopota #intro .img {
		width: 61%;
		margin: -3.5vw auto 0;
	}
	
	#Journal #hiyopota #intro h2 {
		font-size: 20px;
		margin-top: 25px;
	}
	
	#Journal #hiyopota #intro p {
		font-size: 15px;
	}
	
	#Journal #hiyopota #intro .btn {
		margin-top: 1.7em;
	}
	
	#Journal #hiyopota #intro .btn a {
		min-width: auto;		
		font-size: 16px;
		padding: 1.3em 0;
		width: 70%;
	}
	
	#Journal #hiyopota #howto .nami {
		width: 600%;
		padding-top: 22%;
	}
	
	#Journal #hiyopota #howto h2 {
		width: 85%;
		margin-top: -60px;
	}
	
	#Journal #hiyopota #howto ul {
		width: 100%;
		overflow: hidden;
		margin: 40px 0 0;
	}
	
	#Journal #hiyopota #howto ul li {
		padding: 80px 0 45px 45vw;
	}
	
	#Journal #hiyopota #howto ul li .img {
		width: 75vw;
		height: 75vw;
		top: 0;
		transform: translate3d(0,0,0);
		left: -20px;
	}
	
	#Journal #hiyopota #howto ul li .summary {
		width: 55vw;
		height: 55vw;
		transform: translate3d(15px,40px,0);
	}
	
	#Journal #hiyopota #howto ul li:nth-child(3) .summary {
		background-position: center 18px;
	}
	
	#Journal #hiyopota #howto ul li .summary div {
		width: 90%;
	}
	
	#Journal #hiyopota #howto ul li:nth-child(3) .summary div {
		transform: translate3d(-50%,-80%,0);
	}
	
	#Journal #hiyopota #howto ul li .summary h3 {
		width: 75%;
	}
	
	#Journal #hiyopota #howto ul li .summary h3 span {
		font-size: 12px;
		margin-bottom: 8px;
	}
	
	#Journal #hiyopota #howto ul li .summary p {
		font-size: 12px;
		margin-top: 6px;
		line-height: 1.5;
	}
	
	#Journal #hiyopota #howto ul li .summary p br {
		
	}
	
	#Journal #hiyopota #variation {
		padding: 30px 0 60px;
	}
	
	#Journal #hiyopota #variation h2 {
		width: 88%;
	}
	
	#Journal #hiyopota #variation ul {
		flex-wrap: wrap;
		padding: 0 20px;
		margin-top: 15px;
	}
	
	#Journal #hiyopota #variation ul li {
		width: 45%;
		margin: 40px 0 0;
	}
	
	#Journal #hiyopota #variation ul li h3 {
		font-size: 16px;
	}
	
	#Journal #hiyopota #variation ul li h3 span {
		font-size: 11px;
		margin-top: 8px;
	}
	
	#Journal #hiyopota #variation ul li p {
		font-size: 13px;
		margin-top: 0.8em;
	}
	
	#Journal #hiyopota #ud {
		padding: 60px 0 80px;
	}
	
	#Journal #hiyopota #ud:before {
		transform: translate3d(-50%,-60%,0);
	}
	
	#Journal #hiyopota #ud > div {
		display: block;
	}
	
	#Journal #hiyopota #ud .img h2 {
		width: 28vw;
		height: 28vw;
	}
	
	#Journal #hiyopota #ud .img h2 span {
		font-size: 13px;
	}
	
	#Journal #hiyopota #ud .img {
		width: 75%;
		margin: 0 auto 0;
	}
	
	#Journal #hiyopota #ud .summary {
		width: 100%;
		padding: 0 30px;
	}
	
	#Journal #hiyopota #ud .summary .ud_logo {
		width: 58%;
		margin: 45px auto 0;
	}
	
	#Journal #hiyopota #ud .summary h3 {
		width: 100%;
		margin: 35px 0 0;
	}
	
	#Journal #hiyopota #ud .summary p {
		font-size: 15px;
	}
	
	#Journal #hiyopota #lineup {
		padding: 0 0 60px;
	}
	
	#Journal #hiyopota #lineup .header {
		width: 100%;
		margin: -28px auto 0;
	}
	
	#Journal #hiyopota #lineup .header h2 {
		font-size: 54px;
		text-align: center;
	}
	
	#Journal #hiyopota #lineup .header p {
		font-size: 14px;
		text-align: center;
	}
	
	#Journal #hiyopota #lineup ul {
		display: block;
	}
	
	#Journal #hiyopota #lineup ul li {
		width: 100%;
		margin: 50px 0 0;
	}
	
	#Journal #hiyopota #lineup ul li:first-child {
		margin-top: 30px;
	}
	
	#Journal #hiyopota #lineup ul li .img {
		padding: 0 30px 0;
	}
	
	#Journal #hiyopota #lineup ul li .img img {
		position: relative;
		left: auto;
		top: auto;
		transform: translate3d(0,0,0);
	}
	
	#Journal #hiyopota #lineup ul li h3 {
		font-size: 15px;
	}
	
	#Journal #hiyopota #lineup ul li p {
		font-size: 15px;
	}
	
	#Journal #hiyopota #lineup ul li p span {
		font-size: 11px;
	}
	
	#Journal #hiyopota #lineup ul li a:after {
		font-size: 16px;
		padding: 1.3em 0;
		width: 60%;
		margin: 17px auto 0;
		background-color: #ff0000;
	}
	
	#Journal #hiyopota #special {
		padding: 40px 10px 40px;
		width: 94%;
		margin: 90px auto 0;
	}
	
	#Journal #hiyopota #special:before {
		font-size: 45px;
		width: 100%;
		display: block;
		text-align: center;	
	}
	
	#Journal #hiyopota #special h3 {
		font-size: 20px;
		line-height: 1.5;
	}
	
	#Journal #hiyopota #special a .img {
		display: block;
		margin: 10px 0 0;
	}
	
	#Journal #hiyopota #special a .img .package {
		width: 100%;
	}
	
	#Journal #hiyopota #special a .img .cup {
		width: 100%;
		padding: 0 20px 0;
	}
	
	#Journal #hiyopota #special .summary {
		width: 100%;
		position: relative;
		left: auto;
		bottom: auto;
		margin: 15px 0 0;
	}
	
	#Journal #hiyopota #special a .img .cup:before {
		position: relative;
		left: auto;
		top: auto;
		width: 35px;
		height: 35px;
		margin: 0 auto 10px;
	}
	
	#Journal #hiyopota #special .summary h4 {
		font-size: 15px;
	}
	
	#Journal #hiyopota #special .summary p {
		font-size: 15px;
	}
	
	#Journal #hiyopota #special .summary p span {
		font-size: 11px;
	}
	
	#Journal #hiyopota #special .summary:after {
		font-size: 18px;
		padding: 1.3em 0;
		width: 75%;
		background-color: #ff0000;
	}
	
	#Journal #hiyopota #wellness {
		padding: 70px 0;
	}
	
	#Journal #hiyopota #wellness h2{
		width: 85%;
	}
	
	#Journal #hiyopota #wellness .logo {
		width: 50%;
		margin-top: 45px;
	}
	
	#Journal #hiyopota #wellness h3 {
		font-size: 18px;
	}
	
	#Journal #hiyopota #wellness .message {
		width: 100%;
		display: block;
		padding: 0 24px;
		margin: 0;
	}
	
	#Journal #hiyopota #wellness .message section {
		width: 100%;
		padding: 50px 0 0;
	}
	
	#Journal #hiyopota #wellness .message section h4 {
		font-size: 18px;
	}
	
	#Journal #hiyopota #wellness .message section p br,
	#Journal #hiyopota #wellness .message section ul li br {
		display: none;
	}
}
