@charset "UTF-8";
/* CSS Document */
/* sarara202604 */
#sarara202607 {
	width: 100%;
	background: #fff;
	color: #221815;
	font-size: 15px;
	line-height: 170%;
    overflow: hidden;
}
#sarara202607 * {
    box-sizing: border-box;
}
#sarara202607 .pc {
	display: none !important;
}
#sarara202607 .text-br01 {
	display: block;	
}
#sarara202607 .text-br02 {
	display: none;	
}

/*breadcrumbs*/
#sarara202607 .breadcrumbs ol {
    margin: 0;
    padding: 10px;
    font-size: 13px;
    line-height: 160%;
    color: #804C34;
    list-style: none;
}
#sarara202607 .breadcrumbs ol {
    color: #804C34;
}
#sarara202607 .breadcrumbs ol li {
    margin: 0 5px 0 0;
    display: inline;
}
#sarara202607 .breadcrumbs ol li::after {
    content: ">";
    margin-left: 5px;
}
#sarara202607 .breadcrumbs ol li:last-child::after {
    content: "";
}
#sarara202607 img {
    max-width: 100%;
    vertical-align: bottom;
}
#sarara202607 h1,
#sarara202607 h2,
#sarara202607 h3,
#sarara202607 p {
    margin: 0;
}
#sarara202607 h2,
#sarara202607 h3,
#sarara202607 h4 {
    line-height: 140%;
    letter-spacing: 0.01em;
}
#sarara202607 ul,
#sarara202607 ul li {
    list-style: none;
}
#sarara202607 .release_date {
    width: 90%;
    margin: 15px auto;
    color: #888;
    font-size: 15px;
    text-align: right;
}

/*イントロ*/
#sarara202607 .intro {
	display: flex;
	flex-direction: column;
	width: 90%;
	margin: 0 auto 40px;
	letter-spacing : -0.03em;
}
#sarara202607 .intro .txt {
	margin: 0;
}
#sarara202607 .intro .txt h2 {
	margin: 0 0 20px 0;
    font-size: 24px;
    text-align: center;
}
#sarara202607 .intro img {
	width: 100%;
    height: auto;
    margin-top: 30px;
}

/*今日からできる小さなスッキリ習慣*/
#sarara202607 .habit {
    background: url(../img/bg_habit.jpg);
	margin: 0 auto 50px;
    outline: 1px solid #fff;
    outline-offset: -11px;
}
#sarara202607 .habit h2 {
    text-align: center;
    padding: 50px 0 0;
}
#sarara202607 .habit h2 img {
	width: 300px;
    height: auto;
}
#sarara202607 .habit ul {
    padding: 30px 30px 50px;
    margin: 0;
}
#sarara202607 .habit ul li {
    margin: 0 0 30px 0;
    padding: 0 0 0 30px;
    position: relative;
}
#sarara202607 .habit ul li {
    width: 100%;
}
#sarara202607 .habit ul li:last-child {
    margin: 0;
}
#sarara202607 .habit ul li .check {
    position: absolute;
    top: 1px;
    left: 0;
    width: 24px;
}
#sarara202607 .habit ul li h3 {
    font-size: 20px;
    margin: 0 0 10px 0;
}
#sarara202607 .habit ul li.habit01 h3,
#sarara202607 .habit ul li.habit01 p,
#sarara202607 .habit ul li.habit03 h3,
#sarara202607 .habit ul li.habit03 p {
    width: 65%;
}
#sarara202607 .habit .habit01::after {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    content: '';
    width: 100px;
    height: 137px;
    background: url("../img/img_habit01_sp.png") no-repeat;
    background-size: 100%;
}
#sarara202607 .habit .habit03::after {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    content: '';
    width: 90px;
    height: 183px;
    background: url("../img/img_habit02_sp.png") no-repeat;
    background-size: 100%;
}

/*やさしい健康習慣*/
#sarara202607 .tea-time {
	margin: 0 auto 50px;
	width: 90%;
}
#sarara202607 .tea-time .txt h2 {
	margin: 0 0 20px 0;
    font-size: 24px;
    text-align: center;
}
#sarara202607 .tea-time img {
	width: 100%;
    height: auto;
    margin-top: 30px;
}

/*私のお茶習慣をご紹介*/
#sarara202607 .staff {
	margin: 0 auto 50px;
	width: 90%;
}
#sarara202607 .staff h2 {
    text-align: center;
    margin-bottom: 10px;
}
#sarara202607 .staff01,
#sarara202607 .staff02,
#sarara202607 .staff03 {
    background: #eef5d8;
    padding: 30px;
}
#sarara202607 .staff01,
#sarara202607 .staff02 {
    margin-bottom: 30px;
}
#sarara202607 .staff .flex {
    padding-bottom: 30px;
    border-bottom: 1px dashed #60824a;
}
#sarara202607 .staff .img {
    margin-top: 30px;
}
#sarara202607 .staff img {
	width: 100%;
    height: auto;
}
#sarara202607 .staff .item {
	display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto 0;
}
#sarara202607 .staff .item .img {
	margin: 0 5% 0 0;
    width: 40%;
}
#sarara202607 .staff .txt h3 {
	font-weight: normal;
	font-size: 20px;
    color: #60824a;
    position: relative;
    border-top: 1px solid #60824a;
    border-bottom: 1px solid #60824a;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 30px;
}
#sarara202607 .staff .txt h3::before {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) skew(-45deg);
    height: 20px;
    width: 20px;
    border-right: 1px solid #60824a;
    content: "";
    background-color: #eef5d8;
}
#sarara202607 .staff .item h4 {
	font-weight: normal;
    margin: 0 0 10px 0;
	font-size: 18px;
}
#sarara202607 .staff .item .txt {
}
#sarara202607 .staff .btn-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 40px;
    background-color: #60824a;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    border-radius: 9999px;
}
/*斜め線の見出し（小）*/
#sarara202607 .staff .txt-pickup  {
	position: relative;
	display: inline-block;
	margin-bottom: 5px;
	padding: 0 20px;
	font-weight: normal;
	color: #60824a;
	font-size: 18px;
}
#sarara202607 .staff .txt-pickup::before,
#sarara202607 .staff .txt-pickup::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 20px;
	height: 1px;
	background: #60824a;
}
#sarara202607 .staff .txt-pickup::before {
	left: 0;
	transform: translateY(-50%) rotate(75deg);
}
#sarara202607 .staff .txt-pickup::after {
	right: 3px;
	transform: translateY(-50%) rotate(-75deg);
}

/*誘導エリア*/
#sarara202607 .cta {
	text-align: center;
}
#sarara202607 .btn-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 85%;
	height: 45px;
	background-color: #de7d6d;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	border-radius: 9999px;
}
#sarara202607 .btn-arrow_icon {
  position: absolute;
  right: 15px;
  width: 15px!important;
}

/*ながらヨガと一緒に飲むならこちら♪*/
#sarara202607 .product-wrap {
	display: flex;
	flex-direction: column;
	margin: 0 auto 20px;
	width: 100%;
}
#sarara202607 .cta-products h2,
#sarara202607 .cta-report h2 {
	margin-bottom: 10px;
	color: #de7d6d;
	font-size: 22px;
	font-weight: bold;
	line-height: 140%;
	text-align: center;
}
#sarara202607 .product-card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	align-items: center;
	width: calc(90% - 8px);
	margin: 0 auto 30px;
	padding: 30px 0;
	border: 1px solid #231815;
	box-shadow: 8px 8px 0px 0px #fdf1ed;
}
#sarara202607 .product-card .pk {
	width: 90%;
	height: auto;	
}
#sarara202607 .product-card h3 {
	margin: 20px auto 5px;
	color: #de7d6d;
	font-size: 20px;
	font-weight: bold;
}
#sarara202607 .product-card p {
	margin-bottom: 15px;
}
#sarara202607 .product-icon {
	position: absolute;
	top: -15px;
	left: -15px;
	width: 100px;
	height: auto;
}
/*斜め線の見出し（小）*/
#sarara202607 .heading-slash-md {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	padding: 0 40px;
	font-size: 18px;
	font-weight: normal;
}
#sarara202607 .heading-slash-md::before,.heading-slash-md::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 45px;
	height: 1px;
	background: #231815;
}
#sarara202607 .heading-slash-md::before {
	left: 0;
	transform: translateY(-50%) rotate(75deg);
}
#sarara202607 .heading-slash-md::after {
	right: 3px;
	transform: translateY(-50%) rotate(-75deg);
}

/*バナーエリア*/
#sarara202607 .bnr {
	margin: 0 auto;
	text-align: center;
	width: 90%;
	padding-bottom: 50px;
}