@charset "utf-8";

/*-----------------------------
  Top
-----------------------------*/

/*		top-navi
-----------------------------*/
#top-navi{
	background: #4F684F;
}
#top-navi > .inner{
	padding: 0;
}
#top-navi > .inner::before{
	content: "";
	display: inline-block;
	width: calc(180/1140*100vw);
	max-width: 180px;
	padding: 0 10px;
	background: url("../images/logo_jp.png") no-repeat left center / 100% auto;
}
#top-navi li{
  min-width: 4.4em;
	text-align: center;
}
#top-navi li a{
	position: relative;
	display: block;
	padding: 10px calc(16/1140*100vw);
	height: 100%;
	font-size: min(14/1100*100vw,14px);
	color: #fff;
	line-height: 1.2em;
}
#top-navi li a:hover{
  background: #47A147;
  transition: 0.3s;
}
#top-navi li a::after{
  display: block;
  font-size: 0.72em;
  line-height: 1em;
}
#top-navi li#menu-item-1133 a::after{
	content: "長倉洋海より";
}
#top-navi li#menu-item-1134 a::after{
	content: "展覧会";
}
#top-navi li#menu-item-1135 a::after{
	content: "写真集・著書";
}
#top-navi li#menu-item-1136 a::after{
	content: "イベント&お知らせ";
}
#top-navi li#menu-item-1137 a::after{
	content: "長倉商店塾";
}
#top-navi li#menu-item-1138 a::after{
	content: "長倉洋海の作品";
}
#top-navi li#menu-item-1139 a::after{
	content: "プロフィール";
}
@media screen and (max-width: 768px) {
	#top-navi > .inner{
    margin: 0;
    width: 100%;
	}
	#top-navi ul.flex{
    flex-wrap: wrap;
    justify-content: center;
	}
	#top-navi > .inner::before{
    display: none;
    visibility: hidden;
	}
	#top-navi li{
    /*width: calc(100%/3);*/
    border-bottom: 1px solid rgba(255, 255, 255, .4);
	}
	#top-navi li:nth-of-type(4),
	#top-navi li:nth-of-type(5){
    /*width: calc(100%/2);*/
	}
	#top-navi li a{
		padding: 0.5em 0.4vw;
		height: auto;
		font-size: 12px;
		font-size: min(calc(12/375*100vw),12px);
	}
	#top-navi li a::after{
		margin-top: 5px;
	}
}
@media screen and (min-width: 769px) {
  #top-navi ul.flex{
	  align-items: stretch;
  }
  #top-navi li a{
	display: grid;
	place-content: center;
  padding: 6px 1vw calc(10px + 1rem + 4px);
	}
	#top-navi li a::after{
		margin-top: 4px;
		text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
	}
}
@media screen and (min-width: 1140px) {
	#top-navi li a{
		padding: 6px 20px calc(10px + 1rem + 4px);
	}
}

/*		#top-mv
-----------------------------*/
#top-mv{
  /*overflow: hidden;*/
  min-height: calc(100vw*218/495);
  background: url(https://www.h-nagakura.net/wp-dir/wp-content/uploads/2024/01/top_mv_01.jpg) no-repeat center top/ cover;
  
}
@media screen and (max-width: 768px) {
}


/*		common
-----------------------------*/
main > section > .inner{
  padding-top: 60px;
  padding-bottom: 100px;
}
/* .top-subti */
.top-subti{
  margin-bottom: 1em;
  color: #020202;
  font-size: 1.9rem;
}
.top-subti span{
  display: block;
  margin-bottom: 5px;
  color: #2B4E9E;
  font-size: 2em;
}

/* .top-cont-box */
.top-cont-box{
  
}
.top-cont-info{
  margin-bottom: 6px;
  display: flex;
	justify-content: space-between;
}
.top-cont-info li{
  font-size: 1.2rem;
  line-height: 1em;
}
.top-cont-info .cat a{
  display: inline-block;
  padding: 6px 10px;
  background: var(--color-base-light);
  border: 1px solid var(--color-base-light);
  border-radius: 4px;
  color: #fff;
}
.top-cont-info .date{
  padding: 10px 10px 5px;  
}
.top-cont-box figure{
  margin-bottom: 10px;
}
.top-cont-box figure img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 3/2;
}
.top-cont-ti{
  color: var(--color-accent-1);
  font-size: 2rem;
}
.top-cont-item-lists,
.top-cont-p{
  margin-top: 1em;
}
.top-cont-item-lists li{
  margin-left: 3em;
  text-indent: -3em;
  line-height: 1.4em;
  /*font-size: 1.5rem;*/
  color: #54595F;
}
.top-cont-item-lists li + li{
  margin-top: 0.5em;
}
main > section > .inner > .cmn-btn-wrap{
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .top-cont-box + .top-cont-box{
    margin-top: calc(30/375*100vw);
  }
}/*//sp*/
@media screen and (min-width: 769px) {
  /* 高さを揃える */
  .top-cont-box{
    display: flex;
    flex-direction: column;
  }
  .top-cont-box > a{
    flex-grow: 1;
    
    display: flex;
    flex-direction: column;
  }
  .top-cont-box > a .top-cont-ti,
  .top-cont-box > a .top-cont-p{
    flex-grow: 1;
  }
  /* //高さを揃える */
}/*//pc*/

/*		#top-news
-----------------------------*/
#top-news > .inner{
  padding: 60px 0;
}
#top-news .top-subti{
  font-size: 3rem;  
  line-height: 1.4em;
}
#top-news .top-cont-item-lists{
  flex-grow: 1;
}
#top-news .top-cont-item-lists li{
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  #top-news > .inner{
    padding: 60px 0 0;
  }
}/*//sp*/


/*		#top-newentries
-----------------------------*/
#top-newentries > .inner{
  padding: 0 0 120px;
}
#top-newentries .cmn-btn-wrap{
  margin-top: 0px;
}
#top-newentries .cmn-entry-lists > li{
  padding: 0.6em 0 0.4em;
}
#top-newentries .cmn-entry-lists > li > div > a{
  display: inline-block;
}
/*
#top-newentries .cmn-entry-lists .cat{
  display: inline-block;
  margin-left: 1em;
  padding: 4px 10px;
  background: #fff;
  border: 1px solid #A6A6A6;
  border-radius: 4px;
  font-size: 1.2rem;
  line-height: 1em;
  transform: translateY(-2px);
}
*/
@media screen and (max-width: 768px) {
}/*//sp*/

/*		#top-message
-----------------------------*/
#top-message{
  position: relative;
}
#top-message .note{
  position: absolute;
  right: 0;
  bottom: -2rem;
  margin-top: 0.5em;
  font-size: 1.4rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .top-message{
    margin-top: 80px;
    padding-bottom: 1px;
  }
}/*//sp*/

/*		#top-exhibitions
-----------------------------*/
#top-exhibitions .top-cont-box figure{
  margin-bottom: 25px;
}
#top-exhibitions .top-cont-item-lists{
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
}/*//sp*/
@media screen and (min-width: 769px) {
  #top-exhibitions .top-cont-box > a .top-cont-ti {
    flex-grow: 0;
    min-height: 6rem;
  }
}/*//pc*/

/*		#top-books
-----------------------------*/
#top-books > .inner{
}
#top-books .top-cont-box figure img {
  object-fit: contain;
}
@media screen and (max-width: 768px) {
}/*//sp*/
@media screen and (min-width: 769px) {
  #top-books .top-cont-box > a .top-cont-ti {
    display: grid;
    align-items: center;
    flex-grow: 0;
    min-height: 6rem;
  }
}/*//pc*/

/*		#top-eventinfo
-----------------------------*/
.top-eventinfo-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3/2;
}
.top-eventinfo-img .flex{
  width: 100% !important;
  gap: 0 4%;
  line-height: 0;
}
.top-eventinfo-img .flex img{
  width: calc((100% - 4% )/2);
  height: 100% !important;
  object-fit: cover;
  aspect-ratio: 3/2;
}
.top-eventinfo-img-mv{
  margin: 20px;
  line-height: 0;
}
.top-eventinfo-cont .top-cont-box +  .top-cont-box{
  margin-top: 60px;
}
.top-eventinfo-cont .top-cont-ti{
  margin-bottom: 1em;
  font-size: 2.4rem;
  line-height: 1.5;
}
.top-eventinfo-cont .top-cont-ti a,
.top-eventinfo-cont .top-cont-ti a:visited{
  color: var(--color-accent-1);
}
.top-eventinfo-cont .top-cont-ti a:hover{
  text-decoration: underline;
  opacity: 1;
}
.top-eventinfo-cont figure img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  /*aspect-ratio: 2/3;*/
}
.top-eventinfo-cont .top-cont-p p{
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .top-eventinfo-img{
    margin-top: calc(40/375*100vw);
  }
}/*//sp*/
@media screen and (min-width: 769px) {
  #top-eventinfo .inner > .pc-flex{
    flex-direction:row-reverse;
  }
  .top-eventinfo-img{
    width: 30%;
  }
  .top-eventinfo-cont{
    width: 64%;
  }
  .top-eventinfo-cont .top-cont-box > .pc-flex{
    align-items: flex-start;
  }
  .top-eventinfo-cont .top-cont-box figure{
    width: 25%;
  }
  .top-eventinfo-cont .top-cont-box .top-cont-p{
    width: 73%;
    flex-grow: unset;
  }
}/*//pc*/


/*		#top-juku
-----------------------------*/
#top-juku div.inner{
  padding-bottom: 60px;
}
.top-juku-info{
}
.top-juku-info-ti{
  text-align: center;
}
.top-juku-info-ti h3{
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
}
.top-juku-info-ti h3 span{
  display: inline-block;
  position: relative;
  padding: 20px 40px;
}
.top-juku-info-ti h3:before,
.top-juku-info-ti h3::after,
.top-juku-info-ti h3 span::before,
.top-juku-info-ti h3 span::after{
  position: absolute;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
}
.top-juku-info-ti h3::before{
  left: 2px;
  top: 2px;
  border: solid rgba(110, 110, 110, 0.1);
  border-width: 4px 0 0 4px;
}
.top-juku-info-ti h3::after{
  left: 0;
  top: 0;
  border: solid rgba(110, 110, 110, 1);
  border-width: 1px 0 0 1px;
}
.top-juku-info-ti h3 span::before{
  right: -4px;
  bottom: -4px;
  border: solid rgba(110, 110, 110, 0.1);
  border-width: 0 4px 4px 0;
}
.top-juku-info-ti h3 span::after{
  right: 0;
  bottom: 0;
  border: solid rgba(110, 110, 110, 1);
  border-width: 0 1px 1px 0;
}
.top-juku-info .img.flex{
  margin-top: 20px;
  margin-bottom: 20px;
	justify-content: center;  
  gap: 20px;
}
.top-juku-info .img.flex figure{
  max-width: 150px;
}
.top-juku-info .img.flex.rect figure{
  max-width: 225px;
}
.top-juku-info .img.flex figure a{
  display: block;
  position: relative;
  line-height: 0;
  box-shadow: 0px 0px 6px #ccc;
}
.top-juku-info .img.flex figcaption{
  font-size: 1.2rem;
  text-align: center;
}
.top-juku-info-cont > *,
.top-juku-info-cont > *{
  margin-bottom: 20px;
}
.top-juku-info-cont a{
  /*text-decoration: underline;*/
}
.top-juku-info-cont-term{
  margin-top: 1em;
  position: relative;
  background: rgba(255, 255, 255, .6);
  border: solid 3px #585858;
  padding: 3rem calc(2rem + 10px) calc(3rem + 7px) calc(2rem + 10px + 7px);
  color: #585858;
}
ul.top-juku-info-cont-term::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 7px;
  width: 100%;
  height: 100%;
  background: #ebf1e4;
  z-index: -1;
}
@media screen and (max-width: 768px) {
}/*//sp*/
@media screen and (min-width: 769px) {
  .top-juku-info{
    width: 60%;
  }
}/*//pc*/

.top-juku-fb{

}
.top-juku-fb-note{
  margin-top: 20px;
  text-align: center;
  font-size: 1.4rem;
}
.top-juku-fb-note a{
  background: #3b5998;
  display: block;
  padding: 1em;
  color: #fff;
}
.top-juku-fb-note a::after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  border-style: solid;
  border-color: #FFF;
  border-width: 1px 1px 0 0;
  width: 6px;
  height: 6px;
  transform: rotate(45deg) translateY(-3px);
}
@media screen and (max-width: 768px) {
  .top-juku-fb{
    width: 100%;
    margin: auto;
    text-align: center;
  }
  
  .top-juku-fb .fb_iframe_widget,
  .top-juku-fb iframe{
    width: 90% !important;
    margin: auto;
  }
}/*//sp*/
@media screen and (min-width: 769px) {
  .top-juku-fb{
    width: 36%;
  }
  .top-juku-fb .fb_iframe_widget,
  .top-juku-fb iframe{
    width: 90% !important;
    margin: auto;
  }
}/*//pc*/

.top-juku-about{
  background: #f8f9f8;
}
#top-juku .top-juku-about .inner{
  padding: 40px 0;
}
  .top-juku-about h3{
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
}
.top-juku-about p{
  /*font-size: 1.4rem;*/
  line-height: 1.8em;;
}
.top-juku-about img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3/2;
}
.top-juku-about .img.flex{
  margin: 20px auto;
  gap: 20px 15px;
  max-width: 400px;
}
.top-juku-about .img a{
  display: block;
  box-shadow: 0px 0px 6px #ccc;
}
.top-juku-about .img.flex a{
  flex: 1;
}
@media screen and (max-width: 768px) {
}/*//sp*/
@media screen and (min-width: 769px) {
  .top-juku-about{
  }
  .top-juku-about .pc-flex{
    gap: 20px;
    align-items: center;
  }
}/*//pc*/


/*		#GALLERY.top-gallery
-----------------------------*/

main > section#GALLERY.top-gallery > .inner{
  padding-top: 40px;
  padding-bottom: 40px;
}
.flex.gallery-lists{
  margin-top: 20px;
  flex-wrap: wrap;
	justify-content: flex-start;
  gap: 10px 20px;
}
.flex.gallery-lists li{
  width: calc((100% - 20px*3)/4);
}
.flex.gallery-lists li .img{
  line-height: 0;
}
.flex.gallery-lists li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 236 / 158;
}
.flex.gallery-lists li h3{
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .flex.gallery-lists{
  }
  .flex.gallery-lists li{
    gap: 40px 20px;
  }
  .flex.gallery-lists li{
    width: calc((100% - 20px)/2);
  }
  .flex.gallery-lists li h3{
    line-height: 1.6em;
  }
}/*//sp*/
@media screen and (min-width: 769px) {
}/*//pc*/


/*		#profile.top-profile
-----------------------------*/
#profile.top-profile{

}
#profile.top-profile .cmn-btn-more{
  width: auto;
}
.top-profile-signature .signature{ 
  text-align: center;
  line-height: 0;
}
.top-profile-signature .signature img{   
  width: 80%;
  max-width: 280px;
}
.top-profile-illusts figure{
  width: 100%;
  text-align: right;
}
.top-profile-illusts figure:nth-child(2){
  margin-top: -50px;
  text-align: left;
}
.top-profile-illusts figure:nth-child(3){
  margin-top: -50px;
  padding-right: 20px;
}
.top-profile-illusts img{
  width: 60%;
  max-width: 150px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #profile.top-profile .top-profile-biography{   
    margin-top: calc(40/375*100vw);
  }
  #profile.top-profile .top-profile-illusts{
    position: relative;
    margin-top: calc(40/375*100vw);
    padding: calc(80/375*100vw) 0 calc(40/375*100vw);
  }
  .top-profile-illusts figure{
    width: 100%;
  }
  .top-profile-illusts figure:nth-child(1){
    text-align: left;
  }
  .top-profile-illusts figure:nth-child(2){
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-45%);
  }
  .top-profile-illusts figure:nth-child(3){
    position: absolute;
    top:  calc(40/375*100vw);
    right: 0;
  }
  .top-profile-illusts img{
    width: calc(110/375*100vw);
    max-width: 150px;
    height: auto;
  }
}/*//sp*/
@media screen and (min-width: 769px) {
  #profile.top-profile .inner > .pc-flex{    
    align-items: flex-start;
  }
  #profile.top-profile .top-profile-signature{   
    width: 34%;
  }
  #profile.top-profile .top-profile-biography{   
    width: 34%;
  }
  #profile.top-profile .top-profile-illusts{   
    width: 28%;
  }
}/*//pc*/

/* .linkToOld */
.linkToOld{
  text-align: right;
}
/*.linkToOld*/
.linkToOld a{
	position: relative;
  color: var(--color-accent-1);
  font-size: min(4vw,16px);
}
.linkToOld a:hover{
	text-decoration: underline;
}
.linkToOld a span{  
	position: relative;
  display: inline-block;
  padding-right: 14px;
}
.linkToOld a span::after{  
	position: absolute;
	top: 50%;
	left: calc(100% - 20px);
	content: "";
	display: block;
  	margin-left: 6px;
	border-style: solid;
	border-color: var(--color-accent-1);;	
	border-width: 1px 1px 0 0;
	width: 6px;
	height: 6px;
   transform: rotate(45deg) translateY(-50%);
}