@charset "Shift_JIS";
@import "fonts.css";
html {
	font-size: 62.5%;
}


*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* body
-------------------------------------------------- */
body {
	line-height: 1.715;
	color: #333;
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
	background: #fff;
	font-size: 0;
}

img, object, embed, video {
	max-width: 100%;
}

.ie6 img {
	width: 100%;
}


/* spLinkBlockInPc
-------------------------------------------------- */

#spLinkBlockInPc {
	padding: 30px 0 50px;
	text-align: center;
	background: #000;
	display: none;
}

/* link
-------------------------------------------------- */
a:link {
	color: #0182d4;
	text-decoration: none;
}

a:visited {
	color: #0182d4;
}

a:focus {
	color: #0182d4;
}

a:hover {
	color: #0182d4;
	text-decoration: underline;
}

a:active {
	color: #0182d4;
}

h1,h2,h3,h4,h5 {
	line-height: 1.5;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 22px;
}
h5 {
	font-size: 19px;
}

b, strong {
	font-weight: bold!important;
}

b span, strong span {
	font-weight: bold!important;	
}


@media only screen and (min-width: 768px) {
	h1 {
		font-size: 34px;
	}

	h2 {
		font-size: 26px;
	}

	h3 {
		font-size: 24px;
	}

	h4 {
		font-size: 22px;
	}
	h5 {
		font-size: 19px;
	}
}

/* wrapperArea
-------------------------------------------------- */
#wrapperArea {
	font-size: 14px;
	font-size: 1.4rem;
}

/* container
-------------------------------------------------- */

#container {
	width: 100%;
}

#container #header{
	width: 100% !important; 
	padding: 0 15px;
}

#header {
	padding-bottom: 9px !important;
}

.headerContribute {
	padding-top: 25px;
	float: right;
	width: 246px;
	height: 56px;
}

.headerContribute.dualBtn{
	width: 265px;
}

.headerContribute.dualBtn ul li{
	display: inline-block;
}


@media only screen and (max-width: 650px) {
	#header {
		padding-bottom: 0!important;
	}
}

/* keyvisual
-------------------------------------------------- */
#header {
	margin: 0 auto;
	width: 960px;
}

#keyvisual{
	margin: 0 auto;
	max-width: 960px;
}

#keyvisual h1 {
	margin-bottom: 15px;
	padding: 0;
	background: none;
}

#keyvisual p {
	margin-bottom: 15px;
}

#imgArea {
	background: #000000;
	margin-bottom: 25px;
	padding-top: 62px;
}

@media only screen and (min-width: 431px) {
	#imgArea {
		padding-top: 64px;
	}
}

@media only screen and (min-width: 651px) {
	#imgArea {
		padding-top: 97px;
		margin-bottom: 45px;
	}
}


#keyvisual h1 {
	margin: 0;
	font-size: 0;
}

/* bodyArea
-------------------------------------------------- */
#bodyArea {
	margin: 0 auto;
	max-width: 960px;
}


@media only screen and (max-width: 1024px) {
	#bodyArea {
		padding: 0 15px;
	}

}

/* mainArea
-------------------------------------------------- */
#mainArea {
	float: none;
	width: 100%;
	/* padding: 0 15px; */
}

#mainArea p {
	/*margin-bottom: 1.4em;*/
}

.mainAreaFullGrid #mainArea {
	margin: 0 auto;
	width: 960px;
	float: none;
}

/* clear
-------------------------------------------------- */
.clear {
	clear: both;
}

/* clearfix
-------------------------------------------------- */
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* footer
-------------------------------------------------- */
#footer {
	background: #07131c;
	text-align: center;
	padding: 25px 10px;
	line-height: 1;
}

/* header
-------------------------------------------------- */
#header {
	position: fixed;
	width: 100%;
	background: #ffffff;
	margin: 0 auto !important;
	min-height: 1px;
}
#header .content {
	max-width: 990px;
	padding: 0 15px;
	margin: 0 auto;
}
#header:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#header .siteName {
	float: left;
}

#header .siteName p {
	margin: 0;
}


#header #headerContributeLink ul li {
	list-style-type: none;
}

#header #headerContributeLink ul {
	padding: 0;
	margin: 0;
}

@media only screen and (max-width: 650px) {
	#header .siteName {
		margin-top: 5px;
		margin-left: -15px;
	}
	#header .siteName img{
		width: 200px;
		height: auto;
	}
	#header .headerContribute {
		width: auto;
		padding-top: 10px;
	}
	#header #headerContributeLink img{
		width: 180px;
		height: auto;
	}

	#header .dualBtn #headerContributeLink img{
		width: 95px;
		height: auto;
	}

}

@media only screen and (max-width: 430px) {
	#header .headerContribute {
		padding-top: 15px;
		height: 62px;
	}
	#header .siteName img{
		width: 150px;
		height: auto;
	}
	#header .siteName {
		margin-top: 8px;
		margin-left: -15px;
	}

	#header #headerContributeLink img{
		width: 140px;
		height: auto;
	}

	#header .dualBtn #headerContributeLink img{
		width: 80px;
		height: auto;
	}	
}


/* header
-------------------------------------------------- */

.sectionBlock {
	margin-bottom: 35px;
	clear: both;
}

#aboutBlock {
	padding: 15px 15px;
	background: #f3eee8;
}


#aboutBlock h2 {
	margin-bottom: 20px;
}

#aboutBlock h3 {
	margin-bottom: 10px;
	color: #83250b;
	font-weight: bold;
}

#aboutBlock h4 {
	margin-bottom: 20px;
}

#aboutBlock .textBlock {
	width: 525px;
	float: left;
	line-height: 1.714;
}

#aboutBlock .textBlock p {
	margin-bottom: 0;
}

#aboutBlock .movieBlock {
	padding: 5px 0;
	float: right;
}


@media only screen and (min-width: 768px) {
	#aboutBlock {
		padding: 30px 30px 20px;
	}
	#aboutBlock img.alignleft,
	#aboutBlock img.alignright{
		max-width: 355px;
	}
	.sectionBlock {
		margin-bottom: 55px;
	}
}

#donateBlock h1 {
	margin-bottom: 29px;
	text-align: center;
}

.contributeTwoColumn {
	max-width: 474px;
	margin: 0 auto 10px;
}

.contributeTwoColumn .column {
	background: #eaeced;
	margin-bottom: 15px;
}

.contributeTwoColumn .columnTxt {
	padding: 20px;
}

@media only screen and (min-width: 768px){
	.contributeTwoColumn {
		max-width: 100%;
	}
	.contributeTwoColumn .column {
		width: 49%;
		margin-bottom: 0;
	}
	.contributeTwoColumn .column {
		float: left;
	}
	.contributeTwoColumn .columnEnd {
		float: right;
	}
}


@media only screen and (min-width: 1100px){
	.contributeTwoColumn .column {
		width: 475px;
	}
}


.payTxt .detailLink {
	text-align: right;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 31px;
	margin-bottom: 1.4em;
}

.payTxt .detailLink a {
	padding-right: 20px;
	background: url(../images/ico_arrow_link.png) right center no-repeat;
	color: #000000;
	text-decoration: none;
}

.postBlock {
	margin: 1px 0 0;
	padding: 8px 10px;
	background: #ffffff;
}

.postBlock dt {
	font-weight: bold;
	float: left;
}

#canBlock {
	margin: 0 auto 40px;
	text-align: center;
}

#canBlock h2 {
	margin-bottom: 30px;
	text-align: center;
}

#canBlock .canThreeColumn {
	text-align: center;
	margin: auto;
	float: none;
}

#canBlock .canThreeColumn .column {
	border: 2px solid #eaeced;
	background: #eaeced;
	padding-bottom:0px;
}

#canBlock .canThreeColumn .column {
	display: table;
	width: 100%;
	margin-bottom: 15px;
}

#canBlock .canThreeColumn .column .whiteBlock,
#canBlock .canThreeColumn .column .columnTxt {
	display: table-cell;
	vertical-align: middle;
}

#canBlock .canThreeColumn .column .whiteBlock {
	width: 43%;
}

#canBlock .canThreeColumn .columnTxt {
	padding: 20px;
	background: #eaeced;
	text-align: left;
}

#canBlock h1 {
	text-align: center;
	background:url(../images/icon_heart.png) top center no-repeat;
	padding-top: 50px;
	margin-bottom: 0px;
}

#canBlock h4 {
	margin-bottom: 30px;
	text-align: center;
}

#canBlock .whiteBlock h3 {
	margin-bottom: 0px;
	text-align: center;
	padding: 10px 5px;
	font-size: 14px;
}

#canBlock .whiteBlock h3 span {
	color: #e60012;
	font-size: 20px;
}

@media only screen and (min-width: 768px){
	#canBlock {
		margin: 0 auto 80px;
	}
	#canBlock .canThreeColumn {
		display: table;
		table-layout: fixed;
		width: 100%;
		border-spacing: 25px 0;
	}
	#canBlock .canThreeColumn .column {
		width: 33.33%;
		vertical-align: top;
		display: table-cell;
		margin-bottom: 0;
		float:none;
		padding-bottom:0px;
	}
	#canBlock .can-nmargin {
		margin: 0 -25px;
	}
	#canBlock .canThreeColumn .column .whiteBlock,
	#canBlock .canThreeColumn .column .columnTxt {
		display: block;
		width: 100%;	
	}
	#canBlock .whiteBlock h3 {
		font-size: 24px;
		margin:0px;
	}
	#canBlock .whiteBlock h3 span {
		font-size: 32px;   
	}
	
	#canBlock p img {
		width: 100%;
	}
	
	#canBlock p {
		height: 15vh;	
		overflow: hidden;
		margin: 0px;
	}

	#canBlock .columnTxtMinHeight {
		overflow: hidden;
		height: 105px;
	}
}

#worksBlock h2 {
	margin-bottom: 28px;
	text-align: center;
}

#worksBlock h1 {
	margin-bottom: 28px;
	text-align: center;
}

#worksBlock .worksBox {
	margin-bottom: 30px;
	padding: 20px;
	background: url(../images/bg_4.png) repeat;
	clear: both;
	word-wrap: break-word;
}

#worksBlock .worksBox .contentHead h3 {
	margin-right: 40px;
	float: left;
}

#worksBlock .worksBox .contentHead ul {
	float: none;
	margin-left: 30px;
}

#worksBlock .worksBox .contentHead li {
	margin-bottom: .8em;
	list-style: disc;
}

#worksBlock .worksBox .contentBody, blockquote {
	margin-top: 20px;
	padding: 20px 25px;
	background: #fff;
	clear: both;
}

#worksBlock .worksBox h4 {
	margin-bottom: 10px;
	font-size: 22px;
}

#worksBlock .worksBox .contentBody .contentTxt {
	width: 605px;
	float: left;
}

#worksBlock .worksBox .contentBody .contentImg {
	padding: 5px 0;
	float: right;
}


@media only screen and (min-width: 768px){

}


#donateBlock2 h2 {
	margin-bottom: 29px;
	text-align: center;
}

#donateBlock2 h1 {
	margin-bottom: 29px;
	text-align: center;
}

#commentBlock {
	margin-bottom: 50px;
}

#commentBlock .textRight {
	text-align: right;
}

.whiteBlock {
	background: #fff;
	font-size: 0;
}

/* WORDPRESS */

img.alignleft {
	display: block;
	margin: auto;
	margin-bottom: 10px;
}

img.alignright {
	display: block;
	margin: auto;
	margin-bottom: 10px;
}

img.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.displaynone {
	display: none;
}

div.alignleft {
	display: block;
	margin: auto;
}

.alignleft iframe,
.alignright iframe {
	display: block;
	margin: auto;
	width: 100%;
	margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
	img.alignleft {
		float: left;
		margin-right: 20px;
		margin-bottom: 0;
	}

	img.alignright {
		float: right;
		margin-left: 20px;
		margin-bottom: 0;
	}

	.worksBox img.alignleft {
		margin-right: 20px;
	}

	.worksBox img.alignleft,
	.worksBox img.alignright {
		/**max-width: 355px!important;**/
		margin-bottom: 20px;
	}

	.alignleft iframe {
	    float:left;
		margin-right: 20px;
		width: 355px;
		margin-bottom: 0px;
	}

	.alignright iframe {
		width: 355px;
	    float:right;
		margin-left: 20px;
		margin-bottom: 0px;
	}

}

.sectionBlock img {
	max-width: 100%;
	height: auto;
}


.notes {
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.454;
	margin-bottom: 1.4em;
	margin-top: 10px;
}

.notes strong{
	font-weight: bold!important;
}

blockquote {
	overflow: auto;
	margin-bottom: 15px;
}

blockquote img{
	margin-bottom: 0px!important;
}



/** single **/
.single.contributeTwoColumn {
	text-align: center;
}

.single.contributeTwoColumn .column {
	display: inline-block;
	float:none;
}

/** rAll
=========================================**/
.rAll {
	display:none;
}

/** rAll
=========================================**/
.rMoreBtn {
	text-align: right;
	margin-bottom: 1.4em;	
}
.rMoreBtn a {
    color: #0182d4;
}


/** conTemplateTwo
=========================================**/
.conTemplateTwo #aboutBlock > div{
	margin-bottom:20px;
}

.conTemplateTwo #aboutBlock > div:last-child{
	margin-bottom:0px;
}

.conTemplateTwo #aboutBlock h3 {
	margin-bottom: 0px;
}

@media only screen and (min-width: 768px) {
	.conTemplateTwo #aboutBlock img.alignleft,
	.conTemplateTwo #aboutBlock img.alignright{
		max-width: 100%;
	}


	.conTemplateTwo .worksBox img.alignleft,
	.conTemplateTwo .worksBox img.alignright {
		max-width: 100%;
		margin-bottom: 20px;
	}	
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}