/*reset*/
html, body, div, object, iframe,
h1, h2, h3, h4, h5, h6, p,
abbr, address, cite, code,
img,
b, i, a, span,
dl, dt, dd, ol, ul, li,
form, label,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	line-height: 1;
	font-weight: 400;
	text-align: left;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}
html { font-family: sans-serif; }
body { line-height: 1; }
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { display: block; }
ul, li {
	list-style: none;
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	vertical-align: middle;
	text-align: center;
}
th {
	vertical-align: top;
	text-align: left;
}
img {
	width: 100%;
	height: auto;
	font-size: 0;
	vertical-align: middle;
}
a, span {
	color: inherit;
	line-height: inherit;
	font-weight: inherit;
	text-align: inherit;
	vertical-align: inherit;
}
a, .btn { cursor: pointer; }
input, select { vertical-align: middle; }
*, *::before, *::after { box-sizing: border-box; }

.clearfix::after {
	content: '';
	display: block;
	clear: both;
}

/*---------------------------------------------------*/
/*リライトclass リライトのみid指定して疑似important*/
/*display: none*/
@media screen and (min-width: 769px) {
	#body .pc-none { display: none; }
}
@media screen and (max-width: 768px) {
	#body .sp-none { display: none; }
}

/*---------------------------------------------------*/
/*ベースエディット*/
html {
	font-size: 15px;
	color: #474747;
}
h1, h2, h3, h4, h5, h6, p, li, th, td, dt, dd { line-height: 1.65; }
a,
.btn { transition: opacity 0.2s; }
a:hover,
.btn:hover{ opacity: 0.5; }

img.lazyload,
img.lazyloaded,
iframe.lazyload,
iframe.lazyloaded {
	opacity: 0;
	transition: opacity 2s;
}
img.lazyloaded,
iframe.lazyloaded { opacity: 1; }

/*ページ内リンク、ヘッダ・フッタ分ずらす*/
.anchor {
	margin-top : -64px;
	padding-top : 64px;
	height: 0;
}
@media screen and (max-width: 768px){
	.anchor {
		margin-top : -13vw;
		padding-top : 13vw;
	}
}

/*global---------------------------------------------------*/

.h2-box{
	text-align: center;
}

h2{
	line-height: 1.3;
	font-weight: 600;
	text-align: center;
	font-size: 45px;
	display: inline-block;
	background-repeat: no-repeat;
}
h2 span{
	font-size: 28px;
}

@media screen and (max-width: 768px) {
	h2{
		font-size: 6vw;
		background-size: 20%;
		background-position: 10px 0;
	}
	h2 span{font-size: 3.6vw;}
}
/*spメニュー表示時スクロールストップ*/
body.active-menu {
	overflow-y: hidden;
}

.wrap-1300,
.wrap-1060,
.wrap-920,
.wrap-640 {
	margin: auto;
	width: calc(100% - 20px - 20px);
}
.wrap-1300 {
	max-width: 1300px;
}
.wrap-1060 {
	max-width: 1060px;
}
.wrap-920 {
	max-width: 920px;
}
.wrap-640 {
	max-width: 640px;
}
@media screen and (max-width: 768px) {
	.wrap-1300,
	.wrap-1060,
	.wrap-920,
	.wrap-640 {
		width: calc(100% - 10px - 10px);
	}
}


.mb-20 {margin-bottom: 20px;}
.mb-40 {margin-bottom: 40px;}
.mb-150-40{
	margin-bottom: 150px;
}
.pdy-150-40{
	padding-top: 150px;
	padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
	.pdy-150-40{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.mb-150-40{
		margin-bottom: 40px;
	}
}

/*.bg-type---------------------------------------------------*/
.bg-type-1 {
	background-color: #F25E69; /*濃いピンク*/
}
.bg-type-2 {
	background-color: #fde7e6; /*うすいピンク*/
}
.bg-type-3 {
	background-color: #f5f3f5; /*うすいグレー*/
}
.bg-type-4 {
	background-color: #fff; /*しろ*/
}
.bg-type-5 {
	background-color: rgba(255,255,255,0.9); /*しろ 0.9*/
}

/*.h2-type---------------------------------------------------*/
.h2-type-1 {
	color: #fff;
}
.h2-type-2 {
	color: #F25E69;
}

/*fv---------------------------------------------------*/
.fv {
	position: relative;
	height: calc((8 / 15) * 100%);
}
.fv .btn{
	width: 28%;
	position: absolute;
	top: 72%;
	left: 18%;
}
@media screen and (max-width: 768px) {
	.fv {
		margin-top: 13vw; /*ヘッダ分*/
		height: calc((81 / 48) * 100%);
	}
	.fv .btn {
		width: 100%;
		position: absolute;
		top: 77%;
		left: 0%;
	}
}

/*ヘッダー---------------------------------------------------*/
header {
	margin: auto;
	position: absolute;
	width: calc(100% - 40px);
	max-width: 1250px;
	height: 72px;
	display: flex;
	align-items: center;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
}
header .logo{
	margin-right: 20px;
	width: 279px;
}
header .tel{
	width: 257px;
}
header .btn{
	display: none;
}
@media screen and (max-width: 768px) {
	header {
		margin: 0;
		position: fixed;
		justify-content: space-between;
		width: 100%;
		height: 13vw;
		background: rgba(255,255,255,0.95);
		box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
	}
	header .logo{
		margin: 0 0 0 10px;
		width: 50vw;
	}
	header .tel{
		display: none;
	}
	header .btn{
		margin-right: 10px;
		display: block;
		height: 8vw;
		width: auto;
	}
}

/*footer---------------------------------------------------*/
footer {
	position: fixed;
	background: rgba(255,255,255,0.95);
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 5;
}
footer p {
	font-family: serif;
	text-align: center;
	background: #DBDBDB;
	height: 40px;
	line-height: 40px;
}
footer .btn-set-pc,
footer .btn-set-sp{
	display: flex;
}
footer .btn,
footer .btn-tel{
	display: flex;
	justify-content: center;
	align-items: center;
}
footer .btn-cs{
	background: rgb(255,73,109);
	background: linear-gradient(0deg, rgba(255,73,109,1) 0%, rgba(255,110,134,1) 100%);
}
footer .btn-ma{
	background: rgb(198,159,98);
	background: linear-gradient(0deg, rgba(198,159,98,1) 0%, rgba(218,196,124,1) 100%);
}
footer .btn-mo{
	background: rgb(225,131,12);
	background: linear-gradient(0deg, rgba(225,131,12,1) 0%, rgba(245,168,38,1) 100%);
}
footer .btn-set-sp .btn-tel{
	background: rgb(169,73,159);
	background: linear-gradient(0deg, rgba(169,73,159,1) 0%, rgba(211,103,180,1) 100%);
}
footer .btn-set-pc{
	margin: auto;
	padding: 10px 0;
	width: calc(100% - 20px);
	max-width: 1250px;
}
footer .btn-set-pc .btn{
	margin-right: 1%;
	width: 20%;
	border-radius: 8px;
}
footer .btn-set-pc .btn-mo{
	margin-right: 3%;
}
footer .btn-set-pc .btn img{
	height: 50%;
	width: auto;
}
footer .btn-set-pc .btn-tel{
	width: 35%;
}
footer .btn-set-sp .btn,
footer .btn-set-sp .btn-tel{
	width: calc(100% / 4);
	height: 13vw;
}
footer .btn-set-sp .btn img{
	height: 70%;
	width: auto;
}
@media screen and (max-width: 1250px) {
	footer p {
		height: 4vw;
		line-height: 4vw;
		font-size: 1.5vw;
	}
}

/*nav---------------------------------------------------*/
nav {
	background: rgba(255,255,255,0.95);
	position: sticky;
	top: 0;
	z-index: 5;
}
nav .inner{
	margin: auto;
	max-width: 1250px;
	display: flex;
}
nav a {
	width: calc(100% / 8);
	display: block;
	line-height: 64px;
	color: #F25E69;
	text-align: center;
	border-left: 1px solid #F25E69;
}
nav a:last-of-type {
	border-right: 1px solid #F25E69;
}
@media screen and (max-width: 1250px) {
	nav a {
		font-size: 1.25vw;
	}
	nav a:first-of-type {
		border-left-style: none;
	}
	nav a:last-of-type {
		border-right-style: none;
	}
}
@media screen and (max-width: 768px) {
	.active-menu .sp-menu-bg {
		position: fixed;
		background: rgba(255, 255, 255, 0.5);
		width: 100vw;
		height: 150vh;
		top: 0;
		left: 0;
		z-index: 15;
		transition: opacity 0.2s;
	}
	nav {
		background: #F25E69;
		position: fixed;
		width: 75vw;
		height: 100vh;
		overflow-y: auto;
		z-index: 20;
		top: 0;
		right: -75vw;
		opacity: 0;
		transition: right 0.2s, opacity 0.2s;
	}
	.active-menu nav{
		right: 0;
		opacity: 1;
	}
	nav .sp-menu-header{
		padding: 2.5vw 2.5vw;
		text-align: right;
		height: 13vw;
		border-bottom: 1px solid rgba(255,255,255,0.5);
		position: relative;
	}
	nav .sp-menu-header .btn{
		height: 8vw;
		width: auto;
	}
	nav .inner{
		width: 100%;
		display: block;
		position: relative;
	}
	nav a {
		padding-left: 2.5vw;
		color: #fff;
		width: 100%;
		text-align: left;
		font-size: 4vw;
		line-height: 12vw;
		background: #f58088;
		border-left-style: none;
		border-bottom: 1px solid rgba(255,255,255,0.5);
	}
}

/*.back-top-btn---------------------------------------------------*/
.back-top-btn {
	position: fixed;
	bottom: calc(134px + 20px);
	right: 20px;
	z-index: 7;
}
@media screen and (max-width: 1250px) {
	.back-top-btn {
		bottom: calc(11.5vw + 20px);
	}
}
@media screen and (max-width: 768px) {
	.back-top-btn {
		right: 10px;
		bottom: calc(17vw + 10px);
	}
}













