/*
 * common
 *
 */
 @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');

/* -- 01:all */
* {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  color: #42332b;
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  background: #efefef;
}
img {
  vertical-align: bottom;
}

a:hover {
  opacity: 0.8;
}

:root {

--color-m01: #1893bb;
--color-m02: #866131;

--font-inter: "Inter", sans-serif;

--svg-arw01: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg id="_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9.37396 17.3337"><defs><style>.cls-1{fill:none;stroke:%231892ba;stroke-miterlimit:10;}</style></defs><g id="_d"><polyline class="cls-1" points=".35355 .35355 8.66685 8.66685 .35355 16.98015"/></g></svg>');

}


/* footer */
footer {
  padding-top: 80px;
  padding-bottom: 50px;
  background: var(--color-m02);
  color: #ffffff;
}
footer .inner {
  max-width: 1130px;
  margin: 0 auto;
}
.footer_wrap {
  display: flex;
  justify-content: space-between;
}
.footer_address {
  width: 35%;
  font-size: 13px;
  line-height: 1.6;
}
.footer_address p {
  margin-bottom: 20px;
}
.footer_address .fs {
  font-size: 10px;
}
.footer_logo {
  width: 76px;
  margin-bottom: 20px;
}
.footer_icons {
  display: flex;
  align-items: center;
  padding-top: 15px;
  list-style: none;
}
.footer_icons li {
  margin-right: 20px;
}
.footer_icons .map a img {
  width: 20px;
}
.footer_icons .instagram a img {
  width: 22px;
}
.footer_icons .line a img {
  width: 25px;
  margin-top: 2px;
}
.footer_group {
  display: flex;
  flex-direction: column;
  width: 65%;
  max-width: 520px;
  padding: 42px 0 0;
}
.footer_link {
  display: flex;
  margin: 0 0 20px;
}
.footer_link ul {
  width: 50%;
  list-style: none;
  padding: 0 0 0 10px;
}
.footer_link ul li {
  position: relative;
  margin: 0 0 7px;
  padding: 0 0 0 15px;
}
.footer_link ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 4px;
  height: 1px;
  background: #fff;
}
.footer_link ul li a {
  color: #fff;
  text-decoration: none;
}
.footer_recruit {
  margin: 0 0 30px 10px;
}
.footer_recruit a {
  display: block;
  width: max-content;
  padding: 4px 15px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
}
.footer_tools {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 0;
}
.footer_nav ul {
  display: flex;
  column-gap: 15px;
}
.footer_nav ul li a {
  color: #fff;
  text-decoration: none;
}
.footer_copyright {
  font-size: 10px;
  text-align: right;
}

.page_header {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 510px;
}
.page_header h1 {
  color: #fff;
  font-size: 63px;
  font-weight: 600;
  letter-spacing: 0.15em;
}


/* -- 02:top */
.home h2 {
  text-align: center;
}
header {
  width: 100%;
  height: 100%;
}

.mainvisual {
  position: relative;
}
.mainvisual_slide {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.mainvisual_slide div,
.mainvisual_slide li {
  height: 100%;
}
.mainvisual_slide li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mainvisual_logo {
  position: absolute;
  right: 5vw;
  bottom: 5vw;
  width: 165px;
  max-width: 30%;
}
.mainvisual_text {
  position: absolute;
  top: 5vw;
  left: 5vw;
  color: #fff;
}
.mainvisual_text h1 {
  font-size: 39px;
  letter-spacing: 0.15em;
}
.mainvisual_text h1 em {
  display: inline-block;
  margin-right: 0.5em;
  font-family: var(--font-inter);
  font-style: normal;
}
.mainvisual_text p {
  padding-top: 30px;
  font-family: var(--font-inter);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.15em;
}

#concept {
  padding: 175px 0 20px;
}
#concept h2 {
  margin-top: -15px;
  padding-bottom: 5px;
  color: var(--color-m01);
  font-family: var(--font-inter);
  font-size: 51px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: left;
}
.concept_unit {
  display: flex;
  align-items: flex-start;
  column-gap: 36px;
  margin: 0 0 80px;
}
.concept_unit.-reverse {
  flex-direction: row-reverse;
}
.concept_unit h3 {
  margin: 0 0 5px;
  font-size: 21px;
  font-weight: 400;
}
.concept_unit h4 {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 400;
}
.concept_unitGroup {
  flex-grow: 1;
}
.concept_unitFigure {
  width: 54%;
  flex-shrink: 0;
}
.concept_unitFigure img {
  max-width: 100%;
}
.concept_unitFigure ul {
  list-style: none;
}
.concept_unitGroup p {
  padding-top: 10px;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.9;
}
.concept_btn {
  padding-top: 20px;
}
.concept_btn a {
  display: inline-block;
  padding: 7px 18px;
  color: var(--color-m01);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-decoration: none;
  border: 1px solid var(--color-m01);;
}
.concept_unitInfo {
  margin-top: 30px;
  padding: 0 0 0 17px;
  border-left: 1px solid #42332b;
}
.concept_unitInfo h4 {
  margin-bottom: 10px;
}
.concept_unitInfo h5 {
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 400;
}
.concept_unitInfo p {
  font-size: 10px;
  line-height: 1.4;
}

#logomark {
  margin-bottom: 200px;
}
#logomark h2 {
  padding-bottom: 15px;
  color: var(--color-m01);
  font-family: var(--font-inter);
  font-size: 51px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: left;
}
.logomark_box {
  display: flex;
  flex-direction: row-reverse;
  column-gap: 30px;
  padding: 50px 30px;
  border-radius: 5px;
  background: #fff;
}
.logomark_box figure {
  width: 45%;
  padding-top: 2em;
  text-align: center;
  flex-shrink: 0;
}
.logomark_box figure img {
  width: 158px;
}
.logomark_boxGroup {
  flex-grow: 1;
}
.logomark_boxGroup p {
  max-width: 360px;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.9;
}

#news {
  margin-bottom: 220px;
  padding: 80px 0 85px;
  color: #fff;
  background: var(--color-m02);
}
#news h2 {
  padding-bottom: 35px;
  font-family: var(--font-inter);
  font-size: 51px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.news_list {
  margin-bottom: 50px;
  background-image : linear-gradient(to right, #fff 1px, transparent 1px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left top;
}
.news_listClm {
  display: flex;
  column-gap: 10px;
  padding: 18px 0;
  font-size: 15px;
  letter-spacing: 0.1em;
  background-image : linear-gradient(to right, #fff 1px, transparent 1px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.news_listClm .date {
  width: 140px;
  font-family: var(--font-inter);
  font-weight: 600;
  flex-shrink: 0;
}
.news_listClm .title a {
  color: #fff;
  text-decoration: none;
}
.news_btn {
  text-align: center;
}
.news_btn a {
  display: inline-block;
  padding: 10px 18px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-decoration: none;
  border: 1px solid #fff;
}

#news_detail {
  min-height: 90vh;
  padding: 100px 0;
}
#news_detail h1 {
  padding-bottom: 26px;
  font-size: 42px;
  font-weight: 500;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.2em;
  line-height: 1.2em;
  text-align: center;
}
#news_detail h2 {
  margin: 0 0 5px;
  font-size: 24px;
  line-height: 1.4;
}
#news_detail h3 {
  margin: 0 0 5px;
  font-size: 20px;
  line-height: 1.4;
}
#news_detail h4 {
  margin: 0 0 5px;
  font-size: 18px;
  line-height: 1.4;
}
#news_detail p {
  margin: 0 0 25px;
  font-size: 16px;
  line-height: 1.9;
}
#news_detail .tag {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  column-gap: 5px;
  row-gap: 5px;
  margin: 0 0 15px;
}
#news_detail .tag span {
  display: inline-block;
  padding: 0 5px;
  color: #baa532;
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 2.2rem;
  border-radius: 3px;
  border: 1px solid #baa532;
}
#news_detail .date {
  margin: 0 0 25px;
}
#news_detail figure {
  padding: 0 0 25px;
}
#news_detail figure img
{
  max-width: 100%;
  width: 100%;
  height: 100%;
  /* aspect-ratio: 3 / 2;
  object-fit: cover; */
}
#news_detail p.caption {
  margin: 0 0 25px;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.0;
}
#news_detail ul {
  padding: 0 0 25px;
}
#news_detail ul li {
  padding: 8px 0;
}

#menu {
  padding: 0 0 60px 0;
}
#menu h2 {
  color: var(--color-m01);
  padding-bottom: 35px;
  font-family: var(--font-inter);
  font-size: 51px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.menu_list01,
.menu_list02 {
  display: flex;
  column-gap: 30px;
  padding-bottom: 35px;
}
.menu_list01 .menu_listClm {
  width: calc(50% - 15px);
}
.menu_list02 .menu_listClm {
  width: calc(33.333% - 20px);
}
.menu_listClm a {
  position: relative;
  display: block;
  color: #fff;
  font-family: var(--font-inter);
  text-decoration: none;
}
.menu_listClm img {
  max-width: 100%;
}
.menu_listClm .title {
  position: absolute;
  top: 20px;
  left: 25px;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.menu_listClm .more {
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 7px 18px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  border: 1px solid #fff;
}
.menu_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 15px;
  min-height: 77px;
  color: var(--color-m01);
  font-size: 16px;
  letter-spacing: 0.1em;
  text-decoration: none;
  border: 1px solid var(--color-m01);
}
.menu_btn a em {
  font-family: var(--font-inter);
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.15em;
}
.menu_btn a:after {
  content: "";
  display: block;
  width: 10px;
  height: 18px;
  background: var(--svg-arw01) no-repeat 0 0 / 100% auto;
}

#sns {
  padding: 88px 0 100px;
}
#sns h2 {
  color: var(--color-m01);
  padding-bottom: 35px;
  font-family: var(--font-inter);
  font-size: 51px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
#sns ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left: -10px;
}
#sns ul li {
  width: 20%;
  padding: 0 0 10px 10px;
}
#sns ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

#shop {
  padding-top: 80px;
}
#shop #map {
  width: 100%;
  height: 400px;
}


/* -- 03:concept */
.conceptpage .page_header {
  background: url(/images/concept/concept02.jpg) no-repeat center center / cover;
}
.concept_section {
  padding-bottom: 160px;
}
.concept_logo {
  padding: 200px 0 70px;
}
.concept_logo figure {
  margin-bottom: 70px;
  text-align: center;
}
.concept_logo figure img {
  width: 182px;
}
.concept_logo p {
  font-size: 18px;
  line-height: 2;
  text-align: center;
}
.concept_block {
  display: flex;
  align-items: flex-start;
  column-gap: 36px;
  margin: 0 0 40px;
}
.concept_block.-reverse {
  flex-direction: row-reverse;
}
.concept_block h2 {
  margin-top: -15px;
  padding-bottom: 5px;
  color: var(--color-m01);
  font-family: var(--font-inter);
  font-size: 51px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-align: left;
  font-feature-settings: "palt";
}
.concept_block h3 {
  margin: 0 0 5px;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
.concept_blockGroup {
  flex-grow: 1;
}
.concept_blockFigure {
  width: 54%;
  flex-shrink: 0;
}
.concept_blockFigure img {
  max-width: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}
.concept_blockGroup p {
  padding-top: 10px;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.9;
}
.concept_blockName {
  padding-top: 15px;
  font-size: 15px;
}
.concept_imglist {
  display: flex;
  column-gap: 29px;
  margin: 0 0 40px;
}
.concept_imglist figure {
  width: calc(33.333% - 19px);
  flex-shrink: 0;
}
.concept_imglist figure img {
  max-width: 100%;
}
.concept_info {
  margin-bottom: 40px;
  padding: 0 0 0 17px;
  border-left: 1px solid #42332b;
}
.concept_info h4 {
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.concept_info p {
  font-size: 12px;
  line-height: 1.9;
  letter-spacing: 0.05em;
}


/* -- 04:news */
.newspage .page_header {
  background: url(/images/news/t_news.jpg) no-repeat center center / cover;
}
.news_index {
  display: flex;
  flex-wrap: wrap;
  column-gap: 45px;
  row-gap: 45px;
  padding: 155px 0 140px;
}
.news_indexClm {
  display: flex;
  flex-direction: column;
  width: calc(33.333% - 30px);
  max-width: 258px;
  padding: 0 0 15px;
  border-bottom: 1px solid #2c2320;
}
.news_indexClm a {
  color: #42332b;
  text-decoration: none;
}
.news_indexClm figure {
  margin: 0 0 18px;
}
.news_indexClm figure img {
  width: 100%;
  height: ;
  object-fit: cover;
  aspect-ratio: 43/27;
}
.news_indexClm .title {
  font-size: 15px;
  line-height: 1.6;
}
.news_indexClm .group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding: 15px 0 0;
}
.news_indexClm .link {
  font-size: 10px;
}
.news_indexClm .link:after {
  content: "＞";
  display: inline-block;
  vertical-align: top;
}
.news_indexClm .date {
  font-size: 9px;
}
.news_paginate {
  display: flex;
  align-items: center;
  padding: 0 0 135px;
}
.news_paginate > div {
  width: 33.333%;
}
.news_paginate .page_num {
  font-family: var(--font-inter);
  font-size: 14px;
  text-align: center;
}
.news_paginate .btn_next a,
.news_paginate .btn_prev a {
  position: relative;
  display: inline-block;
  min-width: 136px;
  padding: 8px 30px;
  color: var(--color-m01);
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  border: 1px solid var(--color-m01);
}
.news_paginate .btn_prev {
  text-align: right;
}
.news_paginate .btn_prev a:after {
  content: "＞";
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-block;
  vertical-align: top;
  transform: translateY(-50%);
}
.news_paginate .btn_next a:before {
  content: "＜";
  position: absolute;
  top: 50%;
  left: 10px;
  display: inline-block;
  vertical-align: top;
  transform: translateY(-50%);
}
.news_paginate .btn_prev a:after,
.news_paginate .btn_next a:before {
  font-size: 13px;
}

/* -- Ex:Class */

/* :hover */
.op:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
/* :text */
.txtBold {
  font-weight: bold;
}
/* :layout */
.boxC {
  text-align: center;
}
.boxL {
  float: left;
}
.boxR {
  float: right;
}
.inner {
  max-width: 864px;
  margin: 0 auto;
}
.smart {
  display: none;
}



















/* sp */
@media screen and (max-width: 680px) {
  .pc {
    display: none;
  }
  .op:hover img {
    opacity: 1;
  }
  img {
    max-width: 100%;
  }

    /* footer */
  footer {
    padding: 40px 10px;
  }
  .footer_wrap {
    display: block;
  }
  .footer_address {
    width: auto;
    font-size: 12px;
  }
  .footer_logo {
    margin: 0 auto 20px;
  }
  .footer_group {
    width: auto;
    max-width: inherit;
  }
  .footer_link {
    display: block;
  }
  .footer_link ul {
    width: auto;
    list-style: none;
    padding: 0;
  }
  .footer_link ul li {
    margin: 0 0 3px;
    padding: 0 0 0 10px;
    font-size: 11px;
  }
  .footer_link ul li:before {
    top: 8px;
    width: 3px;
  }
  .footer_recruit {
    margin: 0 auto 30px;
  }
  .footer_recruit a {
    padding: 2px 12px;
    font-size: 11px;
  }
  .footer_tools {
    display: block;
    padding: 0;
  }
  .footer_nav {
    margin-bottom: 20px;
  }
  .footer_nav ul {
    justify-content: center;
  }
  .footer_copyright {
    font-size: 10px;
    text-align: center;
  }
  .footer_icons {
    justify-content: center;
  }
  .footer_icons li {
    margin: 0 10px;
  }

  .page_header {
    min-height: 300px;
  }
  .page_header h1 {
    font-size: 30px;
  }

  /* -- 02:top */
  .mainvisual_slide {
    height: 400px;
    max-height: 100vh;
  }
  .mainvisual_logo {
    width: 20vw;
  }
  .mainvisual_text h1 {
    font-size: 20px;
  }
  .mainvisual_text p {
    padding-top: 20px;
    font-size: 16px;
  }

  #concept {
    padding: 80px 15px 10px;
  }
  #concept h2 {
    margin-top: 0;
    padding-bottom: 25px;
    font-size: 28px;
    text-align: center;
  }
  .concept_unit {
    display: block;
    margin: 0 0 80px;
  }
  .concept_unit h3 {
    font-size: 18px;
  }
  .concept_unitFigure {
    width: 100%;
  }
  .concept_unitGroup {
    padding-bottom: 30px;
  }
  .concept_btn {
    text-align: center;
  }
  .concept_btn a {
    font-size: 13px;
  }

  #logomark {
    margin-bottom: 80px;
    padding: 0 15px;
  }
  #logomark h2 {
    padding-bottom: 25px;
    font-size: 28px;
    text-align: center;
  }
  .logomark_box {
    display: block;
    padding: 30px 20px 50px;
  }
  .logomark_box figure {
    width: 100%;
  }
  .logomark_box figure img {
    width: 120px;
  }

  #news {
    margin-bottom: 40px;
    padding: 40px 15px 45px;
  }
  #news h2 {
    padding-bottom: 25px;
    font-size: 28px;
  }
  .news_list {
    margin-bottom: 30px;
  }
  .news_listClm {
    display: block;
    padding: 15px 0;
    font-size: 13px;
  }
  .news_listClm .date {
    width: auto;
    margin-bottom: 5px;
  }
  .news_btn a {
    font-size: 13px;
  }

  #news_detail {
    min-height: 90vh;
    padding: 60px 10px;
  }
  #news_detail h1 {
    padding-bottom: 25px;
    font-size: 28px;
  }
  #news_detail h2 {
    font-size: 20px;
  }
  #news_detail .tag {
    margin: 0 0 10px;
    grid-area: 1 / 2 / 2 / 3;
  }
  #news_detail .tag span {
    padding: 0 5px;
    font-size: 10px;
    line-height: 2rem;
  }
  #news_detail .date {
    font-size: 12px;
  }

  #menu {
    padding: 0 15px 30px;
  }
  #menu h2 {
    padding-top: 40px;
    padding-bottom: 25px;
    font-size: 28px;
  }
  .menu_list01,
  .menu_list02 {
    display: block;
    padding-bottom: 0;
  }
  .menu_list01 .menu_listClm,
  .menu_list02 .menu_listClm {
    width: auto;
    margin-bottom: 20px;
  }
  .menu_listClm .title {
    top: 20px;
    left: 25px;
    font-size: 22px;
  }
  .menu_listClm .more {
    font-size: 13px;
  }
  .menu_btn a {
    column-gap: 10px;
    min-height: 50px;
    font-size: 12px;
  }
  .menu_btn a em {
    font-size: 20px;
  }
  .menu_btn a:after {
    width: 7px;
    height: 13px;
  }

  #sns {
    padding: 40px 0 50px;
  }
  #sns h2 {
    padding-bottom: 25px;
    font-size: 28px;
  }
  #sns ul {
    margin: 0;
    padding: 0 5px;
  }
  #sns ul li {
    width: 50%;
    padding: 0 5px 10px;
  }
  #sns ul li:nth-child(n + 7) {
    display: none;
  }

  #shop {
    padding-top: 20px;
  }
  #shop #map {
    height: 300px;
  }

  /* -- 03:concept */
  .concept_section {
    padding-bottom: 50px;
  }
  .concept_logo {
    padding: 70px 15px 30px;
  }
  .concept_logo figure {
    margin-bottom: 50px;
  }
  .concept_logo figure img {
    width: 120px;
  }
  .concept_logo p {
    font-size: 14px;
    text-align: left;
  }

  .concept_block {
    display: block;
    margin: 0 15px 30px;
  }
  .concept_block h2 {
    margin-top: 0;
    padding-bottom: 10px;
    font-size: 28px;
  }
  .concept_block h3 {
    font-size: 18px;
  }
  .concept_blockFigure {
    width: 100%;
  }
  .concept_blockGroup {
    padding-bottom: 30px;
  }
  .concept_blockName {
    padding-top: 15px;
    font-size: 13px;
  }
  .concept_imglist {
    column-gap: 12px;
    margin: 0 0 30px;
    padding: 0 15px;
  }
  .concept_imglist figure {
    width: calc(33.333% - 8px);
  }
  .concept_info {
    margin: 0 15px 30px;
  }
  .concept_info h4 {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .concept_info p {
    font-size: 11px;
  }

  /* -- 04:news */
  .news_index {
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 30px;
    padding: 80px 15px;
  }
  .news_indexClm {
    display: flex;
    flex-direction: column;
    width: calc(50% - 8px);
    max-width: 258px;
    padding: 0 0 15px;
    border-bottom: 1px solid #2c2320;
  }
  .news_indexClm .title {
    font-size: 14px;
  }
  .news_paginate {
    padding: 0 15px 80px;
    box-sizing: border-box;
  }
  .news_paginate .btn_next a,
  .news_paginate .btn_prev a {
    min-width: 100px;
    padding: 8px 20px;
    color: var(--color-m01);
    font-size: 14px;
  }
  .news_paginate .btn_prev a:after,
  .news_paginate .btn_next a:before {
    font-size: 12px;
  }
  
}