@charset "utf-8";

.pc {
	display: block!important;
}
.pcIB {
	display: inline-block!important;
}
.sp {
	display: none!important;
}
.spIB {
	display: none!important;
}

body .osF {
	font-family: 'Open Sans', sans-serif;
}
body .fIt {
	font-style: italic;
}
#photo_container {
	width: 100%;
	color: #151515;
	border-top: 1px solid #ccc;
}
.contentInner {
	position: relative;
}

#title_area {
	width: 1240px;
	margin: 0 auto 0;
}
#title_area .titleArea {
	display: flex;
	align-items: center;
	margin: 50px auto 20px;
}

#title_area .titleArea .left_title {
	width: 385px;
}

#title_area .titleArea p.parenttitle {
	margin: 12px auto 0;
}
#title_area .titleArea .category {
	display: block;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: -0.01em;
	color: #151515;
}
#title_area .titleArea .category:hover {
	text-decoration: none;
}
#title_area .titleArea .line {
	width: 1px;
	height: 95px;
	background: #151515;
	margin: 0 25px;
}
#title_area .titleArea h1.title {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -0.07em;
	line-height: 1.6;
}

#title_area .lead {
	font-size: 16px;
	margin-bottom: 50px;
}

#topics_area {
	padding: 80px 0 79px;
	background: #f5f5f5;
	text-align: center;
}
#topics_area {
	padding: 80px 0 19px;
}
#topics_area h2.title {
	width: 1240px;
	margin: 0 auto 0;
	font-size: 48px;
	font-weight: bold;
	text-align: left;
}
#topics_area h2.title span.jpn {
	font-size: 22px;
}
#topics_area ul.list {
	width: 1240px;
	margin: 44px auto 0;
	text-align: left;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#topics_area ul.list li {
	position: relative;
	vertical-align: top;
	width: 390px;
	height: 460px;
	text-align: center;
	margin: 0 0 60px 30px;
	background: #fff;
	transition: box-shadow 0.3s linear;
}
#topics_area ul.list li:nth-child(3n+1) {
	margin: 0 0 60px 0;
}

#topics_area ul.list li img {
	width: 100%;
}

#topics_area ul.list li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #151515;
}
#topics_area ul.list li a:hover {
	color: #151515;
	text-decoration: none;
}
#topics_area ul.list li:hover {
	box-shadow: 0 3px 20px 0 rgba(0,0,0,0.2);
}
#topics_area ul.list li h3.title {
	margin: 14px 20px 0 20px;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -0.05em;
}
#topics_area ul.list li p.lead {
	margin: 7px 20px 0 20px;
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.05em;
	color: #858585;
}

#topics_area ul.list li p.date {
	position: absolute;
	bottom: 14px;
	left: 20px;

	font-size: 14px;
}
#topics_area .bannerArea {
	display: inline-block;
	margin: 20px auto 0;
	text-align: center;
}
#topics_area .bannerArea a {
	transition: opacity 0.3s linear;
}
#topics_area .bannerArea a:hover {
	opacity: 0.6;
}

#topics_area .more {
	position: relative;
	margin: 20px auto 60px;
	width: 320px;
	height: 60px;
	background: #151515;
	border-radius: 30px;

	font-size: 16px;
	font-weight: bold;
	line-height: 60px;
	color: #fff;
	cursor: pointer;

	transition: opacity 0.3s linear;
}
#topics_area .more:hover {
	opacity: 0.6;
}
#topics_area .more .ico {
	position: absolute;
	top: 23px;
	left: 24px;
}

/* -------------------- */
エプソン認定SNSアカウントエリア
/* -------------------- */

#sns_area {
	padding: 77px 0 80px;
}

#sns_area h2.title {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	padding-top:77px;
}
#sns_area p.lead {
	margin: 28px auto 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: -0.05em;
	text-align: center;
}
#sns_area ul.list {
	margin: 34px auto 0;
	text-align: center;
	padding-bottom: 80px;
}
#sns_area ul.list li {
	display: inline-block;
	vertical-align: top;
	width: 460px;
	margin: 0;
	text-align: left;
	background: url(/katsuyou/photo/common/images/area_bg.png) left top;
	transition: opacity 0.3s linear;
}
#sns_area ul.list li + li {
	margin: 0 0 0 40px;
}
#sns_area ul.list li:hover {
	opacity: 0.3;
}
#sns_area ul.list li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 30px 0;
	color: #151515;
}
#sns_area ul.list li a:hover {
	color: #151515;
	text-decoration: none;
}
#sns_area ul.list li .icon {
	display: inline-block;
	vertical-align: top;
	width: 120px;
	margin: 0 0 0 40px;
}
#sns_area ul.list li .textArea {
	display: inline-block;
	vertical-align: top;
	width: 260px;
	margin: 14px 0 0 16px;
	text-align: left;
}
#sns_area ul.list li .textArea p.text {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	color: #858585;
}
#sns_area ul.list li .textArea h3.title {
	margin: 14px auto 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
}
#sns_area ul.list li .textArea p.acount {
	margin: 14px auto 0;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	border-bottom: #151515 1px solid;
}

#sns_area ul.list li .button {
	width: 320px;
	height: 60px;
	font-size: 16px;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
	color: #56acee;
	text-indent: 34px;
	background: #fff;
	border: 2px solid #56acee;
	border-radius: 30px;
	margin: 20px 0 0 70px;
	display: inline-block;
	position: relative;
	}
#sns_area ul.list li.facebook .button {
	color: #1877f2;
	border: 2px solid #1877f2;
	}

#sns_area ul.list li .button .ico {
	width: 26px !important;
	margin: 0 !important;
	padding: 0 !important;
	position: absolute;
	top: 18px;
	left: 0px;
}
#sns_area ul.list li .button .ico img {
	margin: 0 !important;
	padding: 0 !important;
	}

.photo .footer_thumbCtview #footer_thumbList h3 {
	width: 1240px;
}

.photo .footer_thumbCtview #footer_thumbList .footer_thumb_List {
	width: 1240px;
}




/* 640px */
@media only screen and (max-width:767px) {

.pc {
	display: none!important;
}
.pcIB {
	display: none!important;
}
.sp {
	display: block!important;
}
.spIB {
	display: inline-block!important;
}

#title_area {
	width: 100%;
	margin: 0 auto 0;
}
#title_area .titleArea {
	display: block;
	width: 100%;
	margin: 0 auto 0;
	padding: 4.1vw 0 4.4vw;
}

#title_area .titleArea p.parenttitle {
	margin: 0.8vw auto 0;
	width: 90.6vw;
}
#title_area .titleArea p.parenttitle img {
	width: 46.9vw;
	height: auto;
}

#title_area .titleArea .left_title {
	width: 100%;
}

#title_area .titleArea .category {
	width: 90.6vw;
	margin: 0 auto;
	font-size: 6vw;
}
#title_area .titleArea .line {
	display: none;
}
#title_area .titleArea h1.title {
	margin: 2.5vw auto 0;
	width: 90.6vw;
	font-size: 4.2vw;
	font-weight: 500;
	letter-spacing: -0.07em;
	line-height: 1.2;
}
#title_area .lead {
	width: 90.6vw;
	margin: 2.5vw auto 0;
	padding-bottom: 4.4vw;
}
#title_area .photoArea img {
	width: 100%;
	height: auto;
}
#title_area .spTitleArea {
	margin: 0 auto 0;
	padding: 4.7vw 0 0 4.7vw;
	background: #efefef;
	font-size: 5.9vw;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: -0.05em;
}

#topics_area {
	padding: 9.4vw 0 12.5vw;
	background: #f5f5f5;
}
#topics_area {
	padding: 4.7vw 0 3.1vw;
	background: #efefef;
}
#topics_area h2.title {
	width: 100%;
	margin: 0 auto 0;
	text-align: center;
	font-size: 7.5vw;
	font-weight: bold;
}
#topics_area h2.title span.jpn {
	font-size: 3.4vw;
}
#topics_area ul.list {
	width: 90.6vw;
	margin: 5.6vw auto 0;
	text-align: left;
	display: block;
}
#topics_area ul.list {
	width: 90.7vw;
}
#topics_area ul.list li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 90.6vw;
	height: auto;
	text-align: center;
	margin: 0 auto 6.2vw;
	padding: 0 0 6.8vw;
	background: #fff;

	transition: box-shadow 0s linear;
}
#topics_area ul.list li {
	width: 44.0vw;
	min-height: 65.8vw;
}
#topics_area ul.list li:nth-child(3n+1) {
	margin: 0 auto 6.2vw;
}
#topics_area ul.list li:nth-child(2n) {
	margin: 0 0 6.2vw 2.7vw;
}
#topics_area ul.list li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #151515;
}
#topics_area ul.list li a:hover {
	color: #151515;
	text-decoration: none;
}
#topics_area ul.list li img {
	width: 100%;
	height: auto;
}
#topics_area ul.list li:hover {
	box-shadow: none;
}
#topics_area ul.list li h3.title {
	text-align: left;
	font-weight: bold;
	letter-spacing: -0.05em;
	line-height: 1.4;
	margin: 3.4vw 1.6vw 0 1.6vw;
	font-size: 3.3vw;
	white-space: normal;
}
#topics_area ul.list li p.lead {
	text-align: left;
	font-weight: 500;
	letter-spacing: -0.05em;
	color: #858585;
	margin: 2.8vw 0.5vw 0 1.6vw;
	font-size: 3.2vw;
	white-space: normal;
}
#topics_area ul.list li p.date {
	text-align: left;
	position: absolute;
	bottom: 2.3vw;
	left: 0;
	margin: 0 1.6vw 0 1.6vw;
	font-size: 2.8vw;
	white-space: normal;
}
#topics_area .bannerArea {
	margin: 3.1vw auto 0;
	text-align: center;
}
#topics_area .bannerArea a {
	transition: opacity 0s linear;
}
#topics_area .bannerArea a:hover {
	opacity: 1;
}
#topics_area .bannerArea img {
	width: 100%;
	height: auto;
}
#topics_area .more {
	position: relative;
	margin: 3.1vw auto 9.4vw;
	width: 63.4vw;
	height: 10.9vw;
	background: #151515;
	border-radius: 5.5vw;
	font-size: 3.1vw;
	font-weight: bold;
	line-height: 10.9vw;
	color: #fff;
	cursor: pointer;

	transition: opacity 0s linear;
}
#topics_area .more:hover {
	opacity: 1;
}
#topics_area .more .ico {
	position: absolute;
	top: 4.2vw;
	left: 4.8vw;
	width: 2.2vw;
}
#topics_area .more .ico img {
	width: 100%;
	height: auto;
}

/* -------------------- */
エプソン認定SNSアカウントエリア
/* -------------------- */
#sns_area {
	padding: 12.0vw 0 12.5vw;
}
#sns_area h2.title {
	font-size: 5.0vw;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}
#sns_area p.lead {
	margin: 5.0vw auto 0;
	font-size: 3.3vw;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: -0.05em;
	text-align: center;
}
#sns_area ul.list {
	margin: 8.1vw auto 0;
	text-align: center;
}
#sns_area ul.list li {
	display: block;
	width: 90.6vw;
	margin: 0 auto 0;
	text-align: left;
	background: url(/katsuyou/photo/common/images/area_bg.png) left top;
	background-size: 5.0vw 5.0vw;

	transition: opacity 0s linear;
}
#sns_area ul.list li + li {
	margin: 4.7vw auto 0;
}
#sns_area ul.list li:hover {
	opacity: 1;
}
#sns_area ul.list li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 6.2vw 0;
	color: #151515;
}
#sns_area ul.list li a:hover {
	color: #151515;
	text-decoration: none;
}
#sns_area ul.list li .icon {
	display: inline-block;
	vertical-align: top;
	width: 23.8vw;
	margin: 0 0 0 6.2vw;
}
#sns_area ul.list li .icon img {
	width: 100%;
	height: auto;
}
#sns_area ul.list li .textArea {
	display: inline-block;
	vertical-align: top;
	width: 48.4vw;
	margin: 3.0vw 0 0 3.9vw;
	text-align: left;
}
#sns_area ul.list li .textArea p.text {
	font-size: 3.1vw;
	font-weight: 500;
	line-height: 1.2;
	color: #858585;
	white-space: nowrap;
}
#sns_area ul.list li .textArea h3.title {
	margin: 3.1vw auto 0;
	font-size: 3.8vw;
	font-weight: bold;
	line-height: 1.2;
}
#sns_area ul.list li .textArea p.acount {
	margin: 3.1vw auto 0;
	display: inline-block;
	font-size: 3.8vw;
	font-weight: 500;
	line-height: 1.2;
	border-bottom: #151515 1px solid;
}
#sns_area ul.list li .button {
	position: relative;
	margin: 3.1vw 0 0 13.8vw;
	display: inline-block;
	width: 63.4vw;
	height: 10.9vw;
	background: #fff;
	border: 2px solid #56acee;
	border-radius: 5.5vw;
	font-size: 3.1vw;
	font-weight: bold;
	line-height: 10.9vw;
	text-align: center;
	color: #56acee;
	text-indent: 6.6vw;
}
#sns_area ul.list li.facebook .button {
	color: #1877f2;
	border: 2px solid #1877f2;
}

#sns_area ul.list li .button .ico {
	margin: 0 !important;
	padding: 0 !important;
	position: absolute;
	top: 2.3vw;
	width: 5.0vw;
	left: -10px;
}
#sns_area ul.list li .button .ico img {
	width: 100%;
	height: auto;
	margin: 0 !important;
	padding: 0 !important;
	}

.photo .footer_thumbCtview #footer_thumbList h3 {
	width: 90.6vw;
}

.photo .footer_thumbCtview #footer_thumbList .footer_thumb_List {
	width: 91.2vw;
}


} /* media */
