@charset "UTF-8";

.movie {
	position: relative;
	margin-top: 120px;
	margin-bottom: 150px;
}

.movie::before {
	position: absolute;
	top: -60px;
	right: 0px;
	content: "";
	width: 250px;
	height: 181px;
	display: block;
	background: url(../img/howto/deco_movie.png) no-repeat center/contain;
}

.movie__heading {
	position: absolute;
	top: 8px;
	left: -7px;
	font: 600 30px "Noto Serif JP", serif;
	letter-spacing: 0.1em;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.movie__main {
	max-width: 940px;
	width: calc(100% - 140px);
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}

.movie__main::before {
	content: "";
	width: 100%;
	display: block;
	padding-top: 53.2%;
}

.movie__main iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.flow__heading {
	font: 600 30px "Noto Serif JP", serif;
	letter-spacing: 0.1em;
	margin-bottom: 46px;
}

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

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

.flow__item:not(:last-child) .flow__image-wrap {
	position: relative;
}

.flow__item:not(:last-child) .flow__image-wrap::before {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 4px;
	height: calc(100% + 60px);
	display: block;
	background: url(../img/howto/pattern_dots.png) repeat-y top center/4px auto;
}

.flow__image-wrap {
	width: 45%;
	margin-top: 10px;
}

.flow__image {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}

.flow__main {
	width: 50%;
}

.flow__text {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.78;
	padding-left: 40px;
}

.flow__number {
	position: absolute;
	top: -5px;
	left: 0;
	font: 600 36px "Noto Serif JP", serif;
	color: #db6557;
}

.flow__strong {
	font-weight: 700;
}

.flow__point {
	margin-top: 38px;
	background: url(../img/howto/bg_point.png) no-repeat center/cover;
	border-radius: 70px;
	overflow: hidden;
	padding: 20px 5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.flow__point__balloon {
	background: #db6557;
	width: 97px;
	height: 97px;
	border-radius: 50%;
	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;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.06em;
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 5.6%;
}

.flow__point__balloon::before {
	position: absolute;
	bottom: -3px;
	right: 18px;
	-webkit-transform: rotate(55deg);
	-ms-transform: rotate(55deg);
	transform: rotate(55deg);
	content: "";
	width: 0;
	height: 0;
	display: block;
	border-left: 10px solid #db6557;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}

.flow__point__text {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.75;
	letter-spacing: 0.1em;
}

.flow__point__text span {
	font-size: 26px;
	display: inline-block;
	margin-top: -5px;
}

.osusume {
	padding: 400px 0 310px;
	position: relative;
}

.osusume::before {
	position: absolute;
	top: 49.4%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	width: 100%;
	min-width: 1920px;
	height: 100%;
	display: block;
	background: url(../img/howto/bg_wave.png) no-repeat center/contain;
}

.osusume__inner {
	position: relative;
	width: 80%;
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
}

.osusume__image {
	border-radius: 8px;
	overflow: hidden;
}

.osusume__text {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.78;
	margin-top: 25px;
}

.osusume__tenshu {
	position: absolute;
	top: 10px;
	right: -130px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 220px;
}

.osusume__tenshu figcaption {
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font: 400 16px "Zen Maru Gothic", sans-serif;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-align: center;
	width: 100%;
	color: #ffffff;
}

.osusume__tenshu__balloon {
	position: absolute;
	top: 8px;
	right: calc(100% - 45px);
	font: 500 22px "Zen Maru Gothic", sans-serif;
	letter-spacing: 0.05em;
	width: 427px;
	height: 118px;
	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;
	background: url(../img/howto/bg_tenshu_pc.png) no-repeat center/contain;
}

.osusume__tenshu__balloon__text {
	margin-bottom: 10px;
}

.osusume__tenshu__balloon__text span {
	font-size: 30px;
	font-weight: 700;
	vertical-align: bottom;
}

.recipes {
	background-image: -o-linear-gradient(bottom, transparent calc(100% - 1px), #f2f2f2 calc(100% - 1px)), -o-linear-gradient(left, transparent calc(100% - 1px), #f2f2f2 calc(100% - 1px));
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f2f2f2 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f2f2f2 calc(100% - 1px));
	background-size: 8px 8px;
	background-repeat: repeat;
	background-position: center center;
	padding: 108px 0 120px;
}

.recipes__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.recipes__inner a {
	color: #ffffff;
}

.recipes__link {
	display: block;
	position: relative;
	width: 48.5%;
	height: 180px;
	background: url(../img/howto/bg_recipes_link.jpg) no-repeat center/cover;
	margin-right: 5%;
	border-radius: 8px;
	overflow: hidden;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: #ffffff;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.recipes__link:hover {
	opacity: 0.6;
}

.recipes__link::before {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 40px;
	height: 40px;
	display: block;
	background: url(../img/howto/icon_link.png) no-repeat center/contain;
}

.recipes__link__text {
	position: absolute;
	top: 45%;
	left: 30px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.recipes__link__text__jp {
	display: block;
	font: 600 30px "Noto Serif JP", serif;
	margin-bottom: 7px;
}

.recipes__link__text__en {
	display: block;
	font: 400 16px "Noto Serif JP", serif;
	letter-spacing: 0.1em;
}

.recipes__main {
	margin-bottom: 7px;
}

.recipes__main__text {
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 2.25;
}

.recipes__main__text span {
	font-size: 18px;
	font-weight: 700;
}

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

.movie { /* sp */
	margin-top: 50px;
	margin-bottom: 65px;
}

.movie::before { /* sp */
	top: -15px;
	right: -45px;
	width: 125px;
	height: 90px;
}

.movie__heading { /* sp */
	position: static;
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
	margin-bottom: 25px;
	font-size: 20px;
}

.movie__main { /* sp */
	width: 100%;
	border-radius: 10px;
}

.movie__main::before { /* sp */
	padding-top: 56.5%;
}

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

.flow__item { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

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

.flow__item:not(:last-child)::before {
	position: absolute;
	top: 35px;
	left: 5px;
	content: "";
	width: 2px;
	height: calc(100% + 5px);
	display: block;
	background: url(../img/howto/pattern_dots.png) repeat-y top center/2px auto;
}

.flow__item:not(:last-child) .flow__image-wrap::before { /* sp */
	content: none;
}

.flow__image-wrap { /* sp */
	width: calc(100% - 22px);
	margin-left: auto;
	margin-top: 20px;
}

.flow__image { /* sp */
	border-radius: 10px;
}

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

.flow__text { /* sp */
	font-size: 14px;
	padding-left: 25px;
}

.flow__number { /* sp */
	top: -3px;
	font-size: 22px;
}

.flow__point { /* sp */
	margin-top: 12px;
	margin-left: 25px;
	padding: 8px 15px;
}

.flow__point__balloon { /* sp */
	width: 50px;
	height: 50px;
	font-size: 11px;
	margin-right: 15px;
}

.flow__point__balloon::before { /* sp */
	right: 7px;
}

.flow__point__text { /* sp */
	font-size: 14px;
}

.flow__point__text span { /* sp */
	font-size: 20px;
}

.osusume { /* sp */
	padding: 247px 0 140px;
}

.osusume::before { /* sp */
	top: 47%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 960px;
	min-width: 0;
}

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

.osusume__image { /* sp */
	border-radius: 10px;
}

.osusume__text { /* sp */
	font-size: 13px;
	line-height: 1.92;
	margin-top: 12px;
}

.osusume__tenshu { /* sp */
	top: auto;
	bottom: calc(100% - 20px);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	right: 0;
	width: 130px;
}

.osusume__tenshu figcaption { /* sp */
	bottom: 5px;
	font-size: 10px;
}

.osusume__tenshu__balloon { /* sp */
	right: calc(100% - 25px);
	font-size: 13px;
	width: 242px;
	height: 83px;
	background-image: url(../img/howto/bg_tenshu_sp.png);
}

.osusume__tenshu__balloon__text { /* sp */
	margin-bottom: 13px;
}

.osusume__tenshu__balloon__text span { /* sp */
	font-size: 18px;
	display: inline-block;
	-webkit-transform: translateY(2px);
	-ms-transform: translateY(2px);
	transform: translateY(2px);
}

.recipes { /* sp */
	padding: 50px 0 65px;
}

.recipes__inner { /* sp */
	display: block;
}

.recipes__link { /* sp */
	width: 100%;
	margin-right: 0;
	border-radius: 4px;
	height: 106px;
}

.recipes__link::before { /* sp */
	right: 15px;
	width: 20px;
	height: 20px;
}

.recipes__link__text { /* sp */
	top: 47%;
	left: 15px;
}

.recipes__link__text__jp { /* sp */
	font-size: 20px;
	margin-bottom: 0;
}

.recipes__link__text__en { /* sp */
	font-size: 13px;
}

.recipes__main { /* sp */
	margin-top: 10px;
}

.recipes__main__text { /* sp */
	font-size: 13px;
	line-height: 1.75;
}

.recipes__main__text span { /* sp */
	font-size: 14px;
}

}

