@charset "utf-8";

/* =========================================
* 共通パーツ
* ======================================== */
html:has(.campaign-lp) {
	scroll-padding-top: 96px;
	/* 追従メニューの高さに応じて適切な値を設定 */
	scroll-behavior: smooth;

	main {
		overflow: clip;
	}

}

body {
	overflow-x: clip;
}

.campaign-lp {
	font-family: "Noto Sans JP", sans-serif;
	margin-top: 65px;
	overflow: clip;
}

.campaign-lp section {
	padding: 72px 0;
}

.campaign-lp a {
	text-decoration: none;
	color: inherit;

	&:hover {
		opacity: 1;
	}
}


.campaign-lp img {
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

.campaign-lp ul li {
	list-style: none;
}

.campaign-lp ol li {
	list-style-type: decimal;
	list-style-position: inside;
}



.campaign-lp .container {
	width: 1080px;
	max-width: 92%;
	display: block;
	margin: auto;
	padding: 0;
	text-align: center;
	position: relative;
}

@media(max-width:768px) {


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

	.sp_none {
		display: none !important;
	}
}

@media(min-width:769px) {
	.pc_none {
		display: none !important;
	}
}

.campaign-lp {
	.txtC {
		text-align: center;
	}

	.txtR {
		text-align: right;
	}

	.txtL {
		text-align: left;
	}

	.txtJ {
		text-align: justify;
	}
}

@media(max-width:768px) {
	.sp_txtC {
		text-align: center;
	}

	.sp_txtR {
		text-align: right;
	}

	.sp_txtL {
		text-align: left;
	}

	.sp_txtJ {
		text-align: justify;
	}
}

.bold {
	font-weight: bold;
}

.txtM {
	vertical-align: middle;
}


.w100 {
	width: 100%;
}

.w20 {
	width: 18%;
}

.w25 {
	width: 23%;
}

.w30 {
	width: 28%;
}

.w40 {
	width: 38%;
}

.w45 {
	width: 43%;
}

.w50 {
	width: 48%;
}

.w60 {
	width: 58%;
}

.w70 {
	width: 68%;
}

.w80 {
	width: 78%;
}

@media(max-width:768px) {

	.w20,
	.w25,
	.w30,
	.w40,
	.w45,
	.w50,
	.w60,
	.w70,
	.w80 {
		width: 100%;
	}
}

/* フレックス
* ---------------------------------- */
.flex {
	display: -ms-flexbox;
	display: flex;
}

.flexR {
	flex-direction: row-reverse;
}

.justC {
	justify-content: center;
}

.justS {
	justify-content: flex-start;
}

.justE {
	justify-content: flex-end;
}

.justB {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.justA {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.flexW {
	flex-wrap: wrap;
}

.alignS {
	align-items: start;
}

.alignC {
	align-items: center;
}

.alignB {
	align-items: flex-end;
}

@media (max-width: 768px) {
	.sp_flclear {
		display: block;
	}

	.sp_flex {
		display: flex;
	}
}

/* 余白
* ---------------------------------- */
.m0auto {
	margin: 0 auto
}

.mb0 {
	margin-bottom: 0;
}

.mb8 {
	margin-bottom: 8px;
}

.mb16 {
	margin-bottom: 16px;
}

.mb24 {
	margin-bottom: 24px;
}

.mb32 {
	margin-bottom: 32px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb48 {
	margin-bottom: 48px;
}

.mb56 {
	margin-bottom: 56px;
}

.mb64 {
	margin-bottom: 64px;
}

.mb72 {
	margin-bottom: 72px;
}

.mb80 {
	margin-bottom: 80px;
}

.mb88 {
	margin-bottom: 88px;
}

.mb96 {
	margin-bottom: 96px;
}

.mb104 {
	margin-bottom: 104px;
}

.mb112 {
	margin-bottom: 112px;
}

.mb120 {
	margin-bottom: 120px;
}

.mt0 {
	margin-top: 0;
}

.mt8 {
	margin-top: 8px;
}

.mt16 {
	margin-top: 16px;
}

.mt24 {
	margin-top: 24px;
}

.mt32 {
	margin-top: 32px;
}

.mt40 {
	margin-top: 40px;
}

.mt48 {
	margin-top: 48px;
}

.mt56 {
	margin-top: 56px;
}

.mt64 {
	margin-top: 64px;
}

.mt72 {
	margin-top: 72px;
}

.mt80 {
	margin-top: 80px;
}

.mt88 {
	margin-top: 88px;
}

.mt96 {
	margin-top: 96px;
}

.mt104 {
	margin-top: 104px;
}

.mt112 {
	margin-top: 112px;
}

.mt120 {
	margin-top: 120px;
}

.mt-8 {
	margin-top: -8px;
}

.mt-16 {
	margin-top: -16px;
}

.mt-24 {
	margin-top: -24px;
}

.mt-32 {
	margin-top: -32px;
}

.mt-40 {
	margin-top: -40px;
}

.mt-48 {
	margin-top: -48px;
}

.mt-56 {
	margin-top: -56px;
}

.mt-64 {
	margin-top: -64px;
}

.mt-72 {
	margin-top: -72px;
}

.mt-80 {
	margin-top: -80px;
}

.mt-88 {
	margin-top: -88px;
}

.mt-96 {
	margin-top: -96px;
}

.mt-104 {
	margin-top: -104px;
}

.mt-112 {
	margin-top: -112px;
}

.mt-120 {
	margin-top: -120px;
}

.mr0 {
	margin-right: 0;
}

.mr8 {
	margin-right: 8px;
}

.mr16 {
	margin-right: 16px;
}

.mr24 {
	margin-right: 24px;
}

.mr32 {
	margin-right: 32px;
}

.mr40 {
	margin-right: 40px;
}

.mr48 {
	margin-right: 48px;
}

.mr56 {
	margin-right: 56px;
}

.mr64 {
	margin-right: 64px;
}

.mr72 {
	margin-right: 72px;
}

.mr80 {
	margin-right: 80px;
}

.mr88 {
	margin-right: 88px;
}

.mr96 {
	margin-right: 96px;
}

.mr104 {
	margin-right: 104px;
}

.mr112 {
	margin-right: 112px;
}

.mr120 {
	margin-right: 120px;
}

.ml0 {
	margin-left: 0;
}

.ml8 {
	margin-left: 8px;
}

.ml16 {
	margin-left: 16px;
}

.ml24 {
	margin-left: 24px;
}

.ml32 {
	margin-left: 32px;
}

.ml40 {
	margin-left: 40px;
}

.ml48 {
	margin-left: 48px;
}

.ml56 {
	margin-left: 56px;
}

.ml64 {
	margin-left: 64px;
}

.ml72 {
	margin-left: 72px;
}

.ml80 {
	margin-left: 80px;
}

.ml88 {
	margin-left: 88px;
}

.ml96 {
	margin-left: 96px;
}

.ml104 {
	margin-left: 104px;
}

.ml112 {
	margin-left: 112px;
}

.ml120 {
	margin-left: 120px;
}

.pd0 {
	padding: 0px;
}

.pd8 {
	padding: 8px;
}

.pd16 {
	padding: 16px;
}

.pd24 {
	padding: 24px;
}

.pd32 {
	padding: 32px;
}

.pd40 {
	padding: 40px;
}

.pt0 {
	padding-top: 0;
}

.pt8 {
	padding-top: 8px;
}

.pt16 {
	padding-top: 16px;
}

.pt24 {
	padding-top: 24px;
}

.pt32 {
	padding-top: 32px;
}

.pt40 {
	padding-top: 40px;
}

.pt48 {
	padding-top: 48px;
}

.pt56 {
	padding-top: 56px;
}

.pt64 {
	padding-top: 64px;
}

.pt72 {
	padding-top: 72px;
}

.pt80 {
	padding-top: 80px;
}

.pt88 {
	padding-top: 88px;
}

.pt96 {
	padding-top: 96px;
}

.pt104 {
	padding-top: 104px;
}

.pt112 {
	padding-top: 112px;
}

.pt120 {
	padding-top: 120px;
}

.pb0 {
	padding-bottom: 0;
}

.pb8 {
	padding-bottom: 8px;
}

.pb16 {
	padding-bottom: 16px;
}

.pb24 {
	padding-bottom: 24px;
}

.pb32 {
	padding-bottom: 32px;
}

.pb40 {
	padding-bottom: 40px;
}

.pb48 {
	padding-bottom: 48px;
}

.pb56 {
	padding-bottom: 56px;
}

.pb64 {
	padding-bottom: 64px;
}

.pb72 {
	padding-bottom: 72px;
}

.pb80 {
	padding-bottom: 80px;
}

.pb88 {
	padding-bottom: 88px;
}

.pb96 {
	padding-bottom: 96px;
}

.pb104 {
	padding-bottom: 104px;
}

.pb112 {
	padding-bottom: 112px;
}

.pb120 {
	padding-bottom: 120px;
}

.pl40 {
	padding-left: 40px;
}

.pr40 {
	padding-right: 40px;
}

@media (max-width: 768px) {
	.sp_mb0 {
		margin-bottom: 0;
	}

	.sp_mt0 {
		margin-top: 0;
	}

	.sp_mr0 {
		margin-right: 0;
	}

	.sp_ml0 {
		margin-left: 0;
	}

	.sp_mb8 {
		margin-bottom: 8px;
	}

	.sp_mb16 {
		margin-bottom: 16px;
	}

	.sp_mb24 {
		margin-bottom: 24px;
	}

	.sp_mb32 {
		margin-bottom: 32px;
	}

	.sp_mb40 {
		margin-bottom: 40px;
	}

	.sp_mb48 {
		margin-bottom: 48px;
	}

	.sp_mb56 {
		margin-bottom: 56px;
	}

	.sp_mb64 {
		margin-bottom: 64px;
	}

	.sp_mb72 {
		margin-bottom: 72px;
	}

	.sp_mt8 {
		margin-top: 8px;
	}

	.sp_mt16 {
		margin-top: 16px;
	}

	.sp_mt24 {
		margin-top: 24px;
	}

	.sp_mt32 {
		margin-top: 32px;
	}

	.sp_mt40 {
		margin-top: 40px;
	}

	.sp_mt48 {
		margin-top: 48px;
	}

	.sp_mt56 {
		margin-top: 56px;
	}

	.sp_mt64 {
		margin-top: 64px;
	}

	.sp_mt72 {
		margin-top: 72px;
	}


	.sp_mr8 {
		margin-right: 8px;
	}

	.sp_mr16 {
		margin-right: 16px;
	}

	.sp_mr24 {
		margin-right: 24px;
	}

	.sp_mr32 {
		margin-right: 32px;
	}

	.sp_mr40 {
		margin-right: 40px;
	}

	.sp_mr48 {
		margin-right: 48px;
	}

	.sp_mr56 {
		margin-right: 56px;
	}

	.sp_mr64 {
		margin-right: 64px;
	}

	.sp_mr72 {
		margin-right: 72px;
	}

	.sp_ml8 {
		margin-left: 8px;
	}

	.sp_ml16 {
		margin-left: 16px;
	}

	.sp_ml24 {
		margin-left: 24px;
	}

	.sp_ml32 {
		margin-left: 32px;
	}

	.sp_ml40 {
		margin-left: 40px;
	}

	.sp_ml48 {
		margin-left: 48px;
	}

	.sp_ml56 {
		margin-left: 56px;
	}

	.sp_ml64 {
		margin-left: 64px;
	}

	.sp_ml72 {
		margin-left: 72px;
	}

	.sp_pb8 {
		padding-bottom: 8px;
	}

	.sp_pb16 {
		padding-bottom: 16px;
	}

	.sp_pb16 {
		padding-bottom: 16px;
	}

	.sp_pb24 {
		padding-bottom: 24px;
	}

	.sp_pb32 {
		padding-bottom: 32px;
	}

	.sp_pb40 {
		padding-bottom: 40px;
	}

	.sp_pb48 {
		padding-bottom: 48px;
	}

	.sp_pb56 {
		padding-bottom: 56px;
	}

	.sp_pb64 {
		padding-bottom: 64px;
	}
}

/*_____テキスト_____*/
.tx7 {
	font-size: 7px;
}

.tx9 {
	font-size: 9px;
	line-height: 170%;
}

.tx10 {
	font-size: 10px;
	line-height: 170%;
}

.tx11 {
	font-size: 11px;
	line-height: 170%;
}

.tx12 {
	font-size: 12px;
	line-height: 170%;
}

.tx13 {
	font-size: 13px;
	line-height: 170%;
}

.tx14 {
	font-size: 14px;
	line-height: 150%;
}

.tx15 {
	font-size: 15px;
	line-height: 150%;
}

.tx16 {
	font-size: 16px;
	line-height: 170%;
}

.tx17 {
	font-size: 17px;
	line-height: 170%;
}

.tx18 {
	font-size: 18px;
	line-height: 170%;
}

.tx19 {
	font-size: 19px;
	line-height: 170%;
}

.tx20 {
	font-size: 20px;
	line-height: 150%;
}

.tx22 {
	font-size: 22px;
	line-height: 150%;
}

.tx23 {
	font-size: 23px;
	line-height: 170%;
}

.tx24 {
	font-size: 24px;
	line-height: 170%;
}

.tx25 {
	font-size: 25px;
	line-height: 170%;
}

.tx26 {
	font-size: 26px;
	line-height: 170%;
}

.tx28 {
	font-size: 28px;
	line-height: 170%;
}

.tx30 {
	font-size: 30px;
	line-height: 150%;
}

.tx32 {
	font-size: 32px;
	line-height: 170%;
}

.tx35 {
	font-size: 35px;
	list-style: 170%;
}

.tx37 {
	font-size: 37px;
	list-style: 170%;
}

.tx39 {
	font-size: 39px;
	line-height: 170%;
}

.tx40 {
	font-size: 40px;
	line-height: 150%;
}

.tx45 {
	font-size: 45px;
	line-height: 150%;
}


.tx56 {
	font-size: 56px;
	line-height: 170%;
}

.tx68 {
	font-size: 68px;
	line-height: 170%;
}

.tx10h {
	font-size: 10px;
	line-height: 200%;
}

.tx11h {
	font-size: 11px;
	line-height: 200%;
}

.tx12h {
	font-size: 12px;
	line-height: 200%;
}

.tx13h {
	font-size: 13px;
	line-height: 200%;
}

.tx14h {
	font-size: 14px;
	line-height: 190%;
}

.tx15h {
	font-size: 15px;
	line-height: 180%;
}

.tx17h {
	font-size: 17px;
	line-height: 200%;
}

.tx18h {
	font-size: 17px;
	line-height: 250%;
}

.tx22h {
	font-size: 22px;
	line-height: 180%;
}

.tx24h {
	font-size: 24px;
	line-height: 200%;
}

@media (max-width: 768px) {
	.sp_tx18 {
		font-size: 18px;
	}

	.sp_tx20 {
		font-size: 20px;
	}

	.sp_tx22 {
		font-size: 22px;
	}

	.sp_tx30 {
		font-size: 30px;
	}

	.sp_tx35 {
		font-size: 35px;
	}
}

/* =========================================
* LP内共通パーツ
* ======================================== */
:root {
	--main-color: #5CC1E2;
	--sub-color: #FF7D88;
	--mics-color: #0068B6;
	--mics-navy: #2B4F7C;
	--mics-yellow: #FFEB2E;
	--mics-orange: #F07C41;
}


/* テキスト・見出し
* ---------------------------------- */
.campaign-lp p,
.campaign-lp ul li {
	font-size: 16px;
	line-height: 175%;
	letter-spacing: 0.64px;
	text-align: justify;
}

.campaign-lp h2 {
	font-size: 36px;
	font-weight: 900;
	line-height: 140%;
	letter-spacing: 1.44px;
}

.campaign-lp h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 150%;
}

.campaign-lp ul.note {
	padding-left: 1.3em;
	text-indent: -1.3em;
}

.campaign-lp p.note {
	font-weight: 700;
	margin-top: 24px;
}

.campaign-lp .note a {
	color: var(--sub-color);
	border-bottom: 1px solid var(--sub-color);
}

.campaign-lp picture {
	display: block;
}

/* 色
* ---------------------------------- */
.mics-color-txt {
	color: var(--mics-color);
}

.red-color-txt {
	color: #E83747;
}

.mics-color-bg {
	background-color: var(--mics-color);
}

/* オブジェクト
* ---------------------------------- */
.white-container {
	padding: 56px;
	border-radius: 40px;
	margin-top: 48px;
	text-align: center;
	background-color: #fff;
	position: relative;
	z-index: 1;
}

.section-midashi-img {
	margin: 0 auto;
}

.mippen-midahsi {
	position: relative;
	width: 100%;
}

/* ボタン
* ---------------------------------- */

/* --- お申し込みボタン --- */
.contact-btn {
	display: flex;
	width: 392px;
	padding: 1em 1.3em;
	align-items: center;
	justify-content: center;
	border-radius: 40px;
	background-color: var(--mics-navy);
	box-shadow: 0 4px 4px 0 #4590AD;
	transition: all .3s;

	p {
		color: #FFF;
		font-size: 24px;
		font-weight: 700;
		line-height: 150%;
		white-space: nowrap;
	}

	&:hover {
		background-color: #fff;
		transition: all .3s;

		p {
			color: var(--mics-navy);
		}
	}
}

.btn-arrow {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 1em;
	margin-left: 8px;

	&::after {
		content: "";
		position: absolute;
		width: 12px;
		height: 12px;
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
		transform: rotate(45deg);
		top: -.4em;
		left: 0;
		transition: all .3s;
	}
}




.contact-btn:hover .btn-arrow::after {
	border-top: 3px solid var(--mics-navy);
	border-right: 3px solid var(--mics-navy);
}

/* =========================================
* ヘッダー
* ======================================== */
header#lp-header {
	background-color: var(--sub-color);
	display: flex;
	align-items: center;
	padding: 10px;
	position: fixed;
	width: 100%;
	z-index: 1000;
	top: 0;
	height: 65px;

	.top-logo {
		min-width: 176px;
		display: block;

		img {
			width: 100%;
		}
	}

	p {
		color: #FFF;
		font-size: 16px;
		font-weight: 700;
		line-height: 140%;
		letter-spacing: 0.64px;
	}

	.header-container {
		width: 1080px;
		max-width: 92%;
		margin: auto;
		display: flex;
		align-items: center;
		gap: 16px;
	}
}



/* =========================================
* メインビジュアル
* ======================================== */
.mv-area {
	position: relative;
	aspect-ratio: 2 / 1;
	width: 100%;

	.mv-img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}

	img {
		vertical-align: bottom;
		width: 100%;
	}
}


/* =========================================
* インターネットをお得に始めるなら今！
* ======================================== */
.campaign-lp .contact-area {
	background-color: var(--main-color);
	position: relative;
	overflow: clip;
	padding: 48px 0px;

	.contact-note {
		max-width: 820px;
		font-weight: 700;
		margin: 16px auto 0 auto;
		color: #fff;
		position: relative;
		z-index: 2;

		&.mics-color-txt {
			color: var(--mics-color);
		}
	}


	h2 {
		color: #fff;
		font-size: min(3.5vw, 36px);
		position: relative;
		z-index: 2;
	}

	.container>.flex {
		gap: 16px;
		max-width: 820px;
	}
}

p.micro-copy {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	line-height: 150%;
	text-align: center;
	display: inline-block;
	margin-bottom: 8px;
	color: #fff;

	&::before,
	&::after {
		position: absolute;
		content: url(../images/icon_line.svg);
	}

	&::before {
		left: -1.5em;
	}

	&::after {
		right: -1.5em;
		transform: scale(-1, 1);
	}
}

.mippen-contact {
	position: absolute;
	bottom: max(-6vw, -56px);
	width: min(18vw, 213px);
}

/* =========================================
* ミクスに乗り換えるなら今がお得！
* ======================================== */
.point-area {
	background: color-mix(in srgb, var(--mics-yellow), transparent 60%);
	position: relative;

	&::before,
	&::after {
		content: "";
		width: 300px;
		height: 100%;
		background-image: url(../images/side_flower_bg.webp);
		background-repeat: repeat-y;
		position: absolute;
		top: 0;
	}

	&::before {
		left: 0;
	}

	&::after {
		right: 0;
	}

	.white-container {
		margin-top: 96px;
	}
}



.point-midashi {
	h2 {
		color: var(--mics-navy);
		position: relative;
		display: inline-block;
		z-index: 2;

		&::before,
		&::after {
			position: absolute;
			content: "";
			aspect-ratio: 9 / 11;
			display: inline-block;
			width: 47.5px;
			background-size: contain;
			background-repeat: no-repeat;
			transform: translateY(-50%);
			top: 50%;
			background-image: url(../images/icon_line01.svg);
		}

		&::before {
			left: -1.5em;
		}

		&::after {
			right: -1.5em;
			transform: scale(-1, 1) translateY(-50%);
		}
	}
}



.anchor-fukidashi {
	position: absolute;
	top: -12px;

	p {
		position: relative;
		background-color: var(--mics-navy);
		border-radius: 14px;
		padding: 2px 16px;
		color: #FFF;
		font-size: min(2vw, 24px);
		font-weight: 900;

		&::after {
			content: "";
			position: absolute;
			top: 87%;
			left: 50%;
			margin-left: -10px;
			border: 10px solid transparent;
			border-top: 20px solid var(--mics-navy);
			transform: rotate(20deg);
		}

		span {
			font-size: 1.6em;
			font-style: normal;
			font-weight: 900;
			vertical-align: baseline;
		}
	}
}



.anchor-wrap {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2.5%;
	margin: 56px auto 136px auto;

	.anchor-col {
		display: grid;
		place-items: center;
		transition: all .2s;
		aspect-ratio: 10 / 9;
		max-width: 240px;
		height: 100%;
		position: relative;
		font-weight: 700;
		position: relative;
		background-size: contain;
		background-repeat: no-repeat;
		transition: all .3s;
		z-index: 2;
		filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));

		.anchor-sticker {
			position: absolute;
			width: min(9.6vw, 104px);
			bottom: max(-5vw, -54px);
			right: max(-1.5vw, -16px);
			transform: rotate(0deg);
			transition: all .5s;
			max-width: 104px;
		}

		&:first-child {
			background-image: url(../images/anchor_bg01.webp);
		}

		&:nth-child(2) {
			background-image: url(../images/anchor_bg02.webp);
		}

		&:nth-child(3) {
			background-image: url(../images/anchor_bg03.webp);
		}

		&:last-child {
			background-image: url(../images/anchor_bg04.webp);
		}

		/* 
		&::after {
			content: "";
			width: min(1.3vw, 14px);
			height: min(1.3vw, 14px);
			border-right: 3px solid var(--mics-navy);
			border-bottom: 3px solid var(--mics-navy);
			transform: rotate(45deg);
			position: absolute;
			bottom: 17%;
			transition: all .3s;
		} */

		&:hover {
			&::after {
				border-right: 3px solid #fff;
				border-bottom: 3px solid #fff;
			}

			.anchor-sticker {
				transform: rotate(20deg);
			}

			&:first-child {
				background-image: url(../images/anchor_bg_hov01.webp);
			}

			&:nth-child(2) {
				background-image: url(../images/anchor_bg_hov02.webp);
			}

			&:nth-child(3) {
				background-image: url(../images/anchor_bg_hov03.webp);
			}

			&:last-child {
				background-image: url(../images/anchor_bg_hov04.webp);
			}
		}

	}
}



.white-container {
	.anchor-fukidashi {
		top: -40px;
		transform: translateX(-50%);
		left: 50%;

		p {
			font-size: 36px;

			&::after {
				top: 92%;
				border-top: 23px solid var(--mics-navy);
			}
		}

	}
}

.tv-net-wrap,
.koji-wrap,
.norikae-wrap,
.roof-wrap {
	box-shadow: 0 4px 4px 0 rgba(146, 214, 225, 0.50);
}

p.koji-txt {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 1.28px;
	line-height: 150%;
	text-align: center;
	margin: 24px 0;

	span {
		border-bottom: 3px solid var(--mics-orange);
	}
}

p.fee-txt {
	text-align: center;
	color: var(--mics-navy);
	font-size: 48px;
	font-weight: 700;
}


.monky-wrench,
.kirakira,
.mippen-muni,
.mippen-good02 {
	position: absolute;
}

.monky-wrench {
	left: 40px;
	top: 64px;
	width: min(15vw, 160px);
}

.mippen-muni {
	right: 6%;
	top: 150px;
	width: min(17vw, 178px);
}


.mippen-good02 {
	transform: translateY(-50%);
	left: min(1vw, 32px);
	top: 55%;
	max-width: 216px;
	width: min(17vw, 216px);
}

.tv-net-wrap {

	.kirakira {
		top: 50px;
		right: min(4vw, 83px);
	}
}

.norikae-wrap {
	.note a {
		color: var(--main-color);
		border-bottom: 1px solid var(--main-color);
	}
}

.koji-wrap {
	picture {
		display: block;
		position: relative;
		z-index: 1;
	}

	.kirakira {
		right: 18%;
		width: 121px;
		top: 60px;
	}

	.note a {
		color: var(--mics-orange);
		border-bottom: 1px solid var(--mics-orange);
	}
}


.mippen-bow {
	position: absolute;
	bottom: 0;
	right: 20px;
	width: min(10vw, 130px);
}


.roof-wrap.white-container .flex {
	gap: 0 1%;
}

/* =========================================
* ミクスはまだまだおトクがたくさん！
* ======================================== */
.otoku-area {
	background-color: #ffdbde;
	background-image: radial-gradient(circle, #ffe9eb 8.5px, transparent 8.5px), radial-gradient(circle, #ffe9eb 8.5px, transparent 8.5px);
	background-position: 0 0, 36.5px 57px;
	background-size: 73px 114px;
	background-repeat: repeat;

	.note a {
		color: var(--mics-orange);
		border-bottom: 1px solid var(--mics-orange);
	}
}

.mippen-kirakira {
	position: absolute;
	right: -32px;
	bottom: max(-12vw, -120px);
	width: min(30vw, 345px);
}

.otoku-wrap {
	display: flex;
	justify-content: center;
	gap: 32px;
}

.mippen-wifi {
	width: 44%;
	max-width: 400px;
	border-radius: 32px;
	aspect-ratio: 40/33;
}

.otoku-img {

	width: 52%;
	max-width: 486px;
}

p.wifi-txt {
	font-size: 28px;
	font-weight: 700;
	line-height: 150%;
	/* 42px */
	color: var(--mics-orange);
	padding: .2em 1em;
	border: 2px solid var(--mics-orange);
	border-radius: 50px;
	display: inline-block;
	margin: 32px auto;
	text-align: center;
}

.otoku-area p.micro-copy {
	position: relative;
	font-size: 36px;
	font-weight: 900;
	line-height: 140%;
	/* 50.4px */
	letter-spacing: 1.44px;
	text-align: center;
	display: inline-block;
	color: var(--mics-navy);

	&::before,
	&::after {
		position: absolute;
		content: url(../images/icon_line02.svg);
	}

	&::before {
		left: -1.2em;
		top: .2em;
	}

	&::after {
		right: -1.2em;
		top: .2em;
		transform: scale(-1, 1);
	}
}




.wifi-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
}

.wifi-col {
	background-color: var(--mics-orange);
	border-radius: 100px;
	width: 176px;
	aspect-ratio: 1 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wifi-col p {
	color: #FFF;
	text-align: center;
	font-size: min(2.4vw, 24px);
	font-weight: 900;
	line-height: 120%;
	/* 28.8px */
}

.career-btn-wrap {
	display: flex;
	justify-content: center;
	gap: 16px;
	margin: 24px 0;
}

.career-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
	width: 230px;
	position: relative;
	border-radius: 24px;
	transition: all .2s;
}

.career-btn.au {
	background: #FA5620;
}

.career-btn.UQ {
	background: #F12189;
}

.career-btn.SB {
	background: #5B6C8F;
}

.career-btn.YB {
	background: #F00;
}

.career-btn.docomo {
	background: #CB0055;
}


.career-btn:hover {
	transition: all .2s;
	opacity: .6 !important;
}

.career-btn p {
	font-size: min(1.5vw, 22px);
	font-weight: 700;
	line-height: 150%;
	text-align: center;
	color: #FFF;
}

.career-btn::after {
	content: "";
	position: absolute;
	width: min(1vw, 14px);
	height: min(1vw, 14px);
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
	right: 14px;
}


/* =========================================
* ミクスは地元だからこその魅力満載！
* ======================================== */
.mippen-wink {
	position: absolute;
	left: -32px;
	bottom: max(-14vw, -138px);
	width: min(32vw, 367px);
}

.charm-area {
	background-color: #d6f3ff;
	background-image: radial-gradient(circle, #eafbff 8.5px, transparent 8.5px), radial-gradient(circle, #eafbff 8.5px, transparent 8.5px);
	background-position: 0 0, 36.5px 57px;
	background-size: 73px 114px;
	background-repeat: repeat;
}

.charm-midashi {
	margin-bottom: 24px;
}

.charm-area h2 {
	font-size: min(4.5vw, 48px);
	font-weight: 900;
	line-height: 140%;
	letter-spacing: 1.92px;
	position: relative;
	z-index: 2;
	color: var(--mics-navy);
}

p.charm-txt {
	font-size: 20px;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 0.8px;
	margin: 32px 0;
	text-align: center;
	position: relative;
	z-index: 2;
}

.charmimg-wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	place-content: center;
	place-items: center;
	max-width: 840px;
	margin: auto;
}

.charmimg-wrap img {
	border-radius: 24px;
}

.new-open-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 8px;
	margin: 56px auto 0 auto;
	width: 100%;
	max-width: 840px;
}

.open-window {
	border: 2px solid var(--mics-orange);
	color: var(--mics-orange);
	padding: 0px 16px;
	position: relative;
	font-weight: 700;
	width: 100%;

	span {
		position: absolute;
		transform: translateX(-50%);
		left: 50%;
		top: -.8em;
		font-size: 36px;
		background-color: #fff;
		font-weight: 700;
	}

	p {
		font-size: min(5.2vw, 56px);
		text-align: center;
	}
}



.open-txt {
	display: flex;
	gap: 8px;
	justify-content: space-between;
	width: 100%;
	align-items: center;

	p {
		font-size: min(3.4vw, 36px);
		font-weight: 700;
		line-height: 140%;
		border: 2px var(--mics-navy) solid;
		color: var(--mics-navy);
		flex: 1;
		display: grid;
		place-items: center;
		margin-top: 0 !important;
		padding: 4px;
	}
}

.mippen-microphone,
.mippen-camera {
	position: absolute;
}

.mippen-microphone {
	left: -32px;
	top: 120px;
	width: min(25vw, 280px);
}

.mippen-camera {
	right: -56px;
	top: 24px;
	width: min(30vw, 348px);
}

/* =========================================
* ご利用までの流れ
* ======================================== */
.flow-area {
	background-color: var(--main-color);
}

.flow-area h2 {
	color: #FFF;
}

.flow-wrap {
	margin-top: 32px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}

.flow-col {
	background-color: #fff;
	border-radius: 24px;
	padding: 32px 16px;
	position: relative;
}

.flow-col::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -24px;
	border: 24px solid transparent;
	border-left: 24px solid #fff;
}

.flow-col h3 {
	font-size: min(2.2vw, 24px);
	color: var(--main-color);
}

.flow-col:last-child::after {
	display: none;
}

.flow-icon {
	margin-bottom: 16px;
}

.flow-col p {
	font-size: min(2vw, 20px);
	font-weight: 500;
	line-height: 150%;
	letter-spacing: 0.8px;
	margin: 16px 0;
}

.flow-area .contact-btn {
	width: 100%;
	background-color: var(--main-color);
	padding: 0;
	box-shadow: none;
}

.flow-area .contact-btn p {
	font-size: min(1.5vw, 16px);
	font-weight: 700;
	letter-spacing: 0.64px;
	margin: 10px 0;
}

.flow-area .contact-btn .btn-arrow::after {
	width: 9px;
	height: 9px;
	top: -.45em;
}

.flow-area .contact-btn:hover {
	background-color: var(--mics-yellow);
}

.flow-area .contact-btn:hover p {
	color: var(--main-color);
}

.flow-area .contact-btn:hover .btn-arrow::after {
	border-top: var(--main-color) solid 3px;
	border-right: var(--main-color) solid 3px;
}

/* =========================================
* インターネットをお得に始めるなら今！
* ======================================== */
.campaign-lp .contact-area.gingham-area {
	background-image: repeating-linear-gradient(90deg, #fff1ad, #fff1ad 8px, #fff990 8px, #fff990 13px);
}

.campaign-lp .contact-area.gingham-area h2 {
	color: var(--main-color);
}

/* --- お申し込みボタン --- */
.campaign-lp .contact-area.gingham-area .contact-btn {
	box-shadow: 0px 4px 4px 0px #74814f;
}

.service-area {
	background-color: #fff;
	padding: 16px;
	max-width: 820px;
	margin: 32px auto 0 auto;
	position: relative;
}

.service-area h3 {
	font-size: 28px;
	letter-spacing: 1.12px;
	color: var(--main-color);
}


.service-area p {
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 0.64px;
	margin-top: 8px;
	color: var(--main-color);
}


.campaign-lp .contact-area.gingham-area p.micro-copy {
	color: var(--main-color);
}


.campaign-lp .contact-area.gingham-area p.micro-copy::before {
	content: url(../images/icon_ol_line.svg);
	left: -1.5em;
}

.campaign-lp .contact-area.gingham-area p.micro-copy::after {
	content: url(../images/icon_ol_line.svg);
	right: -1.5em;
}

.mippen-good {
	position: absolute;
	bottom: -80px;
	left: min(75vw, 740px);
	width: min(17vw, 207px);
}

/* =========================================
* 注意事項
* ======================================== */
.precautions-area .container {
	width: 880px;
}

.precautions-area h2,
.precautions-area h3 {
	color: var(--main-color);
}

.precautions-area .mics-color-txt {
	margin-bottom: 8px;
}

.precautions-col {
	margin-top: 40px;
}


/* =========================================
* フッター
* ======================================== */

footer#lp-footer {
	background-color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	padding: 16px;
}

/* =========================================
* 追従ボタン
* ======================================== */
.float-btn {
	writing-mode: vertical-rl;
	color: #FFF;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 110%;
	/* 26.4px */
	background-color: var(--main-color);
	position: fixed;
	right: 0;
	top: 20vh;
	padding: 24px 16px;
	border-radius: 16px 0px 0px 16px;
	z-index: 1000;
	display: none;
	/* 初期状態で非表示 */
}

@media (max-width: 768px) {

	.campaign-lp section {
		padding: 40px 0;

	}

	/* =========================================
* LP内共通パーツ
* ======================================== */

	/* テキスト・見出し
* ---------------------------------- */
	.campaign-lp p,
	.campaign-lp ul li {
		font-size: 14px;
		font-weight: 500;
		line-height: 175%;
		/* 24.5px */
		letter-spacing: 0.56px;
	}

	.campaign-lp h2 {
		font-size: 28px;
		font-weight: 700;
		line-height: 150%;
		letter-spacing: normal;
	}

	.campaign-lp h3 {
		font-size: 20px;
	}

	.campaign-lp p.note {
		margin-top: 16px;
	}

	/* オブジェクト
* ---------------------------------- */
	.white-container {
		margin-top: 24px;

		img[src$=".svg"] {
			width: 100%;
			max-width: 450px;
		}
	}



	/* ボタン
* ---------------------------------- */

	/* --- お申し込みボタン --- */
	.contact-btn {
		padding: 8px;
		width: 100%;
	}

	.contact-btn p {
		font-size: 20px;
	}


	/* =========================================
* ヘッダー
* ======================================== */

	header#lp-header p {
		font-size: 10px;
		line-height: 140%;
		letter-spacing: 0.15px;
		text-align: justify;
	}

	header#lp-header .top-logo {
		min-width: 150px;
	}


	/* =========================================
* メインビジュアル
* ======================================== */
	.mv-area {
		aspect-ratio: 148 / 235;
	}

	/* =========================================
* インターネットをお得に始めるなら今！
* ======================================== */
	.campaign-lp .contact-area {
		padding: 24px 0px 96px;

		h2 {
			text-align: center;
			font-size: 24px;
			font-style: normal;
			font-weight: 700;
			line-height: 150%;
			/* 42px */
			margin-bottom: 8px;
		}
	}

	p.micro-copy {
		font-size: 18px;
		font-weight: 700;
	}

	.mippen-contact {
		bottom: -56px;
		transform: translateX(-50%);
		left: 50%;
		width: 160px;
	}



	/* =========================================
* ミクスに乗り換えるなら今がお得！
* ======================================== */
	.white-container {
		border-radius: 24px;
		padding: 48px 24px;

	}

	.point-area {

		&::before,
		&::after {
			width: 120px;
		}

		.white-container {
			margin-top: 56px;
		}

	}

	.point-area::after,
	.point-area::before {
		width: 170px;
	}

	.point-area::after {
		right: -2%;
	}

	.point-area::before {
		left: -2%;
	}


	.point-midashi h2 {
		font-size: 20px;
	}

	.point-midashi h2::before {
		left: -2.5em;
	}

	.point-midashi h2::after {
		right: -2.5em;
	}


	.anchor-fukidashi p {
		font-size: 16px;
		padding: 4px 16px;
	}

	.anchor-fukidashi p::after {
		margin-left: -8px;
		border: 8px solid transparent;
		border-top: 15px solid var(--mics-navy);
	}


	.anchor-wrap {
		grid-template-columns: repeat(2, 1fr);
		gap: 56px 16px;
		place-content: center;
		place-items: center;
		justify-content: center;

		.anchor-col {
			width: 100%;
			min-width: 152px;

			&:first-child {
				background-image: url(../images/anchor_bg_sp01.webp);
			}

			&:nth-child(2) {
				background-image: url(../images/anchor_bg_sp02.webp);
			}

			&:nth-child(3) {
				background-image: url(../images/anchor_bg_sp03.webp);
			}

			&:last-child {
				background-image: url(../images/anchor_bg_sp04.webp);
			}

			/* 
			&::after {
				content: "";
				width: min(1.3vw, 14px);
				height: min(1.3vw, 14px);
				border-right: 3px solid #fff;
				border-bottom: 3px solid #fff;
				transform: rotate(45deg);
				position: absolute;
				bottom: 18%;
			} */
			.anchor-sticker {
				width: max(10vw, 64px);
				bottom: -40px;
				right: -8px;
				transform: rotate(20deg);
			}

			&:hover {

				&:first-child {
					background-image: url(../images/anchor_bg_sp01.webp);
				}

				&:nth-child(2) {
					background-image: url(../images/anchor_bg_sp02.webp);
				}

				&:nth-child(3) {
					background-image: url(../images/anchor_bg_sp03.webp);
				}

				&:last-child {
					background-image: url(../images/anchor_bg_sp04.webp);
				}
			}
		}

		.anchor-fukidashi {
			top: -16px;

			p {
				font-size: 20px !important;
			}
		}

	}

	.white-container .anchor-fukidashi {
		top: -24px;
	}

	.white-container .anchor-fukidashi p {
		font-size: 24px !important;
	}


	p.koji-txt {
		font-size: 16px;
		font-weight: 700;
	}

	p.fee-txt {
		font-size: 32px;
		font-weight: 700;
	}


	.koji-wrap {
		.monky-wrench {
			left: 5%;
			top: 64px;
			width: min(23vw, 144px) !important;
		}

		.mippen-muni {
			right: 0;
			top: 0;
			width: 22vw !important;
		}
	}

	.fee-wrap {
		.kirakira {
			left: 0;
			top: auto;
			bottom: 170px;
			width: 16vw !important;
		}
	}

	.roof-wrap {
		picture {
			img {
				max-width: 260px !important;
				width: 60% !important;
			}
		}
	}

	.mippen-happy {
		position: relative;
		bottom: -56px;
		left: auto;
		width: 258px;
	}


	/* =========================================
* ミクスはまだまだおトクがたくさん！
* ======================================== */


	.mippen-kirakira {
		position: absolute;
		right: -16px;
		bottom: -64px;
		width: 130px;
	}

	.otoku-area {
		background-image: radial-gradient(circle, #ffe9eb 5px, transparent 5px), radial-gradient(circle, #ffe9eb 5px, transparent 5px);
		background-position: 0 0, 22px 34px;
		background-size: 44px 68px;
	}

	.otoku-wrap {
		display: block;
	}

	.mippen-wifi {
		width: 100%;
		margin-bottom: 24px;
	}

	.otoku-img {
		width: 100%;
	}

	p.wifi-txt {
		font-size: 16px;
		margin: 24px auto;
		width: 100%;
		font-weight: 700;
	}

	.otoku-area p.micro-copy {
		font-size: 24px;
	}


	.otoku-area p.micro-copy::before {
		left: -1em;
		top: 0;
	}

	.otoku-area p.micro-copy::after {
		right: -1em;
		top: 0;
	}

	.wifi-wrap {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		place-content: center;
		place-items: center;
	}

	.wifi-col {
		width: 100%;
		min-width: 152px;
		max-width: 200px;
	}

	.wifi-col p {
		font-size: 20px;
		font-weight: 700;
	}

	.career-btn-wrap {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}

	.career-btn {
		padding: 10px 8px;
		width: 100%;
		border-radius: 24px;
	}

	.career-btn p {
		font-size: 14px;
		font-weight: 700;
	}

	.career-btn::after {
		width: 10px;
		height: 10px;
		right: 20px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}


	/* =========================================
* ミクスは地元だからこその魅力満載！
* ======================================== */
	.mippen-wink {
		left: -24px;
		bottom: -80px;
		width: 150px;
	}


	.charm-midashi {
		margin-bottom: 16px;
	}


	.charm-area h2 {
		font-size: 24px;
	}

	.charm-area {
		background-image: radial-gradient(circle, #eafbff 5px, transparent 5px), radial-gradient(circle, #eafbff 5px, transparent 5px);
		background-position: 0 0, 22px 34px;
		background-size: 44px 68px;
	}

	p.charm-txt {
		font-size: 14px;
		margin: 24px 0;
		font-weight: 700;
	}

	.charmimg-wrap {
		gap: 8px;
		place-content: center;
		place-items: center;
		max-width: 840px;
		margin: auto;
	}

	.charmimg-wrap img {
		border-radius: 8px;
	}

	.new-open-wrap {
		gap: 4px;
		margin: 32px auto 0 auto;
	}

	.open-window {
		padding: 0px;

		span {
			font-size: 20px;
			font-weight: 700;
			top: -.5em;
		}

		p {
			font-size: 22px;
			font-weight: 700;
			padding: 4px;
		}
	}



	.open-txt {
		flex-direction: column;
		gap: 4px;

		p {
			font-size: var(--FontSize-36, 24px);
			padding: 4px;
			width: 100%;
			font-weight: 700;
		}
	}

	.mippen-microphone,
	.mippen-camera {
		position: absolute;
		top: 108px;
	}

	.mippen-microphone {
		left: 0;
		width: 102px;
	}

	.mippen-camera {
		right: 0;
		width: 120px;
	}


	/* =========================================
* ご利用までの流れ
* ======================================== */
	.flow-wrap {
		margin-top: 24px;
		display: block;
	}

	.flow-col {
		border-radius: 24px;
		padding: 24px 16px;
		margin-bottom: 32px;
	}

	.flow-col::after {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-top: 0;
		margin-left: -24px;
		border: 24px solid transparent;
		border-top: 24px solid #fff;
	}

	.flow-col h3 {
		font-size: 20px;
	}


	.flow-icon {
		margin-bottom: 4px;
	}

	.flow-col p {
		font-size: 16px;
		margin: 8px 0;
	}

	.flow-area .contact-btn {
		width: 200px;
		margin: auto;
	}

	.flow-area .contact-btn p {
		font-size: 16px;
		margin: 10px 0;
	}


	/* =========================================
* インターネットをお得に始めるなら今！（ギンガム）
* ======================================== */
	.contact-area.gingham-area {
		padding: 48px 0px 136px 0px;

	}

	.service-area h3 {
		font-size: 24px;
	}


	.mippen-good {
		bottom: -163px;
		left: 50%;
		transform: translateX(-50%);
		width: 160px;
	}

	/* =========================================
* 注意事項
* ======================================== */


	.precautions-col {
		margin-top: 24px;
	}

	/* =========================================
* フッター
* ======================================== */

	footer#lp-footer {
		font-size: 12px;
		padding: 8px;
		padding-bottom: 78px;
	}

	/* =========================================
* 追従ボタン
* ======================================== */
	.float-btn {
		writing-mode: initial;
		right: 0;
		top: auto;
		bottom: 0px;
		border-radius: 16px 16px 0px 0px;
		width: 100%;
		font-size: 22px;
		vertical-align: middle;
	}
}