@charset "UTF-8";
/* CSS Document */

/* sarara202604 */
#sarara202604 {
	width: 100%;
	background: #fff;
	color: #221815;
	font-size: 15px;
	line-height: 170%;
}
#sarara202604 * {
    box-sizing: border-box;
}
#sarara202604 .pc {
	display: none !important;
}
#sarara202604 .text-br01 {
	display: block;	
}
#sarara202604 .text-br02 {
	display: none;	
}

/*breadcrumbs*/
#sarara202604 .breadcrumbs ol {
    margin: 0;
    padding: 10px;
    font-size: 13px;
    line-height: 160%;
    color: #804C34;
    list-style: none;
}
#sarara202604 .breadcrumbs ol {
    color: #804C34;
}
#sarara202604 .breadcrumbs ol li {
    margin: 0 5px 0 0;
    display: inline;
}
#sarara202604 .breadcrumbs ol li::after {
    content: ">";
    margin-left: 5px;
}
#sarara202604 .breadcrumbs ol li:last-child::after {
    content: "";
}
#sarara202604 img {
    max-width: 100%;
    vertical-align: bottom;
}
#sarara202604 h1,
#sarara202604 h2,
#sarara202604 h3,
#sarara202604 p {
    margin: 0;
}
#sarara202604 ul,
#sarara202604 ul li {
    list-style: none;
}
#sarara202604 .release_date {
    width: 90%;
    margin: 15px auto;
    color: #888;
    font-size: 15px;
    text-align: right;
}

/*イントロ*/
#sarara202604 .intro {
	display: flex;
	flex-direction: column;
	width: 90%;
	margin: 0 auto 40px;
	letter-spacing : -0.03em;
}

/*教えてくれた人*/
#sarara202604 .coach {
	display: flex;
	flex-direction:column;
	position: relative;
	align-items: center;
	width: calc(90% - 8px);
	margin: 0 auto 40px;
	padding: 20px 30px;
	border: 1px solid #231815;
	box-shadow: 8px 8px 0px 0px #fdf1ed;
}
#sarara202604 .coach p {
	letter-spacing : 0.025em;
}
#sarara202604 .coach-img {
	width: 160px;
	height: 160px;
	margin-bottom: 15px;
}
#sarara202604 .coach-name {
	margin-bottom: 5px;
	font-size: 20px;
	letter-spacing : 0.05em;
	text-align: center;
}
#sarara202604 .coach-name span {
	font-weight: bold;
}
#sarara202604 .coach-position {
	margin-bottom: 10px;
	font-size: 13px;
	text-decoration: underline;
	text-decoration-color: #231815;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
	text-align: center;
}

/*お客様も一緒に体験しました！*/
#sarara202604 .event {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 90%;
	margin: 0 auto 40px;
}
#sarara202604 .event-txt {
	width: 100%;
	margin-top: 15px;
}

#sarara202604 .event-title {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #de7d6d;
	font-size: 22px;
	line-height: 140%;
	letter-spacing : 0.025em;
	text-align: center;
}
#sarara202604 .event-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #de7d6d;
}
#sarara202604 .event p {
	letter-spacing : 0.025em;
}

/*ポーズ説明*/
#sarara202604 .pose-area {
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	background-color: #fdf1ed;
	padding: 40px 5% 0;
}
#sarara202604 .pose-area h2 {
	margin-bottom: 30px;
	text-align: center;
}
#sarara202604 .pose-area h2 img {
	width: auto;
	max-width: 100%;
	height: 80px;
	object-fit: contain;
}
#sarara202604 .nejiri {
	width: 100%;
	margin: 0 auto 60px;
}
#sarara202604 .mikazuki {
	width: 100%;
	margin: 0 auto 60px;
}
#sarara202604 .fune {
	position: relative;
	width: 100%;
	margin: 0 auto 40px;
}
#sarara202604 .pose-steps {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sarara202604 .pose-steps li {
	margin-bottom: 20px;
}
#sarara202604 .pose-step {
	display: flex;
	flex-direction:column;
	align-items: flex-start;
}
#sarara202604 .pose-step > picture {
	align-self: center;
	margin-top: 15px;
}
#sarara202604 .pose-step_content {
	display: flex;
	align-items: flex-start;
}
#sarara202604 .pose-step_content_fune {
	display: flex;
	align-items: center;
}
#sarara202604 .pose-step_num {
	display: block;
	flex-shrink: 0;
	margin: 5px 15px 0 0;
	line-height: 1;
}
#sarara202604 .pose-step_num img {
	display: block;
	width: 27px;
	height: auto;
}
#sarara202604 .pose-step_txt {
	order: 3;
	margin: 0;
	flex: 1;
}
#sarara202604 .separator {
	border: none;
	height: 2px;
	width: 100%;
	background-image: radial-gradient(circle, #998d8a 1px, transparent 1px);
	background-size: 6px 2px;
	background-repeat: repeat-x;
	margin: 25px 0 0;
}
#sarara202604 .advice {
	margin-top: 30px;
	padding: 25px 0;
	background-image: 
url("../../202604sarara/img/line_diagonal.gif") ,
url("../../202604sarara/img/line_diagonal.gif");
	background-repeat: repeat-x, repeat-x;
	background-position: top left, bottom left;
}
#sarara202604 .advice-content {
	display: flex;
	flex-direction: column;
	align-items: center;	
}	
#sarara202604 .advice h3 {
	width: 90%;
	margin-bottom: 5px;
	color: #de7d6d;
	font-size: 20px;
	font-weight: bold;
	line-height: 140%;
	letter-spacing : 0.025em;
	text-align: center;
}
#sarara202604 .advice p {
	width: 90%;
}

/*斜め線の見出し（先生紹介）*/
#sarara202604 .coach-title {
	display: inline-block;
	position: absolute;
	top: -16px;
	left: 50%;
	transform: translateX(-50%);
	width: 230px;
	padding: 0 35px;
	background-color: #fff;
	font-size: 20px;
	font-weight: normal;
}
#sarara202604 .coach-title::before,.coach-title::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 30px;
	height: 1px;
	background: #231815;
}
#sarara202604 .coach-title::before {
	left: 0;
	transform: translateY(-50%) rotate(75deg);
}
#sarara202604 .coach-title::after {
	right: 3px;
	transform: translateY(-50%) rotate(-75deg);
}

/*斜め線の見出し（大）*/
#sarara202604 .heading-slash-wrap {
	margin-bottom: 35px;
	text-align: center;
}
#sarara202604 .heading-slash-lg {
	position: relative;
	display: inline-block;
	padding: 0 40px;
	font-size: 24px;
	font-weight: normal;
}
#sarara202604 .heading-slash-lg::before,.heading-slash-lg::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 40px;
	height: 1px;
	background: #231815;
}
#sarara202604 .heading-slash-lg::before {
	left: 0;
	transform: translateY(-50%) rotate(75deg);
}
#sarara202604 .heading-slash-lg::after {
	right: 0;
	transform: translateY(-50%) rotate(-75deg);
}

/*斜め線の見出し（小）*/
#sarara202604 .heading-slash-md {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	padding: 0 40px;
	font-size: 18px;
	font-weight: normal;
}
#sarara202604 .heading-slash-md::before,.heading-slash-md::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 45px;
	height: 1px;
	background: #231815;
}
#sarara202604 .heading-slash-md::before {
	left: 0;
	transform: translateY(-50%) rotate(75deg);
}
#sarara202604 .heading-slash-md::after {
	right: 3px;
	transform: translateY(-50%) rotate(-75deg);
}

/*誘導エリア*/
#sarara202604 .cta {
	padding: 40px 0 0; 
	text-align: center;
}
#sarara202604 .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;
}
#sarara202604 .btn-arrow_icon {
  position: absolute;
  right: 20px;
  width: 18px;
}

/*ながらヨガと一緒に飲むならこちら♪*/
#sarara202604 .product-wrap {
	display: flex;
	flex-direction: column;
	margin: 0 auto 10px;
	width: 100%;
}
#sarara202604 .cta-products h2,
#sarara202604 .cta-report h2 {
	margin-bottom: 10px;
	color: #de7d6d;
	font-size: 22px;
	font-weight: bold;
	line-height: 140%;
	text-align: center;
}
#sarara202604 .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;
}
#sarara202604 .product-card .pk {
	width: 90%;
	height: auto;	
}
#sarara202604 .product-card h3 {
	margin: 20px auto 5px;
	color: #de7d6d;
	font-size: 20px;
	font-weight: bold;
}
#sarara202604 .product-card p {
	margin-bottom: 15px;
}
#sarara202604 .product-icon {
	position: absolute;
	top: -15px;
	left: -15px;
	width: 100px;
	height: auto;
}

/*お客様も一緒に体験！*/
#sarara202604 .report-card {
	display: flex;
	flex-direction:column;
	position: relative;
	width: calc(90% - 8px);
	margin: 0 auto 60px;
	border: 1px solid #231815;
	box-shadow: 8px 8px 0px 0px #fdf1ed;
}
#sarara202604 .report-img {
	width: 100%;
	height: auto;
}
#sarara202604 .report-txt {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding-bottom: 30px;
}
#sarara202604 .report-card h3 {
	margin: 15px auto 10px;
	color: #de7d6d;
	font-size: 22px;
	font-weight: bold;
	line-height: 130%;
}