/* main visual
==========================================*/
#about .mainVisualWrap > div:nth-of-type(3) {
	background-image: url(/img/about/img01.jpg);
}
#prologue .mainVisualWrap > div:nth-of-type(3) {
	background-image: url(/img/about/prologue/img01.jpg);
}
#about-concept .mainVisualWrap > div:nth-of-type(3) {
	background-image: url(/img/about/concept/img01.jpg);
}
#tokyo-design .mainVisualWrap > div:nth-of-type(3) {
	background-image: url(/img/about/tokyo-design/img01.jpg);
}
#onden .mainVisualWrap > div:nth-of-type(3) {
	background-image: url(/img/about/onden/img01.jpg);
}
#onden.modeSP .mainVisualWrap > div:nth-of-type(3) { background-position: -990px center; }

#shibuya .mainVisualWrap > div:nth-of-type(3) {
	background-image: url(/img/about/shibuya/img01.jpg);
}
#shibuya.modeSP .mainVisualWrap > div:nth-of-type(3) { background-position: -940px center; }

#partner .mainVisualWrap > div:nth-of-type(3) {
	background-image: url(/img/about/partner/img01.jpg);
}

#shibuya .mainVisualWrap > div:nth-of-type(3) {
	background-image: url(/img/about/shibuya/img01.jpg);
}
#shibuya.modeSP .mainVisualWrap > div:nth-of-type(3) { background-position: -940px center; }

#donation .mainVisualWrap > div:nth-of-type(3) {
	background-image: url(/img/about/donation/img01.jpg);
}
#donation.modeSP .mainVisualWrap > div:nth-of-type(3) { background-position: -1170px center; }


/* box01
==========================================*/
.modePC .box01 ul {
	margin: 150px auto 0;
	width: 960px;
}

.modePC .box01 li {
	position: relative;
	margin-top: 115px;
}
.modePC .box01 li:nth-of-type(8) { height: 120px; }
.modePC .box01 li:nth-of-type(odd) { padding: 205px 0 0 590px; }
.modePC .box01 li:nth-of-type(even) { padding: 205px 0 0 70px; }
.modeSP .box01 li {
	margin-top: 140px;
}

.modePC .box01 h2,
.modePC .box01 .viewMoreWrap {
	position: absolute;
	top: 0;
}
.modePC .box01 li:nth-of-type(odd) h2 { right: 0; }
.modePC .box01 li:nth-of-type(even) h2 { left: 0; }
.modePC .box01 li:nth-of-type(odd) .viewMoreWrap { left: 0; }
.modePC .box01 li:nth-of-type(even) .viewMoreWrap { right: 0; }

.modeSP .box01 .viewMoreWrap { margin-top: 40px; }
.modeSP .box01 .viewMoreWrap:before { clear: both; }
.modeSP .box01 li:nth-of-type(odd) h2,
.modeSP .box01 li:nth-of-type(odd) .viewMoreWrap { margin-left: 60px; }
.modeSP .box01 li:nth-of-type(even) h2 {
	float: right;
	margin-right: 60px;
}

.modePC .box01 .viewMoreWrap img {
	width: 540px;
}
.modeSP .box01 .viewMoreWrap img {
	width: 690px;
	-webkit-clip-path: inset(75px 0 75px 0);
	        clip-path: inset(75px 0 75px 0);
	margin: -75px 0;
}

.modePC .box01 li > p {
	width: 300px;
}
.modeSP .box01 li > p {
	width: 550px;
	margin-top: 50px;
}
.modePC .box01 li > p:nth-of-type(2) { margin-top: 15px; }
.modeSP .box01 li > p:nth-of-type(2) {margin-top: 30px;}

.modeSP .box01 li:nth-of-type(odd) > p { margin-left: 120px; }
.modeSP .box01 li:nth-of-type(even) > p { margin-left: 100px; }


/* box02
==========================================*/
.modePC .box02 .inner {
	margin: 150px auto 0;
	width: 960px;
}
.box02 h2 {
	text-align: center;
	font-weight: bold;
}
.modePC .box02 h2 { margin-bottom: 70px; }
.modeSP .box02 h2 { margin-bottom: 70px; }
.box02 h2 span { display: block; }
.modePC .box02 h2 span {
	font-size: 24px;
	margin-bottom: 16px;
}
.modeSP .box02 h2 span {
	font-size: 36px;
	margin-bottom: 32px;
}
.modePC .box02 p:nth-of-type(2) { margin-top: 75px; }

.modePC .box02 h2 p:nth-of-type(2) { margin: 27px 0 25px; }
.modeSP .box02 h2 p:nth-of-type(2) {
	margin: 23px 0 21px;
	width: 100%;
}

.modeSP .box02 .inner { margin-top:140px; }
.modeSP .box02 p { width: 550px;margin: 0 auto; }
.modeSP .box02 p:nth-of-type(2) { margin-top: 140px; }

.modePC .box02 .p1{
	padding-left: 84px;
	margin-top: 60px;
	margin-bottom: 70px;
}
.modeSP .box02 .p1{
	margin-top: 70px;
	margin-bottom: 120px;
	text-align: center;
}

.modePC .box02 .p1 img{width: 792px;}
.modeSP .box02 .p1 img{width: 80%;}

/* box03
==========================================*/
.modePC .box03 .inner {
	margin: 150px auto 0;
	width: 960px;
}
.modeSP .box03 .inner {
	width: 550px;margin: 0 auto;
	margin-top:140px;
	text-align: center;
}
.modePC .box03 .inner h2{ margin-bottom: 90px; }
.modeSP .box03 .inner h2{ margin-bottom: 150px; }


.box03 .inner h3{
	text-align: center;
	font-weight: bold;
}
.modePC .box03 .inner h3{
	font-size: 20px;
	margin-bottom: 100px;
	margin-top: 130px;
}
.modeSP .box03 .inner h3{
	font-size: 28px;
	margin-bottom: 50px;
	margin-top: 80px;
}
.box03 .inner h3:before,.box03 .inner h3:after{
	font-weight: normal;
}
.box03 .inner h3:before{ content: "ー "; }
.box03 .inner h3:after{ content: " ー"; }


.modePC .box03 dl {
	margin-bottom: 75px;
	font-size: 15px;
}
.modePC .box03 dl:after {
	content: "";
	display: block;
	clear: both;
}
.modePC .box03 dl dt {
	float: left;
	font-weight: bold;
	text-align: right;
	width: 450px;
}
.modePC .box03 dl dd {
	float: right;
	text-align: left;
	width: 450px;
}
.modePC .box03 dl dd p{ margin-bottom: 18px; }
.modePC .box03 dl dd div{ display: none; }
.modePC .box03 dl dd p span:nth-of-type(2) { padding-left: 5px;line-height: 1.5;font-size: 12px;color: #666; }

.modeSP .box03 dl { margin-bottom: 60px;line-height: 2; }
.modeSP .box03 dl dt {font-weight: bold;}
.modeSP .box03 dl:nth-of-type(3) dd div{ margin: 0 -80px;letter-spacing: -1px; }
.modeSP .box03 dl dd p span:nth-of-type(2) { display: none; }

.box03 ul {width: 100%;}
.modePC .box03 ul {margin-top: 150px;}
.modeSP .box03 ul {margin-top: 130px;}
.box03 li {
	float: left;
	text-align: center;
}
.box03 li a { overflow: hidden; }

.modePC .box03 li { width: 20%; }
.modePC .box03 li img{ margin-bottom: 20px;width: 192px;height: 120px;background: #ccc; }
.modeSP .box03 li { width: 50%; }
.modeSP .box03 li img{ margin-bottom: 20px;width: 192px; }

.box03 .logoBox{ text-align: center; }
.box03 .logoBox p:nth-of-type(2){
	font-size: 45px;
	font-weight: 300;
}
.box03 .logoBox img { width: 150px; }

.modePC .box03 .logoBox p:nth-of-type(1){ margin-bottom: 100px; }
.modeSP .box03 .logoBox img { width: 210px; }
.modeSP .box03 .logoBox p em{ display: block; }

.modeSP .box03 .logoBox p:nth-of-type(1){ margin-bottom: 70px; }
.modeSP .box03 .logoBox p:nth-of-type(2){ line-height: 1.2; }

/* box04
==========================================*/
.box04 {
	margin: 0 auto;
}

.modePC .box04 {
	width: 700px;
	margin-top: 140px;
}

.modeSP .box04 {
	width: 630px;
	margin-top: 56px;
}

.modeSP .box04 p {
	font-size: 24px;
}

.modePC .box04 .en {
	margin-top: 50px;
}

.modeSP .box04 .en {
	margin-top: 80px;
}


/* box05
==========================================*/
.box05 {
	margin: 0 auto;
}

.modePC .box05 {
	width: 960px;
	margin-top: 170px;
}

.modeSP .box05 {
	width: 630px;
	margin-top: 170px;
}

.modePC .box05  .inner {
	width: 700px;
	margin: 0 auto;
}

.modePC .box05 .p1 {
	margin-top: 115px;
}

.modeSP .box05 .p1 {
	margin-top: 115px;
}

.modeSP .barTitleC p:nth-of-type(1) {
	margin: 42px 0px;
	font-size: 60px;
}

.modeSP .barTitleC p:nth-of-type(2) {
	font-size: 26px;
}

.modePC .box05 table:nth-of-type(1) {
	margin-right: 100px;
}

.modeSP .box05 table:nth-of-type(1) {
	margin-right: 100px;
}

.modePC .box05 table {
	width: 430px;
	float: left;
}

.modeSP .box05 table {
	width: 630px;
}

.modePC .box05 table tr th {
	padding-bottom: 10px;
	font-size: 16px;
}

.modeSP .box05 table tr th {
	padding-bottom: 45px;
	font-size: 32px;
}

.box05 table tr th {
	text-align: left;
	font-weight: bold;
}

.modePC .box05 table tr td {
	padding: 15px 0 40px 0;
}

.modeSP .box05 table tr td {
	padding: 0 0 60px 0;
	font-size: 24px;
}

.modePC .box05 .p2 {
	text-align: center;
}

.modeSP .box05 .p2 {
	text-align: left;
}

.modePC .box05 .p2 p:nth-of-type(1) {
	margin-top: 96px;
	margin-bottom: 5px;
}

.modeSP .box05 .p2 p:nth-of-type(1) {
	margin-top: 96px;
	margin-bottom: 5px;
}

.modePC .box05 .p2 p:nth-of-type(2) {
	margin-bottom: 25px;
}

.modePC .box05 .inner .p2 p:nth-of-type(2) {
	text-align: left;
}

.modeSP .box05 .p2 p:nth-of-type(2) {
	margin-bottom: 100px;
	font-size: 24px;
}

.modePC .box05 .p3 p:nth-of-type(1) {
	font-size: 17px;
}

.modeSP .box05 .p3 p:nth-of-type(1) {
	margin-bottom: 43px;
	font-size: 32px;
}

.modeSP .box05 .p3 p:nth-of-type(2) {
	font-size: 24px;
}

.modePC .btnC svg {
	width: 17px;
	height: 17px;
	margin-left: 10px;
	border-bottom: 1px solid #000;
	padding-bottom:2px;
}

.modeSP .btnC svg {
	width: 19px;
	height: 33px;
	margin-left: 20px;
	border-bottom: 2px solid #000;
	padding-bottom:4px;

}



/* dirNav
==========================================*/
.dirNav {
	margin-top: 200px;
}
.dirNav li:nth-of-type(1) { background-image: url(/img/about/nav/nav01.jpg); }
.dirNav li:nth-of-type(2) { background-image: url(/img/about/nav/nav02.jpg); }
.dirNav li:nth-of-type(3) { background-image: url(/img/about/nav/nav03.jpg); }
.dirNav li:nth-of-type(4) { background-image: url(/img/about/nav/nav04.jpg); }
.dirNav li:nth-of-type(5) { background-image: url(/img/about/nav/nav05.jpg); }
.dirNav li:nth-of-type(6) { background-image: url(/img/about/nav/nav06.jpg); }
.dirNav li:nth-of-type(7) { background-image: url(/img/about/nav/nav07.jpg); }
.dirNav li:nth-of-type(8) { background-image: url(/img/about/nav/nav08.jpg); }
.dirNav li:nth-of-type(9) { background-image: url(/img/about/nav/nav09.jpg); }
