@charset "UTF-8";

/* 英語専用txt（日本時刻について） kagari
------------------------------------- */
.en_txt {
    margin: 3em 0 0;
    text-align: center;
    font-size: 1.8rem;
}

.en_txt2 {
    margin: 2em 0 0;
    text-align: center;
    font-size: 1.4rem;
}
/* 英語専用footer設定 kagari
------------------------------------- */
.footer__top {
  display: block;
  background-color: transparent;
}
.WEB_banner {
    max-width: 480px;
    margin: 0 auto;
}

.app {
    max-width: 480px;
    margin: 20px auto;
    padding: 10px 15px 10px 30px;
    background-color: #ffffff;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 75px 1fr;
    gap: 15px;
    align-items: center;
}

.app ul {
    display: grid;
    grid-template-columns: 46% 52%;
    gap: 2%;
    justify-content:space-around;
    margin-top: 3px;
}

.sns{
    max-width: 480px;
    margin: 0 auto;
    padding: 0 0 40px;
    font-size: 22px;
    font-weight: 600;
    font-family: "Barlow Condensed";
    color: #ffffff;
}

.sns p {
    margin: 0 0 30px;
    text-align: center;
}

.sns p:last-child {
  margin: 0;
}

.sns p a {
  display: inline-block;
}
.sns img {
    margin: 10px;
    width:40px;
}
@media screen and (max-width: 660px) {
    .en_txt {
        font-size: 1.4rem;;
        margin: 2em 0 0;
    }
    .en_txt2 {
        font-size: 1.1rem;;
    }
    .sns {
        font-size: 20px;
    }
    .app {
        grid-template-columns: 55px 1fr;
    }
}

/* リンクのグレーアウト
------------------------------------- */
a.modal__btn-off:hover {filter: brightness(1);}
.modal__btn-off {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    z-index: 1;
    margin: min(0.6944444444vw, 10px) auto 0;
}
.modal__btn-off > span {
    padding: min(1.0416666667vw, 15px) min(2.4305555556vw, 35px);
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: min(0.4166666667vw, 6px);
    font-size: min(1.25vw, 1.8rem);
    color: #000;
    font-weight: 500;
    line-height: 1.3;
    background-color: #ccc;
    border: 1px solid #000;
    position: relative;
    z-index: 1;
}
.modal__btn-off::before {
    content: "";
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background-image: url(../images/btn-bg-modal.png);
    background-size: cover;
    background-position: bottom right;
    position: absolute;
    top: min(0.7638888889vw, 11px);
    left: min(0.7638888889vw, 11px);
    z-index: -1;
    transition: opacity 0.2s;
}

@media screen and (max-width: 1024px) {
  .modal__btn-off::before {
    background-image: url("../images/btn-bg-modal-sp.png");
    top: 1.3333333333vw;
    left: 1.3333333333vw;
    width: 100%;
    height: 100%;
  }
}
.modal__btn-off > span {
  padding: min(1.0416666667vw, 15px) min(2.4305555556vw, 35px);
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(0.4166666667vw, 6px);
  font-size: min(1.25vw, 1.8rem);
  color: #000;
  font-weight: 500;
  line-height: 1.3;
  background-color: #ccc;
  border: 1px solid #000;
  position: relative;
  z-index: 1;
  transition: transform 0.2s;
  will-change: transform;
}
@media screen and (max-width: 1024px) {
  .modal__btn-off > span {
    padding: 1.6vw 5.0666666667vw 2.1333333333vw;
    gap: 1.3333333333vw;
    font-size: 4vw;
  }
}
.modal__btn-off img {
  width: min(1.0416666667vw, 15px);
  margin-top: min(0.0694444444vw, 1px);
}
@media screen and (max-width: 1024px) {
  .modal__btn-off img {
    width: 2.6666666667vw;
    margin-top: 1.0666666667vw;
  }
}/*# sourceMappingURL=base.css.map */