@charset "utf-8";
/*===================
  LP-PC TOP 2カラム
====================*/
body {
	overflow: hidden;
}
#wrapper {
	height: 100vh;
	display: flex;
	justify-content: center;
	gap: 150px;
	position: relative;
}

@media screen and (max-width:750px) { 
	#wrapper {
		/*display: block;*/
	}
	#wrapper:before {
		content: none;
	}
}

/*== スマホ枠 ==*/
.lp-main {
	width: 490px;
	height: 750px;
	background: #000;
	border-radius: 32px;
	padding: 18px;
	box-sizing: border-box;
	margin-top: 6%;
	margin-left: 100px;
	box-shadow:
	0 16px 32px rgba(0, 0, 0, 0.18),
	0 6px 12px rgba(0, 0, 0, 0.12);
	position: relative;
}
.lp-main .lp-screen {
	background: #fffaf0;
	height: 100%;
	border-radius: 24px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.lp-screen::-webkit-scrollbar {
  width: 10px;
}
.lp-screen::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,.2);
  border-radius: 3px;
}

/*== サイドメニュー ==*/
.lp-side {
	margin-top: 8%;
}
.side_nav {
}
.lp-side .menu_list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.lp-side .menu_list li + li {
	margin-top: 45px;
}
.lp-side .menu_list li a {
	font-size: 24px;
	font-weight: bold;
	color: #b5b5b5;
	text-decoration: none;
	line-height: 1.5;
	position: relative;
}
.lp-side .menu_list li a:before {
	content: "";
	position: absolute;
	top: 8px;
	left: -27px;
	background-image: url(../images/common/pc/icon_green.png);
	background-repeat: no-repeat;
	background-size: 20px;
	width: 20px;
	height: 20px;
	opacity: .5;
}
.lp-side .menu_list li a.is-active {
	color: #2f4f2f;
}
.lp-side .menu_list li a.is-active::before {
	opacity: 1;
}

@media screen and (max-width:750px) { 
	.lp-main {
		width: auto;
		height: auto;
		margin-top: 0;
		margin-left: 0;
		border-radius: 0;
		padding: 0;
		background-color: transparent;
	}
	.lp-main .lp-screen {
		border-radius: initial;
	}
	.lp-side {
		display: none;
	}
}

/*== MV ==*/
.lp-mv {
	margin-top: 30px;
	overflow: hidden;
}
.lp-mv .mv_head {
	padding: 0 5%;
	position: relative;
}
.lp-mv .mv_head:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(../images/top/pc/mv_catch_img.svg);
	background-repeat: no-repeat;
	background-size: 100px;
	width: 100px;
	height: 150px;
}
.lp-mv .mv_head .mv_catch {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	line-height: 2;
	color: #000;
	background-image:
	linear-gradient(transparent 65%, #fff2a8 65%);
	background-repeat: repeat-y;
	background-size: 100% 46px;
}

.lp-mv .mv_img {
	position: relative;
}

/*吹き出し*/
.lp-mv .balloon {
	position: absolute;
	padding: 14px 18px;
	border-radius: 14px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	text-decoration: none;
	color: #333;
	border: 2px solid #5b4a2f;
	box-shadow: 0 4px 0 rgba(0,0,0,.15);
	z-index: 5;
	transition: transform .2s;
	opacity: 0;
	transform: translateY(12px) scale(0.96);
}

/* 表示時 */
.lp-mv .balloon.is-show {
	animation: balloon-pop 0.6s ease-out forwards;
}

/* アニメーション定義 */
@keyframes balloon-pop {
  0% {
    opacity: 0;
    transform: translateY(12px) scale(0.96);
  }
  60% {
    opacity: 1;
    transform: translateY(-4px) scale(1.02);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.lp-mv .b-reason { animation-delay: 1s; }
.lp-mv .b-whatcan { animation-delay: 1.3s; }
.lp-mv .b-howto { animation-delay: 1.5s; }
.lp-mv .b-feature { animation-delay: 1.8s; }

.lp-mv.balloon:hover {
	transform: translateY(-2px);
}

.lp-mv .balloon-blue  { background:#e8f4fb; }
.lp-mv .balloon-beige { background:#f7ecd6; }
.lp-mv .balloon-green { background:#eaf6e3; }
.lp-mv .balloon-pink  { background:#fdecec; }

/* ① この街が生まれた理由 */
.lp-mv .b-reason {
	top: 25px;
	right: 13px;
}
.lp-mv .b-reason.tail-bottom::before,
.lp-mv .b-reason.tail-bottom::after {
	content: "";
	position: absolute;
	left: 30px;
}
.lp-mv .b-reason.tail-bottom::before {
	bottom: -14px;
	border-width: 14px 8px 0;
	border-style: solid;
	border-color: #6b5a3a transparent transparent;
}
.lp-mv .b-reason.tail-bottom::after {
	bottom: -12px;
	border-width: 12px 7px 0;
	border-style: solid;
	border-color: #e9f4fb transparent transparent;
}


/* ② どんなことをする場所 */
.lp-mv .b-whatcan {
	top: 80px;
	left: 35px;
}
.lp-mv .b-whatcan.tail-right::before,
.lp-mv .b-whatcan.tail-right::after {
	content: "";
	position: absolute;
	top: 24px;
	top: 60%;
}
.lp-mv .b-whatcan.tail-right::before {
	right: -14px;
	border-width: 8px 0 8px 14px;
	border-style: solid;
	border-color: transparent transparent transparent #6b5a3a;
}
.lp-mv .b-whatcan.tail-right::after {
	right: -12px;
	border-width: 7px 0 7px 12px;
	border-style: solid;
	border-color: transparent transparent transparent #f7ecd6;
}

/* ③ 参加方法 */
.lp-mv .b-howto {
	bottom: 80px;
	left: 50px;
}
.lp-mv .b-howto.tail-top::after,
.lp-mv .b-howto.tail-top::before {
	content: "";
	position: absolute;
	left: 30px;
	border-style: solid;
}
.lp-mv .b-howto.tail-top::before {
	top: -14px;
	border-width: 0 8px 14px;
	border-color: transparent transparent #6b5a3a;
}
.lp-mv .b-howto.tail-top::after {
	top: -12px;
	border-width: 0 7px 12px;
	border-color: transparent transparent #eaf6e3;
}

/* ④ この街の魅力 */
.lp-mv .b-feature {
	bottom: 80px;
	right: 30px;
}
.lp-mv .b-feature.tail-top::after,
.lp-mv .b-feature.tail-top::before {
	content: "";
	position: absolute;
	right: 10px;
	border-style: solid;
}
.lp-mv .b-feature.tail-top::before {
	top: -14px;
	border-width: 0 8px 14px;
	border-color: transparent transparent #6b5a3a;
}
.lp-mv .b-feature.tail-top::after {
	top: -12px;
	border-width: 0 7px 12px;
	border-color: transparent transparent #fff1dc;
}

@media screen and (max-width:750px) {
	.lp-mv .mv_head:before {
		right: -20px;
	} 
	.lp-mv .mv_head .mv_catch {
		font-size: 20px;
		background-size: 100% 38px;
	}
	.lp-mv .mv_img img {
	  pointer-events: none;
	}
	.lp-mv .balloon {
		padding: 8px 8px;
		border-radius: 8px;
	    line-height: 1.2;
	}
	.lp-mv .b-whatcan {
		top: 70px;
		left: 15px;
	}
	.lp-mv .b-howto {
		bottom: 60px;
		left: 44px;
	}
	.lp-mv .b-feature {
		bottom: 70px;
		right: 25px;
	}
}

/*== ありがとうタウンとは ==*/
.lp-about {}
.lp-about .inner {
	padding-left: 5%;
	padding-right: 5%;
}


@media screen and (max-width:750px) {
	.lp-about h2.ttl_tips {
	    margin-top: 10px;
	}
}

/*== この街が生まれた理由 ==*/
.lp-reason {}
.lp-reason .inner {
	padding-left: 5%;
	padding-right: 5%;
}
.lp-reason ul {
	margin-top: 30px;
}
.lp-reason ul li {
	position: relative;
	padding-left: 18px;
}
.lp-reason ul li + li {
	margin-top: 20px;
}
.lp-reason ul li:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	background-image: url(../images/common/pc/icon_green.png);
	background-repeat: no-repeat;
	background-size: 10px;
	width: 10px;
	height: 10px;
}
.lp-reason ul li span {
  display: inline;
  font-size: 20px;
  line-height: 1.9;
  font-weight: 500;
  background: linear-gradient(
	transparent 65%,
	#fff3a6 65%
  );
}
.lp-reason .sashie {
	position: relative;
	margin-top: 30px;
}
.lp-reason .sashie .reason_img {
	width: 80%;
}
.lp-reason .sashie .fukidashi {
	position: absolute;
	top: -30px;
	right: -15px;
	width: 160px;
}
.lp-reason h3 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}
.lp-reason .concept {
	margin-top: 10px;
}

@media screen and (max-width:750px) { 
	.lp-reason .sashie .fukidashi {
		width: 130px;
	}
	.lp-reason h3 {
		font-size: 20px;
	}
	.lp-reason ul li span {
	    font-size: 18px;
	}
}


/*== どんなことができるの？ ==*/
.lp-whatcan {}
.lp-whatcan .inner {
	padding-left: 5%;
	padding-right: 5%;
}
.lp-whatcan ol {}
.lp-whatcan ol li {
	background-color: #dbdeab;
	height: 65px;
	border-radius: 50px;
	padding-left: 65px;
	position: relative;
}
.lp-whatcan ol li + li {
	margin-top: 30px;
}

.lp-whatcan ol li:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 7px;
	background-repeat: no-repeat;
	background-size: 50px;
	width: 50px;
	height: 50px;
}
.lp-whatcan ol li:nth-child(1):before {
	background-image: url(../images/top/pc/icon_whatcan_01.svg);
}
.lp-whatcan ol li:nth-child(2):before {
	background-image: url(../images/top/pc/icon_whatcan_02.svg);
}
.lp-whatcan ol li:nth-child(3):before {
	background-image: url(../images/top/pc/icon_whatcan_03.svg);
}
.lp-whatcan ol li:nth-child(4):before {
	background-image: url(../images/top/pc/icon_whatcan_04.svg);
}
.lp-whatcan ol li:nth-child(5):before {
	background-image: url(../images/top/pc/icon_whatcan_05.svg);
}

.lp-whatcan ol li p {
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	padding-top: 14px;
}
.lp-whatcan ol li:nth-child(2) p {
	line-height: 65px;
	padding-top: 0;
}
.lp-whatcan ol li span {
	font-size: 14px;
	margin-left: -10px;
}

@media screen and (max-width:750px) { 
	.lp-whatcan ol li p {
		font-size: 18px;
	}
}


/*== 参加方法 ==*/
.lp-howto {}
.lp-howto .inner {
	padding-left: 5%;
	padding-right: 5%;
}
.lp-howto .howto_h3 {
	margin: 20px 0 16px;
	font-size: 22px;
	line-height: 1.8;
	font-weight: bold;
	text-align: center;
}
.lp-howto .howto_h3 span {
	display: inline;
	background: linear-gradient(
	transparent 65%,
	#fff3a6 65%
	);
	padding: 2px 4px;
}

.lp-howto .howto_txt {
	text-align: center;
}
.lp-howto .img_howto {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 140px;
	margin: 20px 0 40px;
	position: relative;
}

.lp-howto .phone {
	width: 130px;
	transform: rotate(0deg) translateY(0);
	transition: transform 0.8s ease, opacity 0.8s ease;
	opacity: 0;
	position: relative;
	border-radius: 25px;
	z-index: 0;
	box-shadow:
	0 10px 20px rgba(0,0,0,.15),
	0 4px 6px rgba(0,0,0,.08);
	transition: transform .6s ease, opacity .6s ease;
}
.lp-howto .phone_left {
	transform-origin: bottom left;
}
.lp-howto .phone_right {
	transform-origin: bottom right;
}
.lp-howto .phone.is-active {
	opacity: 1;
}
.lp-howto .phone_left.is-active {
	transform: rotate(15deg) translateY(-10px);
}
.lp-howto .phone_right.is-active {
	transform: rotate(-15deg) translateY(-10px);
}
.lp-howto .howto_flow {
	position: absolute;
}
.lp-howto .howto_flow img {
	transform: translateY(125px);
	width: 120px;
}

@media screen and (max-width:750px) { 
	.lp-howto .howto_h3 {
		font-size: 20px;
	}
	.lp-howto .phone {
		width: 100px;
	}
	.lp-howto .phone_left.is-active {
		transform: rotate(20deg) translateY(-10px);
	}
	.lp-howto .phone_right.is-active {
		transform: rotate(-20deg) translateY(-10px);
	}
	.lp-howto .howto_flow img {
		transform: translateY(100px);
		width: 100px;
	}
}


/*あなたの役割*/
.lp-howto .role {
	padding: 12px 10px;
	background: #ebebde;
	border: 2px solid #231815;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .15), 0 4px 6px rgba(0, 0, 0, .08);
	margin-top: 80px;
	position: relative;
}
.lp-howto .role:before {
	content: "";
	position: absolute;
	top: -22px;
	left: 47%;
	background-image: url(../images/top/pc/pin_green.svg);
	background-repeat: no-repeat;
	background-size: 28px;
	width: 28px;
	height: 30px;
}
.lp-howto .role .role_inner {
	background: #fff;
	border: 2px solid #231815;
	padding: 20px 15px;
	box-sizing: border-box;
}
.lp-howto .role .role_h3 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

.lp-howto .role ul {
	margin-top: 25px;
}
.lp-howto .role li {
	padding-left: 30px;
	position: relative;
}
.lp-howto .role li + li {
	margin-top: 22px;
}
.lp-howto .role ul li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: 25px;
	width: 25px;
}
.lp-howto .role ul li:nth-child(1):before {
	top: -3px;
	left: 0;
	background-image: url(../images/top/pc/sakura.svg);
	height: 24px;
}
.lp-howto .role ul li:nth-child(2):before {
	top: -3px;
	left: 0;
	background-image: url(../images/top/pc/tsubomi.svg);
	height: 28px;
}
.lp-howto .role ul li:nth-child(3):before {
	top: -3px;
	left: 0;
	background-image: url(../images/top/pc/ribbon.svg);
	height: 24px;
}
.lp-howto .role h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 6px;
}
.lp-howto .role p {
	font-size: 20px;
}

/*GUIDE（誘導ブロック）*/
.lp-howto .guide {
	margin-top: 30px;
	text-align: center;
	position: relative;
}
.lp-howto .guide:before,
.lp-howto .guide:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #2f2f2f;
	opacity: .8;
}
.lp-howto .guide:before {
	margin-bottom: 20px;
}
.lp-howto .guide:after {
	margin-top: 20px;
}
.lp-howto .guide p {
	margin: 0;
	line-height: 1.6;
	text-align: center;
}
.lp-howto .guide p span {
	font-size: 22px;
	font-weight: bold;
}


/*== ありがとうタウンの特徴 ==*/
.lp-features {}
.lp-features .inner {
	padding-left: 5%;
	padding-right: 5%;
}
.lp-features ol {
	margin-top: 30px;
}
.lp-features ol li {
	position: relative;
	padding-left: 18px;
}
.lp-features ol li + li {
	margin-top: 20px;
}
.lp-features ol li:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	background-image: url(../images/common/pc/icon_green.png);
	background-repeat: no-repeat;
	background-size: 10px;
	width: 10px;
	height: 10px;
}
.lp-features ol li span {
  display: inline;
  font-size: 20px;
  line-height: 1.9;
  font-weight: 500;
  background: linear-gradient(
	transparent 65%,
	#fff3a6 65%
  );
}

.features_img {
	max-width: 180px;
	margin: 0 auto;
	margin-top: 30px;
	border-radius: 30px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .15), 0 4px 6px rgba(0, 0, 0, .08);
}

@media screen and (max-width:750px) { 
	.lp-features ol li span {
		font-size: 18px;
	}
}


/*== 街の循環図 ==*/
.lp-citymap {}
.lp-citymap .inner {}
.lp-citymap .intro {
	padding-left: 5%;
	padding-right: 5%;
}
.lp-citymap .intro p {
	font-size: 20px;
	line-height: 1.75;
}
.lp-citymap .img_map {
	margin-top: 30px;
	background-color: #f6e7c7;
	padding: 30px 5%;
	position: relative;
}
.lp-citymap .img_map:before {
	content: "";
	position: absolute;
	bottom: -5px;
	left: -15px;
	background-image: url(../images/top/pc/citymap_img_item.svg);
	background-repeat: no-repeat;
	background-size: 220px;
	width: 220px;
	height: 170px;
}

/* 街の循環図：リスト全体 */
.lp-citymap .citymap_list {
	margin-top: 30px;
	padding-left: 5%;
	padding-right: 5%;
}
.lp-citymap .citymap_list > li + li {
	margin-top: 45px;
}
.lp-citymap .citymap_list img {
	width: 100%;
}
.lp-citymap .citymap_list h3 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 12px;
}
.lp-citymap .citymap_list h3 span {
	font-size: 16px;
}
.lp-citymap .citymap_list p {
	font-size: 18px;
	line-height: 1.8;
	margin: 0 0 12px;
}
.lp-citymap .citymap_list ol {
	list-style: none;
	padding-left: 0;
	margin: 0 0 12px;
}
.lp-citymap .citymap_list ol li {
	position: relative;
	padding-left: 15px;
	margin-bottom: 6px;
	font-size: 18px;
	line-height: 1.7;
}
.lp-citymap .citymap_list ol li:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	background-image: url(../images/common/pc/icon_green.png);
	background-repeat: no-repeat;
	background-size: 10px;
	width: 10px;
	height: 10px;
}
.lp-citymap .citymap_list li:nth-child(3) ol {
	display: flex;
	flex-wrap: wrap;
}
.lp-citymap .citymap_list li:nth-child(3) ol li {
	width: 45%;
}
.lp-citymap .citymap_list > li p:last-child {
	margin-top: 8px;
	font-weight: 500;
}

/* つぼみブロック */
.lp-citymap .tubomi {
	position: relative;
	padding: 150px 0 28px;
	text-align: center;
	background: #fffdf5;
	position: relative;
	z-index: 0;
}
.lp-citymap .tubomi::before {
	content: "";
	position: absolute;
	top: 15px;
	left: 50%;
	transform: translateX(-50%);
	background: url("../images/top/pc/citymap_tubomi.svg");
	background-repeat: no-repeat;
	background-size: 220px;
	width: 220px;
	height: 220px;
	z-index: -1;
}
.lp-citymap .tubomi h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8;
}
.lp-citymap .tubomi h3 span {
	display: inline;
	background-image: linear-gradient(
	transparent 65%,
	#fff3a0 65%
	);
	background-repeat: repeat-x;
	background-size: 100% 1.8em;
	padding: 0 2px;
}

@media screen and (max-width:750px) { 
	.lp-citymap .img_map:before {
		background-size: 200px;
		width: 200px;
		height: 160px;
	}
	.lp-citymap .citymap_list > li + li {
		margin-top: 35px;
	}
	.lp-citymap .citymap_list h3 span {
		font-size: 14px;
	}
	.lp-citymap .tubomi {
		padding: 150px 0 0;
	}
}


/*== ★運営者メッセージ★ ==*/
.lp-message {}
.lp-message .inner {
	padding-left: 5%;
	padding-right: 5%;
}
.lp-message h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 24px 0 12px;
	line-height: 1.6;
}

.lp-message p {
	font-size: 18px;
	line-height: 1.9;
	margin-bottom: 20px;
}
.lp-message .img_phot {
	margin: 24px 0;
	position: relative;
	z-index: 0;
}
.lp-message .img_phot:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	right: 0;
	bottom: 3px;
	transform: rotate(5deg);
	z-index: -1;
}
.lp-message .img_phot:after {
	content: "";
	position: absolute;
	top: -22px;
	left: 47%;
	background-repeat: no-repeat;
	background-size: 28px;
	width: 28px;
	height: 30px;
}
/*赤*/
.lp-message .img_phot.red:before {
	background: #e9546b;
}
.lp-message .img_phot.red:after {
	background-image: url(../images/top/pc/pin_red.svg);
}
/*緑*/
.lp-message .img_phot.green:before {
	background: #9dc93a;
}
.lp-message .img_phot.green:after {
	background-image: url(../images/top/pc/pin_green.svg);
}
/*青*/
.lp-message .img_phot.blue:before {
	background: #4694d1;
}
.lp-message .img_phot.blue:after {
	background-image: url(../images/top/pc/pin_blue.svg);
}
/*オレンジ*/
.lp-message .img_phot.orange:before {
	background: #fabe00;
}
.lp-message .img_phot.orange:after {
	background-image: url(../images/top/pc/pin_orange.svg);
}

.lp-message .img_phot img {
	width: 100%;
}

.lp-message .representative {
	text-align: right;
}
.lp-message .representative .name {
	font-weight: bold;
	font-size: 20px;
	color: #2b8838;
}


/*== 入場ボタン ==*/
.lp-enter {
	padding: 20px 0 80px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.lp-enter a {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0;

	min-width: 220px;
	padding: 15px 28px;

	background: #fff;
	color: #000;
	text-decoration: none;

	border: 3px solid #4a2e12;
	border-radius: 12px;

	font-weight: 700;
	letter-spacing: .05em;

	box-shadow: 0 6px 0 #4a2e12;
	transition: all .2s ease;
}

/* 上段 */
.lp-enter .row1 {
	font-size: 18px;
}

/* 下段（アイコン付き） */
.lp-enter .row2 {
	font-size: 24px;
	position: relative;
	padding-right: 25px;
}

/* → アイコン */
.lp-enter .row2::after {
	content: "";
	position: absolute;
	right: 0;
	top: 45%;
	width: 22px;
	height: 22px;
	transform: translateY(-50%);
	background: url("../images/top/pc/icon_enter.svg") no-repeat center / contain;
}

/* hover */
.lp-enter a:hover {
	transform: translateY(3px);
	box-shadow: 0 3px;
}

@media screen and (max-width:750px) { 
	.lp-enter a {
		min-width: 200px;
		padding: 10px 20px;
	}
}


/* =========================
  SP 固定 入場ボタン
========================= */
.fixed-entry {
	position: absolute;
    left: 110px;
    bottom: 40px;
	z-index: 90;
	transition: opacity .2s, transform .2s;
}
.fixed-entry.is-hide {
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
}
.fixed-entry a {
	display: inline-block;
	min-width: 220px;
	padding: 15px 28px 15px 10px;
	background: #fff;
	color: #000;
	text-decoration: none;
	border: 3px solid #4a2e12;
	border-radius: 12px;
	font-weight: 700;
	letter-spacing: .05em;
	box-shadow: 0 6px 0 #4a2e12;
	transition: all .2s ease;
}

.fixed-entry a:before {
	content: "";
	position: absolute;
    right: 10px;
    top: 30px;
	width: 22px;
	height: 22px;
	transform: translateY(-50%);
	background: url("../images/top/pc/icon_enter.svg") no-repeat center / contain;
}
.fixed-entry:hover {
	transform: translateY(3px);
}

/* PCでは非表示 */
@media screen and (max-width: 751px) {
	.fixed-entry {
		left: 16px;
		bottom: 16px;
	}
}



/* =========================
  利用規約・プライバシーポリシー 共通
========================= */

.lp-terms {
	padding: 80px 20px 120px;
	background: #fff; /* 薄い生成り */
	color: #333;
	font-size: 15px;
	line-height: 1.9;
}

.lp-terms .inner {
	max-width: 800px;
	margin: 0 auto;
}

/* =========================
  ページタイトル
========================= */
.terms-title {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 56px;
	position: relative;
}

.terms-title::after {
	content: "";
	display: block;
	width: 80px;
	height: 2px;
	background: #ccc;
	margin: 24px auto 0;
}

/* =========================
  章ブロック
========================= */
.terms-chapter {
	margin-bottom: 48px;
}

/* =========================
  h3（章タイトル）
  ※ 指定CSSを流用
========================= */
.terms-chapter h3 {
	margin: 40px 0 24px;
	text-align: left;
}

.terms-chapter h3 span,
.terms-chapter h3 {
	display: inline-block;
	width: 80%;
	padding: 12px 24px;
	background: #2f8f3a;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	border-radius: 0 50px 50px 0;
	position: relative;
}

/* =========================
  条文ブロック
========================= */
.terms-article {
	margin-top: 16px;
	padding-left: 8px;
}

.terms-article + .terms-article {
	margin-top: 24px;
}

/* 条タイトル（h4） */
.terms-article h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}

/* =========================
  テキスト・リスト
========================= */
.terms-article p {
	margin-bottom: 12px;
}

.terms-article ul,
.terms-article ol {
	margin: 12px 0 12px 24px;
}

.terms-article ul li,
.terms-article ol li {
	margin-bottom: 6px;
}

/* a, b, c リスト */
.terms-article ol[type="a"] {
	margin-left: 32px;
}

/* 注釈 */
.terms-article .note {
	font-size: 13px;
	color: #666;
}

/* =========================
  フッター
========================= */
.terms-footer {
	margin-top: 64px;
	padding-top: 32px;
	border-top: 1px solid #ddd;
	text-align: center;
	font-size: 14px;
}

.terms-btn {
	margin-top: 24px;
}

.terms-btn .btn {
	display: inline-block;
	padding: 12px 32px;
	border: 1px solid #333;
	border-radius: 6px;
	color: #333;
	text-decoration: none;
	transition: 0.3s;
}

.terms-btn .btn:hover {
	background: #333;
	color: #fff;
}

/* =========================
  SP微調整
========================= */
@media screen and (max-width: 768px) {
	.lp-terms {
		padding: 56px 16px 80px;
	}

	.terms-title {
		font-size: 26px;
	}

	.terms-chapter h3 {
		width: 100%;
		font-size: 18px;
		padding: 10px 20px;
	}

	.lp-terms {
		font-size: 14px;
	}
}
