@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

li {
  list-style-type: none;
}

div {
  margin: 0;
  padding: 0;
}

a,
a:visited {
  text-decoration: none;
  color: #4a4a4a;
}

html {
  font-size: 14px;
  line-height: 1.65;
}

@media screen and (min-width: 600px) {
  html {
    font-size: 15px;
    line-height: 25px;
  }
}

body {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
  font-weight: 300;
  background: #deddd9;
}

h1 {
  font-family: 'Lato', "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
  font-weight: 700;
  color: #4a4a4a;
  font-size: 28px;
}

@media screen and (min-width: 600px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 100%;
}

nobr span {
  font-size: 50%;
  font-weight: 300;
}

p {
  text-align: justify;
}

.mc1,
.mc2 {
  transition: 0.4s;
}

.all-container {
  width: 100%;
  max-width: 1024px;
  overflow: hidden;
  margin: 0 auto;
}

.small {
  font-weight: 300;
  font-size: 80%;
}

.bold {
  font-weight: 700;
}

.tin {
  font-weight: 300;
}

.space {
  margin-right: 0.1em;
}

p > a {
  padding-bottom: 2px;
  border-bottom: dotted 1px #5a5a5a;
}

p > a:hover {
  color: #898989;
}

.mobile {
  display: inline-block;
}

@media screen and (min-width: 600px) {
  .mobile {
    display: none;
  }
}

.pc {
  display: none;
}

@media screen and (min-width: 600px) {
  .pc {
    display: inline-block;
  }
}

.nav-mark {
  position: fixed;
  top: 22px;
  right: 15px;
  z-index: 20;
  cursor: pointer;
}

@media screen and (min-width: 1000px) {
  .nav-mark {
    right: calc(50vw - 480px);
  }
}

.nav-mark span {
  z-index: 20;
  margin-bottom: 13px;
  display: block;
  width: 40px;
  height: 2px;
  background: #999;
  transition: all 0.4s;
  transform-origin: center;
}

.nav-mark .nav-mark-middle {
  background: none;
  height: 5px;
}

.nav-mark-middle span {
  margin-bottom: 0px;
  position: absolute;
}

.nav-mark-bottom {
  margin-bottom: 0px;
}

.nav-text {
  text-align: center;
  font-size: 10px;
  margin-top: -8px;
}

.nav-text span {
  background-color: inherit;
  position: absolute;
}

.nav-text_menu {
  color: #999;
}

.nav-text_close {
  opacity: 0;
  color: #f2f2f2;
}

#nav-container {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 0;
  z-index: 10;
  overflow: hidden;
  transition: all 0.5s;
}

@media screen and (min-width: 600px) {
  #nav-container {
    width: 0px;
    right: calc(50vw - 520px);
  }
}

#main-nav {
  margin: 0;
  padding: 100px 0 0 20px;
  display: grid;
  grid-template-rows: 50px 50px 50px 200px 50px 50px;
  width: 73vw;
  height: 100vh;
  background: rgba(198, 193, 187, 0.95);
  line-height: 50px;
  font-size: 17px;
  font-weight: 500;
  transition: all 0.5s;
  transform: translateX(73vw);
}

@media screen and (min-width: 600px) {
  #main-nav {
    width: 300px;
    right: calc(50vw - 500px);
  }
}

.sub-nav {
  display: grid;
  grid-template-columns: 60px 1fr;
  grid-template-rows: repeat(4, 50px);
}

.sub-nav .nav-list {
  grid-column: 2/3;
  grid-row: auto;
}

.sub-navtitle {
  display: block;
  width: 200px;
  height: 50px;
  grid-column: 1/2;
  grid-row: 0/5;
  font-weight: normal;
  font-size: 100%;
  transform-origin: left bottom;
  transform: rotate(90deg) translate(-30px, 13px);
  color: rgba(244, 244, 244, 0.6);
}

.nav-list {
  border-bottom: dotted 1px #f2f2f2;
}

.nav-list:first-child,
.nav-list:last-of-type {
  border-top: dotted 1px #f2f2f2;
}

.sub-nav .nav-list:last-child {
  border: none;
}

#main-nav .nav-list,
#main-nav .nav-list a,
#main-nav .nav-list a:visited {
  color: #f2f2f2;
}

.nav-list a {
  display: block;
  padding-left: 7px;
  width: 100%;
  height: 100%;
}

.nav-list a:hover {
  background: #000;
}

.flink {
  margin-top: 20px;
  margin-left: 70%;
  width: 25px;
  height: 25px;
}

.first-view {
  width: 100vw;
  height: 85vh;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 1fr 1fr 1fr;
}

@media screen and (min-width: 600px) {
  .first-view {
    width: 100%;
    height: 750px;
  }
}

.first-view__title-container {
  content: "";
  display: block;
  grid-column: 1/4;
  grid-row: 1/3;
  width: 100%;
  height: calc(85vh - (clamp(1px, 16.6vw, 166.6px) * 3));
}

@media screen and (min-width: 600px) {
  .first-view__title-container {
    height: 100%;
  }
}

.first-view__title-box {
  grid-column: 1/4;
  grid-row: 1/3;
  width: 66vh;
  height: 70px;
  transform-origin: bottom left;
  transform: translate(20px, -50px) rotate(90deg);
}

@media screen and (min-width: 600px) {
  .first-view__title-box {
    transform: translate(40px, -40px) rotate(90deg);
  }
}

.first-view__title {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 4px;
}

@media screen and (min-width: 600px) {
  .first-view__title {
    font-size: 45px;
  }
}

.first-view__text {
  font-size: 0.9rem;
  line-height: 17px;
}

#first-view__image {
  grid-column: 1/-1;
  grid-row: 2/4;
  width: 100%;
  justify-self: center;
}

@media screen and (min-width: 600px) {
  #first-view__image {
    grid-row: 1/4;
  }
}

.fvimg {
  width: 100%;
  opacity: 0;
  position: absolute;
  left: -48px;
  transition: 0.8s;
}

@media screen and (min-width: 600px) {
  .fvimg {
    height: 100%;
    left: auto;
  }
}

#logo {
  display: none;
}

.info #logo,
.single #logo {
  display: block;
}

.logo__title-box {
  z-index: 50;
  position: fixed;
  top: 0;
  left: 0;
  grid-column: 1/4;
  grid-row: 1/3;
  width: 66vh;
  height: 70px;
  transform-origin: bottom left;
  transform: translate(12px, -50px) rotate(90deg) scale(0.3);
}

@media screen and (min-width: 600px) {
  .logo__title-box {
    transform: translate(40px, -40px) rotate(90deg) scale(0.4);
    left: calc(50vw - 520px);
  }
}

.logo__title {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 4px;
}

@media screen and (min-width: 600px) {
  .logo__title {
    font-size: 45px;
  }
}

.logo__text {
  font-size: 0.9rem;
  line-height: 17px;
}

.profile {
  display: grid;
  grid-template-columns: clamp(1px, 16.6vw, 166.6px) auto;
  padding-bottom: calc(clamp(1px, 16.6vw, 166.6px) *3);
}

@media screen and (min-width: 600px) {
  .profile {
    padding-bottom: calc(clamp(1px, 16.6vw, 166.6px) *2);
  }
}

.profile h1 {
  transform-origin: top left;
  transform: translate(calc(clamp(1px, 16.6vw, 166.6px) + 20px), 338px) rotate(90deg);
}

@media screen and (min-width: 600px) {
  .profile h1 {
    transform: translate(calc(clamp(1px, 16.6vw, 166.6px) + 20px), 365px) rotate(90deg);
  }
}

.profile__text-container {
  margin: 0;
  padding: 0 20px clamp(1px, 16.6vw, 166.6px) clamp(1px, 16.6vw, 166.6px);
}

@media screen and (min-width: 600px) {
  .profile__text-container {
    padding: 0 clamp(1px, 16.6vw, 166.6px) clamp(1px, 16.6vw, 166.6px);
  }
}

.profile__text-container h2 {
  font-weight: 700;
  font-size: 24px;
  margin-top: -24px;
}

@media screen and (min-width: 600px) {
  .profile__text-container h2 {
    font-size: 30px;
    margin-top: -15px;
  }
}

.line {
  margin: 0 0.5em 0 0.3em;
  font-size: 90%;
  border-right: 1px solid #555555;
}

.profile__text-container h2 .small {
  font-size: 10px;
  vertical-align: middle;
  position: relative;
  bottom: 2px;
}

.profile__text-header {
  margin: 5px 0 25px;
  line-height: 1.3;
}

@media screen and (min-width: 600px) {
  .profile__text-header {
    margin-top: 25px;
  }
}

.profile img {
  margin-top: 20px;
  margin-bottom: 22px;
}

.plofile figure{
  position: relative;
}
.photo_credit{
  font-size: 0.55em;
  flood-color: #898989;
  position: absolute;
  transform: translate(0px, -20px);;
}
@media screen and (min-width: 600px) {
  .photo_credit {
  
      transform: translate(170px, -41px)
  }
}
.profile p {
  text-align: justify;
}

.bookhead {
  margin-top: 50px;
}

.book {
  width: 100%;
}

.book:hover {
  opacity: 0.6;
}

.book img {
  width: 40%;
}

.book figcaption {
  font-size: 0.8em;
  line-height: 1.2;
}

.information {
  padding-left: 10px;
  padding-bottom: calc(clamp(1px, 16.6vw, 166.6px) *5);
}

@media screen and (min-width: 600px) {
  .information {
    padding-bottom: calc(clamp(1px, 16.6vw, 166.6px) *2);
  }
}

.information.archive {
  min-height: calc(100vh - 2000px);
  padding-bottom: 0;
}

@media screen and (min-width: 600px) {
  .information.archive {
    padding-bottom: 0;
  }
}

.information header {
  height: calc(clamp(1px, 16.6vw, 166.6px) *3.5);
  margin: 0;
}

@media screen and (min-width: 600px) {
  .information header {
    height: calc(clamp(1px, 16.6vw, 166.6px) *2.5);
  }
}

.information header.single {
  height: clamp(1px, 16.6vw, 166.6px);
  margin: 0;
}

@media screen and (min-width: 600px) {
  .information header.single {
    height: clamp(1px, 16.6vw, 166.6px);
  }
}

.information header.archive {
  height: calc(clamp(1px, 16.6vw, 166.6px) *1.5);
  margin: 0;
}

@media screen and (min-width: 600px) {
  .information header.archive {
    height: calc(clamp(1px, 16.6vw, 166.6px) *1.5);
  }
}

.information__title-container {
  width: calc(clamp(1px, 16.6vw, 166.6px) *4);
  height: clamp(1px, 16.6vw, 166.6px);
}

.information__title-container h1 {
  width: 0;
  transform: translate(calc(clamp(1px, 16.6vw, 166.6px) *1.5), calc(clamp(1px, 16.6vw, 166.6px) /2));
}

@media screen and (min-width: 600px) {
  .information__title-container h1 {
    transform: translate(calc(clamp(1px, 16.6vw, 166.6px) *3.3), calc(clamp(1px, 16.6vw, 166.6px) /2));
  }
}

.main-article {
  display: grid;
  grid-template-columns: calc(clamp(1px, 16.6vw, 166.6px) *1.5) auto;
  grid-template-rows: clamp(1px, 16.6vw, 166.6px) auto;
}

.main-article__date {
  grid-column: 1;
  grid-row: 1/-1;
  font-size: 8px;
  line-height: 8px;
  transform-origin: top left;
  transform: translateX(50px) rotate(90deg);
}

@media screen and (min-width: 600px) {
  .main-article__date {
    font-size: 11px;
    transform: translateX(120px) rotate(90deg);
  }
}

.main-article__title-container {
  grid-column: 2;
  grid-row: 1;
  height: 100%;
}

.main-article__title-container h1 {
  font-size: 1.7rem;
  line-height: 1;
  transform: translate(-12px, calc(clamp(1px, 16.6vw, 166.6px) - 8px));
}

.main-article__content {
  grid-column: 1/3;
  grid-row: 2;
  padding: clamp(1px, 16.6vw, 166.6px) 40px 25px 40px;
}

@media screen and (min-width: 600px) {
  .main-article__content {
    padding: clamp(1px, 16.6vw, 166.6px);
  }
}

.main-article__content p {
  margin: 25px 0;
}

.main-article__content p:first-child {
  margin-top: 0;
}

.main-article__content figure {
  width: 100%;
  padding: 1em 10%;
  text-align: center;
  align-items: center;
object-fit: contain;
}

.main-article__content img {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.main-article__content figcaption {
  display: inline-block;
  width: 80%;
  text-align: left;
  margin-top: 1em;
  padding-left: 1em;
  font-size: 80%;
  line-height: 1.2;
  border-left: dotted 1px #b1b1b1;
}

.main-article__content .link {
  margin-top: 125px;
  margin-bottom: 50px;
  width: 100%;
  text-align: center;
}

.main-article__content .link span {
  width: 10em;
}

.past {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0 40px;
}

@media screen and (min-width: 600px) {
  .past {
    padding: 0 calc(clamp(1px, 16.6vw, 166.6px) *1.3);
  }
}

.past-article {
  display: grid;
  grid-template-columns: 15vw 1fr;
  grid-column-gap: 10px;
  padding: 10px 3px;
  border-bottom: 1px solid #eee;
}

@media screen and (min-width: 600px) {
  .past-article {
    grid-template-columns: 100px 1fr;
  }
}

.past a:first-child .past-article {
  border-top: 1px solid #eee;
}

.past-article h3 {
  grid-column: 2;
  grid-row: 1;
  font-size: 11px;
  line-height: 1.2;
}

@media screen and (min-width: 600px) {
  .past-article h3 {
    font-size: 13px;
  }
}

.past-article figure {
  height: 15vw;
}

@media screen and (min-width: 600px) {
  .past-article figure {
    height: 100px;
  }
}

.past-article img {
  height: 100%;
  object-fit: cover;
}

.past-article__date {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  font-size: 10px;
  line-height: 1;
  color: #999;
}

.past__more {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.past__more a {
  display: block;
  width: 33vw;
  text-align: center;
  line-height: 1;
  padding: 20px 0 5px;
}

@media screen and (min-width: 600px) {
  .past__more a {
    width: 180px;
    padding: 30px 0 10px;
  }
}

.past > a:hover {
  background: rgba(137, 137, 137, 0.1) !important;
}

.past__more a:hover {
  opacity: 0.6;
}

.concept {
  padding-bottom: 0;
}

.concept__text-container {
  margin-left: calc(clamp(1px, 16.6vw, 166.6px) *2);
  padding: calc(clamp(1px, 16.6vw, 166.6px) *2) 20px calc(clamp(1px, 16.6vw, 166.6px) *3) 40px;
}

@media screen and (min-width: 600px) {
  .concept__text-container {
    padding: 0 clamp(1px, 16.6vw, 166.6px) clamp(1px, 16.6vw, 166.6px) 40px;
  }
}

.concept__text-container h2 {
  margin-bottom: calc(25px - 5px);
}

.works {
  padding: 0;
}

.works header {
  height: clamp(1px, 16.6vw, 166.6px);
}

.works__title-container {
  height: clamp(1px, 16.6vw, 166.6px);
  margin-left: calc(clamp(1px, 16.6vw, 166.6px) *2);
}

.works__title-container h1 {
  width: 0;
  transform: translate(-50px, -17px);
}

.works-article:nth-of-type(odd) {
  display: grid;
  grid-template-columns: clamp(1px, 16.6vw, 166.6px) auto;
  padding-bottom: calc(clamp(1px, 16.6vw, 166.6px) *1.5);
}

.works-article:nth-of-type(odd) h1 {
  font-size: 24px;
  transform-origin: top left;
  transform: translate(calc(clamp(1px, 16.6vw, 166.6px) + 20px), 10px) rotate(90deg);
}

@media screen and (min-width: 600px) {
  .works-article:nth-of-type(odd) h1 {
    font-size: 40px;
    transform: translate(calc(clamp(1px, 16.6vw, 166.6px) + 10px), 50px) rotate(90deg);
  }
}

.works-article:nth-of-type(odd) .main-container {
  margin: 0;
  padding: 0 20px clamp(1px, 16.6vw, 166.6px) clamp(1px, 16.6vw, 166.6px);
}

.works-article:nth-of-type(odd) .text-container {
  margin-top: -10px;
}

@media screen and (min-width: 600px) {
  .works-article:nth-of-type(odd) .text-container {
    padding-right: clamp(1px, 16.6vw, 166.6px);
  }
}

.works-article:nth-of-type(even) {
  display: grid;
  grid-template-columns: auto clamp(1px, 16.6vw, 166.6px);
  padding-bottom: calc(clamp(1px, 16.6vw, 166.6px) *1.5);
}

.works-article:nth-of-type(even) .title-container {
  grid-column: 2;
  grid-row: 1;
}

.works-article:nth-of-type(even) h1 {
  font-size: 24px;
  transform-origin: top left;
  transform: translate(15px, 10px) rotate(90deg);
}

@media screen and (min-width: 600px) {
  .works-article:nth-of-type(even) h1 {
    font-size: 40px;
    transform: translate(15px, 50px) rotate(90deg);
  }
}

.works-article:nth-of-type(even) .main-container {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  padding: 0 clamp(1px, 16.6vw, 166.6px) clamp(1px, 16.6vw, 166.6px) 20px;
}

@media screen and (min-width: 600px) {
  .works-article:nth-of-type(even) .main-container {
    padding: 0 clamp(1px, 16.6vw, 166.6px) clamp(1px, 16.6vw, 166.6px) 0;
  }
}

.works-article:nth-of-type(even) .text-container {
  margin-top: -10px;
}

@media screen and (min-width: 600px) {
  .works-article:nth-of-type(even) .text-container {
    padding-left: clamp(1px, 16.6vw, 166.6px);
  }
}

.works-article .text-container h2 {
  font-weight: 700;
  margin-bottom: 20px;
}

.works-article .text-container p {
  text-align: justify;
}

.alexander .deco {
  height: calc(clamp(1px, 16.6vw, 166.6px) *3);
  margin-right: -20px;
  margin-bottom: -125px;
}

@media screen and (min-width: 600px) {
  .alexander .deco {
    height: calc(clamp(1px, 16.6vw, 166.6px) *1.5);
  }
}

.alexander img {
  width: calc(clamp(1px, 16.6vw, 166.6px) *2);
  margin-bottom: 50px;
  width: calc(clamp(1px, 16.6vw, 166.6px) *3);
  margin-bottom: 25px 2;
  position: relative;
  top: 20px;
  left: -100px;
}

@media screen and (min-width: 600px) {
  .alexander img {
    width: 300px;
    position: relative;
    top: -25px;
    left: -185px;
  }
}

.conduct .deco {
  width: calc(clamp(1px, 16.6vw, 166.6px) *4);
  height: calc(clamp(1px, 16.6vw, 166.6px) *3);
  margin-left: -20px;
  margin-bottom: -125px;
}

@media screen and (min-width: 600px) {
  .conduct .deco {
    height: calc(clamp(1px, 16.6vw, 166.6px) *1.5);
  }
}

.conduct img {
  width: calc(clamp(1px, 16.6vw, 166.6px) *3);
  margin-left: calc(clamp(1px, 16.6vw, 166.6px) *1.5);
  margin-bottom: 50px;
  position: relative;
  top: 0px;
  left: -15px;
}

@media screen and (min-width: 600px) {
  .conduct img {
    width: 300px;
    position: relative;
    top: -28px;
    left: 30px;
  }
}

.jptitle {
  display: inline-block;
  font-size: 120%;
  margin-bottom: 25px;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
  font-weight: 700;
  padding: 0 20px;
}

.contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto clamp(1px, 16.6vw, 166.6px) auto;
}

.contact__title-container {
  grid-column: 1;
  grid-row: 1;
  width: calc(clamp(1px, 16.6vw, 166.6px) *2);
  height: calc(clamp(1px, 16.6vw, 166.6px) *3);
  margin-left: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

@media screen and (min-width: 600px) {
  .contact__title-container {
    height: calc(clamp(1px, 16.6vw, 166.6px) *2);
  }
}

.contact__title-container h1 {
  transform: translate(20px, 12px);
}

.contact__text-container {
  grid-column: 1/4;
  grid-row: 3;
  overflow: visible;
}

.contact__text-container {
  padding: 0 20px;
}

@media screen and (min-width: 600px) {
  .contact__text-container {
    padding: 0 25%;
  }
}

.contact h4 {
  font-size: 11px;
  margin: 2.2em 0 0.5em;
}

.red {
  color: #ff4e00;
  font-weight: 700;
}

.error {
  display: none;
  margin-top: 3px;
  margin-bottom: -19.5px;
  font-size: 10px;
  text-align: right;
  color: #ff4e00;
}

.paren {
  font-size: 0.85em;
  vertical-align: 3%;
}

input[type="text"], input[type="email"] {
  border: none;
  width: 100%;
  padding: 0 10px;
}

input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
  background-color: #fff !important;
  outline: 0;
}

input[type="text"]::placeholder, input[type="email"]::placeholder {
  color: #a7a7a7;
}

input[type="text"]:invalid, input[type="email"]:invalid {
  outline: 0;
  box-shadow: none !important;
}

input[type="text"]:not(:placeholder-shown):invalid, input[type="email"]:not(:placeholder-shown):invalid {
  background: #ffe6dd !important;
  outline: 0;
  box-shadow: none !important;
}

input[type="text"]:not(:placeholder-shown):invalid + .error, input[type="email"]:not(:placeholder-shown):invalid + .error {
  display: block;
}

input[type="text"]:valid, input[type="email"]:valid {
  background: #fff !important;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 25px;
  margin: 10px 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #555;
  position: absolute;
  left: 0;
  top: 3px;
  opacity: .6;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: 0px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(45deg);
}

textarea {
  width: 100%;
  height: 15em;
  padding: 0 10px;
  border: none;
}

textarea:not(:placeholder-shown) {
  background-color: #fff !important;
}

.submit {
  width: 100%;
  text-align: center;
}

input[type="submit"] {
  -webkit-appearance: none;
  color: #000;
  padding: 15px 40px;
  background-color: #fff;
  border: none;
  align-self: center;
  margin: 10px auto 20px;
  cursor: pointer;
}

.foot {
  width: 100%;
}

.foot p {
  font-size: 10px;
  text-align: center;
  line-height: 1;
  padding: clamp(1px, 16.6vw, 166.6px) 0 40px;
}

.foot.archive p {
  padding: 80p 0 40px;
}

.pagenavi {
  text-align: center;
  font-size: 15px;
  margin: 100px 0 50px;
}

.pagenavi .current, .pagenavi .page {
  font-weight: 300;
  padding: 8px 10px;
  margin-right: 3px;
  border: 1.5px solid #ddd;
  border-radius: 3px;
}

.pagenavi .current {
  background-color: #F2F1EB;
}

.pagenavi .nextpostslink, .pagenavi .previouspostslink {
  font-weight: 100;
  color: #ccc;
  margin: 0 5px;
}
/*# sourceMappingURL=main.css.map */