/* タイトル */
.title {
    text-align: center;
    font-size: 7.948vw;
    padding-top: 10.769vw;
    /* タイトルの上下間隔 */
    color: #2D2C5C;
}

/* メイン画像 */
.top_logo_container {
    width: 100vw;
    text-align: center;
    margin-top: 4.615vw;
}

.top_logo {
    width: 82.738vw;
}

.button_section {
    margin-top: 119.487vw;
}

/* AR・モーダルボタン */
.button_container {
    text-align: center;
}

/* ボタンのサイズ */
.button {
    width: 61.538vw;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: black;
}

/* AR起動ボタン(モーダルでも使用) */
.button_open_ar {
    border-radius: 5px;
    font-size: 4.266vw;
    margin-top: 12vw;
    color: white;
}

/* モーダル起動ボタン */
.button_open_modal {
    border-radius: 5px;
    font-size: 4.266vw;
    margin-top: 3.2vw;
    color: #676767;
}

/* リンクボタンのテキスト */
.sns_link_share_text {
    margin: 0;
    font-size: 3.589vw;
    color: white;
    margin-top: 6.5vw;
}

/* リンクボタンの親 */
.sns_link_list {
    display: flex;
    list-style: none;
    margin: auto;
    justify-content: center;
    padding-left: 0;
    margin-top: 2.666vw;
}

/* aタグの下線を消す */
.sns_link {
    text-decoration: none;
}

/* リンクボタンのサイズと位置調整 */
.sns_link_button {
    display: inline-block;
    width: 8.974vw;
    height: 8.974vw;
    margin-left: 2vw;
    margin-right: 2vw;
    opacity: 1;
}

.share_text_container {
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color:#434343;
    width: 100vw;
    height: 16.923vw;
    margin-top: 1.564vw;
}

.share_text {
    margin: 0;
}


.logo {
    text-align: center;
}

.powered_by_arworks {
    width: 47.179vw;
    margin-top: 4.871vw;
}

/* コピーライト */
.copyright {
    padding-top: 2vw;
    padding-bottom: 4vw;
    font-size: 3.076vw;
    color: white;
    white-space: nowrap;
    width: 100%;
}