@charset "UTF-8";
body {
	-webkit-text-size-adjust: 100%;
}

.pc {
	display: block;
}
.sp {
	display: none;
}
.narrow {
	display: none;
}

.contents p.cap, .basecamp p.cap .capbr{
	display: none;
}
.br_letsnote{
	display: none;
}
.header {
	height: 50px;
	background-color: #595959;
	position: relative;
	position: fixed;
}
.header img {
	width: 90px;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 30px;
	margin: auto;
}
.header p.title {
	width: 140px;
	height: 15px;
	font-size: 90%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.header ul {
	width: 100px;
	height: 28px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 0;
	
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto;
}

.header li {
	width: 43%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.header li.tw img {
	width: 28px;
	height: auto;
	position: inherit;

}
.header li.fb img {
	width: 12px;
	height: auto;
	position: inherit;
}



/*.main {
	height: auto;
	padding: 80px 0 180px;
	background-color: #000;
	/*background-image: url(../images/img_main.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}*/

.main {
	position: relative;
	height: auto;
	padding: 60px 0 180px;
	
	background-color: #000;
	background-position: center center;
	background-size: cover;
}
.main p.credit {
	width: auto;
	color: #fff;
	font-size: 60%;
	position: absolute;
	top: 60px;
	right: 30px;
	font-weight: normal;
	text-shadow: 1px 2px 3px #333;
}
.main .bg {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../images/img_main.jpg);
	background-position: center center;
	background-size: cover;
	-webkit-animation: fadein 2s linear 0s 1;
	animation: fadein 2s linear 0s 1;
}
@-webkit-keyframes fadein {
	0%{		opacity:0;	}
	100% {		opacity:1;	}
}

.mainInner, .contentsInner, .basecampInner, .letsnoteInner, .letsnoteFooterInner {
	width: 1000px;
	margin: 0 auto;
}
.mainInner {
	position: relative;
}
.main h1 {
	width: 750px;
	color: #fff;
	font-size: 290%;
	font-weight: bold;
	line-height: 1.3;
	margin: 50px 0 20px;
	-webkit-animation: fadein2 3s linear 0s 1;
	animation: fadein2 3s linear 0s 1;
}
.main p {
	width: 750px;
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	-webkit-animation: fadein2 5s linear 0s 1;
	animation: fadein2 5s linear 0s 1;
}

.main img {
	position: absolute;
	top: 40px;
	right: 0;
	-webkit-animation: fadein2 6s linear 0s 1;
	animation: fadein2 6s linear 0s 1;
}
@-webkit-keyframes fadein2 {
	0%{		opacity:0;	}
	50%{		opacity:0;	}
	100% {		opacity:1;	}
}


.contents {
	color: #333;
	padding: 60px 0 70px;
}
.contents h2, .basecamp h2, .letsnote h2 {
	font-size: 260%;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	padding: 30px 0 70px;
	
}
.contents p, .basecamp p {
	text-indent: 1em;
	line-height: 1.8;
	font-size: 105%;
	margin: 0 0 50px;
}
.contents p.cap, .basecamp p.cap {
	margin: 15px 0 50px;
	text-indent: inherit;
	text-align: center;
	font-size: 95%;
	line-height: 1.4;
	    display: block;
}
.contents img {
	
}
.contents p.comment {
	font-size: 80%;
	margin: 10px 0 0;
	line-height: 1.4;
	text-indent: inherit;
}


.basecamp {
	color: #fff;
	padding: 80px 0 60px;
	height: auto;
	background-image: url(../images/img_basecamp.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.basecamp img {
	width: 610px;
	margin: 0 auto;
	display: block;
	
}


.letsnote {
	color: #333;
	background-color: #cae8f1;
	padding: 80px 0 0;
}
.letsnoteInner {
	overflow: hidden;
}

.letsnote .photo {
	width: 350px;
	float: left;
	margin: 0;
}
.letsnote .photo img {
	width: 100%;
	height: auto;
}
.letsnote .photo h3 {
	font-weight: bold;
	margin: 10px 0 8px;
	font-size: 120%;
}
.letsnote .photo p {
	font-size: 60%;
	margin: 0;
	line-height: 1.4;
}

.letsnote .detail {
	width: 600px;
	float: right;
	overflow: hidden;
	margin: 0 0 60px;
}
.letsnote .detail p {
	text-indent: 1em;
	line-height: 1.8;
	font-size: 105%;
	margin: 0 0 30px;
}

.letsnote .detail a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 2px solid #333;
}
.letsnote .detail a:hover {
	border-bottom: none;
}

.letsnote .photo2 {
	width: 600px;
	margin: 40px auto;
}

.letsnote ul {
	width: 1000px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 50px;
	padding: 40px 0 0;
	-webkit-align-items: center;
	align-items: center;
}
.letsnote li {
	width: 49%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.letsnote li a:hover {
	opacity: 0.7;
}

.letsnote .contact p {
	text-align: center;
	margin: 0 auto 70px;
	line-height: 1.8;
	font-size: 90%;
}


.letsnoteFooter {
	height: 60px;
	background-color: #007fbb;
	color: #fff;
	line-height: 60px;
}
.letsnoteFooterInner {
	position: relative;
}
.letsnoteFooter p {
	font-size: 100%;
	font-weight: bold;
	text-align: right;
	margin: 0 250px 0 0;
}
/*.letsnoteFooter img.pana {
	width: 180px;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}*/
.letsnoteFooter img.win {
	width: 197px;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}


.footer {
	height: 140px;
	background-color: #e5e5e5;
	padding: 0 30px;
	position: relative;
}
.footer p {
	color: #333;
	font-size: 100%;
	text-align: center;
	line-height: 1.6;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 90%;
	height: 3.2rem;
}

@media screen and (max-width:1040px) {
	
.mainInner, .contentsInner, .basecampInner, .letsnoteInner, .letsnoteFooterInner {
	width: auto;
	margin: 0 30px;
}
.main {
	padding: 50px 0 180px;
}	
.main h1 {
	width: auto;
	font-size: 240%;
}
.main h1 br {
	display: none;
}	
	
	
.main p {
	width: auto;
}
.main img {
	width: 20%;
	height: auto;
	top: 230px;
	right: 0;
}	
.contents h2, .basecamp h2, .letsnote h2  {
	font-size: 240%;
	
}	
	
.letsnote .photo {
	width: 40%;
}	
.letsnote .detail {
	width: 55%;
}
	
	
.letsnote ul {
	width: 100%;
}	
.letsnote li img {
	width: 100%;
	height: auto;

}		
	
}



@media screen and (max-width:893px) {
.main img {
	width: 30%;
	height: auto;
	top: 240px;
	right: 0;
}
.contents p.cap, .basecamp p.cap {
	text-align: left;
}
.contents p.cap, .basecamp p.cap .capbr{
    display: block;	
}
.br_letsnote{
    display: block;	
}
}


@media screen and (max-width:786px) {
.letsnoteFooter {
	height: auto;
	line-height: 1;
	padding: 20px 0;
}
.letsnoteFooter p {
	font-size: 100%;
	text-align: center;
	margin: 0 auto;
}
	
/*.letsnoteFooter img.pana {
	width: 180px;
	position: static;
	margin: 5px auto 0;
	display: block;
}*/
	.letsnoteFooter img.win {
	width: 197px;
	position: static;
	margin: 15px auto 0;
	display: block;
}
}



@media screen and (max-width:750px) {
.main img {
	width: 30%;
	height: auto;
	top: 350px;
	right: 0;
}
}



@media screen and (max-width:678px) {
	
.letsnote .photo {
	width: auto;
	float: none;
	margin: 0 auto;
	text-align: center;
}
.letsnote .photo img {
	width: 60%;
	height: auto;
}	
	
.letsnote .detail {
	width: auto;
	float: none;
	margin: 30px 0 0;
}	
.letsnote .detail p {
	margin: 0 0 30px;
}		
.letsnote ul {
	width: auto;
	margin: 0 auto 50px;
	padding: 10px 0 0;
}	
	
.letsnote li {
	width: 100%;
	margin: 0 0 20px;
	text-align: center;
}	
	
	
.letsnote .photo2 {
	width: auto;
	margin: 40px auto;
}
.letsnote .photo2 img {
	width: 100%;
	height: auto;
}
	
	
.footer p {
	height: 6rem;
}
}
	
	
	

@media screen and (max-width:580px) {
.main img {
	width: 30%;
	height: auto;
	top: 430px;
	right: 0;
}
	
}


@media screen and (max-width:481px) {
	
.pc {
	display: none;
}
.sp {
	display: block;
}		

	
.header img {
	width: 90px;
	left: 20px;

}
.header p.title {
	width: 140px;
	height: 18px;
}

.header ul {
	width: 100px;
	height: 28px;
	right: 20px;
}	
	

.main {
	padding: 80px 0 300px;
}	
	
.main img {
	width: 50%;
	height: auto;
	top: 400px;
	right: 0;
}	
.main h1 {
	text-align: center;
	margin: 40px 0 20px;
	font-size: 200%;
}

.main h1 br {
	display: block;
}
.main p {
	font-size: 100%;
}

.main p.credit {
	width: 240px;
	position: absolute;
	top: 60px;
	right: 0;
	left: 0;
	margin: auto;
}	
	
	
	
.contents h2, .basecamp h2, .letsnote h2  {
	font-size: 160%;
	padding: 20px 0 40px;
}
.contents {
	padding: 50px 0 50px;
}	
.basecamp {
	padding: 30px 0 20px;
}
.letsnote {
	padding: 30px 0 0;
}
	
.contents p, .basecamp p {
	margin: 0 0 30px;
}
.contents p.cap, .basecamp p.cap {
	margin: 8px 0 30px;
	line-height: 1.4;
}
.letsnote .contact p {
	margin: 0 auto 50px;
}	
	
	
}

@media screen and (max-width:477px) {
.main img {
	top: 430px;
}
}

	
@media screen and (max-width:376px) {
	
.header img {
	width: 60px;
	left: 10px;

}
.header p.title {
	width: 150px;
}

.header ul {
	width: 80px;
	right: 10px;
}		
	
	
.mainInner, .contentsInner, .basecampInner, .letsnoteInner, .letsnoteFooterInner {
	width: auto;
	margin: 0 15px;
}	
	
.main img {
	width: 50%;
	top: 430px;
}	
	
	
	

.letsnote .photo img {
	width: 90%;
}		
}
	
@media screen and (max-width:360px) {

	
.main img {
	top: 490px;
}	
.main h1 {
	font-size: 180%;
}	
.narrow {
	display: block;
}	
.contents h2, .basecamp h2, .letsnote h2  {
	font-size: 140%;
}	
	
	
	
	}


