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

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

.1204mb_8 {
  margin-bottom: 8px !important;
}

.imp-1204 {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 20px 10px 80px;
  color: #333333;
}
.imp-1204 h1,
.imp-1204 h2,
.imp-1204 h3,
.imp-1204 h4,
.imp-1204 figure {
  margin: 0;
  padding: 0;
  text-align: left;
  background: none;
  color: #333333;
  border-radius: 0;
}
.imp-1204 a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none;
}
.imp-1204 .bcs_b {
  font-size: 14px;
  /*font-weight: 700;*/
}
.imp-1204 .bcs_b:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 639px) {
  .imp-1204 .bcs_b {
    font-size: 16px;
  }
}
.imp-1204 .bcs_red {
  color: #D51121;
}
.imp-1204 .bcs_sp {
  display: none;
}
@media screen and (max-width: 639px) {
  .imp-1204 {
    padding: 10px 10px 64px;
  }
  .imp-1204 h1,
  .imp-1204 h2,
  .imp-1204 h3,
  .imp-1204 h4 {
    margin: 0;
    padding: 0;
  }
  .imp-1204 .bcs_pc {
    display: none;
  }
  .imp-1204 .bcs_sp {
    display: block;
  }
}
.imp-1204 .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-1204 .bcs_title-lv1 .sm {
  color: inherit;
  font-size: 32px;
}
@media screen and (max-width: 1200px) {
  .imp-1204 .bcs_title-lv1 {
    font-size: 52px;
  }
  .imp-1204 .bcs_title-lv1 .sm {
    font-size: 28px;
  }
}
@media screen and (max-width: 639px) {
  .imp-1204 .bcs_title-lv1 {
    font-size: 30px;
  }
  .imp-1204 .bcs_title-lv1 .sm {
    font-size: 22px;
  }
}
.imp-1204 .bcs_title-lv2 {
  margin-bottom: 20px;
  font-size: 24px;
  /*border-bottom: 1px solid #CCCCCC;*/
}
@media screen and (max-width: 639px) {
  .imp-1204 .bcs_title-lv2 {
    margin-bottom: 16px;
    padding-bottom: 3px;
    font-size: 16px;
  }
}
.imp-1204 .bcs_title-lv2.center {
  margin-bottom: 70px;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  border-bottom: 0;
}
@media screen and (max-width: 639px) {
  .imp-1204 .bcs_title-lv2.center {
    margin-bottom: 64px;
    font-size: 16px;
    font-weight: 700;
  }
}
.imp-1204 .bcs_title-lv4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}
.imp-1204 .bcs_title-lv4 .sm {
  position: relative;
  top: -4px;
  font-size: 0.6em;
}
@media screen and (max-width: 639px) {
  .imp-1204 .bcs_title-lv4 {
    text-align: center;
  }
}
.imp-1204 .bcs_breadcrumb {
  margin-bottom: 20px;
}
.imp-1204 .bcs_breadcrumb li {
  display: inline;
  font-size: 12px;
}
.imp-1204 .bcs_breadcrumb li:not(:has(> span))::after {
  content: "＞";
  color: #969696;
  display: inline-block;
  margin: 0 2px;
}
.imp-1204 .bcs_breadcrumb li > a,
.imp-1204 .bcs_breadcrumb li > span {
  text-decoration: none;
  color: #969696;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.imp-1204 .bcs_breadcrumb li > span {
  color: #333333;
}
@media screen and (hover: hover) {
  .imp-1204 .bcs_breadcrumb li > a:hover {
    color: #333333;
  }
}
@media screen and (max-width: 639px) {
  .imp-1204 .bcs_breadcrumb {
    margin-bottom: 10px;
  }
  .imp-1204 .bcs_breadcrumb li {
    font-size: 14px;
  }
}
.imp-1204 .bcs_banner {
  position: relative;
  padding: 12px 20px;
  min-height: 300px;
}
.imp-1204 .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-1204 .bcs_banner {
    padding: 12px 10px;
    min-height: 250px;
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}
@media screen and (max-width: 639px) {
  .imp-1204 .bcs_banner {
    min-height: 200px;
  }
}
.imp-1204 .bcs_anchor {
  margin-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  padding: 18px 10px;
  background: #F5F5F5;
}
.imp-1204 .bcs_anchor li {
  width: min(50% - 16px, 270px);
}
.imp-1204 .bcs_anchor li a {
  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%;
  padding: 9px 10px 8px;
  background: #ffffff;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
}
.imp-1204 .bcs_anchor li a > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.imp-1204 .bcs_anchor li a > span::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 11px;
  aspect-ratio: 2/1;
  background: url(../img/ico_arrow_down.svg) center/100% auto no-repeat;
}
@media screen and (hover: hover) {
  .imp-1204 .bcs_anchor li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1200px) {
  .imp-1204 .bcs_anchor {
    width: calc(100% + 20px);
    margin-bottom: 20px;
    margin-left: -10px;
    gap: 16px;
  }
  .imp-1204 .bcs_anchor li {
    width: min(50% - 8px, 270px);
  }
}
.imp-1204 .bcs_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.imp-1204 .bcs_list:not(:last-child) {
  margin-bottom: 70px;
}
@media screen and (max-width: 639px) {
  .imp-1204 .bcs_list:not(:last-child) {
    margin-bottom: 28px;
  }
}
.imp-1204 .bcs_list.check {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 40px;
}
.imp-1204 .bcs_list.check li {
  position: relative;
  padding-left: 20px;
}
.imp-1204 .bcs_list.check li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 17px;
  aspect-ratio: 1/1;
  background: url(../img/ico_check.png) center/100% auto no-repeat;
}
@media screen and (max-width: 639px) {
  .imp-1204 .bcs_list.check {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
  .imp-1204 .bcs_list.check li {
    font-size: 12px;
  }
  .imp-1204 .bcs_list.check li::before {
    top: 2px;
    width: 14px;
  }
}
.imp-1204 .bcs_list.circle {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 60px;
}
.imp-1204 .bcs_list.circle li {
  position: relative;
  padding-left: 15px;
  /*font-weight: 700;*/
}
.imp-1204 .bcs_list.circle li::before {
  content: "〇";
  position: absolute;
  font-weight: 400;
  top: 0;
  left: 0;
  width: 14px;
  aspect-ratio: 1/1;
}
.imp-1204 .bcs_list.circle li .sm {
  font-size: 12px;
  font-weight: 400;
}
@media screen and (max-width: 639px) {
  .imp-1204 .bcs_list.circle {
    gap: 0;
  }
  .imp-1204 .bcs_list.circle li {
    letter-spacing: -0.05em;
  }
}
.imp-1204 .bcs_list.kome {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.imp-1204 .bcs_list.kome li {
  position: relative;
  padding-left: 16px;
  font-size: 12px;
}
.imp-1204 .bcs_list.kome li::before {
  content: "※";
  position: absolute;
  font-weight: 400;
  top: 0;
  left: 0;
  width: 13px;
  aspect-ratio: 1/1;
}
.imp-1204 .bcs_video {
  margin-bottom: 68px;
  text-align: center;
}
.imp-1204 .bcs_video iframe {
  width: 580px;
  max-width: 100%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 639px) {
  .imp-1204 .bcs_video {
    margin-bottom: 36px;
  }
}
.imp-1204 .bcs_grid {
  display: -ms-grid;
  display: grid;
}
.imp-1204 .bcs_grid:not(:last-child) {
  margin-bottom: 76px;
}
@media screen and (max-width: 639px) {
  .imp-1204 .bcs_grid:not(:last-child) {
    margin-bottom: 60px;
  }
}
.imp-1204 .bcs_grid.col-2 {
  -ms-grid-columns: minmax(0, 1fr) 40px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}
@media screen and (max-width: 639px) {
  .imp-1204 .bcs_grid.col-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.imp-1204 .bcs_fee-title {
  margin-bottom: 10px;
  padding-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 1px solid #CCCCCC;
}
.imp-1204 .bcs_fee-title > span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2px;
  width: 30px;
  height: 30px;
  background: #D51121;
  color: #ffffff;
  font-family: Century Gothic, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  border-radius: 50%;
}
@media screen and (max-width: 639px) {
  .imp-1204 .bcs_fee-title {
    padding-bottom: 7px;
    font-size: 16px;
  }
}
.imp-1204 .bcs_fee-desc {
  margin-bottom: 8px;
  font-size: 12px;
}
@media screen and (max-width: 639px) {
  .imp-1204 .bcs_fee-desc {
    line-height: 2;
  }
}
.imp-1204 .bcs_fee .bcs_price {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.imp-1204 .bcs_fee .bcs_price-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  overflow: hidden;
}
.imp-1204 .bcs_fee .bcs_price-label {
  padding: 10px min(1.56vw, 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 min(1.82vw, 40px);
  width: 50%;
  background: #F5F5F5;
  font-size: 16px;
  font-weight: 700;
}
.imp-1204 .bcs_fee .bcs_price-label .sm {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (max-width: 639px) {
  .imp-1204 .bcs_fee .bcs_price-label {
    padding: 10px 8.5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .imp-1204 .bcs_fee .bcs_price-label .sm {
    margin-top: 0;
  }
}
.imp-1204 .bcs_fee .bcs_price-value {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: block;
  text-align: right;
  padding: 10px 1.56vw;
  width: 50%;
  font-size: 12px;
  line-height: 1;
}
@media screen and (max-width: 639px) {
  .imp-1204 .bcs_fee .bcs_price-value {
    padding: 10px 5.2vw;
  }
}
.imp-1204 .bcs_fee .bcs_price-num {
  color: #D51121;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 639px) {
  .imp-1204 .bcs_fee .bcs_price-num {
    font-size: 22px;
  }
}
.imp-1204 .bcs_fee .bcs_price-currency {
  color: #D51121;
  font-size: 16px;
}
.imp-1204 .bcs_guide {
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px 40px;
}
@media screen and (max-width: 991px) {
  .imp-1204 .bcs_guide {
    gap: 6px 20px;
  }
}
.imp-1204 .bcs_guide-num {
  padding-top: 1px;
  position: absolute;
  top: 10px;
  left: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  background: #333333;
  color: #ffffff;
  font-family: Century Gothic, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  z-index: 2;
}
.imp-1204 .bcs_guide-img {
  margin-bottom: 4px;
  width: 80%;
  text-align: center;
}
.imp-1204 .bcs_guide-img img {
  max-width: 100%;
}
.imp-1204 .bcs_guide-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.imp-1204 .bcs_guide-title .sm {
  font-size: 14px;
}
@media screen and (min-width: 640px) and (max-width: 1200px) {
  .imp-1204 .bcs_guide-title {
    font-size: max(1.67vw, 16px);
  }
}
.imp-1204 .bcs_guide-note {
  width: 100%;
}
@media screen and (max-width: 639px) {
  .imp-1204 .bcs_guide-note {
    margin-bottom: 14px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .imp-1204 .bcs_guide-note .bcs_list.kome li {
    line-height: 2;
  }
}
.imp-1204 .bcs_guide .bcs_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 18px;
  width: calc((100% - 80px) / 3);
  background: #F5F5F5;
}
.imp-1204 .bcs_guide .bcs_item:nth-child(2) .bcs_guide-img {
  margin-bottom: 16px;
}
.imp-1204 .bcs_guide .bcs_item:nth-child(3) .bcs_guide-img {
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .imp-1204 .bcs_guide .bcs_item {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 639px) {
  .imp-1204 .bcs_guide .bcs_item {
    width: 100%;
    min-height: 269px;
  }
  .imp-1204 .bcs_guide .bcs_item:not(:last-child) {
    margin-bottom: 30px !important;
  }
  .imp-1204 .bcs_guide .bcs_item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .imp-1204 .bcs_guide .bcs_item:nth-child(2) {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .imp-1204 .bcs_guide .bcs_item:nth-child(3) {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media screen and (max-width: 639px) {
  .imp-1204 .bcs_guide {
    margin-bottom: 48px;
  }
}
.imp-1204 .bcs_txt {
  margin-bottom: 8px;
}
@media screen and (max-width: 639px) {
  .imp-1204 .bcs_txt {
    margin-bottom: 20px;
  }
}
.imp-1204 .bcs_accordion-btn {
  position: relative;
  padding: 10px 44px 10px 12px;
  background-color: #F5F5F5;
  font-size: 24px;
  /*font-weight: 700;*/
  border-bottom: 1px solid #CCCCCC;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.imp-1204 .bcs_accordion-btn::before, .imp-1204 .bcs_accordion-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 2px;
  background-color: #707070;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.imp-1204 .bcs_accordion-btn::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.imp-1204 .bcs_accordion-btn.open::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (hover: hover) {
  .imp-1204 .bcs_accordion-btn:hover {
    opacity: 0.7;
  }
}
.imp-1204 .bcs_accordion-content {
  display: none;
  font-size: 12px;
}
.imp-1204 .bcs_accordion-content p:not(:last-child) {
  margin-bottom: 15px;
}
.imp-1204 .bcs_accordion.type-02 .bcs_accordion-item:not(:last-child) {
  margin-bottom: 40px;
}
.imp-1204 .bcs_accordion.type-02 .bcs_accordion-btn {
  margin-bottom: 10px;
  padding: 10px 44px 10px 22px;
  background-color: unset;
  border-bottom-style: dashed;
  font-size: 16px;
}
.imp-1204 .bcs_accordion.type-02 .bcs_label {
  font-size: 18px;
  position: absolute;
  top: 7px;
  left: 0;
}
@media screen and (max-width: 639px) {
  .imp-1204 .bcs_accordion-item:not(:first-child) .bcs_accordion-btn {
    border-top: 0;
  }
  .imp-1204 .bcs_accordion-btn {
    font-size: 16px;
    border: 1px solid #cccccc;
  }
  .imp-1204 .bcs_accordion-content {
    padding: 0;
  }
  .imp-1204 .bcs_accordion.type-02 .bcs_accordion-item:not(:last-child) {
    margin-bottom: 24px;
  }
  .imp-1204 .bcs_accordion.type-02 .bcs_accordion-btn {
    margin-bottom: 5px;
    padding: 10px 44px 10px 16px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    font-size: 12px;
  }
  .imp-1204 .bcs_accordion.type-02 .bcs_label {
    font-size: 16px;
  }
}
.imp-1204 .bcs_store-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.imp-1204 .bcs_store-list .bcs_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 8px;
  width: 100%;
  height: 100%;
  padding: 15px 40px;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.4;
  color: #333333;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (hover: hover) {
  .imp-1204 .bcs_store-list .bcs_item a:hover {
    opacity: 0.7;
  }
}
.imp-1204 .bcs_store-list .bcs_title {
  position: relative;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 700;
}
.imp-1204 .bcs_store-list .bcs_title::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  width: 7px;
  height: 15px;
  background: url(../img/ico_arrow.svg) center/100% auto no-repeat;
}
@media screen and (max-width: 991px) {
  .imp-1204 .bcs_store-list {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 639px) {
  .imp-1204 .bcs_store-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .imp-1204 .bcs_store-list .bcs_item a {
    row-gap: 3px;
    padding: 8px 14px 8px 26px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .imp-1204 .bcs_store-list .bcs_title {
    font-size: 14px;
  }
  .imp-1204 .bcs_store-list .bcs_title::after {
    top: 2px;
    right: 0;
  }
}

