@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,500,800');

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	color: #000;
	line-height: 1;
	background-color: #fff;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;  /* Safari での Default値 */
}
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

/* =========================================== */
/* ============= 0 〜 640px以上 ============== */
/* ========================================= */
@media screen and (max-width: 640px) {

.pc {
	display: none;
}

html#topall,
#topall body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

	/*	 ========================================
		TOP
	========================================	*/

#top {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

/*	 ==========
	header
==========	*/

header {
	width: 100%;
	margin: 0 auto;
	padding: 5px 0 16px;
	text-align: center;
}
header .inner {
	width: 100%;
	margin: 0 auto;
}
header .inner h1 {
	width: 6.666%;
	max-width: 50px;
	height: auto;
	margin: 0 auto;
}
header h1 img {
	width: 100%;
	height: auto;
}
header p {
	font-size: 6px;
	margin-bottom: 27px;
}

/*	 ==========
	mainvisual
==========	*/
#mainvisual {
	width: 100%;
	position: relative;
}
#mainvisual .inner {
	width: 100%;
	margin: 0 auto;
}
#mainvisual .inner img {
	width: 100%;
	height: auto;
}
#mainvisual .line {
	display: none;
}

/*	 ==========
	about
==========	*/

#about {
	width: 100%;
	margin: 0 auto;
	padding: 36px 0 78px;
	text-align: center;
}
#about ul {
	margin: 0 75px;
}
#about ul li {
	width: 100%;
	margin-bottom: 64px;
}
#about ul li:last-child {
	margin-bottom: 0;
}
#about ul li img {
	width: 100%;
}
#about ul li span {
	display: block;
	margin-top: 14px;
	font-size: 10px;
	font-weight: 500;
}
#about .buttonchange {
	position: relative;
}

/*	 ==========
	region
==========	*/

#region {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#region ul {
	width: 100%;
	margin: 0 auto;
}
#region ul li {
	width: 100%;
	background-image: url(../img/musubi_big.png);
	background-repeat: repeat-x;
	background-position: center 40%;
	background-size: auto 39%;
	margin-bottom: 23px;
}
#region ul li .scale {
	margin: 0 15px;
}
#region h2 {
	width: 61%;
	height: auto;
	margin: 10px auto 0;
}
#region img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

/*	 ==========
	declaration
==========	*/

#declaration {
	margin: 60px 75px;
	text-align: center;
}
#declaration img {
	width: 100%;
	height: auto;
}

/*	 ==========
	footer
==========	*/

footer {
	width: 100%;
	padding: 20px 0;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	background-image: url(../img/musubi.png);
	background-repeat: repeat-x;
	background-position: top center;
	background-size: auto 5px;
	text-align: center;
}
footer dl,
footer small {
	font-size: 7px;
	line-height: 1.42;
}

/*	 ==========
	pagetop
==========	*/

.pagetop {
	width: 126px;
	margin: 0 auto;
}
.pagetop a {
	display: block;
	background-color: #cc0000;
	font-size: 10px;
	text-align: center;
	line-height: 20px;
	text-decoration: none;
	color: #ffffff;
	border-radius: 4px;
}

/*	 ========================================
	COMPANY
========================================	*/

#company {
	margin: 42px 15px 34px;
}
#company h1 {
	margin-bottom: 11px;
	color: #cc0000;
}
#company .leftarea {
	width: 100%;
	margin-bottom: 30px;
}
#company .leftarea img {
	width: 100%;
	height: auto;
}
#company .rightarea {
	width: 100%;
	margin: 0 auto;
}
#company .rightarea p,
#company .rightarea ul {
	font-size: 8px;
	font-weight: bold;
	line-height: 2;
}
#company .rightarea p {
	margin-bottom: 17px;
}
#company .rightarea ul {
	margin-bottom: 135px;
}
#company .rightarea p span,
#company .rightarea ul span {
	font-weight: 500;
}

/*	 ========================================
	INFO
========================================	*/

#info {
	margin: 42px auto 34px;
}
#info h1 {
	margin-bottom: 11px;
	color: #cc0000;
}
#info .all {
	margin: 0 15px;
}
#info .leftarea {
	width: 100%;
	margin-bottom: 30px;
}
#info .leftarea img {
	width: 100%;
	height: auto;
}
#info .rightarea {
	width: 100%;
	margin: 0 auto;
}
#info .rightarea p,
#info .rightarea ul {
	font-size: 8px;
	font-weight: bold;
	line-height: 2;
}
#info .rightarea p {
	margin-bottom: 17px;
}
#info .rightarea ul {
	margin-bottom: 135px;
}
#info .rightarea p span,
#info .rightarea ul span {
	font-weight: 500;
}
#info .attention {
	margin: 36px 15px 0;
}
#info .attention h2 {
	width: 100%;
	margin: 0;
	color: #cc0000;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 8px;
}
#info .attention p {
	font-size: 8px;
	font-weight: bold;
	line-height: 2;
	margin-bottom: 60px;
}
#info .access {
	margin: 0 15px;
	padding-bottom: 40px;
}
#info .access h2 {
	width: 100%;
	margin: 0 0 18px 0;
	font-size: 15px;
	color: #cc0000;
	text-align: center;
}
#info .access .logo {
	width: 22.4%;
	max-width: 56px;
	margin: 0 auto 8px;
}
#info .access dl {
	font-size: 8px;
	font-weight: bold;
	line-height: 2;
	text-align: center;
	margin-bottom: 7px;
}
#info .access dl span {
	font-weight: 500;
}
#info .access iframe {
	width: 100%;
	height: 176px;
}
#info .pagetop {
 width: 126px;
}


/*	 ========================================
	GRAPHIC
========================================	*/

#graphic {
	margin: 42px 15px 34px;
}
#graphic h1 {
	margin-bottom: 11px;
	color: #cc0000;
}
#graphic .leftarea {
	width: 100%;
	margin-bottom: 27px;
}
#graphic .leftarea img {
	width: 100%;
	height: auto;
}
#graphic .rightarea {
	width: 100%;
	margin: 0 auto;
}
#graphic .rightarea p,
#graphic .rightarea ul {
	font-size: 11px;
	font-weight: bold;
	line-height: 2;
}
#graphic .rightarea ul {
	padding-left: 1.2em;
}
#graphic .rightarea ul li {
	list-style-type: disc;
}
#graphic .rightarea p {
	margin-top: 45px;
	margin-bottom: 30px;
}
#graphic .rightarea p span,
#graphic .rightarea ul span {
	font-weight: 500;
}

/*	 ========================================
	WEB
========================================	*/

#web {
	margin: 42px 15px 34px;
}
#web h1 {
	margin-bottom: 11px;
	color: #cc0000;
}
#web .leftarea {
	width: 100%;
	margin-bottom: 27px;
}
#web .leftarea img {
	width: 100%;
	height: auto;
}
#web .rightarea {
	width: 100%;
	margin: 0 auto;
}
#web .rightarea p,
#web .rightarea ul {
	font-size: 11px;
	font-weight: bold;
	line-height: 2;
}
#web .rightarea ul {
	padding-left: 1.2em;
}
#web .rightarea ul li {
	list-style-type: disc;
}
#web .rightarea p {
	margin-top: 45px;
	margin-bottom: 30px;
}
#web .rightarea p span,
#web .rightarea ul span {
	font-weight: 500;
}

/*	 ========================================
	PHOTOGRAPHY
========================================	*/

#photography {
	margin: 42px 15px 34px;
}
#photography h1 {
	margin-bottom: 11px;
	color: #cc0000;
}
#photography .leftarea {
	width: 100%;
	margin-bottom: 27px;
}
#photography .leftarea img {
	width: 100%;
	height: auto;
}
#photography .rightarea {
	width: 100%;
	margin: 0 auto;
}
#photography .rightarea p,
#photography .rightarea ul {
	font-size: 11px;
	font-weight: bold;
	line-height: 2;
}
#photography .rightarea ul {
	padding-left: 1.2em;
}
#photography .rightarea ul li {
	list-style-type: disc;
}
#photography .rightarea p {
	margin-top: 45px;
	margin-bottom: 75px;
}
#photography .rightarea p span,
#photography .rightarea ul span {
	font-weight: 500;
}

/*	 ========================================
	WORKS
========================================	*/

#works {
	margin: 42px 15px 34px;
}
#works h1 {
	margin-bottom: 11px;
	color: #cc0000;
}
#works .leftarea {
	width: 100%;
	margin-bottom: 27px;
}
#works .leftarea img {
	width: 100%;
	height: auto;
}
#works .rightarea {
	width: 100%;
	margin: 0 auto;
}
#works .rightarea p {
	font-size: 11px;
	font-weight: bold;
	line-height: 2;
	margin-top: 37px;
	margin-bottom: 46px;
}
#works .rightarea p.lead {
	margin-top: 27px;
	margin-bottom: 9px;
}
#works .rightarea .button {
	width: 60%;
	max-width: 150px;
}
#works .rightarea .button a {
	display: block;
	line-height: 20px;
	background-color: #cc0000;
	border-radius: 4px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-size: 10px;
	letter-spacing: 0.25em;
}
#works .rightarea .button a span {
	font-weight: 300;
}
#works .rightarea p span {
	font-weight: 500;
}

/*	 ========================================
	SP END
========================================	*/

}

/* ======================================= */
/* ============== 641px以上 ============== */
/* ===================================== */
@media screen and (min-width: 641px) {

.sp {
	display: none;
}


/*	 ========================================
	TOP
========================================	*/

#top {
	min-width: 960px;
	margin: 0 auto;
}
.scale {
	overflow: hidden;
}
.scale img {
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.scale img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.8;
}

/*	 ==========
	header
==========	*/

header {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background-color: #ffffff;
}
header .inner {
	width: 960px;
	margin: 0 auto;
	padding: 25px 0;
	position: relative;
}
header .inner h1 {
	width: 50px;
	height: auto;
	margin: 0 auto;
}
header .inner p {
	font-size: 12px;
	position: absolute;
	top: 35px;
	left: 0;
	line-height: 1;
}

/*	 ==========
	mainvisual
==========	*/
#mainvisual {
	width: 100%;
	background-image: url(../img/musubi.png);
	background-repeat: repeat-x;
	background-position: center 470px;
}
#mainvisual .inner {
	width: 960px;
	margin: 0 auto;
}
#mainvisual .inner img {
	width: 100%;
	height: auto;
}

/*	 ==========
	about
==========	*/

#about {
	width: 810px;
	margin: 0 auto 125px;
	padding-top: 56px;
	text-align: center;
}
#about ul li {
	width: 170px;
	margin-right: 150px;
	float: left;
}
#about ul li:last-child {
	margin-right: 0;
}
#about ul li span {
	display: block;
	margin-top: 30px;
	font-size: 20px;
	font-weight: 500;
}
#about .buttonchange {
	position: relative;
}

/*	 ==========
	region
==========	*/

#region {
	width: 100%;
	margin: 0 auto;
	padding-top: 40px;
	text-align: left;
}
#region .inner {
	background-image: url(../img/musubi_big.png);
	background-repeat: repeat-x;
	background-position: center 60px;
}
#region ul {
	width: 960px;
	margin: 0 auto;
}
#region ul li {
	width: 460px;
	margin: 0 40px 53px 0;
	text-align: center;
	float: left;
}
#region ul li:nth-child(2n) {
	margin-right: 0;
}
#region h2 {
	margin-top: 20px;
	font-size: 20px;
}
#region .scale {
	border-radius: 10px;
}

/*	 ==========
	declaration
==========	*/

#declaration {
	width: 499px;
	margin: 120px auto 170px;
	text-align: center;
	position: relative;
}

/*	 ==========
	footer
==========	*/

footer {
	width: 100%;
	padding: 20px 0;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	background-image: url(../img/musubi.png);
	background-repeat: repeat-x;
	background-position: top center;
	text-align: center;
}
footer dl,
footer small {
	font-size: 14px;
	line-height: 1.4;
}

/*	 ==========
	pagetop
==========	*/

.pagetop {
	width: 250px;
	margin: 0 auto 85px;
}
.pagetop a {
	display: block;
	color: #ffffff;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	background-color: #cc0000;
}
.pagetop a span {
	font-weight: 300;
}

/*	 ========================================
	COMPANY
========================================	*/

#company {
	width: 960px;
	margin: 0 auto;
}
#company .all {
	padding: 85px 0 120px;
}
#company .leftarea {
	width: 500px;
	float: left;
}
#company .rightarea {
	width: 415px;
	padding-left: 45px;
	float: left;
}
#company .rightarea h1 {
	font-size: 30px;
	color: #cc0000;
	margin-bottom: 55px;
}
#company .rightarea p {
	padding-top: 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
	list-style-type: disc;
}
#company .rightarea p span {
	font-weight: 500;
}
#company .rightarea ul {
	padding-top: 32px;
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
}
#company .rightarea ul li span {
	font-weight: 500;
}

/*	 ========================================
	INFO
========================================	*/

#info {
	width: 1070px;
	margin: 0 auto;
}
#info .all {
	padding-top: 85px;
	padding-bottom: 30px;
}
#info .leftarea {
	width: 500px;
	float: left;
}
#info .rightarea {
	width: 530px;
	padding-left: 40px;
	float: left;
}
#info .rightarea h1 {
	font-size: 30px;
	color: #cc0000;
	margin-bottom: 55px;
}
#info .rightarea p {
	padding-top: 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
	list-style-type: disc;
}
#info .attention {
	margin-bottom: 152px;
}
#info .attention h2 {
	font-size: 16px;
	font-weight: bold;
	color: #cc0000;
	line-height: 2;
}
#info .attention p {
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
}
#info .access {
	width: 550px;
	margin: 0 auto;
	padding: 0 0 45px;
	text-align: center;
}
#info .access h2 {
	font-size: 30px;
	font-weight: 500;
	color: #cc0000;
	text-align: center;
	margin-bottom: 34px;
}
#info .access .logo {
	width: 112px;
	height: auto;
	margin: 0 auto;
}
#info .access dl {
	margin-top: 16px;
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 2;
}
#info .access dl span {
	font-weight: 500;
}

/*	 ========================================
	GRAPHIC
========================================	*/

#graphic {
	width: 960px;
	margin: 0 auto 170px;
}
#graphic .all {
	padding: 85px 0 120px;
}
#graphic .leftarea {
	width: 500px;
	float: left;
}
#graphic .rightarea {
	width: 415px;
	padding-left: 45px;
	float: left;
}
#graphic .rightarea h1 {
	font-size: 30px;
	color: #cc0000;
	margin-bottom: 55px;
}
#graphic .rightarea ul {
	padding-left: 1.2em;
}
#graphic .rightarea ul li {
	font-size: 22px;
	font-weight: bold;
	line-height: 2;
	list-style-type: disc;
}
#graphic .rightarea ul li span {
	font-weight: 500;
}
#graphic .rightarea p {
	padding-top: 90px;
	font-size: 22px;
	font-weight: bold;
	line-height: 2;
}
#graphic .rightarea p span {
	font-weight: 500;
}

/*	 ========================================
	WEB
========================================	*/

#web {
	width: 960px;
	margin: 0 auto;
}
#web .all {
	padding: 85px 0 120px;
}
#web .leftarea {
	width: 500px;
	float: left;
}
#web .rightarea {
	width: 415px;
	padding-left: 45px;
	float: left;
}
#web .rightarea h1 {
	font-size: 30px;
	color: #cc0000;
	margin-bottom: 55px;
}
#web .rightarea ul {
	padding-left: 1.2em;
}
#web .rightarea ul li {
	font-size: 22px;
	font-weight: bold;
	line-height: 2;
	list-style-type: disc;
}
#web .rightarea ul li span {
	font-weight: 500;
}
#web .rightarea p {
	padding-top: 90px;
	font-size: 22px;
	font-weight: bold;
	line-height: 2;
}
#web .rightarea p span {
	font-weight: 500;
}

/*	 ========================================
	PHOTOGRAPHY
========================================	*/

#photography {
	width: 960px;
	margin: 0 auto;
}
#photography .all {
	padding: 85px 0 120px;
}
#photography .leftarea {
	width: 500px;
	float: left;
}
#photography .rightarea {
	width: 415px;
	padding-left: 45px;
	float: left;
}
#photography .rightarea h1 {
	font-size: 30px;
	color: #cc0000;
	margin-bottom: 55px;
}
#photography .rightarea ul {
	padding-left: 1.2em;
}
#photography .rightarea ul li {
	font-size: 22px;
	font-weight: bold;
	line-height: 2;
	list-style-type: disc;
}
#photography .rightarea ul li span {
	font-weight: 500;
}
#photography .rightarea p {
	padding-top: 90px;
	font-size: 22px;
	font-weight: bold;
	line-height: 2;
}
#photography .rightarea p span {
	font-weight: 500;
}

/*	 ========================================
	WORKS
========================================	*/

#works {
	width: 960px;
	margin: 0 auto;
}
#works .all {
	padding: 85px 0 120px;
}
#works .leftarea {
	width: 500px;
	float: left;
}
#works .rightarea {
	width: 415px;
	padding-left: 45px;
	float: left;
}
#works .rightarea h1 {
	font-size: 30px;
	color: #cc0000;
	margin-bottom: 55px;
}
#works .rightarea p.lead {
	padding-top: 0;
	font-size: 22px;
	font-weight: bold;
	line-height: 2;
	list-style-type: disc;
}
#works .rightarea p.lead span {
	font-weight: 500;
}
#works .rightarea p.lead span a {
	color: #000000;
	text-decoration: none;
}
#works .rightarea .button {
	width: 300px;
	margin-top: 25px;
}
#works .rightarea .button a {
	display: block;
	line-height: 40px;
	background-color: #cc0000;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-size: 20px;
	letter-spacing: 0.45em;
}
#works .rightarea .button a span {
	font-weight: 300;
}
#works .rightarea p {
	padding-top: 80px;
	font-size: 22px;
	font-weight: bold;
	line-height: 2;
}
#works .rightarea p span {
	font-weight: 500;
}


/*	 ========================================
	PC END
========================================	*/
}
