@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  min-width: unset !important;
  font-family: "Meiryo";
}

.bcs_pagetop1 {
  z-index: 5;
}

.imp-1329 {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 20px 10px 80px;
  color: #333333;
}
.imp-1329 h1,
.imp-1329 h2,
.imp-1329 h3,
.imp-1329 h4,
.imp-1329 figure {
  margin: 0;
  padding: 0;
  text-align: left;
  background: none;
  color: #333333;
  border-radius: 0;
}
.imp-1329 section:not(:last-child) {
  margin-bottom: 86px;
}
@media screen and (max-width: 639px) {
  .imp-1329 section:not(:last-child) {
    margin-bottom: 78px;
  }
}
.imp-1329 p:not([class]):not(:last-child) {
  margin-bottom: 1.6em;
}
.imp-1329 a {
  color: #356BB3;
  font-weight: 700;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none;
}
@media screen and (hover: hover) {
  .imp-1329 a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
}
.imp-1329 strong {
  font-weight: 700;
}
.imp-1329 .bcs_red {
  color: #D51121;
}
.imp-1329 .bcs_sp {
  display: none;
}
@media screen and (max-width: 639px) {
  .imp-1329 {
    padding: 10px 10px 64px;
    font-size: 12px;
  }
  .imp-1329 h1,
  .imp-1329 h2,
  .imp-1329 h3,
  .imp-1329 h4 {
    margin: 0;
    padding: 0;
  }
  .imp-1329 .bcs_pc {
    display: none;
  }
  .imp-1329 .bcs_sp {
    display: block;
  }
}
.imp-1329 .bcs_title-lv1 {
  color: #ffffff;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.4;
  text-shadow: 0px 0px 8px rgb(51, 51, 51);
}
.imp-1329 .bcs_title-lv1 .sm {
  color: inherit;
  font-size: 42px;
}
@media screen and (max-width: 1200px) {
  .imp-1329 .bcs_title-lv1 {
    font-size: 52px;
  }
  .imp-1329 .bcs_title-lv1 .sm {
    font-size: 28px;
  }
}
@media screen and (max-width: 639px) {
  .imp-1329 .bcs_title-lv1 {
    font-size: 35px;
  }
  .imp-1329 .bcs_title-lv1 .sm {
    font-size: 19px;
  }
}
.imp-1329 .bcs_title-lv2 {
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 639px) {
  .imp-1329 .bcs_title-lv2 {
    margin-bottom: 8px;
    padding-bottom: 6px;
    font-size: 16px;
  }
}
.imp-1329 .bcs_breadcrumb {
  margin-bottom: 20px;
}
.imp-1329 .bcs_breadcrumb li {
  display: inline;
  font-size: 12px;
}
.imp-1329 .bcs_breadcrumb li:not(:has(> span))::after {
  content: "＞";
  color: #969696;
  display: inline-block;
  margin: 0 2px;
}
.imp-1329 .bcs_breadcrumb li > a,
.imp-1329 .bcs_breadcrumb li > span {
  text-decoration: none;
  color: #969696;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.imp-1329 .bcs_breadcrumb li > span {
  color: #333333;
}
@media screen and (hover: hover) {
  .imp-1329 .bcs_breadcrumb li > a:hover {
    color: #333333;
  }
}
@media screen and (max-width: 639px) {
  .imp-1329 .bcs_breadcrumb {
    margin-bottom: 10px;
  }
  .imp-1329 .bcs_breadcrumb li {
    font-size: 14px;
  }
}
.imp-1329 .bcs_banner {
  position: relative;
  margin-bottom: 30px;
  padding: 12px 20px;
  min-height: 300px;
}
.imp-1329 .bcs_banner-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .imp-1329 .bcs_banner {
    padding: 12px 10px;
    min-height: 250px;
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}
@media screen and (max-width: 639px) {
  .imp-1329 .bcs_banner {
    margin-bottom: 20px;
    min-height: 200px;
  }
}
.imp-1329 .bcs_desc {
  margin-bottom: 52px;
}
@media screen and (max-width: 639px) {
  .imp-1329 .bcs_desc {
    margin-bottom: 60px;
  }
}
.imp-1329 .bcs_btn {
  margin: 0 auto;
  padding: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 176px;
  min-height: 47px;
  max-width: 100%;
  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;
  background: #70C13F;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}
@media screen and (hover: hover) {
  .imp-1329 .bcs_btn:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
.imp-1329 .bcs_grid {
  margin-top: 33px;
  display: -ms-grid;
  display: grid;
}
.imp-1329 .bcs_grid.col-3 {
  -ms-grid-columns: minmax(0, 1fr) 30px minmax(0, 1fr) 30px minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 31px 30px;
}
@media screen and (max-width: 639px) {
  .imp-1329 .bcs_grid.col-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.imp-1329 .bcs_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.imp-1329 .bcs_item-img {
  margin-bottom: 22px;
}
.imp-1329 .bcs_item-img img {
  width: 100%;
}
.imp-1329 .bcs_item-ttl {
  font-size: 16px;
}
.imp-1329 .bcs_item-price {
  font-size: 14px;
  font-weight: 700;
  color: #E60012;
}
.imp-1329 .bcs_item-price .large {
  font-size: 21px;
  color: inherit;
}