@charset "UTF-8";
/* CSS Document */

/* sarara202507 */
#sarara202507 {
	width: 100%;
	background: #fff;
	color: #221815;
	font-size: 15px;
	line-height: 170%;
}
#sarara202507 .pc {
	display: none !important;
}

/*breadcrumbs*/
#sarara202507 .breadcrumbs ol {
    margin: 0;
    padding: 10px;
    font-size: 13px;
    line-height: 160%;
    color: #804C34;
    list-style: none;
}
#sarara202507 .breadcrumbs ol {
    color: #804C34;
}
#sarara202507 .breadcrumbs ol li {
    margin: 0 5px 0 0;
    display: inline;
}
#sarara202507 .breadcrumbs ol li::after {
    content: ">";
    margin-left: 5px;
}
#sarara202507 .breadcrumbs ol li:last-child::after {
    content: "";
}
#sarara202507 img {
    max-width: 100%;
    vertical-align: bottom;
}
#sarara202507 h1,
#sarara202507 h2,
#sarara202507 h3,
#sarara202507 p {
    margin: 0;
}
#sarara202507 ul,
#sarara202507 ul li {
    list-style: none;
}
#sarara202507 .release_date {
    width: 90%;
    margin: 15px auto;
    color: #888;
    font-size: 15px;
    text-align: right;
}
#sarara202507 .contents {
	width: 90%;
	margin: 0 auto 40px;
}
/*intro*/
#sarara202507 .intro {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}
#sarara202507 .intro-txt {
	width: 100%;
	margin: 15px 0 20px;
}
#sarara202507 .intro-txt h2 {
	margin-bottom: 10px;
	color: #00a0e9;
	font-size: 20px;
}
#sarara202507 .intro picture {
	width: 80%;
	height: auto;
	margin: 0 auto;
}

/*coach*/
#sarara202507 .coach {
	display: flex;
	position: relative;
	width: 100%;
	height: auto;
	margin: 40px auto;
	background: url("../img/bg_coach.jpg") repeat;
}
#sarara202507 .coach .coach-title {
	position: absolute;
	top: -20px;
	right: 10px;
}
#sarara202507 .coach .coach-title img {
	width: 147px;
	height: 51px;
}
#sarara202507 .coach .coach-img {
	position: absolute;
	bottom: 0;
	left: 10px;
	width: 84px;
	height: 120px;
}
#sarara202507 .coach .coach-txt {
	display: flex;
	flex-direction: column;
	margin: 20px 10px 20px 100px;
	font-size: 13px;
	line-height: 150%;
}
#sarara202507 .coach .coach-name {
	margin-bottom: 5px;
	color: #00a0e9;
	font-size: 20px;
	font-weight: bold;
}
#sarara202507 .coach .coach-name span {
	font-size: 13px;
}

/*video*/
#sarara202507 .video {
	width: 100%;
	aspect-ratio: 16 / 9;
}
#sarara202507 .video iframe {
	width: 100%;
	height: 100%;
}

/*howto*/
#sarara202507 .howto {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 20px;
}
#sarara202507 .howto-title {
	margin: 20px auto 0;
}
#sarara202507 .howto-img {
	margin: 0 auto;
}
#sarara202507 .howto .step {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-top: 20px;
}
#sarara202507 .howto .step ol {
	list-style: none;
	width: 100%;
	margin: 10px 20px 15px 20px;
  	padding: 0;
}
#sarara202507 .howto .step ol li {
	min-height: 45px;
	padding-left: 40px;
	margin-bottom: 10px;
  	background: 0 5px no-repeat;
  	background-size: 24px 37px;
	letter-spacing: -0.05em;
}
#sarara202507 .howto .step li.step-img {
	display: flex;
	align-items: flex-start;
}
#sarara202507 .howto .step li.step-img img {
	margin-left: 10px;
	width: 40%;
	height: auto;
}
#sarara202507 .howto .step ol li:nth-child(1) {
	background-image: url("../img/img_num1.jpg");
}
#sarara202507 .howto .step ol li:nth-child(2) {
	background-image: url("../img/img_num2.jpg");
}
#sarara202507 .howto .step ol li:nth-child(3) {
	background-image: url("../img/img_num3.jpg");
}
#sarara202507 .howto .advice {
	position: relative;
	width: 80%;
	margin-top: 10px;
	padding: 35px 15px 15px 25px;
	border-radius: 15px;
	border: 1px solid #00a0e9;
	box-shadow: 0 0 0px 5px #fffcca;
	background: #fffcca;
}
#sarara202507 .howto .advice h3{
	position: absolute;
	left: 10px;
	top: -30px;
	width: 250px;
	height: 80px;
}
#sarara202507 .howto .advice p {
	font-size: 15px;
	line-height: 180%;
	letter-spacing: -0.05em;
}

/*banner*/
#sarara202507 .tokumori {
	margin-top: 40px;
	text-align: center;
}
#sarara202507 .tokumori-title {
	margin-bottom: 10px;
}