@charset "utf-8";
/* CSS Document */
/*blog*/
.single__wrap {
  max-width: 800px;
  margin: 0px auto;
  margin-top: 150px;
}
.single__title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d5b650;
}
.single__cate {
  font-size: 13px;
  border: 1px solid;
  display: inline;
  padding: 2px 5px;
}
.single__thumbnail-block {
  margin-top: 50px;
}
.single__contents figure {
  margin: 30px 0px;
}
.wysiwyg h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.8;
  margin: 40px 0px 20px;
  border-bottom: 1px solid #969696;
}
.wysiwyg h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.8;
  margin: 20px 0px 15px;
}
.wysiwyg p {
  font-size: 16px;
  line-height: 1.8;
  margin: 5px 0px;
}
.wysiwyg ul li:before {
  content: "⚫︎";
  display: block;
  position: absolute;
  top: 0.4em;
  left: 0;
  color: #d5b650;
  border-radius: 50%;
  font-size: 12px;
}
.wysiwyg ol li::marker {
  color: #ebe4db;
}
.wysiwyg ul li {
  line-height: 1.8;
  font-size: 16px;
  position: relative;
  z-index: 0;
  padding-left: 1.2em;
}
.wysiwyg ol li {
  line-height: 1.8;
  font-size: 16px;
}
.wysiwyg ul, .wysiwyg ol {
  margin: 20px 0px;
}
.privacy{
    text-align: center;
    font-size: 12px;
    margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .single__wrap {
    max-width: 100%;
    margin: 0px auto;
    margin: 130px 25px 0px;
  }
  .wysiwyg h1 {
    font-size: 5vw;
  }
  .wysiwyg h2 {
    font-size: 20px;
  }
  .wysiwyg h3 {
    font-size: 17px;
  }
  .wysiwyg p,
    .wysiwyg ul li,
    .wysiwyg ol li {
    font-size: 14px;
    line-height: 1.6;
  }
}
/*archive*/
.archive {
  padding-top: 80px;
}
.parts__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
}
@media screen and (max-width: 959px) {
  .parts__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3em;
  }
}
.parts__side {
  width: 25%;
}
@media screen and (max-width: 959px) {
  .parts__side {
    width: 100%;
  }
}
.parts__main {
  width: 75%;
}
@media screen and (max-width: 959px) {
  .parts__main {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .news-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: calc(40px * -1);
  }
  .news-list__item {
    margin-bottom: 40px;
    margin-right: 40px;
    width: calc((100% - 40px * (1 - 1)) / 1);
  }
  .news-list__item:nth-of-type(1n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 959px) {
  .news-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 20px;
  }
}
.news-list__item {
  border-bottom: 1px solid #3f342d;
  padding-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .news-list__item {
    padding-bottom: 8vw;
  }
}
.news-list__item:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .news-list__item:not(:last-child) {
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 959px) {
  .news-list__item:not(:last-child) {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .news-list__item:not(:last-child) {
    margin-bottom: 10vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .news-list__item:not(:last-child) {
    padding-bottom: 10vw;
  }
}
.news-list__item:hover .news-list-item__thumbnail img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
}
@media screen and (max-width: 959px) {
  .news-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4vw;
  }
}
.news-list-item__category {
  margin-top: 20px;
}
.parts-side__title h5 {
  font-weight: 500;
}
.parts-side__category-child-list {
  margin-top: 10px;
  margin-left: 10px;
}
.news-list-item__date {
  font-size: 12px;
}
.news-list-item__category span {
  border: 1px solid;
  display: inline;
  padding: 2px 5px;
  font-size: 12px;
}
@media screen and (max-width: 959px) {
  .news-list-item__category {
    margin-top: 4vw;
  }
}
.news-list-item__category {
  font-size: 16px;
}
@media (max-width: 959px) {
  .news-list-item__category {
    font-size: 3.467vw;
  }
}
.news-list-item__text-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.news-list-item__title {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .news-list-item__title {
    margin-top: 4vw;
  }
}
.news-list-item__title {
  font-size: 20px;
}
@media (max-width: 959px) {
  .news-list-item__title {
    font-size: 5.333vw;
  }
}
.news-list-item__title {
  line-height: 1.5;
}
.news-list-item__thumbnail {
  overflow: hidden;
  width: 24%;
}
@media screen and (max-width: 959px) {
  .news-list-item__thumbnail {
    width: 100%;
  }
}
.news-list-item__thumbnail img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.parts-main__pagination {
  margin-top: 60px;
}
@media screen and (max-width: 959px) {
  .parts-main__pagination {
    margin-top: 12vw;
  }
}
@media screen and (max-width: 959px) {
  .parts-main__pagination {
    margin-top: 40px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .parts-main__pagination {
    margin-top: 8vw;
  }
}
.parts-side {
  background-color: #ebe4db;
  padding: 30px;
  color: #0B0B0B;
}
@media screen and (max-width: 959px) {
  .parts-side {
    padding: 6vw;
  }
}
.parts-side__block:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .parts-side__block:not(:last-child) {
    margin-bottom: 8vw;
  }
}
.parts-side__title {
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .parts-side__title {
    margin-bottom: 4vw;
  }
}
.parts-side__title h5 {
  font-size: 20px;
}
@media (max-width: 959px) {
  .parts-side__title h5 {
    font-size: 5.333vw;
  }
}
.parts-side__title h5 {
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #0B0B0B;
}
.parts-side__archive-select {
  width: 100%;
  padding: 10px;
  border: none;
}
@media screen and (max-width: 959px) {
  .parts-side__archive-select {
    padding: 2vw;
  }
}
.parts-side__archive-select {
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
}
.parts-side__archive-select::-ms-expand {
  display: none;
}
.parts-side__category-list-item:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .parts-side__category-list-item:not(:last-child) {
    margin-bottom: 2vw;
  }
}
.parts-side__category-child-list {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .parts-side__category-child-list {
    margin-top: 4vw;
  }
}
.parts-side__category-child-list {
  padding-left: 1.4em;
}
.parts-side__category-child {
  font-size: 14px;
}
@media (max-width: 959px) {
  .parts-side__category-child {
    font-size: 3.733vw;
  }
}
.parts-side__category-child:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .parts-side__category-child:not(:last-child) {
    margin-bottom: 2vw;
  }
}
.category-list {
  position: relative;
  z-index: 0;
  padding-left: 1.4em;
  font-size: 16px;
}
@media (max-width: 959px) {
  .category-list {
    font-size: 3.733vw;
  }
}
.category-list:before {
  content: "⚫︎";
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0;
  z-index: -1;
  font-size: 14px;
}
@media (max-width: 959px) {
  .category-list:before {
    font-size: 3.733vw;
  }
}
.category-list:before {
  color: #0B0B0B;
}
.paginav__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 0;
}
.paginav__item {
  width: 30%;
}
.paginav__item a {
  display: block;
  padding-top: 26px;
  padding-bottom: 26px;
}
@media screen and (max-width: 959px) {
  .paginav__item a {
    padding-top: 5.2vw;
    padding-bottom: 5.2vw;
  }
}
.paginav__item a {
  border-radius: 1000px;
  border: 1px solid #3f342d;
  text-align: center;
  cursor: pointer;
}
.paginav__item a span {
  font-size: 20px;
}
@media (max-width: 959px) {
  .paginav__item a span {
    font-size: 3.733vw;
  }
}
@media screen and (max-width: 959px) {
  .paginav__item a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .paginav__item a {
    padding-top: 3.2vw;
    padding-bottom: 3.2vw;
  }
}
.paginav__item.prev {
  position: relative;
  z-index: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.paginav__item.prev:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  width: 100%;
  height: 100%;
  background-image: url(assets/images/icon/arrow-right--black.svg);
  background-size: auto auto;
  background-position: center left 90%;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: -1;
}
.paginav__item.prev:hover {
  background-color: #3f342d;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 1000px;
}
.paginav__item.prev:hover:before {
  background-image: url(assets/images/icon/arrow-right--white.svg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.paginav__item.next {
  position: relative;
  z-index: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.paginav__item.next:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  background-image: url(assets/images/icon/arrow-right--black.svg);
  background-size: auto auto;
  background-position: center left 90%;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: -1;
}
.paginav__item.next:hover {
  background-color: #3f342d;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 1000px;
}
.paginav__item.next:hover:before {
  background-image: url(assets/images/icon/arrow-right--white.svg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.paginav__item.all {
  background-color: #3f342d;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 1000px;
}
.paginav__item.all:hover {
  background-color: #fff;
  color: #3f342d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 1000px;
}
.pagination .page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
.pagination .page-numbers a, .pagination .page-numbers span {
  width: 40px;
  height: 40px;
  border: 1px solid #3f342d;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}
.pagination .page-numbers .current {
  background-color: #3f342d;
  color: #fff;
}
.pagination .page-numbers .next, .pagination .page-numbers .prev {
  display: none !important;
}
.page-list__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em;
}
@media screen and (max-width: 959px) {
  .page-list__wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 1em;
  }
}
.swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.swiper-wrapper .swiper-slide:nth-of-type(odd) {
  margin-top: 60px;
}
@media screen and (max-width: 959px) {
  .swiper-wrapper .swiper-slide:nth-of-type(odd) {
    margin-top: 12vw;
  }
}
.swiper-wrapper .swiper-slide__title {
  font-size: 16px;
}
@media (max-width: 959px) {
  .swiper-wrapper .swiper-slide__title {
    font-size: 3.2vw;
  }
}
.swiper-wrapper .swiper-slide__title {
  line-height: 1.2;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .swiper-wrapper .swiper-slide__title {
    margin-top: 4vw;
  }
}