@charset "utf-8";

/*---------------------------------------------------------------------------------------------------------------------*/

* {
	margin : 0px;
	padding : 0px;
	box-sizing : border-box;
}

header,
main,
footer,
section,
article,
aside,
figure,
figcaption,
nav,
div {
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

html {
	font-size: 62.5%;
	overflow-y: scroll;
}
/*---------------------------*/

img ,video {
	max-width: 100%;
	height: auto;
	vertical-align: text-bottom;
}

a img:hover {
	opacity: 0.75;
}

a {
	color: rgba(0,91,216,1.00);
}

a:hover {
	color: rgba(164,0,2,1.00);
	text-decoration: underline;
}

/*-----------------------------------------*/

main ol,
main ul,
main table,
main dl

 {
	margin-bottom: 1em;
}

main ol {
	margin-left: 1.5em;
}

main ul {
	margin-left: 1.5em;
}

main li {
	margin-bottom: 0.25em;
}

main li:last-child {
	margin-bottom: 0em;
}

.small  {
	font-size: 80%;
}


/*---------------------------------------------------------------------------------------------------------------------*/

#loading {
	position: absolute;
	z-index: 101;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,1.0);
}


/*---------------------------------------------------------------------------------------------------------------------*/

body {
	margin: auto;
/*
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
*/
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "MS PMincho","メイリオ",Meiryo,serif;
	font-size: 12px;
	line-height: 1.5;
	color: rgba(40,40,40,1.00);
	background-image: url(../img/common/texture.png);
}

body.s {
	font-size: 14px;
}

body.m {
	font-size: 16px;
}

body.l {
	font-size: 18px;
}

/*-----------------------------------------------------------------------*/

#container {
	position: relative;
	width: 100%;
}

/*---------------------------------------------*/

header,
main,
footer {
	width: 100%;
	clear: both;
}

header:after ,
main:after ,
footer:after {
	display: table;
	clear: both;
	width: 0px;
	content: "";
}

/*---------------------------------------------*/

.section {
	width: 100%;
}

/*---------------------------------------------*/

.chapter {
	width: 100%;
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.3) ;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.3) ;
}

/*---------------------------------------------*/

.inner {
	width: 80%;
	max-width: 1200px;
}

body.vertical .inner {
	z-index: 1;
}

.inner:after {
	display: table;
	clear: both;
	width: 0px;
	content: "";
}

/*---------------------------------------------*/

.chapter .content {
	padding: 0%;
}

body.vertical .chapter .content {
	padding: 10% 0% 16% 0%;
}

.chapter .content:after {
	contrent: "";
	display: table;
	clear:both;
	height: 0;
}

/*------------------------------------------------------------------------*/
.chapter.title {
/*------------------------------------------------------------------------*/
	text-align: center;
}

.chapter.title h1 {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 40%;
	white-space: nowrap;
	text-indent: 200%;
	overflow: hidden;
}


body.w .chapter.title h1 {
	background-size: auto 60%;
}


/*------------------------------------------------------------------------*/
.chapter.visual {
/*------------------------------------------------------------------------*/
	background-color: #000;
}

.chapter.visual .inner {
	width: 100%;
	max-width: initial;
}

.chapter.visual .content {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.35) inset , 0px -2px 2px rgba(0,0,0,0.35) inset;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.35) inset , 0px -2px 2px rgba(0,0,0,0.35) inset;
}

body.vertical .chapter.visual .content {
	background-attachment: fixed;
}

body.vertical .content {
	padding: 0%;
}

/*------------------------------------------------------------------------*/
.chapter.txt {
/*------------------------------------------------------------------------*/
	
}

.chapter.txt .content {
	display: block;
	padding: 15% 0% 10% 0%;
	width: 100%;
}

body.l .chapter.txt .content {
	height: 100%;
	float: right;
	z-index: 1;
	padding: 15% 0% 15% 0%;
}

.chapter.txt h2 {
	font-size: 180%;
	margin-bottom: 1em;
}

body.l .chapter.txt h2 {
	display: block;
	height: 100%;
	float: right;
	writing-mode: tb-rl; /* IE独自仕様 */
	writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	letter-spacing: 0.05em;
	margin-bottom: 0em;
	margin-left: 1.5em;
}

.chapter.txt h2 span {
	font-size: 60%;
	letter-spacing: 0.05em;
}

.chapter.txt h3 {
	font-size: 120%;
	margin-bottom: 1em;
}


body.l .chapter.txt h3 {
	display: block;
	height: 100%;
	writing-mode: tb-rl; /* IE独自仕様 */
	writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	letter-spacing: 0.1em;
	margin-bottom: 0em;
	margin-left: 2em;
}


.chapter.txt .paraglaph {
	display: block;
/*
	text-align: justify;
*/
}

.large  {
	color: rgba(147,14,14,1.00);
	font-size: 120%;
	letter-spacing: 0em;
}


body.l .chapter.txt .paraglaph {
	float: right;
	height: 100%;
	margin: 0;
	padding: 2em 0em 0em 0em;
	writing-mode: tb-rl; /* IE独自仕様 */
	writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
/*
	letter-spacing: 0.05em;
	text-align: justify;
*/
	max-height: 500px;
}







.chapter.txt .option {
	display: block;
/*
	text-align: justify;
*/
}

body.l .chapter.txt .option {
	float: left;
	height: 50%;
	margin: 2em 0em 0em 0em;
	padding: 1em 0em 0em 0em;
	writing-mode: tb-rl; /* IE独自仕様 */
	writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	border-top: 3px solid rgba(184,0,3,1.00);
}



body.l .chapter.txt .paraglaph ul {
	margin-top: 1em;
}

body.l .chapter.txt .paraglaph li {
	margin-left: 1em;
}

body.l .chapter.txt .paraglaph a ,
body.l .chapter.txt .option a {
	text-decoration: none;
}

.chapter.txt p {
	margin-bottom: 1em;
}

body.l .chapter.txt .paraglaph p {
	margin-bottom: 0em;
	margin-left: 1.5em;
}

.chapter.txt .photo {
	margin-top: 5%;
	margin-bottom: 10%;
}

body.l .chapter.txt .photo {
	width: 40%;
	position: absolute;
	left: 0%;
	bottom: 10%;
	z-index: 0;
	max-width: 500px;
	margin-bottom: 0%;
}

.chapter.txt .photo p {
	margin: 0px;
}

.chapter.txt .photo .frame {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	background-image: url(../img/photo/a.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	z-index: 1;
}


/*-----------------------------------------------------------------------
div.chapter#intro1
------------------------------------------------------------------------*/

#intro1 .inner {
	width: 90%;
}

body.w #intro1 .inner {
	width: 80%;
}

#intro1 .content {
	position: absolute;
	right: 5%;
	width: 70%;
	max-width: 500px;
	min-width: 200px;
	padding: 15% 0% 16%;
}

body.w #intro1 .content {
	right: 0%;
	width: 45%;
	padding: 10% 0% 16%;
}

/*---------------------------------------*/

#intro1 h1 {
	display: block;
	position: relative;
	float: right;
	background-position: right center;
	background-image: url(../img/header/title.png);
	background-size: contain;
	background-position: right top;
	height: 50%;
	width: 50%;
}

body.w #intro1 h1 {
	max-width: 220px;
	height: 100%;
}

#intro1 h1 a {
	display: block;
	width: 100%;
	height: 100%;
}

#intro1 h1:hover {
	opacity: 0.5;
}


/*---------------------------------------*/

#intro1 h2 {
	display: block;
	position: relative;
	float: left;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
	white-space: nowrap;
	text-indent: 200%;
	overflow: hidden;
	background-image: url(../img/header/copy.png);
	width: 50%;
	height: 50%;
}

body.w #intro1 h2 {
	max-width: 220px;
	height: 100%;
}

/*---------------------------------------*/

#intro1 h3 {
	position: relative;
	float: left;
	width: 15%;
	height: 100%;
}

body.w #intro1 h3 {
	width: 10%;
	max-width: 80px;
}

#intro1 h3 a {
	display: block;
	position: absolute;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	margin: auto;
	padding-left: 25%;
	padding-right: 25%;
	background-color: rgba(0,0,0,0.03);
}

#intro1 h3 img {
	position: absolute;
	left: 0%;
	right: 0%;
	bottom: 5%;
	margin: auto;
}

#intro1 h3 a:hover {
	background-color: rgba(255,255,255,1.0);
}

/*---------------------------------------*/

nav {
	position: absolute;
	width: 80%;
	right: 0%;
	bottom: 0%;
	max-width: 500px;
}

body.w nav {
	right: initial;
	left: 10%;
	width: 45%;
}

nav ul{
	position: absolute;
	left: 0%;
	right: 0%;
	bottom: 10%;
	margin: 0px 10%;
}

body.w nav ul{
}

nav li {
	list-style: none;
	display: block;
	float: right;
	width: 33.3%;
	height: 100%;
	margin: 0%;
}

nav li a {
	display: block;
	width: 70%;
	height: 100%;
	margin: 0px auto;
}

nav li:hover {
	background-color: rgba(0,0,0,0.02);
}

nav li img {
	width: auto;
	max-width: auto;
}

nav li img:hover {
	opacity: 1;
}



/*-----------------------------------------------------------------------
div.chapter#intro2
------------------------------------------------------------------------*/

#intro2 .content {
	background-image: url(../img/visual/intro.jpg);
	padding: 15% 10%;
}

body.h #intro2 .content {
	padding: 15% 10% 40% 10%;
}

body.l #intro2 .content {
	padding: 0%;
}

#intro2 .paraglaph {
	color: rgba(255,255,255,1.00);
	margin: 0 auto;
	line-height: 1.6;
	text-align: justify;
	font-size: 120%;
}

body.l #intro2 .paraglaph {
	line-height: 2;
	height: 70%;
	display: inline-block;
	width: auto;
	height: 100%;
	margin: 0 auto;
	padding: 10% 0%;
	writing-mode: tb-rl; /* IE独自仕様 */
	writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	letter-spacing: 0em;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 0em;
}

#intro2 .paraglaph p {
	margin-bottom: 1em;
}

body.l #intro2 .paraglaph p {
	margin-bottom: 0em;
	margin-left: 2em;
}


/*-----------------------------------------------------------------------
div.chapter#kodama1
------------------------------------------------------------------------*/

#kodama1 .content h1 {
	background-image: url(../img/title/kodama.png);
}

/*-----------------------------------------------------------------------
div.chapter#kodama2
------------------------------------------------------------------------*/

#kodama2 .content {
	background-image: url(../img/visual/kodama.jpg);
}

/*-----------------------------------------------------------------------
div.chapter#kodama3
------------------------------------------------------------------------*/

#kodama3 .frame {
	background-image: url(../img/photo/a.png);
}

/*-----------------------------------------------------------------------
div.chapter#kodama4
------------------------------------------------------------------------*/

#kodama4 .frame {
	background-image: url(../img/photo/b.png);
}

/*-----------------------------------------------------------------------
div.chapter#kodama5
------------------------------------------------------------------------*/

#kodama5 .frame {
	background-image: url(../img/photo/c.png);
}

/*-----------------------------------------------------------------------
div.chapter#make1
------------------------------------------------------------------------*/

#make1 .content h1 {
	background-image: url(../img/title/make.png);
}

/*-----------------------------------------------------------------------
div.chapter#make2
------------------------------------------------------------------------*/

#make2 .content {
	background-image: url(../img/visual/make.jpg);
}

/*-----------------------------------------------------------------------
div.chapter#make3
------------------------------------------------------------------------*/

#make3 .frame {
	background-image: url(../img/photo/c.png);
}

/*-----------------------------------------------------------------------
div.chapter#make4
------------------------------------------------------------------------*/

#make4 .frame {
	background-image: url(../img/photo/a.png);
}

/*-----------------------------------------------------------------------
div.chapter#make5
------------------------------------------------------------------------*/

#make5 .frame {
	background-image: url(../img/photo/b.png);
}

/*-----------------------------------------------------------------------
div.chapter#matsuri1
------------------------------------------------------------------------*/

#matsuri1 .content h1 {
	background-image: url(../img/title/matsuri.png);
}

/*-----------------------------------------------------------------------
div.chapter#matsuri2
------------------------------------------------------------------------*/

#matsuri2 .content {
	background-image: url(../img/visual/matsuri.jpg);
}

/*-----------------------------------------------------------------------
div.chapter#matsuri3
------------------------------------------------------------------------*/

#matsuri3 .frame {
	background-image: url(../img/photo/b.png);
}

/*-----------------------------------------------------------------------
div.chapter#matsuri4
------------------------------------------------------------------------*/

#matsuri4 .frame {
	background-image: url(../img/photo/c.png);
}

/*-----------------------------------------------------------------------
div.chapter#matsuri5
------------------------------------------------------------------------*/

#matsuri5 .frame {
	background-image: url(../img/photo/a.png);
}

/*----------------------------------------------------------------------*/

main .kozuchi {
	width: 10%;
	max-width: 80px;
	min-width: 50px;
	position: absolute;
	right: 3%;
	bottom: 4%;
	z-index: 51;
	opacity: 0.8;
	cursor: pointer;
}

main .kozuchi a {
    display: block;
	width: 100%;
	height: 100%;
}

.mark {
	width: 10%;
	max-width: 100px;
	min-width: 50px;
	position: absolute;
	right: 3%;
	bottom: 4%;
	z-index: 51;
	opacity: 0.8;
}

/*------------------------------------------------*/

.pn {
    position: fixed;
    left: 45%;
	width: 10%;
	text-align: center;
	line-height: 3;
	z-index: 100;
}

#prev {
    top: 0%;
}

#next {
    bottom: 0%;
}

.pn img {
	opacity: 0.6;
	cursor: pointer;
}

.pn img:hover {
	opacity: 1;
	cursor: pointer;
}
 
/*-------------------------------------------------------------*/

footer {
	clear: both;
	background-image: url(../_root/img/format/texture.png);
	background-color: rgba(1,1,1,1.00);
	color: rgba(140,140,140,1.00);
	text-align: center;
}

footer .inner {
	display: block;
	position: relative;
}

#author {
	display: block;
	margin: 2em 0em;
}

body.l #author {
	position: absolute;
	width: 100%;
	left: 0%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

footer a {
	color: rgba(180,180,180,1.00);
}

#footer_name  {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2em;
	max-width: 80px;
}

/* ----------------- */

address {
	font-style: normal;
	line-height: 1.3;
	margin: 0.5em auto;
}

address span {
	display: inline-block;
	white-space: nowrap;
	margin-right: 1em;
}

/* ----------------- */

#words {
	color: #A59B7A;
	font-size: 90%;
	letter-spacing: 0.1em;
	line-height: 1.25;
	text-align: center;
}

#caution {
	font-size: 75%;
	opacity: 0.8;
	margin-top: 2em;
}

/*------------------------------------------------*/

#up {
	padding: 0em;
}

#up a {
	opacity: 0.5;
}

#up a:hover {
	opacity: 1;
}

/*------------------------------------------------*/

#copyright {
	display: block;
	font: 0.8em "Times New Roman", Times, serif;
	line-height: 2;
	color: #999;
	padding: 4em 0% 2em 0%;
	letter-spacing: 0.25em;
}

body.vertical #copyright {
	position: absolute;
	width: 100%;
	left: 0%;
	bottom: 0%;
	padding: 2em 0%;
}


/*---------------------------------------------------------------------------------------------------------------------*/


@media (min-width:900px) and (max-width:1000px){
	body.l .chapter.txt .paraglaph {
		line-height: 1.5;
		font-size: 17px;
	}
}
@media (min-width:1000px) and (max-width:1100px){
	body.l .chapter.txt .paraglaph {
		line-height: 1.6;
	}
}
@media (min-width:1100px) and (max-width:1200px){
	body.l .chapter.txt .paraglaph {
		line-height: 1.7;
	}
}
@media (min-width:1200px) and (max-width:1300px){
	body.l .chapter.txt .paraglaph {
		line-height: 1.8;
	}
}
@media (min-width:1300px) and (max-width:1400px){
	body.l .chapter.txt .paraglaph {
		line-height: 1.9;
	}
}
@media (min-width:1400px) and (max-width:1500px){
	body.l .chapter.txt .paraglaph {
		line-height: 2.0;
	}
}
@media (min-width:1500px) and (max-width:1600px){
	body.l .chapter.txt .paraglaph {
		line-height: 2.1;
	}
}
@media (min-width:1600px) and (max-width:1700px){
	body.l .chapter.txt .paraglaph {
		line-height: 2.2;
	}
}
@media (min-width:1700px){
	body.l .chapter.txt .paraglaph {
		line-height: 2.3;
	}
}


@media (max-height:750px){
	body.l .chapter.txt .content {
		padding: 12% 0%;
		font-size: 17px;
	}
}

@media (max-height:690px){
	body.l {
		font-size: 16px;
	}
	body.l .chapter.txt .content {
		padding: 10% 0%;
	}
	body.l .chapter.title h1 {
		background-size: auto 70%;
	}
}

@media (max-height:600px){
	body.l {
		font-size: 15px;
	}
	body.l .chapter.txt .content {
		padding: 8% 0%;
	}
	body.l .chapter.title h1 {
		background-size: auto 80%;
	}
}

@media (max-height:500px){
	body.l {
		font-size: 13px;
	}
	body.l .chapter.txt .content {
		padding: 6% 0%;
	}
	body.l .chapter.title h1 {
		background-size: auto 90%;
	}
}


