@charset "utf-8";
html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
}

/* ヘッダー部分 */
#header {
    height: 50px;
    width: 100%;
    background-color: white;
    display: flex;
    align-items: center;
}

.header-icon {
    width: 200px;
    height: auto;
    padding-left: 10px;
    transform: translateY(2px);
}

.setting-icon-area {
    position: absolute;
    right: 15px;
    display: none;
}

.setting-icon {
    width: 35px;
    height: auto;
}

/* コンテンツ部分 */
#contents {
    width: 100%;
    height: calc(100% - 50px);
    background-color: #11BEC2;
    position: relative;
}

#contents2 {
    width: 0;
    height: 0;
}

/* オーバーレイエリア */
.over-lay-area {
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.4;
    visibility: hidden;
    position: absolute;
    top: 0%;
    z-index: 1000;/* ポップアップ系がz-index:1100なのでひとまず1000とする */
}

/* 利用規約ポップアップ */
.terms-service-popup-area {
    width: 80%;
    height: 90%;
    border-radius: 35px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1100;
    Visibility:hidden;
}

.terms-service-popup-header {
    width: 100%;
    height: 10%;
    display: flex;
    align-items: center;
    /* border: 1px solid black; */
}

.terms-service-popup-titile {
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.terms-service-popup-cancel {
    width: 10%;
    text-align: center;
    position: absolute;
    top: 1%;
    right: 5%;
    font-size: 20px;
    color: #545454;
}

.terms-service-popup-content {
    width: 90%;
    height: 80%;
    transform: translateX(5%);
    border: 1px solid black;
    overflow: hidden;
}

.terms-service-popup-text {
    overflow-y: scroll;
    padding: 10px;
}

/* プライバシーポリシーポップアップ */
.privacy-policy-popup-area {
    width: 80%;
    height: 90%;
    border-radius: 35px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1100;
    Visibility:hidden;
}

.privacy-policy-popup-header {
    width: 100%;
    height: 10%;
    display: flex;
    align-items: center;
    /* border: 1px solid black; */
}

.privacy-policy-popup-titile {
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.privacy-policy-popup-cancel {
    width: 10%;
    text-align: center;
    position: absolute;
    top: 1%;
    right: 5%;
    font-size: 20px;
    color: #545454;
}

.privacy-policy-popup-content {
    width: 90%;
    height: 80%;
    transform: translateX(5%);
    border: 1px solid black;
    overflow: hidden;
}

.privacy-policy-popup-text {
    overflow-y: scroll;
    padding: 10px;
}

/* OSSlicenseポップアップ */
.license-popup-area {
    width: 80%;
    height: 90%;
    border-radius: 35px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1100;
    Visibility:hidden;
}

.license-popup-header {
    width: 100%;
    height: 10%;
    display: flex;
    align-items: center;
    /* border: 1px solid black; */
}

.license-popup-titile {
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.license-popup-cancel {
    width: 10%;
    text-align: center;
    position: absolute;
    top: 1%;
    right: 5%;
    font-size: 20px;
    color: #545454;
}

.license-popup-content {
    width: 90%;
    height: 80%;
    transform: translateX(5%);
    border: 1px solid black;
    overflow: hidden;
}

.license-popup-text {
    overflow-y: scroll;
    padding: 10px;
}

/* チーム共有ポップアップ画面 */
.sharing-team-popup-area {
    width: 80%;
    height: 65%;
    border-radius: 35px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    z-index: 1100;
    Visibility: hidden;
}

.team-sharing-popup-header {
    width: 100%;
    height: 10%;
    display: flex;
    align-items: center;
    /* border: 1px solid black; */
}

.team-sharing-popup-titile {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #545454;
}

.sharing-team-popup-cancel {
    width: 10%;
    text-align: center;
    position: absolute;
    top: 1%;
    right: 5%;
    font-size: 20px;
    color: #545454;
}

.sharing-team-qrcode-area {
    width: 100%;
    margin-top: 10%;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    /* border: 1px solid black; */
    color: #545454;
}

.sharing-team-circle-area {
    aspect-ratio: 1 / 1;
    width: 200px;
    border: 1px solid #11BEC2;
    border-radius: 50%;
    place-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #11BEC2;
}

.sharing-team-popup-buttons-area {
    width: 100%;
    height: 30%;
    /* border: 1px solid black; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.sharing-team-button {
    width: 240px;
    height: 45px;
    background-color: white;
    border: 2px solid #545454;
    border-radius: 10px;
    display: flex;
    justify-content: center;
}

.sharing-team-icon-area {
    display: flex;
    align-items: center;
}

.sharing-team-icon {
    width: 28px;
    height: auto;
}

.sharing-team-text {
    display: flex;
    justify-content: center;
}

.sharing-team-text-area {
    height: 45px;
    line-height: 45px;
}

/* チーム離脱、チーム解散ポップアップ画面 */
.leaving-team-popup-area {
    width: 80%;
    height: 55%;
    border-radius: 35px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    z-index: 1100;
    Visibility:hidden;
}

.disband-team-popup-area {
    width: 80%;
    height: 55%;
    border-radius: 35px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    z-index: 1100;
    Visibility:hidden;
}

.leaving-team-popup-cancel,
.disband-team-popup-cancel {
    width: calc(100% - 18px);
    height: 10%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 20px;
    color: #545454;
}

.leaving-team-popup-title-area,
.disband-team-popup-title-area {
    width: 100%;
    height: 25%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.leaving-team-popup-title,
.disband-team-popup-title {
    font-size: 20px;
    font-weight: bold;
    color: #545454;
}

.disband-team-popup-text-area {
    width: 100%;
    height: 13%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #545454;
    /* border: 1px solid black; */
}

.disband-team-popup-text {
    margin: 0;
    font-size: 12px;
}

.disband-team-popup-check-area {
    width: 100%;
    height: 10%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.disband-team-pupup-label {
    color: #545454;
    font-size: 12px;
    /*margin-top: 4px;*/
}

.leaving-team-popup-buttons-area {
    width: 100%;
    height: 30%;
    /* border: 1px solid black; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.disband-team-popup-buttons-area {
    width: 100%;
    height: 30%;
    /* border: 1px solid black; */
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.leaving-team-no-button,
.disband-team-no-button {
    width: 35%;
    height: 40%;
    min-height: 42px;
    max-height: 55px;
    transform: translateX(-5px);
    border: 2px solid #11BEC2;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #11BEC2;
    font-size: 20px;
    font-weight: bold;
}

/* チーム離脱画面のはいボタン */
.leaving-team-yes-button {
    width: 35%;
    height: 40%;
    min-height: 42px;
    max-height: 55px;
    transform: translateX(5px);
    border: 2px solid #11BEC2;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: #11BEC2;
    font-size: 20px;
    font-weight: bold;
}

/* チーム解散画面のはいボタン_活性 */
.disband-team-yes-button-on {
    width: 35%;
    height: 40%;
    min-height: 42px;
    max-height: 55px;
    transform: translateX(5px);
    border: 2px solid #11BEC2;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: #11BEC2;
    font-size: 20px;
    font-weight: bold;
}

/* チーム解散画面のはいボタン_非活性 */
.disband-team-yes-button-off {
    width: 35%;
    height: 40%;
    min-height: 42px;
    max-height: 55px;
    transform: translateX(5px);
    border: 2px solid #dcdcdc;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: #dcdcdc;
    font-size: 20px;
    font-weight: bold;
}


/* クーポン入力ポップアップ画面 */
.coupon-popup-area {
    width: 80%;
    height: 250px;
    border-radius: 35px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    z-index: 1100;
    Visibility:hidden;
    -webkit-transform: translate(-50%, -60%);
    -moz-transform: translate(-50%, -60%);
    -ms-transform: translate(-50%, -60%);
    -o-transform: translate(-50%, -60%);
}

.coupon-popup-cancel {
    width: calc(100% - 18px);
    height: 15%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 20px;
    color: #545454;
}

.coupon-popup-title-area {
    width: 100%;
    height: 25%;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.coupon-popup-title {
    font-size: 20px;
    font-weight: bold;
    color: #545454;
}

.coupon-popup-text-area {
    width: 100%;
    height: 13%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* border: 1px solid black; */
}

.coupon-popup-text {
    margin: 0;
    font-size: 30px;
    width: 70%;
    border-radius: 10px;
    border: solid, 2px, black;
    color: #545454;
}

.coupon-popup-err-text {
    font-size: 15px;
    height: 15px;
    width: 70%;
    color: tomato;
    justify-self: center;
}

.coupon-popup-buttons-area {
    width: 100%;
    height: 15%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /*transform: translateY(-5px);
    *//*
    */
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
}

.coupon-popup-apply-button {
    height: 30%;
    padding-right: 10px;
    min-height: 45px;
    background-color: white;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid black;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.coupon-icon-area {
    width: 30%;
}

.finish-confirmation-icon-area {
    margin-right: 10px;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.finish-confirmation-icon {
    width: 36px;
    height: auto;
}
/* エラー表示ポップアップ */
.err-popup-area {
    width: 80%;
    height: 40%;
    border-radius: 35px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    z-index: 1100;
    Visibility: hidden;
}
.err-popup-text-area {
    width: 80%;
    height: 70%;
    font-size: 20px;
    align-content: center;
    justify-self: center;
    text-align: center;
}
.err-popup-buttons-area {
    width: 100%;
    height: 30%;
    /* border: 1px solid black; */
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.err-yes-button {
    width: 35%;
    height: 40%;
    min-height: 42px;
    max-height: 55px;
    transform: translateX(5px);
    border: 2px solid #11BEC2;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: #11BEC2;
    font-size: 20px;
    font-weight: bold;
}

/* アイコンのスタイル(divにあてがうこと) */
.icon {
  width: 100px;
  height: 100px;
  /* background-colorはinlineで指定すること */
  /* mask-imageはinlineで指定すること */
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  /* -webkit-mask-imageはinlineで指定すること */
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
}