/* =layout
-------------------------------------------------------------- */
body {
	color: #221916;
	-webkit-font-feature-settings: "palt" 1;
	font-feature-settings: "palt" 1;
}
#wrapper {
	overflow: hidden;
	background: url(../images/bg/bg_01.png) repeat;
	letter-spacing: 0.1em;
}
#header {
	min-width: 1000px;
}
h1, h2, h3, h4, p,
dl, dt, dd, ol, ul, li {
	margin: 0;
	list-style: none;
}
ul {
	padding: 0;
}
a {
	text-decoration: none;
}
p {
	font-size: 1.6rem;
	line-height: 2;
	font-weight: 600;
}
p.leading-text {
	text-align: center;
}
.img-radius img {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.fadein {
	opacity: 0;
	transform: translate(0, 100px);
	transition: all 750ms;
	-webkit-transform: translate(0, 100px);
	-moz-transform: translate(0, 100px);
	-ms-transform: translate(0, 100px);
	-o-transform: translate(0, 100px);
}
.fadein.scrollin {
	opacity: 1;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
}
.content-width {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.sec-inner {
	padding: 85px 0;
}
.mincho {
	font-family: ten-mincho-text, serif;
}
.mincho-italic {
	font-family: ten-mincho-text, serif;
	font-style: italic;
}
.garamond {
	font-family: eb-garamond, serif;
	font-weight: 400;
	font-style: normal;
}
.dot-top,
.dot-bottom {
	position: relative;
}
.dot-top::before,
.dot-bottom::before {
	content: '';
	background: url(../images/png/border_01.png) repeat;
	background-size: contain;
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 4px;
}
.dot-top::before {
	top: 0;
}
.dot-bottom::before {
	bottom: 0;
}
.border-top {
	border-top: solid 1px #beb6a2;
}
.border-bottom {
	border-bottom: solid 1px #beb6a2;
}
.underline-red {
	position: relative;
	/* border-bottom: 6px solid #cf131c; */
}
.underline-red::before {
	content: '';
	display: inline-block;
	background: #cf131c;
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 6px;
	z-index: -1;
}
_:-ms-input-placeholder, :root .underline-red::before {
	bottom: 12px;
}
@media screen and (max-width: 768px) {
	.underline-red {
		text-decoration: underline;
		text-decoration-color: #cf131c;
		-moz-text-decoration-color: #cf131c;
	}
	.underline-red::before {
		content: none;
	}
}
.emphasis-icon {
	position: relative;
}
.emphasis-icon::before {
	content: '';
	background: url(../images/svg/emphasis_01.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: -20px;
	display: inline-block;
	width: 25px;
	height: 25px;
}
.emphasis-icon::after {
	content: '';
	background: url(../images/svg/emphasis_02.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -25px;
	display: inline-block;
	width: 25px;
	height: 25px;
}
.highlight {
	position: relative;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%, #ffd633 80%, #ffd633 100%);
	background: -moz-linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%, #ffd633 80%, #ffd633 100%);
	background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%, #ffd633 80%, #ffd633 100%);
	background: -ms-linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%, #ffd633 80%, #ffd633 100%);
}

.bullet-arrow {
	position: relative;
}

.bullet-arrow::before {
	content: '>';
	position: absolute;
	top: 0;
	left: 0px;
	display: inline-block;
	width: 20px;
	height: 15px;
	color: #704f00	;
}

.bullet-arrow:hover::before {
	color: #cf131c;
}

/* .animate__animated.animate__infinite {
  animation-duration: 1s;
  animation-iteration-count: infinite;
} */

@media screen and (max-width: 767px) {
	#header {
		min-width: 100%;
	}
	.content-width {
		max-width: 480px;
		width: 92%;
	}
	.emphasis-icon::before {
		left: -10px;
	}
	.emphasis-icon::after {
		right: -10px;
	}
}

/* = ttl
-------------------------------------------------------------- */
.sec-ttl-box {
	margin-bottom: 60px;
}
.sec-ttl {
	text-align: center;
	margin-bottom: 30px;
	font-size: 4.6rem;
	letter-spacing: 0.1em;
	font-family: ten-mincho-text, serif;
	font-weight: 400;
}
.step-ttl {
	font-size: 3.8rem;
	letter-spacing: 0.1em;
}
.ttl-dot {
	position: relative;
}
.ttl-dot::before {
	content: '・・・・・';
	position: absolute;
	bottom: -45px;
	left: -5px;
	display: inline-block;
	line-height: 1;
	letter-spacing: 0em;
	color: #cf131c;
}
@media screen and (max-width: 767px) {
	.sec-ttl-box {
		margin-bottom: 30px;
		overflow: hidden;
	}
	.sec-ttl {
		font-size: 3.2rem;
	}
}

/* =btn
-------------------------------------------------------------- */
.btn-box {
	text-align: center;
	margin-top: 40px;
}
.btn {
	display: inline-block;
	padding: 25px 109px;
	position: relative;
	border: none;
	color: #fff;
	background-color: #403724;
	font-weight: bold;
	font-size: 2.0rem;
	padding-top: 30px\0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.submit-btn {
	position: relative;
}
.btn::before,
.submit-btn::before {
	content: '';
	background: url(../images/svg/arrow_white.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 20px;
	display: inline-block;
	width: 7px;
	height: 14px;
}
.btn:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
	opacity: 1;
	background-color: #cf131c;
}
#to-top-box {
	position: fixed;
	border-radius: 50%;
	right: 50px;
	bottom: 50px;
	width: 78px;
	height: 76px;
	z-index: 1;
	opacity: 0;
	transition: opacity .5s ease;
	-webkit-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-ms-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
#to-top-box.visible {
  opacity: 1;
  transition: opacity .5s ease;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  -ms-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
}
#to-top-box a {
  display: block;
  background: url(../images/png/to_top.png) no-repeat;
  position: relative;
  box-sizing: border-box;
  width: 100%;
	height: 100%;
}
/* #to-top-box a::after {
  content: "";
  background: url(../images/png/to_top.png) no-repeat;
  position: absolute;
  top: 23px;
  left: 25px;
  width: 15px;
  height: 15px;
  transform: rotate(-90deg);
} */
@media screen and (max-width: 767px) {
	.btn {
		padding: 30px 70px;
	}
}

/* = flex
-------------------------------------------------------------- */
.flex-between {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex-start {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
}

.flex-reverse {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}

.flex-between > *,
.flex-start > *,
.flex-reverse > * {
	position: relative;
	box-sizing: border-box;
}


@media screen and (max-width: 767px) {
	.flex-between > *,
	.flex-start > *,
  .flex-reverse > * {
    width: 100%;
  }
}

/* =header
-------------------------------------------------------------- */
#header {
	position: fixed;
	z-index: 99;
	width: 100%;
  transition: all .5s ease;
}
#h-logo-box {
	padding: 25px 0 0 30px;
	align-items: center;
}
#h-logo-box .h-logo img {
	width: 330px;
	height: 40px;
}
#h-logo-box .h-logo-text {
	font-size: 1.1rem;
	font-weight: bold;
	margin-left: 10px;
}
#h-logo-box .h-logo-text span {
	font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
	#header.visible {
		background-color: #fff;
	}
	#h-logo-box {
		padding: 15px 0 10px 15px;
	}
	#h-logo-box .h-logo {
		width: 200px;
	}
	#h-logo-box .h-logo-text {
    margin-left: 20px;
    width: 230px;
	}
	#h-contact-box {
		float: right;
	}
	#h-contact-box .contact {
		padding: 45px 20px 11px;
		background-position: center 20px;
	}
}
/* =mv
-------------------------------------------------------------- */
#mv {
	position: relative;
}
#mv::before {
	content: '';
	background: url(../images/bg/bg_circle_01.png) top -270px left -60px / contain no-repeat;
	position: absolute;
	margin: auto;
	display: inline-block;
	width: 500px;
	height: 500px;
}
#mv::after {
	content: '';
	background: url(../images/bg/bg_circle_02.png) top 0 left 0 / contain no-repeat;
	position: absolute;
	margin: auto;
	top: -300px;
	left: -90px;
	display: inline-block;
	width: 530px;
	height: 480px;
	z-index: -1;
}
#mv .mv-inner {
  /* content: ""; */
  /* background: url(../images/img/mv_01.jpg) no-repeat; */
  background-size: cover;
	background-position: center;
	padding-top: 80px;
  width: 100%;
  height: 750px;
	position: relative;
	z-index: 20;
}
#mv .mv-img {
	position: absolute;
	right: 0;
}
#mv .mv-img img {
	border-radius: 20px 0 0 20px;
	-webkit-border-radius: 20px 0 0 20px;
	-moz-border-radius: 20px 0 0 20px;
	-ms-border-radius: 20px 0 0 20px;
	-o-border-radius: 20px 0 0 20px;
}
#mv .mv-text {
	position: absolute;
	top: 300px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 80%;
	font-size: 3.5rem;
	line-height: 1.25;
	letter-spacing: 0em;
	font-weight: bold;
	z-index: 30;
}
#mv .mv-text p {
	display: inline-block;
	margin-bottom: 25px;
	padding: 0 15px 0 15px;
	box-shadow: 0px 4px 8px rgba(0,0,0,0.16);
	background-color: #fff;
	font-size: 5.3rem;
	font-weight: 400;
	line-height: 1.4;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
#mv .mv-text p + p {
	margin-top: 10px;
}
#mv .mv-text p .txt-red {
	color: #cf131c;
}

@media screen and (min-width: 768px) {
	#mv .mv-img {
		width: 80%;
		
	}
	#mv .mv-img img {
		width: 100%;
		object-fit: cover;
		height: 755px;	
	}
}

@media screen and (max-width: 767px) {
	#mv .mv-inner {
		height: 285px;
	}
	#mv .mv-img {
		width: 85%;
    line-height: 0;
	}
	#mv .mv-text {
		width: 94%;
		top: 38%;
		line-height: 1.0;
	}
	#mv .mv-text p {
		padding: 0 10px;
		font-size: 2.0rem;
		margin-bottom: 0;
	}
}

/* intro */
#lp-intro .sec-inner {
	padding: 85px 0 120px;
}
#lp-intro .img-text-box {
	position: relative;
	z-index: 20;
}
#lp-intro .img-text-box:nth-child(1) .img-area {
	position: absolute;
	width: 550px;
	top: -120px;
	transform: translateX(100%);
	-webkit-transform: translateX(108%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	z-index: 40;
}
#lp-intro .img-text-box:nth-child(1) .img-area .img-box {
	position: relative;
}

#lp-intro .img-text-box:nth-child(1) .text-area {
	position: relative;
	width: 550px;
}

#lp-intro .img-text-box:nth-child(2) .img-area {
	position: absolute;
	width: 510px;
	top: -140px;
	transform: translateX(-100%);
	-webkit-transform: translateX(-108%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
}
#lp-intro .img-text-box:nth-child(2) .img-area .img-box {
	position: relative;
}

#lp-intro .img-text-box:nth-child(2) .text-area {
	position: relative;
	width: 600px;
}

#lp-intro .img-text-box:nth-child(1) .img-area .img-box::before {
	content: '';
	background: url(../images/bg/bg_circle_03.png) top 0 left 0 / contain no-repeat;
	position: absolute;
	margin: auto;
	top: 140px;
	right: -130px;
	display: inline-block;
	width: 500px;
	height: 500px;
	z-index: -1;
}
#lp-intro .img-text-box:nth-child(2) .img-area .img-box::before {
	content: '';
	background: url(../images/bg/bg_circle_04.png) top 0 left 0 / contain no-repeat;
	position: absolute;
	margin: auto;
	top: 108px;
	left: 280px;
	display: inline-block;
	width: 500px;
	height: 500px;
	z-index: -1;
}
#lp-intro .img-text-box + .img-text-box {
	margin-top: 210px;
}

#lp-intro .img-text-box .text-area .ttl {
	font-size: 4.487rem;
	letter-spacing: .1em;
	z-index: 10;
}

#lp-intro .img-text-box .text-area .text {
	position: relative;
	margin-top: 60px;
	z-index: 40;
}

@media screen and (max-width: 768px) {
	#lp-intro .sec-inner {
		padding: 60px 0;
	}
	#lp-intro .img-text-box + .img-text-box {
		margin-top: 60px;
	}
	#lp-intro .img-text-box:nth-child(1) .img-area,
	#lp-intro .img-text-box:nth-child(2) .img-area {
		position: relative;
		width: 80%;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin: 30px auto 0;
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
}
	#lp-intro .img-text-box:nth-child(1) .text-area,
	#lp-intro .img-text-box:nth-child(2) .text-area {
		width: 100%;
	}
	#lp-intro .img-text-box .text-area .ttl {
		font-size: 3.487rem;
	}
	#lp-intro .img-text-box:nth-child(2) .img-area .img-box::before {
		left: 10px;
	}
}
/* flow */
#lp-flow .sec-inner {
	padding-top: 140px;
	padding-bottom: 90px;
}

#lp-flow .step-box {
	padding: 100px 0;
}

#lp-flow .step-ttl-box {
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}

#lp-flow .step-ttl-box .num {
	margin-bottom: 10px;
}

#lp-flow .step-ttl-box .ttl {
	margin-bottom: 15px;
	font-size: 3.8rem;
	font-family: ten-mincho-text, serif;
	font-weight: 400;
}

.step-list-box {
	padding: 0 0 100px;
}
.step-list-box .step-list {
	margin-top: 50px;
}
.step-list-box .step-list-item {
	position: relative;
}
.step-list-box .step-list-item:not(:last-child)::before {
	content: '';
	background: url(../images/png/arrow_01.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -20px;
	display: inline-block;
	width: 8px;
	height: 16px;
}
@media screen and (max-width: 768px) {
	#lp-flow .sec-inner {
		padding-top: 60px;
	}
	#lp-flow .step-ttl-box .ttl {
		font-size: 3.2rem;
	}
	#lp-flow .step-box {
		padding: 60px 0;
	}
	.step-list-box {
		padding-bottom: 60px;
	}
	.step-list-box .step-list {
		margin: 50px auto 0;
		width: 90%;
	}
	.step-list-box .step-list-item {
		width: 28%;
	}
	.step-list-box .step-list-item:nth-child(n+4) {
		margin-top: 10px;
	}
}
/* make */
.step-make .content-width {
	background:
	url(../images/png/illust_01.png) top 33px left / 237px no-repeat,
	url(../images/png/illust_02.png) top 63px right / 261px no-repeat;
}
.step-make-item {
	width: 308px;
}
.step-make-item:nth-child(n+4) {
	margin-top: 30px;
}
.step-make-item img {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.step-make-item .name {
	padding: 10px 0;
	text-align: center;
	font-size: 2.0rem;
	font-weight: 600;
}
@media screen and (max-width: 768px) {
	.step-make .content-width {
		background:
		url(../images/png/illust_01.png) top 33px left -6px / 126px no-repeat,
		url(../images/png/illust_02.png) top 54px right -8px / 140px no-repeat;
	}
	.step-make-item {
		width: 100%;
	}
	.step-make-item + .step-make-item {
		margin-top: 30px;
	}
}
/* collect */
.step-collect .content-width {
	background:
	url(../images/png/illust_03.png) top 78px left 18px / 212px no-repeat,
	url(../images/png/illust_04.png) top 68px right 16px / 248px no-repeat;
}
.step-collect-list-item {
	position: relative;
}
.step-collect-list-item:not(:last-child)::before {
	content: '';
	background: url(../images/svg/arrow_01.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -36px;
	display: inline-block;
	width: 13px;
	height: 30px;
}

@media screen and (max-width: 768px) {
	.step-collect .content-width {
		background:
			url(../images/png/illust_03.png) top 36px left 12px / 120px no-repeat,
			url(../images/png/illust_04.png) top 30px right 6px / 140px no-repeat;
	}
	.step-collect-list-item {
		width: 38%;
    margin: auto;
	}
	.step-collect-list-item:nth-child(2)::before {
		content: '';
    background: url(../images/png/arrow_01.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: auto;
    bottom: -20px;
    margin: auto;
    right: auto;
    display: inline-block;
    width: 13px;
    height: 35px;
    transform: rotate(115deg);
    left: 28px;
	}
}

/* process */
.step-process .content-width {
	background:
	url(../images/png/illust_05.png) top 80px left 56px / 160px no-repeat,
	url(../images/png/illust_06.png) top 90px right 6px / 180px no-repeat;
}
.step-process-list-item:nth-child(-n+3){
	margin-top: 0;
}

.step-process-list {
	margin: 0 -10px 0px;
}
.step-process-list-item {
	width: 320px;
	align-items: center;
	background-color: #f1e5c8;
	margin: 10px 10px 0 10px;
	padding: 10px 15px;
	font-family: ten-mincho-text, serif;
	font-weight: 400;
	font-size: 2.0rem;
	line-height: .9;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.step-process-list-item .num {
	font-family: eb-garamond, serif;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 12px;
	background-color: #fff;
	width: 32px;
	height: 32px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.step-process-list-item .small {
	font-size: 1.4rem;
}

.step-process-list-item.emphasis-item {
	background-color: #f2cacc;
}

.step-process-list-item.emphasis-item .num {
	font-family: eb-garamond, serif;
	background-color: #cf131c;
	color: #fff;
}

.emphasis-process {
	margin-top: 50px;
}

.emphasis-process .no1-mess {
	position: relative;
	text-align: center;
	margin-bottom: 40px;
}

.emphasis-process .no1-mess span {
	display: inline-block;
	font-size: 2.8rem;
}

.emphasis-process .no1-mess span::before {
	top: auto;
	bottom: 0;
	left: -50px;
	width: 45px;
	height: 45px;
}

.emphasis-process .no1-mess span::after {
	top: auto;
	bottom: 0;
	right: -55px;
	width: 45px;
	height: 45px;
}

.emphasis-process .no1-mess .num {
	display: inline-block;
	background-color: #cf131c;
	color: #fff;
	margin: 0 5px;
	width: 32px;
	height: 32px;
	margin-right: 12px;
	line-height: 1.7;
	font-size: 2.0rem;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	position: relative;
	top: -3px;
}

.emphasis-process-list {
	margin-top: -20px;
}

.emphasis-process-list-item {
	margin-top: 36px;
	width: 48%;
}

.emphasis-process-list-item .img-box {
	margin-bottom: 15px;
}

.emphasis-process-list-item .ttl {
	text-align: center;
	font-size: 3.0rem;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.emphasis-process-list-item .ttl::before {
	width: 90px;
	height: 4px;
	margin: auto;
	left: 0;
	right: 0;
}

.emphasis-process-list-item .ttl .num {
	font-family: eb-garamond, serif;
	display: inline-block;
	margin-right: 10px;
	background-color: #cf131c;
	color: #fff;
	width: 32px;
	height: 32px;
	line-height: 1.6;
	font-size: 2.0rem;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	position: relative;
	top: -6px;
}

@media screen and (max-width: 768px) {
	.step-process .content-width {
		background:
			url(../images/png/illust_05.png) top 36px left 12px / 90px no-repeat,
			url(../images/png/illust_06.png) top 40px right -6px / 90px no-repeat;
	}
	.emphasis-process .no1-mess span::before {
		left: -20px;
	}
	.emphasis-process .no1-mess span::after {
		right: -30px;
	}
	.step-process-list {
		margin-top: -10px;
	}
	.step-process-list-item:nth-child(-n+3) {
		margin-top: 10px;
	}
	.step-process-list-item {
		margin: 10px 0 0 0;
		width: 100%;
	}
	.step-process-list-item > * {
		width: auto;
	}
	.emphasis-process .no1-mess .num {
		line-height: 1.6;
	}
	.emphasis-process .no1-mess span {
		font-size: 2.0rem;
	}
	.emphasis-process-list-item {
		width: 100%;
	}
}

/* inspect */
.step-inspect .content-width {
	background:
	url(../images/png/illust_07.png) top 18px left -5px / 360px no-repeat;
}

.step-inspect .img-area {
	width: 390px;
}

.step-inspect .text-area {
	width: calc( 100% - 425px );
}

.step-inspect .notice-text {
	margin-top: 40px;
}

.step-inspect .notice-text .text {
	position: relative;
	padding-left: 40px;
}

.step-inspect .notice-01::before {
	content: '※1';
	background-size: contain;
	position: absolute;
	left: 0px;
}

.step-inspect .notice-02::before {
	content: '※2';
	background-size: contain;
	position: absolute;
	left: 0px;
}

.step-inspect .introduce {
	margin-top: 30px;
}

.step-inspect .introduce .ttl {
	display: inline-block;
	padding: 5px 20px;
	font-size: 1.6rem;
	font-weight: 600;
	background-color: #f1e5c8;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}

.step-inspect .introduce .url {
	display: inline-block;
	padding-left: 20px;
	margin-top: 10px;
	color: #704f00;
	text-decoration: underline;
	text-decoration-color: #704f00;
	-moz-text-decoration-color: #704f00;
}

.step-inspect .introduce .url:hover {
	color: #cf131c;
	text-decoration-color: #cf131c;
	-moz-text-decoration-color: #cf131c;
}

@media screen and (max-width: 768px) {
	.step-inspect .content-width {
		background: url(../images/png/illust_07.png) top 32px left -5px / 170px no-repeat;
	}
	.step-inspect .img-area {
		width: 100%;
	}
	.step-inspect .text-area {
		width: 100%;
		margin-top: 15px;
	}
}

/* storage */
.step-storage .content-width {
	background:
	url(../images/png/illust_08.png) top 50px right 16px / 320px no-repeat;
}

.step-storage .img-wrapper .img-box {
	width: 320px;
}


@media screen and (max-width: 768px) {
	.step-storage .content-width {
		background: url(../images/png/illust_08.png) top 20px right -10px / 160px no-repeat;
	}
	.step-storage .img-wrapper .img-box {
		width: 100%;
	}
	.step-storage .img-wrapper .img-box + .img-box {
		margin-top: 30px;
	}
}

/* deliver */
.step-deliver .content-width {
	background:
		url(../images/png/illust_09.png) top 110px left / 226px no-repeat,
		url(../images/png/illust_10.png) top 36px right / 262px no-repeat;
}

.step-deliver .img-wrapper .img-box {
	width: 320px;
}

.step-deliver .img-wrapper .img-box img {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.step-deliver .food-box {
	position: relative;
}

.step-deliver .food-box .img-area {
	position: absolute;
	left: 0;
	top: 125px;
}

.step-deliver .food-box .text-area {
	position: relative;
	text-align: center;
	margin: 150px 0 130px;
	padding: 30px 0;
	width: 520px;
	font-size: 2.6rem;
}

.step-deliver .food-box .text-area::before {
	content: '';
	background: url(../images/svg/line_long_01.svg) repeat;
	background-size: contain;
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	width: 100%;
	height: 7px;
}

.step-deliver .food-box .text-area::after {
	content: '';
	background: url(../images/svg/line_long_01.svg) repeat;
	background-size: contain;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	width: 100%;
	height: 7px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.step-deliver .sales-box {
	position: relative;
	margin-top: 60px;
	padding: 100px 50px 60px;
	background-color: #f7f1e2;
}

.step-deliver .sales-box::before {
	content: '';
	background: url(../images/png/flag_01.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0px;
	display: inline-block;
	width: 295px;
	height: 130px;
}

.step-deliver .sales-box::after {
	content: '';
	background: url(../images/png/flag_02.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 0px;
	display: inline-block;
	width: 170px;
	height: 90px;
}

.step-deliver .sales-box .text-area {
	width: 480px;
	margin-left: auto;
}

.step-deliver .sales-box .text-area .ttl {
	position: relative;
	font-size: 3.5rem;
	text-align: center;
	margin-bottom: 40px;
}

.step-deliver .sales-box .text-area .ttl span {
	position: relative;
	padding-bottom: 5px;
}

.step-deliver .sales-box .text-area .ttl span::before {
	content: '';
	background: url(../images/svg/line_01.svg) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	width: 100%;
	height: 7px;
}

.step-deliver .sales-box .text-area .ttl span::after {
	content: '';
	background: url(../images/png/tent_01.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	width: 70px;
	height: 40px;
}

.step-deliver .sales-box .text-area .img-box {
	position: absolute;
	top: 105px;
	left: 25px;
}

.step-deliver .sales-box .text-area .btn-box {
	position: relative;
	margin-top: 60px;
}

.step-deliver .sales-box .text-area .btn-box::before {
	content: '';
	background: url(../images/png/bubble_01.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: -50px;
	right: -30px;
	display: inline-block;
	width: 150px;
	height: 50px;
}

.step-deliver .illust-wrapper .left-side {
	position: absolute;
	bottom: -108px;
	left: -160px;
}

.step-deliver .illust-wrapper .right-side {
	position: absolute;
	bottom: -96px;
	right: -100px;
}

@media screen and (max-width: 768px) {
	.step-deliver .content-width {
		background:
			url(../images/png/illust_09.png) top 44px left 22px / 120px no-repeat,
			url(../images/png/illust_10.png) top 12px right 18px / 120px no-repeat;
	}
	#lp-flow .step-deliver .step-ttl-box .num {
		margin-bottom: 45px;
	}
	.step-deliver .img-wrapper .img-box {
		width: 100%;
	}
	.step-deliver .img-wrapper .img-box + .img-box {
		margin-top: 30px;
	}
	.step-deliver .food-box .img-area {
		position: relative;
		margin-top: 30px;
		top: 0;
	}
	.step-deliver .food-box .text-area {
		width: 100%;
		margin: 30px 0;
		font-size: 2.0rem;
	}
	.step-deliver .sales-box {
		padding: 100px 30px 60px;
	}
	.step-deliver .sales-box::before {
		width: 185px;
    height: 80px;
	}
	.step-deliver .sales-box::after {
		width: 100px;
    height: 50px;
	}
	.step-deliver .sales-box .text-area {
		width: 100%;
	}
	.step-deliver .sales-box .text-area .img-box {
		position: relative;
		top: 0px;
		left: 0px;
	}
	.step-deliver .sales-box .text-area .text {
		margin-top: 20px;
	}
	.step-deliver .sales-box .text-area .btn-box::before {
		top: -55px;
    right: -25px;
    width: 150px;
    height: 50px;
	}
	.step-deliver .sales-box .text-area .btn-box {
		margin-top: 60px;
	}
	.step-deliver .illust-wrapper .left-side {
    position: absolute;
    bottom: -100px;
    left: -50px;
    width: 260px;
	}
	.step-deliver .illust-wrapper .right-side {
		position: absolute;
    bottom: -100px;
    right: -25px;
    width: 236px;
	}
}



#lp-mess {
	background: url(../images/jpg/mess_01.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

#lp-mess .sec-inner {
	padding: 150px 0;
}

#lp-mess .message {
	font-size: 3.4rem;
	padding-bottom: 5px;
	border-bottom: solid 1px #000;
	text-align: center;
}

@media screen and (max-width: 768px) {
	#lp-mess .message {
		display: inline;
		font-size: 2.0rem;
	}
}


/* =contact
-------------------------------------------------------------- */
#lp-contact .sec-ttl-box {
	position: relative;
	text-align: center;
	overflow: visible;
}

#lp-contact .sec-ttl-box::before {
	content: '';
	background: url(../images/png/illust_13.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: -30px;
	left: -80px;
	display: inline-block;
	width: 270px;
	height: 260px;
}

#lp-contact .sec-sub-ttl {
	display: inline-block;
	position: relative;
	font-size: 3.0rem;
	margin-bottom: 20px;
	font-weight: 600;
}

#contact .sec-inner {
	padding: 90px 0 200px;
}

@media screen and (max-width: 768px) {
	#lp-contact .sec-ttl-box::before {
    top: -60px;
    left: -25px;
    width: 120px;
    height: 110px;
}
	#lp-contact .sec-sub-ttl::before {
		left: -60px;
		bottom: -20px;
		width: 40px;
    height: 55px;
	}
	#lp-contact .sec-sub-ttl::after {
		right: -60px;
		bottom: -20px;
		width: 40px;
    height: 55px;
	}
}
/*contact-form*/
#lp-contact .contact-form {
	text-align: center;
}
#lp-contact .contact-form-label-box label {
	display: block;
	padding: 25px 0px;
	font-size: 0;
}
#lp-contact .contact-form-label-box .label-head {
	display: inline-block;
	width: 22.5%;
	font-weight: bold;
	font-size: 1.8rem;
	text-align: left;
}
#lp-contact .contact-form-label-box .must {
	color: #df3633;
	margin-left: 5px;
}
#lp-contact .contact-form-label-box .e-mail {
	padding-top: 0;
	padding-bottom: 40px;
	position: relative;
}
#lp-contact .contact-form-label-box .e-mail .absolute {
	bottom: 15px;
	left: 0;
	font-size: 1.2rem;
}
#lp-contact .contact-form-label-box label input {
	display: inline-block;
	width: 73%;
	background-color: #fff;
}
#lp-contact .contact-form-label-box .textarea {
	display: flex;
	align-items: center;
}
#lp-contact .contact-form-label-box .textarea textarea {
	background-color: #fff;
	width: 77%;
}
#lp-contact .contact-form-label-box .textarea span {
	display: inline-block;
}
#lp-contact .contact-form-label-box .text {
	font-weight: bold;
}
#lp-contact .contact-form-label-box .privacy {
	border-bottom: solid 1px #df3633;
	color: #df3633;
}
#lp-contact .submit-box {
	margin-top: 35px;
	text-align: center;
}
#lp-contact .submit-box .btn {
	width: 460px;
}
/*追記*/
#lp-contact .contact-form-label-box .place .label-head {
    padding: 19px 0;
    vertical-align: top;
}
#lp-contact .contact-form-label-box .label-body {
    font-weight: bold;
    font-size: 1.4rem;
    text-align: left;
    width: 78%;
    display: inline-block;
}
#lp-contact .contact-form-label-box label .text {
    font-weight: bold;
    margin-bottom: 10px;
}
#lp-contact .contact-form-label-box label select {
    width: 160px;
    height: 36px;
    padding: 5px;
    background: #f4f3f3;
    border: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
	#lp-contact .sec-inner {
		padding: 60px 0 60px;
	}
	#lp-contact .contact-form-label-box label {
		padding: 30px 25px;
		text-align: left;
	}
	#lp-contact .contact-form-label-box .label-head {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	#lp-contact .contact-form-label-box .e-mail .absolute {
		bottom: 10px;
    left: 30px;
	}
	#lp-contact .contact-form-label-box .textarea {
		display: block;
	}
	#lp-contact .contact-form-label-box .textarea span {
    display: block;
	}
	#lp-contact .contact-form-label-box label input {
		width: 100%;
		box-sizing: border-box;
	}
	#lp-contact .contact-form-label-box .textarea textarea {
		width: 100%;
	}
	/*追記*/
	#lp-contact .contact-form-label-box .label-body {
		display: block;
		width: 100%;
	}
	#lp-contact .contact-form-label-box .place .label-head {
		padding: 0;
		vertical-align: top;
	}
	#lp-contact .submit-box .btn {
		width: 90%;
	}
}

/* =footer
-------------------------------------------------------------- */
#f-content {
	background-color: #5b5542;
}

#f-content .company-box {
	width: 49%;
	box-sizing: border-box;
	background-color: #fff;
	padding: 40px 60px;
	margin: auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

#f-content .company-box .name {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	padding-bottom: 30px;
}
#f-content .company-box.takara .name img {
	width: 370px;
}
#f-content .company-box.nakari .name img {
	width: 280px;
}

#f-content .company-box .name::before {
	margin: auto;
	right: 0;
	left: 0;
	display: inline-block;
	width: 90px;
	height: 4px;
}

#f-content .company-box .text {
	margin-top: 30px;
}

#f-copy {
	font-size: 1.1rem;
	background-color: #2e2a18;
	color: #fff;
	text-align: center;
	padding: 10px 0;
}

@media screen and (max-width: 768px) {
	#f-content .company-wrapper {
		display: block;
	}
	#f-content .company-box {
		display: block;
		width: 100%;
	}
	#f-content .company-box + .company-box {
		margin-top: 20px;
	}
}





/* =confirm-page
-------------------------------------------------------------- */
.confirm-dl-box {
	margin-bottom: 30px;
}
.confirm-dl-box dl {
	display: table;
	width: 100%;
	margin: 0;
	border-bottom: solid 1px #d4d4d4;
}
.confirm-dl-box dl:first-child {
	border-top: solid 1px #d4d4d4;
}
.confirm-dl-box dt ,
.confirm-dl-box dd {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding: 20px;
	box-sizing: border-box;
}
.confirm-dl-box dt {
	width: 18%;
  font-size: 1.5rem;
  font-weight: bold;
}
.confirm-dl-box dd {
	width: 82%;
	font-size: 1.5rem;
  font-weight: normal;
}
.contact-confirm [type="button"],
.contact-confirm [type="submit"] {
	background-color: #221916;
  color: #fff;
  width: 320px;
  padding: 16px 0px;
  padding-top: 20px\0;
  position: relative;
  border: none;
  border-radius: 50px;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.contact-confirm [type="submit"] {
	background-color: #221916;
  color: #fff;
}
.contact-confirm [type="button"] {
	background-color: #fff;
  color: #221916;
  border: solid 1px #221916;
  width: 120px;
  padding: 12px 0px;
  padding-top: 16px\0;
}
.contact-confirm-again .btn-box {
	position: relative;
}
.contact-confirm-again .btn-box::before {
  content: "";
  background: url(../img/common/arrow_01.png) no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 25px;
  width: 20px;
  height: 10px;
}
@media screen and (max-width: 768px) {
	.confirm-dl-box dl {
		padding: 12px 15px;
		box-sizing: border-box;
	}
	.confirm-dl-box dt {
		width: 100%;
		display: block;
		padding: 0;
		font-size: 1.7rem;
		margin-bottom: 5px;
	}
	.confirm-dl-box dd {
		width: 100%;
		display: block;
		padding: 0;
		font-size: 1.7rem;
	}
}

/* =thanks-page
-------------------------------------------------------------- */
#thanks-mv {
	background: url(../images/jpg/img_01.jpg) no-repeat top;
	background-position: center;
	background-size: cover;
	height: 350px;
	position: relative;
}
#thanks-mv::before {
	content: '';
	background-color: rgba(14, 76, 56, 0.4);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height: 350px;
}
#thanks-mv .thanks-mv-inner {
	position: relative;
	width: 100%;
	color: #fff;
	height: 350px;
	text-align: center;
	z-index: 99;
	text-shadow: 7px 4px 9px rgba(0, 0, 0, 0.35);
}
#thanks-mv .thanks-mv-inner .main-ttl {
	font-size: 3.2rem;
}
#thanks-mv .thanks-mv-inner .sub-ttl {
	font-size: 1.6rem;
	font-weight: bold;
}
#thanks-message {
	background: url(../images/common/bg_wide_01.png) no-repeat top;
	background-position: center;
	background-size: cover;
	position: relative;
	padding: 160px 0;
	text-align: center;
}
#thanks-message .sec-ttl {
	font-size: 3.4rem;
}
#thanks-message .message {
	margin-bottom: 100px;
}

.img-sec {
	background: url(../images/jpg/img_01.jpg);
	background-size: cover;
	height: 320px;
}

@media screen and (max-width: 768px) {
	#thanks-message .sec-ttl {
		font-size: 2.4rem;
	}
}