@charset "UTF-8";
@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

html {
  scroll-behavior: smooth;
}

#main {
  width: min(100%, 1200px) !important;
  padding: 0 16px !important;
}
@media (min-width: 1024px) {
  #main {
    padding: 0 !important;
  }
}

body {
  overflow: hidden;
}

.container-full {
  margin: 0 -16px;
  padding: 0 16px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.bg-gray {
  background-color: #f7f7f7;
}

.bg-greenish-gray {
  background-color: #F5F6F3;
}

.bg-white {
  background-color: #fff;
}

.bg-title {
  background-image: url("../../images/purchase/bg-header.jpg");
  background-size: cover;
  border-bottom: 4px solid #7C7243;
}
.bg-title h1 {
  padding: 40px 0;
  text-align: center;
  font-size: 22px;
  font-family: "Shippori Mincho B1", serif;
}
@media (min-width: 768px) {
  .bg-title h1 {
    padding: 120px 0;
    font-size: 40px;
  }
}
.bg-title h1 span {
  color: #556B2F;
}

/*目次*/
.swordsmith #toc_container {
  background-image: url("../../images/purchase/bg-mokuzi.png");
  position: relative;
  z-index: 1;
  padding: 16px !important;
  width: 100% !important;
  margin-top: 0;
  border: none;
}
@media (min-width: 768px) {
  .swordsmith #toc_container {
    padding: 24px 32px !important;
  }
}
.swordsmith #toc_container::before, .swordsmith #toc_container::after {
  display: none;
}
.swordsmith #toc_container.contracted::after {
  opacity: 0;
}
.swordsmith #toc_container .toc_title,
.swordsmith #toc_container .toc_list {
  background: rgba(255, 255, 255, 0.6) !important;
  margin: 0 !important;
  font-weight: 500;
}
.swordsmith #toc_container .toc_title {
  padding: 16px;
  padding-top: 16px;
  text-align: center;
  font-weight: 700;
}
@media (min-width: 768px) {
  .swordsmith #toc_container .toc_title {
    padding: 24px 0 0px;
    padding-top: 24px;
  }
}
.swordsmith #toc_container .toc_list {
  padding: 0 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 768px) {
  .swordsmith #toc_container .toc_list {
    padding: 24px;
    gap: 12px;
  }
}
.swordsmith #toc_container .toc_list a {
  padding: 0;
  display: block;
  color: #262626;
  font-weight: 500;
  line-height: 1.6;
  padding-left: 8px;
}
@media (min-width: 768px) {
  .swordsmith #toc_container .toc_list a {
    font-size: 18px;
    padding-left: 20px;
  }
}
.swordsmith #toc_container .toc_list li {
  counter-increment: my-counter;
  position: relative;
  padding-left: 21px;
}
.swordsmith #toc_container .toc_list li::before {
  content: counter(my-counter, ideographic);
  position: absolute;
  left: 0;
  top: 5px;
  color: #444340;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  min-width: 18px;
  padding-right: 4px;
  border-right: 1px solid #DAD8D0;
  line-height: 1;
  background-image: none !important;
}
@media (min-width: 768px) {
  .swordsmith #toc_container .toc_list li::before {
    font-size: 18px;
    min-height: 20px;
  }
}

.swordsmith {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.swordsmith_post {
  padding: 32px 0 48px;
  background-image: url(../../images/touken/BG-pattern.png);
  background-repeat: repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .swordsmith_post {
    padding: 56px 0 96px;
  }
}

.swordsmith_post_inner {
  width: 94%;
  max-width: 1200px;
  margin-inline: auto;
}

.swordsmith_img {
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .swordsmith_img {
    margin-bottom: 70px;
  }
}
.swordsmith_img img {
  width: 100%;
  height: auto;
}

.swordsmith_profile {
  width: 100%;
  max-width: 980px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .swordsmith_profile {
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 40px;
    column-gap: 6%;
    margin-bottom: 96px;
  }
}

.swordsmith_profile_item {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (min-width: 768px) {
  .swordsmith_profile_item {
    width: 47%;
  }
}
.swordsmith_profile_item dt {
  color: var(--Main-BrandColor01, #7C7243);
  font-family: "Shippori Mincho B1";
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  min-width: 80px;
}
.swordsmith_profile_item dd {
  color: var(--Text-Normal, #444340);
  font-family: "Shippori Mincho B1";
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 768px) {
  .swordsmith_profile_item dd {
    font-size: 28px;
  }
}
.swordsmith_profile_item dd .small {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  display: inline-block;
  margin-left: 8px;
}
@media (min-width: 768px) {
  .swordsmith_profile_item dd .small {
    font-size: 20px;
  }
}

.dot_line {
  width: 100%;
  height: 1px;
  border-top: none;
  background-image: linear-gradient(to right, #D9CFAF 50%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 4px 1px;
  background-repeat: repeat-x;
}

.swordsmith_content {
  padding: 16px 0;
  background: rgba(255, 255, 255, 0.6);
}
@media (min-width: 768px) {
  .swordsmith_content {
    padding: 64px 0px;
  }
}
.swordsmith_content .swordsmith_content_inner {
  width: 90%;
  max-width: 980px;
  margin-inline: auto;
}
.swordsmith_content .swordsmith_content_inner > hr {
  display: none;
}

.swordsmith .maincol.post h2 {
  border-left: none;
  margin-top: 0;
  padding: 0;
  color: var(--Text-Black, #262626);
  text-align: center;
  font-family: "Shippori Mincho B1";
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  /* 57.6px */
  letter-spacing: 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .swordsmith .maincol.post h2 {
    font-size: 36px;
    gap: 20px;
    margin-bottom: 32px;
  }
}
.swordsmith .maincol.post h2::after {
  content: "";
  display: inline-block;
  width: 120px;
  height: 10px;
  background-image: url(../../images/touken/title_deco_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.swordsmith .maincol.post h3 {
  margin: 32px 0 16px 0;
  padding: 4px 0px;
  background: #F4F1EA !important;
  color: var(--Text-Black, #262626);
  text-align: center;
  font-family: "Shippori Mincho B1";
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .swordsmith .maincol.post h3 {
    margin: 56px 0 24px 0;
    font-size: 28px;
  }
}
.swordsmith .maincol.post h3::before, .swordsmith .maincol.post h3::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
}
@media (min-width: 768px) {
  .swordsmith .maincol.post h3::before, .swordsmith .maincol.post h3::after {
    width: 96px;
  }
}
.swordsmith .maincol.post h3::before {
  background-image: url(../../images/touken/title_deco_02.svg);
  left: -2px;
  top: 8px;
}
@media (min-width: 768px) {
  .swordsmith .maincol.post h3::before {
    top: 17px;
  }
}
.swordsmith .maincol.post h3::after {
  background-image: url(../../images/touken/title_deco_03.svg);
  right: -2px;
  top: 2px;
}
@media (min-width: 768px) {
  .swordsmith .maincol.post h3::after {
    top: 5px;
  }
}
.swordsmith .maincol.post h3 span {
  position: relative;
  z-index: 2;
}
.swordsmith .maincol.post h4 {
  margin: 24px 0 16px 0;
  padding: 0 0 8px 0;
  line-height: 1.4;
  font-size: 18px;
  border-bottom: 1px solid #E9E7E2;
  font-family: "Shippori Mincho B1";
  font-weight: 700;
  line-height: 1.6;
  position: relative;
}
@media (min-width: 768px) {
  .swordsmith .maincol.post h4 {
    margin: 32px 0 12px 0;
    font-size: 24px;
  }
}
.swordsmith .maincol.post h4::before {
  content: "";
  display: inline-block;
  width: 30%;
  max-width: 120px;
  height: 2px;
  background: #7C7243;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.swordsmith h5 {
  margin-top: 16px;
  margin-bottom: 4px;
  color: #7C7243;
  font-family: "Shippori Mincho B1";
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .swordsmith h5 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 8px;
  }
}
.swordsmith .maincol.post ul {
  border: none;
  display: flex;
  padding: 12px 16px;
  flex-direction: column;
  background: #FFF;
}
.swordsmith .maincol.post ul li {
  list-style: none;
  position: relative;
  margin-left: 28px;
  color: var(--Text-Normal, #444340);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
@media (min-width: 768px) {
  .swordsmith .maincol.post ul li {
    margin-left: 28px;
    font-size: 18px;
  }
}
.swordsmith .maincol.post ul li::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../../images/touken/list_deco.svg);
  position: absolute;
  top: 10px;
  left: -24px;
}
@media (min-width: 768px) {
  .swordsmith .maincol.post ul li::before {
    width: 24px;
    left: -30px;
    top: 12px;
  }
}
.swordsmith .maincol.post p {
  margin-bottom: 16px;
}

.swordsmith .swordsmith_kanren {
  padding-top: 48px;
}
@media (min-width: 768px) {
  .swordsmith .swordsmith_kanren {
    padding-top: 96px;
  }
}
.swordsmith .swordsmith_kanren p.title_swordsmith_kanren {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Main-BrandColor01, #7C7243);
  text-align: center;
  font-family: "Shippori Mincho B1";
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .swordsmith .swordsmith_kanren p.title_swordsmith_kanren {
    font-size: 28px;
    margin-bottom: 28px;
  }
}
.swordsmith .swordsmith_kanren p.title_swordsmith_kanren::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 20px;
  background-image: url(../../images/touken/title_deco_04.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (min-width: 768px) {
  .swordsmith .swordsmith_kanren p.title_swordsmith_kanren::before {
    width: 40px;
  }
}

.swordsmith_overview p.swordsmith_overview_text {
  font-family: "Shippori Mincho B1";
  font-size: 17px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .swordsmith_overview p.swordsmith_overview_text {
    font-size: 20px;
  }
}

.swordsmith_parent {
  max-width: 800px;
  margin-inline: auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.swordsmith_parent a {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .swordsmith_parent a {
    flex-direction: row;
  }
}
.swordsmith_parent .swordsmith_parent_image {
  aspect-ratio: 354/188;
  width: 100%;
  height: auto;
  max-width: 354px;
}
.swordsmith_parent .swordsmith_parent_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swordsmith_parent .swordsmith_parent_textArea {
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.6);
}
@media (min-width: 768px) {
  .swordsmith_parent .swordsmith_parent_textArea {
    padding: 16px 24px;
    flex: 1;
  }
}
.swordsmith_parent .swordsmith_parent_title {
  color: #7C7243;
  font-family: "Shippori Mincho B1";
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px !important;
}
.swordsmith_parent .swordsmith_parent_title_kana {
  color: #727171;
  font-family: "Shippori Mincho B1";
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 16px !important;
}
.swordsmith_parent .swordsmith_parent_excerpt p {
  color: #444340;
  font-family: "Shippori Mincho B1";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0 !important;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.swordsmith_noImage {
  aspect-ratio: 354/188;
  width: 100%;
  height: auto;
  background-image: url(../../images/touken/bg_eyecatch.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
}
.swordsmith_noImage_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 100%;
  font-family: "Shippori Mincho B1";
}
.swordsmith_noImage_inner::before {
  content: "";
  display: block;
  width: 40px;
  height: 22px;
  background-image: url(../../images/touken/title_deco_04.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.swordsmith_noImage_inner_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 0 !important;
}
.swordsmith_noImage_inner_subTitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.title_swordsmith_kanren:nth-of-type(2) {
  margin-top: 48px !important;
}
@media (min-width: 768px) {
  .title_swordsmith_kanren:nth-of-type(2) {
    margin-top: 88px !important;
  }
}

.swordsmith_children_container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .swordsmith_children_container {
    flex-direction: row;
    justify-content: center;
  }
}

.swordsmith_children {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
}
@media (min-width: 768px) {
  .swordsmith_children {
    max-width: 320px;
  }
}
.swordsmith_children a {
  display: flex;
  flex-direction: column;
}
.swordsmith_children .swordsmith_children_image {
  aspect-ratio: 354/188;
  width: 100%;
}
.swordsmith_children .swordsmith_children_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swordsmith_children .swordsmith_children_textArea {
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.6);
}
@media (min-width: 768px) {
  .swordsmith_children .swordsmith_children_textArea {
    padding: 16px 24px;
  }
}
.swordsmith_children .swordsmith_children_title {
  color: #7C7243;
  font-family: "Shippori Mincho B1";
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px !important;
}
.swordsmith_children .swordsmith_children_title_kana {
  color: #727171;
  font-family: "Shippori Mincho B1";
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 16px !important;
}
.swordsmith_children .swordsmith_children_excerpt p {
  color: #444340;
  font-family: "Shippori Mincho B1";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0 !important;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.swordsmith_children_container.is-slider .swordsmith_children {
  max-width: 100%;
  margin: 0 12px;
}
.swordsmith_children_container.is-slider .prev-arrow,
.swordsmith_children_container.is-slider .next-arrow {
  display: block;
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.swordsmith_children_container.is-slider .next-arrow {
  right: -5px;
  background-image: url(../../images/touken/expand_circle_right-1.svg);
}
@media (min-width: 768px) {
  .swordsmith_children_container.is-slider .next-arrow {
    right: -35px;
  }
}
.swordsmith_children_container.is-slider .prev-arrow {
  left: -5px;
  z-index: 1;
  background-image: url(../../images/touken/expand_circle_right.svg);
}
@media (min-width: 768px) {
  .swordsmith_children_container.is-slider .prev-arrow {
    left: -35px;
  }
}

.swordsmith_archive .bg-title {
  background-image: url(../../images/touken/bg_katanako_title.png);
  color: #fff;
  border-bottom: none;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25), 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.swordsmith_archive form {
  border: 4px solid var(--Main-BrandColor02, #556B2F);
  background: var(--Base-Light-gray, #F8F8F8);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .swordsmith_archive form {
    border: 11px solid var(--Main-BrandColor02, #556B2F);
    margin-bottom: 100px;
  }
}
.swordsmith_archive form::before, .swordsmith_archive form::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 43px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .swordsmith_archive form::before, .swordsmith_archive form::after {
    width: 200px;
    height: 172px;
  }
}
.swordsmith_archive form::before {
  background-image: url(../../images/touken/bg_katanakou_title_left.png);
  bottom: 0;
  left: 0;
}
.swordsmith_archive form::after {
  background-image: url(../../images/touken/bg_katanakou_title_right.png);
  top: 0;
  right: 0;
}
.swordsmith_archive .search-box {
  margin: 0;
  position: relative;
  z-index: 2;
}
.swordsmith_archive .search-box-content {
  background: rgba(255, 255, 255, 0.4);
  padding: 24px 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .swordsmith_archive .search-box-content {
    padding: 64px 40px;
  }
}
.swordsmith_archive .search-box-title {
  color: var(--Main-BrandColor01, #7C7243);
  text-align: center;
  font-family: "Shippori Mincho B1";
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1.1px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .swordsmith_archive .search-box-title {
    font-size: 22px;
  }
}
.swordsmith_archive .search-box-inner {
  display: flex;
  border-radius: 4px;
  border: 1px solid var(--Main-BrandColor02, #556B2F);
}
.swordsmith_archive .search-box-inner input {
  background: #F6F6F6;
  border-radius: 4px 0 0 4px;
  padding: 12px 12px 6px 12px;
  height: 40px;
}
@media (min-width: 768px) {
  .swordsmith_archive .search-box-inner input {
    padding: 12px 12px 6px 12px;
    height: 57px;
  }
}
.swordsmith_archive .search-box-inner input::placeholder {
  color: #A1A09C;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .swordsmith_archive .search-box-inner input::placeholder {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .swordsmith_archive .search-box-inner {
    width: 484px;
  }
}
.swordsmith_archive button#searchsubmit {
  white-space: nowrap;
  border-radius: 0 4px 4px 0;
  background: var(--Main-BrandColor02, #556B2F);
  border: none;
  color: var(--Base-White, #FFF);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 2px;
  display: flex;
  padding: 0 16px;
  gap: 6px;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 768px) {
  .swordsmith_archive button#searchsubmit {
    font-size: 20px;
  }
}
.swordsmith_archive button#searchsubmit svg {
  width: 16px;
}
@media (min-width: 768px) {
  .swordsmith_archive button#searchsubmit svg {
    width: 20px;
  }
}
.swordsmith_archive .swordsmith_archive_title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: var(--Text-Black, #262626);
  text-align: center;
  font-family: "Shippori Mincho B1";
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 1.6px;
  position: relative;
  margin-bottom: 32px !important;
}
@media (min-width: 768px) {
  .swordsmith_archive .swordsmith_archive_title {
    font-size: 32px;
    gap: 24px;
    margin-bottom: 48px !important;
  }
}
.swordsmith_archive .swordsmith_archive_title::before, .swordsmith_archive .swordsmith_archive_title::after {
  content: "";
  display: inline-block;
  width: 8%;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../../images/touken/deco_title_katanako.png);
}
.swordsmith_archive .touko-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .swordsmith_archive .touko-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.swordsmith_archive .touko-item {
  border-bottom: 1px solid #E9E7E2;
  padding: 8px 0;
}
.swordsmith_archive .touko-item a {
  border-right: 1px solid #E9E7E2;
  display: block;
  padding: 4px 12px;
  position: relative;
}
.swordsmith_archive .touko-item a::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../../images/touken/icon_katanako_arrow.png);
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.swordsmith_archive .touko-item .name {
  color: var(--Text-Black, #262626);
  font-family: "Shippori Mincho B1";
  font-size: 19px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.88px;
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .swordsmith_archive .touko-item .name {
    font-size: 22px;
  }
}
.swordsmith_archive .touko-item .kana {
  color: var(--Text-Light, #727171);
  font-family: "Shippori Mincho B1";
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .swordsmith_archive .touko-item .kana {
    font-size: 16px;
  }
}

/*  -----------------------------
トップへ戻る
--------------------------------- */
.post-type-archive-swordsmith .wrapper .page-top {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  border-bottom: 1px solid var(--Line-Normal, #DAD8D0);
}

.no_toko {
  text-align: center;
}/*# sourceMappingURL=swordsmith.css.map */