@charset "utf-8";
/* CSS Document */

html {
	font-size: 62.5%;
	overflow-x: hidden;
}
body {
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	font-size: 1.6rem;
	margin: 0;
	background: #111;
	overflow-x: hidden;
}
h1, figure {
	margin: 0;
}
img {
	vertical-align:bottom;
}
p {
	line-height: 2;
}
a {
	text-decoration: none;
	color: #E8DEAE;
}


#wrapper p.txt--red,
.txt--red {
	color: #ff5983;
}


.map--wrap {
	width: 100%;
	position: relative;
	padding-top: 56.25%;
}
	.map--wrap iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}


#wrapper {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	/* padding-bottom: 150px; */
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
	#wrapper img {
		width: 100%;
		display: block;
	}


.top--mv {
	height: 100svh;
	position: relative;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}
	#wrapper .top--mv .top--mv--logo {
		position: absolute;
		width: 240px;
		top: 16px;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 1;
	}
	#wrapper .top--mv .top--mv--catch {
		position: absolute;
		width: 184px;
		height: auto;
		top: 0;
		right: 40px;
		bottom: 0;
		margin: auto;
		z-index: 2;
	}
	.top--mv .top--mv--catchbg {
		position: absolute;
		transform: skewX(-3.1deg);
		width: 224px;
		height: 100svh;
		top: 0;
		right: 20px;
		bottom: 0;
		margin: auto;
		background-color: rgba(0,0,0,.72);
		z-index: 1;
	}
	#wrapper .top--mv .top--mv--object {
		position: absolute;
		width: 540px;
		bottom: 0;
		left: 12px;
		margin: auto;
		padding: 1em;
		z-index: 1;
		/* background-color: rgba(0,0,0,.72); */
	}
	.top--mv .top--mv--bg {
		height: 100svh;
		object-fit: cover;
		object-position: 50% 70%;
	}
@media screen and (max-width: 1230px) {
	#wrapper .top--mv .top--mv--object {
		width: 41%;
	}
}
@media screen and (max-width: 960px) {
	#wrapper .top--mv .top--mv--logo {
		width: 32%;
		max-width: 240px;
		left: 24px;
		right: auto;
	}
}
@media screen and (max-width: 767px) {
	#wrapper .top--mv .top--mv--logo {
		width: 20%;
		min-width: 75px;
		left: 16px;
		z-index: 2;
	}
	/* #wrapper .top--mv .top--mv--bg {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		height: auto;
		width: 94%;
		max-width: 540px;
		z-index: 1;
	} */
	#wrapper .top--mv .splide {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		margin: auto;
		height: auto;
		width: 94%;
		max-width: 540px;
		z-index: 1;
	}
	.top--mv video {
		height: 100svh;
	}
	.top--mv::after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100svh;
		background-color: rgba(0,0,0,.5);
		background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
		background-size: 4px 4px;
		background-position: 0 0, 2px 2px;
	}
}


.arrows {
	width: 60px;
	height: 72px;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	bottom: 20px;
	z-index: 1;
}
	.arrows path {
		stroke: #fff;
		fill: transparent;
		stroke-width: 1px;  
		animation: arrow 2s infinite;
		-webkit-animation: arrow 2s infinite; 
	}
	@keyframes arrow
	{
		0% {opacity:0}
		40% {opacity:1}
		80% {opacity:0}
		100% {opacity:0}
	}
	@-webkit-keyframes arrow /*Safari and Chrome*/
	{
		0% {opacity:0}
		40% {opacity:1}
		80% {opacity:0}
		100% {opacity:0}
	}
	.arrows path.a1 {
		animation-delay:-1s;
		-webkit-animation-delay:-1s; /* Safari 和 Chrome */
	}
	.arrows path.a2 {
		animation-delay:-0.5s;
		-webkit-animation-delay:-0.5s; /* Safari 和 Chrome */
	}
	.arrows path.a3 { 
		animation-delay:0s;
		-webkit-animation-delay:0s; /* Safari 和 Chrome */
	}


.top--point--object {
	max-width: 880px;
	width: 94%;
	margin: 40px auto 80px;
}


.top--lead {
	position: relative;
}
	.top--lead--txt {
		position: absolute;
		top: 0;
		width: 40%;
		height: 100%;
		display: flex;
		align-items: center;
		padding: 0 4%;
		box-sizing: border-box;
		background-color: rgba(0,0,0,0.72);
		color: #fff;
	}
	.top--lead--txt h2 {
		font-size: 1.6em;
		font-weight: normal;
		margin: 0 0 1.6em;
		line-height: 1.6;
	}
	.top--lead--txt p {
		color: #ccc;
		font-size: 15px;
		line-height: 2.4;
		margin-bottom: 0;
	}
@media screen and (max-width: 1200px) {
	.top--lead--txt {
		width: 56%;
	}
}
@media screen and (max-width: 960px) {
	.top--lead,
	.top--lead--txt {
		position: inherit;
	}
	.top--lead {
		display: flex;
		flex-direction: column-reverse;
	}
	.top--lead--txt {
		width: 100%;
		padding: 80px 6%;
		background: none;
	}
	.top--lead--txt h2 {
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	.top--lead--txt {
		padding: 80px 6% 0;
		margin-bottom: 1.6em;
	}
	.top--lead--txt h2 {
		text-align: left;
		font-size: 24px;
	}
}


.top--point {
	margin: 200px 0 0;
}
	.top--point--child {
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}
	.top--point--child + .top--point--child {
		margin-top: 100px;
	}
	.top--point--child:nth-child(odd) {
		flex-direction: row-reverse;
	}

	.top--point--child--pic {
		width: 50%;
	}

	.top--point--child--pic .container {
		height: 400px;
		width: 600px;
		position: relative;
	}
	.top--point--child--pic .image {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		opacity: 0;
		background-size: cover;
		background-position: center center;
		
		animation: image-switch-animation 6s infinite;
	}
	.top--point--child--pic .src1 {
		background-image: url(../img/image_02_v2.jpg);
	}
	.top--point--child--pic .src2 {
		background-image: url(../img/image_02_v3.jpg);
	}
	@keyframes image-switch-animation {
		0% { opacity: 0;}
		25% { opacity: 1;}
		50% { opacity: 1;}
		75% { opacity: 0;}
		100% { opacity: 0;}
	}
	.top--point--child--pic .image:nth-of-type(1) {
		animation-delay: 0s;
	}
	.top--point--child--pic .image:nth-of-type(2) {
		animation-delay: 3s;
	}

	.top--point--child--txt {
		width: 42%;
		padding: 2em 2em 2em 0;
		box-sizing: border-box;
		color: #fff;
	}
	.top--point--child:nth-child(odd) .top--point--child--txt {
		padding: 2em 0 2em 2em;
	}
	.top--point--child--txt h3 {
		font-weight: normal;
		letter-spacing: 2px;
		margin-top: 0;
	}
	.top--point--child--txt h3 span {
		display: block;
		color: #E8DEAE;
		font-weight: bold;
		font-size: 15px;
		letter-spacing: 0;
	}
	.top--point--child--txt p {
		color: #ccc;
		font-size: 15px;
		line-height: 2.2;
		margin-bottom: 0;
	}
	.top--point--child--txt .link--btn {
		margin-top: 1.6em;
	}
	.top--point--child--txt--attention {
		display: block;
		background-color: rgba( 255, 255, 255, 0.1 );
		padding: 1em;
		margin-top: .5em;
		font-size: 14px;
	}
	.top--point--child--bdr {
		position: absolute;
		right: 45.5%;
		height: 1px;
		background: #ccc;
		width: 9%;
	}
@media screen and (max-width: 1200px) {
	.top--point--child--pic .container {
		height: 32vw;
		width: 49vw;
	}
}
@media screen and (max-width: 960px) {
	.top--point {
		margin: 100px 0 0;
	}
	.top--point h2 {
		margin-bottom: 40px;
	}
	.top--point--child,
	.top--point--child:nth-child(odd) {
		flex-direction: column;
	}
	.top--point--child + .top--point--child {
		margin-top: 80px;
	}
	.top--point--child--pic,
	.top--point--child--txt {
		width: 90%;
	}
	.top--point--child--pic {
		margin-left: -10%;
	}
	.top--point--child--pic .container {
		height: 59vw;
		width: 100%;
	}
	.top--point--child--txt {
		margin-right: -10%;
	}
	.top--point--child--txt,
	.top--point--child:nth-child(odd) .top--point--child--txt {
		padding: 2em 1em 0 1em;
	}
	.top--point--child--bdr {
		display: none;
	}
}


.top--price {
	padding: 200px 0 0;
}
	.top--price h2 {
		font-weight: normal;
		color: #fff;
		text-align: center;
		letter-spacing: 4px;
		margin-bottom: 100px;
	}
	.top--price h2 span {
		display: block;
		color: #888;
		font-size: 16px;
		letter-spacing: 2px;
	}
	.top--price h3 {
		font-weight: normal;
		color: #fff;
		margin-top: 2em;
	}
	.top--price--child p {
		color: #fff;
	}
	.top--price--child table span {
		font-size: 13px;
	}
	.top--price table, .top--price th, .top--price td {
		color: #ccc;
		border-collapse: collapse;
		border: 1px solid #444;
	}
	.top--price th, .top--price td {
		padding: 1em;
	}
	.top--price table {
		width: 100%;
	}
	.top--price th {
		background-color: rgba( 255, 255, 255, 0.11 );
		width: 25%;
		box-sizing: border-box;
	}
@media screen and (max-width: 1200px) {
	.top--price {
		padding: 200px 6% 0;
	}
}
@media screen and (max-width: 960px) {
	.top--price {
		padding: 100px 6% 0;
	}
	.top--price h2 {
		margin-bottom: 40px;
	}
	.top--price td {
		font-size: 15px;
	}
}
@media screen and (max-width: 767px) {
	.top--price h3 {
		text-align: center;
		margin-bottom: -.6em;
	}
	.top--price table {
		border: none;
	}
	.top--price th, .top--price td {
		display: block;
	}
	.top--price th {
		width: 100%;
		margin-top: 1.6em;
	}
	.top--price td {
		margin-top: -1px;
		text-align: center;
	}
	.top--price td.pc_only {
		display: none;
	}
	.top--price td::before{
        content: attr(data-label);
        display: inline-block;
		color: #fff;
    }
}


.top--service {
	max-width: 800px;
	margin: 0 auto;
	padding: 200px 0 0;
}
	.top--service h2 {
		font-weight: normal;
		color: #fff;
		text-align: center;
		letter-spacing: 4px;
		margin-bottom: 100px;
	}
	.top--service h2 span {
		display: block;
		color: #888;
		font-size: 16px;
		letter-spacing: 2px;
	}
	.top--service h3 {
		color: #ccc;
		text-align: center;
		margin-top: 40px;
	}
	.top--service p {
		color: #ccc;
		text-align: center;
		margin-bottom: 0;
		font-size: 15px;
	}
	.top--service table {
		color: #ccc;
	}
	.top--service tr {
		border-bottom: solid 1px #111;
	}
	.top--service th,
	.top--service td {
		padding: 1em;
		box-sizing: border-box;
	}
	.top--service th {
		background-color: rgba( 255, 255, 255, 0.1 );
		width: 8%;
	}
	.top--service td {
		width: 42%;
	}
@media screen and (max-width: 1200px) {
	.top--service table {
		padding: 0 6%;
	}
}
@media screen and (max-width: 960px) {
	.top--service {
		padding: 100px 0 0;
	}
	.top--service h2 {
		margin-bottom: 40px;
	}
	.top--service td {
		font-size: 15px;
	}
}
@media screen and (max-width: 767px) {
}


.top--trial {
	background: #fefefe;
	color: #111;
	margin-top: 200px;
	box-sizing: border-box;
	padding: 3em;
	text-align: center;
}
	.top--trial h2 {
		border-top: 3px double #888;
		border-bottom: 3px double #888;
		padding: 8px 0;
		background-color: #E8DEAE;
	}
	.top--trial h3 {
		border-top: 1px solid #888;
		border-bottom: 1px solid #888;
		padding: 4px 0;
		margin-top: 2em;
		background-color: #E8DEAE;
	}
	.top--trial h4 span {
		background-color: #E8DEAE;
		padding: 4px;
	}
	.top--trial--flex {
		display: flex;
		justify-content: space-between;
	}
	.top--trial--flex--child {
		width: 48%;
	}
	.top--trial table {
		width: 100%;
	}
	.top--trial table,
	.top--trial th,
	.top--trial td {
		border-collapse: collapse;
		border: 1px solid #888;
	}
	.top--trial th {
		background-color: rgba( 0, 0, 0, 0.1 );
		width: 56%;
		font-weight: normal;
	}
	.top--trial table + p {
		font-size: 14px;
	}
@media screen and (max-width: 1200px) {
	.top--trial {
		margin: 200px 6% 0;
	}
}
@media screen and (max-width: 960px) {
	.top--trial {
		margin: 100px 6% 0;
		padding: 2em;
	}
	.top--trial h2 {
		font-size: 20px;
	}
	.top--trial p {
		font-size: 15px;
	}
	.top--trial--flex {
		flex-direction: column;
	}
	.top--trial--flex--child {
		width: 100%;
	}
	.top--trial th {
		width: 50%;
		font-size: 14px;
	}
	.top--trial table + p {
		text-align: left;
	}
	.top--trial .tl {
		text-align: left;
	}
}


.top--system {
	padding: 200px 0 0;
}
	.top--system h2 {
		font-weight: normal;
		color: #fff;
		text-align: center;
		letter-spacing: 4px;
		margin-bottom: 100px;
	}
	.top--system h2 span {
		display: block;
		color: #888;
		font-size: 16px;
		letter-spacing: 2px;
	}
	.top--system dd span {
		color: #E8DEAE;
	}
	.top--system .link--btn--line {
		margin: 1em 0 0;
	}
@media screen and (max-width: 960px) {
	.top--system {
		padding: 100px 0 0;
	}
	.top--system h2 {
		margin-bottom: 40px;
	}
	.top--system dd {
		font-size: 15px;
		line-height: 2;
	}
}


.top--qa {
	padding: 200px 0 0;
}
	.top--qa h2 {
		font-weight: normal;
		color: #fff;
		text-align: center;
		letter-spacing: 4px;
		margin-bottom: 100px;
	}
	.top--qa h2 span {
		display: block;
		color: #888;
		font-size: 16px;
		letter-spacing: 2px;
	}
	.top--qa dl {
		color: #fff;
	}
@media screen and (max-width: 1200px) {
	.top--qa {
		padding: 200px 6% 0;
	}
}
@media screen and (max-width: 960px) {
	.top--qa {
		padding: 100px 6% 0;
	}
	.top--qa h2 {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 767px) {
}


.qa-list {
	margin-bottom: 2em;
}
	.qa-list dl {
		position: relative;
		margin: 0;
		padding: 28px 80px 28px 30px;
		cursor: pointer;
		border-bottom: 1px solid #444;
	}
	.qa-list dl:first-child {
		border-top: 1px solid #444;
	}
	.qa-list dl::before {
		position: absolute;
		top: 35px;
		right: 35px;
		display: block;
		width: 7px;
		height: 7px;
		margin: auto;
		content: '';
		transform: rotate(135deg);
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
	.qa-list .open::before {
		transform: rotate(-45deg);
	}
	.qa-list dl + .qa-list__heading {
		margin-top: 10%;
	}
	.qa-list dl dt {
		position: relative;
		margin: 0;
		padding: 0 0 0 50px;
	}
	.qa-list dl dt::before {
		font-size: 22px;
		font-weight: bold;
		line-height: 1;
		position: absolute;
		top: 3px;
		left: 0;
		display: block;
		content: 'Q.';
		color: #E8DEAE;
	}
	.qa-list dl dd::before {
		font-size: 22px;
		font-weight: bold;
		line-height: 1;
		position: absolute;
		top: 3px;
		left: 2px;
		display: block;
		content: 'A.';
		color: #ccc;
	}
	.qa-list dl dd {
		position: relative;
		display: none;
		height: auto;
		margin: 2em 0 0;
		padding: 0 0 0 50px;
		width: 100%;
	}
		.qa-list dl dd p {
			margin: 1em 0 0;
			font-size: 15px;
		}
		.qa-list dl dd p:first-child {
			margin-top: 0;
		}
			.qa-list dl dd p .attention {
				color: #E8DEAE;
				font-weight: bold;
			}
			.qa-list dl dd p a {
				text-decoration: underline;
			}


.flow_design09 {
	display: flex;
	justify-content: center;
	align-items: center;
}
	.flow09 {
		padding-left: 0;
		border-bottom: solid 1px #444;
		width: 100%;
	}
	.flow09 > li {
		list-style-type: none;
		display: flex;
		padding: 20px 0;
		border-top: solid 1px #444;
		color: #ccc;
	}
	.flow09 > li dl dt {
		font-size: 1.2em;
		line-height: 2;
		margin-bottom: 10px;
		color: #fff;
	}
	.flow09 > li .icon09 {
		line-height: 1;
		font-size: 2em;
		font-weight: bold;
		color: #E8DEAE;
		text-align: center;
		width: 40%;
		position: relative;
		margin-top: 0;
	}
	.flow09 > li .icon09::before {
		content: 'STEP';
		font-size: 0.3em;
		display: block;
		margin-bottom: 3px;
		letter-spacing: 1px;
	}
	.flow09 > li .icon09::after {
		content: "";
		display: block;
		width: 1px;
		height: calc(100% - 8px);
		background-color: #444;
		position: absolute;
		left: 0;
		right: 0;
		top: 60px;
		margin: auto;
	}
	.flow09 > li dl dd {
		margin: 0;
	}
	.flow09 > li dl {
		width: calc(100% - 70px);
		margin-top: 0.8em;
	}
@media screen and (max-width: 1200px) {
	.flow_design09 {
		padding-right: 6%;
	}
}
@media screen and (max-width: 960px) {
	.flow09 > li .icon09 {
		width: 24%;
	}
}


.top--license {
	max-width: 800px;
	margin: 0 auto;
	padding: 200px 0 0;
}
	.top--license h2 {
		font-weight: normal;
		color: #fff;
		text-align: center;
		letter-spacing: 4px;
		margin-bottom: 100px;
	}
	.top--license h2 span {
		display: block;
		color: #888;
		font-size: 16px;
		letter-spacing: 2px;
	}
	.top--license p {
		color: #ccc;
	}
	.top--license--flex {
		display: flex;
		justify-content: space-between;
	}
	.top--license--flex--child {
		border: 1px solid #888;
		padding: 1em 2em 2em;
		width: 49%;
		box-sizing: border-box;
	}
	.top--license--flex--child p {
		margin: 0;
		text-align: center;
	}
	.top--license--flex--child span {
		display: block;
		color: #E8DEAE;
		font-size: 2em;
	}
	.top--license--txt {
		text-align: center;
	}
	.top--license--txt--member {
		border: 1px solid #888;
		padding: 2em;
	}
@media screen and (max-width: 1200px) {
	.top--license {
		padding: 200px 6% 0;
	}
}
@media screen and (max-width: 960px) {
	.top--license {
		padding: 100px 6% 0;
	}
	.top--license h2 {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 767px) {
	.top--license--flex {
		flex-direction: column;
		gap: 8px 0;
	}
	.top--license--flex--child {
		width: 100%;
		padding: 0em 1em 1em;
	}
	.top--license--txt {
		text-align: left;
	}
}


.top--overview {
	max-width: 800px;
	margin: 0 auto;
	padding: 200px 0 0;
}
	.top--overview h2 {
		font-weight: normal;
		color: #fff;
		text-align: center;
		letter-spacing: 4px;
		margin-bottom: 100px;
	}
	.top--overview h2 span {
		display: block;
		color: #888;
		font-size: 16px;
		letter-spacing: 2px;
	}
	.top--overview table {
		color: #ccc;
	}
	.top--overview th,
	.top--overview td {
		padding: 1em;
		box-sizing: border-box;
	}
	.top--overview th {
		color: #fff;
		font-weight: normal;
		width: 32%;
		background-color: rgba( 255, 255, 255, 0.1 );
	}
	.top--overview td {
		width: 64%;
	}
	.top--overview .map--wrap {
		margin-top: 1em;
	}
@media screen and (max-width: 1200px) {
	.top--overview table {
		padding: 0 6%;
	}
}
@media screen and (max-width: 960px) {
	.top--overview {
		padding: 100px 0 0;
	}
	.top--overview h2 {
		margin-bottom: 40px;
	}
	.top--overview td {
		font-size: 15px;
		line-height: 2;
	}
}
@media screen and (max-width: 767px) {
	.top--overview th,
	.top--overview td {
		display: block;
		width: 100%;
		text-align: center;
	}
	.top--overview td.tl {
		text-align: left;
	}
}


.top--terms {
	margin: 200px 0 0;
}
	.top--terms h2 {
		font-weight: normal;
		color: #fff;
		text-align: center;
		letter-spacing: 4px;
		margin-bottom: 100px;
	}
	.top--terms h2 span {
		display: block;
		color: #888;
		font-size: 16px;
		letter-spacing: 2px;
	}
@media screen and (max-width: 960px) {
	.top--terms {
		margin: 100px 0 0;
	}
	.top--terms h2 {
		margin-bottom: 40px;
	}
}


.top--banner {
	margin: 200px 0 0;
}
	.top--banner--child {
		max-width: 800px;
		width: 88%;
		margin: auto;
	}
@media screen and (max-width: 960px) {
	.top--banner {
		margin: 100px 0 0;
	}
}


.top--produce {
	background-color: #000;
	margin: 200px 0 0;
	padding: 3em 0;
	text-align: center;
}
	.top--produce img {
		max-width: 200px;
	}
@media screen and (max-width: 960px) {
	.top--produce {
		margin: 100px 0 0;
	}
}


.underlayer {
}
	.underlayer header {
		background-color: #000;
		text-align: center;
	}
	.underlayer header img {
		width: 72px;
	}
	.underlayer #wrapper {
		color: #ccc;
		padding: 100px 0 0;
		box-sizing: border-box;
		max-width: 750px;
		animation: fadeIn 1.6s ease 0s 1 normal;
    	-webkit-animation: fadeIn 1.6s ease 0s 1 normal;
	}
	@keyframes fadeIn {
		0% {opacity: 0}
		100% {opacity: 1}
	}
	@-webkit-keyframes fadeIn {
		0% {opacity: 0}
		100% {opacity: 1}
	}
	.underlayer #wrapper h1 {
		color: #fff;
		font-weight: normal;
		text-align: center;
		margin-bottom: 1em;
	}
	.underlayer #wrapper table {
		width: 100%;
	}
	.underlayer #wrapper table,
	.underlayer #wrapper th,
	.underlayer #wrapper td {
		border-collapse: collapse;
    	border: 1px solid #444;
	}
	.underlayer #wrapper th,
	.underlayer #wrapper td {
		padding: 1em;
	}
	.underlayer #wrapper th {
		text-align: left;
		background-color: rgba( 255, 255, 255, 0.11 );
		font-weight: normal;	
	}
@media screen and (max-width: 767px) {
	.underlayer #wrapper {
		padding: 100px 6% 0;
	}
	.underlayer #wrapper h1 {
		font-size: 24px;
	}
	.underlayer #wrapper table {
		border: none;
	}
	.underlayer #wrapper th {
		border-bottom: none;
	}
	.underlayer #wrapper td {
		margin-bottom: 16px;
	}
	.underlayer #wrapper th,
	.underlayer #wrapper td {
		display: block;
	}
}


.underlayer--terms p + h2 {
	margin-top: 2em;
}


.underlayer--menu h2 {
	padding-top: 3em;
}
	.underlayer--menu h2 span {
		border-left: 6px #E8DEAE double;
		padding: .5em;
	}
	.underlayer--menu h3 {
		margin: 3em 0 .5em;
	}
	.underlayer--menu table,
	.underlayer--menu th,
	.underlayer--menu td {
		border: none !important;
		box-sizing: border-box;
	}
	.underlayer--menu tr + tr {
		border-top: 1px solid #888;
	}
	.underlayer--menu th {
		width: 72%;
	}
	.underlayer--menu th.th--row {
		width: 36%;
		background-color: rgba( 255, 255, 255, 0.2 ) !important;
	}
	.underlayer--menu th.th--short {
		width: 36%;
	}
	.underlayer--menu td {
		text-align: right;
	}
	.underlayer--menu th span {
		font-size: 14px;
	}
	.underlayer--menu--attention {
		font-size: 14px;
	}
@media screen and (max-width: 767px) {
	.underlayer--menu th,
	.underlayer--menu td {
		display: table-cell !important;
		font-size: 14px;
	}
}


.underlayer--faq h2 {
	text-align: center;
	margin-top: 3em;
}


.underlayer nav {
	border-bottom: 1px solid #000;
}
	.breadcrumbs {
		max-width: 750px;
		margin: .5em auto;
		padding: 0;
		font-size: 14px;
		list-style: none;
		display: flex;
	}
	.breadcrumbs li {
		color: #fff;
	}
	.breadcrumbs li::after {
		content: '/';
		display: inline-block;
		padding: 0 10px;
	}
	.breadcrumbs li:last-child::after {
		display: none;
	}
@media screen and (max-width: 767px) {
	.breadcrumbs {
		padding: 0 6%;
	}
}


.link--btn {
	max-width: 400px;
	width: 90%;
	margin: auto;
}
	.link--btn + .link--btn {
		margin-top: 1.6em;
	}
	.link--btn a {
		display: block;
		text-align: center;
		vertical-align: middle;
		text-decoration: none;
		margin: auto;
		padding: 1rem 4rem;
		border: 1px solid #E8DEAE;
		color: #E8DEAE;
		transition: .5s;
		border-radius: 30px;
	}
	.link--btn a:hover {
		color: #111;
		background: #E8DEAE;
	}


.link--btn--line {
	max-width: 400px;
	margin: auto;
}
	.link--btn--line a {
		color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 8px 0;
		transition: .5s;
		background-color: #06c655;
		border-radius: 30px;
	}
	.link--btn--line a:hover {
		filter: brightness(1.1);
	}
	#wrapper .link--btn--line img {
		width: 32px;
		margin-right: 0.5em;
	}


footer {
	text-align: center;
	color: #ccc;
	background: #000;
	font-size: 13px;
}
	footer p {
		margin: 0;
		padding-bottom: 6em;
	}
@media screen and (max-width: 960px) {
	footer p {
		padding-bottom: 7em;
	}
}


.fixedBnr {
    position: fixed;
    bottom: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
	flex-direction: row;
    transition: .3s;
	max-width: 1200px;
	width: 100%;
	opacity: 0;
  	visibility: hidden;
}
	.active {
		opacity: 1;
		visibility: visible;
	}
	.fixedBnr p {
		font-size: 12px;
		line-height: 1.4;
		text-align: center;
	}
	.fixedBnr a {
		width: 33.3%;
		color: #fff;
		display: flex;
		justify-content: center;
    	align-items: center;
		padding: 8px 0;
		transition: .3s;
	}
	.fixedBnr a:hover {
		filter: brightness(1.1);
	}
.fixedBnr .iconPhoneShop {
	background-color: #958047;
}
.fixedBnr .iconPhoneSecr {
	background-color: #ff5983;
}
	.fixedBnr .iconPhoneShop i,
	.fixedBnr .iconPhoneSecr i {
		font-size: 16px;
		margin-right: .5em;
	}
.fixedBnr .snsLine {
	background-color: #06c655;
}
	#wrapper .fixedBnr .snsLine img {
		width: 24px;
		margin-right: .5em;
	}
@media screen and (max-width: 767px) {
	.fixedBnr p {
		margin: .5em 0 0;
	}
	.fixedBnr a {
		flex-direction: column;
	}
	.fixedBnr .iconPhoneShop i,
	.fixedBnr .iconPhoneSecr i,
	#wrapper .fixedBnr .snsLine img {
		margin-right: 0;
	}
}


.sp_only {
	display: none;
}
@media screen and (max-width: 767px) {
	.pc_only {
		display: none;
	}
	.sp_only {
		display: inherit;
	}
	.fixedBox .btn {
		max-width: 88%;
	}
}


/* ----- Loading start ----- */
#splash {
/*fixedで全面に固定*/
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	background:#000;
	text-align:center;
	color:#fff;
}
/* Loading画像中央配置　*/
#splash_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/* Loading アイコンの大きさ設定　*/
#splash_logo img {
	width: 100px;
}
/* fadeUpをするアイコンの動き */
.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity: 0;
}
@keyframes fadeUpAnime{
	from {
		opacity: 0;
		transform: translateY(100px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
/* ----- Loading end ----- */


/* ----- hamburger start ----- */
.hamburger {
	display : block;
	position: fixed;
	z-index : 5;
	right: calc(50% - 600px);
	top   : 12px;
	width : 42px;
	height: 42px;
	cursor: pointer;
	text-align: center;
}
.hamburger span {
	display : block;
	position: absolute;
	width   : 30px;
	height  : 2px ;
	left    : 6px;
	background : #ccc;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition   : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
	top: 10px;
}
.hamburger span:nth-child(2) {
	top: 20px;
}
.hamburger span:nth-child(3) {
	top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
	top : 16px;
	left: 6px;
	background :#fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform   : rotate(-45deg);
	transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
	top: 16px;
	background :#fff;
	-webkit-transform: rotate(45deg);
	-moz-transform   : rotate(45deg);
	transform        : rotate(45deg);
}

nav.globalMenuSp {
	position: fixed;
	z-index : 2;
	top  : 0;
	left : 0;
	color: #fff;
	background: rgba(0,0,0,0.8);
	text-align: center;
	width: 100%;
	opacity: 0;
	transition: opacity .6s ease, visibility .6s ease;
	pointer-events: none;
}

nav.globalMenuSp ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

nav.globalMenuSp ul li {
	list-style-type: none;
	padding: 0;
	width: 50%;
	box-shadow : 0 0 0 1px #888;
	height: calc(100svh / 3);
	box-sizing: border-box;
}
nav.globalMenuSp ul li:last-child {
	padding-bottom: 0;
}
nav.globalMenuSp ul li:hover a {
	color: #E8DEAE;
	background: rgba(0,0,0,0.64);
}
nav.globalMenuSp ul li a {
	color: #fff;
	text-decoration :none;
	transition: .4s all;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
	opacity: 100;
	pointer-events: inherit;
	z-index: 4;
}

@media screen and (max-width: 1200px) {
	.hamburger {
		right : 14px;
	}
}
/* ----- hamburger end ----- */


/* ----- SA start ----- */
.sa {
	opacity: 0;
	transition: all .5s ease;
}
.sa.show {
	opacity: 1;
	transform: none;
}
.sa--lr {
	transform: translate(-50px, 0);
}
.sa--rl {
	transform: translate(50px, 0);
}
.sa--up {
	transform: translate(0, 50px);
}
.sa--down {
	transform: translate(0, -50px);
}
.sa--scaleUp {
	transform: scale(.8);
}
.sa--scaleDown {
	transform: scale(1.2);
}
.sa--rotateL {
	transform: rotate(180deg);
}
.sa--rotateR {
	transform: rotate(-180deg);
}
/* ----- SA end ----- */


/* ----- fadeanimation start ----- */
/* fadeIn */
.fadeUp_down {
	animation-name: fadeUpAnime_down;
	animation-duration:1.5s;
	animation-fill-mode:forwards;
	opacity:0;
}
	@keyframes fadeUpAnime_down {
		from {
			opacity: 0;
			transform: translateY(-50px);
		}
		to {
			opacity: 1;
			transform: translateY(0);
		}
	}
	.fadeInTrigger_down {
		opacity: 0;
	}

.fadeUp_up {
	animation-name: fadeUpAnime_up;
	animation-duration:1.5s;
	animation-fill-mode:forwards;
	opacity:0;
}
	@keyframes fadeUpAnime_up {
		from {
			opacity: 0;
			transform: translateY(50px);
		}
		to {
			opacity: 1;
			transform: translateY(0);
		}
	}
	.fadeUpTrigger_up {
		opacity: 0;
	}

.fadeUp_left {
	animation-name: fadeUpAnime_left;
	animation-duration: 2.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}
	@keyframes fadeUpAnime_left {
		from {
			opacity: 0;
			transform: translateX(-130px);
		}
		to {
			opacity: 1;
			transform: translateX(0);
		}
	}
	.fadeUpTrigger_left {
		opacity: 0;
	}

.fadeUp_right{
	animation-name: fadeUpAnime_right;
	animation-duration: 2.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}
	@keyframes fadeUpAnime_right {
		from {
			opacity: 0;
			transform: translateX(130px);
		}
		to {
			opacity: 1;
			transform: translateX(0);
		}
	}
	.fadeUpTrigger_right {
		opacity: 0;
	}

.box{
	opacity: 0;
}
.fadeUp {
	animation-name:fadeUpAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity: 0;
}
	@keyframes fadeUpAnime{
		from {
			opacity: 0;
			transform: translateY(100px);
		}
		
		to {
			opacity: 1;
			transform: translateY(0);
		}
	}
/* ----- fadeanimation end ----- */