#wrap {
	overflow-x: hidden;
	width: 100%;
	height: 100%;
}

#mainvisual {
	position: relative;
	width: 100%;
	height: auto;
}

#mainvisual img {
	display: block;
	width: 100%;
}

#logo {
	position: absolute;
	left: 10px;
	top: 10px;
}

ul {
	list-style-type: none;
}

ul li {
	list-style-type: none;
}

ul.pc_menu {
	display: flex;
	justify-content: space-between;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

ul.pc_menu li {
	width: 26%;
}

ul.pc_menu li img {
	width: auto !important;
}

ul.pc_menu li:first-child {
	width: 10%;
}

ul.pc_menu li a {
	display: block;
	line-height: 1;
}

#main {
	width: 100%;
	height: 100%;
	background-image: linear-gradient(90deg,
			#ddd9ec 25%, #fff 25%, #fff 50%, #ddd9ec 50%, #ddd9ec 75%, #fff 75%, #fff);
	background-size: 140px 140px;

}

.main_container {
	max-width: 1015px;
	margin: 0 auto;
	position: relative;
	padding: 55px 0 0 0;
	z-index: 99;
	margin-bottom: 70px;
}

.main_container:after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url("../images/wave.svg");
	z-index: 1;

}

.main_inner {
	position: relative;
	z-index: 999;
	padding-bottom: 55px;
}

p.copy {
	display: block;
	line-height: 1.6;
	font-size: 1.9rem;
}

.popup dl {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.popup dl dt {
	width: 22%;
	margin-right: 3%;
	color: #009DE2;
	font-size: 1.4rem;
	text-align: center;
}

.popup dl dd {
	width: 75%;
}

.popup dl ddbutton.is-current {
	background-color: #333;
	color: #fff;
	border-color: #333;
}

.popup dl dt ul {
	background: #fff;
	display: flex;
	border-radius: 999px;
	padding: 4px;
}

.popup ul li {
	width: 50% !important;
	margin-right: 15px;
}

.popup ul li:last-child {
	margin-right: 0;
}

.popup ul button {
	border: none;
	cursor: pointer;
	white-space: normal;
	outline: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	display: block;
	background: #009DE2;
	border: 2px solid #009DE2;
	padding: 12px;
	border-radius: 12px;
	color: #fff;
	line-height: 1;
}

.popup ul button.is-current {
	background: #fff;
	color: #000;
	border: 2px solid #009DE2;
}

.popup ul button:hover {
	background: #fff;
	color: #000;
	border: 2px solid #009DE2;
}


/******************************
about
*****************************/
.about {
	display: block;
	display: flex;
	width: 100%;
	margin-bottom: 60px;
	padding: 0 80px;
}


.about_description {
	width: 60%;
	margin-right: 2%;
}

.about_img {
	width: 38%;
}

.about_description h2 {
	display: block;
	line-height: 1;
	margin-bottom: 20px;
	font-size: 30px;
	border-bottom: 2px dashed #e5006e;
	padding: 10px 0;
}

.midashi {
	display: block;
	color: #931574;
	font-size: 3rem;
	line-height: 1;
}

.story {
	max-width: 860px;
	margin-bottom: 35px;
}

.story_title {
	margin-bottom: 20px;
	line-height: 1;
}

.story .midashi {
	margin-bottom: 20px;
}

.suger {
	position: relative;
	display: flex;
}

.suger_img {
	display: block;
	width: 30%;
	padding-left: 80px;
	margin-right: 10px;
}

.suger_description {
	width: 70%;
}

.suger_description .copy {
	padding-left: 15px;
}

.title_label {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 25px;
}

.title_label span {
	display: inline-block;
	padding: 7px;
	background-color: #e85298;
	color: #fff;
	font-size: 2.1rem;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.1em;
	;
}

.suger_title {
	display: block;
	margin-left: -20px;
	margin-bottom: -35px;
	padding-top: 0;
	margin-top: 40px;
}

.suger_title2 {
	display: block;
	margin-top: -25px;
	margin-bottom: -40px;
}

.suger2 {
	width: 100%;
	display: flex;
}

.suger_img2 {
	display: block;
}

.suger_img2 {
	display: block;
	width: 37%;
	margin-top: -100px;
}

.suger_description2 {
	width: 63%;
}

.suger3 {
	display: flex;
}

.suger_title3 {
	margin-top: -40px;
	display: block;
	line-height: 1;
}

.suger_img3 {
	display: block;
	width: 28%;
	padding-left: 80px;
	margin-right: 10px;
}

.suger_description3 {
	width: 67%;
}

.suger_description3 .title_label {
	margin-top: -35px;
}


.suger_loadmap {
	padding: 0 62px;
	position: relative;
}

.suger_loadmap:before {
	content: url("../images/bg_icon.png");
	position: absolute;
	top: -25px;
	left: -35px;
	width: 100%;
}

.suger_loadmap_img {
	position: relative;
	z-index: 99;
}

.suger_loadmap_title_box {
	display: block;
}

.suger_load_img2 {
	position: absolute;
	right: 55px;
	bottom: -40px;
}

.suger_load_inner {
	max-width: 620px;
	width: 100%;
	margin: 100px auto 0 auto;
}

.area_box {
	display: block;
	margin-top: 20px;
}

.area_col {
	display: flex;
	align-items: center;
	width: 100%;
	border-radius: 0 10px 10px 0;
	margin-bottom: 15px;
	height: 140px;
	overflow: hidden;
}

.title_col {
	width: 25%;
	padding: 50px 15px;
	border-radius: 10px 0 0 10px;
	line-height: 1;
	height: 100%;
}

.title_col img {
	display: block;
	margin: 0 auto;
}

.area_description {
	width: 75%;
	border-radius: 0 10px 10px 0;
	padding: 20px;
	background: #fff;
	display: flex;
	align-items: center;
	line-height: 1;
	height: 100%;
}

#nagasaki_area .title_col {
	background: #931574;
}

#saga_area .title_col {
	background: #9eb03a;
}

#fukuoka_area .title_col {
	background: #5161ab;
}

.area_description ul {
	list-style-type: none;
}

.area_description ul li {
	list-style-type: none;
	margin-bottom: 12px;
	font-size: 1.15rem;
}

.area_description ul li:last-child {
	margin-bottom: 0;
}

.area_description ul li span {
	display: inline-block;
	padding: 4px 8px;
	line-height: 1;
	text-align: center;
	margin-right: 15px;
	color: #fff;
}

#nagasaki_area ul li span {
	background: #931574;
}

#saga_area ul li span {
	background: #9eb03a;
}

#fukuoka_area ul li span {
	background: #5161ab;
}

#detail_btn {
	display: block;
	margin: 0 auto;
	padding: 0 0 70px 0;
	max-width: 845px;
}

#footer {
	display: block;
	width: 100%;
	padding: 60px 0;
	/* background: #fff; */
}

.footer_container {
	display: block;
	max-width: 660px;
	width: 100%;
	margin: 0 auto;
}

#footer p.footer_title {
	display: block;
	font-size: 2.2rem;
	padding-bottom: 5px;
	line-height: 1;
}

#footer p {
	display: block;
	font-size: 1.8rem;
	text-align: center;
}