/*--------------------------------------------
 * Global
 * --------------------------------------------*/
html {
  font-family: "Zen Kaku Gothic New", sans-serif, "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  color: #333;
  overflow-x: hidden;
  background-color: #eaeaea;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #333;
  text-decoration: none;
}

ul {
  list-style: none;
}

section {
  position: relative;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

* {
  min-height: 0vw;
}

img {
  max-width: 100%;
}

@media (min-width: 1280px) {
  a {
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
  }
  a:hover {
    opacity: 0.5;
  }
}
@media (min-width: 768px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
  a[href^=tel] {
    pointer-events: none;
    cursor: initial;
  }
}
@media not all and (min-width: 768px) {
  body {
    font-size: 14px;
  }
}
.ly_cont {
  position: relative;
}

.ly_cont_inner {
  display: block;
  width: min(100%, 1320px);
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
.ly_cont_inner__s {
  width: min(100%, 1140px);
}
.ly_cont_inner__m {
  width: min(100%, 1280px);
  padding: 0 40px;
}

@media not all and (min-width: 992px) {
  .ly_cont_inner__m {
    padding: 0 20px;
  }
}
.bl_header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.bl_header_inner {
  width: min(100% - 40px, 1200px);
  margin: 0 auto;
}

.bl_header_nav_min {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
.bl_header_nav_min > * + * {
  margin-left: 30px;
}
.bl_header_nav_min a {
  font-size: 0.875rem;
  font-weight: 500;
}
.bl_header_nav_min.white a {
  color: #fff;
}

.bl_header_nav {
  width: 100%;
  margin: 10px auto 0;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  display: grid;
  padding: 13px 50px;
  grid-template-columns: repeat(7, 1fr);
}
.bl_header_nav > * + * {
  position: relative;
}
.bl_header_nav > * + *::before {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background-color: #8e8e8e;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bl_header_nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  font-weight: 500;
}
.bl_header_nav .home {
  color: #83ccd2;
}
.bl_header_nav .home img {
  display: inline-block;
  margin-right: 5px;
  width: 30px;
}
.bl_header_nav.fixed {
  width: min(100% - 40px, 1200px);
  position: fixed;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 99;
}

@media (min-width: 992px) {
  .bl_spHeader {
    display: none;
  }
}
@media not all and (min-width: 992px) {
  .bl_header_inner {
    display: none;
  }
  .bl_spHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bl_spHeader_logo {
    width: 110px;
    height: 110px;
    background-color: #eaeaea;
    border-radius: 0 0 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bl_header_banner {
    position: fixed;
    top: 22px;
    right: 88px;
    width: 170px;
    z-index: -1;
  }
}
.bl_footer {
  padding: 130px 0 100px;
}

.bl_footer_inner {
  width: min(100%, 1240px);
  padding: 0 20px;
  margin: 0 auto;
}
.bl_footer_inner .f_logo {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.bl_footer_navWrapper {
  margin-top: 70px;
}

.bl_footer_bannerBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

.bl_footer_banner {
  display: block;
  text-align: center;
  width: 350px;
}
.bl_footer_banner img {
  display: inline-block;
}

.bl_footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bl_footer_nav li {
  margin-top: 10px;
}
.bl_footer_nav > * + * {
  margin-left: 40px;
}
.bl_footer_nav a {
  display: block;
}

.bl_footer_bottom {
  margin-top: 70px;
  border-top: 1px solid #C3C3C3;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
  font-weight: 500;
}

.bl_footer_bottom_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_footer_bottom_nav > * + * {
  margin-left: 40px;
}

@media not all and (min-width: 992px) {
  .bl_footer {
    padding: 60px 0 20px;
  }
  .bl_footer_navWrapper {
    display: none;
  }
  .bl_footer_bannerBox {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
  .bl_footer_banner {
    width: 100%;
    max-width: 350px;
  }
  .bl_footer_bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 20px;
    margin-top: 40px;
  }
  .bl_footer_bottom nav {
    display: none;
  }
}
@media not all and (min-width: 768px) {
  .bl_footer {
    padding-top: 40px;
  }
  .bl_footer .f_logo {
    width: 100px;
  }
  .bl_footer_bottom {
    margin-top: 20px;
  }
}
.bl_kv {
  position: relative;
  height: 100vh;
}
.bl_kv .ly_cont_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
      -ms-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
  z-index: 2;
}

.bl_kv_videoWrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.bl_kv_videoWrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}

.bl_kv_catch {
  color: #fff;
  line-height: 2;
}
.bl_kv_catch h1 {
  font-size: 1.5rem;
  font-weight: bold;
}
.bl_kv_catch p {
  margin-top: 60px;
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  letter-spacing: 5px;
}
.bl_kv_catch img {
  margin-top: 70px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.bl_lowerKv {
  width: 100%;
  height: 100vh;
  background-color: #CFE1E3;
}
.bl_lowerKv .ly_cont_inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bl_lowerKv p {
  margin-top: 30px;
  font-size: 1.125rem;
}

.bl_lowerKv_ttlWrapper {
  position: relative;
}

.bl_lowerKv_ttl {
  display: block;
  width: max(35%, 400px);
  height: 200px;
  background-color: #EAEAEA;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 0 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bl_lowerKv_ttl .en {
  font-size: 2.375rem;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 5px;
  font-weight: 500;
  display: block;
  line-height: 1.5;
  padding-right: 20px;
  border-bottom: 1px solid #B2B2B2;
  margin-bottom: 10px;
  color: #B2B2B2;
}
.bl_lowerKv_ttl .jp {
  font-weight: 500;
  color: #43B0BA;
  font-size: 1rem;
}

@media not all and (min-width: 1280px) {
  .bl_lowerKv {
    height: auto;
    padding: 160px 0 100px;
  }
  .bl_lowerKv_ttl {
    width: max(30%, 300px);
    height: 140px;
  }
  .bl_lowerKv_ttl .en {
    font-size: 1.875rem;
  }
}
@media not all and (min-width: 992px) {
  .bl_lowerKv {
    padding: 50px 0 30px;
  }
  .bl_kv_catch h1 {
    font-size: 1.125rem;
  }
  .bl_kv_catch p {
    margin-top: 40px;
  }
  .bl_kv_catch img {
    margin-top: 25px;
    width: 100px;
  }
  .bl_lowerKv_ttl {
    padding-left: 25px;
    background-color: rgba(234, 234, 234, 0.9);
  }
  .bl_lowerKv_img img {
    min-height: 230px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left 40%;
       object-position: left 40%;
  }
}
@media not all and (min-width: 768px) {
  .bl_lowerKv_ttl {
    height: 110px;
    width: 215px;
    padding-left: 15px;
  }
  .bl_lowerKv_ttl .en {
    font-size: 1.5625rem;
    padding-right: 10px;
  }
  .bl_lowerKv p {
    font-size: 0.875rem;
  }
}
.bl_topFeature {
  padding: 180px 0 80px;
  position: relative;
}
.bl_topFeature::before {
  content: "";
  display: block;
  width: 340px;
  height: 100%;
  position: absolute;
  top: 0;
  right: calc(50% + 420px);
  background-color: #CFE1E3;
  z-index: -1;
}
.bl_topFeature .ly_cont_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bl_topFeature_imgWrapper {
  width: 56.3636363636%;
  position: relative;
}
.bl_topFeature_imgWrapper p {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 2.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 5px;
  line-height: 1.8;
  font-family: "Montserrat", sans-serif;
}
.bl_topFeature_imgWrapper .topFeature_img02 {
  display: block;
  margin: -90px 0 0 auto;
}

.bl_topFeature_txtWrapper {
  width: 31.3636363636%;
}

.bl_topFeature_txt {
  margin-bottom: 80px;
}

@media not all and (min-width: 992px) {
  .bl_topFeature {
    padding: 80px 0 0;
  }
  .bl_topFeature::before {
    width: 15%;
    left: 0;
  }
  .bl_topFeature .ly_cont_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .bl_topFeature_txtWrapper {
    width: 80%;
  }
  .bl_topFeature_imgWrapper {
    width: min(50%, 300px);
    margin: -80px 0 0 auto;
  }
  .bl_topFeature_imgWrapper .topFeature_img02 {
    width: 50%;
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
  }
  .bl_topFeature_imgWrapper p {
    font-size: 1rem;
  }
}
@media not all and (min-width: 992px) {
  .bl_topFeature {
    padding: 60px 0 30px;
  }
  .bl_topFeature .ly_cont_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_topFeature_txtWrapper {
    width: 100%;
  }
  .bl_topFeature_txtWrapper .el_btn {
    margin: 0 0 0 auto;
  }
  .bl_topFeature_txt {
    margin-bottom: 60px;
  }
  .bl_topFeature_imgWrapper {
    display: none;
  }
}
.bl_topService {
  padding: 120px 0 160px;
}

.bl_topService_btnUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bl_topService_btn {
  width: 48.4375%;
  height: 380px;
  position: relative;
  overflow: hidden;
}
.bl_topService_btn img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.bl_topService_btn_ttl {
  width: 300px;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-left: 20px;
}
.bl_topService_btn_ttl .en {
  display: block;
  font-size: 2.125rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 5px;
  border-bottom: 1px solid #fff;
  line-height: 1.5;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
}
.bl_topService_btn_ttl .en::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_topService_btn_ttl .en::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-8px, 50%) rotate(45deg);
      -ms-transform: translate(-8px, 50%) rotate(45deg);
          transform: translate(-8px, 50%) rotate(45deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.bl_topService_btn_ttl p {
  padding-left: 20px;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
}

@media (min-width: 1280px) {
  .bl_topService_btn:hover {
    opacity: 1;
  }
  .bl_topService_btn:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .bl_topService_btn:hover .en::before {
    width: 50px;
    height: 50px;
    background-color: #83ccd2;
  }
  .bl_topService_btn:hover .en::after {
    opacity: 1;
  }
  .bl_topService_btn:hover .en, .bl_topService_btn:hover p {
    padding-left: 30px;
  }
}
@media not all and (min-width: 992px) {
  .bl_topService {
    padding: 80px 0 120px;
  }
  .bl_topService_btnUnit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bl_topService_btn {
    width: min(100%, 600px);
  }
  .bl_topService_btn + .bl_topService_btn {
    margin-top: 20px;
  }
}
@media not all and (min-width: 768px) {
  .bl_topService {
    padding: 60px 0 80px;
  }
  .bl_topService_btn {
    height: 170px;
  }
  .bl_topService_btn_ttl {
    width: max(60%, 250px);
  }
  .bl_topService_btn_ttl .en {
    font-size: 1.5625rem;
  }
}
.bl_shop_ttl {
  width: 100%;
  padding: 140px 0 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_shop_ttl .kv_logo {
  margin: 20px auto;
  display: block;
}

.bl_shopList {
  width: min(100%, 655px);
  padding: 0 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 20px;
  -webkit-column-gap: 3.937007874%;
     -moz-column-gap: 3.937007874%;
          column-gap: 3.937007874%;
  margin: 0 auto;
}

.bl_shopList_item a {
  display: block;
  width: 100%;
  padding: 10px 20px 10px 10px;
  border-bottom: 1px solid #666;
  font-weight: 500;
  color: #666;
  position: relative;
}
.bl_shopList_item a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px;
}

.bl_shopWrap {
  width: min(100%, 1040px);
  padding: 0 20px;
  margin: 0 auto;
}
.bl_shopWrap > * + * {
  margin-top: 80px;
}
.bl_shopWrap .el_heading_region {
  margin-bottom: 20px;
}

.bl_shop .pref {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 20px 0;
}
.bl_shop .pref:nth-of-type(n + 2) {
  margin-top: 40px;
}

.bl_shopUnit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 1.9230769231%;
     -moz-column-gap: 1.9230769231%;
          column-gap: 1.9230769231%;
  row-gap: 20px;
}

.bl_shop_item {
  border-radius: 5px;
  background-color: #fff;
  padding: 20px;
}
.bl_shop_item h4 {
  border-bottom: 2px solid #83ccd2;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
.bl_shop_item.bl_shop_itemAnother {
  background-color: #83ccd2;
  color: #fff;
}
.bl_shop_item.bl_shop_itemAnother h4 {
  border-bottom: 2px solid #fff;
}
.bl_shop_item.bl_shop_itemAnother .el_siteBtn {
  background-color: #fff;
  color: #83ccd2;
}
.bl_shop_item.bl_shop_itemAnother a {
  color: #fff;
}

.bl_shop_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.bl_shop_detail__pre {
  position: relative;
}
.bl_shop_detail__pre::before {
  content: "Coming Soon";
  display: grid;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  color: #fff;
  place-content: center;
  font-size: 1.125rem;
  font-family: "Montserrat", sans-serif;
}

.bl_shop_img {
  display: block;
  width: 35.5555555556%;
  height: 120px;
  margin-right: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}

.bl_shop_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.875rem;
  font-weight: 500;
}
.bl_shop_txt .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bl_shop_txt > * + * {
  margin-top: 5px;
}
.bl_shop_txt dt {
  min-width: 75px;
}
.bl_shop_txt .small {
  font-size: 0.625rem;
}

.bl_shop_btnUnit {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 3.1578947368%;
     -moz-column-gap: 3.1578947368%;
          column-gap: 3.1578947368%;
}

.bl_shop_btn {
  display: block;
  height: 40px;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_shop_btn::after {
  content: "";
  display: block;
  visibility: hidden;
  width: 0;
  height: 16px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  background: url(../images/icon_arrow.svg) center center/contain no-repeat;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.bl_shop_btn.map {
  background-color: #CFE1E3;
}
.bl_shop_btn.map .icon {
  margin-right: 10px;
}
.bl_shop_btn.shop {
  background-color: #83ccd2;
  color: #fff;
}
.bl_shop_btn.shop::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

@media (min-width: 1280px) {
  .bl_shop_btn:hover {
    opacity: 1;
  }
  .bl_shop_btn:hover::after {
    width: 16px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    margin-left: 10px;
  }
}
@media not all and (min-width: 992px) {
  .bl_shop_detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_shop_img {
    width: 100%;
    max-width: 160px;
    margin: 0 auto;
  }
  .bl_shop_txt {
    margin-top: 20px;
  }
}
@media not all and (min-width: 768px) {
  .bl_shop_ttl {
    height: auto;
    padding: 70px 0 50px;
  }
  .bl_shop_ttl .kv_logo {
    max-width: 100px;
  }
  .bl_shopList {
    grid-template-columns: 1fr 1fr;
    max-width: 420px;
    row-gap: 10px;
  }
  .bl_shopList_item a {
    padding: 5px 20px 5px 5px;
  }
  .bl_shopList_item a::after {
    width: 8px;
    height: 8px;
    border-width: 1px;
  }
  .bl_shopWrap {
    width: min(100%, 440px);
  }
  .bl_shop .pref {
    font-size: 1rem;
  }
  .bl_shopUnit {
    margin: 0 auto;
    grid-template-columns: 1fr;
  }
}
.bl_hamBtn {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 10px;
  position: fixed;
  z-index: 9999;
  top: 20px;
  right: 20px;
  -webkit-box-shadow: 0 0 5px #eaeaea;
          box-shadow: 0 0 5px #eaeaea;
}
.bl_hamBtn span {
  display: block;
  width: 30px;
  height: 2px;
  position: absolute;
  left: 15px;
  top: 29px;
  background-color: #888;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.bl_hamBtn span:first-of-type {
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
}
.bl_hamBtn span:last-of-type {
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px);
}
.bl_hamBtn.active span {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bl_hamBtn.active span:first-of-type {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.bl_hamMenu {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 10px;
  top: 10px;
  background-color: #83ccd2;
  min-width: 270px;
  border-radius: 10px;
  padding: 60px 30px 40px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: -1;
}
.bl_hamMenu li + li {
  margin-top: 10px;
}
.bl_hamMenu a {
  color: #fff;
  font-weight: 500;
}
.bl_hamMenu a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
}
.bl_hamMenu .min {
  margin-top: 20px;
}
.bl_hamMenu .min li + li {
  margin-top: 5px;
}
.bl_hamMenu .min a {
  font-size: 0.875rem;
}
.bl_hamMenu .min a::before {
  display: inline-block;
  background-color: revert;
  border-radius: revert;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #fff;
}
.bl_hamMenu.active {
  opacity: 1;
  pointer-events: revert;
}

@media not all and (min-width: 768px) {
  .bl_hamBtn {
    width: 50px;
    height: 50px;
  }
  .bl_hamBtn span {
    width: 26px;
    top: 25px;
    left: 12px;
  }
}
.bl_mapWrap {
  background-color: #CFE1E3;
  padding: 140px 0 660px;
}

.bl_map_outer {
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 0 40px;
}
.bl_map_outer .el_heading {
  color: #333;
}
.bl_map_outer .el_heading .en {
  color: #fff;
}

.bl_map {
  position: relative;
}
.bl_map img {
  display: block;
  margin: -100px auto 0;
  width: 81.3636363636%;
}

.bl_map_pref {
  position: absolute;
  top: 10%;
  right: 5%;
}
.bl_map_pref.tohoku {
  top: 38%;
  right: 17%;
}
.bl_map_pref.kanto {
  top: 62%;
  right: 21%;
}
.bl_map_pref.tokai {
  top: auto;
  right: 36%;
  bottom: 24%;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.bl_map_pref.shinetsu {
  top: auto;
  bottom: 50%;
  right: 41%;
}
.bl_map_pref.kansai {
  right: auto;
  left: 33.2%;
  top: auto;
  bottom: 38%;
}
.bl_map_pref.chugoku {
  top: auto;
  bottom: 42%;
  right: auto;
  left: 25%;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.bl_map_pref.shikoku {
  top: auto;
  bottom: 12%;
  right: auto;
  left: 39.5%;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.bl_map_pref.kyushu {
  top: auto;
  bottom: 0;
  right: auto;
  left: 26%;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.bl_map_pref.okinawa {
  top: auto;
  bottom: 16%;
  right: auto;
  left: 9.2%;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.bl_map_pref .name {
  font-size: 0.875rem;
  color: #666666;
}
.bl_map_pref a {
  font-size: 0.875rem;
}
.bl_map_pref > h3 > a {
  line-height: 1.2;
  font-size: 1rem;
}
.bl_map_pref a {
  color: #666666;
  display: block;
  width: 100%;
}
.bl_map_pref a:not([href]) {
  opacity: 0.5;
}

@media (min-width: 992px) {
  .bl_map_pref__wrap ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media not all and (min-width: 992px) {
  .bl_mapWrap {
    padding: 80px 0;
  }
  .bl_map img {
    display: none;
  }
  .bl_map_area {
    position: revert;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_map_pref {
    position: static;
    width: 100%;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  .bl_map_pref ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 10px;
    display: none;
  }
}
.bl_trimming_completeImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_trimming_completeImage > * + * {
  margin-left: 20px;
}
.bl_trimming_completeImage picture {
  width: min(100%, 460px);
}

@media not all and (min-width: 768px) {
  .bl_trimming_completeImage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_trimming_completeImage > * + * {
    margin: 20px 0 0;
  }
}
.bl_concept {
  margin-top: 160px;
}
.bl_concept .bl_card {
  margin-top: -150px;
  position: relative;
  z-index: 1;
}

.bl_concept_catch {
  text-align: center;
  font-weight: 500;
  width: calc(100% + 80px);
  -webkit-transform: translateX(-40px);
      -ms-transform: translateX(-40px);
          transform: translateX(-40px);
  height: 280px;
  color: #fff;
  line-height: 1;
  padding: 60px 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  background: url(../images/bg_concept_catch.png) center center/cover no-repeat;
  letter-spacing: 10px;
}

@media not all and (min-width: 992px) {
  .bl_concept {
    margin-top: 60px;
  }
  .bl_concept .bl_card {
    margin-top: -50px;
  }
  .bl_concept_catch {
    width: calc(100% + 20px);
    -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
            transform: translateX(-10px);
    padding: 30px 20px;
    height: 120px;
  }
}
@media not all and (min-width: 768px) {
  .bl_concept .bl_card {
    margin-top: 0;
  }
  .bl_concept_catch {
    display: none;
  }
}
.bl_card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2.5%;
     -moz-column-gap: 2.5%;
          column-gap: 2.5%;
  row-gap: 50px;
}

.bl_card_item {
  position: relative;
}

.bl_card_img {
  width: 100%;
  height: min(20vw, 250px);
}
.bl_card_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bl_card_heading {
  margin: 50px 0 60px;
  font-size: min(1.5vw, 18px);
  font-weight: bold;
  position: relative;
}
.bl_card_heading::before {
  content: "";
  width: 30px;
  height: 1px;
  display: block;
  background-color: #cecece;
  position: absolute;
  left: 0;
  bottom: -30px;
}
.bl_card_heading span {
  font-size: 12px;
  color: #43B0BA;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 5px;
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}
.bl_card_heading__news {
  margin: 15px 0;
}
.bl_card_heading__news::before {
  display: none;
}

.bl_flowCard {
  width: min(100%, 1120px);
  padding: 0 20px;
  margin: 80px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 3.3333333333%;
     -moz-column-gap: 3.3333333333%;
          column-gap: 3.3333333333%;
  row-gap: 45px;
}

.bl_flowCard_item {
  position: relative;
}
.bl_flowCard_item::after {
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  background: url(../images/icon_arrow_1.svg) center center/contain no-repeat;
  position: absolute;
  top: min(7vw, 85px);
  right: -10%;
}
.bl_flowCard_item:nth-of-type(4n)::after, .bl_flowCard_item:last-of-type::after {
  display: none;
}

.bl_flowCard_img {
  position: relative;
  margin-bottom: 14px;
}
.bl_flowCard_img .num {
  position: absolute;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #43B0BA;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
  letter-spacing: 2px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #43B0BA;
  position: absolute;
  top: -15px;
  left: -15px;
}
.bl_flowCard_img .num span {
  font-size: 10px;
  font-weight: 500;
}

.bl_flowCard_ttl {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 5px;
}

@media not all and (min-width: 992px) {
  .bl_card {
    row-gap: 15px;
  }
  .bl_card_item p {
    font-size: 0.875rem;
  }
  .bl_card_heading {
    margin: 20px 0 40px;
  }
  .bl_card_heading::before {
    bottom: -20px;
  }
  .bl_flowCard {
    margin-top: 40px;
    grid-template-columns: repeat(3, 1fr);
  }
  .bl_flowCard_item::after {
    top: 30%;
    right: -8%;
  }
  .bl_flowCard_item:nth-of-type(4n)::after {
    display: block;
  }
  .bl_flowCard_item:nth-of-type(3n)::after, .bl_flowCard_item:last-of-type::after {
    display: none;
  }
}
@media not all and (min-width: 768px) {
  .bl_card {
    width: min(100%, 500px);
    margin: 0 auto;
    grid-template-columns: 1fr;
    -webkit-column-gap: revert;
       -moz-column-gap: revert;
            column-gap: revert;
    row-gap: 30px;
  }
  .bl_card_item span {
    margin-bottom: 5px;
  }
  .bl_card_item h3 {
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .bl_card_item h3::before {
    bottom: -15px;
  }
  .bl_card_img {
    height: min(56vw, 300px);
  }
  .bl_card_heading {
    font-size: 1rem;
  }
  .bl_flowCard {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    padding: 0;
  }
  .bl_flowCard_item::after {
    display: none !important;
  }
  .bl_flowCard_ttl {
    font-size: 16px;
  }
}
.bl_flowWrap {
  margin-top: 160px;
}

.bl_flow_ttl {
  width: 100%;
  height: 480px;
  padding-top: 160px;
  padding-left: max(50% - 600px + 11%, 40px);
  background: url(../images/bg_flowTtl.jpg) center center/cover no-repeat;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
}
.bl_flow_ttl span {
  display: block;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 5px;
  font-size: 2.375rem;
  line-height: 1.5;
}

.bl_flow_txt {
  display: block;
  padding: 90px 130px 0;
  background-color: #eaeaea;
  margin: -110px 0 0;
  border-radius: 10px 10px 0 0;
}

.bl_flow_belongings {
  width: min(100%, 860px);
  margin: 0 auto;
  padding: 40px 120px;
  background-color: #fff;
  border-radius: 5px;
}

.bl_flow_belongings_caution {
  padding: 5px 60px;
  border: 1px solid #43B0BA;
  position: relative;
  font-size: 0.875rem;
  margin-top: 30px;
}
.bl_flow_belongings_caution h4 {
  color: #43B0BA;
  margin-bottom: 5px;
}
.bl_flow_belongings_caution::before, .bl_flow_belongings_caution::after {
  content: "";
  width: calc(100% - 28px);
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: -1px;
  margin: auto;
}
.bl_flow_belongings_caution::after {
  bottom: -1px;
  top: auto;
}

@media not all and (min-width: 992px) {
  .bl_flowWrap {
    margin-top: 100px;
  }
  .bl_flow_ttl {
    padding: 50px 40px;
    height: auto;
    margin-bottom: 30px;
  }
  .bl_flow_txt {
    padding: 0;
    margin: 0;
  }
  .bl_flow_belongings {
    padding: 20px;
  }
}
@media not all and (min-width: 768px) {
  .bl_flow_belongings_caution {
    padding: 5px 20px;
  }
}
.bl_priceWrap {
  padding: 160px 0;
}

.bl_price {
  padding: 100px 10.5769230769%;
  width: min(90%, 1040px);
  border: 1px solid #cecece;
  margin: 0 auto;
}
.bl_price .ttl {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.bl_price .el_searchBtn {
  margin: 50px auto 0;
  width: 240px;
  height: 50px;
  padding-top: 10px;
}

.bl_priceCourse {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 4.6511627907%;
     -moz-column-gap: 4.6511627907%;
          column-gap: 4.6511627907%;
  row-gap: 50px;
}

.bl_priceCourse_item {
  width: 230px;
}

.bl_priceCourse_item_ttl {
  width: calc(100% - 10px);
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100%;
}
.bl_priceCourse_item_ttl::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #83ccd2;
  position: absolute;
  top: -10px;
  left: -10px;
}
.bl_priceCourse_item_ttl img {
  margin-bottom: 15px;
  display: block;
  margin-top: auto;
}
.bl_priceCourse_item_ttl .price {
  font-size: 1.125rem;
  margin-top: auto;
  text-align: center;
  width: 100%;
  font-weight: bold;
  color: #666;
}
.bl_priceCourse_item_ttl .caption {
  margin-top: auto;
  line-height: 1.2;
  font-size: 14px;
}
.bl_priceCourse_item_ttl h4 {
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.5;
  color: #666;
}
.bl_priceCourse_item_ttl h4 span {
  display: block;
  font-size: 12px;
  color: #83ccd2;
}
.bl_priceCourse_item_ttl dl {
  margin-top: 10px;
}
.bl_priceCourse_item_ttl .row {
  display: grid;
  grid-template-columns: 100px 1fr;
}

.bl_priceCourse_item_txt {
  margin-top: 30px;
}

.bl_priceTerms {
  margin-top: 120px;
}

.bl_priceTerms_ttl {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 30px;
}

.bl_priceTerms {
  margin-top: 120px;
}

.bl_price_table {
  margin-top: 50px;
}
.bl_price_table table {
  table-layout: fixed;
  background-color: #fff;
  border-spacing: 0;
  width: 100%;
}
.bl_price_table th, .bl_price_table td {
  text-align: center;
  border-collapse: collapse;
  padding: 10px;
  border-bottom: 1px solid #eaeaea;
  font-weight: 500;
}
.bl_price_table thead th {
  background-color: #83ccd2;
  color: #fff;
  font-weight: bold;
}
.bl_price_table thead .overview th {
  color: #333;
  background-color: #efefef;
  font-weight: 500;
}
.bl_price_table tbody th {
  width: 200px;
  line-height: 1.2;
}

@media not all and (min-width: 992px) {
  .bl_priceWrap {
    padding: 80px 0;
  }
  .bl_price {
    padding: 50px 30px;
    width: 100%;
  }
  .bl_price h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
  .bl_priceCourse {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .bl_priceCourse_item_ttl {
    padding: 10px 10px 20px;
    width: calc(100% - 5px);
  }
  .bl_priceCourse_item_ttl::before {
    top: -5px;
    left: -5px;
  }
}
@media not all and (min-width: 768px) {
  .bl_price {
    padding: 30px 20px;
  }
  .bl_price .ttl {
    font-size: 1.25rem;
  }
  .bl_price .el_searchBtn {
    margin-top: 30px;
    height: 45px;
  }
  .bl_priceCourse {
    width: min(100%, 400px);
    margin: 30px auto 0;
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  .bl_priceCourse_item_ttl h4 {
    font-size: 1.125rem;
  }
  .bl_priceCourse_item_txt {
    margin-top: 20px;
  }
  .bl_priceTerms {
    margin-top: 60px;
  }
  .bl_priceTerms_ttl {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
  .bl_price_table td {
    padding: 10px 5px;
  }
}
.bl_company_ttl {
  padding-top: 220px;
}

.bl_company {
  width: min(100%, 800px);
  padding: 0 20px;
  margin: -30px auto 0;
}

.bl_company_about {
  padding-bottom: 80px;
  margin-bottom: 60px;
  position: relative;
}
.bl_company_about::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #c3c3c3;
  position: absolute;
  bottom: 0;
  left: 0;
}
.bl_company_about h2 {
  font-size: 2.5rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 5px;
  margin-bottom: 30px;
}

.bl_company_brand h3 {
  color: #43B0BA;
  letter-spacing: 10px;
  margin-bottom: 20px;
  font-weight: 500;
}
.bl_company_brand h3:nth-of-type(n+2) {
  margin-top: 70px;
}

.bl_company_profile {
  margin-top: 140px;
  padding: 70px 20px 90px;
  background-color: #fff;
}
.bl_company_profile h3 {
  font-family: "Montserrat", sans-serif;
  color: #43B0BA;
  letter-spacing: 5px;
  font-weight: 500;
}
.bl_company_profile dl {
  width: min(100%, 500px);
  margin: 60px auto 0;
}
.bl_company_profile .row {
  display: grid;
  grid-template-columns: 120px 1fr;
}
.bl_company_profile .row + .row {
  margin-top: 30px;
}

.bl_company_map {
  margin-top: 30px;
  width: 100%;
  height: 360px;
}
.bl_company_map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

@media not all and (min-width: 768px) {
  .bl_company_ttl {
    padding-top: 100px;
  }
  .bl_company_ttl img {
    min-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bl_company_about {
    padding-bottom: 40px;
    margin-bottom: 30px;
  }
  .bl_company_about h2 {
    font-size: 1.875rem;
  }
  .bl_company_brand h3 {
    letter-spacing: 5px;
    margin-bottom: 10px;
  }
  .bl_company_brand h3:nth-of-type(n+2) {
    margin-top: 50px;
  }
  .bl_company_profile {
    margin-top: 70px;
    padding: 30px 30px 50px;
  }
  .bl_company_profile dl {
    margin-top: 20px;
  }
  .bl_company_profile .row {
    grid-template-columns: 1fr;
  }
  .bl_company_profile .row + .row {
    margin-top: 20px;
  }
  .bl_company_profile dt {
    font-weight: bold;
  }
  .bl_company_map {
    margin-top: 20px;
    height: 230px;
  }
}
.bl_topNews {
  margin-bottom: 200px;
}
.bl_topNews .el_btn {
  margin: 30px auto 0;
}

.bl_news {
  padding-top: 160px;
}

.bl_news_article {
  width: min(100%, 1200px);
  padding: 90px 6.3636363636%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 5px;
}
.bl_news_article .thumbnail {
  margin-bottom: 20px;
}
.bl_news_article .thumbnail img {
  margin: 0 auto;
}
.bl_news_article p + p {
  margin-top: 10px;
}
.bl_news_article img {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
.bl_news_article h3 {
  font-size: 1.375rem;
  line-height: 1.5;
  padding-left: 10px;
  border-left: 5px solid #83ccd2;
  font-weight: bold;
  margin: 50px 0 20px;
}
.bl_news_article h4 {
  font-size: 1.25rem;
  border-bottom: 1px solid #cecece;
  margin: 40px 0 20px;
  padding-bottom: 5px;
}
.bl_news_article h5 {
  position: relative;
  font-size: 1.125rem;
  font-weight: bold;
  padding-left: 20px;
  margin: 30px 0 20px;
}
.bl_news_article h5::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #83ccd2;
  position: absolute;
  left: 0;
  top: 10px;
}
.bl_news_article a {
  color: #83ccd2;
  border-bottom: 1px solid #83ccd2;
  padding: 0 3px;
}

.bl_news_ttl {
  font-size: 1.625rem;
  border-bottom: 1px solid #cecece;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 10px;
}
.bl_news_ttl .time {
  font-size: 0.875rem;
  display: block;
  color: #43B0BA;
  font-weight: bold;
  letter-spacing: 5px;
}

@media not all and (min-width: 768px) {
  .bl_topNews {
    margin-bottom: 70px;
  }
  .bl_news {
    padding-top: 80px;
  }
  .bl_news_article {
    padding: 30px 20px;
  }
  .bl_news_article h3 {
    font-size: 1.25rem;
    line-height: 1.5;
    padding-left: 10px;
    border-left: 5px solid #83ccd2;
    font-weight: bold;
    margin: 40px 0 10px;
  }
  .bl_news_article h4 {
    font-size: 1.125rem;
    border-bottom: 1px solid #cecece;
    margin: 30px 0 10px;
    padding-bottom: 5px;
  }
  .bl_news_article h5 {
    position: relative;
    font-size: 1rem;
    font-weight: bold;
    padding-left: 20px;
    margin: 20px 0 10px;
  }
  .bl_news_ttl {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
  .bl_news_ttl .time {
    font-size: 0.75rem;
  }
}
.bl_qaList {
  width: min(100%, 655px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 20px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin: 0 auto;
}

.bl_qaList_item a {
  display: block;
  width: 100%;
  padding: 10px 20px 10px 10px;
  border-bottom: 1px solid #666;
  font-weight: 500;
  color: #666;
  position: relative;
}
.bl_qaList_item a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px;
}

.bl_qaWrap .el_heading_region:nth-of-type(n+2) {
  margin-top: 150px;
}

.bl_qa {
  margin-top: 30px;
  padding: 40px;
  background-color: #fff;
  border-radius: 5px;
}

.bl_qa_question,
.bl_qa_answer {
  display: grid;
  grid-template-columns: 70px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_qa_question span,
.bl_qa_answer span {
  font-size: 2.1875rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  font-weight: 500;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #83ccd2;
}

.bl_qa_question {
  font-weight: bold;
  font-size: 1.125rem;
}

.bl_qa_answer {
  border-top: 1px solid #cecece;
  padding-top: 20px;
  margin-top: 20px;
}
.bl_qa_answer span {
  background-color: #e78585;
}

@media not all and (min-width: 768px) {
  .bl_qaList {
    row-gap: 10px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .bl_qaList_item a {
    padding: 10px 20px 10px 0px;
  }
  .bl_qaList_item a::after {
    width: 7px;
    height: 7px;
  }
  .bl_qaWrap .el_heading_region:nth-of-type(n+2) {
    margin-top: 80px !important;
  }
  .bl_qa {
    padding: 20px;
  }
  .bl_qa_question,
  .bl_qa_answer {
    grid-template-columns: 60px 1fr;
  }
  .bl_qa_question span,
  .bl_qa_answer span {
    font-size: 1.375rem;
    width: 40px;
    height: 40px;
  }
  .bl_qa_question {
    font-size: 1rem;
  }
  .bl_qa_answer {
    padding-top: 10px;
    margin-top: 10px;
  }
}
.bl_contact_ttl {
  padding-top: 160px;
}
.bl_contact_ttl .kv_logo {
  display: block;
  margin: 0 auto 30px;
}

.bl_contact {
  width: min(100% - 40px, 1200px);
  padding: 50px;
  background-color: #fff;
  border-radius: 5px;
  margin: 0 auto;
}

@media not all and (min-width: 768px) {
  .bl_contact_ttl {
    padding-top: 80px;
  }
  .bl_contact {
    width: calc(100% - 40px);
    padding: 20px;
  }
}
.bl_pagination {
  margin-top: 50px;
}
.bl_pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_pagination li {
  margin: 0 5px;
}
.bl_pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  background-color: #fff;
  color: #83ccd2;
  font-family: "Montserrat", sans-serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #83ccd2;
  line-height: 1;
}
.bl_pagination .current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #83ccd2;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}

.bl_form_row {
  display: grid;
  grid-template-columns: 230px 1fr;
  border-bottom: 1px solid #eee;
  padding: 1.5rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bl_form_header {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 30px;
}

.bl_form_body .error {
  width: 100% !important;
  font-size: 12px;
  color: #f00;
}

@media not all and (min-width: 768px) {
  .bl_form_row {
    display: block;
    padding: 1rem 0;
  }
  .bl_form_header {
    display: block;
    margin-bottom: 10px;
  }
}
.bl_breadcrumbs {
  width: min(100% - 40px, 1200px);
  margin: 100px auto 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media not all and (min-width: 768px) {
  .bl_breadcrumbs {
    margin: 20px auto 0;
  }
}
.el_btn {
  color: #83ccd2;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 5px;
  border-bottom: 1px solid #83ccd2;
  padding: 0 10px 10px;
  font-weight: 500;
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.el_btn.center {
  margin-left: auto;
  margin-right: auto;
}
.el_btn::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  border: 1px solid #83ccd2;
  border-radius: 50%;
  position: absolute;
  bottom: 11px;
  right: -1px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}
.el_btn::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #83ccd2;
  border-right: 1px solid #83ccd2;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: middle;
  margin-left: 50px;
}

.el_searchBtn {
  display: block;
  color: #fff;
  width: 180px;
  height: 60px;
  background-color: #83ccd2;
  border-radius: 30px;
  text-align: center;
  padding-top: 15px;
}
.el_searchBtn__fixed {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 99;
}

.el_siteBtn {
  padding: 3px 10px;
  border-radius: 30px;
  background-color: #83ccd2;
  color: #fff;
}
.el_siteBtn img {
  display: inline-block;
  margin-left: 5px;
  vertical-align: unset;
}

.el_pdfBtn {
  display: grid;
  place-content: center;
  border-radius: 10px;
  color: #fff;
  background: #83ccd2;
  -webkit-box-shadow: 0 4px 0 #6da1a5;
          box-shadow: 0 4px 0 #6da1a5;
  width: min(90%, 200px);
  margin: 20px auto 0;
  height: 50px;
}

@media (min-width: 1280px) {
  .el_btn {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .el_btn:hover {
    opacity: 1;
    letter-spacing: 10px;
  }
  .el_btn:hover::after {
    margin-left: 70px;
  }
  .el_btn:hover::before {
    opacity: 1;
  }
  .el_searchBtn::after {
    content: "";
    display: inline-block;
    vertical-align: sub;
    visibility: hidden;
    width: 0;
    height: 16px;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    background: url(../images/icon_arrow.svg) center center/contain no-repeat;
    opacity: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .el_searchBtn:hover {
    opacity: 1;
  }
  .el_searchBtn:hover::after {
    width: 16px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    margin-left: 10px;
  }
  .el_pdfBtn {
    -webkit-transition: -webkit-transform 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  }
  .el_pdfBtn:hover {
    -webkit-transform: translateY(4px);
        -ms-transform: translateY(4px);
            transform: translateY(4px);
    -webkit-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
    opacity: 1;
  }
}
@media not all and (min-width: 768px) {
  .el_searchBtn {
    width: 120px;
    height: 35px;
    padding-top: 5px;
  }
  .el_searchBtn__fixed {
    left: 10px;
    bottom: 10px;
  }
  .el_pdfBtn {
    height: 40px;
    width: min(90%, 165px);
  }
}
.el_caption {
  display: inline-block;
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
}

.el_toTop {
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #83ccd2;
  z-index: 99;
}
.el_toTop::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 53%;
  left: 50%;
}
.el_toTop.appear {
  display: block;
}

@media not all and (min-width: 768px) {
  .el_toTop {
    width: 40px;
    height: 40px;
    bottom: 10px;
    right: 10px;
  }
  .el_toTop::before {
    width: 10px;
    height: 10px;
    border-width: 2px;
  }
}
.el_required {
  font-size: 0.875rem;
  color: #fff;
  background-color: #e9829c;
  line-height: 1;
  padding: 3px 6px 5px 5px;
  border-radius: 3px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.el_inputText {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  padding: 1rem;
}

.el_submitWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.el_submit {
  display: block;
  width: 100%;
  max-width: 320px;
  background-color: #43B0BA;
  font-weight: 500;
  color: #fff;
  border-radius: 8px;
  font-size: 1.25rem;
  line-height: 1;
  padding: 1.5rem 0;
  letter-spacing: 2px;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.el_submit__nega {
  background-color: #999;
}

.mw_wp_form_confirm .el_note {
  display: none;
}
.mw_wp_form_confirm .el_submitWrapper > * + * {
  margin-left: 20px;
}

@media not all and (min-width: 768px) {
  .el_required {
    font-size: 12px;
    padding: 0px 4px 2px 4px;
    margin-left: 10px;
  }
  .el_inputText {
    padding: 0.8rem;
  }
  .el_submitWrapper {
    margin-top: 20px;
  }
  .el_submit {
    max-width: 200px;
    font-size: 1rem;
    padding: 1rem 0;
  }
  .mw_wp_form_confirm .el_submitWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mw_wp_form_confirm .el_submitWrapper > * + * {
    margin: 10px 0 0;
  }
}
.el_list > * + * {
  margin-top: 10px;
}
.el_list li {
  padding-left: 16px;
  position: relative;
}
.el_list li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50%;
  background-color: #83ccd2;
  top: 12px;
  left: 0;
}
.el_list .caption {
  display: block;
  font-size: 0.875rem;
}

.el_list li {
  padding-left: 12px;
}
.el_list li::before {
  width: 5px;
  height: 5px;
  top: 10px;
}
.el_list li .caption {
  font-size: 12px;
}

.el_dlLink {
  display: block;
  width: min(90%, 200px);
  color: #43B0BA;
  margin: 30px auto 0;
  border-bottom: 1px solid #43B0BA;
  padding: 0 20px 10px 10px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.el_linkWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(100%, 1200px);
  margin: 50px auto 0;
}

.el_link {
  min-width: 140px;
}
.el_link a {
  display: block;
  padding: 10px 20px;
  border-radius: 30px;
  text-align: center;
  border: 2px solid #83ccd2;
  background-color: #fff;
  color: #83ccd2;
  font-weight: 500;
  text-align: center;
}
.el_link__back a {
  background-color: #83ccd2;
  color: #fff;
}

@media not all and (min-width: 768px) {
  .el_linkWrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .el_link__back {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
  .el_link__back a {
    max-width: 250px;
    margin: 20px auto 0;
  }
}
.el_heading {
  color: #43B0BA;
  font-size: 1rem;
  margin-bottom: 60px;
  letter-spacing: 5px;
}
.el_heading span {
  font-family: "Montserrat", sans-serif;
}
.el_heading .en {
  display: block;
  font-size: 2.375rem;
  font-weight: 500;
  color: #b2b2b2;
  line-height: 1.5;
}

.el_heading_region {
  font-weight: 500;
  border-bottom: 1px solid #cecece;
  margin-bottom: 5px;
  position: relative;
  padding: 8px 10px 8px 20px;
}
.el_heading_region::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-right: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #6AA2C7;
}
.el_heading_region.tohoku::before {
  background-color: #85C7E3;
}
.el_heading_region.kanto::before {
  background-color: #5CC98F;
}
.el_heading_region.shinetsu::before {
  background-color: #A1C161;
}
.el_heading_region.tokai::before {
  background-color: #E0B72B;
}
.el_heading_region.kansai::before {
  background-color: #F2B368;
}
.el_heading_region.chugoku::before {
  background-color: #E38D3F;
}
.el_heading_region.shikoku::before {
  background-color: #F2B1BF;
}
.el_heading_region.kyushu::before {
  background-color: #EB7070;
}
.el_heading_region.okinawa::before {
  background-color: #EB7070;
}

.el_heading_line {
  font-size: 1rem;
  color: #666;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 60px auto 30px;
  border-bottom: 1px solid #666;
  padding-bottom: 10px;
}
.el_heading_line__L {
  color: #43B0BA;
  font-size: 1.5rem;
}

.el_heading_plan {
  color: #43B0BA;
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 10px;
}
.el_heading_plan img {
  display: block;
  width: 40px;
  height: auto;
  vertical-align: sub;
  margin: 0 auto;
}

@media not all and (min-width: 992px) {
  .el_heading {
    margin-bottom: 40px;
  }
  .el_heading_region {
    margin-top: 10px;
  }
}
@media not all and (min-width: 768px) {
  .el_heading {
    letter-spacing: 3px;
    margin-bottom: 30px;
  }
  .el_heading .en {
    font-size: 1.5625rem;
  }
  .el_heading_region {
    margin: 20px 0 0 !important;
    font-size: 1rem;
  }
  .el_heading_region::before {
    width: 8px;
    height: 8px;
  }
  .el_heading_line__L {
    font-size: 1.25rem;
  }
  .el_heading_plan {
    font-size: 1.125rem;
  }
  .el_heading_plan img {
    width: 30px;
  }
}
.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb110 {
  margin-bottom: 110px;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.hp_brmd,
.hp_brsp {
  display: none;
}

.hp_nowrap {
  display: inline-block;
}

@media not all and (min-width: 992px) {
  .hp_brmd {
    display: block;
  }
  .hp_brmdOver {
    display: none;
  }
}
@media not all and (min-width: 768px) {
  .hp_brsp {
    display: block;
  }
}
.un_message_left, .un_message_right {
  color: #fff;
  position: fixed;
  display: inline-block;
  top: 0;
  z-index: 10;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: bold;
  font-size: 0.8125rem;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 3px;
  height: 100vh;
  text-align: center;
  letter-spacing: 7px;
}

.un_message_left {
  right: calc(50% + 700px);
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.un_message_right {
  left: calc(50% + 700px);
}

.un_scroll {
  font-size: 0.75rem;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 5px;
  z-index: 1;
  margin-bottom: 50px;
}
.un_scroll::after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background-color: #fff;
  margin: 10px auto 0;
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
          animation: pathmove 1.4s ease-in-out infinite;
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  margin: auto;
}

@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 40px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 60px;
    opacity: 0;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 40px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 60px;
    opacity: 0;
  }
}/*# sourceMappingURL=style.css.map */