  @charset "UTF-8";
/*
  base
*/
body {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  color: #37393c;
  background: #fff;
  font-family:  "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif !important;
  position: relative;
  width: 100%;
  height: 100%;
}

.font_mincho {
  font-family: Candara, "Open Sans", Arial, serif;
}

h1, p, a {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: top;
  border: 0;
}

a:focus {
  outline: none;
}

.mb0 {
  margin-bottom: 0 !important;
}

/*
  layout
*/
.header {
  width: 100%;
}

.footer {
  height: 70px;
}

.footer .e_hover {
  position: fixed;
  bottom: 0;
  right: 0;
}

.layout__inner {
  width: 1000px;
  margin: 0 auto;
}

.layout__inner:after {
  content: "";
  display: block;
  clear: both;
}

.block {
  min-height: 50px;
}

.block_inner {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 1000px;
  margin: 0 auto;
}
.js_img_switch {
    visibility: hidden;
}

.pc_obj {
  display: block;
}
.sp_obj {
  display: none;
}

/*
  header
*/
#header_outer {
  width: 100%;
  height: 70px;
  background: #fff;
}
#header_inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
#header_inner .header h1, #header_inner .header p {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
#header_inner .header h1 {
  top: 16px;
  width: 105px;
  height: 42px;
}
#header_inner .header h1 img{
  max-width: 100%;
}
#header_inner .header .btn_product_ce {
  top: 15px;
  left: 638px;
  width: 119px;
  height: 38px;
}
#header_inner .header .btn_product_ce img {
  position: absolute;
  width: 120px;
  height: 38px;
}
#header_inner .header .btn_product_ce img.on {
  opacity: 0;
}
#header_inner .header .social {
  position: absolute;
  top: 25px;
  left: 780px;
  width: 240px;
  height: 20px;
  padding: 0;
  margin: 0;
}
#header_inner .header .social li {
  float: left;
  display: block;
  list-style-type: none;
  width: 80px;
}
#header_inner .header .social li:first-child {
  width: 74px;
}
#header_inner .header .social li:first-child span {
  vertical-align: top !important;
}
#header_inner .header .social li:nth-child(2) {
  width: 77px;
}

.footer {
  height: auto;
  background: #373737;
  padding: 20px 0;
  text-align: center;
}
.footer .layout__inner {
  font-size: 12px;
  color: #ffffff;
}
.content {
  min-width: 1000px;
  padding: 0 0 100px 0;
}
.pagetop a {
  font-size: 12px;
  padding-left: 10px;
  text-decoration: none;
  color: #1746b8;
  outline: none;
  background: url(/library/management/takayuki-maekawa/images/arrow-top.gif) no-repeat left center;
}
.pagetop a:hover {
  text-decoration: underline;
  color: #1746b8;
}
a:hover {
  cursor: pointer;
}

/*
  index
*/
#main_visual {
  width: 100%;
  height: auto !important;
  top: 0;
  left: 0;
  margin: 0 auto 40px;
  position: relative;
  background: rgba(180,198,209,0.95);
}
.m__inner {
  min-width: 1000px;
  max-height: 491px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.m__inner img,
.m__inner video {
  width: 100%;
  max-width: 1400px;
  object-fit: contain;
}
.m__inner .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
@media screen and (max-width: 760px){
  .m__inner{
    min-width: 0;
    max-height: initial;
    height: 132vw;
  }    
}

#artwork {
  width: 1000px;
  margin: 0 auto 30px;
}
#artwork:after {
  content: "";
  display: block;
  clear: both;
}
#artwork .lead {
  font-size: 120%;
  padding: 0 0 40px;
}

#tiles_list {
	display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
#tiles_list .tiles {
  width: 32%;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
#tiles_list .tiles a {
  color: inherit;
  text-decoration: none;
}
#tiles_list .tiles.close a {
  pointer-events: none;
}
#tiles_list .tiles_image img {
  width: 100%;
  object-fit: cover;
  transition:0.6s all;
}
#tiles_list .tiles_image img:hover {
  opacity: 0.9;
  transform:scale(1.03,1.03);
  transition:1s all;
}
#tiles_list .tiles_number {
  position: absolute;
  top: 15px;
  left: 20px;
  color: #fff;
  line-height: 1;
  font-family: "Lato", sans-serif;
  font-size: 40px;
  font-weight: 400;
  font-style: italic;
}
#tiles_list .tiles_public {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 120%;
  font-style: italic;
}
#tiles_list .tiles:not(.close) .tiles_public {
  display: none;
}
#tiles_list .tiles_title {
  display: inline-block;
  position: absolute;
  bottom: 15px;
  right: 0;
  font-family: Candara, "Open Sans", Arial, serif;
  text-align: right;
  background: rgba(255,255,255,0.8);
  clip-path: polygon(20px 0, 100% 0%, 100% 100%, 0% 100%);
  padding: 10px 20px 10px 30px;
  transition:0.6s all;
}
#tiles_list .tiles:hover .tiles_title {
  background: rgba(255,255,255,1);
  transition:1s all;
}
#tiles_list .tiles_title.empty {
  padding: 0;
}
#tiles_list .tiles_title h3 {
  font-size: 140%;
}
#tiles_list .tiles_title p {
  font-size: 90%;
}

#map {
  width: 1000px;
  margin: 0 auto 70px;
}
#map h2 {
  font-size: 32px;
  margin-bottom: 15px;
}
#map .map_area img {
  width: 100%;
  vertical-align: middle;
}

#photographer {
  width: 1000px;
  box-sizing: border-box;
  margin: 0 auto 70px;
  padding: 40px 0 44px;
  /*background: #8e9da6ad;*/
}
#photographer h2 {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 20px;
}
#photographer h2 small {
  font-size: 90%;
  padding-left: 6px;
}
#photographer .photographer_block {
  display: flex;
  gap: 4%;
}
#photographer .photographer_block .photographer_image {
  width: 40%;
}
#photographer .photographer_block .photographer_text {
  width: 56%;
  margin-top: -10px;
}
#photographer .photographer_image img {
  width: 100%;
}
#photographer .photographer_text h4 {
  position: relative;
  font-size: 110%;
  font-weight: bold;
  padding-bottom: 0.4em;
  margin-bottom: 0.4em;
}
#photographer .photographer_text h4::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;    
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #8e9da6, transparent);
}
#photographer .photographer_text .link a {
  position: relative;
  display: inline-block;
  background: #8e9da6;
  color: #fff;
  text-decoration: none;
  border-radius: 100px;
  box-shadow: 0px 2px 12px -7px #444;
  padding: 7px 48px 6px 20px;
  margin: 10px 0;
  transition: 1s all;
}
#photographer .photographer_text .link a:hover {
  background: #fff;
  color: #8e9da6;
  transition: 1s all;
}
#photographer .photographer_text .link a small {
  font-size: 70%;
}
#photographer .photographer_text .link a::before,
#photographer .photographer_text .link a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 8px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#photographer .photographer_text .link a::before{
	width: 30px;
	height:30px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #8e9da6;
}
#photographer .photographer_text .link a::after{
	right: 19px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
}
#photographer .photographer_text p {
  line-height: 1.8;
}


#bnr {
  background: #e4dcbe;
  background: linear-gradient(to right,  #e4dcbe 15%,#e4dcbe 15%,#ffffff 50%,#e4dcbe 85%,#e4dcbe 85%);
  padding: 40px 0;
}
.banner {
  width: 918px;
  max-width: 100%;
  margin: 0 auto;
}
.banner h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

#content_slider {
  width: 960px;
  margin: 0 auto;
  text-align: center;
}

.hidden {
  display: none;
  visibility: hidden;
}

.content {
  padding: 0;
}

#content_slider__outer {
  width: auto;
  background: #ffffff;
  padding: 40px 0;
}

#content_slider > #pickup > #pickup_title{
  text-align: left;
}
#shutto-component-49,
#shutto-component-65,
#shutto-component-90 {
  display: none;
}

/*
  second
*/
.second .main_visual__inner {
  min-width: 1000px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.second .main_visual__inner img {
  width: 100%;
  max-width: 1000px;
  object-fit: contain;
}
.second #artwork h2 {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}
.second #artwork .lead.font_mincho {
  color: #000;
}
.second #artwork .place {
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
}
.second #return {
  margin-bottom: 70px;
}
.second #return .return_bnr {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.second #return .return_bnr img {
  width: 100%;
  transition:1s all;
}
.second #return .return_bnr a {
  text-decoration: none;
}
.second #return .return_bnr span {
  position: absolute;
  left: 50%;
  bottom: -1.4%;
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 90%;
  line-height: 1;
  padding: 3px 12px;
  border: 1px solid #000;
  transition:1s all;
}
.second #return .return_bnr a:hover img {
  opacity: 0.8;
  transition:1s all;
}
.second #return .return_bnr a:hover span {
  color: #fff;
  background: #222;
  transition:1s all;
}

@media screen and (max-width: 760px){
.pc_obj {
  display: none;
}
.sp_obj {
  display: block;
}

	img{
		height: auto;
		width: 100%;
	}
	.layout__inner {
		width: 100%;
	}
	#header_outer {
		width: 100%;
		height: auto;
		overflow: visible;
    margin-top: 20px;
	}
	#header_inner {
		width: 100%;
		height: auto;
	}
	#header_inner .header .layout__inner{
		width: 100%;
		margin: 3% 0;
	}
	#header_inner .header h1 {
		top: 0;
		left: 15px;
	}

	#header_inner .header .btn_product_ce {
		top: 0;
		right: 15px;
		left: auto;
	}
	#header_inner .header .btn_product_ce .on {
		display: none;
	}
	#header_inner .header .social {
		position: static;
		left: auto;
		top: auto;
		width: 100%;
		height: auto;
		text-align:  center;
		padding: 1.5% 0 0 0;
		background: #cccccc;
	}
	#header_inner .header .social li {
		float: none;
		display: inline-block;
	}

	.content {
		width: 100%;
		min-width: inherit;
	}
	.content #content_catch {
		display: none !important;
	}

	#container{
		width:100%;
	}
	#main_visual img {
		width: 100% !important;
		vertical-align: bottom;
	}

	#artwork,
  #map {
		width: 100%;
		margin: 0 auto;
	}
  #artwork .lead {
    font-size: 100%;
    padding: 0 20px 40px;
  }
  #tiles_list .tiles {
    width: 49%;
    margin-bottom: 2vw;
  }
  #tiles_list .tiles_image {
    height: 49vw;
  }
  #tiles_list .tiles_number {
    font-size: 6.66vw;
  }
  #tiles_list .tiles_public {
    font-size: 3.16vw;
  }
  #tiles_list .tiles_title {
    bottom: auto;
    top: 35vw;
    padding: 1.33vw 2.66vw 1.33vw 4vw;
    clip-path: polygon(2.66vw 0, 100% 0%, 100% 100%, 0% 100%);
  }
  #tiles_list .tiles_title h3{
    font-size: 4vw;
  }
  #tiles_list .tiles_title p{
    font-size: 2.3vw;
    line-height: 1;
  }
  #map h2 {
    font-size: max(5.7vw,18px);
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0;
  }
  #photographer {
    width: auto;
    margin: 0;
    padding: 20px;
  }
  #photographer h2 {
    font-size: max(5.7vw,18px);
  }
	#photographer .photographer_block {
    flex-direction: column;
  }
  #photographer .photographer_block .photographer_image,
  #photographer .photographer_block .photographer_text {
    width: 100%;
    margin-top: 0;
  }
  #photographer .photographer_block .photographer_image {
    margin-bottom: 4vw;
  }
  #photographer .photographer_image img {
    height: 52vw;
    object-fit: cover;
    object-position: 50% bottom;
  }
  #photographer .photographer_text .link a {
    display: block;
    font-size: max(2.9vw,15px);
    padding: 10px 50px 10px 30px;
  }
  #photographer .photographer_text a small {
    display: block; 
  }
  #photographer .photographer_text p {
    font-size: max(2.6vw,15px);
  }

	#content_slider__outer {
		width: 100%;
	}
	#content_slider__outer #content_slider {
		width: 100%;
	}

	#header,
	#footer{
		display: block !important;
	}
	
  #bnr {
    padding: 1.5vw 0 0;
  }
  .banner h3 {
    font-size: max(2.6vw,17px);
    margin-bottom: 1.5vw;
    text-align: center;
  }
  .banner img {
    width: 100% !important;
  }
  #content_slider__outer, #shutto-component-90, #shutto-component-49 {
    display: none !important;
  }

  /*
  second
  */
  .second .main_visual__inner {
    min-width: 0;
  }
  .second #return {
    margin-bottom: 4vw;
  }
  .second #return .return_bnr {
    width: 100%;
  }
  .second #return .return_bnr span {
    bottom: 0;    
    font-size: 60%;
    padding: 2px 12px 1px;  
  }
  .second #artwork h2 {
    font-size: 6vw;
  }
  .second #artwork .place {
    font-size: 3.33vw;

}
@media screen and (max-width: 420px){
  .second #return .return_bnr span {
    bottom: -1.2%;      
  }
}