@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/

html,
body {
	height: 100%;
	position: relative;
}

html {
	font-size: 62.5%;
	overflow-y: scroll;
}

body {
	width: 100%;
}

body.fixed {
	position: fixed;
}

@media screen and (min-width: 768px) {
	body {
		min-width: 720px;
		position: relative;
	}
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 1.5;
	list-style-type: none;
	font-style: normal;
	font-size: 1.4rem;
	font-weight: normal;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: left;
	color: #313131;
}

img {
	max-width: 100%;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
}

a {
	color: inherit;
}

a img {
	transition: opacity 0.3s ease-out;
}

a:hover img {
	opacity: 0.7;
}

@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		display: inline-block;
		pointer-events: none;
	}
}

/* ------------------------------
    汎用アイテム
------------------------------ */

.inner {
	margin: 0 auto;
	max-width: 680px;
}

.flex {
	display: flex;
	align-items: center;
}

.flex.bw {
	justify-content: space-between;
}

.flex.cnt {
	justify-content: center;
}

.flex.fdr {
	flex-direction: column-reverse;
}

p {
	color: #4e4946;
	font-size: 2.6rem;
	letter-spacing: 1.8px;

	line-height: 1.6;
	padding: 0 25px;
	margin-bottom: 50px;
}

p.ls {
	letter-spacing: -1px;
}

p.note {
	margin-top: 35px;
	font-size: 1.6rem;
}

p.thin {
	letter-spacing: -1px;
}

@media screen and (max-width: 767px) {
	p {
		font-size: 1.8rem;
		letter-spacing: 0;
		padding: 0 5%;
		margin-bottom: 50px;
	}

	p.note {
		margin-top: 15px;
		font-size: 1.4rem;
	}
}

.emphasis {
	margin-top: -40px
}

.bold {
	font-weight: bold;
}

.big {
	font-size: 4rem;
}

.underline {
	text-decoration: underline;
}

.small {
	font-size: 1.4rem;
	margin-top: -45px;
}

.midium {
	font-size: 2.6rem;
}

.smile {
	background: url("../img/smile.png") no-repeat;
	background-size: cover;
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: text-bottom;
}

.light {
	background: url("../img/light.png") no-repeat;
	background-size: cover;
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: text-bottom;
}

.happy {
	background: url("../img/happy.png") no-repeat;
	background-size: cover;
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: text-bottom;
}

.love {
	background: url("../img/love.png") no-repeat;
	background-size: cover;
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: text-bottom;
}

.heart {
	background: url("../img/heart.png") no-repeat;
	background-size: cover;
	display: inline-block;
	width: 36px;
	height: 30px;
	vertical-align: text-bottom;
}

.idea {
	background: url("../img/idea.png") no-repeat;
	background-size: cover;
	display: inline-block;
	width: 26px;
	height: 39px;
	vertical-align: text-bottom;
}

.cry {
	background: url("../img/cry.png") no-repeat;
	background-size: cover;
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: text-bottom;
}

.sweat {
	background: url("../img/sweat.png") no-repeat;
	background-size: cover;
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: text-bottom;
}

.light-large {
	background: url("../img/light-large.png") no-repeat;
	display: inline-block;
	width: 62px;
	height: 62px;
	vertical-align: text-bottom;
}

.happy-large {
	background: url("../img/happy-large.png") no-repeat;
	display: inline-block;
	width: 62px;
	height: 62px;
	vertical-align: bottom;
}

@media screen and (max-width: 767px) {
	.big {
		font-size: 2.5rem;
	}

	.small {
		font-size: 1.1rem;
		letter-spacing: -0.5px;
		margin-top: -48px;
	}

	.midium {
		font-size: 1.6rem;
		letter-spacing: 0;
	}

	.emphasis {
		margin-top: -22px
	}

	.light-large {
		background: url("../img/light.png") no-repeat;
		display: inline-block;
		width: 31px;
		height: 31px;
		vertical-align: text-bottom;
	}

	.happy-large {
		background: url("../img/happy.png") no-repeat;
		display: inline-block;
		width: 31px;
		height: 31px;
		vertical-align: bottom;
	}

	.happy {
		width: 22px;
		height: 22px;
	}

	.light {
		width: 22px;
		height: 22px;
	}

	.love {
		width: 22px;
		height: 22px;
	}

	.heart {
		width: 26px;
		height: 22px;
	}

	.smile {
		width: 22px;
		height: 22px;
	}

	.cry {
		width: 22px;
		height: 22px;
	}

	.sweat {
		width: 22px;
		height: 22px;
	}

	.idea {
		width: 21px;
		height: 33px;
	}
}

.red {
	color: #fc0102;
}

.purple {
	color: #380c6f;
}

.pink {
	color: #f55e69;
}

.navy {
	color: #2f4661;;
}


.bg {
	background: linear-gradient(transparent 22%, #fff890 0%, #fff890 80%,transparent 82%);
	color: #4e4946;
	line-height: 1.2;
	position: relative;
	z-index: 0;
}

.red.bg {
	color: #fc0102;
}

.tac {
	text-align: center;
}

.tar {
	text-align: right;
}


/* ------------------------------
    fv
------------------------------ */
.fv p {
	margin: 10px 0 30px;
}

.tags {
	margin: 30px 25px 30px;
}

.tags li {
	margin-right: 1%;
}

.tags li:last-child {
	margin-right: 0;
}

@media screen and (max-width: 767px) {
	.tags {
		margin: 30px 5% 30px;
	}
}

.intro {
	margin-bottom: 60px;
}

.intro p {
	color: #313131;
}

@media screen and (max-width: 767px) {
	.intro {
		margin-bottom: 60px;
	}
}

/* ------------------------------
   cta
------------------------------ */
.other-page {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.other-page-btn {
	width: 50%;
	bottom: 10%;
	left: 42%;
	position: absolute;
}

.cta-area {
	margin-bottom: 250px;
}

.other-page-official {
	width: 80%;
	margin: 0 auto;
	align-items: center;
	position: relative;
}

.other-page-officialbtn {
	width: 100%;
	bottom: -70%;
	left: 0%;
	position: absolute;
}

@media screen and (max-width: 767px) {
	.cta-area {
		margin-bottom: 150px;
	}
}

/* ------------------------------
    self-intro
------------------------------ */
.introduce {
	margin-bottom: 26px;
}

.self-intro {
	background: #fff5c9;
	margin-bottom: 100px;
	padding: 75px 3%;
}

.self-intro .wrap {
	background: #fff;
	padding: 25px 4% 6px;
	outline: 2px solid #f0e5b3;;
	outline-offset: -5px;
	position: relative;
}
.intro-image {
	padding: 20px;

}
@media screen and (max-width: 767px) {
	.self-intro {
		padding: 32px 15px;
		margin-top: 30px;
	}

	.self-intro .wrap {
		padding: 10px 3% 1px;
	}

	.introduce {
		margin-bottom: 12px;
	}
}

/* ------------------------------
    cta
------------------------------ */
.cta {
	margin: 0 auto;
	width: 80%;
	margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
	.cta {
		margin-bottom: 30px;
	}
}

/* ------------------------------
    comic
------------------------------ */
.comic {
	background: #fcf2e4;
	margin-bottom: 100px;
	padding: 75px 3%;
}

.comic.pink {
	background: #ffafb5;
}

.comic .wrap {
	background: #fff;
	padding: 75px 6% 1px;
	margin: 10px;
	box-shadow: 8px 10px 0px 0 #fb9ca9;
	position: relative;
}

.comic .wrap:before,
.comic .wrap:after {
	content: '';
	display: block;
	height: 93px;
	position: absolute;
	width: 108px;
}

.comic .wrap:before {
	background: url("../img/ico_dq_before.png") no-repeat;
	background-size: cover;
	left: 0;
	top: -50px;
}

.comic.pink .wrap:before {
	background: url("../img/ico_dq_pink_before.png") no-repeat;
	background-size: cover;
}

.comic .wrap:after {
	background: url("../img/ico_dq_after.png") no-repeat;
	background-size: cover;
	right: 0;
	bottom: -35px;
}

.comic.pink .wrap:after {
	background: url("../img/ico_dq_pink_after.png") no-repeat;
	background-size: cover;
}

.comic img {
	display: block;
	margin: 0 auto 50px;
	width: 100%;
}

.comic img.mb0 {
	margin-bottom: 0;
}

.comic .wrap p {
	padding: 0;
}

.comic .wrap+p.note {
	margin: 10px 12px -1rem;
	padding: 0;
}

@media screen and (max-width: 767px) {
	.comic {
		margin-bottom: 50px;
		padding: 40px 3%;
	}

	.comic .wrap {
		padding: 40px 6% 1px;
		margin: 5px;
	}

	.comic .wrap:before,
	.comic .wrap:after {
		height: 46px;
		width: 53px;
	}

	.comic .wrap:before {
		top: -30px;
	}

	.comic .wrap:after {
		bottom: -30px;
	}

	.comic img {
		margin-bottom: 50px;
	}
}

/* ------------------------------
    fixedbtn
------------------------------ */

.fixed_btn {
	position: fixed;
	bottom: 5px;
	max-width: 680px;
	width: 100%;
	z-index: 999;
}

.fixed_btn p {
	margin-bottom: 20px;
	padding: 0 1%;
	text-align: center;
}

/*footerまでスクロールしたら消す*/
.is-hidden {
	visibility: hidden;
	opacity: 0;
}

@media screen and (max-width: 767px) {
	.fixed_btn {
		display: none;
	}

	.fixed_btn p {
		padding: 0;
	}

	.fixed_btn p img {
		max-width: none;
		width: 100%;
	}
}

/* ------------------------------
    footer
------------------------------ */
#footer {
	padding-top: 10px;
}

#footer .badge {
	align-items: center;
	display: flex;
	justify-content: center;
}

#footer .badge li {
	display: inline-block;
	margin: 0 1%;
	vertical-align: middle;
}

#footer .sslinfo li {
	text-align: center;
}

#footer .copy p {
	margin-top: 5px;
	text-align: center;
}

.tel {
	width: 80%;
	padding-top: 50px;
	padding-bottom: 50px;
	margin: 0 auto;
	align-items: center;
}



/* ------------------------------
    margin
------------------------------ */
.contents .mt30 {
	margin-top: 30px;
}
.contents .mb10 {
	margin-bottom: 10px;
}

.contents .mb24 {
	margin-bottom: 24px;
}

.contents .mb50 {
	margin-bottom: 50px;
}

.contents .mb150 {
	margin-bottom: 150px;
}

@media screen and (max-width: 767px) {
	.contents .mt30 {
		margin-top: 12px;
	}
	.contents .mb30 {
		margin-bottom: 26px;
	}
	.contents .mb50 {
		margin-bottom: 25px;
	}

	.contents .mb150 {
		margin-bottom: 75px;
	}
}
/* ------------------------------
    clearfix
------------------------------ */

.cf:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.cf {
	display: inline-block;
}

/* Hides from IE Mac */
* html .cf {
	height: 1%;
}

.cf {
	display: block;
}

/* End Hack */


/* ------------------------------
    sp/pc
------------------------------ */

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

@media screen and (max-width:767px) {
	.pc {
		display: none !important;
	}
}