@charset "UTF-8";
/* Common CSS */
/* _setting CSS */
h1 {
  color: #605210;
}

/* Desktops and laptops and tablet */
@media print, screen and (min-width: 751px) {
  .bottom_arrow svg {
    width: 16px;
    height: 12px;
    transform: rotate(90deg);
  }

  #kv .kv_wrapper {
    margin: 0 auto;
    padding-top: 80px;
    width: 100%;
    max-width: 1420px;
  }
  #kv .kv_wrapper .kv_inner {
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: start;
    justify-content: center;
    padding: 70px 60px 0 60px;
    width: 100%;
    height: 420px;
    border-radius: 60px;
    background-color: #FBF9F6;
    background-image: url(/assets/images/common/bg_sand.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  #kv .kv_wrapper .kv_inner::after {
    content: '';
    position: absolute;
    bottom: calc((100% - 70px) / 2);
    right: 85px;
    display: block;
    width: 300px;
    height: 300px;
    background-image: url(/assets/images/common/column_kv_image.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translate(0, 50%);
  }
  #kv .kv_wrapper .kv_inner .title {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.04em;
  }
  #kv .kv_wrapper .kv_inner .sub_title {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.02em;
  }

  #archive #content {
    margin: 90px auto 0 auto;
    width: 1420px;
  }
  #archive #content .column_wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: start;
    justify-content: space-between;
    margin: 0 auto;
    width: 1280px;
  }
  #archive #content .column_wrapper .main_content {
    width: 880px;
  }
  #archive #content .column_wrapper .main_content .news_content_inner .news_list .news_item {
    padding: 40px 0;
    border-bottom: 1px solid #F2EEE9;
  }
  #archive #content .column_wrapper .main_content .news_content_inner .news_list .news_item .news_item_link {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    column-gap: 20px;
  }
  #archive #content .column_wrapper .main_content .news_content_inner .news_list .news_item .news_item_link .news_image {
    overflow: hidden;
    width: 280px;
  }
  #archive #content .column_wrapper .main_content .news_content_inner .news_list .news_item .news_item_link .news_image img {
    border-radius: 20px;
  }
  #archive #content .column_wrapper .main_content .news_content_inner .news_list .news_item .news_item_link .news_text {
    display: flex;
    flex-flow: column;
    align-items: stretch;
    justify-content: stretch;
    width: calc(100% - 280px - 20px);
  }
  #archive #content .column_wrapper .main_content .news_content_inner .news_list .news_item .news_item_link .news_text .news_title {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0;
    color: #605210;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  #archive #content .column_wrapper .main_content .news_content_inner .news_list .news_item .news_item_link .news_text .news_desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-top: 10px;
    font-size: 1.6rem;
    line-height: 1.7;
    letter-spacing: 0.02em;
  }
  #archive #content .column_wrapper .main_content .news_content_inner .news_list .news_item .news_item_link .news_text .dt_inner {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: right;
    column-gap: 10px;
    padding-top: 20px;
    margin-top: auto;
  }
  #archive #content .column_wrapper .main_content .news_content_inner .news_list .news_item .news_item_link .news_text .dt_inner .day {
    font-size: 1.6rem;
    letter-spacing: 0;
    margin-top: 7px;
    width: 80px;
  }
  #archive #content .column_wrapper .main_content .news_content_inner .news_list .news_item .news_item_link .news_text .dt_inner .tags {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: right;
    gap: 10px;
    max-width: 300px;
  }
  #archive #content .column_wrapper .main_content .news_content_inner .news_list .news_item .news_item_link .news_text .dt_inner .tags .tag {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 15px;
    font-size: 1.4rem;
    line-height: 1.2;
    letter-spacing: 0;
    border: 1px solid #605210;
    border-radius: 50px;
  }
  #archive #content .column_wrapper .main_content .news_content_inner .news_list .news_item:first-child {
    padding-top: 0;
  }
  #archive #content .column_wrapper .main_content .news_content_inner .news_list .news_item:last-child {
    border: none;
  }
  #archive #content .column_wrapper .side_bar {
    display: flex;
    flex-flow: column;
    row-gap: 20px;
    width: 340px;
  }
  #archive #content .column_wrapper .side_bar .sb_inner {
    padding: 40px 30px;
    width: 100%;
    background-color: #FBF9F6;
    border: 1px solid #F2EEE9;
    border-radius: 30px;
  }
  #archive #content .column_wrapper .side_bar .sb_inner .home_title {
    display: block;
    padding: 30px 0;
    font-size: 1.6rem;
    line-height: 1.3;
    letter-spacing: 0;
    border-bottom: 1px solid #F2EEE9;
  }
  #archive #content .column_wrapper .side_bar .sb_inner .home_title .bottom_arrow {
    float: right;
  }
  #archive #content .column_wrapper .side_bar .sb_inner .link_list {
    display: flex;
    flex-flow: column;
    margin-top: 30px;
  }
  #archive #content .column_wrapper .side_bar .sb_inner .link_list .item .title {
    display: block;
    font-size: 1.6rem;
    line-height: 2.1;
    letter-spacing: 0.02em;
  }
  #archive #content .column_wrapper .side_bar .sb_inner .link_list .item .title.selected {
    color: #78C06F;
  }
  #archive #content .column_wrapper .side_bar .sb_inner .link_list .item .title .bottom_arrow {
    float: right;
  }
  #archive #content .column_wrapper .side_bar .sb_inner .link_list .item:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  #archive #content .column_wrapper .side_bar .sb_inner .sb_tag_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  #archive #content .column_wrapper .side_bar .sb_inner .sb_tag_list .sb_tag_item .sb_tag_item_link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    max-width: 100%;
    background-color: #fff;
    border: 1px solid #605210;
    border-radius: 60px;
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: 0;
  }
  #archive #content .column_wrapper .side_bar .sb_inner .sb_tag_list .sb_tag_item .sb_tag_item_link.selected {
    background-color: #605210;
    color: #fff;
  }
  #archive #content .column_wrapper .side_bar .sb_inner .age_list {
    position: relative;
    margin-top: 20px;
  }
  #archive #content .column_wrapper .side_bar .sb_inner .age_list .dropdown_list {
    padding: 20px;
    width: 100%;
    height: 64px;
    border: 1px solid #F2EEE9;
    border-radius: 10px;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0;
    color: #605210;
    appearance: none;
  }
  #archive #content .column_wrapper .side_bar .sb_inner .age_list .dropdown_list option {
    color: #605210;
  }
  #archive #content .column_wrapper .side_bar .sb_inner .age_list .dropdown_list option:first-child {
    color: #bbb;
  }
  #archive #content .column_wrapper .side_bar .sb_inner .age_list .dropdown_list:invalid {
    color: #bbb;
  }
  #archive #content .column_wrapper .side_bar .sb_inner .age_list::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 24px;
    height: 24px;
    background-color: #605210;
    border-radius: 50%;
    transform: translate(0, -50%);
    pointer-events: none;
  }
  #archive #content .column_wrapper .side_bar .sb_inner .age_list::after {
    content: "";
    position: absolute;
    top: 51%;
    right: 27px;
    width: 10px;
    height: 8px;
    background-image: url(/assets/images/common/buttom_arrow_round.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(0, -50%);
    pointer-events: none;
  }

  #single .single_inner {
    padding: 0 270px;
    margin: 0 auto;
    width: 1420px;
  }
  #single #content {
    padding-top: 200px;
  }
  #single #content .kv_image {
    width: 100%;
    height: 462px;
  }
  #single #content .kv_image img {
    border-radius: 10px;
  }
  #single #content .title_day_tag {
    margin-top: 40px;
  }
  #single #content .title_day_tag h1 {
    padding-bottom: 30px;
    border-bottom: 1px solid #F2EEE9;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.04em;
  }
  #single #content .title_day_tag .dt_inner {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-top: 20px;
  }
  #single #content .title_day_tag .dt_inner .day {
    margin-top: 5px;
    width: 100px;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0;
    color: #605210;
  }
  #single #content .title_day_tag .dt_inner .tags {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: right;
  }
  #single #content .title_day_tag .dt_inner .tags .tag {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 15px;
    border: 1px solid #605210;
    border-radius: 60px;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0;
    color: #605210;
  }
  #single #content .article_body {
    margin-top: 30px;
  }
  #single #content .article_body h2 {
    font-size: 2.4rem;
  }
  #single #content .article_body h3 {
    font-size: 2.2rem;
  }
  #single #content .article_body p {
    margin-bottom: 1em;
  }
  #single #content .article_body p + h2,
  #single #content .article_body p + h3,
  #single #content .article_body p + h4,
  #single #content .article_body p + h5,
  #single #content .article_body p + h6 {
    margin-top: 1.5em;
  }
  #single #references {
    margin-top: 30px;
  }
  #single #references .references_inner {
    padding: 20px;
    background-color: #FBF9F6;
    border-radius: 12px;
  }
  #single #references h3 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0;
    margin-bottom: 0.5em;
  }
  #single #references ul li {
    margin-top: 1em;
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.02em;
  }
  #single #references ul li a {
    text-decoration: underline;
    color: #78C06F;
  }
  #single #references ul li a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  #single #author {
    margin-top: 95px;
  }
  #single #author .writer_inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 60px 30px 30px;
    width: 100%;
    background-color: #FBF9F6;
    border: 1px solid #F2EEE9;
    border-radius: 80px;
  }
  #single #author .writer_inner .writer_tag {
    position: absolute;
    top: 0;
    left: 75px;
    display: block;
    background-color: #fff;
    border: 1px solid #605210;
    border-radius: 60px;
    padding: 7px 15px;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0;
    transform: translate(0, -50%);
  }
  #single #author .writer_inner .writer {
    display: flex;
    align-items: center;
    justify-content: left;
  }
  #single #author .writer_inner .writer .writer_image {
    overflow: hidden;
    flex-shrink: 0;
    width: 90px;
    height: 90px;
    background-color: #F2EEE9;
    border-radius: 50%;
  }
  #single #author .writer_inner .writer .writer_nt {
    display: flex;
    flex-flow: column;
    align-items: start;
    justify-content: center;
    flex-grow: 1;
    /* 3つ目の要素がある場合に備えて、flex-basisを0に設定 */
    flex-basis: 0;
    padding: 0 20px;
    width: auto;
    height: auto;
  }
  #single #author .writer_inner .writer .writer_nt .title {
    font-size: 1.6rem;
    line-height: 1.7;
    letter-spacing: 0.02em;
  }
  #single #author .writer_inner .writer .writer_nt .name {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: 0.02em;
  }
  #single #author .writer_inner .writer .biography {
    display: flex;
    align-items: center;
    justify-content: left;
    flex-grow: 1;
    flex-basis: 0;
    padding: 0 20px;
    width: auto;
    height: auto;
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.02em;
    border-left: 1px solid #F2EEE9;
  }
  #single #evaluation {
    margin-top: 60px;
    transition: all 0.3s;
  }
  #single #evaluation .e_inner .e_title {
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0;
  }
  #single #evaluation .e_inner .e_list {
    display: flex;
    align-items: stretch;
    justify-content: center;
    column-gap: 20px;
    margin-top: 22px;
  }
  #single #evaluation .e_inner .e_list .e_item {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    row-gap: 10px;
    width: 200px;
    height: 140px;
    background-color: #fff;
    border: 1px solid #F2EEE9;
    border-radius: 20px;
    cursor: pointer;
  }
  #single #evaluation .e_inner .e_list .e_item:hover {
    opacity: 0.7;
  }
  #single #evaluation .e_inner .e_list .e_item .sign {
    width: 40px;
    height: 40px;
  }
  #single #evaluation .e_inner .e_list .e_item .sign.off {
    display: block;
  }
  #single #evaluation .e_inner .e_list .e_item .sign.on {
    display: none;
  }
  #single #evaluation .e_inner .e_list .e_item .e_title {
    font-size: 2.0rem;
    line-height: 1;
    letter-spacing: 0;
  }
  #single #evaluation .e_inner .e_list .e_item.on {
    background-color: #8A9177;
  }
  #single #evaluation .e_inner .e_list .e_item.on .sign.off {
    display: none;
  }
  #single #evaluation .e_inner .e_list .e_item.on .sign.on {
    display: inline-block;
  }
  #single #evaluation .e_inner .e_list .e_item.on .e_title {
    color: #fff;
  }
  #single #single_pagenavi .navi_inner {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FBF9F6;
    margin-top: 60px;
    width: 100%;
    height: 100px;
    border: 1px solid #F2EEE9;
    border-radius: 105px;
  }
  #single #single_pagenavi .navi_inner::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 255px;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #F2EEE9;
    transform: translate(0, -50%);
  }
  #single #single_pagenavi .navi_inner::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 255px;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #F2EEE9;
    transform: translate(0, -50%);
  }
  #single #single_pagenavi .navi_inner .prev {
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 60px;
    width: 255px;
    height: 100%;
    font-size: 1.7rem;
    line-height: 1;
    letter-spacing: 0;
    color: #605210;
  }
  #single #single_pagenavi .navi_inner .go_archive {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 365px;
    height: 100%;
    font-size: 1.7rem;
    line-height: 1;
    letter-spacing: 0;
    color: #605210;
  }
  #single #single_pagenavi .navi_inner .next {
    display: flex;
    align-items: center;
    justify-content: right;
    padding-right: 60px;
    width: 255px;
    height: 100%;
    font-size: 1.7rem;
    line-height: 1;
    letter-spacing: 0;
    color: #605210;
  }
}
@media screen and (max-width: 750px) {
  .bottom_arrow svg {
    width: 3.2vw;
    height: 3.2vw;
    transform: rotate(90deg);
  }

  #kv .kv_wrapper {
    margin: 0 auto;
    padding-top: 29.33333vw;
    width: 100%;
  }
  #kv .kv_wrapper .kv_inner {
    display: flex;
    flex-flow: column;
    align-items: start;
    justify-content: center;
    padding: 18.66667vw 5.33333vw;
    width: 100%;
    height: 58.66667vw;
    border-radius: 8vw;
    background-color: #FBF9F6;
    background-image: url(/assets/images/public/public_kv_image.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  #kv .kv_wrapper .kv_inner .title {
    font-size: 5.86667vw;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.04em;
  }
  #kv .kv_wrapper .kv_inner .sub_title {
    margin-top: 3.73333vw;
    font-size: 3.2vw;
    line-height: 2;
    letter-spacing: 0.02em;
  }
  #kv .kv_wrapper {
    margin: 0 auto;
    padding-top: 29.33333vw;
    width: 100%;
  }
  #kv .kv_wrapper .kv_inner {
    z-index: 1;
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: start;
    justify-content: center;
    padding: 18.66667vw 5.33333vw;
    width: 100%;
    height: 58.66667vw;
    border-radius: 8vw;
    background-color: #FBF9F6;
    background-image: url(/assets/images/common/bg_sand.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  #kv .kv_wrapper .kv_inner::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 5.33333vw;
    display: block;
    width: 40vw;
    height: 40vw;
    background-image: url(/assets/images/common/column_kv_image.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translate(0, -50%);
  }
  #kv .kv_wrapper .kv_inner .title {
    z-index: 2;
    position: relative;
    font-size: 5.86667vw;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.04em;
  }
  #kv .kv_wrapper .kv_inner .sub_title {
    z-index: 2;
    position: relative;
    margin-top: 3.73333vw;
    font-size: 3.2vw;
    line-height: 2;
    letter-spacing: 0.02em;
  }

  #archive #content {
    margin-top: 14.66667vw;
  }
  #archive #content .column_wrapper {
    margin: 0 auto;
    padding: 0 5.33333vw;
    width: 100%;
  }
  #archive #content .column_wrapper .main_content {
    width: 100%;
  }
  #archive #content .column_wrapper .main_content .news_content_inner .news_list .news_item {
    padding: 8vw 0;
    border-bottom: 1px solid #F2EEE9;
  }
  #archive #content .column_wrapper .main_content .news_content_inner .news_list .news_item .news_item_link {
    display: flex;
    flex-flow: column;
    row-gap: 4vw;
  }
  #archive #content .column_wrapper .main_content .news_content_inner .news_list .news_item .news_item_link .news_image {
    overflow: hidden;
    height: 46.66667vw;
    border-radius: 2.66667vw;
  }
  #archive #content .column_wrapper .main_content .news_content_inner .news_list .news_item .news_item_link .news_text {
    display: flex;
    flex-flow: column;
    align-items: stretch;
    justify-content: stretch;
  }
  #archive #content .column_wrapper .main_content .news_content_inner .news_list .news_item .news_item_link .news_text .news_title {
    font-size: 4.53333vw;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0;
    color: #605210;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  #archive #content .column_wrapper .main_content .news_content_inner .news_list .news_item .news_item_link .news_text .news_desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-top: 2.66667vw;
    font-size: 3.2vw;
    line-height: 1.7;
    letter-spacing: 0.02em;
  }
  #archive #content .column_wrapper .main_content .news_content_inner .news_list .news_item .news_item_link .news_text .dt_inner {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
    padding-top: 2.66667vw;
    margin-top: auto;
  }
  #archive #content .column_wrapper .main_content .news_content_inner .news_list .news_item .news_item_link .news_text .dt_inner .day {
    font-size: 3.46667vw;
    letter-spacing: 0;
    margin-top: 2.13333vw;
    width: 18.66667vw;
  }
  #archive #content .column_wrapper .main_content .news_content_inner .news_list .news_item .news_item_link .news_text .dt_inner .tags {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: right;
    gap: 2.66667vw;
    max-width: 66.66667vw;
  }
  #archive #content .column_wrapper .main_content .news_content_inner .news_list .news_item .news_item_link .news_text .dt_inner .tags .tag {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.46667vw 3.2vw;
    font-size: 3.2vw;
    line-height: 1.2;
    letter-spacing: 0;
    border: 1px solid #605210;
    border-radius: 6.66667vw;
  }
  #archive #content .column_wrapper .main_content .news_content_inner .news_list .news_item:first-child {
    padding-top: 0;
  }
  #archive #content .column_wrapper .main_content .news_content_inner .news_list .news_item:last-child {
    border: none;
  }
  #archive #content .column_wrapper .side_bar {
    display: flex;
    flex-flow: column;
    width: 100%;
  }
  #archive #content .column_wrapper .side_bar .sb_inner {
    margin-top: 5.33333vw;
    padding: 6.66667vw 5.33333vw;
    width: 100%;
    background-color: #FBF9F6;
    border: 1px solid #F2EEE9;
    border-radius: 2vw;
  }
  #archive #content .column_wrapper .side_bar .sb_inner .sb_tag_list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.33333vw;
    min-height: 18.66667vw;
  }
  #archive #content .column_wrapper .side_bar .sb_inner .sb_tag_list .sb_tag_item .sb_tag_item_link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.33333vw 3.2vw;
    max-width: 100%;
    background-color: #fff;
    border: 1px solid #605210;
    border-radius: 12.66667vw;
    font-size: 3.2vw;
    line-height: 1.2;
    letter-spacing: 0;
  }
  #archive #content .column_wrapper .side_bar .sb_inner .sb_tag_list .sb_tag_item .sb_tag_item_link.selected {
    background-color: #605210;
    color: #fff;
  }
  #archive #content .column_wrapper .side_bar .sb_inner .age_list {
    position: relative;
    margin-top: 4vw;
  }
  #archive #content .column_wrapper .side_bar .sb_inner .age_list .dropdown_list {
    padding: 3.6vw 5.33333vw;
    width: 100%;
    height: 11.46667vw;
    border: 1px solid #F2EEE9;
    border-radius: 2vw;
    font-size: 3.46667vw;
    line-height: 1;
    letter-spacing: 0;
    color: #605210;
    appearance: none;
  }
  #archive #content .column_wrapper .side_bar .sb_inner .age_list .dropdown_list option {
    color: #605210;
  }
  #archive #content .column_wrapper .side_bar .sb_inner .age_list .dropdown_list option:first-child {
    color: #bbb;
  }
  #archive #content .column_wrapper .side_bar .sb_inner .age_list .dropdown_list:invalid {
    color: #bbb;
  }
  #archive #content .column_wrapper .side_bar .sb_inner .age_list::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5.33333vw;
    display: block;
    width: 4.8vw;
    height: 4.8vw;
    background-color: #605210;
    border-radius: 50%;
    transform: translate(0, -50%);
    pointer-events: none;
  }
  #archive #content .column_wrapper .side_bar .sb_inner .age_list::after {
    content: "";
    position: absolute;
    top: 51%;
    right: 6.13333vw;
    width: 2.93333vw;
    height: 1.86667vw;
    background-image: url(/assets/images/common/buttom_arrow_round.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(0, -50%);
    pointer-events: none;
  }

  #single .single_inner {
    margin: 0 auto;
    padding: 0 5.33333vw;
    width: 100%;
  }
  #single #content {
    padding-top: 29.6vw;
  }
  #single #content .kv_image {
    width: 100%;
    height: 46.93333vw;
  }
  #single #content .kv_image img {
    border-radius: 8px;
  }
  #single #content .title_day_tag {
    margin-top: 5.33333vw;
  }
  #single #content .title_day_tag h1 {
    padding-bottom: 5.33333vw;
    border-bottom: 1px solid #F2EEE9;
    font-size: 5.33333vw;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0;
  }
  #single #content .title_day_tag .dt_inner {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-top: 4vw;
  }
  #single #content .title_day_tag .dt_inner .day {
    margin-top: 0.66667vw;
    width: 18.66667vw;
    font-size: 3.46667vw;
    line-height: 1;
    letter-spacing: 0;
    color: #605210;
  }
  #single #content .title_day_tag .dt_inner .tags {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: right;
  }
  #single #content .title_day_tag .dt_inner .tags .tag {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.33333vw 3.2vw;
    border: 1px solid #605210;
    border-radius: 12.53333vw;
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0;
    color: #605210;
  }
  #single #content .article_body {
    margin-top: 5.33333vw;
  }
  #single #content .article_body h2 {
    font-size: 4.8vw;
  }
  #single #content .article_body h3 {
    font-size: 4.53333vw;
    line-height: 1.3;
  }
  #single #content .article_body p {
    font-size: 4vw;
    margin-bottom: 1em;
  }
  #single #content .article_body p + h2,
  #single #content .article_body p + h3,
  #single #content .article_body p + h4,
  #single #content .article_body p + h5,
  #single #content .article_body p + h6 {
    margin-top: 1.5em;
  }
  #single #references {
    margin-top: 30px;
  }
  #single #references .references_inner {
    padding: 20px;
    background-color: #FBF9F6;
    border-radius: 12px;
  }
  #single #references h3 {
    font-size: 4.26667vw;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0;
    margin-bottom: 0.5em;
  }
  #single #references ul li {
    margin-top: 1em;
    font-size: 3.2vw;
    line-height: 1.7;
    letter-spacing: 0.02em;
  }
  #single #references ul li a {
    text-decoration: underline;
    color: #78C06F;
  }
  #single #references ul li a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  #single #author {
    margin-top: 11.33333vw;
  }
  #single #author .writer_inner {
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
    padding: 8vw 8vw 9.33333vw 8vw;
    width: 100%;
    background-color: #FBF9F6;
    border: 1px solid #F2EEE9;
    border-radius: 16vw;
  }
  #single #author .writer_inner .writer_tag {
    position: absolute;
    top: 0;
    left: 18.66667vw;
    display: block;
    background-color: #fff;
    border: 1px solid #605210;
    border-radius: 13.33333vw;
    padding: 1.6vw 3.46667vw;
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0;
    transform: translate(0, -50%);
  }
  #single #author .writer_inner .writer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
    column-gap: 4vw;
  }
  #single #author .writer_inner .writer .writer_image {
    overflow: hidden;
    flex-shrink: 0;
    width: 21.33333vw;
    height: 21.33333vw;
    background-color: #F2EEE9;
    border-radius: 50%;
  }
  #single #author .writer_inner .writer .writer_nt {
    flex-grow: 1;
    flex-basis: 0;
  }
  #single #author .writer_inner .writer .writer_nt .title {
    font-size: 3.73333vw;
    line-height: 1.7;
    letter-spacing: 0.02em;
  }
  #single #author .writer_inner .writer .writer_nt .name {
    font-size: 4.26667vw;
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: 0.02em;
  }
  #single #author .writer_inner .writer .biography {
    flex-basis: 100%;
    /* 横幅100％に設定 */
    flex-grow: 1;
    margin-top: 6vw;
    padding-top: 6vw;
    width: 100%;
    font-size: 3.2vw;
    line-height: 1.7;
    letter-spacing: 0.02em;
    border-top: 1px solid #F2EEE9;
  }
  #single #evaluation {
    margin-top: 10.66667vw;
  }
  #single #evaluation .e_inner .e_title {
    text-align: center;
    font-size: 5.06667vw;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0;
  }
  #single #evaluation .e_inner .e_list {
    display: flex;
    align-items: stretch;
    justify-content: center;
    column-gap: 2.66667vw;
    margin-top: 4.26667vw;
  }
  #single #evaluation .e_inner .e_list .e_item {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    row-gap: 1.33333vw;
    width: auto;
    height: 21.33333vw;
    border: 1px solid #F2EEE9;
    border-radius: 2.66667vw;
  }
  #single #evaluation .e_inner .e_list .e_item .sign {
    width: 8vw;
    height: 8vw;
  }
  #single #evaluation .e_inner .e_list .e_item .sign svg {
    width: 100%;
    height: 100%;
  }
  #single #evaluation .e_inner .e_list .e_item .sign.off {
    display: inline-block;
  }
  #single #evaluation .e_inner .e_list .e_item .sign.on {
    display: none;
  }
  #single #evaluation .e_inner .e_list .e_item .e_title {
    font-size: 4vw;
    line-height: 1;
    letter-spacing: 0;
  }
  #single #evaluation .e_inner .e_list .e_item.on {
    background-color: #8A9177;
  }
  #single #evaluation .e_inner .e_list .e_item.on .sign.off {
    display: none;
  }
  #single #evaluation .e_inner .e_list .e_item.on .sign.on {
    display: inline-block;
  }
  #single #evaluation .e_inner .e_list .e_item.on .e_title {
    color: #fff;
  }
  #single #single_pagenavi .navi_inner {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FBF9F6;
    margin-top: 8vw;
    width: 100%;
    height: 20vw;
    border: 1px solid #F2EEE9;
    border-radius: 20vw;
  }
  #single #single_pagenavi .navi_inner::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 20vw;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #F2EEE9;
    transform: translate(0, -50%);
  }
  #single #single_pagenavi .navi_inner::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20vw;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #F2EEE9;
    transform: translate(0, -50%);
  }
  #single #single_pagenavi .navi_inner .prev {
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 8.93333vw;
    width: 20vw;
    height: 100%;
    font-size: 3.46667vw;
    line-height: 1;
    letter-spacing: 0;
    color: #605210;
  }
  #single #single_pagenavi .navi_inner .go_archive {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49.2vw;
    height: 100%;
    font-size: 3.46667vw;
    line-height: 1;
    letter-spacing: 0;
    color: #605210;
  }
  #single #single_pagenavi .navi_inner .next {
    display: flex;
    align-items: center;
    justify-content: right;
    padding-right: 8.93333vw;
    width: 20vw;
    height: 100%;
    font-size: 3.46667vw;
    line-height: 1;
    letter-spacing: 0;
    color: #605210;
  }
}
