@charset "UTF-8";
@import url('//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Raleway:wght@200&display=swap');

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "游ゴシック",YuGothic,"Helvetica","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
}
html {
	-webkit-text-size-adjust: 100%;
}
body {
	position: relative;
	overflow-x: hidden;
	color:#5a5757;
	background-color:#fff;
}
body:not(.sphone) {
	line-height: 1.5em;
	font-size: .94rem;
}
body.sphone {
	line-height: 1.5em;
	font-size: 14px;
}
a {
	text-decoration:underline;
	outline:none;
	color:#5a5757;
}
a:hover {
	text-decoration:none;
	color:#5a5757;
}
a:focus,a:visited {
	outline:none;
	color:#5a5757;
}
img {
	border:none;
	vertical-align:bottom;
}
li {
	list-style:none;
}
iframe {
	display:block;
}
::selection {
	background-color:#cdcdcd;
}
::-moz-selection {
	background-color:#cdcdcd;
}
iframe[name="google_conversion_frame"] { position:absolute; top:0; }


/* -------------------------------------------------------------------------- */
/* -- other -- */
#Loading {
	z-index:100;
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-color:#f1f5f7;
}
#Loading p {
	position: fixed;
	display: block;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
	border: #ea6d8d 5px solid;
	border-right-color: transparent;
	animation: loader 1.2s linear infinite;
}
body:not(.sphone) #Loading p {
	width: 30px;
	height: 30px;
}
.sphone #Loading>p {
	width: 10vw;
	height: 10vw;
}
@keyframes loader {
	0%    {transform: rotate(0);}
	100%  {transform: rotate(360deg);}
}

.opa {
	opacity: 1;
	transition: all 220ms 0s ease-out;
}
.opa:hover,.opa:focus {
	opacity: .5;
}

.movieOpenBtn {
	cursor: pointer;
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

body:not(.sphone) .pcBlock,
.sphone .spBlock {
	display: block;
}

.fontFamily1 {
	font-family: 'Noto Sans JP', sans-serif;
}
.fontFamily2 {
	font-family: 'Raleway', sans-serif;
}

.color1 {
	color: #e14482;
}
.color2 {
	color: #d8c91b;
}
.color3 {
	color: #5dc1cf;
}

/* リスト */
ul.list li,ul.list2 li {
	position: relative;
	padding-left: 1.1em;
}
ul.list li::before,ul.list2 li::before {
	position: absolute;
	left: 0;
	top: 0;
}
ul.list li::before {
	content: '※';
}
ul.list2 li::before {
	content: '・';
}
/* マージン */
body:not(.sphone) .margin05 {
	margin-top: .5rem !important;
}
body:not(.sphone) .margin1 {
	margin-top: 1rem !important;
}
body:not(.sphone) .margin2 {
	margin-top: 2rem !important;
}
body:not(.sphone) .margin3 {
	margin-top: 3rem !important;
}
.sphone .margin05 {
	margin-top: 2% !important;
}
.sphone .margin1 {
	margin-top: 4% !important;
}
.sphone .margin2 {
	margin-top: 7% !important;
}
.sphone .margin3 {
	margin-top: 10% !important;
}


/* -------------------------------------------------------------------------- */
/* -- .btn -- */
.btn a {
	display: block;
	position: relative;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: 700;
	background-color: #f98ba7;
	border-radius: 4px;
	transition: all 220ms 0s ease-out;
}
.btn a:hover,.btn a:focus {
	background-color: #f4a657;
	box-shadow:0px 0px 6px 0px rgba(255,255,255,.7);
}
.btn a::after {
	content: '';
	position: absolute;
	right: 3%;
	width: .6em;
	height: .6em;
	border: 1px solid;
	border-color: #fff #fff transparent transparent;
	transform: rotate(45deg);
	transition: all 160ms 0s ease-out;
}
.btn a:hover::after,.btn a:focus::after {
	right: 1.5%;
}
/* ----------------------------- */
body:not(.sphone) .btn {
	width: 24rem;
	margin-left: auto;
	margin-right: auto;
}
body:not(.sphone) .btn a {
	padding: .6rem 0;
}
body:not(.sphone) .btn a::after {
	top: 38%;
}
/* ----------------------------- */
.sphone .btn {
	width: 90vw;
	margin-left: auto;
	margin-right: auto;
}
.sphone .btn a {
	padding: 3% 0;
}
.sphone .btn a::after {
	top: 38%;
}


/* -------------------------------------------------------------------------- */
/* -- nav -- */
nav #menuArea {
	position: fixed;
	background-color: #ed839e;
}
nav #menuArea li>* {
	position: relative;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	line-height: 1em;
	font-family: 'Noto Sans JP', sans-serif;
	color: #fff;
	transition: all 220ms 0s ease-out;
}
nav #menuArea li>*:hover,nav #menuArea li>*:focus {
	color: #cd214d;
}
/*nav #menuArea li>*:visited {
	color: #fff;
}*/

/* ----------------------------- */
body:not(.sphone) nav {
}
body:not(.sphone) #menuArea {
	z-index: 300;
	overflow: hidden;
	width: 100%;
	height: 2.4rem;
	left: 0;
	bottom: 0;
}
body:not(.sphone) #menuArea li {
	float: left;
}
body:not(.sphone) #menuArea li>* {
	box-sizing: border-box;
	letter-spacing: .08em;
	line-height: 2.4rem;
	font-size: 1em;
	padding: 0 1em .4em;
}
/* ----------------------------- */
.sphone nav {
	display: none;
	box-sizing: border-box;
	position: fixed;
	z-index: 100;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.8);
}
.sphone #menuArea {
	right: -62vw;
	top: 0;
	width: 60vw;
	height: 100%;
	padding-top: 8vw;
	padding-left: 2vw;
}
.sphone #menuArea li {
	margin-bottom: 5vw;
	text-align: left;
}
.sphone #menuArea li>* {
	font-size: 1.3em;
}


/* -------------------------------------------------------------------------- */
/* -- #spbtn -- */
#spbtn,#spbtn span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
#spbtn {
	position: fixed;
	z-index: 200;
	cursor: pointer;
	background-color: #e85c80;
}
#spbtn>p {
	position: relative;
	z-index: 51;
}
#spbtn span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	margin: auto;
	background-color: #fff;
}
#spbtn span:nth-of-type(1) {
	top: 0;
}
#spbtn span:nth-of-type(2) {
	top: 0;
	bottom: 0;
}
#spbtn span:nth-of-type(3) {
	bottom: 0;
}
#spbtn.active span:nth-of-type(2) {
	opacity: 0;
}
/* ----------------------------- */
body:not(.sphone) #spbtn {
	display: none;
}
/* ----------------------------- */
.sphone #spbtn {
	right: 0;
	top: 0;
	width: 10vw;
	height: 10vw;
}
.sphone #spbtn>p {
	right: -1.9vw;
	top: 3vw;
	width: 6vw;
	height: 4vw;
}
.sphone #spbtn.active span:nth-of-type(1) {
	transform: translateY(1.8vw) rotate(-45deg);
}
.sphone #spbtn.active span:nth-of-type(3) {
	transform: translateY(-1.8vw) rotate(45deg);
}


/* -------------------------------------------------------------------------- */
/* -- #otherPage header -- */
#otherPage header h1 img {
	width: 100%;
	height: auto;
}
/* ----------------------------- */
body:not(.sphone)#otherPage header {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
body:not(.sphone)#otherPage header h1 {
	width: 22rem;
}
body:not(.sphone)#otherPage header h2 {
	margin-top: 2rem;
	font-size: 2em;
}
/* ----------------------------- */
.sphone#otherPage header {
	padding-top: 2%;
	padding-bottom: 2%;
}
.sphone#otherPage header h1 {
	width: 56%;
}
.sphone#otherPage header h2 {
	margin-top: 3%;
	font-size: 1.6em;
}


/* -------------------------------------------------------------------------- */
/* -- #mainArea -- */
#mainArea {
	position: relative;
	background-color: #f1f5f7;
}
#mainArea section h2 {
	position: relative;
	text-align: center;
}
#mainArea section h2 span {
	position: relative;
}
#mainArea section h2 span.back::after {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #fbcad6;
}
#mainArea section h2 span.txt {
	display: inline-block;
	z-index: 2;
	font-family: 'Raleway', sans-serif;
	color: #5dc1cf;
}
/* ----------------------------- */
body:not(.sphone)#otherPage #mainArea {
	padding-top: 2rem;
}
body:not(.sphone) #mainArea section h2 {
	padding-bottom: .5em;
}
body:not(.sphone) #mainArea section h2 span.back::after {
	height: 1.1em;
	bottom: -.5em;
}
body:not(.sphone) #mainArea section h2 span.txt {
	height: .75em;
	padding: .2em .7em 0;
	line-height: .7em;
	letter-spacing: .14em;
	font-size: 2.3em;
}
/* ----------------------------- */
.sphone#otherPage #mainArea {
	padding-top: 6%;
	padding-bottom: 4%;
}
.sphone #mainArea section h2 {
	padding-bottom: .3em;
}
.sphone #mainArea section h2 span.back::after {
	height: .8em;
	bottom: -.3em;
}
.sphone #mainArea section h2 span.txt {
	height: .75em;
	padding: .2em .4em 0;
	line-height: .7em;
	letter-spacing: .14em;
	font-size: 1.7em;
}



/* -------------------------------------------------------------------------- */
/* -- .apologyStyle -- */
#apologyClose {
	box-sizing: border-box;
	position: fixed;
	z-index: 400;
	cursor: pointer;
	transition: all 300ms 0s ease;
}
#apologyClose p {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	margin: auto;
	background-color: #5a5757;
}
#apologyClose p:first-of-type {
	transform: rotate(-45deg);
}
#apologyClose p:nth-of-type(2) {
	transform: rotate(45deg);
}
#apologyClose:hover,#apologyClose:focus {
	opacity: .4;
}
body:not(.sphone) #apologyClose {
	right: 6%;
	top: 2%;
	width: 50px;
	height: 50px;
	padding-top: 25px;
}
.sphone #apologyClose {
	right: 0;
	top: 0;
	width: 8vw;
	height: 8vw;
}
/**/
#apologyOverArea {
	position: fixed;
	z-index: 400;
	left: 0;
	top: 0;
	overflow-y: scroll;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background-color: #fff;
}
body:not(.sphone) #apologyOverArea {
	padding: 2rem 0;
}
.sphone #apologyOverArea {
	padding: 10% 0 6%;
}
/**/
.apologyStyle {
	box-sizing: border-box;
	background-color: #fff;
	border: #b3c2c9 1px solid;
}
.apologyStyle .mtitle {
	padding-bottom: .4em;
	border-bottom: #5a5757 2px solid;
}
.apologyStyle .bigTxt {
	font-size: 1.1em;
}
.apologyStyle .miniTxt {
	font-size: .9em;
}
.apologyStyle .toiawase {
	box-sizing: border-box;
	border: #b3c2c9 2px solid;
}
.apologyStyle .toiawase h3 {
	font-size: 1.1em;
}
/* ----------------------------- */
body:not(.sphone) .apologyStyle {
	width: 60%;
	margin: auto;
	padding: 2rem 1.5rem;
}
body:not(.sphone) .apologyStyle .mtitle {
	font-size: 1.7em;
}
body:not(.sphone) .apologyStyle .toiawase {
	width: 80%;
	padding: 1.5rem 1.5rem 2rem;
}
/* ----------------------------- */
.sphone .apologyStyle {
	padding: 6% 3%;
}
.sphone .apologyStyle .mtitle {
	font-size: 1.4em;
}
.sphone .apologyStyle .toiawase {
	padding: 3% 2% 5%;
}










/* -------------------------------------------------------------------------- */
/* -- footer -- */
footer small {
	display: block;
	text-align: center;
	font-size: .8em;
}
/* ----------------------------- */
body:not(.sphone) footer {
	margin-top: 3rem;
	padding-bottom: 4rem;
}
body:not(.sphone)#otherPage footer {
	margin-top: 6rem;
}
/* ----------------------------- */
.sphone footer {
	margin-top: 8%;
}
.sphone#otherPage footer {
	margin-top: 16%;
}


/* -------------------------------------------------------------------------- */
/* -- #sns -- */
#sns {
	box-sizing: border-box;
	font-size: .8em;
	color: #afafaf;
	/*border: #afafaf 2px solid;*/
}
#sns .itemArea,
#sns .itemArea ul {
	letter-spacing: -.4em;
}
#sns .itemArea>*,
#sns .itemArea ul li {
	transition: all 220ms 0s ease-out;
	display:inline-block;
	letter-spacing: normal;
	vertical-align:top;
	*display: inline;
	*zoom: 1;
}
#sns .itemArea ul li:hover,#sns .itemArea ul li:focus {
	opacity: .5;
}
#sns .itemArea img {
	width: 100%;
	height: auto;
}
/* ----------------------------- */
body:not(.sphone) #sns {
	width: 24rem;
	margin: auto;
	/*padding: .6rem .6rem .6rem 1.4rem;*/
	text-align: center;
	border-radius: 4px;
	letter-spacing: -.4em;
}
body:not(.sphone) #sns .itemArea {
	display:inline-block;
	letter-spacing: normal;
	vertical-align:top;
	*display: inline;
	*zoom: 1;
}
body:not(.sphone) #sns .itemArea:first-of-type {
	margin-right: 1rem;
	padding-right: 1rem;
	border-right: #afafaf 1px solid;
}
body:not(.sphone) #sns .itemArea p {
	line-height: 24px;
}
body:not(.sphone) #sns .itemArea li {
	width: 24px;
	margin-left: .8rem;
}
/* ----------------------------- */
.sphone #sns {
	overflow: hidden;
	position: relative;
	width: 74vw;
	margin: 0 auto 0 13vw;
	/*padding: 2% 0 2% 12%;*/
	border-radius: 4px;
}
.sphone #sns .itemArea {
	float: left;
}
.sphone #sns .itemArea:first-of-type {
	margin-right: 1rem;
	padding-right: 1rem;
	border-right: #afafaf 1px solid;
}
.sphone #sns .itemArea p {
	line-height: 1.4rem;
}
.sphone #sns .itemArea li {
	width: 1.4rem;
	margin-left: .8rem;
}