@charset "utf-8";

/* Reset

Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.2r1

-------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}
a{
	text-decoration: none;
}
/* ===============================================================================
Body Setting
=============================================================================== */
html{
	font-size: 62.5%;
}
body {
	font-family: 'Jun 501',sans-serif;
	font-size: 1.8rem;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	line-height: 1.88;
	color: #E31E87;
	background-color: #FDF773;
}
#wrapper {
    max-width: 1036px;
    margin: 0 auto;
}

h1 {
	text-align: center;
	padding-top: 10px;
}
p {
	text-align: center;
	padding-top: 25px;
}
img {
  vertical-align: top;
  max-width: 100%;
}
a{
	color: #E31E87;	
}
a:hover{
	opacity: .5;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}

@media screen and (max-width: 640px) {
	body {
		font-size: 1.6rem;
		line-height: 1.6;
	}
	br{
		display: none;
	}
	.br-sp{
		display: block;
	}
}

/* yodogawa
-------------------------------------------------------------------------------*/

.yodogawa{
	background: url(../images/love/bg_y@2x.png) no-repeat;
	background-size: contain;
	width: 750px;
	height: 639px;
	margin: 56px auto 0;
}
.yodogawa div{
	width: 460px;
    margin: 0 auto;
    padding-top: 50px;
}
@media screen and (max-width: 640px) {
	.yodogawa{
		/*
		background: url(../images/love/bg_y@2x.png) 0 0 no-repeat;
		background-size: 95% auto;
		*/
		background: none; 
		width: 83%;
		height: auto;
		margin: 30px auto 0;
	}
	h1 img{
		width: 83%;
	}
	.yodogawa div{
		width: 100%;
		padding-top: 30px;
	}
}
/* graph
-------------------------------------------------------------------------------*/
.illust{
	text-align: center;
	padding-top: 10px;
	color: #4639D2;	
}
figure.zoom {
  background-position: 50% 50%;
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: zoom-in;
}
figure.zoom img:hover {
  opacity: 0;
}
figure.zoom img {
  transition: opacity 0.5s;
  display: block;
  width: 100%;
}
@media screen and (max-width: 640px) {
	.illust{
		padding-top: 30px;
	}
}
/* footer
-------------------------------------------------------------------------------*/
.footer{
	text-align: center;
	padding: 40px 0 70px;	
}
@media screen and (max-width: 640px) {
	.footer{
		padding: 30px 0;
	}
	.footer img{
		width: 50%;
	}
}
