@charset "UTF-8";

.sp_only {
	display: block;
}

.pc_only {
	display: none;
}

.pad_only {
	display: none;
}

:root {
	--wht: #fff;
	--blk: #1c1c1c;
	--org: #f15a25;
	--ylw: #febb47;
	--lylw: #ffff02;
	--blu: #0171bd;
	--pgry: #f6f6f6;
	--ngry: #e8e8e8;
	--lgry: #d6d6d6;
	--gry: #909090;
}

html {
	overflow-y: scroll;
	background: #eee;
	color: var(--blk);
}

body {
	width: 100%;
	max-width: 750px;
	line-height: 1.4;
	font-size: 14px;
	color: var(--blk);
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: .02em;
	background: var(--wht);
	margin: 0 auto;
	overflow-x: hidden;
	box-shadow: 0 0 8px #808080;
}

.wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
}

.wrapper p {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 2%;
	width: 100%;
	line-height: 1.6;
	word-wrap: break-word;
}

sup {
	font-size: 0.8em;
}

.medium {
	font-size: 1rem;
}

.small {
	font-size: 0.7rem;
}

.indent_box {
	padding-left: 1em;
}

.indent {
	text-indent: -1em;
}

.indent_left {
	padding-left: 1em;
}

img {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
	font-size: medium;
}

hr {
	border: solid 1px var(--lgry);
	width: 75%;
	margin: 0 auto;
	margin-top: 20px;
}

table,
th,
td {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 1.8;
	list-style-type: none;
}

*:focus {
	outline: none;
}

a,
button {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	cursor: pointer;
}

a {
	color: var(--blu);
	text-decoration: underline;
}

.link:hover,
.hover:hover {
	cursor: pointer;
}

/*注釈*/
.note_cmt {
	margin-left: auto;
	margin-right: auto;
	padding-top: 1.5%;
	padding-bottom: 1.5%;
	width: 94%;
	max-width: 750px;
}

.note_cmt li {
	font-size: 10PX;
	line-height: 1.4;
	text-indent: clamp(-11px, -2.56vw, -10px);
	padding-bottom: 1.5%;
	text-align: left;
}

.txt-c {
	text-align: center;
}

.small {
	font-size: 10px;
}

@media screen and (min-width:768px) {
	.sp_only {
		display: none;
	}

	.pad_only {
		display: block;
	}

	body {
		font-size: 16px;
		line-height: 1.6;
	}

	.small {
		font-size: 0.8rem;
	}
}

/*ipad*/


/*/////////////////////////////
header
////////////////////////////*/

header {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	background-color: var(--wht);
	z-index: 10;
}

#header-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 750px;
	margin: 0 auto;
	padding: 5px 10px;
}

#header-inner #logo-img {
	width: 100px;
	margin: 3px 0;
}

@media screen and (min-width:768px) {
	#header-inner * {
		transition: all ease .5s;
	}

	#header-inner #logo-img {
		width: 180px;
		padding: 3px;
	}
}

/*ipad*/

@media screen and (min-width:1024px) {
	header {
		position: static;
		max-width: 750px;
		margin: 0 auto;
	}
}

/*PC*/


/*/////////////////////////////
メインビジュアル
////////////////////////////*/

#mv {
	position: relative;
	width: 100%;
	margin: 0;
	text-align: center;
	background-color: var(--wht);
}

.mv-wrapper {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.mv-subWrapper {
	margin: 0 auto 3%;
	padding: 0;
}

.mv-subWrapper img {
	display: block;
	width: 80%;
	margin: 0 auto;
}

.main {
	width: 100%;
}

@media screen and (min-width:768px) {
	.float_link {
		bottom: 4%;
	}

	#mainvisual .float_link a {
		font-size: 1rem;
	}
}

/*ipad*/


/*/////////////////////////////
コンテンツ
////////////////////////////*/

#main {
	position: relative;
	max-width: 750px;
	margin: 0 auto;
	padding: 0;
	z-index: 2;
}

#main:after {
	display: block;
	content: "";
	clear: both;
}

.category {
	padding-bottom: 5%;
}

.category_inner {
	position: relative;
	padding: 15% 5% 8%;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
}

.category_subInner {
	padding: 0.5rem;
	margin: 0 auto;
}

.cmnTtl {
	margin-bottom: 7%;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center
}

.cmnTtl strong {
	color: var(--blu)
}

.secTtl {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 6%;
	font-size: 20PX;
	font-weight: 700;
	line-height: 1.5556;
	text-align: center;
}

.secTtl span {
	display: inline-block;
	margin-bottom: 3%;
	background-image: linear-gradient(to right, var(--blu) 0%, var(--blu) 100%);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 0 1px;
	transition: all .6s ease-in-out;
	color: var(--blu);
	font-family: Montserrat;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.6;
	border-bottom: 2px solid var(--blu);
}

.secTtl.scrin span {
	background-size: 100% 1px
}

.subTtl {
	margin-bottom: 5%;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center
}

.cmnTtl+p,
.subTtl+p {
	padding-top: 0
}

*+.subTtl {
	margin-top: 5%
}

.textlink {
	padding: 3% 0;
	text-align: right;
}

/* ボタン */

.btn_area {
	text-align: center;
	margin: 1rem auto 0;
}

.btn {
	position: relative;
	display: inline-block;
	padding: 12px 0;
	color: #fff;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
}

.btn.application {
	background-color: #ff5722;
	width: 280px;
	padding: 12px 0;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: -.5px;
	border-radius: 5px;
}

@media screen and (min-width:768px) {
	.subTtl {
		font-size: 1.9rem;
	}

	.btn.application {
		width: 400px;
	}
}

/*ipad*/


/*/////////////////////////////
キャンペーン概要
////////////////////////////*/

#about_campaign {
	background: url(../img/img_bg_sp.png), linear-gradient(180deg, #ffb027 30%, #fcf7f0 100%);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top, center;
	position: relative;
}

#about_campaign .category_inner {
	position: relative;
	z-index: 1;
	padding-top: 0;
}

#about_campaign .inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 5%;
}

#about_campaign .subTtl {
	font-size: 16PX;
	margin-bottom: 3%;
}

.inner .img-title {
	width: 80%;
	position: relative;
	z-index: 1;
	margin-left: -10px;
}

#about_campaign .inner .cpBox {
	position: relative;
	margin-top: -26px;
}

.cpBox {
	border: 3px solid var(--blk);
	box-shadow: 2px 2px 0px 0px var(--blk);
	border-radius: 8px;
	overflow: hidden;
	background-color: var(--wht);
}

.cpBox .subTtl {
	font-size: 1.1rem;
}

.cpBox .head {
	background-color: #febb47;
	padding: 16px;
	text-align: center;
}

.cpBox .head>img {
	max-width: 169px;
}

.cpBox .body {
	padding: 6% 5%;
}

.cpBox .body>img {
	display: block;
	width: 80%;
	margin: 0 auto 3%;
}

.cpBox .subinner {
	padding: 5%;
	background: linear-gradient(180deg, #fde7c3 30%, #fcf7f0 100%);
	border-radius: 8px;
}

.cpBox .subinner>img {
	margin-bottom: 1rem;
}

.boxlink a {
	background: #a96100;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	width: 100%;
	padding: 25px;
	padding-right: 15%;
	color: var(--wht);
	font-size: 14PX;
	font-weight: 600;
	text-decoration: none;
}

.boxlink a:after {
	content: '';
	width: 8px;
	height: 8px;
	border-top: 2px solid var(--wht);
	border-right: 2px solid var(--wht);
	transform: rotate(135deg) translateY(70%);
	position: absolute;
	top: 50%;
	right: 10%;
	border-radius: 1px;
}

@media screen and (min-width:768px) {
	#about_campaign .inner .cpBox {
		margin-top: -36px;
	}

	.btn.application {
		width: 400px;
	}

	.boxlink a {
		padding-right: 25px;
	}

	.boxlink a:after {
		right: 25%;
	}
}

/*ipad*/

@media screen and (min-width:1024px) {
	.cpBox .subTtl {
		font-size: 1.3rem;
	}
}

/*PC*/

/*/////////////////////////////
赤外線リモコン
////////////////////////////*/

#device {
	background: var(--wht);
}

#device .category_inner {
	background-color: #fcf7f0;
	padding-top: 8%;
}

#device .secTtl {
	margin-top: 7%;
}

.caseTtl {
	display: inline-block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 3%;
	padding: 5px 12px;
	background: var(--org);
	color: var(--wht);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	border-radius: 16px;
}

.img_container {
	margin-top: 10%;
}

.img_container:last-of-type {
	margin-top: 10%;
	margin-bottom: 5%;
}

.img_container img {
	margin-bottom: 3%;
}

.case-cmt {
	color: var(--org);
	font-size: 18PX;
	font-weight: 700;
	line-height: 1.6;
}

@media screen and (min-width:768px) {
	.caseTtl {
		font-size: 1.1rem;
	}

	.case-cmt {
		font-size: 1.4rem;
	}
}

/*ipad*/

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

/*PC*/


/*/////////////////////////////
キャンペーン詳細
////////////////////////////*/

#campaign .category_inner .cmnTtl {
	font-size: 12px;
}

#campaign .category_inner .cmnTtl span {
	font-size: 14px;
}

.priceWrap {
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 0 0 3%;
	gap: 8px;
}

.priceBox,
.priceBox1 {
	margin-left: auto;
	margin-right: auto;
	background: var(--wht);
	border: 2px solid #595959;
	border-radius: 8px;
	text-align: center;
	flex: 1;
}

.priceBox {
	width: calc(50% - 20px);
}

.priceBox1 {
	position: relative;
	width: 100%;
}

.priceBox .priceTtl,
.priceBox1 .priceTtl {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 8px;
	height: 48px;
	background: #595959;
	border-radius: 4px 4px 0 0;
	color: var(--wht);
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.priceBox .priceTtl small {
	font-size: 0.8rem;
	line-height: 1.2;
}

.price__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: calc(100% - 56px);
	text-align: center;
	padding: 16px 8px;
	gap: 5px;
}

.price__inner p {
	margin: 0;
	padding: 3% 2%;
	width: 100%;
	line-height: 1.4;
}

.price__inner p.arrow {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 3%;
	padding: 0;
}

.price__inner p.arrow::after {
	content: "";
	flex-shrink: 0;
	width: 0;
	height: 0;
	margin: auto;
	display: block;
	border-style: solid;
	border-width: 10px 11px 0 11px;
	border-color: var(--org) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

.price__inner .txt-hl,
.price__inner .txt-hl1 {
	font-size: 24px !important;
	letter-spacing: -0.5px;
	color: var(--org);
}

.price__inner .txt-hl1 {
	font-size: 40px !important;
}

.txt-hl sup {
	font-size: 0.8rem;
	vertical-align: top;
}

.marker {
	display: inline;
	padding: 0 3px;
	background-image: linear-gradient(90deg, #fff388, #fff388);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 0 30%;
	transition: all .8s ease-in-out;
}

.marker.scrin {
	background-size: 100% 30%;
}

.price__inner .fs-l,
.price__inner1 .fs-l {
	font-size: 22px;
}

.yen {
	font-size: 13px;
	font-style: normal;
}

.priceBox p small {
	margin-top: 4px;
	display: block;
	color: var(--blk);
	font-size: 0.9rem;
	line-height: 1.4;
}

.plus {
	background-color: #595959;
	border-radius: 50%;
	color: #fff;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 36%;
	left: 51%;
	margin-top: 22px;
	z-index: +1;
}

.plus span {
	background-color: #fff;
	width: 10px;
	height: 2px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.plus span::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: inherit;
	transform: rotate(90deg);
	letter-spacing: .05em;
	line-height: 1.6;
}

.priceWrap1 {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	width: calc(50% - 20px);
	text-align: center;
	gap: 8px;
}

.priceTtl:last-of-type {
	margin-bottom: 0;
}

.price__inner1 {
	text-align: center;
	vertical-align: middle;
	padding: 16px 8px;
}

.appIcon {
	width: 40%;
}

.priceWrap .priceWrap1 .plus {
	top: -15%;
	left: 40%;
	margin-top: 0;
	border-bottom: 2px solid var(--wht);
}

@media screen and (min-width:768px) {

	.price__inner p {
		font-size: 1.4rem;
	}

	.price__inner .fs-l,
	.price__inner1 .fs-l {
		font-size: 28px;
	}

	.yen {
		font-size: 18px;
		font-style: normal;
	}

	.priceBox p small,
	.priceBox1 p small {
		font-size: 1rem;
	}

	.price__inner .txt-hl,
	.price__inner .txt-hl1 {
		font-size: 32px !important;
	}

	.price__inner .txt-hl1 {
		font-size: 50px !important;
	}

	.plus {
		width: 40px;
		height: 40px;
		top: 28%;
		left: 49.5%;
		margin-top: 22px;
	}

	.plus span {
		width: 20px;
		height: 4px;
	}

	.priceWrap .priceWrap1 .plus {
		top: -15%;
		left: 42%;
	}
}

/*ipad*/

@media screen and (min-width:1024px) {
	.plus {
		top: 30%;
		left: 49.5%;
	}

	.priceWrap .priceWrap1 .plus {
		top: -14%;
		left: 44%;
	}
}

/*PC*/


/*/////////////////////////////
お申し込み・ご利用までの流れ
////////////////////////////*/

#campaign-detail {
	/* background: url(../img/img_bg.svg);
	background-color: rgba(255, 255, 255, 0.8);
	background-blend-mode: lighten;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top, center;
	position: relative; */
	padding: 8% 5% 15%;
}

#campaign-detail .category_inner {
	background-color: var(--wht);
	padding-top: 3%;
	padding-right: 3%;
	padding-left: 3%;
	border-radius: 8px;
}

.contents_title {
	font-size: 18px;
	font-weight: bold;
	color: var(--blk);
	background-size: 100% 2px;
	background-repeat: no-repeat;
	background-position: bottom left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 0;
	background-image: linear-gradient(to right, var(--blu) 0%, var(--blu) 50%, var(--blu) 100%);
}

.contents_inner {
	background-size: contain;
	padding-top: 0.5rem;
}

.contents_inner .note_cmt {
	width: 96%;
}


/*/////////////////////////////
製品仕様
////////////////////////////*/

#spec .category_inner {
	padding-left: 8%;
	padding-right: 8%;
	background-color: #f6f6f6;
}

#spec .cmnTtl {
	margin-top: 16%;
}

/*slider*/
.sliderArea {
	margin: 0 auto 5%;
	width: 80%
}

.slider-for1,
.slider-for2,
.slider-for3 {
	margin: 0 auto 5%;
	width: 100%
}

.slider-for2 img,
.slider-for3 img {
	width: 100%;
	height: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
}

.slider-for2 img {
	margin: 0 auto 10px
}

.slider-for2 p {
	width: 100%;
	text-align: center
}

.slick-slider {
	margin: 0 auto;
	padding: 0 !important;
	width: 76.9%
}

.slick-track {
	display: flex;
}

.slick-slide {
	height: auto !important;
}

.dots1 .slick-dots,
.dots2 .slick-dots,
.dots3 .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 3%
}

.dots1 .slick-dots button,
.dots2 .slick-dots button,
.dots3 .slick-dots button {
	display: block;
	width: 12px;
	height: 12px;
	margin: 6px;
	font-size: 0;
	padding: 0;
	outline: none;
	cursor: pointer;
	background: #ccc;
	border: 2px solid #ccc;
	border-radius: 50%;
}

.dots1 .slick-dots .slick-active button,
.dots2 .slick-dots .slick-active button,
.dots3 .slick-dots .slick-active button {
	background: #fff;
	border: 2px solid var(--blu);
}

.icon-left.slick-arrow,
.icon-right.slick-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-bottom: 3px solid #bcbcbc;
	border-left: 3px solid #bcbcbc;
	z-index: 999
}

.icon-left.slick-arrow {
	left: -7.5vw;
	transform: rotate(45deg)
}

.icon-right.slick-arrow {
	right: -7.5vw;
	transform: rotate(-135deg)
}

.slider-for2 .icon-left.slick-arrow,
.slider-for2 .icon-right.slick-arrow {
	top: 35%;
	bottom: inherit
}

#slick-slide-control10 {
	display: none;
}

.dlTtl {
	margin: 0 auto;
	padding: 2% 5%;
	width: 100%;
	background: #aaa;
	color: var(--wht);
	font-size: 14px;
	font-weight: 700;
	text-align: center
}

.tableBox {
	margin: 0 auto;
	width: 100%;
	border-bottom: 1px solid var(--lgry)
}

.tableBox th,
.tableBox td {
	padding: 4% 2.5%;
	border-top: 1px solid var(--lgry);
	font-size: 14px;
	line-height: 1.6
}

.tableBox th {
	flex-basis: 30%;
	background: var(--pgry);
	font-weight: 700
}

.tableBox td {
	flex: 1;
	background: var(--wht);
}

.th_comb {
	border-right: 1px solid var(--lgry);
}

.tableBox .note_cmt {
	width: 94%;
}

.tableArea .tableBox:last-of-type {
	margin-bottom: 5%
}

.infoBox {
	border: 1px solid var(--blk);
	padding: 2%;
}

.slider img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

@media screen and (min-width:768px) {
	.sliderArea {
		margin: 0 auto 5%;
		width: 80%
	}
}

/*ipad*/

@media screen and (min-width:1024px) {
	.sliderArea {
		margin: 0 auto 5%;
		width: 70%
	}
}

/*PC*/


/*/////////////////////////////
ご利用開始の手順
////////////////////////////*/

.stepBox {
	position: relative;
	margin: 12.5% auto;
	padding-right: 3%;
	padding-left: 3%;
	padding-bottom: 5%;
	width: 90%;
	background: var(--pgry);
	border-radius: 8px;
}

.stepBox:last-of-type {
	margin: 12.5% auto 5%;
}

#howToUse .stepBox:not(:first-of-type)::before {
	content: "";
	position: absolute;
	top: 0;
	left: calc(50% - 11px);
	width: 0;
	height: 0;
	margin: 0 auto;
	display: block;
	border-style: solid;
	border-width: 10px 11px 0 11px;
	border-color: var(--org) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
	transform: translateY(-350%);
}

.stepTtl {
	text-align: center
}

.stepTtl .tag {
	display: inline-block;
	margin-bottom: 2%;
	padding: .5% 3% .2%;
	background: var(--org);
	border-radius: 30px;
	color: var(--wht);
	font-family: Montserrat;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.6;
	transform: translateY(-50%)
}

.stepBox img {
	display: block;
	margin: 0 auto 1%;
	width: 47%;
}

.stepBox p {
	text-align: center
}

.stepBox .note_cmt {
	color: var(--gry);
}

.iconBox {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
	padding: 4px;
}

.iconBox .btn-ios>img {
	height: auto;
	width: 100%;
	max-width: 109px;
}

.iconBox .btn-android>img {
	height: auto;
	width: 100%;
	max-width: 135px;
}



/*/////////////////////////////
下部申し込みボタンエリア
////////////////////////////*/

.pd {
	padding: 0 0.5rem 1rem;
}

.pd_inner {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 20px;
	padding: 0.5rem 0.5rem;
}

.pd .btn_area {
	margin-bottom: 1rem;
}


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

footer {
	width: 100%;
	background-color: #666666;
	padding: 5% 5% 30%;
}

#footer-inner {
	padding: 0 10px;
	text-align: center;

}

#copyright {
	display: block;
	font-size: 10px;
	color: #fff;
	letter-spacing: .5px;
}

@media screen and (min-width:768px) {

	footer {
		width: 100%;
		background-color: #666666;
		padding: 5% 5% 20%;
	}
}

/*ipad*/


/*/////////////////////////////
フロートボタン
////////////////////////////*/

#js_applyButton_area {
	position: fixed;
	bottom: 0;
	width: 100%;
	max-width: 750px;
	padding: 1.2rem 0;
	background-color: rgba(222, 222, 222, 0.9);
	text-align: center;
	transition: all ease .5s;
	transform: translateY(100%);
	z-index: 10;
}

#js_applyButton_area>p {
	font-size: 0.8rem;
	padding-bottom: 0;
}

#js_applyButton_area.show {
	transform: translateY(0);
}

@media screen and (min-width:768px) {
	.btn.application {
		width: 400px;
	}
}

/*ipad*/