@charset "utf-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	display: contents;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

a {
	text-decoration: none;
}

h1 {
	font-size: 1rem;
	text-align: center;
	padding: 1.2rem 0.72em;
	margin: 0;
}

h1 a {
	color: #000;
  margin-top: -10px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  h1 a {
    margin-top: 0;
    display: inline;
  }
}


.h2_title {
	font-size: 1.2rem;
	color: #e5006a;
	margin: 1.2rem 0 0.6rem;
	text-align: left;

	/* background-image: url(../images/title_bk.jpg);
	background-size: contain; */
}

.h2_title_shibuya {
	font-size: 1.2rem;
	color: #e5006a;
	margin: 1.2rem 0 0.6rem;
	text-align: left;

	background-image: url(../images/title_bk_sby.jpg);
	background-size: contain;
}

.h2_title_omokado {
	font-size: 1.2rem;
	color: #deac26;
	margin: 1.2rem 0 0.6rem;
	text-align: left;

	background-image: url(../images/title_bk_omkd.jpg);
	background-size: contain;
}

.h2_title_harakado {
	font-size: 1.2rem;
	color: #ff7284;
	margin: 1.2rem 0 0.6rem;
	text-align: left;

	background-image: url(../images/title_bk_hrkd.jpg);
	background-size: contain;
}

.h2_title_ginza {
	font-size: 1.2rem;
	color: #c3d600;
	margin: 1.2rem 0 0.6rem;
	text-align: left;

	background-image: url(../images/title_bk_gnz.jpg);
	background-size: contain;
}

.h2_title_kamata {
	font-size: 1.2rem;
	color: #c3d600;
	margin: 1.2rem 0 0.6rem;
	text-align: left;

	background-image: url(../images/title_bk_kmt.jpg);
	background-size: contain;
}

.h2_title_totsuka {
	font-size: 1.2rem;
	color: #c3d600;
	margin: 1.2rem 0 0.6rem;
	text-align: left;

	background-image: url(../images/title_bk_ttk.jpg);
	background-size: contain;
}

.h2_title_shinnagata {
	font-size: 1.2rem;
	color: #c3d600;
	margin: 1.2rem 0 0.6rem;
	text-align: left;

	background-image: url(../images/title_bk_sngt.jpg);
	background-size: contain;
}

.h2_title span {
	background-color: #fff;
	padding: 5px 8px;
}

.h2_title_shibuya span {
	background-color: #fff;
	padding: 5px 10px;
}

.h2_title_omokado span {
	background-color: #fff;
	padding: 5px 10px;
}

.h2_title_harakado span {
	background-color: #fff;
	padding: 5px 10px;
}

.h2_title_ginza span {
	background-color: #fff;
	padding: 5px 10px;
}

.h2_title_kamata span {
	background-color: #fff;
	padding: 5px 10px;
}

.h2_title_totsuka span {
	background-color: #fff;
	padding: 5px 10px;
}

.h2_title_shinnagata span {
	background-color: #fff;
	padding: 5px 10px;
}

.h2_item {
	font-size: 1rem;
	border-radius: 10px;
	margin: 0.8rem 0;
	text-align: center;
}

._sp-only {
  display: block;
}
@media screen and (min-width: 768px) {
  ._sp-only {
    display: none;
  }
}

main {
	margin: 3.8rem auto 0.5rem;
	overflow: hidden;
	width: 96%;
}

section {
	clear: both;
	font-size: 0.8rem;
	position: relative;
}

.pc {
	display: none !important;
}

.sp {
	display: block !important;
}


@media screen and (min-width: 768px) {


	h1 {
		font-size: 1.8rem;
		background-position: 10px;
		background-size: 110px;
		padding: 0.3em 0 0;
		margin: 0;
	}

	h2 {
		font-size: 1.2rem;
	}

	.h2_title span {
		padding: 10px;
	}

	main {
		margin: 0 auto;
		width: 1080px;
		padding: 60px 0;
	}

	section {
		font-size: 1rem;
	}

	.h2_title {
		font-size: 1.6rem;
		margin: 3rem 0 0.8rem;
	}

	.h2_title_shibuya {
		font-size: 1.6rem;
		margin: 3rem 0 0.8rem;
	}

	.h2_title_omokado {
		font-size: 1.6rem;
		margin: 3rem 0 0.8rem;
	}

	.h2_title_harakado {
		font-size: 1.6rem;
		margin: 3rem 0 0.8rem;
	}

	.h2_title_ginza {
		font-size: 1.6rem;
		margin: 3rem 0 0.8rem;
	}

	.h2_title_kamata {
		font-size: 1.6rem;
		margin: 3rem 0 0.8rem;
	}

		.h2_title_totsuka {
		font-size: 1.6rem;
		margin: 3rem 0 0.8rem;
	}

		.h2_title_shinnagata {
		font-size: 1.6rem;
		margin: 3rem 0 0.8rem;
	}
	.pc {
		display: block !important;
	}

	.sp {
		display: none !important;
	}
}

.shibuya_i {
	background: #e5006a;
	color: #fff;
}

.omokado_i {
	background: #deac26;
	color: #fff;
}

.harakado_i {
	background: #ff7284;
	color: #fff;
}

.ginza_i {
	background: #c3d600;
	color: #fff;
}

.kamata_i {
	background: #c3d600;
	color: #fff;
}

.totsuka_i {
	background: #c3d600;
	color: #fff;
}

.shinnagata_i {
	background: #c3d600;
	color: #fff;
}

.limited_i {
	background: #B30002;
	color: #fff;
}

#header {
	width: 100%;
	/*横幅指定*/
	height: 60px;
	/*以下はレイアウトのためのCSS*/
	/*display: flex;*/
	justify-content: space-between;
	align-items: center;
	background: #fff;
	text-align: center;
	position: fixed;
	border-bottom: 0.5px solid #b6bcbf;
	z-index: 9999;
	transform: translate3d(0px, 0px, 200px);
}

#header img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 25%;
	max-width: 170px;
	padding: 10px 5px;
}

/*JSを使いfixedクラスが付与された際の設定*/
#header.fixed {
	position: fixed;
	/*fixedを設定して固定*/
	z-index: 999;
	/*最前面へ*/
	top: 0;
	/*位置指定*/
	left: 0;
	/*位置指定*/
}

/*　ハンバーガーボタン　*/
.hamburger {
	display: block;
	position: fixed;
	z-index: 3;
	right: 13px;
	top: 10px;
	width: 42px;
	height: 42px;
	cursor: pointer;
	text-align: center;
}

.hamburger span {
	display: block;
	position: absolute;
	width: 30px;
	height: 2px;
	left: 6px;
	background: #000;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.hamburger.active span {
  background: #fff;
}
.hamburger span:nth-child(1) {
	top: 10px;
}

.hamburger span:nth-child(2) {
	top: 20px;
}

.hamburger span:nth-child(3) {
	top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
	top: 16px;
	left: 6px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
	top: 16px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}

nav.globalMenuSp {
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	color: #000;
	background: #4f5460;
	text-align: center;
	transform: translateX(100%);
	transition: all 0.6s;
	width: 100%;
}

nav.globalMenuSp ul {
	background: #4f5460;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

nav.globalMenuSp ul li {
	list-style-type: none;
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #fff;
}

nav.globalMenuSp ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

nav.globalMenuSp ul li:hover {
	background: #4f5460;
}

nav.globalMenuSp ul li a {
	display: block;
	color: #fff;
	padding: 1em 0;
	text-decoration: none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
	transform: translateX(0%);
}


@media screen and (min-width: 768px) {
	#header img {
		width: 170px;
		padding: 5px;
	}

	nav.globalMenuSp {
		left: 70%;
		transform: translateX(100%);
		transition: all 0.6s;
		width: 30%;
		height: 100%;
	}
}


.slider-x {
	/* 以下の設定は必須 */
	scroll-snap-type: x mandatory;
	width: 100%;
	overflow-x: scroll;
	overflow-y: clip;
	display: flex;
	-webkit-overflow-scrolling: touch;
	/* スマホ対応のため必須 */
	overflow-scrolling: touch;
	/* スマホ対応のため必須 */
  /* 以下デモ用のデザイン */
	/* 	height: 350px; */
	/* position: relative; */
}

.slider-x::-webkit-scrollbar {
	width: 10px;
}

.slider-x::-webkit-scrollbar-track {
	background-color: #e4e4e4;
	border-radius: 100px;
}

.slider-x::-webkit-scrollbar-thumb {
	background-color: #000;
	border-radius: 100px;
}

.slider-x>.limited_box {
	/* 以下の設定は必須 */
	scroll-snap-align: center;
	/* height: 100%; */
	width: 100%;
	flex: none;
	display: flex;
}

.limited_box a {
	display: grid;
	width: 100%;
	flex-shrink: 0;
}

.explanation {
	margin: 20px 0;
	text-align: center;
}

.explanation h3 {
	color: #000;
	font-size: 1.1rem;
  margin-bottom: 0;
}

.explanation img {
	width: 100%;
	margin: 0 auto;
  display: block;
}

.explanation p.text {
	color: #000;
	font-size: 1.1rem;
  font-weight: bold;
  margin-top: 5px;
}

.limited_list {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 10px;
	border: 1px solid #000;
	padding: 0.5rem;
	/* height: 140px; */
	color: #333;
}

.benefits_list {
	display: flex;
	justify-content: center;
	align-items: center;
}

.limited_img {
	width: 28%;
	float: left;
	margin-right: 2%;
}

.limited_list img {
	width: 100%;
	height: 160px;
	object-fit: contain;
}

.limited_list a {
	color: #333;
}

.limited_txt {
	float: right;
	width: 70%;
	align-self: flex-start;
}

.limited_txt ul {
	padding: 0;
	margin: 0;
	display: flex;
}

.limited_txt li {
	font-size: 0.8rem;
	list-style: none;
	float: left;
	padding: 0 10px;
	margin-right: 10px;
}

.limited_txt p {
	margin: 0.3rem 0 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.limited_an {
	text-align: center;
	font-weight: 600;
	font-size: 1rem;
	margin: 8px 0;
	color: #000;
}

.date {
	color: #ea6d99;
}

.limited_txt span {
	font-size: 0.65rem;
}

.limited_txt h3 {
	clear: both;
	font-size: 1rem;
	margin: 0.3rem 0 0;
	display: inline-block;
}


@media screen and (min-width: 768px) {
	.slider-x {
		/* height: 390px; */
	}

	.slider-x>.limited_box {
		/* width: 50%; */
	}
	.limited_box a {
		width: 50%;
	}

	.limited_list {
		width: 95.6%;
		/* height: 156px; */
	}

	.explanation h3 {
		font-size: 1.8rem;
	}

	.explanation img {
		width: 85%;
	}

  .explanation p.text {
		font-size: 1.8rem;
    margin-top: 10px;
	}

	.limited_an {
		font-size: 1.4rem;
		margin: 10px 0;
	}
}

#institution ul {
	width: 100%;
	margin: 0 0 0.3rem;
	padding: 0;
	display: inline-block;
}

#institution li {
	float: left;
	width: 100%;
	text-align: center;
	list-style-type: none;
	padding: 10px 0;
	font-weight: 600;
}

#institution li:nth-of-type(4n) {
	margin: 30px 0 0 0;
}

#institution a {
	color: #505460;
}

#institution .shibuya_btn li {
	margin-bottom: 0.3rem;
	background: #e5006a7d;
}

#institution .shibuya_btn li:hover {
	background: #e5006ad4;
}

#institution .omokado_btn li {
	margin-bottom: 0.3rem;
	background: #e2b64080;
}

#institution .omokado_btn li:hover {
	background: #deac26e0;
}

#institution .harakado_btn li {
	margin-bottom: 0.3rem;
	background: #ff869580;
}

#institution .harakado_btn li:hover {
	background: #ff7284db;
}

#institution .ginza_btn li {
	margin-bottom: 0.3rem;
	background: #cede3082;
}

#institution .ginza_btn li:hover {
	background: #c3d600cf;
}

#institution .kamata_btn li {
	margin-bottom: 0.3rem;
	background: #e5006a7d;
}

#institution .kamata_btn li:hover {
	background: #e5006ad4;
}

#institution .totsuka_btn li {
	margin-bottom: 0.3rem;
	background: #e5006a7d;
}

#institution .totsuka_btn li:hover {
	background: #e5006ad4;
}

#institution .shinnagata_btn li {
	margin-bottom: 0.3rem;
	background: #e5006a7d;
}

#institution .shinnagata_btn li:hover {
	background: #e5006ad4;
}
#institution .kinrin_btn li {
	margin-bottom: 0.3rem;
	background: #06afcc85;
}

#institution .kinrin_btn li:hover {
	background: #06afcc;
}

#neighborhood a {
	text-decoration: underline;
}

#neighborhood p {
	line-height: 2.8rem
}

.benefits_detail {
	border: 1px solid #000;
	padding: 0.5rem;
	display: inline-block;
	margin: 20px 0;
}

.keiji {
	text-align: center;
	font-weight: bold;
	margin: 10px 0 0;
}

.benefits_box a {
	border: 1px solid #000;
	padding: 0.5rem;
	display: grid;
	margin-bottom: 5px;
	color: #333;
  box-sizing: border-box;
}

.benefits_pop {
	border: 1px solid #000;
	padding: 0.5rem;
	display: inline-block;
	margin-bottom: 10px;
	color: #333;
}

.benefits_pop img {
	width: 100%;
	object-fit: contain;
}

.benefits_list img {
	width: 100%;
	height: 160px;
	object-fit: contain;
}

.news_img {
	width: 70%;
	margin: 0 auto 10px;
}

.news_txt {
	width: 100%;
}

.news_txt h3 {
	clear: both;
	font-size: 1rem;
	margin: 0.3rem 0;
	text-align: left;
}

.news_txt ul {
	padding: 0;
	margin: 0;
	display: flex;
}

.news_txt li {
	font-size: 0.8rem;
	list-style: none;
	float: left;
	padding: 0 10px;
	margin-right: 10px;
}

.news_txt p {
	margin: 0 0 0.3rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-align: left;
}

.news_txt span {
	font-size: 0.65rem;
	text-align: left;
	display: block;
}

.news_txt h3 {
	clear: both;
	font-size: 1rem;
	margin: 0.3rem 0;
	text-align: left;
}

.benefits_detail img {
	margin: 0 auto 10px;
	width: 100%;
	height: auto;
}

.item_img {
	width: 70%;
	margin: 0 auto;
}

.item_txt {
	width: 100%;
	text-align: left;
}

.item_txt ul {
	padding: 0;
	margin: 0;
	display: flex;
}

.item_txt li {
	font-size: 0.8rem;
	list-style: none;
	float: left;
	padding: 0 10px;
	margin-right: 10px;
}

.item_txt p {
	margin: 0 0 0.3rem;
	text-align: left;
}

.item_txt span {
	font-size: 0.65rem;
	text-align: left;
	display: block;
}

.item_txt h3 {
	clear: both;
	font-size: 1rem;
	margin: 0.3rem 0;
	text-align: left;
}

@media screen and (min-width: 768px) {
	.benefits_box {
		width: 100%;
    display: flex;
    flex-wrap: wrap;
	}

	.h2_title_omokado + .benefits_box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.benefits_detail {
		width: 95%;
	}

	.benefits_detail img {
		width: 100%;
		margin: 0 auto;
	}

	.item_txt h3 {
		font-size: 1.3rem;
	}

	.tenant .item_txt {
		float: right;
		width: 67%;
		padding-left: 30px
	}

	.news_img {
		float: left;
		width: 28%;
	}

	.news_txt {
		float: right;
		width: 70%;
	}

	.benefits_box a {
		/* float: left; */
		/* width: 48.05%; */
    width: calc((100% / 2) - 5px);
		min-height: 160px;
		margin-bottom: 10px;
    display: block;
	}

	.h2_title_omokado + .benefits_box a {
		float: none;
	}

	.benefits_box a:nth-child(2n) {
		margin-left: 10px;
	}

	.benefits_box a:nth-child(2n+1) {
		margin-left: 0;
	}

	.item_img {
		width: 30%;
		margin-bottom: 5px;
		float: left;
		margin: 0 auto;
	}

	.item_txt {
		float: right;
		width: 70%;
		padding-left: 30px;
	}

	#institution li {
		width: calc(100%/5);
		font-size: 1.2rem;
		padding: 20px 0;
		margin: 0 10px;
	}

	#neighborhood p {
		line-height: 5rem
	}
}

.search_container {
	box-sizing: border-box;
	border: 1px solid #999;
	display: block;
  margin-bottom: 10px;
	padding: 3px 10px;
	border-radius: 20px;
	height: 2.3em;
	width: 100%;
	overflow: hidden;
}

.search_container input[type="text"] {
	border: none;
	height: 1.6em;
	width: 85%;
}

.search_container input[type="text"]:focus {
	outline: 0;
}

.search_container input[type="submit"] {
	cursor: pointer;
	font-family: FontAwesome;
	font-size: 1.3em;
	border: none;
	background: none;
	color: #3879D9;
	position: static;
	width: 2em;
	right: 0;
	top: -10px;
	outline: none;
}

#head_ins {
  margin-bottom: 3.5em;
}

#head_ins ul {
	padding: 0;
	margin: 16px auto;
  display: flex;
  justify-content: center;
}

#head_ins li {
	width: calc(100% / 3);
	list-style: none;
	text-align: center;
	padding: 0.5rem 0;
	font-size: 0.6rem;
}
#head_ins li:last-child {
  margin-right: 0;
}
#head_ins li.-shibuya {
  background: #e5006a;
}
#head_ins li.-omokado {
  background: #deac26;
}
#head_ins li.-harakado {
  background: #ff7284;
}
#head_ins li.-ginza {
  background: #c3d600;
}
#head_ins li.-shinnagata {
  background: #00acca;
}


#head_ins a {
	color: #fff;
	font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}
#head_ins a::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: solid 2px;
  border-bottom: solid 2px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(-45deg);
}


@media screen and (min-width: 768px) {
  #head_ins a::after {
    width: 10px;
    height: 10px;
    border-right: solid 3px;
    border-bottom: solid 3px;
    top: 45%;
  }
}


#head_ins li.shibuya_btn {
	background: #e5006a;
}

#head_ins .shibuya_btn li:hover {
	background: #e5006ad4;
}

#head_ins .omokado_btn li {
	background: #deac26;
}

#head_ins .omokado_btn li:hover {
	background: #deac26e0;
}

#head_ins .harakado_btn li {
	background: #ff7284;
}

#head_ins .harakado_btn li:hover {
	background: #ff7284db;
}

#head_ins .ginza_btn li {
	background: #c3d600;
}

#head_ins .ginza_btn li:hover {
	background: #c3d600cf;
}

#head_ins .kamata_btn li {
	background: #e5006a;
}

#head_ins .kamata_btn li:hover {
	background: #e5006ad4;
}

#head_ins .totsuka_btn li {
	background: #e5006a;
}

#head_ins .totsuka_btn li:hover {
	background: #e5006ad4;
}

#head_ins .shinnagata_btn li {
	background: #e5006a;
}

#head_ins .shinnagata_btn li:hover {
	background: #e5006ad4;
}
#head_ins .kinrin_btn li {
	background: #00acca;
	margin-right: 0;
}

#head_ins .kinrin_btn li:hover {
	background: #00accacf;
}

#search ul {
	padding: 0;
}

#search li {
	list-style: none;
}

.horizontal-list {
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	z-index: -1;
	transform: translate3d(0px, 0px, 100px);
}

.item {
	display: inline-block;
	padding: 0 0.5rem;
	text-align: center;
}

#category a {
	color: #2c4ea5;
	font-weight: 600;
}

#category ul {
	padding: 0;
}

#category li {
	list-style: none;
}

.logo_list {
	width: 100%;
}

.logo_list li {
	width: 20%;
}

.logo_list li img {
	width: 100%;
	height: 135px;
	object-fit: contain;
}

.modal-wrapper {
	z-index: 999;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 60px 10px;
	text-align: center
}

.modal-wrapper:not(:target) {
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
	opacity: 1;
	visibility: visible;
	transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
	display: inline-block;
	height: 100%;
	margin-left: -.05em;
	vertical-align: middle;
	content: ""
}

.modal-wrapper .modal-window {
	box-sizing: border-box;
	display: inline-block;
	z-index: 9999;
	position: relative;
	width: 98%;
	padding: 15px;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, .6);
	vertical-align: middle;
	max-width: 1080px;
}
.modal-wrapper .modal-window * {
	box-sizing: border-box;
}
.modal-wrapper .modal-window .modal-content {
	max-height: 80vh;
	overflow-y: auto;
}

.modal-overlay {
	z-index: 10;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
	z-index: 20;
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	color: #95979c !important;
	font-size: 20px;
	font-weight: 700;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	text-indent: 0
}

.modal-wrapper .modal-close:hover {
	color: #2b2e38 !important
}

.tenant .news_txt {
	width: 100%;
	text-align: left;
}

.tenant .benefits_list img {
	width: 100%;
	height: 160px;
	object-fit: contain;
}

.tenant li {
	width: auto;
}

@media screen and (min-width: 768px) {
	#head_ins li {
		width: calc((100% / 5) - 10px);
		margin-right: 10px;
		padding: 1rem 0;
		font-size: 1.2rem;
	}

	.search_container {
		width: 50%;
		margin: 0 auto 10px;
	}

	.search_container input[type="text"] {
		width: 90%;
		font-size: 1rem;
	}

	.search_container input[type="submit"] {
		font-size: 1.2em;
	}

	.modal-wrapper .modal-window .modal-content {
		max-width: 1080px;
		margin: 0 auto;
	}
  .modal-wrapper .modal-window .modal-content .benefits_box {
    justify-content: center;
  }

	.tenant .news_txt {
		float: right;
		width: 70%;
	}
}

footer {
	font-size: 0.5rem;
	border-top: 0.5px solid #b6bcbf;
	text-align: center;
	padding: 1.2rem 0.72em;
}


.scroll_btn {
	display: inline-block;
	position: absolute;
	/* 	padding-top: 320px; */
	left: 80%;
	/* 	right: 30px; */
	top: 50%;
	transform: translateY(-50%);
}

.scroll_btn::before {
	animation: scroll 3.5s infinite;
	border: solid #666 2px;
	border-width: 0 0 2px 2px;
	content: "";
	display: inline-block;
	margin: auto;
	position: absolute;
	/* top: 48%; */
	/* right: 0; */
	/* left: 0; */
	transform: rotate(-45deg);
	width: 30px;
	height: 30px;
}

@keyframes scroll {
	0% {
		transform: rotate(-135deg) translate(0, 0);
	}

	80% {
		transform: rotate(-135deg) translate(-30px, 30px);
	}

	0%,
	80%,
	100% {
		opacity: 0;
	}

	40% {
		opacity: 1;
	}
}

@media screen and (min-width: 768px) {
	.scroll_btn {
		/* padding-top: 330px; */
		/* left: 42%; */
		left: 90%;
	}

	.scroll_btn::before {
		/* top: 45%; */
		/* width: 60px; */
		/* height: 60px; */
	}
}

.no-data {
  padding: 0 5px;
}
@media screen and (min-width: 768px) {
  .no-data {
    padding: 0 10px;
  }
}