body {
	margin: 0;
	font-family:Helvetica,Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic,“ヒラギノ角ゴ ProN W3″,“Hiragino Kaku Gothic ProN”, “メイリオ”,Meiryo, sans-serif;
}

*.lock {
	overflow: hidden;
}

.list-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
}

.cards-list {
	position: relative;
	padding: 15px 15px 20px;
	padding-bottom: calc(20px + env(safe-area-inset-bottom));
	/* For iPhone X */
	max-width: 400px;
	margin: auto;
}

.card {
	position: relative;
	height: 45vh;
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
	transition: opacity 0.2s ease, box-shadow 0.2s ease;
	opacity: 1;
	margin-bottom: 40px;
}

.card.open {
	border-radius: 0;
}

.card.hover,
.card:hover {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.card-content {
	position: relative;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0);
	overflow: hidden;
	transition: border-radius 0.15s ease;
	border-radius: 20px;
	cursor: pointer;
}

.card.open .card-content {
	z-index: 500 !important;
	background: #fff;
	border-radius: 0px;
	cursor: default;
}

.banner-holder {
	position: absolute;
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner {
	position: relative;
	height: 50vh;
	width: 100%;
	padding: 15px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
	overflow: hidden;
	z-index: 1;
}

.card.open .banner {
	height: 60vh;
	border-radius: 0;
}

.content-holder {
	max-width: 600px;
	padding: 0;
	z-index: 1;
	height: 100%;
	background-color: transparent;
	overflow: hidden;
	position: relative;
}

.card.open .content-holder {
	overflow: auto;
}

.inner-content {
	top: 60vh;
	position: relative;
	background-color: #fff;
	display: none;
}

.card.open .inner-content {
	top: 60vh;
	padding-bottom: 70px;
	display: block;
	/* for iPhone X */
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.info-holder {
	display: flex;
	align-items: center;
}

.date-category {
	text-transform: uppercase;
	font-size: 12px;
	opacity: 0.5;
	margin-bottom: 0;
	flex: 1;
	margin: 0 1.4rem 0 0;
}

.like-wrapper {
	position: relative;
	cursor: pointer;
	padding-left: 40px;
}

.like-wrapper .fa,
.bookmark-wrapper .fa {
	opacity: 0.3;
}

.like-wrapper.btn-liked .fa {
	opacity: 1;
	color: red;
}

.like-wrapper span {
	position: absolute;
	top: 0;
	left: 0;
	text-align: right;
	opacity: 0.3;
	width: 35px;
	line-height: 24px;
	font-size: 12px;
}

.bookmark-wrapper {
	margin-left: 8px;
	width: 24px;
	text-align: right;
	cursor: pointer;
}

.title {
	position: relative;
	margin: 80px 0 20px 0;
	font-weight: bold;
}

.description {
	font-size: 16px;
	line-height: 1.5;
	color: #595959;
	-webkit-font-smoothing: antialiased;
}

.card:not(.open) .description {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 4.2em;
}

.close-btn {
	position: absolute;
	right: 15px;
	top: 15px;
	height: 28px;
	width: 28px;
	line-height: 27px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	color: #333;
	text-align: center;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: all 0.15s ease-in-out;
}

.card.open .close-btn {
	z-index: 600;
	opacity: 0.9;
	visibility: visible;
}

#smartapp-invite-app-frame {
	border-bottom: 1px solid #bebebe;
	background-color: #fff;
	margin: 30px 0 60px;
	padding: 6px 12px;
	border-radius: 8px;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
	border: solid 1px #e7e7e7;
  }

  #smartapp-banner-content {
	display: flex;
	flex: 1;
	align-items: center;
  }

  #smartapp-banner-appicon {
	height: 48px;
	border: solid 0.9px #e8e8e8;
	border-radius: 9px;
  }

  #smartapp-banner-content-main {
	margin-left: 6px;
  }

  #smartapp-banner-install-btn {
	flex: 1;
	text-align: right;
  }

  #smartapp-invite-app-title {
	font-size: 16px;
	color: #000;
  }

  #smartapp-invite-app-text {
	font-size: 12px;
	color: #666;
	line-height: 14px;
  }

  #smartapp-banner-install-btn p {
	display: inline-block;
	border-radius: 4px;
	background-color: #006400;
	text-align: center;
	box-shadow: 0 2px #6f6200;
	margin: 12px 0 12px 14px;
	padding: 10px 10px 8px 11px;
	width: 28px;
	height: 14px;
	line-height: 14px;
	font-family: HiraginoSans-W6;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	box-sizing: content-box;
  }

  .cp_hr02 {
	border-width: 1px 0 0 0;
	border-style: groove;
	margin: 30px 0;
	border-color: #f3f3f3;
  }
   
  .close-btn::before, .close-btn::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3px; /* 棒の幅（太さ） */
	height: 22px; /* 棒の高さ */
	background: #333; /* バツ印の色 */
  }
   
  .close-btn::before {
	transform: translate(-50%,-50%) rotate(45deg);
  }
   
  .close-btn::after {
	transform: translate(-50%,-50%) rotate(-45deg);
  }

  .section_top_icon {
	width: 20%;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
	border: solid 0.9px #e8e8e8;
	display: flex;
	margin: 60px auto 30px;
  }

  .top-app-area{
	padding: 0;
	position: relative;
	background-color: #f3f3f3;
	display: flex;
	padding: 15px;
	text-align: center;
	justify-content: center;
  }

  .top-app-list{
	width: 20%;
	float: left;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
	border: solid 0.9px #e8e8e8;
  }

  .top-app-list.left-margin{
	margin-left: 15px;
  }