body {
	margin: 0;
	background-color: #F9F6F1;
	color: #3A4348;
	padding: 0;
	font-size: 17px;
	line-height: 1.5;
	letter-spacing: 0;
	font-family: "adobe-garamond-pro", "fot-tsukumin-pr6n", serif;
	font-weight: 300;
	font-style: normal;
	text-align: left;
}
table, tr, th, td {
	vertical-align: top;
	font-weight: normal;
	border-spacing: 0;
}
li, ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
p {
	margin: 0;
	padding: 0;
}
a, a:active, a:visited {
	text-decoration: none;
	color: #3A4348;
	transition: .3s;
}
figure {
	margin: 0;
}
img {
	height: auto;
	display: block;
	width: 100%;
}
.head {
	position: fixed;
	top: 20px;
	display: flex;
	justify-content: space-between;
	margin: 20px 30px;
	font-family: "aktiv-grotesk", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: .9em;
	width: calc(100% - 60px);
	z-index: 999;
	opacity: 1;
	transition: .3s;
}
.head.hidden{
  transform: translateY(-80px);
}
.logo-head {
	width: 50%;
	max-width: 800px;
	transition: .3s;
}
.logo-head.on {
	width: 150px;
}
.nav {
	display: flex;
	gap: 2em;
}
.nav li.on {
	position: relative;
}
.nav li.on:before {
	position: absolute;
    top: 35%;
    left: -10px;
    content: "";
    background-color: #3A7447;
    width: 5px;
    height: 5px;
    border-radius: 100%;
}
.top-img {
	position: relative;
	width: 100%;
	margin-top: 200px;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.top-img p:first-child {
	width: 39rem;
}
.top-img p:last-child {
	width: 26rem;
	margin-right: 30px;
}
section.about, section.information {
	display: flex;
	margin: 100px 30px;
}
.section-ttl {
	width: 23rem;
	font-family: "aktiv-grotesk", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.1em;
}
.section-cont {
	width: 52rem;
}
.concept {
	line-height: 2.3;
	font-size: .95em;
}
.about-shop .section-flex {
	display: flex;
    margin: 50px 0;
    gap: 3rem;
	align-items: center;
}
.about-shop p {
	width: 16rem;
}
.shop-info {
	border-spacing: 0 .9em;
	font-size: .9em;
	line-height: 1.8;
	width: 33rem;
}
.calendar iframe {
	width: 100%;
}
.calendar body {
	background-color: #F9F6F1;
	color: #3A4348;
	padding: 0;
	line-height: 1.5;
	letter-spacing: 0;
	font-family: "adobe-garamond-pro", "fot-tsukumin-pr6n", serif;
	font-weight: 300;
	font-style: normal;
}
.information-top-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    width: 52rem;
    margin: 0;
    justify-content: center;
}
.information-top-list-item {
    width: 100%;
    display: flex;
    gap: 3rem;
}
.information-top-link {
    display: flex;
    gap: 3rem;
}
.info-top-item-left {
	font-size: .9em;
}
.information-top-list-img {
    opacity: 0;
    position: absolute;
    right: 0;
    width: 30%;
    top: 0;
    transition: .3s;
}
.information-top-list-item:hover .information-top-list-img {
	opacity: 1;
}
.interview {
	width: calc(100% - 60px);
	margin: 200px auto 0;
}
.interview-top-item {
	display: flex;
	margin-top: 50px;
	align-items: flex-end;
	gap: 3rem;
}
.interview-top-img {
	width: 36rem;
}
.interview-top-cont {
	width: 26rem;
}
.interview-top-ttl {
	font-size: 1.1em;
	margin-bottom: 2em;
	font-family: "aktiv-grotesk", sans-serif;
	font-weight: 300;
	font-style: normal;
}
.interview-top-txt {
	font-size: .9em;
	margin-bottom: 1em;
	line-height: 1.8;
}
.interview-top-link:before {
	display: inline-block;
	content: "————";
	margin-right: 1em;
	font-size: .7em;
}
.interview-top-link a {
  color: transparent;
  text-shadow: 0 -1.5em 0 #3A4348, 0 0 0 #3A4348;
  transition: text-shadow 0.3s;
}
.interview-top-link a:hover {
  text-shadow: 0 0 0 #3A4348, 0 1.5em 0 #3A4348;
}
.interview-top-link {
	overflow: hidden;
	font-family: "aktiv-grotesk", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: .9em;
}
.page-area {
	width: calc(100% - 60px);
	margin: 50px auto;
}
.post-navigation {
	display: flex;
	justify-content: space-between;
}
.pagination a:before {
	content: none;
}
.prev-post {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.next-post {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.prev-post img {
	max-width: 300px;
	width: 30%;
	margin-right: 30px;
	opacity: 0;
	transition: .3s;
}
.next-post img {
	max-width: 300px;
	width: 30%;
	margin-left: 30px;
	opacity: 0;
	transition: .3s;
}
.prev-post:hover img, .next-post:hover img {
	opacity: 1;
}
.footer {
	font-family: "aktiv-grotesk", sans-serif;
	font-weight: 300;
	font-style: normal;
	display: flex;
    width: calc(100% - 60px);
    margin: 120px auto 50px;
    font-size: .7em;
    justify-content: end;
    gap: 3em;
}
.instagram a,
.deley a {
  color: transparent;
	display: block;
	overflow: hidden;
  text-shadow: 0 -1.5em 0 #3A4348, 0 0 0 #3A4348;
  transition: text-shadow 0.3s;
}
.instagram a:hover,
.deley a:hover {
  text-shadow: 0 0 0 #3A4348, 0 1.5em 0 #3A4348;
}
/*information*/
.information-main {
	width: 36rem;
	margin: 120px auto 0;
}
.information-main .main-img {
	width: 100%;
}
.information-info {
	margin: 30px 0 50px;
}
.information-info .date {
	font-size: .8em;
	margin-bottom: 1.1em;
}
.information-info .title {
	font-size: 1.3em;
}
.information-inner {
	font-size: .95em;
    line-height: 1.8;
}
.information-inner p {
	margin-bottom: 1.5em;
}

.information-list {
	position: relative;
	display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    width: calc(100% - 60px);
    margin: 120px auto;
    justify-content: center;
	min-height: 60vh;
}
.information-list-item {
	width: 100%;
    display: flex;
    gap: 3rem;
    margin-left: 7rem;
}
.information-link {
	display: flex;
	gap: 3rem;
}
.information-list-img {
	opacity: 0;
	position: absolute;
	right: 10rem;
	width: 23rem;
	top: 0;
	transition: .3s;
}
.information-list-item:hover .information-list-img {
	opacity: 1;
}
.info-item-left {
	font-size: .9em;
}

/*interview*/
.interview-main {
	margin-top: 120px;
}
.interview-main .main-img img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.interview-lead {
	display: flex;
	width: 100%;
}
.lead-left {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.lead-left .title {
	margin: 20px 30px;
	font-size: 1.15em;
	font-family: "aktiv-grotesk", sans-serif;
	font-weight: 300;
	font-style: normal;
	width: calc(100% - 60px);
}
.lead-left .interview-lead {
	width: calc(100% - 60px);
	margin: 20px 30px;
	font-size: .9em;
	line-height: 1.8;
}
.lead-right {
	width: 100%;
}
.interview-inner {
	align-items: flex-start;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	width: 100%;
}
.interview-inner .interview-in-cont {
	width: 50%;
	flex: 1;
	align-self: flex-start;
}
.interview-inner .right {
  position: sticky;
  top: 0px;
}
.interview-in-cont p {
	line-height: 1.8;
	font-size: .9em;
	margin: 20px 30px;
}
.interview-in-cont p img {
	width: calc(100% + 60px);
    height: calc(100% + 40px);
    margin: -20px -30px;
}
.pagenation-ttl {
	margin: 100px 0 50px;
	font-size: 1.15em;
	font-family: "aktiv-grotesk", sans-serif;
	font-weight: 300;
	font-style: normal;
}
.page-area ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
li.interview-rel-item {
	width: 23rem;
	margin-right: 3rem;
}
li.interview-rel-item:last-child {
	margin-right: 0;
}
.interview-rel-ttl {
	font-size: .9em;
	font-family: "aktiv-grotesk", sans-serif;
	font-weight: 300;
	margin-top: 1em;
	font-style: normal;
}
.interview-rel-item a {
	display: block;
	overflow: hidden;
}
.interview-rel-item a img {
	scale: 1;
	transition: .3s;
}
.interview-rel-item a:hover img {
	scale: 1.05;
}
.interview-list {
	margin: 120px auto 0;
	width: calc(100% - 60px);
	display: flex;
	flex-wrap: wrap;
	gap: 3rem;
	min-height: 60vh;
}
.interview-list-item {
	width: 23rem;
}
.interview-list-img img {
	transition: .3s;
	scale: 1;
}
.interview-list-img:hover img {
	scale: 1.05;
}
.interview-list-img {
	overflow: hidden;
}
.interview-list-ttl {
	font-size: .9em;
	font-family: "aktiv-grotesk", sans-serif;
	font-weight: 300;
	margin-top: 1em;
	font-style: normal;
}
.pagination {
	text-align: right;
	width: calc(100% - 60px);
	margin: 50px auto;
	display: flex;
	justify-content: flex-end;
	gap: 1.5rem;
}
.page-numbers {
	position: relative;
	display: inline-block;
	text-decoration: none;
	margin-left: .5em;
	font-size: 0;
}
.pagination .page-numbers::before {
	position: absolute;
	width: .5em;
	height: .5em;
	color: #3A7447;
	content: "●";
	right: 5px;
	font-size: .7rem;
}
.page-numbers.current::before {
	position: absolute;
	width: .5em;
	height: .5em;
	color: #D9D9D9;
	content: "●";
	font-size: .7rem;
}