/* ******************************
 *
 * RESPONSIVE MIXIN
 *
 * ****************************** */
/* ******************************
 *
 * FONT SETTINGS
 *
 * ****************************** */
/* ******************************
 *
 * FONT SETTINGS
 *
 * ****************************** */
/* ******************************
 *
 * Keyframes
 *
 * ****************************** */
@-webkit-keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@media screen and (min-width: 320px) {
  .pageFv {
    height: 80vh;
    height: 80lvh;
    padding: 25vh 5vw 0;
    padding: 25lvh 5vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .pageFv {
    height: 100vh;
    height: 100lvh;
    padding: 28.3vh 10vw 0;
    padding: 28.3lvh 10vw 0;
  }
}

.pageHeadingJa {
  font-weight: 700;
  line-height: 1.64;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 320px) {
  .pageHeadingJa {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .pageHeadingJa {
    font-size: 5rem;
  }
}

.pageHeadingEng {
  width: 50%;
  font-family: var(--font-head);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 320px) {
  .pageHeadingEng {
    font-size: 5.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .pageHeadingEng {
    font-size: 18rem;
  }
}

.pageHeading {
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .pageHeading {
    font-size: 1.6rem;
    margin-top: 2.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .pageHeading {
    font-size: 3rem;
    margin-top: 4.6rem;
  }
}

.pageHeadingInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  font-size: 1.6rem;
  margin-top: 1.5rem;
}
.pageHeadingInfo .cat {
  background: #FFFFFF;
  color: #867463;
  padding: 7.5px 15px;
  border-radius: 5rem;
}
.pageHeadingInfo .time {
  opacity: 0.6;
}

.pageBreadcrumb {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  border-radius: 1rem;
  background: #867463;
  margin-top: 4.6rem;
}
@media screen and (min-width: 320px) {
  .pageBreadcrumb {
    font-size: 1.2rem;
    padding: 1rem 2rem 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .pageBreadcrumb {
    font-size: 1.8rem;
    padding: 2.2rem 7.8rem 2.2rem 4.8rem;
  }
}
.pageBreadcrumb .breadcrumbLink {
  position: relative;
  text-decoration: underline;
}
@media screen and (min-width: 320px) {
  .pageBreadcrumb .breadcrumbLink {
    text-underline-offset: 0.2rem;
    margin-right: 3.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .pageBreadcrumb .breadcrumbLink {
    text-underline-offset: 0.5rem;
    margin-right: 5rem;
  }
}
.pageBreadcrumb .breadcrumbLink::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: rgb(var(--color-wh));
}
@media screen and (min-width: 320px) {
  .pageBreadcrumb .breadcrumbLink::before {
    top: calc(50% - 0.25rem);
    right: -2rem;
    width: 0.5rem;
    height: 0.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .pageBreadcrumb .breadcrumbLink::before {
    top: calc(50% - 0.45rem);
    right: -3rem;
    width: 0.9rem;
    height: 0.9rem;
  }
}
.pageBreadcrumb .breadcrumbLink.last {
  margin-right: 0;
}
.pageBreadcrumb .breadcrumbLink.last::before {
  content: none;
}

@media screen and (min-width: 320px) {
  .cpageContent {
    padding: 0 2.5vw;
    margin-top: -10rem;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1025px) {
  .cpageContent {
    padding: 0 1vw;
    margin-top: -20rem;
    margin-bottom: 64px;
  }
}

.cpageInner {
  position: relative;
  color: #867463;
  background: #FFFFFF;
}
@media screen and (min-width: 320px) {
  .cpageInner {
    border-radius: 2rem;
    padding: 5vw;
  }
}
@media screen and (min-width: 1025px) {
  .cpageInner {
    border-radius: 4rem;
    padding: 5vw;
  }
}
.cpageInner .circle {
  position: absolute;
  border-radius: 50%;
  background: #FFFFFF;
}
@media screen and (min-width: 320px) {
  .cpageInner .circle {
    top: -6rem;
    right: 9%;
    width: 12rem;
    height: 12rem;
  }
}
@media screen and (min-width: 1025px) {
  .cpageInner .circle {
    top: -24rem;
    right: 8%;
    width: 48rem;
    height: 48rem;
  }
}
.cpageInner .circle::before, .cpageInner .circle::after {
  position: absolute;
  content: "";
  z-index: -1;
}
@media screen and (min-width: 320px) {
  .cpageInner .circle::before, .cpageInner .circle::after {
    bottom: 48.5%;
    width: 3.5rem;
    height: 4.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .cpageInner .circle::before, .cpageInner .circle::after {
    bottom: 49.9%;
    width: 12.2rem;
    height: 10rem;
    border-radius: 0 0 10rem 0;
  }
}
@media screen and (min-width: 320px) {
  .cpageInner .circle::before {
    right: 94.5%;
    border-radius: 0 0 10rem 0;
    -webkit-box-shadow: 4rem 5rem 0 3rem #FFFFFF;
            box-shadow: 4rem 5rem 0 3rem #FFFFFF;
  }
}
@media screen and (min-width: 1025px) {
  .cpageInner .circle::before {
    right: 96.7%;
    border-radius: 0 0 10rem 0;
    -webkit-box-shadow: 4rem 5rem 0 3rem #FFFFFF;
            box-shadow: 4rem 5rem 0 3rem #FFFFFF;
  }
}
@media screen and (min-width: 320px) {
  .cpageInner .circle::after {
    left: 94.5%;
    border-radius: 0 0 0 10rem;
    -webkit-box-shadow: -4rem 5rem 0 3rem #FFFFFF;
            box-shadow: -4rem 5rem 0 3rem #FFFFFF;
  }
}
@media screen and (min-width: 1025px) {
  .cpageInner .circle::after {
    left: 96.7%;
    border-radius: 0 0 0 10rem;
    -webkit-box-shadow: -4rem 5rem 0 3rem #FFFFFF;
            box-shadow: -4rem 5rem 0 3rem #FFFFFF;
  }
}
.cpageInner .circleSVG {
  position: absolute;
  stroke: #867463;
  stroke-width: 1.64;
}
@media screen and (min-width: 320px) {
  .cpageInner .circleSVG {
    top: 2rem;
    left: calc(50% - 2.5rem);
    width: 5rem;
  }
}
@media screen and (min-width: 1025px) {
  .cpageInner .circleSVG {
    top: 9.5rem;
    left: calc(50% - 5rem);
    width: 10rem;
  }
}

.blogListBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 320px) {
  .blogListBody {
    padding: 3rem 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .blogListBody {
    padding: 5rem 5vw;
  }
}
@media screen and (min-width: 320px) {
  .blogListBody .mainArea {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .blogListBody .mainArea {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 60%;
  }
}
@media screen and (min-width: 320px) {
  .blogListBody .navArea {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .blogListBody .navArea {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 30%;
    margin-bottom: 0;
  }
}
.blogListBody .mainArea {
  display: grid;
}
@media screen and (min-width: 320px) {
  .blogListBody .mainArea {
    grid-template-columns: repeat(1, 1fr);
    gap: 10rem;
  }
}
@media screen and (min-width: 1025px) {
  .blogListBody .mainArea {
    grid-template-columns: repeat(2, 1fr);
    gap: 12rem 8rem;
  }
}
.blogListBody .article a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.blogListBody .article a:hover .articleTitle {
  text-decoration: underline;
}
.blogListBody .article .thumbInner {
  position: relative;
  padding-bottom: 66.67%;
  border-radius: 0.75rem;
  overflow: hidden;
}
.blogListBody .article img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  will-change: transform;
}
.blogListBody .article .articleInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  .blogListBody .article .articleInfo {
    font-size: 1.5rem;
    margin: 2.5rem 0 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .blogListBody .article .articleInfo {
    font-size: 1.5rem;
    margin: 2.5rem 0 1.5rem;
  }
}
.blogListBody .article .cat {
  background-color: rgba(134, 116, 99, 0.15);
  color: #867463;
  border-radius: 5rem;
  line-height: 1;
  padding: 5px 10px;
}
.blogListBody .article .time {
  margin-left: 1.5rem;
  opacity: 0.6;
}
.blogListBody .article .articleTitle {
  font-weight: 400;
  line-height: 1.72;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 320px) {
  .blogListBody .article .articleTitle {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .blogListBody .article .articleTitle {
    font-size: 2.2rem;
  }
}
.blogListBody .stickyArea {
  position: sticky;
  top: 22rem;
}
@media screen and (min-width: 320px) {
  .blogListBody .sideBlock {
    background: rgba(134, 116, 99, 0.1);
    padding: 1.5rem 1.5rem 0;
    border-radius: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .blogListBody .sideBlock {
    background: #FFFFFF;
    padding: 0;
    border-radius: 0;
    margin-bottom: 8rem;
  }
}
.blogListBody .sideBlock:last-child {
  margin-bottom: 0;
}
.blogListBody .sideBlockTitle {
  font-weight: 700;
  opacity: 0.6;
}
@media screen and (min-width: 320px) {
  .blogListBody .sideBlockTitle {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    color: #867463;
  }
}
@media screen and (min-width: 1025px) {
  .blogListBody .sideBlockTitle {
    font-size: 1.5rem;
    margin-bottom: 3rem;
    color: black;
  }
}
.blogListBody .catList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  -webkit-transition: max-height 400ms ease;
  transition: max-height 400ms ease;
  will-change: max-height;
}
@media screen and (min-width: 320px) {
  .blogListBody .catList {
    gap: 1rem;
    height: 0;
    max-height: 0vh;
    max-height: 0lvh;
  }
}
@media screen and (min-width: 1025px) {
  .blogListBody .catList {
    gap: 1.5rem;
    height: auto;
    max-height: unset;
  }
}
.blogListBody .catList a {
  display: inline-block;
  color: #867463;
  background: rgba(134, 116, 99, 0.15);
  border-radius: 5rem;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  will-change: background-color;
  font-size: 1.8rem;
}
@media screen and (min-width: 320px) {
  .blogListBody .catList a {
    font-size: 1.4rem;
    padding: 5px 10px;
  }
}
@media screen and (min-width: 1025px) {
  .blogListBody .catList a {
    font-size: 1.8rem;
    padding: 10px 20px;
  }
}
.blogListBody .catList a:hover {
  background: #867463;
  color: white;
}
.blogListBody .catList .active a {
  background: #867463;
  color: white;
}
.blogListBody .open .catList {
  height: auto;
}
@media screen and (min-width: 320px) {
  .blogListBody .open .catList {
    padding-bottom: 2rem;
    max-height: 100lvh;
    max-height: 100lv;
  }
}
@media screen and (min-width: 1025px) {
  .blogListBody .open .catList {
    padding-bottom: 0;
    max-height: unset;
  }
}
.blogListBody .pageNation {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: black;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 320px) {
  .blogListBody .pageNation {
    font-size: 1.6rem;
    gap: 1rem;
    padding: 8rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .blogListBody .pageNation {
    font-size: 1.6rem;
    gap: 2rem;
    padding: 8rem 0;
  }
}
.blogListBody .pageNation .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  background: rgba(134, 116, 99, 0.15);
  color: #867463;
  border-radius: 50%;
}
@media screen and (min-width: 320px) {
  .blogListBody .pageNation .page-numbers {
    width: 3rem;
    height: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .blogListBody .pageNation .page-numbers {
    width: 5rem;
    height: 5rem;
  }
}
.blogListBody .pageNation .page-numbers.current {
  background: #867463;
  color: white;
}
.blogListBody .pageNation .page-numbers.dots {
  width: auto;
  height: auto;
  background: transparent;
}
.blogListBody .pageNation .page-numbers.next, .blogListBody .pageNation .page-numbers.prev {
  width: auto;
  height: auto;
  background: transparent;
  text-decoration: underline;
}
.blogListBody .pageNation .page-numbers.next:hover, .blogListBody .pageNation .page-numbers.prev:hover {
  text-decoration: none;
}

.blogListWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

#blogContentBody {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 320px) {
  #blogContentBody {
    max-width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  #blogContentBody {
    max-width: 850px;
  }
}
#blogContentBody h2 {
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  #blogContentBody h2 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  #blogContentBody h2 {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 320px) {
  #blogContentBody h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  #blogContentBody h3 {
    font-size: 2.6rem;
    margin-bottom: 2rem;
  }
}
#blogContentBody p {
  letter-spacing: 0.04em;
  line-height: 1.82;
  color: rgba(134, 116, 99, 0.96);
}
@media screen and (min-width: 320px) {
  #blogContentBody p {
    font-size: 1.4rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  #blogContentBody p {
    font-size: 2.2rem;
    margin-bottom: 6rem;
  }
}
#blogContentBody p a {
  color: #867463;
  text-decoration: underline;
}
#blogContentBody p a:hover {
  text-decoration: none;
}
#blogContentBody img, #blogContentBody iframe {
  display: block;
  border-radius: 7.5px;
  max-width: 100%;
}
@media screen and (min-width: 320px) {
  #blogContentBody img, #blogContentBody iframe {
    margin: 0 auto 2.5rem;
  }
}
@media screen and (min-width: 1025px) {
  #blogContentBody img, #blogContentBody iframe {
    margin: 0 auto 2.5rem;
  }
}
#blogContentBody figure.is-type-video {
  margin: 16px auto;
}
@media screen and (min-width: 320px) {
  #blogContentBody figcaption {
    font-size: 1.2rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  #blogContentBody figcaption {
    font-size: 1.8rem;
    margin-bottom: 6rem;
  }
}
#blogContentBody ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 320px) {
  #blogContentBody ul {
    font-size: 1.4rem;
    margin-bottom: 3rem;
    gap: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  #blogContentBody ul {
    font-size: 2.2rem;
    margin-bottom: 6rem;
    gap: 2rem;
  }
}
#blogContentBody li {
  position: relative;
}
@media screen and (min-width: 320px) {
  #blogContentBody li {
    padding-left: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  #blogContentBody li {
    padding-left: 4rem;
  }
}
#blogContentBody li::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: #867463;
}
@media screen and (min-width: 320px) {
  #blogContentBody li::before {
    top: 0.7rem;
    left: 0;
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media screen and (min-width: 1025px) {
  #blogContentBody li::before {
    top: 1.2rem;
    left: 0;
    width: 1rem;
    height: 1rem;
  }
}
#blogContentBody li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#blogContentBody li dd {
  font-size: 85%;
}
#blogContentBody li a {
  color: var(--color-blue);
  text-decoration: underline;
}
#blogContentBody li a:hover {
  text-decoration: none;
}

@media screen and (min-width: 320px) {
  .accessMap {
    height: 40rem;
  }
}
@media screen and (min-width: 1025px) {
  .accessMap {
    height: 50rem;
  }
}

.accessMapLink {
  display: block;
  text-align: right;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.5rem;
}
@media screen and (min-width: 320px) {
  .accessMapLink {
    font-size: 1.4rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .accessMapLink {
    font-size: 2rem;
    margin-bottom: 6rem;
  }
}

@media screen and (min-width: 320px) {
  .singleAuthor_body {
    padding: 48px 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .singleAuthor_body {
    padding: 64px 12.5vw 0;
  }
}

.singleAuthor_title {
  font-weight: 400;
  margin-bottom: 16px;
}
@media screen and (min-width: 320px) {
  .singleAuthor_title {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .singleAuthor_title {
    font-size: 2rem;
  }
}

.singleAuthor_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 24px -8px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 24px -8px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 320px) {
  .singleAuthor_wrapper {
    padding: 16px;
    gap: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .singleAuthor_wrapper {
    padding: 32px;
    gap: 0;
  }
}

@media screen and (min-width: 320px) {
  .singleAuthor_image {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .singleAuthor_image {
    width: 25%;
  }
}
.singleAuthor_image .imgWrapper {
  pedding-bottom: 100%;
  border-radius: 8px;
}

@media screen and (min-width: 320px) {
  .singleAuthor_info {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .singleAuthor_info {
    width: 70%;
  }
}

.singleAuthor_name {
  font-weight: 400;
  margin-bottom: 16px;
}
@media screen and (min-width: 320px) {
  .singleAuthor_name {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .singleAuthor_name {
    font-size: 2.4rem;
  }
}

.singleAuthor_bio {
  opacity: 0.7;
}
@media screen and (min-width: 320px) {
  .singleAuthor_bio {
    font-size: 1.24rem;
  }
}
@media screen and (min-width: 1025px) {
  .singleAuthor_bio {
    font-size: 1.64rem;
  }
}
@media screen and (min-width: 320px) {
  .singleAuthor_bio .pc {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .singleAuthor_bio .pc {
    display: inline-block;
  }
}

.singleAuthor_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 12px;
}
.singleAuthor_link a {
  color: var(--color-blue);
  text-decoration: underline;
}
@media screen and (min-width: 320px) {
  .singleAuthor_link a {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .singleAuthor_link a {
    font-size: 1.4rem;
  }
}
.singleAuthor_link a:hover {
  text-decoration: none;
}

.singleAuthor_snslinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}
@media screen and (min-width: 320px) {
  .singleAuthor_snslinks {
    gap: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1025px) {
  .singleAuthor_snslinks {
    gap: 16px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.singleAuthor_snslinks svg {
  display: block;
}
@media screen and (min-width: 320px) {
  .singleAuthor_snslinks svg {
    width: 2.8rem;
    height: 2.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .singleAuthor_snslinks svg {
    width: 4.2rem;
    height: 4.2rem;
  }
}/*# sourceMappingURL=page.css.map */