@charset "UTF-8";
/*
Theme Name: twitter-marriage
*/
/**
 * foundation
 */
/***********
reset.scss
***********/
* {
	margin: 0;
}

ul {
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

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

/* mixin */
/***********
reset.scss
***********/
* {
	margin: 0;
	font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ',
		'Hiragino Kaku Gothic ProN', 'Hiragino Sans', sans-serif;
	font-weight: 500;
	touch-action: manipulation;
}

ul {
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

.h2 .h2-catch {
	font-size: 0.6em;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding-bottom: 5px;
	font-weight: normal;
}

.h2 .h2-catch::before,
.h2 .h2-catch::after {
	content: '';
	width: 1px;
	height: 18px;
	background-color: #333;
}

.h2 .h2-catch::before {
	margin-right: 8px;
	transform: rotate(-35deg);
}

.h2 .h2-catch::after {
	margin-left: 8px;
	transform: rotate(35deg);
}

.h2 .h2-text {
	font-weight: bold;
	font-size: 0.9em;
	display: block;
	text-align: center;
	position: relative;
	color: #333;
}

.pc-hide {
	display: none;
}

.accent {
	color: #333;
	font-weight: bold;
	padding-left: 3px;
}

.accent-red {
	color: #fc2727;
}

.accent-orange {
	color: #e75525;
}

.bg-genre-all {
	background-color: #333;
}

.bg-genre-lifestyle {
	background-color: #e75525;
}

.accent-lifestyle {
	color: #e75525;
}

.bg-genre-personal {
	background-color: #8fc031;
}

.accent-personal {
	color: #fdee34;
}

.bg-genre-love {
	background-color: #e97bab;
}

.accent-love {
	color: #e97bab;
}

.bg-genre-experience {
	background-color: #35a7dd;
}

.accent-experience {
	color: #35a7dd;
}

.bg-genre-values {
	background-color: #fdee34;
}

.accent-values {
	color: #fdee34;
}

.bg-twitter {
	background-color: #1d9bf0;
	color: #fff;
	font-weight: bold;
}

.bg-twitter:hover {
	background-color: #1d9bf0;
	color: #fff;
	font-weight: bold;
}

.bg-green {
	background-color: #00b900;
	color: #fff;
	font-weight: bold;
}

.opacity-btn {
	opacity: 0.5;
}

@media screen and (max-width: 767px) {
	.pc-hide {
		display: block;
	}

	.sp-hide {
		display: none;
	}
}
/**
 * layout
 */
/**********
 layout main
***********/
.min-height-space {
	min-height: calc(100vh - 300px);
}

/**********
 layout top
***********/
/**********
 layout twitter
***********/
.tweet-item__left {
	width: 66px;
}

.tweet-item__right {
	width: auto;
}

/**
 * object
 * components
 */
/***********
footer.scss
***********/
.footer {
	background-color: #fff;
	text-align: center;
	color: #333;
}

.footer a {
	color: #333;
}

.footer a:hover {
	color: blue;
}

.footer .menu {
	width: 50%;
	display: flex;
	margin-right: auto;
	margin-left: auto;
}

.footer .menu li {
	flex: 1;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.footer .menu {
		width: 100%;
		display: block;
		margin-bottom: 0;
	}

	.footer .menu-item {
		width: 100%;
	}
}
/***********
header.scss
***********/
.header {
	width: 100%;
	background-color: #fff;
}

.header__wrap {
	width: 100%;
	padding: 0;
	margin: auto;
}

.logo {
	line-height: 2;
}

.logo .logo__head {
	display: inline-block;
}

.logo .logo__link {
	user-select: none;
	display: inline-block;
	margin: 12px auto auto 0;
	color: #333;
}

.logo .logo__link .h1 {
	font-size: 2em;
	line-height: 24px;
	font-weight: bold;
}

.logo img {
	width: 200px;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 1px;
	transition: 0.5s;
	color: #fff;
}

.logo .logo__img:hover {
	opacity: 0.8;
}

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

	.header {
		/* height: 50px; */
		border-bottom: 1px solid gainsboro;
	}

	.logo .logo__link {
		width: 100%;
		margin: 0;
		line-height: 32px;
	}

	.logo .logo__link .h1 {
		line-height: 48px;
		margin: 0;
	}

	.logo img {
		margin: 20px auto 0px;
		height: auto;
		width: 120px;
	}
}
/**********
 top.scss
***********/
.mv {
	width: 100%;
	height: 0;
	padding-top: 30%;
	background: url('./assets/images/main.webp') center center/cover no-repeat;
}

.mv__catch {
	color: #333;
}

.main {
	background-color: #fff;
}

.top-title {
	position: relative;
	display: block;
}

.top-title-arrow {
	position: absolute;
	top: 12px;
	right: 14px;
	width: 10px;
	height: 10px;
	border: 0;
	border-top: solid 2px #fff;
	border-left: solid 2px #fff;
	display: inline-block;
	transform: rotate(135deg);
	z-index: 1;
}

.top-title-text {
	border-radius: 5px;
	width: 100%;
	text-align: center;
	color: #fff;
	background-color: #333;
	padding: 6px;
	font-size: 1.2em;
}

.latest {
	margin-top: 80px;
}

.latest .latest-title {
	margin-bottom: 0;
	letter-spacing: 4px;
	text-align: center;
	font-size: 2.4em;
	font-weight: 500;
}

.latest .latest-sub-title {
	font-size: 1.5em;
	letter-spacing: 3px;
	text-align: center;
	font-weight: 500;
}

.top-more-btn {
	letter-spacing: 2.4px;
	border-color: #39a4d6;
	font-weight: 600;
	font-size: 1.1em;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	color: #ffffff;
	border-radius: 24px;
	width: 240px;
	margin: 20px auto 100px;
	height: 50px;
	background-image: linear-gradient(180deg, #19b9f6 45%, #029cd4 65%);
	transition: 0.3s;
}

.top-more-btn:hover {
	opacity: 0.6;
}

.feature {
	width: 100%;
	min-height: 210px;
	background: url('./assets/images/bg-feature.webp') top center/cover no-repeat;
}

.feature-wrap {
	padding-top: 200px;
	padding-bottom: 200px;
}

.feature-title {
	max-width: 100%;
	min-height: 267px;
	background-size: contain;
	text-align: center;
	margin: 100px auto 100px;
}

.feature-title h2 {
	padding-top: 116px;
}

.feature__item .feature__item-body {
	border-radius: 10px;
	padding: 20px !important;
	min-height: 300px;
}

.feature__item {
	width: 310px;
	background-size: contain;
	background: url(./assets/images/feature-sub-title.png) top center/contain
		no-repeat;
	text-align: center;
	margin: 40px auto 40px;
}

.feature__item .feature__item-title {
	margin: 48px auto 24px;
	text-align: center;
	font-size: 1.2em;
}

.feature__item .feature__item-title-left {
	margin: 34px auto 20px 40px;
	text-align: left;
}

.feature__item .feature__item-text {
	font-size: 0.9em;
	text-align: left;
	padding: 0 0 0 24px;
}

.gender-banner {
	margin: 100px auto 100px;
}

.gender-banner__leaf {
	background-size: contain;
	background: url(./assets/images/bg-leaf.png) center center/contain repeat-x;
	text-align: center;
	padding: 28px 0 48px;
	margin: 80px auto 80px;
}

.gender-banner-btn {
	letter-spacing: 2.4px;
	border-color: #85d8ff;
	font-weight: 600;
	font-size: 1.1em;
	display: flex;
	padding-top: 8px;
	align-items: center;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	color: #333;
	border-radius: 24px;
	width: 240px;
	margin: 140px auto 100px;
	height: 56px;
	background-image: linear-gradient(180deg, #a0dffd 45%, #85d8ff 65%);
	transition: 0.3s;
}

.gender-banner-btn-women {
	border-color: #ffcbcd;
	background-image: linear-gradient(180deg, #fcdedf 45%, #ffcbcd 65%);
}

.gender-banner-btn:hover {
	opacity: 0.9;
}

.tweet-list-wrap {
	padding: 0 18px 12px;
}

.top .tweet-item__left {
	padding: 0;
	margin: 12px 0 0 8px;
	width: 56px !important;
	position: relative;
}

.top .tweet-item__right {
	position: relative;
}

.row-eq-height {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
	.mv {
		background: url('./assets/images/main-sp.webp') center center/cover
			no-repeat;
	}

	.latest {
		margin-top: 0;
	}

	.latest .latest-title {
		font-size: 1.1em;
	}

	.latest .latest-sub-title {
		font-size: 0.9em;
		margin-bottom: 16px;
	}

	.top-more-btn {
		margin: 10px auto 80px;
	}

	.top .tweet-list {
		margin-top: 0;
	}

	.feature {
		min-height: 150px;
		background: url('./assets/images/bg-feature-sp.webp') top center/contain
			no-repeat;
	}

	.feature-wrap {
		padding-top: 30px;
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.feature__item .feature__item-title {
		margin: 48px auto 36px;
	}

	.feature__item .feature__item-title {
		text-align: center;
	}

	.feature-title {
		min-height: 80px;
		background-size: contain;
		margin: 0 auto 0;
	}

	.feature-title h2 {
		font-size: 1.2em;
		padding-top: 30px;
	}

	.feature__item {
		margin: 80px auto -40px;
	}

	.feature__item .feature__item-title {
		margin: 56px auto 32px;
	}

	.feature__item .feature__item-title-left {
		margin: 34px auto 24px;
		text-align: center;
	}

	.feature__item .feature__item-body {
		border-radius: 10px;
		padding: 20px !important;
		padding-top: 10px;
	}

	.gender-banner {
		margin: 0;
	}

	.gender-banner__leaf {
		margin: 96px auto 56px;
	}

	.gender-banner-btn {
		margin: 24px 10px 0 auto;
		width: 80%;
		height: 40px;
		text-align: center;
		font-weight: bold;
		font-size: 0.9em;
		padding-top: 8px;
	}

	.gender-banner-btn-women {
		margin: 24px auto 0 10px;
	}

	.tweet-list-wrap {
		padding: 0 10px 12px;
	}

	.pickup {
		margin-top: 40px;
	}

	.top #app-cover {
		display: none;
	}

	.top .search__count {
		height: 32px;
		margin: 0 10px 0 auto !important;
	}

	.search .search__count-text {
		font-size: 1em;
		margin-right: 0;
	}
}
/**********
 Component
 tweet.scss
***********/
.tweet-list {
	margin-top: 60px;
	padding: 0 0 0 0;
}

.tweet-list .tweet-item {
	border: solid 2px gainsboro;
	margin-bottom: 20px;
	border-radius: 8px;
	background-color: #fff;
}

.tweet-list .gender_1 {
	border-color: skyblue;
}

.tweet-list .gender_2 {
	border-color: pink;
}

.tweet-item__left {
	padding: 0;
	margin: 12px 0 0 8px;
	width: 56px;
	position: relative;
	user-select: none;
}

.tweet-list .tweet-item__user-image {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1px solid gainsboro;
	display: inline-block;
	transition: 0.3s;
}

.tweet-list .tweet-item__user-image:hover {
	opacity: 0.8;
}

.tweet-list .view_count {
	display: inline-block;
	padding-top: 8px;
	padding-bottom: 0;
}

.tweet-list .view_count img {
	width: 16px;
	padding-bottom: 3px;
}

.tweet-list .view_count span {
	color: gray;
}

.tweet-item__right {
	width: calc(100% - 64px);
	padding: 10px 64px 8px 0;
	position: relative;
}

.tweet-list .tweet-item__date {
	position: absolute;
	font-size: 0.9em;
	padding-left: 3px;
	background-color: #fff;
	top: 12px;
	right: 16px;
}

.tweet-list .twitter-logo {
	position: absolute;
	bottom: 4px;
	right: 8px;
	width: 48px;
	height: 48px;
	line-height: 45px;
	border: 1px solid #fff;
	border-radius: 50%;
	text-align: center;
	transition: 0.3s;
	background-color: #fff;
}

.tweet-list .twitter-logo:active {
	border: 1px solid #1d9bf01a;
}

.tweet-list .twitter-logo:hover {
	background-color: #1d9bf01a;
}

.tweet-list .twitter-logo img {
	width: 28px;
	height: 23px;
}

.tweet-item__right p {
	margin-bottom: 0;
}

.tweet-item__right .tweet-item__name {
	margin-bottom: 8px;
}

.tweet-item__right .tweet-item__user-screen-name {
	font-size: 1.1em;
	color: #333;
	font-weight: 500;
	vertical-align: baseline;
	margin-right: 5px;
}

.tweet-item__right .tweet-item__user-name {
	font-size: 1em;
	vertical-align: baseline;
	display: inline-block;
	padding-bottom: 1px;
}

.tweet-list .page-numbers {
	display: inline-block;
	margin: 4px;
	font-size: 1.2em;
}

.tweet-list .twitter-pagination .btn {
	display: inline-block;
	margin: 40px 20px 40px;
}

#fancybox-content,
#fancybox-outer {
	border-radius: 50%;
}

.blur {
	-ms-filter: blur(6px);
	filter: blur(6px);
}

.blur-2 {
	-ms-filter: blur(2px);
	filter: blur(2px);
}

.blur-3 {
	-ms-filter: blur(3px);
	filter: blur(3px);
}

.not-select {
	user-select: none;
}

@media screen and (max-width: 767px) {
	.tweet-list {
		margin-top: 40px;
		padding: 0 10px;
	}

	.tweet-item__content {
		margin-bottom: 8px;
	}

	.tweet-list .twitter-logo {
		bottom: 4px;
	}

	.search__count-text {
		font-size: 1.2em;
		margin-right: 12px;
	}
}
/**********
 sort.scss
***********/
.sort {
	padding: 0 10px;
	user-select: none;
}

.sort .row {
	justify-content: center;
}

.sort .sort__item {
	padding: 10px;
	margin: 0;
	border: 1px solid #fff;
}

.sort .sort__item:hover {
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px solid #f6a21f;
	color: #f6a21f;
}

.sort .sort__item-current {
	border: 1px solid #f6a21f;
	background-color: #f6a21f;
	color: #fff;
}

.sort .sort__item-current:hover {
	background-color: #f6a21f;
	color: #fff;
}

.sort-sp {
	display: none !important;
}

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

	.main {
		padding: 0;
	}

	.sort-sp {
		display: block !important;
		width: 100vw;
		margin: auto;
		padding: 0;
	}

	.sort-sp .sort__item {
		background-color: #fff;
		font-size: 0.9em;
	}

	.sort .sort__item:hover {
		border-bottom: 1px solid #fff;
	}

	.sort .sort__item-current {
		border: 1px solid #fff;
		background-color: #fff !important;
		color: #f6a21f;
		font-size: 1em;
	}

	.sort .sort__item-current:hover {
		background-color: #fff !important;
		color: #f6a21f !important;
	}

	.sort .sort__item-current:active {
		background-color: #fff !important;
		color: #f6a21f !important;
	}

	.sort__item-current-line:before {
		content: '';
		height: 4px !important;
		width: 88px;
		margin: 0 auto;
		background-color: #f6a21f;
		border: 1px solid #f6a21f;
		border-radius: 5px;
		display: block;
	}

	.sort .sort__item:hover {
		color: #333;
	}

	.slick-prev {
		left: 0 !important;
		z-index: 100 !important;
	}

	.slick-next {
		right: 0 !important;
	}

	.slick-arrow {
		margin: auto 16px;
	}

	.slick-arrow:before {
		color: #f6a21f !important;
	}

	.sort-sp {
		height: 46px;
		background-color: #fff !important;
		opacity: 0;
		transition: opacity 0.1s linear;
	}

	.sort-sp.slick-initialized {
		opacity: 1;
	}

	.sort-sp .sort__item {
		line-height: 24px;
	}

	.dummy-input_keyword {
		border: 1px solid gainsboro;
		border-radius: 8px;
		text-align: center;
		padding: 5px 10px 3px;
	}

	.pc-hide label {
		position: relative;
	}

	.pc-hide label img {
		position: absolute;
		top: 8px;
		left: 19px;
		width: 19px;
		z-index: 100;
	}
}
/**********
 Component
 tweet.scss
***********/
.search {
	width: 100%;
	position: relative;
	margin: 10px 0 0 0;
	padding: 0 20px 0 0;
	user-select: none;
}

.search__count-text {
	font-weight: bold;
	color: #f6a21f;
}

.search__count {
	text-align: right;
	font-size: 1.4em;
	font-weight: bold;
	color: #f6a21f;
	width: 140px;
	height: 40px;
	margin: 10px 20px 10px auto;
}

.cv-spinner {
	width: 20px;
	display: inline-grid;
	justify-content: center;
	align-items: center;
}

.spinner {
	display: none;
	width: 25px;
	height: 25px;
	border: 3px #ddd solid;
	border-top: 3px #f6a21f solid;
	border-radius: 50%;
	animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
	100% {
		transform: rotate(360deg);
	}
}
.search .search-filter_keyword label {
	width: 94%;
	margin: 10px auto 10px 8px;
}

.search-title {
	color: #333;
	position: relative;
	cursor: pointer;
	font-size: 1em;
	padding: 10px 10px 8px 0;
	user-select: none;
}

.search-title:before {
	content: '';
	position: absolute;
	left: 48%;
	bottom: 0;
	display: inline-block;
	width: 96%;
	height: 1px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: gainsboro;
	border-radius: 2px;
}

.search-title::after {
	border-right: solid 2px gray;
	border-top: solid 2px gray;
	content: '';
	display: block;
	height: 8px;
	position: absolute;
	right: 25px;
	top: 38%;
	transform: rotate(135deg);
	transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
	width: 8px;
}

.search-title.open::after {
	top: 45%;
	transform: rotate(-45deg);
}

.search-title img {
	width: 22px;
	display: inline-block;
	margin: 0 8px 0 10px;
}

.search-title span {
	width: 54px;
	display: inline-block;
	margin: 0 0 0 6px;
}

.search__selected {
	text-align: center;
	margin-left: 40px !important;
}

.search__selected-text {
	font-size: 0.8em;
	padding: 1px 6px;
	display: inline-block;
	margin: 0 !important;
	color: #f6a21f;
	border: 1px solid #f6a21f;
	border-radius: 5px;
}

.top .search__selected-text {
	padding: 0 6px;
}

.search-content {
	user-select: none;
	display: none;
	padding: 16px 0 8px 16px;
}

.search .checkbox_label {
	margin-right: 10px;
}

.search .checkbox_label:hover {
	cursor: pointer;
}

.search .input_keyword {
	display: inline-block;
	width: 100%;
	border: 1px solid gainsboro;
	height: 40px;
	border-radius: 5px;
	padding: 0 10px;
}

.search .select_job_type {
	margin-bottom: 10px;
}

.search .search__btn {
	margin-top: 20px;
	text-align: center;
	display: block;
}

.search .search__btn--submit {
	width: 120px;
}

.search__btn--submit,
.search__btn--submit:active,
.search__btn--submit:focus {
	background-color: #1d9bf0 !important;
	border-color: #fff !important;
	transition: 0.2s;
}

.search__btn--submit:hover {
	color: #1d9bf0 !important;
	background-color: #fff !important;
	border-color: #1d9bf0 !important;
}

.search .search__btn--clear {
	margin-right: 20px;
	width: 120px;
}

.search__btn--clear,
.search__btn--clear:active,
.search__btn--clear:focus {
	color: #1d9bf0 !important;
	background-color: #fff !important;
	border-color: #fff !important;
}

.search__btn--clear:hover {
	color: #1d9bf0 !important;
	background-color: #fff !important;
	border-color: #fff !important;
	opacity: 0.8;
}

@media screen and (max-width: 767px) {
	.search {
		padding: 0;
	}
}
*:focus {
	outline: none;
}

.toggle-button-cover {
	position: relative;
	width: 100%;
	box-sizing: border-box;
}

.button-cover {
	background-color: #fff;
	box-shadow: 0 10px 20px -8px #c5d6d6;
	border-radius: 4px;
}

.button-cover:before {
	counter-increment: button-counter;
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	color: #d7e3e3;
	font-size: 12px;
	line-height: 1;
	padding: 5px;
}

.button-cover,
.knobs,
.layer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.button {
	position: relative;
	width: 64px;
	height: 36px;
	margin: 10px auto 20px;
	overflow: hidden;
}

.button.r,
.button.r .layer {
	border-radius: 100px;
}

.button.b2 {
	border-radius: 2px;
}

.checkbox {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 3;
}

.knobs {
	z-index: 2;
}

.layer {
	width: 100%;
	background-color: #ebf7fc;
	transition: 0.3s ease all;
	z-index: 1;
}

.gender-title-image {
	display: none;
	position: absolute;
	top: 16px;
	font-size: 1em;
	left: 0;
	width: 22px;
	margin: 0 10px;
}

.gender-title {
	position: absolute;
	top: 19px;
	font-size: 0.8em;
	left: 118px;
	font-weight: bold;
}

/* Button 18 */
.knobs:before,
.knobs span {
	content: '男性';
	position: absolute;
	top: 4px;
	left: 4px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	background-color: #03a9f4;
	border-radius: 2px;
}

.gender-default:before,
.knobs span {
	content: '性別';
}

#button-18 .knobs:before {
	top: 50%;
	left: 8px;
	width: 20px;
	height: 10px;
	margin-top: -5px;
	background-color: transparent;
	z-index: 2;
}

.gender-default:before,
.gender-default span {
	background-color: gray;
}

.gender-default-layer {
	background-color: gainsboro;
}

#button-18 .knobs span {
	width: 28px;
	height: 28px;
	padding: 9px 4px;
	transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
	z-index: 1;
}

#button-18 .checkbox:active + .knobs:before {
	left: 10px;
	width: 46px;
	height: 4px;
	color: transparent;
	margin-top: -2px;
	background-color: #0095d8;
	transition: 0.3s ease all;
	overflow: hidden;
}

#button-18 .checkbox:active + .knobs span {
	width: 58px;
}

#button-18 .checkbox:checked:active + .knobs:before {
	left: auto;
	right: 10px;
	background-color: #d80000;
}

#button-18 .checkbox:checked:active + .knobs span {
	margin-left: -33px;
}

#button-18 .checkbox:checked + .knobs:before {
	content: '女性';
	left: 38px;
}

#button-18 .checkbox:checked + .knobs span {
	left: 34px;
	background-color: #f44336;
}

#button-18 .checkbox:checked ~ .layer {
	background-color: #fcebeb;
}

@media screen and (max-width: 767px) {
	.search .checkbox_label {
		margin-bottom: 16px !important;
	}

	#toggle-box {
		position: relative;
		width: 36px;
		height: 32px;
		cursor: pointer;
	}

	#toggle-box > span {
		width: 100%;
		height: 1px;
		left: 0;
		display: block;
		background: #000;
		position: absolute;
		transition: transform 0.6s ease-in-out, top 0.5s ease, bottom 0.5s ease;
	}

	#toggle-box > span:nth-child(1) {
		top: 0;
	}

	#toggle-box > span:nth-child(2) {
		top: 50%;
		transform: translatey(-50%);
	}

	#toggle-box > span:nth-child(3) {
		bottom: 0;
	}

	#toggle {
		z-index: 1000;
	}

	.slide-toggle {
		padding: 10px 5px;
		height: 48px;
	}

	.slide-toggle-close {
		position: fixed;
		right: 0;
		top: 0;
		padding: 0;
		width: 56px;
	}

	.slide-toggle-close::before,
	.slide-toggle-close::after {
		content: '';
		position: absolute;
		top: 50%;
		right: 30%;
		width: 5px;
		height: 30px;
		background: #fff;
		border-radius: 2.5px;
		/* 棒の四隅の丸み*/
	}

	.slide-toggle-close::before {
		transform: translate(-50%, -50%) rotate(45deg);
	}

	.slide-toggle-close::after {
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	#main {
		position: relative;
		z-index: 990;
	}

	#nav-content {
		z-index: 900;
		overflow: auto;
		width: 100%;
		height: 100%;
		background: #fff;
		color: #333;
		position: fixed;
		top: 0;
		right: 0;
		transform: translateX(100%);
		transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	#nav-content ul {
		list-style: none;
	}

	#nav-content a {
		display: inline-block;
		color: #333;
		text-decoration: none;
		padding: 0;
		margin-left: 18px;
		width: unset;
		transition: opacity 0.3s ease;
	}

	#nav-content a:hover {
		opacity: 0.6;
	}

	.button {
		margin: 0 auto 20px;
	}

	.is-open {
		overflow: hidden;
	}

	.is-open #toggle-box > span {
		background: #fff;
	}

	.is-open #toggle-box > span:nth-child(1) {
		top: 50%;
		transform: rotate(45deg) translatey(-50%);
	}

	.is-open #toggle-box > span:nth-child(2) {
		width: 0;
	}

	.is-open #toggle-box > span:nth-child(3) {
		top: 50%;
		transform: rotate(-45deg) translatey(-50%);
	}

	.is-open #nav-content {
		z-index: 999;
		transform: translateX(0);
	}

	#nav-content {
		transform: translateX(-100%);
		top: 0;
		left: 0;
	}

	.is-open #nav-content {
		transform: translateX(0);
	}

	.top .search-title {
		padding: 10px 10px 8px 10px;
	}

	.top .search-title:before {
		left: 50%;
	}

	#nav-content #app-cover {
		display: none;
	}
}
/**********
 Component
 pagination.scss
***********/
.next-btn {
	padding: 10px 20px;
	display: inline-block;
	width: 300px;
}

.next-btn,
.next-btn:active,
.next-btn:focus {
	border-color: #1d9bf0;
	background-color: #1d9bf0;
}

.next-btn:hover {
	border-color: #1d9bf0;
	background-color: #1d9bf0;
}

.pagination {
	margin: 40px 0 0;
}

.nav-links {
	display: flex;
}

.twitter-pagination .page-numbers {
	display: inline-block;
	margin: 10px 20px 10px 0;
	padding: 10px 20px;
	color: #333;
	background: #fff;
	border: 1px solid #333;
	line-height: 1.4;
	font-size: 12px;
	height: 40px;
	width: 40px;
	text-align: center;
	display: inline-block;
	padding: 10px 0px;
}

.twitter-pagination .current {
	padding: 10px 0;
	background: #333;
	color: #fff;
}

.twitter-pagination .prev,
.twitter-pagination .next {
	display: none;
	background: transparent;
	box-shadow: none;
	color: #1d9bf0;
}

.twitter-pagination .page-numbers:nth-last-child(1) {
	display: none;
}

.twitter-pagination .page-numbers:nth-last-child(2) {
	display: none;
}

.twitter-pagination .page-numbers:nth-last-child(3) {
	display: none;
}

.twitter-pagination .dots {
	background: transparent;
	box-shadow: none;
}

.nav-links {
	margin: auto;
}

@media screen and (max-width: 767px) {
	.next-btn {
		padding: 10px 20px;
		display: inline-block;
		width: 100%;
	}

	.twitter-pagination .page-numbers {
		margin: 10px 10px 10px 0;
	}
}
/**********
 Component
 qtheme.scss
***********/
.qtheme {
	max-width: 1000px;
	margin: auto;
}

.qtheme__image img {
	width: 100%;
	height: auto;
	/* border-radius: 12px; */
}

.qtheme__date {
	margin-left: 6px;
	color: grey;
	font-size: 0.9em;
	line-height: 1.4;
	vertical-align: bottom;
	font-style: italic;
}

.qtheme__comment_count {
	margin-left: 6px;
	color: grey;
	font-size: 0.9em;
	line-height: 1.4;
	vertical-align: bottom;
	font-style: italic;
}

.qtheme__comment_count img {
	width: 24px;
}

.qtheme__comment_count span {
	vertical-align: bottom;
	padding-bottom: 0;
	display: inline-block;
}

.q-single__main-image img {
	max-width: 1000px;
	padding-right: var(--bs-gutter-x, 0.75rem);
	padding-left: var(--bs-gutter-x, 0.75rem);
	height: auto;
}

.genre-list {
	text-align: center;
}

.genre-item {
	margin-bottom: 8px;
	padding: 0;
}

.genre-item:nth-child(odd) {
	padding-right: 4px;
}
.genre-item:nth-child(even) {
	padding-left: 4px;
}

.genre-item a {
	color: #fff;
}

.genre-item span {
	display: block;
	padding: 8px 8px;
}

.sp-header .genre-item {
	padding: 0 2px;
	margin-bottom: 1px;
}

.sp-header .genre-item span {
	font-size: 10px;
	display: inline-block;
	width: 100%;
	padding: 4px 2px;
	border-radius: 0;
}

.back_btn {
	position: absolute;
	top: 24px;
	left: 14px;
}

.back_btn a {
	color: #333;
}

.back_btn .back_btn-arrow {
	border: 0;
	border-top: solid 2px #333;
	border-left: solid 2px #333;
	display: inline-block;
	transform: rotate(-45deg);
	width: 10px;
	height: 10px;
}

.back_btn .back_btn-text {
	line-height: 1.4;
	vertical-align: bottom;
}

@media screen and (max-width: 767px) {
	.qtheme__image img {
		/* border-radius: 8px; */
	}

	.q-single__main-image {
		max-width: 100vw;
		width: 100vw;
	}

	.q-single__main-image img {
		border-radius: 0;
		padding-right: 0;
		padding-left: 0;
		width: 100vw;
	}
}
/**********
 Component
 breadcrumb.scss
***********/
.breadcrumb {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0;
}

.breadcrumb a {
	color: #3a3a3a;
}

.breadcrumb-home img {
	width: 18px;
	height: auto;
	vertical-align: text-top;
	display: inline-block;
}

@media screen and (max-width: 767px) {
	.breadcrumb {
		padding-top: 10px;
		padding-bottom: 16px;
	}

	.q .single .breadcrumb {
		padding-top: 0;
		padding-bottom: 0;
	}

	.breadcrumb-home {
		padding-top: 10px;
		padding-left: 0;
	}
}
/**********
 Component
 breadcrumb.scss
***********/
.navigation {
	background-color: #fff;
	text-align: center;
	color: #333;
}

.navigation a:hover {
	color: blue;
}

.navigation .menu {
	display: flex;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}

.navigation .menu li {
	flex: 1;
	text-align: right;
	margin-bottom: 0;
}

.navigation a {
	text-align: right;
	color: #333;
	line-height: 2;
	font-size: 1.1em;
}

/**********
 Component
 ogp.scss
***********/
.ogp-link {
	width: 100%;
	color: #1d9bf0;
	background-color: #fff;
	font-size: 1em;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 8px 10px;
	border: 1px solid #1d9bf0;
	cursor: pointer;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	border-radius: 5px;
}

.ogp-answer {
	width: 100%;
	margin: auto;
}

.ogp-answer .ogp-link {
	position: relative;
	color: #fff;
	background-color: #1d9bf0;
}

.ogp-answer span {
	font-weight: bold;
}

.ogp-share .ogp-link {
	border: none;
	padding: 5px 0;
	width: unset;
}

.ogp-link:hover {
	opacity: 0.8;
}

.ogp-link img {
	width: 24px;
}

.ogp-answer .ogp-link img {
	position: absolute;
	top: 10px;
	right: 20px;
}

@media screen and (max-width: 767px) {
	.ogp-link:hover {
		opacity: 1;
	}
}
/**********
 Component
 comment.scss
***********/
.comment-title {
	margin-top: 20px;
	margin-bottom: 20px;
}

.comment-title .comment-catch {
	font-size: 0.6em;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding-bottom: 5px;
	font-weight: normal;
}

.comment-title .comment-catch::before,
.comment-title .comment-catch::after {
	content: '';
	width: 1px;
	height: 18px;
	background-color: #333;
}

.comment-title .comment-catch::before {
	margin-right: 8px;
	transform: rotate(-35deg);
}

.comment-title .comment-catch::after {
	margin-left: 8px;
	transform: rotate(35deg);
}

.comment-title .comment-title-text {
	font-weight: bold;
	font-size: 0.9em;
	display: block;
	text-align: center;
	position: relative;
}

.comment-title .accent-red {
	color: orange;
	font-weight: bold;
	padding-left: 3px;
}

.comment_login {
	position: relative;
	color: #fff;
	background-color: #f4a2c0;
	width: 100%;
	font-size: 1em;
	line-height: 1.5;
	display: inline-block;
	padding: 8px 10px;
	border: 1px solid #f4a2c0;
	cursor: pointer;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	border-radius: 5px;
}

.comment_login:hover,
.comment_login:active {
	border: 1px solid #f4a2c0;
	color: #fff;
	background-color: #f4a2c0;
}

.comment_login span {
	font-weight: bold;
}

.comment_login img {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 24px;
}

.q-comment-item {
	border-bottom: 1px solid gainsboro;
	padding: 0 5px 5px 5px;
}

.q-delete-dot {
	display: inline-block;
	width: 18px;
	margin-right: 8px;
}

.q-delete-comment {
	display: none;
	color: red;
	font-size: 0.8em;
	padding-right: 7px;
}

.q-delete-comment:hover {
	cursor: pointer;
}

.q-comment-date {
	font-size: 0.8em;
	font-style: italic;
	display: inline-block;
	margin-top: 20px;
	padding-right: 15px;
}

.clear::after {
	content: '';
	display: block;
	clear: both;
}

.q-comment-left {
	float: left;
	width: 50px;
}

.q-comment-right {
	float: right;
	width: calc(100% - 50px);
	padding: 0 0 5px 5px;
}

.q-comment-image {
	position: relative;
	width: 48px;
	height: 48px;
	border-radius: 34px;
	padding: 1px;
	background: #fff;
	display: inline-block;
}

.q-comment-content {
	font-size: 1em;
	background-color: #f1f1f1;
	border-radius: 5px;
	padding: 8px 4px 4px 6px;
}

.q-comment-content-1 {
	background-color: #fff2e5;
}

.q-comment-content-text {
	margin-bottom: 5px;
	padding-right: 4px;
	word-break: break-all;
}

.q-comment-user_name {
	font-size: 0.9em;
	display: inline-block;
	margin-right: 5px;
}

.q-comment-user_url {
	font-size: 0.8em;
	display: inline-block;
	margin-right: 3px;
}

.comment-answer {
	padding: 5px 10px 5px 5px;
}

.comment_form .form-control {
	margin-top: -24px;
}

.comment_form textarea {
	padding: 8px 5px 8px 6px;
	font-size: 1em;
}

.comment_form .comment-confirm {
	display: none;
}

.comment_form .q-comment-content {
	background-color: #fff2e5;
	border: 2px solid #00b900;
}

.comment_form .cancel_comment {
	margin-bottom: -30px;
	margin-top: 24px;
	margin-left: 10px;
}

.comment_form .cancel_comment span {
	vertical-align: middle;
	padding-top: 2px;
}

.comment_form .cancel_comment img {
	width: 14px;
}

.comment_form .q-comment-content-text {
	word-break: break-all;
	white-space: break-spaces;
	padding: 0;
}

.comment_form .bg-green:active,
.comment_form .bg-green:hover {
	color: #fff;
}

.comment_note {
	font-size: 0.8em;
	padding: 5px 3px 3px;
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.comment_form .q-comment-content-text {
		word-break: break-all;
		white-space: break-spaces;
		padding: 0;
	}
}
/**
 * object
 * project
 */
/**********
 project register
***********/
.register {
	padding: 20px 0;
}

.register label {
	font-weight: bold;
}

.register-required {
	padding: 3px 5px;
	margin-left: 10px;
	background-color: #ff7f00;
	color: #fff;
	font-weight: normal;
	font-size: 0.8em;
}

.is-error {
	color: red;
	margin-top: 4px;
	font-size: 0.9em;
	font-weight: bold;
}

.form-check label:hover {
	cursor: pointer;
}

/**
 * object
 * utility
 */
/***********
common.scss
***********/
/* font-family */
.u-mt0 {
	margin-top: 0px;
}

.u-mt5 {
	margin-top: 5px;
}

.u-mt10 {
	margin-top: 10px;
}

.u-mt15 {
	margin-top: 15px;
}

.u-mt20 {
	margin-top: 20px;
}

.u-mt25 {
	margin-top: 25px;
}

.u-mt30 {
	margin-top: 30px;
}

.u-mt35 {
	margin-top: 35px;
}

.u-mt40 {
	margin-top: 40px;
}

.u-mt45 {
	margin-top: 45px;
}

.u-mt50 {
	margin-top: 50px;
}

.u-mt55 {
	margin-top: 55px;
}

.u-mt60 {
	margin-top: 60px;
}

.u-mt65 {
	margin-top: 65px;
}

.u-mt70 {
	margin-top: 70px;
}

.u-mt75 {
	margin-top: 75px;
}

.u-mt80 {
	margin-top: 80px;
}

.u-mt85 {
	margin-top: 85px;
}

.u-mt90 {
	margin-top: 90px;
}

.u-mt95 {
	margin-top: 95px;
}

.u-mt100 {
	margin-top: 100px;
}

.u-mt105 {
	margin-top: 105px;
}

.u-mt110 {
	margin-top: 110px;
}

.u-mt115 {
	margin-top: 115px;
}

.u-mt120 {
	margin-top: 120px;
}

.u-mt125 {
	margin-top: 125px;
}

.u-mt130 {
	margin-top: 130px;
}

.u-mt135 {
	margin-top: 135px;
}

.u-mt140 {
	margin-top: 140px;
}

.u-mt145 {
	margin-top: 145px;
}

.u-mt150 {
	margin-top: 150px;
}

.u-mt155 {
	margin-top: 155px;
}

.u-mt160 {
	margin-top: 160px;
}

.u-mt165 {
	margin-top: 165px;
}

.u-mt170 {
	margin-top: 170px;
}

.u-mt175 {
	margin-top: 175px;
}

.u-mt180 {
	margin-top: 180px;
}

.u-mt185 {
	margin-top: 185px;
}

.u-mt190 {
	margin-top: 190px;
}

.u-mt195 {
	margin-top: 195px;
}

.u-mt200 {
	margin-top: 200px;
}

.u-mt205 {
	margin-top: 205px;
}

.u-mt210 {
	margin-top: 210px;
}

.u-mt215 {
	margin-top: 215px;
}

.u-mt220 {
	margin-top: 220px;
}

.u-mt225 {
	margin-top: 225px;
}

.u-mt230 {
	margin-top: 230px;
}

.u-mt235 {
	margin-top: 235px;
}

.u-mt240 {
	margin-top: 240px;
}

.u-mt245 {
	margin-top: 245px;
}

.u-mt250 {
	margin-top: 250px;
}

.u-mt255 {
	margin-top: 255px;
}

.u-mt260 {
	margin-top: 260px;
}

.u-mt265 {
	margin-top: 265px;
}

.u-mt270 {
	margin-top: 270px;
}

.u-mt275 {
	margin-top: 275px;
}

.u-mt280 {
	margin-top: 280px;
}

.u-mt285 {
	margin-top: 285px;
}

.u-mt290 {
	margin-top: 290px;
}

.u-mt295 {
	margin-top: 295px;
}

.u-mt300 {
	margin-top: 300px;
}

.u-mt305 {
	margin-top: 305px;
}

.u-mt310 {
	margin-top: 310px;
}

.u-mt315 {
	margin-top: 315px;
}

.u-mt320 {
	margin-top: 320px;
}

.u-mt325 {
	margin-top: 325px;
}

.u-mt330 {
	margin-top: 330px;
}

.u-mt335 {
	margin-top: 335px;
}

.u-mt340 {
	margin-top: 340px;
}

.u-mt345 {
	margin-top: 345px;
}

.u-mt350 {
	margin-top: 350px;
}

.u-mt355 {
	margin-top: 355px;
}

.u-mt360 {
	margin-top: 360px;
}

.u-mt365 {
	margin-top: 365px;
}

.u-mt370 {
	margin-top: 370px;
}

.u-mt375 {
	margin-top: 375px;
}

.u-mt380 {
	margin-top: 380px;
}

.u-mt385 {
	margin-top: 385px;
}

.u-mt390 {
	margin-top: 390px;
}

.u-mt395 {
	margin-top: 395px;
}

.u-mt400 {
	margin-top: 400px;
}

.u-mt405 {
	margin-top: 405px;
}

.u-mt410 {
	margin-top: 410px;
}

.u-mt415 {
	margin-top: 415px;
}

.u-mt420 {
	margin-top: 420px;
}

.u-mt425 {
	margin-top: 425px;
}

.u-mt430 {
	margin-top: 430px;
}

.u-mt435 {
	margin-top: 435px;
}

.u-mt440 {
	margin-top: 440px;
}

.u-mt445 {
	margin-top: 445px;
}

.u-mt450 {
	margin-top: 450px;
}

.u-mt455 {
	margin-top: 455px;
}

.u-mt460 {
	margin-top: 460px;
}

.u-mt465 {
	margin-top: 465px;
}

.u-mt470 {
	margin-top: 470px;
}

.u-mt475 {
	margin-top: 475px;
}

.u-mt480 {
	margin-top: 480px;
}

.u-mt485 {
	margin-top: 485px;
}

.u-mt490 {
	margin-top: 490px;
}

.u-mt495 {
	margin-top: 495px;
}

.u-mt500 {
	margin-top: 500px;
}

.u-mb0 {
	margin-bottom: 0px;
}

.u-mb5 {
	margin-bottom: 5px;
}

.u-mb10 {
	margin-bottom: 10px;
}

.u-mb15 {
	margin-bottom: 15px;
}

.u-mb20 {
	margin-bottom: 20px;
}

.u-mb25 {
	margin-bottom: 25px;
}

.u-mb30 {
	margin-bottom: 30px;
}

.u-mb35 {
	margin-bottom: 35px;
}

.u-mb40 {
	margin-bottom: 40px;
}

.u-mb45 {
	margin-bottom: 45px;
}

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

.u-mb55 {
	margin-bottom: 55px;
}

.u-mb60 {
	margin-bottom: 60px;
}

.u-mb65 {
	margin-bottom: 65px;
}

.u-mb70 {
	margin-bottom: 70px;
}

.u-mb75 {
	margin-bottom: 75px;
}

.u-mb80 {
	margin-bottom: 80px;
}

.u-mb85 {
	margin-bottom: 85px;
}

.u-mb90 {
	margin-bottom: 90px;
}

.u-mb95 {
	margin-bottom: 95px;
}

.u-mb100 {
	margin-bottom: 100px;
}

.u-mb105 {
	margin-bottom: 105px;
}

.u-mb110 {
	margin-bottom: 110px;
}

.u-mb115 {
	margin-bottom: 115px;
}

.u-mb120 {
	margin-bottom: 120px;
}

.u-mb125 {
	margin-bottom: 125px;
}

.u-mb130 {
	margin-bottom: 130px;
}

.u-mb135 {
	margin-bottom: 135px;
}

.u-mb140 {
	margin-bottom: 140px;
}

.u-mb145 {
	margin-bottom: 145px;
}

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

.u-mb155 {
	margin-bottom: 155px;
}

.u-mb160 {
	margin-bottom: 160px;
}

.u-mb165 {
	margin-bottom: 165px;
}

.u-mb170 {
	margin-bottom: 170px;
}

.u-mb175 {
	margin-bottom: 175px;
}

.u-mb180 {
	margin-bottom: 180px;
}

.u-mb185 {
	margin-bottom: 185px;
}

.u-mb190 {
	margin-bottom: 190px;
}

.u-mb195 {
	margin-bottom: 195px;
}

.u-mb200 {
	margin-bottom: 200px;
}

.u-mb205 {
	margin-bottom: 205px;
}

.u-mb210 {
	margin-bottom: 210px;
}

.u-mb215 {
	margin-bottom: 215px;
}

.u-mb220 {
	margin-bottom: 220px;
}

.u-mb225 {
	margin-bottom: 225px;
}

.u-mb230 {
	margin-bottom: 230px;
}

.u-mb235 {
	margin-bottom: 235px;
}

.u-mb240 {
	margin-bottom: 240px;
}

.u-mb245 {
	margin-bottom: 245px;
}

.u-mb250 {
	margin-bottom: 250px;
}

.u-mb255 {
	margin-bottom: 255px;
}

.u-mb260 {
	margin-bottom: 260px;
}

.u-mb265 {
	margin-bottom: 265px;
}

.u-mb270 {
	margin-bottom: 270px;
}

.u-mb275 {
	margin-bottom: 275px;
}

.u-mb280 {
	margin-bottom: 280px;
}

.u-mb285 {
	margin-bottom: 285px;
}

.u-mb290 {
	margin-bottom: 290px;
}

.u-mb295 {
	margin-bottom: 295px;
}

.u-mb300 {
	margin-bottom: 300px;
}

.u-mb305 {
	margin-bottom: 305px;
}

.u-mb310 {
	margin-bottom: 310px;
}

.u-mb315 {
	margin-bottom: 315px;
}

.u-mb320 {
	margin-bottom: 320px;
}

.u-mb325 {
	margin-bottom: 325px;
}

.u-mb330 {
	margin-bottom: 330px;
}

.u-mb335 {
	margin-bottom: 335px;
}

.u-mb340 {
	margin-bottom: 340px;
}

.u-mb345 {
	margin-bottom: 345px;
}

.u-mb350 {
	margin-bottom: 350px;
}

.u-mb355 {
	margin-bottom: 355px;
}

.u-mb360 {
	margin-bottom: 360px;
}

.u-mb365 {
	margin-bottom: 365px;
}

.u-mb370 {
	margin-bottom: 370px;
}

.u-mb375 {
	margin-bottom: 375px;
}

.u-mb380 {
	margin-bottom: 380px;
}

.u-mb385 {
	margin-bottom: 385px;
}

.u-mb390 {
	margin-bottom: 390px;
}

.u-mb395 {
	margin-bottom: 395px;
}

.u-mb400 {
	margin-bottom: 400px;
}

.u-mb405 {
	margin-bottom: 405px;
}

.u-mb410 {
	margin-bottom: 410px;
}

.u-mb415 {
	margin-bottom: 415px;
}

.u-mb420 {
	margin-bottom: 420px;
}

.u-mb425 {
	margin-bottom: 425px;
}

.u-mb430 {
	margin-bottom: 430px;
}

.u-mb435 {
	margin-bottom: 435px;
}

.u-mb440 {
	margin-bottom: 440px;
}

.u-mb445 {
	margin-bottom: 445px;
}

.u-mb450 {
	margin-bottom: 450px;
}

.u-mb455 {
	margin-bottom: 455px;
}

.u-mb460 {
	margin-bottom: 460px;
}

.u-mb465 {
	margin-bottom: 465px;
}

.u-mb470 {
	margin-bottom: 470px;
}

.u-mb475 {
	margin-bottom: 475px;
}

.u-mb480 {
	margin-bottom: 480px;
}

.u-mb485 {
	margin-bottom: 485px;
}

.u-mb490 {
	margin-bottom: 490px;
}

.u-mb495 {
	margin-bottom: 495px;
}

.u-mb500 {
	margin-bottom: 500px;
}

.u-ml0 {
	margin-left: 0px;
}

.u-ml5 {
	margin-left: 5px;
}

.u-ml10 {
	margin-left: 10px;
}

.u-ml15 {
	margin-left: 15px;
}

.u-ml20 {
	margin-left: 20px;
}

.u-ml25 {
	margin-left: 25px;
}

.u-ml30 {
	margin-left: 30px;
}

.u-ml35 {
	margin-left: 35px;
}

.u-ml40 {
	margin-left: 40px;
}

.u-ml45 {
	margin-left: 45px;
}

.u-ml50 {
	margin-left: 50px;
}

.u-ml55 {
	margin-left: 55px;
}

.u-ml60 {
	margin-left: 60px;
}

.u-ml65 {
	margin-left: 65px;
}

.u-ml70 {
	margin-left: 70px;
}

.u-ml75 {
	margin-left: 75px;
}

.u-ml80 {
	margin-left: 80px;
}

.u-ml85 {
	margin-left: 85px;
}

.u-ml90 {
	margin-left: 90px;
}

.u-ml95 {
	margin-left: 95px;
}

.u-ml100 {
	margin-left: 100px;
}

.u-ml105 {
	margin-left: 105px;
}

.u-ml110 {
	margin-left: 110px;
}

.u-ml115 {
	margin-left: 115px;
}

.u-ml120 {
	margin-left: 120px;
}

.u-ml125 {
	margin-left: 125px;
}

.u-ml130 {
	margin-left: 130px;
}

.u-ml135 {
	margin-left: 135px;
}

.u-ml140 {
	margin-left: 140px;
}

.u-ml145 {
	margin-left: 145px;
}

.u-ml150 {
	margin-left: 150px;
}

.u-ml155 {
	margin-left: 155px;
}

.u-ml160 {
	margin-left: 160px;
}

.u-ml165 {
	margin-left: 165px;
}

.u-ml170 {
	margin-left: 170px;
}

.u-ml175 {
	margin-left: 175px;
}

.u-ml180 {
	margin-left: 180px;
}

.u-ml185 {
	margin-left: 185px;
}

.u-ml190 {
	margin-left: 190px;
}

.u-ml195 {
	margin-left: 195px;
}

.u-ml200 {
	margin-left: 200px;
}

.u-ml205 {
	margin-left: 205px;
}

.u-ml210 {
	margin-left: 210px;
}

.u-ml215 {
	margin-left: 215px;
}

.u-ml220 {
	margin-left: 220px;
}

.u-ml225 {
	margin-left: 225px;
}

.u-ml230 {
	margin-left: 230px;
}

.u-ml235 {
	margin-left: 235px;
}

.u-ml240 {
	margin-left: 240px;
}

.u-ml245 {
	margin-left: 245px;
}

.u-ml250 {
	margin-left: 250px;
}

.u-ml255 {
	margin-left: 255px;
}

.u-ml260 {
	margin-left: 260px;
}

.u-ml265 {
	margin-left: 265px;
}

.u-ml270 {
	margin-left: 270px;
}

.u-ml275 {
	margin-left: 275px;
}

.u-ml280 {
	margin-left: 280px;
}

.u-ml285 {
	margin-left: 285px;
}

.u-ml290 {
	margin-left: 290px;
}

.u-ml295 {
	margin-left: 295px;
}

.u-ml300 {
	margin-left: 300px;
}

.u-ml305 {
	margin-left: 305px;
}

.u-ml310 {
	margin-left: 310px;
}

.u-ml315 {
	margin-left: 315px;
}

.u-ml320 {
	margin-left: 320px;
}

.u-ml325 {
	margin-left: 325px;
}

.u-ml330 {
	margin-left: 330px;
}

.u-ml335 {
	margin-left: 335px;
}

.u-ml340 {
	margin-left: 340px;
}

.u-ml345 {
	margin-left: 345px;
}

.u-ml350 {
	margin-left: 350px;
}

.u-ml355 {
	margin-left: 355px;
}

.u-ml360 {
	margin-left: 360px;
}

.u-ml365 {
	margin-left: 365px;
}

.u-ml370 {
	margin-left: 370px;
}

.u-ml375 {
	margin-left: 375px;
}

.u-ml380 {
	margin-left: 380px;
}

.u-ml385 {
	margin-left: 385px;
}

.u-ml390 {
	margin-left: 390px;
}

.u-ml395 {
	margin-left: 395px;
}

.u-ml400 {
	margin-left: 400px;
}

.u-ml405 {
	margin-left: 405px;
}

.u-ml410 {
	margin-left: 410px;
}

.u-ml415 {
	margin-left: 415px;
}

.u-ml420 {
	margin-left: 420px;
}

.u-ml425 {
	margin-left: 425px;
}

.u-ml430 {
	margin-left: 430px;
}

.u-ml435 {
	margin-left: 435px;
}

.u-ml440 {
	margin-left: 440px;
}

.u-ml445 {
	margin-left: 445px;
}

.u-ml450 {
	margin-left: 450px;
}

.u-ml455 {
	margin-left: 455px;
}

.u-ml460 {
	margin-left: 460px;
}

.u-ml465 {
	margin-left: 465px;
}

.u-ml470 {
	margin-left: 470px;
}

.u-ml475 {
	margin-left: 475px;
}

.u-ml480 {
	margin-left: 480px;
}

.u-ml485 {
	margin-left: 485px;
}

.u-ml490 {
	margin-left: 490px;
}

.u-ml495 {
	margin-left: 495px;
}

.u-ml500 {
	margin-left: 500px;
}

.u-mr0 {
	margin-right: 0px;
}

.u-mr5 {
	margin-right: 5px;
}

.u-mr10 {
	margin-right: 10px;
}

.u-mr15 {
	margin-right: 15px;
}

.u-mr20 {
	margin-right: 20px;
}

.u-mr25 {
	margin-right: 25px;
}

.u-mr30 {
	margin-right: 30px;
}

.u-mr35 {
	margin-right: 35px;
}

.u-mr40 {
	margin-right: 40px;
}

.u-mr45 {
	margin-right: 45px;
}

.u-mr50 {
	margin-right: 50px;
}

.u-mr55 {
	margin-right: 55px;
}

.u-mr60 {
	margin-right: 60px;
}

.u-mr65 {
	margin-right: 65px;
}

.u-mr70 {
	margin-right: 70px;
}

.u-mr75 {
	margin-right: 75px;
}

.u-mr80 {
	margin-right: 80px;
}

.u-mr85 {
	margin-right: 85px;
}

.u-mr90 {
	margin-right: 90px;
}

.u-mr95 {
	margin-right: 95px;
}

.u-mr100 {
	margin-right: 100px;
}

.u-mr105 {
	margin-right: 105px;
}

.u-mr110 {
	margin-right: 110px;
}

.u-mr115 {
	margin-right: 115px;
}

.u-mr120 {
	margin-right: 120px;
}

.u-mr125 {
	margin-right: 125px;
}

.u-mr130 {
	margin-right: 130px;
}

.u-mr135 {
	margin-right: 135px;
}

.u-mr140 {
	margin-right: 140px;
}

.u-mr145 {
	margin-right: 145px;
}

.u-mr150 {
	margin-right: 150px;
}

.u-mr155 {
	margin-right: 155px;
}

.u-mr160 {
	margin-right: 160px;
}

.u-mr165 {
	margin-right: 165px;
}

.u-mr170 {
	margin-right: 170px;
}

.u-mr175 {
	margin-right: 175px;
}

.u-mr180 {
	margin-right: 180px;
}

.u-mr185 {
	margin-right: 185px;
}

.u-mr190 {
	margin-right: 190px;
}

.u-mr195 {
	margin-right: 195px;
}

.u-mr200 {
	margin-right: 200px;
}

.u-mr205 {
	margin-right: 205px;
}

.u-mr210 {
	margin-right: 210px;
}

.u-mr215 {
	margin-right: 215px;
}

.u-mr220 {
	margin-right: 220px;
}

.u-mr225 {
	margin-right: 225px;
}

.u-mr230 {
	margin-right: 230px;
}

.u-mr235 {
	margin-right: 235px;
}

.u-mr240 {
	margin-right: 240px;
}

.u-mr245 {
	margin-right: 245px;
}

.u-mr250 {
	margin-right: 250px;
}

.u-mr255 {
	margin-right: 255px;
}

.u-mr260 {
	margin-right: 260px;
}

.u-mr265 {
	margin-right: 265px;
}

.u-mr270 {
	margin-right: 270px;
}

.u-mr275 {
	margin-right: 275px;
}

.u-mr280 {
	margin-right: 280px;
}

.u-mr285 {
	margin-right: 285px;
}

.u-mr290 {
	margin-right: 290px;
}

.u-mr295 {
	margin-right: 295px;
}

.u-mr300 {
	margin-right: 300px;
}

.u-mr305 {
	margin-right: 305px;
}

.u-mr310 {
	margin-right: 310px;
}

.u-mr315 {
	margin-right: 315px;
}

.u-mr320 {
	margin-right: 320px;
}

.u-mr325 {
	margin-right: 325px;
}

.u-mr330 {
	margin-right: 330px;
}

.u-mr335 {
	margin-right: 335px;
}

.u-mr340 {
	margin-right: 340px;
}

.u-mr345 {
	margin-right: 345px;
}

.u-mr350 {
	margin-right: 350px;
}

.u-mr355 {
	margin-right: 355px;
}

.u-mr360 {
	margin-right: 360px;
}

.u-mr365 {
	margin-right: 365px;
}

.u-mr370 {
	margin-right: 370px;
}

.u-mr375 {
	margin-right: 375px;
}

.u-mr380 {
	margin-right: 380px;
}

.u-mr385 {
	margin-right: 385px;
}

.u-mr390 {
	margin-right: 390px;
}

.u-mr395 {
	margin-right: 395px;
}

.u-mr400 {
	margin-right: 400px;
}

.u-mr405 {
	margin-right: 405px;
}

.u-mr410 {
	margin-right: 410px;
}

.u-mr415 {
	margin-right: 415px;
}

.u-mr420 {
	margin-right: 420px;
}

.u-mr425 {
	margin-right: 425px;
}

.u-mr430 {
	margin-right: 430px;
}

.u-mr435 {
	margin-right: 435px;
}

.u-mr440 {
	margin-right: 440px;
}

.u-mr445 {
	margin-right: 445px;
}

.u-mr450 {
	margin-right: 450px;
}

.u-mr455 {
	margin-right: 455px;
}

.u-mr460 {
	margin-right: 460px;
}

.u-mr465 {
	margin-right: 465px;
}

.u-mr470 {
	margin-right: 470px;
}

.u-mr475 {
	margin-right: 475px;
}

.u-mr480 {
	margin-right: 480px;
}

.u-mr485 {
	margin-right: 485px;
}

.u-mr490 {
	margin-right: 490px;
}

.u-mr495 {
	margin-right: 495px;
}

.u-mr500 {
	margin-right: 500px;
}

/*# sourceMappingURL=style.css.map */
