@charset "utf-8";

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}
body {
	line-height: 1.75;
	background: #fff;
	font-family:'Noto Sans JP','游ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ','Meiryo',serif;
	font-size: 1.4rem;
	color: #3C2C25;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}
figure {
	text-align: center;
}
img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
a {
	text-decoration: none;
	color: #3C2C25;
	outline: none;
}
a,p {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}




/*==================================================================*/
/*                                                                  */
/* common                                                           */
/*                                                                  */
/*==================================================================*/
.header,.main,.footer {
	width: 100%;
}
.main {
	overflow: hidden;
}
.inner {
	width: 100%;
	max-width: 1150px;
	margin: 0 auto;
	padding: 0 30px;
}
.col {
	display: flex;
}
.br {
	display: inline-block;
}
.clearfix::after {
	content: “”;
	display: block;
	clear: both;
}
.fixFade {
	display: none;
	transition: none;
}

@media screen and (max-width: 1240px) {
	.inner {
		width: 100%;
	}
}

@media screen and (max-width: 1024px) {
	.inner {
		width: 100%;
	}
}

@media screen and (max-width: 768px){
	.inner {
		padding: 0 30px 0;
	}
}

@media screen and (max-width:500px){
	.inner {
		padding: 0 20px 0;
	}
}

/*	heading
------------------------------------------*/
.h2 {
	position: relative;
	margin-bottom: 60px;
	font-size: 4.0rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.15em;
	line-height: 1.4;
}
.h2_balloon {
	position: relative;
	display: inline-block;
	margin: 0 0 20px 0;
	padding: 11px 30px 15px 30px;
	border-radius: 25px;
	background: #b184da;
	color: #fff;
	font-size: 22px;
	text-align: center;
	letter-spacing: 0;
}
.h2_balloon::after {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 6px;
	border-color: #b184da #b184da transparent transparent;
}
.h2_small {
	display: inline-block;
	margin-left: 13px;
	font-size: 3.0rem;
	letter-spacing: 1px;
	vertical-align: text-bottom;
}
.h2_sub_line {
	position: relative;
	display: inline-block;
	color: #b184da;
	font-size: 2.0rem;
	letter-spacing: 0.2em;
}
.h2_sub_line::after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 0;
	display: block;
	width: 100%;
	height: 3px;
	background-color: #b184da;
	border-radius: 10px;
}
.h2_sub_txt {
	margin-top: 30px;
	font-size: 1.6rem;
}
.h3 {
	margin-bottom: 30px;
	color: #93CF30;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.4;
}

@media screen and (max-width:768px){
	.h2 .logo_ep {
		width: 91%;
		max-width: 450px;
	}
}

@media screen and (max-width:500px){
	.h2 {
		font-size: 2.8rem;
		margin-bottom: 40px;
	}
	.h2_sub_line {
		font-size: 1.6rem;
	}
	.h2_sub_txt {
		margin-top: 20px;
		font-size: 1.3rem;
		line-height: 1.6;
	}
	.h2_balloon {
		margin-bottom: 10px;
		font-size: 1.4rem;
		letter-spacing: 0.2em;
	}
	.h2_small {
		margin-left: 7px;
		font-size: 1.7rem;
	}
	.h3 {
		font-size: 2.2rem;
	}
}


/*	btn
------------------------------------------*/
.cv_btn {
	width: 100%;
}
.cv_btn a {
	position: relative;
	display: block;
	background: #a466dc;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	box-shadow: 0 2px 4px rgba(125, 55, 4, 0.26);
	line-height: 1.4;
}
.cv_btn a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 7.5%;
	transform: translateY(-50%);
	display: block;
	width: 20px;
	height: 15px;
	background: url("../images/icon_spnav_phone.png") no-repeat center / contain;
}
.cv_btn a:hover {
	color: #a466dc;
	background-color: #fff;
}
.cv_btn a:hover::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 7.5%;
	transform: translateY(-50%);
	display: block;
	width: 20px;
	height: 15px;
	background: url("../images/icon_spnav_phone_hover.png") no-repeat center / contain;
}

/*	txtBox
------------------------------------------*/
.txtBox {
	padding: 25px 30px;
	background: #F7F5F0;
	border-radius: 20px;
	box-shadow: 0 3px 15px rgba(125,55,4,0.16);
	font-size: 1.6rem;
}
.bold {
	font-weight: 700;
}
.txtBox p + p {
	margin-top: 15px;
}

@media screen and (max-width:768px){
	.txtBox {
		font-size: 1.4rem;
	}
}




/*==================================================================*/
/*                                                                  */
/* header                                                           */
/*                                                                  */
/*==================================================================*/
.header .inner {
	justify-content: space-between;
	align-items: center;
	max-width: inherit;
	padding: 12px 20px 12px;
	font-weight: 700;
}
.header.fixFade {
	position: fixed;
	bottom: 0;
	z-index: 2000;
	height: 90px;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0px 3px 6px rgba(125,55,4,0.16);
}
.header .logo {
	width: 274px;
	height: 40px;
}
.header .logo a{
	display: block;
	width: 466px;
	height: 40px;
	margin: 0;
	padding: 0;
}
.header .logo_ep {
	height: 40px;
	margin: 0 10px 0 0;
}
.header .logo_ep:nth-child(2) {
	height: 34px;
	margin: 0;
}

@media screen and (max-width:1296px){
	.header .inner {
		flex-wrap: wrap;
		justify-content: center;
	}
	.header.fixFade {
		height: 124px;
	}
	.header .logo {
		width: 466px;
		height: 40px;
	}
	.header .logo a{
		width: 466px;
		height: 40px;
		text-align: center;
	}
	.header .logo_ep {
		margin: 0 10px 0 0;
	}
}


@media screen and (max-width:940px){
	.header.fixFade {
		width: 100%;
	}
	.header .inner {
	}
	.header .logo {
		position: relative;
		z-index: 102;
	}
}

@media screen and (max-width:768px){
	.header .logo {
		width: 466px;
		height: 31px;
	}
	.header .logo a{
		width: 466px;
		height: 31px;
		text-align: center;
	}
	.header .logo_ep {
		height: 27px;
		margin: 0 10px 4px 0;
	}
	.header .logo_ep:nth-child(2) {
		height: 23px;
		margin: 0 0 4px 0;
	}
}

@media screen and (max-width:500px){
	.header.fixFade {
		width: 100%;
		height: 118px;
	}
	.header .inner {
		display: block;
		padding: 12px 15px 12px 15px;
	}
	.header .logo {
		width: 100%;
		height: 30px;
	}
	.header .logo a{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 30px;
		margin: 0;
		padding: 0;
	}
}

@media screen and (max-width:500px){
	.header {
		min-height: 55px;
	}
	.header .logo_ep {
		height: 24px;
		margin: 0 10px 0 0;
	}
	.header .logo_ep:nth-child(2) {
		height: 22px;
		margin: 0;
	}
}

/*	gnav
------------------------------------------*/
.gnav {
	font-size:1.4rem;
	line-height: 1;
}
.gnav a {
	display: block;
	font-size: 20px;
	letter-spacing: 0;
}
.gnav a img {
	width: auto;
	height: 60px;
	margin: 0;
	padding: 0;
}
.gnav_list {
	display: flex;
	align-items: center;
}
.gnav_listItem {
	font-size: 18px;
	font-weight: bold;
}
.gnav_listItem a:hover {
	color: #FF8E3F;
}
	.gnav_listItem:nth-child(2) {
		display: flex;
		justify-content: flex-end;
		flex-wrap: wrap;
		align-content: center;
		padding: 1.5% 0 0 0;
	}
	.gnav_listItem:nth-child(2) img {
		width: 18%;
		max-width: 55px;
		min-width: 32px;
		height: auto;
		margin: 1% 15% 0 0;
		padding: 0;
		vertical-align: middle;
	}
	.gnav_listItem:nth-child(2) a {
		display: block;
		margin: 0;
		padding: 0;
/*		font-family: '游ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ','Meiryo',serif;*/
		font-size: 24px;
		font-size: clamp(36px, 3.7109vw, 38px);
		font-weight: 500;
		color: #000;
		line-height: 1;
		letter-spacing: -2px;
		transform: scale(1.2, 1.0);
		transform-origin: top right;
	}
	.gnav_listItem:nth-child(2) .golo {
		display: inline-block;
		font-size: 10px;
		color: #666;
		text-align: center;
		line-height: 1;
		letter-spacing: 11px;
		width: 35%;
		margin: 0px 0 0 0;
		padding: 0;
	}

@media screen and (max-width:1240px){
}

@media screen and (max-width:1024px){
	.gnav_listItem {
		font-size: 15px;
	}
	.gnav_listItem:nth-child(2) {
		display: flex;
		justify-content: flex-end;
		flex-wrap: wrap;
		align-content: center;
		padding: 1.5% 0 0 0;
		width: 42%;
		max-width: 364px;
		min-width: 310px;
	}
	.gnav_listItem:nth-child(2) img {
		width: 18%;
		max-width: 55px;
		min-width: 32px;
		height: auto;
		margin: 1% 14% 0 0;
		padding: 0;
		vertical-align: middle;
	}
	.gnav_listItem:nth-child(2) a {
		display: block;
		margin: 0;
		padding: 0;
/*		font-family: '游ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ','Meiryo',serif;*/
		font-size: 24px;
		font-size: clamp(36px, 3.7109vw, 38px);
		font-weight: 500;
		color: #000;
		line-height: 1;
		letter-spacing: -2px;
		transform: scale(1.2, 1.0);
		transform-origin: top right;
	}
	.gnav_listItem:nth-child(2) .golo {
		display: inline-block;
		font-size: 10px;
		color: #666;
		text-align: center;
		line-height: 1;
		letter-spacing: 2.4px;
		width: 42%;
		margin: 0px 0 0 0;
		padding: 0;
	}
}

@media screen and (max-width:768px){
	.gnav {
		background: #fff;
	}
	.gnav a {
		text-align: center;
	}
	.gnav_list {
		flex-wrap: wrap;
		justify-content: center;
	}
	.gnav_listItem:nth-child(1) {
		font-size: 14px;
		width: 100%;
		text-align: center;
	}
	.gnav_listItem:nth-child(2) {
		width: 65%;
		max-width: 370px;
		min-width: auto;
		margin: -8px 0 0 0;
		padding: 12px 2.4% 0 0;
		display: flex;
		justify-content: flex-end;
		flex-wrap: wrap;
		align-content: center;
	}
	.gnav_listItem:nth-child(2) img {
		width: 15%;
		max-width: 55px;
		min-width: 32px;
		height: auto;
		margin: 1% 14% 0 0;
		padding: 0;
		vertical-align: middle;
	}
	.gnav_listItem:nth-child(2) a {
		display: block;
		margin: 0;
		padding: 0;
/*		font-family: '游ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ','Meiryo',serif;*/
		font-size: 24px;
		font-size: clamp(36px, 5.7291vw, 44px);
		font-weight: 500;
		color: #000;
		line-height: 1;
		letter-spacing: -2px;
		transform: scale(1.2, 1.0);
		transform-origin: top right;
	}
	.gnav_listItem:nth-child(2) .golo {
		display: inline-block;
		font-size: 10px;
		color: #666;
		text-align: center;
		line-height: 1;
		letter-spacing: 2.4px;
		width: 42%;
		margin: 0px 0 0 0;
		padding: 0;
	}
}

@media screen and (max-width:500px){
	.gnav {
		background: #fff;
	}
	.gnav_listItem:nth-child(1) {
		font-size: 12px;
		width: 100%;
		text-align: center;
	}
	.gnav_listItem:nth-child(2) {
		width: 65%;
		max-width: none;
		min-width: auto;
		height: 60px;
		margin: -8px 0 0 0;
		padding: 12px 2.4% 0 0;
		display: flex;
		justify-content: flex-end;
		flex-wrap: wrap;
		align-content: center;
	}
	.gnav_listItem:nth-child(2) img {
		width: 15%;
		max-width: 55px;
		min-width: 32px;
		height: auto;
		margin: 1% 14% 0 0;
		padding: 0;
		vertical-align: middle;
	}
	.gnav_listItem:nth-child(2) a {
		display: block;
		margin: 0;
		padding: 0;
/*		font-family: '游ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ','Meiryo',serif;*/
		font-size: 24px;
		font-size: clamp(24px, 7.1999vw, 36px);
		font-weight: 500;
		color: #000;
		line-height: 1;
		letter-spacing: -2px;
		transform: scale(1.2, 1.0);
		transform-origin: top right;
	}
	.gnav_listItem:nth-child(2) .golo {
		display: inline-block;
		font-size: 10px;
		color: #666;
		text-align: center;
		line-height: 1;
		letter-spacing: 2.4px;
		width: 42%;
		margin: 0px 0 0 0;
		padding: 0;
	}
}

/*	cv_btn
------------------------------------------*/
.header .cv_btn {
	margin-left: 2.4vw;
	width: 180px;
}
.header .cv_btn a {
	padding: 15px 25px;
	font-size: 17px;
	font-weight: 500;
	text-align: right;
}
.header .cv_btn a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 13%;
	transform: translateY(-50%);
	display: block;
	width: 20px;
	height: 15px;
	background: url("../images/icon_spnav_phone.png") no-repeat center / contain;
}
.cv_btn a:hover::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 13%;
	transform: translateY(-50%);
	display: block;
	width: 20px;
	height: 15px;
	background: url("../images/icon_spnav_phone_hover.png") no-repeat center / contain;
}

@media screen and (max-width:1240px){
}

@media screen and (max-width:1024px){
	.header .cv_btn {
		margin-left: 10px;
		width: 170px;
	}
	.header .cv_btn a {
		padding: 15px 20px;
	}
}

@media screen and (max-width:768px){
	.header .cv_btn {
		margin-left: 0;
		width: 35%;
		max-width: 170px;
	}
	.header .cv_btn a {
		padding: 10px 10px;
		line-height: 22px;
	}
	.header .cv_btn a::before {
		left: 12%;
	}
}

@media screen and (max-width:500px){
	.header .cv_btn {
		margin-left: 0px;
		padding: 0;
		width: 35%;
	}
	.header .cv_btn a {
		font-size: 13px;
		text-align: center;
		padding: 14px 8px 6px 8px;
	}
	.header .cv_btn a::before {
		width: 13px;
		top: 25%;
		right: 0;
		left: 0;
		margin: auto;
	}
}


/*------------------------------------------
  humberger_btn
------------------------------------------*/
@media screen and (min-width:940px){
	.humberger_btn {
		display: none;
	}
}

@media screen and (max-width:940px){
	.humberger_btn {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 8000;
		width:  60px;
		height: 60px;
		margin: 0 0 0 auto;
		background-color: #003277;
		box-shadow: 0px 3px 6px rgba(125,55,4,0.16);
		text-align: center;
		cursor: pointer
	}
	.humberger_btn span {
		display: block;
		position: relative;
		left: 50%;
		margin-left: -12px;
		width: 25px;
		border-bottom: 2px solid #fff;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	.humberger_btn span:nth-child(1) {
		top: 27%;
	}
	.humberger_btn span:nth-child(2) {
		top: 43%;
	}
	.humberger_btn span:nth-child(3) {
		top: 60%;
	}
	.humberger_btn.active span:nth-child(1) {
		top: 48%;
		left: 50%;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.humberger_btn.active span:nth-child(2),
	.humberger_btn.active span:nth-child(3) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.humberger_btn.active span:nth-child(3) {
		top: 40%;
	}
}




/*==================================================================*/
/*                                                                  */
/* .mv                                                              */
/*                                                                  */
/*==================================================================*/
.mv {
	position: relative;
	height: 100vh;
	/*height: 600px;*/
	overflow: hidden;
}
.mv_copy_head {
	position: relative;
	z-index: 1;
	margin: 0;
}
.mv_copy_head p {
	font-family: serif;
	font-size: 86px;
	color: #c8d6e2;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 1.7px;
	display: block;
	width: auto;
}
.mv_copy_head p.ttl {
	font-size: 30px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: 500;
	color: #666/*#c8d6e2*/;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 0px;
	display: block;
	width: auto;
	margin: 0;
	padding: 10px 0;
	background: #fff;
}
.mv_copy_head p.ttl span {
	font-size: 40px;
	color: #b184da;
	/*color: #6dcff6;*/
	letter-spacing: -1px;
	margin: 0 5px 0 2px;
}
.mv_copy_head p.ttl span.spnone {
	font-size: 30px;
	color: #666;
	margin: 0;
}
.mv_copy_head p.ttl br {
	display: none;
}
.mv_copy {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}
.mv_copy_main {
	position: relative;
	z-index: 1;
	margin: 70px 0 30px 0;
}
.mv_copy_main img {
	width: 100%;
	max-width: 300px;
	margin: 0 0 40px 0;
}
.mv_copy_main p {
	font-family: serif;
	font-size: 86px;
	color: #c8d6e2;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 1.7px;
	display: block;
	width: auto;
}
.mv_copy_main p.txt {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: 500;
	font-size: 50px;
	color: #fff;
	/*color: #fff000;*/
	text-align: center;
	text-shadow:0 0 8px #000,0 0 8px #000,0 0 8px #000,0 0 8px #000,0 0 8px #000,0 0 8px #000,0 0 8px #000,0 0 8px #000,0 0 8px #000,0 0 8px #000,0 0 8px #000,0 0 8px #000,0 0 10px #000,0 0 10px #000,0 0 15px #fff,0 0 15px #fff;
	line-height: 1.4;
	letter-spacing: -3.0px;
	display: block;
	width: auto;
}
.mv_copy_main p.txt br {
	display: block;
}
.mv_copy_main p.txt br {
	display: block;
}
.mv_copy img.mori {
	width: auto;
	height: 60px;
	margin: 0 0 30px 0;
	padding: 0;
}
.mv_copy_sub span {
	display: inline-block;
	margin: 0 0 10px 0;
	font-size: 32px;
	font-weight: 700;
	background-position: bottom;
	background: linear-gradient(transparent 94%, #fff799 94%);
}
.mv_btnArea {
	width: 400px;
	margin: 0 auto;
	text-align: center;
}
.mv_btnArea .mv_btn a {
	margin: 0 0 30px 0;
	padding: 20px 20px;
	font-size: 20px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: 700;
	border-radius: 60px;
	letter-spacing: 0;
	position: relative;
	display: block;
	background: #a466dc/*#003277*/;
	color: #fff;
	text-align: center;
	box-shadow: 0 2px 4px rgba(125, 55, 4, 0.26);
	line-height: 1.4;
}
.mv_btnArea .mv_btn a:before {
	background-color: initial;
	background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
	border-radius: 60px;
	content: "";
	height: 50%;
	left: 4%;
	opacity: .5;
	position: absolute;
	top: 0;
	transition: all .3s;
	width: 92%;
}
.mv_btn a:hover {
	color: #a466dc;
	background: #f5f5f5;
}
.mv_note {
	width: 80%;
	margin: 0 auto 30px auto;
	font-size: 22px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: 500;
	color: #fff;
	text-align: center;
	letter-spacing: 1.5px;
}
.mv_fg01 {
	position: absolute;
	right: -40px;
	bottom: -40px;
	width: 70%;
}
.mv_fg01 .adttl {
	position: absolute;
	right: 370px;
	bottom: 140px;
	text-align: center;
}
.mv_fg01 .adttl img {
	display: block;
	width: auto;
	height: 36px;
	margin: 0 auto;
}
.mv_fg01 .adttl span {
	display: block;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 1.4;
}
.mv_bg {
	position: relative;
	z-index: -1;
	background:url("../images/bgPrd.jpg") no-repeat bottom center / cover;
	background-color: #000;
	height: 100%;
}
.mv_bg img {
	width: 100%;
}
.pickup {
	width: 80%;
	max-width: 550px;
	margin: 0 auto 30px auto;
	padding: 15px;
	border: 1px solid #fff;
}
.pickup .ttl {
	margin: 0 auto;
	padding: 0;
	font-size: 20px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: 500;
	color: #fff;
	text-align: center;
	letter-spacing: 0.5px;
}
.pickup .ttl span {
	margin: 0 3px;
	padding: 0;
	font-size: 28px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: 500;
	color: #fff;
	text-align: center;
	letter-spacing: 0.5px;
}
.pickup .cst01 {
	margin: 0 auto;
	padding: 0;
	font-size: 26px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: 500;
	color: #fff;
	text-align: center;
	line-height: 1;
	letter-spacing: 1.5px;
}
.pickup .cst01 span {
	display: inline-block;
	margin: 0 25px;
	padding: 0;
	font-size: 62px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: 500;
	color: #fff;
	text-align: center;
	line-height: 50px;
	letter-spacing: 0px;
	text-shadow: 0 0 5px #b184da, 0 0 5px #b184da, 0 0 5px #b184da, 0 0 5px #b184da, 0 0 5px #b184da, 0 0 5px #b184da, 0 0 10px #b184da, 0 0 15px #b184da;
	vertical-align: text-bottom;
	transform: scale(1.2, 1.0);
}
.pickup .cst02 {
	margin: 0 auto;
	padding: 0;
	font-size: 18px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: 500;
	color: #fff;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 1.5px;
}

@media screen and (max-width:1240px){
	.mv_copy_main p {
		font-size: 85px;
	}
	.mv_copy_main p span {
		font-size: 139px;
	}
	.mv_fg01 .adttl {
		right: 340px;
	}
	.mv_fg01 {
		right: -80px;
		width: 77%;
	}
	.pickup {
		width: 80%;
		max-width: 550px;
		margin: 0 auto 30px auto;
		padding: 15px;
		border: 1px solid #fff;
	}
	.pickup .ttl {
		margin: 0 auto;
		padding: 0;
		font-size: 20px;
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		font-weight: 500;
		color: #fff;
		text-align: center;
		letter-spacing: 0.5px;
	}
	.pickup .ttl span {
		margin: 0 3px;
		padding: 0;
		font-size: 28px;
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		font-weight: 500;
		color: #fff;
		text-align: center;
		letter-spacing: 0.5px;
	}
	.pickup .cst01 {
		margin: 0 auto;
		padding: 0;
		font-size: 26px;
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		font-weight: 500;
		color: #fff;
		text-align: center;
		line-height: 1;
		letter-spacing: 1.5px;
	}
	.pickup .cst01 span {
		display: inline-block;
		margin: 0 25px;
		padding: 0;
		font-size: 62px;
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		font-weight: 500;
		color: #fff;
		text-align: center;
		line-height: 50px;
		letter-spacing: 0px;
		text-shadow: 0 0 5px #b184da, 0 0 5px #b184da, 0 0 5px #b184da, 0 0 5px #b184da, 0 0 5px #b184da, 0 0 5px #b184da, 0 0 10px #b184da, 0 0 15px #b184da;
		vertical-align: text-bottom;
		transform: scale(1.2, 1.0);
	}
	.pickup .cst02 {
		margin: 0 auto;
		padding: 0;
		font-size: 18px;
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		font-weight: 500;
		color: #fff;
		text-align: center;
		line-height: 1.6;
		letter-spacing: 1.5px;
	}
}

@media screen and (max-width:1024px){
	.mv {
		height: 100vh;
	}
	.mv_copy {
		width: 600px;
	}
	.mv_copy_main {
	}
	.mv_copy_head p.ttl {
		font-size: 24px;
	}
	.mv_copy_head p.ttl span {
		display: inline-block;
		font-size: 30px;
	}
	.mv_copy_head p.ttl span.spnone {
		font-size: 24px;
		color: #666;
		margin: 0;
	}
	.mv_copy_head p.ttl br {
		display: none;
	}
	.mv_copy_main p.txt {
		font-size: 46px;
	}
	.mv_copy_main p span {
		font-size: 120px;
	}
	.mv_copy_sub {
		font-size: 18px;
	}
	.mv_copy_sub span {
		font-size: 20px;
	}
	.mv_btnArea {
		width: 260px;
	}
	.mv_btnArea .mv_btn a {
		margin: 0 0 20px 0;
		font-size: 16px;
	}
	.mv_note {
		letter-spacing: 0;
		margin: 0 auto 30px auto;
	}
	.mv_fg01 {
		width: 88.81%;
		right: -150px;
	}
	.mv_fg01 .adttl {
		right: 288px;
		bottom: 115px;
	}
	.mv_fg01 .adttl img {
		height: 32px;
	}
	.mv_fg01 .adttl span {
		font-size: 11px;
	}
	.mv_bg {
		background-position: bottom center;
	}
	.pickup {
		width: 80%;
		max-width: 550px;
		margin: 0 auto 30px auto;
		padding: 15px;
		border: 1px solid #fff;
	}
	.pickup .ttl {
		margin: 0 auto;
		padding: 0;
		font-size: 20px;
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		font-weight: 500;
		color: #fff;
		text-align: center;
		letter-spacing: 0.5px;
	}
	.pickup .ttl span {
		margin: 0 3px;
		padding: 0;
		font-size: 28px;
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		font-weight: 500;
		color: #fff;
		text-align: center;
		letter-spacing: 0.5px;
	}
	.pickup .cst01 {
		margin: 0 auto;
		padding: 0;
		font-size: 26px;
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		font-weight: 500;
		color: #fff;
		text-align: center;
		line-height: 1;
		letter-spacing: 1.5px;
	}
	.pickup .cst01 span {
		display: inline-block;
		margin: 0 25px;
		padding: 0;
		font-size: 62px;
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		font-weight: 500;
		color: #fff;
		text-align: center;
		line-height: 50px;
		letter-spacing: 0px;
		text-shadow: 0 0 5px #b184da, 0 0 5px #b184da, 0 0 5px #b184da, 0 0 5px #b184da, 0 0 5px #b184da, 0 0 5px #b184da, 0 0 10px #b184da, 0 0 15px #b184da;
		vertical-align: text-bottom;
		transform: scale(1.2, 1.0);
	}
	.pickup .cst02 {
		margin: 0 auto;
		padding: 0;
		font-size: 18px;
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		font-weight: 500;
		color: #fff;
		text-align: center;
		line-height: 1.6;
		letter-spacing: 1.5px;
	}
}

@media screen and (max-width:768px){
	.mv {
		min-height: 700px;
	}
	.mv_copy {
		width: 100%;
	}
	.mv_copy_main {
		margin: 60px auto 40px auto;
	}
	.mv_copy_head p.ttl {
		font-size: 18px;
		margin: 0;
	}
	.mv_copy_head p.ttl span {
		display: inline-block;
		width: auto;
		max-height: 40px;
		font-size: 24px;
		line-height: 1;
		margin: 0;
	}
	.mv_copy_head p.ttl span.spnone {
		font-size: 18px;
		margin: 0;
	}
	.mv_copy_head p.ttl br {
		display: none;
	}
	.mv_copy_main p.txt {
		font-size: 7vw;
	}
	.mv_copy_main p.txt br {
		display: block;
	}
	.mv_copy_sub {
		width: 55%;
		margin: 0 auto 30px auto;
		font-size: 18px;
		text-align: center;
	}
	.mv_copy_sub span {
		font-size: 22px;
		margin: 0 4px;
	}
	.mv_copy_sub br {
		display: block;
	}
	.mv_copy_sub br.tb {
		display: block;
	}
	.mv_btnArea {
		width: 400px;
		margin: 0 auto;
	}
	.mv_note {
		text-align: left;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	.tb {
		display: none;
	}
	.mv_fg01 {
		right: 0;
		left: 0;
		margin: auto;
		width: 100%;
		max-width: 500px;
	}
	.mv_fg01 .adttl {
		right: 280px;
		bottom: 80px;
	}
	.mv_bg {
		background:url("../images/bgPrd_tb.jpg") no-repeat bottom center / cover;
	}
	.pickup .ttl {
		font-size: 17px;
	}
	.pickup .ttl span {
		font-size: 24px;
	}
	.pickup .cst01 {
		font-size: 24px;
	}
	.pickup .cst01 span {
		font-size: 58px;
	}
}

@media screen and (max-width:500px){
	.mv {
		height: 100vh;
		min-height: 568px;
	}
	.mv_copy {
		width: 100%;
		margin: 0;
		padding: 0 5%;
	}
	.mv_copy_main {
		margin: 50px auto 20px auto;
	}
	.mv_copy_main p {
		width: auto;
		line-height: 1;
		letter-spacing: 0;
		padding: 0;
	}
	.mv_copy_main p.txt {
		font-size: 24px;
		line-height: 1.2;
	}
	.mv_copy_main p.txt br {
		display: block;
	}
	.mv_copy_head p.ttl {
		font-size: 15px;
		color: #3c2c25;
	}
	.mv_copy_head p.ttl span {
		display: inline-block;
		max-height: 40px;
		font-size: 18px;
		line-height: 1;
		margin: 0 1px;
		vertical-align: baseline;
	}
	.mv_copy_head p.ttl span.spnone {
		display: none;
	}
	.mv_copy_head p.ttl br {
		display: block;
	}
	.mv_copy_sub {
		width: 100%;
		margin: 10px auto 30px auto;
		padding: 0;
		font-size: 16px;
		text-align: center;
	}
	.mv_copy_sub span {
		font-size: 18px;
		margin: 0 2px;
	}
	.mv_copy_sub br {
		display: block;
	}
	.mv_btnArea {
		width: 90%;
		max-width: 360px;
		margin: 0 auto;
	}
	.mv_btnArea .mv_btn a {
		width: 100%;
		max-width: 360px;
		height: 60px;
		margin: 0 auto;
		padding: 0 25px;
		font-size: 18px;
		line-height: 55px;
		letter-spacing: 0;
	}
	.mv_copy img.mori {
		height: 36px;
		margin: 0 0 20px 0;
	}
	.mv_note {
		font-size: 15px;
		text-align: left;
		text-align: justify;
		text-justify: inter-ideograph;
		margin: 0 auto 20px auto;
		width: 92%;
		max-width: 360px;
		line-height: 1.5;
		letter-spacing: -0.5px;
	}
	.mv_fg01 {
		bottom: 0;
		left: 0;
		margin: auto;
		width: 107%;
		max-width: 360px;
	}
	.mv_fg01 .adttl {
		position: absolute;
		left: 0;
		top: 59%;
		display: block;
		width: 200px;
		height: 46px;
	}
	.mv_fg01 .adttl img {
		display: block;
		width: auto;
		height: 22px;
	}
	.mv_fg01 .adttl span {
		display: block;
		font-size: 10px;
		color: #fff;
		text-align: center;
		line-height: 1.4;
	}
	.mv_bg {
		height: 100%;
	}
	.pickup {
		width: 90%;
		max-width: 550px;
		margin: 0 auto 30px auto;
		padding: 10px 10px;
		background: rgba(60,44,37,0.5);
	}
	.pickup .ttl {
		margin: 0 auto 5px auto;
		padding: 0;
		font-size: 13px;
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		font-weight: 500;
		color: #fff;
		text-align: center;
		line-height: 1.6;
		letter-spacing: -1px;
	}
	.pickup .ttl span {
		margin: 0 3px;
		padding: 0;
		font-size: 17px;
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		font-weight: 500;
		color: #fff;
		text-align: center;
		letter-spacing: -1.5px;
	}
	.pickup .cst01 {
		margin: 0 auto;
		padding: 0;
		font-size: 17px;
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		font-weight: 500;
		color: #fff;
		text-align: center;
		line-height: 1;
		letter-spacing: -1px;
	}
	.pickup .cst01 span {
		display: inline-block;
		margin: 0 17px;
		padding: 0;
		font-size: 40px;
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		font-weight: 500;
		color: #fff;
		text-align: center;
		line-height: 1;
		letter-spacing: -1px;
		text-shadow: 0 0 5px #b184da, 0 0 5px #b184da, 0 0 5px #b184da, 0 0 5px #b184da, 0 0 5px #b184da, 0 0 5px #b184da, 0 0 10px #b184da, 0 0 15px #b184da;
		vertical-align: baseline;
		transform: scale(1.2, 1.0);
	}
	.pickup .cst02 {
		margin: 0 auto;
		padding: 0;
		font-size: 15px;
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		font-weight: 500;
		color: #fff;
		text-align: center;
		line-height: 1.6;
		letter-spacing: 1.5px;
	}
	.pickup .cst02 span {
		margin: 0 auto;
		padding: 0;
		font-size: 18px;
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		font-weight: 500;
		color: #fff;
		text-align: center;
		line-height: 1.6;
		letter-spacing: 1.5px;
		vertical-align: baseline;
	}
}




/*==================================================================*/
/*                                                                  */
/* #prologue                                                        */
/*                                                                  */
/*==================================================================*/
.prologue {
	padding: 60px 0 75px;
	background: #fff;
}
.prologue h2 {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 34px;
	font-weight: 500;
	color: #a466dc;
	line-height: 1.4;
	letter-spacing: -1.0px;
	margin: 0 0 30px 0;
	text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 15px #b184da;
}
.prologue .h2_sub_line {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0px;
	margin-bottom: 20px;
}
.prologue h2 br {
	display: none;
}
.prologue h2 .spnone {
	display: inline-block;
}
.prologue .prolimg {
	display: flex;
	justify-content: center;
	width: 960px;
	height: 300px;
	margin: 0 auto 40px auto;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.prologue .prolimg .prolimg_item {
	width: 300px;
	margin: 0 10px;
	padding: 0;
}
.prologue .prolimg .prolimg_item figure {
	width: 300px;
	height: 300px;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.prologue .prolimg .prolimg_item figure img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.prologue_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	padding: 40px 0 60px 0;
}
.prologue_listItem {
	width: 30%;
	max-width: 320px;
	text-align: center;
	margin: 0 10px;
	padding: 20px 0px;
}
.prologue_balloon {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 200px;
	padding: 0;
	background: #fcf8ff;
	border: 4px solid #dddddd;
	border-radius: 30px;
	overflow: hidden;
	box-sizing: border-box;
}
.prologue_balloon:before {
	background-color: initial;
	background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
	border-radius: 35px;
	content: "";
	height: 50%;
	left: 0%;
	opacity: .5;
	position: absolute;
	top: -20px;
	transition: all .3s;
	width: 100%;
}
.prologue_balloon h5 {
	font-size: 18px;
	color: #fff;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.4;
	letter-spacing: 0px;
	width: 100%;
	height: 90px;
	margin: 0;
	background: #a466dc;
	display: flex;
	align-items: center;
	justify-content: center;
}
.prologue_balloon p {
	font-size: 15px;
	color: #555;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.4;
	letter-spacing: 0px;
	height: 110px;
	padding: 15px 15px;
	display: flex;
	align-items: center;
}
.prologue .txt01 {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 22px;
	font-weight: 500;
	text-align: left;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.8;
	letter-spacing: 1px;
	width: 960px;
	margin: 0 auto 20px auto;
}
.prologue .txt01 .logo_ep1 {
	height: 32px;
	margin: 0 10px 0 10px;
	vertical-align: text-bottom;
}
.prologue .txt01 .logo_ep2 {
	height: 28px;
	margin: 0 5px 2px 0;
	vertical-align: text-bottom;
}
.prologue .txt01 span {
	background: none;
}
.prologue .prol {
	width: 1000px;
	height: 300px;
	margin: 0 auto 40px auto;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.prologue .prol img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.prologue_listItem .prologue_fg {
	margin: -10px 0 0 0;
}
.prologue_listItem .mori {
	width: 120px;
	height: 120px;
	margin: 0;
	padding: 0;
	border: none;
}
.mapsupo {
	font-size: 20px;
	text-align: center;
	margin: 0 auto;
	padding: 30px 0 0 0;
}
.mapsupo br {
	display: none;
}
.mapsupo span {
	display: inline-block;
}
.jinsekimap {
	width: 960px;
	height: 500px;
	margin: 20px auto 0 auto;
	padding: 0;
	border: 5px solid #fff;
	box-sizing: border-box;
}
.jinsekimap iframe {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

@media screen and (max-width:1024px){
	.prologue {
		padding: 60px 0 75px;
		background: #fff;
	}
	.prologue h2 {
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		font-size: 34px;
		font-weight: 500;
		color: #a466dc;
		line-height: 1.4;
		letter-spacing: -1.0px;
		margin: 0 0 30px 0;
		text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 15px #b184da;
	}
	.prologue .h2_sub_line {
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		font-size: 22px;
		font-weight: 500;
		letter-spacing: 0px;
		margin-bottom: 20px;
	}
	.prologue h2 br {
		display: block;
	}
	.prologue h2 .spnone {
		display: inline-block;
	}
	.prologue .prolimg {
		display: flex;
		justify-content: center;
		width: 100%;
		max-width: 960px;
		height: 200px;
		margin: 0 auto 40px auto;
		padding: 0;
		position: relative;
		overflow: hidden;
	}
	.prologue .prolimg .prolimg_item {
		width: 30%;
		margin: 0 10px;
		padding: 0;
	}
	.prologue .prolimg .prolimg_item figure {
		width: 100%;
		height: 200px;
		margin: 0;
		padding: 0;
		position: relative;
		overflow: hidden;
	}
	.prologue .prolimg .prolimg_item figure img{
		display: block;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.prologue_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		position: relative;
		padding: 40px 0 60px 0;
	}
	.prologue_listItem {
		width: 50%;
		max-width: 320px;
		text-align: center;
		margin: 0 10px;
		padding: 10px 0px;
	}
	.prologue_balloon {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 200px;
		padding: 0;
		background: #fcf8ff;
		border: 4px solid #dddddd;
		border-radius: 30px;
		overflow: hidden;
		box-sizing: border-box;
	}
	.prologue_balloon:before {
		background-color: initial;
		background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
		border-radius: 35px;
		content: "";
		height: 50%;
		left: 0%;
		opacity: .5;
		position: absolute;
		top: -20px;
		transition: all .3s;
		width: 100%;
	}
	.prologue_balloon h5 {
		font-size: 18px;
		color: #fff;
		text-align: justify;
		text-justify: inter-ideograph;
		line-height: 1.4;
		letter-spacing: 0px;
		width: 100%;
		height: 90px;
		margin: 0;
		background: #a466dc;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.prologue_balloon p {
		font-size: 15px;
		color: #555;
		text-align: justify;
		text-justify: inter-ideograph;
		line-height: 1.4;
		letter-spacing: 0px;
		height: 110px;
		padding: 15px 15px;
		display: flex;
		align-items: center;
	}
	.prologue .txt01 {
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		font-size: 20px;
		font-weight: 500;
		text-align: left;
		text-align: justify;
		text-justify: inter-ideograph;
		line-height: 1.8;
		letter-spacing: 2px;
		width: 86%;
		max-width: 960px;
		margin: 0 auto 20px auto;
	}
	.prologue .txt01 span {
		background: none;
	}
	.prologue .txt01 .logo_ep1 {
		height: 32px;
		margin: 0 10px 0 10px;
		vertical-align: text-bottom;
	}
	.prologue .txt01 .logo_ep2 {
		height: 28px;
		margin: 0 5px 2px 0;
		vertical-align: text-bottom;
	}
	.prologue .prol {
		width: 1000px;
		height: 300px;
		margin: 0 auto 40px auto;
		padding: 0;
		position: relative;
		overflow: hidden;
	}
	.prologue .prol img {
		display: block;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.prologue_listItem .prologue_fg {
		margin: -10px 0 0 0;
	}
	.prologue_listItem .mori {
		width: 120px;
		height: 120px;
		margin: 0;
		padding: 0;
		border: none;
	}
	.mapsupo {
		font-size: 20px;
		text-align: center;
		margin: 0 auto;
		padding: 30px 0 0 0;
	}
	.mapsupo br {
		display: block;
	}
	.mapsupo span {
		display: none;
	}
	.jinsekimap {
		width: 90%;
		max-width: 960px;
		height: 500px;
		margin: 20px auto 0 auto;
		padding: 0;
		border: 5px solid #fff;
		box-sizing: border-box;
	}
	.jinsekimap iframe {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
	}
}

@media screen and (max-width:768px){
	.prologue .txt01 {
		font-size: 19px;
		line-height: 1.8;
		letter-spacing: 1px;
		margin: 0 auto 15px auto;
	}
	.prologue .txt01 span {
		background: none;
	}
	.prologue .txt01 .logo_ep1 {
		height: 28px;
		margin: 0 5px 0 5px;
	}
	.prologue .txt01 .logo_ep2 {
		height: 24px;
		margin: 0 5px 2px 5px;
	}
	.prologue_listItem {
		width: 48%;
		margin: 1%;
		padding: 0;
	}
	.prologue_balloon {
		justify-content: flex-start;
	}
	.prologue_balloon:before {
		border-radius: 26px;
		top: 0px;
	}
	.prologue_balloon h5 {
		font-size: 18px;
		height: 70px;
		padding: 0 15px;
	}
	.prologue_balloon p {
		height: 130px;
	}
}

@media screen and (max-width:500px){
	.prologue {
		padding: 60px 0 65px 0;
	}
	.prologue h2 {
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		font-size: 20px;
		font-weight: 500;
		color: #a466dc;
		line-height: 1.4;
		letter-spacing: -1.0px;
		margin: 0 0 30px 0;
		text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 15px #b184da;
	}
	.prologue .prolimg {
		display: flex;
		justify-content: center;
		width: 100%;
		max-width: 960px;
		height: auto;
		margin: 0 auto 30px auto;
		padding: 0;
		position: relative;
		overflow: hidden;
	}
	.prologue .prolimg .prolimg_item {
		width: 30%;
		margin: 0 10px;
		padding: 0;
	}
	.prologue .prolimg .prolimg_item figure {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 100% 0 0 0;
		position: relative;
		overflow: hidden;
	}
	.prologue .txt01 {
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		font-size: 15px;
		font-weight: 500;
		text-align: left;
		text-align: justify;
		text-justify: inter-ideograph;
		line-height: 1.8;
		letter-spacing: 0.5px;
		width: 96%;
		max-width: 420px;
		margin: 0 auto 15px auto;
	}
	.prologue .txt01 .logo_ep1 {
		height: 20px;
		margin: 0 5px 0 5px;
		vertical-align: text-bottom;
	}
	.prologue .txt01 .logo_ep2 {
		height: 16px;
		margin: 0 5px 2px 0;
		vertical-align: text-bottom;
	}
	.prologue .txt01 span {
		background-position: bottom;
		background: none/*linear-gradient(transparent 94%, #fff799 94%)*/;
	}
	.prologue_list {
		padding: 20px 0 40px 0;
	}
	.prologue_listItem {
		width: 100%;
	}
	.prologue_balloon {
		height: auto;
		border-radius: 20px;
	}
	.prologue_balloon:before {
		border-radius: 16px;
	}
	.prologue_balloon h5 {
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		font-size: 16px;
		font-weight: 700;
		letter-spacing: -0.5px;
		height: 50px;
	}
	.prologue_balloon p {
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		font-size: 14px;
		font-weight: 700;
		letter-spacing: -0.5px;
		height: auto;
	}
	.mapsupo {
		font-size: 15px;
	}
	.mapsupo br {
		display: block;
	}
	.mapsupo span {
		display: none;
	}
	.jinsekimap {
		height: 400px;
	}
}




/*==================================================================*/
/*                                                                  */
/* #issue                                                           */
/*                                                                  */
/*==================================================================*/
.issue {
	padding: 60px 0 75px;
	background: #f5f5f5;
}
.issue h2 {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 34px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: -3.0px;
	margin: 0 0 30px 0;
}
.issue .h2_sub_line {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0px;
	margin-bottom: 20px;
}
.issue h2 br {
	display: none;
}
.issue h2 .spnone {
	display: inline-block;
}
.issue_list {
	justify-content: center;
	position: relative;
	padding: 0 0 30px 0;
}
.issue_listItem {
	width: 32%;
	max-width: 342px;
	text-align: center;
	margin: 0 10px;
	padding: 20px 0px;
}
.issue_listItem .issue_fg {
	margin: -10px 0 0 0;
}
.issue_listItem .mori {
	width: 120px;
	height: 120px;
	margin: 0;
	padding: 0;
	border: none;
}
.issue_balloon {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 130px;
	padding: 10px 30px;
	background-color: #fff;
	border-radius: 30px;
}
.issue_balloon p {
	font-size: 18px;
	color: #555;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.4;
	letter-spacing: 0px;
}
.issue .txt01 {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 22px;
	font-weight: 500;
	text-align: left;
	text-align: justify;
	text-justify: inter-ideograph;
	letter-spacing: -1px;
	width: 960px;
	margin: 0 auto;
}
.issue .txt01 .logo_ep1 {
	height: 32px;
	margin: 0 10px 0 0;
	vertical-align: text-bottom;
}
.issue .txt01 .logo_ep2 {
	height: 28px;
	margin: 0 5px 2px 0;
	vertical-align: text-bottom;
}
.issue .txt01 span {
	font-size: 26px;
	font-weight: bold;
	background-position: bottom;
	background: linear-gradient(transparent 94%, #fff799 94%);
}

@media screen and (max-width:1024px){
	.issue h2 {
		font-size: 30px;
	}
	.issue_balloon {
		font-size: 16px;
		padding: 20px 25px;
	}
	.issue_balloon p {
		line-height: 1.2;
		letter-spacing: -0.5px;
	}
	.issue .txt01 {
		width: 86%;
		max-width: 900px;
	}
}

@media screen and (max-width:768px){
	.issue h2 {
		font-size: 26px;
		line-height: 1.4;
		letter-spacing: 0;
		margin: 0 0 30px 0;
	}
	.issue h2 br {
		display: none;
	}
	.issue h2 .spnone {
		display: inline-block;
	}
	.issue_list {
		max-width: 600px;
		margin: 0 auto;
		flex-wrap: wrap;
	}
	.issue_listItem {
		position: relative;
		max-width: inherit;
		width: 46%;
		margin: 0 1%;
		padding: 10px 0px;
	}
	.issue_listItem + .issue_listItem {
		margin-top: 0px;
	}
	.issue_balloon {
		width: 100%;
		min-height: 107px;
		height: auto;
		margin: 0 auto;
		padding: 15px 24px;
		font-size: 1.3rem;
	}
	.issue_listItem:nth-of-type(2n) .issue_balloon {
		margin: 0 auto;
	}
	.issue_balloon p {
		font-size: 17px;
		line-height: 1.2;
		letter-spacing: -0.5px;
	}
	.issue .txt01 {
		font-size: 20px;
		line-height: 1.8;
		letter-spacing: 0;
	}
}

@media screen and (max-width:500px){
	.issue h2 {
		font-size: 2.0rem;
	}
	.issue h2 br {
		display: block;
	}
	.issue h2 .spnone {
		display: none;
	}
	.issue_listItem {
		position: relative;
		max-width: inherit;
		width: 46%;
		margin: 0;
		padding: 5px;
	}
	.issue_balloon {
		width: 100%;
		min-height: 107px;
		height: auto;
		margin: 0 auto;
		padding: 15px 14px;
		font-size: 1.3rem;
		border-radius: 10px;
	}
	.issue_balloon p {
		font-size: 14px;
		line-height: 1.4;
		letter-spacing: -1px;
	}
	.issue_listItem .issue_fg {
		margin: -10px 0 0 0;
	}
	.issue_listItem .issue_fg .mori {
		width: 100px;
		height: 100px;
	}
	.issue .txt01 {
		font-size: 16px;
		line-height: 1.8;
		letter-spacing: 0.5px;
		width: 96%;
		max-width: 420px;
	}
	.issue .txt01 .logo_ep1 {
		height: 22px;
		margin: 0 5px 0 5px;
	}
	.issue .txt01 .logo_ep2 {
		height: 18px;
		margin: 0 5px 2px 5px;
	}
}




/*==================================================================*/
/*                                                                  */
/* #issue02                                                         */
/*                                                                  */
/*==================================================================*/
.issue02 {
	padding: 130px 0 100px;
	background: url("../images/bg_solution.png") #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 70%;
	position: relative;
}
.issue02::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 70px 175px 0 175px;
	border-color: #f5f5f5 transparent transparent transparent;
}
.issue02 h2 {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 40px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: -3.0px;
	margin: 0 0 30px 0;
}
.issue02 .h2_sub_line {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0px;
	margin-bottom: 20px;
}
.issue02 .h2 p .logo_ep1 {
	height: 46px;
	margin: 0 15px 0 0;
}
.issue02 .h2 p .logo_ep2 {
	height: 38px;
	margin: 0 10px 0 0;
}
.issue02 .h2_small {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-left: 0px;
	vertical-align: bottom;
}
.issue02 h2 br {
	display: none;
}
.issue02 .txt01 {
	font-size: 22px;
	text-align: left;
}
.issue02 .txt01 span {
	font-size: 26px;
	font-weight: bold;
	background-position: bottom;
	background: linear-gradient(transparent 94%, #fff799 94%);
}
.issue02_list {
	justify-content: center;
	position: relative;
	padding: 40px 0;
}
.issue02_listItem {
	width: 32%;
	max-width: 342px;
	margin: 0 10px;
	padding: 0;
	position: relative;
}
.issue02_listItem:before, .issue02_listItem:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	content: '';
	background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
	background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}
.issue02_listItem:before {
	top: 0;
}
.issue02_listItem:after {
	bottom: 0;
}
.issue02_listItem a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0;
	padding: 20px 20px 30px 20px;
	background: #fff;
	box-shadow: 0 0 15px #dcdcdc;
}
.issue02_listItem a:hover {
	background: #f9f4fd;
}
.issue02_listItem a:after{
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 12px;
	height: 12px;
	border-top: 2px solid #704308;
	border-right: 2px solid #704308;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.issue02_listItem .mori {
	width: 90px;
	height: 90px;
	margin: 0;
	padding: 0;
	border: none;
}
.issue02_balloon {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0px;
	font-size: 18px;
	color: #555;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.4;
	letter-spacing: -0.5px;
}

@media screen and (max-width:1024px){
	.issue02_balloon {
		font-size: 1.4rem;
	}
}

@media screen and (max-width:768px){
	.issue02 h2 {
		font-size: 30px;
		line-height: 1.4;
		letter-spacing: 0;
		margin: 0 0 30px 0;
	}
	.issue02 h2 br {
		display: block;
	}
	.issue02_list {
		max-width: 600px;
		margin: 0 auto;
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.issue02_listItem {
		position: relative;
		max-width: inherit;
		width: 48%;
		margin: 1%;
	}
	.issue02_listItem .mori {
		width: 80px;
		height: 80px;
	}
	.issue02_listItem a {
		padding: 20px 15px 30px 15px;
	}
	.issue02_listItem a:after {
		bottom: 25px;
	}
	.issue02_balloon {
		width: 90%;
		min-height: 107px;
		height: auto;
		margin: 0 auto;
		padding: 5px 0 15px 0;
		font-size: 18px;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	.issue02_listItem:nth-of-type(2n) .issue02_balloon {
		margin: 0 auto;
	}
}

@media screen and (max-width:500px){
	.issue02 {
		padding: 130px 0 60px 0;
	}
	.issue02 h2 {
		font-size: 26px;
	}
	.issue02 .h2_small {
		font-size: 24px;
	}
	.issue02 .h2 p .logo_ep1 {
		height: 36px;
		margin: 0;
	}
	.issue02 h2 br {
		display: block;
	}
	.issue02_list {
		padding: 0;
	}
	.issue02_listItem {
		position: relative;
		max-width: inherit;
		width: 48%;
		margin: 1%;
	}
	.issue02_listItem a {
		padding: 10px 15px 35px 15px;
	}
	.issue02_listItem a:after {
		bottom: 20px;
	}
	.issue02_listItem .mori {
		width: 60px;
		height: 60px;
	}
	.issue02_balloon {
		width: 100%;
		min-height: auto;
		height: auto;
		margin: 0 auto;
		padding: 0;
		font-size: 13px;
		border-radius: 10px;
	}
}




/*	solution
------------------------------------------*/
.solution {
	position: relative;
	padding: 130px 0 150px 0;
	background: url("../images/bg_solution.jpg") #f5f5f5;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 100%;
}
.solution::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 70px 175px 0 175px;
	border-color: #fff transparent transparent transparent;
}
.solution .inner {
	max-width: 1400px;
}
.solution .h2 {
	margin-bottom: 30px;
}
.solution .h2 p:nth-of-type(3) {
	margin-top: -10px;
}
.solution .txt01 {
	font-size: 32px;
	text-align: center;
}
.solution .txt01 span {
	font-size: 36px;
	font-weight: bold;
	background-position: bottom;
	background: linear-gradient(transparent 94%, #fff799 94%);
}
.solution .h2_small {
	font-size: 22px;
	letter-spacing: 0;
	vertical-align: middle;
}
.solution .logo_ep {
	display: inline;
	max-width: auto;
	height: 70px;
}
.solution p .logo_tx {
	display: inline;
	max-width: auto;
	height: 50px;
}
@media screen and (max-width:768px){
	.solution {
		padding: 110px 0 0px;
		background: #f7f5f0
	}
	.solution .h2 {
		margin-bottom: 20px;
	}
	.solution .h2 p:nth-of-type(3) {
		margin-top: -3px;
	}
	.solution .txt01 {
		font-size: 24px;
	}
	.solution .txt01 span {
		font-size: 30px;
	}
	.solution .logo_ep {
		display: block;
		max-width: 90%;
		height: auto;
		margin: 0 auto;
	}
}
@media screen and (max-width:500px){
	.solution {
		position: relative;
		padding: 110px 0 60px 0;
		background: #f5f5f5;
	}
	.solution .h2 {
		margin-bottom: 10px;
	}
	.solution .h2_small {
		font-size: 15px;
		margin: -20px auto 0 auto;
		letter-spacing: 0;
		vertical-align: middle;
	}
	.solution .txt01 {
		font-size: 18px;
		text-align: center;
	}
	.solution .txt01 span {
		font-size: 22px;
		font-weight: bold;
		background-position: bottom;
		background: linear-gradient(transparent 94%, #fff799 94%);
	}
	.solution .txt01 br {
		display: none;
	}
}

/*	.solution_list ---------------------------*/
.solution_list {
	position: relative;
	display: flex;
	justify-content: center;
}
.solution_listItem {
	position: relative;
	display: inline-block;
	width: 180px;
	height: 180px;
	margin: 0 20px;
	border-radius: 50%;
	background: #fff;
}
.solution_listItem div {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width:180px;
	text-align:center;
}
.solution_listItem figure {
	width: 60px;
	margin: 0 auto;
	text-align:center;
}
.solution_listItem_content {
	margin: 0;
}
.solution_listItem_content h3 {
	margin: 0;
	text-align: center;
} 
@media screen and (max-width:768px){
	.solution_listItem {
		width: 100%;
		max-width: 550px;
		margin: 0 auto;
	}
	.solution_listItem + .solution_listItem {
		margin-top: 9%;
	}
}




/*	solution02
------------------------------------------*/
#solution02 {
	position: relative;
	padding: 0px 0 85px;
	background: #f5f5f5;
}
#solution02 .inner {
	max-width: 900px;
	padding: 60px 30px;
	background: #fff;
	border: 5px solid #555;
}
#solution02 .h2 {
	margin-bottom: 30px;
}
#solution02 .h2 p:nth-of-type(3) {
	margin-top: -10px;
}
#solution02 .txt01 {
	font-size: 26px;
	text-align: center;
	line-height: 1.4;
	margin: 0 0 25px 0;
}
#solution02 .txt01 .sml {
	font-size: 15px;
}
#solution02 .txt01 .bd1 {
	font-size: 28px;
	font-weight: bold;
	background-position: bottom;
	background: linear-gradient(transparent 94%, #fff799 94%);
}
#solution02 .logo_ep {
	display: inline;
	max-width: auto;
	height: 70px;
}
#solution02 p .logo_tx {
	display: inline;
	max-width: auto;
	height: 40px;
}
@media screen and (max-width:768px){
	#solution02 {
		padding: 110px 0 70px;
		background:#f7f5f0
	}
	#solution02 .inner {
		width: 90%;
		max-width: 90%;
		margin: 0 auto;
	}
	#solution02 .h2 {
		margin-bottom: 40px;
	}
	#solution02 .h2 p:nth-of-type(3) {
		margin-top: -3px;
	}
	#solution02 .txt01 {
		font-size: 22px;
		margin: 0 0 15px 0;
	}
	#solution02 .txt01 .sml {
		display: block;
	}
	#solution02 .logo_ep {
		display: block;
		max-width: 90%;
		height: auto;
		margin: 0 auto;
	}
}
@media screen and (max-width:500px){
	#solution02 {
		padding: 0px 0 70px;
		background: #f5f5f5;
	}
	#solution02 .inner {
		width: 96%;
		max-width: 600px;
		margin: 0 auto;
		padding: 40px 30px;
		background: #fff;
		border: 5px solid #555;
	}
#solution02 .txt01 {
	font-size: 18px;
	text-align: center;
	line-height: 1.4;
	margin: 0 0 25px 0;
}
#solution02 .txt01:nth-child(2),#solution02 .txt01:nth-child(3) {
	text-align: left;
	text-align: justify;
	text-justify: inter-ideograph;
}
#solution02 .txt01 br {
	display: none;
}
#solution02 .txt01 .sml {
	font-size: 14px;
	display: block;
}
#solution02 .txt01 .bd1 {
	font-size: 22px;
	font-weight: bold;
	background-position: bottom;
	background: linear-gradient(transparent 94%, #fff799 94%);
}
}

/*	.solution_list ---------------------------*/
#solution02 .solution_list {
	position: relative;
	display: flex;
	justify-content: center;
}
#solution02 .solution_listItem {
	position: relative;
	display: inline-block;
	width: 180px;
	height: 180px;
	margin: 0 10px;
	border-radius: 50%;
	background: #003277;
}
#solution02 .solution_listItem div {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width:180px;
	text-align:center;
}
#solution02 .solution_listItem figure {
	width: 60px;
	margin: 0 auto 10px auto;
	text-align:center;
}
#solution02 .solution_listItem_content {
	margin: 0;
}
#solution02 .solution_listItem_content h3 {
	margin: 0;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 1.4;
} 
@media screen and (max-width:768px){
	#solution02 .solution_list {
		position: relative;
		display: flex;
		justify-content: center;
	flex-wrap: wrap;
	}
	#solution02 .solution_listItem {
		width: 160px;
		height: 160px;
		margin: 20px auto 0 auto;
	}
	#solution02 .solution_listItem + .solution_listItem {
		margin-top: 20px;
	}
	#solution02 .solution_listItem div {
		width: 160px;
	}
	#solution02 .solution_listItem figure {
		width: 50px;
		margin: 0 auto;
	}
}




/*==================================================================*/
/*                                                                  */
/* #reason                                                          */
/*                                                                  */
/*==================================================================*/
#reason {
	background: #fff;
	padding: 0 0 0px 0;
}
#reason .reasonlist {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#reason .reasonlist .reasonitem {
	width: 100%;
	margin: 0;
	padding: 0 0 100px 0;
}
#reason .reasonlist .reasonitem .plancnt {
	width: 100%;
	margin: 0 auto 60px auto;
	padding: 0;
}
#reason .reasonlist .reasonitem .plancnt h3 {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0px;
	margin: 0 0 30px 0;
	padding: 0;
}
#reason .reasonlist .reasonitem .plancnt h3 span {
	border-bottom: 1px solid #dcdcdc;
	margin: 0;
	padding: 0 0 5px 0;
}
#reason .reasonlist .reasonitem .plancnt .plannavi {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: center;
}
#reason .reasonlist .reasonitem .plancnt .plannavi li {
	width: 30%;
	margin: 0 10px;
	padding: 0;
}
#reason .reasonlist .reasonitem .plancnt .plannavi li a {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0 0 40px 0;
	border: 4px solid #fff;
	box-sizing: border-box;
	box-shadow: 0 0 15px #dcdcdc;
}
#reason .reasonlist .reasonitem .plancnt .plannavi li a:hover {
	border: 4px solid #b184da;
}
#reason .reasonlist .reasonitem .plancnt .plannavi li a:after {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 12px;
	height: 12px;
	border-top: 2px solid #704308;
	border-right: 2px solid #704308;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	transition: all 0.3s ease-in-out;
}
#reason .reasonlist .reasonitem .plancnt .plannavi li a:hover:after {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 12px;
	height: 12px;
	border-top: 2px solid #b184da;
	border-right: 2px solid #b184da;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#reason .reasonlist .reasonitem .plancnt .plannavi li a h4 {
	width: 100%;
	min-height: auto;
	margin: 0;
	padding: 0;
	background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
	background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	letter-spacing: -1px;
	text-shadow: 0 0 5px #000;
	border: none;
	border-radius: 0;
	display: block;
}
#reason .reasonlist .reasonitem .plancnt .plannavi li a .txtblock {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	width: 100%;
	margin: 0;
	padding: 20px 10px 10px 10px;
}
#reason .reasonlist .reasonitem .plancnt .plannavi li a .txtblock .total {
	display: flex;
	align-items: center;
	height: 46px;
	margin: 0;
	padding: 2px 6px 4px 6px;
	background: #b184da;
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 1.2;
}
#reason .reasonlist .reasonitem .plancnt .plannavi li a .txtblock p {
	margin: 0;
	padding: 0;
	font-size: 30px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: 500;
	color: #b184da;
	text-align: right;
	line-height: 1;
	letter-spacing: -1.0px;
}
#reason .reasonlist .reasonitem .plancnt .plannavi li a .txtblock p .subcst {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0;
	font-size: 56px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: 500;
	color: #fff;
	text-align: right;
	line-height: 50px;
	letter-spacing: 0px;
	text-shadow: 0 0 5px #b184da, 0 0 5px #b184da, 0 0 5px #b184da, 0 0 5px #b184da, 0 0 5px #b184da, 0 0 5px #b184da, 0 0 10px #b184da, 0 0 15px #b184da;
	vertical-align: text-bottom;
	transform: scale(1.2, 1.0);
}
#reason .reasonlist .reasonitem .plancnt .plannavi li a .txtblock .adtax {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-size: 16px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: 700;
	color: #555;
	text-align: right;
	line-height: 1;
	letter-spacing: 1.5px;
}
#reason .reasonlist .reasonitem .lineup_list {
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 0px;
}
#reason .reasonlist .reasonitem .lineup_listItem {
	width: 100%;
	margin: 0 auto 60px auto;
	padding: 0 0 50px 0;
	background: #f9f9f9;
	border: 10px solid #fff;
	box-shadow: 0px 5px 10px #f5f5f5;
}
#reason .reasonlist .reasonitem .lineup_listItem:nth-of-type(2) {
	z-index: 2;
}
#reason .reasonlist .reasonitem .lineup_listItem:nth-of-type(3) {
	z-index: 1;
}
#reason .reasonlist .reasonitem .lineup_listItem:last-child {
	margin: 0 auto 10px auto;
	padding: 0 0 50px 0;
}
#reason .reasonlist .reasonitem .lineup_listItem .ttlarea {
	display: flex;
	width: 100%;
	margin: 0 auto 60px auto;
	padding: 0;
	position: relative;
}
#reason .reasonlist .reasonitem .lineup_listItem .ttlblock {
	display: flex;
	flex-direction: column;
	width: 40%;
	margin: 0;
	padding: 5% 0;
	background: #36318f/*#003277*/;
}
#reason .reasonlist .reasonitem .lineup_listItem .ttlblock .lead {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 54%;
	margin: 0;
	padding: 0;
	font-size: 36px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 1.2;
	letter-spacing: -1.5px;
}
#reason .reasonlist .reasonitem .lineup_listItem .ttlblock .lead .name {
	margin: 0;
	padding: 0;
	font-size: 36px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 1.2;
	letter-spacing: -1.5px;
	position: relative;
}
#reason .reasonlist .reasonitem .lineup_listItem .ttlblock .lead .name:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
	background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}
#reason .reasonlist .reasonitem .lineup_listItem .ttlblock .lead .name:after {
	bottom: 0;
}
#reason .reasonlist .reasonitem .lineup_listItem .ttlblock .txtblock {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 80%;
	margin: 0 auto;
	padding: 0px 0px 10px 0px;
}
#reason .reasonlist .reasonitem .lineup_listItem .ttlblock .txtblock .total {
	display: flex;
	align-items: center;
	height: 64px;
	margin: 0;
	padding: 2px 16px 4px 16px;
	background: #b184da;
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 1.2;
}
#reason .reasonlist .reasonitem .lineup_listItem .ttlblock .txtblock p {
	margin: 0;
	padding: 0;
	font-size: 40px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: 500;
	color: #b184da;
	text-align: right;
	line-height: 1;
	letter-spacing: -2.0px;
}
#reason .reasonlist .reasonitem .lineup_listItem .ttlblock .txtblock p .subcst {
	display: inline-block;
	margin: 0 8px 0 0;
	padding: 0;
	font-size: 80px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: 500;
	color: #fff;
	text-align: right;
	line-height: 70px;
	letter-spacing: 0px;
	text-shadow: 0 0 5px #b184da, 0 0 5px #b184da, 0 0 5px #b184da, 0 0 5px #b184da, 0 0 5px #b184da, 0 0 5px #b184da, 0 0 10px #b184da, 0 0 15px #b184da;
	vertical-align: text-bottom;
	transform: scale(1.2, 1.0);
}
#reason .reasonlist .reasonitem .lineup_listItem .ttlblock .txtblock .adtax {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-size: 18px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: 700;
	color: #fff;
	text-align: right;
	line-height: 1;
	letter-spacing: 2.0px;
}
#reason .reasonlist .reasonitem .lineup_listItem .imgblock {
	width: 60%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
}
#reason .reasonlist .reasonitem .lineup_listItem .imgblock img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
}
#reason .reasonlist .reasonitem .lineup_listItem .imgblock .addtxt01 {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	background: #fff;
	padding: 0 10px 4px 10px;
	line-height: 26px;
	font-size: 18px;
	color: #003277;
	letter-spacing: 0.5px;
}
#reason .reasonlist .reasonitem .lineup_listItem .imgblock .addtxt02 {
	position: absolute;
	top: auto;
	right: 0;
	bottom: 10px;
	left: 0;
	display: block;
	background: none;
	margin: auto;
	padding: 0;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.5px;
}
#reason .reasonlist .reasonitem .detail_list {
	display: flex;
	flex-wrap: wrap;
	width: 1000px;
	margin: 0 auto 40px auto;
}
#reason .reasonlist .reasonitem .detail_list h5 {
	width: 100%;
	margin: 0 5px 15px 5px;
	text-align: center;
	position: relative;
	padding: 1.5rem 2rem;
	color: #fff;
	background: -webkit-linear-gradient(135deg,#dc5b00 25%,#eb6100 0,#eb6100 50%,#dc5b00 0,#dc5b00 75%,#eb6100 0);
	background: linear-gradient(-45deg,#d8e1ef 25%,#cfdbeb 0,#cfdbeb 50%,#d8e1ef 0,#d8e1ef 75%,#cfdbeb 0);
	background-size: 20px 20px;
	border: 2px solid #cfdbeb;
	text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff;
}
#reason .reasonlist .reasonitem .detail_list h5 span.h5 {
	margin: 0 auto;
	font-size: 26px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: 700;
	color: #003277;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.5px;
}
#reason .reasonlist .reasonitem .detail_list h5 span.h5 span.h5plus {
	margin: 0 auto;
	font-size: 18px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: 700;
	color: #003277;
	text-align: center;
	line-height: 1;
	letter-spacing: -1.0px;
  position: relative;
  padding: 1.5rem 0;
  border-bottom: none;
}
#reason .reasonlist .reasonitem .detail_list h5 span.h5 span.h5plus:before {
  content: none;
}
#reason .reasonlist .reasonitem .detail_list h5 span.h5 span.h5plus:after {
  content: none;
}
#reason .reasonlist .reasonitem .detail_listItem {
	width: 15.66%;
	height: 150px;
	margin: 5px;
	padding: 10px 5px 14px 5px;
	background: #fff;
	box-shadow: 0px 1px 10px #f2f2f2;
	border-radius: 14px;
	box-sizing: border-box;
}
#reason .reasonlist .reasonitem .detail_listItem .ic {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	margin: 0 auto 0px auto;
	padding: 0;
}
#reason .reasonlist .reasonitem .detail_listItem .ic img {
	width: 80px;
	height: 80px;
	margin: 0;
	padding: 0;
}
#reason .reasonlist .reasonitem .detail_listItem .ttl {
	position: relative;
	font-size: 16px;
	font-weight: 700;
	color: #3c2c25;
	line-height: 1.3;
	text-align: center;
	height: 50px;
	margin: -10px 0 0 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#reason .reasonlist .reasonitem .detail_listItem .ttl span {
	display: block;
	font-size: 12px;
	font-weight: 500;
	color: #3c2c25;
	line-height: 1.3;
	letter-spacing: 0px;
	text-align: center;
}
#reason .reasonlist .reasonitem .detail_listItem .ttl span::before,
#reason .reasonlist .reasonitem .detail_listItem .ttl span::after {
	position: absolute;
	bottom: 0;
	width: 7px;
	height: 60%;
	content: '';
	border-top: solid 2px #3c2c25;
	border-bottom: solid 2px #3c2c25;
}
#reason .reasonlist .reasonitem .detail_listItem .ttl span::before {
	border-left: solid 2px #3c2c25;
	border-radius: 10px 0 0 10px;
	left: 10px;
}
#reason .reasonlist .reasonitem .detail_listItem .ttl span::after {
	border-right: solid 2px #3c2c25;
	border-radius: 0 10px 10px 0;
	right: 10px;
}
#reason .reasonlist .reasonitem .detail_list .txt2 {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 30px;
	font-weight: 700;
	color: #b184da;
	line-height: 1.4;
	text-align: center;
	letter-spacing: -2px;
	width: auto;
	max-width: 822px;
	min-width: 656px;
	height: 150px;
	margin: 5px;
	padding: 20px 0;
	background: #fff;
	box-shadow: 0px 1px 10px #f2f2f2;
	border-radius: 14px;
	box-sizing: border-box;
}
#reason .reasonlist .reasonitem .detail_list .txt2 span {
	display: block;
	font-size: 16px;
	font-family: 'Noto Sans JP','游ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ','Meiryo',serif;
	font-weight: 700;
	color: #3c2c25;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 0.5px;
	margin: 5px 0 10px 0;
	padding: 0;
}
#reason .reasonlist .reasonitem .opt_list {
	display: flex;
	flex-wrap: wrap;
	width: 1000px;
	margin: 0 auto;
}
#reason .reasonlist .reasonitem .opt_list h5 {
	width: 100%;
	margin: 0 5px 15px 5px;
	text-align: center;
	position: relative;
	padding: 1.5rem 2rem;
	color: #fff;
	background: -webkit-linear-gradient(135deg,#dc5b00 25%,#eb6100 0,#eb6100 50%,#dc5b00 0,#dc5b00 75%,#eb6100 0);
	background: linear-gradient(-45deg,#d8e1ef 25%,#cfdbeb 0,#cfdbeb 50%,#d8e1ef 0,#d8e1ef 75%,#cfdbeb 0);
	background-size: 20px 20px;
	border: 2px solid #cfdbeb;
	text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff;
}
#reason .reasonlist .reasonitem .opt_list h5 span.h5 {
	margin: 0 auto;
	font-size: 26px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: 700;
	color: #003277;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.5px;
}
#reason .reasonlist .reasonitem .opt_list h5 span.h5 span.h5plus {
	margin: 0 auto;
	font-size: 18px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: 700;
	color: #003277;
	text-align: center;
	line-height: 1;
	letter-spacing: -1.0px;
  position: relative;
  padding: 1.5rem 0;
  border-bottom: none;
}
#reason .reasonlist .reasonitem .opt_list h5 span.h5 span.h5plus:before {
  content: none;
}
#reason .reasonlist .reasonitem .opt_list h5 span.h5 span.h5plus:after {
  content: none;
}
#reason .reasonlist .reasonitem .opt_listItem {
	width: 13.28%;
	height: auto;
	margin: 5px;
	padding: 20px 5px 14px 5px;
	background: #fff;
	box-shadow: 0px 1px 10px #f2f2f2;
	border-radius: 14px;
	box-sizing: border-box;
}
#reason .reasonlist .reasonitem .opt_listItem .ic {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	margin: 0 auto 0px auto;
	padding: 0;
}
#reason .reasonlist .reasonitem .opt_listItem .ic img {
	width: 80px;
	height: 80px;
	margin: 0;
	padding: 0;
}
#reason .reasonlist .reasonitem .opt_listItem .ttl {
	position: relative;
	font-size: 16px;
	font-weight: 700;
	color: #3c2c25;
	line-height: 1.3;
	text-align: center;
	height: 50px;
	margin: -10px 0 0 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#reason .reasonlist .reasonitem .opt_listItem .ttl span {
	display: block;
	font-size: 12px;
	font-weight: 500;
	color: #3c2c25;
	line-height: 1.3;
	letter-spacing: 0px;
	text-align: center;
}
#reason .reasonlist .reasonitem .opt_listItem .ttl span::before,
#reason .reasonlist .reasonitem .opt_listItem .ttl span::after {
	position: absolute;
	bottom: 0;
	width: 7px;
	height: 60%;
	content: '';
	border-top: solid 2px #3c2c25;
	border-bottom: solid 2px #3c2c25;
}
#reason .reasonlist .reasonitem .opt_listItem .ttl span::before {
	border-left: solid 2px #3c2c25;
	border-radius: 10px 0 0 10px;
	left: 10px;
}
#reason .reasonlist .reasonitem .opt_listItem .ttl span::after {
	border-right: solid 2px #3c2c25;
	border-radius: 0 10px 10px 0;
	right: 10px;
}
#reason .reasonlist .reasonitem .box2 {
	width: 1100px;
	margin: 0 auto;
	padding: 60px 0;
	display: flex;
	align-items: center;
}
#reason .reasonlist .reasonitem .box2 .text {
	width: 55%;
}
#reason .reasonlist .reasonitem .box2 .text.pgl {
	padding: 0 0 0 40px;
}
#reason .reasonlist .reasonitem .box2 .text.pgr {
	padding: 0 40px 0 0;
}
#reason .reasonlist .reasonitem .box2 .text h3 {
	font-size: 26px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: 500;
	text-align: center;
	line-height: 1.8;
	letter-spacing: -1.0px;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #dcdcdc;
}
#reason .reasonlist .reasonitem .box2 .text p {
	font-size: 18px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: 500;
	text-align: left;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.8;
	letter-spacing: -1.0px;
	margin: 0;
	padding: 0;
}
.custom-btn {
	width: 400px;
	line-height: 40px;
	margin: 30px auto 10px auto;
	padding: 5px 55px;
	font-size: 18px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: 700;
	text-align: center;
	letter-spacing: -1px;
	background: transparent;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: block;
	box-shadow:inset 1px 1px 2px 0px rgba(255,255,255,.5),1px 1px 2px 0px rgba(0,0,0,.1),1px 1px 2px 0px rgba(0,0,0,.1);
	outline: none;
	border: 1px solid #dcdcdc;
}
.btn-16 {
	color: #b184da;
}
.btn-16:after {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	direction: rtl;
	z-index: -1;
	background: #b184da;
	box-shadow: -7px -7px 20px 0px #fff9,-4px -4px 5px 0px #fff9,7px 7px 20px 0px #0002,4px 4px 5px 0px #0001;
  transition: all 0.3s ease;
}
.btn-16:hover {
  color: #fff;
	border: 1px solid #b184da;
}
.btn-16:hover:after {
  left: auto;
  right: 0;
  width: 100%;
}
.btn-16:active {
  top: 2px;
}
#reason .reasonlist .reasonitem .box2 .image {
	width: 45%;
	height: 400px;
	position: relative;
	overflow: hidden;
}
#reason .reasonlist .reasonitem .box2 .image img {
	display: block;
	width: 100%;
	height: 400px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
#reason .reasonlist .reasonitem .box2_child1 {
	display: flex;
	align-items: center;
	width: 1100px;
	margin: 20px auto;
	padding: 40px 0;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
}
#reason .reasonlist .reasonitem .box2_child1 .image {
	width: 30%;
	height: 400px;
	position: relative;
	overflow: hidden;
	display: inline-block;
}
#reason .reasonlist .reasonitem .box2_child1 .image:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent 0 55%, #fff 100%);
}
#reason .reasonlist .reasonitem .box2_child1 .image img {
	display: block;
	width: 100%;
	height: 400px;
	object-fit: cover;
	object-position: 0% 50%;
	font-family: 'object-fit: cover;';
}
#reason .reasonlist .reasonitem .box2_child1 .text {
	width: 70%;
}
#reason .reasonlist .reasonitem .box2_child1 .text.pgl {
	padding: 0 20px;
}
#reason .reasonlist .reasonitem .box2_child1 .text.pgr {
	padding: 0 40px 0 0;
}
#reason .reasonlist .reasonitem .box2_child1 .text h3 {
	font-size: 26px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: 500;
	text-align: center;
	line-height: 1.8;
	letter-spacing: -1.0px;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #dcdcdc;
}
#reason .reasonlist .reasonitem .box2_child1 .text p {
	font-size: 18px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: 500;
	text-align: left;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.8;
	letter-spacing: -1.0px;
	margin: 0;
	padding: 0;
}
#reason .reasonlist .reasonitem .box2_child1 .text .txtr {
	text-align: right;
	letter-spacing: 0px;
	padding: 15px 0 0 0;
}
#reason .reasonlist .reasonitem .box2_child1 .text .txtr .name {
	font-size: 24px;
	margin: 0 0 0 15px;
}
#reason .reasonlist .reasonitem .box2_child1 .child1item {
	width: 500px;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}
#reason .reasonlist .reasonitem .box2_child1 .child1item .text {
	width: 100%;
	padding: 30px 0 0 0;
}
#reason .reasonlist .reasonitem .box2_child1 .child1item .text h3 {
	font-size: 26px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: 500;
	text-align: center;
	line-height: 1.8;
	letter-spacing: -1.0px;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #dcdcdc;
}
#reason .reasonlist .reasonitem .box2_child1 .child1item .text p {
	font-size: 18px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: 500;
	text-align: left;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.8;
	letter-spacing: -1.0px;
	margin: 0;
	padding: 0;
}
#reason .reasonlist .reasonitem .box2_child1 .child1item .image {
	width: 100%;
	height: 300px;
	position: relative;
	overflow: hidden;
}
#reason .reasonlist .reasonitem .box2_child1 .child1item .image img {
	display: block;
	width: 100%;
	height: 300px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
#reason .reasonlist .reasonitem .box3 {
	width: 1000px;
	margin: 0 auto 0px auto;
	padding: 0;
	display: flex;
	align-items: center;
}
#reason .reasonlist .reasonitem .box3 .text {
	width: 60%;
	padding: 60px 40px 60px 0;
}
#reason .reasonlist .reasonitem .box3 .text h3 {
	font-size: 26px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: 500;
	text-align: center;
	line-height: 1.8;
	letter-spacing: -1.0px;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #dcdcdc;
}
#reason .reasonlist .reasonitem .box3 .text p {
	font-size: 18px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: 500;
	text-align: left;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.8;
	letter-spacing: -1.0px;
	margin: 0;
	padding: 0;
}
#reason .reasonlist .reasonitem .box3 .image {
	width: 40%;
	height: 400px;
	position: relative;
	overflow: hidden;
}
#reason .reasonlist .reasonitem .box3 .image img {
	display: block;
	width: 100%;
	height: 400px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
#reason .reasonlist .reasonitem .box3_child1 {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
	padding: 20px 60px 30px 60px;
	border: 1px solid #555;
	border-radius: 50px;
}
#reason .reasonlist .reasonitem .box3_child1 .child3item {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}
#reason .reasonlist .reasonitem .box3_child1 .child3item .text {
	width: 100%;
	padding: 0;
}
#reason .reasonlist .reasonitem .box3_child1 .child3item .text h3 {
	font-size: 18px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: 500;
	text-align: center;
	line-height: 1.8;
	letter-spacing: -1.0px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #dcdcdc;
}
#reason .reasonlist .reasonitem .box3_child1 .child3item .text p {
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.8;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
}
#reason .reasonlist .reasonitem .box3_child1 .child3item .image {
	width: 100%;
	height: 300px;
	position: relative;
	overflow: hidden;
}
#reason .reasonlist .reasonitem .box3_child1 .child3item .image img {
	display: block;
	width: 100%;
	height: 300px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
#reason .reasonlist .reasonitem .box4 {
	width: 1000px;
	margin: 0 auto 0px auto;
	padding: 0;
}
#reason .reasonlist .reasonitem .box4 h3 {
	margin: 0 0 30px 0;
	text-align: center;
}
#reason .reasonlist .reasonitem .box4 h3 span {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0px;
	display: inline-block;
	margin: 0 auto;
	padding: 0 0 0px 0;
	border-bottom: 1px solid #dcdcdc;
}
#reason .reasonlist .reasonitem .box4 p {
	font-size: 18px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: 500;
	text-align: left;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.8;
	letter-spacing: -1.0px;
	margin: 0 auto;
	padding: 0;
}
#reason .reasonlist .reasonitem .box4 ul {
	display: flex;
	flex-wrap: wrap;
	margin: 40px auto;
	padding: 0;
}
#reason .reasonlist .reasonitem .box4 ul h4 {
	text-align: center;
	width: 100%;
	margin: 0 auto 30px auto;
	padding: 0 0 0px 0;
}
#reason .reasonlist .reasonitem .box4 ul h4 span {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 26px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0px;
	margin: 0;
	padding: 10px 20px 10px 20px;
	display: inline-block;
	position: relative;
}
#reason .reasonlist .reasonitem .box4 ul h4 span:before,
#reason .reasonlist .reasonitem .box4 ul h4 span:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
	background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}
#reason .reasonlist .reasonitem .box4 ul h4 span:before {
	top: 0;
}
#reason .reasonlist .reasonitem .box4 ul h4 span:after {
	bottom: 0;
}
#reason .reasonlist .reasonitem .box4 ul .adv {
	width: 48%;
	margin: 1%;
	padding: 20px;
	border: 1px solid #555;
	border-radius: 20px;
}
#reason .reasonlist .reasonitem .box4 ul .adv .itemttl {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #b184da;
	box-sizing: border-box;
}
#reason .reasonlist .reasonitem .box4 ul .adv .itemttl .adv01 {
	font-family: 'Noto Sans JP','游ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ','Meiryo',serif;
	font-size: 10px;
	color: #fff;
	text-align: center;
	line-height: 1.2;
	letter-spacing: -3px;
	width: 50px;
	min-width: 50px;
	height: 50px;
	margin: 0 10px 0 0;
	padding: 4px 0 0 0;
	background: #b184da;
	box-sizing: border-box;
}
#reason .reasonlist .reasonitem .box4 ul .adv .itemttl .adv01 span {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 30px;
	color: #fff;
	line-height: 1.0;
	letter-spacing: 0px;
	margin: 0;
}
#reason .reasonlist .reasonitem .box4 ul .adv .itemttl h4 {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 22px;
	font-weight: 500;
	color: #b184da;
	text-align: left;
	letter-spacing: -1px;
	margin: 0;
	padding: 0 0 0px 0;
}
#reason .reasonlist .reasonitem .box4 ul .adv .itemtxt {
	width: 100%;
	margin: 0;
	padding: 20px;
}

#reason .reasonlist .reasonitem .box4 .image {
	width: 40%;
	height: 400px;
	position: relative;
	overflow: hidden;
}
#reason .reasonlist .reasonitem .box4 .image img {
	display: block;
	width: 100%;
	height: 400px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
#reason .reasonlist .reasonitem .ttlarea {
	width: 100%;
	margin: 0 0 40px 0;
	padding: 0;
	background: #eee4d5;
}
#reason .reasonlist .reasonitem .ttlarea .ttlbox {
	position: relative;
	width: 1100px;
	height: 320px;
	margin: 0 auto;
	padding: 0;
	text-align: right;
}
#reason .reasonlist .reasonitem .ttlarea .ttlbox .frame {
	display: inline-block;
	position: relative;
}
#reason .reasonlist .reasonitem .ttlarea .ttlbox .frame:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(270deg, transparent 0 60%, #eee4d5 100%);
}
#reason .reasonlist .reasonitem .ttlarea .ttlbox .frame img {
	width: 480px;
	height: 320px;
	margin: 0;
	padding: 0;
}
#reason .reasonlist .reasonitem .ttlarea .ttlbox .ttltxt {
	position: absolute;
	top: 60px;
	margin: 0;
	padding: 0;
}
#reason .reasonlist .reasonitem .ttlarea .ttlbox .ttltxt .h2 {
	width: 55%;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 34px;
	font-weight: 500;
	text-align: left;
	line-height: 1.4;
	letter-spacing: 0px;
	vertical-align: middle;
	position: relative;
}
#reason .reasonlist .reasonitem .ttlarea .ttlbox .ttltxt .h2:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
	background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}
#reason .reasonlist .reasonitem .ttlarea .ttlbox .ttltxt .h2:after {
	bottom: 0;
}
#reason .reasonlist .reasonitem .ttlarea .ttlbox .ttltxt .h2 .rsn01 {
	display: block;
	width: 190px;
	height: 28px;
	margin: 0 0 10px 0;
	padding: 0 40px;
	vertical-align: middle;
	background: #cfa972;
	border: 1px solid #cfa972;
}
#reason .reasonlist .reasonitem .ttlarea .ttlbox .ttltxt .h2 .rsn01 div {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 28px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
#reason .reasonlist .reasonitem .ttlarea .ttlbox .ttltxt .h2 .rsn01 div img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: block;
	width: 70px;
	height: 70px;
	margin: 0;
	padding: 0;
	opacity: 0.1;
}
#reason .reasonlist .reasonitem .ttlarea .ttlbox .ttltxt .h2 .rsn01 div .rsntxt01 {
	margin: 0 5px 0 0;
	padding: 0;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	line-height: 1;
	letter-spacing: 0px;
}
#reason .reasonlist .reasonitem .ttlarea .ttlbox .ttltxt .h2 .rsn01 div .rsntxt02 {
	margin: 0;
	padding: 0;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	line-height: 1;
	letter-spacing: -2px;
	transform: scale(1.2, 1.0);
}
#reason .reasonlist .reasonitem .ttlarea .ttlbox .ttltxt p {
	width: 55%;
	margin: 0;
	padding: 0;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	text-align: justify;
	text-justify: inter-ideograph;
	letter-spacing: 0px;
	vertical-align: baseline;
}

@media screen and (max-width:1240px){
	#reason .reasonlist .reasonitem .ttlarea .ttlbox {
		width: 100%;
	}
	#reason .reasonlist .reasonitem .ttlarea .ttlbox .ttltxt {
		top: 45px;
		padding: 0 0 0 40px;
	}
}

@media screen and (max-width:1024px){
	#reason .reasonlist .reasonitem .ttlarea .ttlbox {
		width: 100%;
		height: 267px;
	}
	#reason .reasonlist .reasonitem .ttlarea .ttlbox .frame img {
		width: 400px;
		height: 267px;
	}
	#reason .reasonlist .reasonitem .ttlarea .ttlbox .ttltxt {
		top: 25px;
		padding: 0 0 0 20px;
	}
	#reason .reasonlist .reasonitem .ttlarea .ttlbox .ttltxt .h2 {
		width: 50%;
		font-size: 30px;
		line-height: 1.3;
	}
	#reason .reasonlist .reasonitem .ttlarea .ttlbox .ttltxt p {
		width: 50%;
		line-height: 1.3;
	}
	#reason .reasonlist .reasonitem .plancnt .plannavi {
		width: 100%;
		max-width: 1000px;
	}
	#reason .reasonlist .reasonitem .plancnt .plannavi li a h4 {
		padding: 10px 0;
		font-size: 20px;
	}
	#reason .reasonlist .reasonitem .plancnt .plannavi li a .txtblock .total {
		height: 40px;
		font-size: 15px;
	}
	#reason .reasonlist .reasonitem .plancnt .plannavi li a .txtblock p {
		font-size: 20px;
		letter-spacing: -1.5px;
	}
	#reason .reasonlist .reasonitem .plancnt .plannavi li a .txtblock p .subcst {
		margin: 0 7px 0 0;
		font-size: 46px;
		line-height: 40px;
	}
	#reason .reasonlist .reasonitem .plancnt .plannavi li a .txtblock .adtax {
		padding: 10px 0 0 0;
		letter-spacing: 0.5px;
	}
	#reason .reasonlist .reasonitem .lineup_list {
		width: 96%;
		max-width: 1000px;
	}
	#reason .reasonlist .reasonitem .lineup_listItem {
		margin: 0 auto 40px auto;
	}
	#reason .reasonlist .reasonitem .lineup_listItem:nth-of-type(2) {
		z-index: 2;
	}
	#reason .reasonlist .reasonitem .lineup_listItem:nth-of-type(3) {
		z-index: 1;
	}
	#reason .reasonlist .reasonitem .lineup_listItem:last-child {
		margin: 0 auto 10px auto;
		padding: 0 0 50px 0;
	}
	#reason .reasonlist .reasonitem .lineup_listItem .ttlarea {
		margin: 0 auto 40px auto;
	}
	#reason .reasonlist .reasonitem .lineup_listItem .ttlblock {
		width: 45%;
		padding: 5% 0;
	}
	#reason .reasonlist .reasonitem .lineup_listItem .ttlblock .lead {
		font-size: 26px;
	}
	#reason .reasonlist .reasonitem .lineup_listItem .ttlblock .lead .name {
		font-size: 26px;
	}
	#reason .reasonlist .reasonitem .lineup_listItem .ttlblock .txtblock .total {
		height: 54px;
		padding: 2px 10px 4px 10px;
		font-size: 16px;
	}
	#reason .reasonlist .reasonitem .lineup_listItem .ttlblock .txtblock p {
		font-size: 30px;
	}
	#reason .reasonlist .reasonitem .lineup_listItem .ttlblock .txtblock p .subcst {
		font-size: 70px;
		line-height: 60px;
		letter-spacing: -0.5px;
	}
	#reason .reasonlist .reasonitem .lineup_listItem .ttlblock .txtblock .adtax {
		padding: 5px 0 0 0;
	}
	#reason .reasonlist .reasonitem .lineup_listItem .imgblock {
		width: 55%;
	}
	#reason .reasonlist .reasonitem .lineup_listItem .imgblock .addtxt01 {
		top: 7px;
		right: 7px;
		padding: 0 5px 4px 5px;
		line-height: 20px;
		font-size: 15px;
	}
	#reason .reasonlist .reasonitem .lineup_listItem .imgblock .addtxt02 {
	position: absolute;
	top: auto;
	right: 0;
	bottom: 10px;
	left: 0;
	display: block;
	background: none;
	margin: auto;
	padding: 0;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: 700;
		font-size: clamp(14px, 4.375vw, 16px);
	color: #fff;
	text-align: center;
	line-height: 1.4;
		letter-spacing: -0.5px;
	}
	#reason .reasonlist .reasonitem .detail_list {
		width: 96%;
		max-width: 1000px;
	}
	#reason .reasonlist .reasonitem .detail_list h5 {
		padding: 1.0rem 2rem;
	}
	#reason .reasonlist .reasonitem .detail_list h5 span.h5 {
		font-size: 22px;
	}
	#reason .reasonlist .reasonitem .detail_list h5 span.h5 span.h5plus {
		font-size: 14px;
	}
	#reason .reasonlist .reasonitem .detail_listItem {
		width: 15.46%;
		height: 140px;
		margin: 4px;
	}
	#reason .reasonlist .reasonitem .detail_listItem .ic {
		width: 70px;
		height: 70px;
	}
	#reason .reasonlist .reasonitem .detail_listItem .ic img {
		width: 70px;
		height: 70px;
	}
	#reason .reasonlist .reasonitem .detail_listItem .ttl {
		font-size: 14px;
	}
	#reason .reasonlist .reasonitem .detail_listItem .ttl span {
		font-size: 11px;
		letter-spacing: -1px;
	}
	#reason .reasonlist .reasonitem .detail_listItem .ttl span::before {
		left: 0;
	}
	#reason .reasonlist .reasonitem .detail_listItem .ttl span::after {
		right: 0;
	}
	#reason .reasonlist .reasonitem .detail_list .txt2 {
		font-size: 20px;
		max-width: 448px;
		min-width: 408px;
		height: 140px;
		padding: 20px;
	}
	#reason .reasonlist .reasonitem .detail_list .txt2 span {
		font-size: 14px;
		font-weight: 500;
	}
	#reason .reasonlist .reasonitem .detail_list .txt2 span br {
		display: none;
	}
	#reason .reasonlist .reasonitem .opt_list {
		width: 96%;
		max-width: 1000px;
	}
	#reason .reasonlist .reasonitem .opt_list h5 {
		padding: 1.0rem 2rem;
	}
	#reason .reasonlist .reasonitem .opt_list h5 span.h5 {
		font-size: 22px;
	}
	#reason .reasonlist .reasonitem .opt_list h5 span.h5 span.h5plus {
		font-size: 14px;
	}
	#reason .reasonlist .reasonitem .opt_listItem {
		width: 12.78%;
	}
	#reason .reasonlist .reasonitem .opt_listItem .ttl {
		font-size: 14px;
	}
	#reason .reasonlist .reasonitem .box2 {
		width: 96%;
		max-width: 1000px;
		padding: 40px 0;
	}
	#reason .reasonlist .reasonitem .box2 .text h3 {
		font-size: 22px;
		line-height: 1.6;
		margin: 0 0 15px 0;
		padding: 0 0 15px 0;
	}
	#reason .reasonlist .reasonitem .box2 .text p {
		font-size: 16px;
		line-height: 1.6;
	}
	.custom-btn {
		width: 100%;
		max-width: 400px;
		padding: 5px 45px;
		font-size: 16px;
	}
	#reason .reasonlist .reasonitem .box2_child1 {
		width: 96%;
		max-width: 1100px;
	}
	#reason .reasonlist .reasonitem .box2_child1 .image {
		width: 40%;
	}
	#reason .reasonlist .reasonitem .box2_child1 .text {
		width: 60%;
	}
	#reason .reasonlist .reasonitem .box2_child1 .text p {
		font-size: 16px;
		line-height: 1.6;
	}
	#reason .reasonlist .reasonitem .box3 {
		width: 96%;
		max-width: 1000px;
	}
	#reason .reasonlist .reasonitem .box3 .text h3 {
		font-size: 22px;
		line-height: 1.6;
		margin: 0 0 15px 0;
		padding: 0 0 15px 0;
	}
	#reason .reasonlist .reasonitem .box3 .text p {
		font-size: 16px;
		line-height: 1.6;
	}
	#reason .reasonlist .reasonitem .box3_child1 {
		width: 96%;
		max-width: 1000px;
		border-radius: 30px;
	}
	#reason .reasonlist .reasonitem .box3_child1 .child3item .text h3 {
		line-height: 1.6;
	}
	#reason .reasonlist .reasonitem .box3_child1 .child3item .text p {
		line-height: 1.6;
	}
	#reason .reasonlist .reasonitem .box4 {
		width: 96%;
		max-width: 1000px;
	}
	#reason .reasonlist .reasonitem .box4 h3 span {
		font-size: 26px;
	}
	#reason .reasonlist .reasonitem .box4 p {
		font-size: 16px;
		width: 90%;
	}
	#reason .reasonlist .reasonitem .box4 ul h4 span {
		font-size: 22px;
	}
	#reason .reasonlist .reasonitem .box4 ul .adv .itemttl .adv01 {
		width: 45px;
		min-width: 45px;
		height: 50px;
		margin: 0 7px 0 0;
	}
	#reason .reasonlist .reasonitem .box4 ul .adv .itemttl .adv01 span {
		font-size: 26px;
	}
	#reason .reasonlist .reasonitem .box4 ul .adv .itemttl h4 {
		font-size: 18px;
		line-height: 1.3;
	}
	#reason .reasonlist .reasonitem .box4 ul .adv .itemtxt {
		padding: 20px 10px;
	}
	#reason .reasonlist .reasonitem .box4 ul .adv .itemtxt p {
		font-size: 16px;
		line-height: 1.6;
		width: 100%;
	}
}

@media screen and (max-width:768px){
	#reason .reasonlist .reasonitem .ttlarea {
		padding: 0 0 40px 0;
	}
	#reason .reasonlist .reasonitem .ttlarea .ttlbox {
		width: 100%;
		height: auto;
	}
	#reason .reasonlist .reasonitem .ttlarea .ttlbox .frame {
		overflow: hidden;
		width: 100%;
		height: 280px;
	}
	#reason .reasonlist .reasonitem .ttlarea .ttlbox .frame:after {
		background: linear-gradient(180deg, transparent 0 60%, #eee4d5 100%);
	}
	#reason .reasonlist .reasonitem .ttlarea .ttlbox .frame img {
		width: 100%;
		height: auto;
	}
	#reason .reasonlist .reasonitem .ttlarea .ttlbox .ttltxt {
		position: static;
		top: auto;
		width: 90%;
		margin: 0 auto;
		padding: 0;
	}
	#reason .reasonlist .reasonitem .ttlarea .ttlbox .ttltxt .h2 {
		width: 100%;
		font-size: 30px;
		text-align: center;
		line-height: 1.3;
	}
	#reason .reasonlist .reasonitem .ttlarea .ttlbox .ttltxt .h2 .rsn01 {
    display: block;
    width: 190px;
    height: 28px;
    margin: 0 auto 10px auto;
    padding: 0 40px;
    vertical-align: middle;
    background: #cfa972;
    border: 1px solid #cfa972;
	}
	#reason .reasonlist .reasonitem .ttlarea .ttlbox .ttltxt p {
		width: 90%;
		margin: 0 auto;
		font-size: 17px;
		line-height: 1.4;
	}
	#reason .reasonlist .reasonitem .plancnt h3 {
		font-size: 26px;
	}
	#reason .reasonlist .reasonitem .plancnt .plannavi {
		width: 96%;
		max-width: 760px;
		margin: 0 auto;
		flex-wrap: wrap;
	}
	#reason .reasonlist .reasonitem .plancnt .plannavi li {
		width: 100%;
		margin: 5px 0;
	}
	#reason .reasonlist .reasonitem .plancnt .plannavi li a {
		padding: 0;
	}
	#reason .reasonlist .reasonitem .plancnt .plannavi li a h4 {
		padding: 0;
		font-size: 24px;
	}
	#reason .reasonlist .reasonitem .plancnt .plannavi li a:after {
		right: 26%;
		bottom: 15px;
		left: auto;
	}
	#reason .reasonlist .reasonitem .plancnt .plannavi li a .planflex {
		display: flex;
	}
	#reason .reasonlist .reasonitem .plancnt .plannavi li a .planflex .mori {
		width: 45%;
		max-width: none;
		margin: 5px 0 0 0;
	}
	#reason .reasonlist .reasonitem .plancnt .plannavi li a .txtblock {
		align-content: flex-start;
		justify-content: center;
		align-items: flex-end;
		padding: 5% 10px 10px 10px;
	}
	#reason .reasonlist .reasonitem .plancnt .plannavi li a .txtblock .total {
		height: auto;
		font-size: clamp(15px, 2.99401vw, 30px);
	}
	#reason .reasonlist .reasonitem .plancnt .plannavi li a .txtblock p {
		font-size: clamp(22px, 4.3912vw, 36px);
		letter-spacing: -1.5px;
	}
	#reason .reasonlist .reasonitem .plancnt .plannavi li a .txtblock p .subcst {
		margin: 0 10px 0 25px;
		font-size: clamp(56px, 11.1776vw, 80px);
		vertical-align: baseline;
	}
	#reason .reasonlist .reasonitem .plancnt .plannavi li a .txtblock .adtax {
		width: 80%;
		margin: 0 10% 0 10%;
		font-size: clamp(18px, 3.5928vw, 22px);
	}
	#reason .reasonlist .reasonitem .lineup_list {
		width: 96%;
		max-width: 1000px;
	}
	#reason .reasonlist .reasonitem .lineup_listItem {
		margin: 0 auto 40px auto;
	}
	#reason .reasonlist .reasonitem .lineup_listItem:nth-of-type(2) {
		z-index: 2;
	}
	#reason .reasonlist .reasonitem .lineup_listItem:nth-of-type(3) {
		z-index: 1;
	}
	#reason .reasonlist .reasonitem .lineup_listItem:last-child {
		margin: 0 auto 10px auto;
		padding: 0 0 50px 0;
	}
	#reason .reasonlist .reasonitem .lineup_listItem .ttlarea {
		flex-direction: column;
		margin: 0 auto 20px auto;
	}
	#reason .reasonlist .reasonitem .lineup_listItem .ttlblock {
		width: 100%;
		padding: 5% 0;
	}
	#reason .reasonlist .reasonitem .lineup_listItem .ttlblock .lead {
		font-size: 26px;
		margin: 0 0 4% 0;
	}
	#reason .reasonlist .reasonitem .lineup_listItem .ttlblock .lead .name {
		font-size: 26px;
		font-size: clamp(26px, 5.1896vw, 32px);
		padding: 0 0 1% 0;
	}
	#reason .reasonlist .reasonitem .lineup_listItem .ttlblock .txtblock {
		justify-content: center;
	}
	#reason .reasonlist .reasonitem .lineup_listItem .ttlblock .txtblock .total {
		height: auto;
		padding: 2px 10px 4px 10px;
		font-size: clamp(18px, 3.5928vw, 22px);
	}
	#reason .reasonlist .reasonitem .lineup_listItem .ttlblock .txtblock p {
		font-size: 30px;
	}
	#reason .reasonlist .reasonitem .lineup_listItem .ttlblock .txtblock p .subcst {
		font-size: clamp(70px, 13.9720vw, 100px);
		line-height: 60px;
		letter-spacing: -0.5px;
		margin: 0 10px 0 25px;
		vertical-align: baseline;
	}
	#reason .reasonlist .reasonitem .lineup_listItem .ttlblock .txtblock .adtax {
		padding: 10px 0 0 0;
		font-size: clamp(18px, 3.5928vw, 22px);
		text-align: center;
	}
	#reason .reasonlist .reasonitem .lineup_listItem .imgblock {
		width: 100%;
	}
	#reason .reasonlist .reasonitem .lineup_listItem .imgblock .addtxt01 {
		top: 7px;
		right: 7px;
		padding: 0 5px 4px 5px;
		line-height: 20px;
		font-size: 15px;
	}
	#reason .reasonlist .reasonitem .lineup_listItem .imgblock .addtxt02 {
		font-size: clamp(13px, 4.0625vw, 14px);
		letter-spacing: -0.5px;
	}
	#reason .reasonlist .reasonitem .detail_list {
		width: 96%;
		max-width: 1000px;
	}
	#reason .reasonlist .reasonitem .detail_list h5 {
		padding: 1.0rem 2rem;
	}
	#reason .reasonlist .reasonitem .detail_list h5 span.h5 {
		font-size: clamp(20px, 3.9920vw, 22px);
	}
	#reason .reasonlist .reasonitem .detail_list h5 span.h5 span.h5plus {
		font-size: clamp(13px, 2.5948vw, 16px);
	}
	#reason .reasonlist .reasonitem .detail_listItem {
		width: 23.40%;
		height: 140px;
		margin: 0.74%;
	}
	#reason .reasonlist .reasonitem .detail_listItem .ic {
		width: 70px;
		height: 70px;
	}
	#reason .reasonlist .reasonitem .detail_listItem .ic img {
		width: 70px;
		height: 70px;
	}
	#reason .reasonlist .reasonitem .detail_listItem .ttl {
		font-size: 14px;
	}
	#reason .reasonlist .reasonitem .detail_listItem .ttl span {
		font-size: clamp(10px, 1.9960vw, 13px);
		letter-spacing: -1px;
	}
	#reason .reasonlist .reasonitem .detail_listItem .ttl span::before {
		left: 0;
	}
	#reason .reasonlist .reasonitem .detail_listItem .ttl span::after {
		right: 0;
	}
	#reason .reasonlist .reasonitem .detail_list .txt2 {
		font-size: clamp(18px, 3.5928vw, 28px);
		width: 100%;
		max-width: none;
		min-width: none;
		height: 140px;
		padding: 20px;
	}
	#reason .reasonlist .reasonitem .detail_list .txt2 span {
		font-size: 14px;
		font-weight: 500;
	}
	#reason .reasonlist .reasonitem .detail_list .txt2 span br {
		display: block;
	}
	#reason .reasonlist .reasonitem .opt_list {
		width: 96%;
		max-width: 1000px;
		justify-content: center;
	}
	#reason .reasonlist .reasonitem .opt_list h5 {
		padding: 1.0rem 2rem;
	}
	#reason .reasonlist .reasonitem .opt_list h5 span.h5 {
		font-size: clamp(20px, 3.9920vw, 22px);
	}
	#reason .reasonlist .reasonitem .opt_list h5 span.h5 span.h5plus {
		font-size: clamp(13px, 2.5948vw, 16px);
	}
	#reason .reasonlist .reasonitem .opt_listItem {
		width: 12.78%;
		min-width: 86px;
	}
	#reason .reasonlist .reasonitem .opt_listItem .ttl {
		font-size: 14px;
	}
	#reason .reasonlist .reasonitem .box2 {
		width: 96%;
		max-width: 1000px;
		padding: 0 0 40px 0;
		flex-direction: column-reverse;
	}
	#reason .reasonlist .reasonitem .box2 .text {
		width: 80%;
		margin: 0 auto;
	}
	#reason .reasonlist .reasonitem .box2 .text.pgr {
		padding: 0;
	}
	#reason .reasonlist .reasonitem .box2 .text h3 {
		font-size: 22px;
		line-height: 1.6;
		margin: 0 0 15px 0;
		padding: 0 0 15px 0;
	}
	#reason .reasonlist .reasonitem .box2 .text p {
		font-size: 16px;
		line-height: 1.6;
	}
	#reason .reasonlist .reasonitem .box2 .image {
		width: 80%;
		margin: 0 auto 20px auto;
	}
	.custom-btn {
		width: 100%;
		max-width: 400px;
		padding: 5px 45px;
		font-size: 16px;
	}
	#reason .reasonlist .reasonitem .box2_child1 {
		width: 96%;
		max-width: 1100px;
		flex-direction: column;
		padding: 40px 0 0 0;
		border-bottom: none;
	}
	#reason .reasonlist .reasonitem .box2_child1 .image {
		width: 56%;
		max-width: 270px;
		margin: 0 auto 20px auto;
	}
	#reason .reasonlist .reasonitem .box2_child1 .image:after {
		content: none;
	}
	#reason .reasonlist .reasonitem .box2_child1 .text {
		width: 80%;
		margin: 0 auto;
	}
	#reason .reasonlist .reasonitem .box2_child1 .text p {
		font-size: 16px;
		line-height: 1.6;
	}
	#reason .reasonlist .reasonitem .box3 {
		width: 96%;
		max-width: 1000px;
		flex-direction: column-reverse;
	}
	#reason .reasonlist .reasonitem .box3 .image {
		width: 80%;
		max-width: 450px;
	}
	#reason .reasonlist .reasonitem .box3 .text {
		width: 80%;
		padding: 40px 0 30px 0;
	}
	#reason .reasonlist .reasonitem .box3 .text h3 {
		font-size: 22px;
		line-height: 1.6;
		margin: 0 0 15px 0;
		padding: 0 0 15px 0;
	}
	#reason .reasonlist .reasonitem .box3 .text p {
		font-size: 16px;
		line-height: 1.6;
	}
	#reason .reasonlist .reasonitem .box3_child1 {
		width: 80%;
		max-width: 600px;
		border-radius: 30px;
	}
	#reason .reasonlist .reasonitem .box3_child1 .child3item .text h3 {
		line-height: 1.6;
	}
	#reason .reasonlist .reasonitem .box3_child1 .child3item .text p {
		line-height: 1.6;
	}
	#reason .reasonlist .reasonitem .box4 {
		width: 96%;
		max-width: 1000px;
	}
	#reason .reasonlist .reasonitem .box4 h3 span {
		font-size: 22px;
	}
	#reason .reasonlist .reasonitem .box4 p {
		font-size: 16px;
		width: 90%;
	}
	#reason .reasonlist .reasonitem .box4 ul {
		width: 90%;
		max-width: 600px;
		margin: 40px auto 0 auto;
	}
	#reason .reasonlist .reasonitem .box4 ul h4 span {
		font-size: 22px;
	}
	#reason .reasonlist .reasonitem .box4 ul .adv {
		width: 100%;
		border: 1px solid #dcdcdc;
	}
	#reason .reasonlist .reasonitem .box4 ul .adv .itemttl .adv01 {
		width: 45px;
		min-width: 45px;
		height: 50px;
		margin: 0 7px 0 0;
	}
	#reason .reasonlist .reasonitem .box4 ul .adv .itemttl .adv01 span {
		font-size: 26px;
	}
	#reason .reasonlist .reasonitem .box4 ul .adv .itemttl h4 {
		font-size: 18px;
		line-height: 1.3;
	}
	#reason .reasonlist .reasonitem .box4 ul .adv .itemtxt {
		padding: 20px 10px;
	}
	#reason .reasonlist .reasonitem .box4 ul .adv .itemtxt p {
		font-size: 16px;
		line-height: 1.6;
		width: 100%;
	}
}

@media screen and (max-width:500px){
	#reason .reasonlist .reasonitem .ttlarea .ttlbox .frame {
		height: 210px;
	}
	#reason .reasonlist .reasonitem .ttlarea .ttlbox .ttltxt .h2 {
		font-size: 24px;
		margin: 0 0 10px 0;
		padding: 0 0 7px 0;
	}
	#reason .reasonlist .reasonitem .ttlarea .ttlbox .ttltxt p {
		font-size: 16px;
	}
	#reason .reasonlist .reasonitem .plancnt h3 {
		font-size: 18px;
		letter-spacing: -1px;
	}
	#reason .reasonlist .reasonitem .plancnt .plannavi li a h4 {
		font-size: 22px;
		line-height: 36px;
	}
	#reason .reasonlist .reasonitem .plancnt .plannavi li a .planflex {
		align-items: center;
	}
	#reason .reasonlist .reasonitem .plancnt .plannavi li a .planflex .mori {
		width: 45%;
		height: 100%;
	}
	#reason .reasonlist .reasonitem .plancnt .plannavi li a .txtblock {
		padding: 2% 10px;
	}
	#reason .reasonlist .reasonitem .plancnt .plannavi li a .txtblock .total {
		width: 100%;
		height: auto;
		font-size: clamp(13px, 4.0625vw, 15px);
		text-align: center;
		letter-spacing: 2px;
		display: block;
		margin: 2% 0;
		padding: 0 0 2px 0;
	}
	#reason .reasonlist .reasonitem .plancnt .plannavi li a .txtblock .total br {
		display: none;
	}
	#reason .reasonlist .reasonitem .plancnt .plannavi li a .txtblock p .subcst {
		margin: 0 7px 0 5px;
		font-size: clamp(36px, 11.2500vw, 55px);
		vertical-align: baseline;
	}
	#reason .reasonlist .reasonitem .plancnt .plannavi li a .txtblock p {
		font-size: clamp(16px, 5vw, 21px);
		letter-spacing: -1.5px;
		padding: 2% 0 0 0;
	}
	#reason .reasonlist .reasonitem .plancnt .plannavi li a .txtblock .adtax {
		width: 100%;
		margin: 0;
		padding: 2% 0 0 0;
		font-size: clamp(14px, 4.375vw, 17px);
	}
	#reason .reasonlist .reasonitem .plancnt .plannavi li a:after {
		content: none;
	}
	#reason .reasonlist .reasonitem .lineup_listItem .ttlblock {
		padding: 5% 0 2% 0;
	}
	#reason .reasonlist .reasonitem .lineup_listItem .ttlblock .lead .name {
		font-size: clamp(22px, 6.875vw, 25px);
	}
	#reason .reasonlist .reasonitem .lineup_listItem .ttlblock .txtblock {
		align-items: center;
	}
	#reason .reasonlist .reasonitem .lineup_listItem .ttlblock .txtblock .total {
		margin: 0 1% 0 0;
		padding: 2px 8px 4px 8px;
		font-size: clamp(14px, 4.375vw, 18px);
		max-height: 52px;
	}
	#reason .reasonlist .reasonitem .lineup_listItem .ttlblock .txtblock p .subcst {
		font-size: clamp(50px, 15.625vw, 69px);
		line-height: 1;
		margin: 0 10px -10px 15px;
	}
	#reason .reasonlist .reasonitem .lineup_listItem .ttlblock .txtblock p {
		font-size: clamp(22px, 6.8750vw, 29px);
	}
	#reason .reasonlist .reasonitem .lineup_listItem .imgblock img {
		padding: 10px 0 0 0;
	}
	#reason .reasonlist .reasonitem .lineup_listItem .imgblock .addtxt01 {
		top: 0;
		right: 0;
		left: 0;
		text-align: center;
		border-right: 5px solid #36318f;
		border-bottom: 5px solid #36318f;
		border-left: 5px solid #36318f;
	}
	#reason .reasonlist .reasonitem .lineup_listItem .imgblock .addtxt02 {
		font-size: clamp(11px, 3.4375vw, 13px);
		letter-spacing: -0.5px;
		text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
	}
	#reason .reasonlist .reasonitem .detail_list {
		margin: 0 auto 20px auto;
	}
	#reason .reasonlist .reasonitem .detail_list h5 {
		padding: 1rem 1rem;
	}
	#reason .reasonlist .reasonitem .detail_list h5 span.h5 {
		font-size: clamp(16px, 5vw, 18px);
	}
	#reason .reasonlist .reasonitem .detail_listItem {
		width: 31.85%;
		height: 130px;
		margin: 0.74%;
		padding: 2px 5px 10px 5px;
	}
	#reason .reasonlist .reasonitem .detail_listItem .ttl span::before, #reason .reasonlist .reasonitem .detail_listItem .ttl span::after {
		width: 4px;
		border-top: solid 1px #3c2c25;
		border-bottom: solid 1px #3c2c25;
	}
	#reason .reasonlist .reasonitem .detail_listItem .ttl span br {
		display: none;
	}
	#reason .reasonlist .reasonitem .detail_list .txt2 {
		font-size: clamp(17px, 5.3125vw, 18px);
		width: 100%;
		max-width: none;
		min-width: auto;
		height: auto;
		padding: 20px;
	}
	#reason .reasonlist .reasonitem .detail_list .txt2 span br {
		display: none;
	}
	#reason .reasonlist .reasonitem .opt_listItem {
		width: 22.00%;
		min-width: 80px;
	}
	#reason .reasonlist .reasonitem .opt_list h5 {
		line-height: 1;
	}
	#reason .reasonlist .reasonitem .box2 .image {
		height: auto;
	}
	#reason .reasonlist .reasonitem .box2 .image img {
		height: auto;
	}
	#reason .reasonlist .reasonitem .box2 .text {
		width: 90%;
	}
	#reason .reasonlist .reasonitem .box2 .text h3 {
		font-size: 18px;
	}
	#reason .reasonlist .reasonitem .box2 .text p {
		font-size: 15px;
		line-height: 1.8;
		width: 90%;
		margin: 0 auto;
	}
	.custom-btn {
		font-size: 15px;
		width: 90%;
		max-width: 300px;
		padding: 5px 5px;
	}
	#reason .reasonlist .reasonitem .box2_child1 {
		margin: 20px auto 0 auto;
	}
	#reason .reasonlist .reasonitem .box2_child1 .image {
		width: 68%;
		max-width: 270px;
		height: 300px;
	}
	#reason .reasonlist .reasonitem .box2_child1 .image img {
		height: 300px;
	}
	#reason .reasonlist .reasonitem .box2_child1 .text.pgl {
		padding: 0;
	}
	#reason .reasonlist .reasonitem .box2_child1 .text p {
		font-size: 15px;
		line-height: 1.8;
	}
	#reason .reasonlist .reasonitem .box3 .image {
		width: 80%;
		max-width: 270px;
		height: 300px;
	}
	#reason .reasonlist .reasonitem .box3 .image img {
		height: 300px;
	}
	#reason .reasonlist .reasonitem .box3 .text {
		width: 90%;
	}
	#reason .reasonlist .reasonitem .box3 .text h3 {
		font-size: 18px;
	}
	#reason .reasonlist .reasonitem .box3 .text p {
		font-size: 15px;
		line-height: 1.8;
		width: 90%;
		margin: 0 auto;
	}
	#reason .reasonlist .reasonitem .box3_child1 {
		max-width: 450px;
		padding: 20px 30px 30px 30px;
	}
	#reason .reasonlist .reasonitem .box3_child1 .child3item .text h3 {
		font-size: 15px;
		line-height: 1.6;
	}
	#reason .reasonlist .reasonitem .box3_child1 .child3item .text p {
		font-size: 13px;
		line-height: 1.7;
	}
	#reason .reasonlist .reasonitem .box4 h3 {
		font-size: 18px;
		line-height: 1.6;
		width: 80%;
		margin: 0 auto 15px auto;
		padding: 0 0 15px 0;
		text-align: center;
	}
	#reason .reasonlist .reasonitem .box4 h3 span {
		font-size: 18px;
	}
	#reason .reasonlist .reasonitem .box4 p {
		font-size: 15px;
		line-height: 1.8;
		width: 80%;
	}
	#reason .reasonlist .reasonitem .box4 ul h4 span {
		font-size: 18px;
	}
	#reason .reasonlist .reasonitem .box4 ul .adv {
		padding: 10px 20px 20px 20px;
	}
	#reason .reasonlist .reasonitem .box4 ul .adv .itemttl .adv01 {
		height: 45px;
	}
	#reason .reasonlist .reasonitem .box4 ul .adv .itemttl h4 {
		font-size: 17px;
		line-height: 1.3;
	}
	#reason .reasonlist .reasonitem .box4 ul .adv .itemtxt {
		padding: 20px 10px 0 10px;
	}
	#reason .reasonlist .reasonitem .box4 ul .adv .itemtxt p {
		font-size: 15px;
		line-height: 1.6;
		width: 100%;
	}
}




/*==================================================================*/
/*                                                                  */
/* #faq                                                             */
/*                                                                  */
/*==================================================================*/
#faq {
	padding: 130px 0;
	background: #f5f5f5;
}
#faq .inner {
	width: 100%;
	max-width: 1100px;
	padding: 0;
	background: #f5f5f5;
}
#faq .bbgdn {
	text-align: center;
	margin: 0 0 60px 0;
}
#faq .bbgdn .h2ttl {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 34px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0;
	display: inline-block;
	margin: 0 0 30px 0;
	padding: 0 10px 10px 10px;
	position: relative;
}
#faq .bbgdn .h2ttl:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
	background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}
#faq .bbgdn .h2txt {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 20px;
	text-align: center;
	display: block;
	margin: 0;
}
.faq-list {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}
.faq-list__item {
  padding-bottom: 40px;
}
.faq-list .faq-list__item:last-child {
  padding-bottom: 10px;
}
.faq-list__item .tobble_wrap {
  margin-bottom: 20px;
  background: #ffffff;
  border-radius: 10px;
}
.faq-list__item .tobble_wrap:last-child {
  margin-bottom: 0;
}
.faq-list__item .tobble_wrap .toggle_title {
  position: relative;
  padding: 15px 80px 15px 65px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 2;
	letter-spacing: -0.5px;
  cursor: pointer;
  cursor: hand;
}
.faq-list__item .tobble_wrap .toggle_title::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 27px;
  width: 20px;
  height: 29px;
  background: url("../images/icon-q.png") no-repeat center center/contain;
}
.faq-list__item .tobble_wrap .toggle_title::after {
  content: "";
  position: absolute;
  top: 27px;
  right: 30px;
  width: 20px;
  height: 12px;
  background: url("../images/icon-allow.png") no-repeat center
    center/contain;
  transition: 0.5s;
}
.faq-list__item .tobble_wrap .toggle_title.selected::after {
  transform: rotate(180deg);
  transition: 0.5s;
}
.faq-list__item .tobble_wrap .toggle_ans {
  position: relative;
  padding: 0 80px 30px 65px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-size: 20px;
  line-height: 1.8;
	letter-spacing: -0.5px;
  display: none;
  word-break: break-all;
}
.faq-list__item .tobble_wrap .toggle_ans::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 27px;
  width: 20px;
  height: 29px;
  background: url("../images/icon-a.png") no-repeat center center/contain;
}
.faq-list__item .tobble_wrap .toggle_ans a {
  color: #963b87;
  text-decoration: underline;
}
.faqNote {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px 0 0 0;
}
.faqNote .faq_note {
	width: 520px;
	margin: 0 20px 0 0;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 18px;
}
.faqNote .faq_btn {
	display: block;
	width: 400px;
	max-width: 400px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	line-height: 1.4;
	text-align: center;
	margin: 0 10px;
	padding: 20px 20px;
	background: #a466dc;
	border-radius: 60px;
	letter-spacing: 0;
	position: relative;
	box-shadow: 0 2px 4px rgba(125, 55, 4, 0.26);
}
.faqNote .faq_btn:before {
	background-color: initial;
	background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
	border-radius: 60px;
	content: "";
	height: 50%;
	left: 4%;
	opacity: .5;
	position: absolute;
	top: 0;
	transition: all .3s;
	width: 92%;
}
.faqNote .faq_btn:hover {
	color: #a466dc;
	background: #f1f1f1;
}

@media screen and (max-width:1240px){
}

@media screen and (max-width:1024px){
	#faq .inner {
		width: 96%;
		max-width: 1000px;
	}
	.faq-list__item .tobble_wrap .toggle_title {
	  font-size: 20px;
	  line-height: 1.6;
	}
	.faq-list__item .tobble_wrap .toggle_title::before {
	  top: 16px;
	}
	.faq-list__item .tobble_wrap .toggle_ans {
	  line-height: 1.6;
	}
	.faq-list__item .tobble_wrap .toggle_ans::before {
	  top: 1px;
	}
	.faqNote .faq_note {
		font-size: 16px;
		line-height: 1.6;
	}
	.faqNote .faq_btn {
		padding: 30px 20px;
	}
}

@media screen and (max-width: 768px) {
	#faq {
		padding: 80px 0;
	}
	#faq .inner {
		width: 90%;
		max-width: 90%;
		margin: 0 auto;
	}
	#faq h2.h2 {
		font-size: 30px;
		margin-bottom: 60px;
	}
  .faq-list__item {
    padding-bottom: 60px;
  }
  .faq-list__item .tobble_wrap .toggle_title {
    padding: 15px 40px;
    font-size: 14px;
		line-height: 1.4;
    letter-spacing: 0.01em;
  }
  .faq-list__item .tobble_wrap .toggle_title::before,
  .faq-list__item .tobble_wrap .toggle_ans::before {
		top: 0;
		bottom: 0;
    left: 12px;
		margin: auto;
  }
  .faq-list__item .tobble_wrap .toggle_title::after {
		top: 0;
    right: 15px;
		bottom: 0;
		margin: auto;
  }
  .faq-list__item .tobble_wrap .toggle_ans {
    padding: 0 20px 25px 40px;
    font-size: 14px;
    line-height: 1.7;
  }
	.faq-list__item .tobble_wrap .toggle_ans::before {
		top: -4px!important;
		bottom: auto!important;
  }
	.faqNote {
		flex-direction: column;
	}
	.faqNote .faq_note {
		width: 80%;
		max-width: 520px;
		margin: 0 auto 20px auto;
	}
	.faqNote .faq_btn {
		width: 80%;
		max-width: 400px;
		font-size: 18px;
		padding: 25px 20px;
	}
}

@media screen and (max-width:500px){
	#faq {
		padding: 60px 0 40px 0;
	}
	#faq .inner {
		width: 90%;
		margin: 0 auto;
	}
	#faq .h2 {
		margin: 0 auto 30px auto;
	}
	#faq .bbgdn {
		margin: 0 0 30px 0;
	}
	#faq .bbgdn .h2ttl {
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		font-size: 24px;
		font-weight: 700;
		text-align: center;
		letter-spacing: 0;
		display: inline-block;
		margin: 0 0 30px 0;
		padding: 0 10px 10px 10px;
		position: relative;
	}
	#faq .bbgdn .h2txt {
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		font-size: 15px;
		text-align: left;
		display: block;
		margin: 0;
	}
	.faq-list__item .tobble_wrap .toggle_title {
	  padding: 15px 44px 15px 40px;
	  font-size: 15px;
		line-height: 1.4;
		text-align: left;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	.faq-list__item .tobble_wrap .toggle_title::before {
	  top: 16px;
		bottom: auto;
	  left: 16px;
	  width: 16px;
	  height: 18px;
	}
	.faq-list__item .tobble_wrap .toggle_title::after {
	  top: 22px;
		bottom: auto;
	  right: 16px;
	  width: 16px;
	  height: 8px;
	}
	.faq-list__item .tobble_wrap .toggle_ans {
	  padding: 0 24px 30px 40px;
	  font-size: 15px;
	  line-height: 1.4;
	}
	.faq-list__item .tobble_wrap .toggle_ans::before {
	  top: 1px!important;
	  left: 16px;
	  width: 16px;
	  height: 18px;
	}
	.faqNote {
		padding: 30px 0 0 0;
	}
	.faqNote .faq_note {
		font-size: 15px;
	}
	.faqNote .faq_btn {
		display: block;
		width: 90%;
		max-width: 400px;
		font-size: 16px;
		font-weight: 700;
		color: #fff;
		line-height: 1.4;
		text-align: center;
		margin: 0 auto;
		padding: 16px 20px;
		background: #a466dc;
		border-radius: 60px;
		letter-spacing: 0;
		position: relative;
		box-shadow: 0 2px 4px rgba(125, 55, 4, 0.26);
	}
	.faqNote .faq_btn:before {
		background-color: initial;
		background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
		border-radius: 60px;
		content: "";
		height: 50%;
		left: 4%;
		opacity: .5;
		position: absolute;
		top: 0;
		transition: all .3s;
		width: 92%;
	}
	.faqNote .faq_btn:hover {
		color: #a466dc;
		background: #f1f1f1;
	}
}




/*==================================================================*/
/*                                                                  */
/* #contact                                                         */
/*                                                                  */
/*==================================================================*/
#contact {
	padding: 130px 0;
	background: #fff;
}
#contact .inner {
	width: 100%;
	max-width: 900px;
	padding: 0;
}
#contact .bbgdn {
	text-align: center;
	margin: 0 0 60px 0;
}
#contact .bbgdn .h2ttl {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 34px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0;
	display: inline-block;
	margin: 0 0 30px 0;
	padding: 0 10px 10px 10px;
	position: relative;
}
#contact .bbgdn .h2ttl:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
	background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}
#contact .bbgdn .h2txt {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 20px;
	text-align: center;
	display: block;
	margin: 0;
}
.contact_base {
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 0;
}
.contact_base .notice {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 18px;
	text-align: left;
	line-height: 1.6;
	letter-spacing: 0;
	width: 90%;
	margin: 0 auto 10px auto;
	position: relative;
}
.contact_base .notice::before {
	content: "●";
	font-size: 18px;
	text-align: left;
	line-height: 1.6;
	position: absolute;
	top: 0;
	left: -22px;
}
form#mailformpro {
	padding: 0;
}
form#mailformpro .mfp_phase {
}
form#mailformpro dl.mailform{
	clear: both;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 100%;
}
form#mailformpro dl.mailform:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
form#mailformpro dl dt {
	width: 100%;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0;
	padding: 19px 0 5px 20px;
	text-align: left;
	margin: 0px 0 0 0;
	background:none;
	box-sizing: border-box!important;
}
form#mailformpro dl dt.watto {
	padding: 26px 0 26px 20px;
}
form#mailformpro dl dd {
	width: 100%;
	margin: 0px;
	padding: 5px 10px 11px 20px;
	font-size: 20px;
	line-height: 20px;
	text-align: left;
	box-sizing: border-box!important;
}
form#mailformpro dl dd a {
	margin: 5px 0 0 0;
	padding: 0px 0px 0px 0px;
	line-height: 3.0;
}
form#mailformpro dl dd ul,form#mailformpro dl dd ol {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd ul li,form#mailformpro dl dd ol li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
form#mailformpro p {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 15px;
	text-align: left;
	line-height: 2.0;
}
.must {
	display: inline;
	padding: 0;
	font-size: 16px;
	color: #ff0000;
	line-height: 20px;
	margin: 0 0 0 5px;
}
/*== label css ==*/
form#mailformpro label {
	display: block;
	border-radius: 3px;
	margin: 0;
	padding: 10px 0;
}
form#mailformpro label.watto {
	padding: 5px 0;
}
form#mailformpro label.mfp_checked {
	padding: 3px;
	background-color: #E8EEF9;
}
form#mailformpro label.mfp_not_checked {
	padding: 3px;
}
/* confirm css */
#mfp_overlay_inner h4 {
	font-size: 24px;
	font-weight: normal;
	color: #002f56;
	line-height: 3.0rem;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
}
table#mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 1000px;
	margin: 0 auto;
}
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;
	font-size: 16px;
	border-top: solid 1px #CCC;
	padding: 10px 10px;
}
table#mfp_confirm_table tr th {
	white-space: nowrap;
}
table#mfp_confirm_table tr td {
	line-height: 1.5em;
	word-break: break-all;
}
/* confirm.flat css */
div#mfp_phase_confirm {
	clear: both;
}
div#mfp_phase_confirm h4 {
	font-size: 105%;
	font-weight:bold;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
div#mfp_phase_confirm div#mfp_phase_confirm_inner {
}
/* confirm.overlay css */
div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
	width:100%!important;
}
div#mfp_overlay_inner {
	background-color: #FFF;
	padding: 15px;
	margin: 0px auto;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	width: 100%;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
}
div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 10000;
}
/* loading css */
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(../images/mfp_loading.gif);
}
/* error css */
div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	color: #F00;
	font-size: 12px;
	line-height: normal;
	background-image: url(../images/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
.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;
}
/* warning css */
div#mfp_warning {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_warning p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_warning p strong {
	font-size: 18px;
	color: #F00;
}
/* price css */
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;
}
/*== input css ==*/
form#mailformpro input{
	width: 99%;
	background: #f5f5f5;
	border: 1px solid #dcdcdc;
	border-radius: 0;
	webkit-border-radius: 0;
	padding: 15px;
	font-size: 20px;
	font-family:'Noto Sans JP','游ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ','Meiryo',serif;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
form#mailformpro input.watto{
	width: auto;
}
form#mailformpro input.sei,form#mailformpro input.mei{
	width: 36%;
	padding: 15px;
	font-size: 20px;
	font-family:'Noto Sans JP','游ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ','Meiryo',serif;
	vertical-align: middle;
}
form#mailformpro input.yubin{
	width: 36%;
	padding: 7px;
	font-size: 100%;
	vertical-align: middle;
}
form#mailformpro input.checkbox{
	width:auto;
	padding: 7px;
	font-size: 100%;
	vertical-align: middle;
}
form#mailformpro input.checkbox{
	background:#f9f9f9;
	border:1px solid #dcdcdc;
	border-radius:0;
	webkit-border-radius:0;
	padding: 7px;
	font-size: 100%;
	font-family:'Noto Sans JP','游ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ','Meiryo',serif;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
form#mailformpro input.radio{
	display: none;
}
.mfp label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 20px;
	padding: 10px 20px;
	border-radius: 2px;
	color: #3e4956;
	font-size: 15px;
	text-align: center;
	line-height: 1;
}
.mfp label.watto {
	text-align: left;
}
.mfp input[type="radio"]:checked + label:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 6px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-radius: 50%;
	background: #002f56;
}
form#mailformpro textarea {
	width: 99%!important;
	height: 246px!important;
	padding: 15px;
	font-size: 20px;
	font-family:'Noto Sans JP','游ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ','Meiryo',serif;
	vertical-align: middle;
	background: #f5f5f5;
	border:1px solid #dcdcdc;
	border-radius:0;
	webkit-border-radius:0;
	-webkit-appearance:none;
}
form#mailformpro li.pullarea {
	margin:0 0 10px 0;
	padding:0;
	overflow:hidden;
}
form#mailformpro select {
	width: 250px;
	margin:0 0 10px 0;
	padding: 15px;
	vertical-align: middle;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 20px;
	background:#fff;
	border:1px solid #e5e5e5;
	border-radius:0;
	webkit-border-radius:0;
	position: relative;
}
form#mailformpro select:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotate(90deg);
}
/* phase css */
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;
}
ul#mfp_phase_stat li {
	float: left;
	padding: 8px 15px;
	border-radius: 3px;
	margin: 5px;
	list-style: none;
	font-size: 14px;
}
ul#mfp_phase_stat li.mfp_phase_arrow {
	bos-shadow: none;
	padding: 8px 5px;
}
ul#mfp_phase_stat li.mfp_active_phase {
	background-color: #E8EEF9;
	box-shadow: 0px 0px 5px #000;
}
ul#mfp_phase_stat li.mfp_inactive_phase {
	background-color: #CCC;
	color: #666;
	box-shadow: 0px 0px 5px #CCC;
}
/* cart css */
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;
}
/* button css */
div.mfp_buttons {
	clear: both;
	padding: 40px 0 50px 0;
	text-align: center;
}
div.mfp_buttons button#mfp_button_send {
}
div.mfp_buttons button#mfp_button_cancel {
}
div.mfp_buttons button {
	position: relative;
	display: block;
	cursor: pointer;
	font-size: 20px;
	font-weight: 700;
	font-family:'Noto Sans JP','游ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ','Meiryo',serif;
	color: #fff;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0;
	width: 400px;
	margin: 0 auto;
	padding: 20px 20px;
	background: #a466dc;
	box-shadow: 0 2px 4px rgba(125, 55, 4, 0.26);
	border: none;
	border-radius: 60px;
	transition:all 0.3s ease 0s;
}
div.mfp_buttons button:before {
	background-color: initial;
	background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
	border-radius: 60px;
	content: "";
	height: 50%;
	left: 4%;
	opacity: .5;
	position: absolute;
	top: 0;
	transition: all .3s;
	width: 92%;
}
div.mfp_buttons button:hover{
	color: #a466dc;
	background: #f5f5f5;
}
/* mailform css */
body {
	overflow-x: hidden;
}
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;
}

@media screen and (max-width:768px){
	#contact {
		padding: 80px 0;
	}
	#contact h2 {
		font-size: 30px;
	}
	#contact h2 .h2_sub_txt {
		font-size: 18px;
		letter-spacing: 0;
		margin-top: 20px;
	}
	#contact .bbgdn {
		width: 80%;
		margin: 0 auto 60px auto;
	}
	.contact_base {
		width: 90%;
		margin: 0 auto;
	}
	.contact_base .notice {
		font-size: 16px;
		line-height: 1.4;
		width: 80%;
		margin: 0 auto 10px auto;
	}
	.contact_base .notice::before {
		font-size: 16px;
		line-height: 1.4;
		left: -18px;
	}
	form#mailformpro .mfp_phase {
		border: none;
	}
	form#mailformpro dl.mailform{
		clear: both;
		margin:0 auto;
		padding:0;
		text-align:left;
		width:100%;
		border-bottom: 1px dotted #e5e5e5;
	}
	form#mailformpro dl.mailform:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	form#mailformpro dl dt {
		float: none;
		width: 100%;
		font-size: 16px;
		font-weight: 700;
		color: #313131;
		line-height: 20px;
		padding: 15px 10px 4px 10px;
		text-align: left;
		margin: 0px 0 0 0;
		background:none;
		box-sizing: border-box!important;
	}
	form#mailformpro dl dt.watto {
		padding: 26px 0 26px 20px;
	}
	form#mailformpro dl dd {
		float: none;
		width: 100%;
		margin: 0px;
		padding: 4px 10px 15px 10px;
		font-size: 15px;
		line-height: 20px;
		text-align: left;
		background:#ffffff;
		border-left: none;
		box-sizing: border-box!important;
	}
	form#mailformpro dl dd a {
		margin: 5px 0 0 0;
		padding: 0px 0px 0px 0px;
		line-height: 3.0;
	}
	form#mailformpro dl dd ul,form#mailformpro dl dd ol {
		margin: 0px;
		padding: 0px;
	}
	form#mailformpro dl dd ul li,form#mailformpro dl dd ol li {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	.must_n {
		display: block;
		width: 15px;
		margin: 0 2px 0 0;
		padding: 0;
		font-size: 15px;
		color: #ff0000;
		line-height: 2.0;
		float: left;
	}
	.must {
		display: inline;
		font-size: 15px;
		margin: 0 0 0 5px;
	}
	.opt {
		display: block;
		width: 16px;
		padding: 0;
		font-size: 16px;
		color: #525252;
		float: left;
		margin: 0 0px 0 0;
	}
	/*== label css ==*/
	form#mailformpro label {
		display: block;
		border-radius: 3px;
		margin: 0;
		padding: 10px 0;
	}
	form#mailformpro label.watto {
		padding: 5px 0;
	}
	form#mailformpro label.mfp_checked {
		padding: 3px;
		background-color: #E8EEF9;
	}
	form#mailformpro label.mfp_not_checked {
		padding: 3px;
	}
	/* confirm css */
	#mfp_overlay_inner h4 {
		font-size: 24px;
		font-weight: normal;
		color: #002f56;
		line-height: 3.0rem;
		text-align: center;
		margin: 0 0 20px 0;
		padding: 0;
	}
	table#mfp_confirm_table {
		border-spacing: 0px;
		border-collapse: collapse;
		width: 1000px;
		margin: 0 auto;
	}
	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;
		font-size: 16px;
		border-top: solid 1px #CCC;
		padding: 10px 10px;
	}
	table#mfp_confirm_table tr th {
		white-space: nowrap;
	}
	table#mfp_confirm_table tr td {
		line-height: 1.5em;
		word-break: break-all;
	}
	/* confirm.flat css */
	div#mfp_phase_confirm {
		clear: both;
	}
	div#mfp_phase_confirm h4 {
		font-size: 105%;
		font-weight:bold;
		padding: 10px 0px 0px 0px;
		text-align: center;
	}
	div#mfp_phase_confirm div#mfp_phase_confirm_inner {
	}
	/* confirm.overlay css */
	div#mfp_overlay {
		position: absolute;
		display: none;
		z-index: 10001;
		width:100%!important;
	}
	div#mfp_overlay_inner {
		background-color: #FFF;
		padding: 15px;
		margin: 0px auto;
		border-radius: 5px;
		box-shadow: 0px 0px 10px #000;
		width: 100%;
		box-sizing:border-box;
		-webkit-box-sizing: border-box;
	}
	div#mfp_overlay_background {
		background-color: #000;
		position: absolute;
		display: none;
		z-index: 10000;
	}
	/* loading css */
	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(../images/mfp_loading.gif);
	}
	/* error css */
	div.mfp_err {
		clear: both;
		display: none;
		text-align: left;
		margin: 5px 0px 0px 0px;
		padding: 3px 0px 5px 17px;
		color: #F00;
		font-size: 12px;
		line-height: normal;
		background-image: url(../images/mfp_error.gif);
		background-repeat: no-repeat;
		background-position: 0px 1px;
	}
	.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;
	}
	/* warning css */
	div#mfp_warning {
		background-color: #FEE;
		border: solid 1px #F00;
		padding: 10px;
		display: none;
	}
	div#mfp_warning p {
		padding: 0px;
		margin: 0px;
		font-size: 14px;
		text-align: center;
	}
	div#mfp_warning p strong {
		font-size: 18px;
		color: #F00;
	}
	/* price css */
	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;
	}
	/*== input css ==*/
	form#mailformpro input{
		width: 99%;
		background: #f6f5f2;
		border: 1px solid #dcdcdc;
		border-radius: 0;
		webkit-border-radius: 0;
		padding: 7px;
		font-size: 100%;
		font-family:'Noto Sans JP','游ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ','Meiryo',serif;
		vertical-align: middle;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	form#mailformpro input.watto{
		width: auto;
	}
	form#mailformpro input.sei,form#mailformpro input.mei{
		width: 36%;
		padding: 7px;
		font-size: 100%;
		font-family:'Noto Sans JP','游ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ','Meiryo',serif;
		vertical-align: middle;
	}
	form#mailformpro input.yubin{
		width: 36%;
		padding: 7px;
		font-size: 100%;
		vertical-align: middle;
	}
	form#mailformpro input.checkbox{
		width:auto;
		padding: 7px;
		font-size: 100%;
		vertical-align: middle;
	}
	form#mailformpro input.checkbox{
		background:#f9f9f9;
		border:1px solid #dcdcdc;
		border-radius:0;
		webkit-border-radius:0;
		padding: 7px;
		font-size: 100%;
		font-family:'Noto Sans JP','游ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ','Meiryo',serif;
		vertical-align: middle;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	form#mailformpro input.radio{
		display: none;
	}
	.mfp label{
		display: inline-block;
		position: relative;
		cursor: pointer;
		margin-left: 20px;
		padding: 10px 20px;
		border-radius: 2px;
		color: #3e4956;
		font-size: 15px;
		text-align: center;
		line-height: 1;
	}
	.mfp label.watto {
		text-align: left;
	}
	.mfp input[type="radio"]:checked + label:after {
		position: absolute;
		content: "";
		top: 50%;
		left: 6px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		border-radius: 50%;
		background: #002f56;
	}
	form#mailformpro textarea {
		width: 95%!important;
		height: 200px!important;
	}
	form#mailformpro li.pullarea {
		width:166px;
		height:40px;
		margin:0 0 10px 0;
		padding:0;
		overflow:hidden;
	}
	form#mailformpro select {
		width:150px;
		margin:0 0 10px 0;
		padding:7px;
		vertical-align: middle;
		font-family:'Noto Sans JP','游ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ','Meiryo',serif;
		font-size: 14px;
		color: #313131;
		background:#f6f5f2;
		border:1px solid #e5e5e5;
		border-radius:0;
		webkit-border-radius:0;
		position: relative;
	}
	form#mailformpro select:after {
	    content: '';
	    position: absolute;
	    top: 50%;
	    right: 10px;
	    display: block;
	    width: 8px;
	    height: 8px;
	    margin-top: -4px;
	    border-top: 2px solid #333;
	    border-right: 2px solid #333;
	    transform: rotate(90deg);
	}
	/* phase css */
	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;
	}
	ul#mfp_phase_stat li {
		float: left;
		padding: 8px 15px;
		border-radius: 3px;
		margin: 5px;
		list-style: none;
		font-size: 14px;
	}
	ul#mfp_phase_stat li.mfp_phase_arrow {
		bos-shadow: none;
		padding: 8px 5px;
	}
	ul#mfp_phase_stat li.mfp_active_phase {
		background-color: #E8EEF9;
		box-shadow: 0px 0px 5px #000;
	}
	ul#mfp_phase_stat li.mfp_inactive_phase {
		background-color: #CCC;
		color: #666;
		box-shadow: 0px 0px 5px #CCC;
	}
	/* cart css */
	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;
	}
	/* button css */
	div.mfp_buttons {
		padding: 40px 0 20px 0;
	}
	div.mfp_buttons button#mfp_button_send {
	}
	div.mfp_buttons button#mfp_button_cancel {
	}
	div.mfp_buttons button {
		cursor: pointer;
		width: 80%;
		max-width: 400px;
		font-size: 16px;
		font-weight: bold;
		padding: 25px 20px;
		box-shadow: 0px 0px 2px rgba(000,000,000,0.3);
		-moz-box-shadow: 0px 0px 2px rgba(000,000,000,0.3);
		-webkit-box-shadow: 0px 0px 2px rgba(000,000,000,0.3);
		border-radius: 60px;
		-moz-border-radius: 60px;
		-webkit-border-radius: 60px;
		border: none;
		transition:all 0.3s ease 0s;
	}
	div.mfp_buttons button:hover{
		color: #a466dc;
		background-color: #fff;
	}
	/* mailform css */
	body {
		overflow-x: hidden;
	}
	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;
	}
}

@media screen and (max-width:500px){
	#contact {
		padding: 60px 0 40px 0;
	}
	#contact .inner {
		width: 90%;
		max-width: 400px;
		margin: 0 auto;
	}
	#contact .h2 {
		margin-bottom: 30px;
	}
	#contact h2 .h2_sub_txt {
		font-size: 15px;
		letter-spacing: 0;
	}
	#contact .bbgdn {
		margin: 0 auto 30px auto;
	}
	#contact .bbgdn .h2ttl {
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		font-size: 24px;
		font-weight: 700;
		text-align: center;
		letter-spacing: 0;
		display: inline-block;
		margin: 0 0 30px 0;
		padding: 0 10px 10px 10px;
		position: relative;
	}
	#contact .bbgdn .h2txt {
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		font-size: 15px;
		text-align: left;
		display: block;
		margin: 0;
	}
	.contact_base .notice {
		font-size: 15px;
		padding: 0 0 0 18px;
		width: 100%;
	}
	.contact_base .notice::before {
		font-size: 15px;
		left: 0;
	}
	form#mailformpro dl.mailform{
		clear: both;
		margin: 0 auto;
		padding: 0;
		text-align: left;
		width: 100%;
	}
	form#mailformpro dl.mailform:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	form#mailformpro dl dt {
		font-size: 16px;
		padding: 15px 0 5px 20px;
	}
	form#mailformpro dl dt.watto {
		padding: 26px 0 26px 20px;
	}
	form#mailformpro dl dd {
		padding: 5px 10px 15px 20px;
		font-size: 16px;
	}
	form#mailformpro dl dd a {
		margin: 5px 0 0 0;
		padding: 0px 0px 0px 0px;
		line-height: 3.0;
	}
	form#mailformpro dl dd ul,form#mailformpro dl dd ol {
		margin: 0px;
		padding: 0px;
	}
	form#mailformpro dl dd ul li,form#mailformpro dl dd ol li {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	form#mailformpro p {
		margin: 0 0 10px 0;
		padding: 0;
		font-size: 15px;
		text-align: left;
		line-height: 2.0;
	}
	.must {
		float: none;
		display: inline;
		padding: 0;
		font-size: 15px;
		margin: 0 0 0 5px;
	}
	/*== label css ==*/
	form#mailformpro label {
		display: block;
		border-radius: 3px;
		margin: 0;
		padding: 10px 0;
	}
	form#mailformpro label.watto {
		padding: 5px 0;
	}
	form#mailformpro label.mfp_checked {
		padding: 3px;
		background-color: #E8EEF9;
	}
	form#mailformpro label.mfp_not_checked {
		padding: 3px;
	}
	/* confirm css */
	#mfp_overlay_inner h4 {
		font-size: 24px;
		font-weight: normal;
		color: #002f56;
		line-height: 3.0rem;
		text-align: center;
		margin: 0 0 20px 0;
		padding: 0;
	}
	table#mfp_confirm_table {
		border-spacing: 0px;
		border-collapse: collapse;
		width: 1000px;
		margin: 0 auto;
	}
	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;
		font-size: 16px;
		border-top: solid 1px #CCC;
		padding: 10px 10px;
	}
	table#mfp_confirm_table tr th {
		white-space: nowrap;
	}
	table#mfp_confirm_table tr td {
		line-height: 1.5em;
		word-break: break-all;
	}
	/* confirm.flat css */
	div#mfp_phase_confirm {
		clear: both;
	}
	div#mfp_phase_confirm h4 {
		font-size: 105%;
		font-weight:bold;
		padding: 10px 0px 0px 0px;
		text-align: center;
	}
	div#mfp_phase_confirm div#mfp_phase_confirm_inner {
	}
	/* confirm.overlay css */
	div#mfp_overlay {
		position: absolute;
		display: none;
		z-index: 10001;
		width:100%!important;
	}
	div#mfp_overlay_inner {
		background-color: #FFF;
		padding: 15px;
		margin: 0px auto;
		border-radius: 5px;
		box-shadow: 0px 0px 10px #000;
		width: 100%;
		box-sizing:border-box;
		-webkit-box-sizing: border-box;
	}
	div#mfp_overlay_background {
		background-color: #000;
		position: absolute;
		display: none;
		z-index: 10000;
	}
	/* loading css */
	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(../images/mfp_loading.gif);
	}
	/* error css */
	div.mfp_err {
		clear: both;
		display: none;
		text-align: left;
		margin: 5px 0px 0px 0px;
		padding: 3px 0px 5px 17px;
		color: #F00;
		font-size: 12px;
		line-height: normal;
		background-image: url(../images/mfp_error.gif);
		background-repeat: no-repeat;
		background-position: 0px 1px;
	}
	.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;
	}
	/* warning css */
	div#mfp_warning {
		background-color: #FEE;
		border: solid 1px #F00;
		padding: 10px;
		display: none;
	}
	div#mfp_warning p {
		padding: 0px;
		margin: 0px;
		font-size: 14px;
		text-align: center;
	}
	div#mfp_warning p strong {
		font-size: 18px;
		color: #F00;
	}
	/* price css */
	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;
	}
	/*== input css ==*/
	form#mailformpro input{
		padding: 10px 10px 15px 10px;
		font-size: 16px;
	}
	form#mailformpro input.watto{
		width: auto;
	}
	form#mailformpro input.sei,form#mailformpro input.mei{
		width: 44%;
		padding: 10px 10px 15px 10px;
		font-size: 16px;
	}
	form#mailformpro input.yubin{
		width: 36%;
		padding: 7px;
		font-size: 100%;
		vertical-align: middle;
	}
	form#mailformpro input.checkbox{
		width:auto;
		padding: 7px;
		font-size: 100%;
		vertical-align: middle;
	}
	form#mailformpro input.checkbox{
		background:#f9f9f9;
		border:1px solid #dcdcdc;
		border-radius:0;
		webkit-border-radius:0;
		padding: 7px;
		font-size: 100%;
		font-family:'Noto Sans JP','游ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ','Meiryo',serif;
		vertical-align: middle;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	form#mailformpro input.radio{
		display: none;
	}
	.mfp label{
		display: inline-block;
		position: relative;
		cursor: pointer;
		margin-left: 20px;
		padding: 10px 20px;
		border-radius: 2px;
		color: #3e4956;
		font-size: 15px;
		text-align: center;
		line-height: 1;
	}
	.mfp label.watto {
		text-align: left;
	}
	.mfp input[type="radio"]:checked + label:after {
		position: absolute;
		content: "";
		top: 50%;
		left: 6px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		border-radius: 50%;
		background: #002f56;
	}
	form#mailformpro textarea {
		padding: 10px 10px 15px 10px;
		font-size: 16px;
	}
	form#mailformpro li.pullarea {
		width: auto;
		height: auto;
	}
	form#mailformpro select {
		width: 200px;
		margin:0;
		padding: 15px;
		font-size: 16px;
	}
	form#mailformpro select:after {
		content: '';
		position: absolute;
		top: 50%;
		right: 10px;
		display: block;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		border-top: 2px solid #333;
		border-right: 2px solid #333;
		transform: rotate(90deg);
	}
	/* phase css */
	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;
	}
	ul#mfp_phase_stat li {
		float: left;
		padding: 8px 15px;
		border-radius: 3px;
		margin: 5px;
		list-style: none;
		font-size: 14px;
	}
	ul#mfp_phase_stat li.mfp_phase_arrow {
		bos-shadow: none;
		padding: 8px 5px;
	}
	ul#mfp_phase_stat li.mfp_active_phase {
		background-color: #E8EEF9;
		box-shadow: 0px 0px 5px #000;
	}
	ul#mfp_phase_stat li.mfp_inactive_phase {
		background-color: #CCC;
		color: #666;
		box-shadow: 0px 0px 5px #CCC;
	}
	/* cart css */
	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;
	}
	/* button css */
	div.mfp_buttons {
		clear: both;
		padding: 40px 0 50px 0;
		text-align: center;
	}
	div.mfp_buttons button#mfp_button_send {
	}
	div.mfp_buttons button#mfp_button_cancel {
	}
	div.mfp_buttons button {
		position: relative;
		display: block;
		cursor: pointer;
		font-size: 16px;
		font-weight: 700;
		font-family:'Noto Sans JP','游ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ','Meiryo',serif;
		color: #fff;
		text-align: center;
		line-height: 1.4;
		letter-spacing: 0;
		width: 90%;
		max-width: 400px;
		margin: 0 auto;
		padding: 16px 20px;
		background: #a466dc;
		box-shadow: 0 2px 4px rgba(125, 55, 4, 0.26);
		border: none;
		border-radius: 60px;
		transition:all 0.3s ease 0s;
	}
	div.mfp_buttons button:before {
		background-color: initial;
		background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
		border-radius: 60px;
		content: "";
		height: 50%;
		left: 4%;
		opacity: .5;
		position: absolute;
		top: 0;
		transition: all .3s;
		width: 92%;
	}
	div.mfp_buttons button:hover{
		color: #a466dc;
		background-color: #f1f1f1;
	}
	/* mailform css */
	body {
		overflow-x: hidden;
	}
	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;
	}
}




/*==================================================================*/
/*                                                                  */
/* thankspage                                                       */
/*                                                                  */
/*==================================================================*/
#contact.thanks .inner {
	width: 90%;
}
#contact.thanks .bbgdn {
	text-align: center;
	margin: 0 auto 60px auto;
}
#contact.thanks .bbgdn .h2ttl {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 34px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0;
	display: inline-block;
	margin: 0 0 30px 0;
	padding: 0 10px 10px 10px;
	position: relative;
}
#contact.thanks .bbgdn .h2ttl:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
	background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}
#contact.thanks .bbgdn .h2txt {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 20px;
	text-align: left;
	display: block;
	margin: 0;
}
#contact.thanks h2.h2 {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 34px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0;
	display: inline-block;
	margin: 0 auto 40px auto;
	padding: 0 10px 10px 10px;
	position: relative;
}
#contact.thanks h2.h2:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
	background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}
#contact.thanks h2.h2 p.h2_sub_txt {
	font-size: 16px;
	text-align: center;
	display: block;
	margin: 0 auto;
	padding: 0;
}
#contact.thanks p {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 20px;
	margin: 0 0 30px 0;
	padding: 0;
}
#contact.thanks #contactbox_out01 {
	display: block;
	margin: 0 auto;
	padding: 20px;
	border-top: 1px dotted #555;
	border-bottom: 1px dotted #555;
}
#contact.thanks #contactbox_out01 .notice {
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 0 0 0 16px;
	position: relative;
}
#contact.thanks #contactbox_out01 .notice:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
	width: 14px;
	height: 14px;
	background: #a466dc;
	border-radius: 100%;
}
#contact.thanks #contactbox_out02 {
	display: block;
	margin: 0 auto;
	padding: 30px 0 0 0;
}
#contact.thanks #contactbox_out02 .bnav {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
}
#contact.thanks #contactbox_out02 .bnav .bnavbtn {
	display: block;
	width: auto;
	font-size: 18px;
	text-decoration: none;
	margin: 0 10px;
	padding: 10px 20px;
	border: 1px solid #555;
	border-radius: 4px;
}
#contact.thanks #contactbox_out02 .bnav .bnavbtn:hover {
	border: 1px solid #555;
	background: #a466dc;
	color: #fff;
}

@media screen and (max-width:768px){
	#contact.thanks #contactbox_out01 {
		display: block;
		margin: 0 auto;
		padding: 20px 0;
		border-top: 1px dotted #555;
		border-bottom: 1px dotted #555;
	}
	#contact.thanks #contactbox_out01 .inner {
		width: 100%;
	}
	#contact.thanks #contactbox_out02 .inner {
		width: 100%;
	}
	#contact.thanks #contactbox_out02 .bnav .bnavbtn {
		margin: 0 5px;
		padding: 10px 10px;
	}
}

@media screen and (max-width:500px){
	#contact.thanks #contactbox_out02 .bnav {
		flex-wrap: wrap;
	}
	#contact.thanks #contactbox_out02 .bnav .bnavbtn {
		width: 80%;
		max-width: 300px;
		margin: 5px 0;
		text-align: center;
	}
}




/*==================================================================*/
/*                                                                  */
/* #about                                                           */
/*                                                                  */
/*==================================================================*/
#about {
	padding: 100px 0;
	background: #f5f5f5;
}
#about .inner {
	width: 100%;
	max-width: 1100px;
	padding: 0;
}
#about .bbgdn {
	text-align: center;
	margin: 0 0 60px 0;
}
#about .bbgdn .h2ttl {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 34px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0;
	display: inline-block;
	margin: 0 0 30px 0;
	padding: 0 10px 10px 10px;
	position: relative;
}
#about .bbgdn .h2ttl:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
	background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}
#about .box_wrap{
	display: flex;
	justify-content: space-between;
	padding: 0 0 60px;
}
#about .box {
	width: 80%;
	margin: 0 auto;
}
#about .sec-cnt {
	margin: 0;
}
#about .box dl{
	display: flex;
	padding: 13px 18px;
	border-top: 1px solid #e2e2e2;
}
#about .box dl:last-child{
	border-bottom: 1px solid #e2e2e2;
}
#about .box dl dt{
	width: 130px;
	min-width: 130px;
	font-size: 18px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	letter-spacing: -0.5px;
}
#about .box dl dd{
	font-size: 18px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	letter-spacing: -0.5px;
}
#about .box dl dd a {
	font-size: 18px;
	color: #a466dc;
	text-decoration: underline;
}
#about .box dl dd a:hover {
	text-decoration: none;
}
#about .box dl dd ul{
	list-style: none;
}
#about .box dl dd ul li {
	list-style: none;
}
#about .box dl dd ul li ul{
	list-style: none;
}
#about .box dl dd ul li ul li{
	list-style: none;
}
#about .left_box a.tel{
	cursor: default;
	pointer-events: unset;
}
#about .right_box a{
	padding: 0 0 1px;
	border-bottom: 1px solid #000;
	transition: .3s ease;
}
#about .right_box a:hover{
	padding: 0 0 3px;
}
#about .box dl dd ol {
	list-style: none;
}
#about .box dl dd ol li {
	list-style: none;
	margin: 0;
	width: 100%;
}
#about .box dl dd ol li span {
	margin: 0 5px 0 0;
	width: 105px;
	display: inline-block;
	background: #000;
	font-size: 13px;
	color: #fff;
	line-height: 22px;
	text-align: center;
	border-radius: 2px;
}
#about .box dl dd .sp {
	display: none;
}
#about .box .sec-cnt-in {
	margin: 0 0 40px 0;
}
#about .box .sec-cnt-in h4.sectname {
	margin: 0 0 20px 0;
	text-align: left;
}
#about .box .sec-cnt-in h4.sectname span {
	display: block;
	width: 180px;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 7px;
	text-align: center;
	border: 1px solid #000;
}
#about .box .sec-cnt-in ol.sectad {
	margin: 0 0 10px 0;
	padding: 0;
}
#about .box .sec-cnt-in ol.sectad li {
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 0;
}
#about .box .sec-cnt-in .map {
	margin: 20px 0 0 0;
}
#about .box dl dd ul li{
	position: relative;
	padding: 0 0 12px;
	line-height: 24px;
}
#about .box dl dd ul li:last-child{
	padding: 0;
}
#about .box dl dd ul li::before{
	position: absolute;
	left: -20px;
	top: 0;
	content: "・";
}
#about .box dl dd ul li ul li::before{
	content: none;
}
#about iframe{
	width: 100%;
	height: 500px;
}
#about .inner02 {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 60px 0 0 0;
}
#about .facilities {
	width: 100%;
	margin: 0 auto;
	padding: 40px 0 0 0;
}
#about .facilities .bbgdn {
	text-align: center;
	margin: 0 0 60px 0;
}
#about .facilities .bbgdn .h2ttl {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 34px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0;
	display: inline-block;
	margin: 0 0 30px 0;
	padding: 0 10px 10px 10px;
	position: relative;
}
#about .facilities .bbgdn .h2ttl:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
	background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}
#about .facilities .bbgdn .h2txt {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 20px;
	text-align: center;
	display: block;
	margin: 0;
}
#about .facilities ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	margin: 0;
	padding: 0;
}
#about .facilities ul li {
	width: 32%;
	margin: 5px;
	padding: 30px;
	background: #fff;
	box-sizing: border-box;
}
#about .facilities ul li h4 {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	letter-spacing: 0px;
	margin: 0;
	padding: 5px 0;
}
#about .facilities ul li span {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	text-align: left;
	margin: 0;
	padding: 0 10px 2px 10px;
	background: #b184da;
}
#about .facilities ul li p {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 15px;
	font-weight: 700;
	text-align: left;
	margin: 0;
	padding: 0;
}

@media screen and (max-width:1240px){
}

@media screen and (max-width:1024px){
	#about .facilities .bbgdn {
		margin: 0 0 40px 0;
	}
	#about .facilities .bbgdn .h2txt {
		text-align: left;
		text-align: justify;
		text-justify: inter-ideograph;
		line-height: 1.6;
		width: 90%;
		margin: 0 auto;
	}
	#about .facilities ul {
		width: 96%;
		margin: 0 auto;
		align-items: normal;
	}
	#about .facilities ul li {
		width: 30%;
		padding: 20px;
	}
	#about .facilities ul li h4 {
		font-size: 17px;
		line-height: 1.4;
		letter-spacing: -0.5px;
	}
	#about .facilities ul li span {
		font-size: 13px;
		padding: 0 7px 2px 7px;
	}
	#about .facilities ul li p {
		line-height: 1.4;
	}
}

@media screen and (max-width:768px){
	#about {
		padding: 80px 0;
	}
	#about h2.h2 {
		font-size: 30px;
	}
	#about .facilities .bbgdn {
		width: 80%;
		margin: 0 auto 40px auto;
	}
	#about .facilities .bbgdn .h2txt {
		text-align: left;
		text-align: justify;
		text-justify: inter-ideograph;
		line-height: 1.6;
	}
	#about .facilities ul li {
		width: 47%;
	}
	#about .box_wrap{
		padding: 0 0 30px;
	}
	#about .box {
		width: 90%;
		max-width: 600px;
		margin: 0 auto;
	}
	#about .ceoname p {
		text-align: right;
		margin: 10px 0 0 0;
	}
  #about .box dl{
    display: block;
    padding: 10px 15px;
    border-top: 1px solid #e2e2e2;
  }
  #about .right_box dl:last-child{
    border-bottom: 1px solid #e2e2e2;
  }
  #about .box dl dt {
    width: 100%;
		margin: 0 0 5px 0;
		font-weight: bold;
  }
  #about .box dl dt br {
		display: none;
  }
  #about .right_box a{
    padding: 0 0 1px;
    border-bottom: 1px solid #000;
    transition: .3s ease;
  }
  #about .right_box a:hover{
    padding: 0 0 3px;
  }
	#about .box dl dd {
		font-size: 16px;
		line-height: 1.4;
  }
  #about .box dl dd li{
    margin: 0 0 0 1em;
    width: 100%;
  }
  #about .box dl dd ol{
    list-style: none;
  }
  #about .box dl dd ol li{
    list-style: none;
		margin: 0 0 5px 0;
  }
	#about .box dl dd ol li span {
		display: block;
		margin: 0 0 2px 0;
	}
	#about .box dl dd .sp {
		display: none;
	}
	#about .box .sec-cnt-in h4.sectname span {
		width: 140px;
		font-size: 16px;
		padding: 4px;
	}
  #about .box dl dd ul li{
    position: relative;
		margin: 0;
    padding: 0 0 12px 1em;
    line-height: 24px;
  }
  #about .box dl dd ul li:last-child{
    padding: 0;
  }
  #about .box dl dd ul li::before{
    position: absolute;
    left: 0px;
    top: 0;
    content: "・";
  }
	#about .box dl dd ul li ul {
		margin: 0;
		padding: 0;
	}
	#about .box dl dd ul li ul li {
		width: 100%;
		margin: 0;
		padding: 0 0 0 1em!important;
		box-sizing: border-box;
	}
  #about iframe{
    width: 100%;
    height: 250px;
  }
}

@media screen and (max-width:500px){
	#about {
		padding: 60px 0;
	}
	#about .inner {
		width: 90%;
		margin: 0 auto;
	}
	#about .bbgdn {
		margin: 0 auto 10px auto;
	}
	#about .bbgdn .h2ttl {
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		font-size: 24px;
		font-weight: 700;
		text-align: center;
		letter-spacing: 0;
		display: inline-block;
		margin: 0 0 30px 0;
		padding: 0 10px 10px 10px;
		position: relative;
	}
	#about .bbgdn .h2txt {
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		font-size: 15px;
		text-align: left;
		display: block;
		margin: 0;
	}
	#about .sec-cnt {
		width: 100%;
		margin: 0;
	}
	#about .sec-cnt.bd01 {
		margin: 0 0 10px 0;
		border: 2px solid #555;
	}
	#about .box dl{
		flex-wrap: wrap;
	display: flex;
		padding: 13px 10px;
	border-top: 1px solid #e2e2e2;
	}
	#about .box dl:first-child{
		border-top: none;
	}
	#about .box dl:last-child{
		border-bottom: 1px solid #e2e2e2;
	}
	#about .box dl dt{
		width: 100%;
		font-size: 15px;
	}
	#about .box dl dt br {
		display: none;
	}
	#about .box dl dd{
		width: 100%;
		font-size: 15px;
		line-height: 1.6;
	}
	#about .box dl dd a{
		font-size: 15px;
	}
	#about .left_box a.tel{
		cursor: default;
		pointer-events: unset;
	}
	#about .right_box a{
		padding: 0 0 1px;
		border-bottom: 1px solid #000;
		transition: .3s ease;
	}
	#about .right_box a:hover{
		padding: 0 0 3px;
	}
	#about .box dl dd ol {
		list-style: none;
	}
	#about .box dl dd ol li {
		list-style: none;
		margin: 0;
		width: 100%;
	}
	#about .box dl dd ol li span {
		margin: 0 5px 0 0;
		width: 105px;
		display: inline-block;
		background: #000;
		font-size: 13px;
		color: #fff;
		line-height: 22px;
		text-align: center;
		border-radius: 2px;
	}
	#about .box dl dd .sp {
		display: block;
	}
	#about .box .sec-cnt-in {
		margin: 0 0 40px 0;
	}
	#about .box .sec-cnt-in h4.sectname {
		margin: 0 0 20px 0;
		text-align: left;
	}
	#about .box .sec-cnt-in h4.sectname span {
		display: block;
		width: 180px;
		font-size: 20px;
		font-weight: bold;
		margin: 0 0 20px 0;
		padding: 7px;
		text-align: center;
		border: 1px solid #000;
	}
	#about .box .sec-cnt-in ol.sectad {
		margin: 0 0 10px 0;
		padding: 0;
	}
	#about .box .sec-cnt-in ol.sectad li {
		display: inline-block;
		margin: 0 20px 0 0;
		padding: 0;
	}
	#about .box .sec-cnt-in .map {
		margin: 20px 0 0 0;
	}
	#about .box dl dd ul li{
		position: relative;
		padding: 0 0 12px;
		line-height: 24px;
	}
	#about .box dl dd ul li:last-child{
		padding: 0;
	}
	#about .box dl dd ul li::before{
		position: absolute;
		left: -20px;
		top: 0;
		content: "・";
	}
	#about iframe{
		width: 100%;
		height: 500px;
	}
	#about .inner02 {
		width: 90%;
		max-width: 460px;
		margin: 0 auto;
		padding: 40px 0 0 0;
	}
	#about .facilities {
		padding: 30px 0 0 0;
	}
	#about .facilities .bbgdn {
		width: 100%;
		margin: 0 auto 30px auto;
	}
	#about .facilities .bbgdn .h2ttl {
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		font-size: 24px;
		font-weight: 700;
		text-align: center;
		letter-spacing: 0;
		display: inline-block;
		margin: 0 0 30px 0;
		padding: 0 10px 10px 10px;
		position: relative;
	}
	#about .facilities .bbgdn .h2txt {
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		font-size: 15px;
		text-align: left;
		display: block;
		margin: 0 auto 0px auto;
	}
	#about .facilities ul {
		width: 100%;
	}
	#about .facilities ul li {
		width: 47%;
		margin: 1%;
		padding: 15px 10px;
	}
	#about .facilities ul li h4 {
		font-family: 'Noto Sans JP','游ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ','Meiryo',serif;
		font-size: 14px;
		color: #555;
		line-height: 1.2;
		letter-spacing: -0.5px;
	}
	#about .facilities ul li span {
		font-size: 11px;
		letter-spacing: -0.6px;
		padding: 0 3px 2px 3px;
	}
	#about .facilities ul li p {
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		font-size: 14px;
		font-weight: 700;
		text-align: left;
		line-height: 1.2;
		margin: 5px 0 0 0;
		padding: 0;
	}
}




/*==================================================================*/
/*                                                                  */
/* .cv                                                              */
/*                                                                  */
/*==================================================================*/
.cv{
	margin: 0;
	padding: 0;
}
.cv_lead {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0;
	line-height: 1.45;
	margin-bottom: 40px;
}
.cv_btnArea{
	width: 100%;
	max-width: 100%;
	padding: 110px 0;
	text-align: center;
	background-image: url(../images/bgPrd.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.cv_btnArea .ttl{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	line-height: 1.8;
	letter-spacing: 1px;
	margin: 0 0 30px 0;
}
.cv_btnArea .ttl img.logo_ep1{
	width: auto;
	height: 36px;
	margin: 0 10px 5px 0;
	vertical-align: middle;
}
.cv_btnArea .ttl img.logo_ep2{
	width: auto;
	height: 30px;
	margin: 0 5px 7px 0;
	vertical-align: middle;
}
.cv_btnArea .cv_btn{
	max-width: 673px;
	margin: 0 auto;
}
.cv_btnArea .cv_btn a {
	padding: 34px 80px;
	font-size: 2.8rem;
	font-weight: 700;
	color: #003277;
	border-radius: 60px;
	letter-spacing: 0.15em;
	background: #fff;
	border: 1px solid #fff;
}
.cv_btnArea .cv_btn a:hover {
	color: #fff;
	background: #003277;
	border: 1px solid #fff;
}
.cv_btnArea .cv_btn a::before {
	display: none;
}

@media screen and (max-width:1024px){
}

@media screen and (max-width:768px){
	.cv_lead {
		font-size: 3.0rem;
		letter-spacing: 0;
	}
	.cv_btnArea .ttl {
		font-size: 1.8rem;
		letter-spacing: 0;
	}
	.cv_btnArea .cv_btn{
		max-width: 400px;
		margin: 0 auto;
	}
	.cv_btnArea .cv_btn a {
		padding: 34px 80px;
		font-size: 2.8rem;
		font-weight: 700;
		color: #003277;
		border-radius: 60px;
		letter-spacing: 0.10em;
		background: #fff;
		border: 1px solid #fff;
	}
}

@media screen and (max-width:500px){
	.cv_lead {
		font-size: 30px;
		letter-spacing: -0.5px;
		margin-bottom: 20px;
	}
	.cv_lead_small {
		display: block;
		font-size: 20px;
		margin-bottom: 0px;
		letter-spacing: -0.5px;
	}
	.cv_btnArea{
		width: 100%;
		max-width: 100%;
		padding: 60px 20px;
		text-align: center;
		background-image: url(../images/bgPrd_tb.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
	.cv_btnArea .ttl{
		font-size: 15px;
		font-weight: 700;
		color: #fff;
		letter-spacing: 0;
		margin: 0 0 0px 0;
	}
	.cv_btnArea .ttl img.logo_ep1 {
		width: auto;
		height: 32px;
		margin: 0 10px 0px 0;
		vertical-align: text-bottom;
	}
	.cv_btnArea .ttl img.logo_ep2 {
		width: auto;
		height: 34px;
		margin: 0 5px 0px 0;
		vertical-align: text-bottom;
	}
	.cv_btnArea .cv_btn{
		max-width: 673px;
		margin: 0 auto;
	}
	.cv_btnArea .cv_btn a {
		padding: 25px 55px;
		font-size: 1.6rem;
		font-weight: 700;
		color: #003277;
		border-radius: 60px;
		letter-spacing: 0.15em;
		background: #fff;
		border: 1px solid #fff;
	}
	.cv_btnArea .cv_btn a:hover {
		color: #fff;
		background: #003277;
		border: 1px solid #fff;
	}
	.cv_btnArea .cv_btn a::before {
		display: none;
	}
}



.mori_banner {
	width: 100%;
	margin: 0 0 130px 0;
	padding: 0;
}
.mori_banner .box {
	width: 1280px;
	margin: 0 auto;
	padding: 60px 40px 60px 40px;
	background: url("../images/bg_moricard.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.mori_banner .box .addpoint {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mori_banner .box .addpoint .ttladd {
  position: relative;
	z-index: 2;
	width: 90px;
	height: 90px;
	margin: -50px 20px 0 -60px;
	padding: 0;
  background-color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mori_banner .box .addpoint .ttladd::after {
  content: '';
  position: absolute;
	z-index: 1;
  display: block;
  width: 0;
  height: 0;
  right: 5px;
  bottom: 0px;
  border-right: 15px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  transform: rotate( 110deg);
}
.mori_banner .box .addpoint .ttladd span {
	display: block;
	width: 90px;
	margin: 0;
	padding: 0;
	font-size: 26px;
	color: #b184da;
	text-align: center;
	line-height: 1;
	letter-spacing: -2.0px;
	text-shadow: none;
}
.mori_banner .box .addpoint h3 {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 46px;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
	margin: 0 40px 0 0;
	padding: 0;
	text-shadow: 0 0 5px #000;
}
.mori_banner .box .addpoint h3 span {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 60px;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
	margin: 0 4px;
	padding: 0;
	text-shadow: 0 0 5px #000;
}
.mori_banner .box img {
	width: 400px;
	height: auto;
	margin: 0;
	padding: 0;
}
.mori_banner .box .cont {
	width: 100%;
	margin: 0;
	padding: 40px 0 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mori_banner .box .cont .maintxt {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.4;
	letter-spacing: 0;
	width: 600px;
	margin: 0 30px 0 0;
	padding: 0;
	text-shadow: 0 0 5px #000;
}
.mori_banner .box .cont .maintxt span {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 26px;
	font-weight: 700;
	color: #fff;
	line-height: 1.4;
	letter-spacing: 0;
	margin: 0 4px;
	padding: 0;
	text-shadow: 0 0 5px #000;
}
.mori_banner .box .cont .plusone {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.4;
	letter-spacing: 0;
	width: 540px;
	margin: 0;
	padding: 15px 20px;
	border: 1px solid #fff;
	text-shadow: 0 0 5px #000;
}

@media screen and (max-width:1240px){
	.mori_banner {
		width: 96%;
		margin: 0 auto 130px auto;
	}
	.mori_banner .box {
		width: 100%;
		max-width: 1280px;
	}
	.mori_banner .box .addpoint {
		flex-direction: column;
	}
	.mori_banner .box .addpoint .ttladd {
		margin: -20px 0px -10px -50px;
	}
	.mori_banner .box .addpoint h3 {
		font-size: 40px;
		text-align: center;
		margin: 0 0 20px 0;
	}
	.mori_banner .box .addpoint h3 span {
		font-size: 54px;
	}
}

@media screen and (max-width:1024px){
	.mori_banner {
		width: 96%;
		margin: 0 auto 130px auto;
	}
	.mori_banner .box {
		width: 100%;
		max-width: 1280px;
	}
	.mori_banner .box .addpoint {
		flex-direction: column;
	}
	.mori_banner .box .addpoint .ttladd {
		margin: -20px 0px -10px -50px;
	}
	.mori_banner .box .addpoint h3 {
		font-size: 40px;
		text-align: center;
		margin: 0 0 20px 0;
	}
	.mori_banner .box .addpoint h3 span {
		font-size: 54px;
	}
}

@media screen and (max-width:768px){
	.mori_banner .box .addpoint .ttladd {
		margin: -20px 0px -10px -20px;
	}
	.mori_banner .box .addpoint h3 {
		font-size: clamp(28px, 5.5888vw, 38px);
	}
	.mori_banner .box .addpoint h3 span {
		font-size: clamp(50px, 9.9800vw, 54px);
	}
	.mori_banner .box .cont {
		flex-direction: column;
	}
	.mori_banner .box .cont .maintxt {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.mori_banner .box .cont .plusone {
		width: 100%;
	}
}

@media screen and (max-width:500px){
	.mori_banner {
		margin: 0 auto 100px auto;
	}
	.mori_banner .box {
		padding: 50px 20px 40px 20px;
	}
	.mori_banner .box .addpoint h3 {
		font-size: clamp(20px, 6.25vw, 30px);
		letter-spacing: -1px;
		margin: 0 0 10px 0;
	}
	.mori_banner .box .addpoint h3 span {
		font-size: clamp(30px, 9.375vw, 30px);
	}
	.mori_banner .box .addpoint .ttladd {
		position: relative;
		z-index: 2;
		width: 70px;
		height: 70px;
		margin: -40px 0px 0px -20px;
		padding: 0;
		background-color: #fff;
		border-radius: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.mori_banner .box .addpoint .ttladd::after {
		content: '';
		position: absolute;
		z-index: 1;
		display: block;
		width: 0;
		height: 0;
		right: 11px;
		bottom: -2px;
		border-right: 15px solid #fff;
		border-top: 15px solid transparent;
		border-bottom: 15px solid transparent;
		transform: rotate( 120deg);
	}
	.mori_banner .box .addpoint .ttladd span {
		display: block;
		width: 70px;
		margin: 0;
		padding: 0;
		font-size: 20px;
		font-weight: 700;
		color: #b184da;
		text-align: center;
		line-height: 1;
		letter-spacing: -2.0px;
		text-shadow: none;
	}
	.mori_banner .box img {
		width: 70%;
		max-width: 230px;
		height: auto;
		margin: 0 auto;
		padding: 0;
	}
	.mori_banner .box .cont {
		padding: 20px 0 0 0;
	}
	.mori_banner .box .cont .maintxt {
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		font-size: 15px;
		font-weight: 700;
		color: #fff;
		text-align: justify;
		text-justify: inter-ideograph;
		line-height: 1.4;
		letter-spacing: 0;
		margin: 0 auto 10px auto;
		padding: 0;
		text-shadow: 0 0 5px #000;
	}
	.mori_banner .box .cont .maintxt span {
		font-size: 18px;
	}
	.mori_banner .box .cont .plusone {
		font-size: 14px;
		font-weight: 500;
		color: #fff;
		text-align: justify;
		text-justify: inter-ideograph;
		line-height: 1.4;
		letter-spacing: 0;
		width: 100%;
		margin: 0;
		padding: 15px 20px;
		border: 1px solid #fff;
		text-shadow: 0 0 5px #000;
	}
}




/*==================================================================*/
/*                                                                  */
/* .footer                                                          */
/*                                                                  */
/*==================================================================*/
.footer{
	padding: 0 0 100px 0;
	color: #333333;
	background: #f5f5f5;
}
.contact_banner {
	width: 100%;
	background: #e0e6ec;
	margin: 0;
	padding: 0 0 10px 0;
}
.contact_banner .box {
	width: 1000px;
	height: 200px;
	background: none;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.contact_banner .tel {
	width: 50%;
	height: 132px;
	margin: 0;
}
.contact_banner .tel .ttl {
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact_banner .tel .ttl h4 {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 26px;
	font-weight: 500;
	margin: 0;
}
.contact_banner .tel .ttl span {
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 26px;
	margin: 0 0 0 10px;
	padding: 5px 20px;
	border: 1px solid #dcdcdc;
	border-radius: 19px;
	background: #a466dc;
}
.contact_banner .tel .txt {
	display: flex;
	flex-wrap: wrap;
	width: 500px;
	height: auto;
	margin: 0 auto;
	padding: 9px 30px 0 32px;
}
.contact_banner .tel .txt img {
	width: 76px;
	height: auto;
	margin: 4px 40px 0 0;
	padding: 0;
}
.contact_banner .tel .txt a {
	display: block;
	margin: 0;
	padding: 0;
/*	font-family: '游ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ','Meiryo',serif;*/
	font-size: 52px;
	font-weight: 500;
	color: #000;
	line-height: 1;
	letter-spacing: -2px;
	transform: scale(1.2, 1.0);
}
.contact_banner .tel .txt span {
	display: block;
	width: 100%;
	margin: 0px 0 0 0;
	padding: 0;
	font-size: 16px;
	color: #666;
	text-align: right;
	line-height: 1;
	letter-spacing: 14.5px;
}
.contact_banner .bt {
	width: 50%;
	height: 132px;
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.contact_banner .bt h4 {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 26px;
	font-weight: 500;
	margin: 0 0 10px 0;
}
.contact_banner .bt .btn-spc {
	display: block;
	width: 400px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	line-height: 1.4;
	text-align: center;
	margin: 0 10px;
	padding: 20px 20px;
	background: #a466dc;
	border-radius: 60px;
	letter-spacing: 0;
	position: relative;
	box-shadow: 0 2px 4px rgba(125, 55, 4, 0.26);
}
.contact_banner .bt .btn-spc:before {
	background-color: initial;
	background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
	border-radius: 60px;
	content: "";
	height: 50%;
	left: 4%;
	opacity: .5;
	position: absolute;
	top: 0;
	transition: all .3s;
	width: 92%;
}
.contact_banner .bt .btn-spc:hover {
	color: #a466dc;
	background: #f1f1f1;
}
.footer a{
	color: #333333
}
.mn_footer {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.logo_mn {
	width: 120px;
}
.mn_gnav{
	justify-content: center;
	flex-wrap: wrap;
	margin-left: 20px;
}
.mn_gnavItem{
	position: relative;
}
.mn_gnavItem:nth-of-type(n+2)::before{
	content: "";
	position: absolute;
	left:-15px;
	top: 5px;
	width: 1px;
	height:  17px;
	background-color: #333;
}
.mn_gnavItem + .mn_gnavItem{
	margin-left: 30px;
}
.copyRight{
	padding: 10px 0;
	font-size: 1.2rem;
	text-align: center;
}

@media screen and (max-width:1024px){
	.contact_banner {
		width: 100%;
		background: #e0e6ec;
		margin: 0;
		padding: 0 0 10px 0;
	}
	.contact_banner .box {
		width: 96%;
		max-width: 1000px;
		height: 200px;
		background: none;
		margin: 0 auto;
		display: flex;
		align-items: center;
	}
	.contact_banner .tel {
		width: 50%;
		height: 132px;
		margin: 0;
	}
	.contact_banner .tel .ttl {
		margin: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.contact_banner .tel .ttl h4 {
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		font-size: 20px;
		letter-spacing: -1px;
		font-weight: 500;
		margin: 0;
	}
	.contact_banner .tel .ttl span {
		font-size: 14px;
		color: #fff;
		text-align: center;
		line-height: 26px;
		margin: 0 0 0 5px;
		padding: 5px 15px;
		border: 1px solid #dcdcdc;
		border-radius: 19px;
		background: #a466dc;
	}
	.contact_banner .tel .txt {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 2% 5% 0 0;
	}
	.contact_banner .tel .txt img {
		width: 16%;
		max-width: 76px;
		height: auto;
		margin: 1% 14% 0 0;
		padding: 0;
	}
	.contact_banner .tel .txt a {
		display: block;
		margin: 0;
		padding: 0;
		font-size: clamp(41px, 5.3315vw, 51px);
		font-weight: 500;
		color: #000;
		line-height: 1;
		letter-spacing: -2px;
		transform: scale(1.2, 1.0);
		transform-origin: top right;
	}
	.contact_banner .tel .txt span {
		display: block;
		width: 100%;
		margin: 2px 0 0 0;
		padding: 0 2% 0 0;
		font-size: clamp(13px, 1.6905vw, 18px);
		color: #666;
		text-align: right;
		line-height: 1;
		letter-spacing: 9.5px;
	}
	.contact_banner .bt {
		width: 50%;
		height: 132px;
		margin: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.contact_banner .bt h4 {
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		font-size: 20px;
		font-weight: 500;
		margin: 0 0 1% 0;
	}
	.contact_banner .bt .btn-spc {
		display: block;
		width: 96%;
		max-width: 400px;
		font-size: 20px;
		font-weight: 700;
		color: #fff;
		line-height: 1.4;
		text-align: center;
		margin: 0 auto;
		padding: 20px 20px;
		background: #a466dc;
		border-radius: 60px;
		letter-spacing: 0;
		position: relative;
		box-shadow: 0 2px 4px rgba(125, 55, 4, 0.26);
	}
	.contact_banner .bt .btn-spc:before {
		background-color: initial;
		background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
		border-radius: 60px;
		content: "";
		height: 50%;
		left: 4%;
		opacity: .5;
		position: absolute;
		top: 0;
		transition: all .3s;
		width: 92%;
	}
	.contact_banner .bt .btn-spc:hover {
		color: #a466dc;
		background: #f1f1f1;
	}
	.copyRight{
		margin-top: 0;
	}
}

@media screen and (max-width:768px){
	.contact_banner {
		width: 100%;
		background: #e0e6ec;
		margin: 0;
		padding: 0 0 10px 0;
	}
	.contact_banner .box {
		width: 96%;
		max-width: 500px;
		height: 304px;
		padding: 20px 0;
		flex-direction: column;
	}
	.contact_banner .tel {
		width: 100%;
		height: 142px;
		margin: 0 0 5px 0;
		padding: 0 0 5px 0;
		border-bottom: 1px dotted #555;
	}
	.contact_banner .tel .ttl {
		margin: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.contact_banner .tel .ttl h4 {
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		font-size: 20px;
		letter-spacing: -1px;
		font-weight: 500;
		margin: 0;
	}
	.contact_banner .tel .ttl span {
		font-size: 14px;
		color: #fff;
		text-align: center;
		line-height: 26px;
		margin: 0 0 0 5px;
		padding: 5px 15px;
		border: 1px solid #dcdcdc;
		border-radius: 19px;
		background: #a466dc;
	}
	.contact_banner .tel .txt {
		justify-content: center;
		width: 480px;
		margin: 0 auto;
		padding: 2% 0 0 0;
	}
	.contact_banner .tel .txt img {
		width: 76px;
		height: auto;
		margin: 1% 14% 0 0;
		padding: 0;
	}
	.contact_banner .tel .txt a {
		display: block;
		margin: 0;
		padding: 0;
/*		font-size: clamp(50px, 9.9800vw, 61px);*/
		font-size: 50px;
		font-weight: 500;
		color: #000;
		line-height: 1;
		letter-spacing: -2px;
		transform: scale(1.2, 1.0);
		transform-origin: top right;
	}
	.contact_banner .tel .txt span {
		display: block;
		width: 100%;
		margin: 2px 0 0 0;
		padding: 0 8% 0 0;
		font-size: clamp(13px, 1.6905vw, 18px);
		color: #666;
		text-align: right;
		line-height: 1;
		letter-spacing: 12.5px;
	}
	.contact_banner .bt {
		width: 100%;
		height: 132px;
		padding: 5px 0 0 0;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.contact_banner .bt h4 {
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		font-size: 20px;
		font-weight: 500;
		margin: 0 0 5px 0;
	}
	.contact_banner .bt .btn-spc {
		display: block;
		width: 96%;
		max-width: 400px;
		font-size: 20px;
		font-weight: 700;
		color: #fff;
		line-height: 1.4;
		text-align: center;
		margin: 0 auto;
		padding: 20px 20px;
		background: #a466dc;
		border-radius: 60px;
		letter-spacing: 0;
		position: relative;
		box-shadow: 0 2px 4px rgba(125, 55, 4, 0.26);
	}
	.contact_banner .bt .btn-spc:before {
		background-color: initial;
		background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
		border-radius: 60px;
		content: "";
		height: 50%;
		left: 4%;
		opacity: .5;
		position: absolute;
		top: 0;
		transition: all .3s;
		width: 92%;
	}
	.contact_banner .bt .btn-spc:hover {
		color: #a466dc;
		background: #f1f1f1;
	}
	.footer{
		padding: 0 0 124px 0;
	}
	.mn_footer{
		flex-direction: column;
	}
	.mn_gnav {
		margin-left: 0;
		margin-top: 30px;
	}
}

@media screen and (max-width:500px){
	.contact_banner {
		width: 100%;
		background: #e0e6ec;
		margin: 0;
		padding: 0 0 10px 0;
	}
	.contact_banner .box {
		width: 96%;
		max-width: 500px;
		height: 230px;
		padding: 20px 0;
		flex-direction: column;
	}
	.contact_banner .tel {
		width: 100%;
		height: 102px;
		margin: 0 0 5px 0;
		padding: 0 0 5px 0;
		border-bottom: 1px dotted #555;
	}
	.contact_banner .tel .ttl {
		margin: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.contact_banner .tel .ttl h4 {
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		font-size: 16px;
		letter-spacing: -1px;
		font-weight: 500;
		margin: 0;
	}
	.contact_banner .tel .ttl span {
		font-size: 14px;
		color: #fff;
		text-align: center;
		line-height: 30px;
		margin: 0 0 0 5px;
		padding: 0 10px;
		border: 1px solid #dcdcdc;
		border-radius: 19px;
		background: #a466dc;
	}
	.contact_banner .tel .txt {
		width: 100%;
		margin: 4px 0 0 0;
		padding: 0;
	}
	.contact_banner .tel .txt img {
		width: 50px;
		height: auto;
		margin: 1% 44px 0 0;
		padding: 0;
	}
	.contact_banner .tel .txt a {
		display: block;
		margin: 0;
		padding: 0;
		font-size: 34px;
	}
	.contact_banner .tel .txt span {
		font-size: 11px;
		letter-spacing: 7.6px;
		width: 280px;
		margin: 0px auto 0 auto;
		padding: 0 0.5% 0 0;
	}
	.contact_banner .bt {
		width: 100%;
		height: 102px;
		padding: 5px 0 0 0;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.contact_banner .bt h4 {
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		font-size: 16px;
		font-weight: 500;
		margin: 0 0 5px 0;
	}
	.contact_banner .bt .btn-spc {
		display: block;
		width: 90%;
		max-width: 280px;
		font-size: 16px;
		font-weight: 700;
		color: #fff;
		line-height: 1.4;
		text-align: center;
		margin: 0 auto;
		padding: 16px 20px;
		background: #a466dc;
		border-radius: 60px;
		letter-spacing: 0;
		position: relative;
		box-shadow: 0 2px 4px rgba(125, 55, 4, 0.26);
	}
	.contact_banner .bt .btn-spc:before {
		background-color: initial;
		background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
		border-radius: 60px;
		content: "";
		height: 50%;
		left: 4%;
		opacity: .5;
		position: absolute;
		top: 0;
		transition: all .3s;
		width: 92%;
	}
	.contact_banner .bt .btn-spc:hover {
		color: #a466dc;
		background: #f1f1f1;
	}
	.mn_gnavItem{
		width: 100%;
		margin-left: 30px;
	}
	.mn_gnavItem:nth-of-type(n+1)::before{
		content: "";
		position: absolute;
		left:-15px;
		top:7px;
		display: inline-block;
		width: 0;
		height: 0;
		border-style: solid;
		border-color: transparent transparent transparent #333;
		border-width: 5px 0 5px 7px;
		background-color: transparent;
	}
	.mn_gnavItem + .mn_gnavItem{
		margin-top: 10px;
	}
	.copyRight{
		padding: 10px 0;
		font-size: 10px;
		text-align: center;
	}
}




/*==================================================================*/
/*                                                                  */
/* #pageTop                                                         */
/*                                                                  */
/*==================================================================*/
.pageTop_btn{
	position: fixed;
	top: auto;
	bottom: 100px;
	right: 20px;
	z-index: 1900;
}
.pageTop_btn a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	background:rgba(177,132,218,0.5);
	border-radius: 50%;
	box-shadow: 0 2px 3px rgba(125,55,4,0.24);
}
.pageTop_btn a::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(-90deg);
	display: block;
	width: 9px;
	height: 16px;
	background: url("../images/btn_ic01.svg") no-repeat center / contain;
}

@media screen and (max-width:1296px){
	.pageTop_btn{
		bottom: 130px;
	}
}

@media screen and (max-width:768px){
	.pageTop_btn{
		bottom: 140px;
		right: 10px;
	}
}

