@charset "UTF-8";
/* =================================================
    About ページ
=================================================== */
.page-id-116 main {
  background: #333333;
}
.page-id-116 main .bl_header {
  background: #333333;
}
.page-id-116 .bl_kashimura {
  padding-top: 0;
}
.page-id-116 .bl_kashimura .ly_sec_inner {
  background: #fff;
  padding: 2rem;
}
@media screen and (min-width: 1025px) {
  .page-id-116 .bl_kashimura .ly_sec_inner {
    padding: 5rem;
  }
}
.page-id-116 .bl_kashimura .ly_sec_inner .is-layout-flex {
  display: block;
}
@media screen and (min-width: 1025px) {
  .page-id-116 .bl_kashimura .ly_sec_inner .is-layout-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.page-id-116 .bl_kashimura_about {
  margin-bottom: 9rem;
}
.page-id-116 .bl_kashimura_about figure {
  margin-bottom: 3.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-id-116 .bl_kashimura_about figure {
    text-align: left;
  }
}
.page-id-116 .bl_kashimura_about figure img {
  max-width: 18rem;
  margin-bottom: 3rem;
}
.page-id-116 .bl_kashimura_about figure figcaption {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-family: "PT Serif", serif;
  line-height: 1;
}
.page-id-116 .bl_kashimura_about figure figcaption em {
  margin-top: 1.5rem;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Raleway", sans-serif;
  line-height: 1;
}
.page-id-116 .bl_kashimura_about h3 {
  margin-bottom: 3rem;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-family: "PT Serif", serif;
  line-height: 1;
}
.page-id-116 .bl_kashimura_about h3 em {
  margin-top: 1.5rem;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .page-id-116 .bl_kashimura_cont {
    width: 67%;
  }
}
.page-id-116 .bl_kashimura_cont h2 {
  margin-bottom: 4rem;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "PT Serif", serif;
}
@media screen and (min-width: 768px) {
  .page-id-116 .bl_kashimura_cont h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.page-id-116 .bl_kashimura_cont p {
  margin-bottom: 1.8em;
}
.page-id-116 .bl_kashimura_cont p strong {
  font-weight: 700;
  color: #817116;
}

/* =================================================
    えほんラック ページ
=================================================== */
.page_book-rack .bl_fvSlide {
  position: relative;
  width: 100%;
  height: calc(100vh - 10rem);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page_book-rack .bl_fvSlide {
    height: auto;
  }
}
.page_book-rack .bl_fvSlide .bl_fvSlide_listWrap {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .page_book-rack .bl_fvSlide .bl_fvSlide_listWrap {
    max-width: 120rem;
    overflow: hidden;
  }
}
.page_book-rack .bl_fvSlide .slick-dotted.slick-slider {
  border-radius: 5px;
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .page_book-rack .bl_fvSlide .slick-dots {
    right: 3rem;
    bottom: 3rem;
    text-align: right;
  }
}
.page_book-rack .bl_fvSlide .slick-dots .el_slide {
  width: 6px;
  height: 6px;
  margin-right: 15px;
}
.page_book-rack .bl_fvSlide .slick-dots .el_slide button {
  width: 6px;
  height: 6px;
  padding: 0;
}
.page_book-rack .bl_fvSlide .slick-dots .el_slide button:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  color: #fff;
  opacity: 1;
}
.page_book-rack .bl_fvSlide .slick-dots .el_slide.slick-active button:before {
  background: #333333;
}
.page_book-rack .bl_fvSlide .el_scroll {
  width: 9px;
  height: 130px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-62.5rem);
          transform: translateX(-62.5rem);
}
.page_book-rack .bl_concept {
  padding-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .page_book-rack .bl_concept {
    padding-top: 15rem;
    padding-bottom: 18.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .page_book-rack .bl_concept_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 15rem;
  }
  .page_book-rack .bl_concept_cont:last-of-type {
    margin-bottom: 0;
  }
  .page_book-rack .bl_concept_cont:last-of-type .bl_img {
    margin-left: 0rem;
    margin-right: 4rem;
  }
}
.page_book-rack .bl_concept_cont .bl_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4rem;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .page_book-rack .bl_concept_cont .bl_img {
    width: 48%;
    margin-left: 4rem;
    margin-bottom: 0;
  }
}
.page_book-rack .bl_concept_cont .bl_img img {
  width: 48%;
}
.page_book-rack .bl_concept_cont .bl_cont {
  margin-bottom: 5rem;
}
@media screen and (min-width: 1025px) {
  .page_book-rack .bl_concept_cont .bl_cont {
    width: 48%;
    margin-bottom: 0;
  }
}
.page_book-rack .bl_concept_cont .bl_cont p {
  margin-bottom: 1.8em;
}
.page_book-rack .bl_concept_cont .bl_cont p:last-of-type {
  margin-bottom: 0;
}
.page_book-rack .bl_point h2 {
  position: relative;
  z-index: 1;
  color: #fff;
}
.page_book-rack .bl_point_wrap {
  counter-reset: num;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_book-rack .bl_point_wrap .bl_pointSec {
  width: 46%;
  position: relative;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .page_book-rack .bl_point_wrap .bl_pointSec {
    width: 30%;
  }
}
.page_book-rack .bl_point_wrap .bl_pointSec:before {
  list-style: none;
  counter-increment: num;
  content: counter(num);
  position: absolute;
  top: -2rem;
  left: 0;
  display: block;
  list-style: none;
  text-align: center;
  font-family: "PT Serif", serif;
  line-height: 1;
  font-size: 40px;
  font-size: 4rem;
  color: #fff;
  z-index: 11;
}
.page_book-rack .bl_point_wrap .bl_pointSec_img {
  margin: 0 auto 1rem;
}
@media screen and (min-width: 768px) {
  .page_book-rack .bl_point_wrap .bl_pointSec_img {
    max-width: 240px;
  }
}
.page_book-rack .bl_point_wrap .bl_pointSec_cont h3 {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "PT Serif", serif;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .page_book-rack .bl_point_wrap .bl_pointSec_cont h3 {
    padding-bottom: 0.6rem;
    margin-bottom: 1.4rem;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.page_book-rack .bl_point_wrap .bl_pointSec_cont h3 .el_break {
  display: block;
}
@media screen and (min-width: 1025px) {
  .page_book-rack .bl_point_wrap .bl_pointSec_cont h3 .el_break {
    display: inline-block;
    margin-left: 1em;
  }
}
.page_book-rack .bl_point_wrap .bl_pointSec_cont p {
  margin-bottom: 2rem;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .page_book-rack .bl_point_wrap .bl_pointSec_cont p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .page_book-rack .bl_detail .ly_sec_inner {
    max-width: 800px;
  }
}
.page_book-rack .bl_detail_upper {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .page_book-rack .bl_detail_upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.page_book-rack .bl_detail_explanation {
  margin-bottom: 50px;
}
.page_book-rack .bl_detail_imgStandard {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page_book-rack .bl_detail_imgStandard {
    width: 60%;
    max-width: 424px;
  }
}
.page_book-rack .bl_detail_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
.page_book-rack .bl_detail_header h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 15rem;
  height: 15rem;
  background: #817116;
  border-radius: 7.5rem;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
.page_book-rack .bl_detail_header h3 span {
  display: block;
  margin: 0 auto;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 1;
}
.page_book-rack .bl_detail_header_btnDrawing {
  position: relative;
  display: inline-block;
  padding: 8px 1em;
  margin-left: 1em;
  border: 1px solid #333;
  border-radius: 10px;
  letter-spacing: 0.03em;
  font-weight: 700;
}
.page_book-rack .bl_detail_header_btnDrawing::after {
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  margin: 0 auto;
  background: url(../images/common/arrow_loop.svg) no-repeat center center/cover;
}
.page_book-rack .bl_detail_cont .el_standardtype {
  padding-left: 0.8em;
  margin-bottom: 2em;
}
.page_book-rack .bl_detail_cont .el_standardtype img {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}
.page_book-rack .bl_detail_cont p {
  padding-left: 0.8em;
}
.page_book-rack .bl_detail_cont ul {
  margin-top: 7px;
}
.page_book-rack .bl_detail_cont ul li {
  padding-left: 0.8em;
  margin-bottom: 7px;
}
.page_book-rack .bl_detail_cont ul li img {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}
.page_book-rack .bl_detail_bottom {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .page_book-rack .bl_detail_bottom {
    margin-bottom: 10rem;
  }
}
.page_book-rack .bl_detail .bl_selectColor_header {
  margin-bottom: 2rem;
}
.page_book-rack .bl_detail .bl_selectColor_header h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 15rem;
  height: 15rem;
  background: #817116;
  border-radius: 7.5rem;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
.page_book-rack .bl_detail .bl_selectColor_header h3 span {
  display: block;
  margin: 0 auto;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 1;
}
.page_book-rack .bl_detail .bl_selectColor_wrap {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 1px solid #333;
}
@media screen and (min-width: 768px) {
  .page_book-rack .bl_detail .bl_selectColor_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.page_book-rack .bl_detail .bl_selectColor_img {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .page_book-rack .bl_detail .bl_selectColor_img {
    width: 48%;
    margin-right: 4%;
  }
}
@media screen and (min-width: 1025px) {
  .page_book-rack .bl_detail .bl_selectColor_img {
    width: 41.875%;
    max-width: 335px;
    margin-right: 3rem;
  }
}
.page_book-rack .bl_detail .bl_selectColor_img h4 {
  margin-bottom: 0.5em;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
.page_book-rack .bl_detail .bl_selectColor_img p {
  margin-bottom: 1em;
}
.page_book-rack .bl_detail .bl_selectColor_img p strong {
  color: #817116;
}
@media screen and (min-width: 768px) {
  .page_book-rack .bl_detail .bl_selectColor_disc {
    width: 48%;
  }
}
@media screen and (min-width: 1025px) {
  .page_book-rack .bl_detail .bl_selectColor_disc {
    width: 54.375%;
  }
}
.page_book-rack .bl_detail .bl_selectColor_disc p {
  margin-bottom: 0.5em;
}
.page_book-rack .bl_detail .bl_selectColor_disc .el_standardtype img {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}
.page_book-rack .bl_detail .bl_selectColor_disc ul {
  padding-left: 1em;
  text-indent: -1em;
}
.page_book-rack .bl_detail .bl_selectColor_disc ul li {
  margin-bottom: 0.5em;
}
.page_book-rack .bl_detail .bl_selectColor_disc ul li:last-of-type {
  margin-bottom: 0;
}
.page_book-rack .bl_detail .bl_selectColor_type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  border-bottom: 1px solid #333;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .page_book-rack .bl_detail .bl_selectColor_type {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page_book-rack .bl_detail .bl_selectColor_type li {
  width: 39%;
  max-width: 12rem;
  margin: 0 5% 2rem;
}
@media screen and (min-width: 768px) {
  .page_book-rack .bl_detail .bl_selectColor_type li {
    width: 18%;
    margin: 0 1% 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .page_book-rack .bl_detail .bl_selectColor_type li {
    margin: 0 1.5rem 2rem;
  }
}
.page_book-rack .bl_detail .bl_selectColor_type li figure img {
  margin-bottom: 1rem;
}
.page_book-rack .bl_detail .bl_selectColor_type li figure figcaption {
  text-align: center;
  white-space: nowrap;
}
.page_book-rack .bl_detail .bl_clearColor_header {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .page_book-rack .bl_detail .bl_clearColor_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-bottom: 0;
  }
  .page_book-rack .bl_detail .bl_clearColor_header h4 {
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .page_book-rack .bl_detail .bl_clearColor_header h4 {
    width: 48%;
    margin-right: 4%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .page_book-rack .bl_detail .bl_clearColor_header h4 {
    width: 45.625%;
    max-width: 365px;
  }
}
@media screen and (min-width: 768px) {
  .page_book-rack .bl_detail .bl_clearColor_header p {
    width: 48%;
  }
}
.page_book-rack .bl_detail .bl_clearColor_header .el_standardtype {
  margin-bottom: 0;
}
.page_book-rack .bl_detail .bl_clearColor_header .el_standardtype img {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}
.page_book-rack .bl_detail .bl_selectColor_clear {
  border-bottom: 1px solid #333;
}
.page_book-rack .bl_detail .bl_selectColor_clear li {
  width: 39%;
  max-width: 12rem;
  margin: 0 5% 1rem;
}
@media screen and (min-width: 768px) {
  .page_book-rack .bl_detail .bl_selectColor_clear li {
    margin: 0 5% 3rem;
  }
}
.page_book-rack .bl_detail .bl_selectColor_clear li figure img {
  margin-bottom: 1rem;
}
.page_book-rack .bl_detail .bl_selectColor_clear li figure figcaption {
  text-align: center;
}
.page_book-rack .bl_postage {
  padding-top: 1em;
  padding-bottom: 1em;
}
.page_book-rack .bl_postage h4 {
  margin-bottom: 0.5em;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.page_book-rack .bl_postage ul {
  padding-left: 1em;
}
.page_book-rack .bl_linkBand {
  background: #333;
}
.page_book-rack .bl_linkBand ul {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page_book-rack .bl_linkBand ul {
    height: 26rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1025px) {
  .page_book-rack .bl_linkBand ul {
    max-width: 1000px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
.page_book-rack .bl_linkBand ul li {
  padding: 4.6rem 3rem;
}
@media screen and (min-width: 768px) {
  .page_book-rack .bl_linkBand ul li {
    width: 50%;
    height: 100%;
    padding: 0;
  }
}
.page_book-rack .bl_linkBand ul li:first-of-type {
  border-bottom: 2px solid #fff;
}
@media screen and (min-width: 768px) {
  .page_book-rack .bl_linkBand ul li:first-of-type {
    border-bottom: none;
    border-right: 2px solid #fff;
  }
}
.page_book-rack .bl_linkBand ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .page_book-rack .bl_linkBand ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
}
.page_book-rack .bl_linkBand ul li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 4px;
  background: url(../images/common/arrow_long_right.svg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .page_book-rack .bl_linkBand ul li a::after {
    display: inline-block;
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-left: 1em;
  }
}

/* =================================================
    .bl_fvSlide
=================================================== */
.bl_fvSlide {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .bl_fvSlide {
    height: auto;
  }
}
.bl_fvSlide .bl_fvSlide_listWrap {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .bl_fvSlide .bl_fvSlide_listWrap {
    max-width: 120rem;
    overflow: hidden;
  }
}
.bl_fvSlide .bl_fvSlide_listWrap .el_slide {
  aspect-ratio: 1/1;
  width: auto;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .bl_fvSlide .bl_fvSlide_listWrap .el_slide {
    aspect-ratio: 60/31;
  }
}
.bl_fvSlide .bl_fvSlide_listWrap .el_slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_fvSlide .slick-dotted.slick-slider {
  border-radius: 5px;
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .bl_fvSlide .slick-dots {
    right: 3rem;
    bottom: 3rem;
    text-align: right;
  }
}
.bl_fvSlide .slick-dots li {
  width: 6px;
  height: 6px;
  margin-right: 15px;
}
.bl_fvSlide .slick-dots li button {
  width: 6px;
  height: 6px;
  padding: 0;
}
.bl_fvSlide .slick-dots li button:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  color: #fff;
  opacity: 1;
}
.bl_fvSlide .slick-dots li.slick-active button:before {
  background: #333333;
}
.bl_fvSlide .el_scroll {
  width: 9px;
  height: 130px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-62.5rem);
          transform: translateX(-62.5rem);
}

/* =================================================
    .bl_topProducts 
=================================================== */
.bl_topProducts {
  margin-top: 50px;
  background-color: #333333;
}
@media screen and (min-width: 1025px) {
  .bl_topProducts {
    margin-top: 100px;
  }
}
.bl_topProducts .ly_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 84%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin: 0 auto;
  gap: 90px;
}
@media screen and (min-width: 768px) {
  .bl_topProducts .ly_flex {
    width: 100%;
    padding: 100px 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1025px) {
  .bl_topProducts .ly_flex {
    max-width: 1260px;
  }
}
@media screen and (min-width: 1025px) {
  .bl_topProducts .ly_flex .bl_ttl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
            flex: 0 0 140px;
  }
}
.bl_topProducts .ly_flex .bl_ttl h2 {
  font-family: "PT Serif", serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .bl_topProducts .ly_flex .bl_ttl h2 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.5625;
    letter-spacing: 0.1em;
    text-align: left;
  }
}
.bl_topProducts .ly_flex .bl_ttl a {
  display: block;
  width: 100%;
  margin-top: 10px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #fff;
  text-align: right;
}
@media screen and (min-width: 1025px) {
  .bl_topProducts .ly_flex .bl_archivePostWrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
.bl_topProducts .bl_archivePost_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .bl_topProducts .bl_archivePost_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.bl_topProducts .bl_archivePost {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 60px) / 3);
          flex: 0 0 calc((100% - 60px) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 20px;
  height: auto;
  padding: 15px;
  background: #fff;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .bl_topProducts .bl_archivePost {
    width: 50%;
    max-width: 480px;
  }
}
.bl_topProducts .bl_archivePost a {
  display: block;
  width: 100%;
  height: auto;
  text-decoration: none;
}
.bl_topProducts .bl_archivePost .bl_archivePost_thum {
  width: 100%;
  aspect-ratio: 45/30;
  overflow: hidden;
}
.bl_topProducts .bl_archivePost .bl_archivePost_thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_topProducts .bl_archivePost .bl_archivePost_con {
  margin-top: 20px;
}
.bl_topProducts .bl_archivePost .bl_archivePost_con h3 {
  font-family: "PT Serif", serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1025px) {
  .bl_topProducts .bl_archivePost .bl_archivePost_con h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
.bl_topProducts .bl_archivePost .el_btn_wrap {
  margin-top: auto;
  text-align: right;
}
.bl_topProducts .bl_archivePost .el_btn_wrap .el_roundedBtn.el_btnMore {
  display: inline-block;
  width: 9rem;
  height: 2.6rem;
  line-height: 2.4rem;
  padding: 0;
  background: #333;
  border: 1px solid #333;
}
.bl_topProducts .bl_archivePost .el_btn_wrap .el_roundedBtn.el_btnMore:hover {
  color: #333;
}

/* =================================================
    .bl_loopTopics 
=================================================== */
.bl_loopTopics {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .bl_loopTopics {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.bl_loopTopics .el_lv2Heading_en {
  color: #333;
}

/* =================================================
    .bl_pageNav
=================================================== */
.bl_pageNav {
  padding-top: 0rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 1025px) {
  .bl_pageNav {
    padding-top: 0rem;
    padding-bottom: 10rem;
  }
}
.bl_pageNav ul {
  width: 100%;
  counter-reset: cnt;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .bl_pageNav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 3rem;
  }
}
.bl_pageNav ul li {
  position: relative;
  padding: 2rem 1rem;
  text-indent: 0.1em;
  font-weight: 700;
  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right, #333, #333 2px, transparent 2px, transparent 6px);
}
@media screen and (min-width: 768px) {
  .bl_pageNav ul li {
    text-align: center;
    background-size: 2px 8px;
    padding: 2rem 3rem;
    background-repeat: repeat-y;
    background-image: linear-gradient(to bottom, #333, #333 2px, transparent 2px, transparent 6px);
  }
}
.bl_pageNav ul li:last-of-type {
  background-image: linear-gradient(to right, #333, #333 2px, transparent 2px, transparent 6px), linear-gradient(to right, #333, #333 2px, transparent 2px, transparent 6px);
  background-position: top, bottom;
}
@media screen and (min-width: 768px) {
  .bl_pageNav ul li:last-of-type {
    background-size: 2px 8px;
    background-repeat: repeat-y;
    background-image: linear-gradient(to bottom, #333, #333 2px, transparent 2px, transparent 6px), linear-gradient(to bottom, #333, #333 2px, transparent 2px, transparent 6px);
    background-position: left, right;
  }
}
.bl_pageNav ul li a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .bl_pageNav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
  }
}
.bl_pageNav ul li::after {
  position: relative;
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 18px;
  height: 8px;
  background: url(../images/common/link_arrow_bottom_gray.svg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .bl_pageNav ul li::after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -3rem;
    width: 24px;
    height: 10px;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/* =================================================
    .ご注文の流れ
=================================================== */
.bl_orderflow .el_lv1Heading {
  color: #333;
}
.bl_orderflow ol {
  list-style: none;
  counter-reset: ordernum;
  margin-bottom: 5.5rem;
}
.bl_orderflow ol li {
  position: relative;
  padding: 2rem 1rem 2rem 5rem;
  margin-bottom: 1.2rem;
  border-bottom: 1px dotted #707070;
}
@media screen and (min-width: 768px) {
  .bl_orderflow ol li {
    padding: 2rem 1rem 2rem 8rem;
  }
}
.bl_orderflow ol li:last-of-type {
  margin-top: 13rem;
}
@media screen and (min-width: 768px) {
  .bl_orderflow ol li:last-of-type {
    margin-top: 10rem;
  }
}
.bl_orderflow ol li:before {
  counter-increment: ordernum;
  content: counter(ordernum);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  list-style: none;
  margin-left: -1em;
  width: 3.6rem;
  height: 3.6rem;
  border: 1px solid #817116;
  border-radius: 1.8rem;
  margin-left: 0;
  text-align: center;
  font-family: "Raleway", sans-serif;
  line-height: 3.4rem;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #817116;
}
@media screen and (min-width: 768px) {
  .bl_orderflow ol li:before {
    width: 5rem;
    height: 5rem;
    border-radius: 2.5rem;
    line-height: 4.8rem;
  }
}
.bl_orderflow ol li strong {
  font-weight: 700;
  color: #817116;
}
.bl_orderflow ol li a {
  text-decoration: underline;
}
.bl_orderflow ol li .bl_period {
  position: absolute;
  top: -90%;
  left: 0;
  width: 100%;
  padding: 2rem;
  background: #eee;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .bl_orderflow ol li .bl_period {
    top: -75px;
    text-align: center;
  }
}
.bl_orderflow .bl_setup {
  width: 100%;
  padding: 2rem 3rem;
  border: 1px dotted #707070;
}
@media screen and (min-width: 768px) {
  .bl_orderflow .bl_setup {
    padding: 2rem 5rem;
  }
}
.bl_orderflow .bl_setup h3 {
  margin-bottom: 1em;
  font-weight: 700;
}
.bl_orderflow .bl_setup p {
  margin-bottom: 1em;
}
.bl_orderflow .bl_setup p:last-of-type {
  margin-bottom: 0;
}

/* =================================================
    .bl_order
=================================================== */
.bl_order {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .bl_order .ly_sec_inner {
    max-width: 82rem;
  }
}
.bl_order .bl_orderForm .el_inforequired {
  margin-bottom: 4.5rem;
}
.bl_order .bl_orderForm_form table {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.bl_order .bl_orderForm_form table th {
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 1rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .bl_order .bl_orderForm_form table th {
    display: table-cell;
    width: 26.8292682927%;
    padding-top: 1rem;
    vertical-align: top;
  }
}
.bl_order .bl_orderForm_form table td {
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .bl_order .bl_orderForm_form table td {
    display: table-cell;
    width: 75.6097560976%;
    padding-bottom: 1rem;
  }
}
.bl_order .bl_orderForm_form table td.bl_textarea {
  padding-top: 1rem;
  padding-bottom: 0rem;
}
.bl_order .bl_orderForm_form table td input,
.bl_order .bl_orderForm_form table td textarea {
  border-radius: 5px;
  padding: 1rem 2rem;
  background: #fff;
}
.bl_order .bl_orderForm_form table td img {
  width: 22px;
  height: 22px;
  margin-right: 5px;
}
.bl_order .bl_orderForm_form table td[colspan="2"] {
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-weight: 700;
}
.bl_order .bl_orderForm_form table td .el_roundedBtn {
  background: #817116;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .bl_order .bl_orderForm_form table td .el_roundedBtn:hover {
    color: #817116;
    opacity: 1;
    background: transparent;
  }
  .bl_order .bl_orderForm_form table td .el_roundedBtn:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    z-index: -1;
    background: #fff;
  }
}
.bl_order .bl_orderForm_form table .wrapRadio .vertical-item {
  margin-bottom: 2em;
}
.bl_order .bl_orderForm_form table .wrapRadio .vertical-item:last-of-type {
  margin-bottom: 0;
}
.bl_order .bl_orderForm_form table .el_imput_width,
.bl_order .bl_orderForm_form table .el_imput_height,
.bl_order .bl_orderForm_form table .el_imput_depth {
  width: 4.5em;
  margin: 0 5px;
  padding: 1rem 1.5rem;
  text-align: center;
}
.bl_order .bl_orderForm_form table .el_sizeWrap {
  vertical-align: bottom;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .bl_order .bl_orderForm_form table .el_sizeWrap {
    padding-bottom: 0;
  }
}
.bl_order .bl_orderForm_form table .el_sizeWrap .el_size {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .bl_order .bl_orderForm_form table .el_sizeWrap .el_size {
    margin-bottom: 0;
  }
}
.bl_order .bl_orderForm_form table .el_sizeWrap .el_size:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}
.bl_order .bl_orderForm_form table .el_sizeWrap .el_size .el_label {
  margin-right: 1em;
}
@media screen and (min-width: 1025px) {
  .bl_order .bl_orderForm_form table .el_sizeWrap .el_size .el_label {
    margin-right: 0;
  }
}
.bl_order .bl_orderForm_form .bl_orderForm_policy {
  margin-bottom: 5rem;
  text-align: center;
}
.bl_order .bl_orderForm_form .bl_orderForm_policy a {
  text-decoration: underline;
}

/* =================================================
    .bl_contact
=================================================== */
@media screen and (min-width: 768px) {
  .bl_contact .ly_sec_inner {
    max-width: 82rem;
  }
}
.bl_contact .el_lv1Heading {
  color: #333;
}
.bl_contact .bl_form .el_inforequired {
  margin-bottom: 4.5rem;
}
.bl_contact .bl_form table {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.bl_contact .bl_form table th {
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 1rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .bl_contact .bl_form table th {
    display: table-cell;
    width: 26.8292682927%;
    padding-top: 1rem;
    vertical-align: top;
  }
}
.bl_contact .bl_form table td {
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .bl_contact .bl_form table td {
    display: table-cell;
    width: 75.6097560976%;
    vertical-align: middle;
    padding-bottom: 1rem;
  }
}
.bl_contact .bl_form table td input,
.bl_contact .bl_form table td textarea {
  border: 1px solid #333;
  border-radius: 5px;
  padding: 1rem 2rem;
}
.bl_contact .bl_form .bl_orderForm_policy {
  margin-bottom: 5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bl_contact .bl_form .bl_orderForm_policy {
    margin-top: 5rem;
  }
}
.bl_contact .bl_form .bl_orderForm_policy a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .page-template-page-confirmation .bl_orderForm table td {
    padding-bottom: 0;
  }
}

.single-post .el_lv1Heading {
  margin-bottom: 5rem;
}

/* =================================================
    .bl_article
=================================================== */
.bl_article_conHeader .el_cat {
  padding: 0;
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bl_article_conHeader h2 {
  padding-bottom: 1rem;
  margin-bottom: 5rem;
  border-bottom: 1px solid #000;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 599px) {
  .bl_article_conHeader h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.bl_article_thum {
  margin-bottom: 5rem;
}
.bl_article_con {
  margin-bottom: 10rem;
}
.bl_article_con p {
  margin-bottom: 2.5em;
}
.bl_article_con p :last-of-type {
  margin-bottom: 0;
}

/* =================================================
    .bl_pagenavi
=================================================== */
.bl_pagenavi {
  margin-bottom: 10rem;
}
.bl_pagenavi ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bl_pagenavi .el_btn_before,
.bl_pagenavi .el_btn_after {
  position: relative;
}
.bl_pagenavi .el_btn_before a::after,
.bl_pagenavi .el_btn_before a::after,
.bl_pagenavi .el_btn_after a::after,
.bl_pagenavi .el_btn_after a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0.5em;
  height: 0.5em;
  margin: auto;
}
.bl_pagenavi .el_btn_before a {
  padding-left: 2em;
}
.bl_pagenavi .el_btn_before a::after {
  left: 1em;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bl_pagenavi .el_btn_after a {
  text-align: right;
  padding-right: 1.5em;
}
.bl_pagenavi .el_btn_after a::after {
  right: 0;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* =================================================
    .bl_article_con
=================================================== */
.bl_article_con h1,
.bl_page_defult h1 {
  margin-bottom: 0.5em;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
.bl_article_con h2,
.bl_page_defult h2 {
  margin-bottom: 0.5em;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.bl_article_con h3,
.bl_page_defult h3 {
  margin-bottom: 0.5em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.bl_article_con h4,
.bl_page_defult h4 {
  margin-bottom: 0.5em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.bl_article_con h5,
.bl_page_defult h5 {
  margin-bottom: 0.5em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.bl_article_con h6,
.bl_page_defult h6 {
  margin-bottom: 0.5em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.bl_article_con p,
.bl_page_defult p {
  min-height: 1em;
  margin-bottom: 1.5em;
  text-align: justify;
}
.bl_article_con ul,
.bl_page_defult ul {
  margin-bottom: 2em;
  padding-left: 1em;
}
.bl_article_con ul li,
.bl_page_defult ul li {
  margin-bottom: 0.5em;
  text-indent: -0.25em;
  text-align: justify;
}
.bl_article_con ul li::before,
.bl_page_defult ul li::before {
  content: "・";
  display: inline-block;
}
.bl_article_con ol,
.bl_page_defult ol {
  margin-bottom: 2em;
  padding-left: 1.5em;
  list-style-type: decimal;
}
.bl_article_con ol li,
.bl_page_defult ol li {
  margin-bottom: 0.5em;
  text-align: justify;
}
.bl_article_con strong,
.bl_page_defult strong {
  font-weight: bold;
}
.bl_article_con em,
.bl_page_defult em {
  font-weight: bold;
  font-style: italic;
}
.bl_article_con blockquote,
.bl_page_defult blockquote {
  display: block;
  position: relative;
  padding: 1em;
  border: 1px dotted #333;
  background: #f5f5f5;
  margin-bottom: 2rem;
  color: #2b2b2b;
  font-style: italic;
  font-weight: 300;
}
.bl_article_con figure,
.bl_page_defult figure {
  margin-bottom: 1em;
}
.bl_article_con figure figcaption,
.bl_page_defult figure figcaption {
  margin-top: 0.5em;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 1280px) {
  .bl_article_con figure figcaption,
  .bl_page_defult figure figcaption {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.bl_article_con .wp-block-image:after,
.bl_page_defult .wp-block-image:after {
  content: "";
  clear: both;
  display: block;
}
.bl_article_con .wp-block-group,
.bl_page_defult .wp-block-group {
  padding-bottom: 2em;
}
.bl_article_con .wp-block-button__link,
.bl_page_defult .wp-block-button__link {
  margin-bottom: 1em;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  padding: 14px 68px;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 40px;
  color: #fff;
  background: #333;
}

.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.wp-video {
  width: 100% !important;
  height: auto;
}

/* =================================================
    .Gutenbergのカラーパレット設定
=================================================== */
.has-bland-color {
  color: #333333;
}

.has-bland-2-color {
  color: #e4caa7;
}

.has-bkg-color {
  color: #fbfbfb;
}

.has-bkg-2-color {
  color: #ccc;
}

.has-base-color {
  color: #ffffff;
}

.has-text-default-color {
  color: #333333;
}

.has-ttl-gray-color {
  color: #333333;
}

.has-gray-color {
  color: #808080;
}

.has-gray-2-color {
  color: #929292;
}

.has-gray-3-color {
  color: #aeaeae;
}

.has-black-color {
  color: #000000;
}

.has-bland-background-color {
  color: #333333;
}

.has-bland-2-background-color {
  color: #e4caa7;
}

.has-bkg-background-color {
  color: #fbfbfb;
}

.has-bkg-2-background-color {
  color: #ccc;
}

.has-base-background-color {
  color: #ffffff;
}

.has-text-default-background-color {
  color: #333333;
}

.has-ttl-gray-background-color {
  color: #333333;
}

.has-gray-background-color {
  color: #808080;
}

.has-gray-2-background-color {
  color: #929292;
}

.has-gray-3-background-color {
  color: #aeaeae;
}

.has-black-background-color {
  color: #000000;
}

.blog .el_lv1Heading,
.archive .el_lv1Heading {
  margin-bottom: 5rem;
}

/* =================================================
    .bl_wrapArchive
=================================================== */
@media screen and (min-width: 768px) {
  .bl_wrapArchive > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .bl_wrapArchive > ul li:nth-child(odd)::after {
    position: absolute;
    top: 0;
    right: -4rem;
    content: "";
    display: block;
    width: 1px;
    height: 90%;
    border-right: 1px dotted #000;
  }
}
@media screen and (min-width: 1025px) {
  .bl_wrapArchive > ul li:nth-child(odd)::after {
    right: -3rem;
  }
}
.bl_wrapArchive .bl_archivePost {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px dotted #000;
}
@media screen and (min-width: 768px) {
  .bl_wrapArchive .bl_archivePost {
    position: relative;
    width: 45.1612903226%;
  }
}
@media screen and (min-width: 1025px) {
  .bl_wrapArchive .bl_archivePost a {
    display: block;
    width: 100%;
    height: 100%;
  }
}
.bl_wrapArchive .bl_archivePost_thum {
  aspect-ratio: 4/3;
  margin-bottom: 2em;
}
.bl_wrapArchive .bl_archivePost_thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_wrapArchive .bl_archivePost_con {
  margin-bottom: 4.6rem;
}
.bl_wrapArchive .bl_archivePost_con h2 {
  text-decoration: underline;
}
.bl_wrapArchive .bl_archivePost_header {
  margin-bottom: 1em;
  font-size: 14px;
  font-size: 1.4rem;
}
.bl_wrapArchive .bl_archivePost_header .el_cat {
  display: inline-block;
  padding-right: 0.5em;
  margin-right: 0.5em;
  border-right: 1px solid #333;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}
.bl_wrapArchive .bl_archivePost_header time {
  font-size: 12px;
  font-size: 1.2rem;
  color: #817116;
  line-height: 1;
}
.bl_wrapArchive .bl_archivePost .el_btn_wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 3rem;
  text-align: right;
}
.bl_wrapArchive .bl_archivePost .el_btn_wrap .el_btn {
  width: 9rem;
  height: 2.6rem;
  line-height: 2.6rem;
  padding: 0;
}

/* =================================================
    .bl_law
=================================================== */
.bl_law > .ly_sec_inner {
  width: 92%;
  max-width: 1000px;
}
.bl_law .bl_pageNav ul li {
  background-image: linear-gradient(to right, #fff, #fff 2px, transparent 2px, transparent 6px);
}
@media screen and (min-width: 768px) {
  .bl_law .bl_pageNav ul li {
    background-image: linear-gradient(to bottom, #fff, #fff 2px, transparent 2px, transparent 6px);
  }
}
.bl_law .bl_pageNav ul li:last-of-type {
  background-image: linear-gradient(to right, #fff, #fff 2px, transparent 2px, transparent 6px), linear-gradient(to right, #fff, #fff 2px, transparent 2px, transparent 6px);
}
@media screen and (min-width: 768px) {
  .bl_law .bl_pageNav ul li:last-of-type {
    background-image: linear-gradient(to bottom, #fff, #fff 2px, transparent 2px, transparent 6px), linear-gradient(to bottom, #fff, #fff 2px, transparent 2px, transparent 6px);
  }
}
.bl_law .bl_pageNav ul li a {
  color: #fff;
}
.bl_law .bl_pageNav ul li::after {
  background: url(../images/common/link_arrow_bottom.svg) no-repeat center center/cover;
}
.bl_law .el_lv1Heading {
  margin-bottom: 5rem;
  font-size: 22px;
  font-size: 2.2rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .bl_law .el_lv1Heading {
    margin-bottom: 10rem;
    text-align: center;
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.bl_law #sec_tokutei p,
.bl_law #sec_policy p {
  margin-bottom: 1.5em;
}
.bl_law #sec_tokutei ul,
.bl_law #sec_policy ul {
  padding-left: 2em;
  text-indent: -1em;
}

/* =================================================
    .bl_tokutei
=================================================== */
.bl_tokutei {
  background: #fff;
  padding: 5rem 3rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .bl_tokutei {
    margin-bottom: 10rem;
  }
}
@media screen and (min-width: 768px) {
  .bl_tokutei > .wp-block-group__inner-container {
    padding: 5rem 10rem;
  }
}
.bl_tokutei table {
  width: 100%;
}
.bl_tokutei table td {
  display: block;
  width: 100%;
  text-align: left;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dotted #333;
}
@media screen and (min-width: 768px) {
  .bl_tokutei table td {
    display: table-cell;
    width: 26.25%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    vertical-align: top;
  }
}
.bl_tokutei table td:first-of-type {
  border: none;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .bl_tokutei table td:first-of-type {
    border-bottom: 1px dotted #333;
  }
}
.bl_tokutei table td:last-of-type {
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .bl_tokutei table td:last-of-type {
    width: 73.75%;
    vertical-align: middle;
  }
}

/* =================================================
    .bl_policy
=================================================== */
.bl_policy {
  background: #fff;
}
.bl_policy .wp-block-group__inner-container {
  padding: 5rem 3rem;
}
@media screen and (min-width: 768px) {
  .bl_policy .wp-block-group__inner-container {
    padding: 5rem 10rem;
  }
}
.bl_policy .wp-block-group__inner-container h3 {
  font-weight: 700;
}

/* =================================================
    折り畳みアーカイブウィジェット
=================================================== */
.widget-title {
  padding-bottom: 0.6em;
  margin-bottom: 2rem;
  color: #333;
  border-bottom: 1px solid #333;
}

.wp-block-categories-list li {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px dotted #333;
}

.widget_archive a.year {
  display: block;
  padding: 1.5em 0;
  cursor: pointer;
  border-bottom: 1px dotted #333;
}
.widget_archive a.year.open .mark {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.widget_archive .mark {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.4em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-top: 0.4em solid transparent;
  border-bottom: 0.4em solid transparent;
  border-left: 0.4em solid black;
}
@media screen and (max-width: 1024px) {
  .widget_archive .mark {
    border-top: 0.5em solid transparent;
    border-bottom: 0.5em solid transparent;
    border-left: 0.5em solid black;
  }
}
@media screen and (max-width: 599px) {
  .widget_archive .mark {
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid black;
  }
}
.widget_archive .month {
  display: none;
  padding-right: 1em;
  padding-left: 1em;
  border-bottom: 1px solid #000;
}
.widget_archive .month li:nth-of-type(n + 2) {
  border-top: 1px dotted #000;
}
.widget_archive .month li a {
  display: block;
  padding: 0.8em 0 0.9em 0.3em;
}

.widget_categories {
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .widget_categories {
    margin-bottom: 10rem;
  }
}

/* ======================================
    #page404
====================================== */
#page404 {
  text-align: center;
}
#page404 .bl_inner {
  padding-top: 8rem;
  padding-bottom: 8rem;
  margin-top: 10rem;
}
#page404 h2 {
  margin-bottom: 6rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
#page404 .btnInquiry {
  position: relative;
  width: 220px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
}
#page404 .btnInquiry a {
  position: absolute;
  width: 100%;
  height: 50px;
  background: #000;
  border-radius: 3px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 50px;
}
@media screen and (max-width: 1024px) {
  #page404 .btnInquiry a {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    opacity: 1;
  }
  #page404 .btnInquiry a:focus, #page404 .btnInquiry a:hover {
    background: #000;
    color: #fff;
  }
}

/* プライバシーポリシーチェック 
-------------------------------------------------------*/
.mwform-checkbox-field-text {
  padding-left: 30px;
  position: relative;
}

.mwform-checkbox-field-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #c2c0b8;
  border-radius: 3px;
  background: #fff;
}

input:checked + .mwform-checkbox-field-text::after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 5px;
  width: 7px;
  height: 14px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 3px solid #b91d2a;
  border-right: 3px solid #b91d2a;
}

/* ======================================
  .wp-pagenavi
======================================= */
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.wp-pagenavi a,
.wp-pagenavi span {
  margin: 0;
  margin-right: 17px;
  padding: 0;
  border: none;
}

@media screen and (min-width: 1025px) {
  .wp-pagenavi a:hover {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    color: #fff;
    background-color: #817116;
  }
}

.wp-pagenavi a:nth-child(1),
.wp-pagenavi span:nth-child(1) {
  margin-right: 0;
  font-size: 16px;
  font-size: 1.6rem;
}

.wp-pagenavi a:nth-last-child(1),
.wp-pagenavi span:nth-last-child(1) {
  margin-right: 0;
  font-size: 16px;
  font-size: 1.6rem;
}

.wp-pagenavi .pages {
  display: block;
  width: 100%;
  margin-top: 2rem;
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  font-size: 16px;
  font-size: 1.6rem;
}

.wp-pagenavi .page {
  line-height: 2em;
  width: 2em;
  height: 2em;
}

.wp-pagenavi span.current {
  font-weight: 400;
  line-height: 2.2em;
  width: 2.2em;
  height: 2.2em;
  color: #fff;
  background-color: #817116;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .last,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first {
  font-size: 16px;
  font-size: 1.6rem;
  width: 0.7em;
  padding-bottom: 0.3em;
}

.wp-pagenavi__container {
  margin-bottom: 1.5em;
}

.wp-pagenavi__container a {
  margin-right: 2.1em;
}

.wp-pagenavi__container a:nth-last-of-type(1) {
  margin-right: 0;
}

.wp-pagenavi__container span {
  margin-right: 2.1em;
  padding: 0.5em 0.7em;
  color: #fff;
  background-color: #e84709;
}

.wp-pagenavi__last-prev {
  width: 1em;
  height: 1em;
  background: transparent url(./../images/topics/last-prev.png) no-repeat top center/100%;
}

.wp-pagenavi__prev {
  width: 0.5em;
  height: 0.9em;
  background: transparent url(./../images/topics/prev.png) no-repeat top center/100%;
}

.wp-pagenavi__last-next {
  width: 1em;
  height: 1em;
  background: transparent url(./../images/topics/last-next.png) no-repeat top center/100%;
}

.wp-pagenavi__next {
  width: 0.5em;
  height: 0.9em;
  background: transparent url(./../images/topics/next.png) no-repeat top center/100%;
}/*# sourceMappingURL=page.css.map */