@charset "UTF-8";

.lead {
	margin-bottom: 50px;
	letter-spacing: 0.1em;
}

.flow {
	position: relative;
	padding-bottom: 68px;
}

.flow::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 25px;
	height: 100%;
	background: url(../img/about_flow/line_about_flow.png) repeat-y center bottom/contain;
}

.flow__section {
	position: relative;
	padding: 80px 0;
}

.flow__section:nth-of-type(even)::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
	height: 100%;
	background: #f6f5f3;
}

.flow__inner {
	position: relative;
	z-index: 2;
}

.flow__inner::before {
	content: "";
	position: absolute;
	top: 54px;
	right: 0;
	width: 100%;
	height: 4px;
	background: #db6557;
}

.flow__inner::after {
	content: "";
	position: absolute;
	top: 33px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: 10px solid #db6557;
	background: #FFFFFF;
}

.flow__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flow__item:not(:last-child) {
	margin-bottom: 58px;
}

.flow__item--reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.flow__main {
	width: 44.8%;
}

.flow__main--mt {
	margin-top: 47px;
}

.flow__time {
	position: relative;
	display: block;
	margin-top: -10px;
	margin-bottom: 23px;
	padding-bottom: 20px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 48px;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #db6557;
	font-weight: 700;
}

.flow__time span {
	font-size: 42px;
}

.flow__heading {
	margin-bottom: 17px;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 28px;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.flow__sub-heading {
	margin-bottom: 13px;
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #db6557;
}

.flow__image {
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 44%;
	border-radius: 20px;
	-webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}

.flow__image img {
	display: block;
}

.flow-start {
	position: relative;
	z-index: 2;
}

.flow-start__image {
	max-width: 400px;
	margin: 0 auto;
}

.flow-start__image img {
	display: block;
}

.flow-start__heading {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 15px;
	font-family: "Zen Maru Gothic", sans-serif;
	background: #db6557;
	color: #FFFFFF;
	font-size: 28px;
	font-weight: 700;
}

.flow-start__heading span {
	position: relative;
}

.flow-start__heading span::after {
	content: "\f0d7";
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-left: 0.2em;
}

.flow-end {
	position: relative;
	background: url(../img/about_flow/bg_about_flow_end_pc.png) no-repeat center bottom/clamp(1920px, 100%, 100%) 645px;
}

.flow-end__image {
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 380px;
	height: 380px;
	margin: 0 auto 45px;
	-webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
	border-radius: 50%;
}

.flow-end__image img {
	display: block;
}

.flow-end__bottom {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-right: 6%;
}

.flow-end__bottom__main {
	width: 368px;
	padding-top: 32px;
}

.flow-end__bottom__image {
	max-width: 330px;
	margin-left: 35px;
}

.flow-end__bottom__image img {
	display: block;
}

@media screen and (max-width: 767px) {

.lead { /* sp */
	margin-bottom: 35px;
}

.flow { /* sp */
	margin-bottom: 0;
	margin-top: -10px;
	padding-bottom: 52px;
}

.flow::before { /* sp */
	left: 15px;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	width: 18px;
}

.flow__section { /* sp */
	padding: 35px 0 40px;
}

.flow__inner { /* sp */
	width: calc(100% - 20px);
	margin-left: auto;
	margin-right: auto;
}

.flow__inner::before { /* sp */
	top: 42px;
	width: calc(100% - 10px);
	height: 3px;
}

.flow__inner::after { /* sp */
	top: 30px;
	left: 2px;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	width: 27px;
	height: 27px;
	border-width: 6px;
}

.flow__item { /* sp */
	display: block;
	padding-left: 50px;
}

.flow__item:not(:last-child) { /* sp */
	margin-bottom: 35px;
}

.flow__main { /* sp */
	width: 100%;
}

.flow__main--mt { /* sp */
	margin-top: 0;
}

.flow__time { /* sp */
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 29px;
}

.flow__time span { /* sp */
	font-size: 26px;
}

.flow__heading { /* sp */
	margin-bottom: 20px;
	font-size: 19px;
}

.flow__sub-heading { /* sp */
	margin-bottom: 10px;
	font-size: 17px;
}

.flow__image { /* sp */
	width: 100%;
	margin-top: 15px;
	border-radius: 10px;
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.flow-start__image { /* sp */
	max-width: 305px;
}

.flow-start__heading { /* sp */
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
	padding: 15px 15px 26px;
	font-size: 24px;
}

.flow-start__heading span::after { /* sp */
	position: absolute;
	bottom: -23px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-left: 0;
}

.flow-end { /* sp */
	padding-top: 98px;
	margin-bottom: 12px;
	background: url(../img/about_flow/bg_about_flow_end_sp.png) no-repeat center bottom/100% 660px;
}

.flow-end::before {
	content: "";
	position: absolute;
	top: -14px;
	left: calc(4% + 17px);
	z-index: 2;
	width: calc(46% - 10px);
	height: 113px;
	padding: 30px;
	-o-border-image: url(../img/about_flow/line_about_flow_bottom.png);
	border-image: url(../img/about_flow/line_about_flow_bottom.png);
	border-image-slice: 110 110 115 110;
	border-image-width: 60px;
	border-image-repeat: round;
}

.flow-end__image { /* sp */
	margin-bottom: 34px;
	width: 265px;
	height: 265px;
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.flow-end__bottom { /* sp */
	display: block;
	margin: 0;
}

.flow-end__bottom__main { /* sp */
	width: 100%;
	padding-top: 0;
}

.flow-end__bottom__image { /* sp */
	width: 265px;
	margin: 30px auto 0;
}

}



/*めんができるまでの動画*/


.flow-movie-2024{
	padding:60px 0 0;
}

.flow-movie-2024__hl{
	text-align:center;
	font-size:28px;
	letter-spacing:0.1em;
	color:#db6557;
	margin-bottom:20px;
}

.flow-movie-2024__desc{
	text-align:center;
	margin-bottom:30px;
	font-size:18px;
	line-height:1.8;
}

.flow-movie-2024__movie{
	margin:0 auto;
	max-width:600px;
}


.flow-movie-2024__movie__inner{
	position:relative;
	width:100%;
	padding-bottom:56.5%;
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}



.flow-movie-2024__movie iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;

}

.sp-only{
	display:none;
}

@media screen and (max-width: 767px) {


.flow-movie-2024 .fp-wrapper{
	padding:0 4%;
}

.flow-movie-2024__hl{
	font-size:18px;
}

.flow-movie-2024__desc{
	font-size:100%;
	margin-bottom:20px;
}

.sp-only{
	display:block;
}

}