@charset "UTF-8";
/*--- howtomake ------------------------------------------------------------------*/
/*--- フォントサイズvw設定 -----------------------------------------------------*/
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.pc {
	display: block !important;
}

@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
}

.sp {
	display: none !important;
}

@media screen and (max-width: 767px) {
	.sp {
		display: block !important;
	}
}

a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: inline-block;
	backface-visibility: hidden;
}

html,
body,
.container {
	overflow-x: hidden;
}

.list_fade {
	opacity: 0;
	transition-delay: .4s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.list_fadein {
	opacity: 1.0;
}

#head_mainv {
	margin: 157px auto 0;
}

@media screen and (max-width: 768px) {
	#head_mainv {
		margin: 80px auto 0;
	}
}

/*--- SEC 共通 ここから -----------------------------------------------------*/
/*--- コンテンツ・ヘッド メインビジュアル ここから -----------------------------------------------------*/
.head_mainv_cont {
	position: relative;
	max-width: calc(986px + 8.88888888888%);
	width: 100%;
	padding: 0 4.44444444444%;
	margin: 0 auto;
}

.head_mainv_cont .head_mainv_txt_wrap {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 115px;
	left: 50%;
	transform: translateY(0%) translateX(-50%);
	-webkit-transform: translateY(0%) translateX(-50%);
}

@media screen and (max-width: 768px) {
	.head_mainv_cont .head_mainv_txt_wrap {
		position: relative;
		top: 60px;
	}
}

.head_mainv_cont .head_mainv_txt_wrap .head_mainv_title {
	font-size: 3.0rem;
	line-height: 2;
	letter-spacing: 0.4rem;
}

@media screen and (max-width: 768px) {
	.head_mainv_cont .head_mainv_txt_wrap .head_mainv_title {
		font-size: 1.6rem;
	}
}

.head_mainv_cont .head_mainv_txt_wrap .head_mainv_txt {
	font-size: 1.3rem;
	line-height: 2.76923;
	letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
	.head_mainv_cont .head_mainv_txt_wrap .head_mainv_txt {
		padding: 0 8.8% 0;
		font-size: 1.0rem;
	}
}

.head_mainv_cont .head_mainv_txt_wrap .head_mainv_txt01 {
	margin: 53px auto 0;
}

@media screen and (max-width: 768px) {
	.head_mainv_cont .head_mainv_txt_wrap .head_mainv_txt01 {
		margin: 43px auto 0;
	}
}

.head_mainv_cont .head_mainv_txt_wrap .head_mainv_txt02 {
	margin: 43px auto 0;
}

/*--- コンテンツ・ヘッド メインビジュアル ここまで -----------------------------------------------------*/
/*--- 見出し red ring 画像 ここから -----------------------------------------------------*/
.head_ring_pt {
	text-align: center;
	background-repeat: no-repeat;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 768px) {
	.head_ring_pt {
		width: 110px;
		height: 110px;
		background-size: 110px auto;
		margin: 0;
	}
}

.head_ring_pt .head_ring_pt_txtbox {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.head_ring_pt .head_ring_pt_txtbox .head_ring_pt_title_en {
	white-space: nowrap;
	font-size: 2.1rem;
	line-height: 1.71429;
	color: #ff1900;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: bold;
	display: block;
	letter-spacing: 0.21rem;
}

@media screen and (max-width: 768px) {
	.head_ring_pt .head_ring_pt_txtbox .head_ring_pt_title_en {
		font-size: 1.3rem;
	}
}

/*--- 見出し red ring 画像 ここまで -----------------------------------------------------*/
/*--- POINT SEC 共通 -----------------------------------------------------*/
.point_sec {
	max-width: calc(986px + 8.88888888888%);
	width: 100%;
	padding: 206px 4.44444444444% 0;
	display: flex;
	margin: 0 auto;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}

@media screen and (max-width: 768px) {
	.point_sec {
		padding: 103px 8.8% 0;
		flex-direction: column;
	}
}

.point_sec .point_sec_img {
	max-width: 50.70994%;
	width: 100%;
}

@media screen and (max-width: 768px) {
	.point_sec .point_sec_img {
		max-width: 100%;
		min-height: 0%;
	}
}

.point_sec .point_sec_txtbox {
	max-width: 22.51521%;
	width: 100%;
	margin: 0 0 0 12.88032%;
}

@media screen and (max-width: 768px) {
	.point_sec .point_sec_txtbox {
		max-width: 100%;
		margin: 20px 0 0 !important;
		display: flex;
		justify-content: space-between;
		align-items: top !important;
		position: relative !important;
	}
}

@media screen and (max-width: 768px) {
	.point_sec .head_ring_pt {
		position: relative !important;
	}
}

.point_sec .point_sec_txt {
	font-size: 1.2rem;
	line-height: 2.5;
	letter-spacing: 0.08rem;
	margin: 59px 0 0;
}

@media screen and (max-width: 768px) {
	.point_sec .point_sec_txt {
		width: 55%;
		margin: 0;
		font-size: 1.1rem;
	}
}

.howtomake_line {
	position: absolute;
	max-width: 49.79716%;
	width: 100%;
	left: 33.32477%;
	margin: 26px 0 0;
}

@media screen and (max-width: 768px) {
	.howtomake_line {
		left: 65px;
		margin: 0;
		max-width: 100%;
		width: 3.5px;
		height: auto;
		top: -218px;
	}
}

.howtomake_lline {
	left: 17.32477%;
}

@media screen and (max-width: 768px) {
	.howtomake_lline {
		right: 44px;
		left: auto;
	}
}

/*--- POINT SEC 共通 -----------------------------------------------------*/
#point01_sec {
	padding-top: 230px;
}

@media screen and (max-width: 768px) {
	#point01_sec {
		padding-top: 172px;
	}
}

#point01_sec .point_sec_txtbox .head_ring_pt {
	width: 206px;
	height: 183px;
	background-size: 206px auto;
	background-image: url("/whokka/wp-content/themes/wp-hokka/images/howtomake/head_ring_p01.png");
}

@media screen and (max-width: 768px) {
	#point01_sec .point_sec_txtbox .head_ring_pt {
		width: 110px;
		height: 110px;
		background-size: 110px auto;
	}
}

#point01_sec .point_sec_txtbox .head_ring_pt .head_ring_pt_title_en {
	margin: 26px 0 0 42px;
}

@media screen and (max-width: 768px) {
	#point01_sec .point_sec_txtbox .head_ring_pt .head_ring_pt_title_en {
		margin: 5px 0 0 26px;
	}
}

#point02_sec {
	flex-direction: row-reverse;
}

#point02_sec .point_sec_txtbox {
	flex-direction: row-reverse;
	margin: 0 12.88032% 0 0;
}

#point02_sec .point_sec_txtbox .head_ring_pt {
	width: 219px;
	height: 179px;
	background-size: 219px auto;
	background-image: url("/whokka/wp-content/themes/wp-hokka/images/howtomake/head_ring_p02.png");
}

@media screen and (max-width: 768px) {
	#point02_sec .point_sec_txtbox .head_ring_pt {
		width: 110px;
		height: 110px;
		background-size: 110px auto;
	}
}

#point02_sec .point_sec_txtbox .head_ring_pt .head_ring_pt_title_en {
	margin: 7px 0 0 42px;
}

@media screen and (max-width: 768px) {
	#point02_sec .point_sec_txtbox .head_ring_pt .head_ring_pt_title_en {
		margin: -16px 0 0 22px;
		letter-spacing: 0.1rem;
	}
}

#point03_sec .point_sec_txtbox .head_ring_pt {
	width: 211px;
	height: 191px;
	background-size: 211px auto;
	background-image: url("/whokka/wp-content/themes/wp-hokka/images/howtomake/head_ring_p03.png");
}

@media screen and (max-width: 768px) {
	#point03_sec .point_sec_txtbox .head_ring_pt {
		width: 110px;
		height: 110px;
		background-size: 110px auto;
	}
}

#point03_sec .point_sec_txtbox .head_ring_pt .head_ring_pt_title_en {
	margin: 21px 0 0 35px;
}

@media screen and (max-width: 768px) {
	#point03_sec .point_sec_txtbox .head_ring_pt .head_ring_pt_title_en {
		margin: -1px 0 0 20px;
	}
}

#point04_sec {
	flex-direction: row-reverse;
}

#point04_sec .point_sec_txtbox {
	flex-direction: row-reverse;
	margin: 0 12.88032% 0 0;
}

#point04_sec .point_sec_txtbox .head_ring_pt {
	width: 198px;
	height: 199px;
	background-size: 198px auto;
	background-image: url("/whokka/wp-content/themes/wp-hokka/images/howtomake/head_ring_p04.png");
}

@media screen and (max-width: 768px) {
	#point04_sec .point_sec_txtbox .head_ring_pt {
		width: 110px;
		height: 110px;
		background-size: 110px auto;
	}
}

#point04_sec .point_sec_txtbox .head_ring_pt .head_ring_pt_title_en {
	margin: 37px 0 0 34px;
}

@media screen and (max-width: 768px) {
	#point04_sec .point_sec_txtbox .head_ring_pt .head_ring_pt_title_en {
		margin: 24px 0 0 21px;
		letter-spacing: 0.1rem;
	}
}

#point05_sec .point_sec_txtbox .head_ring_pt {
	width: 206px;
	height: 168px;
	background-size: 206px auto;
	background-image: url("/whokka/wp-content/themes/wp-hokka/images/howtomake/head_ring_p05.png");
}

@media screen and (max-width: 768px) {
	#point05_sec .point_sec_txtbox .head_ring_pt {
		width: 110px;
		height: 110px;
		background-size: 110px auto;
	}
}

#point05_sec .point_sec_txtbox .head_ring_pt .head_ring_pt_title_en {
	margin: 7px 0 0 40px;
}

@media screen and (max-width: 768px) {
	#point05_sec .point_sec_txtbox .head_ring_pt .head_ring_pt_title_en {
		margin: -15px 0 0 23px;
	}
}

#point05_sec .point_sec_txtbox .howtomake_subimg {
	position: relative;
	display: block;
	max-width: 133px;
	right: 44px;
	margin: 0 0 0 162px;
}

@media screen and (max-width: 768px) {
	#point05_sec .point_sec_txtbox .howtomake_subimg {
		margin: 8px 0 0;
		right: 0;
	}
}

#point06_sec {
	flex-direction: row-reverse;
}

#point06_sec .point_sec_txtbox {
	flex-direction: row-reverse;
	margin: 0 12.88032% 0 0;
}

#point06_sec .point_sec_txtbox .head_ring_pt {
	width: 198px;
	height: 199px;
	background-size: 198px auto;
	background-image: url("/whokka/wp-content/themes/wp-hokka/images/howtomake/head_ring_p06.png");
}

@media screen and (max-width: 768px) {
	#point06_sec .point_sec_txtbox .head_ring_pt {
		width: 110px;
		height: 110px;
		background-size: 110px auto;
	}
}

#point06_sec .point_sec_txtbox .head_ring_pt .head_ring_pt_title_en {
	margin: 24px 0 0 42px;
}

@media screen and (max-width: 768px) {
	#point06_sec .point_sec_txtbox .head_ring_pt .head_ring_pt_title_en {
		margin: 14px 0 0 23px;
		letter-spacing: 0.1rem;
	}
}

#point07_sec .point_sec_txtbox .head_ring_pt {
	width: 198px;
	height: 189px;
	background-size: 198px auto;
	background-image: url("/whokka/wp-content/themes/wp-hokka/images/howtomake/head_ring_p07.png");
}

@media screen and (max-width: 768px) {
	#point07_sec .point_sec_txtbox .head_ring_pt {
		width: 110px;
		height: 110px;
		background-size: 110px auto;
	}
}

#point07_sec .point_sec_txtbox .head_ring_pt .head_ring_pt_title_en {
	margin: 25px 0 0 36px;
}

@media screen and (max-width: 768px) {
	#point07_sec .point_sec_txtbox .head_ring_pt .head_ring_pt_title_en {
		margin: 8px 0 0 21px;
	}
}

#point08_sec {
	flex-direction: row-reverse;
}

#point08_sec .point_sec_txtbox {
	flex-direction: row-reverse;
	margin: 0 12.88032% 0 0;
}

#point08_sec .point_sec_txtbox .head_ring_pt {
	width: 204px;
	height: 171px;
	background-size: 204px auto;
	background-image: url("/whokka/wp-content/themes/wp-hokka/images/howtomake/head_ring_p08.png");
}

@media screen and (max-width: 768px) {
	#point08_sec .point_sec_txtbox .head_ring_pt {
		width: 110px;
		height: 110px;
		background-size: 110px auto;
	}
}

#point08_sec .point_sec_txtbox .head_ring_pt .head_ring_pt_title_en {
	margin: 14px 0 0 41px;
}

@media screen and (max-width: 768px) {
	#point08_sec .point_sec_txtbox .head_ring_pt .head_ring_pt_title_en {
		margin: -8px 0 0 23px;
		letter-spacing: 0.1rem;
	}
}

#point09_sec .point_sec_txtbox .head_ring_pt {
	width: 213px;
	height: 195px;
	background-size: 213px auto;
	background-image: url("/whokka/wp-content/themes/wp-hokka/images/howtomake/head_ring_p09.png");
	margin-right: 15px;
}

@media screen and (max-width: 768px) {
	#point09_sec .point_sec_txtbox .head_ring_pt {
		width: 110px;
		height: 110px;
		background-size: 110px auto;
	}
}

#point09_sec .point_sec_txtbox .head_ring_pt .head_ring_pt_title_en {
	margin: 27px 0 0 34px;
}

@media screen and (max-width: 768px) {
	#point09_sec .point_sec_txtbox .head_ring_pt .head_ring_pt_title_en {
		margin: 4px 0 0 19px;
	}
}

/*--- CHECK! SEC ここから  -----------------------------------------------------*/
.check_sec_wrap {
	background: #f5f3f3;
}

#check_sec {
	margin: 240px auto 0;
	padding: 106px 4.44444444444%  140px;
}

@media screen and (max-width: 768px) {
	#check_sec {
		margin: 96px auto 0;
		padding: 80px 8.88888888888%  100px;
	}
}

#check_sec .point_sec_txtbox {
	max-width: 24.34077%;
}

@media screen and (max-width: 768px) {
	#check_sec .point_sec_txtbox {
		max-width: 100%;
		flex-direction: column;
	}
}

#check_sec .point_sec_txtbox .head_ring_pt {
	width: auto;
	width: auto;
	background: none;
	margin-right: 15px;
}

@media screen and (max-width: 768px) {
	#check_sec .point_sec_txtbox .head_ring_pt {
		width: 110px;
		height: 110px;
		background-size: 110px auto;
		margin-right: 0;
	}
}

#check_sec .point_sec_txtbox .howtomake_rline {
	max-width: 432px;
	margin: 40px 0 0;
	left: 44.32477%;
	position: absolute;
}

@media screen and (max-width: 768px) {
	#check_sec .point_sec_txtbox .howtomake_rline {
		max-width: 100%;
		position: relative;
		transform: rotate(0deg);
		left: 0;
		margin: 0 auto;
	}
}

#check_sec .point_sec_txtbox .point_sec_txt {
	width: 100%;
	margin: 60px auto 0;
}

@media screen and (max-width: 768px) {
	#check_sec .point_sec_txtbox .point_sec_txt {
		margin: 40px 0 0 !important;
	}
}

#check_sec .head_ring_pt_title_en {
	margin: 0 0 0;
	font-size: 2.2rem;
	color: #000000 !important;
	font-style: italic;
	letter-spacing: 0.9rem;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	#check_sec .head_ring_pt_title_en {
		margin: 0 auto 34px;
	}
}

#check_sec .entry_btn {
	max-width: 671px;
	width: 100%;
	background: #ff1900;
	font-size: 1.6rem;
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	text-align: center;
	letter-spacing: 0.16rem;
	padding: 22px 0 17px;
	border-radius: 13px;
	margin: 25px 0 0;
}

@media screen and (max-width: 768px) {
	#check_sec .entry_btn {
		font-size: 1.2rem;
		padding: 18px 8.88888888888% 17px;
		margin: 42px 0 0;
	}
}

#check_sec .entry_btn:hover {
	opacity: 0.5;
	cursor: pointer;
}

/*--- CHECK! SEC ここま  -----------------------------------------------------*/

/*# sourceMappingURL=howtomake.css.map */