@charset "UTF-8";

html{
	width:100%;
}
body{
	*font-size:small;
	*font:x-small;
	font-size:13px;
	color:#333333;
	line-height:1.2;
  font-family:"Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	width:100%;
	margin:0px;
	padding:0px;
	-webkit-text-size-adjust:100%;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:100;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:200;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:300;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:400;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Bold");
  font-weight:bold;
}
#wrap{
	text-align:left;
	overflow:hidden;
	background-color: #fff;
}
h1,h2,h3,h4,h5,p,ul,ol,li,img,table,th,td,dl,dt,dd{
	margin:0px;
	padding:0px;
	font-size:14px;
}
li{
	list-style-type:none;
}
table{
	border-collapse:collapse;
}
a{
	cursor:pointer;
	color:#333;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
a{
	-webkit-tap-highlight-color:transparent;
}
img{
	vertical-align:top;
	max-width:100%;
	height:auto;
	-webkit-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	backface-visibility:hidden;
}
a img{
	vertical-align:bottom;
	-webkit-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	backface-visibility:hidden;
}
input, 
textarea, 
select,
button,
label{
  outline:none;
	-webkit-tap-highlight-color:transparent;
}
:focus {
	outline: 0;
  border-color: orange;
}
.footstepBox{
	max-width: 1280px;
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
	box-sizing: border-box;
}
.contentsBox2{
	max-width: 1200px;
	margin: 80px auto 0;
	padding: 0 40px 60px;
}
@media screen and (max-width: 750px) {
.footstepBox{
	padding-left: 16px;
	padding-right: 16px;
}
.contentsBox2{
	margin: 40px auto 0;
	padding: 0 16px;
}
}


/* 共通
-----------------------------------------------*/
section{
  padding: 56px 0 0;
}
#exhibition{
	padding-top: 0;
}
#resell{
	padding-top: 120px;
	margin-top: -64px;
}
section .ttl{
	position: relative;
	padding: 40px 40px;
	background-color: #f8f8f8;
	background-image: url("../img/bgi-ttl_01.jpg");
	background-position: right top;
	background-repeat: no-repeat;
}
#exhibition .ttl{
	background-image: url("../img/bgi-ttl_01.jpg");
}
#resell .ttl{
	background-image: url("../img/bgi-ttl_02.jpg");
}
.ttl h2{
  font-size: 36px;
  line-height: 1.333;
  font-weight: normal;
}
.ttl p{
  font-size: 18px;
	margin-top: 10px;
}
.ttl p br{
	display: none;
}
@media screen and (max-width: 1024px) {
.ttl{
	background-position: right -150px top;
}
}
@media screen and (max-width: 750px) {
section{
  padding-top: 40px;
}
#resell{
	padding-top: 60px;
	margin-top: 0;
}
section .ttl{
	padding: 40px 20px;
	width: 100%;
	left: -20px;
	background-position: right top;
	background-size: 375px auto;
}
#exhibition .ttl{
	background-image: url("../img/bgi-ttl_01_sp.jpg");
}
#resell .ttl{
	background-image: url("../img/bgi-ttl_02_sp.jpg");
}
section .ttl h2{
  font-size: 24px;
  line-height: 1;
}
section .ttl p{
  font-size: 14px;
}
section .ttl p br{
	display: block;
}
}


/* col
-----------------------------------------------*/
section .col3{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
section .col3 .col{
	display: inline-block;
	vertical-align: top;
	width: 31.334%;
	margin: 2.999% 2.999% 0 0;
}
section .col3 .col:nth-child(3n){
	margin-right: 0;
}
section .col3 .col a{
	display: block;
	height: 100%;
	background: #fff;
	box-shadow: 0px 2px 12px -2px rgba(0,0,0,0.2);
	color: #333;
}
section .col3 .col .img{
	position: relative;
	overflow: hidden;
}
section .col3 .col .img img{
	transition: transform 0.2s ease-out;
}
section .col3 .col a:hover .img img{
	transform: scale(1.04);
}
section .col3 .col .img p{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	line-height: 1;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
  text-shadow: 0px 0px 10px rgb(0 0 0 / 40%);
	white-space: nowrap;
}
section .col3 .col .img .cp{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: rgba(214,39,52,.8);
  color: #fff;
  padding: 10px 0;
}
section .col3 .col .img .cp p{
  position: relative;
  left: 0;
  top: auto;
	transform: translate(0);
  text-shadow: none;
  font-size: 15px;
  margin-top: 8px;
}
section .col3 .col .img .cp p:first-child{
  margin-top: 0;
}
section .col3 .col .img .cp p strong{
  font-size: 24px;
  margin-right: 5px;
}
section .col3 .col .img .cp p span{
  font-size: 12px;
}
section .col3 .col .txt{
	padding: 20px;
	text-align: left;
}
section .col3 .col .txt p{
  margin-bottom: 5px;
}
section .col3 .col .txt p .mopaq{
  margin-left: 10px;
  font-weight: bold;
}
section .col3 .col .txt p .mopaq:first-child{
  margin-left: 0;
}
section .col3 .col .txt h3{
	position: relative;
	padding-left: 70px;
	font-size: 24px;
}
section .col3 .col .txt h3 span{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 60px;
	padding: 5px 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background: #e5e5e5;
	border-radius: 4px;
	line-height: 1;
}
section .col3 .col .txt h3 strong{
  display: block;
  font-size: 14px;
  padding: 4px 0 2px 0;
}
section .col4{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
section .col4 .col{
	display: inline-block;
	vertical-align: top;
	width: 22.75075%;
	margin: 2.999% 2.999% 0 0;
}
section .col4 .col:nth-child(4n){
	margin-right: 0;
}
section .col4 .col a{
	display: block;
	height: 100%;
	background: #fff;
	box-shadow: 0px 2px 12px -2px rgba(0,0,0,0.2);
	color: #333;
}
section .col3 .col .img,
section .col4 .col .img{
	position: relative;
	overflow: hidden;
}
section .col3 .col .img span,
section .col4 .col .img span{
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	z-index: 1;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #d0091e;
	padding: 4px 8px;
	width: 45px;
	text-align: center;
  box-sizing: border-box;
  line-height: 18px;
}
section .col3 .col .img .mopaq,
section .col4 .col .img .mopaq{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
  height: 64px;
  width: 46px;
  background: url("../img/icon_mopaq.svg") rgba(255,255,255,.8);
  background-size: cover;
}
section .col4 .col .img img{
	transition: transform 0.2s ease-out;
}
section .col4 .col a:hover .img img{
	transform: scale(1.04);
}
section .col4 .col .img p{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	line-height: 1;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
  text-shadow: 0px 0px 10px rgb(0 0 0 / 40%);
	white-space: nowrap;
}
section .col4 .col .txt{
	padding: 20px;
	text-align: left;
}
section .col4 .col .txt h3{
	position: relative;
	padding-left: 70px;
	font-size: 22px;
}
section .col4 .col .txt h3 span{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 60px;
	padding: 5px 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background: #e5e5e5;
	border-radius: 4px;
	line-height: 1;
}
@media screen and (max-width: 1024px) {
section .col3 .col .txt h3{
	padding-left: 0;
}
section .col3 .col .txt h3 span{
	position: relative;
	margin-bottom: 8px;
}
section .col4 .col .txt h3{
	padding-left: 0;
}
section .col4 .col .txt h3 span{
	position: relative;
	margin-bottom: 8px;
}
}
@media screen and (max-width: 750px) {
section .col3 .col{
	width: 100%;
	margin: 18px 0 0 0;
}
section .col3 .col .img p{
	font-size: 18px;
}
section .col3 .col .txt{
	padding: 12px;
}
section .col3 .col .txt h3{
	padding-left: 60px;
	font-size: 20px;
}
section .col3 .col .txt h3 span{
	position: absolute;
	width: 50px;
	font-size: 13px;
}
section .col3 .col .txt h3 strong{
  font-size: 13px;
  padding: 4px 0 2px 0;
}
section .col3 .col .txt p{
	font-size: 13px;
  margin-bottom: 2px;
}
section .col4{
	margin-right: -20px;
}
section .col4 .col{
	width: 50%;
	margin: 18px 0 0 0;
}
section .col4 .col a{
	margin-right: 20px;
}
section .col4 .col .img p{
	font-size: 14px;
}
section .col3 .col .img .cp p{
  font-size: 14px;
}
section .col3 .col .img .cp p strong{
  font-size: 22px;
  margin-right: 5px;
}
section .col3 .col .img .cp p span{
  font-size: 11px;
}
section .col4 .col .txt{
	padding: 12px;
	min-height: 23px;
}
section .col4 .col .txt h3{
	padding-left: 60px;
	font-size: 15px;
	padding-top: 3px;
}
section .col4 .col .txt h3 span{
	position: absolute;
	width: 50px;
	font-size: 13px;
}
section .col4 .col .txt p{
	font-size: 13px;
	margin-top: 8px;
}
section .col3 .col .img span,
section .col4 .col .img span{
	font-size: 12px;
	padding: 4px 0;
	width: 40px;}
}