@charset "UTF-8";
/* =================================================
    .bl_firstView
=================================================== */
.bl_firstView {
  position: relative;
  width: 100%;
  height: calc(100vh - 10rem);
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .bl_firstView {
    height: 0;
    height: calc(100vh - 6rem);
  }
}
.bl_firstView_video {
  position: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 90.3125%;
  height: auto;
  top: 10rem;
  right: 0;
  overflow: hidden;
  background: url(../images/frontpage/nowloading_pc.jpg) no-repeat center center/contain;
}
@media screen and (max-width: 1024px) {
  .bl_firstView_video {
    position: static;
    width: 100%;
    background: url(../images/frontpage/nowloading_sp.jpg) no-repeat center center/contain;
  }
}
@media screen and (max-width: 599px) {
  .bl_firstView_video {
    position: fixed;
    width: 100%;
    top: 6rem;
    background: url(../images/frontpage/nowloading_sp.jpg) no-repeat center center/contain;
  }
}
.bl_firstView_video video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
}
.bl_firstView .el_scrollIcon {
  position: absolute;
  left: 3.125%;
  bottom: 0;
}
.bl_firstView .el_scrollIcon a {
  display: block;
  width: 100%;
  height: auto;
}
.bl_firstView .el_scrollIcon a span {
  position: absolute;
  top: -35px;
  left: -15px;
  display: inline-block;
  height: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .bl_firstView .el_scrollIcon a span {
    color: #fff;
  }
}

/* =================================================
    .bl_secConcept
=================================================== */
.bl_secConcept {
  padding-top: 10rem;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .bl_secConcept {
    padding-top: 5rem;
  }
}
.bl_secConcept h1 {
  width: 10.390625%;
  max-width: 13.3rem;
  height: auto;
  margin: 0 auto 5rem;
}
@media screen and (max-width: 959px) {
  .bl_secConcept h1 {
    width: 16%;
  }
}
@media screen and (max-width: 599px) {
  .bl_secConcept h1 {
    width: 25%;
  }
}
.bl_secConcept_text {
  display: inline-block;
  margin: 0 auto 5rem;
  text-align: left;
  line-height: 2.5;
}

.en-US .bl_secConcept h1 {
  width: auto;
  max-width: none;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .en-US .bl_secConcept h1 {
    width: auto;
  }
}
@media screen and (max-width: 599px) {
  .en-US .bl_secConcept h1 {
    width: auto;
  }
}
.en-US .bl_secConcept_text {
  text-align: center;
}

/* =================================================
    .bl_secDatsuryu
=================================================== */
.bl_secDatsuryu {
  position: relative;
  background: url(../images/frontpage/bak_datsuryu_pc.jpg) no-repeat center center/cover;
  padding-top: 10rem;
}
@media screen and (max-width: 599px) {
  .bl_secDatsuryu {
    padding-top: 8rem;
    background: url(../images/frontpage/bak_datsuryu_sp.jpg) no-repeat center center/cover;
  }
}
.bl_secDatsuryu_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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 90.3125%;
  max-width: none;
  margin-left: auto;
  margin-right: 0;
  background: rgba(255, 255, 255, 0.5);
  padding: 10.5rem 11.5rem;
}
@media screen and (max-width: 959px) {
  .bl_secDatsuryu_wrap {
    display: block;
    padding: 6rem;
  }
}
@media screen and (max-width: 599px) {
  .bl_secDatsuryu_wrap {
    margin: 0 auto;
    padding: 5rem 3rem;
  }
}
@media screen and (max-width: 959px) {
  .bl_secDatsuryu_disc {
    margin-right: 0;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 599px) {
  .bl_secDatsuryu_disc {
    margin-bottom: 2rem;
  }
}
.bl_secDatsuryu_disc h2 {
  margin-bottom: 1em;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 599px) {
  .bl_secDatsuryu_disc h2 {
    margin-bottom: 2rem;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .bl_secDatsuryu_disc p {
    text-align: center;
  }
}
.bl_secDatsuryu_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 21rem;
  height: auto;
  margin-left: 9rem;
}
@media screen and (max-width: 959px) {
  .bl_secDatsuryu_link {
    display: block;
    text-align: right;
  }
}
@media screen and (max-width: 599px) {
  .bl_secDatsuryu_link {
    margin: 0 auto;
  }
}
.bl_secDatsuryu_link .el_btn.el_btn__black {
  height: 50px;
}
.en-US .bl_secDatsuryu_link {
  width: auto;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .en-US .bl_secDatsuryu_link {
    margin-left: 2em;
  }
}
@media screen and (min-width: 1280px) {
  .en-US .bl_secDatsuryu_link {
    margin-left: 8em;
  }
}
.en-US .bl_secDatsuryu_link .el_btn.el_btn__black {
  width: 30rem;
  max-width: none;
}

/* =================================================
    .bl_secColumn
=================================================== */
.bl_secColumn {
  padding-top: 10rem;
  background: url(../images/frontpage/bak_logo.svg) no-repeat;
  background-color: #fff;
  background-size: 40.9rem auto;
  background-position: 2rem 5.7rem;
}
@media screen and (max-width: 599px) {
  .bl_secColumn {
    background-size: 40% auto;
    padding-top: 8rem;
    margin-bottom: 0;
  }
}
.bl_secColumn_slider {
  width: 68.75%;
  height: auto;
  margin-left: auto;
  margin-right: 0;
  overflow: hidden;
}
.bl_secColumn_slider_list .slick-list {
  padding: 0 25% 0 0 !important;
}
.bl_secColumn_slider_list .slick-track {
  overflow: hidden;
}
.bl_secColumn_slider_list li.bl_column_article {
  position: relative;
  margin-right: 3rem;
  overflow: hidden;
}
.bl_secColumn_slider_list li.bl_column_article h3 {
  margin-bottom: 3em;
}
.bl_secColumn_slider_list li.bl_column_article img {
  width: 100%;
  margin-bottom: 1rem;
}
.bl_secColumn_slider_list li.bl_column_article .el_cat {
  margin-bottom: 1rem;
  font-size: 14px;
  font-size: 1.4rem;
}
.bl_secColumn_slider_list li.bl_column_article .el_btn_wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}
.bl_secColumn_slider_list li.bl_column_article .el_btn_wrap .el_btn {
  width: 90px;
  height: 26px;
  line-height: 24px;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.bl_secColumn_header {
  width: 90.9090909091%;
  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_secColumn_header h2 {
  display: inline-block;
  margin-bottom: 2rem;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 599px) {
  .bl_secColumn_header h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.bl_secColumn_header a {
  padding-top: 1em;
}

/* =================================================
    .bl_secLink
=================================================== */
.bl_secLink .ly_sec_inner {
  max-width: 112rem;
  padding-top: 10rem;
}
.bl_secLink_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;
}
@media screen and (max-width: 959px) {
  .bl_secLink_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bl_secLink_box {
  width: 24.1071428571%;
  height: auto;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .bl_secLink_box {
    width: 48%;
    margin: 0 1% 2%;
  }
}
.bl_secLink_box a {
  display: block;
  width: 100%;
  height: auto;
}

/* =================================================
    .bl_banner
=================================================== */
.bl_banner {
  background: #fff;
}
.bl_banner a {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* =================================================
    .bl_secNews
=================================================== */
.bl_secNews {
  padding-top: 10rem;
  background: #f7f5f7;
}
.bl_secNews_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;
}
@media screen and (max-width: 959px) {
  .bl_secNews_wrap {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .bl_secNews_wrap {
    width: 80%;
  }
}
.bl_secNews_heading {
  width: 27%;
  height: auto;
}
@media screen and (max-width: 959px) {
  .bl_secNews_heading {
    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;
    margin-bottom: 2rem;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.bl_secNews_heading h2 {
  margin-bottom: 1rem;
  font-size: 34px;
  font-size: 3.4rem;
}
@media screen and (max-width: 599px) {
  .bl_secNews_heading h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.bl_secNews_list {
  width: 85%;
}
@media screen and (max-width: 959px) {
  .bl_secNews_list {
    width: 100%;
  }
}
.bl_secNews_list li {
  margin-bottom: 3em;
}
.bl_secNews_list li .el_cat {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.3em;
  margin-left: 0.8em;
  border: 1px solid #000;
  border-radius: 3px;
  font-size: 12px;
  font-size: 1.2rem;
}
.bl_secNews_list li:last-of-type {
  margin-bottom: 0;
}
.bl_secNews_list li h3 {
  margin-top: 0.5em;
}
.bl_secNews_list li h3 a {
  padding-bottom: 1px;
  border-bottom: 1px solid #000;
}
.bl_secNews_list li time {
  margin-bottom: 1rem;
  font-size: 14px;
  font-size: 1.4rem;
}

/* =================================================
    .bl_associated
=================================================== */
.bl_associated {
  padding-top: 10rem;
}
.bl_associated h2 {
  margin-bottom: 3rem;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 599px) {
  .bl_associated h2 {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
  }
}
.bl_associated_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;
}
@media screen and (max-width: 599px) {
  .bl_associated_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bl_associated_wrap li {
  width: 32%;
  height: 10rem;
  border: 1px dotted #000;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .bl_associated_wrap li {
    width: 80%;
    margin: 0 auto 2rem;
  }
}
.bl_associated_wrap li img {
  width: 14rem;
  height: auto;
}
.bl_associated_wrap li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 10rem;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (min-width: 1025px) {
  .bl_associated_wrap li a:focus, .bl_associated_wrap li a:hover {
    color: #fff;
  }
  .bl_associated_wrap li a:focus svg, .bl_associated_wrap li a:hover svg {
    fill: #fff;
  }
  .bl_associated_wrap li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -130%;
    /*色や形状*/
    background: #333;
    width: 120%;
    height: 100%;
    -webkit-transform: skewX(-25deg);
            transform: skewX(-25deg);
    z-index: -1;
  }
  .bl_associated_wrap li a:focus::before, .bl_associated_wrap li a:hover::before {
    -webkit-animation: skewanime 0.5s forwards;
            animation: skewanime 0.5s forwards;
  }
}

@-webkit-keyframes skewanime {
  100% {
    left: -10%; /*画面の見えていない左から右へ移動する終了地点*/
  }
}

@keyframes skewanime {
  100% {
    left: -10%; /*画面の見えていない左から右へ移動する終了地点*/
  }
}
/* =================================================
    .bl_law
=================================================== */
.bl_law h2 {
  font-size: 20px;
  font-size: 2rem;
  margin-top: 5rem;
  margin-bottom: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .bl_law h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.bl_law p {
  margin-bottom: 1.5em;
}
.bl_law ul {
  padding-left: 2em;
  text-indent: -1em;
}

/* =================================================
    .bl_tokutei
=================================================== */
.bl_tokutei {
  padding-bottom: 0;
}
.bl_tokutei .ly_sec_inner {
  padding: 5rem 8rem;
  background: #fff;
}
@media screen and (max-width: 599px) {
  .bl_tokutei .ly_sec_inner {
    padding: 5rem 3rem;
  }
}
.bl_tokutei table {
  width: 100%;
}
.bl_tokutei table th {
  width: 21.25%;
  padding: 3rem 2rem;
  border-bottom: 1px dotted #000;
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  .bl_tokutei table th {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
    padding-bottom: 0.5em;
    border-bottom: none;
  }
}
.bl_tokutei table td {
  width: 66.25%;
  border-bottom: 1px dotted #000;
  padding: 3rem 2rem;
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  .bl_tokutei table td {
    display: block;
    width: 100%;
    padding: 0;
    padding-left: 1em;
    padding-bottom: 1em;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 599px) {
  .bl_tokutei table td span {
    font-size: 80%;
  }
}

/* =================================================
    .bl_sitepolicy
=================================================== */
.bl_sitepolicy {
  padding-bottom: 0;
}
.bl_sitepolicy .ly_sec_inner {
  padding: 5rem 8rem;
  background: #fff;
}
@media screen and (max-width: 599px) {
  .bl_sitepolicy .ly_sec_inner {
    padding: 5rem 3rem;
  }
}

/* =================================================
    .bl_policy
=================================================== */
.bl_policy {
  padding-bottom: 0;
}
.bl_policy .ly_sec_inner {
  padding: 5rem 8rem;
  background: #fff;
}
@media screen and (max-width: 599px) {
  .bl_policy .ly_sec_inner {
    padding: 5rem 3rem;
  }
}

/* =================================================
    .bl_contact
=================================================== */
.bl_contact {
  padding-bottom: 0;
}
.bl_contact .ly_sec_inner {
  padding: 5rem 8rem 10rem;
  background: #fff;
}
@media screen and (max-width: 959px) {
  .bl_contact .ly_sec_inner {
    padding: 4rem 4rem 8rem;
  }
}
@media screen and (max-width: 599px) {
  .bl_contact .ly_sec_inner {
    padding: 4rem 2rem;
  }
}
.bl_contact_header {
  margin-bottom: 5rem;
}
.bl_contact .el_lead {
  max-width: 800px;
  margin: 0 auto 5rem;
}
.bl_contact strong {
  color: #d4442a;
}
@media screen and (max-width: 599px) {
  .bl_contact .com_contactbox {
    width: 100%;
  }
}

/* =================================================
    .bl_form
=================================================== */
.bl_form {
  padding-bottom: 0;
}
@media screen and (max-width: 599px) {
  .bl_form .ly_sec_inner {
    width: 100%;
    padding: 4rem 0;
  }
}
.bl_form table {
  width: 100%;
  max-width: 62rem;
  height: auto;
  margin: 0 auto;
}
.bl_form table th {
  width: 35.4838709677%;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .bl_form table th {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 1rem;
  }
}
.bl_form table td {
  width: 64.5161290323%;
  padding-bottom: 1rem;
}
@media screen and (max-width: 599px) {
  .bl_form table td {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 3rem;
  }
}
.bl_form table td input,
.bl_form table td textarea {
  background: #f7f5f7;
}
.bl_form .bl_orderForm_policy {
  margin-top: 5rem;
  margin-bottom: 5rem;
  text-align: center;
}
.bl_form .bl_orderForm_policy a {
  text-decoration: underline;
}

/* =================================================
    .bl_greetings
=================================================== */
.bl_greetings .ly_sec_inner {
  max-width: 705px;
}
.bl_greetings_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: flex-start;
  margin-bottom: 5rem;
}
@media screen and (max-width: 599px) {
  .bl_greetings_header {
    display: block;
  }
}
.bl_greetings_header_img {
  width: 42.5531914894%;
  max-width: 30rem;
  margin-right: 5rem;
}
@media screen and (max-width: 599px) {
  .bl_greetings_header_img {
    width: 70%;
    margin: 0 auto 5rem;
  }
}
.bl_greetings_header_greeting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 599px) {
  .bl_greetings_header_greeting {
    display: block;
    margin: 0 auto;
  }
}
.bl_greetings_header_greeting h2 {
  margin-bottom: 3rem;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 599px) {
  .bl_greetings_header_greeting h2 {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
  }
}
.bl_greetings_header_greeting h3 {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 599px) {
  .bl_greetings_header_greeting h3 {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
  }
}
.bl_greetings_header_greeting h3 span {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 599px) {
  .bl_greetings_header_greeting h3 span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.bl_greetings p {
  margin-bottom: 1em;
  line-height: 2.5;
}

.en-US .bl_greetings p {
  text-indent: 0;
}

/* =================================================
    .bl_company
=================================================== */
.bl_company {
  background: #f7f5f7;
}
.bl_company_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: 5rem;
}
@media screen and (max-width: 599px) {
  .bl_company_img {
    display: block;
    text-align: center;
  }
}
.bl_company_img div {
  width: 50%;
}
@media screen and (max-width: 599px) {
  .bl_company_img div {
    width: 100%;
    margin: 0 auto;
  }
}
.bl_company_img div:first-of-type {
  margin-bottom: 4%;
}
.bl_company_img div img {
  width: 100%;
}
.bl_company dl {
  max-width: 800px;
  margin: 0 auto 5rem;
}
.bl_company dl .bl_company_row {
  width: 100%;
  background: #fff;
  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;
  padding: 3rem 5rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 599px) {
  .bl_company dl .bl_company_row {
    display: block;
    padding: 1.5rem 2rem;
  }
}
.bl_company dl .bl_company_row dt {
  width: 32.5%;
}
@media screen and (max-width: 599px) {
  .bl_company dl .bl_company_row dt {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .bl_company dl .bl_company_row dt br {
    display: none;
  }
}
.bl_company dl .bl_company_row dd {
  width: 67.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 599px) {
  .bl_company dl .bl_company_row dd {
    width: 100%;
    padding-left: 1em;
  }
}
.bl_company dl .bl_company_row dd span {
  font-size: 90%;
}
.bl_company dl .bl_company_row dd a {
  text-decoration: underline;
}
.bl_company .bl_banner_sdgs {
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 0 auto;
}

/* =================================================
    .bl_rehabilitation
=================================================== */
.bl_rehabilitation {
  max-width: 800px;
  padding: 3rem 5rem;
  margin: 0 auto 5rem;
  border: 1px dotted #000;
}
@media screen and (max-width: 599px) {
  .bl_rehabilitation {
    padding: 3rem;
  }
}
.bl_rehabilitation h2 {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  .bl_rehabilitation h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* =================================================
    .bl_history
=================================================== */
.bl_history {
  padding-bottom: 20rem;
}
@media screen and (max-width: 599px) {
  .bl_history {
    padding-bottom: 16rem;
  }
}
.bl_history_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: 5rem;
}
@media screen and (max-width: 599px) {
  .bl_history_img {
    display: block;
    text-align: center;
  }
}
.bl_history_img div {
  width: 50%;
}
@media screen and (max-width: 599px) {
  .bl_history_img div {
    width: 100%;
    margin: 0 auto;
  }
}
.bl_history_img div:first-of-type {
  margin-bottom: 4%;
}
.bl_history_img div img {
  width: 100%;
}
.bl_history table {
  max-width: 800px;
  margin: 0 auto;
}
.bl_history table th {
  width: 30%;
  padding: 3rem 2rem;
  border-bottom: 1px dotted #000;
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  .bl_history table th {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
    padding-bottom: 0.5em;
    border-bottom: none;
  }
}
.bl_history table td {
  width: 70%;
  border-bottom: 1px dotted #000;
  padding-right: 2rem;
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  .bl_history table td {
    display: block;
    width: 100%;
    padding: 0;
    padding-left: 1em;
    padding-bottom: 1em;
    margin-bottom: 2em;
  }
}
.bl_history table td a {
  text-decoration: underline;
  color: #d4442a;
}
.bl_history table td strong {
  color: #691515;
}

/* =================================================
    .bl_faq_mainImage
=================================================== */
.bl_faq_mainImage {
  padding-bottom: 5rem;
}
.bl_faq_mainImage .ly_sec_inner {
  max-width: 895px;
}

/* =================================================
    .bl_faq
=================================================== */
.bl_faq {
  padding-bottom: 0;
}
@media screen and (max-width: 599px) {
  .bl_faq {
    padding-bottom: 0;
  }
}
.bl_faq .ly_sec_inner {
  max-width: 895px;
}
.bl_faq .bl_faq_cont {
  padding: 3rem 5rem;
  margin-bottom: 1rem;
  background: #fff;
}
@media screen and (max-width: 599px) {
  .bl_faq .bl_faq_cont {
    padding: 3rem;
    margin-bottom: 4%;
  }
}
.bl_faq .bl_faq_cont_last {
  margin-bottom: 5rem;
}
.bl_faq .bl_faq_cont h2 {
  padding-left: 1.5em;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px dotted #000;
  text-indent: -1.5em;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 599px) {
  .bl_faq .bl_faq_cont h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.bl_faq .bl_faq_cont_ans {
  padding-left: 5rem;
}
@media screen and (max-width: 599px) {
  .bl_faq .bl_faq_cont_ans {
    padding-left: 0;
  }
}
.bl_faq .bl_faq_cont_ans h3 {
  padding-left: 1.5em;
  margin-bottom: 1.5rem;
  font-size: 20px;
  font-size: 2rem;
  text-indent: -1.5em;
}
@media screen and (max-width: 599px) {
  .bl_faq .bl_faq_cont_ans h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.bl_faq .bl_faq_cont_ans h3 span {
  font-size: 70%;
}
@media screen and (max-width: 599px) {
  .bl_faq .bl_faq_cont_ans h3 span {
    display: block;
  }
}
.bl_faq .el_lead {
  margin-bottom: 5rem;
  text-align: center;
}
.bl_faq .el_lead a {
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  .bl_faq .el_lead {
    text-align: left;
  }
}

/* =================================================
    .bl_singlepage
=================================================== */
@media screen and (max-width: 599px) {
  .ly_cont.bl_singlepage {
    width: 92%;
    padding: 5rem 2rem;
  }
}

/* =================================================
    .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_article_pagenavi {
  margin-bottom: 10rem;
}
.bl_article_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_article_pagenavi .el_btn_before,
.bl_article_pagenavi .el_btn_after {
  position: relative;
}
.bl_article_pagenavi .el_btn_before a::after,
.bl_article_pagenavi .el_btn_before a::after,
.bl_article_pagenavi .el_btn_after a::after,
.bl_article_pagenavi .el_btn_after a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0.5em;
  height: 0.5em;
  margin: auto;
}
.bl_article_pagenavi .el_btn_before a {
  padding-left: 2em;
}
.bl_article_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_article_pagenavi .el_btn_after a {
  text-align: right;
  padding-right: 1.5em;
}
.bl_article_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 h2,
.bl_page_defult h2 {
  margin-top: 2em;
  margin-bottom: 0.5em;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.bl_article_con h3,
.bl_page_defult h3 {
  margin-top: 2em;
  margin-bottom: 0.5em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.bl_article_con h4,
.bl_page_defult h4 {
  margin-top: 2em;
  margin-bottom: 0.5em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.bl_article_con h5,
.bl_page_defult h5 {
  margin-top: 2em;
  margin-bottom: 0.5em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.bl_article_con h6,
.bl_page_defult h6 {
  margin-top: 2em;
  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 a,
.bl_page_defult a {
  text-decoration: underline;
}
.bl_article_con ul,
.bl_page_defult ul {
  margin-bottom: 2em;
  padding-left: 1.5em;
}
.bl_article_con ul li,
.bl_page_defult ul li {
  margin-bottom: 0.5em;
  text-indent: -0.25em;
  text-align: justify;
}
.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 {
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 1025px) {
  .bl_article_con figure,
  .bl_page_defult figure {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.bl_article_con .aligncenter,
.bl_page_defult .aligncenter {
  display: block;
  margin: 0 auto;
}
.bl_article_con .alignright,
.bl_page_defult .alignright {
  float: right;
}
.bl_article_con .alignleft,
.bl_page_defult .alignleft {
  float: left;
}
.bl_article_con .wp-video,
.bl_page_defult .wp-video {
  width: 100% !important;
  height: auto;
}
.bl_article_con .wp-block-image:after,
.bl_page_defult .wp-block-image:after {
  content: "";
  clear: both;
  display: block;
}

/* =================================================
    .bl_column
=================================================== */
.bl_column 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 (max-width: 599px) {
  .bl_column ul {
    display: block;
  }
}
.bl_column ul li:nth-child(odd)::after {
  position: absolute;
  top: 0;
  right: -3rem;
  content: "";
  display: block;
  width: 1px;
  height: 38rem;
  border-right: 1px dotted #000;
}
@media screen and (max-width: 1024px) {
  .bl_column ul li:nth-child(odd)::after {
    right: -10%;
  }
}
@media screen and (max-width: 599px) {
  .bl_column ul li:nth-child(odd)::after {
    display: none;
    content: none;
  }
}
.bl_column .bl_column_article {
  position: relative;
  width: 45.1612903226%;
  height: auto;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px dotted #000;
}
@media screen and (max-width: 599px) {
  .bl_column .bl_column_article {
    width: 100%;
  }
}
.bl_column .bl_column_article .bl_column_thum {
  margin-bottom: 2em;
}
.bl_column .bl_column_article .bl_column_thum img {
  width: 100%;
}
.bl_column .bl_column_article .bl_column_con {
  margin-bottom: 4.6rem;
}
.bl_column .bl_column_article .bl_column_con .bl_conHeader {
  margin-bottom: 2em;
  font-size: 14px;
  font-size: 1.4rem;
}
.bl_column .bl_column_article .el_btn_wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 3rem;
  text-align: right;
}
.bl_column .bl_column_article .el_btn_wrap .el_btn {
  width: 9rem;
  height: 2.6rem;
  line-height: 2.6rem;
  padding: 0;
  cursor: pointer;
}

/* =================================================
    .bl_processMovie
=================================================== */
.bl_processMovie .video-wrap {
  position: relative;
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .bl_processMovie .video-wrap {
    width: 75%;
  }
}
.bl_processMovie .video-wrap .video-btn {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 60px; /*コントローラー分下部に余白を*/
  cursor: pointer;
}
.bl_processMovie video {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* =================================================
    .bl_process
=================================================== */
.bl_process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 959px) {
  .bl_process {
    display: block;
  }
}
.bl_process:last-of-type {
  padding-bottom: 20rem;
}
@media screen and (max-width: 599px) {
  .bl_process:last-of-type {
    padding-bottom: 16rem;
  }
}
.bl_process.bl_process_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.bl_process .bl_process_disc {
  width: 26.5625%;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4rem;
}
@media screen and (max-width: 959px) {
  .bl_process .bl_process_disc {
    width: 62.5%;
    margin: 0 auto 2rem;
  }
}
@media screen and (max-width: 599px) {
  .bl_process .bl_process_disc {
    width: 80%;
    padding: 1em;
  }
}
.bl_process .bl_process_disc h2 {
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  border-bottom: 1px dotted #000;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .bl_process .bl_process_disc h2 {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.bl_process .bl_process_disc h2 span {
  display: block;
  width: 10rem;
  height: 10rem;
  margin: 0 auto 4rem;
  background: url(../images/process/back_ttl.jpg) no-repeat center center/contain;
  font-size: 30px;
  font-size: 3rem;
  line-height: 10rem;
}
@media screen and (max-width: 599px) {
  .bl_process .bl_process_disc h2 span {
    width: 6rem;
    height: 6rem;
    margin: 0 auto 3rem;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 6rem;
  }
}
.bl_process .bl_process_image {
  width: 62.5%;
  margin: 0;
}
@media screen and (max-width: 959px) {
  .bl_process .bl_process_image {
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .bl_process .bl_process_image {
    width: 80%;
  }
}
.bl_process .bl_process_image img {
  width: 100%;
}

/* =================================================
    .bl_intro
=================================================== */
.bl_intro {
  padding-top: 1rem;
}
.bl_intro h2 {
  margin-bottom: 1rem;
  font-size: 26px;
  font-size: 2.6rem;
}

/* =================================================
    .bl_slider_products
=================================================== */
.bl_slider_products .slick-dots {
  bottom: -45px;
}
.bl_slider_products .slick-dots li {
  margin: 0 0.3rem;
}
@media screen and (max-width: 599px) {
  .bl_slider_products .slick-dots li {
    margin: 0 0.2rem;
  }
}
.bl_slider_products .slick-dots li button:before {
  content: "■";
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 599px) {
  .bl_slider_products .slick-dots li button:before {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* =================================================
    .bl_products
=================================================== */
.bl_products.bl_classic {
  padding-bottom: 20rem;
}
@media screen and (max-width: 599px) {
  .bl_products.bl_classic {
    padding-bottom: 16rem;
  }
}
.bl_products .el_products_ttl {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px dotted #000;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_products .el_products_ttl h2 {
  display: inline-block;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 599px) {
  .bl_products .el_products_ttl h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.bl_products .bl_products_list.bl_products_list_wrap {
  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;
  margin-right: -0.665%;
  margin-left: -0.665%;
}
.bl_products .bl_products_list figure {
  width: 32%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 0.665%;
  margin-left: 0.665%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  .bl_products .bl_products_list figure {
    width: 48%;
  }
}
.bl_products .bl_products_list figure img {
  width: 100%;
  margin-bottom: 1rem;
}
.bl_products .bl_products_list figure span {
  font-size: 80%;
}
.bl_products .bl_products_list figure figcaption {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-bottom: 70px;
}
@media screen and (max-width: 599px) {
  .bl_products .bl_products_list figure figcaption {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.bl_products .bl_products_list figure figcaption .bl_products_concept {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  padding-top: 2rem;
  text-align: center;
}
.bl_products .bl_products_list figure figcaption .bl_products_concept .el_btn {
  height: 44px;
  line-height: 44px;
  padding-right: 1em;
  white-space: nowrap;
}
.bl_products .icon_match {
  display: inline-block;
  border-radius: 100vh;
  color: #fff;
  background: #000;
  padding: 1px 1em;
  margin-left: 1em;
}
.bl_products .el_shopbtnWrap {
  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;
  gap: 6px;
}
.bl_products .el_shopbtnWrap li .el_btn {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2.6rem;
  padding: 0 1em;
  line-height: 2.6rem;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 599px) {
  .bl_products .el_shopbtnWrap li .el_btn {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

/* =================================================
    .bl_howari
=================================================== */
.bl_howariconcept {
  padding-bottom: 20rem;
}

/* =================================================
    .bl_slide_howari
=================================================== */
.bl_slide_howari {
  max-width: 70rem;
  margin: 0 auto 10rem;
}
@media screen and (max-width: 599px) {
  .bl_slide_howari {
    margin: 0 auto 5rem;
  }
}

/* =================================================
    .bl_howari_contact
=================================================== */
.bl_howari_contact {
  margin-bottom: 10rem;
}
@media screen and (max-width: 599px) {
  .bl_howari_contact {
    margin-bottom: 6rem;
  }
}
.bl_howari_contact .ly_sec_inner {
  max-width: 70rem;
  margin: 0 auto;
}
.bl_howari_contact .el_lead {
  margin-bottom: 10rem;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 599px) {
  .bl_howari_contact .el_lead {
    margin-bottom: 6rem;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.bl_howari_contact .el_lead a {
  border-bottom: 1px solid #000;
}
.bl_howari_contact h2 {
  margin-bottom: 1em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 599px) {
  .bl_howari_contact h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.bl_howari_contact .el_shoplist {
  text-align: center;
}
.bl_howari_contact .el_shoplist li {
  margin-bottom: 0.6em;
}
.bl_howari_contact .el_shoplist li a {
  text-decoration: underline;
  font-size: 80%;
}
@media screen and (max-width: 599px) {
  .bl_howari_contact .el_shoplist li a {
    display: block;
    margin-bottom: 0.3em;
  }
}

/* =================================================
    .bl_bannerWrap
=================================================== */
.bl_bannerWrap {
  margin-bottom: 50px;
  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;
  margin-bottom: 100px;
}
.bl_bannerWrap div {
  width: 49%;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .bl_bannerWrap div {
    width: 100%;
  }
  .bl_bannerWrap div img {
    width: 100%;
    max-width: none;
  }
}
.bl_bannerWrap div a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 599px) {
  .bl_bannerWrap {
    display: block;
    margin-bottom: 50px;
  }
}

/* =================================================
    .bl_productInfo
=================================================== */
.bl_productInfo {
  padding-bottom: 20rem;
}
@media screen and (max-width: 599px) {
  .bl_productInfo {
    padding-bottom: 16rem;
  }
}
.bl_productInfo .el_lead {
  margin-bottom: 5rem;
}
.bl_productInfo .bl_productInfo_wrap {
  background: #f7f5f7;
  padding: 5rem;
  border-radius: 1rem;
}
@media screen and (max-width: 599px) {
  .bl_productInfo .bl_productInfo_wrap {
    padding: 3rem;
  }
}
.bl_productInfo .bl_productInfo_wrap h2 {
  margin-bottom: 5rem;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 599px) {
  .bl_productInfo .bl_productInfo_wrap h2 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
.bl_productInfo .bl_productInfo_wrap .bl_productInfo_set {
  margin-bottom: 5rem;
  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;
}
@media screen and (max-width: 959px) {
  .bl_productInfo .bl_productInfo_wrap .bl_productInfo_set {
    display: block;
  }
}
.bl_productInfo .bl_productInfo_wrap .bl_productInfo_set figure {
  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;
}
@media screen and (max-width: 959px) {
  .bl_productInfo .bl_productInfo_wrap .bl_productInfo_set figure {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .bl_productInfo .bl_productInfo_wrap .bl_productInfo_set figure {
    display: block;
    margin-bottom: 6rem;
  }
}
.bl_productInfo .bl_productInfo_wrap .bl_productInfo_set figure .bl_productInfo_setImg {
  width: 50%;
  height: auto;
  margin-right: 2rem;
}
@media screen and (max-width: 599px) {
  .bl_productInfo .bl_productInfo_wrap .bl_productInfo_set figure .bl_productInfo_setImg {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.bl_productInfo .bl_productInfo_wrap .bl_productInfo_set figure .bl_productInfo_setImg img {
  width: 100%;
}
.bl_productInfo .bl_productInfo_wrap .bl_productInfo_set figure figcaption {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 599px) {
  .bl_productInfo .bl_productInfo_wrap .bl_productInfo_set figure figcaption {
    width: 100%;
  }
}
.bl_productInfo .bl_productInfo_wrap .bl_productInfo_set figure figcaption h3 {
  margin-bottom: 1rem;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 599px) {
  .bl_productInfo .bl_productInfo_wrap .bl_productInfo_set figure figcaption h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.bl_productInfo .bl_productInfo_wrap .bl_productInfo_set figure figcaption p {
  margin-bottom: 1.5em;
  line-height: 1.875;
}
.bl_productInfo .bl_productInfo_wrap .bl_productInfo_set figure figcaption li {
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
.bl_productInfo .bl_productInfo_wrap .bl_productInfo_pattern h4 {
  margin-bottom: 0.5rem;
}
.bl_productInfo .bl_productInfo_wrap .bl_productInfo_pattern ul {
  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;
  width: 100%;
  height: auto;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 599px) {
  .bl_productInfo .bl_productInfo_wrap .bl_productInfo_pattern ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.bl_productInfo .bl_productInfo_wrap .bl_productInfo_pattern ul li {
  width: 10%;
  height: auto;
  margin-right: 1rem;
}
@media screen and (max-width: 1024px) {
  .bl_productInfo .bl_productInfo_wrap .bl_productInfo_pattern ul li {
    width: 15%;
  }
}
@media screen and (max-width: 599px) {
  .bl_productInfo .bl_productInfo_wrap .bl_productInfo_pattern ul li {
    width: 31%;
    margin: 0 1% 1rem;
  }
}
.bl_productInfo .bl_productInfo_wrap .bl_productInfo_pattern ul li img {
  width: 100%;
  margin-bottom: 0.5rem;
}
.bl_productInfo .bl_productInfo_wrap .bl_productInfo_pattern ul li figcaption {
  text-align: center;
}
.bl_productInfo .bl_productInfo_wrap .bl_productInfo_pattern p a {
  border-bottom: 1px solid #000;
}

/* =================================================
    .bl_orderForm
=================================================== */
.bl_orderForm {
  padding-top: 10rem;
}
.bl_orderForm .ly_sec_inner {
  max-width: 70rem;
}
.bl_orderForm h2 {
  margin-bottom: 5.4rem;
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .bl_orderForm h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.bl_orderForm .bl_orderForm_form > table {
  width: 100%;
  max-width: 62rem;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .bl_orderForm .bl_orderForm_form > table {
    max-width: auto;
  }
}
.bl_orderForm .bl_orderForm_form > table th {
  width: 35.4838709677%;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .bl_orderForm .bl_orderForm_form > table th {
    display: block;
    width: 100%;
    padding-bottom: 1rem;
  }
}
.bl_orderForm .bl_orderForm_form > table td {
  width: 64.5161290323%;
}
@media screen and (max-width: 599px) {
  .bl_orderForm .bl_orderForm_form > table td {
    display: block;
    width: 100%;
  }
}
.bl_orderForm .bl_orderForm_form .bl_orderForm_form_table1 {
  margin-bottom: 5rem;
}
.bl_orderForm .bl_orderForm_form .bl_orderForm_form_table1 .bl_orderForm_formSet {
  padding-bottom: 1rem;
}
.bl_orderForm .bl_orderForm_form .bl_orderForm_form_table1 .bl_orderForm_formSet .checkbox {
  width: 65%;
  margin-top: 0;
}
@media screen and (max-width: 599px) {
  .bl_orderForm .bl_orderForm_form .bl_orderForm_form_table1 .bl_orderForm_formSet .checkbox .checkboxSpan {
    padding-left: 1em;
  }
}
.bl_orderForm .bl_orderForm_form .bl_orderForm_form_table1 .bl_orderForm_formSet > input {
  width: 5rem;
  height: auto;
  padding: 0.8em 0.1em;
  margin-right: 0.6rem;
  background: #f7f5f7;
  text-align: center;
}
.bl_orderForm .bl_orderForm_form .bl_orderForm_form_table2 {
  margin-bottom: 5rem;
}
.bl_orderForm .bl_orderForm_form .bl_orderForm_form_table2 td {
  padding-bottom: 1rem;
}
@media screen and (max-width: 599px) {
  .bl_orderForm .bl_orderForm_form .bl_orderForm_form_table2 td {
    padding-bottom: 0;
  }
}
.bl_orderForm .bl_orderForm_form .bl_orderForm_form_table2 td input,
.bl_orderForm .bl_orderForm_form .bl_orderForm_form_table2 td textarea {
  background: #f7f5f7;
}
.bl_orderForm h3 {
  position: relative;
  padding: 2rem;
  border-top: 1px solid #000;
  border-bottom: 1px dotted #000;
  cursor: pointer;
}
.bl_orderForm h3::after {
  position: absolute;
  top: 40%;
  right: 2rem;
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/order/arrow_toggle.svg) no-repeat center center/contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.bl_orderForm h3.js_btnToggle_open::after {
  -webkit-transform: rotatez(-90deg);
          transform: rotatez(-90deg);
}
.bl_orderForm .bl_orderForm_content {
  border-bottom: 1px solid #000;
}
.bl_orderForm .bl_orderForm_content p {
  padding: 2rem;
}
.bl_orderForm .bl_orderForm_content table {
  margin: 0 auto;
  width: 94.2857142857%;
  font-size: 14px;
  font-size: 1.4rem;
}
.bl_orderForm .bl_orderForm_content table th {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #000;
  text-align: left;
}
.bl_orderForm .bl_orderForm_content table td {
  padding-right: 2em;
  border-bottom: 1px dotted #000;
  text-align: right;
}
.bl_orderForm .bl_orderForm_content table .el_area {
  width: 63.6363636364%;
}
@media screen and (max-width: 599px) {
  .bl_orderForm .bl_orderForm_content table .el_area {
    width: 33%;
  }
}
.bl_orderForm .bl_orderForm_content table .el_set {
  width: 15.1515151515%;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .bl_orderForm .bl_orderForm_content table .el_set {
    width: 33%;
  }
}
.bl_orderForm .bl_orderForm_content table .el_border-b_none {
  border-bottom: none;
}
.bl_orderForm .bl_orderForm_policy {
  margin-top: 5rem;
  margin-bottom: 5rem;
  text-align: center;
}
.bl_orderForm .bl_orderForm_policy a {
  text-decoration: underline;
}
.bl_orderForm .bl_priceTotal {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.hp_confirm-display {
  display: none;
}

.hp_contact-display {
  display: block;
}

.mw_wp_form_preview .hp_contact-display {
  display: none;
}

.mw_wp_form_preview .hp_confirm-display {
  display: block;
}

.mw_wp_form_preview .bl_productInfo_wrap {
  display: none;
}

/* =================================================
    .bl_intro
=================================================== */
.bl_intro {
  padding-top: 1rem;
}
.bl_intro h2 {
  margin-bottom: 1rem;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 599px) {
  .bl_intro h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}

/* =================================================
    .bl_story
=================================================== */
.bl_story {
  padding-bottom: 20rem;
}
@media screen and (max-width: 599px) {
  .bl_story {
    padding-bottom: 16rem;
  }
}
.bl_story_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;
  margin-bottom: 5rem;
}
@media screen and (max-width: 599px) {
  .bl_story_wrap {
    display: block;
    margin-bottom: 3rem;
  }
}
.bl_story_wrap2 {
  margin-bottom: 10rem;
}
@media screen and (max-width: 599px) {
  .bl_story_wrap2 {
    margin-bottom: 5rem;
  }
}
.bl_story_img {
  width: 48%;
  height: auto;
}
@media screen and (max-width: 599px) {
  .bl_story_img {
    width: 80%;
    margin: 0 auto 5rem;
  }
}
@media screen and (max-width: 599px) {
  .bl_story_img img {
    width: 100%;
  }
}
.bl_story_img img:first-of-type {
  margin-bottom: 1rem;
}
.bl_story_cont {
  width: 48%;
  height: auto;
}
@media screen and (max-width: 599px) {
  .bl_story_cont {
    width: 100%;
  }
}
.bl_story_cont h2 {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px dotted #000;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 599px) {
  .bl_story_cont h2 {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.bl_story_cont p {
  line-height: 2.5;
}
.bl_story_cont p.el_deco_line {
  margin-top: 2em;
  margin-bottom: 2em;
}
@media screen and (max-width: 599px) {
  .bl_story_cont p.el_deco_line {
    margin: 2em auto;
    text-align: center;
  }
}
.bl_story_cont p.el_deco_line::before, .bl_story_cont p.el_deco_line::after {
  content: "";
  display: inline-block;
  width: 4rem;
  height: 1px;
  background: #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2px;
}
@media screen and (max-width: 599px) {
  .bl_story_cont p.el_deco_line::before, .bl_story_cont p.el_deco_line::after {
    display: none;
  }
}
.bl_story_cont p.el_deco_line::before {
  margin-right: 1em;
}
.bl_story_cont p.el_deco_line::after {
  margin-left: 1em;
}

.bl_annotation,
.bl_supplement {
  padding: 5rem;
}
@media screen and (max-width: 599px) {
  .bl_annotation,
  .bl_supplement {
    padding: 2rem;
  }
}
.bl_annotation .bl_annotation_headingL3,
.bl_supplement .bl_annotation_headingL3 {
  margin-bottom: 2rem;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 599px) {
  .bl_annotation .bl_annotation_headingL3,
  .bl_supplement .bl_annotation_headingL3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.bl_annotation .bl_annotation_headingL3 span,
.bl_supplement .bl_annotation_headingL3 span {
  font-size: 70%;
}

.bl_supplement {
  background: #f7f5f7;
  margin-bottom: 5rem;
}

.en-US .bl_story_cont p.el_deco_line::before, .en-US .bl_story_cont p.el_deco_line::after {
  content: none;
}

/* =================================================
    .bl_omoi
=================================================== */
.bl_omoi .bl_omoi_img {
  display: block;
  width: 79.5%;
  margin: 0 auto;
}

.en-US .bl_omoi P {
  margin-bottom: 1.6em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
}

/* =================================================
    .bl_scene
=================================================== */
.bl_scene #js_slider_scene li img {
  width: 100%;
}

/* =================================================
    .bl_philosophy
=================================================== */
.bl_philosophy {
  padding-bottom: 20rem;
}
@media screen and (max-width: 599px) {
  .bl_philosophy {
    padding-bottom: 16rem;
  }
}
.bl_philosophy_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;
  margin-bottom: 15rem;
}
@media screen and (max-width: 599px) {
  .bl_philosophy_wrap {
    display: block;
  }
}
.bl_philosophy_wrap:last-of-type {
  margin-bottom: 0;
}
.bl_philosophy_ttl {
  width: 28%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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 (max-width: 599px) {
  .bl_philosophy_ttl {
    display: block;
    width: 100%;
    margin-bottom: 5rem;
  }
}
.bl_philosophy_ttl h2 {
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 599px) {
  .bl_philosophy_ttl h2 {
    font-size: 20px;
    font-size: 2rem;
    position: relative;
    margin: 0 auto;
  }
}
.bl_philosophy_ttl h2::after {
  content: "";
  display: block;
  width: 20rem;
  height: 1px;
  margin-top: 1rem;
  background: #000;
}
@media screen and (max-width: 959px) {
  .bl_philosophy_ttl h2::after {
    width: 15rem;
  }
}
@media screen and (max-width: 599px) {
  .bl_philosophy_ttl h2::after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 20rem;
  }
}
.bl_philosophy_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 72%;
  height: auto;
  padding-left: 6rem;
  padding-right: 6rem;
}
@media screen and (max-width: 959px) {
  .bl_philosophy_cont {
    padding-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .bl_philosophy_cont {
    width: 100%;
    padding-left: 0;
  }
}
.bl_philosophy_cont li {
  padding-left: 1.7em;
  text-indent: -1em;
  line-height: 2.5;
  text-align: justify;
}

.en-US .bl_philosophy h2 {
  text-align: left;
  display: inline-block;
  border-bottom: 1px solid #000;
}
.en-US .bl_philosophy h2::after {
  width: auto;
}
@media screen and (max-width: 959px) {
  .en-US .bl_philosophy h2::after {
    width: auto;
  }
}
@media screen and (max-width: 599px) {
  .en-US .bl_philosophy h2::after {
    left: 0;
    -webkit-transform: none;
            transform: none;
    width: auto;
  }
}

/* =================================================
    .bl_law
=================================================== */
.bl_sitemap .ly_sec_inner {
  padding: 5rem 8rem;
  background: #fff;
}
@media screen and (max-width: 599px) {
  .bl_sitemap .ly_sec_inner {
    padding: 5rem 3rem;
  }
}
.bl_sitemap .ly_sec_inner .bl_sitemap_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 599px) {
  .bl_sitemap .ly_sec_inner .bl_sitemap_wrap {
    display: block;
  }
}
.bl_sitemap .ly_sec_inner .bl_sitemap_wrap div {
  width: 40%;
  height: auto;
}
@media screen and (max-width: 599px) {
  .bl_sitemap .ly_sec_inner .bl_sitemap_wrap div {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .bl_sitemap .ly_sec_inner .bl_sitemap_wrap div.bl_sitemap_page {
    margin-bottom: 10rem;
  }
}
.bl_sitemap .ly_sec_inner .bl_sitemap_wrap h2 {
  font-size: 20px;
  font-size: 2rem;
  padding-bottom: 0.2em;
  margin-bottom: 4rem;
  border-bottom: 1px solid #000;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .bl_sitemap .ly_sec_inner .bl_sitemap_wrap h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.bl_sitemap .ly_sec_inner .bl_sitemap_wrap h3 {
  padding-left: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 599px) {
  .bl_sitemap .ly_sec_inner .bl_sitemap_wrap h3 {
    padding-left: 0;
  }
}
.bl_sitemap .ly_sec_inner .bl_sitemap_wrap p {
  margin-bottom: 1.5em;
}
.bl_sitemap .ly_sec_inner .bl_sitemap_wrap ul {
  padding-left: 1em;
  margin-bottom: 2em;
}
@media screen and (max-width: 599px) {
  .bl_sitemap .ly_sec_inner .bl_sitemap_wrap ul {
    padding-left: 0;
  }
}
.bl_sitemap .ly_sec_inner .bl_sitemap_wrap ul.bl_column {
  padding-left: 1em;
}
@media screen and (max-width: 599px) {
  .bl_sitemap .ly_sec_inner .bl_sitemap_wrap ul.bl_column {
    padding-left: 0;
  }
}
.bl_sitemap .ly_sec_inner .bl_sitemap_wrap ul.bl_column li {
  position: relative;
}
.bl_sitemap .ly_sec_inner .bl_sitemap_wrap ul.bl_column li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "-";
  display: block;
  width: 1em;
  height: 1em;
}
.bl_sitemap .ly_sec_inner .bl_sitemap_wrap ul.bl_column li:last-of-type {
  margin-bottom: 0;
}
.bl_sitemap .ly_sec_inner .bl_sitemap_wrap ul.bl_column li a {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 1em;
}
.bl_sitemap .ly_sec_inner .bl_sitemap_wrap ul li {
  margin-bottom: 0.8em;
}

/* =================================================
    .bl_parking
=================================================== */
.bl_parking {
  background: #f7f5f7;
  padding-bottom: 2rem;
}
.bl_parking:last-of-type {
  padding-bottom: 0;
}
.bl_parking_cont {
  padding: 10% 15%;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .bl_parking_cont {
    padding: 10%;
  }
}
@media screen and (max-width: 599px) {
  .bl_parking_cont {
    padding: 5rem 3rem;
  }
}
.bl_parking_cont h2 {
  font-size: 26px;
  font-size: 2.6rem;
  border-bottom: 1px solid #707070;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
.bl_parking_cont h2:after {
  content: "";
  clear: both;
  display: block;
}
@media screen and (max-width: 599px) {
  .bl_parking_cont h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.bl_parking_cont h2 span {
  float: right;
  margin-top: 1rem;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 599px) {
  .bl_parking_cont h2 span {
    float: none;
    display: block;
    margin-top: 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.bl_parking_cont .bl_flex {
  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;
}
@media screen and (max-width: 599px) {
  .bl_parking_cont .bl_flex {
    display: block;
  }
}
.bl_parking_cont .bl_flex .bl_flex_left {
  width: 42.85%;
  height: auto;
  margin-right: 7.14%;
}
@media screen and (max-width: 599px) {
  .bl_parking_cont .bl_flex .bl_flex_left {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%;
    margin: 0 auto 3rem;
    overflow: hidden;
  }
  .bl_parking_cont .bl_flex .bl_flex_left img {
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.bl_parking_cont .bl_flex .bl_flex_right {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 599px) {
  .bl_parking_cont .bl_flex .bl_flex_right {
    width: 100%;
  }
}
.bl_parking_cont .bl_flex .bl_flex_right h3 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  .bl_parking_cont .bl_flex .bl_flex_right h3 {
    margin-bottom: 1rem;
  }
}
.bl_parking_cont .bl_flex .bl_flex_right p.el_notice {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 86%;
}
.bl_parking_cont .bl_flex .bl_flex_right p.el_notice {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 86%;
}
.bl_parking_cont .bl_flex .bl_flex_right address {
  margin-bottom: 1rem;
  font-size: 86%;
}
.bl_parking_cont .bl_flex .bl_flex_right address span {
  display: none;
}
@media screen and (max-width: 599px) {
  .bl_parking_cont .bl_flex .bl_flex_right address span {
    display: block;
  }
}
.bl_parking_cont .bl_flex .bl_flex_right address span a {
  text-decoration: underline;
}
.bl_parking_cont .bl_flex .bl_flex_right iframe {
  width: 100%;
  height: 200px;
}
@media screen and (max-width: 599px) {
  .bl_parking_cont .bl_flex .bl_flex_right iframe {
    height: 400px;
  }
}

/* =================================================
    .bl_greetings
=================================================== */
.bl_sdgs {
  padding-bottom: 20rem;
}
.bl_sdgs .ly_sec_inner {
  max-width: 705px;
}
.bl_sdgs .ly_sec_inner .bl_lead {
  margin-bottom: 10rem;
}
.bl_sdgs .ly_sec_inner .bl_lead_logo {
  width: 75%;
  margin: 0 auto 5rem;
}
.bl_sdgs .ly_sec_inner h2 {
  padding-bottom: 0.3em;
  padding-left: 1em;
  margin-bottom: 3rem;
  border-bottom: 1px solid #000;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .bl_sdgs .ly_sec_inner h2 {
    padding-left: 0;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
  }
}
.bl_sdgs .ly_sec_inner h3 {
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .bl_sdgs .ly_sec_inner h3 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.bl_sdgs .ly_sec_inner h3 span {
  display: block;
  font-size: 80%;
}
.bl_sdgs .ly_sec_inner ul {
  margin-bottom: 10rem;
}
@media screen and (max-width: 599px) {
  .bl_sdgs .ly_sec_inner ul {
    margin-bottom: 10rem;
  }
}
.bl_sdgs .ly_sec_inner ul li {
  text-align: justify;
  line-height: 1.8;
}
.bl_sdgs .ly_sec_inner .bl_flex {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  .bl_sdgs .ly_sec_inner .bl_flex {
    display: block;
  }
}
.bl_sdgs .ly_sec_inner .bl_flex_left_1 {
  width: calc(95% - 100px);
  height: auto;
  margin-right: 4%;
}
@media screen and (max-width: 599px) {
  .bl_sdgs .ly_sec_inner .bl_flex_left_1 {
    width: 100%;
  }
}
.bl_sdgs .ly_sec_inner .bl_flex_right_1 {
  width: 100px;
  height: auto;
}
@media screen and (max-width: 599px) {
  .bl_sdgs .ly_sec_inner .bl_flex_right_1 {
    width: 25%;
    padding: 0 1em;
  }
}
.bl_sdgs .ly_sec_inner .bl_flex_left_2 {
  width: calc(95% - 200px);
  height: auto;
}
@media screen and (max-width: 599px) {
  .bl_sdgs .ly_sec_inner .bl_flex_left_2 {
    width: 100%;
  }
}
.bl_sdgs .ly_sec_inner .bl_flex_right_2 {
  width: 200px;
  height: auto;
}
@media screen and (max-width: 599px) {
  .bl_sdgs .ly_sec_inner .bl_flex_right_2 {
    width: 50%;
    padding: 0 1em;
  }
}
.bl_sdgs .ly_sec_inner .bl_flex_left_3 {
  width: calc(95% - 300px);
  height: auto;
}
@media screen and (max-width: 599px) {
  .bl_sdgs .ly_sec_inner .bl_flex_left_3 {
    width: 100%;
  }
}
.bl_sdgs .ly_sec_inner .bl_flex_right_3 {
  width: 300px;
  height: auto;
}
@media screen and (max-width: 599px) {
  .bl_sdgs .ly_sec_inner .bl_flex_right_3 {
    width: 75%;
    padding: 0 1em;
  }
}
.bl_sdgs .ly_sec_inner .bl_flex_left_4 {
  width: calc(95% - 350px);
  height: auto;
  margin-right: 4%;
}
@media screen and (max-width: 599px) {
  .bl_sdgs .ly_sec_inner .bl_flex_left_4 {
    width: 100%;
  }
}
.bl_sdgs .ly_sec_inner .bl_flex_right_4 {
  width: 350px;
  height: auto;
}
@media screen and (max-width: 599px) {
  .bl_sdgs .ly_sec_inner .bl_flex_right_4 {
    width: 100%;
    padding: 0 1em;
  }
}
.bl_sdgs .ly_sec_inner .bl_imgbox {
  width: 95%;
  margin: 0 auto;
}

/* =================================================
    折り畳みアーカイブウィジェット
=================================================== */
.widget {
  margin-bottom: 10rem;
}
@media screen and (max-width: 1024px) {
  .widget {
    width: calc(100% - 160px);
    margin: 0 auto 8rem;
  }
}
@media screen and (max-width: 599px) {
  .widget {
    width: 100%;
  }
}
.widget .el_list li {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px dotted #000;
}
.widget_archive a.year {
  display: block;
  padding: 1.5em 0;
  cursor: pointer;
  border-bottom: 1px solid #000;
}
.widget_archive a.year.open .mark {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.widget_archive .widget-title {
  font-weight: 600;
  padding-bottom: 0.6em;
  margin-bottom: 2rem;
  color: #000;
  border-bottom: 2px solid #000;
}
.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;
}

/* =================================================
    .bl_pageCandle
=================================================== */
.el_candleStrong {
  display: inline-block;
  padding: 1px 6px;
  background: #d4442a;
  color: #fff;
}

.bl_pageCandle.ly_sec {
  padding-bottom: 0;
}
.bl_pageCandle .el_secTtl {
  margin-bottom: 40px;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 600px) {
  .bl_pageCandle .el_secTtl {
    margin-bottom: 50px;
    font-size: 30px;
    font-size: 3rem;
  }
}
.bl_pageCandle .el_secTtl span {
  display: inline-block;
  padding: 3px 10px;
  border: 1px solid #000;
  font-size: 19px;
  font-size: 1.9rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 600px) {
  .bl_pageCandle .el_secTtl span {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .bl_pageCandle .el_secTtl span {
    margin-left: 15px;
  }
}
.bl_pageCandle_type {
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .bl_pageCandle_type {
    margin-bottom: 40px;
  }
}
.bl_pageCandle_type dt {
  margin-bottom: 5px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 600px) {
  .bl_pageCandle_type dt {
    font-size: 20px;
    font-size: 2rem;
  }
}
.bl_pageCandle_type dd {
  margin-bottom: 2em;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 600px) {
  .bl_pageCandle_type dd {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.bl_pageCandle_img {
  margin-bottom: 80px;
}
@media screen and (min-width: 600px) {
  .bl_pageCandle_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: 100px;
  }
}
.bl_pageCandle_img div {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .bl_pageCandle_img div {
    width: 49.4%;
    margin-bottom: 0;
  }
}
.bl_pageCandle_band {
  margin-bottom: 80px;
  background: #f7f5f7;
  border-radius: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .bl_pageCandle_band {
    margin-bottom: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.bl_pageCandle_band img {
  width: 90%;
}
@media screen and (min-width: 600px) {
  .bl_pageCandle_band img {
    width: 78%;
  }
}
.bl_pageCandle .bl_aboutCandle {
  margin-bottom: 100px;
}
@media screen and (max-width: 599px) {
  .bl_pageCandle .bl_aboutCandle {
    margin-bottom: 80px;
  }
}
.bl_pageCandle .bl_aboutCandle_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;
  margin-bottom: 100px;
}
@media screen and (max-width: 599px) {
  .bl_pageCandle .bl_aboutCandle_wrap {
    display: block;
    margin-bottom: 80px;
  }
}
.bl_pageCandle .bl_aboutCandle_ttl {
  width: 34%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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 (max-width: 599px) {
  .bl_pageCandle .bl_aboutCandle_ttl {
    display: block;
    width: 100%;
    margin-bottom: 5rem;
  }
}
.bl_pageCandle .bl_aboutCandle_ttl h2 {
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: 0em;
}
@media screen and (max-width: 599px) {
  .bl_pageCandle .bl_aboutCandle_ttl h2 {
    font-size: 20px;
    font-size: 2rem;
    position: relative;
    margin: 0 auto;
  }
}
.bl_pageCandle .bl_aboutCandle_ttl h2 span {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 599px) {
  .bl_pageCandle .bl_aboutCandle_ttl h2 span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.bl_pageCandle .bl_aboutCandle_ttl h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  margin-top: 1rem;
  background: #000;
}
@media screen and (max-width: 599px) {
  .bl_pageCandle .bl_aboutCandle_ttl h2::after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 30rem;
  }
}
.bl_pageCandle .bl_aboutCandle_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 63%;
  height: auto;
  padding-left: 6rem;
  padding-right: 6rem;
}
@media screen and (max-width: 959px) {
  .bl_pageCandle .bl_aboutCandle_cont {
    padding-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .bl_pageCandle .bl_aboutCandle_cont {
    width: 100%;
    padding-left: 0;
  }
}
.bl_pageCandle .bl_aboutCandle_cont li {
  padding-left: 1.7em;
  text-indent: -1em;
  line-height: 2.5;
  text-align: justify;
}
.bl_pageCandle .bl_aboutCandle_cont p {
  line-height: 2;
}
.bl_pageCandle .bl_productInfo_wrap {
  background: #f7f5f7;
  padding: 5rem;
  border-radius: 1rem;
}
@media screen and (max-width: 599px) {
  .bl_pageCandle .bl_productInfo_wrap {
    padding: 3rem;
  }
}
.bl_pageCandle .bl_productInfo_wrap h2 {
  margin-bottom: 5rem;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 599px) {
  .bl_pageCandle .bl_productInfo_wrap h2 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
.bl_pageCandle .bl_productInfo_wrap h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .bl_pageCandle .bl_productInfo_wrap h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.bl_pageCandle .bl_productInfo_wrap .el_price {
  margin-bottom: 2em;
  text-align: left;
}
.bl_pageCandle .bl_productInfo_wrap p {
  line-height: 1.6;
}
.bl_pageCandle .bl_productInfo_wrap hr {
  margin: 50px 0;
  border: none;
  border-top: 1px dashed #000;
}
.bl_pageCandle .bl_productInfo_wrap .el_cautionTtl {
  margin-bottom: 2em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .bl_pageCandle .bl_productInfo_wrap .el_cautionTtl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.bl_pageCandle .bl_productInfo_wrap .el_cautionTtl span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .bl_pageCandle .bl_productInfo_wrap .el_cautionTtl span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.bl_pageCandle .bl_productInfo_wrap .el_cautionLine {
  margin-bottom: 2em;
  text-decoration: underline;
  font-weight: 500;
}
.bl_pageCandle .bl_productInfo_wrap ul li {
  margin-bottom: 10px;
  text-indent: -0.7em;
  padding-left: 1em;
  line-height: 1.6;
}

/* =================================================
    .bl_orderForm_candle
=================================================== */
.bl_orderForm.bl_orderForm_candle .bl_orderForm_form .bl_orderForm_form_table1 .bl_orderForm_formSet .checkbox {
  width: 77%;
}
@media screen and (max-width: 599px) {
  .bl_orderForm.bl_orderForm_candle .bl_orderForm_form .bl_orderForm_form_table1 .bl_orderForm_formSet .checkbox {
    width: 75%;
  }
}
.bl_orderForm.bl_orderForm_candle .el_time {
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .bl_orderForm.bl_orderForm_candle .el_time {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* =================================================
    #sec_ignition
=================================================== */
#sec_ignition .video-wrap {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: 50px auto 0;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #sec_ignition .video-wrap {
    width: 100%;
  }
}
#sec_ignition .video-wrap p {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}
#sec_ignition video {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* =================================================
    .bl_onlineshop
=================================================== */
.bl_onlineshop .el_shop {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .bl_onlineshop .el_shop {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.bl_onlineshop .el_shop p {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .bl_onlineshop .el_shop p {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.bl_onlineshop .el_shop p a {
  text-decoration: underline;
}

/* =================================================
    .bl_pageCarpediem
=================================================== */
.el_logo_carpediem {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .el_logo_carpediem {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.el_logo_carpediem img {
  width: 90%;
  max-width: 760px;
  margin: 0 auto;
}

.bl_pageCarpediem .el_secTtl {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 600px) {
  .bl_pageCarpediem .el_secTtl {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.bl_pageCarpediem .el_subTtl dt {
  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;
  gap: 10px;
  position: relative;
  margin-top: 4rem;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .bl_pageCarpediem .el_subTtl dt {
    gap: 20px;
    margin-top: 5rem;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 500;
  }
}
.bl_pageCarpediem .el_subTtl dt::before, .bl_pageCarpediem .el_subTtl dt::after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 2rem;
  height: 1px;
  background: #707070;
}
@media screen and (min-width: 600px) {
  .bl_pageCarpediem .el_subTtl dt::before, .bl_pageCarpediem .el_subTtl dt::after {
    width: 5rem;
  }
}
.bl_pageCarpediem .el_subTtl dd {
  margin-top: 1rem;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
.bl_pageCarpediem .el_subTtl dd span {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 0.6em;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 600px) {
  .bl_pageCarpediem .el_subTtl dd span {
    margin-left: 1em;
  }
}
.bl_pageCarpediem .bl_pageCarpediem_flex {
  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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  margin-top: 5rem;
}
@media screen and (min-width: 600px) {
  .bl_pageCarpediem .bl_pageCarpediem_flex {
    margin-top: 10rem;
  }
}
@media screen and (min-width: 960px) {
  .bl_pageCarpediem .bl_pageCarpediem_flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10%;
  }
}
.bl_pageCarpediem .bl_pageCarpediem_flex .el_img {
  width: 80%;
  max-width: 40rem;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .bl_pageCarpediem .bl_pageCarpediem_flex .el_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    margin: 0;
  }
}
@media screen and (min-width: 960px) {
  .bl_pageCarpediem .bl_pageCarpediem_flex .el_cont {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin: 0;
  }
}
.bl_pageCarpediem .bl_pageCarpediem_flex .el_cont p {
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .bl_pageCarpediem .bl_pageCarpediem_flex .el_cont p {
    line-height: 2.5;
  }
}
.bl_pageCarpediem .bl_pageCarpediem_flex .el_cont p + p {
  margin-top: 2em;
}
@media screen and (min-width: 960px) {
  .bl_pageCarpediem .bl_pageCarpediem_flex.bl_pageCarpediem_flexReverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.bl_pageCarpediem .bl_pageCarpediem_mean {
  margin-top: 5rem;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4285714286;
}
@media screen and (min-width: 600px) {
  .bl_pageCarpediem .bl_pageCarpediem_mean {
    margin-top: 10rem;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.bl_pageCarpediem .bl_pageCarpediem_mean h3 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
}
.bl_pageCarpediem .bl_pageCarpediem_mean dl {
  margin-top: 1em;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
}
.bl_pageCarpediem .bl_pageCarpediem_mean dl dd + dt {
  margin-top: 1em;
}
.bl_pageCarpediem .bl_pageCarpediem_mean .el_btnWrap {
  margin-top: 5rem;
  margin-bottom: 10rem;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .bl_pageCarpediem .bl_pageCarpediem_mean .el_btnWrap {
    margin-top: 10rem;
  }
}
.bl_pageCarpediem .bl_pageCarpediem_mean .el_btnWrap .el_btn_carpediem {
  width: 26rem;
}

/* =================================================
    .bl_archiveNews
=================================================== */
.bl_archiveNews ul {
  width: 100%;
}
.bl_archiveNews ul .bl_archiveNews_list .el_cat {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.3em;
  margin-left: 0.8em;
  border: 1px solid #000;
  border-radius: 3px;
  font-size: 12px;
  font-size: 1.2rem;
}
.bl_archiveNews ul .bl_archiveNews_list a {
  padding-bottom: 1px;
  border-bottom: 1px solid #000;
}
.bl_archiveNews ul .bl_archiveNews_list time {
  font-size: 14px;
  font-size: 1.4rem;
}
.bl_archiveNews ul .bl_archiveNews_list h2 {
  margin-top: 0.5em;
}
.bl_archiveNews ul .bl_archiveNews_list + .bl_archiveNews_list {
  margin-top: 3em;
}
@media screen and (min-width: 1025px) {
  .bl_archiveNews ul .bl_archiveNews_list + .bl_archiveNews_list {
    margin-top: 5em;
  }
}

/* ======================================
  .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;
}

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

.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;
}

.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: rgba(0, 0, 0, 0.5);
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .last,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first {
  font-size: 20px;
  font-size: 2rem;
  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%;
}

/* ==============================================
   SnowMonkey form 設定
================================================= */
.snow-monkey-form {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (min-width: 1025px) {
  .snow-monkey-form {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.snow-monkey-form .smf-form--simple-table {
  width: 80%;
  margin: 50px auto 0;
}

.smf-form--simple-table .smf-item {
  margin-bottom: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.smf-form .smf-item input.smf-text-control__control,
.smf-form .smf-item textarea.smf-textarea-control__control {
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  padding: 0.9em;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .smf-form .smf-item input.smf-text-control__control,
  .smf-form .smf-item textarea.smf-textarea-control__control {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.smf-form .smf-item input.smf-text-control__control:focus,
.smf-form .smf-item textarea.smf-textarea-control__control:focus {
  outline-offset: 0;
  outline: 2px solid #691515;
}
.smf-form .smf-item .smf-item__label__text {
  position: relative;
}
.smf-form .smf-item .smf-item__label__text::after {
  content: "※";
  color: #d4442a;
  vertical-align: top;
  font-size: 10px;
  font-size: 1rem;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #bfbfbf;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #bfbfbf;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #bfbfbf;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #bfbfbf;
}

input::placeholder,
textarea::placeholder {
  color: #bfbfbf;
}

input[type=hidden],
textarea[type=hidden],
select[type=hidden],
.form_preview .required {
  display: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #ccc;
  font-weight: normal;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #ccc;
  font-weight: normal;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #ccc;
  font-weight: normal;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #ccc;
  font-weight: normal;
}

input::placeholder,
textarea::placeholder {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #ccc;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-size: 16px;
    font-size: 1.6rem;
  }
  input::-moz-placeholder, textarea::-moz-placeholder {
    font-size: 16px;
    font-size: 1.6rem;
  }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: 16px;
    font-size: 1.6rem;
  }
  input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    font-size: 16px;
    font-size: 1.6rem;
  }
  input::placeholder,
  textarea::placeholder {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.smf-checkboxes-control input[type=checkbox] {
  position: absolute;
  opacity: 0;
  display: inline-block;
  margin-top: 0.5em;
  font-size: 90%;
  z-index: -1;
}
.smf-checkboxes-control label {
  cursor: pointer;
}
.smf-checkboxes-control .smf-checkbox-control__label {
  padding-left: 2em;
  position: relative;
  margin-right: 20px;
}
.smf-checkboxes-control .smf-checkbox-control__label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.smf-checkboxes-control input[type=checkbox]:checked ~ .smf-checkbox-control__label {
  color: #000;
}
.smf-checkboxes-control input[type=checkbox]:checked ~ .smf-checkbox-control__label::after {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  left: 8px;
  width: 10px;
  height: 20px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}
.smf-checkboxes-control input[type=checkbox]:focus + span::before {
  outline: 2px solid #691515; /* Outline color when focused */
}

.smf-form--simple-table + .smf-action {
  margin-top: 80px;
}

.smf-action button.smf-button-control__control {
  font-family: inherit;
  position: relative;
  display: grid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  place-items: center;
  cursor: pointer;
  width: 20rem;
  height: 5rem;
  padding: 0;
  margin: 0 auto;
  margin-top: 30px;
  box-sizing: border-box;
  border: 1px solid #000;
  background: #000;
  border-radius: 0.5rem;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 1025px) {
  .smf-action button.smf-button-control__control:hover {
    border: 1px solid #000;
    background: #fff;
    color: #000;
  }
}
.smf-action button.smf-button-control__control:focus {
  outline-offset: 0;
  outline: 2px solid #691515;
}

.smf-action button[data-action=back].smf-button-control__control {
  margin-top: 50px;
  background: #898989;
  border: 1px solid #898989;
}
@media screen and (min-width: 1025px) {
  .smf-action button[data-action=back].smf-button-control__control:hover {
    border: 1px solid #000;
    background: #fff;
    color: #000;
  }
}

.smf-item__label__text a {
  text-decoration: underline;
}

.smf-complete-content {
  font-size: 18px;
  line-height: 2;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .smf-complete-content {
    font-size: 20px;
  }
}

/* ======================================
    #page404
====================================== */
#page404 {
  min-height: calc(100vh - 160px);
  text-align: center;
}
@media screen and (min-width: 768px) {
  #page404 {
    min-height: calc(100vh - 200px);
  }
}
#page404 .bl_inner {
  padding-top: 20vh;
  padding-bottom: 8rem;
  margin-top: 10rem;
}
#page404 h2 {
  margin-bottom: 10rem;
  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 (min-width: 1025px) {
  /* ======================================
      #page404 (min-width:1025px)
  ====================================== */
  #page404 .btnInquiry a:hover,
  #page404 .btnInquiry a:focus {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    opacity: 1;
  }
}/*# sourceMappingURL=page.css.map */