@charset "UTF-8";
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
main:not(:has(.oem, .contactpage, .pageDefault)) {
  padding: 0;
}

#storyPage .story_contents_subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 150px 0 80px;
  font-family: "MFW-IshiiChuMinchoOKLMin2-M", "A-SK 石井中明朝OKL Min2 M", "Ishii Chū Mincho", serif;
  color: #f1807b;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  #storyPage .story_contents_subtitle {
    font-size: 1.5rem;
    margin: 100px 0 50px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  #storyPage .story_contents_subtitle {
    display: block;
    font-size: 1.4rem;
    margin: 90px 0 30px;
  }
}
@media screen and (max-width: 768px) {
  #storyPage .story_contents_subtitle span {
    display: inline-block;
  }
}
#storyPage .story_contents_subtitle::before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 1px;
  background-color: #f1807b;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #storyPage .story_contents_subtitle::before {
    display: none;
  }
}
#storyPage .story_item {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #storyPage .story_item {
    margin-top: 50px;
  }
}
#storyPage .story_item + .story_item {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  #storyPage .story_item + .story_item {
    margin-top: 90px;
  }
}
#storyPage .story_item .story_item_text {
  max-width: 650px;
  margin: 0 auto;
}
#storyPage .story_item .story_item_img {
  text-align: center;
}
#storyPage .story_item_column {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 70px;
}
@media screen and (max-width: 1024px) {
  #storyPage .story_item_column {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  #storyPage .story_item_column {
    flex-direction: column;
    gap: 20px;
  }
}
#storyPage .story_item_column .story_item_img {
  width: 50%;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #storyPage .story_item_column .story_item_img {
    border-radius: 15px;
  }
}
#storyPage .story_item_column .story_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#storyPage .story_item_column .story_item_text {
  flex: 1;
  margin: auto 0;
}
#storyPage .story_item_column .story_item_text_main {
  margin-top: 0;
}
#storyPage .story_item_row .story_item_text {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #storyPage .story_item_row .story_item_text {
    margin-bottom: 40px;
  }
}
#storyPage .story_item_row .story_item_img {
  max-width: 1160px;
  width: 84%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #storyPage .story_item_row .story_item_img {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #storyPage .story_item_row .story_item_img {
    width: 100%;
  }
}
#storyPage .story_item_block {
  background-color: #fce8e7;
  border-radius: 50px;
  padding: 60px 80px;
  box-sizing: border-box;
  margin-top: 60px !important;
}
@media screen and (max-width: 1024px) {
  #storyPage .story_item_block {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 768px) {
  #storyPage .story_item_block {
    border-radius: 20px;
    margin-top: 30px !important;
    padding: 15px 15px 25px;
  }
}
@media screen and (max-width: 768px) {
  #storyPage .story_item_block > * {
    max-width: 600px !important;
    margin: 0 auto !important;
  }
}
#storyPage .story_item_block .story_item_img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #storyPage .story_item_block .story_item_img {
    width: 100%;
  }
}
#storyPage .story_item_block_main {
  font-family: "MFW-IshiiChuMinchoOKLMin2-M", "A-SK 石井中明朝OKL Min2 M", "Ishii Chū Mincho", serif;
  font-size: 1.7rem;
  line-height: 1.7;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #storyPage .story_item_block_main {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  #storyPage .story_item_block_main {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
}
#storyPage .story_item_block_main span {
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  #storyPage .story_item_block_main span {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  #storyPage .story_item_block_main span {
    display: inline-block;
  }
}
#storyPage .story_item_block_info {
  color: #636363;
  font-size: 0.95rem;
  line-height: 2.3;
  min-width: 300px;
}
@media screen and (max-width: 768px) {
  #storyPage .story_item_block_info {
    min-width: auto;
    font-size: 0.9rem;
    line-height: 2;
  }
}
@media screen and (max-width: 1024px) {
  #storyPage .story_item_block_info br {
    display: none;
  }
}
#storyPage .story_item_block-oem {
  background-color: #fcedcf;
}
#storyPage .story_item_btn {
  margin-top: 30px;
  margin-right: auto;
}
#storyPage .story_item-message {
  max-width: 1280px;
}
@media screen and (max-width: 1024px) {
  #storyPage .story_item-message {
    flex-direction: column-reverse;
    gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  #storyPage .story_item-message {
    gap: 40px;
  }
}
@media screen and (max-width: 1024px) {
  #storyPage .story_item-message .story_item_img {
    width: 100%;
    margin: 0 auto;
    max-width: 650px;
  }
}
@media screen and (max-width: 1024px) {
  #storyPage .story_item-message .story_item_text {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #storyPage .story_item-message .story_item_text {
    max-width: 650px;
  }
}
#storyPage .quality {
  padding-bottom: 180px;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  #storyPage .quality {
    padding-bottom: 100px;
  }
}
#storyPage .quality_contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  #storyPage .quality_contents {
    flex-direction: column-reverse;
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  #storyPage .quality_contents {
    margin-top: 30px;
    gap: 20px;
  }
}
#storyPage .quality_contents_text {
  flex: 1;
}
#storyPage .quality_contents_text_main {
  color: #f1807b;
  font-family: "MFW-IshiiChuMinchoOKLMin2-M", "A-SK 石井中明朝OKL Min2 M", "Ishii Chū Mincho", serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #storyPage .quality_contents_text_main {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
#storyPage .quality_contents_text p {
  color: #636363;
  line-height: 2.2;
}
@media screen and (max-width: 1024px) {
  #storyPage .quality_contents_text p {
    max-width: 800px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #storyPage .quality_contents_text p {
    line-height: 2;
  }
}
#storyPage .quality_contents_img {
  width: 46%;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #storyPage .quality_contents_img {
    width: 100%;
    max-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  #storyPage .quality_contents_img {
    border-radius: 15px;
  }
}
#storyPage .quality_contents_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#outlinePage .container-sl {
  position: relative;
}
#outlinePage .outline {
  position: relative;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #outlinePage .outline {
    padding-bottom: 50px;
  }
}
#outlinePage .outline::before {
  content: "";
  display: block;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  z-index: 1;
  position: absolute;
  top: 10%;
  right: -4%;
  width: 25%;
  max-width: 389px;
  background-image: linear-gradient(0deg, #fef7ea, #fffdfb);
  z-index: 0;
  transform: rotate(180deg);
}
@media screen and (max-width: 1024px) {
  #outlinePage .outline::before {
    top: 3%;
  }
}
@media screen and (max-width: 768px) {
  #outlinePage .outline::before {
    width: 32%;
    top: 0;
  }
}
#outlinePage .outline_table {
  max-width: 872px;
  margin: 0 auto;
  position: relative;
}
#outlinePage .outline_table table {
  width: 100%;
  border-spacing: 10px 0;
  border-collapse: separate;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  #outlinePage .outline_table table {
    border-spacing: 5px 0;
    font-size: 0.75rem;
  }
}
#outlinePage .outline_table table tr:last-child th {
  border-bottom: 2px solid #422123;
}
#outlinePage .outline_table table tr:last-child td {
  border-bottom: 1px solid #a3a3a3;
}
#outlinePage .outline_table table tr th,
#outlinePage .outline_table table tr td {
  padding: 25px 30px;
  box-sizing: border-box;
  border-top: 1px solid #a3a3a3;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #outlinePage .outline_table table tr th,
  #outlinePage .outline_table table tr td {
    padding: 20px 10px;
  }
}
#outlinePage .outline_table table tr th {
  font-size: 0.95rem;
  font-weight: 500;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  width: 170px;
  background-color: #efeae8;
  border-top: 2px solid #422123;
}
@media screen and (max-width: 768px) {
  #outlinePage .outline_table table tr th {
    width: 85px;
    padding-left: 3px;
    padding-right: 3px;
    border-width: 1.5px;
    font-size: 0.7rem;
  }
}
#outlinePage .outline_table table tr td {
  color: #636363;
}
#outlinePage .outline_bg {
  display: block;
  width: 20%;
  max-width: 258px;
  aspect-ratio: 1/1.381;
  background-image: url(../image/page/outlinepage_bg1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: -20%;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  #outlinePage .outline_bg {
    left: -12%;
  }
}
@media screen and (max-width: 768px) {
  #outlinePage .outline_bg {
    width: 30%;
    max-width: 150px;
    bottom: -50px;
  }
}
#outlinePage .history {
  padding: 50px 0 0;
}
@media screen and (max-width: 768px) {
  #outlinePage .history {
    padding-top: 30px;
  }
}
#outlinePage .history_bg {
  display: block;
  width: 25%;
  max-width: 258px;
  aspect-ratio: 1/1.098;
  background-image: url(../image/page/outlinepage_bg2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: -25%;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  #outlinePage .history_bg {
    right: -15%;
  }
}
@media screen and (max-width: 768px) {
  #outlinePage .history_bg {
    width: 32%;
    max-width: 180px;
    right: -22%;
    top: -28px;
  }
}
#outlinePage .access {
  position: relative;
}
#outlinePage .access::before {
  content: "";
  display: block;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  z-index: 1;
  position: absolute;
  top: 50px;
  left: -4%;
  width: 28%;
  max-width: 489px;
  background-image: linear-gradient(0deg, #fef7ea, #fffdfb);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #outlinePage .access::before {
    top: 100px;
    width: 35%;
    max-width: 240px;
    left: -6%;
  }
}
#outlinePage .access_map {
  border-radius: 10px;
  overflow: hidden;
}
#outlinePage .access_map iframe {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #outlinePage .access_map iframe {
    max-height: 90vw;
  }
}
#outlinePage .access_info {
  display: flex;
  align-items: flex-start;
  width: fit-content;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  #outlinePage .access_info {
    flex-direction: column;
    width: 100%;
  }
}
#outlinePage .access_info_name {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.3;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  #outlinePage .access_info_name {
    font-size: 1.2rem;
  }
}
#outlinePage .access_info_list {
  border-left: 1px solid #422123;
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #outlinePage .access_info_list {
    width: 100%;
    border-left: none;
    border-top: 1px solid #422123;
    padding: 0;
    padding-top: 15px;
    margin-top: 10px;
  }
}
#outlinePage .access_info_list_item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  #outlinePage .access_info_list_item {
    font-size: 0.8rem;
    gap: 10px;
  }
}
#outlinePage .access_info_list_item + .access_info_list_item {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #outlinePage .access_info_list_item + .access_info_list_item {
    margin-top: 10px;
  }
}
#outlinePage .access_info_list_item dt {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #outlinePage .access_info_list_item dt {
    width: 30px;
  }
}
#outlinePage .access_info_list_item dd {
  color: #636363;
}
@media screen and (max-width: 768px) {
  #outlinePage .access_info_list_item dd {
    flex: 1;
  }
}
#outlinePage .access_info_list_item dd a {
  color: #636363;
}
#outlinePage .access_info_list_item dd a:hover {
  color: #6f4031;
}

#contactPage {
  margin-top: 100px;
  margin-bottom: 180px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contactPage {
    margin-top: 60px;
    margin-bottom: 80px;
  }
}
#contactPage::before {
  content: "";
  display: block;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  z-index: 1;
  position: absolute;
  top: 10%;
  left: -12%;
  width: 30%;
  max-width: 489px;
  background-image: linear-gradient(0deg, #fef7ea, #fffdfb);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #contactPage::before {
    top: 0;
  }
}
#contactPage .section_title_ja {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  #contactPage .section_title_ja {
    font-size: 2rem;
  }
}
#contactPage .contactpage_message {
  width: fit-content;
  font-size: 1rem;
  text-align: center;
  color: #636363;
  background-color: #fde9eb;
  margin: 0 auto;
  padding: 25px 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contactPage .contactpage_message {
    text-align: left;
    padding: 10px 15px;
    font-size: 0.8rem;
    line-height: 1.7;
  }
}
#contactPage .contactpage_form {
  max-width: 720px;
  margin: 80px auto 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contactPage .contactpage_form {
    margin-top: 40px;
  }
}

#thanksPage {
  text-align: center;
}
#thanksPage .container {
  min-height: 45vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 0 60px;
}
#thanksPage h1 {
  font-size: 2.2rem;
  margin-bottom: 20px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  #thanksPage h1 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  #thanksPage p {
    text-align: left;
  }
}

.newssingle_contents {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .newssingle_contents {
    width: 100%;
  }
}
.newssingle_title {
  font-size: 2rem;
  font-family: "MFW-IshiiChuMinchoOKLMin2-M", "A-SK 石井中明朝OKL Min2 M", "Ishii Chū Mincho", serif;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .newssingle_title {
    font-size: 1.5rem;
  }
}
.newssingle_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 25px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .newssingle_info {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
.newssingle_cat {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
.newssingle_cat_item a {
  display: block;
  font-size: 0.9rem;
  line-height: 1.4;
  background-color: #fdf1d9;
  border: 1px solid #6f4031;
  color: #6f4031;
  padding: 8px 15px;
  border-radius: 25px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .newssingle_cat_item a {
    font-size: 0.75rem;
    padding: 3px 10px;
  }
}
.newssingle_cat_item a:hover {
  opacity: 0.7;
}
.newssingle_date {
  color: #636363;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .newssingle_date {
    font-size: 0.75rem;
  }
}
.newssingle_main {
  font-size: 1rem;
  color: #636363;
}
.newssingle_main > * {
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .newssingle_main > * {
    margin-bottom: 15px;
  }
}
.newssingle_main p {
  line-height: 2.2;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .newssingle_main p {
    margin-bottom: 15px;
  }
}
.newssingle_main img {
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .newssingle_main img {
    border-radius: 10px;
  }
}
.newssingle_main h2 {
  font-family: "MFW-IshiiChuMinchoOKLMin2-M", "A-SK 石井中明朝OKL Min2 M", "Ishii Chū Mincho", serif;
  margin-top: 50px;
  margin-bottom: 40px;
  background-color: #fdf1d9;
  border-bottom: 1px solid #422123;
  color: #422123;
  font-size: 1.8rem;
  line-height: 1.3;
  padding: 5px 15px;
}
@media screen and (max-width: 1024px) {
  .newssingle_main h2 {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .newssingle_main h2 {
    font-size: 1.3rem;
    padding: 3px 10px;
    margin-bottom: 25px;
  }
}
.newssingle_main h3 {
  font-family: "MFW-IshiiChuMinchoOKLMin2-M", "A-SK 石井中明朝OKL Min2 M", "Ishii Chū Mincho", serif;
  font-size: 1.3rem;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 15px;
  padding-left: 18px;
  position: relative;
  color: #422123;
}
@media screen and (max-width: 768px) {
  .newssingle_main h3 {
    font-size: 1.1rem;
    padding-left: 13px;
    margin-bottom: 5px;
    margin-top: 20px;
  }
}
.newssingle_main h3::before {
  content: "";
  display: block;
  width: 6px;
  height: 90%;
  background-color: #422123;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .newssingle_main h3::before {
    width: 4px;
  }
}
.newssingle_main .wp-block-image.size-full img {
  width: 100%;
  max-width: none;
}
.newssingle_main a {
  color: #6f4031;
}
.newssingle_main a:hover {
  opacity: 0.7;
}
.newssingle_main .editor-ttl3 {
  font-size: 1.3rem;
  border-bottom: 1px solid #6f4031;
  color: #422123;
}
@media screen and (max-width: 768px) {
  .newssingle_main .editor-ttl3 {
    font-size: 1.1rem;
  }
}
.newssingle_main table {
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  .newssingle_main table {
    width: 100%;
  }
}
.newssingle_main table th,
.newssingle_main table td {
  padding: 20px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #a3a3a3;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  word-break: break-word;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .newssingle_main table th,
  .newssingle_main table td {
    padding: 10px;
    font-size: 0.8rem;
  }
}
.newssingle_main table th {
  font-size: 0.95rem;
  font-weight: 700;
  color: #422123;
}
@media screen and (max-width: 768px) {
  .newssingle_main table th {
    font-size: 0.8rem;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.newssingle_main .table2 th,
.newssingle_main .table2 td {
  padding: 25px 20px;
  border-top: 1px solid #a3a3a3;
  border-bottom: none;
}
.newssingle_main .table2 th {
  font-weight: 500;
  min-width: 100px;
  background-color: #efeae8;
  border-top: 2px solid #422123;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  .newssingle_main .table2 th {
    min-width: 80px;
  }
}
.newssingle_main .table2 tr:last-child th {
  border-bottom: 2px solid #422123;
}
.newssingle_main .table2 tr:last-child td {
  border-bottom: 1px solid #a3a3a3;
}
.newssingle_main pre {
  white-space: pre-wrap;
  word-break: break-word;
}
.newssingle_nav {
  border-top: 1px solid #422123;
  margin-top: 80px;
  padding: 20px 10px 0;
  font-family: "MFW-IshiiChuMinchoOKLMin2-M", "A-SK 石井中明朝OKL Min2 M", "Ishii Chū Mincho", serif;
}
@media screen and (max-width: 768px) {
  .newssingle_nav {
    font-size: 0.9rem;
    margin-top: 50px;
    padding: 15px 5px 0;
  }
}
.newssingle_nav_links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newssingle_nav_links a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.newssingle_nav_links a:hover {
  opacity: 0.7;
}
.newssingle_nav_links .arrow {
  position: relative;
  display: inline-block;
  width: 9.1px;
  height: 16.1px;
}
@media screen and (max-width: 768px) {
  .newssingle_nav_links .arrow {
    width: 5.2px;
    height: 9.5px;
  }
}
.newssingle_nav_links .arrow::before, .newssingle_nav_links .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0;
  width: 12px;
  height: 1px;
  border-radius: 9999px;
  background-color: #422123;
}
@media screen and (max-width: 768px) {
  .newssingle_nav_links .arrow::before, .newssingle_nav_links .arrow::after {
    width: 7px;
  }
}
.newssingle_nav_links .arrow::before {
  transform: rotate(45deg);
}
.newssingle_nav_links .arrow::after {
  transform: rotate(-45deg);
}
.newssingle_nav .newssingle_nav_previous .arrow::before,
.newssingle_nav .newssingle_nav_previous .arrow::after {
  transform-origin: 0.5px 50%;
}
.newssingle_nav .newssingle_nav_next .arrow::before,
.newssingle_nav .newssingle_nav_next .arrow::after {
  transform-origin: calc(100% - 0.5px) 50%;
}

.itemssingle {
  position: relative;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .itemssingle {
    padding-top: 10px;
  }
}
.itemssingle .singlepage_top_contents::before {
  bottom: auto;
  top: 10%;
}
.itemssingle .singlepage_top_contents::after {
  top: auto;
  bottom: 15%;
  right: -9%;
}
.itemssingle .singlepage_top_contents_text {
  position: relative;
  text-align: center;
  top: auto;
  transform: none;
}
.itemssingle .breadcrumbs {
  max-width: 980px;
  margin: 120px auto 0;
}
@media screen and (max-width: 768px) {
  .itemssingle .breadcrumbs {
    margin-top: 50px;
  }
}
.itemssingle_container {
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
}
.itemssingle_contents {
  margin-top: 80px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .itemssingle_contents {
    margin-top: 30px;
  }
}
.itemssingle .itemspage_title {
  font-size: 2rem;
  font-family: "MFW-IshiiChuMinchoOKLMin2-M", "A-SK 石井中明朝OKL Min2 M", "Ishii Chū Mincho", serif;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .itemssingle .itemspage_title {
    font-size: 1.5rem;
  }
}
.itemssingle .itemspage_subtitle {
  margin-top: 20px;
  margin-bottom: 30px;
  color: #636363;
}
@media screen and (max-width: 768px) {
  .itemssingle .itemspage_subtitle {
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
.itemssingle .itemspage_cat {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .itemssingle .itemspage_cat {
    margin-bottom: 15px;
  }
}
.itemssingle .itemspage_cat_item a {
  display: block;
  font-size: 0.9rem;
  line-height: 1.4;
  background-color: #fdf1d9;
  border: 1px solid #6f4031;
  color: #6f4031;
  padding: 8px 15px;
  border-radius: 25px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .itemssingle .itemspage_cat_item a {
    font-size: 0.75rem;
    padding: 3px 10px;
  }
}
.itemssingle .itemspage_cat_item a:hover {
  opacity: 0.7;
}
.itemssingle .itemspage_main {
  color: #636363;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .itemssingle .itemspage_main {
    line-height: 1.7 !important;
    font-size: 0.95rem !important;
  }
}
.itemssingle .itemspage_main_thumbnail {
  text-align: center;
}
.itemssingle .itemspage_main_thumbnail img {
  margin-left: auto !important;
  margin-right: auto !important;
}
.itemssingle .itemspage_main img {
  display: block;
  border-radius: 15px;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .itemssingle .itemspage_main img {
    border-radius: 10px;
  }
}
.itemssingle .itemspage_main p {
  padding-bottom: 15px;
}
.itemssingle .itemspage_main p,
.itemssingle .itemspage_main span {
  display: block;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .itemssingle .itemspage_main p,
  .itemssingle .itemspage_main span {
    line-height: 1.7 !important;
    font-size: 0.95rem !important;
  }
}
.itemssingle .itemspage_main .editor-ttl3,
.itemssingle .itemspage_main h2 {
  text-align: center;
  font-size: 1.9rem !important;
  font-family: "MFW-IshiiChuMinchoOKLMin2-M", "A-SK 石井中明朝OKL Min2 M", "Ishii Chū Mincho", serif;
  margin-top: 80px;
  border-bottom: 2px solid #422123;
  padding-bottom: 10px;
  margin-bottom: 35px;
  color: #422123;
}
@media screen and (max-width: 768px) {
  .itemssingle .itemspage_main .editor-ttl3,
  .itemssingle .itemspage_main h2 {
    font-size: 1.4rem !important;
    padding-bottom: 5px;
    margin-bottom: 20px;
    margin-top: 50px;
  }
}
.itemssingle .itemspage_main .editor-ttl2,
.itemssingle .itemspage_main h3 {
  position: relative;
  padding-left: 16px;
  font-size: 1.3rem !important;
  line-height: 1.5;
  margin-top: 30px;
  margin-bottom: 15px;
  font-family: "MFW-IshiiChuMinchoOKLMin2-M", "A-SK 石井中明朝OKL Min2 M", "Ishii Chū Mincho", serif;
  color: #422123;
}
@media screen and (max-width: 768px) {
  .itemssingle .itemspage_main .editor-ttl2,
  .itemssingle .itemspage_main h3 {
    font-size: 1.1rem !important;
    margin-top: 25px;
    margin-bottom: 15px;
    padding-left: 10px;
  }
}
.itemssingle .itemspage_main .editor-ttl2::before,
.itemssingle .itemspage_main h3::before {
  content: "";
  display: block;
  width: 5px;
  height: 80%;
  background-color: #422123;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .itemssingle .itemspage_main .editor-ttl2::before,
  .itemssingle .itemspage_main h3::before {
    width: 3px;
  }
}
.itemssingle .itemspage_main table {
  margin: 20px auto 60px;
}
@media screen and (max-width: 768px) {
  .itemssingle .itemspage_main table {
    width: 100% !important;
    margin-bottom: 40px;
  }
}
.itemssingle .itemspage_main table th,
.itemssingle .itemspage_main table td {
  padding: 20px 20px;
  border-bottom: 1px solid #a3a3a3;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  word-break: break-word;
  text-align: left;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .itemssingle .itemspage_main table th,
  .itemssingle .itemspage_main table td {
    padding: 10px;
    font-size: 0.8rem;
  }
}
.itemssingle .itemspage_main table th {
  font-size: 0.95rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .itemssingle .itemspage_main table th {
    font-size: 0.8rem;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.itemssingle .itemspage_main .table2 th,
.itemssingle .itemspage_main .table2 td {
  padding: 25px 20px;
  border-top: 1px solid #a3a3a3;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .itemssingle .itemspage_main .table2 th,
  .itemssingle .itemspage_main .table2 td {
    padding: 15px 10px;
  }
}
.itemssingle .itemspage_main .table2 th {
  font-weight: 500;
  min-width: 100px;
  background-color: #efeae8;
  border-top: 2px solid #422123;
  color: #422123;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  .itemssingle .itemspage_main .table2 th {
    min-width: 80px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 768px) {
  .itemssingle .itemspage_main .table2 td {
    padding-right: 0;
  }
}
.itemssingle .itemspage_main .table2 td span {
  display: inline;
}
.itemssingle .itemspage_main .table2 tr:last-child th {
  border-bottom: 2px solid #422123;
}
.itemssingle .itemspage_main .table2 tr:last-child td {
  border-bottom: 1px solid #a3a3a3;
}
.itemssingle .itemspage_main .table2:not(:has(th)) tr:first-child td {
  border-top: none;
}
.itemssingle .itemspage_main .table2:not(:has(th)) tr a {
  color: #6f4031;
}
.itemssingle .itemspage_main .table2:not(:has(th)) tr a:hover {
  opacity: 0.7;
}
.itemssingle .itemspage_main .table2:has(th) {
  width: 100% !important;
}
.itemssingle .itemspage_main .table2:has(th) a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  gap: 5px;
  background-color: #f1807b;
  color: #ffffff;
  padding: 8px 15px;
  border-radius: 25px;
  font-size: 1rem;
  font-weight: 400 !important;
  margin: 15px 0;
}
@media screen and (max-width: 768px) {
  .itemssingle .itemspage_main .table2:has(th) a {
    font-size: 0.75rem;
    padding: 5px 10px;
    margin: 10px 0;
  }
}
.itemssingle .itemspage_main .table2:has(th) a strong {
  font-weight: 400 !important;
}
.itemssingle .itemspage_main .table2:has(th) a:hover {
  opacity: 0.7;
}
.itemssingle .itemspage_main .table2:has(th) a::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../image/common/icon_circlearrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .itemssingle .itemspage_main .table2:has(th) a::before {
    width: 13px;
    height: 13px;
  }
}
.itemssingle .itemspage_main .editor-ttl3:has(+ .table2):has(+ .table2 th),
.itemssingle .itemspage_main .table2-heading {
  font-size: 1.8rem !important;
  text-align: center;
  font-family: "MFW-IshiiChuMinchoOKLMin2-M", "A-SK 石井中明朝OKL Min2 M", "Ishii Chū Mincho", serif;
  color: #422123;
  margin-top: 80px !important;
  margin-bottom: 0 !important;
  padding-bottom: 5px !important;
  border: none;
}
@media screen and (max-width: 768px) {
  .itemssingle .itemspage_main .editor-ttl3:has(+ .table2):has(+ .table2 th),
  .itemssingle .itemspage_main .table2-heading {
    font-size: 1.4rem !important;
    margin-top: 50px;
  }
}
.itemssingle .itemspage_main > div span,
.itemssingle .itemspage_main > div pre {
  display: block;
  line-height: 1.7;
  margin-top: 10px;
}
.itemssingle .itemspage_main img.aligncenter {
  display: block;
  margin: 30px auto;
}
.itemssingle .itemspage_main .cartjs_box {
  margin: 20px 0 70px !important;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .itemssingle .itemspage_main .cartjs_box {
    margin: 10px 0 50px !important;
  }
}
.itemssingle .itemspage_main .cartjs_box form > * {
  width: 100% !important;
  max-width: 357px;
  margin-left: auto;
  margin-right: auto;
}
.itemssingle .itemspage_main .cartjs_cart_in:has(.cartjs_product_name) {
  max-width: none;
}
.itemssingle .itemspage_main .cartjs_product_name {
  display: block;
  font-size: 1.5rem !important;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .itemssingle .itemspage_main .cartjs_product_name {
    font-size: 1.1rem !important;
    margin-bottom: 10px;
  }
}
.itemssingle .itemspage_main .cartjs_product_table table {
  width: 100% !important;
}
.itemssingle .itemspage_main .cartjs_product_table table tr {
  border-bottom: 1px solid #6f4031;
}
.itemssingle .itemspage_main .cartjs_product_table table tr th,
.itemssingle .itemspage_main .cartjs_product_table table tr td {
  padding: 20px 10px !important;
}
@media screen and (max-width: 768px) {
  .itemssingle .itemspage_main .cartjs_product_table table tr th,
  .itemssingle .itemspage_main .cartjs_product_table table tr td {
    padding: 15px 5px !important;
  }
}
.itemssingle .itemspage_main .cartjs_product_table table tr th {
  font-size: 0.9rem;
  color: #636363;
  padding-left: 30px !important;
}
@media screen and (max-width: 768px) {
  .itemssingle .itemspage_main .cartjs_product_table table tr th {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 768px) {
  .itemssingle .itemspage_main .cartjs_product_table table tr td {
    font-size: 1rem !important;
  }
}
.itemssingle .itemspage_main .cartjs_cart_in input {
  width: 100% !important;
  background-color: #6f4031 !important;
  transition: all 0.4s;
}
.itemssingle .itemspage_main .cartjs_cart_in input:hover {
  opacity: 0.7;
}
.itemssingle .itemspage_main .iframe--youtube {
  position: relative;
  margin-bottom: 40px;
  padding-top: 56.25%;
}
.itemssingle .itemspage_main .iframe--youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.itemssingle .itemspage_btn {
  display: block;
  margin: 0 auto 100px;
  width: 40%;
  max-width: 300px;
  background-color: #ffffff;
  border: 1px solid #603b33;
  padding: 25px 10px;
  color: #603b33;
}
@media screen and (max-width: 768px) {
  .itemssingle .itemspage_btn {
    width: 100%;
    padding: 15px 5px;
    margin-bottom: 80px;
  }
}
.itemssingle .itemspage_btn:hover {
  background-color: #603b33;
  color: #ffffff;
}

.newspage_contents {
  display: flex;
  align-items: flex-start;
  gap: 70px;
  position: relative;
  z-index: 1;
  margin-top: 60px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .newspage_contents {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .newspage_contents {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
}
.newspage_contents .archivelist {
  flex: 1;
}
.newspage_contents .archivelist_wrapper {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 1fr 1fr;
  gap: 50px 30px;
}
@media screen and (max-width: 768px) {
  .newspage_contents .archivelist_wrapper {
    grid-template-columns: 1fr;
  }
}
.newspage_contents .archivelist_item {
  width: 100%;
}
.newspage_contents .archivelist_item_link {
  display: block;
}
.newspage_contents .archivelist_item_link:hover .archivelist_item_img {
  opacity: 0.7;
}
.newspage_contents .archivelist_item_link:hover .archivelist_item_title {
  color: #f1807b;
}
.newspage_contents .archivelist_item_img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.692;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.4s;
}
.newspage_contents .archivelist_item_img img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
.newspage_contents .archivelist_item_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0.9rem;
}
.newspage_contents .archivelist_item_cat {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
.newspage_contents .archivelist_item_cat_item {
  font-size: 0.75rem;
  line-height: 1.4;
  background-color: #fdf1d9;
  border: 1px solid #6f4031;
  color: #6f4031;
  padding: 2px 15px;
  border-radius: 25px;
  box-sizing: border-box;
}
.newspage_contents .archivelist_item_date {
  color: #636363;
  line-height: 1.4;
}
.newspage_contents .archivelist_item_title {
  font-family: "MFW-IshiiChuMinchoOKLMin2-M", "A-SK 石井中明朝OKL Min2 M", "Ishii Chū Mincho", serif;
  line-height: 1.5;
  transition: color 0.4s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.newspage_contents .archivelist_item_text {
  width: 100%;
  color: #636363;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.newspage_contents .sidemenu {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .newspage_contents .sidemenu {
    width: 100%;
  }
}
.newspage_contents .sidemenu_block {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .newspage_contents .sidemenu_block {
    margin-top: 40px;
  }
}
.newspage_contents .sidemenu_block:first-of-type {
  margin-top: 0;
}
.newspage_contents .sidemenu_title {
  font-size: 1.2rem;
  line-height: 1.4;
  font-family: "MFW-IshiiChuMinchoOKLMin2-M", "A-SK 石井中明朝OKL Min2 M", "Ishii Chū Mincho", serif;
  border-bottom: 1px solid #6f4031;
  padding: 0 2px 8px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .newspage_contents .sidemenu_title {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .newspage_contents .sidemenu_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px 50px;
  }
}
@media screen and (max-width: 768px) {
  .newspage_contents .sidemenu_list {
    gap: 20px 15px;
  }
}
.newspage_contents .sidemenu_item + .sidemenu_item {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .newspage_contents .sidemenu_item + .sidemenu_item {
    margin-top: 0;
  }
}
.newspage_contents .sidemenu_item_link {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .newspage_contents .sidemenu_item_link {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}
.newspage_contents .sidemenu_item_link:hover .sidemenu_item_img {
  opacity: 0.7;
}
.newspage_contents .sidemenu_item_link:hover .sidemenu_item_text {
  color: #f1807b;
}
.newspage_contents .sidemenu_item_img {
  width: 28%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .newspage_contents .sidemenu_item_img {
    width: 100%;
    aspect-ratio: 1/0.692;
    border-radius: 5px;
  }
}
.newspage_contents .sidemenu_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newspage_contents .sidemenu_item_text {
  flex: 1;
  color: #636363;
  transition: color 0.4s;
}
.newspage_contents .sidemenu_item_title {
  font-size: 0.9rem;
  line-height: 1.5;
  font-feature-settings: "palt";
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 768px) {
  .newspage_contents .sidemenu_item_title {
    -webkit-line-clamp: 2;
  }
}
.newspage_contents .sidemenu_item_date {
  margin-top: 10px;
  font-size: 0.85rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .newspage_contents .sidemenu_item_date {
    margin-top: 5px;
    font-size: 0.7rem;
  }
}
.newspage_contents .sidemenu_category_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.newspage_contents .sidemenu_category_item {
  width: fit-content;
}
.newspage_contents .sidemenu_category_item a {
  display: block;
  font-size: 0.95rem;
  width: fit-content;
  background-color: #fdf1d9;
  color: #6f4031;
  border: 1px solid #6f4031;
  padding: 8px 20px;
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  .newspage_contents .sidemenu_category_item a {
    font-size: 0.8rem;
  }
}
.newspage_contents .sidemenu_category_item a:hover {
  opacity: 0.7;
}
.newspage_contents .sidemenu_popular .sidemenu_item_img::after {
  content: "01";
  display: block;
  font-family: "EB Garamond", serif;
  font-size: clamp(0.875rem, 0.7rem + 0.5vw, 1.2rem);
  border-radius: 0 0 10px 0;
  background-color: #f1807b;
  color: #fff;
  padding: 5px;
  width: fit-content;
  height: auto;
  aspect-ratio: 1/1;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}
.newspage_contents .sidemenu_popular .sidemenu_item:nth-of-type(2) .sidemenu_item_img::after {
  content: "02";
}
.newspage_contents .sidemenu_popular .sidemenu_item:nth-of-type(3) .sidemenu_item_img::after {
  content: "03";
}
.newspage_contents .sidemenu_popular .sidemenu_item:nth-of-type(4) .sidemenu_item_img::after {
  content: "04";
}
.newspage_contents .sidemenu_popular .sidemenu_item:nth-of-type(5) .sidemenu_item_img::after {
  content: "05";
}

.itemspage_contents {
  position: relative;
  z-index: 2;
  margin-top: 75px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .itemspage_contents {
    margin-top: 40px;
  }
}
.itemspage_contents .itemspage_category {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .itemspage_contents .itemspage_category {
    margin-bottom: 30px;
  }
}
.itemspage_contents .itemspage_category_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .itemspage_contents .itemspage_category_list {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
  }
}
.itemspage_contents .itemspage_category_item {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .itemspage_contents .itemspage_category_item {
    width: fit-content;
  }
}
.itemspage_contents .itemspage_category_item a {
  display: block;
  background-color: #fdf1d9;
  text-align: center;
  font-size: 0.9rem;
  font-size: clamp(0.7rem, 0.48rem + 0.42vw, 0.875rem);
  font-weight: 500;
  padding: 30px 2px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .itemspage_contents .itemspage_category_item a {
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 0.85rem;
  }
}
.itemspage_contents .itemspage_category_item a:hover, .itemspage_contents .itemspage_category_item a.active {
  background-color: #422123;
  color: #fff;
}
.itemspage_contents .archivelist_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 70px 50px;
}
@media screen and (max-width: 1024px) {
  .itemspage_contents .archivelist_wrapper {
    gap: 50px 25px;
  }
}
@media screen and (max-width: 768px) {
  .itemspage_contents .archivelist_wrapper {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.itemspage_contents .archivelist_item {
  width: 100%;
}
.itemspage_contents .archivelist_item_link {
  display: block;
}
.itemspage_contents .archivelist_item_link:hover .archivelist_item_img {
  opacity: 0.7;
}
.itemspage_contents .archivelist_item_link:hover .archivelist_item_title {
  color: #f1807b;
}
.itemspage_contents .archivelist_item_img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.692;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.4s;
}
.itemspage_contents .archivelist_item_img img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
.itemspage_contents .archivelist_item_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0.9rem;
}
.itemspage_contents .archivelist_item_cat {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
.itemspage_contents .archivelist_item_cat_item {
  font-size: 0.75rem;
  line-height: 1.4;
  background-color: #fdf1d9;
  border: 1px solid #6f4031;
  color: #6f4031;
  padding: 2px 15px;
  border-radius: 25px;
  box-sizing: border-box;
}
.itemspage_contents .archivelist_item_date {
  color: #636363;
  line-height: 1.4;
}
.itemspage_contents .archivelist_item_title {
  font-family: "MFW-IshiiChuMinchoOKLMin2-M", "A-SK 石井中明朝OKL Min2 M", "Ishii Chū Mincho", serif;
  line-height: 1.5;
  font-size: 1.4rem;
  transition: color 0.4s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.itemspage_contents .archivelist_item_text {
  width: 100%;
  color: #636363;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  font-size: 1.25rem;
  margin-top: 80px;
  font-family: "MFW-IshiiChuMinchoOKLMin2-M", "A-SK 石井中明朝OKL Min2 M", "Ishii Chū Mincho", serif;
}
@media screen and (max-width: 768px) {
  .pagenation {
    font-size: 16px;
  }
}
.pagenation .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #422123;
  border: 1px solid #fff;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .pagenation .page-numbers {
    width: 25px;
    height: 25px;
  }
}
.pagenation .page-numbers:hover {
  border-color: #422123;
}
.pagenation .page-numbers.current {
  color: #fff;
  background-color: #422123;
  border-color: #422123;
}
.pagenation .page-numbers.next:hover::after, .pagenation .page-numbers.prev:hover::after {
  border-color: #422123;
}
.pagenation .page-numbers.next, .pagenation .page-numbers.prev {
  width: 2.4em;
  height: auto;
  letter-spacing: 0.1em;
  border-radius: 0;
  border: none;
}
.pagenation .page-numbers.next:hover, .pagenation .page-numbers.prev:hover {
  opacity: 0.7;
}
.pagenation .page-numbers.next::after, .pagenation .page-numbers.prev::after {
  content: "次へ";
  display: block;
  transition: all 0.4s;
}
.pagenation .page-numbers.prev::after {
  content: "前へ";
}