﻿/* Feelcerca Web CSS */

h1 {
	font-size: calc(100% + 1vw);
  color: #f0e080;
	text-shadow: 0.08em 0.08em 0.08em rgba(0,0,0,1);
	text-align: center;
}

h2 {
	font-size: calc(100% + 0.9vw);
	text-align: center;
}

.fc-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.fc-item-logo {
  margin: 20px;
	align-self: center;
}

.fc-item-large {
	font-size: calc(100% + 0.85vw);
  width: 80%;
	text-align: center;
}

img {
	pointer-events: none; 
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-touch-callout: none;
	-moz-user-select: none;
	touich-callout: none;
	user-select: none;
}

.fc-border-tb {
	border-style: double none;
}

.fc-white-ribbon {
	border-style: double none;
  margin: 50px;
  width: 100%;
  height: 100px;
}

.fc-blue-ribbon {
  margin: 50px;
  width: 100%;
  height: 100px;
  color: #ffffff;
  background: #4392d0;
}

.fc-glay-ribbon {
  margin: 50px;
  width: 100%;
  height: 100px;
  color: #ffffff;
  background: #404040;
}

.fc-red-ribbon {
  margin: 50px;
  width: 100%;
  height: 100px;
  color: #ffffff;
  background: #ff0000;
}

table th {
  padding: 10px;
	background-color: #fff;
	border-bottom: 2px solid #bbb;
}

table td {
  padding: 10px;
	background-color: #fff;
	border-bottom: 1px solid #bbb;
}

.fc-hero-hungree-bunny {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
  justify-content: flex-end;
  background: url(../img/hungree-bunny/main2.png) no-repeat center/100%;
  width: 100vw;
  height: calc(720 / 1280 * 100vw);
}

.fc-hero {
  width: 100vw;
  height: calc(720 / 1280 * 100vw);
}

.fc-hero-text {
	padding-top: calc(620 / 1280 * 100vw);
	padding-left: calc(980 / 1280 * 100vw);
	white-space: nowrap;
}

.fc-twitter-news-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 20px 20px;
}

@media screen and (min-width:750px){
  .fc-twitter-news-block {
  	display: flex;
  	flex-direction: row;
  	justify-content: center;
    align-items: flex-start;
  	margin: 20px 200px;
  }
}

.fc-twitter-block {
  width: 350px;
  height: 400px;
  background: #303030;
}

.fc-news-block {
	margin-top: 10px;
  width: 100%;
	min-width: 400px;
	max-width: 600px;
  height: 500px;
  overflow: scroll;
  -ms-overflow-style: none;
	scrollbar-width: none;
}
.fc-news-block::-webkit-scrollbar {
  display: none;
}

.fc-news-caption {
  margin: 20px;
	font-size: 2em;
	text-align: left;
	line-height: 0.95em;
	font-weight: bold;
	color: #FFF;
	text-shadow:
		0 0 0.05em #F06292,
		0 0 0.10em #F06292,
		0 0 0.15em #F06292,
		0 0 0.30em #F06292;
	filter: saturate(80%);
	-webkit-background-clip: text;
	-webkit-box-reflect: below -0.25em -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .6)), to(transparent));
}

.fc-news-item {
	font-size: 18px;
  color: #a0a0a0;
	margin-left: 20px;
}

.fc-sns-links-block {
}

.fc-sns-links-caption {
  margin: 20px;
	font-size: 1.4em;
	text-align: left;
	line-height: 0.95em;
	font-weight: bold;
	color: #fffff0;
	text-shadow: 0 0.05em 0.08em rgba(0,0,0,0.7);
}

.fc-sns-links {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.fc-sns-link-item {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.fc-sns-link-item-text {
  display: none;
}

@media screen and (min-width:750px){
  .fc-sns-link-item-text {
    display: block;
  }
}

.fc-twitter-icon {
  background: url(../img/sns/twitter64x64.png) no-repeat center/100%;
  width: 64px;
  height: 64px;
	margin: 0px 10px;
}

.fc-facebook-icon {
  background: url(../img/sns/facebook64x64.png) no-repeat center/100%;
  width: 64px;
  height: 64px;
	margin: 0px 10px;
}

.fc-youtube-icon {
  background: url(../img/sns/youtube64x64.png) no-repeat center/100%;
  width: 64px;
  height: 64px;
	margin: 0px 10px;
}

.fc-instagram-icon {
  background: url(../img/sns/instagram64x64.png) no-repeat center/100%;
  width: 64px;
  height: 64px;
	margin: 0px 10px;
}

.fc-line-icon {
  background: url(../img/sns/line64x64.png) no-repeat center/100%;
  width: 64px;
  height: 64px;
	margin: 0px 10px;
}

.fc-discord-icon {
  background: url(../img/sns/discord229x53.png) no-repeat center/100%;
  width: 229px;
  height: 53px;
	margin-top: 20px;
}

.fc-sns-link-item {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.fc-trademark {
	margin: 40px 0px 20px 0px;
	font-size: 12px;
	text-align: left;
  color: #a0a0a0;
}

.fc-trademark-item {
}
