@charset "UTF-8";

/* オリジナルのレイアウト
----------------------------------------*/
html {
	font-size: 1rem;
	font-size: 10px;
}

body {
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	background: #fff;
	font-size: 1.4rem;
	line-height: 1.5;
	height: 100%;
	min-width: 1200px;
	-webkit-text-size-adjust: 100%;
}
img {
	display: block;
}
.wrapper {
	overflow: hidden;
}

@media only screen and (max-width: 768px) {
	body {
		min-width: 0;
	}
	html {
		font-size: 2.3256vw;
	}
}
a {
	text-decoration: none;
	color: inherit;
}

/*表示
----------------------------------------*/
@media only screen and (min-width: 769px) {
	.visible_sp {
		display: none !important;
	}
}
@media only screen and (max-width: 768px) {
	.visible_pc {
		display: none !important;
	}
}

/*header
----------------------------------------*/
.mainv img {
	width: 100%;
}
.header_contact {
	background: #272727;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding-left: 13px;
}
.header_contact_icon {
	display: flex;
	align-items: flex-end;
	margin-top: -11px;
	padding-bottom: 8px;
	z-index: 2;
}
.header_contact_icon li {
	width: 126px;
}
.header_contact_icon li + li {
	margin-left: 8px;
}
.header_contact_line {
	width: 564px;
	height: 127px;
	background: #06C755;
	color: #fff;
	margin-left: -14px;
	transform: skewX(-25deg);
}
.header_contact_line_inner {
	transform: skewX(25deg);
	display: flex;
	align-items: center;
	height: 127px;
}
.header_contact_line h2 {
	font-size: 1.6rem;
	font-weight: 900;
	text-align: center;
	margin-left: 45px;
	line-height: 1.35;
	letter-spacing: .05em;
}
.header_contact_line h2 span {
	display: block;
	font-size: 2.3rem;
	letter-spacing: .05em;
}
.header_contact_line h2::after {
	content: '';
	display: block;
	width: 2px;
	background: rgba(255, 255, 255, .3);
	transform: skewX(-25deg);
	position: absolute;
	top: -17px;
	bottom: -13px;
	right: -25px;
	z-index: 5;
}
.header_contact_line_btn {
	font-size: 1.8rem;
	font-weight: bold;
	margin-left: 24px;
}
.header_contact_line_btn a {
	display: block;
	padding: 30px 45px 25px 83px;
	line-height: 1.3;
	letter-spacing: .05em;
	transition: opacity .3s;
}
.header_contact_line_btn a::before {
	content: '';
	display: block;
	width: 89px;
	height: 89px;
	background: url(../img/icon_line.png) no-repeat left top / 89px auto;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.header_contact_line_btn a::after {
	content: '';
	display: block;
	width: 12px;
	height: 18px;
	background: url(../img/icon_arrow_01.svg) no-repeat left top / 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 13px;
	transition: transform .3s;
}
.header_contact_line_btn span span {
	display: block;
	font-size: 2.5rem;
	letter-spacing: .05em;
}
@media only screen and (min-width: 769px) {
	.header_contact_line_btn a:hover {
		opacity: .6;
	}
	.header_contact_line_btn a:hover::after {
		transform: translateX(5px);
	}
}
@media only screen and (max-width: 768px) {
	.header_contact {
		display: block;
		padding: 1px 0 0;
	}
	.header_contact_icon {
		width: 39.3rem;
		margin: -1.3rem auto 0;
		padding-bottom: 2rem;
	}
	.header_contact_icon li {
		width: 12.6rem;
	}
	.header_contact_icon li + li {
		margin-left: .8rem;
	}
	.header_contact_line {
		width: auto;
		height: 9.4rem;
		margin-left: 0;
		transform: none;
	}
	.header_contact_line_inner {
		transform: none;
		height: 9.4rem;
	}
	.header_contact_line h2 {
		font-size: 1.3rem;
		margin-left: 2rem;
		margin-top: .5rem;
	}
	.header_contact_line h2 span {
		font-size: 1.9rem;
	}
	.header_contact_line h2::after {
		width: .2rem;
		top: -1.3rem;
		bottom: -1.5rem;
		right: -1.7rem;
	}
	.header_contact_line_btn {
		font-size: 1.4rem;
		flex: 1;
		margin-left: 0;
	}
	.header_contact_line_btn a {
		padding: 3.3rem 1rem 2.2rem 9.5rem;
	}
	.header_contact_line_btn a::before {
		width: 7.3rem;
		height: 7.3rem;
		left: 2.3rem;
		top: .2rem;
		background-size: 100% auto;
	}
	.header_contact_line_btn a::after {
		width: 1.1rem;
		height: 1.7rem;
		right: 1.8rem;
	}
	.header_contact_line_btn span span {
		font-size: 2rem;
		margin-top: .3rem;
	}
}

/* recommend
----------------------------------------*/
.recommend {
	overflow: hidden;
	padding-bottom: 4.18%;
}
.recommend_head {
	background: url(../img/bg_01.jpg) no-repeat center top / cover;
	padding: 65px 20px 191px;
}
.recommend_head h2 {
	font-size: 5.2rem;
	font-weight: 900;
	text-align: center;
	text-shadow: 3px 3px 0 #fff;
	margin-bottom: 27px;
}
.recommend_head h2 > span {
	display: inline-block;
	padding-bottom: 40px;
	background: url(../img/bg_ttl_01.svg) no-repeat center bottom;
}
.recommend_head h2 > span span {
	font-size: 6.2rem;
}
.recommend_head ul {
	width: 980px;
	margin: 0 auto;
	left: 18px;
	display: flex;
	justify-content: space-between;
}
.recommend_head ul li {
	width: 320px;
	box-shadow: 6px 3px 13px rgba(0, 0, 0, .43);
}
.recommend_item {
	background: #1C1C1C;
	height: 388px;
	transform: skewY(-4.5deg);
	margin-top: -4.18%;
}
.recommend_item.item_02 {
	background: #313131;
	margin-top: -1px;
}
.recommend_item.item_03 {
	background: #1C1C1C;
	margin-top: -5px;
}
.recommend_item_inner {
	transform: skewY(4.5deg);
	height: 100%;
}
.recommend_item figure {
	position: absolute;
	top: -80px;
	left: 50%;
	width: 1316px;
	margin-left: -600px;
}
.recommend_item.item_02 figure {
	top: -73px;
	width: 1311px;
	margin-left: -664px;
}
.recommend_item.item_03 figure {
	top: -90px;
	width: 1384px;
	margin-left: -647px;
}
.recommend_txt {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	padding: 0 30px 15px;
	color: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	z-index: 10;
}
.recommend_item.item_02 .recommend_txt {
	padding-bottom: 120px;
}
.recommend_item.item_03 .recommend_txt {
	padding-bottom: 3px;
}
.recommend_item.item_02 .recommend_txt h3 {
	margin-left: 47.5%;
}
.recommend_txt h3 {
	font-size: 3.4rem;
	font-weight: 900;
}
.recommend_txt h3 span {
	display: inline-block;
	font-size: 4.4rem;
	background: linear-gradient(to right, #ff6a97 0%,#63e4ff 100%);
	color: #1C1C1C;
	padding: 2px 0 5px 5px;
	line-height: 1.4;
	margin-left: 3px;
}
.recommend_item.item_02 .recommend_txt h3 span {
	background: linear-gradient(to right, #E0FF3E 0%,#FFA916 100%);
}
.recommend_item.item_03 .recommend_txt h3 span {
	background: linear-gradient(to right, #3EFF92 0%,#B88AFF 100%);
}
.recommend_txt h3 span:nth-of-type(1) {
	padding: 2px 13px 5px 7px;
	margin: 0 0 6px;
}
.recommend_item.item_02 .recommend_txt h3 span:nth-of-type(1) {
	margin-top: 10px;
	padding-right: 0;
}
.recommend_item.item_02 .recommend_txt h3 span:nth-of-type(2),
.recommend_item.item_03 .recommend_txt h3 span:nth-of-type(2) {
	margin-left: 0;
}
.recommend_item.item_03 .recommend_txt h3 span:nth-of-type(1) {
	margin-top: 10px;
	padding-right: 8px;
}
@media only screen and (max-width: 768px) {
	.recommend_head {
		background: url(../img/bg_01.jpg) no-repeat center top / cover;
		padding: 3.4rem 2rem 9.8rem;
	}
	.recommend_head h2 {
		font-size: 3.9rem;
		line-height: 1.15;
		text-shadow: .3rem .3rem 0 #fff;
		margin-bottom: 1.8rem;
	}
	.recommend_head h2 > span {
		padding: 0 4.5rem 5.7rem;
		background-size: auto 3.8rem;
	}
	.recommend_head h2 > span span {
		font-size: 4.7rem;
	}
	.recommend_head ul {
		width: 32rem;
		left: auto;
		display: block;
	}
	.recommend_head ul li {
		overflow: hidden;
		width: auto;
		border-top: .1rem solid #fff;
		border-bottom: .1rem solid #fff;
		box-shadow: .6rem .3rem 1.3rem rgba(0, 0, 0, .43);
	}
	.recommend_head ul li img {
		margin: -.8rem 0;
	}
	.recommend_head ul li + li {
		margin-top: 2rem;
	}
	.recommend_item {
		height: 33.6rem;
	}
	.recommend_item.item_02 {
		height: 38.9rem;
	}
	.recommend_item.item_03 {
		height: 39rem;
		margin-top: -1px;
	}
	.recommend_item figure {
		top: auto;
		bottom: -2.4rem;
		left: 0;
		right: 0;
		width: auto;
		margin-left: 0;
	}
	.recommend_item.item_02 figure {
		top: auto;
		bottom: -2.2rem;
		width: auto;
		z-index: 10;
		margin-left: 0;
	}
	.recommend_item.item_03 figure {
		top: auto;
		bottom: -4.5rem;
		width: auto;
		margin-left: 0;
		z-index: 10;
	}
	.recommend_txt {
		width: auto;
		height: auto;
		padding: .4rem 0 0;
		justify-content: center;
	}
	.recommend_item.item_02 .recommend_txt,
	.recommend_item.item_03 .recommend_txt {
		padding-bottom: 0;
	}
	.recommend_item.item_02 .recommend_txt h3,
	.recommend_item.item_03 .recommend_txt h3 {
		margin-left: 0;
		font-size: 2.2rem;
		margin-top: 2.5rem;
	}
	.recommend_item.item_03 .recommend_txt h3 {
		margin-top: 3rem;
	}
	.recommend_item.item_02 .recommend_txt h3 span,
	.recommend_item.item_03 .recommend_txt h3 span {
		font-size: 2.9rem;
	}
	.recommend_txt h3 {
		font-size: 2.4rem;
	}
	.recommend_txt h3 span {
		font-size: 3.1rem;
		padding: .2rem 0 .5rem .5rem;
		margin-left: .3rem;
	}
	.recommend_txt h3 span:nth-of-type(1) {
		padding: .2rem .5rem .5rem;
		margin: 0 0 .3rem;
	}
	.recommend_item.item_02 .recommend_txt h3 span:nth-of-type(1) {
		margin-top: .7rem;
		padding-right: .6rem;
	}
	.recommend_item.item_02 .recommend_txt h3 span:nth-of-type(2),
	.recommend_item.item_03 .recommend_txt h3 span:nth-of-type(2) {
		padding-right: .6rem;
	}
	.recommend_item.item_03 .recommend_txt h3 span:nth-of-type(1) {
		margin-top: .7rem;
	padding-right: 8px;
}
}

/*gallery
----------------------------------------*/
.gallery {
	background: url(../img/bg_02.png) no-repeat center top / 100% auto;
	margin-top: -8.2%;
	padding: 177px 20px 148px;
}
.gallery::before {
	content: '';
	display: block;
	height: 133px;
	background: url(../img/txt_gallery.svg) no-repeat center top / auto 133px;
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	mix-blend-mode: multiply;
}
.gallery_inner {
	width: 1000px;
	margin: 0 auto;
}
.gallery h2 {
	width: 545px;
	height: 102px;
	text-align: center;
	font-size: 5.7rem;
	background: #1C1C1C;
	color: #fff;
	margin: 0 auto 39px;
	padding: 7px 5px 0 0;
	transform: skewX(-30deg);
	box-shadow: 6px 6px 0 #FF6A97, -4px -4px 0 #63E4FF;
}
.gallery h2 span {
	display: inline-block;
	transform: skewX(30deg);
}
.gallery_txt {
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.47;
}
.gallery ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gallery ul li {
	width: 49.5%;
	margin-bottom: 10px;
}
.gallery ul li:nth-child(1) {
	width: 63.9%;
}
.gallery ul li:nth-child(2) {
	width: 35.1%;
}
@media only screen and (max-width: 768px) {
	.gallery {
		background: url(../img/bg_02.png) no-repeat center top / 128rem 100%;
		margin-top: -9rem;
		padding: 13rem 4rem 6rem;
	}
	.gallery::before {
		height: 4.5rem;
		background: url(../img/txt_gallery.svg) no-repeat center top / auto 4.5rem;
		top: 9rem;
	}
	.gallery_inner {
		width: auto;
	}
	.gallery h2 {
		width: 35rem;
		height: 6rem;
		font-size: 3.5rem;
		margin: 0 auto 2rem;
		padding: .3rem 5px 0 0;
		box-shadow: .5rem .5rem 0 #FF6A97, -.3rem -.3rem 0 #63E4FF;
	}
	.gallery_txt {
		font-size: 2.2rem;
		margin-bottom: 2rem;
	}
	.gallery ul {
		display: block;
	}
	.gallery ul li {
		width: auto;
		margin-bottom: 1rem;
	}
	.gallery ul li:nth-child(1),
	.gallery ul li:nth-child(2) {
		width: auto;
	}
}

/*cost
----------------------------------------*/
.cost {
	background: url(../img/bg_03.jpg) no-repeat center center / cover;
	padding: 61px 0 0;
	color: #fff;
}
.cost_inner {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	align-items: flex-end;
}
.cost_txt {
	width: 488px;
	padding: 0 0 76px 30px;
	z-index: 2;
}
.cost_txt h2 {
	font-size: 5.9rem;
	line-height: 1.32;
	margin-bottom: 23px;
}
.cost_txt h2 span {
	display: inline-block;
	padding-bottom: 6px;
}
.cost_txt h2 span::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -4px;
	right: 0;
	height: 10px;
	background: linear-gradient(to right, #ff6a97 0%,#63e4ff 100%);
}
.cost_txt p {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
}
.cost_btn {
	width: 405px;
	margin-top: 25px;
}
.cost_btn a {
	display: block;
	background: #06C755 url(../img/icon_line.png) no-repeat 11px center / 100px auto;
	border-radius: 11px;
	font-weight: bold;
	font-size: 3.8rem;
	padding: 21px 10px 22px 103px;
	transition: opacity .3s;
}
.cost_img {
	width: 314px;
	z-index: 2;
}
.cost_bg {
	position: absolute;
	left: 50%;
	bottom: -13px;
	margin-left: 173px;
	width: 517px;
}
@media only screen and (min-width: 769px) {
	.cost_btn a:hover {
		opacity: .6;
	}
}
@media only screen and (max-width: 768px) {
	.cost {
		background-image: url(../img/bg_03-sp.jpg);
		padding: 3.6rem 0 0;
	}
	.cost_inner {
		width: auto;
		display: block;
		padding: 0 4rem 9rem;
	}
	.cost_txt {
		width: auto;
		padding: 0;
		position: static;
		text-align: center;
	}
	.cost_txt p {
		font-size: 2rem;
		line-height: 1.8;
		letter-spacing: .1em;
	}
	.cost_txt h2 {
		font-size: 4rem;
		line-height: 1.6;
		margin-bottom: 2.8rem;
	}
	.cost_txt h2 span {
		padding-bottom: .6rem;
	}
	.cost_txt h2 span::after {
		bottom: -.1rem;
		height: 1rem;
	}
	.cost_btn {
		width: auto;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin-top: 0;
	}
	.cost_btn a {
		background: #06C755 url(../img/icon_line.png) no-repeat 4rem center / 9rem auto;
		border-radius: 0;
		font-size: 3.1rem;
		height: 9rem;
		text-align: left;
		padding: 2.2rem 1rem 0 13.7rem;
	}
	.cost_img {
		width: 21.4rem;
		margin: 8.3rem 0 0 -1.3rem;
	}
	.cost_bg {
		left: auto;
		right: -7.5rem;
		top: 30.1rem;
		bottom: auto;
		margin-left: 0;
		width: 32.6rem;
	}
}

/*original
----------------------------------------*/
.original {
	background: #F9F9F9;
	padding: 69px 0 79px;
}
.original_ttl {
	text-align: center;
	margin-bottom: 60px;
}
.original_ttl p {
	font-size: 3.6rem;
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
}
.original_ttl p span {
	display: inline-block;
	padding: 4px 25px 5px;
	background: linear-gradient(to right, #FF563E 10%,#1D73FF 100%);
}
.original_ttl h2 {
	font-size: 6.2rem;
	line-height: 1.24;
}
.original_ttl h2 span {
	font-size: 5.2rem;
}
.original_slide {
	overflow: hidden;
}
.original_slide .slick-prev,
.original_slide .slick-next {
	appearance: none;
	background: none;
	border-radius: 0;
	width: 33px;
	height: 62px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 507px;
	z-index: 1100;
	overflow: hidden;
	text-indent: -999px;
	padding: 0;
	border: 0;
	cursor: pointer;
}
.original_slide .slick-prev {
	margin-left: -539px;
}
.original_slide .slick-prev::before,
.original_slide .slick-next::before {
	content: '';
	display: block;
	width: 39px;
	height: 39px;
	border-top: 4px solid #6A6A6A;
	border-right: 4px solid #6A6A6A;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: -28px;
	right: 0;
	margin: auto;
}
.original_slide .slick-prev::before {
	transform: rotate(-135deg);
	left: 8px;
}
.original_slide .slick-list {
	max-width: 1045px;
	margin: 0 auto;
}
.original_item {
	width: 1000px;
	margin: 0 22.5px;
	background: #000;
	color: #fff;
	display: flex;
	float: left;
}
.original_item figure {
	width: 47.8%;
}
.original_txt {
	flex: 1;
	padding: 32px 28px 0;
}
.original_txt h2 {
	font-size: 2.8rem;
	margin-bottom: 7px;
}
.original_txt h3 {
	font-size: 1.8rem;
}
.original_price {
	display: flex;
	align-items: center;
	margin-top: 18px;
	font-weight: bold;
	white-space: nowrap;
}
.original_price dt {
	background: #881B1B;
	font-size: 1.8rem;
	padding: 11px 12.5px;
}
.original_price dd {
	font-size: 3.8rem;
	padding: 0 0 3px 10px;
	flex: 1;
}
.original_price dd span {
	font-size: 1.8rem;
}
.original_detail {
	margin: 14px 0 25px;
	padding: 12px 15px 15px;
	margin-right: 10px;
	line-height: 1.95;
	border: 1px solid rgba(255, 255, 255, .2);
}
.original_detail h4 {
	font-size: 1.8rem;
	margin: 21px 0 -2px;
}
.original_info dt {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.9;
}
.original_info dd {
	font-size: 1.5rem;
	line-height: 1.9;
}
.original_btn {
	margin-top: 27px;
	padding-right: 12px;
}
.original_btn a {
	display: block;
	background: #9D7E38;
	text-align: center;
	font-size: 2.1rem;
	font-weight: bold;
	padding: 19px;
	transition: opacity .3s;
}
.original_btn a::after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 23px;
	margin: auto 0;
	transition: transform .3s;
}
.original_other {
	text-align: center;
	font-size: 3.2rem;
	font-weight: bold;
	margin-top: 46px;
}
.original_other > span {
	display: inline-block;
	padding-bottom: 11px;
	background: url(../img/img_dot_01.svg) repeat-x left bottom;
}
.original_other > span span {
	font-size: 5rem;
	color: #D20000;
}
@media only screen and (min-width: 769px) {
	.original_btn a:hover {
		opacity: .6;
	}
	.original_btn a:hover::after {
		transform: translateX(5px) rotate(45deg);
	}
}
@media only screen and (max-width: 768px) {
	.original {
		padding: 5rem 0;
	}
	.original_ttl {
		margin-bottom: 3rem;
	}
	.original_ttl p {
		font-size: 2.3rem;
		margin-bottom: 1.5rem;
	}
	.original_ttl p span {
		padding: 4px 2rem 5px;
	}
	.original_ttl h2 {
		font-size: 4.5rem;
	}
	.original_ttl h2 span {
		font-size: 3.5rem;
	}
	.original_slide .slick-prev,
	.original_slide .slick-next {
		width: 2.2rem;
		height: 4.1rem;
		left: auto;
		right: .8rem;
		margin: -2rem 0 0 0;
	}
	.original_slide .slick-prev {
		margin-left: 0;
		right: auto;
		left: .8rem;
	}
	.original_slide .slick-prev::before,
	.original_slide .slick-next::before {
		width: 2.6rem;
		height: 2.6rem;
		border-top-width: .3rem;
		border-right-width: .3rem;
		left: -1.9rem;
	}
	.original_slide .slick-prev::before {
		left: .5rem;
	}
	.original_item {
		width: auto;
		margin: 0 4rem;
		display: block;
	}
	.original_item figure {
		width: auto;
	}
	.original_txt {
		padding: 2rem;
	}
	.original_txt h2 {
		font-size: 2.2rem;
		margin-bottom: .5rem;
	}
	.original_txt h3 {
		font-size: 1.5rem;
	}
	.original_price {
		margin-top: 1rem;
	}
	.original_price dt {
		background: #881B1B;
		font-size: 1.3rem;
		padding: 1rem;
	}
	.original_price dd {
		font-size: 2.2rem;
		padding: 0 0 .2rem 1rem;
	}
	.original_price dd span {
		font-size: 1.3rem;
	}
	.original_detail {
		margin: 1rem 0 2rem;
		padding: 1.2rem;
		margin-right: 0;
	}
	.original_detail h4 {
		font-size: 1.6rem;
		margin: 1.5rem 0 0;
	}
	.original_info dt {
		font-size: 1.4rem;
	}
	.original_info dd {
		font-size: 1.4rem;
	}
	.original_btn {
		margin-top: 2rem;
		padding-right: 1.2rem;
	}
	.original_btn a {
		font-size: 1.8rem;
		padding: 1.5rem;
	}
	.original_btn a::after {
		width: 1rem;
		height: 1rem;
		border-top-width: .2rem;
		border-right-width: .2rem;
		right: 2rem;
	}
	.original_other {
		font-size: 2rem;
		margin-top: 2rem;
	}
	.original_other > span {
		padding-bottom: 1rem;
	}
	.original_other > span span {
		font-size: 3.5rem;
	}
}

/*flow
----------------------------------------*/
.flow {
	background: #333;
	color: #fff;
	padding: 79px 20px 116px;
}
.flow h2 {
	text-align: center;
	font-size: 3.6rem;
	margin-bottom: 45px;
}
.flow ol {
	width: 1000px;
	margin: 0 auto;
}
.flow ol li {
	display: flex;
	align-items: flex-start;
}
.flow ol li + li {
	margin-top: 40px;
}
.flow ol li figure {
	width: 256px;
}
.flow ol li figure img {
	width: 186px;
}
.flow ol li:nth-child(2) figure img,
.flow ol li:nth-child(3) figure img {
	width: 145px;
}
.flow ol li:nth-child(4) figure img {
	width: 168px;
}
.flow ol li:nth-child(5) figure img {
	width: 204px;
}
.flow ol li:nth-child(6) figure img {
	width: 194px;
}
.flow_txt {
	flex: 1;
	background: #fff;
	color: #000;
	font-size: 2.6rem;
	height: 142px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: bold;
	border-radius: 10px;
	padding: 0 40px;
}
.flow_txt::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 18px 10px 0;
	border-color: transparent #fff transparent transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -16px;
	margin: auto 0;
}
.flow ol li:nth-child(1) .flow_txt {
	margin-top: 15px;
}
.flow_btn {
	width: 220px;
}
.flow_btn a {
	display: block;
	background: #06C755 url(../img/icon_line.png) no-repeat left top / 61px auto;
	color: #fff;
	border-radius: 11px;
	font-size: 1.8rem;
	padding: 16px 10px 16px 66px;
	transition: opacity .3s;
}
@media only screen and (min-width: 769px) {
	.flow_btn a:hover {
		opacity: .6;
	}
}
@media only screen and (max-width: 768px) {
	.flow {
		padding: 5rem 2rem;
	}
	.flow h2 {
		font-size: 2.3em;
		margin-bottom: 3rem;
	}
	.flow ol {
		width: auto;
	}
	.flow ol li + li {
		margin-top: 2rem;
	}
	.flow ol li figure {
		width: 15rem;
	}
	.flow ol li figure img {
		width: 12.4rem;
	}
	.flow ol li:nth-child(2) figure img,
	.flow ol li:nth-child(3) figure img {
		width: 9.6rem;
	}
	.flow ol li:nth-child(4) figure img {
		width: 11.2rem;
	}
	.flow ol li:nth-child(5) figure img {
		width: 13.6rem;
	}
	.flow ol li:nth-child(6) figure img {
		width: 12.9rem;
	}
	.flow_txt {
		font-size: 1.6rem;
		height: 12rem;
		flex-direction: column;
		justify-content: center;
		align-content: center;
		border-radius: 1rem;
		padding: 0 1.5rem;
	}
	.flow_txt::before {
		border-width: 1rem 1.8rem 1rem 0;
		left: -1.6rem;
	}
	.flow ol li:nth-child(1) .flow_txt {
		margin-top: 1rem;
	}
	.flow_btn {
		width: auto;
		margin-top: 1rem;
	}
	.flow_btn a {
		background: #06C755 url(../img/icon_line.png) no-repeat left top / 5rem auto;
		border-radius: 1rem;
		font-size: 1.6rem;
		padding: 1.3rem 1rem 1.3rem 5.5rem;
	}
}

/*voice
----------------------------------------*/
.voice {
	padding: 118px 20px 95px;
}
.voice_inner {
	width: 1000px;
	margin: 0 auto;
}
.voice h2 {
	width: 866px;
	margin: 0 auto 55px;
	text-align: center;
	font-size: 2.8rem;
	line-height: 1.85;
}
.voice h2::before,
.voice h2::after {
	content: '';
	display: block;
	width: 71px;
	height: 106px;
	background: url(../img/img_voice_slash.svg) no-repeat left top;
	position: absolute;
	bottom: -4px;
	right: -5px;
}
.voice h2::before {
	transform: scale(-1, 1);
	right: auto;
	left: 2px;
}
.voice ul {
	width: 966px;
	margin: 0 auto;
	padding-right: 38px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.voice ul li {
	width: 443px;
	margin-bottom: 35px;
	display: flex;
	align-items: flex-start;
}
.voice ul li figure {
	width: 195px;
	margin: -2px 20px 0 0;
}
.voice_txt {
	background: #F9F8E3;
	border-radius: 10px;
	flex: 1;
	font-weight: 500;
	font-size: 1.5rem;
	letter-spacing: .05em;
	line-height: 1.55;
	text-align: center;
	padding: 18px 10px;
}
.voice_txt::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 22px 11px 0;
	border-color: transparent #F9F8E3 transparent transparent;
	position: absolute;
	top: 40px;
	left: -19px;
}
.voice_btn {
	width: 625px;
	margin: 30px auto 0;
}
.voice_btn a {
	display: block;
	background: #06C755 url(../img/icon_line.png) no-repeat 57px center / 100px auto;
	border-radius: 11px;
	font-size: 3.8rem;
	font-weight: bold;
	color: #fff;
	padding: 32px 10px 30px 157px;
	transition: opacity .3s
}
.voice_btn a::after {
	content: '';
	display: block;
	width: 137px;
	height: 160px;
	background: url(../img/img_cost_01.png) no-repeat left top / 100% auto;
	position: absolute;
	bottom: 0;
	right: 19px;
}
@media only screen and (min-width: 769px) {
	.voice_btn a:hover {
		opacity: .6;
	}
}
@media only screen and (max-width: 768px) {
	.voice {
		padding: 5rem 2rem;
	}
	.voice_inner {
		width: auto;
	}
	.voice h2 {
		width: auto;
		margin: 0 auto 4rem;
		font-size: 2.5rem;
		line-height: 1.6;
	}
	.voice h2::before,
	.voice h2::after {
		width: 7rem;
		height: 10.6rem;
		background-size: 100% auto;
		bottom: -2rem;
		right: -.5rem;
	}
	.voice h2::before {
		right: auto;
		left: -.5rem;
	}
	.voice ul {
		width: auto;
		padding-right: 0;
		display: block;
	}
	.voice ul li {
		width: auto;
		margin-bottom: 2rem;
	}
	.voice ul li figure {
		width: 13rem;
		margin: -.2rem 2rem 0 0;
	}
	.voice_txt {
		border-radius: 1rem;
		padding: 1.8rem 1rem;
	}
	.voice_txt::before {
		border-width: 1.1rem 2.2rem 1.2rem 0;
		top: 4rem;
		left: -1.9rem;
	}
	.voice_btn {
		width: 100%;
		margin: 5rem auto 0;
	}
	.voice_btn a {
		background: #06C755 url(../img/icon_line.png) no-repeat 1.5rem center / 6.6rem auto;
		border-radius: 1rem;
		font-size: 2.8rem;
		padding: 2rem 1rem 2rem 8rem;
	}
	.voice_btn a::after {
		width: 9.1rem;
		height: 10.6rem;
		right: 1.2rem;
	}
}

/*footer
----------------------------------------*/
.footer {
	background: #000;
	color: #fff;
}
.footer_inner {
	width: 100rem;
	margin: 0 auto;
	padding: 52px 0 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer_logo {
	width: 163px;
	margin: 0 12px;
}
.footer_nav ul {
	display: flex;
	justify-content: flex-end;
	font-weight: 500;
	font-size: 1.5rem;
	letter-spacing: .05em;
}
.footer_nav ul li + li {
	margin-left: 13px;
}
.footer_nav ul li + li::before {
	content: 'I';
	position: absolute;
	left: -9px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.footer_nav a {
	display: block;
	transition: opacity .3s;
}
.copyright {
	margin-top: 17px;
	display: block;
	font-size: 1rem;
	letter-spacing: .05em;
	font-weight: 500;
	text-align: right;
}
@media only screen and (min-width: 769px) {
	.footer_nav a:hover {
		opacity: .6;
	}
}
@media only screen and (max-width: 768px) {
	.footer_inner {
		width: auto;
		padding: 3rem 0 2rem;
		display: block;
	}
	.footer_logo {
		width: 16.3rem;
		margin: 0 auto 3rem;
	}
	.footer_nav ul {
		display: block;
	}
	.footer_nav ul li {
		text-align: center;
		width: 100%;
		font-size: 1.6rem;
	}
	.footer_nav ul li + li {
		margin-left: 0;
		margin-top: 1rem;
	}
	.footer_nav ul li + li::before {
		display: none;
	}
	.copyright {
		margin-top: 4rem;
		font-size: 1.2rem;
		text-align: center;
	}
}

/*inview
----------------------------------------*/
.btn_float {
	position: fixed;
	top: 0;
	right: 0;
	width: 110px;
	z-index: 2000;
	transform: translateY(-101%);
	transition: transform .5s;
}
.btn_float a {
	display: block;
	transition: opacity .3s;
}
.btn_float.show {
	transform: translateY(0);
}
@media only screen and (min-width: 769px) {
	.btn_float a:hover {
		opacity: .6;
	}
}
@media only screen and (max-width: 768px) {
	.btn_float {
		left: 0;
		top: auto;
		bottom: 0;
		width: auto;
		transform: translateY(101%);
	}
}

/*inview
----------------------------------------*/
.inview.movetop,
.inview .product_item {
	opacity: 0;
	transform: translateY(100px);
	transition: transform .8s, opacity .8s;
}
.inview.movetop.show,
.inview .product_item.show {
	opacity: 1;
	transform: none;
}
@keyframes fadein {
	0% {
		opacity: 0;
		transform: translateY(50px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes ttl {
	0% {
		width: 0;
		left: 0;
	}
	50% {
		width: 100%;
		left: 0;
	}
	50.1% {
		width: 100%;
		left: auto;
		right: -6px;
	}
	100% {
		width: 0;
		left: auto;
		right: -6px;
	}
}