@charset "UTF-8";
/* - Loader
----------------------------------------------*/
#l-loader {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fe5a42;
	z-index: 9000;
}

#l-loader .l-loader_logo {
	display: block;
	width: 248px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* - Header
----------------------------------------------*/
#g_header {
	width: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 909;
}

#g_header.is-hide {
	transform: translateY(0);
}

.gh_content {
	max-width: 1220px;
	height: 80px;
	padding: 0 10px;
	background: #fff;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.gh_container {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	height: 100%;
}

.gh_logo-peinon {
	display: block;
	width: 191px;
	position: absolute;
	top: 25px;
	left: 34px;
}

.gh_search {
	margin: 30px 15px 0 0;
}

.gh_logo {
	display: block;
	width: 147px;
	margin: 24px 18px 0 0;
}

.gh_item-genki {
	display: block;
	width: 49px;
	margin: 22px 8px 0 0;
}

.gh_item-inyan {
	display: block;
	width: 33px;
	margin: 24px 10px 0 0;
}

@media screen and (max-width: 767px) {
	#g_header {
		position: fixed;
		top: 0;
		left: 0;
		transition: all 400ms;
		transform: translateY(0);
	}
	#g_header.is-hide {
		transform: translateY(-100%);
	}
	.gh_content {
		height: auto;
		padding: 0 0;
	}
	.gh_container:nth-of-type(1) {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 13vw;
	}
	.gh_search {
		margin: 0 0 0 5%;
	}
	.gh_logo {
		width: 30%;
		margin: 0 5% 0 0;
	}
	.gh_container:nth-of-type(2) {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		height: 15vw;
		position: relative;
	}
	.gh_item-genki {
		width: 13%;
		margin: 0 0 0 3.5%;
	}
	.gh_item-inyan {
		width: 9%;
		margin: 0 0 0 2%;
	}
	.gh_logo-peinon {
		width: 51%;
		margin: 1% 0 0 2%;
		position: relative;
		top: 0;
		left: 0;
	}
}
.searchBox form {
	position: relative;
	display: block;
	width: 260px;
}

.searchBox form input[type='text'] {
	font-size: 14px;
	height: 28px;
	padding: 0 1em;
	color: #808080;
	background-color: #ffffff;
	border-radius: 100px;
	border: 1px solid #adadad;
	outline: none;
	width: 100%;
	box-sizing: border-box;
}

.searchBox form input[type='image'] {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	width: 17px;
	height: 17px;
	display: inline-block;
}

.searchBox input[type='text']::-webkit-input-placeholder {
	color: #cccccc;
}

.searchBox input[type='text']:-ms-input-placeholder {
	color: #cccccc;
}

.searchBox input[type='text']::-moz-placeholder {
	color: #cccccc;
}

.searchBox input[type='text']::-placeholder {
	color: #cccccc;
}

@media screen and (max-width: 900px) {
	.searchBox form {
		width: 230px;
	}
}
@media screen and (max-width: 767px) {
	.searchBox form {
		width: 52vw;
	}
	.searchBox form input[type='text'] {
		font-size: 3.5vw;
		height: 7vw;
	}
	.searchBox form input[type='image'] {
		width: 4.5vw;
		height: 4.5vw;
		right: 2.5vw;
	}
}
/* - Nav
  ----------------------------------------------*/
@media screen and (max-width: 767px) {
	.drawer-btn {
		width: 10.6vw;
		height: 10.6vw;
		background: #432300;
		border-radius: 50%;
		position: absolute;
		right: 4%;
		bottom: 3vw;
		z-index: 1;
		overflow: hidden;
	}
	.drawer-btn span {
		width: 54%;
		height: 0.8vw;
		border-radius: 100vh;
		background: #fff;
		position: absolute;
		left: 23%;
		transition: 0.2s;
	}
	.drawer-btn span:nth-child(1) {
		top: 25%;
	}
	.drawer-btn span:nth-child(2) {
		top: 46%;
	}
	.drawer-btn span:nth-child(3) {
		top: 67%;
	}
	.drawer-btn.is-active span:nth-child(1) {
		top: 46%;
		transform: rotate(45deg);
	}
	.drawer-btn.is-active span:nth-child(2) {
		height: 0;
	}
	.drawer-btn.is-active span:nth-child(3) {
		top: 46%;
		transform: rotate(135deg);
	}
}
.drawer {
	display: none;
}

@media screen and (max-width: 767px) {
	.drawer {
		width: 100%;
		height: 100vh;
		padding: 28vw 0 100px 0;
		background: rgba(67, 35, 0, 0.8);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		overflow-y: auto;
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.gnav_list {
		width: 100%;
		padding: 65px 0;
	}
	.gnav_list li {
		text-align: center;
	}
	.gnav_list li + li {
		margin-top: 40px;
	}
	.gnav_list a {
		font-weight: bold;
		color: #fff;
		font-size: 2.2rem;
		text-shadow: 2px 2px 5px #333;
		display: inline-block;
		padding: 10px 30px;
		position: relative;
	}
}
@media screen and (max-width: 424px) {
	.gnav_list a {
		font-size: 5.5vw;
	}
}
/* - Footer
----------------------------------------------*/
#g_footer {
	position: relative;
	background-color: #ffffff;
}

#g_footer footer {
	margin: 0 auto;
	padding: 36px 0px 30px;
	max-width: 970px;
}

@media screen and (max-width: 767px) {
	#g_footer footer {
		padding: 20px 10px 25px;
		width: 100%;
		/* border-top: 2px solid #727272; */
	}
}
#gf_inner {
	display: table;
	width: 100%;
}

@media screen and (max-width: 767px) {
	#gf_inner {
		display: block;
		width: 100%;
	}
}
#gf_logo,
#gf_navi,
#gf_copyright {
	display: table-cell;
	vertical-align: middle;
}

@media screen and (max-width: 767px) {
	#gf_logo,
	#gf_navi,
	#gf_copyright {
		display: block;
	}
}
#gf_logo {
	padding-right: 20px;
	width: 163px;
}

#gf_logo img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
	#gf_logo {
		margin: 0 auto 10px;
		padding-right: 0;
		width: 35%;
		height: auto;
	}
	#gf_logo img {
		width: 100%;
		height: auto;
	}
}
/* 繝輔ャ繧ｿ繝｡繝九Η繝ｼ */
#gf_navi {
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, arial, 'Helvetica Neue', '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', Hiragino Kaku Gothic ProN, Arial, '繝｡繧､繝ｪ繧ｪ', Meiryo,
		sans-serif;
}

@media screen and (max-width: 767px) {
	#gf_navi {
		margin: 4.5% auto 10px;
		width: 67%;
		line-height: 1.7;
		text-align: center;
		font-size: 3.5vw;
	}
}
#gf_navi li {
	float: left;
	padding: 0 5px;
	margin: 3px 0;
	font-size: 81.25%;
	border-left: 1px solid #cccccc;
}

#gf_navi li:last-child {
	border-right: 1px solid #cccccc;
}

@media screen and (max-width: 767px) {
	#gf_navi li {
		display: inline-block;
		float: none;
		padding: 0 4%;
		margin: 0 0;
		font-size: 87%;
		border-left: 1px solid #cccccc;
	}
	#gf_navi li:last-child {
		border-right: 1px solid #cccccc;
	}
}
#gf_navi li a {
	font-size: 1.2rem;
	line-height: 1.7;
	text-decoration: underline;
	color: #505050;
}

#gf_navi li a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

@media screen and (max-width: 767px) {
	#gf_navi li a {
		font-size: 1.1rem;
	}
}
#gf_copyright {
	font-size: 16px;
	text-align: right;
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, arial, 'Helvetica Neue', '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', Hiragino Kaku Gothic ProN, Arial, '繝｡繧､繝ｪ繧ｪ', Meiryo,
		sans-serif;
}

@media screen and (max-width: 767px) {
	#gf_copyright {
		font-size: 3.7vw;
		line-height: 1.7;
		text-align: center;
		margin-top: 3%;
	}
}
/* - topagetop
----------------------------------------------*/
.btn_topagetop {
	position: fixed;
	bottom: 70px;
	right: 14px;
	z-index: 800;
}

.btn_topagetop a {
	display: block;
	width: 78px;
	height: 78px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-color: transparent;
	background-image: url(../img/jitsubo/btn_topagetop.png);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: auto;
	border-radius: 78px;
	transition: all 0.3s;
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	.btn_topagetop {
		bottom: 30px;
		right: 1%;
	}
	.btn_topagetop a {
		width: 44px;
		height: 44px;
		background-size: contain;
	}
}
/* - Layout
----------------------------------------------*/
#l-pageWrapper {
	width: 100%;
}

.l-inner {
	max-width: 920px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
}

@media screen and (max-width: 767px) {
	.l-inner {
		padding: 0 0;
	}
}
.c-icon-play {
	position: relative;
	transition: all 0.3s;
}

.c-icon-play:hover {
	opacity: 0.6;
}

.c-icon-play:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url('../img/icon_play-01.png') no-repeat center center/50px auto;
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 767px) {
	.c-icon-play:hover {
		opacity: 1;
	}
	.c-icon-play:before {
		background-size: 50px auto;
	}
}
/* - components
----------------------------------------------*/
.c-link-a {
	font-weight: bold;
	color: #d73068;
	font-size: 1.6rem;
	display: inline-block;
	transition: all 0.3s;
}

.c-link-a:hover {
	opacity: 0.6;
}

.c-link-a > span {
	display: block;
	padding: 0 50px 0 0;
	position: relative;
}

.c-link-a > span:after {
	content: '';
	display: block;
	width: 36px;
	height: 8px;
	background: url('../img/arrow_02.png') no-repeat center bottom/contain;
	position: absolute;
	bottom: 3px;
	right: 8px;
}

@media screen and (max-width: 767px) {
	.c-link-a:hover {
		opacity: 1;
	}
}
.c-btn-a {
	display: inline-block;
	width: 335px;
	transition: all 0.3s;
}

.c-btn-a:hover {
	opacity: 0.6;
}

@media screen and (max-width: 767px) {
	.c-btn-a {
		width: 90%;
		max-width: 335px;
	}
	.c-btn-a:hover {
		opacity: 1;
	}
}
.c-flex-justify {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

/* - Modal
----------------------------------------------*/
@media screen and (max-width: 767px) {
	.modaal-video-wrap {
		margin: auto 0;
	}
}
.modaal-close {
	height: 42px;
	width: 42px;
	border-radius: 0;
	cursor: pointer;
}

.modaal-close:after,
.modaal-close:before {
	height: 100%;
	width: 1px;
	top: 0;
	left: 21px;
}

.modaal-close:hover {
	background: transparent;
}

.modaal-close:hover:after,
.modaal-close:hover:before {
	background: #fff;
}

@media screen and (max-width: 767px) {
	.modaal-close {
		width: 20px;
		height: 20px;
	}
	.modaal-close:after,
	.modaal-close:before {
		left: 10px;
	}
}
.l-slider-button-next,
.l-slider-button-prev {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 0 0 0;
	background: url('../img/arrow_04.png') no-repeat center center/contain;
	position: absolute;
	top: calc(23vw - 16px);
	left: 6%;
	z-index: 11;
}

.l-slider-button-next {
	transform: scale(-1, 1);
	left: auto;
	right: 6%;
}

.l-slider-pagination {
	display: block;
}

.l-slider-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: rgb(216, 128, 137);
	margin: 0 9px;
	opacity: 0.4;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 9px;
}

.l-slider-pagination .swiper-pagination-bullet-active {
	opacity: 1;
}

@media screen and (min-width: 768px) {
	.l-slider-button-next,
	.l-slider-button-prev {
		display: none;
	}
	.l-slider-pagination {
		display: none;
	}
}
/* - effect
----------------------------------------------*/
.c-fadeInUp {
	opacity: 0;
	transform: translateY(50px);
	transition: all 0.5s ease-out;
}

.c-fadeInUp.is-inview {
	opacity: 1;
	transform: translateY(0);
}

.c-fadeInRight {
	opacity: 0;
	transform: translateX(50px);
	transition: all 0.5s ease-out;
}

.c-fadeInRight.is-inview {
	opacity: 1;
	transform: translateY(0);
}

.c-zoomIn {
	opacity: 0;
	transform: scale(0.8);
	transition: all 1s ease-out;
}

.c-zoomIn.is-inview {
	opacity: 1;
	transform: scale(1);
}

.c-delayIn {
	opacity: 0;
	transition: all 5s ease-out;
}

.c-delayIn.is-inview {
	opacity: 1;
}

.hv-opacity {
	transition: all 0.3s ease-out;
}

.hv-opacity:hover {
	opacity: 0.6;
}

/* - min-width:768px
----------------------------------------------*/
@media screen and (min-width: 768px) {
	/* - go-to-top
  ----------------------------------------------*/
	.btn_topagetop {
		position: fixed;
		bottom: 70px;
		right: 14px;
		z-index: 800;
		opacity: 0;
		transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
	}
	.btn_topagetop-after {
		opacity: 1;
		transform: scale(1);
	}
	.btn_topagetop a {
		display: block;
		width: 78px;
		height: 78px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background-color: transparent;
		background-image: url(../img/jitsubo/btn_topagetop.png);
		background-repeat: no-repeat;
		background-position: 50%;
		background-size: contain;
		border-radius: 78px;
		transition: all 0.3s;
		cursor: pointer;
	}
	/* - navi
  ----------------------------------------------*/
	.p-mv img {
		max-width: 1250px;
		height: auto;
	}
	.p-mv {
		padding: 80px 0 0;
		background: rgb(233, 97, 75);
		text-align: center;
	}
	.p-nav_wrap {
		position: sticky;
		top: -1px;
		background-color: rgb(255, 255, 255);
		z-index: 100;
	}
	.p-nav {
		width: 100%;
		height: 50px;
	}
	.p-nav_list {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		max-width: 600px;
		margin: 0 auto;
	}
	.p-nav_list a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 50px;
		font-size: 1.6rem;
		font-weight: bold;
		letter-spacing: 0.02em;
		transition: all 0.3s;
		text-decoration: none;
	}
	.p-nav_list a:hover {
		opacity: 0.6;
	}
	/* .p-nav li a::after {
    content: "▼";
    margin: 0.5rem;
    color: #fe5a42;
  } */
	/* - section-features
  ----------------------------------------------*/
	.section-features {
		background-color: rgb(233, 97, 75);
	}
	.section-features .features_wrap {
		display: flex;
		flex-direction: column;
		align-items: center;
		max-width: 800px;
		padding: 60px 20px 20px;
		margin: 0 auto;
	}
	.section-features .features_title {
		margin: 0 auto 65px;
		text-align: center;
		width: 649px;
		height: auto;
	}
	.section-features .features_box01::after,
	.section-features .features_box02::after {
		content: '';
		background: url(../img/features_arrow.png) no-repeat;
		background-size: 100%;
		display: block;
		position: absolute;
		bottom: -65px;
		z-index: 1;
		right: 0;
		left: 0;
		width: 88px;
		height: 79px;
		margin: 0 auto;
	}
	.section-features [class^='features_box'] {
		position: relative;
		width: 100%;
		margin: 0 0 40px;
		background-color: #fff;
		border-radius: 10px;
	}
	.section-features [class^='features_box']::before {
		content: '';
		background-repeat: no-repeat;
		background-size: 100%;
		display: block;
		position: absolute;
		top: 5px;
		left: 5px;
		width: 120px;
		height: 92.5px;
	}
	.section-features .features_box01::before {
		background-image: url(../img/features_box01-label.png);
	}
	.section-features .features_box01 .inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
		align-items: center;
		width: 100%;
		padding: 40px 0;
	}
	.section-features .features_box01 .box-img01 {
		width: 70%;
		margin: auto;
	}
	.section-features .features_box01 .box-img02 {
		position: absolute;
		bottom: 0;
		right: 5px;
		width: 100px;
	}
	.section-features .features_box02::before {
		background-image: url(../img/features_box02-label.png);
	}
	.section-features .features_box02 .inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
		align-items: center;
		width: 100%;
		padding: 40px 0 20px;
	}
	.section-features .features_box02 .box-img01 {
		width: 57%;
		padding: 0 0 0 70px;
	}
	.section-features .features_box02 .box-img02 {
		width: 42%;
		padding: 0 15px;
	}
	.section-features .features_box03::before {
		background-image: url(../img/features_box03-label.png);
	}
	.section-features .features_box03 .inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
		align-items: center;
		width: 100%;
		padding: 40px 0 20px;
	}
	.section-features .features_box03 [class^='box-img0'] {
		max-width: 50%;
		height: 420px;
	}
	.section-features .features_box03 [class^='box-img0'] img {
		max-width: 100%;
		height: auto;
		-o-object-fit: contain;
		object-fit: contain;
	}
	/* - youtube
  ----------------------------------------------*/
	.youtube {
		padding: 0 20px 60px;
	}
	.youtube h3 {
		max-width: 760px;
		margin: 40px auto;
	}
	.youtube .inner {
		width: 100%;
		height: auto;
		max-width: 920px;
		aspect-ratio: 16/9;
		display: block;
		margin: auto;
	}
	.youtube .inner iframe {
		width: 100%;
		height: 100%;
	}
	/* - section-about
  ----------------------------------------------*/
	.section-about {
		padding: 60px 0;
		background-color: rgb(252, 238, 236);
		font-weight: bold;
		/* - section-about .demand
    ----------------------------------------------*/
		/* - section-about .use
    ----------------------------------------------*/
		/* - section-about .recommend
    ----------------------------------------------*/
	}
	.section-about [class$='_wrap'] {
		position: relative;
		max-width: 960px;
		margin: 0 auto;
		padding: 145px 20px 60px;
	}
	.section-about [class*='_title'] {
		position: relative;
		margin: 0 0 60px 0;
	}
	.section-about [class*='_title']::before {
		content: '';
		display: block;
		position: absolute;
		top: -100px;
		right: 0;
		left: 0;
		margin: auto;
		width: 62.5px;
		height: 62.5px;
	}
	.section-about .demand_title::before {
		background: url(../img/demand_heading.png) no-repeat;
		background-size: 62.5px 62.5px;
	}
	.section-about .use_title::before {
		background: url(../img/use_heading.png) no-repeat;
		background-size: 62.5px 62.5px;
	}
	.section-about .recommend_title::before {
		background: url(../img/recommend_heading.png) no-repeat;
		background-size: 62.5px 62.5px;
	}
	.section-about [class^='demand_box'] {
		display: flex;
		flex-wrap: wrap;
		max-width: 796px;
	}
	.section-about [class^='demand_box'] [class^='box-img'] {
		width: 50%;
	}
	.section-about [class^='demand_box'] [class^='box-img'] img {
		padding: 30px 10px;
	}
	.section-about .demand_box01 {
		margin: 0 auto 85px;
	}
	.section-about .demand_box02 {
		margin: 0 auto 0;
	}
	.section-about .use_box01 .inner {
		display: flex;
		justify-content: center;
	}
	.section-about .use_box01 [class^='block0'] {
		width: 370px;
		margin: 0 15px;
		padding: 15px;
		background-color: rgb(255, 225, 201);
		border-radius: 10px;
	}
	.section-about .use_box01 .block-title {
		padding: 8px;
		background-color: rgb(219, 74, 81);
		color: #fff;
		font-size: 2.5rem;
		border-radius: 25px;
		text-align: center;
	}
	.section-about .use_box01 [class^='box-img'] {
		height: 225px;
		text-align: center;
	}
	.section-about .use_box01 [class^='box-img'] img {
		width: auto;
		height: 100%;
		margin: 0 0.3rem 0 0;
	}
	.section-about .use_box01 ul li {
		list-style: none;
		font-size: 2rem;
		font-weight: bold;
		line-height: 1.6;
	}
	.section-about .use_box01 ul li::before {
		content: '●';
		margin: 0 5px 0 0;
		font-size: 2rem;
	}
	.section-about .use_box01 ul li span {
		color: #fe5a42;
	}
	.section-about .recommend_box01 .inner {
		display: flex;
	}
	.section-about .recommend_box01 [class^='block0'] {
		width: 33.3333333333%;
		padding: 10px;
	}
	.section-about .recommend_box01 [class^='box-img'] {
		margin: 0 0 30px;
	}
	.section-about .recommend_box01 .box-img03 {
		margin: 0 0 13px;
	}
	.section-about .recommend_box01 [class^='block-text'] {
		font-size: 2.4rem;
		line-height: 1.4583333333;
		text-align: center;
	}
	.section-about .recommend_box01 [class^='block-text'] span {
		color: #fe5a42;
	}
	/* - section-faq
  ----------------------------------------------*/
	.section-faq {
		margin: 0 0 90px;
	}
	.section-faq .faq_wrap {
		max-width: 1040px;
		margin: 0 auto;
		padding: 135px 40px 0;
	}
	.section-faq .faq_inner {
		position: relative;
		max-width: 1000px;
		--x-gradient: linear-gradient(90deg, #ff6943 0 55px, transparent 0 calc(100% - 55px), #ff6943 calc(100% - 55px));
		--y-gradient: linear-gradient(#ff6943 0 55px, transparent 0 calc(100% - 55px), #ff6943 calc(100% - 55px));
		padding: 50px;
		background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
		background-repeat: no-repeat;
		background-size: 100% 2.8px, 2.8px 100%, 100% 2.8px, 2.8px 100%;
		background-position: top, right, bottom, left;
	}
	.section-faq .faq_title {
		position: relative;
		margin: 0 0 90px 0;
		font-size: 1.8rem;
		text-align: center;
	}
	.section-faq .faq_title b {
		color: #fe5a42;
		font-size: 5.9rem;
		display: block;
		margin: 0 0 10px;
	}
	.section-faq .faq_box-item {
		border-bottom: solid 1px #fe5a42;
		margin: 0 0 30px;
	}
	.section-faq .faq_box-item dt {
		position: relative;
		margin: 0 0 25px;
		padding: 0 0 0 60px;
		font-size: 20px;
		font-weight: bold;
	}
	.section-faq .faq_box-item dd {
		position: relative;
		margin: 0 0 30px;
		padding: 0 0 0 60px;
		font-size: 15px;
		line-height: 1.5;
	}
	.section-faq .faq_box-item dd span {
		font-size: 0.7em;
		vertical-align: top;
	}
	.section-faq .faq_box-item:last-child {
		border-bottom: none;
	}
	.section-faq .faq_box a {
		text-decoration: underline;
	}
	.section-faq .label-q {
		position: absolute;
		left: 0;
		top: 0;
		color: transparent;
		font-size: 0;
		width: 32px;
		height: 32px;
		background: url(../img/faq_q.png) no-repeat center center/contain;
	}
	.section-faq .label-a {
		position: absolute;
		left: 0;
		top: 0;
		color: transparent;
		font-size: 0;
		width: 32px;
		height: 32px;
		background: url(../img/faq_a.png) no-repeat center center/contain;
	}
	/* - section-product
  ----------------------------------------------*/
	.section-product .product_wrap {
		position: relative;
		max-width: 960px;
		padding: 0 20px;
		margin: 0 auto;
	}
	.section-product .product_title {
		height: 57px;
		background-color: rgb(233, 97, 75);
		color: #fff;
		margin: 0 0 60px 0;
		font-size: 3.5rem;
		font-weight: bold;
		line-height: 57px;
		text-align: center;
	}
	.section-product .product_box {
		margin: 0 0 50px;
	}
	.section-product .product_box-title {
		margin: 0 0 15px;
		padding: 0 0 0 10px;
		font-size: 2.2rem;
		font-weight: bold;
		border-left: solid 3px #fe5a42;
	}
	.section-product .product_box-text {
		font-size: 1.5rem;
	}
	.section-product .product_box-02 {
		margin: 0 0 64px;
	}
	.section-product .product_box-02-title {
		margin: 0 0 15px;
		padding: 0 0 0 10px;
		font-size: 2.5rem;
		border-left: solid 3px #fe5a42;
	}
	.section-product .product_box-02-text {
		font-size: 2rem;
	}
	.section-product .product_box-03 {
		margin: 0 0 90px;
	}
	.section-product .block01 {
		display: flex;
		flex-wrap: nowrap;
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.section-product .block01 .box-text01 {
		white-space: nowrap;
	}
	.section-product .block01 .box-text02 span {
		display: inline-block;
	}
	.section-product table,
	.section-product th,
	.section-product td {
		border: 1px solid #333;
	}
	.section-product table {
		width: 100%;
		margin: 16px 0;
		font-size: 1.5rem;
		text-align: center;
	}
	.section-product .table-01 th {
		width: 33.3333333333%;
		padding: 15px 0;
		background-color: #f7cdc7;
	}
	.section-product .table-01 td {
		padding: 15px 0;
	}
	.section-product .table-01 td:first-child {
		background-color: #fceeec;
	}
	.section-product .table-02 th {
		padding: 15px 0;
		background-color: #f7cdc7;
	}
	.section-product .table-02 th:nth-child(1) {
		width: 213px;
	}
	.section-product .table-02 th:nth-child(2) {
		width: 106px;
	}
	.section-product .table-02 tr td:last-child {
		text-align: left;
	}
	.section-product .table-02 td {
		padding: 17px 10px;
		line-height: 1.5;
		vertical-align: middle;
	}
	.section-product .product {
		display: flex;
		width: 493px;
		margin: 0 auto;
		border: solid 2px #fe5a42;
	}
	.section-product .product img {
		width: 130px;
		margin: 20px 30px;
	}
	.section-product .product .inner {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.section-product .product .text {
		width: 82px;
		height: 28px;
		margin: 0 0 10px;
		background-color: #fe5a42;
		color: #fff;
		font-size: 1.5rem;
		line-height: 28px;
		text-align: center;
		border-radius: 25px;
	}
	.section-product .product dl {
		display: flex;
		flex-wrap: wrap;
		font-size: 1.5rem;
	}
	.section-product .product dl dt {
		margin: 0 0 10px;
		color: #717071;
		flex: 0 0 45%;
	}
	.section-product .product dl dd {
		margin: 0 0 10px;
		font-weight: bold;
		flex: 0 0 50%;
	}
	/* - button
  ----------------------------------------------*/
	main button {
		display: block;
		margin: 70px auto;
	}
	main button .button {
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 1;
		text-decoration: none;
		color: #ffffff;
		font-size: 18px;
		border-radius: 20px;
		width: 240px;
		height: 40px;
		font-weight: bold;
		position: relative;
		transition: 0.3s;
		box-shadow: 2px 2px 5px 0px rgb(191, 191, 191);
		font-family: 'Zen Maru Gothic', 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
	}
	main button .button.orange {
		background-color: #fe5a42;
	}
	main button .button.orange:hover {
		transform: translateY(1px) translatex(1px);
	}
	main button .button.black {
		background-color: #000;
	}
	main button .button.black:hover {
		transform: translateY(1px) translatex(1px);
	}
	main button .button::before,
	main button .button::after {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		right: 15px;
		transform-origin: 100% 50%;
		height: 1px;
		width: 11px;
		background-color: #ffffff;
		border-radius: 2px;
		will-change: transform;
		transition: 0.3s;
	}
	main button .button::before {
		transform: translateY(-50%) rotate(45deg);
	}
	main button .button::after {
		transform: translateY(-50%) rotate(-45deg);
	}
	main button .button:hover::before {
		transform: translate(5px, -50%) rotate(45deg);
	}
	main button .button:hover::after {
		transform: translate(5px, -50%) rotate(-45deg);
	}
}
/* - max-width:767px
----------------------------------------------*/
@media screen and (max-width: 767px) {
	#l-main {
		margin: 28vw 0 0 0;
	}
	/* - go-to-top
  ----------------------------------------------*/
	.btn_topagetop {
		position: fixed;
		bottom: 30px;
		right: 1%;
		z-index: 800;
		opacity: 0;
		transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
	}
	.btn_topagetop-after {
		opacity: 1;
		transform: scale(1);
	}
	.btn_topagetop a {
		display: block;
		width: 44px;
		height: 44px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background-color: transparent;
		background-image: url(../img/jitsubo/btn_topagetop.png);
		background-repeat: no-repeat;
		background-position: 50%;
		background-size: contain;
		border-radius: 78px;
		transition: all 0.3s;
		cursor: pointer;
	}
	/* - navi
  ----------------------------------------------*/
	.p-mv img {
		width: 100%;
		height: auto;
	}
	.p-mv {
		background: rgb(233, 97, 75);
		text-align: center;
	}
	/* .p-nav_list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	} */
	.p-nav_list li {
		/* width: 50%; */
		text-align: center;
	}
	.p-nav_list li:nth-child(1) {
		/* border-right: solid 1px #432300; */
		border-bottom: solid 1px #432300;
	}
	.p-nav_list li:nth-child(2) {
		border-bottom: solid 1px #432300;
	}
	.p-nav_list li:nth-child(3) {
		border-right: solid 1px #432300;
	}
	.p-nav_list a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 50px;
		padding: 0 1rem;
		font-size: 1.4rem;
		font-weight: bold;
		letter-spacing: 0.02em;
		transition: all 0.3s;
	}
	/* - section-features
  ----------------------------------------------*/
	.section-features {
		background-color: rgb(233, 97, 75);
	}
	.section-features .features_wrap {
		position: relative;
		margin: 0 auto;
		padding: 35px 20px 0;
	}
	.section-features .features_title {
		margin: 0 20px 30px;
	}
	.section-features .features_box01::after,
	.section-features .features_box02::after {
		content: '';
		background: url(../img/features_arrow.png) no-repeat;
		background-size: 100%;
		display: block;
		position: absolute;
		bottom: -65px;
		z-index: 1;
		right: 0;
		left: 0;
		width: 88px;
		height: 79px;
		margin: 0 auto;
	}
	.section-features [class^='features_box'] {
		position: relative;
		max-width: 480px;
		margin: 0 auto 40px;
		background-color: #fff;
		border-radius: 10px;
	}
	.section-features [class^='features_box']::before {
		content: '';
		background-repeat: no-repeat;
		background-size: 100%;
		display: block;
		position: absolute;
		top: 5px;
		left: 5px;
		width: 120px;
		height: 92.5px;
	}
	.section-features .features_box01::before {
		background-image: url(../img/features_box01-label.png);
	}
	.section-features .features_box01 .inner {
		padding: 40px 30px 35px;
	}
	.section-features .features_box01 .box-img02 {
		display: none;
	}
	.section-features .features_box02::before {
		background-image: url(../img/features_box02-label.png);
	}
	.section-features .features_box02 .inner {
		padding: 75px 50px 25px;
	}
	.section-features .features_box02 .box-img01 {
		margin: 0 0 25px;
	}
	.section-features .features_box03::before {
		background-image: url(../img/features_box03-label.png);
	}
	.section-features .features_box03 .inner {
		display: flex;
		flex-direction: column;
		width: 100%;
		padding: 45px 0 35px;
	}
	.section-features .features_box03 [class^='box-img0'] {
		max-width: 400px;
		margin: 0 auto 20px;
		padding: 0 20px;
	}
	/* - youtube
  ----------------------------------------------*/
	.youtube {
		max-width: 560px;
		margin: auto;
		padding: 0 20px 60px;
	}
	.youtube h3 {
		max-width: 480px;
		margin: 40px auto;
	}
	.youtube .inner {
		width: 100%;
		height: auto;
		max-width: 920px;
		aspect-ratio: 16/9;
		display: block;
		margin: auto;
	}
	.youtube .inner iframe {
		width: 100%;
		height: 100%;
	}
	/* - section-about
  ----------------------------------------------*/
	.section-about {
		padding: 30px 0;
		background-color: rgb(252, 238, 236);
		font-weight: bold;
		/* - section-about .demand
    ----------------------------------------------*/
		/* - section-about .use
    ----------------------------------------------*/
		/* - section-about .recommend
    ----------------------------------------------*/
	}
	.section-about [class$='_wrap'] {
		position: relative;
		margin: 0 auto;
		padding: 120px 15px 30px;
	}
	.section-about [class*='_title'] {
		position: relative;
		margin: 0 20px 30px;
	}
	.section-about [class*='_title']::before {
		content: '';
		display: block;
		position: absolute;
		background-size: contain;
		top: -85px;
		right: 0;
		left: 0;
		margin: auto;
		width: 62.5px;
		height: 62.5px;
	}
	.section-about .demand_title::before {
		background: url(../img/demand_heading.png) no-repeat;
		background-size: 62.5px 62.5px;
	}
	.section-about .use_title::before {
		background: url(../img/use_heading.png) no-repeat;
		background-size: 62.5px 62.5px;
	}
	.section-about .recommend_title::before {
		background: url(../img/recommend_heading.png) no-repeat;
		background-size: 62.5px 62.5px;
	}
	.section-about [class^='demand_box'] {
		display: flex;
		flex-direction: column;
	}
	.section-about [class^='demand_box'] .img01 img {
		padding: 0 30px 20px;
	}
	.section-about [class^='demand_box'] .img02 img {
		padding: 0 50px 30px;
	}
	.section-about [class^='demand_box'] .img03 img {
		padding: 0 30px 30px;
	}
	.section-about .demand_box01 {
		margin: 0 auto 30px;
	}
	.section-about .demand_box02 {
		margin: 0 auto 0;
	}
	.section-about .use_box01 [class^='block0'] {
		width: 73%;
		max-width: 480px;
		margin: 0 auto 20px;
		padding: 20px;
		background-color: rgb(255, 225, 201);
		border-radius: 10px;
	}
	.section-about .use_box01 .block01 {
		margin: 0 auto 20px;
	}
	.section-about .use_box01 .block02 {
		margin: 0 auto;
	}
	.section-about .use_box01 .block-title {
		padding: 8px;
		background-color: rgb(219, 74, 81);
		color: #fff;
		font-size: clamp(1.3rem, 4.16vw, 2rem);
		border-radius: 25px;
		text-align: center;
	}
	.section-about .use_box01 [class^='box-img'] {
		width: 65%;
		height: auto;
		margin: auto;
	}
	.section-about .use_box01 ul li {
		list-style: none;
		font-size: clamp(1.2rem, 3.75vw, 1.8rem);
		font-weight: bold;
		line-height: 1.6;
		text-indent: -2rem;
		padding: 0 0 0 1em;
	}
	.section-about .use_box01 ul li::before {
		content: '●';
		margin: 0 5px 0 0;
		font-size: clamp(1.3rem, 4.16vw, 2rem);
	}
	.section-about .use_box01 ul li::marker {
		font-size: clamp(1.2rem, 3.75vw, 1.8rem);
	}
	.section-about .use_box01 ul li span {
		color: #fe5a42;
	}
	.section-about .recommend_box01 .inner {
		display: flex;
		flex-direction: column;
		align-content: center;
		flex-wrap: wrap;
	}
	.section-about .recommend_box01 [class^='box-img'] {
		width: 70%;
		height: auto;
		margin: 0 auto 15px;
	}
	.section-about .recommend_box01 [class^='block-text'] {
		font-size: 2.4rem;
		line-height: 1.5;
		text-align: center;
	}
	.section-about .recommend_box01 [class^='block-text'] span {
		color: #fe5a42;
	}
	.section-about .recommend_box01 .block01,
	.section-about .recommend_box01 .block02 {
		margin: 0 0 40px;
	}
	/* - section-faq
  ----------------------------------------------*/
	.section-faq .faq_inner {
		position: relative;
		margin: 45px 15px 0;
		--x-gradient: linear-gradient(90deg, #ff6943 0 35px, transparent 0 calc(100% - 35px), #ff6943 calc(100% - 35px));
		--y-gradient: linear-gradient(#ff6943 0 35px, transparent 0 calc(100% - 35px), #ff6943 calc(100% - 35px));
		padding: 30px 15px;
		background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
		background-repeat: no-repeat;
		background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
		background-position: top, right, bottom, left;
	}
	.section-faq .faq_title {
		position: relative;
		margin: 0 0 35px 0;
		font-size: 1.8rem;
		text-align: center;
	}
	.section-faq .faq_title b {
		color: #fe5a42;
		font-size: 5.2rem;
		display: block;
		margin: 0 0 12px;
	}
	.section-faq .faq_box-item {
		border-bottom: solid 1px #fe5a42;
		margin: 0 0 30px;
	}
	.section-faq .faq_box-item dt {
		position: relative;
		margin: 0 0 25px;
		padding: 0 0 0 33px;
		font-size: 1.8rem;
		font-weight: bold;
	}
	.section-faq .faq_box-item dd {
		position: relative;
		margin: 0 0 30px;
		padding: 0 0 0 33px;
		font-size: 1.5rem;
		line-height: 1.5;
	}
	.section-faq .faq_box-item dd span {
		font-size: 0.7em;
		vertical-align: top;
	}
	.section-faq .faq_box-item:last-child {
		border-bottom: none;
	}
	.section-faq .faq_box a {
		text-decoration: underline;
	}
	.section-faq .label-q {
		position: absolute;
		left: 0;
		top: 0;
		color: transparent;
		font-size: 0;
		width: 22px;
		height: 22px;
		background: url(../img/faq_q.png) no-repeat center center/contain;
	}
	.section-faq .label-a {
		position: absolute;
		left: 0;
		top: 0;
		color: transparent;
		font-size: 0;
		width: 22px;
		height: 22px;
		background: url(../img/faq_a.png) no-repeat center center/contain;
	}
	/* - section-product
  ----------------------------------------------*/
	.section-product {
		padding: 25px 0 40px;
	}
	.section-product .product_wrap {
		position: relative;
		max-width: 600px;
		width: 87%;
		margin: 0 auto;
	}
	.section-product .product_title {
		height: 40px;
		background-color: rgb(233, 97, 75);
		color: #fff;
		margin: 0 0 35px 0;
		font-size: 2.4rem;
		font-weight: bold;
		line-height: 40px;
		text-align: center;
	}
	.section-product .product_box {
		margin: 0 0 35px;
	}
	.section-product .product_box-title {
		margin: 0 0 15px;
		padding: 0 0 0 10px;
		font-size: 1.8rem;
		font-weight: bold;
		border-left: solid 3px #fe5a42;
	}
	.section-product .product_box-text {
		font-size: 2rem;
	}
	.section-product .product_box-text {
		font-size: 1.5rem;
		line-height: 1.5;
	}
	.section-product .product_box-02 {
		margin: 0 0 30px;
	}
	.section-product .product_box-02-title {
		margin: 0 0 15px;
		padding: 0 0 0 10px;
		font-size: clamp(1.6rem, 5.2vw, 2.5rem);
		border-left: solid 3px #fe5a42;
	}
	.section-product .product_box-02-text {
		font-size: clamp(1.3rem, 4.16vw, 2rem);
	}
	.section-product .product_box-03 {
		margin: 0 0 90px;
	}
	.section-product table,
	.section-product th,
	.section-product td {
		border: 1px solid #333;
	}
	.section-product table {
		width: 100%;
		margin: 10px 0;
		font-size: clamp(1rem, 2.7vw, 1.3rem);
		text-align: center;
	}
	.section-product .table-01 th {
		width: 33.3333333333%;
		padding: 10px 0;
		background-color: #f7cdc7;
	}
	.section-product .table-01 td {
		padding: 10px 0;
	}
	.section-product .table-01 td:first-child {
		background-color: #fceeec;
	}
	.section-product .table-02 th {
		padding: 17px 0;
		background-color: #f7cdc7;
	}
	.section-product .table-02 th:nth-child(1) {
		width: 33.3333333333%;
	}
	.section-product .table-02 th:nth-child(2) {
		width: 16.6666666667%;
	}
	.section-product .table-02 tr td:last-child {
		text-align: left;
	}
	.section-product .table-02 td {
		padding: 17px 10px;
		line-height: 1.5;
		vertical-align: middle;
	}
	.section-product .product_box-03 {
		margin: 0 0 90px;
	}
	.section-product .block01 {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	.section-product .block01 .box-text01 {
		white-space: nowrap;
	}
	.section-product .block01 .box-text02 span {
		display: inline-block;
	}
	.section-product .product {
		display: flex;
		flex-direction: column;
		align-items: center;
		max-width: 400px;
		width: 80vw;
		margin: auto;
		border: solid 2px #fe5a42;
	}
	.section-product .product img {
		width: 130px;
		margin: 20px 30px;
	}
	.section-product .product .inner {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.section-product .product .text {
		width: 82px;
		height: 28px;
		margin: 0 auto 10px;
		background-color: #fe5a42;
		color: #fff;
		font-size: 1.5rem;
		line-height: 28px;
		text-align: center;
		border-radius: 25px;
	}
	.section-product .product dl {
		display: grid;
		grid-template-columns: auto auto;
		gap: 0 10px;
		margin: 0 0 20px;
		font-size: 1.5rem;
	}
	.section-product .product dl dt {
		margin: 0 0 10px;
		color: #717071;
		text-align: left;
	}
	.section-product .product dl dd {
		margin: 0 0 10px;
		font-weight: bold;
		text-align: left;
	}
	/* - button
  ----------------------------------------------*/
	main button {
		display: block;
		margin: 50px auto;
	}
	main button .button {
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 1;
		text-decoration: none;
		color: #ffffff;
		font-size: 18px;
		border-radius: 20px;
		width: 240px;
		height: 40px;
		font-weight: bold;
		position: relative;
		transition: 0.3s;
		box-shadow: 2px 2px 5px 0px rgb(191, 191, 191);
		font-family: 'Zen Maru Gothic', 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
	}
	main button .button.orange {
		background-color: #fe5a42;
	}
	main button .button.orange:hover {
		transform: translateY(1px) translatex(1px);
	}
	main button .button.black {
		background-color: #000;
	}
	main button .button.black:hover {
		transform: translateY(1px) translatex(1px);
	}
	main button .button::before,
	main button .button::after {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		right: 15px;
		transform-origin: 100% 50%;
		height: 1px;
		width: 11px;
		background-color: #ffffff;
		border-radius: 2px;
		will-change: transform;
		transition: 0.3s;
	}
	main button .button::before {
		transform: translateY(-50%) rotate(45deg);
	}
	main button .button::after {
		transform: translateY(-50%) rotate(-45deg);
	}
	main button .button:hover::before {
		transform: translate(5px, -50%) rotate(45deg);
	}
	main button .button:hover::after {
		transform: translate(5px, -50%) rotate(-45deg);
	}
} /*# sourceMappingURL=style.css.map */
