@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Modern+Antiqua);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body {
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #fff;
	background: #000;
}

a {
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active {
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}

#footer {
	clear: both;
	padding: 50px 0;
	text-align: center;
	font-size: 12px;
}

/* ------------------------------------------------------------*/
h1, h2 {
	font-family: 'Modern Antiqua', 'Noto Sans JP',serif;
}

img {
	max-width: 100%;
	height: auto;
}

section {
  clear: both;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.top_img {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 50px;
}

.contents_img {
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.contents_img img {
	width: 65%;
}

.contents_img p {
	font-size: 20px;
	line-height: 35px;
	margin-bottom: 30px;
}

.about_box {
	padding: 20px 0 30px 0;
}

.twitter_box {
	text-align: center;
}

.access_box {
	text-align: center;
}

.twitter_link {
	position: fixed;
	/* bottom: 20px; */
	top: 25px;
	right: 20px;
	transition: 0.5s;
	z-index: 500;
}
  
.twitter_btn {
	position: relative;
	display: block;
	width: 250px;
	height: 80px;
	border-radius: 45px;
    background-color: rgba(255, 255, 255, 0.9);
}

.tw_btn_size {
	/* display: block; */
	position: absolute;
	text-align: center;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 180px;
	height: 38px;
    font-size: 16px;
	font-weight: 700 !important;
	color: #f944c9;
	text-shadow: 2px 2px 0 #676464;
}
  
/* .twitter_btn:before {
	content: "";
	display: block;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
} */

.pc_only {
	display: block;
}

.sp_only {
	display: none;
}

/* RESPONSIVE
------------------------------------------------------------*/
/* @media screen and (max-width: 767px){ */
@media screen and (min-width: 600px) and (max-width: 1024px){

.top_img {
	position: relative;
	margin-bottom: 50px;
}

.contents_img {
	width: 100%;
	height: auto;
	margin: auto;
}

.contents_img img {
	width: 90%;
}

.pc_only {
	display: block;
}

.sp_only {
	display: none;
}
}

@media screen and (max-width: 599px){

.top_img {
	position: relative;
	margin-bottom: 30px;
}

.contents_img {
	width: 100%;
	height: auto;
	margin: auto;
}

.contents_img img {
	width: 85%;
}

.contents_img p {
	font-size: 3vw;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 20px;
}

.about_box {
	width: 90%;
	padding: 0;
}

.twitter_btn {
	position: relative;
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 50px;
	background-color: rgba(255, 255, 255, 0.9);
}
	
.tw_btn_size {
	/* display: block; */
	position: absolute;
	text-align: center;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	font-size: 20px;
	font-weight: initial;
	color: #0066ff;
	text-shadow: initial;
}

.pc_only {
	display: none;
}

.sp_only {
	display: block!important;
}

}