@charset "UTF-8";
@font-face {
	font-family: 'Century Gothic';
	src: url('../fonts/CenturyGothic-Bold.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
}

/* リセット
---------------------------------------------------------- */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, table, th, td, button, a, span {
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
ol ,
ul {
	list-style: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
address {
	font-style: normal;
}

/* レイアウト
----------------------------------------*/
html {
	font-size: 1rem;
	font-size: 10px;
	height: 100%;
}
body {
	color: #333;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	background: #fff;
	font-size: 1.4rem;
	line-height: 1.5;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}
img {
	image-rendering: -webkit-optimize-contrast;
	display: block;
}

a {
	text-decoration: none;
	color: inherit;
	transition: opacity .3s;
}
table,
tbody,
thead,
tr,
th,
td {
	position: static;
}
@media (hover: hover) {
	a:hover {
		opacity: .6;
	}
}
@media only screen and (max-width: 1240px) {
	html {
		font-size: .8065vw;
	}
}
@media only screen and (min-width: 769px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
@media only screen and (max-width: 768px) {
	img {
		width: 100%;
	}
	html {
		font-size: 1.3334vw;
	}
}

/* img
----------------------------------------*/
img {
	max-width: 100%;
	height: auto;
}

main {
	overflow: hidden;
}

/*header
----------------------------------------*/
.header {
	padding: 3.1rem 2rem 2.9rem;
}
.header .logo img {
	width: 21rem;
}
.header .inner {
	max-width: 120rem;
	margin: 0 auto;
	padding: 0 .5rem;
}
@media only screen and (max-width: 767px) {
	.header {
		padding: 1.8rem 2rem;
	}
	.header .logo img {
		width: 18.2rem;
	}
	.header .inner {
		padding: 0 1rem;
	}
}

/*main-visual
----------------------------------------*/
#main-visual .inner {
	max-width: 120rem;
	margin: 0 auto;
}
#main-visual h2 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#main-visual h2 span {
	display: block;
	width: fit-content;
	background: #87AFBE;
	color: #fff;
	font-size: 5.3rem;
	font-weight: 700;
	padding: .2rem 5rem 0 3.8rem;
	box-shadow: .6rem .6rem 0 rgba(208, 208, 208, .4);
}
#main-visual h2 span:last-child {
	width: 63.9rem;
	white-space: nowrap;
	font-size: 8.7rem;
	letter-spacing: .05em;
	color: #FCD500;
	line-height: 1.45;
	padding: 0 0 0 3.2rem;
}
@media only screen and (max-width: 767px) {
	#main-visual .inner {
		padding-top: 14rem;
	}
	#main-visual h2 span {
		font-size: 4.8rem;
		padding: 0 3.2rem 0 3.2rem;
	}
	#main-visual h2 span:last-child {
		width: 56.2rem;
		font-size: 7.7rem;
		padding: 0 0 0 2.5rem;
	}
}

/*about
----------------------------------------*/
#about {
	padding-bottom: 6.5rem;
}
#about h2 {
	background: #555;
	color: #fff;
	text-align: center;
	font-size: 4rem;
	font-weight: 700;
	padding: 1rem;
}
#about .balloon {
	width: 93.6rem;
	margin: .5rem auto 5rem;
	left: -.2rem;
}
#about .balloon .item {
	display: flex;
	align-items: center;
}
#about .balloon .item:nth-child(2n) {
	flex-direction: row-reverse;
	margin-top: -3.9rem;
}
#about .balloon .item figure {
	width: 15.1rem;
}
#about .balloon .item:nth-child(2n) figure {
	width: 14.2rem;
}
#about .balloon .item .text {
	width: 51.418rem;
	height: 8.692rem;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	padding: 1.7rem 0 0 2rem;
	margin: 1.2rem 0 0 .5rem;
	background: url(../img/about_bg_01.svg) no-repeat left top / 100% auto;
}
#about .balloon .item:nth-child(2n) .text {
	width: 43.613rem;
	background-image: url(../img/about_bg_02.svg);
	padding: 1.7rem 2rem 0 0;
	margin: 1.5rem 3.4rem 0 0;
}
#about .intro {
	text-align: center;
	font-size: 3rem;
	font-weight: 500;
	margin-bottom: 9.5rem;
}
#about .intro p:nth-child(1) {
	margin-bottom: 1rem;
}
#about .intro p:nth-child(3) {
	font-size: 3.6rem;
	font-weight: 700;
	margin-top: 2rem;
}
#about .intro p:nth-child(4) {
	font-size: 3.6rem;
	font-weight: 700;
	margin-top: .4rem;
}
#about .intro p:nth-child(4) span {
	font-size: 4.2rem;
	color: #85AFBE;
	margin-right: 1.7rem;
	padding: 0 .5rem;
	background: linear-gradient(transparent 70%, #FCD500 70%);
}
#about .intro img {
	width: 24.2rem;
	display: inline-block;
	vertical-align: -.3rem;
	margin: 0 .7rem 0 2rem;
}
#about .box1,
#about .box2,
#about .box3 {
	width: 90rem;
	margin: 0 auto 6.7rem;
	border: .4rem solid #87AFBE;
	padding: 7.5rem 0 2.8rem 23.2rem;
}
#about .box2 {
	padding: 9.8rem 0 3.2rem 15.6rem;
	margin-bottom: 5.8rem;
}
#about .box3 {
	padding: 1.7rem 0 2.9rem;
	margin-bottom: 0;
}
#about .box1::before,
#about .box2::before {
	content: '';
	display: block;
	width: 83.65rem;
	height: 34.65rem;
	background: url(../img/about_box_01.png) no-repeat left top / 100% auto;
	position: absolute;
	bottom: 0;
	left: 2.4rem;
	pointer-events: none;
}
#about .box2::before {
	width: 85.45rem;
	height: 22.7rem;
	background-image: url(../img/about_box_02.png);
	bottom: 0;
	left: 2.7rem;
}
#about .box1 h3,
#about .box2 h3,
#about .box3 h3 {
	background: #86AFBE;
	color: #fff;
	font-size: 3.6rem;
	position: absolute;
	top: -3.9rem;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: fit-content;
	padding: 1.3rem .9rem;
	z-index: 2;
}
#about .box2 h3 {
	top: -3.1rem;
	left: .5rem;
	padding: 1.3rem .4rem;
}
#about .box2 h3 sup {
	font-size: 2.2rem;
	line-height: 0;
	vertical-align: 1rem;
}
#about .box3 h3 {
	top: -4.1rem;
	padding: 1.3rem 1.5rem 1.3rem 2rem;
}
#about .box1 p,
#about .box2 p {
	font-weight: 700;
	font-size: 2.8rem;
}
#about .box1 p + p {
	margin-top: 2.2rem;
}
#about .box1 p > span,
#about .box2 p > span {
	font-size: 3.6rem;
}
#about .box1 p > span span,
#about .box2 p > span span {
	background: linear-gradient(transparent 50%, #FCD500 50%, #FCD500 88%, transparent 88%);
}
#about .box2 p.note {
	font-size: 1.4rem;
}
#about .more {
	text-align: center;
	font-size: 3.6rem;
	font-weight: 700;
	margin-bottom: 6.1rem;
}
#about .more span {
	background: #FCD500;
	color: #85AFBE;
	display: inline-block;
	padding: .75rem 3.5rem;
	margin-bottom: 3rem;
}
#about .box3 .case {
	width: 81.5rem;
	margin: 0 auto -5rem;
	display: flex;
	align-items: center;
}
#about .box3 .case figure {
	width: 50%;
	padding-left: .7rem;
}
#about .box3 .case figure img {
	width: 37.8rem;
	margin: 0 auto;
}
#about .box3 .case .text {
	width: 50%;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.2857;
	padding-bottom: 2.5rem;
	font-family: 'Century Gothic', "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
#about .box3 .flow {
	width: 81.7348rem;
	height: 22.6865rem;
	background: url(../img/about_bg_03.svg) no-repeat left top / 100% auto;
	margin: 0 auto;
	left: .2rem;
	display: flex;
	align-items: center;
	padding-bottom: 5.4rem;
}
#about .box3 .flow li:nth-child(1) {
	width: 27.5%;
	text-align: center;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.3333;
	color: #fff;
}
#about .box3 .flow li:nth-child(2) {
	width: 44.9204%;
	text-align: center;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.3333;
	padding-top: .8rem;
}
#about .box3 .flow li:nth-child(3) {
	width: 24.5%;
	text-align: center;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.2286;
	color: #F53C60;
	padding-top: 2.7rem;
}
#about .box3 .note {
	font-size: 1.4rem;
	max-width: 81.4rem;
	margin: 1.5rem auto 0;
	font-weight: 700;
}
#about .box3 > .text {
	text-align: center;
	font-size: 3.6rem;
	font-weight: 700;
	margin-top: 2.3rem;
}
#about .box3 > .text span {
	font-size: 4.2rem;
	color: #F53C60;
	padding-bottom: .4rem;
	background: linear-gradient(transparent 63%, #FCD500 63%);
}
@media only screen and (max-width: 767px) {
	#about {
		padding-bottom: 6rem;
	}
	#about h2 {
		font-size: 4.2rem;
		padding: 1rem 1rem .8rem;
	}
	#about .balloon {
		width: 67.1rem;
		margin: 2rem auto 5rem;
		left: auto;
	}
	#about .balloon .item:nth-child(2n) {
		margin-top: -1.8rem;
	}
	#about .balloon .item figure {
		margin-left: .7rem;
	}
	#about .balloon .item:nth-child(2n) figure {
		width: 14.5rem;
		margin-left: 0;
	}
	#about .balloon .item .text {
		width: 49.763rem;
		height: 12.459rem;
		font-size: 3.2rem;
		margin: -.5rem 0 0 .5rem;
		background-image: url(../img/about_bg_01_sp.svg);
		line-height: 3.4rem;
	}
	#about .balloon .item:nth-child(2n) .text {
		width: 50.525rem;
		height: 10.3967rem;
		margin: 5rem 1.3rem 0 0;
		background-image: url(../img/about_bg_02_sp.svg);
		line-height: inherit;
	}
	#about .intro {
		margin-bottom: 7.5rem;
	}
	#about .intro p:nth-child(1) {
		font-size: 2.8rem;
	}
	#about .intro p:nth-child(4) span {
		margin-right: .6rem;
	}
	#about .box1,
	#about .box2,
	#about .box3 {
		width: 71rem;
		margin: 0 auto 8.7rem;
		border: .4rem solid #87AFBE;
		padding: 7.5rem 0 2.9rem 19.2rem;
	}
	#about .box2 {
		padding: 7rem 0 .5rem 2.7rem;
		margin-bottom: 5.8rem;
	}
	#about .box3 {
		padding: 3.6rem 0 2.9rem;
		margin-bottom: 0;
	}
	#about .box1::before,
	#about .box2::before {
		width: 66.498rem;
		height: 34.634rem;
		background-image: url(../img/about_box_01_sp.png);
		left: .9rem;
	}
	#about .box2::before {
		width: 69.785rem;
		height: 21.7rem;
		background-image: url(../img/about_box_02_sp.png);
		left: 1rem;
	}
	#about .box1 h3,
	#about .box2 h3,
	#about .box3 h3 {
		font-size: 3.8rem;
		padding: 1.15rem .1rem;
	}
	#about .box2 h3 {
		top: -3.4rem;
		padding: 1.15rem 0;
	}
	#about .box3 h3 {
		font-size: 4.8rem;
		padding: .35rem 2rem;
	}
	#about .more {
		margin-bottom: 5.5rem;
	}
	#about .more span {
		margin-bottom: 1.5rem;
	}
	#about .box3 .case {
		width: auto;
		margin: 0 auto -2.8rem;
	}
	#about .box3 .case figure {
		width: 28.6rem;
		padding-left: 0;
		margin-left: .5rem;
		overflow: hidden;
	}
	#about .box3 .case figure img {
		width: 100%;
		transform: scale(1.15);
	}
	#about .box3 .case .text {
		width: auto;
		flex: 1;
		margin-left: -3rem;
		padding-bottom: 1.5rem;
	}
	#about .box3 .flow {
		width: 64.3rem;
		height: 18.1rem;
		margin: 0 auto;
	}
	#about .box3 .flow li:nth-child(1) {
		font-size: 2.4rem;
		padding-top: .9rem;
	}
	#about .box3 .flow li:nth-child(2) {
		font-size: 2.4rem;
		padding-top: 1rem;
	}
	#about .box3 .flow li:nth-child(3) {
		font-size: 2.8rem;
		padding-top: 2.7rem;
	}
	#about .box3 .note {
		width: 64.3rem;
	}
	#about .box3 > .text {
		margin-top: .8rem;
	}
}

/*product
----------------------------------------*/
.product {
	background: #EEF1F1;
	padding: 2.1rem 0 3.6rem;
}
.product h2 {
	text-align: center;
	font-size: 3.2rem;
	margin-bottom: 2.2rem;
}
.product .slide-wrap {
	width: 91.8rem;
	margin: 0 auto;
}
.product .slide-wrap::after {
	content: '';
	display: block;
	clear: both;
}
#p-slider .slick-slide,
#p-slider02 .slick-slide {
	background: #fff;
	float: left;
	width: 28.8rem;
	margin: 0 .9rem;
	border-radius: .8rem;
	padding: 2rem 0 2.6rem;
	box-shadow: 0 .3rem .6rem rgba(0, 0, 0, .16);
}
#p-slider .slick-dots,
#p-slider02 .slick-dots {
	width: 100%;
	display: flex;
	gap: 1rem;
	justify-content: center;
	margin-top: 1.5rem;
}
#p-slider .slick-list,
#p-slider02 .slick-list {
	overflow: hidden;
	padding-bottom: 1.5rem;
}
#p-slider .slick-dots li,
#p-slider02 .slick-dots li {
	width: 1.1rem;
	height: 1.1rem;
	background: #7e7e7e;
	border-radius: 50%;
	overflow: hidden;
}
#p-slider .slick-dots li.slick-active,
#p-slider02 .slick-dots li.slick-active {
	background: #4c98b4;
}
#p-slider .slick-dots li button,
#p-slider02 .slick-dots li button {
	appearance: none;
	padding: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
#p-slider .slick-next,
#p-slider .slick-prev,
#p-slider02 .slick-next,
#p-slider02 .slick-prev {
	appearance: none;
	border: 0;
	border-radius: 0;
	overflow: hidden;
	background: url(../img/slider_arrow.svg) no-repeat left top / 100% auto;
	border: 0;
	text-indent: -99rem;
	width: 4.4rem;
	height: 4.4rem;
	position: absolute;
	top: calc(50% - 2.2rem);
	left: -3.4rem;
	cursor: pointer;
}
#p-slider .slick-next,
#p-slider02 .slick-next {
	left: auto;
	right: -3.4rem;
	transform: scale(-1, 1);
}
#p-slider .name,
#p-slider02 .name {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.3333;
	min-height: 7.2rem;
	margin: 0 1.8rem;
	font-family: 'Century Gothic', "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
#p-slider .pic,
#p-slider02 .pic {
	/*filter: drop-shadow(.8rem .8rem 1.6rem rgba(0, 0, 0, .16));*/
}
#p-slider .price,
#p-slider02 .price {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	color: #F53C60;
	margin: 1rem 0 -.5rem;
}
#p-slider .price span,
#p-slider02 .price span {
	font-size: 3.6rem;
}
#p-slider .period,
#p-slider02 .period {
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 1.6rem;
}
#p-slider .btn,
#p-slider02 .btn {
	display: block;
	width: 24.5rem;
	margin: 0 auto;
	background: #F53C60;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 2.1rem;
	border-radius: 2.5rem;
	padding: .7rem;
}
#p-slider .btn::after,
#p-slider02 .btn::after,
.product .btn-type1::after {
	content: '';
	display: block;
	width: 1rem;
	height: 1rem;
	border-top: .3rem solid #fff;
	border-right: .3rem solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2rem;
	margin: auto 0;
}
.product .btn-type1 {
	display: block;
	width: 42.6rem;
	margin: 3.5rem auto 0;
	background: #F53C60;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 2.4rem;
	border-radius: 2.5rem;
	padding: .7rem 1.9rem .7rem 0;
}
@media only screen and (max-width: 767px) {
	.product {
		padding: 2.1rem 0 4.8rem;
	}
	.product .slide-wrap {
		width: 70rem;
	}
	#p-slider .slick-slide,
	#p-slider02 .slick-slide {
		width: 32rem;
		margin: 0 1.5rem;
		padding-bottom: 2.8rem;
	}
	#p-slider .slick-next,
	#p-slider .slick-prev,
	#p-slider02 .slick-next,
	#p-slider02 .slick-prev {
		left: -2rem;
	}
	#p-slider .slick-next,
	#p-slider02 .slick-next {
		left: auto;
		right: -2rem;
	}
	#p-slider .price {
		margin-bottom: -.8rem;
	}
	#p-slider .pic,
	#p-slider02 .pic {
		margin-bottom: 2rem;
	}
	#p-slider .period,
	#p-slider02 .period {
		font-size: 1.6rem;
		margin-bottom: 1.8rem;
	}
	#p-slider .btn,
	#p-slider02 .btn {
		width: 27.3rem;
		font-size: 2.4rem;
		padding: .6rem .5rem .7rem;
	}
	.product .btn-type1 {
		margin: 2.8rem auto 0;
	}
}

/*recommend
----------------------------------------*/
#recommend {
	padding: 4.9rem 2rem 3.6rem;
}
#recommend h2 {
	text-align: center;
	font-size: 3.6rem;
	margin-bottom: 4rem;
}
#recommend h2 > span {
	font-size: 4.2rem;
	color: #86AFBE;
	display: block;
	margin-top: 1.4rem;
}
#recommend h2 > span > span {
	display: inline-block;
	background: #87AFBE;
	color: #fff;
	margin-left: 1.5rem;
	padding: .4rem 2.8rem .2rem 2rem;
}
#recommend h2 > span > span span {
	font-size: 6rem;
	line-height: 1;
	font-family: 'Century Gothic', "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
#recommend ul {
	max-width: 120rem;
	margin: 0 auto 4.6rem;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}
#recommend ul li {
	width: calc((100% - 2rem) / 2);
	height: 13.4rem;
	border: .4rem solid #86AFBE;
	display: flex;
	align-items: center;
	padding: 0 0 0 1.3rem;
}
#recommend ul li:nth-child(2n) {
	padding: 0 0 0 1.9rem;
}
#recommend ul li .num {
	width: 6rem;
	font-size: 4.8rem;
	font-weight: 700;
	color: #86AFBE;
	font-family: 'Century Gothic', "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
#recommend ul li .text {
	font-size: 2.8rem;
	font-weight: 700;
}
#recommend ul li:nth-child(1) .text {
	margin-right: 4.4rem;
}
#recommend ul li:nth-child(3) .text {
	margin-right: 10rem;
}
#recommend ul li:nth-child(4) .text {
	margin-right: 2rem;
}
#recommend ul li:nth-child(5) .text {
	letter-spacing: -.05em;
	margin-right: 1.4rem;
}
#recommend ul li:nth-child(1) figure {
	width: 14.35rem;
}
#recommend ul li:nth-child(2) figure {
	width: 13.152rem;
}
#recommend ul li:nth-child(3) figure {
	width: 16.356rem;
}
#recommend ul li:nth-child(4) figure {
	width: 14.35rem;
}
#recommend ul li:nth-child(5) figure {
	width: 8.764rem;
}
#recommend ul li .text p span {
	background: linear-gradient(transparent 50%, #FCD500 50%);
}
#recommend ul li .note {
	font-size: 1.4rem;
	margin: .7rem 0 -.4rem .5rem;
}
#recommend .docomo,
#recommend .dpoint {
	text-align: center;
	font-weight: 700;
	margin-bottom: 2.4rem;
}
#recommend .docomo p:nth-child(1) {
	font-size: 3.6rem;
	margin-bottom: 1.5rem;
}
#recommend .docomo p:nth-child(1)::before,
#recommend .docomo p:nth-child(1)::after,
#recommend .dpoint p:nth-child(1)::before,
#recommend .dpoint p:nth-child(1)::after {
	content: '';
	display: inline-block;
	width: .5rem;
	height: 3.6rem;
	background: #333;
	transform: rotate(22deg);
	vertical-align: -.6rem;
	margin: 0 .5rem 0 .7rem;
}
#recommend .docomo p:nth-child(1)::before,
#recommend .dpoint p:nth-child(1)::before {
	transform: rotate(-22deg);
}
#recommend .docomo p:nth-child(2) {
	font-size: 4.4rem;
	margin-bottom: .8rem;
}
#recommend .docomo p:nth-child(2) > span:nth-of-type(2) {
	color: #85AFBE;
}
#recommend .docomo p:nth-child(3) {
	font-size: 4.8rem;
	color: #85AFBE;
}
#recommend .docomo p:nth-child(3) span {
	background: linear-gradient(transparent 62%, #FCD500 62%);
}
#recommend .docomo p:nth-child(2) img {
	display: inline-block;
	width: 26.3rem;
	vertical-align: -1.1rem;
}
#recommend .dpoint p:nth-child(2) img {
	display: inline-block;
	width: 7.775rem;
	vertical-align: -2.4rem;
	margin: 0 1rem 0 -1rem;
}
#recommend .dpoint p:nth-child(1) {
	font-size: 3.6rem;
	margin-bottom: 1.6rem;
}
#recommend .dpoint p:nth-child(2) {
	font-size: 4.4rem;
	margin-bottom: .8rem;
	width: fit-content;
	position: relative;
	margin: 0 auto;
}
#recommend .dpoint p:nth-child(2)::after {
	content: '';
	display: block;
	width: 7.75rem;
	height: 7.75rem;
	background: url(../img/logo_dpoint.png) no-repeat left top / 100% auto;
	position: absolute;
	left: -12rem;
	bottom: 1.5rem;
}
#recommend .dpoint p + p {
	margin-top: 1rem;
}
#recommend .docomo p:nth-child(2) span:nth-of-type(1),
#recommend .dpoint p:nth-child(2) span:nth-of-type(1) {
	color: #CC0133;
}
#recommend .dpoint p:nth-child(2) span:nth-of-type(2) {
	color: #84AFBE;
}
@media only screen and (max-width: 767px) {
	#recommend {
		padding: 4.9rem 2rem 2.6rem;
	}
	#recommend h2 {
		font-size: 3.2rem;
	}
	#recommend h2 > span {
		margin-top: 1.6rem;
	}
	#recommend h2 > span > span {
		margin-left: .5rem;
		padding: .4rem 1.5rem .2rem;
	}
	#recommend ul {
		display: block;
	}
	#recommend ul li {
		width: auto;
		padding: 0 0 0 3.2rem;
	}
	#recommend ul li + li {
		margin-top: 2rem;
	}
	#recommend ul li:nth-child(2n) {
		padding: 0 0 0 3rem;
	}
	#recommend ul li .num {
		width: 8rem;
	}
	#recommend ul li:nth-child(1) .text {
		margin-right: 12.5rem;
	}
	#recommend ul li:nth-child(2) .text {
		margin-right: -1rem;
	}
	#recommend ul li:nth-child(3) .text {
		margin-right: 18rem;
	}
	#recommend ul li:nth-child(4) .text {
		margin-right: 7rem;
	}
	#recommend ul li:nth-child(5) .text {
		letter-spacing: 0;
		margin-right: 4.7rem;
	}
	#recommend ul li:nth-child(2) figure {
		width: 21.0426rem;
	}
	#recommend .docomo p:nth-child(2) {
		left: 1rem;
	}
	#recommend .docomo p:nth-child(3) span {
		background: linear-gradient(transparent 55%, #FCD500 55%, #FCD500 95%, transparent 95%);
	}
	#recommend .dpoint p:nth-child(1) {
		margin-bottom: -1.6rem;
	}
}

/*step
----------------------------------------*/
#step {
	padding-bottom: 6rem;
}
#step h2 {
	background: #85AFBE;
	text-align: center;
	color: #fff;
	font-size: 3.2rem;
	letter-spacing: .01em;
	padding: 1.7rem 0 .3rem;
	margin-bottom: 4rem;
}
#step h2 > span {
	display: block;
	font-size: 4.2rem;
	letter-spacing: .05em;
}
#step h2 > span span {
	font-size: 6rem;
	font-family: 'Century Gothic', "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	color: #FCD500;
	line-height: 0;
	vertical-align: -.2rem;
}
#step ol {
	width: 120rem;
	margin: 0 auto;
	border: .4rem solid #81AFBE;
	display: flex;
	padding: 2rem 0 1.6rem;
}
#step ol li {
	width: 25%;
}
#step .num {
	width: 5.628rem;
	height: 5.628rem;
	border-radius: 50%;
	background: #85AFBE;
	font-family: 'Century Gothic', "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	color: #fff;
	font-size: 3.4rem;
	font-weight: 700;
	text-align: center;
	line-height: 5.5rem;
	position: absolute;
	left: 1.8rem;
	top: 0;
}
#step figure {
	height: 13.5rem;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: .7rem;
}
#step li + li::before {
	content: '';
	display: block;
	width: 2.7446rem;
	height: 3.446rem;
	background: url(../img/step_arrow.svg) no-repeat left top / 100% auto;
	position: absolute;
	top: 7.2rem;
	left: -1rem;
	transform: rotate(-90deg);
}
#step li + li:nth-child(3):before {
	left: -2rem;
}
#step li + li:nth-child(4):before {
	left: -1.5rem;
}
#step li:nth-child(1) figure img {
	width: 14.6rem;
	margin: 4.8rem 1.8rem 0 0;
}
#step li:nth-child(2) {
	margin-left: -.5rem;
}
#step li:nth-child(3) {
	margin-left: 1.8rem;
}
#step li:nth-child(2) figure img {
	width: 18.5rem;
}
#step li:nth-child(3) figure img {
	width: 13.7rem;
}
#step li:nth-child(4) figure img {
	width: 18.6rem;
}
#step li .text {
	font-size: 2.4rem;
	font-weight: 700;
	margin: 0 0 0 3.3rem;
}
#step li:nth-child(1) .text {
	margin-top: 1.3rem;
}
#step li:nth-child(2) .text {
	margin: 1.3rem 0 0 8.5rem;
}
#step li:nth-child(3) .text {
	margin: 1.3rem 0 0 2.5rem;
}
#step li .text span {
	background: linear-gradient(transparent 50%, #FCD500 50%, #FCD500 95%, transparent 95%);
}
@media only screen and (max-width: 767px) {
	#step h2 {
		padding: 1.7rem 0 .5rem;
		margin-bottom: 2rem;
	}
	#step ol {
		width: 71rem;
		padding: 4.7rem 0 3.5rem 2.5rem;
		display: block;
	}
	#step ol li {
		width: auto;
		display: flex;
		align-items: center;
	}
	#step ol li + li {
		margin-top: 4.6rem;
	}
	#step .num {
		position: relative;
		left: auto;
		top: auto;
	}
	#step figure {
		width: 24.8rem;
		height: auto;
		margin-bottom: 0;
		display: block;
	}
	#step li + li::before {
		top: -4rem;
		left: 0 !important;
		right: 3rem;
		margin: 0 auto;
		transform: none;
	}
	#step li:nth-child(1) figure img {
		margin: 1.8rem 0 0 3.5rem;
	}
	#step li:nth-child(2) {
		margin-left: 0;
	}
	#step li:nth-child(3) {
		margin-left: 0;
	}
	#step li:nth-child(2) figure img {
		width: 19.0053rem;
		margin: 0 0 0 .8rem;
	}
	#step li:nth-child(3) figure img {
		width: 9.1rem;
		margin: 0 0 0 6.7rem;
	}
	#step li:nth-child(4) figure img {
		width: 18.6266rem;
		margin: 0 0 0 1.8rem;
	}
	#step li .text {
		font-size: 3rem;
		margin: 0;
		line-height: 1.2;
	}
	#step li:nth-child(1) .text {
		margin-top: 1.3rem;
	}
	#step li:nth-child(2) .text {
		margin: 4rem 0 0;
	}
	#step li:nth-child(3) .text {
		margin: 3.5rem 0 0;
	}
	#step li:nth-child(4) .text {
		margin: 2rem 0 0;
	}
}

/*faq
----------------------------------------*/
#faq {
	padding: 6.5rem 2rem 0;
}
#faq h2 {
	margin: 0 auto;
	background: #87AFBE;
	color: #fff;
	width: fit-content;
	font-size: 3.6rem;
	padding: 1.1rem 2.2rem;
	margin-bottom: 3.2rem;
}
#faq dl {
	max-width: 90rem;
	margin: 0 auto;
}
#faq dl dt {
	border-top: .5rem solid #85AFBE;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: .01em;
	padding: 2.3rem 1.9rem 1.7rem;
	cursor: pointer;
	transition: opacity .3s;
}
#faq dl dt::after {
	content: '';
	display: block;
	width: 1.1rem;
	height: 1.1rem;
	border-top: .3rem solid #86AFBE;
	border-right: .3rem solid #86AFBE;
	transform: rotate(135deg);
	position: absolute;
	right: 2.4rem;
	top: 2.5rem;
}
#faq dl dt.open::after {
	transform: rotate(-45deg);
	top: 3.3rem;
}
#faq dl dt::before {
	content: '';
	display: block;
	height: .5rem;
	position: absolute;
	left: 0;
	top: -.5rem;
	width: 50%;
	background: #CC0133;
}
#faq dl dd {
	font-size: 1.6rem;
	font-weight: 700;
	padding: 0 0 7.2rem 4.4rem;
	line-height: 1.875;
	display: none;
}
#faq dl dd::before {
	content: 'A';
	font-weight: 700;
	font-size: 2.8rem;
	color: #86AFBE;
	position: absolute;
	left: 2rem;
	top: -1rem;
	font-family: 'Century Gothic', "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
#faq dl dd ul li {
	margin-left: 1em;
	text-indent: -1em;
}
#faq .btn-type1::after {
	content: '';
	display: block;
	width: 1rem;
	height: 1rem;
	border-top: .3rem solid #fff;
	border-right: .3rem solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.7rem;
	margin: auto 0;
}
#faq .btn-type1 {
	display: block;
	width: 36rem;
	margin: 2.5rem auto 0;
	background: #F53C60;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 2.4rem;
	border-radius: 2.5rem;
	padding: .7rem 1.9rem;
}
@media (hover:hover) {
	#faq dl dt:hover {
		opacity: .6;
	}
}
@media only screen and (max-width: 767px) {
	#faq dl dd {
		font-size: 2rem;
		padding: 0 0 4.5rem 4.4rem;
		line-height: 1.5;
	}
	#faq dl dd::before {
		top: -.5rem;
	}
}

/*responsive
----------------------------------------*/

.pc-none {
	display: none !important;
}

.sp-none {
	display: block !important;
}

@media only screen and (max-width: 767px) {
	.pc-none {
		display: block !important;
	}
	.sp-none {
	display: none!important;
	}
}

/*footer
----------------------------------------*/
.footer {
	height: 5.4rem;
	margin-top: 6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #cadce0;
}
.footer p {
	text-align: center;
	color: #666;
	font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
	.footer {
		margin-top: 9rem;
	}
}

/*floating-btn
----------------------------------------*/
.floating-btn {
  width: 100%;
  background: rgba(255,255,255,0.8);
  padding: 1.5rem 0;
  position: fixed;
  bottom: -9.4rem;
  left: 0;
  z-index: 10;
  transition: bottom 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .floating-btn {
    padding: calc(20 / 750 * 100vw) 0;
    bottom: calc(-120 / 750 * 100vw);
  }
}

.floating-btn.is-show {
  bottom: 0;
}

.floating-btn a {
  width: 56.8rem;
  height: 6.4rem;
  font-size: 2.2rem;
  color: #fff;
  background: #F53C60;
  border-radius: 100vh;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .floating-btn a {
    width: calc(710 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
  }
}

html {
  scroll-behavior: smooth;
}

body {
  height: auto;
  padding-bottom: 9.4rem;
}
@media only screen and (max-width: 767px) {
  body {
    padding-bottom: calc(120 / 750 * 100vw);
  }
}
