@charset "UTF-8";
/* ---------------------------------------
  基本情報
-----------------------------------------*/
html, body {
	height: 100%;
}

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

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: 100%;
	list-style-type: none;
	font-style: normal;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
	text-align: left;
	color: #383027;
	word-break: break-word;
}

input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
	color: #383027;
}

textarea {
	resize: vertical;
}

select::-ms-expand {
	display: none;
}

a {
	text-decoration: none;
	color: inherit;
	outline: none;
}

img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/* responsive
--------------------------------*/
@media screen and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
}
/* base
--------------------------------*/
p, dt, dd, li, th, td,
input, button, textarea, select {
	font-size: 2.6rem;
	line-height: 1.7;
}

body.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wrap {
	max-width: 680px;
	width: 100%;
	margin: 0 auto;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.tac {
	text-align: center !important;
}

.tar {
	text-align: right !important;
}

.tal {
	text-align: left !important;
}

@media screen and (max-width: 767px) {
	body {
		-webkit-text-size-adjust: 100%;
	}

	p, dt, dd, li, th, td, input, button, textarea, select {
		font-size: 1.8rem;
	}

	.sp-tac {
		text-align: center !important;
	}

	.sp-tar {
		text-align: right !important;
	}

	.sp-tal {
		text-align: left !important;
	}
}
/* ---------------------------------------------
  main
-----------------------------------------------*/
li {
	display: inline-block;
	vert-align: middle;
}

.contents .pink {
	color: #f55e69;
	font-weight: 700;
}
.contents .mark {
	background: #fff890;
	font-weight: 700;
}
.contents .bold {
	font-weight: 700;
}
.contents .strong {
	color: #f55e69;
	font-weight: 700;
	font-size: 4rem;
}
@media screen and (max-width: 767px) {
	.contents .strong {
		font-size: 2.5rem;
	}
}
.contents .strong.-s {
	font-size: 3.5rem;
	color: #2f4661;
}
@media screen and (max-width: 767px) {
	.contents .strong.-s {
		font-size: 1.7rem;
	}
}
.contents .emoji {
	vertical-align: middle;
}
.contents .emoji img {
	vertical-align: text-top;
	display: inline-block;
}
@media screen and (max-width: 767px) {
	.contents .emoji img {
		width: 15px;
	}
}
.contents .main-visual .notes {
	font-size: 1.6rem;
	text-align: right;
}
@media screen and (max-width: 767px) {
	.contents .main-visual .notes {
		font-size: 1.4rem;
	}
}
.contents .profile {
	padding: 65px 30px;
	background: #fff5c9;
	margin: 60px -15px 0;
}
@media screen and (max-width: 767px) {
	.contents .profile {
		padding: 32px 15px;
		margin-top: 30px;
	}
}
.contents .profile .inner {
	background: #FFFFFF;
	position: relative;
	padding: 40px;
}
@media screen and (max-width: 767px) {
	.contents .profile .inner {
		padding: 20px;
	}
}
.contents .profile .inner::before {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	border: 2px solid #f0e5b3;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	pointer-events: none;
}
.contents .profile .title {
	font-size: 3rem;
	font-weight: 700;
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.contents .profile .title {
		font-size: 1.5rem;
		margin-top: 10px;
	}
}
.contents .profile .list {
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.contents .profile .list {
		margin-top: 10px;
	}
}
.contents .profile .list li {
	font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
	.contents .profile .list li {
		font-size: 1.3rem;
	}
}
.contents .intro {
	padding: 0 15px;
	margin-top: 30px;
}
.contents .intro .title + .inner,
.contents .article .title + .inner,
.contents .matome .title + .inner {
	margin-top: 50px;
}
@media screen and (max-width: 767px) {
	.contents .intro .title + .inner,
.contents .article .title + .inner,
.contents .matome .title + .inner {
		margin-top: 25px;
	}
}
.contents .intro p,
.contents .article p,
.contents .matome p {
	margin-top: 2em;
}
.contents .intro p:first-child,
.contents .article p:first-child,
.contents .matome p:first-child {
	margin-top: 0;
}
.contents .intro .balloon,
.contents .intro .comic,
.contents .intro .img,
.contents .article .balloon,
.contents .article .comic,
.contents .article .img,
.contents .matome .balloon,
.contents .matome .comic,
.contents .matome .img {
	margin-top: 60px;
}
@media screen and (max-width: 767px) {
	.contents .intro .balloon,
.contents .intro .comic,
.contents .intro .img,
.contents .article .balloon,
.contents .article .comic,
.contents .article .img,
.contents .matome .balloon,
.contents .matome .comic,
.contents .matome .img {
		margin-top: 30px;
	}
}
.contents .intro .balloon:first-child,
.contents .intro .comic:first-child,
.contents .intro .img:first-child,
.contents .article .balloon:first-child,
.contents .article .comic:first-child,
.contents .article .img:first-child,
.contents .matome .balloon:first-child,
.contents .matome .comic:first-child,
.contents .matome .img:first-child {
	margin-top: 0;
}
.contents .intro .quote,
.contents .article .quote,
.contents .matome .quote {
	font-size: 1.6rem;
	margin-top: 1em;
}
@media screen and (max-width: 767px) {
	.contents .intro .quote,
.contents .article .quote,
.contents .matome .quote {
		font-size: 1.4rem;
	}
}
.contents .mokuji {
	margin-top: 65px;
}
@media screen and (max-width: 767px) {
	.contents .mokuji {
		margin: 32px auto 0;
		max-width: 350px;
	}
}
.contents .mokuji .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	min-height: 300px;
	padding: 0 50px;
	background: url("../img/bg_mokuji_01.png") no-repeat center center;
}
@media screen and (max-width: 767px) {
	.contents .mokuji .box {
		min-height: 159px;
		padding: 0 25px;
		background-size: 100%;
		margin: 0 auto;
	}
}
.contents .mokuji .list li {
	color: #f55e69;
	font-weight: 700;
}
.contents .mokuji .list li + li {
	margin-top: 10px;
}
.contents .mokuji .list li a {
	color: #383027;
	border-bottom: 1px solid #383027;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	cursor: pointer;
}
.contents .mokuji .list li a:hover {
	opacity: 0.7;
}
.contents .article {
	background: #ffafb5;
	padding: 85px 30px;
	margin-top: 85px;
}
@media screen and (max-width: 767px) {
	.contents .article {
		padding: 40px 15px;
		margin-top: 45px;
	}
}
.contents .article .title {
	text-align: center;
}
.contents .article .inner {
	background: #FFFFFF;
	padding: 60px;
	position: relative;
	padding: 75px 6% 75px;
	margin: 0;
	-webkit-box-shadow: 8px 10px 0px 0 #fb9ca9;
	        box-shadow: 8px 10px 0px 0 #fb9ca9;
}
@media screen and (max-width: 767px) {
	.contents .article .inner {
		padding: 30px;
		padding: 40px 6% 40px;
		margin: 0;
	}
}
.contents .article .inner::before {
	content: "";
	position: absolute;
	top: -60px;
	left: 30px;
	width: 102px;
	height: 109px;
	background: url("../img/icon_article_01.png") no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
	.contents .article .inner::before {
		top: -30px;
		left: 15px;
		width: 51px;
		height: 53px;
	}
}
.contents .article .inner::after {
	content: "";
	position: absolute;
	bottom: -60px;
	right: 30px;
	width: 102px;
	height: 109px;
	background: url("../img/icon_article_01.png") no-repeat center center/contain;
	-webkit-transform: scale(-1, -1);
	        transform: scale(-1, -1);
}
@media screen and (max-width: 767px) {
	.contents .article .inner::after {
		bottom: -30px;
		right: 15px;
		width: 51px;
		height: 53px;
	}
}
.contents .matome {
	margin-top: 65px;
}
@media screen and (max-width: 767px) {
	.contents .matome {
		margin-top: 32px;
		padding: 0 20px;
	}
}
.contents .matome .mark {
	font-size: 4rem;
}
@media screen and (max-width: 767px) {
	.contents .matome .mark {
		font-size: 2.5rem;
	}
}
.contents .matome .notes {
	font-size: 1.6rem;
	text-align: right;
	margin-top: 0;
}
@media screen and (max-width: 767px) {
	.contents .matome .notes {
		font-size: 1.4rem;
	}
}
.contents .matome + .web-link {
	margin-top: 100px;
}
@media screen and (max-width: 767px) {
	.contents .matome + .web-link {
		margin-top: 50px;
	}
}
.contents .web-link {
	margin-top: 85px;
}
@media screen and (max-width: 767px) {
	.contents .web-link {
		padding: 0 20px;
		margin-top: 45px;
	}
}
.contents .web-link .title {
	text-align: center;
}
.contents .web-link .button {
	text-align: center;
	margin-top: -27px;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	cursor: pointer;
}
.contents .web-link .button:hover {
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
	.contents .web-link .button {
		margin-top: -15px;
	}
}
.contents .taiken {
	margin-top: 130px;
	position: relative;
}
@media screen and (max-width: 767px) {
	.contents .taiken {
		margin-top: 60px;
		padding: 0 20px;
	}
}
.contents .taiken .button {
	position: absolute;
	right: 40px;
	bottom: 20px;
}
@media screen and (max-width: 767px) {
	.contents .taiken .button {
		right: 10%;
		bottom: 7%;
		width: 48%;
	}
}
.contents .taiken .button a {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	cursor: pointer;
}
.contents .taiken .button a:hover {
	opacity: 0.7;
}
.contents .mt-0 {
	margin-top: 0 !important;
}
.contents .mt-s {
	margin-top: 1em !important;
}
.contents .footer {
	margin-top: 150px;
	padding-top: 80px;
	background: url("../img/line.png") repeat-x left top;
}
@media screen and (max-width: 767px) {
	.contents .footer {
		margin-top: 75px;
		padding: 40px 20px 0;
		background-size: 100%;
	}
}
.contents .footer .logo {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.contents .footer .logo {
		width: 172px;
		margin: 0 auto;
	}
}
.contents .footer .addr {
	font-size: 2rem;
	text-align: center;
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
	.contents .footer .addr {
		font-size: 1rem;
		margin-top: 15px;
	}
}
.contents .footer .tel {
	margin-top: 50px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.contents .footer .tel {
		margin-top: 25px;
	}
}
.contents .footer .tel a {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	cursor: pointer;
}
.contents .footer .tel a:hover {
	opacity: 0.7;
}

.fixed_btn {
	position: fixed;
	bottom: 5px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	max-width: 680px;
	width: 100%;
}

footer {
	padding: 40px 0;
}
footer .sslinfo {
	margin-bottom: 20px;
}
footer .sslinfo li {
	text-align: center;
	font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
	footer .sslinfo li {
		font-size: 1.4rem;
	}
}
footer div {
	line-height: 1.6;
}
footer div a {
	font-size: 1.8rem;
	text-decoration: underline;
	color: blue;
}
@media screen and (max-width: 767px) {
	footer div a {
		font-size: 1.4rem;
	}
}
footer .copy {
	margin-top: 20px;
}
footer .copy p {
	font-size: 3rem;
	text-align: center;
}
@media screen and (max-width: 767px) {
	footer .copy p {
		font-size: 1.8rem;
	}
}

/* ------------------------------
    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 */