@charset "UTF-8";
/* fontサイズ・バリエーション */
.sp {
  display: none;
}

.tb {
  display: none;
}

.pc {
  display: block;
}

body {
  font-size: 15px;
  /* 基準フォントサイズを15pxに設定 */
}

header {
  /* モバイルメニュー非表示 */
  position: fixed;
  z-index: 10;
  background-color: #090F12;
  width: 280px;
  height: 100%;
  margin: auto;
  padding: 45px 0 0 0;
}
header .js-nav-icon {
  display: none;
}
header #mobile-menu {
  display: none;
}
header div.logo {
  width: 160px;
  margin: auto;
}
header div.logo a {
  display: block;
  width: 100%;
  position: relative;
  transition: all 0.2s;
}
header div.logo a:hover {
  opacity: 0.7;
}
header nav ul {
  width: 180px;
  margin: auto;
  padding: 130px 0 0 0;
}
header nav ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  transform: translateX(0);
  transition: all 0.2s;
}
header nav ul li::before {
  content: "";
  display: block;
  width: 7px;
  height: 1px;
  background-color: #3FD56D;
  margin-right: 12px;
}
header nav ul li:hover {
  transform: translateX(5px);
}
header nav ul li a {
  font-size: 15px;
  font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, "Noto Sans KR";
  font-weight: normal;
  font-style: normal;
  line-height: 2.47;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: #F4F4EF;
  font-weight: 600;
  letter-spacing: 0.05em;
  display: block;
  transition: all 0.2s;
}
header nav ul li a:hover {
  color: #3FD56D;
}

footer {
  width: calc(100% - 280px);
  margin-left: 280px;
  padding-top: 160px;
  padding-bottom: 40px;
}
footer p.copyright {
  font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, "Noto Sans KR";
  font-weight: normal;
  font-style: normal;
  line-height: 2.47;
  letter-spacing: 0.02em;
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 1;
}

.border {
  display: block;
  width: 100%;
  height: 1px;
  background: url(../img/border.png);
}

.grid {
  width: calc(100% - 280px);
  margin-left: 280px;
  padding: 45px;
}
.grid h3 {
  margin: 0;
  padding: 0;
  text-align: justify;
}

.item {
  box-shadow: 0 2px 10px rgba(232, 232, 222, 0.5);
}
.item .content {
  padding: 45px 35px;
  text-align: left;
}
.item .title {
  padding: 0;
  font-family: "Zen Old Mincho", "Noto Serif KR", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  font-size: 17px;
  text-align: justify;
  line-height: 1.8;
  ruby-position: over;
}
.item .title rt {
  font-size: 10px;
}
@media screen and (max-width: 1200px) {
  .item .title {
    padding: 0;
    font-family: "Zen Old Mincho", "Noto Serif KR", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    font-size: 16px;
    line-height: 300%;
    ruby-position: over;
  }
  .item .title rt {
    font-size: 10px;
  }
}

.singleContent {
  width: calc(100% - 280px);
  margin-left: 280px;
  padding: 90px 45px;
}
@media screen and (max-width: 1200px) {
  .singleContent .contentsInner {
    width: 100%;
    margin: auto;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(232, 232, 222, 0.5);
    padding: 100px 10%;
  }
}
@media screen and (min-width: 1201px) {
  .singleContent .contentsInner {
    width: 800px;
    margin: auto;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(232, 232, 222, 0.5);
    padding: 100px 90px;
  }
}
.singleContent .contentsInner .infoContainer {
  padding-top: 60px;
}
.singleContent .contentsInner .infoInner {
  text-align: left;
  margin-bottom: 60px;
}
.singleContent .contentsInner .infoInner:last-of-type {
  margin-bottom: 0;
}
.singleContent .contentsInner .infoInner .infoTitle {
  font-family: "Zen Old Mincho", "Noto Serif KR", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1em;
  letter-spacing: 0.05em;
  line-height: 2.1;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 30px;
}
.singleContent .contentsInner .infoInner h1 {
  font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, "Noto Sans KR";
  font-weight: normal;
  font-style: normal;
  line-height: 2.47;
  letter-spacing: 0.02em;
  font-size: 22px;
}
.singleContent .contentsInner .infoInner .titleTxt {
  font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, "Noto Sans KR";
  font-weight: normal;
  font-style: normal;
  line-height: 2.47;
  letter-spacing: 0.02em;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 2.33;
  text-align: justify;
}
.singleContent .contentsInner .infoInner .notes {
  font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, "Noto Sans KR";
  font-weight: normal;
  font-style: normal;
  line-height: 2.47;
  letter-spacing: 0.02em;
  font-size: 14px;
  margin: 40px auto 0;
}
.singleContent .mainTxt {
  font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, "Noto Sans KR";
  font-weight: normal;
  font-style: normal;
  line-height: 2.47;
  letter-spacing: 0.02em;
  text-align: left;
  margin-bottom: 60px;
  ruby-position: over;
}
.singleContent .mainTxt p {
  font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, "Noto Sans KR";
  font-weight: normal;
  font-style: normal;
  line-height: 2.47;
  letter-spacing: 0.02em;
  text-align: left;
  text-align: justify;
  margin-bottom: 30px;
}
.singleContent .mainTxt strong {
  font-weight: bold;
}
.singleContent .mainTxt rt {
  font-size: 0.6em;
}
.singleContent .mainTxt .notes {
  font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, "Noto Sans KR";
  font-weight: normal;
  font-style: normal;
  line-height: 2.47;
  letter-spacing: 0.02em;
  font-size: 0.9em;
  margin: 70px auto;
}

.linkContainer {
  width: calc(100% - 280px);
  margin-left: 280px;
  margin: 0 0 20px 280px;
}

@media screen and (max-width: 1200px) {
  .navigation-links {
    width: calc(100% - 90px);
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    font-family: "Zen Old Mincho", "Noto Serif KR", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  .navigation-links div {
    width: 140px;
    text-align: center;
  }
  .navigation-links a {
    text-decoration: none;
    padding: 10px 15px;
    color: #2E231A;
  }
  .navigation-links a:hover {
    color: #3FD56D;
  }
  .navigation-links .nav-prev {
    text-align: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .navigation-links .nav-prev::before {
    content: "";
    width: 12px;
    height: 12px;
    margin-right: 16px;
    display: inline-block;
    background-color: currentColor;
    /* テキストの色に追随 */
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17.2 17.2"><polygon fill="currentColor" points="8.7 17.2 9.4 16.5 1.4 8.5 9.2 .7 8.5 0 0 8.5 8.7 17.2"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17.2 17.2"><polygon fill="currentColor" points="8.7 17.2 9.4 16.5 1.4 8.5 9.2 .7 8.5 0 0 8.5 8.7 17.2"/></svg>');
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
  }
  .navigation-links .nav-prev:hover {
    color: #3FD56D;
  }
  .navigation-links .nav-list {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .navigation-links .nav-next {
    text-align: right;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    color: #3e3e3e;
    transition: all 0.2s;
  }
  .navigation-links .nav-next::before {
    content: "";
    width: 12px;
    height: 12px;
    margin-left: 16px;
    display: inline-block;
    background-color: currentColor;
    /* テキストの色に追随 */
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 17.2 17.2"><g id="arrow_right" data-name="arrow_right"><polygon class="arrow" points="8.5 17.2 7.8 16.5 15.8 8.5 8 .7 8.7 0 17.2 8.5 8.5 17.2"/></g></svg>');
    -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 17.2 17.2"><g id="arrow_right" data-name="arrow_right"><polygon class="arrow" points="8.5 17.2 7.8 16.5 15.8 8.5 8 .7 8.7 0 17.2 8.5 8.5 17.2"/></g></svg>');
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
  }
  .navigation-links .nav-next:hover {
    color: #3FD56D;
  }
}
@media screen and (min-width: 1201px) {
  .navigation-links {
    width: 800px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    font-family: "Zen Old Mincho", "Noto Serif KR", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  .navigation-links div {
    width: 140px;
    text-align: center;
  }
  .navigation-links a {
    text-decoration: none;
    padding: 10px 15px;
    color: #2E231A;
  }
  .navigation-links a:hover {
    color: #3FD56D;
  }
  .navigation-links .nav-prev {
    text-align: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .navigation-links .nav-prev::before {
    content: "";
    width: 12px;
    height: 12px;
    margin-right: 16px;
    display: inline-block;
    background-color: currentColor;
    /* テキストの色に追随 */
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17.2 17.2"><polygon fill="currentColor" points="8.7 17.2 9.4 16.5 1.4 8.5 9.2 .7 8.5 0 0 8.5 8.7 17.2"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17.2 17.2"><polygon fill="currentColor" points="8.7 17.2 9.4 16.5 1.4 8.5 9.2 .7 8.5 0 0 8.5 8.7 17.2"/></svg>');
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
  }
  .navigation-links .nav-prev:hover {
    color: #3FD56D;
  }
  .navigation-links .nav-list {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .navigation-links .nav-next {
    text-align: right;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    color: #3e3e3e;
    transition: all 0.2s;
  }
  .navigation-links .nav-next::before {
    content: "";
    width: 12px;
    height: 12px;
    margin-left: 16px;
    display: inline-block;
    background-color: currentColor;
    /* テキストの色に追随 */
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 17.2 17.2"><g id="arrow_right" data-name="arrow_right"><polygon class="arrow" points="8.5 17.2 7.8 16.5 15.8 8.5 8 .7 8.7 0 17.2 8.5 8.5 17.2"/></g></svg>');
    -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 17.2 17.2"><g id="arrow_right" data-name="arrow_right"><polygon class="arrow" points="8.5 17.2 7.8 16.5 15.8 8.5 8 .7 8.7 0 17.2 8.5 8.5 17.2"/></g></svg>');
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
  }
  .navigation-links .nav-next:hover {
    color: #3FD56D;
  }
}
.aboutContent {
  width: calc(100% - 280px);
  margin-left: 280px;
  padding: 90px 45px 0;
}
@media screen and (max-width: 1200px) {
  .aboutContent .contentsInner {
    width: 100%;
    margin: auto;
    padding: 0;
    text-align: left;
  }
}
@media screen and (min-width: 1201px) {
  .aboutContent .contentsInner {
    width: 680px;
    margin: auto;
    padding: 0;
    text-align: left;
  }
}
.aboutContent h1 {
  font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, "Noto Sans KR";
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.08em;
  margin-bottom: 60px;
}
.aboutContent h2 {
  font-family: "Zen Old Mincho", "Noto Serif KR", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 2.8;
  margin-bottom: 80px;
}
.aboutContent h3 {
  font-family: "Zen Old Mincho", "Noto Serif KR", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  font-size: 26px;
  letter-spacing: 0;
  line-height: 2.1;
  margin-bottom: 60px;
}
.aboutContent h4.type1 {
  font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, "Noto Sans KR";
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 40px;
}
.aboutContent h4.type2 {
  font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, "Noto Sans KR";
  font-weight: normal;
  font-style: normal;
  line-height: 2.47;
  letter-spacing: 0.02em;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
}
.aboutContent .bottom100 {
  margin-bottom: 100px;
}
.aboutContent p.introduction {
  font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, "Noto Sans KR";
  font-weight: normal;
  font-style: normal;
  line-height: 2.47;
  letter-spacing: 0.02em;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 2.5;
}
.aboutContent p.linkBlank {
  margin-top: 40px;
  margin-bottom: 100px;
}
.aboutContent p.linkBlank a {
  font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, "Noto Sans KR";
  font-weight: normal;
  font-style: normal;
  line-height: 2.47;
  letter-spacing: 0.02em;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 2;
  color: #2E231A;
  text-decoration: underline;
  display: flex;
  align-items: center;
  transition: all 0.2s;
}
.aboutContent p.linkBlank a::after {
  content: "";
  width: 14px;
  height: 14px;
  margin-left: 10px;
  display: inline-block;
  background-color: currentColor;
  /* テキストの色に追随 */
  mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M320 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l82.7 0L201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L448 109.3l0 82.7c0 17.7 14.3 32 32 32s32-14.3 32-32l0-160c0-17.7-14.3-32-32-32L320 0zM80 32C35.8 32 0 67.8 0 112L0 432c0 44.2 35.8 80 80 80l320 0c44.2 0 80-35.8 80-80l0-112c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 112c0 8.8-7.2 16-16 16L80 448c-8.8 0-16-7.2-16-16l0-320c0-8.8 7.2-16 16-16l112 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L80 32z"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M320 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l82.7 0L201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L448 109.3l0 82.7c0 17.7 14.3 32 32 32s32-14.3 32-32l0-160c0-17.7-14.3-32-32-32L320 0zM80 32C35.8 32 0 67.8 0 112L0 432c0 44.2 35.8 80 80 80l320 0c44.2 0 80-35.8 80-80l0-112c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 112c0 8.8-7.2 16-16 16L80 448c-8.8 0-16-7.2-16-16l0-320c0-8.8 7.2-16 16-16l112 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L80 32z"/></svg>');
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
}
.aboutContent p.linkBlank a:hover {
  color: #3FD56D;
}
.aboutContent p {
  font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, "Noto Sans KR";
  font-weight: normal;
  font-style: normal;
  line-height: 2.47;
  letter-spacing: 0.02em;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 2;
}
.aboutContent .border {
  margin: 110px auto;
}
.aboutContent .aboutPicture {
  margin: 60px auto;
  text-align: center;
}
.aboutContent .aboutPicture .aboutLogo img {
  width: 210px;
  height: auto;
  display: block;
  margin: 0 auto 25px;
}
.aboutContent .aboutPicture .aboutLogo figcaption {
  font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, "Noto Sans KR";
  font-weight: normal;
  font-style: normal;
  line-height: 2.47;
  letter-spacing: 0.02em;
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 1.5;
}

#reading .mainHeader {
  width: calc(100% - 280px);
  margin-left: 280px;
  padding: 90px 45px 45px;
}
#reading .mainHeader .titleReading {
  display: flex;
  justify-content: flex-start;
  align-items: end;
  margin-bottom: 40px;
}
#reading .mainHeader .titleReading h1 {
  font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, "Noto Sans KR";
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.08em;
  margin-right: 40px;
}
#reading .mainHeader .titleReading p {
  font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, "Noto Sans KR";
  font-weight: normal;
  font-style: normal;
  line-height: 2.47;
  letter-spacing: 0.02em;
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
#reading .mainHeader .readNav {
  padding: 12px 0 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#reading .mainHeader .readNav::before, #reading .mainHeader .readNav::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: url(../img/border.png);
}
#reading .mainHeader .readNav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
#reading .mainHeader .readNav ul li {
  font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, "Noto Sans KR";
  font-weight: normal;
  font-style: normal;
  line-height: 2.47;
  letter-spacing: 0.02em;
  font-size: 15px;
  line-height: 1;
  padding: 15px 0 15px 25px;
  display: flex;
  align-items: center;
}
#reading .mainHeader .readNav ul li::after {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  margin-left: 25px;
  background: url(../img/border.png);
}
#reading .mainHeader .readNav ul li a {
  text-decoration: none;
  color: #2E231A;
  transition: all 0.2s;
}
#reading .mainHeader .readNav ul li a:hover {
  color: #3FD56D;
}
#reading .mainHeader .readNav ul li.on a {
  color: #2E231A;
  font-weight: bold;
}
#reading .mainHeader .readNav ul li.on a:hover {
  color: #3FD56D;
}
#reading .mainHeader .readNav ul.sortOrder li {
  padding: 15px 0 15px 12px;
}
#reading .mainHeader .readNav ul.sortOrder li a {
  color: #717171;
}
#reading .mainHeader .readNav ul.sortOrder li a:hover {
  color: #3FD56D;
}
#reading .mainHeader .readNav ul.sortOrder li::after {
  margin-left: 12px;
}
#reading .mainHeader .readNav ul.sortOrder li.on a {
  color: #2E231A;
  font-weight: bold;
}
#reading .mainHeader .readNav ul.sortOrder li.on a:hover {
  color: #3FD56D;
}
#reading .mainHeader .readNav ul.sortOrder li.asc a {
  display: flex;
  align-items: end;
}
#reading .mainHeader .readNav ul.sortOrder li.asc a::before {
  content: "";
  width: 25px;
  height: 14px;
  margin-right: 8px;
  display: inline-block;
  background-color: currentColor;
  /* テキストの色に追随 */
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="26.921" height="14" viewBox="0 0 26.921 14"><defs><style>.cls-1{fill:%23272727;}</style></defs><path id="all" data-name="all" class="cls-1" d="M3.4,14l-.045,0a.5.5,0,0,1-.493-.416L.124,10.458A.5.5,0,1,1,.876,9.8l1.983,2.26L2.855.5a.5.5,0,0,1,1,0l0,11.661,1.8-2.337a.5.5,0,0,1,.793.61l-2.6,3.371A.5.5,0,0,1,3.473,14H3.457Zm7.623-1.708a.5.5,0,0,1,0-1H26.42a.5.5,0,1,1,0,1Zm0-5.132a.5.5,0,1,1,0-1H23.342a.5.5,0,1,1,0,1Zm0-5.131a.5.5,0,0,1,0-1h7.184a.5.5,0,0,1,0,1Z"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="26.921" height="14" viewBox="0 0 26.921 14"><defs><style>.cls-1{fill:%23272727;}</style></defs><path id="all" data-name="all" class="cls-1" d="M3.4,14l-.045,0a.5.5,0,0,1-.493-.416L.124,10.458A.5.5,0,1,1,.876,9.8l1.983,2.26L2.855.5a.5.5,0,0,1,1,0l0,11.661,1.8-2.337a.5.5,0,0,1,.793.61l-2.6,3.371A.5.5,0,0,1,3.473,14H3.457Zm7.623-1.708a.5.5,0,0,1,0-1H26.42a.5.5,0,1,1,0,1Zm0-5.132a.5.5,0,1,1,0-1H23.342a.5.5,0,1,1,0,1Zm0-5.131a.5.5,0,0,1,0-1h7.184a.5.5,0,0,1,0,1Z"/></svg>');
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
}
#reading .mainHeader .readNav ul.sortOrder li.desc a {
  display: flex;
  align-items: end;
}
#reading .mainHeader .readNav ul.sortOrder li.desc a::before {
  content: "";
  width: 25px;
  height: 14px;
  margin-right: 8px;
  display: inline-block;
  background-color: currentColor;
  /* テキストの色に追随 */
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="26.921" height="14" viewBox="0 0 26.921 14"><defs><style>.cls-1{fill:%23272727;}</style></defs><path id="all" data-name="all" class="cls-1" d="M3.4,14l-.045,0a.5.5,0,0,1-.493-.416L.124,10.458A.5.5,0,1,1,.876,9.8l1.982,2.26L2.855.5a.5.5,0,0,1,1,0l0,11.661,1.8-2.337a.5.5,0,0,1,.793.61l-2.6,3.371A.5.5,0,0,1,3.473,14H3.457Zm7.623-1.708a.5.5,0,0,1,0-1h7.184a.5.5,0,0,1,0,1Zm0-5.132a.5.5,0,1,1,0-1H23.342a.5.5,0,1,1,0,1Zm0-5.131a.5.5,0,0,1,0-1H26.421a.5.5,0,0,1,0,1Z"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="26.921" height="14" viewBox="0 0 26.921 14"><defs><style>.cls-1{fill:%23272727;}</style></defs><path id="all" data-name="all" class="cls-1" d="M3.4,14l-.045,0a.5.5,0,0,1-.493-.416L.124,10.458A.5.5,0,1,1,.876,9.8l1.982,2.26L2.855.5a.5.5,0,0,1,1,0l0,11.661,1.8-2.337a.5.5,0,0,1,.793.61l-2.6,3.371A.5.5,0,0,1,3.473,14H3.457Zm7.623-1.708a.5.5,0,0,1,0-1h7.184a.5.5,0,0,1,0,1Zm0-5.132a.5.5,0,1,1,0-1H23.342a.5.5,0,1,1,0,1Zm0-5.131a.5.5,0,0,1,0-1H26.421a.5.5,0,0,1,0,1Z"/></svg>');
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
}
#reading .mainHeader .readNav ul.sortOrder li:last-child::after {
  display: none;
}
#reading h2.sortTitle {
  width: calc(100% - 280px);
  margin-left: 280px;
  padding: 0 0 0 45px;
  font-family: "Zen Old Mincho", "Noto Serif KR", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  text-align: left;
  font-size: 36px;
}
#reading h2.sortTitle span {
  font-size: 24px;
  letter-spacing: 0.05em;
}
#reading .grid {
  margin-bottom: 70px;
}
#reading .grid h3 {
  font-size: 17px;
  line-height: 1.8;
  text-align: justify;
}
#reading .grid .name {
  margin-top: 30px;
  font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, "Noto Sans KR";
  font-weight: normal;
  font-style: normal;
  line-height: 2.47;
  letter-spacing: 0.02em;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 2.6;
  text-align: left;
}/*# sourceMappingURL=base_pc.css.map */