@charset "utf-8";
/* common style
-------------------------------------------------------------- */
#sv {
  position: relative;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  height: 500px;
  text-align: center;
}
#sv::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 174px;
  background: url(../img/common/sv_overlay.png) repeat-x left bottom;
  content: '';
  z-index: 1;
}
#sv::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/sv_bg.jpg) no-repeat center / cover;
  content: '';
  z-index: -1;
}
.post-type-archive-products #sv::after,
.single-products #sv::after {
  background: url(../img/products/sv_bg.jpg) no-repeat center / cover;
}
.about #sv::after {
  background: url(../img/about/sv_bg.jpg) no-repeat center / cover;
}
.contact #sv::after,
.thanks #sv::after {
  background: url(../img/contact/sv_bg.jpg) no-repeat center / cover;
}
#sv h1 {
  position: relative;
  padding-top: 100px;
  text-align: center;
  z-index: 2;
}
#sv h1 .jp {
  display: block;
  color: var(--blue3);
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
}
#sv h1 .en {
  display: block;
  margin-top: 15px;
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767px) {
  #sv {
    margin-bottom: 50px;
    height: 250px;
  }
  #sv::before {
    height: 140px;
  }
  #sv h1 {
    padding-top: 80px;
  }
  #sv h1 .jp {
    font-size: 2.6rem;
  }
  #sv h1 .en {
    font-size: 1.2rem;
  }
}
/* archive
-------------------------------------------------------------- */
#newsList .postArea {
  border-top: 1px solid #666;
}
#newsList .postArea li {
  border-bottom: 1px solid #666;
}
#newsList .postArea li a {
  padding: 40px 0;
  font-size: 1.6rem;
}
#newsList .postArea li .date {
  width: 200px;
  font-size: 1.5rem;
  color: var(--blue);
  font-weight: 700;
}
#newsList .postArea li .ttl {
  width: calc(100% - 200px);
}
#newsList .postArea li.none {
  text-align: center;
}
@media (max-width: 767px) {
  #newsList .postArea {
    width: 100%;
  }
  #newsList .postArea li a {
    padding: 15px 0;
    font-size: 1.5rem;
  }
  #newsList .postArea li .date {
    width: 100%;
    font-size: 1.4rem;
  }
  #newsList .postArea li .ttl {
    width: 100%;
  }
}
/* single
-------------------------------------------------------------- */
#newsSingle .ttlheader .date {
  position: relative;
  margin-bottom: 20px;
  color: var(--blue);
  font-size: 1.5rem;
  font-weight: 700;
}
#newsSingle .ttlheader h2 {
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid #666;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
#newsSingle .eyecatch {
  margin-bottom: 30px;
}
#newsSingle .freetxt {
  padding-bottom: 50px;
  font-size: 1.6rem;
}
.freetxt img {
  margin-bottom: 30px;
}
.freetxt a {
  color: var(--blue);
}
.freetxt p {
  margin-bottom: 50px;
  line-height: 2;
}
.freetxt blockquote {
  background: #efefef;
  padding: 20px;
}
.freetxt .aligncenter {
  display: block;
  margin: 0 auto;
}
.freetxt .alignleft {
  float: left;
}
.freetxt .alignright {
  float: right;
}
.freetxt ul,
.freetxt ol {
  margin: 0 20px;
}
.freetxt ul li {
  list-style: square;
  margin-bottom: 15px;
}
.freetxt ol li {
  list-style: decimal;
  margin-bottom: 15px;
}
.freetxt h1 {
  margin-bottom: 50px;
  font-weight: 700;
}
.freetxt h2 {
  margin-bottom: 50px;
  color: var(--blue);
  font-weight: 700;
}
.freetxt h3 {
  padding: 10px;
  margin-bottom: 50px;
  border-left: 5px solid var(--blue);
  border-bottom: 1px solid var(--gray);
  font-weight: 700;
  line-height: 1.4;
}
.freetxt table {
  width: 100%;
}
.freetxt table th {
  padding: 10px 15px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
}
.freetxt table td {
  padding: 10px 15px;
  font-size: 1.5rem;
  border: 1px solid #ccc;
}
.freetxt .youtube {
  margin-bottom: 20px;
}
.freetxt .youtube iframe {
  width: 100%;
  height: 550px;
}
@media (max-width: 767px) {
  #newsSingle .ttlheader .date {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  #newsSingle .ttlheader h2 {
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
  #newsSingle .single-category {
    margin-bottom: 50px;
    padding: 10px 0;
    font-size: 1.2rem;
  }
  #newsSingle .eyecatch {
    margin-bottom: 30px;
  }
  #newsSingle .freetxt {
    padding-bottom: 30px;
    font-size: 1.4rem;
  }
  .freetxt h2 {
    margin-bottom: 30px;
  }
  .freetxt h3 {
    margin-bottom: 30px;
  }
}
/* products
-------------------------------------------------------------- */
.sidebar {
  width: 260px;
}
.sidebar .taxList {
  border: 1px solid var(--blue2);
}
.sidebar .taxList h3 {
  padding: 15px;
  background: var(--blue2);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.sidebar .taxList ul {
  padding: 10px 0;
}
.sidebar .taxList li a {
  position: relative;
  display: block;
  padding: 20px;
  color: var(--blue2);
  font-size: 1.6rem;
  line-height: 1;
}
.sidebar .taxList li a::after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 100%;
  background: url(../img/common/arrow_bl.svg) no-repeat center / contain;
  content: '';
}
.mainWrap {
  width: calc(100% - 320px);
}
#productsList .postArea {
  gap: 50px 30px;
}
#productsList .postArea li {
  margin-bottom: -1px;
  width: calc((100% - 60px) / 3);
}
#productsList .postArea li a {
  display: block;
  color: var(--blue2);
}
#productsList .postArea li .eyecatch {
  border-radius: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1 / 1;
}
#productsList .postArea li .txtArea {
  align-items: center;
  margin-top: 10px;
}
#productsList .postArea li .cat {
  margin-top: 10px;
  margin-right: 10px;
  padding: 8px;
  background: var(--blue2);
  color: var(--white);
  font-size: 1.5rem;
  line-height: 1;
}
#productsList .postArea li .ttl {
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
#productsList .postArea li.none {
  border: none;
  width: 100%;
  text-align: center;
}
#productsList .postArea li .txtArea {
  justify-content: flex-start;
  align-items: center;
}
#productsSingle .ttlheader {
  padding-bottom: 30px;
  margin-bottom: 50px;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #666;
}
#productsSingle .cat {
  padding: 8px;
  background: var(--blue2);
  color: var(--white);
  font-size: 1.4rem;
  line-height: 1;
}
#productsSingle .postTtl {
  padding-top: 20px;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
#productsSingle .mainArea {
  padding-bottom: 50px;
  font-size: 1.6rem;
}
#productsSingle .photoGrid {
  display: grid;
  margin-bottom: 40px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}
#productsSingle .photoGrid .item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
#productsSingle .photoGrid .item {
  aspect-ratio: 1.67 / 1;
  overflow: hidden;
}
#productsSingle .photoGrid .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#productsSingle .txtArea {
  margin-bottom: 30px;
}
#productsSingle dt {
  padding: 12px 20px;
  background: var(--blue2);
  color: var(--white);
  font-weight: 700;
  line-height: 1;
}
#productsSingle dd {
  padding: 10px 0 30px;
  line-height: 2;
}
@media (max-width: 767px) {
  .sidebar {
    width: 100%;
  }
  .sidebar .taxList h3 {
    font-size: 1.5rem;
  }
  .sidebar .taxList ul {
    padding: 5px 0;
  }
  .sidebar .taxList li a {
    padding: 15px;
    font-size: 1.5rem;
  }
  .mainWrap {
    margin-top: 30px;
    width: 100%;
  }
  #productsList .postArea {
    gap: 40px 20px;
  }
  #productsList .postArea li {
    margin-bottom: -1px;
    width: calc((100% - 20px) / 2);
  }
  #productsList .postArea li .eyecatch {
    border-radius: 15px;
  }
  #productsList .postArea li .txtArea {
    margin-top: 5px;
  }
  #productsList .postArea li .cat {
    padding: 5px;
    font-size: 1.3rem;
  }
  #productsList .postArea li .ttl {
    font-size: 1.3rem;
  }
  #productsList .postArea li.none {
    border: none;
    width: 100%;
    text-align: center;
  }
  #productsSingle .ttlheader {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  #productsSingle .cat {
    font-size: 1.2rem;
  }
  #productsSingle .date {
    font-size: 1.3rem;
  }
  #productsSingle .postTtl {
    padding-top: 10px;
    font-size: 1.6rem;
  }
  #productsSingle .mainArea {
    padding-bottom: 20px;
    font-size: 1.4rem;
  }
  #productsSingle .photoGrid {
    margin-bottom: 30px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }
  #productsSingle .txtArea {
    margin-bottom: 20px;
  }
  #productsSingle dd {
    padding: 10px 0 20px;
  }
}
/* ページネーション
-------------------------------------------------------------- */
.paging {
  position: relative;
  padding: 40px 0;
  border-top: 1px solid #666;
  font-size: 0;
  overflow: hidden;
}
.paging .prev {
  float: right;
}
.paging .next {
  float: left;
}
.pagination {
  position: relative;
  text-align: center;
  width: 100%;
}
.pagination .nav-links {
  position: relative;
  padding: 50px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  font-size: 1.6rem;
}
a.page-numbers,
.pagination .current {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 2px;
  padding: 2px 0 0 2px;
  line-height: 1;
  width: 63px;
  height: 57px;
  background: url(../img/common/pager_circle.png) no-repeat center / contain;
}
a.prev,
a.next {
  width: auto;
  height: auto;
  background: none;
}
@media (max-width: 767px) {
  .paging {
    padding: 20px 0;
  }
  .paging .next,
  .paging .prev {
    width: 60px;
  }
  .pagination .nav-links {
    padding: 30px;
  }
  a.page-numbers,
  .pagination .current {
    width: 40px;
    height: 36px;
    font-size: 1.2rem;
  }
  a.prev,
  a.next {
    position: absolute;
    width: 60px;
    height: auto;
  }
  a.prev {
    left: -20px;
  }
  a.next {
    right: -20px;
  }
}
