html {
	font-family: "メイリオ","Century Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo","ＭＳ Ｐゴシック","MS PGothic","sans-serif";
}

html * {
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

.hidden {
	display: none;
}

body.toastgirl {
	background-image: url(../images/bg_slush.png);
	background-repeat: repeat;
}

.header {
	z-index: 100;
	width: 100%;
	height: 50px;
	position: fixed;
	top: 0;
}

.toastgirl * .navbar-main {
	height: 50px;
	line-height: 50px;
	background-color: #d62288;
}

.toastgirl * .navbar-main a {
	color: #fff;
}

.navbar {
	border-radius: 0;
	border: 0;
}

.navbar-toggle {
	float: left;
}

.navbar-nav {
	background-color: #d62288;
	float: none;
}

.icon-bar {
	background-color: #fff;
}

section:not(.button_area) {
	padding-top: 60px;
	padding-bottom: 20px;
}

section.game {
	padding-top: 0;
}

@media screen and (min-width: 768px) {
	section:not(.button_area) {
		padding-bottom: 120px;
	}
}

.toastgirl * h1 {
	max-width: 200px;
	border: solid 3px #d62288;
	border-radius: 100px;
	background-color: #fff;
	font-size: 16px;
	font-weight: bold;
	color: #d62288;
	text-align: center;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 8px;
}

.top_toastgirl {
	min-height: 760px;
	background-image: url(../images/bg_toastgirl.png);
	background-position: center top;
	background-size: 500px 760px;
	background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
	.top_toastgirl {
		background-position: left top;
	}
}

.img_title {
	width: 100%;
	margin-top: 180px;
}

@media screen and (min-width: 992px) {
	.img_title {
		margin-top: 20px;
	}
}

.comingsoon {
	margin-top: -20px;
	text-shadow: 1px 1px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff, -1px -1px 0px #fff;
}

.top_annotation {
	margin-top: 40px;
	text-shadow: 1px 1px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff, -1px -1px 0px #fff;
}

.information {
	padding: 20px;
	box-sizing: border-box;
	border: solid 10px #d62288;
	background-color: rgba(255,255,255,0.9);
	text-align: center;
	position: relative;
}

.top_toastgirl .information {
	margin-top: 20px;
}


.information-mini {
	border: solid 6px #d62288;
}

.information p {
	font-size: 16px;
	font-weight: bold;
}

.line-height-lg {
	line-height: 32px;
}

.information p.date {
	font-size: 24px;
}

@media screen and (min-width: 768px) {
	.information p.date {
		font-size: 32px;
	}
}

.information p.date span {
	font-size: 14px;
}

@media screen and (min-width: 768px) {
	.information p.date span {
		font-size: 24px;
	}
}

.information p.time {
	font-size: 24px;
}

.information p.place {
	margin-bottom: 10px;
}

.bnr_half {
	width: 234px;
	height: 60px;
	margin-top: 20px;
}

.bnr_sp {
	width: 100%;
	margin-top: 20px;
}

img.game_toastgirl {
	position: absolute;
	bottom: -10px;
	right: -100px;
}

p.annotation,
span.annotation {
	font-size: 12px;
	margin-top: 10px;
}

.how1,
.how3,
.how4 {
	margin-top: 60px;
	margin-bottom: 20px;
}

img.how_illust {
	position: absolute;
	top: -60px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

img.how_graph {
	width: 100%;
	max-width: 180px;
}

.total_time {
	width: 100%;
	padding-top:20px;
	background-image: url(../images/arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-align: center;
}

.total_time p {
	font-size: 24px;
	font-weight: bold;
}

.toastgirl * h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.toastgirl_ph {
	border-radius: 200px;
	width: 100%;
	max-width: 180px;
	margin-top: -100px;
	margin-bottom: 20px;
}

.girl1, .girl2, .girl3, .girl4 {
	margin-top: 80px;
	margin-bottom: 20px;
}

.img_enjoy {
	max-height: 180px;
	margin-top: -100px;
	margin-bottom: 10px;
}

.enjoy1, .enjoy2, .enjoy3 {
	margin-top: 80px;
}

.toastgirl * h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.btn_toastgirl {
	width: 80%;
	border-radius: 100px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #d62288;
	border: solid 3px #d62288;
	text-align: center;
	margin: 20px auto;
	padding: 12px;
}

.btn_toastgirl:hover {
	color: #d62288;
	background-color: #fff;
	border: solid 3px #d62288;
}

.twitter-follow-button {
	margin-top: 10px;
}

section.button_area {
	background-color: #fff;
	margin-top: 80px;
	padding-top: 60px;
	padding-bottom: 60px;
}

.footer {
	background-color: #d62288;
}

.realdlogo {
	width: 100px;
	display: block;
	margin: 20px auto;
}

.footer p {
	font-size: 12px;
	color: #fff;
	margin-bottom: 20px;
}

.social {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.social .link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px dashed white;
  background-clip: content-box;
  padding: 10px;
  transition: .5s;
  color: #D7D0BE;
  margin-left: 15px;
  margin-right: 15px;
  text-shadow:
    0 -1px 0 rgba(0, 0, 0, 0.2),
    0 1px 0 rgba(255, 255, 255, 0.2);
  font-size: 30px;
}

.social .link span {
  display: block;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.social .link:hover {
  padding: 20px;
  color: white;
}

.social .link.twitter {
  background-color: #00ACEE;
  color: white;
}

.social .link.facebook {
  background-color: #3B5998;
  color: white;
}

.social .link.line {
  background-color: #2cbf13;
  color: white;
}

.social .link.line span {
  top: 45%;
}

.fa-line:before {
    content: "LINE";
    font-family: 'Meiryo',sans-serif;
    font-weight: bold;
    font-size: 18px;
}

section.play h1 {
	margin-top: 20px;
}

section.play h1 + p {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bolder;
}

.tw_timeline {
	margin-bottom: 30px;
	background-color: #fff;
	box-sizing: border-box;
}

.tw_official {
	border: solid 3px #d62288;
}

.tw_girl1 {
	border: solid 3px #3cb4b4;
}

.tw_girl2 {
	border: solid 3px #6cc5d5;
}

.tw_girl3 {
	border: solid 3px #f0ff50;
}

.tw_girl4 {
	border: solid 3px #ff96fa;
}

.tw_timeline p {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}

.tw_official p {
	background-color: #d62288;
}

.tw_girl1 p {
	background-color: #3cb4b4;
}

.tw_girl2 p {
	background-color: #6cc5d5;
}

.tw_girl3 p {
	background-color: #f0ff50;
}

.tw_girl4 p {
	background-color: #ff96fa;
}

section.caution * ul {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}





