@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
body {
	font-size: 1.5rem;
	line-height: 1.5;
	background-color: #fff;
	color: var(--blk);
	font-family: sans-serif;
	position: relative;
	min-height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}
ul,
ol {
	list-style: none;
}
a {
	text-decoration: none;
	color: inherit;
}
img {
	max-width: 100%;
	height: auto;
}
button {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	font: inherit;
	color: inherit;
}

/* ------------- */
/* common        */
/* ------------- */
.text-link {
	color: #36c;
}
.text-link:hover {
	text-decoration: underline;
}

.text-bold {
	font-weight: bold;
}
.text-notice {
	font-size: 1.2rem;
	color: var(--gry);
}

.and-more {
	text-align: right;
	margin-top: 4px;
}
.and-more__link {
	font-size: 1.4rem;
	font-weight: bold;
	color: var(--gry-dk);
}
.and-more__link:hover {
	text-decoration: underline;
}

.show-more {
	text-align: right;
	margin-top: 4px;
}
.show-more__link {
	font-size: 1.4rem;
	color: #36c;
}
.show-more__link:before {
	content: "→ 続きを見る";
}
.show-more__link:hover {
	text-decoration: underline;
}

/* ------------- */
/* header        */
/* ------------- */
.header {
	display: flex;
	justify-content: center;
	padding: 4px;
	border: 1px solid var(--gry-lt);
	background-color: #fff;
	min-width: 320px;
	max-width: 598px;
	margin: 0 auto;
	border-bottom: none;
}
.header__link {
	display: flex;
	align-items: center;
	gap: 0 4px;
}
.header__logo {
	width: 28px;
	height: 28px;
}
.header__name {
	font-size: 2.2rem;
	color: var(--pnk);
	font-weight: bold;
	letter-spacing: -1px;
}

/* ------------- */
/* heading-top   */
/* ------------- */
.heading-top {
	position: sticky;
	top: 0;
	z-index: 1000;
	min-width: 320px;
	max-width: 598px;
	margin: 0 auto;
	background-color: var(--blk);
}
.heading-top__title {
	font-size: 2.6rem;
	font-weight: bold;
	color: #fff;
	padding: 12px;
	overflow-wrap: anywhere;
}
.heading-top__description {
	min-width: 320px;
	max-width: 598px;
	margin: 0 auto;
	padding: 0 12px 12px;
	color: #fff;
	background-color: var(--blk);
	overflow-wrap: anywhere;
}

/* ------------- */
/* heading       */
/* ------------- */
.heading {
	position: sticky;
	top: 0;
	z-index: 1000;
	min-width: 320px;
	max-width: 598px;
	margin: 0 auto;
	background-color: #fff;
	border-right: 1px solid var(--gry-lt);
}
.heading-street {
	border-left: 8px solid var(--pnk);
	padding: 0 44px 0 8px;
}
.heading-home {
	border-left: 8px solid var(--org);
	padding: 0 44px 0 8px;
}
.heading-board {
	border-left: 8px solid var(--blu);
	padding: 0 44px 0 8px;
}
.heading-chat {
	border-left: 8px solid var(--grn);
	padding: 0 44px 0 8px;
}
.heading-common {
	border-left: 8px solid var(--ppl);
	padding: 0 44px 0 8px;
}

.heading__title {
	font-size: 2.6rem;
	font-weight: bold;
	color: var(--blk);
	overflow-wrap: anywhere;
}
.heading__link:hover {
	text-decoration: underline;
}
.heading__description {
	min-width: 320px;
	max-width: 598px;
	margin: 0 auto;
	padding: 12px;
	border: 1px solid var(--gry-lt);
	border-top: none;
	overflow-wrap: anywhere;
}

.heading__button-close {
	position: absolute;
	top: 4px;
	right: 4px;
	z-index: 1001;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #fff;
	color: var(--gry);
	display: flex;
	align-items: center;
	justify-content: center;
}
.heading__button-close::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 20px;
	background-color: var(--gry);
	transform: translate(-50%, -50%) rotate(45deg);
}
.heading__button-close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 20px;
	background-color: var(--gry);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.heading__button-up {
	position: absolute;
	top: 4px;
	right: 4px;
	z-index: 1001;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #fff;
	color: var(--gry);
	display: flex;
	align-items: center;
	justify-content: center;
}
.heading__button-up::after {
	content: "";
	position: relative;
	top: 2px;
	width: 33%;
	height: 33%;
	border-left: 2px solid var(--gry);
	border-top: 2px solid var(--gry);
	transform: rotate(45deg);
}

.heading__button-top {
	position: absolute;
	top: 4px;
	right: 4px;
	z-index: 1001;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #fff;
	color: var(--gry);
	display: flex;
	align-items: center;
	justify-content: center;
}
.heading__button-top::before {
	content: "";
	position: absolute;
	top: 10px;
	width: 33%;
	height: 33%;
	border-left: 2px solid var(--gry);
	border-top: 2px solid var(--gry);
	transform: rotate(45deg);
}
.heading__button-top::after {
	content: "";
	position: absolute;
	top: 18px;
	width: 33%;
	height: 33%;
	border-left: 2px solid var(--gry);
	border-top: 2px solid var(--gry);
	transform: rotate(45deg);
}

.heading__button-close:hover,
.heading__button-up:hover,
.heading__button-top:hover {
	background-color: var(--gry-lt);
}

/* ------------- */
/* heading-meta  */
/* ------------- */
.heading-meta {
	position: sticky;
	top: 0;
	z-index: 1000;
	min-width: 320px;
	max-width: 598px;
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid var(--gry-lt);
	border-top: none;
	border-bottom: none;
	padding: 4px 44px 4px 8px;
}
@media (min-width: 460px) {
	.heading-meta {
		padding: 4px 44px 4px 20px;
	}
}

/* ------------- */
/* nav           */
/* ------------- */
.nav {
	position: sticky;
	z-index: 1000;
	border-left: 1px solid var(--gry-lt);
	background-color: #fff;
	min-width: 320px;
	max-width: 598px;
	margin: 0 auto;
	padding: 4px;
	display: flex;
	justify-content: space-around;
	list-style: none;
}
.nav__icon {
	display: flex;
	flex-direction: column;
	font-size: 1rem;
	align-items: center;
}
.nav__icon:hover {
	opacity: 0.8;
}
.nav__icon--board,
.nav__icon--board-re,
.nav__icon--chat,
.nav__icon--connect {
	color: #ccc;
}
.nav__icon--board::before {
	content: "";
	width: 18px;
	height: 20px;
	background-image: url("/images/icon_board.svg");
	background-repeat: no-repeat;
}
.nav__icon--board-re::before {
	content: "";
	width: 18px;
	height: 20px;
	background-image: url("/images/icon_board_re.svg");
	background-repeat: no-repeat;
}
.nav__icon--chat::before {
	content: "";
	width: 18px;
	height: 20px;
	background-image: url("/images/icon_chat.svg");
	background-repeat: no-repeat;
}
.nav__icon--connect::before {
	content: "";
	width: 18px;
	height: 20px;
	background-image: url("/images/icon_connect.svg");
	background-repeat: no-repeat;
}

/* ------------- */
/* content       */
/* ------------- */
.content {
	border: 1px solid var(--gry-lt);
	background-color: #fff;
	min-width: 320px;
	max-width: 598px;
	margin: 0 auto;
	overflow-wrap: break-word;
	border-top: none;
	padding: 20px 8px;
}
.content-list {
	border: 1px solid var(--gry-lt);
	background-color: #fff;
	min-width: 320px;
	max-width: 598px;
	margin: 0 auto;
	overflow-wrap: break-word;
	border-top: none;
	padding: 20px 8px;
	cursor: pointer;
	transition: background-color 0.2s;
}
.content-list:hover {
	background-color: var(--gry-lt);
}
.content-scroll {
	display: flex;
	position: relative;
	min-width: 320px;
	max-width: 598px;
	margin: 0 auto;
	border: 1px solid var(--gry-lt);
	align-items: center;
	padding: 0 8px;
}

@media (min-width: 460px) {
	.content,
	.content-list {
		padding: 20px;
	}
	.content-scroll {
		padding: 0 20px;
	}
}

/* ------------- */
/* scroll-street */
/* ------------- */
.scroll-street {
	display: flex;
	scroll-behavior: smooth;
	padding: 8px 0;
	gap: 8px;
	overflow-x: auto;
}
.scroll-street__item {
	display: block;
	padding: 4px 14px;
	border: 1px solid var(--gry);
	border-radius: 18px;
	color: var(--blk);
	white-space: nowrap;
}
.scroll-street__item:hover {
	background-color: var(--pnk);
	color: #fff;
	border-color: var(--pnk);
}
.scroll-street__btn-left {
	display: none;
	position: absolute;
	left: 4px;
	z-index: 999;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #fff;
	color: var(--gry);
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.scroll-street__btn-left::after {
	content: "";
	position: relative;
	left: 2px;
	width: 33%;
	height: 33%;
	border-left: 2px solid var(--gry);
	border-bottom: 2px solid var(--gry);
	transform: rotate(45deg);
}
.scroll-street__btn-right {
	display: none;
	position: absolute;
	right: 4px;
	z-index: 999;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #fff;
	color: var(--gry);
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.scroll-street__btn-right::after {
	content: "";
	position: relative;
	right: 2px;
	width: 33%;
	height: 33%;
	border-right: 2px solid var(--gry);
	border-top: 2px solid var(--gry);
	transform: rotate(45deg);
}

.scroll-street__btn-left:hover,
.scroll-street__btn-right:hover {
	background-color: var(--gry-lt);
}

.scroll-street::-webkit-scrollbar {
	display: none;
}

/* ------------- */
/* list-street   */
/* ------------- */
.list-street {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.list-street__item {
	display: inline-block;
	padding: 4px 14px;
	border: 1px solid var(--gry);
	border-radius: 18px;
	background-color: #fff;
}
.list-street__item:hover {
	background-color: var(--pnk);
	color: #fff;
	border-color: var(--pnk);
}

/* ------------- */
/* board         */
/* ------------- */
.board__head {
	display: flex;
	gap: 0 12px;
}

.board__head-left {
	min-width: 40px;
}
.board__head-right {
	min-width: 40px;
}
.board__head-top {
	display: flex;
	flex-wrap: wrap;
	gap: 0 8px;
}
.board__head-bottom {
	display: flex;
	flex-wrap: wrap;
	gap: 0 8px;
}

.board__body {
	display: flex;
	gap: 0 12px;
}
.board__body-left {
	min-width: 40px;
}
.board__body-right {
	width: 100%;
}

.board__street {
	display: block;
	overflow-wrap: anywhere;
	font-size: 1.2rem;
	color: var(--pnk);
}
.board__street:hover {
	text-decoration: underline;
}

.board__home {
	display: block;
	overflow-wrap: anywhere;
	font-size: 1.2rem;
	padding: 0 2px;
}
.board__home:hover {
	background-color: var(--gry-lt);
}
.board__home-act {
	display: block;
	overflow-wrap: anywhere;
	font-size: 1.2rem;
	color: var(--org);
	padding: 0 2px;
	border-bottom: 2px solid var(--org);
}
.board__home-act:hover {
	background-color: var(--gry-lt);
}
.board__home-link {
	display: block;
	overflow-wrap: anywhere;
	font-size: 1.2rem;
	color: var(--org);
}
.board__home-link:hover {
	text-decoration: underline;
}

.board__time {
	display: block;
	overflow-wrap: anywhere;
	font-size: 1.2rem;
	color: var(--gry);
}
.board__name {
	display: block;
	overflow-wrap: anywhere;
	font-weight: bold;
}
.board__name:hover {
	text-decoration: underline;
}
.board__id {
	display: block;
	overflow-wrap: anywhere;
	color: var(--gry-dk);
}
.board__id:before {
	content: "@";
}
.board__id:hover {
	text-decoration: underline;
}

.board__title {
	font-weight: bold;
	font-size: 1.8rem;
}
.board__text {
	margin-top: 12px;
}

.board__nav {
	position: sticky;
	z-index: 998;
	top: 68px;
	background-color: #fff;
}
.board__nav-item {
	margin-bottom: 20px;
}
.board__nav-icon {
	display: flex;
	flex-direction: column;
	font-size: 1rem;
	align-items: center;
}
.board__nav-icon:hover {
	opacity: 0.8;
}
.board__nav-icon--board,
.board__nav-icon--board-re,
.board__nav-icon--chat,
.board__nav-icon--connect {
	color: #ccc;
}
.board__nav-icon--board::before {
	content: "";
	width: 40px;
	height: 42px;
	background-image: url("/images/icon_board.svg");
	background-repeat: no-repeat;
}
.board__nav-icon--board-re::before {
	content: "";
	width: 40px;
	height: 42px;
	background-image: url("/images/icon_board_re.svg");
	background-repeat: no-repeat;
}
.board__nav-icon--chat::before {
	content: "";
	width: 40px;
	height: 42px;
	background-image: url("/images/icon_chat.svg");
	background-repeat: no-repeat;
}
.board__nav-icon--connect::before {
	content: "";
	width: 40px;
	height: 42px;
	background-image: url("/images/icon_connect.svg");
	background-repeat: no-repeat;
}

/* ------------- */
/* home          */
/* ------------- */
.home__head {
	display: flex;
	gap: 0 12px;
}

.home__name {
	display: block;
	overflow-wrap: anywhere;
	font-weight: bold;
	font-size: 2rem;
}
.home__id {
	display: block;
	overflow-wrap: anywhere;
	color: var(--gry-dk);
	font-size: 2rem;
}
.home__id:before {
	content: "@";
}

.toc {
	border: 1px solid var(--gry-dk);
	border-radius: 10px;
	padding: 10px;
	display: inline-block;
}
.toc__heading {
	font-size: 1.8rem;
	font-weight: bold;
}
.toc__item {
	margin: 5px 0;
}

.classified {
	display: flex;
	overflow-x: auto;
	list-style-type: none;
	padding: 4px;
}
.classified__item {
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 160px;
	margin: 0 12px 12px 0;
}
.classified__image {
	background-color: var(--ylw);
	width: 100%;
	height: 160px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
}
.classified__title {
	margin-top: 8px;
}
.classified__credit {
	text-align: right;
	width: 100%;
	font-size: 1.4rem;
	color: var(--ylw);
	padding: 4px 4px 0 0;
	font-weight: bold;
}
.classified__credit::before {
	content: "クラシファイドAD";
}

/* ------------- */
/* section       */
/* ------------- */
.section__towa {
	display: block;
	margin: 0 auto 20px;
	width: 96px;
	height: 40px;
}
.section__towa-towa {
	text-align: right;
	font-size: 1.4rem;
	font-weight: bold;
	color: #36c;
	margin-bottom: 20px;
}
.section__title {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 12px;
}
.section__text {
	margin-top: 12px;
}
.section__time {
	text-align: right;
}
.section__time-item {
	display: block;
	overflow-wrap: anywhere;
	font-size: 1.2rem;
	color: var(--gry);
}

/* ------------- */
/* stop          */
/* ------------- */
.stop {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px auto;
	flex-direction: column;
}
.stop__label {
	width: 280px;
	height: 280px;
	background-color: var(--pnk);
	color: #fff;
	border-radius: 50%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 8rem;
	font-weight: bold;
}
.stop__undertie {
	font-size: 4rem;
	position: absolute;
	bottom: 40px;
}

/* ------------- */
/* footer        */
/* ------------- */
.footer {
	position: sticky;
	bottom: 0;
	z-index: 999;
	background-color: var(--blk);
	min-width: 320px;
	max-width: 598px;
	margin: 0 auto;
	padding: 4px;
}
.footer__nav {
	display: flex;
	justify-content: space-around;
}
.footer__icon {
	display: flex;
	flex-direction: column;
	font-size: 1rem;
	align-items: center;
}
.footer__icon:hover {
	opacity: 0.8;
}
.footer__icon--top,
.footer__icon--street,
.footer__icon--home,
.footer__icon--hepl {
	color: #fff;
}
.footer__icon--search {
	color: var(--gry-dk);
}
.footer__icon--top::before {
	content: "";
	width: 28px;
	height: 30px;
	background-image: url("/images/icon_top.svg");
	background-repeat: no-repeat;
}
.footer__icon--street::before {
	content: "";
	width: 28px;
	height: 30px;
	background-image: url("/images/icon_street.svg");
	background-repeat: no-repeat;
}
.footer__icon--home::before {
	content: "";
	width: 28px;
	height: 30px;
	background-image: url("/images/icon_home.svg");
	background-repeat: no-repeat;
}
.footer__icon--hepl::before {
	content: "";
	width: 28px;
	height: 30px;
	background-image: url("/images/icon_hepl.svg");
	background-repeat: no-repeat;
}
.footer__icon--search::before {
	content: "";
	width: 28px;
	height: 30px;
	background-image: url("/images/icon_search.svg");
	background-repeat: no-repeat;
}
.footer__copyright {
	color: var(--gry);
	margin-top: 4px;
	font-size: 1.2rem;
	text-align: right;
}

/* ------------- */
/* color         */
/* ------------- */
:root {
	--pnk: #e16;
	--pnk-lt: #fde8f6;
	--blu: #0bf;
	--blu-lt: #d8f2fd;
	--grn: #0c5;
	--grn-lt: #d8fde7;
	--org: #f72;
	--org-lt: #ffe2cf;
	--ylw: #fc0;
	--ylw-lt: #fcf3d6;
	--ppl: #82e;
	--ppl-lt: #efdbff;
	--blk: #222;
	--gry: #999;
	--gry-lt: #eee;
	--gry-dk: #666;
}
.bdr-pnk {
	border-color: var(--pnk);
}
.bdr-blu {
	border-color: var(--blu);
}
.bdr-grn {
	border-color: var(--grn);
}
.bdr-org {
	border-color: var(--org);
}
.bdr-ppl {
	border-color: var(--ppl);
}
.bdr-ylw {
	border-color: var(--ylw);
}
.bdr-blk {
	border-color: var(--blk);
}

.clr-pnk {
	color: var(--pnk);
}
.clr-blu {
	color: var(--blu);
}
.clr-grn {
	color: var(--grn);
}
.clr-org {
	color: var(--org);
}
.clr-ppl {
	color: var(--ppl);
}
.clr-ylw {
	color: var(--ylw);
}
.clr-gry {
	color: var(--gry);
}
.clr-gry-lt {
	color: var(--gry-lt);
}

.bgc-pnk {
	background-color: var(--pnk);
}
.bgc-pnk-lt {
	background-color: var(--pnk-lt);
}
.bgc-blu {
	background-color: var(--blu);
}
.bgc-blu-lt {
	background-color: var(--blu-lt);
}
.bgc-grn {
	background-color: var(--grn);
}
.bgc-grn-lt {
	background-color: var(--grn-lt);
}
.bgc-org {
	background-color: var(--org);
}
.bgc-org-lt {
	background-color: var(--org-lt);
}
.bgc-ylw {
	background-color: var(--ylw);
}
.bgc-ylw-lt {
	background-color: var(--ylw-lt);
}
.bgc-ppl {
	background-color: var(--ppl);
}
.bgc-ppl-lt {
	background-color: var(--ppl-lt);
}
.bgc-gry {
	background-color: var(--gry);
}
.bgc-blk {
	background-color: var(--blk);
}

/* ------------- */
/* avatar        */
/* ------------- */
.avatar__imaizumiani:hover {
	opacity: 0.8;
}

.avatar__imaizumiani {
	width: 40px;
	height: 40px;
	border-radius: 20%;
	position: relative;
	background-color: var(--blk);
	display: inline-block;
	vertical-align: bottom;
}
.avatar__imaizumiani::before {
	content: "";
	width: 1px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: calc(50% - 0.5px);
	top: calc(50% - 0.5px);
}
.avatar-big__imaizumiani {
	width: 80px;
	height: 80px;
	border-radius: 20%;
	position: relative;
	background-color: var(--blk);
	display: inline-block;
	vertical-align: bottom;
}
.avatar-big__imaizumiani::before {
	content: "";
	width: 2px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: calc(50% - 1px);
	top: calc(50% - 1px);
}
