@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.noto-L {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

.noto-R {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.noto-M {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.noto-B {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

main {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.sslide .slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.sslide .slick-next:before {
  background: url("../images/arrow_r.png") !important;
  background-size: contain !important;
}
.sslide .slick-prev:before {
  background: url("../images/arrow_l.png") !important;
  background-size: contain !important;
}
.sslide .slick-arrow {
  z-index: 2 !important;
  width: 60px !important;
  height: 60px !important;
}
.sslide .slick-next {
  right: 0px !important;
}
.sslide .slick-prev {
  left: 0px !important;
}
.sslide img {
  width: 100%;
}

.terms {
  background: #ebf2f9;
}

.type .list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #999;
  padding: 20px 0 40px 0;
}

.detail .list {
  display: flex;
  flex-wrap: wrap;
}

.typeitem, .typeitem2 {
  display: flex;
  align-items: center;
}

.checkSP {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 30px;
  width: 30px;
  margin: 4px;
  border: 1px solid #8b98a5;
  border-radius: 4px;
}

.checkSP:checked {
  border: 1px solid #8b98a5;
  background-color: #1d9bf0;
}

.checkSP:checked::before {
  display: grid;
  place-content: center;
  color: white;
  height: 100%;
  font-family: "webicon";
  font-size: 22px;
  content: "a"; /** 外部のアイコンを使ってCheckmarkを実装 */
}

.checkSP:focus-visible {
  outline: 2px solid #1d9bf0;
  outline-offset: 2px;
}

label {
  font-size: 15px;
  font-weight: 500;
  margin-left: 5px;
}

.detail {
  position: relative;
  width: 100%;
}

.accordion-title {
  color: #333;
  cursor: pointer;
  padding: 10px 20px;
}

.accordion-content {
  padding: 10px 20px;
}

.accordion-content p {
  font-size: 13px;
  line-height: 1.5;
}

.accordion-item {
  border: 1px solid #999;
}

.accordion-item:nth-of-type(1) .accordion-title {
  background-color: #FFF;
}

/* 矢印 */
.accordion-title {
  position: relative;
}

.accordion-title::after {
  border-right: solid 2px #333;
  border-top: solid 2px #333;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  transform: rotate(135deg);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  width: 8px;
}

.accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}

.btn-search {
  display: block;
  width: 200px;
  text-align: center;
  background: #000;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  border-radius: 30px;
  padding: 10px;
}

.result {
  background: #f5f5f5;
}

.radio-group {
  display: flex;
}
.radio-group input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.radio-group input[type=radio] {
  position: relative;
  width: 25px;
  height: 25px;
  border: 1px solid #999;
  border-radius: 50%;
  vertical-align: -5px;
}
.radio-group input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #00a0e9;
  content: "";
}

.rcorner {
  position: relative;
}
.rcorner img {
  border-radius: 10px;
}
.rcorner i {
  position: absolute;
  bottom: 0;
  right: 10px;
  font-size: 30px;
  z-index: 10000;
  color: #FFF;
}

@media (min-width: 769px) {
  .forDSP {
    display: none !important;
  }
  .sslide {
    width: 100%;
    margin: -50px auto 0 auto;
  }
  .sslide .slick-arrow {
    width: 60px !important;
    height: 60px !important;
  }
  .read01 {
    text-align: center;
    font-size: 20px;
    margin: 10px auto 10px auto;
  }
  main h1 {
    text-align: center;
    font-size: 30px;
    color: #00508f;
    margin: 0px auto 30px auto;
  }
  main h1.inside {
    width: 800px;
    margin: 0 auto 60px auto;
    text-align: left;
    font-size: 28px;
    color: #333;
  }
  .script01 {
    text-align: center;
    margin: 0 auto 30px auto;
  }
  .script01 span {
    display: inline-block;
    text-align: left;
    font-size: 14px;
    line-height: 28px;
  }
  .present {
    display: flex;
    justify-content: center;
    margin: 0 auto 40px auto;
  }
  .present li {
    height: 200px;
    margin: 0 20px;
  }
  .present li img {
    width: auto;
    height: 200px;
  }
  .terms {
    padding: 100px 0;
  }
  .terms .box {
    width: 920px;
    padding: 50px 40px;
    margin: auto;
    background: #FFF;
  }
  .terms h2 {
    display: flex;
    align-items: center;
    margin: 0 0 30px 0;
  }
  .terms h2 p {
    font-size: 22px;
    font-weight: 500;
  }
  .terms h2 .icon img {
    height: 30px;
    margin-right: 10px;
  }
  .terms .house {
    display: flex;
    justify-content: space-between;
    margin: 0 0 100px 0;
  }
  .terms .house li {
    width: 31%;
  }
  .terms .house li a {
    display: block;
  }
  .terms .house li a img {
    width: 100%;
  }
  .terms .house li a span .read {
    font-size: 14px;
    margin-top: 10px;
  }
  .terms .house li a span .stitle {
    font-size: 21px;
  }
  .terms .house li a span .stitle i {
    font-size: 17px;
  }
  .terms .house li a span .more {
    font-size: 14px;
  }
  .terms .house li a:hover {
    text-decoration: none;
  }
  .terms .area {
    display: flex;
    justify-content: space-between;
  }
  .terms .area li {
    width: 17%;
  }
  .terms .area li a {
    display: block;
    position: relative;
    border-bottom: 1px solid #999;
  }
  .terms .area li a p {
    font-size: 17px;
    font-weight: 500;
    padding: 7px;
  }
  .terms .area li a .arrow {
    position: absolute;
    top: 0;
    right: 0;
  }
  .terms .area li a:hover {
    background: #EEE;
    text-decoration: none;
  }
  .merit {
    width: 800px;
    margin: auto;
    padding: 70px 0 0 0;
  }
  .merit h2 {
    font-size: 22px;
    margin: 0 0 30px 0;
    text-align: center;
    color: #00508f;
  }
  .merit ul {
    display: flex;
    justify-content: space-between;
    margin: 0 0 50px 0;
    background: #fbf8f2;
    padding: 30px 60px 30px 70px;
    border-radius: 15px;
  }
  .merit ul .script {
    flex: 1;
  }
  .merit ul .script .num {
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px solid #999;
    margin: 0 0 30px 0;
  }
  .merit ul .script .title {
    font-size: 20px;
    font-weight: 500;
    color: #00508f;
    margin: 0 0 10px 0;
  }
  .merit ul .script .cap {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
  }
  .merit ul .img {
    width: 230px;
    margin-left: 50px;
  }
  .merit ul .img img {
    width: 100%;
  }
  .merit .caution {
    text-align: right;
  }
  .merit .ok {
    background: #e0d8cd;
    text-align: center;
    font-size: 28px;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 30px;
  }
  .retop {
    width: 800px;
    margin: auto;
    text-align: right;
    font-size: 15px;
  }
  .accordion-title {
    font-size: 20px;
  }
  .accordion-title::after {
    left: 115px;
    top: 38%;
  }
  .detail {
    margin: 0 auto 30px auto;
    max-width: 800px;
  }
  .detail .typeitem {
    width: 25%;
  }
  .detail h3.sub {
    font-size: 18px;
    border-bottom: 1px solid #999;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .detail .col {
    display: flex;
    justify-content: space-between;
    margin: 20px auto 0 auto;
  }
  .detail .col .price {
    width: 47%;
  }
  .detail .col .price .select {
    border: 1px solid #999;
    border-radius: 7px;
    padding: 7px 10px;
    font-size: 16px;
    margin-top: 5px;
  }
  .detail .col .price span {
    font-size: 16px;
    font-weight: 500;
  }
  .detail .col .feature {
    width: 47%;
  }
  .detail .col .feature .typeitem2 {
    margin-right: 25px;
  }
  .type {
    width: 800px;
    margin: auto;
  }
  .type h3 {
    font-size: 20px;
    margin: 0 0 10px 0;
  }
  .type .list {
    width: 400px;
  }
  .type .radio-group {
    width: 400px;
    border-top: 1px solid #CCC;
    padding: 15px 0 30px 0;
  }
  .type .radio-group input[type=radio] {
    margin-right: 5px;
  }
  .type .radio-group label {
    margin-right: 20px;
    font-size: 18px;
  }
  .type .radio-group label span {
    font-size: 13px;
    color: #666;
  }
  .type .typeitem {
    width: 33%;
  }
  .btn-search {
    margin: 0 auto 80px auto;
  }
  .result {
    padding: 40px 0;
  }
  .result .bcontents {
    width: 800px;
    margin: auto;
  }
  .result .bcontents .sort {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 30px;
  }
  .result .bcontents .sort p {
    font-size: 14px;
    color: #666;
  }
  .result .bcontents .sort .sort-btn {
    border: 1px solid #999;
    border-radius: 5px;
    padding: 7px 15px;
    font-size: 16px;
    margin-left: 5px;
  }
  .result .bcontents .list {
    display: flex;
    flex-wrap: wrap;
  }
  .result .bcontents .list .item {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 30px;
    background: #FFF;
  }
  .result .bcontents .list .item img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 174px;
  }
  .result .bcontents .list .item .info {
    padding: 15px;
  }
  .result .bcontents .list .item .info .htype {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    background: #808080;
    color: #FFF;
    padding: 2px 10px;
    border-radius: 20px;
    margin-bottom: 7px;
  }
  .result .bcontents .list .item .info .name a {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #304b76;
    margin-bottom: 10px;
  }
  .result .bcontents .list .item .info .name a i {
    margin-left: 5px;
  }
  .result .bcontents .list .item .info .name a:hover {
    text-decoration: none;
    color: #00a0e9;
  }
  .result .bcontents .list .item .info .price, .result .bcontents .list .item .info .address, .result .bcontents .list .item .info .feature {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
  }
  .result .bcontents .list .item .info .ititle {
    display: inline-block;
    width: 5em;
    font-size: 13px;
    color: #666;
  }
  .result .bcontents .list .item .info .elm {
    flex: 1;
    font-size: 14px;
  }
  .result .bcontents .list .item .info .elm strong {
    font-size: 19px;
    color: #820000;
    font-weight: 500;
  }
  .result .bcontents .list .item .info .elm2 {
    flex: 1;
    font-size: 13px;
  }
  .result .bcontents .list .item .info .sbtn {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
  }
  .result .bcontents .list .item .info .sbtn a:first-child {
    display: block;
    width: 37%;
    background: #304b76;
    color: #FFF;
    border: 2px solid #304b76;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    border-radius: 20px;
    padding: 5px 10px;
    cursor: pointer;
  }
  .result .bcontents .list .item .info .sbtn a:first-child i {
    margin-left: 5px;
  }
  .result .bcontents .list .item .info .sbtn a:last-child {
    display: block;
    width: 37%;
    background: #FFF;
    color: #304b76;
    border: 2px solid #304b76;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    border-radius: 20px;
    padding: 5px 10px;
  }
  .result .bcontents .list .item .info .sbtn a:last-child i {
    margin-left: 5px;
  }
  .result .bcontents .list .item .info .sbtn a:hover {
    text-decoration: none;
  }
  .result .bcontents .list .item:nth-child(3n) {
    margin-right: 0%;
  }
  .btm-sp-btn {
    display: none;
  }
}
@media (max-width: 768px) {
  .forDPC {
    display: none !important;
  }
  .sslide {
    width: 100%;
    margin: -50px auto 0 auto;
  }
  .sslide img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 400px;
  }
  .sslide .slick-arrow {
    width: 40px !important;
    height: 40px !important;
  }
  .read01 {
    text-align: center;
    font-size: 14px;
    margin: 10px auto 10px auto;
  }
  h1 {
    text-align: center;
    font-size: 20px;
    color: #00508f;
    margin: 0px auto 20px auto;
  }
  h1.inside {
    width: 90%;
    margin: 0 auto 30px auto;
    text-align: left;
    font-size: 22px;
    color: #333;
  }
  .script01 {
    text-align: center;
    margin: 0 auto 30px auto;
    width: 90%;
  }
  .script01 span {
    display: inline-block;
    text-align: left;
    font-size: 14px;
    line-height: 26px;
  }
  .present {
    width: 90%;
    margin: auto;
  }
  .present li {
    margin-bottom: 20px;
  }
  .terms {
    padding: 40px 0;
  }
  .terms .box {
    width: 80%;
    padding: 5%;
    margin: auto;
    background: #FFF;
  }
  .terms h2 {
    display: flex;
    align-items: center;
    margin: 0 0 15px 0;
  }
  .terms h2 p {
    font-size: 19px;
    font-weight: 500;
  }
  .terms h2 .icon img {
    height: 25px;
    margin-right: 10px;
  }
  .terms .house {
    margin: 0 0 30px 0;
  }
  .terms .house li {
    width: 100%;
    margin-bottom: 20px;
  }
  .terms .house li a {
    display: block;
  }
  .terms .house li a img {
    width: 100%;
  }
  .terms .house li a span {
    bottom: 15px;
    left: 20px;
  }
  .terms .house li a span .read {
    font-size: 14px;
    margin-top: 5px;
  }
  .terms .house li a span .stitle {
    font-size: 21px;
  }
  .terms .house li a span .stitle i {
    font-size: 17px;
  }
  .terms .house li a span .more {
    font-size: 14px;
  }
  .terms .house li a:hover {
    text-decoration: none;
  }
  .terms .area li {
    width: 100%;
  }
  .terms .area li a {
    display: block;
    position: relative;
    border-bottom: 1px solid #999;
  }
  .terms .area li a p {
    font-size: 17px;
    font-weight: 500;
    padding: 15px 7px;
  }
  .terms .area li a .arrow {
    position: absolute;
    top: 0;
    right: 0;
  }
  .terms .area li a:hover {
    background: #EEE;
    text-decoration: none;
  }
  .merit {
    width: 90%;
    margin: auto;
    padding: 40px 0;
  }
  .merit h2 {
    font-size: 16px;
    margin: 0 0 20px 0;
    text-align: center;
    color: #00508f;
  }
  .merit ul {
    margin: 0 0 20px 0;
    background: #fbf8f2;
    border-radius: 15px;
    padding: 20px;
  }
  .merit ul .script {
    margin-bottom: 15px;
  }
  .merit ul .script .num {
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #999;
    margin: 0 0 15px 0;
  }
  .merit ul .script .title {
    font-size: 16px;
    font-weight: 500;
    color: #00508f;
    margin: 0 0 10px 0;
  }
  .merit ul .script .cap {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
  }
  .merit ul .img {
    width: 100%;
  }
  .merit ul .img img {
    width: 100%;
  }
  .merit .caution {
    text-align: right;
  }
  .merit .ok {
    background: #e0d8cd;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 22px;
  }
  .retop {
    width: 90%;
    margin: -40px auto 10px auto;
    text-align: right;
    font-size: 14px;
  }
  .type {
    width: 90%;
    margin: auto;
  }
  .type h3 {
    font-size: 18px;
    margin: 0 0 5px 0;
  }
  .type .list {
    width: 100%;
    padding: 10px 0 30px 0;
  }
  .type .radio-group {
    justify-content: space-between;
    border-top: 1px solid #CCC;
    padding: 10px 0 20px 0;
  }
  .type .radio-group input[type=radio] {
    margin-right: 2px;
  }
  .type .radio-group label {
    font-size: 16px;
  }
  .type .typeitem {
    margin-right: 50px;
  }
  .accordion-title {
    font-size: 18px;
  }
  .accordion-title::after {
    left: 100px;
    top: 38%;
  }
  .detail {
    margin: 0 auto 20px auto;
    width: 90%;
  }
  .detail .typeitem {
    margin-right: 25px;
  }
  .detail .typeitem label {
    font-size: 14px;
  }
  .detail h3.sub {
    font-size: 17px;
    border-bottom: 1px solid #999;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .detail .col {
    margin: 20px auto 0 auto;
  }
  .detail .col .price {
    width: 100%;
    margin-bottom: 20px;
  }
  .detail .col .price .select {
    border: 1px solid #999;
    border-radius: 7px;
    padding: 7px 8px;
    font-size: 15px;
    margin-top: 5px;
  }
  .detail .col .price span {
    font-size: 16px;
    font-weight: 500;
  }
  .detail .col .feature {
    width: 100%;
  }
  .detail .col .feature .typeitem2 {
    margin-right: 25px;
  }
  .detail .col .feature .typeitem2 label {
    font-size: 14px;
  }
  .btn-search {
    margin: 0 auto 40px auto;
  }
  .result {
    padding: 30px 0;
  }
  .result .bcontents {
    width: 90%;
    margin: auto;
  }
  .result .bcontents .sort {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 20px;
  }
  .result .bcontents .sort p {
    font-size: 14px;
    color: #666;
  }
  .result .bcontents .sort .sort-btn {
    border: 1px solid #999;
    border-radius: 5px;
    padding: 7px 15px;
    font-size: 16px;
    margin-left: 5px;
  }
  .result .bcontents .list .item {
    width: 100%;
    margin-bottom: 30px;
    background: #FFF;
  }
  .result .bcontents .list .item img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 60vw;
  }
  .result .bcontents .list .item .info {
    padding: 15px;
  }
  .result .bcontents .list .item .info .htype {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    background: #808080;
    color: #FFF;
    padding: 2px 10px;
    border-radius: 20px;
    margin-bottom: 7px;
  }
  .result .bcontents .list .item .info .name a {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #304b76;
    margin-bottom: 10px;
  }
  .result .bcontents .list .item .info .name a i {
    margin-left: 5px;
  }
  .result .bcontents .list .item .info .name a:hover {
    text-decoration: none;
    color: #00a0e9;
  }
  .result .bcontents .list .item .info .price, .result .bcontents .list .item .info .address, .result .bcontents .list .item .info .feature {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
  }
  .result .bcontents .list .item .info .ititle {
    display: inline-block;
    width: 5em;
    font-size: 13px;
    color: #666;
  }
  .result .bcontents .list .item .info .elm {
    flex: 1;
    font-size: 14px;
  }
  .result .bcontents .list .item .info .elm strong {
    font-size: 19px;
    color: #820000;
    font-weight: 500;
  }
  .result .bcontents .list .item .info .elm2 {
    flex: 1;
    font-size: 13px;
  }
  .result .bcontents .list .item .info .sbtn {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
  }
  .result .bcontents .list .item .info .sbtn a:first-child {
    display: block;
    width: 39%;
    background: #304b76;
    border: 2px solid #304b76;
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    border-radius: 20px;
    padding: 7px 10px;
  }
  .result .bcontents .list .item .info .sbtn a:first-child i {
    margin-left: 5px;
  }
  .result .bcontents .list .item .info .sbtn a:last-child {
    display: block;
    width: 39%;
    background: #fff;
    border: 2px solid #304b76;
    color: #304b76;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    border-radius: 20px;
    padding: 7px 10px;
  }
  .result .bcontents .list .item .info .sbtn a:last-child i {
    margin-left: 5px;
  }
  .result .bcontents .list .item .info .sbtn a:hover {
    background: #304b76;
    color: #FFF;
    text-decoration: none;
  }
  .result .bcontents .list .item:nth-child(3n) {
    margin-right: 0%;
  }
  .contact {
    display: none;
  }
  .btm-sp-btn {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    box-sizing: border-box;
    border-top: 1px solid #999;
  }
  .btm-sp-btn a {
    width: 33.33%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    color: #777;
    padding: 10px 0;
    text-decoration: none;
  }
  .btm-sp-btn a img {
    height: 18px;
    width: auto;
    margin-right: 5px;
  }
  .btm-sp-btn a.tateuri {
    background: #FFF;
    border-right: 1px solid #999;
  }
  .btm-sp-btn a.bunjouchi {
    background: #FFF;
    border-right: 1px solid #999;
  }
  .btm-sp-btn a.chuuko {
    background: #FFF;
  }
  .btm-sp-btn a:hover {
    text-decoration: none;
  }
}
/*--アニメsec--*/
.secDown {
  animation-name: secDownAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes secDownAnime {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.secDownTrigger {
  opacity: 0;
}

.secFade {
  animation-name: secFadeAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes secFadeAnime {
  70% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.secFadeTrigger {
  opacity: 0;
}

/*--アニメbnr--*/
.bnrScaleUp {
  animation-name: bnrScaleUpAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes bnrScaleUpAnime {
  from {
    opacity: 0;
    transform: scale(3);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.bnrScaleUpTrigger {
  opacity: 0;
}

/*--アニメbase--*/
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}

.delay-time02 {
  animation-delay: 0.5s;
}

.delay-time03 {
  animation-delay: 1s;
}/*# sourceMappingURL=bunjoDB.css.map */