@charset "UTF-8";

/* Reset
----------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	zoom:1;	/* hasLayout in IE */
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font:inherit;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	vertical-align:baseline;
	background:transparent;
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
}
	p{max-height:100%;}
	header, menu, nav, footer,
	section,article, aside,
	details, summary,
	figure, figcaption{display:block;}
	table{
	border-collapse:collapse;
	border-spacing:0;
}
q, blockquote{quotes:none;}
q:before, q:after, blockquote:before, blockquote:after{
	content:"";
	content:none;
}
img{
	font-size:0;
	line-height:0;
	vertical-align: bottom;
	height:auto;
}
a{
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	color:#333;
}
a:focus{outline:none;}
a img{
	border:none;
	vertical-align:middle;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="button"]{
    -webkit-appearance: none;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]:focus,
input[type="button"]:focus {
	outline-offset: -2px;
}
textarea{overflow:auto;}
label{cursor:pointer;}
.clearfix:after{
	display:block;
	visibility:hidden;
	content:".";
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
}
* html .clearfix{zoom:1;}
*:first-child + html .clearfix{zoom:1;}
a{
	text-decoration: none;
}
strong{
	font-weight: normal;
}
ul,ol{
	list-style-type: none;
}
body{
	font-family: 游ゴシック体, YuGothic, "Yu Gothic Medium", sans-serif;
		font-size: 16px;
		line-height: 1.5;
	font-size: 16px;
	line-height: 1.5;
	color: #1A1919;
}
.wrap{
	width:100%;
}

h2,h3,h4,h5{
	font-weight: bold;
}

.inner{
	margin:0 auto;
	width: 1100px;
    animation: fadeIn 4s ease 0.3s;
}
img{
	max-width:100%;
}

/*===============================================
横幅1240px以下
===============================================*/
@media screen and (max-width: 1240px) and (min-width: 431px) {
	html,
	body,
	.wrap {
		width: 1240px;
	}
}


/*===============================================
横幅431px以上
===============================================*/
@media screen and (min-width: 431px) {
	a {
		transition: all .5s;
	}

	a:hover {
		opacity: 0.8;
		filter: alpha(opacity=80);
		-moz-opacity: 0.8;
	}

	.sp {
		display: none;
	}

	.wrap {
		position: relative;
	}

	/* header
	------------------------------------------------------------------------*/
	header {
		position: absolute;
		z-index: 9000;
		width: 100%;
		padding: 56px 56px 0;
		box-sizing: border-box;
	}
	header h1 {
		display: table;
	}
	header h1 a, header h1 img {
		display: block;
	}

	/* common
	------------------------------------------------------------------------*/
	/*	.common_cv01
	------------------------------------------*/
	.common_cv01 {
		padding: 103px 0 125px;
		background: url("img/cv01_bg01_pc.png") no-repeat center/cover;
	}
	.common_cv01 h2 {
		margin-bottom: 43px;
		padding: 0 0 45px;
		background: url("img/cv01_txt01.png") no-repeat center bottom;
		color: #fff;
		font-weight: bold;
		font-size: 40px;
		text-align: center;
        transform: translateX(-200%);
        opacity: 0;
        animation: slide-in-anim 1.5s ease-out forwards;
	}
	.common_cv01 .txt {
		margin-bottom: 47px;
		color: #fff;
		text-align: center;
		font-size: 24px;
		line-height: 1.6;
        word-break: break-word;
	}
	.common_cv01 .btns {
		width: 100%;
		max-width: 860px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.common_cv01 .tel {
		margin: 0 auto 0 10px;
	}
	.common_cv01 .tel a{
		font-family: Futura, 'Century Gothic';
		font-size: 46px;
		color: #fff;
		display: block;
		letter-spacing: 2px;
	}
	.common_cv01 .tel a::before{
		content: 'TEL';
		font-size: 20px;
		border: 1px solid #fff;
		padding: 1px 10px;
		margin: 0 10px 10px 0;
		display: inline-block;
		vertical-align: middle;
	}
	.common_cv01 .contact {
		width: 380px;
		border-radius: 40px;
		font-size: 22px;
		text-align: center;
		letter-spacing: .1em;
	}
	.common_cv01 .contact a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 80px;
		background: #c6a115;
		border-radius: inherit;
		color: #fff;
		font-weight: bold;
        word-break: break-word;
        margin-left: 40px;
	}

	/*	.common_cv02
	------------------------------------------*/
	.common_cv02 {
		position: fixed;
		z-index: 9000;
		left: 0;
		bottom: 0;
		width: 100%;
		padding: 10px 0;
		background: #fff url("img/cv02_txt01.png") no-repeat left calc(50% - 535px) bottom;
	}
	.common_cv02 .inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.common_cv02 h2 {
		width: 43%;
		font-weight: bold;
		font-size: 19.5px;
        word-break: break-word;
	}
	.common_cv02 .btns {
		width: 56%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		text-align: center;
        margin-left: 150px;
	}
	.common_cv02 .btns .tit {
		width: 100%;
		position: relative;
		margin-bottom: 9px;
		color: #666;
		font-size: 20px;
	}
	.common_cv02 .btns .tit::before {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		background: #C9CACA;
	}
	.common_cv02 .btns .tit span {
		position: relative;
		z-index: 2;
		padding: 0 10px;
		background: #fff;
	}
	.common_cv02 .btns .btns {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.common_cv02 .btns .tel a{
		font-family: Futura, 'Century Gothic';
		font-size: 38px;
		color: #000;
		display: block;
		text-align: center;
	}
	.common_cv02 .btns .tel a::before{
		content: 'TEL';
		font-size: 20px;
		background: #1A1919;
		color: #fff;
		padding: 1px 10px;
		margin: 0 10px 5px 0;
		display: inline-block;
		vertical-align: middle;
	}
	.common_cv02 .btns .tel .time {
		display: block;
		margin-top: 10px;
        word-break: break-word;
	}
	.common_cv02 .btns .contact {
		width: 286px;
        margin-left: 35px;
	}
	.common_cv02 .btns .contact a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 43px;
		background: #c6a115;
		color: #fff;
		font-weight: bold;
		font-size: 18px;
		text-align: center;
	}
	.common_cv02 .btns .contact .txt {
		display: block;
		margin-top: 2px;
	}

	/* .home
	------------------------------------------------------------------------*/
	/*	.home .key
	------------------------------------------*/
	.home .key {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 820px;
		background: url("img/home_key_bg01_pc.png") no-repeat center/cover;
	}
	.home .key .txt01 {
		margin-bottom: 20px;
		color: #fff;
		text-align: center;
		font-size: 35px;
		font-weight: bold;
        animation: fadeIn 5s ease 0.5s;
	}
	.home .key .txt02 {
		color: #fff;
		text-align: center;
		font-size: 80px;
		font-weight: bold;
        word-break: break-word;
        animation: fadeIn 5s ease 0.5s;
	}
	.home .key .txt03 {
		color: #fff;
		text-align: center;
		line-height: 2;
		padding: 25px 0 0;
		font-size: 20px;
		font-weight: bold;
        word-break: break-word;
	}

	/*	.home .cont01
	------------------------------------------*/
	.home .cont01 {
		overflow: hidden;
		position: relative;
		padding: 70px 0 55px;
	}
	.home .cont01::before {
		position: absolute;
		z-index: -2;
		top: 0;
		right: 0;
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background: #F4F4F4;
		transform: skewX(-56deg);
		transform-origin: right top;
		box-sizing: border-box;
	}
	.home .cont01::after {
		position: absolute;
		z-index: -1;
		top: 5px;
		left: calc(50% - 675px);
		content: "";
		display: block;
		background: url("img/home_cont01_txt01.png") no-repeat center/contain;
		width: 201px;
		height: 589px;
	}
	.home .cont01 h2 {
		margin-bottom: 53px;
		font-weight: bold;
		font-size: 40px;
		text-align: center;
        word-break: break-word;
        transform: translateX(-200%);
        opacity: 0;
        animation: slide-in-anim 1.0s ease-out forwards;
	}
	.home .cont01 .box {
		width: 100%;
		min-height: 600px;
		margin: 0 auto 10px;
		position: relative;
	}
	.home .cont01 .box ul {
		position: relative;
		z-index: 2;
	}
	.home .cont01 .box ul li {
		position: relative;
		margin-bottom: 39px;
		padding-left: 24px;
		font-size: 23px;
        word-break: break-word;
        animation: fadeIn 2s ease 0.3s;
	}
	.home .cont01 .box ul li::before {
		position: absolute;
		top: 12px;
		left: 0;
		content: "";
		display: block;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background: #666;
	}
	.home .cont01 .box ul li:last-of-type {
		margin-bottom: 0;
	}
	.home .cont01 .box ul li .bold {
		font-weight: bold;
	}
	.home .cont01 .box .img {
		position: absolute;
		bottom: -15px;
		right: -255px;
	}
	.home .cont01 .txt {
		font-size: 54px;
		font-weight: bold;
		text-align: center;
        word-break: break-word;
        transform: translateX(-200%);
        opacity: 0;
        animation: slide-in-anim 1.0s ease-out forwards;
	}

	/*	.home .cont02
	------------------------------------------*/
	.home .cont02 {
		overflow: hidden;
		position: relative;
		padding: 86px 0 92px;
		background: url("img/home_cont02_bg01_pc.png") no-repeat center/cover;
	}
	.home .cont02::before {
		position: absolute;
		top: 0;
		right: -20px;
		content: "";
		display: block;
		background: url("img/home_cont02_txt01.png") no-repeat center/contain;
		width: 560px;
		height: 166px;
	}
	.home .cont02 .inner {
		position: relative;
		z-index: 2;
	}
	.home .cont02 .txtBox {
		width: 50.5%;
		margin: 0 0 0 auto;
	}
	.home .cont02 h2 {
		margin-bottom: 30px;
		color: #fff;
		font-weight: bold;
		font-size: 40px;
		line-height: 1.6;
		letter-spacing: .06em;
        word-break: break-word;
        transform: translateX(100%);
        opacity: 0;
        animation: slide-in-anim 1.0s ease-out forwards;
	}
	.home .cont02 .txt {
		color: #fff;
		font-size: 24px;
		line-height: 1.6;
        word-break: break-word;
        animation: fadeIn 2s ease 0.3s;
	}
	.home .cont02 .txt + .txt {
		margin-top: 40px;
	}

	/*	.home .cont03
	------------------------------------------*/
	.home .cont03 {
		padding: 64px 0 75px;
		background: #F4F4F4;
	}
	.home .cont03 h2 {
		margin-bottom: 26px;
		font-weight: bold;
		font-size: 40px;
		text-align: center;
        transform: translateX(100%);
        opacity: 0;
        animation: slide-in-anim 1.0s ease-out forwards;
	}
	.home .cont03 .list .item {
		background: #fff;
	}
	.home .cont03 .list .img {
		width: 100%;
	}
	.home .cont03 .list .txtBox {
		padding: 15px;
	}
	.home .cont03 .list .maker {
		margin-bottom: 12px;
		display: flex;
		align-items: center;
	}
	.home .cont03 .list .maker dt {
		margin-right: 13px;
		padding: 5px 17px;
		background: #1A1919;
		color: #fff;
		font-weight: bold;
		font-size: 14px;
		text-align: center;
	}
	.home .cont03 .list .detail {
		min-height: 55px;
		font-size: 17px;
	}
	.home .cont03 .txt {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		font-size: 24px;
		line-height: 1.6;
        word-break: break-word;
        animation: fadeIn 2s ease 0.3s;
	}

	/* slider - js */
	.js-lineup-slider {
		margin-bottom: 115px !important;
	}
	.js-lineup-slider .slick-slide {
		width: 336px;
		margin: 0 23px;
		opacity: .7;
		transition: all .5s;
	}
	.js-lineup-slider .slick-slide.slick-active {
		opacity: 1;
	}
	.js-lineup-slider .slick-arrow {
		top: 0;
		bottom: 0;
		margin: auto;
		z-index: 10;
		width: 48px;
		height: 48px;
		border-radius: 50%;
		background: #c6a115 !important;
		transform: none;
		transition: all .5s;
	}
	.js-lineup-slider .slick-arrow:hover {
		opacity: .7;
	}
	.js-lineup-slider .slick-arrow::before {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		content: "";
		width: 24px;
		height: 4px;
		opacity: 1;
		background: url("img/common_ico_arrow01.png") no-repeat center;
	}
	.js-lineup-slider .slick-arrow.slick-prev {
		left: calc(50% - 575px);
		transform: scale(-1, 1);
	}
	.js-lineup-slider .slick-arrow.slick-next {
		right: calc(50% - 575px);
	}
	.js-lineup-slider .slick-dots {
		bottom: -45px;
	}
	.js-lineup-slider .slick-dots li {
		width: 20px;
		height: 20px;
		margin: 0 10px;
		border-radius: 50%;
		background: #C9CACA;
		transition: all .5s;
	}
	.js-lineup-slider .slick-dots li.slick-active {
		background: #c6a115;
	}
	.js-lineup-slider .slick-dots li button {
		width: 100%;
		height: 100%;
	}
	.js-lineup-slider .slick-dots li button::before {
		width: 100%;
		height: 100%;
		content: "";
	}

	/*	.home .cont04
	------------------------------------------*/
	.home .cont04 {
		overflow: hidden;
		position: relative;
		padding: 103px 0 145px;
	}
	.home .cont04::before {
		position: absolute;
		z-index: -2;
		top: 0;
		right: 0;
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background: #F4F4F4;
		transform: skewX(-56deg);
		transform-origin: right top;
		box-sizing: border-box;
	}
	.home .cont04::after {
		position: absolute;
		z-index: -1;
		top: 52px;
		left: calc(50% - 600px);
		content: "";
		display: block;
		background: url("img/home_cont04_txt01.png") no-repeat center/contain;
		width: 451px;
		height: 205px;
	}
	.home .cont04 .stock {
		margin-bottom: 103px;
	}
	.home .cont04 .stock h2 {
		margin-bottom: 63px;
		font-weight: bold;
		font-size: 40px;
		text-align: center;
        transform: translateX(-200%);
        opacity: 0;
        animation: slide-in-anim 1.5s ease-out forwards;
	}
	.home .cont04 .stock .list {
		display: flex;
		justify-content: space-between;
	}
	.home .cont04 .stock .list li {
		width: 336px;
		padding: 36px 0 0;
		background: no-repeat left top;
	}
	.home .cont04 .stock .list li:nth-of-type(1) {
		background-image: url("img/home_cont04_reason01.png");
	}
	.home .cont04 .stock .list li:nth-of-type(2) {
		background-image: url("img/home_cont04_reason02.png");
	}
	.home .cont04 .stock .list li:nth-of-type(3) {
		background-image: url("img/home_cont04_reason03.png");
	}
	.home .cont04 .stock .list .img {
		margin-bottom: 18px;
	}
	.home .cont04 .stock .list .txt {
		font-weight: bold;
		font-size: 26px;
		line-height: 1.6;
		text-align: center;
        word-break: break-word;
	}
	.home .cont04 .result h2 {
		margin-bottom: 6px;
		font-weight: bold;
		font-size: 57px;
		text-align: center;
		letter-spacing: .02em;
        word-break: break-word;
        transform: translateX(-200%);
        opacity: 0;
        animation: slide-in-anim 1.5s ease-out forwards;
	}
	.home .cont04 .result .lead {
		margin-bottom: 55px;
		color: #666;
		font-weight: bold;
		font-size: 27px;
		text-align: center;
        word-break: break-word;
	}
	.home .cont04 .result .txt {
		font-size: 24px;
		line-height: 1.6;
        word-break: break-word;
	}

	/*	.home .cont05
	------------------------------------------*/
	.home .cont05 {
		overflow: hidden;
		padding: 0 10px 130px;
	}
	.home .cont05 .sec {
		position: relative;
		width: 100%;
		max-width: 1600px;
		margin: 0 auto 115px;
		display: flex;
		align-items: flex-start;
	}
	.home .cont05 .sec::before {
		position: absolute;
		top: 0;
		z-index: -1;
		content: "";
		display: block;
		background: no-repeat left center/contain;
	}
	.home .cont05 .sec .txtBox {
		width: 35%;
		max-width: 530px;
	}
	.home .cont05 .sec .txtBox h2 {
		margin-bottom: 22px;
		font-weight: bold;
		font-size: 40px;
		line-height: 1.6;
        word-break: break-word;
        transform: translateX(100%);
        opacity: 0;
        animation: slide-in-anim 1.0s ease-out forwards;
	}
	.home .cont05 .sec .txtBox .txt {
		font-size: 24px;
		line-height: 1.6;
        word-break: break-word;
        animation: fadeIn 2s ease 0.3s;
	}
	.home .cont05 .sec .imgBox {
		width: 751px;
	}
	.home .cont05 .sec .img {
		position: relative;
	}
	.home .cont05 .sec .img::before {
		position: absolute;
		bottom: -8px;
		content: "";
		display: block;
		width: 70px;
		height: 70px;
		background: -moz-linear-gradient(-45deg, transparent 50%, #c6a115 50%);
		background: -webkit-linear-gradient(-45deg, transparent 50%, #c6a115 50%);
		background: linear-gradient(135deg, transparent 50%, #c6a115 50%);
	}
	.home .cont05 .sec:nth-of-type(odd) {
		flex-direction: row-reverse;
	}
	.home .cont05 .sec:nth-of-type(odd) .txtBox {
		margin: 36px auto 0 65px;
	}
	.home .cont05 .sec:nth-of-type(odd) .img::before {
		right: -8px;
	}
	.home .cont05 .sec:nth-of-type(even) .txtBox {
		margin: 36px 65px 0 auto;
	}
	.home .cont05 .sec:nth-of-type(even) .img::before {
		transform: scale(-1, 1);
		left: -8px;
	}
	.home .cont05 .sec:last-of-type {
		margin-bottom: 0;
	}
	.home .cont05 .sec.is-two::before {
		left: calc(50% - 810px);
		background-image: url("img/home_cont05_txt01.png");
		width: 809px;
		height: 91px;
	}
	.home .cont05 .sec.is-two .imgBox .flag {
		margin: 37px auto 16px;
		display: flex;
		justify-content: flex-end;
	}
	.home .cont05 .sec.is-two .imgBox .flag li {
		margin-right: 12px;
	}
	.home .cont05 .sec.is-two .imgBox .flag li:last-of-type {
		margin-right: 0;
	}
	.home .cont05 .sec.is-two .imgBox .txt {
		color: #666;
		font-size: 20px;
		text-align: right;
	}
	.home .cont05 .sec.is-one::before {
        left: 50%;
        background-image: url("img/home_cont05_txt02.png");
		width: 906px;
		height: 91px;
	}
	.home .cont05 .sec.is-one .txt02 {
		margin: 22px auto;
		font-size: 35px;
        transform: translateX(100%);
        opacity: 0;
        animation: slide-in-anim 1.0s ease-out forwards;
	}
	.home .cont05 .sec.is-three::before {
		left: calc(50% - 58px);
		background-image: url("img/home_cont05_txt03.png");
		width: 961px;
		height: 91px;
	}
	.home .cont05 .sec.is-three .qr {
		display: flex;
		justify-content: flex-end;
		margin-top: 35px;
	}
	.home .cont05 .sec.is-three .qr li {
		width: 110px;
		margin-right: 30px;
		color: #666;
		font-size: 20px;
		text-align: center;
	}
	.home .cont05 .sec.is-three .qr li:last-of-type {
		margin-right: 0;
	}
	.home .cont05 .sec.is-three .qr li a {
		display: block;
	}
	.home .cont05 .sec.is-three .qr li img {
		display: block;
		margin: 0 auto 10px;
	}

	/*	.home .cont06
	------------------------------------------*/
	.home .cont06 h2 {
		margin-bottom: 25px;
		padding: 88px 0 0;
		background: url("img/home_cont06_txt01.png") no-repeat center top;
		font-weight: bold;
		font-size: 30px;
		text-align: center;
        word-break: break-word;
        transform: translateX(-200%);
        opacity: 0;
        animation: slide-in-anim 1.5s ease-out forwards;
	}
	.home .cont06 .img {
		display: flex;
		align-items: flex-start;
	}
	.home .cont06 .img img {
		width: 100%;
	}
	.home .cont06 .txtBox {
		padding: 73px 0 85px;
		background: #1A1919;
	}
	.home .cont06 .txtBox .txt {
		color: #fff;
		font-size: 24px;
		line-height: 1.6;
        word-break: break-word;
	}

	/*	.home .cont07
	------------------------------------------*/
	.home .cont07 {
		padding: 112px 0 115px;
		background: #F4F4F4;
	}
	.home .cont07 h2 {
		margin-bottom: 80px;
		font-weight: bold;
		font-size: 40px;
		text-align: center;
        word-break: break-word;
        transform: translateX(-200%);
        opacity: 0;
        animation: slide-in-anim 1.5s ease-out forwards;
	}
	.home .cont07 .list {
		display: flex;
		justify-content: space-between;
		margin-bottom: 57px;
        transform: translateX(-200%);
        opacity: 0;
        animation: slide-in-anim 1.5s ease-out forwards;
	}
	.home .cont07 .list li {
		position: relative;
		width: 180px;
		padding: 107px 0 0;
		background: no-repeat center top;
		text-align: center;
	}
	.home .cont07 .list li::before {
		position: absolute;
		right: -30px;
		bottom: 50px;
		content: "";
		display: block;
		width: 25px;
		height: 25px;
		border-top: 2px solid #666;
		border-right: 2px solid #666;
		transform: rotate(45deg);
	}
	.home .cont07 .list li:nth-of-type(1) {
		background-image: url("img/home_cont07_step01.png");
	}
	.home .cont07 .list li:nth-of-type(2) {
		background-image: url("img/home_cont07_step02.png");
	}
	.home .cont07 .list li:nth-of-type(3) {
		background-image: url("img/home_cont07_step03.png");
	}
	.home .cont07 .list li:nth-of-type(4) {
		background-image: url("img/home_cont07_step04.png");
	}
	.home .cont07 .list li:nth-of-type(5) {
		background-image: url("img/home_cont07_step05.png");
	}
	.home .cont07 .list li:last-of-type::before {
		content: none;
	}
	.home .cont07 .list .tit {
		margin-bottom: 24px;
		font-weight: bold;
		font-size: 26px;
        word-break: break-word;
	}
	.home .cont07 .txt {
		text-align: center;
		font-size: 23px;
		line-height: 1.6;
        word-break: break-word;
	}

	/*	.home .cont08
	------------------------------------------*/
	.home .cont08 {
		padding: 110px 0 65px;
	}
	.home .cont08 h2 {
		margin-bottom: 50px;
		font-weight: bold;
		font-size: 40px;
		text-align: center;
        word-break: break-word;
        transform: translateX(-200%);
        opacity: 0;
        animation: slide-in-anim 1.5s ease-out forwards;
	}
	.home .cont08 .list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
        animation: floating 3s ease-in-out forwards;
	}
	.home .cont08 .list li {
		width: calc(50% - 10px);
		padding: 30px 5px 20px;
		border-radius: 10px;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
		box-sizing: border-box;
		text-align: center;
	}
	.home .cont08 .list li:nth-of-type(n + 3) {
		margin-top: 20px;
	}
	.home .cont08 .list .tit {
		margin-bottom: 33px;
		font-weight: bold;
		font-size: 25px;
        word-break: break-word;
	}
	.home .cont08 .list .txt01 {
		margin-bottom: 24px;
		font-weight: bold;
		font-size: 34px;
        word-break: break-word;
	}
	.home .cont08 .list .img {
		margin-bottom: 20px;
	}
	.home .cont08 .list .txt02 {
		font-weight: bold;
		font-size: 33px;
        word-break: break-word;
	}
	.home .cont08 .list .txt02 .small {
		font-weight: inherit;
		font-size: 23px;
	}
	.home .cont08 .list .txt03 {
		margin-top: 5px;
		color: #666;
		text-align: right;
        word-break: break-word;
	}
	.home .cont08 .list .child {
		display: flex;
		justify-content: space-around;
	}
	.home .cont08 .list .child li {
		width: auto;
		border-radius: 0;
		box-shadow: none;
		padding: 0;
	}
	.home .cont08 .list .child .txt {
		font-weight: bold;
		font-size: 33px;
	}
	.home .cont08 .list .child .txt .small {
		font-weight: inherit;
		font-size: 29px;
	}

	/*	.home .cont09
	------------------------------------------*/
	.home .cont09 {
		background: #F4F4F4;
	}
	.home .cont09 h2 {
		padding: 105px 0 0;
		background: #fff url("img/home_cont09_txt01.png") no-repeat center bottom -4px;
		font-weight: bold;
		font-size: 40px;
		text-align: center;
		line-height: 1.2;
        word-break: break-word;
        transform: translateX(-200%);
        opacity: 0;
        animation: slide-in-anim 1.5s ease-out forwards;
	}
	.home .cont09 .content {
		padding: 32px 0 60px;
	}
	.home .cont09 .lead {
		margin-bottom: 50px;
		text-align: center;
		font-size: 24px;
		line-height: 1.6;
        word-break: break-word;
	}
	.home .cont09 .transaction h3 {
		margin-bottom: 18px;
		border-bottom: 4px solid #fff;
		padding: 0 0 5px;
		font-weight: bold;
		font-size: 18px;
        word-break: break-word;
	}
	.home .cont09 .transaction .list {
		display: flex;
		flex-wrap: wrap;
	}
	.home .cont09 .transaction .list li {
		width: 120px;
		margin-right: 20px;
		text-align: center;
	}
	.home .cont09 .transaction .list li:nth-of-type(8n) {
		margin-right: 0;
	}
	.home .cont09 .transaction .list li:nth-of-type(n + 9) {
		margin-top: 18px;
	}
	.home .cont09 .transaction .list li img {
		margin-bottom: 4px;
	}

	/*	.home .cont10
	------------------------------------------*/
	.home .cont10 {
		display: flex;
		justify-content: center;
		background: #1A1919;
	}
	.home .cont10 .txtBox {
		width: 510px;
		margin: 0 80px 0 auto;
		padding: 75px 0 95px;
        transform: translateX(-200%);
        opacity: 0;
        animation: slide-in-anim 1.5s ease-out forwards;
	}
	.home .cont10 h2 {
		margin-bottom: 27px;
	}
	.home .cont10 .data {
		width: 100%;
		border-top: 1px solid #C9CACA;
		color: #fff;
	}
	.home .cont10 .data tr {
		border-bottom: 1px solid #C9CACA;
	}
	.home .cont10 .data th, .home .cont10 .data td {
		padding: 28px 0;
        word-break: break-word;
	}
	.home .cont10 .data th {
		width: 145px;
		padding-left: 21px;
		font-weight: bold;
		text-align: left;
	}
	.home .cont10 .mapBox {
		width: 47.5%;
	}
	.home .cont10 .mapBox iframe {
		min-height: 500px;
	}

	/*	.home .cont11
	------------------------------------------*/
	.home .cont11 {
		position: relative;
		margin-bottom: 80px;
		padding: 130px 10px 160px;
		background: url("img/home_cont11_img02.png") no-repeat right calc(50% - 380px) bottom;
	}
	.home .cont11::before {
		position: absolute;
		z-index: -1;
		left: calc(50% - 790px);
		bottom: 30px;
		content: "";
		display: block;
		width: 571px;
		height: 91px;
		background: url("img/home_cont11_txt02.png") no-repeat center/contain;
	}
	.home .cont11 h2 {
		margin-bottom: 68px;
		padding: 87px 0 0;
		background: url("img/home_cont11_txt01.png") no-repeat center top;
		font-weight: bold;
		font-size: 30px;
		text-align: center;
        transform: translateX(-200%);
        opacity: 0;
        animation: slide-in-anim 1.5s ease-out forwards;
	}
	.home .cont11 .box01 {
		width: 100%;
		max-width: 1600px;
		margin: 0 auto 75px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: row-reverse;
	}
	.home .cont11 .box01 .txtBox {
		width: 540px;
		margin: 0 auto 0 65px;
	}
	.home .cont11 .box01 .txt {
		font-size: 24px;
		line-height: 1.6;
        word-break: break-word;
        animation: fadeIn 2s ease 0.3s;
	}
	.home .cont11 .box01 .img {
		position: relative;
		width: 751px;
	}
	.home .cont11 .box01 .img::before {
		position: absolute;
		bottom: -8px;
		right: -8px;
		content: "";
		display: block;
		width: 70px;
		height: 70px;
		background: -moz-linear-gradient(-45deg, transparent 50%, #c6a115 50%);
		background: -webkit-linear-gradient(-45deg, transparent 50%, #c6a115 50%);
		background: linear-gradient(135deg, transparent 50%, #c6a115 50%);
	}
	.home .cont11 .box02 {
		width: 100%;
		max-width: 1220px;
		margin: 0 auto;
	}
	.home .cont11 .box02 .txtBox {
		width: 540px;
	}
	.home .cont11 .box02 .txt {
		font-size: 24px;
		line-height: 1.6;
        word-break: break-word;
        animation: fadeIn 2s ease 0.3s;
	}

	/*	.home .cont12
	------------------------------------------*/
	.home .cont12 {
		padding: 84px 0 85px;
		background: #F4F4F4;
	}
	.home .cont12 h2 {
		margin-bottom: 25px;
		padding: 87px 0 0;
		background: url("img/home_cont12_txt01.png") no-repeat center top;
		font-weight: bold;
		font-size: 30px;
		text-align: center;
        transform: translateX(-200%);
        opacity: 0;
        animation: slide-in-anim 1.5s ease-out forwards;
	}
	.home .cont12 .list {
		width: 100%;
		max-width: 980px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
        transform: translateX(-200%);
        opacity: 0;
        animation: slide-in-anim 1.5s ease-out forwards;
	}
	.home .cont12 .list li {
		position: relative;
		width: 270px;
	}
	.home .cont12 .list li::before {
		position: absolute;
		top: 120px;
		right: -47px;
		content: "";
		display: block;
		width: 30px;
		height: 30px;
		border-top: 2px solid #C9CACA;
		border-right: 2px solid #C9CACA;
		transform: rotate(45deg);
	}
	.home .cont12 .list li:last-of-type::before {
		content: none;
	}
	.home .cont12 .list .img {
		margin-bottom: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 270px;
		border-radius: 50%;
		background: #fff;
	}
	.home .cont12 .list .num {
		margin-bottom: 10px;
		text-align: center;
	}
	.home .cont12 .list .txt {
		line-height: 2;
        word-break: break-word;
	}

	/*	.home .cont13
	------------------------------------------*/
	.home .cont13 {
		padding: 81px 0 80px;
	}
	.home .cont13 h2 {
		height: 175px;
		margin-bottom: -15px;
		display: flex;
		justify-content: center;
		align-items: center;
		background: url("img/home_cont13_txt01.png") no-repeat center bottom;
		font-weight: bold;
		font-size: 30px;
		text-align: center;
        transform: translateX(-200%);
        opacity: 0;
        animation: slide-in-anim 1.5s ease-out forwards;
	}
	.home .cont13 .box {
		margin-bottom: 24px;
	}
	.home .cont13 .box:last-of-type {
		margin-bottom: 0;
	}
	.home .cont13 .box dt {
		position: relative;
		cursor: pointer;
		padding: 29px 60px 29px 106px;
		background: #F4F4F4;
		font-weight: bold;
		font-size: 22px;
        word-break: break-word;
	}
	.home .cont13 .box dt::before {
		position: absolute;
		top: 20px;
		left: 40px;
		content: "";
		display: block;
		width: 50px;
		height: 50px;
		background: url("img/home_cont13_ico01.png") no-repeat center/contain;
	}
	.home .cont13 .box dt::after {
		position: absolute;
		top: 0;
		right: 32px;
		bottom: 0;
		margin: auto;
		content: "";
		display: block;
		background: url("img/common_ico_arrow02.png") no-repeat center/contain;
		width: 17px;
		height: 8px;
		transition: all .5s;
	}
	.home .cont13 .box dt.is-open::after {
		transform: scale(1, -1);
	}
	.home .cont13 .box dd {
		display: none;
		padding: 32px 40px;
		border: 1px solid #C9CACA;
		border-top: none;
		border-radius: 0 0 5px 5px;
		line-height: 2;
        word-break: break-word;
	}

	/*	.home .cont14
	------------------------------------------*/
	.home .cont14 {
		padding: 70px 0 80px;
		background: #F4F4F4;
	}
	.home .cont14 h2 {
		margin-bottom: 53px;
		padding: 0 0 46px;
		background: url("img/home_cont14_txt01.png") no-repeat center bottom;
		font-weight: bold;
		font-size: 40px;
		text-align: center;
	}
	.home .cont14 .important {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 29px;
		color: #666;
	}
	.home .cont14 .important h3 {
		flex-shrink: 0;
		font-weight: normal;
		font-size: 18px;
		letter-spacing: .1em;
	}
	.home .cont14 .important .list {
		width: 86%;
	}
	.home .cont14 .important .list li {
		position: relative;
		margin-bottom: 8px;
		padding-left: 20px;
		letter-spacing: .05em;
        word-break: break-word;
	}
	.home .cont14 .important .list li:last-of-type {
		margin-bottom: 0;
	}
	.home .cont14 .important .list li::before {
		position: absolute;
		top: 0;
		left: 0;
		content: "\203B";
	}
	.home .cont14 .form .step {
		overflow: hidden;
		display: flex;
		margin-bottom: 40px;
	}
	.home .cont14 .form .step li {
		width: 33.33%;
		text-align: center;
		height: 55px;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #F4F4F4;
	}
	.home .cont14 .form .step li.active {
		position: relative;
		color: #fff;
		background: #c6a115;
	}
	.home .cont14 .form .step li.active::before {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 29px 0 29px 30px;
		border-color: transparent transparent transparent #c6a115;
		position: absolute;
		top: 0;
		bottom: 0;
		left: calc(100% - 1px);
		margin: auto;
	}
	.home .cont14 .form .step li:last-of-type.active::before {
		content: none;
	}
	.home .cont14 .form input:-ms-input-placeholder, .home .cont14 .form textarea:-ms-input-placeholder {
		color: #666;
	}
	.home .cont14 .form input::placeholder, .home .cont14 .form textarea::placeholder {
		color: #666;
	}
	.home .cont14 .form input[type="text"],
	.home .cont14 .form input[type="email"],
	.home .cont14 .form input[type="tel"],
	.home .cont14 .form textarea {
		width: 100% !important;
		box-sizing: border-box;
		border-radius: 0;
		border: 1px solid #C9CACA;
		background: #F4F4F4;
		font-size: 16px;
		font-family: inherit;
	}
	.home .cont14 .form input[type="text"],
	.home .cont14 .form input[type="email"],
	.home .cont14 .form input[type="tel"] {
		height: 42px;
		padding: 0 20px;
	}
	.home .cont14 .form textarea {
		display: block;
		height: 180px !important;
		padding: 20px;
	}
	.home .cont14 .form .inputArea {
		margin-bottom: 60px;
		padding: 60px 60px 40px;
		background: #fff;
	}
	.home .cont14 .form .inputArea table {
		width: 100%;
	}
	.home .cont14 .form .inputArea th, .home .cont14 .form .inputArea td {
		box-sizing: border-box;
	}
	.home .cont14 .form .inputArea th {
		position: relative;
		width: 236px;
		padding: 27px 0 27px 18px;
		vertical-align: top;
		text-align: left;
	}
	.home .cont14 .form .inputArea th::before {
		position: absolute;
		top: 35px;
		left: 0;
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		background: #C9CACA;
		border-radius: 50%;
	}
	.home .cont14 .form .inputArea th span {
		float: right;
		display: inline-block;
		padding: 4px 10px;
		background: #1A1919;
		color: #fff;
		font-weight: bold;
		font-size: 14px;
		text-align: center;
	}
	.home .cont14 .form .inputArea td {
		padding: 20px 0 20px 30px;
	}
	.home .cont14 .form .privacyBox {
		width: 1020px;
		height: 200px;
		overflow-y: auto;
		margin: 0 auto;
		padding: 35px 45px 30px;
		box-sizing: border-box;
		background: #fff;
	}
	.home .cont14 .form .privacyBox h3 {
		margin-bottom: 20px;
		font-weight: bold;
		font-size: 18px;
		text-align: center;
		letter-spacing: .1em;
	}
	.home .cont14 .form .privacyBox p {
		max-height: none;
		margin-bottom: 20px;
		font-size: 15px;
        word-break: break-word;
	}
	.home .cont14 .form .privacy_check_wrap {
		margin: 30px auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.home .cont14 .form .privacy_check_wrap .required {
		margin-right: 18px;
		padding: 4px 10px;
		background: #1A1919;
		color: #fff;
		font-weight: bold;
		font-size: 14px;
		text-align: center;
	}
	.home .cont14 .form input[type="submit"] {
		cursor: pointer;
		display: block;
		width: 270px;
		height: 60px;
		margin: 0 auto;
		padding-right: 30px;
		border: none;
		border-radius: 0;
		background: #c6a115 url("img/common_ico_arrow01.png") no-repeat right 14px center;
		color: #fff;
		font-family: inherit;
		font-size: 16px;
		text-align: center;
		letter-spacing: .1em;
		transition: all .5s;
	}
	.home .cont14 .form input[type="submit"]:hover {
		opacity: .8;
	}
	.pp_body dt{
		font-weight: bold;
		font-size: 16px;
		margin: 0 0 10px;
        word-break: break-word;
	}
	.pp_body dd{
		font-size: 14px;
		margin: 0 0 20px;
		line-height: 1.8;
	}
	.pp_body dd li{
		font-size: 14px;
		line-height: 1.8;
		padding: 0 0 10px;
        word-break: break-word;
	}


	/* footer
	------------------------------------------------------------------------*/
	footer {
		padding: 25px 0 160px;
		background: #1A1919;
	}
	footer .logo {
		display: table;
		margin: 0 auto 23px;
	}
	footer .logo a, footer .logo img {
		display: block;
	}
	footer .copy {
		color: #fff;
		font-size: 14px;
		text-align: center;
	}
}


/*===============================================
横幅430px以下
===============================================*/
@media screen and (max-width: 431px) {
	html,
	body,
	.wrap {
		width: 430px;
		position: relative;
		font-size: 14px;
	}

	.inner {
		width: auto;
		padding-left: 10px;
		padding-right: 10px;
	}

	img {
		width: 100%;
		max-width: 430px;
	}

	.pc {
		display: none;
	}

	/* header
	------------------------------------------------------------------------*/
	header {
		position: absolute;
		z-index: 9000;
		width: 100%;
		padding: 25px 15px 0 25px;
		box-sizing: border-box;
	}
	header h1 {
		display: table;
	}
	header h1 a, header h1 img {
		display: block;
	}
	header h1 img {
		width: 100px;
	}

	/* common
	------------------------------------------------------------------------*/
	/*	.common_cv01
	------------------------------------------*/
	.common_cv01 {
		padding: 50px 0;
		background: url("img/cv01_bg01_sp.png") no-repeat center/cover;
	}
	.common_cv01 h2 {
		margin-bottom: 40px;
		padding: 0 0 40px;
		background: url("img/cv01_txt01.png") no-repeat center bottom/auto 22px;
		color: #fff;
		font-weight: bold;
		font-size: 28px;
		text-align: center;
	}
	.common_cv01 .txt {
		margin-bottom: 40px;
		color: #fff;
		font-size: 15px;
		line-height: 1.8;
        word-break: break-word;
        text-align: center;
	}
	.common_cv01 .tel {
		width: calc(100% - 30px);
		margin: 0 auto 40px;
	}
	.common_cv01 .tel a{
		font-family: Futura, 'Century Gothic';
		font-size: 35px;
		color: #fff;
		display: block;
		text-align: center;
		letter-spacing: 2px;
	}
	.common_cv01 .tel a::before{
		content: 'TEL';
		font-size: 18px;
		border: 1px solid #fff;
		padding: 1px 10px;
		margin: 0 10px 10px 0;
		display: inline-block;
		vertical-align: middle;
	}
	.common_cv01 .contact {
		width: 380px;
		border-radius: 40px;
		margin: 0 auto;
		font-size: 22px;
		text-align: center;
		/*letter-spacing: .1em;*/
	}
	.common_cv01 .contact a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 80px;
		border-radius: inherit;
		background: #c6a115;
		color: #fff;
		font-weight: bold;
        word-break: break-word;
        padding:0 30px;
	}

	/*	.common_cv02
	------------------------------------------*/
	.common_cv02 {
		position: fixed;
		z-index: 9000;
		left: 0;
		bottom: 0;
		width: 100%;
		padding: 10px 0;
		background: #fff;
	}
	.common_cv02 h2 {
		margin-bottom: 8px;
		font-weight: bold;
		font-size: 11px;
		text-align: center;
        word-break: break-word;
	}
	.common_cv02 .btns {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		text-align: center;
	}
	.common_cv02 .btns .tit {
		width: 100%;
		position: relative;
		margin-bottom: 10px;
		color: #666;
	}
	.common_cv02 .btns .tit::before {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		background: #C9CACA;
	}
	.common_cv02 .btns .tit span {
		position: relative;
		z-index: 2;
		padding: 0 10px;
		background: #fff;
	}
	.common_cv02 .btns .btns {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.common_cv02 .btns .tel {
		width: 51%;
	}
	.common_cv02 .btns .tel a{
		font-family: Futura, 'Century Gothic';
		font-size: 16px;
		color: #000;
		display: block;
		text-align: center;
	}
	.common_cv02 .btns .tel a::before{
		content: 'TEL';
		font-size: 16px;
		background: #1A1919;
		color: #fff;
		padding: 1px 10px;
		margin: 0 5px 5px 0;
		display: inline-block;
		vertical-align: middle;
	}
	.common_cv02 .btns .tel .time {
		display: block;
		margin-top: 10px;
		font-size: 11px;
        word-break: break-word;
	}
	.common_cv02 .btns .contact {
		width: 43%;
	}
	.common_cv02 .btns .contact a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 43px;
		background: #c6a115;
		color: #fff;
		font-weight: bold;
		font-size: 16px;
		text-align: center;
	}
	.common_cv02 .btns .contact .txt {
		display: block;
		margin-top: 2px;
		font-size: 12px;
	}

	/* .home
	------------------------------------------------------------------------*/
	.home .key {
		display: flex;
		justify-content: center;
		align-items: flex-end;
		box-sizing: border-box;
		height: 410px;
		background: url("img/home_key_bg01_sp.png") no-repeat center/cover;
        width: 100%;
        padding:10px 5px 50px 5px;
	}
	.home .key .txt01 {
		margin-bottom: 20px;
		color: #fff;
		text-align: center;
		font-size: 13px;
		font-weight: bold;
        word-break: break-word;
        animation: fadeIn 5s ease 0.5s;
	}
	.home .key .txt02 {
		color: #fff;
		text-align: center;
		font-size: 26px;
		font-weight: bold;
        word-break: break-word;
        animation: fadeIn 5s ease 0.5s;
	}
	.home.thanks .key .txt01 {
		margin-bottom: 17px;
		color: #fff;
		text-align: center;
		font-size: 22px;
		font-weight: bold;
        padding-right: 30px;
	}
	.home .key .txt03 {
		color: #fff;
		text-align: center;
		line-height: 2;
		font-size: 14px;
		font-weight: bold;
        word-break: break-word;
        padding:0 50px 0 15px;
	}

	/*	.home .cont01
	------------------------------------------*/
	.home .cont01 {
		position: relative;
		padding: 80px 0 50px;
	}
	.home .cont01::before {
		position: absolute;
		z-index: -2;
		top: 0;
		right: 0;
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background: #F4F4F4;
		transform: skewX(-56deg);
		transform-origin: right top;
		box-sizing: border-box;
	}
	.home .cont01::after {
		position: absolute;
		z-index: -1;
		top: 15px;
		left: -70px;
		content: "";
		display: block;
		background: url("img/home_cont01_txt01.png") no-repeat center/contain;
		width: 80px;
		height: 235px;
		transform: rotate(-90deg);
		transform-origin: right top;
	}
	.home .cont01 h2 {
		margin-bottom: 40px;
		font-weight: bold;
		font-size: 28px;
		text-align: center;
        word-break: break-word;
        transform: translateX(-200%);
        opacity: 0;
        animation: slide-in-anim 1.5s ease-out forwards;
	}
	.home .cont01 .box {
		margin-bottom: 40px;
	}
	.home .cont01 .box ul {
		position: relative;
		z-index: 2;
		margin-bottom: 40px;
	}
	.home .cont01 .box ul li {
		position: relative;
		margin-bottom: 20px;
		padding-left: 15px;
		font-size: 16px;
        word-break: break-word;
	}
	.home .cont01 .box ul li::before {
		position: absolute;
		top: 9px;
		left: 0;
		content: "";
		display: block;
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background: #666;
	}
	.home .cont01 .box ul li:last-of-type {
		margin-bottom: 0;
	}
	.home .cont01 .box ul li .bold {
		font-weight: bold;
	}
	.home .cont01 .box .img {
		width: 250px;
		display: block;
		margin: 0 auto;
		transform: translateX(-10px);
	}
	.home .cont01 .txt {
		font-size: 30px;
		font-weight: bold;
		text-align: center;
        word-break: break-word;
	}

	/*	.home .cont02
	------------------------------------------*/
	.home .cont02 {
		padding: 200px 0 0;
		background: url("img/home_cont02_bg01_sp.png") no-repeat center top/100% auto;
	}
	.home .cont02 .inner {
		position: relative;
		padding: 20px 10px;
		background: #1A1919;
	}
	.home .cont02 .inner::before {
		position: absolute;
		top: 15px;
		right: 10px;
		content: "";
		display: block;
		background: url("img/home_cont02_txt01.png") no-repeat center/contain;
		width: 170px;
		height: 55px;
	}
	.home .cont02 h2 {
		position: relative;
		z-index: 2;
		margin-bottom: 20px;
		color: #fff;
		font-weight: bold;
		font-size: 28px;
		line-height: 1.6;
		letter-spacing: .06em;
        word-break: break-word;
	}
	.home .cont02 .txt {
		position: relative;
		z-index: 2;
		color: #fff;
		font-size: 16px;
		line-height: 1.8;
        word-break: break-word;
	}
	.home .cont02 .txt + .txt {
		margin-top: 20px;
	}

	/*	.home .cont03
	------------------------------------------*/
	.home .cont03 {
		padding: 50px 0;
		background: #F4F4F4;
	}
	.home .cont03 h2 {
		margin-bottom: 30px;
		font-weight: bold;
		font-size: 28px;
		text-align: center;
	}
	.home .cont03 .list .item {
		background: #fff;
	}
	.home .cont03 .list .img {
		width: 100%;
	}
	.home .cont03 .list .txtBox {
		padding: 15px;
	}
	.home .cont03 .list .maker {
		margin-bottom: 12px;
		display: flex;
		align-items: center;
	}
	.home .cont03 .list .maker dt {
		margin-right: 13px;
		padding: 5px 17px;
		background: #1A1919;
		color: #fff;
		font-weight: bold;
		font-size: 14px;
		text-align: center;
	}
	.home .cont03 .list .detail {
		min-height: 55px;
		font-size: 17px;
	}
	.home .cont03 .txt {
		width: calc(100% - 20px);
		margin: 0 auto;
		font-size: 16px;
		line-height: 1.8;
        word-break: break-word;
	}

	/* slider - js */
	.js-lineup-slider {
		margin-bottom: 80px !important;
	}
	.js-lineup-slider .slick-slide {
		width: 300px;
		margin: 0 15px;
	}
	.js-lineup-slider .slick-slide.slick-active {
		opacity: 1;
	}
	.js-lineup-slider .slick-arrow {
		top: 0;
		bottom: 0;
		margin: auto;
		z-index: 10;
		width: 48px;
		height: 48px;
		border-radius: 50%;
		background: #c6a115 !important;
		transform: none;
		transition: all .5s;
	}
	.js-lineup-slider .slick-arrow::before {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		content: "";
		width: 24px;
		height: 4px;
		opacity: 1;
		background: url("img/common_ico_arrow01.png") no-repeat center;
	}
	.js-lineup-slider .slick-arrow.slick-prev {
		left: 10px;
		transform: scale(-1, 1);
	}
	.js-lineup-slider .slick-arrow.slick-next {
		right: 10px;
	}
	.js-lineup-slider .slick-dots {
		bottom: -45px;
	}
	.js-lineup-slider .slick-dots li {
		width: 15px;
		height: 15px;
		margin: 0 10px;
		border-radius: 50%;
		background: #C9CACA;
		transition: all .5s;
	}
	.js-lineup-slider .slick-dots li.slick-active {
		background: #c6a115;
	}
	.js-lineup-slider .slick-dots li button {
		width: 100%;
		height: 100%;
	}
	.js-lineup-slider .slick-dots li button::before {
		width: 100%;
		height: 100%;
		content: "";
	}

	/*	.home .cont04
	------------------------------------------*/
	.home .cont04 {
		position: relative;
		padding: 80px 0 50px;
	}
	.home .cont04::before {
		position: absolute;
		z-index: -2;
		top: 0;
		right: 0;
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background: #F4F4F4;
		transform: skewX(-56deg);
		transform-origin: right top;
		box-sizing: border-box;
	}
	.home .cont04::after {
		position: absolute;
		z-index: -1;
		top: 15px;
		left: 15px;
		content: "";
		display: block;
		background: url("img/home_cont04_txt01.png") no-repeat center/contain;
		width: 140px;
		height: 70px;
	}
	.home .cont04 .stock {
		margin-bottom: 80px;
	}
	.home .cont04 .stock h2 {
		margin-bottom: 40px;
		font-weight: bold;
		font-size: 28px;
		text-align: center;
        word-break: break-word;
	}
	.home .cont04 .stock .list {
		width: calc(100% - 20px);
		margin: 0 auto;
	}
	.home .cont04 .stock .list li {
		margin-bottom: 50px;
		padding: 36px 0 0;
		background: no-repeat left top/auto 25px;
	}
	.home .cont04 .stock .list li:nth-of-type(1) {
		background-image: url("img/home_cont04_reason01.png");
	}
	.home .cont04 .stock .list li:nth-of-type(2) {
		background-image: url("img/home_cont04_reason02.png");
	}
	.home .cont04 .stock .list li:nth-of-type(3) {
		background-image: url("img/home_cont04_reason03.png");
	}
	.home .cont04 .stock .list li:last-of-type {
		margin-bottom: 0;
	}
	.home .cont04 .stock .list .img {
		margin-bottom: 18px;
	}
	.home .cont04 .stock .list .txt {
		font-weight: bold;
		font-size: 24px;
		text-align: center;
        word-break: break-word;
	}
	.home .cont04 .result h2 {
		margin-bottom: 20px;
		font-weight: bold;
		font-size: 28px;
		text-align: center;
		letter-spacing: .04em;
        word-break: break-word;
	}
	.home .cont04 .result .lead {
		margin-bottom: 20px;
		color: #666;
		font-weight: bold;
		font-size: 20px;
		text-align: center;
        word-break: break-word;
	}
	.home .cont04 .result .txt {
		font-size: 16px;
		line-height: 1.8;
        word-break: break-word;
	}

	/*	.home .cont05
	------------------------------------------*/
	.home .cont05 {
		overflow: hidden;
		padding: 0 10px 50px;
	}
	.home .cont05 .sec {
		position: relative;
		margin-bottom: 50px;
		padding: 40px 0 0;
	}
	.home .cont05 .sec::before {
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		content: "";
		display: block;
		height: 35px;
		width: 410px;
		background: no-repeat left center/contain;
	}
	.home .cont05 .sec .txtBox {
		margin: 0 auto 30px;
	}
	.home .cont05 .sec .txtBox h2 {
		margin-bottom: 20px;
		font-weight: bold;
		font-size: 28px;
        word-break: break-word;
	}
	.home .cont05 .sec .txtBox .txt {
		font-size: 16px;
		line-height: 1.8;
        word-break: break-word;
	}
	.home .cont05 .sec .img {
		position: relative;
	}
	.home .cont05 .sec .img::before {
		position: absolute;
		right: -5px;
		bottom: -5px;
		content: "";
		display: block;
		width: 70px;
		height: 70px;
		background: -moz-linear-gradient(-45deg, transparent 50%, #c6a115 50%);
		background: -webkit-linear-gradient(-45deg, transparent 50%, #c6a115 50%);
		background: linear-gradient(135deg, transparent 50%, #c6a115 50%);
	}
	.home .cont05 .sec:last-of-type {
		margin-bottom: 0;
	}
	.home .cont05 .sec.is-one::before {
		background-image: url("img/home_cont05_txt01.png");
	}
	.home .cont05 .sec.is-one .imgBox .flag {
		display: flex;
		margin: 20px auto 15px;
	}
	.home .cont05 .sec.is-one .imgBox .flag li {
		width: 60px;
		margin-right: 12px;
	}
	.home .cont05 .sec.is-one .imgBox .flag li:last-of-type {
		margin-right: 0;
	}
	.home .cont05 .sec.is-one .imgBox .txt {
		color: #666;
	}
	.home .cont05 .sec.is-two::before {
		background-image: url("img/home_cont05_txt02.png");
	}
	.home .cont05 .sec.is-two .txt02 {
		margin: 20px auto;
		font-size: 24px;
	}
	.home .cont05 .sec.is-three::before {
		background-image: url("img/home_cont05_txt03.png");
	}
	.home .cont05 .sec.is-three .qr {
		display: flex;
		margin-top: 35px;
        margin-left: 80px;
	}
	.home .cont05 .sec.is-three .qr li {
		width: 110px;
		margin-right: 30px;
		color: #666;
		font-size: 18px;
		text-align: center;
	}
	.home .cont05 .sec.is-three .qr li:last-of-type {
		margin-right: 0;
	}
	.home .cont05 .sec.is-three .qr li a {
		display: block;
	}
	.home .cont05 .sec.is-three .qr li img {
		display: block;
		margin: 0 auto 5px;
	}

	/*	.home .cont06
	------------------------------------------*/
	.home .cont06 {
		padding: 50px 0 0;
	}
	.home .cont06 h2 {
		margin-bottom: 25px;
		padding: 40px 0 0;
		background: url("img/home_cont06_txt01.png") no-repeat center top/auto 22px;
		font-weight: bold;
		font-size: 28px;
		text-align: center;
        word-break: break-word;
	}
	.home .cont06 .img {
		display: flex;
		align-items: flex-start;
	}
	.home .cont06 .img img {
		width: 100%;
	}
	.home .cont06 .txtBox {
		padding: 20px 0;
		background: #1A1919;
	}
	.home .cont06 .txtBox .txt {
		color: #fff;
		line-height: 2;
        word-break: break-word;
        text-align: center;
	}

	/*	.home .cont07
	------------------------------------------*/
	.home .cont07 {
		padding: 50px 0;
		background: #F4F4F4;
	}
	.home .cont07 h2 {
		margin-bottom: 60px;
		font-weight: bold;
		font-size: 28px;
		text-align: center;
        word-break: break-word;
	}
	.home .cont07 .list {
		margin-bottom: 40px;
	}
	.home .cont07 .list li {
		position: relative;
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
		margin-bottom: 80px;
		padding: 0 0 0 100px;
		background: no-repeat 10px center;
	}
	.home .cont07 .list li::before {
		position: absolute;
		left: 0;
		right: 0;
		bottom: -50px;
		margin: auto;
		content: "";
		display: block;
		width: 15px;
		height: 15px;
		border-bottom: 2px solid #666;
		border-right: 2px solid #666;
		transform: rotate(45deg);
	}
	.home .cont07 .list li:nth-of-type(1) {
		background-image: url("img/home_cont07_step01.png");
	}
	.home .cont07 .list li:nth-of-type(2) {
		background-image: url("img/home_cont07_step02.png");
	}
	.home .cont07 .list li:nth-of-type(3) {
		background-image: url("img/home_cont07_step03.png");
	}
	.home .cont07 .list li:nth-of-type(4) {
		background-image: url("img/home_cont07_step04.png");
	}
	.home .cont07 .list li:nth-of-type(5) {
		background-image: url("img/home_cont07_step05.png");
	}
	.home .cont07 .list li:last-of-type {
		margin-bottom: 0;
	}
	.home .cont07 .list li:last-of-type::before {
		content: none;
	}
	.home .cont07 .list .tit {
		width: 160px;
		margin: 0 auto 0 15px;
		text-align: center;
		font-weight: bold;
		font-size: 24px;
        word-break: break-word;
	}
	.home .cont07 .list img {
		width: 110px;
		margin: 0;
	}
	.home .cont07 .txt {
		font-size: 16px;
		line-height: 1.8;
        word-break: break-word;
        text-align: center;
	}

	/*	.home .cont08
	------------------------------------------*/
	.home .cont08 {
		padding: 50px 0 80px;
	}
	.home .cont08 h2 {
		margin-bottom: 30px;
		font-weight: bold;
		font-size: 28px;
		text-align: center;
        word-break: break-word;
	}
	.home .cont08 .list {
		width: calc(100% - 20px);
		margin: 0 auto;
	}
	.home .cont08 .list li {
		margin-bottom: 25px;
		padding: 30px 10px 20px;
		border-radius: 10px;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
		box-sizing: border-box;
		text-align: center;
	}
	.home .cont08 .list li:last-of-type {
		margin-bottom: 0;
	}
	.home .cont08 .list .tit {
		margin-bottom: 30px;
		font-weight: bold;
		font-size: 21px;
        word-break: break-word;
	}
	.home .cont08 .list .txt01 {
		margin-bottom: 25px;
		font-weight: bold;
		font-size: 24px;
        word-break: break-word;
	}
	.home .cont08 .list .img {
		margin-bottom: 25px;
	}
	.home .cont08 .list .img img {
		display: block;
		margin: 0 auto;
		width: auto;
		height: 150px;
	}
	.home .cont08 .list .img.is-sp-big img {
		width: 80%;
		height: auto;
	}
	.home .cont08 .list .txt02 {
		font-weight: bold;
		font-size: 22px;
        word-break: break-word;
	}
	.home .cont08 .list .txt02 .small {
		font-weight: inherit;
		font-size: 16px;
	}
	.home .cont08 .list .txt03 {
		margin-top: 10px;
		color: #666;
		text-align: right;
        word-break: break-word;
	}
	.home .cont08 .list .child {
		display: flex;
		justify-content: space-around;
	}
	.home .cont08 .list .child li {
		margin: 0;
		padding: 0;
		border-radius: 0;
		box-shadow: none;
	}
	.home .cont08 .list .child .img img {
		height: 100px;
	}
	.home .cont08 .list .child .txt {
		font-weight: bold;
		font-size: 22px;
	}
	.home .cont08 .list .child .txt .small {
		font-weight: inherit;
		font-size: 20px;
	}

	/*	.home .cont09
	------------------------------------------*/
	.home .cont09 {
		background: #F4F4F4;
	}
	.home .cont09 h2 {
		padding: 70px 0 0;
		background: #fff url("img/home_cont09_txt01.png") no-repeat center bottom -4px/90% auto;
		font-weight: bold;
		font-size: 28px;
		text-align: center;
		line-height: 1.2;
        word-break: break-word;
	}
	.home .cont09 .content {
		padding: 20px 0 50px;
	}
	.home .cont09 .lead {
		margin-bottom: 40px;
		font-size: 16px;
		line-height: 1.8;
        word-break: break-word;
	}
	.home .cont09 .transaction h3 {
		margin-bottom: 20px;
		border-bottom: 4px solid #fff;
		padding: 0 0 10px;
		font-weight: bold;
		font-size: 20px;
        word-break: break-word;
        text-align: center;
	}
	.home .cont09 .transaction .list {
		display: flex;
		flex-wrap: wrap;
	}
	.home .cont09 .transaction .list li {
		width: 23%;
		margin-right: 2.66%;
		text-align: center;
		font-size: 12px;
	}
	.home .cont09 .transaction .list li:nth-of-type(4n) {
		margin-right: 0;
	}
	.home .cont09 .transaction .list li:nth-of-type(n + 5) {
		margin-top: 20px;
	}
	.home .cont09 .transaction .list li img {
		margin-bottom: 6px;
	}

	/*	.home .cont10
	------------------------------------------*/
	.home .cont10 {
		padding: 70px 0 0;
		background: #1A1919;
	}
	.home .cont10 .txtBox {
		padding: 0 10px 20px;
	}
	.home .cont10 h2 {
		margin: 0 auto 40px;
		text-align: center;
	}
	.home .cont10 h2 img {
		width: auto;
	}
	.home .cont10 .data {
		width: 100%;
		border-top: 1px solid #C9CACA;
		color: #fff;
	}
	.home .cont10 .data tr {
		border-bottom: 1px solid #C9CACA;
	}
	.home .cont10 .data th, .home .cont10 .data td {
		padding: 20px 0;
        word-break: break-word;
	}
	.home .cont10 .data th {
		width: 110px;
		padding-left: 10px;
		padding-right: 10px;
		font-weight: bold;
		text-align: left;
	}
	.home .cont10 .mapBox {
		width: 100%;
		height: 300px;
	}

	.home .cont10 .mapBox iframe{
		width: 100%;
		height: 100%;
	}
	/*	.home .cont11
	------------------------------------------*/
	.home .cont11 {
		padding: 70px 10px 240px;
		background: url("img/home_cont11_img02.png") no-repeat right 10px bottom 10px/200px;
	}
	.home .cont11 h2 {
		margin-bottom: 70px;
		padding: 50px 0 0;
		background: url("img/home_cont11_txt01.png") no-repeat center top/auto 30px;
		font-weight: bold;
		font-size: 28px;
		text-align: center;
	}
	.home .cont11 .box01 {
		display: flex;
		flex-direction: column-reverse;
		margin-bottom: 30px;
	}
	.home .cont11 .box01 .txt {
		font-size: 16px;
		line-height: 1.8;
        word-break: break-word;
	}
	.home .cont11 .box01 .img {
		position: relative;
		margin: 0 auto 30px;
	}
	.home .cont11 .box01 .img::before {
		position: absolute;
		bottom: -5px;
		right: -5px;
		content: "";
		display: block;
		width: 70px;
		height: 70px;
		background: -moz-linear-gradient(-45deg, transparent 50%, #c6a115 50%);
		background: -webkit-linear-gradient(-45deg, transparent 50%, #c6a115 50%);
		background: linear-gradient(135deg, transparent 50%, #c6a115 50%);
	}
	.home .cont11 .box01 .img::after {
		position: absolute;
		z-index: -1;
		left: 0;
		bottom: 100%;
		content: "";
		display: block;
		width: 100%;
		height: 50px;
		background: url("img/home_cont11_txt02.png") no-repeat center/contain;
	}
	.home .cont11 .box02 .txt {
		font-size: 16px;
		line-height: 1.8;
        word-break: break-word;
	}

	/*	.home .cont12
	------------------------------------------*/
	.home .cont12 {
		padding: 70px 0 50px;
		background: #F4F4F4;
	}
	.home .cont12 h2 {
		margin-bottom: 40px;
		padding: 50px 0 0;
		background: url("img/home_cont12_txt01.png") no-repeat center top/auto 30px;
		font-weight: bold;
		font-size: 28px;
		text-align: center;
	}
	.home .cont12 .list li {
		position: relative;
		margin: 0 auto 35px;
		padding-bottom: 40px;
	}
	.home .cont12 .list li::before {
		position: absolute;
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
		content: "";
		display: block;
		width: 25px;
		height: 25px;
		border-bottom: 2px solid #C9CACA;
		border-right: 2px solid #C9CACA;
		transform: rotate(45deg);
	}
	.home .cont12 .list li:last-of-type {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.home .cont12 .list li:last-of-type::before {
		content: none;
	}
	.home .cont12 .list .img {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 270px;
		height: 270px;
		margin: 0 auto 25px;
		border-radius: 50%;
		background: #fff;
	}
	.home .cont12 .list .img img {
		width: auto;
	}
	.home .cont12 .list .num {
		margin-bottom: 15px;
		text-align: center;
	}
	.home .cont12 .list .num img {
		width: auto;
	}
	.home .cont12 .list .txt {
		text-align: center;
		font-size: 16px;
		line-height: 1.8;
        word-break: break-word;
	}

	/*	.home .cont13
	------------------------------------------*/
	.home .cont13 {
		padding: 50px 0;
	}
	.home .cont13 h2 {
		height: 130px;
		margin-bottom: -10px;
		display: flex;
		justify-content: center;
		align-items: center;
		background: url("img/home_cont13_txt01.png") no-repeat center bottom/auto 130px;
		font-weight: bold;
		font-size: 28px;
		text-align: center;
	}
	.home .cont13 .box {
		margin-bottom: 20px;
	}
	.home .cont13 .box:last-of-type {
		margin-bottom: 0;
	}
	.home .cont13 .box dt {
		position: relative;
		cursor: pointer;
		padding: 20px 45px 20px 65px;
		background: #F4F4F4;
		font-weight: bold;
		font-size: 18px;
        word-break: break-word;
	}
	.home .cont13 .box dt::before {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 15px;
		margin: auto;
		content: "";
		display: block;
		width: 35px;
		height: 35px;
		background: url("img/home_cont13_ico01.png") no-repeat center/contain;
	}
	.home .cont13 .box dt::after {
		position: absolute;
		top: 0;
		right: 15px;
		bottom: 0;
		margin: auto;
		content: "";
		display: block;
		background: url("img/common_ico_arrow02.png") no-repeat center/contain;
		width: 17px;
		height: 8px;
		transition: all .5s;
	}
	.home .cont13 .box dt.is-open::after {
		transform: scale(1, -1);
	}
	.home .cont13 .box dd {
		display: none;
		padding: 15px;
		border: 1px solid #C9CACA;
		border-top: none;
		border-radius: 0 0 5px 5px;
		line-height: 2;
        word-break: break-word;
	}

	/*	.home .cont14
	------------------------------------------*/
	.home .cont14 {
		padding: 50px 0;
		background: #F4F4F4;
	}
	.home .cont14 h2 {
		margin-bottom: 40px;
		padding: 0 0 40px;
		background: url("img/home_cont14_txt01.png") no-repeat center bottom/auto 22px;
		font-weight: bold;
		font-size: 28px;
		text-align: center;
	}
	.home .cont14 .important {
		margin-bottom: 10px;
		color: #666;
	}
	.home .cont14 .important h3 {
		margin-bottom: 10px;
		font-weight: normal;
		font-size: 18px;
		letter-spacing: .1em;
	}
	.home .cont14 .important .list li {
		position: relative;
		margin-bottom: 8px;
		padding-left: 16px;
		letter-spacing: .05em;
        word-break: break-word;
	}
	.home .cont14 .important .list li:last-of-type {
		margin-bottom: 0;
	}
	.home .cont14 .important .list li::before {
		position: absolute;
		top: 0;
		left: 0;
		content: "\203B";
	}
	.home .cont14 .form .step {
		overflow: hidden;
		display: flex;
		margin-bottom: 20px;
	}
	.home .cont14 .form .step li {
		width: 33.33%;
		text-align: center;
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #F4F4F4;
	}
	.home .cont14 .form .step li.active {
		position: relative;
		color: #fff;
		background: #c6a115;
	}
	.home .cont14 .form .step li.active::before {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 22px 0 22px 12px;
		border-color: transparent transparent transparent #c6a115;
		position: absolute;
		top: 0;
		bottom: 0;
		left: calc(100% - 1px);
		margin: auto;
	}
	.home .cont14 .form .step li:last-of-type.active::before {
		content: none;
	}
	.home .cont14 .form input:-ms-input-placeholder, .home .cont14 .form textarea:-ms-input-placeholder {
		color: #666;
	}
	.home .cont14 .form input::placeholder, .home .cont14 .form textarea::placeholder {
		color: #666;
	}
	.home .cont14 .form input[type="text"],
	.home .cont14 .form input[type="email"],
	.home .cont14 .form input[type="tel"],
	.home .cont14 .form textarea {
		width: 100% !important;
		box-sizing: border-box;
		border-radius: 0;
		border: 1px solid #C9CACA;
		background: #F4F4F4;
		font-size: 16px;
		font-family: inherit;
	}
	.home .cont14 .form input[type="text"],
	.home .cont14 .form input[type="email"],
	.home .cont14 .form input[type="tel"] {
		height: 50px;
		padding: 0 15px;
	}
	.home .cont14 .form textarea {
		display: block;
		height: 180px !important;
		padding: 15px;
	}
	.home .cont14 .form .inputArea {
		margin-bottom: 20px;
		padding: 20px 20px 5px;
		background: #fff;
	}
	.home .cont14 .form .inputArea table {
		width: 100%;
	}
	.home .cont14 .form .inputArea th, .home .cont14 .form .inputArea td {
		display: block;
		width: 100%;
		box-sizing: border-box;
		font-size: 16px;
	}
	.home .cont14 .form .inputArea th {
		position: relative;
		padding: 10px 0 10px 18px;
		vertical-align: top;
		text-align: left;
	}
	.home .cont14 .form .inputArea th::before {
		position: absolute;
		top: 24px;
		left: 0;
		content: "";
		display: block;
		width: 6px;
		height: 6px;
		background: #C9CACA;
		border-radius: 50%;
	}
	.home .cont14 .form .inputArea th span {
		display: inline-block;
		margin-left: 15px;
		padding: 4px 10px;
		background: #1A1919;
		color: #fff;
		font-weight: bold;
		text-align: center;
	}
	.home .cont14 .form .inputArea td {
		padding: 0 0 20px;
	}
	.home .cont14 .form .privacyBox {
		height: 200px;
		overflow-y: auto;
		margin: 0 auto;
		padding: 20px;
		box-sizing: border-box;
		background: #fff;
	}
	.home .cont14 .form .privacyBox h3 {
		margin-bottom: 15px;
		font-weight: bold;
		font-size: 18px;
		text-align: center;
		letter-spacing: .1em;
	}
	.home .cont14 .form .privacyBox p {
		max-height: none;
		margin-bottom: 20px;
        word-break: break-word;
	}
	.home .cont14 .form .privacy_check_wrap {
		margin: 30px auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.home .cont14 .form .privacy_check_wrap .required {
		margin-right: 18px;
		padding: 4px 10px;
		background: #1A1919;
		color: #fff;
		font-weight: bold;
		text-align: center;
	}
	.home .cont14 .form input[type="submit"] {
		cursor: pointer;
		display: block;
		width: 270px;
		height: 60px;
		margin: 0 auto;
		padding-right: 27px;
		border: none;
		border-radius: 0;
		background: #c6a115 url("img/common_ico_arrow01.png") no-repeat right 14px center;
		color: #fff;
		font-family: inherit;
		font-size: 16px;
		text-align: center;
		letter-spacing: .1em;
	}

	.pp_body dt{
		font-weight: bold;
		font-size: 16px;
		margin: 0 0 10px;
        word-break: break-word;
	}
	.pp_body dd{
		font-size: 14px;
		margin: 0 0 20px;
		line-height: 1.8;
	}
	.pp_body dd li{
		font-size: 14px;
		line-height: 1.8;
		padding: 0 0 10px;
        word-break: break-word;
	}
	/* footer
	------------------------------------------------------------------------*/
	footer {
		/*padding: 25px 0 200px;*/
        padding: 10px 0;
		background: #1A1919;
        width: 100%;
        height:210px;
	}
	footer .logo {
		display: table;
		margin: 0 155px 7px;
	}
	footer .logo a, footer .logo img {
		display: block;
        width:100px;
	}
	footer .copy {
		color: #fff;
		font-size: 12px;
		text-align: center;
        padding-bottom:15px;
        padding-right: 30px;
	}
}


/*mail form pro
----------------------------------------------------------*/
div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
div#mfp_hidden input {
	margin: 10px;
}
div.mfp_thanks {
	padding: 30px;
}
div.mfp_thanks p {
	line-height: 1.7em;
}
div.mfp_thanks ul.mfp_caution {
	margin: 0px;
	padding: 0px;
}
div.mfp_thanks ul.mfp_caution li {
	display: block;
	color: #C00;
	margin: 0px;
	padding: 5px 0px;
}
div#mfp_thanks {
	text-align: center;
	font-size: 18px;
	padding: 20px 0px;
}
div#mfp_thanks strong {
	color: #C00;
	font-size: 24px;
}
form#mailformpro {
	padding: 10px 0px;
	box-sizing: border-box;
}

.must {
	display: block;
	background-color: #C00;
	border: solid 2px #C00;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
}
.optionally {
	display: block;
	background-color: #06C;
	border: solid 2px #06C;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
}
form#mailformpro label {
	border-radius: 3px;
	margin: 3px;
	display: inline-block;
	white-space: nowrap;
}
table#mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
	margin: 20px 0;
}
table#mfp_confirm_table tr.mfp_colored {
	background-color: #F6F7F9;
}
table#mfp_confirm_table tr.mfp_achroma {
	background-color: #FFF;
}
table#mfp_confirm_table tr th,table#mfp_confirm_table tr td {
	text-align: left;
	border-top: solid 1px #CCC;
	padding: 9px;
}
table#mfp_confirm_table tr th {
	white-space: nowrap;
	width: 200px;
}
table#mfp_confirm_table tr td {
	line-height: 1.5em;
	word-break: break-all;
}
div#mfp_phase_confirm {
	clear: both;
}
div#mfp_phase_confirm h4 {
	font-size: 36px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
div#mfp_phase_confirm div#mfp_phase_confirm_inner {
}
div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_overlay_inner {
	background-color: #FFF;
	padding: 15px;
	margin: 0px auto;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	width: 640px;
	max-width: 90%;
}
div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_loading_screen {
	z-index: 20000;
	opacity: 0.8;
	display: none;
	background-color: #000;
	position: absolute;
}
div#mfp_loading {
	z-index: 20001;
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(img/mfp_loading.gif);
}
.mfp_colored {
	background-color: #F6F7F9;
}
.mfp_achroma {
	background-color: #FFF;
}
div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	color: #F00;
	font-size: 14px;
	line-height: normal;
	background-image: url(img/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}
.mfp_parent_error {
	border: solid 2px #F00;
}
.problem {
	background-color: #FCC;
}
div#mfp_error {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_error p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_error p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_warning {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
	border-radius: 5px;
}
div#mfp_warning p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_warning p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_price {
	color: #C00;
	font-size: 36px;
	padding: 10px;
	font-weight: bolder;
}
div#mfp_price span {
	color: #666;
	font-size: 12px;
	font-weight: normal;
}
button.mfp_next,button.mfp_prev {
	font-size: 18px;
	margin: 10px;
	padding: 5px 10px;
}
button.mfp_next {
	float: right;
}
button.mfp_prev {
	float: left;
}
ul#mfp_phase_stat {
	padding: 10px;
	text-align: center;
}
ul#mfp_phase_stat li {
	display: inline-block;
	padding: 8px 15px;
	border-radius: 5px;
	margin: 0px 5px;
	list-style: none;
	font-size: 14px;
}
ul#mfp_phase_stat li.mfp_phase_arrow {
	box-shadow: none;
	color: #999;
	padding: 8px 0px;
}
ul#mfp_phase_stat li.mfp_active_phase {
	box-shadow: 0px 1px 6px #000;
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
	background-color: #0068B7;
	border: solid 2px #0068B7;
	font-weight: bolder;
	color: #FFF;
	text-shadow: 0px 1px 3px #000;
}
ul#mfp_phase_stat li.mfp_inactive_phase {
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
	background-color: #EEE;
	border: solid 2px #EEE;
	color: #999;
	box-shadow: 0px 1px 6px #CCC;
}
div#mfp_shopping_cart {
	border: solid 1px #CCC;
	margin: 0px;
	padding: 0px;
}
div#mfp_shopping_cart p {
	margin: 0px;
	text-align: center;
	padding: 20px 10px;
	font-size: 12px;
	background-color: #FEE;
}
table.mfp_shoppingcart {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
table.mfp_shoppingcart thead tr td {
	background-color: #EEE;
	border-bottom: solid 1px #CCC;
	text-align: center;
	font-size: 12px;
	padding: 5px;
}
table.mfp_shoppingcart tbody tr th,table.mfp_shoppingcart tbody tr td {
	font-size: 12px;
	padding: 5px;
	border-bottom: solid 1px #CCC;
}
table.mfp_shoppingcart tbody tr td select {
	display: block;
	margin: 0px auto;
	text-align: center;
}
table.mfp_shoppingcart tbody tr td select option {
	text-align: center;
}
table.mfp_shoppingcart tbody tr th span {
	display: block;
	font-weight: normal;
	font-size: 10px;
	color: #666;
	padding: 3px 0px;
}
table.mfp_shoppingcart tfoot tr td {
	padding: 5px;
	font-size: 16px;
	font-weight: bolder;
	color: #900;
}
td.msc_price {
	font-size: 12px;
	text-align: right;
}
div.mfp_buttons {
	clear: both;
	padding: 10px 0px;
	text-align: center;
}
div.mfp_buttons button#mfp_button_send {
	padding: 10px 100px;
	background-color: #111
	;
	border: 1px solid #111
	;
	color: #FFFFFF;
	cursor: pointer;
}
div.mfp_buttons button#mfp_button_cancel {
	padding: 10px 100px;
	border: 1px solid #111
	;
	color: #111
	;
	cursor: pointer;
	background:#fff;
}
.imagebutton {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	background: none;
}

.mfp_element_checkbox,
.mfp_element_radio {
	vertical-align: middle;
	margin: 0px 2px;
}
.mfp_element_file {
	font-size: 12px;
	display: inline-block;
	padding: 10px 10px;
	vertical-align: middle;
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	background: #EEE;
}
.mfp_element_reset {
	color: #333;
}
button.mfp_next,button.mfp_prev {
	font-size: 14px;
}
input#mfp_reserve_item,input#mfp_reserve_date {
	display: none;
}
div#mfp_reserve_wrapper {
	position: relative;
	overflow: hidden;
	border: solid 1px #CCC;
}
div#mfp_reserve_inner {
	position: relative;
	padding: 0px 0px 0px 100px;
	overflow: auto;
}
div#mfp_reserve_wrapper table {
	border-spacing: 0px;
	border-collapse: collapse;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_label {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	background-color: #FEE;
	z-index: 100;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value {
	padding: 0px 0px 0px 0px;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning {
	cursor: pointer;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active:hover,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning:hover {
	background-color: #E8EEF9;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_current {
	background-color: #0068B7;
	color: #FFF;
}
td.mfp_reserve_disabled {
	background-color: #CCC;
}
td.mfp_reserve_warning {
	background-color: #FFC;
}
div#mfp_reserve_wrapper table tr td,div#mfp_reserve_wrapper table tr th {
	border: solid 1px #CCC;
	padding: 0px 5px;
	font-size: 12px;
	text-align: center;
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-weight: normal;
	height: 20px;
	text-align: left;
}
td.mfp_reserve_week_0 {
	color: #F00;
	background-color: #FEE;
}
td.mfp_reserve_week_6 {
	color: #00F;
	background-color: #EEF;
}
div.mfp_ok {
	border: solid 1px #111
	;
	display: inline-block;
	padding: 1px 10px;
	margin-top: 5px;
	color: #111
	;
	font-size: 12px;
	display: none;
}
div.prefcodeWrapper {
	position: relative;
}
div.prefcodeResult {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;
	border: solid 1px #CCC;
	background-color: #FFF;
	box-shadow: 0px 0px 5px #CCC;
	display: none;
}
div.prefcodeResult div {
	cursor: pointer;
}
div.prefcodeResult div:hover {
	background-color: #C9EBFB;
}
div.prefcodeResult div.prefcodeNext {
	background-color: #EEE;
	text-align: center;
}
div.prefLoading {
	padding: 60px 100px;
	background: url(img/mfp_zip_loading.gif) no-repeat center center;
}
.hidefield {
	height: 0px;
	overflow: hidden;
}
.showfield {
	height: auto;
	overflow: visible;
}
div.mfp_attached_thumbnails {
	display: none;
	padding: 5px;
	margin: 5px auto;
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	background: #EEE;
}
div.mfp_attached_thumbnails ul {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd div.mfp_attached_thumbnails ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	border: solid 4px #FFF;
	margin: 5px;
	box-shadow: 0px 2px 5px #999;
}
form#mailformpro dl dd div.mfp_attached_thumbnails ul li a {
	display: block;
	max-height: 100px;
	overflow: hidden;
}
div.mfp_attached_thumbnails ul li a img {
	display: block;
	max-width: 80px;
}
button.mfp_attached_reset {
	font-size: 14px;
}
div#mfp_OperationCheck {
}
div#mfp_OperationCheck div#mfp_OperationCheck_inner {
	display: none;
}
div#mfp_OperationCheck strong {
	background: #090;
	display: block;
	color: #222;
	text-align: center;
	border-radius: 3px;
}
div#mfp_OperationCheck * {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
div#mfp_OperationCheck p {
	padding: 0px 5px;
	margin: 0px;
	font-size: 12px;
}
div#mfp_OperationCheck p a {
	color: #0C0;
	text-decoration: none;
}
div#mfp_OperationCheck p a:hover,
div#mfp_OperationCheck p button:hover {
	text-decoration: underline;
}
div#mfp_OperationCheck p button {
	border: none;
	background: none;
	color: #0C0;
	cursor: pointer;
}
div#mfp_OperationCheck div#mfp_OperationCheck_inner ul {
}
div#mfp_OperationCheck ul li,
div#mfp_OperationCheck ul li label,
div#mfp_OperationCheck ul li label input {
	line-height: 12px;
	font-size: 12px;
	list-style: none;
	vertical-align: middle;
}
div#mfp_OperationCheck ul li {
	padding: 5px 10px;
}
div#mfp_OperationCheck ul li
{
	text-decoration: underline;
}
button#mfp_recorder_record,
button#mfp_recorder_clear,
button#mfp_recorder_restore {
	border-radius: 5px;
	padding: 5px 10px 5px 2em;
	border: solid 1px #CCC;
	background: linear-gradient(90deg, #EEE, #CCC);
	text-shadow: 0px 2px 0px #FFF;
	font-size: 16px;
	cursor: pointer;
	outline: none;
	display: inline-block;
	margin: 5px auto;
}
button#mfp_recorder_record {
	background: url(img/mfp_record_disabled.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
button#mfp_recorder_clear {
	background: url(img/mfp_record_remove.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
button#mfp_recorder_restore {
	background: url(img/mfp_record_restore.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
button.enabled#mfp_recorder_record,
button.enabled#mfp_recorder_clear,
button.enabled#mfp_recorder_restore {
	background: url(img/mfp_record_enabled.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
div#mfp_recorder_wrap {
	border: solid 1px #CCC;
	padding: 10px;
	text-align: center;
	margin: 5px auto;
}
td.request_image {
	width: 100px;
}
td.request_image img {
	max-width: 100px;
}
span.mfp_tips {
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
	background-color: #FCC;
	display: block;
	border-radius: 5px;
	padding: 10px;
	margin: 2px;
	box-shadow: 0px 2px 10px #999;
}
span.mfp_tips strong {
	color: #800040;
}
span.mfp_tips span {
	display: block;
	padding: 10px;
	color: #008080;
}
span.mfp_tips em {
	font-style: normal;
	color: #090;
	font-weight: bold;
}
@media screen and (max-width: 1240px) {
	div#mfp_overlay_background{
		width:1240px !important;
		height: 100% !important;
	}
	div#mfp_overlay{
		width:1240px !important;
	}
}
@media screen and (max-width: 800px) {
	div.mfp_buttons button {
		font-size: 14px;
	}
	div#mfp_phase_confirm h4 {
		font-size: 18px;
	}
	ul#mfp_phase_stat {
		padding: 0px;
		text-align: left;
	}
	ul#mfp_phase_stat li {
		text-align: center;
		padding: 5px 0px;
		border-radius: 3px;
		margin: 5px;
		list-style: none;
		font-size: 14px;
		width: 28%;
	}
	ul#mfp_phase_stat li.mfp_phase_arrow {
		box-shadow: none;
		display: none;
	}
	ul#mfp_phase_stat li.mfp_active_phase {
	}
	ul#mfp_phase_stat li.mfp_inactive_phase {
	}
	table#mfp_confirm_table tr th {
		white-space: nowrap;
		width: 150px;
	}
	div#mfp_thanks {
		text-align: center;
		font-size: 18px;
		padding: 20px 0px;
	}
	div#mfp_thanks strong {
		color: #C00;
		font-size: 24px;
		display: block;
	}
}

@media screen and (max-width: 431px) {
	div#mfp_overlay_background{
		width:430px !important;
		height: 100% !important;
	}
	div#mfp_overlay{
		width:430px !important;
	}
	div#mfp_overlay_inner{
		width:390px;
		max-width:none;
	}
	div.mfp_buttons button#mfp_button_send {
		padding: 10px 0;
		width:300px;
		margin-bottom: 10px;
	}
	div.mfp_buttons button#mfp_button_cancel {
		padding: 9px 0;
		width:300px;
		margin-right: 3px;
	}
}

.enter a{
    width: 380px;
	border-radius: 40px;
	font-size: 22px;
	text-align: center;
	letter-spacing: .1em;
    display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	background: #c6a115;
	color: #fff;
	font-weight: bold;
    margin-left: 350px;
    margin-top: 50px;
    animation: floating 3s ease-in-out forwards;
}

@media screen and (max-width:767px){
    .enter a{
    width: 100px;
	border-radius: 40px;
	font-size: 15px;
    display: flex;
	height: 40px;
	background: #c6a115;
	color: #fff;
	font-weight: bold;
    margin-left: 145px;
    margin-top: 40px;
}
}

@keyframes fadeIn { /*animation-nameで設定した値を書く*/

  0% {opacity: 0} /*アニメーション開始時は不透明度0%*/

  100% {opacity: 1} /*アニメーション終了時は不透明度100%*/

}

@keyframes slide-in-anim {
  20% {
    opacity: 0;
  }
  /*60% {
    transform: translateX(-25%);
  }
  75% {
    transform: translateX(-52%);
  }*/
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes floating {
    from { transform: translate(0,  0px); }
    to  { transform: translate(0, 30px); }
    /*to   { transform: translate(0, -0px); }*/    
}
