.news-detail {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1.5rem;
}
@media screen and (min-width:768px) {
  .news-detail {
    border-bottom: none;
  }
}
.news-detail__title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
  line-height: 1.2;
  letter-spacing: 0;
}
.news-detail__title a {
  color: #212529;
}
.news-detail__title.center {
  text-align: center;
}
@media screen and (min-width:992px) {
  .news-detail__title {
    margin-bottom: 10px;
    font-size: 28px;
  }
}
@media screen and (min-width:992px) {
  .news-detail__title.is-blog {
    margin-bottom: 20px;
    font-size: 34px;
  }
}
.news-detail__time {
  font-size: 14px;
}
@media screen and (min-width:992px) {
  .news-detail__time {
    font-size: 16px;
  }
}
.news-detail__time__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-detail__wysiwyg {
  padding: 1rem 0;
}
.news-detail__wysiwyg h2,
.news-detail__wysiwyg h1 {
  font-weight: bold;
  font-size: 18px;
  background: #f3f3f3;
  margin: 50px 0 30px;
  padding: 15px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.23);
}
@media screen and (min-width:992px) {
  .news-detail__wysiwyg h2,
  .news-detail__wysiwyg h1 {
    font-size: 24px;
  }
}
.news-detail__wysiwyg h3 {
  font-weight: bold;
  font-size: 16px;
  padding: 0.25em 0.5em;
  background: transparent;
  border-bottom: solid 1px #000;
}
@media screen and (min-width:992px) {
  .news-detail__wysiwyg h3 {
    font-size: 20px;
  }
}
.news-detail__wysiwyg h4 {
  font-weight: bold;
  font-size: 14px;
}
@media screen and (min-width:992px) {
  .news-detail__wysiwyg h4 {
    font-size: 18px;
  }
}
.news-detail__wysiwyg h5 {
  font-weight: bold;
  font-size: 12px;
}
@media screen and (min-width:992px) {
  .news-detail__wysiwyg h5 {
    font-size: 16px;
  }
}
.news-detail__wysiwyg p {
  font-size: 12px;
}
@media screen and (min-width:992px) {
  .news-detail__wysiwyg p {
    font-size: 16px;
    line-height: 1.8;
  }
}
.news-detail__wysiwyg img {
  width: 100%;
  margin-bottom: 40px;
}
.news-detail__wysiwyg strong {
  font-weight: 700;
}
.news-detail__item {
  padding: 1rem 0;
  margin-bottom: 1.5rem;
  text-align: left;
}
.news-detail__item h3 {
  font-weight: bold;
  font-size: 16px;
  padding: 10px 15px;
  background: transparent;
  background: #9c7f4b;
  border-radius: 4px;
  color: #fff;
}
@media screen and (min-width:992px) {
  .news-detail__item h3 {
    font-size: 16px;
  }
}
.news-detail__item h4 {
  font-weight: bold;
  font-size: 16px;
  padding: 0.25em 0.5em;
  background: transparent;
  border-left: 6px solid #9c7f4b;
}
@media screen and (min-width:992px) {
  .news-detail__item h4 {
    font-size: 16px;
  }
}
.news-detail__item p {
  font-size: 12px;
}
@media screen and (min-width:992px) {
  .news-detail__item p {
    font-size: 14px;
    line-height: 1.8;
  }
}
.news-detail__item a {
  color: #9c7f4b;
  text-decoration: underline;
}

.sidebar section {
  background-color: #fff;
  margin-bottom: 1.5rem;
}
.sidebar__title {
  background-color: #9c7f4b;
  font-size: 17px;
  color: #fff;
  padding: 7px 15px;
  margin: 0;
}
.sidebar__content {
  padding: 1rem;
}
.sidebar__nav ul {
  padding: 0;
  margin: 0;
}
.sidebar__nav ul li {
  display: block;
  border-bottom: 1px solid #dee2e6;
}
.sidebar__nav ul li i {
  vertical-align: middle;
}
.sidebar__nav ul li a {
  display: inline-block;
  padding: 10px 0;
  font-size: 16px;
  color: #000;
}
.sidebar__nav ul li a:hover {
  text-decoration: underline;
}
.sidebar__nav ul li:before {
  font-family: FontAwesome;
  position: absolute;
  left: 0;
}
.sidebar__entry {
  padding: 0 0 1rem;
  margin: 0 0 1rem;
  border-bottom: 1px solid #dee2e6;
}
.sidebar__entry__title {
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
}

.page-products {
  padding-top: 3rem;
}
.page-products__name-en {
  font-size: 1.5rem;
  font-weight: 100;
  color: #9c7f4b;
  margin: 0;
}
@media screen and (min-width:992px) {
  .page-products__name-en {
    font-size: 2rem;
  }
}
.page-products__name {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0.25rem 0 0;
}
@media screen and (min-width:992px) {
  .page-products__name {
    font-size: 1.75rem;
  }
}
.page-products__related__jp {
  text-align: center;
  margin-bottom: 3rem;
}

#mainSlider img {
  width: 100%;
  aspect-ratio: 1.333333;
  object-fit: cover;
}

#thumbnailSlider .thumbnailSlider-item {
  margin: 0 5px;
}
#thumbnailSlider img {
  height: 100px;
  object-fit: cover;
}
@media screen and (min-width:992px) {
  #thumbnailSlider img {
    height: 144px;
  }
}

.slick-slider {
  margin-bottom: 5px;
}

.h4 {
  font-size: 1.2rem;
}
@media screen and (min-width:992px) {
  .h4 {
    font-size: 1.5rem;
  }
}

.font-weight-bold {
  font-weight: 700;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.badge-category {
  background: #9c7f4b;
  color: #fff;
  display: inline-block;
  padding: 3px 15px;
  font-size: 14px;
}
.badge-category:hover {
  color: #fff;
  text-decoration: none;
}

.archive__contents {
  margin-bottom: 1.5rem;
}
.archive__jp-title {
  text-align: center;
  margin-bottom: 3rem;
}

.entry-list {
  margin-bottom: 1.5rem;
  text-align: left !important;
}
.entry-list a, .entry-list p {
  text-align: left;
}
.entry-list__title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin: 1rem 0 0.5rem;
}
.entry-list__title a:hover {
  text-decoration: none;
}
.entry-list__excerpt {
  font-size: 12px;
}
@media screen and (min-width:992px) {
  .entry-list__excerpt {
    font-size: 13px;
  }
}
.entry-list__img img {
  width: 100%;
  max-width: 100%;
  height: 240px;
  border: 1px solid #f3f3f3;
  margin-bottom: 10px;
  object-fit: cover;
  object-position: top;
  aspect-ratio: 1.45833333;
}
@media screen and (min-width:992px) {
  .entry-list__img img {
    margin-bottom: 0;
    height: 250px;
    aspect-ratio: 1.4;
  }
}
.entry-list__img.is-crop img {
  height: 240px;
  object-fit: cover;
  object-position: top;
  aspect-ratio: 1.45833333;
}
@media screen and (min-width:576px) {
  .entry-list__img.is-crop img {
    height: 250px;
    aspect-ratio: 1.4;
  }
}

.entry-card {
  position: relative;
  margin-bottom: 3rem;
}
.entry-card__label {
  display: block;
  position: absolute;
  text-align: center;
  left: 20px;
  top: -13px;
  width: 100px;
  padding: 5px 0;
  color: #fff;
  background: #000;
  font-size: 10px;
  z-index: 100;
  border-radius: 4px;
}
.entry-card__label:hover {
  color: #fff;
  text-decoration: none;
}
.entry-card__thumbnail {
  margin-bottom: 1rem;
}
.entry-card__thumbnail a img {
  aspect-ratio: 1.5;
}
.entry-card__contents {
  font-size: 14px;
  color: #808080;
  border-left: 5px solid #9c7f4b;
  padding-left: 10px;
}
.entry-card__contents__categories {
  position: relative;
  top: -0.25rem;
  margin-right: 1rem;
}
.entry-card__contents__categories .badge-category {
  margin-top: 0.25rem;
  margin-right: 0.25rem;
}
.entry-card__contents hr {
  margin: 0 0 0.5rem;
}
.entry-card__title {
  margin: 0.75rem 0 10px;
  font-size: 18px;
  line-height: 1.4;
}
.entry-card__price {
  font-weight: 700;
  color: #000;
}
.entry-card__price span {
  font-weight: 700;
  color: #000;
}
.entry-card__figure {
  position: relative;
  overflow: hidden;
}
.entry-card__figure img {
  transition: all 0.5s ease-in-out;
}
.entry-card__figure:hover img {
  transform: scale(1.2);
}
.entry-card__figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: rgba(255, 255, 255, 0.8);
  transition: opacity 0.45s;
  opacity: 0;
}
.entry-card__figure__inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.entry-card__figure:hover figcaption {
  opacity: 1;
}
.entry-card__figcaption {
  font-size: 18px;
  color: #212529;
}

form {
  text-align: left;
}

.form-group {
  margin-bottom: 1rem;
  text-align: left;
}
.form-group .font-weight-bold {
  font-weight: 700;
}

.form-control, input[type=password] {
  display: block;
  width: 100%;
  padding: 0.75rem;
  font-size: 14px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus, input[type=password]:focus {
  color: #495057;
  background-color: #fff;
  border-color: white;
  outline: none;
  box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.3);
}
.form-control:disabled, input[type=password]:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control .text-danger, input[type=password] .text-danger {
  color: #dc3545 !important;
}

input[type=password] {
  display: inline;
  width: auto;
}

input[type=submit] {
  border: 1px solid #9c7f4b;
  background-color: #9c7f4b;
  color: #fff;
  padding: 0.25rem;
  border-radius: 0.25rem;
}
input[type=submit].btn {
  transition: 0.3s;
  padding: 0.64rem 1rem;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}/*# sourceMappingURL=single.css.map */