@charset "UTF-8";
/*
 * 今回のBEMのルール
 * 
 * Block_Block
 * Block__Element
 * Block__Element--Modifier
 */
/* ==================================================================
   Reset Style
================================================================== */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* line 6, _scss/_ress.scss */
html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
}

/* line 6, _scss/_ress.scss */
*, :after, :before {
	background-repeat: no-repeat;
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

/* line 6, _scss/_ress.scss */
:after, :before {
	text-decoration: inherit;
	vertical-align: inherit;
}

/* line 6, _scss/_ress.scss */
* {
	padding: 0;
	margin: 0;
}

/* line 6, _scss/_ress.scss */
audio:not([controls]) {
	display: none;
	height: 0;
}

/* line 6, _scss/_ress.scss */
hr {
	overflow: visible;
}

/* line 6, _scss/_ress.scss */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}

/* line 6, _scss/_ress.scss */
summary {
	display: list-item;
}

/* line 6, _scss/_ress.scss */
small {
	font-size: 80%;
}

/* line 6, _scss/_ress.scss */
[hidden], template {
	display: none;
}

/* line 6, _scss/_ress.scss */
abbr[title] {
	border-bottom: 1px dotted;
	text-decoration: none;
}

/* line 6, _scss/_ress.scss */
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

/* line 6, _scss/_ress.scss */
a:active, a:hover {
	outline-width: 0;
}

/* line 6, _scss/_ress.scss */
code, kbd, pre, samp {
	font-family: monospace,monospace;
}

/* line 6, _scss/_ress.scss */
b, strong {
	font-weight: bolder;
}

/* line 6, _scss/_ress.scss */
dfn {
	font-style: italic;
}

/* line 6, _scss/_ress.scss */
mark {
	background-color: #ff0;
	color: #000;
}

/* line 6, _scss/_ress.scss */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

/* line 6, _scss/_ress.scss */
sub {
	bottom: -.25em;
}

/* line 6, _scss/_ress.scss */
sup {
	top: -.5em;
}

/* line 6, _scss/_ress.scss */
input {
	border-radius: 0;
}

/* line 6, _scss/_ress.scss */
[role=button], [type=button], [type=reset], [type=submit], button {
	cursor: pointer;
}

/* line 6, _scss/_ress.scss */
[disabled] {
	cursor: default;
}

/* line 6, _scss/_ress.scss */
[type=number] {
	width: auto;
}

/* line 6, _scss/_ress.scss */
[type=search] {
	-webkit-appearance: textfield;
}

/* line 6, _scss/_ress.scss */
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/* line 6, _scss/_ress.scss */
textarea {
	overflow: auto;
	resize: vertical;
}

/* line 6, _scss/_ress.scss */
button, input, optgroup, select, textarea {
	font: inherit;
}

/* line 6, _scss/_ress.scss */
optgroup {
	font-weight: 700;
}

/* line 6, _scss/_ress.scss */
button {
	overflow: visible;
}

/* line 6, _scss/_ress.scss */
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	border-style: 0;
	padding: 0;
}

/* line 6, _scss/_ress.scss */
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/* line 6, _scss/_ress.scss */
[type=reset], [type=submit], button, html [type=button] {
	-webkit-appearance: button;
}

/* line 6, _scss/_ress.scss */
button, select {
	text-transform: none;
}

/* line 6, _scss/_ress.scss */
button, input, select, textarea {
	background-color: transparent;
	border-style: none;
	color: inherit;
}

/* line 6, _scss/_ress.scss */
select {
	-moz-appearance: none;
	-webkit-appearance: none;
}

/* line 6, _scss/_ress.scss */
select::-ms-expand {
	display: none;
}

/* line 6, _scss/_ress.scss */
select::-ms-value {
	color: currentColor;
}

/* line 6, _scss/_ress.scss */
legend {
	border: 0;
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal;
}

/* line 6, _scss/_ress.scss */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* line 6, _scss/_ress.scss */
[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/* line 6, _scss/_ress.scss */
img {
	border-style: none;
}

/* line 6, _scss/_ress.scss */
progress {
	vertical-align: baseline;
}

/* line 6, _scss/_ress.scss */
svg:not(:root) {
	overflow: hidden;
}

/* line 6, _scss/_ress.scss */
audio, canvas, progress, video {
	display: inline-block;
}

@media screen {
	/* line 6, _scss/_ress.scss */
	[hidden~=screen] {
		display: inherit;
	}
	/* line 6, _scss/_ress.scss */
	[hidden~=screen]:not(:active):not(:focus):not(:target) {
		position: absolute !important;
		clip: rect(0 0 0 0) !important;
	}
}

/* line 6, _scss/_ress.scss */
[aria-busy=true] {
	cursor: progress;
}

/* line 6, _scss/_ress.scss */
[aria-controls] {
	cursor: pointer;
}

/* line 6, _scss/_ress.scss */
[aria-disabled] {
	cursor: default;
}

/* line 6, _scss/_ress.scss */
::-moz-selection {
	background-color: #b3d4fc;
	color: #000;
	text-shadow: none;
}

/* line 6, _scss/_ress.scss */
::-moz-selection {
	background-color: #b3d4fc;
	color: #000;
	text-shadow: none;
}
::selection {
	background-color: #b3d4fc;
	color: #000;
	text-shadow: none;
}

/* line 18, _scss/configs/_width.scss */
#wrapper {
	width: 100%;
}

@media screen and (min-width: 768px) {
	/* line 18, _scss/configs/_width.scss */
	#wrapper {
		min-width: 1100px;
	}
}

/* line 24, _scss/configs/_width.scss */
.container {
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	/* line 24, _scss/configs/_width.scss */
	.container {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (min-width: 768px) {
	/* line 24, _scss/configs/_width.scss */
	.container {
		width: 1080px;
	}
}

@font-face {
	font-family: "Original Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}

@font-face {
	font-family: "Original Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}

@font-face {
	font-family: "Original Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}

@font-face {
	font-family: "Original Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}

@font-face {
	font-family: "Original Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}

/* line 38, _scss/configs/_font.scss */
html {
	font-size: 62.5%;
	/* -> 10px; */
}

/* line 42, _scss/configs/_font.scss */
body {
	font-family: "Original Yu Gothic", "Yu Gothic", "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
	font-size: 1.8em;
	/* -> 16px; */
	line-height: 2.77778;
	letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
	/* line 42, _scss/configs/_font.scss */
	body {
		font-size: 1.5em;
		line-height: 2.33333;
	}
}

/* IE表示用のCSS　*/
/* line 54, _scss/configs/_font.scss */
_:-ms-input-placeholder, :root body,
_:-ms-input-placeholder, :root input,
_:-ms-input-placeholder, :root button,
_:-ms-input-placeholder, :root textarea {
	font-family: "メイリオ", "Meiryo", sans-serif;
}

/* line 60, _scss/configs/_font.scss */
_:-ms-input-placeholder, :root rt {
	position: relative;
	top: .1em;
}

/* line 60, _scss/style.scss */
body * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
}

/* ==================================================================
   Common Style
================================================================== */
/* line 67, _scss/style.scss */
.d-ib {
	display: inline-block;
}

/* line 70, _scss/style.scss */
.pt-20 {
	padding-top: 20px;
}

/* line 73, _scss/style.scss */
.mt-60 {
	margin-top: 60px;
}

/* line 76, _scss/style.scss */
.img {
	width: 100%;
	display: block;
	vertical-align: bottom;
}

/* line 81, _scss/style.scss */
.txc {
	text-align: center;
}

/* line 84, _scss/style.scss */
em {
	font-style: normal;
}

@media screen and (min-width: 768px) {
	/* line 84, _scss/style.scss */
	em {
		font-size: 2.4rem;
	}
}

@media screen and (max-width: 767px) {
	/* line 84, _scss/style.scss */
	em {
		font-size: 1.7rem;
	}
}

/* line 93, _scss/style.scss */
strong {
	color: #01b3bd;
}

/* line 96, _scss/style.scss */
.logoLink {
	display: block;
	margin: 13px auto 12px;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

@media screen and (min-width: 768px) {
	/* line 96, _scss/style.scss */
	.logoLink {
		width: 455px;
	}
}

@media screen and (max-width: 767px) {
	/* line 96, _scss/style.scss */
	.logoLink {
		width: 250px;
	}
}

/* line 106, _scss/style.scss */
.logoLink__img {
	width: 100%;
}

/* line 109, _scss/style.scss */
.logoLink:hover {
	opacity: .6;
}

@media screen and (max-width: 767px) {
	/* line 114, _scss/style.scss */
	.pconly {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	/* line 119, _scss/style.scss */
	.sponly {
		display: none;
	}
}

/* line 125, _scss/style.scss */
.header {
	background: #ffffff;
	z-index: 5;
}

@media screen and (max-width: 767px) {
	/* line 125, _scss/style.scss */
	.header {
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
	}
}

@media screen and (max-width: 767px) {
	/* line 135, _scss/style.scss */
	#contents {
		padding-top: 60px;
	}
}

@media screen and (min-width: 768px) {
	/* line 140, _scss/style.scss */
	.gNav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		list-style: none;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
}

@media screen and (max-width: 767px) {
	/* line 140, _scss/style.scss */
	.gNav {
		padding-top: 100px;
		pointer-events: none;
		opacity: 0;
		-webkit-transition: opacity .3s;
		transition: opacity .3s;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 9999px;
		z-index: 25;
		background: rgba(1, 179, 189, 0.95);
	}
}

@media screen and (max-width: 767px) {
	/* line 159, _scss/style.scss */
	.gNav__item {
		margin: 40px 0;
	}
}

/* line 164, _scss/style.scss */
.gNav--spopen {
	opacity: 1;
	pointer-events: auto;
}

@media screen and (min-width: 768px) {
	/* line 170, _scss/style.scss */
	.linkItem {
		border-radius: 6px 6px 0 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		height: 70px;
		background: #ffffff;
		color: #000;
		text-decoration: none;
		padding: 0 54px 0 40px;
		-webkit-transition: background .2s;
		transition: background .2s;
	}
}

@media screen and (max-width: 767px) {
	/* line 170, _scss/style.scss */
	.linkItem {
		width: 100%;
	}
}

@media screen and (min-width: 768px) {
	/* line 183, _scss/style.scss */
	.linkItem.sponly {
		display: none;
	}
}

/* line 189, _scss/style.scss */
.linkItem__icon {
	display: block;
	position: relative;
	width: 36px;
	height: 36px;
	margin-right: 5px;
}

@media screen and (max-width: 767px) {
	/* line 189, _scss/style.scss */
	.linkItem__icon {
		display: none;
	}
}

/* line 198, _scss/style.scss */
.linkItem__icon svg {
	fill: #01b3bd;
	position: absolute;
	left: 0;
	top: 5px;
	width: 100%;
	height: 100%;
}

/* line 207, _scss/style.scss */
.linkItem__text {
	display: block;
	position: relative;
	height: 36px;
}

/* line 211, _scss/style.scss */
.linkItem__text--manga {
	width: 138px;
}

/* line 214, _scss/style.scss */
.linkItem__text--about {
	width: 134px;
}

/* line 217, _scss/style.scss */
.linkItem__text--chart {
	width: 131px;
}

/* line 220, _scss/style.scss */
.linkItem__text--qa {
	width: 60px;
}

@media screen and (max-width: 767px) {
	/* line 207, _scss/style.scss */
	.linkItem__text {
		margin: 0 auto;
	}
}

/* line 226, _scss/style.scss */
.linkItem__text svg {
	width: 100%;
}

@media screen and (min-width: 768px) {
	/* line 226, _scss/style.scss */
	.linkItem__text svg {
		fill: #000;
	}
}

@media screen and (max-width: 767px) {
	/* line 226, _scss/style.scss */
	.linkItem__text svg {
		fill: #ffffff;
	}
}

/* line 232, _scss/style.scss */
.linkItem--current, .linkItem:hover, .linkItem:focus {
	background: #01b3bd;
	color: #ffffff;
}

/* line 238, _scss/style.scss */
.linkItem--current .linkItem__text svg, .linkItem:hover .linkItem__text svg, .linkItem:focus .linkItem__text svg {
	fill: #ffffff;
}

/* line 243, _scss/style.scss */
.linkItem--current .linkItem__icon svg, .linkItem:hover .linkItem__icon svg, .linkItem:focus .linkItem__icon svg {
	fill: #ffffff;
}

@media screen and (min-width: 768px) {
	/* line 250, _scss/style.scss */
	.linkItem:hover .linkItem__icon, .linkItem:focus .linkItem__icon {
		-webkit-animation: linkItemIconAnimation 1s infinite;
		        animation: linkItemIconAnimation 1s infinite;
	}
}

@-webkit-keyframes linkItemIconAnimation {
	0% {
	}
	20% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	40% {
		-webkit-transform: rotate(-10deg);
		        transform: rotate(-10deg);
	}
	50% {
		-webkit-transform: rotate(10deg);
		        transform: rotate(10deg);
	}
	60% {
		-webkit-transform: rotate(-10deg);
		        transform: rotate(-10deg);
	}
	80% {
		-webkit-transform: rotate(10deg);
		        transform: rotate(10deg);
	}
	90% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
}

@keyframes linkItemIconAnimation {
	0% {
	}
	20% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	40% {
		-webkit-transform: rotate(-10deg);
		        transform: rotate(-10deg);
	}
	50% {
		-webkit-transform: rotate(10deg);
		        transform: rotate(10deg);
	}
	60% {
		-webkit-transform: rotate(-10deg);
		        transform: rotate(-10deg);
	}
	80% {
		-webkit-transform: rotate(10deg);
		        transform: rotate(10deg);
	}
	90% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
}

/* line 264, _scss/style.scss */
.linkItem:hover:not(.linkItem--current), .linkItem:focus:not(.linkItem--current) {
	background: rgba(1, 179, 189, 0.7);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 179, 189, 0.5)), to(#01b3bd));
	background: -webkit-linear-gradient(top, rgba(1, 179, 189, 0.5), #01b3bd);
	background: linear-gradient(to bottom, rgba(1, 179, 189, 0.5), #01b3bd);
}

/* line 270, _scss/style.scss */
.hamburger {
	position: absolute;
	top: 14px;
	right: 5px;
	width: 35px;
	height: 35px;
	display: block;
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
	z-index: 30;
}

@media screen and (min-width: 768px) {
	/* line 270, _scss/style.scss */
	.hamburger {
		display: none;
	}
}

/* line 282, _scss/style.scss */
.hamburger__bar {
	position: absolute;
	display: block;
	width: 25px;
	height: 2px;
	left: 5px;
	background: #01b3bd;
}

/* line 290, _scss/style.scss */
.hamburger__bar::before, .hamburger__bar::after {
	-webkit-transition: background .2s, -webkit-transform .4s;
	transition: background .2s, -webkit-transform .4s;
	transition: transform .4s, background .2s;
	transition: transform .4s, background .2s, -webkit-transform .4s;
	position: absolute;
	content: "";
	display: block;
	width: 25px;
	height: 2px;
	background: #01b3bd;
}

/* line 300, _scss/style.scss */
.hamburger__bar::before {
	-webkit-transform: translateY(-8px);
	        transform: translateY(-8px);
}

/* line 303, _scss/style.scss */
.hamburger__bar::after {
	-webkit-transform: translateY(8px);
	        transform: translateY(8px);
}

/* line 307, _scss/style.scss */
.hamburger--open {
	-webkit-transform: rotate(540deg);
	        transform: rotate(540deg);
}

/* line 309, _scss/style.scss */
.hamburger--open .hamburger__bar {
	background: rgba(1, 179, 189, 0);
}

/* line 311, _scss/style.scss */
.hamburger--open .hamburger__bar::before {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	background: white;
}

/* line 315, _scss/style.scss */
.hamburger--open .hamburger__bar::after {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	background: white;
}

/* line 322, _scss/style.scss */
.footer {
	padding-top: 30px;
	padding-bottom: 30px;
}

/* line 325, _scss/style.scss */
.footer__pagetop {
	pointer-events: none;
	z-index: 20;
	outline: none;
	position: fixed;
	bottom: -300px;
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	-webkit-transform-origin: center bottom 0;
	        transform-origin: center bottom 0;
	-webkit-transition: bottom .2s, -webkit-transform;
	transition: bottom .2s, -webkit-transform;
	transition: transform, bottom .2s;
	transition: transform, bottom .2s, -webkit-transform;
}

@media screen and (min-width: 768px) {
	/* line 325, _scss/style.scss */
	.footer__pagetop {
		width: 120px;
		right: 100px;
	}
}

@media screen and (max-width: 767px) {
	/* line 325, _scss/style.scss */
	.footer__pagetop {
		width: 60px;
		right: 10px;
	}
}

@media screen and (min-width: 768px) {
	/* line 343, _scss/style.scss */
	.footer__pagetop--hover {
		-webkit-animation: pagetopHoverAnimation 2s infinite ease-in-out;
		        animation: pagetopHoverAnimation 2s infinite ease-in-out;
	}
}

@-webkit-keyframes pagetopHoverAnimation {
	25% {
		-webkit-transform: rotate(-10deg);
		        transform: rotate(-10deg);
	}
	75% {
		-webkit-transform: rotate(10deg);
		        transform: rotate(10deg);
	}
}

@keyframes pagetopHoverAnimation {
	25% {
		-webkit-transform: rotate(-10deg);
		        transform: rotate(-10deg);
	}
	75% {
		-webkit-transform: rotate(10deg);
		        transform: rotate(10deg);
	}
}

/* line 351, _scss/style.scss */
.footer__pagetop--isviewed {
	pointer-events: auto;
}

@media screen and (min-width: 768px) {
	/* line 351, _scss/style.scss */
	.footer__pagetop--isviewed {
		bottom: 50px;
	}
}

@media screen and (max-width: 767px) {
	/* line 351, _scss/style.scss */
	.footer__pagetop--isviewed {
		bottom: 10px;
	}
}

/* line 363, _scss/style.scss */
.jpaaLogoLink {
	display: block;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

@media screen and (min-width: 768px) {
	/* line 363, _scss/style.scss */
	.jpaaLogoLink {
		width: 400px;
		margin: 0 auto 30px;
	}
}

@media screen and (max-width: 767px) {
	/* line 363, _scss/style.scss */
	.jpaaLogoLink {
		width: 200px;
		margin: 0 auto 16px;
	}
}

/* line 375, _scss/style.scss */
.jpaaLogoLink:hover {
	opacity: .6;
}

/* line 380, _scss/style.scss */
.copyright {
	text-align: center;
}

/* line 384, _scss/style.scss */
.balloon {
	background: #ffffff;
	border-radius: 10px;
	position: relative;
}

/* line 389, _scss/style.scss */
.balloon::before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
}

/* line 399, _scss/style.scss */
.balloon--gray {
	background: #e7e7e7;
}

/* line 402, _scss/style.scss */
.balloon--main {
	background: #01b3bd;
}

/* line 405, _scss/style.scss */
.balloon--accent {
	background: #fee42b;
}

/* line 408, _scss/style.scss */
.balloon--h100 {
	height: 100%;
}

/* line 411, _scss/style.scss */
.balloon--left::before {
	left: -11px;
	top: 50%;
	margin-top: -7px;
	border-width: 7px 11px 7px 0;
	border-right-color: #ffffff;
}

/* line 418, _scss/style.scss */
.balloon--left--gray::before {
	border-right-color: #e7e7e7;
}

/* line 421, _scss/style.scss */
.balloon--left--main::before {
	border-right-color: #01b3bd;
}

/* line 424, _scss/style.scss */
.balloon--right::before {
	right: -11px;
	top: 50%;
	margin-top: -7px;
	border-width: 7px 0 7px 11px;
	border-left-color: #ffffff;
}

/* line 431, _scss/style.scss */
.balloon--right--main::before {
	border-left-color: #01b3bd;
}

/* line 434, _scss/style.scss */
.balloon--bottom::before {
	bottom: -11px;
	left: 50%;
	margin-left: -7px;
	border-width: 11px 7px 0 7px;
	border-top-color: #ffffff;
}

/* line 441, _scss/style.scss */
.balloon--leftbottom::before {
	bottom: -11px;
	left: 160px;
	border-width: 11px 7px 0 7px;
	border-top-color: #ffffff;
}

/* line 447, _scss/style.scss */
.balloon--bottom--gray::before {
	border-top-color: #e7e7e7;
}

/* line 450, _scss/style.scss */
.balloon--bottom--accent::before {
	border-top-color: #fee42b;
}

/* line 453, _scss/style.scss */
.balloon--postop::before {
	top: 90px;
}

@media screen and (min-width: 768px) {
	/* line 457, _scss/style.scss */
	.balloon--pcleft::before {
		left: -11px;
		top: 50%;
		margin-top: -7px;
		border-width: 7px 11px 7px 0;
		border-right-color: #ffffff;
	}
	/* line 464, _scss/style.scss */
	.balloon--pcleft--gray::before {
		border-right-color: #e7e7e7;
	}
	/* line 467, _scss/style.scss */
	.balloon--pcleft--main::before {
		border-right-color: #01b3bd;
	}
	/* line 470, _scss/style.scss */
	.balloon--pcright::before {
		right: -11px;
		top: 50%;
		margin-top: -7px;
		border-width: 7px 0 7px 11px;
		border-left-color: #ffffff;
	}
	/* line 477, _scss/style.scss */
	.balloon--pcright--main::before {
		border-left-color: #01b3bd;
	}
	/* line 480, _scss/style.scss */
	.balloon--pcbottom::before {
		bottom: -11px;
		left: 50%;
		margin-left: -7px;
		border-width: 11px 7px 0 7px;
		border-top-color: #ffffff;
	}
	/* line 487, _scss/style.scss */
	.balloon--pcleftbottom::before {
		bottom: -11px;
		left: 160px;
		border-width: 11px 7px 0 7px;
		border-top-color: #ffffff;
	}
	/* line 493, _scss/style.scss */
	.balloon--pcbottom--gray::before {
		border-top-color: #e7e7e7;
	}
	/* line 496, _scss/style.scss */
	.balloon--pcbottom--accent::before {
		border-top-color: #fee42b;
	}
	/* line 499, _scss/style.scss */
	.balloon--pcpostop::before {
		top: 90px;
	}
	/* line 502, _scss/style.scss */
	.balloon--pch100 {
		height: 100%;
	}
}

@media screen and (max-width: 767px) {
	/* line 507, _scss/style.scss */
	.balloon--sptop::before {
		bottom: auto;
		bottom: unset;
		top: -10px;
		left: 50%;
		margin-left: -7px;
		border-width: 0 7px 11px 7px;
		border-bottom-color: #ffffff;
	}
	/* line 516, _scss/style.scss */
	.balloon--spleft::before {
		left: -11px;
		top: 50%;
		margin-top: -7px;
		border-width: 7px 11px 7px 0;
		border-right-color: #ffffff;
	}
	/* line 523, _scss/style.scss */
	.balloon--spleft--gray::before {
		border-right-color: #e7e7e7;
	}
	/* line 526, _scss/style.scss */
	.balloon--spbottom::before {
		top: auto;
		top: unset;
		bottom: -10px;
		left: 50%;
		margin-left: -7px;
		border-width: 11px 7px 0 7px;
		border-top-color: #ffffff;
	}
	/* line 535, _scss/style.scss */
	.balloon--sppostop::before {
		top: 30px;
	}
	/* line 538, _scss/style.scss */
	.balloon--sph100 {
		height: 100%;
	}
}

/* line 545, _scss/style.scss */
.titleBlock {
	background: #01b3bd;
}

@media screen and (min-width: 768px) {
	/* line 545, _scss/style.scss */
	.titleBlock {
		padding: 40px 0;
	}
}

@media screen and (max-width: 767px) {
	/* line 545, _scss/style.scss */
	.titleBlock {
		padding: 20px 0;
	}
}

/* line 550, _scss/style.scss */
.pageTitle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	color: #ffffff;
	position: relative;
}

/* line 556, _scss/style.scss */
.pageTitle::before {
	content: "";
	z-index: 1;
	display: block;
	position: absolute;
	left: 0;
	top: -2px;
	width: 100%;
	height: calc(100% + 2px);
	background: #01b3bd;
	-webkit-animation: pageTitleAnimation 2s ease-out forwards;
	        animation: pageTitleAnimation 2s ease-out forwards;
}

@-webkit-keyframes pageTitleAnimation {
	0% {
		left: 0;
		width: 100%;
	}
	100% {
		left: 100%;
		width: 0%;
	}
}

@keyframes pageTitleAnimation {
	0% {
		left: 0;
		width: 100%;
	}
	100% {
		left: 100%;
		width: 0%;
	}
}

/* line 573, _scss/style.scss */
.pageTitle__num {
	vertical-align: bottom;
	position: relative;
	border-right: 2px solid #ffffff;
}

@media screen and (min-width: 768px) {
	/* line 573, _scss/style.scss */
	.pageTitle__num {
		width: 90px;
		height: 54px;
		padding-right: 25px;
		margin-right: 10px;
	}
}

@media screen and (max-width: 767px) {
	/* line 573, _scss/style.scss */
	.pageTitle__num {
		width: 42px;
		height: 27px;
	}
}

/* line 587, _scss/style.scss */
.pageTitle__num svg {
	position: absolute;
	left: 0;
	top: 0;
	fill: #ffffff;
}

@media screen and (min-width: 768px) {
	/* line 587, _scss/style.scss */
	.pageTitle__num svg {
		width: 65px;
	}
}

@media screen and (max-width: 767px) {
	/* line 587, _scss/style.scss */
	.pageTitle__num svg {
		width: 32px;
		height: 27px;
	}
}

/* line 602, _scss/style.scss */
.pageTitle__text {
	position: relative;
}

@media screen and (min-width: 768px) {
	/* line 602, _scss/style.scss */
	.pageTitle__text {
		height: 81px;
		margin-left: 12px;
	}
}

@media screen and (max-width: 767px) {
	/* line 602, _scss/style.scss */
	.pageTitle__text {
		height: 40px;
		margin-left: 10px;
	}
}

@media screen and (min-width: 768px) {
	/* line 608, _scss/style.scss */
	.pageTitle__text--manga {
		width: 310.5px;
	}
}

@media screen and (max-width: 767px) {
	/* line 608, _scss/style.scss */
	.pageTitle__text--manga {
		width: 153.33333px;
	}
}

@media screen and (min-width: 768px) {
	/* line 616, _scss/style.scss */
	.pageTitle__text--about {
		width: 301.5px;
	}
}

@media screen and (max-width: 767px) {
	/* line 616, _scss/style.scss */
	.pageTitle__text--about {
		width: 148.88889px;
	}
}

@media screen and (min-width: 768px) {
	/* line 624, _scss/style.scss */
	.pageTitle__text--chart {
		width: 294.75px;
	}
}

@media screen and (max-width: 767px) {
	/* line 624, _scss/style.scss */
	.pageTitle__text--chart {
		width: 145.55556px;
	}
}

@media screen and (min-width: 768px) {
	/* line 632, _scss/style.scss */
	.pageTitle__text--qa {
		width: 135px;
	}
}

@media screen and (max-width: 767px) {
	/* line 632, _scss/style.scss */
	.pageTitle__text--qa {
		width: 66.66667px;
	}
}

/* line 672, _scss/style.scss */
.pageTitle__text svg {
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	fill: #ffffff;
}

@media screen and (min-width: 768px) {
	/* line 672, _scss/style.scss */
	.pageTitle__text svg {
		top: -3px;
	}
}

@media screen and (max-width: 767px) {
	/* line 672, _scss/style.scss */
	.pageTitle__text svg {
		top: -1px;
	}
}

/* line 683, _scss/style.scss */
.section {
	padding-top: 28px;
	padding-bottom: 80px;
}

/* line 686, _scss/style.scss */
.section--first {
	background: #fee42b;
}

/* line 689, _scss/style.scss */
.section--accent {
	background: #fee42b;
}

/* line 692, _scss/style.scss */
.section--main {
	background: #01b3bd;
}

/* line 695, _scss/style.scss */
.section--white {
	background: #ffffff;
}

/* line 698, _scss/style.scss */
.section__title {
	font-weight: bold;
	text-align: center;
}

@media screen and (min-width: 768px) {
	/* line 698, _scss/style.scss */
	.section__title {
		font-size: 3.6rem;
	}
}

@media screen and (max-width: 767px) {
	/* line 698, _scss/style.scss */
	.section__title {
		font-size: 2.0rem;
	}
}

/* line 704, _scss/style.scss */
.section__subtitle {
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
}

/* line 708, _scss/style.scss */
.section__subtitle--white {
	color: #ffffff;
}

/* line 712, _scss/style.scss */
.section__intro {
	text-align: center;
}

/* line 715, _scss/style.scss */
.section__numtitle {
	text-align: center;
}

@media screen and (min-width: 768px) {
	/* line 715, _scss/style.scss */
	.section__numtitle {
		border-bottom: 4px solid #01b3bd;
	}
}

@media screen and (max-width: 767px) {
	/* line 715, _scss/style.scss */
	.section__numtitle {
		border-bottom: 2px solid #01b3bd;
		margin-bottom: 40px;
	}
}

@media screen and (min-width: 768px) {
	/* line 725, _scss/style.scss */
	.section__numtitle__text {
		font-size: 3.2rem;
		line-height: 95px;
		padding-bottom: 10px;
	}
}

@media screen and (max-width: 767px) {
	/* line 725, _scss/style.scss */
	.section__numtitle__text {
		font-size: 1.9rem;
		line-height: 1.5;
		padding-bottom: 15px;
	}
}

/* line 736, _scss/style.scss */
.section__numtitle__text::before {
	color: #01b3bd;
	content: "その" counter(numtitle);
	counter-increment: numtitle;
	margin-right: 1em;
	background: url(../images/02/numtitle_icon.png) left center no-repeat;
}

@media screen and (min-width: 768px) {
	/* line 736, _scss/style.scss */
	.section__numtitle__text::before {
		padding-top: 40px;
		padding-bottom: 40px;
		background-size: 50px;
		padding-left: 80px;
	}
}

@media screen and (max-width: 767px) {
	/* line 736, _scss/style.scss */
	.section__numtitle__text::before {
		display: block;
		padding-left: 40px;
		padding-top: 20px;
		padding-bottom: 20px;
		background-size: 25px;
		background-position: left calc(50% - 30px) center;
	}
}

/* line 764, _scss/style.scss */
.contentsTitle {
	font-size: 2.8em;
	font-weight: bold;
}

/* line 768, _scss/style.scss */
.contentsSubitle {
	font-size: 2.4em;
	font-weight: bold;
}

/* line 772, _scss/style.scss */
.strongTitle {
	font-size: 2.0em;
	font-weight: bold;
}

/* line 777, _scss/style.scss */
.button {
	display: inline-block;
	border-radius: 40px;
	line-height: 1;
	padding: 0.8em 2em;
	font-weight: bold;
	text-decoration: none;
	border: 4px solid #000;
	color: #ffffff;
	background: #000;
	-webkit-transition: background .3s;
	transition: background .3s;
}

@media screen and (min-width: 768px) {
	/* line 777, _scss/style.scss */
	.button {
		width: 480px;
	}
}

@media screen and (max-width: 767px) {
	/* line 777, _scss/style.scss */
	.button {
		width: 280px;
	}
}

@media screen and (min-width: 768px) {
	/* line 777, _scss/style.scss */
	.button {
		font-size: 2.4rem;
	}
}

@media screen and (max-width: 767px) {
	/* line 777, _scss/style.scss */
	.button {
		font-size: 1.7rem;
	}
}

/* line 796, _scss/style.scss */
.button:hover {
	background: #ffffff;
	color: #000;
}

/* line 800, _scss/style.scss */
.button--more {
	position: relative;
}

/* line 802, _scss/style.scss */
.button--more::after {
	content: '＋';
	position: absolute;
	right: 30px;
	top: 50%;
	line-height: 1;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
	/* line 802, _scss/style.scss */
	.button--more::after {
		font-size: 4rem;
	}
}

@media screen and (max-width: 767px) {
	/* line 802, _scss/style.scss */
	.button--more::after {
		font-size: 3rem;
	}
}

/* line 813, _scss/style.scss */
.button--more--open::after {
	content: "−";
}

/* ==================================================================
   Page Style
================================================================== */
/* line 826, _scss/style.scss */
.mainvisual {
	position: relative;
}

@media screen and (min-width: 768px) {
	/* line 826, _scss/style.scss */
	.mainvisual {
		background: #01b3bd url(../images/index/main_pc.png) center top no-repeat;
		background-size: 1400px;
	}
}

@media screen and (max-width: 767px) {
	/* line 826, _scss/style.scss */
	.mainvisual {
		background: #01b3bd url(../images/index/main_sp.png) center top no-repeat;
		background-size: 100%;
	}
}

/* line 836, _scss/style.scss */
.mainvisual::before {
	content: "";
	display: block;
}

@media screen and (min-width: 768px) {
	/* line 836, _scss/style.scss */
	.mainvisual::before {
		padding-top: 400px;
	}
}

@media screen and (max-width: 767px) {
	/* line 836, _scss/style.scss */
	.mainvisual::before {
		padding-top: 74.66667%;
	}
}

/* line 846, _scss/style.scss */
.mainvisual::after {
	content: "";
	display: block;
}

@media screen and (min-width: 768px) {
	/* line 846, _scss/style.scss */
	.mainvisual::after {
		padding-bottom: 60px;
	}
}

@media screen and (max-width: 767px) {
	/* line 846, _scss/style.scss */
	.mainvisual::after {
		padding-bottom: 20px;
	}
}

/* line 857, _scss/style.scss */
.mainmenu {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
}

@media screen and (min-width: 768px) {
	/* line 857, _scss/style.scss */
	.mainmenu {
		width: 1080px;
		margin: 0 auto 0;
	}
}

@media screen and (max-width: 767px) {
	/* line 857, _scss/style.scss */
	.mainmenu {
		margin: 0 10px;
	}
}

@media screen and (max-width: 767px) {
	/* line 870, _scss/style.scss */
	.mainmenu__item {
		width: calc(50% - 3px);
		margin-bottom: 10px;
	}
}

/* line 878, _scss/style.scss */
.menuItem {
	outline: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column wrap;
	        flex-flow: column wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: #ffffff;
	border-radius: 10px;
	-webkit-box-shadow: 0px 5px 0px 0px #ccc;
	        box-shadow: 0px 5px 0px 0px #ccc;
	line-height: 2;
	-webkit-transition: background .2s, -webkit-box-shadow .2s, -webkit-transform .2s;
	transition: background .2s, -webkit-box-shadow .2s, -webkit-transform .2s;
	transition: background .2s, box-shadow .2s, transform .2s;
	transition: background .2s, box-shadow .2s, transform .2s, -webkit-box-shadow .2s, -webkit-transform .2s;
	position: relative;
}

@media screen and (min-width: 768px) {
	/* line 878, _scss/style.scss */
	.menuItem {
		width: 260px;
		height: 178px;
	}
}

@media screen and (max-width: 767px) {
	/* line 878, _scss/style.scss */
	.menuItem {
		width: 100%;
		height: 110px;
	}
}

/* line 898, _scss/style.scss */
.menuItem__icon {
	width: 80px;
	height: 80px;
	position: relative;
}

@media screen and (max-width: 767px) {
	/* line 898, _scss/style.scss */
	.menuItem__icon {
		width: 37px;
		height: 37px;
	}
}

/* line 906, _scss/style.scss */
.menuItem__icon svg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: auto;
	fill: #01b3bd;
}

/* line 916, _scss/style.scss */
.menuItem__arrow {
	position: relative;
	width: 30px;
	height: 14px;
}

/* line 920, _scss/style.scss */
.menuItem__arrow svg {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	fill: #01b3bd;
}

/* line 929, _scss/style.scss */
.menuItem--new::before {
	content: "";
	display: block;
	background: url(../images/index/mark_new.svg) no-repeat center;
	background-size: contain;
	position: absolute;
}

@media screen and (min-width: 768px) {
	/* line 929, _scss/style.scss */
	.menuItem--new::before {
		width: 83px;
		height: 72px;
		right: -7px;
		top: -16px;
	}
}

@media screen and (max-width: 767px) {
	/* line 929, _scss/style.scss */
	.menuItem--new::before {
		width: 61px;
		height: 50px;
		right: -3px;
		top: -13px;
	}
}

/* line 940, _scss/style.scss */
.menuItem:not(.menuItem--current).menuItem--hover {
	background: #018f97;
	-webkit-box-shadow: 0px 5px 0px 0px #017279;
	        box-shadow: 0px 5px 0px 0px #017279;
}

/* line 944, _scss/style.scss */
.menuItem:not(.menuItem--current).menuItem--hover .menuItem__text svg {
	fill: #ffffff;
}

@media screen and (min-width: 768px) {
	/* line 948, _scss/style.scss */
	.menuItem:not(.menuItem--current).menuItem--hover .menuItem__icon {
		-webkit-animation: menuItemIconAnimation 1s infinite;
		        animation: menuItemIconAnimation 1s infinite;
	}
}

/* line 950, _scss/style.scss */
.menuItem:not(.menuItem--current).menuItem--hover .menuItem__icon svg {
	fill: #ffffff;
}

@media screen and (min-width: 768px) {
	/* line 954, _scss/style.scss */
	.menuItem:not(.menuItem--current).menuItem--hover .menuItem__arrow {
		-webkit-animation: menuItemArrowAnimation .75s infinite;
		        animation: menuItemArrowAnimation .75s infinite;
	}
}

/* line 956, _scss/style.scss */
.menuItem:not(.menuItem--current).menuItem--hover .menuItem__arrow svg {
	fill: #ffffff;
}

@-webkit-keyframes menuItemIconAnimation {
	0% {
	}
	5% {
		-webkit-transform: scale(1.4, 0.8) translateY(0px);
		        transform: scale(1.4, 0.8) translateY(0px);
	}
	10% {
		-webkit-transform: scale(0.6, 1.4) translateY(5px);
		        transform: scale(0.6, 1.4) translateY(5px);
	}
	20% {
		-webkit-transform: scale(0.8, 1.4) translateY(-10px);
		        transform: scale(0.8, 1.4) translateY(-10px);
	}
	25% {
		-webkit-transform: scale(1, 1) translateY(-10px);
		        transform: scale(1, 1) translateY(-10px);
	}
	40% {
		-webkit-transform: scale(1, 1) translateY(-10px) rotate(0deg);
		        transform: scale(1, 1) translateY(-10px) rotate(0deg);
	}
	50% {
		-webkit-transform: scale(1, 1) translateY(-10px) rotate(-10deg);
		        transform: scale(1, 1) translateY(-10px) rotate(-10deg);
	}
	60% {
		-webkit-transform: scale(1, 1) translateY(-10px) rotate(10deg);
		        transform: scale(1, 1) translateY(-10px) rotate(10deg);
	}
	70% {
		-webkit-transform: scale(1, 1) translateY(-10px) rotate(-10deg);
		        transform: scale(1, 1) translateY(-10px) rotate(-10deg);
	}
	80% {
		-webkit-transform: scale(1, 1) translateY(-10px) rotate(10deg);
		        transform: scale(1, 1) translateY(-10px) rotate(10deg);
	}
	85% {
		-webkit-transform: scale(1, 1) translateY(-10px) rotate(0deg);
		        transform: scale(1, 1) translateY(-10px) rotate(0deg);
	}
	100% {
		-webkit-transform: scale(1, 1) tranlsateY(0);
		        transform: scale(1, 1) tranlsateY(0);
	}
}

@keyframes menuItemIconAnimation {
	0% {
	}
	5% {
		-webkit-transform: scale(1.4, 0.8) translateY(0px);
		        transform: scale(1.4, 0.8) translateY(0px);
	}
	10% {
		-webkit-transform: scale(0.6, 1.4) translateY(5px);
		        transform: scale(0.6, 1.4) translateY(5px);
	}
	20% {
		-webkit-transform: scale(0.8, 1.4) translateY(-10px);
		        transform: scale(0.8, 1.4) translateY(-10px);
	}
	25% {
		-webkit-transform: scale(1, 1) translateY(-10px);
		        transform: scale(1, 1) translateY(-10px);
	}
	40% {
		-webkit-transform: scale(1, 1) translateY(-10px) rotate(0deg);
		        transform: scale(1, 1) translateY(-10px) rotate(0deg);
	}
	50% {
		-webkit-transform: scale(1, 1) translateY(-10px) rotate(-10deg);
		        transform: scale(1, 1) translateY(-10px) rotate(-10deg);
	}
	60% {
		-webkit-transform: scale(1, 1) translateY(-10px) rotate(10deg);
		        transform: scale(1, 1) translateY(-10px) rotate(10deg);
	}
	70% {
		-webkit-transform: scale(1, 1) translateY(-10px) rotate(-10deg);
		        transform: scale(1, 1) translateY(-10px) rotate(-10deg);
	}
	80% {
		-webkit-transform: scale(1, 1) translateY(-10px) rotate(10deg);
		        transform: scale(1, 1) translateY(-10px) rotate(10deg);
	}
	85% {
		-webkit-transform: scale(1, 1) translateY(-10px) rotate(0deg);
		        transform: scale(1, 1) translateY(-10px) rotate(0deg);
	}
	100% {
		-webkit-transform: scale(1, 1) tranlsateY(0);
		        transform: scale(1, 1) tranlsateY(0);
	}
}

@-webkit-keyframes menuItemArrowAnimation {
	0% {
		-webkit-transform: translateY(5px);
		        transform: translateY(5px);
	}
	100% {
		-webkit-transform: translateY(0px);
		        transform: translateY(0px);
	}
}

@keyframes menuItemArrowAnimation {
	0% {
		-webkit-transform: translateY(5px);
		        transform: translateY(5px);
	}
	100% {
		-webkit-transform: translateY(0px);
		        transform: translateY(0px);
	}
}

/* line 979, _scss/style.scss */
.menuItem:not(.menuItem--current):active {
	-webkit-box-shadow: 0px 0px 0px 0px #ccc;
	        box-shadow: 0px 0px 0px 0px #ccc;
	-webkit-transform: translateY(5px);
	        transform: translateY(5px);
}

/* line 985, _scss/style.scss */
.indexTitle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	margin-bottom: 20px;
}

/* line 990, _scss/style.scss */
.indexTitle__num {
	vertical-align: bottom;
	position: relative;
	border-right: 2px solid #000;
}

@media screen and (min-width: 768px) {
	/* line 990, _scss/style.scss */
	.indexTitle__num {
		width: 94px;
		height: 54px;
		padding-right: 25px;
		margin-right: 10px;
	}
}

@media screen and (max-width: 767px) {
	/* line 990, _scss/style.scss */
	.indexTitle__num {
		width: 42px;
		height: 27px;
		margin-right: 10px;
	}
}

/* line 1005, _scss/style.scss */
.indexTitle__num svg {
	position: absolute;
	left: 0;
	top: 0;
}

@media screen and (min-width: 768px) {
	/* line 1005, _scss/style.scss */
	.indexTitle__num svg {
		width: calc(100% - 40px);
	}
}

@media screen and (max-width: 767px) {
	/* line 1005, _scss/style.scss */
	.indexTitle__num svg {
		width: 32px;
		height: 27px;
	}
}

/* line 1018, _scss/style.scss */
.indexTitle svg {
	fill: #000;
}

/* line 1022, _scss/style.scss */
.indexTitle--white__num {
	border-right-color: #ffffff;
}

/* line 1025, _scss/style.scss */
.indexTitle--white svg {
	fill: #ffffff;
}

/* line 1029, _scss/style.scss */
.indexTitle__text {
	position: relative;
}

@media screen and (min-width: 768px) {
	/* line 1029, _scss/style.scss */
	.indexTitle__text {
		height: 63px;
		margin-left: 10px;
	}
	/* line 1035, _scss/style.scss */
	.indexTitle__text--manga {
		width: 241.5px;
	}
	/* line 1038, _scss/style.scss */
	.indexTitle__text--about {
		width: 234.5px;
	}
	/* line 1041, _scss/style.scss */
	.indexTitle__text--chart {
		width: 229.25px;
	}
	/* line 1044, _scss/style.scss */
	.indexTitle__text--qa {
		width: 105px;
	}
}

@media screen and (max-width: 767px) {
	/* line 1029, _scss/style.scss */
	.indexTitle__text {
		height: 46px;
	}
	/* line 1050, _scss/style.scss */
	.indexTitle__text--manga {
		width: 176.33333px;
	}
	/* line 1053, _scss/style.scss */
	.indexTitle__text--about {
		width: 171.22222px;
	}
	/* line 1056, _scss/style.scss */
	.indexTitle__text--chart {
		width: 167.38889px;
	}
	/* line 1059, _scss/style.scss */
	.indexTitle__text--qa {
		width: 76.66667px;
	}
}

/* line 1064, _scss/style.scss */
.indexTitle__text svg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: auto;
}

@media screen and (min-width: 768px) {
	/* line 1064, _scss/style.scss */
	.indexTitle__text svg {
		top: -7px;
	}
}

@media screen and (max-width: 767px) {
	/* line 1064, _scss/style.scss */
	.indexTitle__text svg {
		top: 2px;
	}
}

/* line 1075, _scss/style.scss */
.indexOutline {
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	/* line 1075, _scss/style.scss */
	.indexOutline {
		font-size: 2.4rem;
	}
}

@media screen and (max-width: 767px) {
	/* line 1075, _scss/style.scss */
	.indexOutline {
		font-size: 1.7rem;
		line-height: 2;
	}
}

/* line 1084, _scss/style.scss */
.indexOutline--white {
	color: #ffffff;
}

/* line 1088, _scss/style.scss */
.indexMangaContents {
	background: #ffffff;
	padding: 10px;
}

@media screen and (min-width: 768px) {
	/* line 1088, _scss/style.scss */
	.indexMangaContents {
		width: 740px;
		margin: 0 auto 20px;
	}
}

@media screen and (max-width: 767px) {
	/* line 1088, _scss/style.scss */
	.indexMangaContents {
		max-width: 740px;
		margin: 20px auto 24px;
	}
}

/* line 1100, _scss/style.scss */
.indexAboutContents {
	margin: 20px 0;
}

/* line 1104, _scss/style.scss */
.indexChartContents {
	margin: 40px 0;
}

@media screen and (max-width: 767px) {
	/* line 1104, _scss/style.scss */
	.indexChartContents {
		margin: 10px auto 20px;
	}
}

@media screen and (min-width: 768px) {
	/* line 1110, _scss/style.scss */
	.indexQABg {
		background: url(../images/index/contents_qa_bg_pc.png) top center repeat-x;
		background-size: 1380px 634px;
	}
}

/* line 1116, _scss/style.scss */
.indexQAContents {
	position: relative;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	/* line 1116, _scss/style.scss */
	.indexQAContents {
		padding-top: 40px;
		font-size: 2.0rem;
	}
}

@media screen and (max-width: 767px) {
	/* line 1116, _scss/style.scss */
	.indexQAContents {
		font-size: 1.6rem;
		line-height: 1.7;
		max-width: 450px;
		margin: 0 auto;
		background: url(../images/index/contents_qa_bg_sp.png) top 120px center no-repeat;
		background-size: 350px 240px;
	}
}

/* line 1132, _scss/style.scss */
.indexQAContents__img {
	width: 460px;
	margin: 0 auto 40px;
}

@media screen and (max-width: 767px) {
	/* line 1132, _scss/style.scss */
	.indexQAContents__img {
		width: 260px;
		padding-top: 130px;
	}
}

/* line 1140, _scss/style.scss */
.indexQAContents__balloon {
	background: #fee42b;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
	text-align: center;
}

@media screen and (min-width: 768px) {
	/* line 1140, _scss/style.scss */
	.indexQAContents__balloon {
		width: 300px;
		height: 222px;
	}
}

@media screen and (max-width: 767px) {
	/* line 1140, _scss/style.scss */
	.indexQAContents__balloon {
		width: 170px;
		height: 120px;
	}
}

/* line 1156, _scss/style.scss */
.indexQAContents__balloon span {
	position: relative;
	z-index: 1;
}

/* line 1160, _scss/style.scss */
.indexQAContents__balloon::before {
	position: absolute;
	z-index: 0;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 70px 20px 0 20px;
	border-color: #fee42b transparent transparent transparent;
}

/* line 1172, _scss/style.scss */
.indexQAContents__balloon--rightbottom {
	position: absolute;
	left: 0;
	top: 0;
}

@media screen and (min-width: 768px) {
	/* line 1176, _scss/style.scss */
	.indexQAContents__balloon--rightbottom::before {
		-webkit-transform: rotate(-45deg);
		        transform: rotate(-45deg);
		right: 22px;
		bottom: 9px;
	}
}

@media screen and (max-width: 767px) {
	/* line 1176, _scss/style.scss */
	.indexQAContents__balloon--rightbottom::before {
		-webkit-transform: rotate(-60deg);
		        transform: rotate(-60deg);
		right: 28px;
		bottom: -9px;
	}
}

/* line 1189, _scss/style.scss */
.indexQAContents__balloon--leftbottom {
	position: absolute;
	right: 0;
	top: 0;
}

@media screen and (min-width: 768px) {
	/* line 1193, _scss/style.scss */
	.indexQAContents__balloon--leftbottom::before {
		-webkit-transform: rotate(45deg);
		        transform: rotate(45deg);
		left: 22px;
		bottom: 9px;
	}
}

@media screen and (max-width: 767px) {
	/* line 1193, _scss/style.scss */
	.indexQAContents__balloon--leftbottom::before {
		-webkit-transform: rotate(60deg);
		        transform: rotate(60deg);
		left: 28px;
		bottom: -9px;
	}
}

/* line 1212, _scss/style.scss */
.mangaBlock {
	padding-bottom: 30px;
	border-radius: 10px;
	background: #ffffff;
}

@media screen and (min-width: 768px) {
	/* line 1212, _scss/style.scss */
	.mangaBlock {
		padding: 60px 40px 40px;
	}
}

@media screen and (max-width: 767px) {
	/* line 1212, _scss/style.scss */
	.mangaBlock {
		padding: 30px 20px 20px;
	}
}

/* line 1223, _scss/style.scss */
.mangaBlock__title {
	text-align: center;
	color: #fff;
	margin-bottom: 4rem;
	position: relative;
}

@media screen and (min-width: 768px) {
	/* line 1223, _scss/style.scss */
	.mangaBlock__title {
		font-size: 3.2rem;
		border-radius: 4rem;
		line-height: 40px;
		padding: 20px 0;
	}
}

@media screen and (max-width: 767px) {
	/* line 1223, _scss/style.scss */
	.mangaBlock__title {
		border-radius: 2.4rem;
		line-height: 4.8rem;
	}
}

/* line 1238, _scss/style.scss */
.mangaBlock__title::after {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 7px 0 7px;
}

/* line 1250, _scss/style.scss */
.mangaBlock__title--anime {
	background-color: #EF526C;
}

/* line 1252, _scss/style.scss */
.mangaBlock__title--anime::after {
	border-color: #EF526C transparent transparent transparent;
}

/* line 1256, _scss/style.scss */
.mangaBlock__title--manga {
	background-color: #01b3bd;
}

/* line 1258, _scss/style.scss */
.mangaBlock__title--manga::after {
	border-color: #01b3bd transparent transparent transparent;
}

/* line 1263, _scss/style.scss */
.mangaBlock__titleicon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	margin-right: .5em;
}

/* line 1270, _scss/style.scss */
.mangaBlock__titleicon svg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/* line 1276, _scss/style.scss */
.mangaBlock__titleicon svg path {
	fill: #fff;
}

/* line 1281, _scss/style.scss */
.mangaBlock__video {
	margin: 0 auto;
	width: 640px;
	max-width: 100%;
	position: relative;
}

/* line 1286, _scss/style.scss */
.mangaBlock__video::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

/* line 1292, _scss/style.scss */
.mangaBlock__poster, .mangaBlock__iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* line 1301, _scss/style.scss */
.mangaBlock__poster {
	z-index: 2;
}

/* line 1304, _scss/style.scss */
.mangaBlock__videotext {
	text-align: center;
	font-weight: bold;
	margin-top: 0.5em;
}

@media screen and (min-width: 768px) {
	/* line 1304, _scss/style.scss */
	.mangaBlock__videotext {
		font-size: 2.4rem;
	}
}

/* line 1310, _scss/style.scss */
.mangaBlock__line {
	outline: none;
	border: none;
	padding: 0;
	height: 1px;
	margin: 3.2rem 0 5.6rem;
	background: #B7B7B7;
}

/* line 1318, _scss/style.scss */
.mangaBlock__img {
	margin: 0 auto 20px;
}

@media screen and (min-width: 768px) {
	/* line 1318, _scss/style.scss */
	.mangaBlock__img {
		width: 880px;
	}
}

@media screen and (max-width: 767px) {
	/* line 1318, _scss/style.scss */
	.mangaBlock__img {
		width: 100%;
		max-width: 710px;
	}
}

/* line 1329, _scss/style.scss */
.charaList {
	list-style: none;
}

@media screen and (min-width: 768px) {
	/* line 1329, _scss/style.scss */
	.charaList {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		padding: 0 0 20px;
		margin-left: -10px;
		margin-right: -10px;
	}
}

@media screen and (min-width: 768px) {
	/* line 1338, _scss/style.scss */
	.charaList__item {
		width: 250px;
	}
}

@media screen and (max-width: 767px) {
	/* line 1344, _scss/style.scss */
	.charaItem {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding: 10px;
	}
}

@media screen and (min-width: 768px) {
	/* line 1350, _scss/style.scss */
	.charaItem__text {
		height: 200px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 767px) {
	/* line 1350, _scss/style.scss */
	.charaItem__text {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
	}
}

/* line 1360, _scss/style.scss */
.charaItem__img {
	text-align: center;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	/* line 1360, _scss/style.scss */
	.charaItem__img {
		width: 124px;
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 767px) {
	/* line 1360, _scss/style.scss */
	.charaItem__img {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		width: 90px;
		margin-right: 20px;
		font-size: 1.3rem;
	}
}

/* line 1376, _scss/style.scss */
.charaBalloonInner {
	font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
	/* line 1376, _scss/style.scss */
	.charaBalloonInner {
		padding: 10px 10px;
	}
}

@media screen and (max-width: 767px) {
	/* line 1376, _scss/style.scss */
	.charaBalloonInner {
		padding: 10px 20px;
	}
}

/* line 1385, _scss/style.scss */
.RobinBlock {
	position: relative;
}

@media screen and (min-width: 768px) {
	/* line 1385, _scss/style.scss */
	.RobinBlock {
		margin-top: 80px;
		margin-bottom: 100px;
	}
}

@media screen and (max-width: 767px) {
	/* line 1385, _scss/style.scss */
	.RobinBlock {
		margin-top: 60px;
		margin-bottom: 20px;
	}
}

/* line 1395, _scss/style.scss */
.RobinBlock__img {
	text-align: center;
}

@media screen and (min-width: 768px) {
	/* line 1395, _scss/style.scss */
	.RobinBlock__img {
		font-size: 1.6rem;
		position: absolute;
		width: 137px;
		left: 100px;
		bottom: -260px;
	}
}

@media screen and (max-width: 767px) {
	/* line 1395, _scss/style.scss */
	.RobinBlock__img {
		width: 110px;
		margin: 0 auto;
		font-size: 1.5rem;
		margin-top: 20px;
	}
}

/* line 1413, _scss/style.scss */
.RobinBalloonInner {
	text-align: center;
}

@media screen and (min-width: 768px) {
	/* line 1413, _scss/style.scss */
	.RobinBalloonInner {
		padding: 40px;
	}
}

@media screen and (max-width: 767px) {
	/* line 1413, _scss/style.scss */
	.RobinBalloonInner {
		padding: 10px;
	}
}

/* line 1424, _scss/style.scss */
.page_02_about {
	counter-reset: numtitle;
}

/* line 1427, _scss/style.scss */
.aboutList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	list-style: none;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
}

@media screen and (min-width: 768px) {
	/* line 1427, _scss/style.scss */
	.aboutList {
		margin: 20px auto 134px;
	}
}

@media screen and (max-width: 767px) {
	/* line 1427, _scss/style.scss */
	.aboutList {
		margin: 20px auto 20px;
		max-width: 375px;
	}
}

@media screen and (min-width: 768px) {
	/* line 1435, _scss/style.scss */
	.aboutList__item--even {
		-webkit-transform: translateY(100px);
		        transform: translateY(100px);
	}
}

@media screen and (max-width: 767px) {
	/* line 1438, _scss/style.scss */
	.aboutList__item--center {
		margin: -20px 25%;
	}
}

/* line 1443, _scss/style.scss */
.rightTypeItem {
	background: #ffffff;
}

@media screen and (min-width: 768px) {
	/* line 1443, _scss/style.scss */
	.rightTypeItem {
		width: 216px;
		height: 216px;
		border-radius: 110px;
	}
}

@media screen and (max-width: 767px) {
	/* line 1443, _scss/style.scss */
	.rightTypeItem {
		width: 170px;
		height: 170px;
		border-radius: 85px;
	}
}

/* line 1455, _scss/style.scss */
.rightTypeItem__img {
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	/* line 1455, _scss/style.scss */
	.rightTypeItem__img {
		padding-top: 16px;
		width: 126px;
	}
}

@media screen and (max-width: 767px) {
	/* line 1455, _scss/style.scss */
	.rightTypeItem__img {
		padding-top: 16px;
		width: 90px;
	}
}

/* line 1466, _scss/style.scss */
.rightTypeItem__text {
	text-align: center;
	line-height: 1.5;
}

@media screen and (min-width: 768px) {
	/* line 1466, _scss/style.scss */
	.rightTypeItem__text {
		font-size: 2.0rem;
	}
}

@media screen and (max-width: 767px) {
	/* line 1466, _scss/style.scss */
	.rightTypeItem__text {
		font-size: 1.6rem;
	}
}

/* line 1471, _scss/style.scss */
.rightTypeItem__text--single {
	line-height: 3.4;
}

/* line 1477, _scss/style.scss */
.aboutFirstBlock__img {
	font-size: 1.4rem;
	text-align: center;
	margin: 20px auto 0;
}

@media screen and (min-width: 768px) {
	/* line 1477, _scss/style.scss */
	.aboutFirstBlock__img {
		width: 137px;
	}
}

@media screen and (max-width: 767px) {
	/* line 1477, _scss/style.scss */
	.aboutFirstBlock__img {
		width: 110px;
	}
}

/* line 1485, _scss/style.scss */
.aboutBalloonInner {
	text-align: center;
}

@media screen and (min-width: 768px) {
	/* line 1485, _scss/style.scss */
	.aboutBalloonInner {
		padding: 36px 20px;
	}
}

@media screen and (max-width: 767px) {
	/* line 1485, _scss/style.scss */
	.aboutBalloonInner {
		padding: 20px;
	}
}

@media screen and (min-width: 768px) {
	/* line 1490, _scss/style.scss */
	.typeList {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
	}
}

@media screen and (min-width: 768px) {
	/* line 1495, _scss/style.scss */
	.typeList__name {
		margin: 0 40px 20px 0;
	}
}

@media screen and (max-width: 767px) {
	/* line 1495, _scss/style.scss */
	.typeList__name {
		width: 170px;
		margin: 0 auto 20px;
	}
}

/* line 1499, _scss/style.scss */
.typeList__text {
	padding-top: 10px;
	padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
	/* line 1499, _scss/style.scss */
	.typeList__text {
		width: calc(100% - 260px);
	}
}

@media screen and (min-width: 768px) {
	/* line 1505, _scss/style.scss */
	.typeDescription {
		padding: 30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}

@media screen and (max-width: 767px) {
	/* line 1505, _scss/style.scss */
	.typeDescription {
		padding: 15px;
		margin-bottom: 30px;
	}
}

/* line 1516, _scss/style.scss */
.typeDescription__name {
	background: #fee42b;
	border-radius: 10px;
	text-align: center;
	font-weight: bold;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	/* line 1516, _scss/style.scss */
	.typeDescription__name {
		width: 200px;
		margin-right: 30px;
		line-height: 140px;
		font-size: 2.4rem;
	}
}

@media screen and (max-width: 767px) {
	/* line 1516, _scss/style.scss */
	.typeDescription__name {
		font-size: 1.7rem;
		margin-bottom: 10px;
	}
}

/* line 1533, _scss/style.scss */
.typeDescription__text {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

/* line 1537, _scss/style.scss */
.exampleBlock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: content;
	    -ms-flex-pack: content;
	        justify-content: content;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 10px 0;
}

@media screen and (min-width: 768px) {
	/* line 1542, _scss/style.scss */
	.exampleBlock__img {
		width: 210px;
	}
}

@media screen and (max-width: 767px) {
	/* line 1542, _scss/style.scss */
	.exampleBlock__img {
		width: 105px;
	}
}

/* line 1549, _scss/style.scss */
.exampleBlock__img--right {
	margin-left: 10px;
}

/* line 1552, _scss/style.scss */
.exampleBlock__img--left {
	margin-right: 10px;
}

/* line 1556, _scss/style.scss */
.exampleBlock__text {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

/* line 1561, _scss/style.scss */
.exampleBalloonInner--question {
	color: #fff;
	position: relative;
	line-height: 2;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	/* line 1561, _scss/style.scss */
	.exampleBalloonInner--question {
		font-size: 3.0rem;
		padding: 30px 10px 30px 190px;
	}
}

@media screen and (max-width: 767px) {
	/* line 1561, _scss/style.scss */
	.exampleBalloonInner--question {
		font-size: 1.8rem;
		padding: 50px 20px 20px;
	}
}

@media screen and (min-width: 768px) {
	/* line 1575, _scss/style.scss */
	.exampleBalloonInner--single {
		line-height: 3;
	}
}

/* line 1580, _scss/style.scss */
.exampleBalloonInner--answer {
	line-height: 2.5;
}

@media screen and (min-width: 768px) {
	/* line 1580, _scss/style.scss */
	.exampleBalloonInner--answer {
		font-size: 2.0rem;
		padding: 20px 10px 20px 40px;
	}
}

@media screen and (max-width: 767px) {
	/* line 1580, _scss/style.scss */
	.exampleBalloonInner--answer {
		font-size: 1.6rem;
		padding: 10px 10px 10px 10px;
	}
}

/* line 1591, _scss/style.scss */
.exampleBalloonInner__mark {
	position: absolute;
	-webkit-animation: exampleAnimation 1s alternate ease-out;
	        animation: exampleAnimation 1s alternate ease-out;
}

@media screen and (min-width: 768px) {
	/* line 1591, _scss/style.scss */
	.exampleBalloonInner__mark {
		width: 140px;
		height: 140px;
		left: 20px;
		top: -20px;
	}
}

@media screen and (max-width: 767px) {
	/* line 1591, _scss/style.scss */
	.exampleBalloonInner__mark {
		width: 60px;
		height: 60px;
		left: 6px;
		top: -20px;
	}
}

@-webkit-keyframes exampleAnimation {
	0% {
		-webkit-transform: scale(0, 0) rotate(-540deg);
		        transform: scale(0, 0) rotate(-540deg);
	}
	40% {
		-webkit-transform: scale(1, 1);
		        transform: scale(1, 1);
	}
	50% {
		-webkit-transform: scale(1.5, 1.5);
		        transform: scale(1.5, 1.5);
	}
	60% {
		-webkit-transform: scale(1, 1) rotate(0deg);
		        transform: scale(1, 1) rotate(0deg);
	}
}

@keyframes exampleAnimation {
	0% {
		-webkit-transform: scale(0, 0) rotate(-540deg);
		        transform: scale(0, 0) rotate(-540deg);
	}
	40% {
		-webkit-transform: scale(1, 1);
		        transform: scale(1, 1);
	}
	50% {
		-webkit-transform: scale(1.5, 1.5);
		        transform: scale(1.5, 1.5);
	}
	60% {
		-webkit-transform: scale(1, 1) rotate(0deg);
		        transform: scale(1, 1) rotate(0deg);
	}
}

/* line 1616, _scss/style.scss */
.supportList {
	list-style: none;
	counter-reset: support;
}

/* line 1619, _scss/style.scss */
.supportList__item {
	margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
	/* line 1623, _scss/style.scss */
	.supportItem {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media screen and (min-width: 768px) {
	/* line 1627, _scss/style.scss */
	.supportItem__img {
		width: 330px;
		margin-right: 50px;
	}
}

@media screen and (max-width: 767px) {
	/* line 1627, _scss/style.scss */
	.supportItem__img {
		max-width: 350px;
		margin: 0 auto 20px;
	}
}

/* line 1637, _scss/style.scss */
.supportItem__contents {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

/* line 1642, _scss/style.scss */
.supportAbout__title {
	font-weight: bold;
	margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
	/* line 1642, _scss/style.scss */
	.supportAbout__title {
		line-height: 50px;
		font-size: 2.4rem;
	}
}

@media screen and (max-width: 767px) {
	/* line 1642, _scss/style.scss */
	.supportAbout__title {
		line-height: 30px;
		font-size: 1.8rem;
	}
}

/* line 1654, _scss/style.scss */
.supportAbout__title::before {
	display: inline-block;
	text-align: center;
	content: counter(support);
	counter-increment: support;
	background: #01b3bd;
	margin-right: 10px;
	color: #ffffff;
}

@media screen and (min-width: 768px) {
	/* line 1654, _scss/style.scss */
	.supportAbout__title::before {
		width: 50px;
		height: 50px;
		border-radius: 25px;
		font-size: 2.5rem;
	}
}

@media screen and (max-width: 767px) {
	/* line 1654, _scss/style.scss */
	.supportAbout__title::before {
		width: 30px;
		height: 30px;
		border-radius: 15px;
		font-size: 1.5rem;
	}
}

/* line 1678, _scss/style.scss */
.problemBlock__title {
	margin-top: 60px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
	/* line 1678, _scss/style.scss */
	.problemBlock__title {
		font-size: 2.4rem;
	}
}

@media screen and (max-width: 767px) {
	/* line 1678, _scss/style.scss */
	.problemBlock__title {
		font-size: 1.6rem;
		line-height: 2;
	}
}

/* line 1691, _scss/style.scss */
.problemBlock__imgblock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

@media screen and (max-width: 767px) {
	/* line 1691, _scss/style.scss */
	.problemBlock__imgblock {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column wrap;
		        flex-flow: column wrap;
	}
}

@media screen and (max-width: 767px) {
	/* line 1698, _scss/style.scss */
	.problemBlock__img {
		margin: 0 auto;
	}
}

@media screen and (min-width: 768px) {
	/* line 1702, _scss/style.scss */
	.problemBlock__img--1_1 {
		width: 460px;
	}
}

@media screen and (max-width: 767px) {
	/* line 1702, _scss/style.scss */
	.problemBlock__img--1_1 {
		max-width: 400px;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
}

@media screen and (min-width: 768px) {
	/* line 1706, _scss/style.scss */
	.problemBlock__img--1_2 {
		width: 582px;
	}
}

@media screen and (max-width: 767px) {
	/* line 1706, _scss/style.scss */
	.problemBlock__img--1_2 {
		max-width: 400px;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
}

@media screen and (min-width: 768px) {
	/* line 1710, _scss/style.scss */
	.problemBlock__img--2_1 {
		width: 500px;
	}
}

@media screen and (max-width: 767px) {
	/* line 1710, _scss/style.scss */
	.problemBlock__img--2_1 {
		max-width: 400px;
	}
}

@media screen and (min-width: 768px) {
	/* line 1714, _scss/style.scss */
	.problemBlock__img--2_2 {
		width: 446px;
	}
}

@media screen and (max-width: 767px) {
	/* line 1714, _scss/style.scss */
	.problemBlock__img--2_2 {
		max-width: 400px;
	}
}

/* line 1719, _scss/style.scss */
.problemBlock__resolve {
	margin-top: 40px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}

@media screen and (min-width: 768px) {
	/* line 1719, _scss/style.scss */
	.problemBlock__resolve {
		font-size: 4.8rem;
	}
}

@media screen and (max-width: 767px) {
	/* line 1719, _scss/style.scss */
	.problemBlock__resolve {
		font-size: 1.9rem;
	}
}

/* line 1731, _scss/style.scss */
.problemBlock__marker {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fee42b));
	background: -webkit-linear-gradient(transparent 70%, #fee42b 70%);
	background: linear-gradient(transparent 70%, #fee42b 70%);
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 6px;
}

/* line 1737, _scss/style.scss */
.problemBlock__note {
	margin-top: 60px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	/* line 1742, _scss/style.scss */
	.problemBalloonInner {
		padding: 16px 20px;
	}
}

@media screen and (max-width: 767px) {
	/* line 1752, _scss/style.scss */
	.chartOrder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column nowrap;
		        flex-flow: column nowrap;
	}
}

/* line 1757, _scss/style.scss */
.chartOrder__spfirst {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}

/* line 1760, _scss/style.scss */
.chartOrder__spsecond {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}

/* line 1764, _scss/style.scss */
.chartList {
	margin-top: 12px;
	list-style: none;
}

@media screen and (min-width: 768px) {
	/* line 1764, _scss/style.scss */
	.chartList {
		margin-bottom: 50px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
}

@media screen and (max-width: 767px) {
	/* line 1764, _scss/style.scss */
	.chartList {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
}

@media screen and (max-width: 767px) {
	/* line 1775, _scss/style.scss */
	.chartList__item {
		margin-bottom: 10px;
	}
}

/* line 1781, _scss/style.scss */
.chartBtn {
	outline: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: #ffffff;
	border-radius: 10px;
	-webkit-box-shadow: 0px 5px 0px 0px #ccc;
	        box-shadow: 0px 5px 0px 0px #ccc;
	line-height: 2;
	-webkit-transition: background .2s, -webkit-box-shadow .2s, -webkit-transform .2s;
	transition: background .2s, -webkit-box-shadow .2s, -webkit-transform .2s;
	transition: background .2s, box-shadow .2s, transform .2s;
	transition: background .2s, box-shadow .2s, transform .2s, -webkit-box-shadow .2s, -webkit-transform .2s;
}

@media screen and (min-width: 768px) {
	/* line 1781, _scss/style.scss */
	.chartBtn {
		width: 210px;
		height: 130px;
	}
}

@media screen and (max-width: 767px) {
	/* line 1781, _scss/style.scss */
	.chartBtn {
		width: 100%;
		padding: 10px 0;
		font-size: 1.45rem;
	}
}

@media screen and (min-width: 768px) {
	/* line 1800, _scss/style.scss */
	.chartBtn__text {
		text-align: center;
		width: 100%;
		display: block;
	}
}

/* line 1807, _scss/style.scss */
.chartBtn--current {
	background: #01b3bd;
	-webkit-box-shadow: 0px 5px 0px 0px #018f97;
	        box-shadow: 0px 5px 0px 0px #018f97;
}

/* line 1811, _scss/style.scss */
.chartBtn--current__text {
	color: #ffffff;
}

/* line 1814, _scss/style.scss */
.chartBtn--current:hover, .chartBtn--current:focus {
	background: #34c2ca;
}

/* line 1818, _scss/style.scss */
.chartBtn--current:active {
	-webkit-box-shadow: 0px 0px 0px 0px #018f97;
	        box-shadow: 0px 0px 0px 0px #018f97;
	-webkit-transform: translateY(5px);
	        transform: translateY(5px);
}

/* line 1824, _scss/style.scss */
.chartBtn:not(.chartBtn--current):hover, .chartBtn:not(.chartBtn--current):focus {
	background: #f5f5f5;
}

/* line 1828, _scss/style.scss */
.chartBtn:not(.chartBtn--current):active {
	-webkit-box-shadow: 0px 0px 0px 0px #ccc;
	        box-shadow: 0px 0px 0px 0px #ccc;
	-webkit-transform: translateY(5px);
	        transform: translateY(5px);
}

/* line 1834, _scss/style.scss */
.chartArea {
	position: relative;
	overflow: hidden;
	background: #ffffff;
	border-radius: 10px;
}

@media screen and (min-width: 768px) {
	/* line 1834, _scss/style.scss */
	.chartArea {
		width: 1080px;
		height: 440px;
	}
}

@media screen and (max-width: 767px) {
	/* line 1834, _scss/style.scss */
	.chartArea {
		margin: 0 auto;
		width: 355px;
		height: 320px;
	}
}

/* line 1850, _scss/style.scss */
.chartBlock {
	display: none;
	left: 1080px;
	top: -500px;
	position: absolute;
	width: 100%;
	height: 100%;
}

/* line 1859, _scss/style.scss */
.chartBlock__title {
	font-weight: bold;
	text-align: center;
}

@media screen and (min-width: 768px) {
	/* line 1859, _scss/style.scss */
	.chartBlock__title {
		font-size: 3.2rem;
		padding-top: 36px;
	}
}

@media screen and (max-width: 767px) {
	/* line 1859, _scss/style.scss */
	.chartBlock__title {
		font-size: 1.45rem;
		padding-top: 15px;
	}
}

/* line 1872, _scss/style.scss */
.chartQuestion {
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (min-width: 768px) {
	/* line 1872, _scss/style.scss */
	.chartQuestion {
		width: 964px;
	}
}

@media screen and (max-width: 767px) {
	/* line 1872, _scss/style.scss */
	.chartQuestion {
		width: 100%;
		height: 180px;
	}
}

/* line 1882, _scss/style.scss */
.chartQuestion__img {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	margin-right: 18px;
}

@media screen and (min-width: 768px) {
	/* line 1882, _scss/style.scss */
	.chartQuestion__img {
		width: 124px;
	}
}

@media screen and (max-width: 767px) {
	/* line 1882, _scss/style.scss */
	.chartQuestion__img {
		width: 70px;
		padding-left: 10px;
	}
}

/* line 1893, _scss/style.scss */
.chartQuestion__text {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

@media screen and (min-width: 768px) {
	/* line 1893, _scss/style.scss */
	.chartQuestion__text {
		padding-right: 24px;
	}
}

@media screen and (max-width: 767px) {
	/* line 1893, _scss/style.scss */
	.chartQuestion__text {
		padding-right: 10px;
	}
}

/* line 1905, _scss/style.scss */
.chartBalloon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

@media screen and (max-width: 767px) {
	/* line 1905, _scss/style.scss */
	.chartBalloon {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column wrap;
		        flex-flow: column wrap;
	}
}

@media screen and (min-width: 768px) {
	/* line 1905, _scss/style.scss */
	.chartBalloon {
		padding: 0 29px 0 40px;
	}
}

@media screen and (min-width: 768px) {
	/* line 1914, _scss/style.scss */
	.chartBalloon__img {
		width: 150px;
		padding: 15px 0;
	}
}

@media screen and (max-width: 767px) {
	/* line 1914, _scss/style.scss */
	.chartBalloon__img {
		width: 65px;
		margin: 0 auto;
	}
}

@media screen and (min-width: 768px) {
	/* line 1924, _scss/style.scss */
	.chartBalloon__text {
		padding: 34px 0;
	}
}

@media screen and (max-width: 767px) {
	/* line 1924, _scss/style.scss */
	.chartBalloon__text {
		padding: 10px 10px 0 10px;
		font-size: 1.4rem;
	}
}

/* line 1934, _scss/style.scss */
.selectBtn {
	margin: 20px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

@media screen and (min-width: 768px) {
	/* line 1934, _scss/style.scss */
	.selectBtn {
		width: 680px;
	}
}

@media screen and (max-width: 767px) {
	/* line 1934, _scss/style.scss */
	.selectBtn {
		width: 330px;
	}
}

/* line 1944, _scss/style.scss */
.selectBtn__btn {
	outline: none;
}

@media screen and (min-width: 768px) {
	/* line 1944, _scss/style.scss */
	.selectBtn__btn {
		width: 320px;
		height: 80px;
		line-height: 80px;
		border-radius: 10px;
		font-size: 2.4rem;
	}
}

@media screen and (max-width: 767px) {
	/* line 1944, _scss/style.scss */
	.selectBtn__btn {
		width: 160px;
		height: 50px;
		line-height: 50px;
		border-radius: 5px;
		font-size: 1.7rem;
	}
}

/* line 1960, _scss/style.scss */
.selectBtn__btn--yes {
	background: #fee42b;
}

@media screen and (min-width: 768px) {
	/* line 1962, _scss/style.scss */
	.selectBtn__btn--yes:focus, .selectBtn__btn--yes:hover {
		-webkit-animation: yesAnimation .15s infinite alternate;
		        animation: yesAnimation .15s infinite alternate;
	}
}

@-webkit-keyframes yesAnimation {
	0% {
		background: #fee42b;
	}
	100% {
		background: #fff7c0;
	}
}

@keyframes yesAnimation {
	0% {
		background: #fee42b;
	}
	100% {
		background: #fff7c0;
	}
}

/* line 1971, _scss/style.scss */
.selectBtn__btn--no {
	background: #01b3bd;
	color: #ffffff;
}

@media screen and (min-width: 768px) {
	/* line 1974, _scss/style.scss */
	.selectBtn__btn--no:focus, .selectBtn__btn--no:hover {
		-webkit-animation: noAnimation .15s infinite alternate;
		        animation: noAnimation .15s infinite alternate;
	}
}

@-webkit-keyframes noAnimation {
	0% {
		background: #01b3bd;
	}
	100% {
		background: #67d1d7;
	}
}

@keyframes noAnimation {
	0% {
		background: #01b3bd;
	}
	100% {
		background: #67d1d7;
	}
}

/* line 1985, _scss/style.scss */
.chartResult {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

@media screen and (min-width: 768px) {
	/* line 1985, _scss/style.scss */
	.chartResult {
		width: 1000px;
		height: 340px;
		margin: -36px auto 0;
	}
}

@media screen and (max-width: 767px) {
	/* line 1985, _scss/style.scss */
	.chartResult {
		padding: 0 10px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
	}
}

/* line 1997, _scss/style.scss */
.chartResult__leftimg {
	margin-top: auto;
}

@media screen and (min-width: 768px) {
	/* line 1997, _scss/style.scss */
	.chartResult__leftimg {
		width: 112px;
	}
}

@media screen and (max-width: 767px) {
	/* line 1997, _scss/style.scss */
	.chartResult__leftimg {
		width: 56px;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
}

/* line 2008, _scss/style.scss */
.chartResult__text {
	text-align: center;
}

@media screen and (min-width: 768px) {
	/* line 2008, _scss/style.scss */
	.chartResult__text {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
	}
}

@media screen and (max-width: 767px) {
	/* line 2008, _scss/style.scss */
	.chartResult__text {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		width: 100%;
	}
}

@media screen and (min-width: 768px) {
	/* line 2018, _scss/style.scss */
	.chartResult__judge {
		font-size: 6.0rem;
		line-height: 1;
		margin: 50px 0 26px;
	}
}

@media screen and (max-width: 767px) {
	/* line 2018, _scss/style.scss */
	.chartResult__judge {
		margin-top: 10px;
		font-size: 1.8rem;
		font-weight: bold;
	}
}

/* line 2029, _scss/style.scss */
.chartResult__judge--small {
	font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
	/* line 2029, _scss/style.scss */
	.chartResult__judge--small {
		font-size: 1.7rem;
	}
}

@media screen and (max-width: 767px) {
	/* line 2036, _scss/style.scss */
	.chartResult__detail {
		font-size: 1.4rem;
		line-height: 2;
	}
}

/* line 2042, _scss/style.scss */
.chartResult__rightimg {
	margin-top: auto;
}

@media screen and (min-width: 768px) {
	/* line 2042, _scss/style.scss */
	.chartResult__rightimg {
		width: 147px;
	}
}

@media screen and (max-width: 767px) {
	/* line 2042, _scss/style.scss */
	.chartResult__rightimg {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
		width: 73px;
		margin-left: auto;
	}
}

/* line 2051, _scss/style.scss */
.chartResult__rightimg--sphidden {
	display: none;
}

/* line 2056, _scss/style.scss */
.chartResult__bottomimg {
	margin-top: auto;
}

@media screen and (min-width: 768px) {
	/* line 2056, _scss/style.scss */
	.chartResult__bottomimg {
		width: 171px;
		margin-bottom: -20px;
	}
}

@media screen and (max-width: 767px) {
	/* line 2056, _scss/style.scss */
	.chartResult__bottomimg {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		margin-left: auto;
		width: 90px;
		margin-top: 30px;
	}
}

/* line 2072, _scss/style.scss */
.page_04_qa {
	counter-reset: num;
}

/* line 2075, _scss/style.scss */
.introBlock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 20px auto 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

@media screen and (min-width: 768px) {
	/* line 2075, _scss/style.scss */
	.introBlock {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}

@media screen and (max-width: 767px) {
	/* line 2075, _scss/style.scss */
	.introBlock {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
}

/* line 2081, _scss/style.scss */
.introBlock__img {
	width: 61px;
}

@media screen and (min-width: 768px) {
	/* line 2081, _scss/style.scss */
	.introBlock__img {
		margin-right: 28px;
	}
}

@media screen and (max-width: 767px) {
	/* line 2081, _scss/style.scss */
	.introBlock__img {
		margin-right: 10px;
	}
}

@media screen and (min-width: 768px) {
	/* line 2089, _scss/style.scss */
	.questionBlock {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding-top: 100px;
		padding-bottom: 20px;
	}
}

@media screen and (max-width: 767px) {
	/* line 2089, _scss/style.scss */
	.questionBlock {
		padding-top: 40px;
	}
}

/* line 2099, _scss/style.scss */
.questionBlock__text {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

/* line 2102, _scss/style.scss */
.questionBlock__img {
	position: relative;
	z-index: 2;
}

@media screen and (min-width: 768px) {
	/* line 2102, _scss/style.scss */
	.questionBlock__img {
		width: 180px;
		margin-left: 40px;
	}
}

@media screen and (max-width: 767px) {
	/* line 2102, _scss/style.scss */
	.questionBlock__img {
		width: 90px;
		margin: 20px auto;
		display: block;
	}
}

/* line 2117, _scss/style.scss */
.questionItem__title {
	line-height: 1.7;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	/* line 2117, _scss/style.scss */
	.questionItem__title {
		font-size: 3.2rem;
		padding: 64px 40px 64px 128px;
	}
}

@media screen and (max-width: 767px) {
	/* line 2117, _scss/style.scss */
	.questionItem__title {
		font-size: 1.9rem;
		padding: 20px 20px 20px 60px;
	}
}

/* line 2129, _scss/style.scss */
.questionItem__title::before {
	counter-increment: num;
	position: absolute;
	content: "Ｑ" counter(num);
	color: #01b3bd;
}

@media screen and (min-width: 768px) {
	/* line 2129, _scss/style.scss */
	.questionItem__title::before {
		left: 50px;
		top: 64px;
	}
}

@media screen and (max-width: 767px) {
	/* line 2129, _scss/style.scss */
	.questionItem__title::before {
		left: 20px;
		top: 20px;
	}
}

@media screen and (min-width: 768px) {
	/* line 2145, _scss/style.scss */
	.answerBlock {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: top;
		    -ms-flex-align: top;
		        align-items: top;
		padding-bottom: 100px;
	}
}

/* line 2151, _scss/style.scss */
.answerBlock__text {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	position: relative;
	z-index: 3;
}

/* line 2157, _scss/style.scss */
.answerBlock__img {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	position: relative;
	z-index: 2;
	vertical-align: middle;
	border-radius: 50%;
}

@media screen and (min-width: 768px) {
	/* line 2157, _scss/style.scss */
	.answerBlock__img {
		width: 180px;
		height: 180px;
		margin-right: 40px;
	}
}

@media screen and (max-width: 767px) {
	/* line 2157, _scss/style.scss */
	.answerBlock__img {
		width: 90px;
		margin: 20px auto 0;
		display: block;
	}
}

/* line 2177, _scss/style.scss */
.answerItem__title {
	position: relative;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	/* line 2177, _scss/style.scss */
	.answerItem__title {
		padding: 30px 40px 0 100px;
		font-size: 2.4rem;
		line-height: 2.2;
	}
}

@media screen and (max-width: 767px) {
	/* line 2177, _scss/style.scss */
	.answerItem__title {
		font-size: 1.7rem;
		padding: 20px 20px 0 50px;
		line-height: 1.7;
	}
}

/* line 2190, _scss/style.scss */
.answerItem__title::before {
	position: absolute;
	content: "Ａ";
	color: #d03754;
}

@media screen and (min-width: 768px) {
	/* line 2190, _scss/style.scss */
	.answerItem__title::before {
		font-size: 3.6rem;
		left: 32px;
		top: 18px;
	}
}

@media screen and (max-width: 767px) {
	/* line 2190, _scss/style.scss */
	.answerItem__title::before {
		font-size: 2.0rem;
		left: 20px;
		top: 18px;
	}
}

/* line 2206, _scss/style.scss */
.answerItem__happyon {
	display: block;
	margin: 12px auto;
	width: 169px;
}

@media screen and (min-width: 768px) {
	/* line 2211, _scss/style.scss */
	.answerItem__text {
		padding: 16px 40px 20px;
	}
}

@media screen and (max-width: 767px) {
	/* line 2211, _scss/style.scss */
	.answerItem__text {
		padding: 20px;
	}
}

/* line 2216, _scss/style.scss */
.kakurehappyon1 {
	position: relative;
	overflow: hidden;
}

/* line 2219, _scss/style.scss */
.kakurehappyon1__imgblock {
	outline: none;
	position: absolute;
	-webkit-transform: rotate(-60deg);
	        transform: rotate(-60deg);
	cursor: pointer;
	-webkit-animation: kakurehappyon1 2s infinite;
	        animation: kakurehappyon1 2s infinite;
}

@media screen and (min-width: 768px) {
	/* line 2219, _scss/style.scss */
	.kakurehappyon1__imgblock {
		width: 100px;
		height: 100px;
		right: -67px;
		top: 80%;
	}
}

@media screen and (max-width: 767px) {
	/* line 2219, _scss/style.scss */
	.kakurehappyon1__imgblock {
		width: 75px;
		height: 75px;
		right: -30px;
		bottom: 50px;
	}
}

/* line 2227, _scss/style.scss */
.kakurehappyon1__imgblock img {
	width: 100%;
}

@-webkit-keyframes kakurehappyon1 {
	0% {
	}
	20% {
		-webkit-transform: rotate(-55deg);
		        transform: rotate(-55deg);
	}
	40% {
		-webkit-transform: rotate(-65deg);
		        transform: rotate(-65deg);
	}
	50% {
		-webkit-transform: rotate(-55deg);
		        transform: rotate(-55deg);
	}
	60% {
		-webkit-transform: rotate(-65deg);
		        transform: rotate(-65deg);
	}
	80% {
		-webkit-transform: rotate(-60deg);
		        transform: rotate(-60deg);
	}
}

@keyframes kakurehappyon1 {
	0% {
	}
	20% {
		-webkit-transform: rotate(-55deg);
		        transform: rotate(-55deg);
	}
	40% {
		-webkit-transform: rotate(-65deg);
		        transform: rotate(-65deg);
	}
	50% {
		-webkit-transform: rotate(-55deg);
		        transform: rotate(-55deg);
	}
	60% {
		-webkit-transform: rotate(-65deg);
		        transform: rotate(-65deg);
	}
	80% {
		-webkit-transform: rotate(-60deg);
		        transform: rotate(-60deg);
	}
}

@media screen and (min-width: 768px) {
	/* line 2238, _scss/style.scss */
	.kakurehappyon1__imgblock:hover {
		-webkit-animation: kakurehappyon1_hover 1s forwards;
		        animation: kakurehappyon1_hover 1s forwards;
	}
}

@-webkit-keyframes kakurehappyon1_hover {
	0% {
	}
	20% {
		-webkit-transform: rotate(-40deg);
		        transform: rotate(-40deg);
		right: -37px;
	}
	40% {
		-webkit-transform: rotate(-60deg);
		        transform: rotate(-60deg);
		right: -37px;
	}
	50% {
		-webkit-transform: rotate(-40deg);
		        transform: rotate(-40deg);
		right: -37px;
	}
	60% {
		-webkit-transform: rotate(-60deg);
		        transform: rotate(-60deg);
		right: -37px;
	}
	70% {
		-webkit-transform: rotate(-50deg);
		        transform: rotate(-50deg);
		right: -37px;
	}
	100% {
		-webkit-transform: rotate(-50deg);
		        transform: rotate(-50deg);
		right: -37px;
	}
}

@keyframes kakurehappyon1_hover {
	0% {
	}
	20% {
		-webkit-transform: rotate(-40deg);
		        transform: rotate(-40deg);
		right: -37px;
	}
	40% {
		-webkit-transform: rotate(-60deg);
		        transform: rotate(-60deg);
		right: -37px;
	}
	50% {
		-webkit-transform: rotate(-40deg);
		        transform: rotate(-40deg);
		right: -37px;
	}
	60% {
		-webkit-transform: rotate(-60deg);
		        transform: rotate(-60deg);
		right: -37px;
	}
	70% {
		-webkit-transform: rotate(-50deg);
		        transform: rotate(-50deg);
		right: -37px;
	}
	100% {
		-webkit-transform: rotate(-50deg);
		        transform: rotate(-50deg);
		right: -37px;
	}
}

/* line 2252, _scss/style.scss */
.kakurehappyon2 {
	position: relative;
	z-index: 0;
}

/* line 2255, _scss/style.scss */
.kakurehappyon2__imgblock {
	outline: none;
	width: 100px;
	height: 100px;
	position: absolute;
	-webkit-transform: rotate(30deg);
	        transform: rotate(30deg);
	-webkit-animation: kakurehappyon2 2s infinite;
	        animation: kakurehappyon2 2s infinite;
	cursor: default;
}

@media screen and (min-width: 768px) {
	/* line 2255, _scss/style.scss */
	.kakurehappyon2__imgblock {
		width: 100px;
		height: 100px;
		left: 115px;
		top: -25px;
	}
}

@media screen and (max-width: 767px) {
	/* line 2255, _scss/style.scss */
	.kakurehappyon2__imgblock {
		width: 75px;
		height: 75px;
		left: 50%;
		bottom: 40px;
	}
}

/* line 2265, _scss/style.scss */
.kakurehappyon2__imgblock img {
	width: 100%;
}

@-webkit-keyframes kakurehappyon2 {
	0% {
	}
	20% {
		-webkit-transform: rotate(25deg);
		        transform: rotate(25deg);
	}
	40% {
		-webkit-transform: rotate(35deg);
		        transform: rotate(35deg);
	}
	50% {
		-webkit-transform: rotate(25deg);
		        transform: rotate(25deg);
	}
	60% {
		-webkit-transform: rotate(35deg);
		        transform: rotate(35deg);
	}
	80% {
		-webkit-transform: rotate(30deg);
		        transform: rotate(30deg);
	}
}

@keyframes kakurehappyon2 {
	0% {
	}
	20% {
		-webkit-transform: rotate(25deg);
		        transform: rotate(25deg);
	}
	40% {
		-webkit-transform: rotate(35deg);
		        transform: rotate(35deg);
	}
	50% {
		-webkit-transform: rotate(25deg);
		        transform: rotate(25deg);
	}
	60% {
		-webkit-transform: rotate(35deg);
		        transform: rotate(35deg);
	}
	80% {
		-webkit-transform: rotate(30deg);
		        transform: rotate(30deg);
	}
}

/* line 2278, _scss/style.scss */
.kakurehappyon3 {
	position: relative;
}

/* line 2280, _scss/style.scss */
.kakurehappyon3__imgblock {
	outline: none;
	position: absolute;
	-webkit-transform: rotate(-180deg);
	        transform: rotate(-180deg);
	cursor: pointer;
	-webkit-animation: kakurehappyon3 2s infinite;
	        animation: kakurehappyon3 2s infinite;
}

@media screen and (min-width: 768px) {
	/* line 2280, _scss/style.scss */
	.kakurehappyon3__imgblock {
		width: 100px;
		height: 100px;
		left: 250px;
		bottom: 70px;
	}
}

@media screen and (max-width: 767px) {
	/* line 2280, _scss/style.scss */
	.kakurehappyon3__imgblock {
		width: 75px;
		height: 75px;
		bottom: 60px;
	}
}

/* line 2288, _scss/style.scss */
.kakurehappyon3__imgblock img {
	width: 100%;
}

@-webkit-keyframes kakurehappyon3 {
	0% {
	}
	20% {
		-webkit-transform: rotate(-175deg);
		        transform: rotate(-175deg);
	}
	40% {
		-webkit-transform: rotate(-185deg);
		        transform: rotate(-185deg);
	}
	50% {
		-webkit-transform: rotate(-175deg);
		        transform: rotate(-175deg);
	}
	60% {
		-webkit-transform: rotate(-185deg);
		        transform: rotate(-185deg);
	}
	80% {
		-webkit-transform: rotate(-180deg);
		        transform: rotate(-180deg);
	}
}

@keyframes kakurehappyon3 {
	0% {
	}
	20% {
		-webkit-transform: rotate(-175deg);
		        transform: rotate(-175deg);
	}
	40% {
		-webkit-transform: rotate(-185deg);
		        transform: rotate(-185deg);
	}
	50% {
		-webkit-transform: rotate(-175deg);
		        transform: rotate(-175deg);
	}
	60% {
		-webkit-transform: rotate(-185deg);
		        transform: rotate(-185deg);
	}
	80% {
		-webkit-transform: rotate(-180deg);
		        transform: rotate(-180deg);
	}
}

@media screen and (min-width: 768px) {
	/* line 2299, _scss/style.scss */
	.kakurehappyon3__imgblock:hover {
		-webkit-animation: kakurehappyon3_hover 1s forwards;
		        animation: kakurehappyon3_hover 1s forwards;
	}
}

@-webkit-keyframes kakurehappyon3_hover {
	0% {
	}
	20% {
		-webkit-transform: rotate(-170deg);
		        transform: rotate(-170deg);
		bottom: 40px;
	}
	40% {
		-webkit-transform: rotate(-190deg);
		        transform: rotate(-190deg);
		bottom: 40px;
	}
	50% {
		-webkit-transform: rotate(-170deg);
		        transform: rotate(-170deg);
		bottom: 40px;
	}
	60% {
		-webkit-transform: rotate(-190deg);
		        transform: rotate(-190deg);
		bottom: 40px;
	}
	70% {
		-webkit-transform: rotate(-180deg);
		        transform: rotate(-180deg);
		bottom: 40px;
	}
	100% {
		-webkit-transform: rotate(-180deg);
		        transform: rotate(-180deg);
		bottom: 40px;
	}
}

@keyframes kakurehappyon3_hover {
	0% {
	}
	20% {
		-webkit-transform: rotate(-170deg);
		        transform: rotate(-170deg);
		bottom: 40px;
	}
	40% {
		-webkit-transform: rotate(-190deg);
		        transform: rotate(-190deg);
		bottom: 40px;
	}
	50% {
		-webkit-transform: rotate(-170deg);
		        transform: rotate(-170deg);
		bottom: 40px;
	}
	60% {
		-webkit-transform: rotate(-190deg);
		        transform: rotate(-190deg);
		bottom: 40px;
	}
	70% {
		-webkit-transform: rotate(-180deg);
		        transform: rotate(-180deg);
		bottom: 40px;
	}
	100% {
		-webkit-transform: rotate(-180deg);
		        transform: rotate(-180deg);
		bottom: 40px;
	}
}

/* line 2313, _scss/style.scss */
.kakurehappyon4 {
	position: relative;
	z-index: 0;
}

/* line 2316, _scss/style.scss */
.kakurehappyon4__imgblock {
	outline: none;
	width: 100px;
	height: 100px;
	position: absolute;
	-webkit-transform: rotate(-30deg);
	        transform: rotate(-30deg);
	-webkit-animation: kakurehappyon4 2s infinite;
	        animation: kakurehappyon4 2s infinite;
	cursor: default;
}

@media screen and (min-width: 768px) {
	/* line 2316, _scss/style.scss */
	.kakurehappyon4__imgblock {
		width: 100px;
		height: 100px;
		right: 115px;
		top: 72px;
	}
}

@media screen and (max-width: 767px) {
	/* line 2316, _scss/style.scss */
	.kakurehappyon4__imgblock {
		width: 75px;
		height: 75px;
		left: 50%;
		margin-left: -80px;
	}
}

/* line 2326, _scss/style.scss */
.kakurehappyon4__imgblock img {
	width: 100%;
}

@-webkit-keyframes kakurehappyon4 {
	0% {
	}
	20% {
		-webkit-transform: rotate(-25deg);
		        transform: rotate(-25deg);
	}
	40% {
		-webkit-transform: rotate(-35deg);
		        transform: rotate(-35deg);
	}
	50% {
		-webkit-transform: rotate(-25deg);
		        transform: rotate(-25deg);
	}
	60% {
		-webkit-transform: rotate(-35deg);
		        transform: rotate(-35deg);
	}
	80% {
		-webkit-transform: rotate(-30deg);
		        transform: rotate(-30deg);
	}
}

@keyframes kakurehappyon4 {
	0% {
	}
	20% {
		-webkit-transform: rotate(-25deg);
		        transform: rotate(-25deg);
	}
	40% {
		-webkit-transform: rotate(-35deg);
		        transform: rotate(-35deg);
	}
	50% {
		-webkit-transform: rotate(-25deg);
		        transform: rotate(-25deg);
	}
	60% {
		-webkit-transform: rotate(-35deg);
		        transform: rotate(-35deg);
	}
	80% {
		-webkit-transform: rotate(-30deg);
		        transform: rotate(-30deg);
	}
}
