.mainIn{
	background-color: #f8f8f8;
}

.press h1 {
  background:url("/corporate/company/images/index_mv_01.jpg") center top no-repeat;
  background-size: cover;
  padding-top: 380px;
}

@media only screen and (max-width: 767px) {
  .press::before {
    background:url("/corporate/company/images/index_mv_01.jpg") center top no-repeat;
    background-size: cover;
  }
  .press h1 {
	background: none;
	padding: 0;
}
}

.press .list01 {
  display: flex;
  margin-right: auto;
  margin-top: 75px;
  margin-bottom: 75px;
  margin-left: auto;
  width: 756px;
}

@media only screen and (max-width: 767px) {
  .press .list01 {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 92%;
    border-bottom: 1px solid #aa926c;
  }
  .press .list01:after {
    content: " ";
    display: block;
    clear: both;
  }
}

.press .list01 li {
  width: 252px;
  background: #dedede;
  border-right: 2px solid #fff;
  font-size: 1.3rem;
  letter-spacing: 0.23em;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .press .list01 li {
    width: 25%;
    font-size: 0.95rem;
    letter-spacing: 0;
  }
}

.press .list01 li:hover {
  opacity: 0.7;
}

.press .list01 li a {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #5a5a5a;
}

.press .list01 .act {
  background: #aa926c;
}

.press .list01 .act a {
  color: #fff;
}

.press h2 {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .press h2 {
    margin-bottom: 10px;
  }
}

.press h2 span {
  display: block;
  text-align: center;
}

.press h2 .txt01 {
  margin-bottom: 10px;
  font-size: 2.8rem;
  font-style: italic;
  letter-spacing: 0.15em;
}

@media only screen and (max-width: 767px) {
  .press h2 .txt01 {
    font-size: 1.5rem;
    letter-spacing: 0.15em;
  }
}

.press h2 .txt02 {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}

@media only screen and (max-width: 767px) {
  .press h2 .txt02 {
    font-size: 0.95rem;
    letter-spacing: 0.08em;
  }
}

.press .sec{
	width: 1100px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.press .sec h3{
	font-style: italic;
	font-weight: bold;
	font-size: 2.2rem;
	margin-bottom: 30px;
}

.press .sec .boxs{
	display: flex;
	flex-wrap: wrap;
}

.press .sec .box{
	position: relative;
	width: 335px;
	margin: 10px;
	background-color: #fff;
	padding: 26px;
}

.press .sec .box a{
	position: relative;
	display: inline-block;
}

.press .sec .image a::before{
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5) url('/corporate/common/images/zoom.svg') no-repeat center center;
	background-size: 42px 45px;
	opacity: 0;
	transition: all 0.3s;
}
.press .sec .image a:hover::before{
	opacity: 1;
}


.press .sec .box .new{
	background-color: #e01813;
	color: #fff;
	line-height: 100%;
	padding: 8px 16px;
	position: absolute;
	left: 0;
	top: -12px;
}

.press .sec .box .image{
	text-align: center;
}

.press .sec .box .date{
	font-size: 1.9rem;
	padding :15px 0;
}

.press .sec .box p{
	font-size: 1.4rem;
	line-height: 150%;
}

.press .sec .box .public{
	font-size: 1.2rem;
	padding-top: 15px;
}


@media only screen and (max-width: 767px) {

.mainIn{
	background-color: #fff;
}

.press .sec {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 0 10px;
}

.press .sec .box{
	width: 50%;
	padding: 10px;
	border-bottom: 1px solid #efefef;
	margin: 0;
}

.press .sec .box p{
	font-size: 1.2rem;
}

}



/* photo swipe */
.pswp__img{
  visibility: visible;
}
