@charset "UTF-8";
body {
  overflow-x: hidden;
}
/* ====================================
	共通スタイル
 ==================================== */
.notes {
	margin-top: 1em;
}
.noteNum1 {
	padding-left: 1.8em;
	text-indent: -1.8em;
}
.r_new::after {
    content: 'NEW';
    background: #f12d2d;
    padding: 0 5px 0 7px;
    margin: 0 0 0 20px;
    letter-spacing: 2px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
}
/* == メインビジュアル =============================================================================== */
#mainV {
	width: 100%;
	background-image: url("/photocatalyst/images/tech/top/main_bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	text-align: center;
	position: relative;
	padding-top: 41.98%;
}
#mainVTtl {
	background: rgba(255,255,255,0.7);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	margin: auto;
	opacity: 0;
	animation: fadeIn 1s ease 0.5s 1 forwards;
	-webkit-animation: fadeIn 1s ease 0.5s 1 forwards;
}
#mainVTtl span {
	display: block;
}
/* == 効果・安全性 =============================================================================== */
#effect-safety {
	background-color: #f7f6ec;
}
.effect-safetyWrap .block {
	position: relative;
}
.effect-safetyWrap .block img {
	max-width: 100%;
}
.labelTtl {
	display: inline-block;
	line-height: 1;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 1em;
	box-sizing: border-box;
	z-index: 2;
}
.labelTtl {
	font-weight: bold;
	line-height: 1;
}
.labelTtl .sub {
	font-weight: normal;
	padding-left: 1em;
}
.effect-safetyWrap .panel a {
	display: block;
	position: relative;
}
.effect-safetyWrap .txt {
	background-color: rgba(255,255,255,0.7);
	background-image: url("/photocatalyst/images/tech/panel_arrow.svg");
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
}
.effect-safetyWrap .panel a::before {
	content: '';
	display: block;
	background-color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
}

/* ====================================
	スマートフォン専用スタイル
===================================== */
@media only screen and (max-width: 767px) {
.br-pc {
	display: none;
}
.fa-angle-right::after {
	content: '';
	display: inline-block;
	width: 0.4em;
	height: 0.4em;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.contentIn {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
/* == 画像(sp) =============================================================================== */
.sp_img, .pc_img {
 display: block;
}
.pc_img {
 display: none;
}

/* == メインビジュアル =============================================================================== */
#top_title {
 display: none;
}
#content {
	padding: 10px 0 0 0;
	background-color: #fff;
}
/* == リード文 =============================================================================== */
#content h2 {
 font-size: 1.3rem;
 font-weight: normal;
 padding-left: 5%;
 padding-right: 5%;
 box-sizing: border-box;
 margin: 30px auto;
 text-align: center;
 line-height: 250% !important;
 font-family: serif;
 letter-spacing: 2px;
 transition: 2s;
}
/* == 　注目トピック =============================================================================== */
#topTopic {
 padding-top: 30px;
 padding-bottom: 30px;
 background-color: #f9f9f9;
}
.ttlH3 {
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 1em;
	font-family: serif;
}
#topTopicList, #topTopicList1st {
	margin-left: auto;
	margin-right: auto;
	font-size: 1.3rem;
}
#topTopicList {
	margin-top: 1em;
}
#topTopicList > li,
#topTopicList1st > li {
	border: 1px solid #bfbfbf;
	background-color: #fff;
	box-sizing: border-box;
	margin-bottom: 50px;
}
#topTopicList > li {
	margin-bottom: 0;
}
.new_triangle {
	position: relative;
}
.new_triangle::before {
	content: "NEW";
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 5px;
	right: 0;
	transform: rotateZ(45deg);
	z-index: 1;
}
.new_triangle::after {
	border-style: solid;
	border-width: 0 50px 50px 0;
	border-color: transparent #f12d2d transparent transparent;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
}
#topTopicList > li a,
#topTopicList1st > li a {
	display: block;
}
#topTopicList a,
#topTopicList1st a {
	text-decoration: none;
}
#topTopicList .txtArea, #topTopicList1st .txtArea {
	padding: 2em;
	line-height: 1.8;
}
#topTopicList .txtArea > span,
#topTopicList1st .txtArea > span {
	display: block;
}
#topTopicList .txtArea .date,
#topTopicList1st .txtArea .date {
	margin-bottom: 0.5em;
}
#moreBtn {
	padding: 0.5em 1em;
}
/* == 効果・安全性 =============================================================================== */
#effect-safety {
 padding-top: 30px;
 padding-bottom: 30px;
}
.labelTtl {
	font-size: 1.25rem;
	padding: 5px 15px;
}
.labelTtl .sub {
	font-size: 0.875rem;
}
.effect-safetyWrap .block {
	padding-left: 15px;
}
.effect-safetyWrap #topEffect {
	margin-bottom: 20px;
}
.labelTtl {
	font-size: 2rem;
	padding: 5px 15px;
}
.labelTtl .sub {
	font-size: 1.4rem;
}
.effect-safetyWrap .txt {
	background-size: 54px auto;
	padding: 1em 60px 1em 1.5em;
	font-size: 1.3rem;
}
/* == ニュースリリース =============================================================================== */
.top_release {
 padding-top: 30px;
 padding-bottom: 30px;
}
.top_release h3 {
	font-size: 2rem;
}
.top_release h3 .top_release_border {
 width: 40%;
}
.top_release_li {
 width: 95%;
 margin-left: auto;
 margin-right: auto;
 font-size: 1.4rem;
}
.top_release_li ul {
	padding-top: 5vw;
	border-bottom: 1px solid #888;
}
.top_release_li li {
 padding: 10px 0;
 border-top: 1px solid #888;
}
.top_release_li li:nth-child(1) {
	margin-top: 20px;
}
.top_release .top_release_li li:nth-child(even) {
 width: 100%;
 padding-top: 0;
}
.top_release .top_release_li li:nth-child(odd) {
 width: 100%;
}
.top_release_li li:nth-last-child(2),
.top_release_li li:nth-child(2) {
    border-bottom: none;
    margin-top: 0px;
}
.top_release_li li:nth-last-child(2),
.top_release_li li:nth-child(2) {
 border-bottom: none;
 margin-top: 0px;
}
.top_release_li .linenone-sp {
 border-top: none;
 padding-top: 0px;
}
.top_release_li li:nth-last-child(2), .top_release_li li:nth-child(2) {
 border-bottom: none;
 margin-top: 0px;
}
.top_release_li ul {
 padding-top: 5vw;
}
main {
 width: 100%;
}
.pcinextCommentsbox {
	margin-top: 30px;
	font-size: 1.3rem;
}







}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print , screen and (min-width: 768px) {
.pcDisNone {
	display: none;
}
/* == メインビジュアル=============================================================================== */
#top_title {
  position: relative;
  min-width: 1200px;
}
#top_title h1 {
  position: absolute;
  top: 46%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
#content {
  background: #fff;
  padding: 60px 0 0 0;
  min-width: 1200px;
	position: static !important;
}
#wrapper {
  margin: auto;
  padding: 0;
}

/* == リード文 =============================================================================== */
#content h2 {
  font-weight: normal;
  text-align: center;
  width: 1200px;
  margin: 0 auto 70px;
  line-height: 250% !important;
  font-family: serif;
  font-size: 18px;
  letter-spacing: 2px;
  transition: 2s;
}
/* == 注目トピック =============================================================================== */
#topTopic {
	background-color: #f9f9f9;
}
.ttlH3 {
	text-align: center;
	font-weight: bold;
	margin-bottom: 1em;
}
.new_triangle {
  position: relative;
}
.new_triangle::before {
  content: "NEW";
  display: block;
  font-size: 12px;
  font-weight: bold;
	color: #fff;
  position: absolute;
  top: 5px;
  right: 0;
  transform: rotateZ(45deg);
  z-index: 1;
}
.new_triangle::after {
  border-style: solid;
  border-width: 0 50px 50px 0;
  border-color: transparent #f12d2d transparent transparent;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
}
/* 注目トピック */
#topTopicList,
#topTopicList1st {
	margin-left: auto;
	margin-right: auto;
}
.topTopicNote {
	margin-top: 1em;
}
#topTopicList > li,
#topTopicList1st > li {
	border: 1px solid #bfbfbf;
	background-color: #fff;
	box-sizing: border-box;
	margin-bottom: 50px;
}
#topTopicList1st > li {
	margin-bottom: 0;
}
#topTopicList > li img,
#topTopicList1st > li img {
	max-width: 100%;
}
#topTopicList > li a,
#topTopicList1st > li a {
	display: block;
}
#topTopicList .txtArea,
#topTopicList1st .txtArea {
	padding: 2em;
	line-height: 1.8;
}
#topTopicList .txtArea .date,
#topTopicList1st .txtArea .date {
	margin-bottom: 0.5em;
}
#topTopicList .txtArea > span,
#topTopicList1st .txtArea > span {
	display: block;
}
#topTopicList a,
#topTopicList1st a {
	text-decoration: none;
}
.moreBtnWrap {
	text-align: center;
}
#moreBtn {
	display: inline-block;
	color: #535353;
	border: #535353 1px solid;
	line-height: 1;
	padding: 0.5em 2em;
	font-size: 1rem;
	cursor: pointer;
}
.notes {
	margin-top: 1em;
}
#mainVTtl {
	width: 740px;
	padding: 45px 40px;
	line-height: 1.6;
}
#mainVTtl .sub {
	font-size: 1.8rem;
}
#mainVTtl .ttl {
	font-size: 3rem;
}
#topTopic,
#effect-safety {
	padding: 90px 0;
}
.ttlH3 {
	font-size: 3rem;
}
#topTopicList,
#topTopicList1st {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	line-height: 1.6;
}
#topTopicList,
#topTopicList1st {
	margin-top: 50px;
}
#topTopicList > li {
	width: 30.2%;
	margin-right: 4.7%;
}
#topTopicList > li:nth-child(3n) {
	margin-right: 0;
}
#topTopicList1st > li {
	width: 100%;
}
#topTopicList > li a {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
#topTopicList1st > li a {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
#topTopicList1st > li a > .photo,
#topTopicList1st > li a > .txtArea {
	width: 50%;
}
#topTopicList1st > li a > .txtArea {
	border-left: #bfbfbf 1px solid;
}
#topTopicList > li .photo {
	margin-top: auto;
}
#topTopicList1st .notes {
	font-size: 1.2rem;
}
#moreBtn:hover,
#topTopicList > li a:hover,
#topTopicList1st > li a:hover,
.effect-safetyWrap .panel a:hover {
	opacity: 0.7;
	transform: 0.3s;
}
/* == 効果・安全性 =============================================================================== */
#effect-safety {
	background-color: #f7f6ec;
}
.effect-safetyWrap .block {
	position: relative;
}
.effect-safetyWrap .block img {
	max-width: 100%;
}
.labelTtl {
	display: inline-block;
	line-height: 1;
	background-color: #fff;
	padding: 10px 30px;
	position: absolute;
	left: 0;
	top: 1em;
	box-sizing: border-box;
	z-index: 2;
}
.labelTtl {
	font-weight: bold;
	line-height: 1;
}
.labelTtl .sub {
	font-weight: normal;
	padding-left: 1em;
}
.effect-safetyWrap .panel a {
	display: block;
	position: relative;
}
.effect-safetyWrap .txt {
	background-color: rgba(255,255,255,0.7);
	background-image: url("/photocatalyst/images/tech/panel_arrow.svg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 54px auto;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 1em 60px 1em 1.5em;
	width: 100%;
	box-sizing: border-box;
}
.effect-safetyWrap .panel a::before {
	content: '';
	width: 54px;
	display: block;
	background-color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
}
.effect-safetyWrap {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
		-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.effect-safetyWrap .block {
	box-sizing: border-box;
	padding-left: 30px;
}
.effect-safetyWrap .txt {
}
.labelTtl {
	font-size: 3.6rem;
}
.labelTtl .sub {
	font-size: 2rem;
}
/* == ニュースリリース =============================================================================== */
.top_release {
  padding: 100px 0;
}
.top_release_cont {
  max-width: 1200px;
	width: 90%;
  margin: auto;
}
.top_release_li {
  margin: 0 auto;
  position: relative;
}
.top_release_li li {
  border-top: 1px solid #888;
  padding: 35px 0;
  float: left;
}
.top_release_li li:nth-child(1) {
  margin-top: 40px;
}
.top_release_li li:nth-child(2) {
  margin-top: 40px;
}
.top_release_li li:nth-last-child(1) {
  border-bottom: 1px solid #888;
}
.top_release_li li:nth-last-child(2) {
  border-bottom: 1px solid #888;
}
.top_release a {
  text-decoration: none;
}
.top_release_li a:hover {
  text-decoration: underline;
}
.top_release a.lineup {
  position: absolute;
  right: 0px;
  display: block;
  width: 10em;
  text-align: center;
  padding: 3px 5px;
  background: #535353;
  text-decoration: none;
	color: #fff;
  letter-spacing: 0.2em;
	background-image: url("/photocatalyst/images/tech/arrow_white.svg");
	background-repeat: no-repeat;
	background-position: right 0.5em center;
	background-size: 20px auto;
	
}
.top_release a.lineup:hover {
  padding: 2px 4px;
  background-color: #fff;
  background-image: url("/photocatalyst/images/tech/arrow_black.svg");
  border: 1px solid #000;
  color: #000
}
.r_new::after {
	content: 'NEW';
  background: #f12d2d;
  padding: 0 5px 0 7px;
  margin: 0 0 0 20px;
  letter-spacing: 2px;
	color: #fff;
	display: inline-block;
	vertical-align: top;
}
.top_release_li li {
}
.top_release_li li:nth-child(odd) {
  width: 11em;
}
.top_release_li li:nth-child(even) {
  width: calc(100% - 11em);
}

/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.pagelink {
  display: none;
}
.inner {
  background-color: #FFF;
  width: 1180px;
  margin: 0 auto 40px;
  padding: 60px 60px 40px;
  border-radius: 20px;
}
.inner p {
  margin-bottom: 2em;
  line-height: 2.5;
}
}


/* == メインビジュアル=============================================================================== */
@keyframes fadeIn {
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  100% {
    opacity: 1
  }
}
@media only screen and (max-width: 767px) {
/*#mainVTtl {
	width: 80%;
	padding: 0.5em;
	white-space: nowrap;
}*/
#mainVTtl {
	padding: 0.5em;
	white-space: nowrap;
}
#mainVTtl .sub {
	font-size: 1.6rem;
}
#mainVTtl .ttl {
	font-size: 2.2rem;
}
}

@media only screen and (max-width:640px) {
.pagelink {
display: block;
padding-left: 2%;
margin-bottom: 30px;
font-size: 1.3rem;
}
.pagelink li {
width: 48%;
display: inline-block;
text-decoration: none;
text-align: center;
border: 1px solid #ccc;
box-sizing: content-box;
line-height: 50px;
height: 50px;
position: relative;
margin: 0 0 10px;
}
.pagelink li a {
display: block;
text-decoration: none;
}
.pagelink li i {
position: absolute;
top: 0;
right: 10px;
line-height: 54px;
height: 54px;
width: 10px;
}
/*#content {
padding: 10px 0 0 0;
min-width: 1200px;
}
#content h2 {
margin: 30px auto 30px auto;
}*/
}



/* ====================================
	タブレット、印刷専用スタイル
===================================== */
@media print , screen and (min-width: 768px) and (max-width: 1079px) {}

/* ====================================
	PC専用スタイル
===================================== */
@media only screen and (min-width: 1080px) {}






