@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	margin-left: auto;
	/* width: calc(50% + 541px); */
	width: calc(100% - 420px);
	min-width: 950px;
}
.mainVisual img {
	width: 100%;
	height: 100%;
	min-height: 700px;
	object-fit: cover;
}
.story {
	margin-bottom: 52px;
}
.story .headLine01 {
	margin: -179px 0 30px 257px;
}
.story .txt {
	margin-bottom: 47px;
	font-size: 1.8rem;
	line-height: 2.444;
}
.story .flowUl {
	height: 396px;
}
.story .flowUl li {
	margin-right: 56px;
	height: 396px;
}
.story .flowUl img {
	width: auto;
	height: 100%;
	max-width: inherit;
}
.product {
	margin-bottom: 42px;
}
.product .headLine01 {
	margin-bottom: 10px;
}
.product .headLine01 .jp {
	margin-top: 0;
	font-size: 5rem;
	vertical-align: -20px;
	display: inline-block;
}
.product .headLine01 + p {
	margin: 0 0 56px 255px;
	line-height: 2.444;
}
.product .bgBox {
	margin: 0 0 105px auto;
	padding: 177px 0 0 226px;
	width: calc(50% + 707px);
	box-sizing: border-box;
	background: url(../img/index/product_photo01.jpg) no-repeat left top / cover;
}
.product .bgBox .textBox {
	background-color: #fff;
}
.product .bgBox .textBox .innerBox {
	margin-right: auto;
	padding: 48px 0 41px 68px;
	max-width: 1080px;
}
.product .bgBox .textBox h3 {
	margin-bottom: 4px;
	color: #5D0520;
	font-size: 3rem;
	font-weight: 500;
}
.product .bgBox .textBox p {
	margin-bottom: 67px;
	line-height: 2.444;
}
.product .bgBox .textBox .link a {
	width: 495px;
	height: 61px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	background-color: #EAEA54;
}
.product .bgBox .textBox .link a:hover {
	opacity: 0.7;
}
.product .bgBox .textBox .link .img {
	margin-right: 18px;
}
.product .bgBox .textBox .link .txt01 {
	margin-right: 18px;
	color: #9F9F9F;
	font-size: 2rem;
	font-family: 'Roboto', sans-serif;
}
.product .bgBox .textBox .link .txt02 {
	color: #5D0520;
	font-weight: 700;
}
.product .imgBox {
	position: relative;
	z-index: 1;
}
.product .imgBox::after {
	width: calc(50% + 75px);
	height: calc(100% - 296px);
	background-color: #EFF2F4;
	position: absolute;
	right: 0;
	top: 277px;
	z-index: -1;
	content: "";
}
.product .imgBox .photoBox {
	display: flex;
	position: relative;
}
.product .imgBox .photoBox .photo {
	width: calc(50% + 348px);
}
.product .imgBox .photoBox .text {
	margin-left: 44px;
}
.product .imgBox .textBox {
	margin-top: -192px;
	display: flex;
}
.product .imgBox .textBox .img {
	margin-left: 5px;
	width: 595px;
	position: relative;
	z-index: 1;
}
.product .imgBox .textBox .innerBox {
	margin-top: 240px;
	flex: 1;
}
.product .imgBox .textBox h3 {
	margin-bottom: 24px;
	color: #5D0520;
	font-weight: 500;
	font-size: 3rem;
}
.product .imgBox .textBox .txt {
	margin-bottom: 48px;
	line-height: 2.444;
}
.product .imgBox .textBox .addressBox h4 {
	color: #5D0520;
	font-weight: 500;
}
.product .imgBox .textBox .addressBox p {
	margin-top: 7px;
	font-size: 1.6rem;
	line-height: 1.875;
}
.mapBox {
	margin-bottom: 94px;
}
.mapBox iframe {
	width: 100%;
	height: 595px;
	border: none;
}
.contact h2 {
	margin-bottom: 42px;
	color: #5D0520;
	font-weight: 500;
	font-size: 2rem;
	text-align: center;
}
.contact .formBox {
	margin: 0 auto;
	width: 747px;
}
.contact .formBox .errorMsg {
	margin-bottom: 42px;
	font-size: 1.6rem;
	color: #F00;
}
.contact .mailForm dl {
	display: flex;
	flex-wrap: wrap;
}
.contact .mailForm dt,
.contact .mailForm dd {
	margin-bottom: 30px;
	padding-bottom: 20px;
	font-weight: 500;
	font-size: 1.6rem;
}
.contact .mailForm dt {
	margin-right: 20px;
	width: 225px;
	display: flex;
	font-feature-settings: "palt";
	justify-content: space-between;
	border-bottom: 1px solid #5D0520;
}
.contact .mailForm dt.colCenter {
	align-items: center;
}
.contact .mailForm dt .must {
	margin: 2px 9px 0 0;
	color: #5D0520;
	font-size: 1.4rem;
}
.contact .mailForm dd {
	width: calc(100% - 245px);
	border-bottom: 1px solid #000;
}
.contact .mailForm input[type="email"],
.contact .mailForm input[type="text"],
.contact .mailForm input[type="tel"],
.contact .mailForm input[type="submit"],
.contact .mailForm textarea {
	padding: 0 4px;
	width: 100%;
	color: #000;
	font-weight: 500;
	font-size: 1.6rem;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.contact .mailForm textarea {
	height: 121px;
	resize: none;
}
.contact .mailForm .submit {
	margin-top: 23px;
	display: flex;
	justify-content: center;
}
.contact .mailForm .submit li {
	margin: 0 10px;
}
.contact .mailForm .submit button {
	margin-right: 18px;
	padding-top: 4px;
	width: 272px;
	height: 47px;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	color: #5D0520;
	font-size: 1.6rem;
	font-weight: 700;
	border: 1px solid #5D0520;
	background-color: transparent;
}
.contact .mailForm .submit button:hover {
	cursor: pointer;
}
.contact .mailForm .submit button::after {
	width: 37px;
	height: 7px;
	position: absolute;
	right: -22px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/common/icon_arrow.png) no-repeat center / 100%;
	transition: all ease-out 0.2s;
	content: "";
}
.contact .mailForm .submit #edit::after {
	right: auto;
	left: -22px;
	transform: translateY(-50%) rotateY(180deg);
}
@media all and (min-width: 897px) {
	.contact .mailForm .submit button:hover::after {
		right: -30px;
	}
	.contact .mailForm .submit #edit:hover::after {
		left: -30px;
	}
}
@media all and (min-width: 897px) and (max-width: 1480px) {
	.headLine01 {
		margin-left: 0;
	}
}
@media all and (max-width: 896px) {
	.mainVisual {
		margin: 33px 0 1px auto;
		width: calc(100% - 63px);
		min-width: inherit;
	}
	.mainVisual ul {
		height: auto;
		min-height: 277px;
	}
	.mainVisual img {
		min-height: 277px;
	}
	.story {
		margin-bottom: 18px;
	}
	.story .headLine01 {
		margin: 0 0 0 18px;
	}
	.story .content {
		padding: 0 18px;
	}
	.story .txt {
		margin-bottom: 35px;
		font-size: 1.3rem;
		line-height: 2;
	}
	.story .flowUl {
		height: 145px;
	}
	.story .flowUl li {
		margin-right: 21px;
		width: 256px;
		height: 145px;
	}
	.story .flowUl img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.product {
		margin-bottom: 23px;
	}
	.product .headLine01 {
		margin-bottom: 0px;
	}
	.product .headLine01 .en::after {
		margin-top: 0;
	}
	.product .headLine01 .jp {
		margin-top: 5px;
		display: block;
		font-size: 2.4rem;
	}
	.product .headLine01 + p {
		margin: 0 0 14px;
		line-height: 2;
	}
	.product .bgBox {
		margin-bottom: 29px;
		padding: 48px 0 0 18px;
		width: auto;
		background-image: url(../img/index/sp_product_photo01.jpg);
		background-size: 100% ;
	}
	.product .bgBox .textBox .innerBox {
		padding: 18px 22px 40px;
		max-width: inherit;
	}
	.product .bgBox .textBox h3 {
		margin-bottom: 5px;
		font-size: 2rem;
	}
	.product .bgBox .textBox p {
		margin-bottom: 10px;
		line-height: 2;
	}
	.product .bgBox .textBox .link {
		margin: 0 -5px 0 -6px;
	}
	.product .bgBox .textBox .link a {
		max-width: 339px;
		width: auto;
		height: 42px;
	}
	.product .bgBox .textBox .link .img {
		margin-right: 12px;
		width: 23px;
	}
	.product .bgBox .textBox .link .txt01 {
		margin-right: 31px;
		font-size: 1.3rem;
	}
	.product .bgBox .textBox .link .txt02 {
		margin-top: 2px;
		font-size: 1.2rem;
		font-feature-settings: "palt";
	}
	.product .imgBox::after {
		display: none;
	}
	.product .imgBox .photoBox .photo {
		flex: 1;
	}
	.product .imgBox .photoBox .photo img {
		width: 100%;
	}
	.product .imgBox .photoBox .text {
		margin: -32px 17px 0 15px;
		width: 77px;
	}
	.product .imgBox .textBox {
		margin-top: -31px;
		display: block;
	}
	.product .imgBox .textBox .img {
		margin: 0 0 17px 11px;
		min-width: 196px;
		width: 50.256vw;
	}
	.product .imgBox .textBox .innerBox {
		margin: 0 -18px 0 0;
		padding: 24px 14px 23px 22px;
		background-color: #EFF2F4;
	}
	.product .imgBox .textBox h3 {
		margin-bottom: 35px;
		font-size: 2rem;
	}
	.product .imgBox .textBox .txt {
		margin-bottom: 22px;
		line-height: 2;
	}
	.product .imgBox .textBox .addressBox h4 {
		font-size: 1.8rem;
	}
	.mapBox {
		margin-bottom: 39px;
	}
	.mapBox iframe {
		height: 45.6vw;
		min-height: 177px;
	}
	.contact h2 {
		margin-bottom: 20px;
		font-size: 0.9rem;
	}
	.contact .formBox {
		width: auto;
	}
	.contact .formBox .errorMsg {
		margin-bottom: 20px;
		font-size: 0.7rem;
	}
	.contact .mailForm dt, .contact .mailForm dd {
		margin-bottom: 13px;
		padding-bottom: 11px;
		font-size: 0.7rem;
		line-height: 1.5;
	}
	.contact .mailForm dt {
		margin-right: 10px;
		width: 106px;
	}
	.contact .mailForm dt .must {
		margin-right: 2px;
		white-space: nowrap;
		font-size: 0.6rem;
	}
	.contact .mailForm dd {
		width: calc(100% - 116px);
	}
	.contact .mailForm input[type="email"],
	.contact .mailForm input[type="text"],
	.contact .mailForm input[type="tel"],
	.contact .mailForm input[type="submit"],
	.contact .mailForm textarea {
		font-size: 0.7rem;
	}
	.contact .mailForm textarea {
		height: 58px;
	}
	.contact .mailForm .submit {
		margin: 11px 0 -10px;
		align-items: center;
		flex-direction: column;
	}
	.contact .mailForm .submit button {
		margin-right: 10px;
		padding: 0;
		width: 128px;
		height: 22px;
		font-size: 0.7rem;
	}
	.contact .mailForm .submit button::after {
		width: 17px;
		right: -11px;
	}
	.contact .mailForm .submit #edit::after {
		right: auto;
		left: -11px;
	}
	.contact .mailForm .submit li {
		margin-bottom: 10px;
	}
}

/* thanks */
#thanks {
	height: calc(100vh - 274px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#thanks h2 {
	margin: 130px 0 20px;
	color: #5D0520;
	font-size: 4rem;
font-weight: 100
}
#thanks p {
	margin-bottom: 20px;
	font-size: 2rem;
}
#thanks .link a {
	margin: 0 auto;
    padding-top: 4px;
    width: 272px;
    height: 47px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    color: #5D0520;
    font-size: 1.6rem;
    font-weight: 700;
    border: 1px solid #5D0520;
    background-color: transparent;
}
#thanks .link a::after {
	width: 37px;
    height: 7px;
    position: absolute;
    right: -22px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/common/icon_arrow.png) no-repeat center / 100%;
    transition: all ease-out 0.2s;
    content: "";
}
@media all and (min-width: 897px) {
	#thanks .link a:hover::after {
		right: -30px;
	}
}
@media all and (max-width: 896px) {
	#thanks {
		height: calc(100vh - 174px);
	}
	#thanks h2 {
		font-size: 2rem;
	}
	#thanks p {
		font-size: 1.4rem;
	}
}