@charset "UTF-8";

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

html,body{ height:100%; }
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 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: 720px;
}

.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: 3rem;
	letter-spacing: 0;
	line-height: 1.6;
	padding: 0 25px;
	margin-bottom: 100px;
}
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;
	}
}

.bold{ font-weight: bold;}
.big { font-size: 4rem;}
.underline { text-decoration: underline;}
.small { font-size: 1.4rem;}
.midium { font-size: 2.6rem; letter-spacing: -2px;}
@media screen and (max-width: 767px) {
	.big { font-size: 2.5rem;}
	.small { font-size: 1.1rem; letter-spacing: -0.5px;}
	.midium { font-size: 1.6rem; letter-spacing: 0;}
}
.red { color: #fc0102;}
.purple { color: #380c6f;}
.pink { color: #f17493;}


.bg	{
	background: #ffff45;
	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: 150px;
}
.intro p {
	color: #313131;
}

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

/* ------------------------------
    comic
------------------------------ */
.comic {
	background: #ffe1b7;
	margin-bottom: 100px;
	padding: 75px 3%;
}
.comic.pink {
	background: #ffd9ee;
}
.comic .wrap {
	background: #fff;
	padding: 75px 3% 1px;
	position: relative;
}
.comic .wrap:before, .comic .wrap:after {
	content: '';	
	display: block;
	height: 93px;
	position: absolute;
	width: 102px;
}
.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 100px;
}
.comic img.mb0 {
	margin-bottom: 0;
}
.comic .wrap p {
	padding: 0;
}

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

@media screen and (max-width: 767px) {
	.comic {
		margin-bottom: 50px;
		padding: 40px 3%;
	}
	.comic .wrap {
		padding: 40px 3% 1px;
	}
	.comic .wrap:before, .comic .wrap:after {
		height: 46px;
		width: 51px;
	}
	.comic .wrap:before {
		top: -30px;
	}
	.comic .wrap:after {
		bottom: -30px;
	}
	.comic img {
		margin-bottom: 50px;
	}
}


/* ------------------------------
    toaster
------------------------------ */
.comic.toaster {
	margin-top: 160px;
}
.ttl_toaster {
	position: absolute;
	left: 0;
	right: 0;
	top: -160px;
	margin: 0 auto;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.ttl_toaster{
		width: 60%;
		top: -5%;
	}
}

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

.fixed_btn {
	position: fixed;
	bottom: 5px;
	max-width: 720px;
	width: 100%;
	z-index: 10;
}
.fixed_btn p {
	margin-bottom: 20px;
	padding: 0 1%;
	text-align: center;
}

@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: 50px;
}
#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;
}



/* ------------------------------
    margin
------------------------------ */

.contents .mb50 {
	margin-bottom: 50px;
}
.contents .mb150 {
	margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
	.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;
}
}
