@charset "utf-8";

/* 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;
}
.pro #title_area .titleArea,
.casual #title_area .titleArea {
	width: 100%;
	margin: 0 auto 0;
	background: #efefef;
}
#title_area .titleArea p.subtitle {
	margin: 0 auto 0;
	width: 90.6vw;
	font-size: 2.8vw;
	font-weight: 300;
}
.pro #title_area .titleArea p.subtitle,
.casual #title_area .titleArea p.subtitle {
	font-size: 2.3vw;
	font-weight: 300;
}
#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 h1.title {
	width: 90.6vw;
	margin: 14px auto 0;
	margin: 2.2vw auto 0;
	font-size: 6vw;
}
#title_area .titleArea h1.title img {
	width: 68.0vw;
	height: auto;
}
#title_area .titleArea .line {
	display: none;
}
#title_area .titleArea p.lead {
	margin: 2.5vw auto 0;
	width: 90.6vw;
	font-size: 3.2vw;
	font-weight: 500;
	letter-spacing: -0.07em;
	line-height: 1.2;
	color: #858585;
}
#title_area .photoArea {
	display: block;
	width: 100%;
}
#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;
}

#title_area .slideArea {
	display: block;
	vertical-align: top;
	width: 100%;
}
#title_area .slideArea ul.slide {
	position: relative;
}
#title_area .slideArea ul.slide li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #151515;
}
#title_area .slideArea ul.slide li a:hover {
	color: #151515;
	text-decoration: none;
}
#title_area .slideArea ul.slide li img {
	width: 100%;
	height: auto;
}
#title_area .slideArea .titleBox {
	background: #f5f5f5;
	box-shadow: none;
	min-height: 19.2vw;
	padding: 4.4vw 0 4.4vw;
}
#title_area .slideArea .titleBox h2.title {
	margin: 0 0 0 4.7vw;
	font-size: 4.4vw;
	font-weight: bold;
	line-height: 1.4;
}
#title_area .slideArea .titleBox p.text {
	margin: 3.4vw 0 0 4.7vw;
	font-size: 3.1vw;
	font-weight: 500;
	line-height: 1.2;
	color: #858585;
}

/* slick reset */

.slick-dots {
	bottom: 5.5vw;
	right: 4.1vw;
	width: 31.2vw;
	text-align: right;
}
.slick-dots li {
	width: 1.4vw;
	height: 1.4vw;
	margin: 0 0.6vw 0 0.8vw;
}
.slick-dots li button {
	width: 1.4vw;
	height: 1.4vw;
}
.slick-prev,
.slick-next {
	display: none!important;
}

#procasual {
	margin: 0 auto 0;
	padding: 9.4vw 0 9.4vw;
	background: url(/katsuyou/photo/common/images/area_bg.png) center top;
	background-size: 5.0vw 5.0vw;
}

#procasual h2.title {
	width: 100%;
	margin: 0 auto 0;
	text-align: center;
	font-size: 7.5vw;
	font-weight: bold;
}
#procasual h2.title span.jpn {
	font-size: 3.4vw;
}

.pro #procasual,
.casual #procasual {
	padding: 7.8vw 0 7.8vw;
}
#procasual ul.list {
	display: block;
	width: 100%;
	margin: 5.6vw auto 0;
}
#procasual ul.list li {
	vertical-align: top;
	width: 100%;
	height: auto;\
	background: #fff;
	transition: box-shadow 0s linear;
	margin: 0;
}

#procasual ul.list li + li {
	margin-top: 15px;
}

#procasual ul.list li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #151515;
	display: flex;
}
#procasual ul.list li a:hover {
	color: #151515;
	text-decoration: none;
}
#procasual ul.list li:hover {
	box-shadow: none;
}

#procasual ul.list li .image {
	width: 50%;
}

#procasual ul.list li img {
	width: 100%;
	height: auto;
}
#procasual ul.list li .text_area {
    padding: 10px;
    box-sizing: border-box;
    width: 50%;
}

#procasual ul.list li .textBox {
	margin: 0;
	font-size: 3.4vw;
	letter-spacing: -0.05em;
	line-height: 1.5;
}
.pro #procasual ul.list li .textBox,
.casual #procasual ul.list li .textBox {
	display: block;
	width: 100%;
	font-size: 3.9vw;
}
#procasual ul.list li .link {
	position: relative;
	margin: 10px 0 0;
	font-size: 3.2vw;
	padding-right: 5.1vw;
}

#procasual ul.list li .link:after {
	top: unset;
    bottom: 1px;
    right: 0;
    width: 15px;
    height: 15px;
}

#procasual ul.list li .link .ico {
	position: absolute;
	top: 3.0vw;
	width: 1.1vw;
}
#procasual ul.list li .link .ico img {
	width: 100%;
	height: auto;
}
#procasual ul.list li.pro .link .ico {
	left: 3.1vw;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
#procasual ul.list li.casual .link .ico {
	right: 3.1vw;
}


#topics_area {
	padding: 9.4vw 0 12.5vw;
	background: #f5f5f5;
}
.pro #topics_area,
.casual #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;
}
.pro #topics_area ul.list,
.casual #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 3.8vw;
	background: #fff;

	transition: box-shadow 0s linear;
}
.pro #topics_area ul.list li,
.casual #topics_area ul.list li {
	width: 43.0vw;
	min-height: 57.8vw;
}
#topics_area ul.list li:nth-child(3n+1) {
	margin: 0 auto 6.2vw;
}
.pro #topics_area ul.list li:nth-child(2n),
.casual #topics_area ul.list li:nth-child(2n) {
	margin: 0 0 6.2vw 4.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 {
	margin: 3.4vw 0 0 3.1vw;
	text-align: left;
	font-size: 5.6vw;
	font-weight: bold;
	letter-spacing: -0.05em;
	line-height: 1.4;
	white-space: normal;
}
.pro #topics_area ul.list li h3.title,
.casual #topics_area ul.list li h3.title {
	margin: 3.4vw 1.6vw 0 1.6vw;
	font-size: 3.1vw;
	white-space: normal;
}
#topics_area ul.list li p.lead {
	margin: 2.8vw 0 0 3.1vw;
	text-align: left;
	font-size: 4.4vw;
	font-weight: 500;
	letter-spacing: -0.05em;
	color: #858585;
	white-space: normal;
}
.pro #topics_area ul.list li p.lead,
.casual #topics_area ul.list li p.lead {
	margin: 2.8vw 0.5vw 0 1.6vw;
	font-size: 2.7vw;
	letter-spacing: -0.07em;
	white-space: normal;
}
#topics_area ul.list li p.date {
	margin: 2.5vw 0 0 3.1vw;
	text-align: left;
	position: relative;
	bottom: auto;
	left: auto;

	font-size: 20px;
	font-size: 3.1vw;
}
.pro #topics_area ul.list li p.date,
.casual #topics_area ul.list li p.date {
	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;
	}

#side_navi {
	display: none;
}

.photo .footer_thumbCtview #footer_thumbList h3 {
	width: 90.6vw;
}

.photo .footer_thumbCtview #footer_thumbList .footer_thumb_List {
	width: 91.2vw;
}


} /* media */