html {
  font-size: 62.5%;
}

body {
  min-width: 350px;
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: "Roboto", "M PLUS 1", sans-serif;
  font-size: 1.6rem;
  background: #FFFDFA;
  color: #707070;
  line-height: 1.7;
  overflow-x: hidden;
}

@media (min-width: 960px) {
  body {
    display: grid;
    grid-template: "header aside" 216px "main aside" "footer footer";
    grid-template-columns: 2.8fr 1.2fr;
  }
  .l-header {
    grid-area: header;
  }
  .l-main {
    grid-area: main;
  }
  .l-side {
    grid-area: aside;
    min-width: 280px;
  }
  .l-footer {
    grid-area: footer;
  }
}
@media (min-width: 1201px) {
  body {
    grid-template-columns: 1fr 378px;
  }
}
img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6, p, figure {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

h1 {
  font-size: 3.6rem;
  word-wrap: break-word;
}
@media (min-width: 960px) {
  h1 {
    font-size: 6rem;
  }
}

h2 {
  font-size: 2.8rem;
}
@media (min-width: 960px) {
  h2 {
    font-size: 3.6rem;
  }
}

h3 {
  font-size: 2.4rem;
}

h4, h5, h6 {
  font-size: 2rem;
}

ul, ol {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

blockquote {
  padding: 30px 20px;
}
@media (min-width: 639px) {
  blockquote {
    padding: 50px;
  }
}

cite a {
  text-decoration: underline;
  color: #4A6C9B;
  margin-left: 1rem;
  margin-top: 60px;
}

small {
  font-size: 1.4rem;
}

.l-main {
  width: 100%;
  min-height: calc(100vh - 350px);
}
.l-main__title {
  color: #FFFDFA;
  position: relative;
}
.l-main__title::after {
  position: absolute;
  content: "";
  background-color: #FFFDFA;
}

section {
  padding: 20px;
}
@media (min-width: 1201px) {
  section {
    width: 95%;
    max-width: 1353px;
  }
}

.page-error a {
  display: inline-block;
  padding: 5px 10px;
}
.page-error a:hover {
  font-weight: bold;
}
.page-error p {
  padding: 20px 30px;
}
@media (min-width: 1201px) {
  .page-error p {
    padding: 60px 120px;
    font-size: 2rem;
  }
}

.home-link {
  text-align: center;
}

.l-header {
  font-family: "Roboto", sans-serif;
  padding-top: 60px;
}
@media (min-width: 960px) {
  .l-header {
    padding-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.l-header__logo > h1 {
  font-size: 4rem;
  text-align: center;
  line-height: 48px;
}
@media (min-width: 960px) {
  .l-header__logo > h1 {
    font-size: clamp(4rem, 5vw, 6.4rem);
    margin-left: clamp(30px, 4.1vw, 64px);
  }
}

.l-side {
  background: #F2EDE9;
}
@media (min-width: 960px) {
  .l-side {
    min-height: calc(100vh - 150px);
  }
}
.l-side__title {
  font-size: 0;
}
@media (min-width: 960px) {
  .l-side__title {
    font-size: 3.6rem;
    padding-left: 46px;
    line-height: 216px;
  }
}

.l-footer {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 150px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 1.8rem;
  line-height: 22px;
  text-align: center;
  color: #FFFDFA;
  background: #9D8670;
  position: relative;
}
@media (min-width: 639px) {
  .l-footer {
    padding-top: 30px;
    padding-bottom: 24px;
  }
}
@media (min-width: 960px) {
  .l-footer {
    padding-top: 41px;
    padding-bottom: 27px;
  }
}
.l-footer__menu li {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.l-footer__menu li:last-child {
  border-left: 2px solid #fff;
}
.l-footer__menu li:hover {
  font-weight: bold;
}

.c-card {
  display: flex;
}
.c-card__img > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

table, tr, th, td {
  border-collapse: collapse;
  box-sizing: border-box;
}

.c-table,
.c-table__data {
  border: 1px solid #707070;
}

.c-table {
  width: 100%;
}
.c-table__data {
  height: 77px;
  padding-left: 29px;
}
.c-table__data:first-child {
  width: 40%;
}
@media (min-width: 639px) {
  .c-table__data:first-child {
    width: 30%;
  }
}

.c-typography {
  position: relative;
  overflow: hidden;
}
.c-typography__img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-modal__wrapper {
  display: flex;
  justify-content: space-between;
}
.c-modal__item {
  width: 30%;
}
.c-modal__item img {
  cursor: pointer;
}

#modalMask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10000;
}
#modalMask img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 10001;
}

.c-btn {
  display: block;
  background: linear-gradient(#F2EDE9 0%, #DED8D3 100%);
  font-weight: bold;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.c-btn:hover {
  opacity: 0.8;
  transform: translateY(-4px);
  box-shadow: 0 4px grey;
}
.c-btn__underline {
  position: relative;
}
.c-btn__underline::before {
  background: #3C2A10;
  content: "";
  width: 70%;
  height: 3px;
  position: absolute;
  left: 20px;
  bottom: 2px;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
@media (min-width: 1201px) {
  .c-btn__underline::before {
    left: 45px;
    bottom: 10px;
  }
}
.c-btn__underline:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 1.4rem;
  line-height: 1;
  z-index: 999;
}

.arrow-up {
  position: relative;
  background: #3C2A10;
  width: 60px;
  height: 60px;
  text-align: center;
  display: block;
  border-radius: 50%;
  border: 1px solid #9D8670;
  opacity: 0.9;
}
.arrow-up:hover {
  opacity: 0.5;
}
.arrow-up::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border: 0;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  transform: rotate(45deg);
  top: 25px;
  left: 23px;
}

.c-arrow__left {
  position: relative;
  display: block;
}
.c-arrow__left::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border: 0;
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
  transform: rotate(-45deg);
  top: 0px;
  left: 0px;
}
.c-arrow__left--2nd {
  left: 9px;
}

.c-arrow__right {
  position: relative;
  display: block;
}
.c-arrow__right::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border: 0;
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
  transform: rotate(135deg);
  top: 0px;
  right: 0px;
}
.c-arrow__right--2nd {
  right: 9px;
}

.inview {
  transform: translateY(30px);
  opacity: 0;
  transition: tramsform 1s, opacity 1s;
}

.inview.show {
  transform: translateY(0);
  opacity: 1;
}

.viewer {
  position: relative;
  height: 100%;
}
.viewer img {
  position: absolute;
  top: 0;
  left: 0;
}

.hover-icon {
  opacity: 0;
}

.p-gmenu .list {
  transition: all 300ms 0s ease;
  position: fixed;
  padding-top: 178px;
  width: 328px;
  height: 100vh;
  background: #F2EDE9;
  top: 0;
  left: 100%;
  z-index: 1000;
  overflow-y: scroll;
}
@media (min-width: 639px) {
  .p-gmenu .list {
    width: 100%;
    max-width: 367px;
  }
}
@media (min-width: 960px) {
  .p-gmenu .list {
    height: 100%;
    padding-top: 0;
    position: static;
    transition: inherit;
    overflow-y: hidden;
  }
}
.p-gmenu .list__child--item {
  font-size: 2rem;
  font-weight: 400;
  padding-left: 20px;
}
.p-gmenu .list__child--item::before {
  left: 20px;
}
.p-gmenu .list__child--item:first-child {
  margin-top: 30px;
}
.p-gmenu .list__child--item:last-child {
  margin-bottom: 60px;
}
.p-gmenu .list__child--item a {
  display: block;
  padding: 9px 10px 9px 0;
}
.p-gmenu .list__title {
  font-size: 2.4rem;
  padding-left: 46px;
  margin-bottom: 30px;
  font-weight: bold;
}
.p-gmenu.is-open > .list {
  left: calc(100vw - 328px);
}
@media (min-width: 639px) {
  .p-gmenu.is-open > .list {
    left: calc(100vw - 367px);
  }
}

.mask {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0;
  z-index: 99;
}
@media (min-width: 960px) {
  .mask {
    display: none;
  }
}
.mask.is-open {
  left: 0;
  opacity: 0.5;
  transition: opacity 0.1s;
}

.p-hamburger {
  display: inline-block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1001;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (min-width: 960px) {
  .p-hamburger {
    display: none;
  }
}
.p-hamburger:hover {
  cursor: pointer;
}
.p-hamburger > span {
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  padding-top: 10px;
  transition: transform 0.2s;
}
.p-hamburger > span:hover {
  transform: scale(1.2);
}
.p-hamburger::before, .p-hamburger::after {
  content: "";
  width: 42px;
  height: 6px;
  background: #707070;
  position: absolute;
  left: calc(50% - 42px/2);
  display: block;
  opacity: 0;
  transition: transform 0.2s;
}
.p-hamburger.is-open::before, .p-hamburger.is-open::after {
  opacity: 1;
}
.p-hamburger.is-open::before {
  transform: rotate(45deg);
  top: 22px;
}
.p-hamburger.is-open::after {
  transform: rotate(-45deg);
  top: 22px;
}
.p-hamburger.is-open > span {
  transform: scaleY(0);
}
.p-hamburger.is-open:hover {
  opacity: 0.7;
}

body.is-open {
  position: fixed;
}

.p-mainvisual {
  width: 100%;
  height: 285px;
  position: relative;
  transition: height 0.3s;
}
@media (min-width: 960px) {
  .p-mainvisual {
    height: 530px;
  }
}
.p-mainvisual dl {
  padding-left: 12px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 960px) {
  .p-mainvisual dl {
    padding-left: 0;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
}
@media (min-width: 960px) {
  .p-mainvisual dd {
    padding-top: 12px;
  }
}
@media (min-width: 960px) {
  .p-mainvisual--single {
    height: 240px;
  }
}
.p-mainvisual__title {
  position: absolute;
  font-family: "Roboto";
  margin-left: 25px;
  letter-spacing: 2px;
  word-break: break-all;
  color: #FFFDFA;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}
@media (min-width: 639px) {
  .p-mainvisual__title {
    margin-left: 66px;
  }
}
@media (min-width: 960px) {
  .p-mainvisual__title {
    font-size: 4rem;
    margin-left: clamp(30px, 4.3vw, 86px);
  }
}
.p-mainvisual__title--single {
  letter-spacing: normal;
}
@media (min-width: 639px) {
  .p-mainvisual__title--single {
    font-size: 6rem;
  }
}
.p-mainvisual__title.refont {
  font-size: 1.6rem;
  margin: 0 10px;
}
@media (min-width: 639px) {
  .p-mainvisual__title.refont {
    font-size: 2.6rem;
    margin: 0 20px;
  }
}
@media (min-width: 960px) {
  .p-mainvisual__title.refont {
    font-size: 3rem;
    margin: 0 40px;
  }
}
.p-mainvisual__mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.p-mainvisual__img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-home {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 639px) {
  .p-home {
    flex-direction: row;
    justify-content: space-between;
    max-width: 800px;
    -moz-column-gap: 4%;
         column-gap: 4%;
    margin: 40px auto;
  }
}
@media (min-width: 1201px) {
  .p-home {
    max-width: 1320px;
    margin: 100px auto;
    -moz-column-gap: 5.2%;
         column-gap: 5.2%;
  }
}
.p-home__typography {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 643px;
  padding: 16px;
  overflow-wrap: anywhere;
}
@media (min-width: 639px) {
  .p-home__typography {
    min-height: 680px;
  }
}
@media (min-width: 1201px) {
  .p-home__typography {
    max-width: 616px;
    min-height: 1197px;
  }
}
.p-home__typography:hover {
  opacity: 0.7;
}
.p-home__typography:hover img {
  transition: transform 0.5s ease;
  transform: scale(1.1);
}
.p-home__title {
  font-size: 4.1rem;
  padding-bottom: 80px;
  margin-bottom: auto;
}
@media (min-width: 960px) {
  .p-home__title {
    font-size: 4.3vw;
  }
}
@media (min-width: 1201px) {
  .p-home__title {
    font-size: clamp(4.1rem, 6vw, 8rem);
  }
}
.p-home__title::after {
  width: 36px;
  height: 5px;
  top: 80px;
  left: 6px;
}
@media (min-width: 1201px) {
  .p-home__title::after {
    width: 63px;
    top: 160px;
    left: 7px;
  }
}
.p-home__detail {
  font-family: "M PLUS 1";
  padding: 6px 16px 21px 16px;
  background: rgba(255, 255, 255, 0.8);
}
.p-home__detail h3 {
  font-size: 2.4rem;
  margin-bottom: 6px;
}
.p-home__detail p {
  color: #707070;
  font-weight: bold;
  font-size: 1.4rem;
}
@media (min-width: 1201px) {
  .p-home__detail p {
    font-size: 1.6rem;
  }
}
.p-home__detail--wrap {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.detail-t {
  flex-grow: 1;
}

.p-search-form {
  display: flex;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 960px) {
  .p-search-form {
    justify-content: flex-end;
    flex-grow: 1;
    margin: 0 30px;
  }
}
.p-search-form__input, .p-search-form__submit {
  border: 1px solid #707070;
  border-radius: 10px;
  height: 46px;
}
.p-search-form__input {
  width: 216px;
  padding-left: 50px;
  background: url(../images/icon/search.png) no-repeat left 4px center;
  transition: width 0.3s;
}
@media (min-width: 639px) {
  .p-search-form__input {
    flex-grow: 1;
    max-width: 396px;
  }
}
@media (min-width: 960px) {
  .p-search-form__input:focus {
    border-color: #3C2A10;
  }
}
.p-search-form__submit {
  width: 90px;
}
@media (min-width: 639px) {
  .p-search-form__submit {
    width: 136px;
  }
}

.search-result {
  font-weight: 700;
  font-size: 1.6rem;
}

.p-information__mask,
.p-information {
  background: rgba(0, 0, 0, 0.3);
}

.p-information {
  margin-top: 20px;
  color: #fff;
  padding: 0;
  max-width: 100%;
}
.p-information__wrap {
  max-width: 950px;
  padding: 41px 40px 57px;
  position: relative;
}
@media (min-width: 960px) {
  .p-information__wrap {
    width: 62%;
    padding: 86px 9% 75px 8%;
  }
}
.p-information__mask {
  position: absolute;
  width: 100%;
  height: 60%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 639px) {
  .p-information__mask {
    height: 100%;
    max-width: 950px;
  }
}
.p-information__title {
  font-size: 3rem;
  margin-bottom: 30px;
  word-break: keep-all;
}
@media (min-width: 960px) {
  .p-information__title {
    font-size: 3.6rem;
    margin-bottom: 109px;
  }
}
.p-information__title::after {
  width: 75px;
  height: 2px;
  top: 62px;
  left: 0;
}
@media (min-width: 960px) {
  .p-information__title::after {
    top: 110px;
  }
}
.p-information__text {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 33px;
}

@media (min-width: 639px) {
  .p-archive {
    margin: 7px auto 0;
  }
}
@media (min-width: 960px) {
  .p-archive {
    margin: 32px auto;
  }
}
.p-archive__intro {
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .p-archive__intro {
    margin-bottom: 70px;
  }
}
.p-archive__intro h2 {
  margin: 12px 0;
}
@media (min-width: 960px) {
  .p-archive__intro h2 {
    margin-bottom: 20px;
  }
}
.p-archive__intro p {
  margin: 12px 0;
}
.p-archive__card {
  flex-direction: column;
  color: #FFFDFA;
  margin-bottom: 30px;
}
@media (min-width: 639px) {
  .p-archive__card {
    flex-direction: row;
    height: 355px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
@media (min-width: 1201px) {
  .p-archive__card {
    height: 470px;
  }
}
.p-archive__card--contents {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #3C2A10;
  box-sizing: border-box;
  padding: 32px 17px;
  flex-basis: calc(100% - 34px);
}
@media (min-width: 639px) {
  .p-archive__card--contents {
    max-width: 50%;
  }
}
@media (min-width: 1201px) {
  .p-archive__card--contents {
    padding-top: 55px;
    padding-bottom: 60px;
    padding-left: clamp(20px, 3.3vw, 60px);
    padding-right: clamp(20px, 3.6vw, 60px);
    flex-basis: calc(100% - 120px);
  }
}
.p-archive__card--contents h3 {
  font-size: 2rem;
  margin-bottom: 21px;
  overflow-wrap: break-spaces;
  text-overflow: ellipsis;
}
@media (min-width: 960px) {
  .p-archive__card--contents h3 {
    font-size: clamp(20px, 1.8vw, 36px);
  }
}
.p-archive__card--info .wp-block-heading {
  font-size: 1.6rem;
  margin-bottom: 7px;
}
@media (min-width: 960px) {
  .p-archive__card--info .wp-block-heading {
    font-size: clamp(16px, 1.4vw, 28px);
    margin-bottom: 13px;
  }
}
.p-archive__card span {
  display: none;
}
.p-archive__card--img {
  height: 230px;
}
@media (min-width: 639px) {
  .p-archive__card--img {
    height: auto;
    flex-basis: 100%;
  }
}
.p-archive__card--img img {
  -o-object-position: left;
     object-position: left;
  aspect-ratio: 1/1;
}
.p-archive__card--detail {
  display: block;
  width: 163px;
  height: 42px;
  margin: 30px auto 10px;
  background: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 42px;
  color: #707070;
  border-radius: 50px;
}
@media (min-width: 1201px) {
  .p-archive__card--detail {
    width: 292px;
    height: 76px;
    line-height: 76px;
    margin-bottom: 0;
  }
}
.p-archive__card--detail a {
  padding: 11px 41px;
}

.p-pagination {
  width: 100%;
  height: 35px;
  display: flex;
  justify-content: space-between;
  margin-top: 62px;
  align-items: center;
  margin-bottom: 12px;
}
@media (min-width: 639px) {
  .p-pagination {
    justify-content: space-around;
    justify-content: center;
    margin-top: 106px;
  }
}
@media (min-width: 960px) {
  .p-pagination {
    margin-top: 150px;
  }
}
.p-pagination__prev, .p-pagination__next, .p-pagination__single {
  display: flex;
  align-items: center;
}
.p-pagination__single {
  margin-top: 50px;
  justify-content: space-between;
  width: 95%;
}
.p-pagination__prev, .p-pagination__next {
  -moz-column-gap: 10px;
       column-gap: 10px;
  position: relative;
}
.p-pagination__prev {
  min-width: 175px;
}
.p-pagination__prev::before, .p-pagination__prev::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border: 0;
  border-top: 1px solid #3C2A10;
  border-left: 1px solid #3C2A10;
  transform: rotate(-45deg);
  top: 40%;
}
.p-pagination__prev::before {
  left: -13px;
}
.p-pagination__prev::after {
  left: -21px;
}
.p-pagination__next {
  flex-direction: row-reverse;
  margin-left: 50px;
}
.p-pagination__next::before, .p-pagination__next::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border: 0;
  border-top: 1px solid #3C2A10;
  border-left: 1px solid #3C2A10;
  transform: rotate(135deg);
  top: 40%;
}
.p-pagination__next::before {
  right: -13px;
}
.p-pagination__next::after {
  right: -21px;
}
.p-pagination__img {
  display: none;
}
@media (min-width: 960px) {
  .p-pagination__img {
    display: inline-block;
    height: 60px;
    width: 60px;
  }
}
.p-pagination__prev:hover, .p-pagination__next:hover {
  font-weight: bold;
}
.p-pagination__archive {
  display: none;
}
@media (min-width: 639px) {
  .p-pagination__archive {
    display: inline-block;
  }
}
.p-pagination__archive p {
  line-height: 35px;
  font-weight: bold;
  margin-right: 25px;
}

.p-single {
  margin: 0 auto 40px;
}
@media (min-width: 639px) {
  .p-single {
    padding: 0 20px 60px;
    margin-bottom: 90px;
  }
}
@media (min-width: 960px) {
  .p-single {
    margin-bottom: 217px;
  }
}
.p-single__mainvisual {
  height: 225px;
  margin-bottom: 30px;
}
@media (min-width: 639px) {
  .p-single__mainvisual {
    height: 500px;
  }
}
.p-single__gap {
  margin-bottom: 28px;
}
@media (min-width: 639px) {
  .p-single__gap {
    margin-bottom: 57px;
  }
}
.p-single__gap--text {
  margin-bottom: 36px;
}
@media (min-width: 639px) {
  .p-single__gap--text {
    margin-bottom: 60px;
  }
}
.p-single__eyecatch {
  aspect-ratio: 2.7/1;
  margin: 30px 0;
  overflow: hidden;
}
@media (min-width: 639px) {
  .p-single__eyecatch {
    margin: 60px 0;
  }
}
.p-single__eyecatch img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.p-single__wrap {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media (min-width: 639px) {
  .p-single__wrap {
    row-gap: 60px;
  }
}
.p-single__card {
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media (min-width: 639px) {
  .p-single__card {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.p-single__card:nth-child(even) {
  flex-direction: row-reverse;
}
.p-single__card:last-child {
  width: 71%;
}
.p-single__card--img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.6/1;
  flex: 1;
}
.p-single__card--content {
  flex: 1.26;
}
.p-single__list {
  padding-top: 32px;
}
@media (min-width: 639px) {
  .p-single__list {
    margin-left: 50px;
  }
}
.p-single__list ul, .p-single__list ol {
  margin-bottom: 17px;
}
.p-single__list ul:last-child, .p-single__list ol:last-child {
  margin-bottom: 25px;
}
.p-single__list ul:nth-child(even), .p-single__list ol:nth-child(even) {
  text-indent: 1rem;
}
.p-single__list ol {
  list-style: decimal inside;
}
.p-single__code code {
  font-family: "M PRUS 1";
}
.p-single__table {
  margin-bottom: 60px;
}
.p-single__button {
  width: 100%;
  height: 81px;
  border-radius: 20px;
  border: 1px solid #707070;
  max-width: 429px;
  margin-bottom: 30px;
}
@media (min-width: 639px) {
  .p-single__button {
    margin-bottom: 60px;
  }
}
.p-single h1, .p-single h2, .p-single h3, .p-single h4, .p-single h5, .p-single h6, .p-single p {
  padding: 10px 20px;
  word-break: break-all;
}
.p-single ul, .p-single ol, .p-single dl, .p-single pre {
  padding: 10px 30px;
}
.p-single pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.p-single ol {
  list-style: decimal;
}
.p-single li {
  padding: 8px 0;
}
.p-single dd {
  padding-left: 2em;
  margin-bottom: 2px;
}
.p-single .tag {
  margin: 100px 0 60px;
  color: #3C2A10;
}
.p-single blockquote > p {
  display: inline-grid;
  font-style: italic;
}
.p-single blockquote a::before {
  content: "\a";
  white-space: pre;
}
.p-single p img {
  width: auto;
}
.p-single a:hover {
  font-weight: bold;
}
.p-single table {
  width: 100%;
  font-size: 1.4rem;
  margin: 20px auto;
  border: 1px solid #3C2A10;
}
@media (min-width: 960px) {
  .p-single table {
    width: 95%;
    font-size: 1.6rem;
  }
}
.p-single table td {
  padding-left: 29px;
  height: 77px;
}

.p-gallery {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 30px;
  gap: 20px 16px;
}
@media (min-width: 639px) {
  .p-gallery {
    grid-template-columns: 1fr 1fr;
    margin-top: 240px;
  }
}
@media (min-width: 960px) {
  .p-gallery {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 60px;
    gap: 20px;
  }
}
.p-gallery__img {
  width: 100%;
  aspect-ratio: 1.6/1;
}
.p-gallery__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.author {
  margin-top: 50px;
  padding: 30px 20px;
  border-top: 1px solid #3C2A10;
  border-bottom: 1px solid #3C2A10;
}
.author img {
  width: 60px;
  height: 60px;
}
@media (min-width: 960px) {
  .author img {
    width: 100px;
    height: 100px;
  }
}
.author__wrap {
  width: 85%;
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.author__name {
  font-style: italic;
  margin-bottom: 10px;
}
.author__comment {
  font-size: 1.4rem;
}

.p-comment {
  margin-top: 50px;
}

.comment__ttl {
  margin-bottom: 10px;
}
.comment-body {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.comment p {
  padding: 10px 0;
}

.avatar {
  width: 60px;
  height: 60px;
}

.comment-meta,
cite {
  font-size: 1.3rem;
  font-style: italic;
}

.u-margin__center {
  margin-left: auto;
  margin-right: auto;
}

.u-margin__middle {
  margin-top: auto;
  margin-bottom: auto;
}

.u-font__bold {
  font-weight: 700;
}

.u-width {
  width: 100%;
}

.u-width__small {
  width: 80%;
}
/*# sourceMappingURL=style.css.map */