@charset "UTF-8";
/* // bxiのブレイクポイント設定で640pxを指定すると、
// min-widthが641pxからで設定するため、
// 以下の設定値にした。
$sp-width: 641px;
$tab-width: 835px;
$base-width: 1200px; */
* {
  box-sizing: border-box;
}

body {
  font-size: 1rem;
}

body * {
  /* 
      font-weightは<b>タグが機能しなくなるので指定しない。
      line-heightは余計に高さが効いてしまうので指定しない。 => bxi.cssで効いてる可能性あり。
      font-weightも指定しない。
  */
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  color: #333333;
  margin: 0;
  line-height: initial;
}

a,
span,
i {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  font-family: inherit;
  font-weight: inherit;
  transition-property: color, background-color, opacity;
  transition-duration: 1s;
}

a:hover,
a:focus {
  opacity: 0.5;
  outline: none;
}

a,
button {
  cursor: pointer;
}

span {
  font-family: inherit;
  font-weight: inherit;
}

img {
  vertical-align: bottom;
}

figure,
p,
ul {
  margin: 0;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

button {
  background-color: transparent;
  border: none;
  padding: 0;
}

img.imgL {
  max-width: 100%;
  margin: 0;
}

.map {
  margin-bottom: 0;
}

header#global_header {
  min-width: 0 !important;
  width: 100%;
}

#contents_wrap {
  min-width: 0 !important;
  width: 100%;
}

#contents {
  width: 100%;
}

#main {
  width: 100%;
}

#main #col_main {
  float: none;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (max-width: 834px) {
  #main #col_main {
    padding-left: 20px;
    padding-right: 20px;
  }
}

footer#global_footer {
  min-width: 0;
}

.ly_header__inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 10px 20px;
}
@media only screen and (max-width: 640px) {
  .ly_header__inner {
    padding: 10px 20px;
  }
}

.ly_content--inner, .ly_content--someBg {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (max-width: 1200px) {
  .ly_content--inner, .ly_content--someBg {
    max-width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .ly_content--inner, .ly_content--someBg {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ly_content--someBg {
  max-width: 1200px;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media only screen and (max-width: 1200px) {
  .ly_content--someBg {
    max-width: 100%;
  }
}

.ly_footer__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (max-width: 1200px) {
  .ly_footer__inner {
    max-width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .ly_footer__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

html {
  overflow-x: hidden;
}

body {
  position: relative;
}

#contents_wrap {
  overflow-x: hidden;
}

.inner-full {
  margin: 0 calc(50% - 50vw);
}

.hp_accent {
  font-size: 1.5rem;
  color: #f5f4ef;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.hp_map {
  min-height: 500px;
  position: relative;
}
.hp_map:before {
  content: "";
  display: block;
  padding-top: 26.0416666667%;
  text-align: center;
}
.hp_map > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.hp_map img {
  object-fit: contain;
}

.hp_dis-blk {
  display: block;
}

.hp_img-contain {
  display: block;
}
.hp_img-contain img {
  width: 100% !important;
  object-fit: contain;
}

.hp_bg-atc-fixed-100 {
  min-height: 100px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
  background-position: center;
}

.hp_bg-atc-fixed-200 {
  min-height: 200px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
  background-position: center;
}

.hp_bg-atc-fixed-300 {
  min-height: 300px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
  background-position: center;
}

.hp_bg-atc-fixed-400 {
  min-height: 400px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
  background-position: center;
}

.hp_bg-atc-fixed-500 {
  min-height: 500px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
  background-position: center;
}

.hp_bg-atc-fixed-600 {
  min-height: 600px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
  background-position: center;
}

.hp_1-mt {
  margin-top: 1px;
}

.hp_1-mb {
  margin-bottom: 1px;
}

.hp_2-mt {
  margin-top: 2px;
}

.hp_2-mb {
  margin-bottom: 2px;
}

.hp_3-mt {
  margin-top: 3px;
}

.hp_3-mb {
  margin-bottom: 3px;
}

.hp_4-mt {
  margin-top: 4px;
}

.hp_4-mb {
  margin-bottom: 4px;
}

.hp_5-mt {
  margin-top: 5px;
}

.hp_5-mb {
  margin-bottom: 5px;
}

.hp_6-mt {
  margin-top: 6px;
}

.hp_6-mb {
  margin-bottom: 6px;
}

.hp_7-mt {
  margin-top: 7px;
}

.hp_7-mb {
  margin-bottom: 7px;
}

.hp_8-mt {
  margin-top: 8px;
}

.hp_8-mb {
  margin-bottom: 8px;
}

.hp_9-mt {
  margin-top: 9px;
}

.hp_9-mb {
  margin-bottom: 9px;
}

.hp_10-mt {
  margin-top: 10px;
}

.hp_10-mb {
  margin-bottom: 10px;
}

.hp_11-mt {
  margin-top: 11px;
}

.hp_11-mb {
  margin-bottom: 11px;
}

.hp_12-mt {
  margin-top: 12px;
}

.hp_12-mb {
  margin-bottom: 12px;
}

.hp_13-mt {
  margin-top: 13px;
}

.hp_13-mb {
  margin-bottom: 13px;
}

.hp_14-mt {
  margin-top: 14px;
}

.hp_14-mb {
  margin-bottom: 14px;
}

.hp_15-mt {
  margin-top: 15px;
}

.hp_15-mb {
  margin-bottom: 15px;
}

.hp_16-mt {
  margin-top: 16px;
}

.hp_16-mb {
  margin-bottom: 16px;
}

.hp_17-mt {
  margin-top: 17px;
}

.hp_17-mb {
  margin-bottom: 17px;
}

.hp_18-mt {
  margin-top: 18px;
}

.hp_18-mb {
  margin-bottom: 18px;
}

.hp_19-mt {
  margin-top: 19px;
}

.hp_19-mb {
  margin-bottom: 19px;
}

.hp_20-mt {
  margin-top: 20px;
}

.hp_20-mb {
  margin-bottom: 20px;
}

.hp_21-mt {
  margin-top: 21px;
}

.hp_21-mb {
  margin-bottom: 21px;
}

.hp_22-mt {
  margin-top: 22px;
}

.hp_22-mb {
  margin-bottom: 22px;
}

.hp_23-mt {
  margin-top: 23px;
}

.hp_23-mb {
  margin-bottom: 23px;
}

.hp_24-mt {
  margin-top: 24px;
}

.hp_24-mb {
  margin-bottom: 24px;
}

.hp_25-mt {
  margin-top: 25px;
}

.hp_25-mb {
  margin-bottom: 25px;
}

.hp_26-mt {
  margin-top: 26px;
}

.hp_26-mb {
  margin-bottom: 26px;
}

.hp_27-mt {
  margin-top: 27px;
}

.hp_27-mb {
  margin-bottom: 27px;
}

.hp_28-mt {
  margin-top: 28px;
}

.hp_28-mb {
  margin-bottom: 28px;
}

.hp_29-mt {
  margin-top: 29px;
}

.hp_29-mb {
  margin-bottom: 29px;
}

.hp_30-mt {
  margin-top: 30px;
}

.hp_30-mb {
  margin-bottom: 30px;
}

.hp_31-mt {
  margin-top: 31px;
}

.hp_31-mb {
  margin-bottom: 31px;
}

.hp_32-mt {
  margin-top: 32px;
}

.hp_32-mb {
  margin-bottom: 32px;
}

.hp_33-mt {
  margin-top: 33px;
}

.hp_33-mb {
  margin-bottom: 33px;
}

.hp_34-mt {
  margin-top: 34px;
}

.hp_34-mb {
  margin-bottom: 34px;
}

.hp_35-mt {
  margin-top: 35px;
}

.hp_35-mb {
  margin-bottom: 35px;
}

.hp_36-mt {
  margin-top: 36px;
}

.hp_36-mb {
  margin-bottom: 36px;
}

.hp_37-mt {
  margin-top: 37px;
}

.hp_37-mb {
  margin-bottom: 37px;
}

.hp_38-mt {
  margin-top: 38px;
}

.hp_38-mb {
  margin-bottom: 38px;
}

.hp_39-mt {
  margin-top: 39px;
}

.hp_39-mb {
  margin-bottom: 39px;
}

.hp_40-mt {
  margin-top: 40px;
}

.hp_40-mb {
  margin-bottom: 40px;
}

.hp_41-mt {
  margin-top: 41px;
}

.hp_41-mb {
  margin-bottom: 41px;
}

.hp_42-mt {
  margin-top: 42px;
}

.hp_42-mb {
  margin-bottom: 42px;
}

.hp_43-mt {
  margin-top: 43px;
}

.hp_43-mb {
  margin-bottom: 43px;
}

.hp_44-mt {
  margin-top: 44px;
}

.hp_44-mb {
  margin-bottom: 44px;
}

.hp_45-mt {
  margin-top: 45px;
}

.hp_45-mb {
  margin-bottom: 45px;
}

.hp_46-mt {
  margin-top: 46px;
}

.hp_46-mb {
  margin-bottom: 46px;
}

.hp_47-mt {
  margin-top: 47px;
}

.hp_47-mb {
  margin-bottom: 47px;
}

.hp_48-mt {
  margin-top: 48px;
}

.hp_48-mb {
  margin-bottom: 48px;
}

.hp_49-mt {
  margin-top: 49px;
}

.hp_49-mb {
  margin-bottom: 49px;
}

.hp_50-mt {
  margin-top: 50px;
}

.hp_50-mb {
  margin-bottom: 50px;
}

.hp_51-mt {
  margin-top: 51px;
}

.hp_51-mb {
  margin-bottom: 51px;
}

.hp_52-mt {
  margin-top: 52px;
}

.hp_52-mb {
  margin-bottom: 52px;
}

.hp_53-mt {
  margin-top: 53px;
}

.hp_53-mb {
  margin-bottom: 53px;
}

.hp_54-mt {
  margin-top: 54px;
}

.hp_54-mb {
  margin-bottom: 54px;
}

.hp_55-mt {
  margin-top: 55px;
}

.hp_55-mb {
  margin-bottom: 55px;
}

.hp_56-mt {
  margin-top: 56px;
}

.hp_56-mb {
  margin-bottom: 56px;
}

.hp_57-mt {
  margin-top: 57px;
}

.hp_57-mb {
  margin-bottom: 57px;
}

.hp_58-mt {
  margin-top: 58px;
}

.hp_58-mb {
  margin-bottom: 58px;
}

.hp_59-mt {
  margin-top: 59px;
}

.hp_59-mb {
  margin-bottom: 59px;
}

.hp_60-mt {
  margin-top: 60px;
}

.hp_60-mb {
  margin-bottom: 60px;
}

.hp_61-mt {
  margin-top: 61px;
}

.hp_61-mb {
  margin-bottom: 61px;
}

.hp_62-mt {
  margin-top: 62px;
}

.hp_62-mb {
  margin-bottom: 62px;
}

.hp_63-mt {
  margin-top: 63px;
}

.hp_63-mb {
  margin-bottom: 63px;
}

.hp_64-mt {
  margin-top: 64px;
}

.hp_64-mb {
  margin-bottom: 64px;
}

.hp_65-mt {
  margin-top: 65px;
}

.hp_65-mb {
  margin-bottom: 65px;
}

.hp_66-mt {
  margin-top: 66px;
}

.hp_66-mb {
  margin-bottom: 66px;
}

.hp_67-mt {
  margin-top: 67px;
}

.hp_67-mb {
  margin-bottom: 67px;
}

.hp_68-mt {
  margin-top: 68px;
}

.hp_68-mb {
  margin-bottom: 68px;
}

.hp_69-mt {
  margin-top: 69px;
}

.hp_69-mb {
  margin-bottom: 69px;
}

.hp_70-mt {
  margin-top: 70px;
}

.hp_70-mb {
  margin-bottom: 70px;
}

.hp_71-mt {
  margin-top: 71px;
}

.hp_71-mb {
  margin-bottom: 71px;
}

.hp_72-mt {
  margin-top: 72px;
}

.hp_72-mb {
  margin-bottom: 72px;
}

.hp_73-mt {
  margin-top: 73px;
}

.hp_73-mb {
  margin-bottom: 73px;
}

.hp_74-mt {
  margin-top: 74px;
}

.hp_74-mb {
  margin-bottom: 74px;
}

.hp_75-mt {
  margin-top: 75px;
}

.hp_75-mb {
  margin-bottom: 75px;
}

.hp_76-mt {
  margin-top: 76px;
}

.hp_76-mb {
  margin-bottom: 76px;
}

.hp_77-mt {
  margin-top: 77px;
}

.hp_77-mb {
  margin-bottom: 77px;
}

.hp_78-mt {
  margin-top: 78px;
}

.hp_78-mb {
  margin-bottom: 78px;
}

.hp_79-mt {
  margin-top: 79px;
}

.hp_79-mb {
  margin-bottom: 79px;
}

.hp_80-mt {
  margin-top: 80px;
}

.hp_80-mb {
  margin-bottom: 80px;
}

.hp_81-mt {
  margin-top: 81px;
}

.hp_81-mb {
  margin-bottom: 81px;
}

.hp_82-mt {
  margin-top: 82px;
}

.hp_82-mb {
  margin-bottom: 82px;
}

.hp_83-mt {
  margin-top: 83px;
}

.hp_83-mb {
  margin-bottom: 83px;
}

.hp_84-mt {
  margin-top: 84px;
}

.hp_84-mb {
  margin-bottom: 84px;
}

.hp_85-mt {
  margin-top: 85px;
}

.hp_85-mb {
  margin-bottom: 85px;
}

.hp_86-mt {
  margin-top: 86px;
}

.hp_86-mb {
  margin-bottom: 86px;
}

.hp_87-mt {
  margin-top: 87px;
}

.hp_87-mb {
  margin-bottom: 87px;
}

.hp_88-mt {
  margin-top: 88px;
}

.hp_88-mb {
  margin-bottom: 88px;
}

.hp_89-mt {
  margin-top: 89px;
}

.hp_89-mb {
  margin-bottom: 89px;
}

.hp_90-mt {
  margin-top: 90px;
}

.hp_90-mb {
  margin-bottom: 90px;
}

.hp_91-mt {
  margin-top: 91px;
}

.hp_91-mb {
  margin-bottom: 91px;
}

.hp_92-mt {
  margin-top: 92px;
}

.hp_92-mb {
  margin-bottom: 92px;
}

.hp_93-mt {
  margin-top: 93px;
}

.hp_93-mb {
  margin-bottom: 93px;
}

.hp_94-mt {
  margin-top: 94px;
}

.hp_94-mb {
  margin-bottom: 94px;
}

.hp_95-mt {
  margin-top: 95px;
}

.hp_95-mb {
  margin-bottom: 95px;
}

.hp_96-mt {
  margin-top: 96px;
}

.hp_96-mb {
  margin-bottom: 96px;
}

.hp_97-mt {
  margin-top: 97px;
}

.hp_97-mb {
  margin-bottom: 97px;
}

.hp_98-mt {
  margin-top: 98px;
}

.hp_98-mb {
  margin-bottom: 98px;
}

.hp_99-mt {
  margin-top: 99px;
}

.hp_99-mb {
  margin-bottom: 99px;
}

.hp_100-mt {
  margin-top: 100px;
}

.hp_100-mb {
  margin-bottom: 100px;
}

.hp_small-top {
  margin-top: 60px;
}
@supports not (margin: clamp(16px, 5vw, 32px)) {
  .hp_small-top {
    margin-top: 60px;
  }
  @media only screen and (max-width: 1200px) {
    .hp_small-top {
      margin-top: 52.5px;
    }
  }
  @media only screen and (max-width: 834px) {
    .hp_small-top {
      margin-top: 45px;
    }
  }
}
@media only screen and (max-width: 640px) {
  .hp_small-top {
    margin-top: 48px;
  }
}

.hp_small-right {
  margin-right: 60px;
}
@supports not (margin: clamp(16px, 5vw, 32px)) {
  .hp_small-right {
    margin-right: 60px;
  }
  @media only screen and (max-width: 1200px) {
    .hp_small-right {
      margin-right: 52.5px;
    }
  }
  @media only screen and (max-width: 834px) {
    .hp_small-right {
      margin-right: 45px;
    }
  }
}
@media only screen and (max-width: 640px) {
  .hp_small-right {
    margin-right: 48px;
  }
}

.hp_small-bottom {
  margin-bottom: 60px;
}
@supports not (margin: clamp(16px, 5vw, 32px)) {
  .hp_small-bottom {
    margin-bottom: 60px;
  }
  @media only screen and (max-width: 1200px) {
    .hp_small-bottom {
      margin-bottom: 52.5px;
    }
  }
  @media only screen and (max-width: 834px) {
    .hp_small-bottom {
      margin-bottom: 45px;
    }
  }
}
@media only screen and (max-width: 640px) {
  .hp_small-bottom {
    margin-bottom: 48px;
  }
}

.hp_small-left {
  margin-left: 60px;
}
@supports not (margin: clamp(16px, 5vw, 32px)) {
  .hp_small-left {
    margin-left: 60px;
  }
  @media only screen and (max-width: 1200px) {
    .hp_small-left {
      margin-left: 52.5px;
    }
  }
  @media only screen and (max-width: 834px) {
    .hp_small-left {
      margin-left: 45px;
    }
  }
}
@media only screen and (max-width: 640px) {
  .hp_small-left {
    margin-left: 48px;
  }
}

.hp_medium-top {
  margin-top: 100px;
}
@supports not (margin: clamp(16px, 5vw, 32px)) {
  .hp_medium-top {
    margin-top: 100px;
  }
  @media only screen and (max-width: 1200px) {
    .hp_medium-top {
      margin-top: 87.5px;
    }
  }
  @media only screen and (max-width: 834px) {
    .hp_medium-top {
      margin-top: 75px;
    }
  }
}
@media only screen and (max-width: 640px) {
  .hp_medium-top {
    margin-top: 80px;
  }
}

.hp_medium-right {
  margin-right: 100px;
}
@supports not (margin: clamp(16px, 5vw, 32px)) {
  .hp_medium-right {
    margin-right: 100px;
  }
  @media only screen and (max-width: 1200px) {
    .hp_medium-right {
      margin-right: 87.5px;
    }
  }
  @media only screen and (max-width: 834px) {
    .hp_medium-right {
      margin-right: 75px;
    }
  }
}
@media only screen and (max-width: 640px) {
  .hp_medium-right {
    margin-right: 80px;
  }
}

.hp_medium-bottom {
  margin-bottom: 100px;
}
@supports not (margin: clamp(16px, 5vw, 32px)) {
  .hp_medium-bottom {
    margin-bottom: 100px;
  }
  @media only screen and (max-width: 1200px) {
    .hp_medium-bottom {
      margin-bottom: 87.5px;
    }
  }
  @media only screen and (max-width: 834px) {
    .hp_medium-bottom {
      margin-bottom: 75px;
    }
  }
}
@media only screen and (max-width: 640px) {
  .hp_medium-bottom {
    margin-bottom: 80px;
  }
}

.hp_medium-left {
  margin-left: 100px;
}
@supports not (margin: clamp(16px, 5vw, 32px)) {
  .hp_medium-left {
    margin-left: 100px;
  }
  @media only screen and (max-width: 1200px) {
    .hp_medium-left {
      margin-left: 87.5px;
    }
  }
  @media only screen and (max-width: 834px) {
    .hp_medium-left {
      margin-left: 75px;
    }
  }
}
@media only screen and (max-width: 640px) {
  .hp_medium-left {
    margin-left: 80px;
  }
}

.hp_large-top {
  margin-top: 140px;
}
@supports not (margin: clamp(16px, 5vw, 32px)) {
  .hp_large-top {
    margin-top: 140px;
  }
  @media only screen and (max-width: 1200px) {
    .hp_large-top {
      margin-top: 122.5px;
    }
  }
  @media only screen and (max-width: 834px) {
    .hp_large-top {
      margin-top: 105px;
    }
  }
}
@media only screen and (max-width: 640px) {
  .hp_large-top {
    margin-top: 112px;
  }
}

.hp_large-right {
  margin-right: 140px;
}
@supports not (margin: clamp(16px, 5vw, 32px)) {
  .hp_large-right {
    margin-right: 140px;
  }
  @media only screen and (max-width: 1200px) {
    .hp_large-right {
      margin-right: 122.5px;
    }
  }
  @media only screen and (max-width: 834px) {
    .hp_large-right {
      margin-right: 105px;
    }
  }
}
@media only screen and (max-width: 640px) {
  .hp_large-right {
    margin-right: 112px;
  }
}

.hp_large-bottom {
  margin-bottom: 140px;
}
@supports not (margin: clamp(16px, 5vw, 32px)) {
  .hp_large-bottom {
    margin-bottom: 140px;
  }
  @media only screen and (max-width: 1200px) {
    .hp_large-bottom {
      margin-bottom: 122.5px;
    }
  }
  @media only screen and (max-width: 834px) {
    .hp_large-bottom {
      margin-bottom: 105px;
    }
  }
}
@media only screen and (max-width: 640px) {
  .hp_large-bottom {
    margin-bottom: 112px;
  }
}

.hp_large-left {
  margin-left: 140px;
}
@supports not (margin: clamp(16px, 5vw, 32px)) {
  .hp_large-left {
    margin-left: 140px;
  }
  @media only screen and (max-width: 1200px) {
    .hp_large-left {
      margin-left: 122.5px;
    }
  }
  @media only screen and (max-width: 834px) {
    .hp_large-left {
      margin-left: 105px;
    }
  }
}
@media only screen and (max-width: 640px) {
  .hp_large-left {
    margin-left: 112px;
  }
}

.row-cols {
  --gutter-x: 0.01px;
  --gutter-y: 0.01px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: calc(var(--gutter-y) * -1);
}
.row-cols .box {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin-right: var(--gutter-x);
  margin-bottom: var(--gutter-y);
}

@media only screen and (min-width: 401px) {
  .row-cols-1 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 0) / 1);
  }
  .row-cols-1 .box:nth-child(1n) {
    margin-right: 0;
  }
  .row-cols-1 .box:not(:nth-child(1n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-2 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 1) / 2);
  }
  .row-cols-2 .box:nth-child(2n) {
    margin-right: 0;
  }
  .row-cols-2 .box:not(:nth-child(2n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-3 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 2) / 3);
  }
  .row-cols-3 .box:nth-child(3n) {
    margin-right: 0;
  }
  .row-cols-3 .box:not(:nth-child(3n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-4 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 3) / 4);
  }
  .row-cols-4 .box:nth-child(4n) {
    margin-right: 0;
  }
  .row-cols-4 .box:not(:nth-child(4n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-5 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 4) / 5);
  }
  .row-cols-5 .box:nth-child(5n) {
    margin-right: 0;
  }
  .row-cols-5 .box:not(:nth-child(5n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-6 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 5) / 6);
  }
  .row-cols-6 .box:nth-child(6n) {
    margin-right: 0;
  }
  .row-cols-6 .box:not(:nth-child(6n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-7 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 6) / 7);
  }
  .row-cols-7 .box:nth-child(7n) {
    margin-right: 0;
  }
  .row-cols-7 .box:not(:nth-child(7n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-8 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 7) / 8);
  }
  .row-cols-8 .box:nth-child(8n) {
    margin-right: 0;
  }
  .row-cols-8 .box:not(:nth-child(8n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-9 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 8) / 9);
  }
  .row-cols-9 .box:nth-child(9n) {
    margin-right: 0;
  }
  .row-cols-9 .box:not(:nth-child(9n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-10 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 9) / 10);
  }
  .row-cols-10 .box:nth-child(10n) {
    margin-right: 0;
  }
  .row-cols-10 .box:not(:nth-child(10n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-11 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 10) / 11);
  }
  .row-cols-11 .box:nth-child(11n) {
    margin-right: 0;
  }
  .row-cols-11 .box:not(:nth-child(11n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-12 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 11) / 12);
  }
  .row-cols-12 .box:nth-child(12n) {
    margin-right: 0;
  }
  .row-cols-12 .box:not(:nth-child(12n)) {
    margin-right: var(--gutter-x);
  }
}
@media only screen and (min-width: 641px) {
  .row-cols-sp-1 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 0) / 1);
  }
  .row-cols-sp-1 .box:nth-child(1n) {
    margin-right: 0;
  }
  .row-cols-sp-1 .box:not(:nth-child(1n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-sp-2 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 1) / 2);
  }
  .row-cols-sp-2 .box:nth-child(2n) {
    margin-right: 0;
  }
  .row-cols-sp-2 .box:not(:nth-child(2n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-sp-3 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 2) / 3);
  }
  .row-cols-sp-3 .box:nth-child(3n) {
    margin-right: 0;
  }
  .row-cols-sp-3 .box:not(:nth-child(3n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-sp-4 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 3) / 4);
  }
  .row-cols-sp-4 .box:nth-child(4n) {
    margin-right: 0;
  }
  .row-cols-sp-4 .box:not(:nth-child(4n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-sp-5 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 4) / 5);
  }
  .row-cols-sp-5 .box:nth-child(5n) {
    margin-right: 0;
  }
  .row-cols-sp-5 .box:not(:nth-child(5n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-sp-6 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 5) / 6);
  }
  .row-cols-sp-6 .box:nth-child(6n) {
    margin-right: 0;
  }
  .row-cols-sp-6 .box:not(:nth-child(6n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-sp-7 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 6) / 7);
  }
  .row-cols-sp-7 .box:nth-child(7n) {
    margin-right: 0;
  }
  .row-cols-sp-7 .box:not(:nth-child(7n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-sp-8 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 7) / 8);
  }
  .row-cols-sp-8 .box:nth-child(8n) {
    margin-right: 0;
  }
  .row-cols-sp-8 .box:not(:nth-child(8n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-sp-9 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 8) / 9);
  }
  .row-cols-sp-9 .box:nth-child(9n) {
    margin-right: 0;
  }
  .row-cols-sp-9 .box:not(:nth-child(9n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-sp-10 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 9) / 10);
  }
  .row-cols-sp-10 .box:nth-child(10n) {
    margin-right: 0;
  }
  .row-cols-sp-10 .box:not(:nth-child(10n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-sp-11 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 10) / 11);
  }
  .row-cols-sp-11 .box:nth-child(11n) {
    margin-right: 0;
  }
  .row-cols-sp-11 .box:not(:nth-child(11n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-sp-12 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 11) / 12);
  }
  .row-cols-sp-12 .box:nth-child(12n) {
    margin-right: 0;
  }
  .row-cols-sp-12 .box:not(:nth-child(12n)) {
    margin-right: var(--gutter-x);
  }
}
@media only screen and (min-width: 835px) {
  .row-cols-tab-1 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 0) / 1);
  }
  .row-cols-tab-1 .box:nth-child(1n) {
    margin-right: 0;
  }
  .row-cols-tab-1 .box:not(:nth-child(1n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-tab-2 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 1) / 2);
  }
  .row-cols-tab-2 .box:nth-child(2n) {
    margin-right: 0;
  }
  .row-cols-tab-2 .box:not(:nth-child(2n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-tab-3 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 2) / 3);
  }
  .row-cols-tab-3 .box:nth-child(3n) {
    margin-right: 0;
  }
  .row-cols-tab-3 .box:not(:nth-child(3n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-tab-4 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 3) / 4);
  }
  .row-cols-tab-4 .box:nth-child(4n) {
    margin-right: 0;
  }
  .row-cols-tab-4 .box:not(:nth-child(4n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-tab-5 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 4) / 5);
  }
  .row-cols-tab-5 .box:nth-child(5n) {
    margin-right: 0;
  }
  .row-cols-tab-5 .box:not(:nth-child(5n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-tab-6 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 5) / 6);
  }
  .row-cols-tab-6 .box:nth-child(6n) {
    margin-right: 0;
  }
  .row-cols-tab-6 .box:not(:nth-child(6n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-tab-7 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 6) / 7);
  }
  .row-cols-tab-7 .box:nth-child(7n) {
    margin-right: 0;
  }
  .row-cols-tab-7 .box:not(:nth-child(7n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-tab-8 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 7) / 8);
  }
  .row-cols-tab-8 .box:nth-child(8n) {
    margin-right: 0;
  }
  .row-cols-tab-8 .box:not(:nth-child(8n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-tab-9 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 8) / 9);
  }
  .row-cols-tab-9 .box:nth-child(9n) {
    margin-right: 0;
  }
  .row-cols-tab-9 .box:not(:nth-child(9n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-tab-10 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 9) / 10);
  }
  .row-cols-tab-10 .box:nth-child(10n) {
    margin-right: 0;
  }
  .row-cols-tab-10 .box:not(:nth-child(10n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-tab-11 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 10) / 11);
  }
  .row-cols-tab-11 .box:nth-child(11n) {
    margin-right: 0;
  }
  .row-cols-tab-11 .box:not(:nth-child(11n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-tab-12 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 11) / 12);
  }
  .row-cols-tab-12 .box:nth-child(12n) {
    margin-right: 0;
  }
  .row-cols-tab-12 .box:not(:nth-child(12n)) {
    margin-right: var(--gutter-x);
  }
}
@media only screen and (min-width: 1001px) {
  .row-cols-bp1000-1 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 0) / 1);
  }
  .row-cols-bp1000-1 .box:nth-child(1n) {
    margin-right: 0;
  }
  .row-cols-bp1000-1 .box:not(:nth-child(1n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1000-2 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 1) / 2);
  }
  .row-cols-bp1000-2 .box:nth-child(2n) {
    margin-right: 0;
  }
  .row-cols-bp1000-2 .box:not(:nth-child(2n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1000-3 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 2) / 3);
  }
  .row-cols-bp1000-3 .box:nth-child(3n) {
    margin-right: 0;
  }
  .row-cols-bp1000-3 .box:not(:nth-child(3n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1000-4 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 3) / 4);
  }
  .row-cols-bp1000-4 .box:nth-child(4n) {
    margin-right: 0;
  }
  .row-cols-bp1000-4 .box:not(:nth-child(4n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1000-5 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 4) / 5);
  }
  .row-cols-bp1000-5 .box:nth-child(5n) {
    margin-right: 0;
  }
  .row-cols-bp1000-5 .box:not(:nth-child(5n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1000-6 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 5) / 6);
  }
  .row-cols-bp1000-6 .box:nth-child(6n) {
    margin-right: 0;
  }
  .row-cols-bp1000-6 .box:not(:nth-child(6n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1000-7 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 6) / 7);
  }
  .row-cols-bp1000-7 .box:nth-child(7n) {
    margin-right: 0;
  }
  .row-cols-bp1000-7 .box:not(:nth-child(7n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1000-8 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 7) / 8);
  }
  .row-cols-bp1000-8 .box:nth-child(8n) {
    margin-right: 0;
  }
  .row-cols-bp1000-8 .box:not(:nth-child(8n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1000-9 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 8) / 9);
  }
  .row-cols-bp1000-9 .box:nth-child(9n) {
    margin-right: 0;
  }
  .row-cols-bp1000-9 .box:not(:nth-child(9n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1000-10 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 9) / 10);
  }
  .row-cols-bp1000-10 .box:nth-child(10n) {
    margin-right: 0;
  }
  .row-cols-bp1000-10 .box:not(:nth-child(10n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1000-11 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 10) / 11);
  }
  .row-cols-bp1000-11 .box:nth-child(11n) {
    margin-right: 0;
  }
  .row-cols-bp1000-11 .box:not(:nth-child(11n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1000-12 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 11) / 12);
  }
  .row-cols-bp1000-12 .box:nth-child(12n) {
    margin-right: 0;
  }
  .row-cols-bp1000-12 .box:not(:nth-child(12n)) {
    margin-right: var(--gutter-x);
  }
}
@media only screen and (min-width: 1201px) {
  .row-cols-bp1200-1 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 0) / 1);
  }
  .row-cols-bp1200-1 .box:nth-child(1n) {
    margin-right: 0;
  }
  .row-cols-bp1200-1 .box:not(:nth-child(1n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1200-2 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 1) / 2);
  }
  .row-cols-bp1200-2 .box:nth-child(2n) {
    margin-right: 0;
  }
  .row-cols-bp1200-2 .box:not(:nth-child(2n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1200-3 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 2) / 3);
  }
  .row-cols-bp1200-3 .box:nth-child(3n) {
    margin-right: 0;
  }
  .row-cols-bp1200-3 .box:not(:nth-child(3n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1200-4 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 3) / 4);
  }
  .row-cols-bp1200-4 .box:nth-child(4n) {
    margin-right: 0;
  }
  .row-cols-bp1200-4 .box:not(:nth-child(4n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1200-5 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 4) / 5);
  }
  .row-cols-bp1200-5 .box:nth-child(5n) {
    margin-right: 0;
  }
  .row-cols-bp1200-5 .box:not(:nth-child(5n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1200-6 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 5) / 6);
  }
  .row-cols-bp1200-6 .box:nth-child(6n) {
    margin-right: 0;
  }
  .row-cols-bp1200-6 .box:not(:nth-child(6n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1200-7 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 6) / 7);
  }
  .row-cols-bp1200-7 .box:nth-child(7n) {
    margin-right: 0;
  }
  .row-cols-bp1200-7 .box:not(:nth-child(7n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1200-8 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 7) / 8);
  }
  .row-cols-bp1200-8 .box:nth-child(8n) {
    margin-right: 0;
  }
  .row-cols-bp1200-8 .box:not(:nth-child(8n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1200-9 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 8) / 9);
  }
  .row-cols-bp1200-9 .box:nth-child(9n) {
    margin-right: 0;
  }
  .row-cols-bp1200-9 .box:not(:nth-child(9n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1200-10 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 9) / 10);
  }
  .row-cols-bp1200-10 .box:nth-child(10n) {
    margin-right: 0;
  }
  .row-cols-bp1200-10 .box:not(:nth-child(10n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1200-11 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 10) / 11);
  }
  .row-cols-bp1200-11 .box:nth-child(11n) {
    margin-right: 0;
  }
  .row-cols-bp1200-11 .box:not(:nth-child(11n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1200-12 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 11) / 12);
  }
  .row-cols-bp1200-12 .box:nth-child(12n) {
    margin-right: 0;
  }
  .row-cols-bp1200-12 .box:not(:nth-child(12n)) {
    margin-right: var(--gutter-x);
  }
}
@media only screen and (min-width: 1001px) {
  .row-cols-drawer-1 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 0) / 1);
  }
  .row-cols-drawer-1 .box:nth-child(1n) {
    margin-right: 0;
  }
  .row-cols-drawer-1 .box:not(:nth-child(1n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-drawer-2 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 1) / 2);
  }
  .row-cols-drawer-2 .box:nth-child(2n) {
    margin-right: 0;
  }
  .row-cols-drawer-2 .box:not(:nth-child(2n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-drawer-3 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 2) / 3);
  }
  .row-cols-drawer-3 .box:nth-child(3n) {
    margin-right: 0;
  }
  .row-cols-drawer-3 .box:not(:nth-child(3n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-drawer-4 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 3) / 4);
  }
  .row-cols-drawer-4 .box:nth-child(4n) {
    margin-right: 0;
  }
  .row-cols-drawer-4 .box:not(:nth-child(4n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-drawer-5 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 4) / 5);
  }
  .row-cols-drawer-5 .box:nth-child(5n) {
    margin-right: 0;
  }
  .row-cols-drawer-5 .box:not(:nth-child(5n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-drawer-6 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 5) / 6);
  }
  .row-cols-drawer-6 .box:nth-child(6n) {
    margin-right: 0;
  }
  .row-cols-drawer-6 .box:not(:nth-child(6n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-drawer-7 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 6) / 7);
  }
  .row-cols-drawer-7 .box:nth-child(7n) {
    margin-right: 0;
  }
  .row-cols-drawer-7 .box:not(:nth-child(7n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-drawer-8 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 7) / 8);
  }
  .row-cols-drawer-8 .box:nth-child(8n) {
    margin-right: 0;
  }
  .row-cols-drawer-8 .box:not(:nth-child(8n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-drawer-9 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 8) / 9);
  }
  .row-cols-drawer-9 .box:nth-child(9n) {
    margin-right: 0;
  }
  .row-cols-drawer-9 .box:not(:nth-child(9n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-drawer-10 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 9) / 10);
  }
  .row-cols-drawer-10 .box:nth-child(10n) {
    margin-right: 0;
  }
  .row-cols-drawer-10 .box:not(:nth-child(10n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-drawer-11 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 10) / 11);
  }
  .row-cols-drawer-11 .box:nth-child(11n) {
    margin-right: 0;
  }
  .row-cols-drawer-11 .box:not(:nth-child(11n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-drawer-12 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 11) / 12);
  }
  .row-cols-drawer-12 .box:nth-child(12n) {
    margin-right: 0;
  }
  .row-cols-drawer-12 .box:not(:nth-child(12n)) {
    margin-right: var(--gutter-x);
  }
}
@media only screen and (min-width: 401px) {
  .d-inline {
    display: inline !important;
  }
}
@media only screen and (min-width: 401px) {
  .d-inline-block {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 401px) {
  .d-block {
    display: block !important;
  }
}
@media only screen and (min-width: 401px) {
  .d-grid {
    display: grid !important;
  }
}
@media only screen and (min-width: 401px) {
  .d-table {
    display: table !important;
  }
}
@media only screen and (min-width: 401px) {
  .d-table-row {
    display: table-row !important;
  }
}
@media only screen and (min-width: 401px) {
  .d-table-cell {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 401px) {
  .d-flex {
    display: flex !important;
  }
}
@media only screen and (min-width: 401px) {
  .d-inline-flex {
    display: inline-flex !important;
  }
}
@media only screen and (min-width: 401px) {
  .d-none {
    display: none !important;
  }
}
@media only screen and (min-width: 401px) {
  .text-align-center * {
    text-align: center !important;
  }
  .text-align-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 401px) {
  .text-align-left * {
    text-align: left !important;
  }
  .text-align-left {
    text-align: left !important;
  }
}
@media only screen and (min-width: 401px) {
  .text-align-right * {
    text-align: right !important;
  }
  .text-align-right {
    text-align: right !important;
  }
}
@media only screen and (min-width: 641px) {
  .d-sp-inline {
    display: inline !important;
  }
}
@media only screen and (min-width: 641px) {
  .d-sp-inline-block {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 641px) {
  .d-sp-block {
    display: block !important;
  }
}
@media only screen and (min-width: 641px) {
  .d-sp-grid {
    display: grid !important;
  }
}
@media only screen and (min-width: 641px) {
  .d-sp-table {
    display: table !important;
  }
}
@media only screen and (min-width: 641px) {
  .d-sp-table-row {
    display: table-row !important;
  }
}
@media only screen and (min-width: 641px) {
  .d-sp-table-cell {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 641px) {
  .d-sp-flex {
    display: flex !important;
  }
}
@media only screen and (min-width: 641px) {
  .d-sp-inline-flex {
    display: inline-flex !important;
  }
}
@media only screen and (min-width: 641px) {
  .d-sp-none {
    display: none !important;
  }
}
@media only screen and (min-width: 641px) {
  .text-align-sp-center * {
    text-align: center !important;
  }
  .text-align-sp-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 641px) {
  .text-align-sp-left * {
    text-align: left !important;
  }
  .text-align-sp-left {
    text-align: left !important;
  }
}
@media only screen and (min-width: 641px) {
  .text-align-sp-right * {
    text-align: right !important;
  }
  .text-align-sp-right {
    text-align: right !important;
  }
}
@media only screen and (min-width: 835px) {
  .d-tab-inline {
    display: inline !important;
  }
}
@media only screen and (min-width: 835px) {
  .d-tab-inline-block {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 835px) {
  .d-tab-block {
    display: block !important;
  }
}
@media only screen and (min-width: 835px) {
  .d-tab-grid {
    display: grid !important;
  }
}
@media only screen and (min-width: 835px) {
  .d-tab-table {
    display: table !important;
  }
}
@media only screen and (min-width: 835px) {
  .d-tab-table-row {
    display: table-row !important;
  }
}
@media only screen and (min-width: 835px) {
  .d-tab-table-cell {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 835px) {
  .d-tab-flex {
    display: flex !important;
  }
}
@media only screen and (min-width: 835px) {
  .d-tab-inline-flex {
    display: inline-flex !important;
  }
}
@media only screen and (min-width: 835px) {
  .d-tab-none {
    display: none !important;
  }
}
@media only screen and (min-width: 835px) {
  .text-align-tab-center * {
    text-align: center !important;
  }
  .text-align-tab-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 835px) {
  .text-align-tab-left * {
    text-align: left !important;
  }
  .text-align-tab-left {
    text-align: left !important;
  }
}
@media only screen and (min-width: 835px) {
  .text-align-tab-right * {
    text-align: right !important;
  }
  .text-align-tab-right {
    text-align: right !important;
  }
}
@media only screen and (min-width: 1001px) {
  .d-bp1000-inline {
    display: inline !important;
  }
}
@media only screen and (min-width: 1001px) {
  .d-bp1000-inline-block {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 1001px) {
  .d-bp1000-block {
    display: block !important;
  }
}
@media only screen and (min-width: 1001px) {
  .d-bp1000-grid {
    display: grid !important;
  }
}
@media only screen and (min-width: 1001px) {
  .d-bp1000-table {
    display: table !important;
  }
}
@media only screen and (min-width: 1001px) {
  .d-bp1000-table-row {
    display: table-row !important;
  }
}
@media only screen and (min-width: 1001px) {
  .d-bp1000-table-cell {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 1001px) {
  .d-bp1000-flex {
    display: flex !important;
  }
}
@media only screen and (min-width: 1001px) {
  .d-bp1000-inline-flex {
    display: inline-flex !important;
  }
}
@media only screen and (min-width: 1001px) {
  .d-bp1000-none {
    display: none !important;
  }
}
@media only screen and (min-width: 1001px) {
  .text-align-bp1000-center * {
    text-align: center !important;
  }
  .text-align-bp1000-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 1001px) {
  .text-align-bp1000-left * {
    text-align: left !important;
  }
  .text-align-bp1000-left {
    text-align: left !important;
  }
}
@media only screen and (min-width: 1001px) {
  .text-align-bp1000-right * {
    text-align: right !important;
  }
  .text-align-bp1000-right {
    text-align: right !important;
  }
}
@media only screen and (min-width: 1201px) {
  .d-bp1200-inline {
    display: inline !important;
  }
}
@media only screen and (min-width: 1201px) {
  .d-bp1200-inline-block {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 1201px) {
  .d-bp1200-block {
    display: block !important;
  }
}
@media only screen and (min-width: 1201px) {
  .d-bp1200-grid {
    display: grid !important;
  }
}
@media only screen and (min-width: 1201px) {
  .d-bp1200-table {
    display: table !important;
  }
}
@media only screen and (min-width: 1201px) {
  .d-bp1200-table-row {
    display: table-row !important;
  }
}
@media only screen and (min-width: 1201px) {
  .d-bp1200-table-cell {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 1201px) {
  .d-bp1200-flex {
    display: flex !important;
  }
}
@media only screen and (min-width: 1201px) {
  .d-bp1200-inline-flex {
    display: inline-flex !important;
  }
}
@media only screen and (min-width: 1201px) {
  .d-bp1200-none {
    display: none !important;
  }
}
@media only screen and (min-width: 1201px) {
  .text-align-bp1200-center * {
    text-align: center !important;
  }
  .text-align-bp1200-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 1201px) {
  .text-align-bp1200-left * {
    text-align: left !important;
  }
  .text-align-bp1200-left {
    text-align: left !important;
  }
}
@media only screen and (min-width: 1201px) {
  .text-align-bp1200-right * {
    text-align: right !important;
  }
  .text-align-bp1200-right {
    text-align: right !important;
  }
}
@media only screen and (min-width: 1001px) {
  .d-drawer-inline {
    display: inline !important;
  }
}
@media only screen and (min-width: 1001px) {
  .d-drawer-inline-block {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 1001px) {
  .d-drawer-block {
    display: block !important;
  }
}
@media only screen and (min-width: 1001px) {
  .d-drawer-grid {
    display: grid !important;
  }
}
@media only screen and (min-width: 1001px) {
  .d-drawer-table {
    display: table !important;
  }
}
@media only screen and (min-width: 1001px) {
  .d-drawer-table-row {
    display: table-row !important;
  }
}
@media only screen and (min-width: 1001px) {
  .d-drawer-table-cell {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 1001px) {
  .d-drawer-flex {
    display: flex !important;
  }
}
@media only screen and (min-width: 1001px) {
  .d-drawer-inline-flex {
    display: inline-flex !important;
  }
}
@media only screen and (min-width: 1001px) {
  .d-drawer-none {
    display: none !important;
  }
}
@media only screen and (min-width: 1001px) {
  .text-align-drawer-center * {
    text-align: center !important;
  }
  .text-align-drawer-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 1001px) {
  .text-align-drawer-left * {
    text-align: left !important;
  }
  .text-align-drawer-left {
    text-align: left !important;
  }
}
@media only screen and (min-width: 1001px) {
  .text-align-drawer-right * {
    text-align: right !important;
  }
  .text-align-drawer-right {
    text-align: right !important;
  }
}
.bl_btn, .bl_btn-icon {
  display: inline-block;
  width: 100%;
  min-width: 250px;
  padding: 1.25rem;
  color: #000000 !important;
  text-align: center;
  border: 1px solid #000000;
  letter-spacing: 0;
}

.bl_btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-size: 1.25rem;
  position: relative;
}
.bl_btn-icon--close::after {
  margin-left: 10px;
  font-family: "Font Awesome 5 Free";
  content: "\f00d";
  font-weight: 900;
}

.bl_drawer-btn {
  display: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: fixed;
  top: 15px;
  right: 20px;
  z-index: 1000;
}
@media only screen and (max-width: 1000px) {
  .bl_drawer-btn {
    display: block;
  }
}
.bl_drawer-btn__line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: black;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.5s ease;
}
.bl_drawer-btn .line1 {
  transform: translate(-50%, -10px);
}
.bl_drawer-btn .line2 {
  height: 0.1px;
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
}
.bl_drawer-btn .line3 {
  transform: translate(-50%, 10px);
}

.is_open .bl_drawer-btn .line1 {
  transform: translate(-50%, 0) rotate(45deg);
}
.is_open .bl_drawer-btn .line2 {
  opacity: 0;
  visibility: hidden;
}
.is_open .bl_drawer-btn .line3 {
  transform: translate(-50%, 0) rotate(-45deg);
}

.btn {
  display: inline-block;
  min-width: 250px;
  padding: 20px;
  transition: 0.3s;
}
.btn:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.btn--style_01 {
  color: #000000 !important;
  background-color: white;
  text-align: center;
  border: 1px solid #000000;
}
.btn--style_01:after {
  margin-left: 20px;
  content: "";
  font: var(--fa-font-solid);
  content: "\f105";
}

.bl_dl-reset.form_wrap > dl, .form_wrap.bl_dl-menu-col3 > dl, .form_wrap.bl_dl-menu-col2 > dl, .form_wrap.bl_dl-menu-col1 > dl, .form_wrap.bl_dl-company-row > dl, .form_wrap.bl_dl-company > dl, .form_wrap.bl_dl-news > dl, .form_wrap.bl_dl-faq > dl, .form_wrap.bl_dl-border > dl {
  width: 100%;
}
.bl_dl-reset.form_wrap > dl:last-of-type > dt, .form_wrap.bl_dl-menu-col3 > dl:last-of-type > dt, .form_wrap.bl_dl-menu-col2 > dl:last-of-type > dt, .form_wrap.bl_dl-menu-col1 > dl:last-of-type > dt, .form_wrap.bl_dl-company-row > dl:last-of-type > dt, .form_wrap.bl_dl-company > dl:last-of-type > dt, .form_wrap.bl_dl-news > dl:last-of-type > dt, .form_wrap.bl_dl-faq > dl:last-of-type > dt, .form_wrap.bl_dl-border > dl:last-of-type > dt, .bl_dl-reset.form_wrap > dl:last-of-type > dd, .form_wrap.bl_dl-menu-col3 > dl:last-of-type > dd, .form_wrap.bl_dl-menu-col2 > dl:last-of-type > dd, .form_wrap.bl_dl-menu-col1 > dl:last-of-type > dd, .form_wrap.bl_dl-company-row > dl:last-of-type > dd, .form_wrap.bl_dl-company > dl:last-of-type > dd, .form_wrap.bl_dl-news > dl:last-of-type > dd, .form_wrap.bl_dl-faq > dl:last-of-type > dd, .form_wrap.bl_dl-border > dl:last-of-type > dd {
  border: none;
  border-bottom: none;
}
.bl_dl-reset.form_wrap > dl > dt, .form_wrap.bl_dl-menu-col3 > dl > dt, .form_wrap.bl_dl-menu-col2 > dl > dt, .form_wrap.bl_dl-menu-col1 > dl > dt, .form_wrap.bl_dl-company-row > dl > dt, .form_wrap.bl_dl-company > dl > dt, .form_wrap.bl_dl-news > dl > dt, .form_wrap.bl_dl-faq > dl > dt, .form_wrap.bl_dl-border > dl > dt, .bl_dl-reset.form_wrap > dl > dd, .form_wrap.bl_dl-menu-col3 > dl > dd, .form_wrap.bl_dl-menu-col2 > dl > dd, .form_wrap.bl_dl-menu-col1 > dl > dd, .form_wrap.bl_dl-company-row > dl > dd, .form_wrap.bl_dl-company > dl > dd, .form_wrap.bl_dl-news > dl > dd, .form_wrap.bl_dl-faq > dl > dd, .form_wrap.bl_dl-border > dl > dd {
  border: none;
  background-color: transparent;
  padding: 0;
}

.bl_dl-border.form_wrap > dl {
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.bl_dl-border.form_wrap > dl > dt {
  border-right: 1px solid #cccccc;
}
.bl_dl-border.form_wrap > dl:last-child {
  border-bottom: 1px solid #cccccc;
}
.bl_dl-border.form_wrap > dl:last-child > dt {
  border-right: 1px solid #cccccc;
}

.bl_dl-faq.form_wrap dl {
  flex-direction: column;
  margin-bottom: 1.5rem;
  background-color: white;
}
.bl_dl-faq.form_wrap dl > dt {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
  cursor: pointer;
}
.bl_dl-faq.form_wrap dl > dt:after {
  display: inline-block;
  content: "+";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: all 0.5s ease;
}
.bl_dl-faq.form_wrap dl > dd {
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.bl_dl-faq.form_wrap dl.is_open > dt {
  padding-bottom: 2rem;
}
.bl_dl-faq.form_wrap dl.is_open > dt:after {
  transition: all 0.5s ease;
  transform: rotate(45deg);
}
.bl_dl-faq.form_wrap dl.is_open > dd {
  height: auto;
  padding: 2rem;
  border-top: 1px dotted #000000;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease;
}

.bl_dl-news.form_wrap {
  height: 300px;
  overflow-y: scroll;
}
.bl_dl-news.form_wrap::-webkit-scrollbar {
  width: 5px;
}
.bl_dl-news.form_wrap::-webkit-scrollbar-track {
  background-color: transparent;
}
.bl_dl-news.form_wrap::-webkit-scrollbar-thumb {
  background-color: #dadada;
  border-radius: 5px;
}
@media only screen and (max-width: 834px) {
  .bl_dl-news.form_wrap dl {
    flex-direction: column;
  }
}
@media only screen and (max-width: 834px) {
  .bl_dl-news.form_wrap dl dt,
  .bl_dl-news.form_wrap dl dd {
    width: 100% !important;
  }
}
.bl_dl-news.form_wrap dl dt {
  justify-content: flex-start;
}

.form_wrap.bl_dl-company > dl {
  flex-direction: column;
  margin-bottom: 2rem;
}
.form_wrap.bl_dl-company > dl > dt {
  margin-bottom: 0.5rem;
  align-items: flex-start;
  font-size: 1.25rem;
}
@media only screen and (max-width: 834px) {
  .form_wrap.bl_dl-company > dl > dd {
    text-align: left;
  }
}

.form_wrap.bl_dl-company-row {
  background-color: #fff;
}
.form_wrap.bl_dl-company-row dl {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #000000;
}
@media only screen and (max-width: 640px) {
  .form_wrap.bl_dl-company-row dl {
    flex-direction: column;
  }
}
.form_wrap.bl_dl-company-row dl > dt,
.form_wrap.bl_dl-company-row dl > dd {
  padding: 1rem;
}
@media only screen and (max-width: 640px) {
  .form_wrap.bl_dl-company-row dl > dt,
  .form_wrap.bl_dl-company-row dl > dd {
    width: 100% !important;
    padding: 0;
  }
}
@media only screen and (max-width: 640px) {
  .form_wrap.bl_dl-company-row dl > dt {
    padding-bottom: 1rem;
  }
}

.form_wrap.bl_dl-menu-col1 {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .form_wrap.bl_dl-menu-col1 {
    display: flex;
    flex-direction: column;
  }
}
.form_wrap.bl_dl-menu-col1 dl {
  justify-content: space-between;
  align-items: flex-end;
  width: 95%;
  margin-right: 5%;
  margin-bottom: 3.5rem;
  border-bottom: 1px solid #1a1a1a;
}
.form_wrap.bl_dl-menu-col1 dl:nth-child(1n) {
  margin-right: 0;
}
@media only screen and (max-width: 834px) {
  .form_wrap.bl_dl-menu-col1 dl {
    width: 100%;
    margin-right: 0;
  }
  .form_wrap.bl_dl-menu-col1 dl:nth-child(1n) {
    margin-right: 0;
  }
}
.form_wrap.bl_dl-menu-col1 dt {
  display: inline-block;
}
.form_wrap.bl_dl-menu-col1 dd {
  text-align: right;
}
.form_wrap.bl_dl-menu-col1--with-title dl:first-child {
  margin: 0;
  margin-bottom: 1.5em;
  border: none;
}
.form_wrap.bl_dl-menu-col1--with-title dl:first-child dt {
  display: inline-block;
  width: auto !important;
  font-size: clamp(1rem, 2.5vw, 1.875rem);
  background: linear-gradient(transparent 60%, #fbb42b 60%);
}
.form_wrap.bl_dl-menu-col1--with-title dl:first-child dd {
  display: none;
}

.form_wrap.bl_dl-menu-col2 {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .form_wrap.bl_dl-menu-col2 {
    display: flex;
    flex-direction: column;
  }
}
.form_wrap.bl_dl-menu-col2 dl {
  justify-content: space-between;
  align-items: flex-end;
  width: 45%;
  margin-right: 5%;
  margin-bottom: 3.5rem;
  border-bottom: 1px solid #1a1a1a;
}
.form_wrap.bl_dl-menu-col2 dl:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (max-width: 834px) {
  .form_wrap.bl_dl-menu-col2 dl {
    width: 100%;
    margin-right: 0;
  }
  .form_wrap.bl_dl-menu-col2 dl:nth-child(2n) {
    margin-right: 0;
  }
}
.form_wrap.bl_dl-menu-col2 dt {
  display: inline-block;
}
.form_wrap.bl_dl-menu-col2 dd {
  text-align: right;
}
.form_wrap.bl_dl-menu-col2--with-title dl:first-child {
  margin: 0;
  margin-bottom: 1.5em;
  border: none;
}
.form_wrap.bl_dl-menu-col2--with-title dl:first-child dt {
  display: inline-block;
  width: auto !important;
  font-size: clamp(1rem, 2.5vw, 1.875rem);
  background: linear-gradient(transparent 60%, #fbb42b 60%);
}
.form_wrap.bl_dl-menu-col2--with-title dl:first-child dd {
  display: none;
}

.form_wrap.bl_dl-menu-col3 {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .form_wrap.bl_dl-menu-col3 {
    display: flex;
    flex-direction: column;
  }
}
.form_wrap.bl_dl-menu-col3 dl {
  justify-content: space-between;
  align-items: flex-end;
  width: 28.3333333333%;
  margin-right: 5%;
  margin-bottom: 3.5rem;
  border-bottom: 1px solid #1a1a1a;
}
.form_wrap.bl_dl-menu-col3 dl:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 834px) {
  .form_wrap.bl_dl-menu-col3 dl {
    width: 100%;
    margin-right: 0;
  }
  .form_wrap.bl_dl-menu-col3 dl:nth-child(3n) {
    margin-right: 0;
  }
}
.form_wrap.bl_dl-menu-col3 dt {
  display: inline-block;
}
.form_wrap.bl_dl-menu-col3 dd {
  text-align: right;
}
.form_wrap.bl_dl-menu-col3--with-title dl:first-child {
  margin: 0;
  margin-bottom: 1.5em;
  border: none;
}
.form_wrap.bl_dl-menu-col3--with-title dl:first-child dt {
  display: inline-block;
  width: auto !important;
  font-size: clamp(1rem, 2.5vw, 1.875rem);
  background: linear-gradient(transparent 60%, #fbb42b 60%);
}
.form_wrap.bl_dl-menu-col3--with-title dl:first-child dd {
  display: none;
}

.bl_nav {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .bl_nav {
    background-color: #f5f4ef;
    text-align: left;
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    overflow-y: scroll;
    transform: translateX(100%);
    transition: all 0.5s ease-in-out;
    z-index: 20;
  }
}
.bl_nav__lists {
  display: flex;
}
@media only screen and (max-width: 1000px) {
  .bl_nav__lists {
    display: block;
    margin-top: 100px;
  }
}
@media only screen and (max-width: 1000px) {
  .bl_nav__list {
    border-bottom: 1px solid #000000;
  }
}
@media only screen and (max-width: 1000px) {
  .bl_nav__link {
    display: block;
    padding: 1rem;
  }
}

.is_open .bl_nav {
  transform: translateX(0);
}
.has_dropDown {
  position: relative;
}
@media only screen and (min-width: 1001px) {
  .has_dropDown:hover .bl_dropDown {
    width: 100%;
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 1000px) {
  .has_dropDown {
    background-color: #f5f4ef;
  }
  .has_dropDown > div {
    position: relative;
  }
  .has_dropDown > div:after {
    content: "\f0d7";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    color: #fff;
    background-color: #3f3f3f;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%) rotate(0);
  }
}

.bl_dropDown {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 10px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -60%;
  transform: translate(0, 0);
  transition: 0.5s;
  z-index: 1;
}
@media only screen and (max-width: 1000px) {
  .bl_dropDown {
    padding-top: 0;
    overflow: hidden;
    position: static;
    left: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .bl_dropDown__list {
    padding: 1rem 1rem 1rem 0;
  }
  .bl_dropDown__list:first-child {
    padding-top: 0;
  }
  .bl_dropDown__list:last-child {
    padding-bottom: 0;
  }
}
.bl_dropDown__link {
  display: block;
}
@media only screen and (max-width: 1000px) {
  .bl_dropDown__link {
    display: inline-block;
  }
  .bl_dropDown__link::before {
    content: "\f105";
    display: inline-block;
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
}

@media only screen and (max-width: 1000px) and (max-width: 1000px) {
  .is_checked.has_dropDown {
    background-color: #f5f4ef;
  }
}
@media only screen and (max-width: 1000px) {
  .is_checked .bl_dropDown {
    height: auto;
    margin: 1rem 0 1rem 2rem;
    opacity: 1;
    visibility: visible;
  }
}

.box a {
  display: block;
}

.bl_flexbox-images1 {
  align-items: center;
}
.bl_flexbox-images1 .box {
  width: 100%;
  margin-right: 3.3333333333%;
  margin-bottom: 2.5rem;
}
.bl_flexbox-images1 .box:nth-child(1n) {
  margin-right: 0;
}
@media only screen and (max-width: 834px) {
  .bl_flexbox-images1 .box {
    width: 48.3333333333%;
  }
  .bl_flexbox-images1 .box:nth-child(1n) {
    margin-right: 3.3333333333%;
  }
  .bl_flexbox-images1 .box:nth-child(2n) {
    margin-right: 0;
  }
}
.bl_flexbox-images1--1_1 .image-wrapper {
  position: relative;
}
.bl_flexbox-images1--1_1 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 100%;
  text-align: center;
}
.bl_flexbox-images1--1_1 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.bl_flexbox-images1--1_1 .image-wrapper img {
  object-fit: contain;
}
.bl_flexbox-images1--4_3 .image-wrapper {
  position: relative;
}
.bl_flexbox-images1--4_3 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 75%;
  text-align: center;
}
.bl_flexbox-images1--4_3 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.bl_flexbox-images1--4_3 .image-wrapper img {
  object-fit: contain;
}
.bl_flexbox-images1--style1 .box {
  position: relative;
  z-index: 0;
  box-shadow: 6px 6px 11px #afafaf;
}
.bl_flexbox-images1--style1 .box article > h3 {
  display: none;
}
.bl_flexbox-images1--style1 .box article > div {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  padding: 0.5rem;
  font-size: 1.25rem;
  letter-spacing: 0;
  pointer-events: none;
}
.bl_flexbox-images1--style1 .image-wrapper {
  position: relative;
}
.bl_flexbox-images1--style1 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 133.3333333333%;
  text-align: center;
}
.bl_flexbox-images1--style1 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.bl_flexbox-images1--style1 .image-wrapper img {
  object-fit: contain;
}
.bl_flexbox-images1--style1 .image-wrapper img {
  object-fit: cover !important;
}
.bl_flexbox-images1--style2 .box {
  width: calc((100% - 0rem) / 1);
  margin-right: 1.5625rem;
  margin-bottom: 1.5625rem;
}
.bl_flexbox-images1--style2 .box:nth-child(1n) {
  margin-right: 0;
}
@media only screen and (max-width: 834px) {
  .bl_flexbox-images1--style2 .box:nth-child(2n) {
    margin-right: 1.5625rem;
  }
  .bl_flexbox-images1--style2 .box:nth-child(1n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .bl_flexbox-images1--style2 .box {
    width: calc((100% - 1.5625rem) / 2);
  }
  .bl_flexbox-images1--style2 .box:nth-child(1n) {
    margin-right: 1.5625rem;
  }
  .bl_flexbox-images1--style2 .box:nth-child(2n) {
    margin-right: 0;
  }
}
.bl_flexbox-images1--style2 .image-wrapper {
  position: relative;
}
.bl_flexbox-images1--style2 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 68.1818181818%;
  text-align: center;
}
.bl_flexbox-images1--style2 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.bl_flexbox-images1--style2 .image-wrapper img {
  object-fit: contain;
}

.bl_flexbox-images2 {
  align-items: center;
}
.bl_flexbox-images2 .box {
  width: 48.3333333333%;
  margin-right: 3.3333333333%;
  margin-bottom: 2.5rem;
}
.bl_flexbox-images2 .box:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (max-width: 834px) {
  .bl_flexbox-images2 .box {
    width: 48.3333333333%;
  }
  .bl_flexbox-images2 .box:nth-child(2n) {
    margin-right: 3.3333333333%;
  }
  .bl_flexbox-images2 .box:nth-child(2n) {
    margin-right: 0;
  }
}
.bl_flexbox-images2--1_1 .image-wrapper {
  position: relative;
}
.bl_flexbox-images2--1_1 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 100%;
  text-align: center;
}
.bl_flexbox-images2--1_1 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.bl_flexbox-images2--1_1 .image-wrapper img {
  object-fit: contain;
}
.bl_flexbox-images2--4_3 .image-wrapper {
  position: relative;
}
.bl_flexbox-images2--4_3 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 75%;
  text-align: center;
}
.bl_flexbox-images2--4_3 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.bl_flexbox-images2--4_3 .image-wrapper img {
  object-fit: contain;
}
.bl_flexbox-images2--style1 .box {
  position: relative;
  z-index: 0;
  box-shadow: 6px 6px 11px #afafaf;
}
.bl_flexbox-images2--style1 .box article > h3 {
  display: none;
}
.bl_flexbox-images2--style1 .box article > div {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  padding: 0.5rem;
  font-size: 1.25rem;
  letter-spacing: 0;
  pointer-events: none;
}
.bl_flexbox-images2--style1 .image-wrapper {
  position: relative;
}
.bl_flexbox-images2--style1 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 133.3333333333%;
  text-align: center;
}
.bl_flexbox-images2--style1 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.bl_flexbox-images2--style1 .image-wrapper img {
  object-fit: contain;
}
.bl_flexbox-images2--style1 .image-wrapper img {
  object-fit: cover !important;
}
.bl_flexbox-images2--style2 .box {
  width: calc((100% - 1.5625rem) / 2);
  margin-right: 1.5625rem;
  margin-bottom: 1.5625rem;
}
.bl_flexbox-images2--style2 .box:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (max-width: 834px) {
  .bl_flexbox-images2--style2 .box:nth-child(2n) {
    margin-right: 1.5625rem;
  }
  .bl_flexbox-images2--style2 .box:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .bl_flexbox-images2--style2 .box {
    width: calc((100% - 1.5625rem) / 2);
  }
  .bl_flexbox-images2--style2 .box:nth-child(2n) {
    margin-right: 1.5625rem;
  }
  .bl_flexbox-images2--style2 .box:nth-child(2n) {
    margin-right: 0;
  }
}
.bl_flexbox-images2--style2 .image-wrapper {
  position: relative;
}
.bl_flexbox-images2--style2 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 68.1818181818%;
  text-align: center;
}
.bl_flexbox-images2--style2 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.bl_flexbox-images2--style2 .image-wrapper img {
  object-fit: contain;
}

.bl_flexbox-images3 {
  align-items: center;
}
.bl_flexbox-images3 .box {
  width: 31.1111111111%;
  margin-right: 3.3333333333%;
  margin-bottom: 2.5rem;
}
.bl_flexbox-images3 .box:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 834px) {
  .bl_flexbox-images3 .box {
    width: 48.3333333333%;
  }
  .bl_flexbox-images3 .box:nth-child(3n) {
    margin-right: 3.3333333333%;
  }
  .bl_flexbox-images3 .box:nth-child(2n) {
    margin-right: 0;
  }
}
.bl_flexbox-images3--1_1 .image-wrapper {
  position: relative;
}
.bl_flexbox-images3--1_1 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 100%;
  text-align: center;
}
.bl_flexbox-images3--1_1 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.bl_flexbox-images3--1_1 .image-wrapper img {
  object-fit: contain;
}
.bl_flexbox-images3--4_3 .image-wrapper {
  position: relative;
}
.bl_flexbox-images3--4_3 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 75%;
  text-align: center;
}
.bl_flexbox-images3--4_3 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.bl_flexbox-images3--4_3 .image-wrapper img {
  object-fit: contain;
}
.bl_flexbox-images3--style1 .box {
  position: relative;
  z-index: 0;
  box-shadow: 6px 6px 11px #afafaf;
}
.bl_flexbox-images3--style1 .box article > h3 {
  display: none;
}
.bl_flexbox-images3--style1 .box article > div {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  padding: 0.5rem;
  font-size: 1.25rem;
  letter-spacing: 0;
  pointer-events: none;
}
.bl_flexbox-images3--style1 .image-wrapper {
  position: relative;
}
.bl_flexbox-images3--style1 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 133.3333333333%;
  text-align: center;
}
.bl_flexbox-images3--style1 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.bl_flexbox-images3--style1 .image-wrapper img {
  object-fit: contain;
}
.bl_flexbox-images3--style1 .image-wrapper img {
  object-fit: cover !important;
}
.bl_flexbox-images3--style2 .box {
  width: calc((100% - 3.125rem) / 3);
  margin-right: 1.5625rem;
  margin-bottom: 1.5625rem;
}
.bl_flexbox-images3--style2 .box:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 834px) {
  .bl_flexbox-images3--style2 .box:nth-child(2n) {
    margin-right: 1.5625rem;
  }
  .bl_flexbox-images3--style2 .box:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .bl_flexbox-images3--style2 .box {
    width: calc((100% - 1.5625rem) / 2);
  }
  .bl_flexbox-images3--style2 .box:nth-child(3n) {
    margin-right: 1.5625rem;
  }
  .bl_flexbox-images3--style2 .box:nth-child(2n) {
    margin-right: 0;
  }
}
.bl_flexbox-images3--style2 .image-wrapper {
  position: relative;
}
.bl_flexbox-images3--style2 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 68.1818181818%;
  text-align: center;
}
.bl_flexbox-images3--style2 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.bl_flexbox-images3--style2 .image-wrapper img {
  object-fit: contain;
}

.bl_flexbox-images4 {
  align-items: center;
}
.bl_flexbox-images4 .box {
  width: 22.5%;
  margin-right: 3.3333333333%;
  margin-bottom: 2.5rem;
}
.bl_flexbox-images4 .box:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 834px) {
  .bl_flexbox-images4 .box {
    width: 48.3333333333%;
  }
  .bl_flexbox-images4 .box:nth-child(4n) {
    margin-right: 3.3333333333%;
  }
  .bl_flexbox-images4 .box:nth-child(2n) {
    margin-right: 0;
  }
}
.bl_flexbox-images4--1_1 .image-wrapper {
  position: relative;
}
.bl_flexbox-images4--1_1 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 100%;
  text-align: center;
}
.bl_flexbox-images4--1_1 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.bl_flexbox-images4--1_1 .image-wrapper img {
  object-fit: contain;
}
.bl_flexbox-images4--4_3 .image-wrapper {
  position: relative;
}
.bl_flexbox-images4--4_3 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 75%;
  text-align: center;
}
.bl_flexbox-images4--4_3 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.bl_flexbox-images4--4_3 .image-wrapper img {
  object-fit: contain;
}
.bl_flexbox-images4--style1 .box {
  position: relative;
  z-index: 0;
  box-shadow: 6px 6px 11px #afafaf;
}
.bl_flexbox-images4--style1 .box article > h3 {
  display: none;
}
.bl_flexbox-images4--style1 .box article > div {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  padding: 0.5rem;
  font-size: 1.25rem;
  letter-spacing: 0;
  pointer-events: none;
}
.bl_flexbox-images4--style1 .image-wrapper {
  position: relative;
}
.bl_flexbox-images4--style1 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 133.3333333333%;
  text-align: center;
}
.bl_flexbox-images4--style1 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.bl_flexbox-images4--style1 .image-wrapper img {
  object-fit: contain;
}
.bl_flexbox-images4--style1 .image-wrapper img {
  object-fit: cover !important;
}
.bl_flexbox-images4--style2 .box {
  width: calc((100% - 4.6875rem) / 4);
  margin-right: 1.5625rem;
  margin-bottom: 1.5625rem;
}
.bl_flexbox-images4--style2 .box:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 834px) {
  .bl_flexbox-images4--style2 .box:nth-child(2n) {
    margin-right: 1.5625rem;
  }
  .bl_flexbox-images4--style2 .box:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .bl_flexbox-images4--style2 .box {
    width: calc((100% - 1.5625rem) / 2);
  }
  .bl_flexbox-images4--style2 .box:nth-child(4n) {
    margin-right: 1.5625rem;
  }
  .bl_flexbox-images4--style2 .box:nth-child(2n) {
    margin-right: 0;
  }
}
.bl_flexbox-images4--style2 .image-wrapper {
  position: relative;
}
.bl_flexbox-images4--style2 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 68.1818181818%;
  text-align: center;
}
.bl_flexbox-images4--style2 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.bl_flexbox-images4--style2 .image-wrapper img {
  object-fit: contain;
}

.bl_flexbox-images5 {
  align-items: center;
}
.bl_flexbox-images5 .box {
  width: 17.3333333333%;
  margin-right: 3.3333333333%;
  margin-bottom: 2.5rem;
}
.bl_flexbox-images5 .box:nth-child(5n) {
  margin-right: 0;
}
@media only screen and (max-width: 834px) {
  .bl_flexbox-images5 .box {
    width: 48.3333333333%;
  }
  .bl_flexbox-images5 .box:nth-child(5n) {
    margin-right: 3.3333333333%;
  }
  .bl_flexbox-images5 .box:nth-child(2n) {
    margin-right: 0;
  }
}
.bl_flexbox-images5--1_1 .image-wrapper {
  position: relative;
}
.bl_flexbox-images5--1_1 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 100%;
  text-align: center;
}
.bl_flexbox-images5--1_1 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.bl_flexbox-images5--1_1 .image-wrapper img {
  object-fit: contain;
}
.bl_flexbox-images5--4_3 .image-wrapper {
  position: relative;
}
.bl_flexbox-images5--4_3 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 75%;
  text-align: center;
}
.bl_flexbox-images5--4_3 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.bl_flexbox-images5--4_3 .image-wrapper img {
  object-fit: contain;
}
.bl_flexbox-images5--style1 .box {
  position: relative;
  z-index: 0;
  box-shadow: 6px 6px 11px #afafaf;
}
.bl_flexbox-images5--style1 .box article > h3 {
  display: none;
}
.bl_flexbox-images5--style1 .box article > div {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  padding: 0.5rem;
  font-size: 1.25rem;
  letter-spacing: 0;
  pointer-events: none;
}
.bl_flexbox-images5--style1 .image-wrapper {
  position: relative;
}
.bl_flexbox-images5--style1 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 133.3333333333%;
  text-align: center;
}
.bl_flexbox-images5--style1 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.bl_flexbox-images5--style1 .image-wrapper img {
  object-fit: contain;
}
.bl_flexbox-images5--style1 .image-wrapper img {
  object-fit: cover !important;
}
.bl_flexbox-images5--style2 .box {
  width: calc((100% - 6.25rem) / 5);
  margin-right: 1.5625rem;
  margin-bottom: 1.5625rem;
}
.bl_flexbox-images5--style2 .box:nth-child(5n) {
  margin-right: 0;
}
@media only screen and (max-width: 834px) {
  .bl_flexbox-images5--style2 .box:nth-child(2n) {
    margin-right: 1.5625rem;
  }
  .bl_flexbox-images5--style2 .box:nth-child(5n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .bl_flexbox-images5--style2 .box {
    width: calc((100% - 1.5625rem) / 2);
  }
  .bl_flexbox-images5--style2 .box:nth-child(5n) {
    margin-right: 1.5625rem;
  }
  .bl_flexbox-images5--style2 .box:nth-child(2n) {
    margin-right: 0;
  }
}
.bl_flexbox-images5--style2 .image-wrapper {
  position: relative;
}
.bl_flexbox-images5--style2 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 68.1818181818%;
  text-align: center;
}
.bl_flexbox-images5--style2 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.bl_flexbox-images5--style2 .image-wrapper img {
  object-fit: contain;
}

.bl_flexbox-image-overlap {
  position: relative;
}
.bl_flexbox-image-overlap .box {
  width: 50%;
  margin-right: auto;
  box-shadow: 14px 14px 13px 1px #bebebe;
}
.bl_flexbox-image-overlap .box img {
  object-fit: cover !important;
}
.bl_flexbox-image-overlap .box:first-child {
  position: relative;
  z-index: 0;
  transform: translate(10%, 0%);
}
.bl_flexbox-image-overlap .box:first-child .image-wrapper {
  position: relative;
}
.bl_flexbox-image-overlap .box:first-child .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 133.3333333333%;
  text-align: center;
}
.bl_flexbox-image-overlap .box:first-child .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.bl_flexbox-image-overlap .box:first-child .image-wrapper img {
  object-fit: contain;
}
.bl_flexbox-image-overlap .box:last-child {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  transform: translate(-10%, 10%);
}
.bl_flexbox-image-overlap .box:last-child .image-wrapper {
  position: relative;
}
.bl_flexbox-image-overlap .box:last-child .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 75%;
  text-align: center;
}
.bl_flexbox-image-overlap .box:last-child .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.bl_flexbox-image-overlap .box:last-child .image-wrapper img {
  object-fit: contain;
}

@media only screen and (max-width: 640px) {
  .bl_flexbox-card1 {
    justify-content: center;
  }
}
.bl_flexbox-card1 .box {
  width: 100%;
  margin-right: 3.33333%;
  margin-bottom: 2.5rem;
}
.bl_flexbox-card1 .box:nth-child(1n) {
  margin-right: 0;
}
@media only screen and (max-width: 834px) {
  .bl_flexbox-card1 .box {
    width: 48.333335%;
  }
  .bl_flexbox-card1 .box:nth-child(1n) {
    margin-right: 3.33333%;
  }
  .bl_flexbox-card1 .box:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .bl_flexbox-card1 .box {
    width: 100%;
    margin-right: 0;
  }
  .bl_flexbox-card1 .box:nth-child(1n) {
    margin-right: 0;
  }
}
.bl_flexbox-card1 .box article {
  flex-direction: column;
}
.bl_flexbox-card1 .box h3 {
  display: none;
}
.bl_flexbox-card1 .image-wrapper {
  margin-bottom: 1.25rem;
  text-align: center;
}
.bl_flexbox-card1 .title {
  margin-bottom: 1.25rem;
}
.bl_flexbox-card1--style1 .box {
  background-color: #fff;
  position: relative;
}
.bl_flexbox-card1--style1 .box article > div {
  padding: 1rem;
  font-size: 0.875rem;
}
.bl_flexbox-card1--style1 .image-wrapper {
  margin-bottom: 0.5rem;
  position: relative;
  overflow: hidden;
}
.bl_flexbox-card1--style1 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 100%;
  text-align: center;
}
.bl_flexbox-card1--style1 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.bl_flexbox-card1--style1 .image-wrapper img {
  object-fit: contain;
}
.bl_flexbox-card1--style1 .image-wrapper img {
  object-fit: cover;
  transition: transform 0.4s ease;
}
.bl_flexbox-card1--style1 .image-wrapper img:hover {
  transform: scale(1.2);
  transition: transform 0.4s ease;
}
.bl_flexbox-card1--style1 .new {
  margin-bottom: 0.5rem;
  color: rgb(255, 36, 36);
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-size: 1.25rem;
  letter-spacing: 0;
  text-shadow: 2px 2px 2px white;
  pointer-events: none;
  position: absolute;
  top: 5px;
  left: 0px;
  transform: rotate(-30deg);
  z-index: 1;
}
.bl_flexbox-card1--style1 .price {
  margin-bottom: 0.5rem;
}
.bl_flexbox-card1--style1 .text {
  margin-bottom: 0.5rem;
}

@media only screen and (max-width: 640px) {
  .bl_flexbox-card2 {
    justify-content: center;
  }
}
.bl_flexbox-card2 .box {
  width: 48.333335%;
  margin-right: 3.33333%;
  margin-bottom: 2.5rem;
}
.bl_flexbox-card2 .box:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (max-width: 834px) {
  .bl_flexbox-card2 .box {
    width: 48.333335%;
  }
  .bl_flexbox-card2 .box:nth-child(2n) {
    margin-right: 3.33333%;
  }
  .bl_flexbox-card2 .box:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .bl_flexbox-card2 .box {
    width: 100%;
    margin-right: 0;
  }
  .bl_flexbox-card2 .box:nth-child(2n) {
    margin-right: 0;
  }
}
.bl_flexbox-card2 .box article {
  flex-direction: column;
}
.bl_flexbox-card2 .box h3 {
  display: none;
}
.bl_flexbox-card2 .image-wrapper {
  margin-bottom: 1.25rem;
  text-align: center;
}
.bl_flexbox-card2 .title {
  margin-bottom: 1.25rem;
}
.bl_flexbox-card2--style1 .box {
  background-color: #fff;
  position: relative;
}
.bl_flexbox-card2--style1 .box article > div {
  padding: 1rem;
  font-size: 0.875rem;
}
.bl_flexbox-card2--style1 .image-wrapper {
  margin-bottom: 0.5rem;
  position: relative;
  overflow: hidden;
}
.bl_flexbox-card2--style1 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 100%;
  text-align: center;
}
.bl_flexbox-card2--style1 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.bl_flexbox-card2--style1 .image-wrapper img {
  object-fit: contain;
}
.bl_flexbox-card2--style1 .image-wrapper img {
  object-fit: cover;
  transition: transform 0.4s ease;
}
.bl_flexbox-card2--style1 .image-wrapper img:hover {
  transform: scale(1.2);
  transition: transform 0.4s ease;
}
.bl_flexbox-card2--style1 .new {
  margin-bottom: 0.5rem;
  color: rgb(255, 36, 36);
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-size: 1.25rem;
  letter-spacing: 0;
  text-shadow: 2px 2px 2px white;
  pointer-events: none;
  position: absolute;
  top: 5px;
  left: 0px;
  transform: rotate(-30deg);
  z-index: 1;
}
.bl_flexbox-card2--style1 .price {
  margin-bottom: 0.5rem;
}
.bl_flexbox-card2--style1 .text {
  margin-bottom: 0.5rem;
}

@media only screen and (max-width: 640px) {
  .bl_flexbox-card3 {
    justify-content: center;
  }
}
.bl_flexbox-card3 .box {
  width: 31.1111133333%;
  margin-right: 3.33333%;
  margin-bottom: 2.5rem;
}
.bl_flexbox-card3 .box:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 834px) {
  .bl_flexbox-card3 .box {
    width: 48.333335%;
  }
  .bl_flexbox-card3 .box:nth-child(3n) {
    margin-right: 3.33333%;
  }
  .bl_flexbox-card3 .box:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .bl_flexbox-card3 .box {
    width: 100%;
    margin-right: 0;
  }
  .bl_flexbox-card3 .box:nth-child(3n) {
    margin-right: 0;
  }
}
.bl_flexbox-card3 .box article {
  flex-direction: column;
}
.bl_flexbox-card3 .box h3 {
  display: none;
}
.bl_flexbox-card3 .image-wrapper {
  margin-bottom: 1.25rem;
  text-align: center;
}
.bl_flexbox-card3 .title {
  margin-bottom: 1.25rem;
}
.bl_flexbox-card3--style1 .box {
  background-color: #fff;
  position: relative;
}
.bl_flexbox-card3--style1 .box article > div {
  padding: 1rem;
  font-size: 0.875rem;
}
.bl_flexbox-card3--style1 .image-wrapper {
  margin-bottom: 0.5rem;
  position: relative;
  overflow: hidden;
}
.bl_flexbox-card3--style1 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 100%;
  text-align: center;
}
.bl_flexbox-card3--style1 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.bl_flexbox-card3--style1 .image-wrapper img {
  object-fit: contain;
}
.bl_flexbox-card3--style1 .image-wrapper img {
  object-fit: cover;
  transition: transform 0.4s ease;
}
.bl_flexbox-card3--style1 .image-wrapper img:hover {
  transform: scale(1.2);
  transition: transform 0.4s ease;
}
.bl_flexbox-card3--style1 .new {
  margin-bottom: 0.5rem;
  color: rgb(255, 36, 36);
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-size: 1.25rem;
  letter-spacing: 0;
  text-shadow: 2px 2px 2px white;
  pointer-events: none;
  position: absolute;
  top: 5px;
  left: 0px;
  transform: rotate(-30deg);
  z-index: 1;
}
.bl_flexbox-card3--style1 .price {
  margin-bottom: 0.5rem;
}
.bl_flexbox-card3--style1 .text {
  margin-bottom: 0.5rem;
}

@media only screen and (max-width: 640px) {
  .bl_flexbox-card4 {
    justify-content: center;
  }
}
.bl_flexbox-card4 .box {
  width: 22.5000025%;
  margin-right: 3.33333%;
  margin-bottom: 2.5rem;
}
.bl_flexbox-card4 .box:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 834px) {
  .bl_flexbox-card4 .box {
    width: 48.333335%;
  }
  .bl_flexbox-card4 .box:nth-child(4n) {
    margin-right: 3.33333%;
  }
  .bl_flexbox-card4 .box:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .bl_flexbox-card4 .box {
    width: 100%;
    margin-right: 0;
  }
  .bl_flexbox-card4 .box:nth-child(4n) {
    margin-right: 0;
  }
}
.bl_flexbox-card4 .box article {
  flex-direction: column;
}
.bl_flexbox-card4 .box h3 {
  display: none;
}
.bl_flexbox-card4 .image-wrapper {
  margin-bottom: 1.25rem;
  text-align: center;
}
.bl_flexbox-card4 .title {
  margin-bottom: 1.25rem;
}
.bl_flexbox-card4--style1 .box {
  background-color: #fff;
  position: relative;
}
.bl_flexbox-card4--style1 .box article > div {
  padding: 1rem;
  font-size: 0.875rem;
}
.bl_flexbox-card4--style1 .image-wrapper {
  margin-bottom: 0.5rem;
  position: relative;
  overflow: hidden;
}
.bl_flexbox-card4--style1 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 100%;
  text-align: center;
}
.bl_flexbox-card4--style1 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.bl_flexbox-card4--style1 .image-wrapper img {
  object-fit: contain;
}
.bl_flexbox-card4--style1 .image-wrapper img {
  object-fit: cover;
  transition: transform 0.4s ease;
}
.bl_flexbox-card4--style1 .image-wrapper img:hover {
  transform: scale(1.2);
  transition: transform 0.4s ease;
}
.bl_flexbox-card4--style1 .new {
  margin-bottom: 0.5rem;
  color: rgb(255, 36, 36);
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-size: 1.25rem;
  letter-spacing: 0;
  text-shadow: 2px 2px 2px white;
  pointer-events: none;
  position: absolute;
  top: 5px;
  left: 0px;
  transform: rotate(-30deg);
  z-index: 1;
}
.bl_flexbox-card4--style1 .price {
  margin-bottom: 0.5rem;
}
.bl_flexbox-card4--style1 .text {
  margin-bottom: 0.5rem;
}

@media only screen and (max-width: 640px) {
  .bl_flexbox-card5 {
    justify-content: center;
  }
}
.bl_flexbox-card5 .box {
  width: 17.333336%;
  margin-right: 3.33333%;
  margin-bottom: 2.5rem;
}
.bl_flexbox-card5 .box:nth-child(5n) {
  margin-right: 0;
}
@media only screen and (max-width: 834px) {
  .bl_flexbox-card5 .box {
    width: 48.333335%;
  }
  .bl_flexbox-card5 .box:nth-child(5n) {
    margin-right: 3.33333%;
  }
  .bl_flexbox-card5 .box:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .bl_flexbox-card5 .box {
    width: 100%;
    margin-right: 0;
  }
  .bl_flexbox-card5 .box:nth-child(5n) {
    margin-right: 0;
  }
}
.bl_flexbox-card5 .box article {
  flex-direction: column;
}
.bl_flexbox-card5 .box h3 {
  display: none;
}
.bl_flexbox-card5 .image-wrapper {
  margin-bottom: 1.25rem;
  text-align: center;
}
.bl_flexbox-card5 .title {
  margin-bottom: 1.25rem;
}
.bl_flexbox-card5--style1 .box {
  background-color: #fff;
  position: relative;
}
.bl_flexbox-card5--style1 .box article > div {
  padding: 1rem;
  font-size: 0.875rem;
}
.bl_flexbox-card5--style1 .image-wrapper {
  margin-bottom: 0.5rem;
  position: relative;
  overflow: hidden;
}
.bl_flexbox-card5--style1 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 100%;
  text-align: center;
}
.bl_flexbox-card5--style1 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.bl_flexbox-card5--style1 .image-wrapper img {
  object-fit: contain;
}
.bl_flexbox-card5--style1 .image-wrapper img {
  object-fit: cover;
  transition: transform 0.4s ease;
}
.bl_flexbox-card5--style1 .image-wrapper img:hover {
  transform: scale(1.2);
  transition: transform 0.4s ease;
}
.bl_flexbox-card5--style1 .new {
  margin-bottom: 0.5rem;
  color: rgb(255, 36, 36);
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-size: 1.25rem;
  letter-spacing: 0;
  text-shadow: 2px 2px 2px white;
  pointer-events: none;
  position: absolute;
  top: 5px;
  left: 0px;
  transform: rotate(-30deg);
  z-index: 1;
}
.bl_flexbox-card5--style1 .price {
  margin-bottom: 0.5rem;
}
.bl_flexbox-card5--style1 .text {
  margin-bottom: 0.5rem;
}

.bl_flexbox-media .box, .bl_flexbox-media-overlap .box {
  display: flex;
  width: 100%;
  margin-bottom: 3.33333%;
}
@media only screen and (max-width: 640px) {
  .bl_flexbox-media .box, .bl_flexbox-media-overlap .box {
    margin-bottom: 2.5rem;
  }
}
.bl_flexbox-media .box article, .bl_flexbox-media-overlap .box article {
  width: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 834px) {
  .bl_flexbox-media .box article, .bl_flexbox-media-overlap .box article {
    flex-direction: column;
  }
}
.bl_flexbox-media .box article > h3, .bl_flexbox-media-overlap .box article > h3 {
  display: none;
}
.bl_flexbox-media .box article > div:not(.image-wrapper), .bl_flexbox-media-overlap .box article > div:not(.image-wrapper) {
  width: 50%;
}
@media only screen and (max-width: 834px) {
  .bl_flexbox-media .box article > div:not(.image-wrapper), .bl_flexbox-media-overlap .box article > div:not(.image-wrapper) {
    width: 100%;
  }
}
.bl_flexbox-media .image-wrapper, .bl_flexbox-media-overlap .image-wrapper {
  width: 50%;
  margin-right: 3.33333%;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .bl_flexbox-media .image-wrapper, .bl_flexbox-media-overlap .image-wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3.33333%;
  }
}
.bl_flexbox-media .even.box article, .bl_flexbox-media-overlap .even.box article {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 834px) {
  .bl_flexbox-media .even.box article, .bl_flexbox-media-overlap .even.box article {
    flex-direction: column;
  }
}
.bl_flexbox-media .even.box article > div:not(.image-wrapper), .bl_flexbox-media-overlap .even.box article > div:not(.image-wrapper) {
  margin-right: 3.33333%;
}
.bl_flexbox-media .even.box .image-wrapper, .bl_flexbox-media-overlap .even.box .image-wrapper {
  margin-right: 0;
}
.bl_flexbox-media--4_3 .image-wrapper {
  position: relative;
}
.bl_flexbox-media--4_3 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 75%;
  text-align: center;
}
.bl_flexbox-media--4_3 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.bl_flexbox-media--4_3 .image-wrapper img {
  object-fit: contain;
}

.bl_flexbox-media-overlap {
  position: relative;
}
.bl_flexbox-media-overlap div.box:first-child {
  width: calc(100% - 80px);
  margin: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  z-index: 1;
}
.bl_flexbox-media-overlap div.box:last-child img {
  filter: brightness(60%);
}

.bl_flexbox-media-float {
  flex-direction: column !important;
}
@media only screen and (max-width: 640px) {
  .bl_flexbox-media-float .box {
    width: 100%;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
}
.bl_flexbox-media-float .box h3 {
  display: none;
}
.bl_flexbox-media-float .box article > div {
  clear: right;
}
.bl_flexbox-media-float .image-wrapper {
  float: left;
  width: 100%;
  max-width: 400px;
  margin-right: 3.33333%;
  margin-bottom: 3.33333%;
}
@media only screen and (max-width: 640px) {
  .bl_flexbox-media-float .image-wrapper {
    float: none;
    max-width: initial;
    margin-right: 0;
  }
}
.bl_flexbox-media-float--4_3 .image-wrapper {
  position: relative;
}
.bl_flexbox-media-float--4_3 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 75%;
  text-align: center;
}
.bl_flexbox-media-float--4_3 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.bl_flexbox-media-float--4_3 .image-wrapper img {
  object-fit: contain;
}

.bl_flexbox-flow {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: white;
  position: relative;
}
.bl_flexbox-flow::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 30px solid white;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 100%);
}
.bl_flexbox-flow:last-child::after {
  content: none;
}
.bl_flexbox-flow .box {
  width: 100%;
  overflow: visible !important;
}
.bl_flexbox-flow .box article {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
@media only screen and (max-width: 834px) {
  .bl_flexbox-flow .box article {
    flex-direction: column;
  }
}
.bl_flexbox-flow .box article > div {
  flex: 1;
  margin-right: 3.6363636364%;
}
@media only screen and (max-width: 834px) {
  .bl_flexbox-flow .box article > div {
    margin-right: 0;
  }
}
.bl_flexbox-flow .box article h3 {
  display: none;
}
.bl_flexbox-flow .image-wrapper {
  width: 50%;
  position: relative;
  filter: drop-shadow(12px 12px 12px #cdcdcd);
  height: auto !important;
}
.bl_flexbox-flow .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 75%;
  text-align: center;
}
.bl_flexbox-flow .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.bl_flexbox-flow .image-wrapper img {
  object-fit: contain;
}
@media only screen and (max-width: 834px) {
  .bl_flexbox-flow .image-wrapper {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5.4545454545%;
  }
}

.bl_flexbox-news {
  height: 370px;
  overflow-y: scroll;
}
.bl_flexbox-news::-webkit-scrollbar {
  width: 5px;
}
.bl_flexbox-news::-webkit-scrollbar-track {
  background-color: transparent;
}
.bl_flexbox-news::-webkit-scrollbar-thumb {
  background-color: #dadada;
  border-radius: 5px;
}
.bl_flexbox-news .box {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(199, 199, 199, 0.5);
}
.bl_flexbox-news .box:last-child {
  margin-bottom: 0;
}
.bl_flexbox-news .box article {
  display: flex;
  align-items: center;
}
.bl_flexbox-news .box article > h3 {
  display: none;
}
.bl_flexbox-news .box article > div {
  flex: 1;
  font-size: 0.875rem;
}
@media only screen and (max-width: 640px) {
  .bl_flexbox-news .box article {
    flex-direction: column;
  }
}
.bl_flexbox-news .box .image-wrapper {
  width: 20%;
  margin-right: 4%;
  position: relative;
}
.bl_flexbox-news .box .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 100%;
  text-align: center;
}
.bl_flexbox-news .box .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.bl_flexbox-news .box .image-wrapper img {
  object-fit: contain;
}
@media only screen and (max-width: 834px) {
  .bl_flexbox-news .box .image-wrapper {
    max-width: 100px;
  }
}
@media only screen and (max-width: 834px) {
  .bl_flexbox-news .box .image-wrapper {
    min-width: 150px;
    margin-right: 0;
  }
}
.bl_flexbox-news .box .image-wrapper img {
  object-fit: contain;
}
.bl_flexbox-news .box .date {
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
}
.bl_flexbox-news .box .title {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.bl_flexbox-text-on-image1 .box {
  width: 100%;
  margin-right: 3.3333333333%;
  margin-bottom: 2.5rem;
}
.bl_flexbox-text-on-image1 .box:nth-child(1n) {
  margin-right: 0;
}
.bl_flexbox-text-on-image1 .box article {
  position: relative;
  z-index: 0;
}
.bl_flexbox-text-on-image1 .box article > h3 {
  display: none;
}
.bl_flexbox-text-on-image1 .box article > div {
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 834px) {
  .bl_flexbox-text-on-image1 .box {
    width: 48.3333333333%;
  }
  .bl_flexbox-text-on-image1 .box:nth-child(1n) {
    margin-right: 3.3333333333%;
  }
  .bl_flexbox-text-on-image1 .box:nth-child(2n) {
    margin-right: 0;
  }
}

.bl_flexbox-text-on-image2 .box {
  width: 48.3333333333%;
  margin-right: 3.3333333333%;
  margin-bottom: 2.5rem;
}
.bl_flexbox-text-on-image2 .box:nth-child(2n) {
  margin-right: 0;
}
.bl_flexbox-text-on-image2 .box article {
  position: relative;
  z-index: 0;
}
.bl_flexbox-text-on-image2 .box article > h3 {
  display: none;
}
.bl_flexbox-text-on-image2 .box article > div {
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 834px) {
  .bl_flexbox-text-on-image2 .box {
    width: 48.3333333333%;
  }
  .bl_flexbox-text-on-image2 .box:nth-child(2n) {
    margin-right: 3.3333333333%;
  }
  .bl_flexbox-text-on-image2 .box:nth-child(2n) {
    margin-right: 0;
  }
}

.bl_flexbox-text-on-image3 .box {
  width: 31.1111111111%;
  margin-right: 3.3333333333%;
  margin-bottom: 2.5rem;
}
.bl_flexbox-text-on-image3 .box:nth-child(3n) {
  margin-right: 0;
}
.bl_flexbox-text-on-image3 .box article {
  position: relative;
  z-index: 0;
}
.bl_flexbox-text-on-image3 .box article > h3 {
  display: none;
}
.bl_flexbox-text-on-image3 .box article > div {
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 834px) {
  .bl_flexbox-text-on-image3 .box {
    width: 48.3333333333%;
  }
  .bl_flexbox-text-on-image3 .box:nth-child(3n) {
    margin-right: 3.3333333333%;
  }
  .bl_flexbox-text-on-image3 .box:nth-child(2n) {
    margin-right: 0;
  }
}

.bl_flexbox-text-on-image4 .box {
  width: 22.5%;
  margin-right: 3.3333333333%;
  margin-bottom: 2.5rem;
}
.bl_flexbox-text-on-image4 .box:nth-child(4n) {
  margin-right: 0;
}
.bl_flexbox-text-on-image4 .box article {
  position: relative;
  z-index: 0;
}
.bl_flexbox-text-on-image4 .box article > h3 {
  display: none;
}
.bl_flexbox-text-on-image4 .box article > div {
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 834px) {
  .bl_flexbox-text-on-image4 .box {
    width: 48.3333333333%;
  }
  .bl_flexbox-text-on-image4 .box:nth-child(4n) {
    margin-right: 3.3333333333%;
  }
  .bl_flexbox-text-on-image4 .box:nth-child(2n) {
    margin-right: 0;
  }
}

.bl_flexbox-text-on-image5 .box {
  width: 17.3333333333%;
  margin-right: 3.3333333333%;
  margin-bottom: 2.5rem;
}
.bl_flexbox-text-on-image5 .box:nth-child(5n) {
  margin-right: 0;
}
.bl_flexbox-text-on-image5 .box article {
  position: relative;
  z-index: 0;
}
.bl_flexbox-text-on-image5 .box article > h3 {
  display: none;
}
.bl_flexbox-text-on-image5 .box article > div {
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 834px) {
  .bl_flexbox-text-on-image5 .box {
    width: 48.3333333333%;
  }
  .bl_flexbox-text-on-image5 .box:nth-child(5n) {
    margin-right: 3.3333333333%;
  }
  .bl_flexbox-text-on-image5 .box:nth-child(2n) {
    margin-right: 0;
  }
}

.flex--style_01 .box {
  margin-bottom: 120px;
}
@media only screen and (max-width: 834px) {
  .flex--style_01 .box {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 2px dotted rgb(214, 214, 214);
  }
}
.flex--style_01 .box:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 834px) {
  .flex--style_01 .box:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.flex--style_01 .box:nth-child(2n) > article {
  flex-direction: row-reverse;
}
.flex--style_01 .box:nth-child(2n) > article > div {
  transform: translate(40px, 0);
}
.flex--style_01 .box > article {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 834px) {
  .flex--style_01 .box > article {
    display: block;
  }
}
.flex--style_01 .box > article > img {
  flex: 0 0 50%;
  width: 50% !important;
}
@media only screen and (max-width: 834px) {
  .flex--style_01 .box > article > img {
    width: 100% !important;
  }
}
.flex--style_01 .box > article > h3 {
  display: none;
}
.flex--style_01 .box > article > div {
  flex: 1 0 0;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  transform: translate(-40px, 0);
}
@media only screen and (max-width: 834px) {
  .flex--style_01 .box > article > div {
    padding: 20px;
    transform: translate(0, 0) !important;
  }
}
.flex--style_01 .box > article > div > h3 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(214, 214, 214);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
}

.bl_eyecatch {
  width: 100%;
  position: relative;
}
.bl_eyecatch__image-wrapper {
  position: relative;
}
.bl_eyecatch__image-wrapper:before {
  content: "";
  display: block;
  padding-top: 56.25%;
  text-align: center;
}
.bl_eyecatch__image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.bl_eyecatch__image-wrapper img {
  object-fit: contain;
}
.bl_eyecatch__title {
  width: 100%;
  padding: 0 1em;
  text-align: center;
  font-size: clamp(1.3125rem, 3.333vw, 2.5rem);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.bl_eyecatch__title span {
  display: inline-block;
  white-space: nowrap;
}

.bl_sub-eyecatch {
  display: flex;
  min-height: 250px;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  box-sizing: content-box;
  position: relative;
}
.bl_sub-eyecatch:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.bl_sub-eyecatch h1,
.bl_sub-eyecatch p {
  font-size: clamp(1rem, 2.5vw, 1.875rem);
  color: white;
  position: relative;
  z-index: 1;
}

.bl_modal {
  display: none;
  width: 70vw;
  height: 50vh;
  max-height: 40vh;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem;
  border: 1px solid #000000;
  border-radius: 30px;
  overflow-y: scroll;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.bl_modal::-webkit-scrollbar {
  width: 5px;
}
.bl_modal::-webkit-scrollbar-track {
  background-color: transparent;
}
.bl_modal::-webkit-scrollbar-thumb {
  background-color: #dadada;
  border-radius: 5px;
}
.bl_modal__text {
  margin-bottom: 2.5rem;
}

.is_open.bl_modal {
  display: block;
}

.bl_pankuzu {
  font-size: 0.875rem;
  margin-top: 20px;
  margin-bottom: clamp(3.3125rem, 8.333vw, 6.25rem);
}
@supports not (margin: clamp(16px, 5vw, 32px)) {
  .bl_pankuzu {
    margin-bottom: 100px;
  }
  @media only screen and (max-width: 1200px) {
    .bl_pankuzu {
      margin-bottom: 87.5px;
    }
  }
  @media only screen and (max-width: 834px) {
    .bl_pankuzu {
      margin-bottom: 75px;
    }
  }
}
.bl_pankuzu .pankuzu {
  display: flex;
}
.bl_pankuzu .pankuzu > li {
  margin-right: 1.5%;
}
.bl_pankuzu .pankuzu > li a {
  color: #000000;
}
.bl_pankuzu .pankuzu > li:last-child {
  margin-right: 0;
}

.bl_anime-001 {
  animation: bl_anime-001 forwards 1s ease;
}
@keyframes bl_anime-001 {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.bl_anime-002 {
  animation: bl_anime-002 forwards 1s ease;
}
@keyframes bl_anime-002 {
  from {
    transform: translate(0, 100px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.bl_anime-003 {
  position: relative;
  padding-bottom: 1rem;
  transform-origin: left;
  animation: bl_anime-003 forwards 1.5s ease-out;
}
.bl_anime-003::before {
  content: "";
  width: 50%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  bottom: 0;
}
@keyframes bl_anime-003 {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

.bl_anime-004 {
  animation: bl_anime-004 forwards 1s ease-out;
}
@keyframes bl_anime-004 {
  to {
    opacity: 1;
  }
}

.bl_loader-base, .is_show .bl_loader-003, .is_show .bl_loader-002, .is_show .bl_loader-001 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
}

.is_show .bl_loader-001 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: aliceblue;
}

.bl_loader-001.is_loaded {
  animation: bl_loader-002-fade 3s forwards ease-out;
}

@keyframes bl_loader-001-fade {
  0% {
    opacity: 1;
  }
  100% {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
  }
}

.bl_loader-002 {
  position: relative;
}
.is_show .bl_loader-002__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.is_show .bl_loader-002 .bg {
  display: block;
  width: 0%;
  height: 33.3333333333%;
  transform-origin: 0%;
  animation-name: bl_loader-002-bg;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
.is_show .bl_loader-002__bg-01 {
  background-color: white;
}
.is_show .bl_loader-002__bg-02 {
  background-color: #f5f4ef;
  animation-delay: 0.5s;
}
.is_show .bl_loader-002__bg-03 {
  background-color: #cec9b0;
  animation-delay: 1s;
}
@keyframes bl_loader-002-bg {
  0% {
    transform: scaleX(0);
  }
  100% {
    width: 100%;
    transform: scaleX(100%);
  }
}

.bl_loader-002.is_loaded {
  animation: bl_loader-002-fade 3s forwards ease-out;
}

@keyframes bl_loader-002-fade {
  0% {
    opacity: 1;
  }
  100% {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
  }
}

.is_show .bl_loader-003 {
  background-color: #fff;
}
.is_show .bl_loader-003__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.is_show .bl_loader-003 .bg {
  display: block;
  width: 0%;
  height: 33.3333333333%;
  animation-name: bl_loader-003-bg;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  position: absolute;
}
.is_show .bl_loader-003__bg-01 {
  background-color: rgba(255, 255, 255, 0.8);
  transform-origin: 0%;
  clip-path: polygon(100% 0, 100% 15%, 0 55%, 0 0);
  z-index: 1;
}
.is_show .bl_loader-003__bg-02 {
  background-color: rgba(245, 244, 239, 0.8);
  transform-origin: 100%;
  clip-path: polygon(100% 0, 100% 55%, 0 15%, 0 0);
  animation-delay: 0.5s;
  right: 0;
  z-index: 2;
}
@keyframes bl_loader-003-bg {
  0% {
    transform: scaleX(0);
  }
  100% {
    width: 100%;
    transform: scaleX(100%);
  }
}

.bl_loader-003.is_loaded {
  animation: bl_loader-003-fade 3s forwards ease-out;
}

@keyframes bl_loader-003-fade {
  0% {
    opacity: 1;
  }
  100% {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
  }
}

.bl_h1 {
  margin-bottom: 3.75rem;
}
.bl_h1 h1 {
  font-family: "Crimson Text", serif;
  font-weight: 700;
  font-size: clamp(3.1875rem, 8vw, 6rem);
  letter-spacing: 0;
  line-height: 1;
}
.bl_h2 {
  margin-bottom: 3.75rem;
}
.bl_h2 h2 {
  font-family: "Crimson Text", serif;
  font-weight: 700;
  font-size: clamp(1.625rem, 4vw, 3rem);
  letter-spacing: 0;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .bl_h2 h2 {
    font-size: 2rem;
  }
}
.bl_h2 h2 > span {
  display: inline-block;
  position: relative;
}
.bl_h2 h2 > span:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.bl_h3 {
  margin-bottom: 1.25rem;
}
.bl_h3 h3 {
  font-family: "Crimson Text", serif;
  font-weight: 700;
  font-size: clamp(0.8125rem, 2vw, 1.5rem);
  letter-spacing: 0;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .bl_h3 {
    font-size: 1.5rem;
  }
}

.bl_privacy-policy h2 {
  margin-bottom: 20px;
  font-size: 1.5rem;
  border-bottom: 1px solid #333333;
}
.bl_privacy-policy p {
  margin-bottom: 60px;
}
.bl_privacy-policy p p:last-of-type {
  margin-bottom: 0;
}

.bl_ul1 ul > li {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px solid #000000;
  border-radius: 100vh;
  text-align: center !important;
}
@media only screen and (max-width: 640px) {
  .bl_ul1 ul > li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.bl_ul1 ul > li > a {
  display: inline-block;
  padding: 1rem;
  color: #000000;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  letter-spacing: 0;
}

.bl_ul2 ul > li {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px solid #000000;
  border-radius: 100vh;
  text-align: center !important;
}
@media only screen and (max-width: 640px) {
  .bl_ul2 ul > li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.bl_ul2 ul > li > a {
  display: inline-block;
  padding: 1rem;
  color: #000000;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  letter-spacing: 0;
}

.bl_ul3 ul > li {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px solid #000000;
  border-radius: 100vh;
  text-align: center !important;
}
@media only screen and (max-width: 640px) {
  .bl_ul3 ul > li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.bl_ul3 ul > li > a {
  display: inline-block;
  padding: 1rem;
  color: #000000;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  letter-spacing: 0;
}

.bl_ul4 ul > li {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px solid #000000;
  border-radius: 100vh;
  text-align: center !important;
}
@media only screen and (max-width: 640px) {
  .bl_ul4 ul > li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.bl_ul4 ul > li > a {
  display: inline-block;
  padding: 1rem;
  color: #000000;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  letter-spacing: 0;
}

.bl_ul5 ul > li {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px solid #000000;
  border-radius: 100vh;
  text-align: center !important;
}
@media only screen and (max-width: 640px) {
  .bl_ul5 ul > li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.bl_ul5 ul > li > a {
  display: inline-block;
  padding: 1rem;
  color: #000000;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  letter-spacing: 0;
}

.form_wrap.bl_form dl:last-of-type > dt,
.form_wrap.bl_form dl:last-of-type > dd {
  border: none;
}
.form_wrap.bl_form dt, .form_wrap.bl_form dd {
  border: none;
  background-color: transparent;
}
.form_wrap.bl_form dt {
  flex-direction: row;
  justify-content: flex-start;
  background-color: transparent;
}
.form_wrap.bl_form dd input {
  padding: 10px 5px !important;
}

.bl_form-anuc {
  margin-40px: clamp(0.6875rem, 1.667vw, 1.25rem);
  font-size: 0.14rem;
  color: rgb(201, 83, 83);
}
@supports not (margin: clamp(16px, 5vw, 32px)) {
  .bl_form-anuc {
    margin-40px: 20px;
  }
  @media only screen and (max-width: 1200px) {
    .bl_form-anuc {
      margin-40px: 17.5px;
    }
  }
  @media only screen and (max-width: 834px) {
    .bl_form-anuc {
      margin-40px: 15px;
    }
  }
}

section form p.annot {
  display: none;
}

.mail.title {
  display: none;
}

.form_wrap.confirm {
  padding-top: 60px;
}

.form_wrap.error {
  max-width: 1280px;
  margin: 0 auto;
}

.header__inner {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 100;
}
.header .logo {
  min-width: 130px;
}
.header .nav {
  margin-right: 6.9444444444%;
}
@media only screen and (max-width: 1000px) {
  .header .nav {
    margin-right: 0;
  }
}
.header .nav__lists {
  justify-content: flex-end;
  width: 100%;
}
.header .nav__list {
  margin-right: 5%;
}
.header .nav__list:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1000px) {
  .header .nav__list {
    margin-right: 0;
  }
}
.header .nav__link {
  color: #000000;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0;
}
@media only screen and (max-width: 1000px) {
  .header .nav__link {
    font-size: 1rem;
  }
}
.header .bl_dropDown__list {
  width: 150px;
}
@media only screen and (max-width: 1000px) {
  .header .bl_dropDown__list {
    width: 100%;
  }
}
.header .bl_dropDown__link {
  padding: 1rem;
  color: #000000;
  background-color: #fff;
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  border-bottom: 1px solid #000000;
}
@media only screen and (max-width: 1000px) {
  .header .bl_dropDown__link {
    padding: 0;
    background-color: transparent;
    font-size: 1rem;
    border-bottom: none;
  }
}
.header .tel {
  margin-right: 1.25rem;
}
.header .tel__link {
  display: flex;
  align-items: center;
  min-width: max-content;
}
.header .tel i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 0.3125rem;
  font-size: 0.625rem;
  border-radius: 100%;
  border: 1px solid #c7c7c7;
}
.header .tel__number {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: 0;
}
.header .contact {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
}
.header .contact__link {
  padding: 1.25rem 3.125rem;
  color: #fff;
}
@media only screen and (max-width: 1000px) {
  .header .tel,
  .header .contact {
    display: none;
  }
}

.footer .hr {
  display: block;
  max-width: 91.6666666667%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  color: #c7c7c7;
}
.footer__inner.navigation {
  display: flex;
  align-items: flex-start;
  margin-bottom: 3.75rem;
}
@media only screen and (max-width: 834px) {
  .footer__inner.navigation {
    flex-direction: column;
  }
}
.footer .contact {
  padding-top: 6.9444444444%;
  padding-bottom: 6.9444444444%;
}
.footer .contact__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .footer .contact__wrapper {
    flex-direction: column;
  }
}
.footer .contact__title {
  margin-bottom: 3.75rem;
  font-family: "Crimson Text", serif;
  font-weight: 700;
  font-size: clamp(2rem, 5vw, 3.75rem);
  letter-spacing: 0;
}
.footer .contact .tel {
  margin-right: 3.75rem;
}
@media only screen and (max-width: 640px) {
  .footer .contact .tel {
    margin-right: 0;
    margin-bottom: 1.25rem;
  }
}
.footer .contact .tel__link {
  display: flex;
  align-items: center;
  min-width: max-content;
}
.footer .contact .tel i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 0.625rem;
  font-size: 0.625rem;
  border-radius: 100%;
  border: 1px solid #c7c7c7;
}
.footer .contact .tel__number {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: 0;
}
.footer .contact .cont {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
}
.footer .contact .cont__link {
  padding: 1.25rem 5rem;
  color: #fff;
}
.footer .logo {
  min-width: 130px;
}
@media only screen and (max-width: 834px) {
  .footer .logo {
    margin-bottom: 2.5rem;
  }
}
.footer .nav {
  width: 100%;
}
.footer .nav__lists {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 834px) {
  .footer .nav__lists {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
.footer .nav__list {
  margin-right: 4%;
}
.footer .nav__list:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 834px) {
  .footer .nav__list {
    margin-right: 0;
    margin-bottom: 2.5rem;
    text-align: left;
  }
}
.footer .nav__link {
  color: #000000;
}
.footer .nav__link.is_dropDown {
  display: inline-block;
  margin-bottom: 20px;
}
.footer .nav__sub-lists {
  margin-left: 1.25rem;
}
@media only screen and (max-width: 640px) {
  .footer .nav__sub-lists {
    margin-left: 0;
  }
}
.footer .nav__sub-list {
  margin-bottom: 0.625rem;
  text-align: left;
}
.footer .nav__sub-list:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.footer .nav__sub-link {
  color: #000000;
}
.footer .copyright {
  padding: 0.9375rem;
  color: #fff;
  background-color: #000000;
  font-size: 0.75rem;
}

#contents:has(.top) {
  background-color: #fff !important;
}

.top {
  background-color: #fff;
}
.top.main-images {
  position: relative;
  z-index: 0;
}
.top.main-images .main-images__title {
  width: 100%;
  padding: 5rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top.main-images .main-images__title h1 {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
  color: #fff;
  font-size: clamp(2rem, 5vw, 3.75rem);
  font-family: "Crimson Text", serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  border-bottom: 1px solid #fff;
}
.top.main-images .main-images__title article > div {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
}
.top.main-images .slick-slide {
  min-height: 500px;
  position: relative;
}
.top.main-images .slick-slide:before {
  content: "";
  display: block;
  padding-top: 48.6111111111%;
  text-align: center;
}
.top.main-images .slick-slide > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.top.main-images .slick-slide img {
  object-fit: contain;
}
.top.main-images .slick-slide img {
  object-fit: cover;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
    /* 拡大率 */
  }
}
.top.main-images .add-animation {
  animation: zoomUp 6s linear 0s normal both;
}
.top.hr {
  display: block;
  max-width: 91.6666666667%;
  margin-left: auto;
  margin-right: auto;
}
.top.hr hr {
  color: #c7c7c7;
}
.top.concept {
  padding-top: 9.7222222222%;
  padding-bottom: 9.7222222222%;
}
.top.concept .concept__title {
  margin-bottom: 3.75rem;
}
.top.concept .concept__title article {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .top.concept .concept__title article {
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (max-width: 640px) {
  .top.concept .concept__title article > div {
    padding: 0 !important;
  }
}
.top.concept .concept__title h2 {
  font-size: clamp(4rem, 10vw, 7.5rem);
  font-family: "Crimson Text", serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .top.concept .concept__title h2 {
    font-size: 2rem;
  }
}
.top.concept .concept__title div {
  font-size: 0.875rem;
  border-bottom: 1px solid #000000;
}
.top.product {
  padding-top: 9.7222222222%;
  padding-bottom: 9.7222222222%;
}
.top.product .product__title {
  margin-bottom: 3.75rem;
}
.top.product .product__title article {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .top.product .product__title article {
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (max-width: 640px) {
  .top.product .product__title article > div {
    padding: 0 !important;
  }
}
.top.product .product__title h2 {
  font-size: clamp(4rem, 10vw, 7.5rem);
  font-family: "Crimson Text", serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .top.product .product__title h2 {
    font-size: 2rem;
  }
}
.top.product .product__title div {
  font-size: 0.875rem;
  border-bottom: 1px solid #000000;
}
.top.design-image {
  padding-top: 9.7222222222%;
  padding-bottom: 9.7222222222%;
}
.top.design-image .design-image__title {
  margin-bottom: 3.75rem;
}
.top.design-image .design-image__title article {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .top.design-image .design-image__title article {
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (max-width: 640px) {
  .top.design-image .design-image__title article > div {
    padding: 0 !important;
  }
}
.top.design-image .design-image__title h2 {
  font-size: clamp(4rem, 10vw, 7.5rem);
  font-family: "Crimson Text", serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .top.design-image .design-image__title h2 {
    font-size: 2rem;
  }
}
.top.design-image .design-image__title div {
  font-size: 0.875rem;
  border-bottom: 1px solid #000000;
}
.top.country {
  padding-top: 9.7222222222%;
  padding-bottom: 9.7222222222%;
}
.top.country .country__title {
  margin-bottom: 3.75rem;
}
.top.country .country__title article {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .top.country .country__title article {
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (max-width: 640px) {
  .top.country .country__title article > div {
    padding: 0 !important;
  }
}
.top.country .country__title h2 {
  font-size: clamp(4rem, 10vw, 7.5rem);
  font-family: "Crimson Text", serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .top.country .country__title h2 {
    font-size: 2rem;
  }
}
.top.country .country__title div {
  font-size: 0.875rem;
  border-bottom: 1px solid #000000;
}
.top.news {
  padding-top: 9.7222222222%;
  padding-bottom: 9.7222222222%;
}
.top.news .news__title {
  margin-bottom: 3.75rem;
}
.top.news .news__title article {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .top.news .news__title article {
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (max-width: 640px) {
  .top.news .news__title article > div {
    padding: 0 !important;
  }
}
.top.news .news__title h2 {
  font-size: clamp(4rem, 10vw, 7.5rem);
  font-family: "Crimson Text", serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .top.news .news__title h2 {
    font-size: 2rem;
  }
}
.top.news .news__title div {
  font-size: 0.875rem;
  border-bottom: 1px solid #000000;
}
.top.concept .concept__title article {
  justify-content: flex-end;
}
.top.concept .concept__title article > div {
  padding-right: 70px;
}
.top.concept .concept__body .image-wrapper {
  position: relative;
}
.top.concept .concept__body .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 100%;
  text-align: center;
}
.top.concept .concept__body .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.top.concept .concept__body .image-wrapper img {
  object-fit: contain;
}
.top.concept .concept__body .box {
  overflow: visible !important;
}
.top.concept .concept__body .box article > div {
  line-height: 2.875;
}
.top.concept .concept__body .btn {
  max-width: 280px;
  margin-top: 3.75rem;
  position: relative;
}
.top.concept .concept__body .btn:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 1px solid #000000;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(5px, 5px);
}
@media only screen and (max-width: 834px) {
  .top.concept .concept__body .btn {
    max-width: 100%;
  }
}
.top.product .product__title article {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media only screen and (max-width: 640px) {
  .top.product .product__title article {
    flex-direction: column;
  }
}
.top.product .product__title article > div {
  padding-left: 70px;
}
.top.product .product__lists {
  max-width: 1706.6666666667px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (max-width: 834px) {
  .top.product .product__lists {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.top.product .product__lists .box article div {
  font-size: 1.25rem;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
}
.top.product .product .image-wrapper {
  margin-bottom: 0.625rem;
  position: relative;
}
.top.product .product .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 70.5882352941%;
  text-align: center;
}
.top.product .product .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.top.product .product .image-wrapper img {
  object-fit: contain;
}
.top.country {
  max-width: 1706.6666666667px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (max-width: 834px) {
  .top.country {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.top.country .box {
  width: calc((100% - 6.25rem) / 5);
  margin-right: 1.5625rem;
  margin-bottom: 1.5625rem;
}
.top.country .box:nth-child(5n) {
  margin-right: 0;
}
@media only screen and (max-width: 640px) {
  .top.country .box {
    width: calc((100% - 1.5625rem) / 2);
  }
  .top.country .box:nth-child(5n) {
    margin-right: 1.5625rem;
  }
  .top.country .box:nth-child(2n) {
    margin-right: 0;
  }
}
.top.country .box a {
  position: relative;
}
.top.country .box a:before {
  content: "";
  display: block;
  padding-top: 68.1818181818%;
  text-align: center;
}
.top.country .box a > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.top.country .box a img {
  object-fit: contain;
}
.top.news .news__title article {
  justify-content: flex-end;
}
.top.news .news__title article > div {
  padding-right: 70px;
}
.top.news .news__conts {
  max-width: 1013.3333333333px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (max-width: 834px) {
  .top.news .news__conts {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.top.news .news__conts dl {
  flex-direction: column;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #c7c7c7;
}
.top.news .news__conts dl > dt {
  margin-bottom: 1.25rem;
}

.module-title {
  font-size: 2rem;
  font-weight: 800;
  word-wrap: break-word;
}

.module-subtitle {
  padding-bottom: 0.5em;
  font-size: 1.5rem;
  border-bottom: 2px solid #000000;
  word-wrap: break-word;
}

.module {
  min-height: 300px;
  padding: 2rem 1rem;
  position: relative;
  transform: rotate(0);
  border: 2px solid #333333;
  overflow: scroll;
}

.code-title {
  margin-bottom: 20px;
  text-decoration: underline;
}

.code-html,
.code-css,
.code-js {
  max-width: 100%;
  background-color: #f5f5f5;
  border: 2px solid #333333;
  overflow: scroll;
}
.code-html code,
.code-css code,
.code-js code {
  font-family: "Roboto Condensed", sans-serif;
}

.code-js {
  margin-150px: clamp(3.3125rem, 8.333vw, 6.25rem);
}
@supports not (margin: clamp(16px, 5vw, 32px)) {
  .code-js {
    margin-150px: 100px;
  }
  @media only screen and (max-width: 1200px) {
    .code-js {
      margin-150px: 87.5px;
    }
  }
  @media only screen and (max-width: 834px) {
    .code-js {
      margin-150px: 75px;
    }
  }
}

.loader-window__inner {
  visibility: hidden;
  height: 500px;
  overflow-y: scroll;
  transform: rotate(0);
  border: 2px solid black;
}
.is_show .loader-window__inner {
  visibility: visible;
}

.bxi_flex {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
}

.about-gallery .box {
  flex: 0 0 auto;
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  border: 1px solid white;
  position: relative;
}
.about-gallery .box:before {
  content: "";
  display: block;
  padding-top: 150%;
  text-align: center;
}
.about-gallery .box > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.about-gallery .box img {
  object-fit: contain;
}
.about-gallery .box:last-child {
  margin-right: 0;
}
.about-gallery .box:nth-child(2) {
  transform: translate(0, -40px);
}
.about-gallery .box:nth-child(3) {
  transform: translate(0, -80px);
}
.about-gallery .box > img {
  object-fit: cover !important;
}