@charset "UTF-8";
.columnpage .Common_Title01 {
  margin-bottom: 0;
}
@media screen and (max-width: 719px) {
  .columnpage .Common_Title01 {
    margin-bottom: 8vw;
  }
}
.columnpage_categories {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px 20px;
}
@media screen and (max-width: 719px) {
  .columnpage_categories {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2vw 3.3333333333vw;
  }
}
.columnpage_categories .itemcategory {
  padding: 11px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #dedede;
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  color: #555;
  transition: all 0.3s;
}
.columnpage_categories .itemcategory:hover {
  border: 1px solid #af8f3a;
  color: #af8f3a;
}
@media screen and (max-width: 719px) {
  .columnpage_categories .itemcategory {
    border: 1px solid #af8f3a;
    font-size: 3.4666666667vw;
    color: #af8f3a;
  }
}
.columnpage .columnlists {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px 25px;
}
@media screen and (max-width: 719px) {
  .columnpage .columnlists {
    grid-template-columns: 1fr 1fr;
    margin-top: 8vw;
    grid-gap: 5.3333333333vw 4vw;
  }
}
.columnpage .columnlists_item:hover img {
  opacity: 0.8;
}
.columnpage .columnlists_item img {
  transition: all 0.3s;
  width: 100%;
  height: auto;
}
.columnpage .columnlists_item .itemtitle {
  margin: 10px auto 0px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 719px) {
  .columnpage .columnlists_item .itemtitle {
    font-size: 3.4666666667vw;
    margin: 1.3333333333vw auto 1.3333333333vw;
  }
}
.columnpage .columnlists_item .itemdate {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #707070;
  line-height: 1.2;
}
@media screen and (max-width: 719px) {
  .columnpage .columnlists_item .itemdate {
    font-size: 3.4666666667vw;
  }
}
.columnpage .columnlists_item ul {
  line-height: 1.5;
}
.columnpage .columnlists_item .itemcategory {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 1.7;
  text-align: left;
  color: #707070;
  display: inline-block;
  margin-right: 5px;
  position: relative;
}
@media screen and (max-width: 719px) {
  .columnpage .columnlists_item .itemcategory {
    font-size: 3.2vw;
    margin-right: 1.3333333333vw;
  }
}
.columnpage .columnlists_item .itemcategory:last-child::after {
  content: "";
}
.columnpage .columnlists_item .itemcategory::after {
  margin-left: 10px;
  content: "|";
}
@media screen and (max-width: 719px) {
  .columnpage .columnlists_item .itemcategory::after {
    margin-left: 1.3333333333vw;
  }
}
.columnpage_inner {
  max-width: 810px;
  margin: auto;
}
@media screen and (max-width: 719px) {
  .columnpage_inner {
    padding: 0 6vw;
  }
}
.columnpage_detail {
  margin-top: 50px;
}
.columnpage_head .column_title {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.7;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 719px) {
  .columnpage_head .column_title {
    font-size: 5.0666666667vw;
  }
}
.columnpage_head .column_info {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 719px) {
  .columnpage_head .column_info {
    gap: 10px;
    margin-top: 2.6666666667vw;
  }
}
.columnpage_head .column_info .itemdate {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #707070;
}
@media screen and (max-width: 719px) {
  .columnpage_head .column_info .itemdate {
    font-size: 3.2vw;
  }
}
.columnpage_head .column_info .itemcategory {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 1.7;
  text-align: left;
  color: #707070;
  display: inline-block;
  margin-right: 5px;
  position: relative;
}
@media screen and (max-width: 719px) {
  .columnpage_head .column_info .itemcategory {
    font-size: 3.2vw;
    margin-right: 1.3333333333vw;
  }
}
.columnpage_head .column_info .itemcategory:last-child::after {
  content: "";
}
.columnpage_head .column_info .itemcategory::after {
  margin-left: 10px;
  content: "|";
}
@media screen and (max-width: 719px) {
  .columnpage_head .column_info .itemcategory::after {
    margin-left: 1.3333333333vw;
  }
}
.columnpage_head .mainimg {
  margin-top: 40px;
}
@media screen and (max-width: 719px) {
  .columnpage_head .mainimg {
    margin: 6.6666666667vw auto;
  }
}
.columnpage_head .mainimg img {
  width: 100%;
  height: auto;
}
.columnpage .column_content {
  margin-top: 40px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 719px) {
  .columnpage .column_content {
    margin-top: 6.6666666667vw;
  }
}
.columnpage .column_content p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 1.7;
  text-align: left;
  color: #222;
  margin: 30px auto;
}
@media screen and (max-width: 719px) {
  .columnpage .column_content p {
    font-size: 3.7333333333vw;
    line-height: 6.6666666667vw;
    margin: 5.3333333333vw auto;
  }
}
.columnpage .column_content h2 {
  margin-top: 80px;
  margin-bottom: 30px;
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.6;
  text-align: left;
  color: #222;
  padding-bottom: 10px;
  border-bottom: 2px solid #af8f3a;
  position: relative;
}
@media screen and (max-width: 719px) {
  .columnpage .column_content h2 {
    font-size: 4.8vw;
    margin-top: 13.3333333333vw;
    margin-bottom: 4vw;
    padding-bottom: 2.6666666667vw;
    border-width: 0.4vw;
  }
}
.columnpage .column_content h2::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: -5px;
  left: 0;
  background-color: #af8f3a;
}
@media screen and (max-width: 719px) {
  .columnpage .column_content h2::after {
    bottom: -1.2vw;
  }
}
.columnpage .column_content h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
  margin-left: 8px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  text-align: left;
  color: #af8f3a;
  background: #f6f4ee;
  padding: 10px 20px;
}
@media screen and (max-width: 719px) {
  .columnpage .column_content h3 {
    margin-top: 8vw;
    margin-bottom: 4vw;
    font-size: 4.2666666667vw;
    padding: 1.3333333333vw 2.6666666667vw;
    padding-left: 6vw;
    margin-left: 2vw;
  }
}
.columnpage .column_content h3::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 4px;
  background: #b42723;
  top: 50%;
  transform: translateY(-50%);
  left: -8px;
}
@media screen and (max-width: 719px) {
  .columnpage .column_content h3::before {
    width: 4vw;
    height: 1.0666666667vw;
    left: -2vw;
  }
}
.columnpage .column_content h4 {
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
  color: #222;
  padding-left: 25px;
}
@media screen and (max-width: 719px) {
  .columnpage .column_content h4 {
    margin-top: 8vw;
    margin-bottom: 3.3333333333vw;
    font-size: 4vw;
    padding-left: 6.2666666667vw;
  }
}
.columnpage .column_content h4::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top: 8px;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/kanitojp/uploads/img/h4-head.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 719px) {
  .columnpage .column_content h4::before {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}
@media screen and (max-width: 719px) {
  .columnpage .column_content .scrollbox {
    overflow-x: scroll;
  }
}
.columnpage .column_content .table01 {
  margin: 30px auto;
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  border: 1px solid #dedede;
  border-collapse: collapse;
}
@media screen and (max-width: 719px) {
  .columnpage .column_content .table01 {
    width: -moz-max-content;
    width: max-content;
    margin: 2.6666666667vw auto;
    font-size: 3.4666666667vw;
  }
}
.columnpage .column_content .table01 tr {
  border-bottom: 1px solid #dedede;
  border-collapse: collapse;
}
.columnpage .column_content .table01 th {
  font-size: 500;
  background: #f6f6f6;
  width: 30%;
}
.columnpage .column_content .table01 th,
.columnpage .column_content .table01 td {
  text-align: left;
  padding: 15px;
}
@media screen and (max-width: 719px) {
  .columnpage .column_content .table01 th,
  .columnpage .column_content .table01 td {
    padding: 4vw;
  }
}
.columnpage .column_content .table02 {
  border: 1px solid #dedede;
  border-collapse: collapse;
  margin: 30px auto;
  font-size: 14px;
  color: #555;
  line-height: 1.7;
}
@media screen and (max-width: 719px) {
  .columnpage .column_content .table02 {
    width: -moz-max-content;
    width: max-content;
    margin: 5.3333333333vw auto;
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 719px) {
  .columnpage .column_content .table02 {
    width: -moz-max-content;
    width: max-content;
  }
}
.columnpage .column_content .table02 th {
  font-weight: 500;
  background: #bfb08b;
  color: #fff;
}
.columnpage .column_content .table02 td:first-child {
  background: #f6f6f6;
  width: 30%;
  font-weight: 500;
}
.columnpage .column_content .table02 th,
.columnpage .column_content .table02 td {
  border: 1px solid #dedede;
  border-collapse: collapse;
  text-align: left;
  padding: 15px;
  vertical-align: middle;
}
@media screen and (max-width: 719px) {
  .columnpage .column_content .table02 th,
  .columnpage .column_content .table02 td {
    padding: 4vw;
  }
}
.columnpage .column_content ul {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 719px) {
  .columnpage .column_content ul {
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.columnpage .column_content ul li {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: 10px auto;
  text-indent: -1.1em;
  padding-left: 1.1em;
  position: relative;
  line-height: 1.6;
}
.columnpage .column_content ul li::before {
  content: "●";
  color: #af8f3a;
  font-size: 10px;
  margin-right: 8px;
}
@media screen and (max-width: 719px) {
  .columnpage .column_content ul li::before {
    margin: 3vw auto;
    font-size: 1.8666666667vw;
    margin-right: 1.3333333333vw;
  }
}
.columnpage .column_content ol {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 25px;
}
@media screen and (max-width: 719px) {
  .columnpage .column_content ol {
    margin-left: 5.3333333333vw;
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.columnpage .column_content ol li {
  margin: 10px auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  list-style: decimal-leading-zero;
  line-height: 1.6;
}
@media screen and (max-width: 719px) {
  .columnpage .column_content ol li {
    margin: 3vw auto;
  }
}
.columnpage .column_content ol li::marker {
  color: #af8f3a;
}
.columnpage .column_content a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  text-decoration: underline;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #c3524f;
}
@media screen and (max-width: 719px) {
  .columnpage .column_content a {
    font-size: 4vw;
  }
}
.columnpage .column_content .productbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media screen and (max-width: 719px) {
  .columnpage .column_content .productbox {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}
.columnpage .column_content .productbox_itembox {
  margin-top: 70px;
  background: #fff;
  border: 1px solid #bfb08b;
  padding: 20px;
  padding-top: 30px;
  position: relative;
}
@media screen and (max-width: 719px) {
  .columnpage .column_content .productbox_itembox {
    margin-top: 13.3333333333vw;
    padding: 2.6666666667vw;
    padding-top: 5.3333333333vw;
  }
}
.columnpage .column_content .productbox_itembox_head {
  position: absolute;
  left: 20px;
  top: -16px;
  background: #af8f3a;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #fff;
  padding: 1px 15px;
}
@media screen and (max-width: 719px) {
  .columnpage .column_content .productbox_itembox_head {
    font-size: 3.7333333333vw;
    left: 2.6666666667vw;
    padding: 0.6666666667vw 2.6666666667vw;
    top: -6.6666666667vw;
  }
}
.columnpage .column_content .productbox_itembox a {
  display: flex;
  gap: 15px;
  text-decoration: none;
}
@media screen and (max-width: 719px) {
  .columnpage .column_content .productbox_itembox a {
    gap: 2.6666666667vw;
  }
}
.columnpage .column_content .productbox_itembox a:hover img {
  opacity: 0.8;
}
.columnpage .column_content .productbox_itembox_img {
  max-width: 175px;
  width: 100%;
}
@media screen and (max-width: 719px) {
  .columnpage .column_content .productbox_itembox_img {
    max-width: 40vw;
  }
}
.columnpage .column_content .productbox_itembox_img img {
  transition: all 0.3s;
}
.columnpage .column_content .productbox_itembox_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 165px;
  width: 100%;
}
@media screen and (max-width: 719px) {
  .columnpage .column_content .productbox_itembox_content {
    max-width: 40vw;
  }
}
.columnpage .column_content .productbox_itembox .producttitle {
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 719px) {
  .columnpage .column_content .productbox_itembox .producttitle {
    font-size: 3.4666666667vw;
    line-height: 5.8666666667vw;
  }
}
.columnpage .column_content .productbox_itembox .productprice {
  font-family: "Shippori Mincho", serif;
  width: 100%;
  padding-top: 10px;
  border-top: 1px solid #dedede;
  margin-top: auto;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 12px;
}
@media screen and (max-width: 719px) {
  .columnpage .column_content .productbox_itembox .productprice {
    font-size: 3.2vw;
    padding-top: 2vw;
  }
}
.columnpage .column_content .productbox_itembox .productprice .price {
  font-size: 18px;
}
@media screen and (max-width: 719px) {
  .columnpage .column_content .productbox_itembox .productprice .price {
    font-size: 4.8vw;
  }
}
.columnpage .column_content .bg_yellow {
  background: #fbff95;
}
.columnpage .news_content {
  margin-top: 40px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 719px) {
  .columnpage .news_content {
    margin-top: 6.6666666667vw;
  }
}
.columnpage .news_content p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 1.7;
  text-align: left;
  color: #222;
  margin: 30px auto;
}
@media screen and (max-width: 719px) {
  .columnpage .news_content p {
    font-size: 3.7333333333vw;
    line-height: 6.6666666667vw;
    margin: 5.3333333333vw auto;
  }
}
.columnpage .news_content h2 {
  margin-top: 80px;
  margin-bottom: 30px;
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.6;
  text-align: left;
  color: #222;
  padding-bottom: 10px;
  border-bottom: 2px solid #af8f3a;
  position: relative;
}
@media screen and (max-width: 719px) {
  .columnpage .news_content h2 {
    font-size: 4.2666666667vw;
    margin-top: 13.3333333333vw;
    margin-bottom: 4vw;
    padding-bottom: 2.6666666667vw;
    border-width: 0.4vw;
  }
}
.columnpage .news_content h2::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: -5px;
  left: 0;
  background-color: #af8f3a;
}
@media screen and (max-width: 719px) {
  .columnpage .news_content h2::after {
    bottom: -1.2vw;
  }
}
.columnpage .news_content h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
  color: #222;
  padding-left: 25px;
}
@media screen and (max-width: 719px) {
  .columnpage .news_content h3 {
    margin-top: 8vw;
    margin-bottom: 3.3333333333vw;
    font-size: 4vw;
    padding-left: 6.2666666667vw;
  }
}
.columnpage .news_content h3::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top: 8px;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/kanitojp/uploads/img/h4-head.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 719px) {
  .columnpage .news_content h3::before {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}
@media screen and (max-width: 719px) {
  .columnpage .news_content .scrollbox {
    overflow-x: scroll;
  }
}
.columnpage .news_content .table01 {
  margin: 30px auto;
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  border: 1px solid #dedede;
  border-collapse: collapse;
}
@media screen and (max-width: 719px) {
  .columnpage .news_content .table01 {
    width: -moz-max-content;
    width: max-content;
    margin: 2.6666666667vw auto;
    font-size: 3.4666666667vw;
  }
}
.columnpage .news_content .table01 tr {
  border-bottom: 1px solid #dedede;
  border-collapse: collapse;
}
.columnpage .news_content .table01 th {
  font-size: 500;
  background: #f6f6f6;
  width: 30%;
}
.columnpage .news_content .table01 th,
.columnpage .news_content .table01 td {
  text-align: left;
  padding: 15px;
}
@media screen and (max-width: 719px) {
  .columnpage .news_content .table01 th,
  .columnpage .news_content .table01 td {
    padding: 4vw;
  }
}
.columnpage .news_content .table02 {
  border: 1px solid #dedede;
  border-collapse: collapse;
  margin: 30px auto;
  font-size: 14px;
  color: #555;
  line-height: 1.7;
}
@media screen and (max-width: 719px) {
  .columnpage .news_content .table02 {
    width: -moz-max-content;
    width: max-content;
    margin: 5.3333333333vw auto;
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 719px) {
  .columnpage .news_content .table02 {
    width: -moz-max-content;
    width: max-content;
  }
}
.columnpage .news_content .table02 th {
  font-weight: 500;
  background: #bfb08b;
  color: #fff;
}
.columnpage .news_content .table02 td:first-child {
  background: #f6f6f6;
  width: 30%;
  font-weight: 500;
}
.columnpage .news_content .table02 th,
.columnpage .news_content .table02 td {
  border: 1px solid #dedede;
  border-collapse: collapse;
  text-align: left;
  padding: 15px;
  vertical-align: middle;
}
@media screen and (max-width: 719px) {
  .columnpage .news_content .table02 th,
  .columnpage .news_content .table02 td {
    padding: 4vw;
  }
}
.columnpage .news_content ul {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 719px) {
  .columnpage .news_content ul {
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.columnpage .news_content ul li {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: 10px auto;
  text-indent: -1.1em;
  padding-left: 1.1em;
  position: relative;
  line-height: 1.6;
}
.columnpage .news_content ul li::before {
  content: "●";
  color: #af8f3a;
  font-size: 10px;
  margin-right: 8px;
}
@media screen and (max-width: 719px) {
  .columnpage .news_content ul li::before {
    margin: 3vw auto;
    font-size: 1.8666666667vw;
    margin-right: 1.3333333333vw;
  }
}
.columnpage .news_content ol {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 25px;
}
@media screen and (max-width: 719px) {
  .columnpage .news_content ol {
    margin-left: 5.3333333333vw;
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.columnpage .news_content ol li {
  margin: 10px auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  list-style: decimal-leading-zero;
  line-height: 1.6;
}
@media screen and (max-width: 719px) {
  .columnpage .news_content ol li {
    margin: 3vw auto;
  }
}
.columnpage .news_content ol li::marker {
  color: #af8f3a;
}
.columnpage .news_content a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  text-decoration: underline;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #c3524f;
}
@media screen and (max-width: 719px) {
  .columnpage .news_content a {
    font-size: 4vw;
  }
}
.columnpage .news_content .productbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media screen and (max-width: 719px) {
  .columnpage .news_content .productbox {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}
.columnpage .news_content .productbox_itembox {
  margin-top: 70px;
  background: #fff;
  border: 1px solid #bfb08b;
  padding: 20px;
  padding-top: 30px;
  position: relative;
}
@media screen and (max-width: 719px) {
  .columnpage .news_content .productbox_itembox {
    margin-top: 13.3333333333vw;
    padding: 2.6666666667vw;
    padding-top: 5.3333333333vw;
  }
}
.columnpage .news_content .productbox_itembox_head {
  position: absolute;
  left: 20px;
  top: -16px;
  background: #af8f3a;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #fff;
  padding: 1px 15px;
}
@media screen and (max-width: 719px) {
  .columnpage .news_content .productbox_itembox_head {
    font-size: 3.7333333333vw;
    left: 2.6666666667vw;
    padding: 0.6666666667vw 2.6666666667vw;
    top: -6.6666666667vw;
  }
}
.columnpage .news_content .productbox_itembox a {
  display: flex;
  gap: 15px;
  text-decoration: none;
}
@media screen and (max-width: 719px) {
  .columnpage .news_content .productbox_itembox a {
    gap: 2.6666666667vw;
  }
}
.columnpage .news_content .productbox_itembox a:hover img {
  opacity: 0.8;
}
.columnpage .news_content .productbox_itembox_img {
  max-width: 175px;
  width: 100%;
}
@media screen and (max-width: 719px) {
  .columnpage .news_content .productbox_itembox_img {
    max-width: 40vw;
  }
}
.columnpage .news_content .productbox_itembox_img img {
  transition: all 0.3s;
}
.columnpage .news_content .productbox_itembox_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 165px;
  width: 100%;
}
@media screen and (max-width: 719px) {
  .columnpage .news_content .productbox_itembox_content {
    max-width: 40vw;
  }
}
.columnpage .news_content .productbox_itembox .producttitle {
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 719px) {
  .columnpage .news_content .productbox_itembox .producttitle {
    font-size: 3.4666666667vw;
    line-height: 5.8666666667vw;
  }
}
.columnpage .news_content .productbox_itembox .productprice {
  font-family: "Shippori Mincho", serif;
  width: 100%;
  padding-top: 10px;
  border-top: 1px solid #dedede;
  margin-top: auto;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 12px;
}
@media screen and (max-width: 719px) {
  .columnpage .news_content .productbox_itembox .productprice {
    font-size: 3.2vw;
    padding-top: 2vw;
  }
}
.columnpage .news_content .productbox_itembox .productprice .price {
  font-size: 18px;
}
@media screen and (max-width: 719px) {
  .columnpage .news_content .productbox_itembox .productprice .price {
    font-size: 4.8vw;
  }
}
.columnpage .news_content .bg_yellow {
  background: #fbff95;
}
.columnpage #index {
  background: #f6f4ee;
  padding: 40px;
}
@media screen and (max-width: 719px) {
  .columnpage #index {
    padding: 6vw;
  }
}
.columnpage #index .head {
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 0.2em;
  text-align: left;
  color: #555555;
}
@media screen and (max-width: 719px) {
  .columnpage #index .head {
    font-size: 5.6vw;
  }
}
.columnpage #index ul {
  margin: auto;
}
.columnpage #index ul li {
  margin: 10px auto;
  text-indent: -1.8em;
  padding-left: 1.5em;
}
@media screen and (max-width: 719px) {
  .columnpage #index ul li {
    margin: 2vw auto;
  }
}
.columnpage #index ul li::before {
  content: "";
}
.columnpage #index ul li a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  color: #333;
  text-decoration: none;
}
@media screen and (max-width: 719px) {
  .columnpage #index ul li a {
    font-size: 3.7333333333vw;
  }
}
.columnpage #index ul li a:hover {
  text-decoration: underline;
}
.columnpage #index ul li .listnum {
  font-weight: 600;
  font-size: 18px;
  margin-right: 10px;
}
@media screen and (max-width: 719px) {
  .columnpage #index ul li .listnum {
    font-size: 4vw;
    margin-right: 2vw;
  }
}
.columnpage .pagelinks {
  margin-bottom: 100px;
}
@media screen and (max-width: 719px) {
  .columnpage .pagelinks {
    margin-top: 50px;
  }
}
.columnpage .pagelinks_box {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 719px) {
  .columnpage .pagelinks_box {
    gap: 10.6666666667vw;
    margin-top: 10.6666666667vw;
  }
}
.columnpage .pagelinks_item {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #555;
}
@media screen and (max-width: 719px) {
  .columnpage .pagelinks_item {
    font-size: 3.7333333333vw;
  }
}
.columnpage .pagelinks_item:hover {
  color: #b42723;
}
.columnpage .pagelinks_item.is-inactive {
  opacity: 0;
}
.columnpage .pagelinks_prev {
  position: relative;
}
.columnpage .pagelinks_prev::before {
  content: "❮";
  margin-right: 10px;
}
@media screen and (max-width: 719px) {
  .columnpage .pagelinks_prev::before {
    color: #e9989b;
    margin-right: 2vw;
  }
}
.columnpage .pagelinks_next {
  position: relative;
}
.columnpage .pagelinks_next::after {
  content: "❯";
  margin-left: 10px;
}
@media screen and (max-width: 719px) {
  .columnpage .pagelinks_next::after {
    color: #e9989b;
    margin-left: 2vw;
  }
}
.columnpage .newslist {
  margin-top: -20px;
}
@media screen and (max-width: 719px) {
  .columnpage .newslist {
    margin-top: 8vw;
  }
}
.columnpage .newslist li:first-child .newslist__item {
  padding-top: 0;
}
.columnpage .newslist__item {
  padding: 30px 0;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  color: #222222;
  border-bottom: 1px solid #dedede;
}
@media screen and (max-width: 719px) {
  .columnpage .newslist__item {
    gap: 2.6666666667vw;
    padding: 5.3333333333vw 0;
  }
}
.columnpage .newslist__item_date {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #707070;
}
@media screen and (max-width: 719px) {
  .columnpage .newslist__item_date {
    font-size: 3.4666666667vw;
    line-height: 5.6vw;
  }
}
.columnpage .newslist__item_title {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 15px;
  text-align: left;
  color: #222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 719px) {
  .columnpage .newslist__item_title {
    font-size: 3.4666666667vw;
    line-height: 5.6vw;
    -webkit-line-clamp: 2;
  }
}

.simplebar-track.simplebar-horizontal {
  height: 5px !important;
}

.simplebar-scrollbar:before {
  border-radius: 0px !important;
  background: #595959 !important;
}

.hidden {
  display: none;
}/*# sourceMappingURL=news.css.map */