@charset "UTF-8";

h2 {
    font-size: clamp(32px, 4vw, 42px);
    font-weight: 1000;
    letter-spacing: 0.1em;
    margin: 0;
}

.pointer {
    cursor: pointer;
}

p {
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 600px;
    color: #371d03;
}

/* LandMarket Main
------------------------------- */

.LandMarket_BG {
    background: url(../images/C_1_LandMarketlBG_2.png) no-repeat center center;

    background-position: center bottom;
    background-size: cover;
    position: relative;
    z-index: 2;
    margin-top: auto;
}

.LandMarket_Contents {
    padding: 4% 0% 10% 0%;
    text-align: center;

}

.LandMarket_HeadWrap {
    margin-bottom: 3%;
}

.LandMarket_TextWrap {
    margin-bottom: 3%;
    color: #371d03;
}

.LandMarket_H2 {
    margin-bottom: 3%;
    color: #371d03;
}

/* LandmarketOutsideBunner
------------------------------- */
.LandmarketOutsideBunner {
    width: 75%;
    margin: 0px auto 0;
    text-align: center;
}

/* LANDセール詳細
------------------------------- */
.landsale-inner {
    width: 100%;
    aspect-ratio: 1920 / 5129;
    position: relative;
    background: url(../images/landsailbanner.png) no-repeat center top;
    background-size: contain;
    display: flex;
    justify-content: center;
}

.landsale-inner-en {
    width: 100%;
    aspect-ratio: 1920 / 5129;
    position: relative;
    background: url(../images_en/LANDSellBanner.png) no-repeat center top;
    background-size: contain;
    display: flex;
    justify-content: center;
}

.image-area {
    aspect-ratio: 1920 / 5129;
    height: 100%;
    margin: 0 auto;
    /* ← 画像幅と一致 */
    position: relative;
}

.landsalebutton {
    position: absolute;
    top: 66%;
    left: 50%;
    translate: -50% -50%;
    width: clamp(100px, 20vw, 480px);
}

.landsalebutton_en {
    position: absolute;
    top: 66%;
    left: 50%;
    translate: -50% -50%;
    width: clamp(100px, 20vw, 480px);
}

/* SSLANDdetail
------------------------------- */
.LANDdetail-wrapper {
    width: 100%;
    position: relative;
}

.LANDdetail-inner {
    width: 100%;
    padding-top: 63.65%;
    position: relative;
    background: url(../images/SS_top_2.png) no-repeat center top;
    background-size: cover;
}

.LANDdetail-inner-en {
    width: 100%;
    padding-top: 63.65%;
    position: relative;
    background: url(../images_en/SS_top_2.png) no-repeat center top;
    background-size: cover;
}

.LANDdetailbutton {
    position: absolute;
    top: 70%;
    left: 50%;
    translate: -50% -50%;
    width: clamp(100px, 20vw, 480px);
}

.LANDdetail_butt {
    padding: 0% 0;
    /* background: url(../images/B_0_BG.png)  center center; */
    margin-top: -10%;
    padding-bottom: 0%;
}




/* LandmarketCountrySelect
------------------------------- */

.paysel {
    display: inline-flex;
    align-items: center;
    position: relative;
    width: 30%;
}

.paysel::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.paysel select {
    appearance: none;
    min-width: 100%;
    max-width: 100%;
    height: 2.5em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #2e2e2e;
    border-radius: 25px;
    background-color: #fff;
    color: #333333;
    font-size: clamp(18px, 2vw, 22px);
    cursor: pointer;
    text-align-last: center;
    font-weight: 700;
}

.CountryContent {
    display: none;
}

.CountryContent.active {
    display: block;
}


.LCS_ButtonWrap {
    display: flex;
    margin: 3% 0 5%;
    justify-content: center;
}

.LCS_ButtonDivWrap {
    display: flex;
    justify-content: center;
    cursor: pointer;
    width: 25%;
}

.LCS_ButtonDiv {
    width: 95%;
    display: flex;
    justify-content: center;
}




.LCS_Caption {
    color: #371d03;
}

.LCS_Banner {
    max-width: 800px;
    width: 70%;
    margin: 0 auto 3%;

}



/* LandMarket Main
------------------------------- */


.LandMarket_BuyWrap {
    display: flex;
    justify-content: center;
    margin-bottom: 5%;
}

.LandMarket_Gacha {
    width: 30%;
}

.LandMarket_GachaImage {
    max-width: 100%;
    height: auto;
    margin-bottom: 10%;
}

.LandMarket_GachaImage img {
    width: 100%;
}

.LandMarket_BtnImage {
    max-width: 100%;
    height: auto;
    position: relative;
}


/* ランドボタン アクティブ表示 */
.land_buybtn_text {
    color: white;
    font-size: clamp(10px, 3.3vw, 35px);
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 100%;
}

.land_buybtn {
    width: 100%;
    background-color: #e18b13;
    border-radius: 1.5vw;
    padding: 5% 0;
}

.land_buybtn:hover {
    background-color: #ffba26;
}

/* ランドボタンデフォルト */
.land_buybtn_def {
    color: white;
    background-color: #828486;
}

.land_buybtn_def:hover {
    background-color: #828486;
}


/* ランドボタン非アクティブ表示 */
.land_buybtn_gray {
    color: #828486;
    box-shadow: inset 0 0 0 5px #828486;
    font-weight: 700;
    background-color: #ffffff00;
    border-radius: 1.5vw;
    padding: 5% 0;
}

.land_buybtn_gray:hover {
    background-color: #ffffff00;
}




/*支払方法変更*/
.LandMarket_paymeth_wrap {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 5%;
}

.LandMarket_PayMethBtn {
    width: 40%;
    border-color: #ccb491;
    background-color: black;
    border-radius: 2vw;
    padding: 2%;
    margin: 0 auto;

    color: white;
    font-size: clamp(18px, 2.1vw, 30px);
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 100%;
}

.LandMarket_PayMethBtn:hover {
    background-color: #ffba26;
}

/*---　ポップアップ表示 ---*/
body.no-scroll {
    overflow: hidden;
    /* スクロールを無効にする */
}

label {
    color: #371d03;
}

.mordalBG input {
    font: 20px sans-serif;
    box-sizing: border-box;
    padding: 0.3em;
    border: 1px solid #ccb491;
    border-radius: 15px;
    transition: 0.3s;
    background-color: #ffffff;
}

.mordalBG input:focus {
    border: 1px solid #ffba26;
    box-shadow: 0 0 5px 1px #ffba26;
    outline: none;
    background-color: #ffffff;
}

.mordalBG {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}



/* モーダル基盤 */

.landmordal_box {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 900px;
    width: 95%;
    padding: 10px;
    background-color: #ebdfc7;
    border-radius: 25px;
    align-items: center;
    transform: translate(-50%, -50%);
    display: none;
}

.landmodal_credit_ti {
    display: block;
    padding: 20px 40px;
    text-align: center;
    outline: solid 5px #ab834a;
    border-radius: 20px;
}



.landmodal_credit_title {
    margin-bottom: 15px;
}

.landmodal_credit_title p {
    font-size: clamp(34px, 2vw, 40px);
    letter-spacing: 5px;
    font-weight: 700;
}

.landmodal_credit {
    display: flex;
}

.equipmodal_ {
    display: flex;
    justify-content: center;
    /* 横中央 */
    align-items: center;
    /* 縦中央 */
}

/* モーダル画像系統 */

.LM_goods {
    margin: 0 auto 0 0;
    height: 100%;
    width: 34%;
}

.landmodal_goods {
    margin: 0 auto 0 0;
    height: 100%;
    width: 35%;
}


.LM_gachaimage {
    height: 100%;
    width: 100%;
    margin: auto;
    position: relative;
}


.landmodal_gachaimage {
    height: 100%;
    width: 100%;
    margin: auto;
    position: relative;
}

.nftimage_setcss {
    width: 100%;
    text-align: center;
    position: absolute;
    inset: 0;
}

.nftimage_standard {
    position: static;
}


/* 文字モーダル情報 */

.landmodal_credit_info {
    width: 60%;
    margin-left: 3%;
    text-align: left;
}

.LM_headtext {
    font-size: clamp(24px, 2vw, 30px);
    font-weight: bold;
}

.landmodal_headtext {
    font-size: clamp(23px, 1.5vw, 28px);
    font-weight: bold;
}

.landmodal_credit_right {
    margin-top: 5%;
    margin-bottom: 1%;
}

.LM_detail {
    display: flex;
    align-items: center;
    margin-top: 4.5%;
    margin-bottom: 4.5%;
    color: #371d03;
}

.landmodal_detail {
    display: flex;
    align-items: center;
    margin-top: 5%;
    margin-bottom: 5%;
    color: #371d03;
}

.landmodal_detail_4 {
    display: flex;
    align-items: center;
    margin-top: 8%;
    color: #371d03;
}

.landmodal_detail_L {
    width: 40%;
    text-align: left;
}

.landmodal_detail_R {
    width: 60%;
    text-align: right;
}

.landmodal_name {
    font-size: clamp(18px, 2vw, 20px);
    font-weight: bold;
}

.LM_attritext {
    font-size: clamp(22px, 2vw, 24px);
    font-weight: bold;
}

.landmodal_attritext {
    font-size: clamp(20px, 2vw, 22px);
    font-weight: bold;
}

/* ドロップダウンメニュー */

.selectdiv {
    margin: 0 0 0 auto;
    width: 70%;
}

.selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    display: block;
    text-align: center;
    text-align-last: center;
    width: 100%;
    max-width: 320px;
    height: 50px;
    float: right;
    border-radius: 10px;
    font-size: 18px;
    line-height: 1.75;
    color: #371d03;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #ab834a;
    -ms-word-break: normal;
    word-break: normal;
}



/* 戻る・購入ボタン */

.landmodal_credit_inputsection {
    width: 100%;
    margin: 0 auto;

}


.landmodal_credit_label {
    text-align: left;
    font-size: clamp(15px, 2vw, 18px);
    font-weight: 600;
}

.landmodal_credit_inputbigbox {
    margin-bottom: 10px;
}

.landmodal_credit_inputsection input {
    width: 100%;
    margin: 0 auto;
}

.landmodal_credit_inputflexbox {
    display: flex;
    justify-content: space-between;
    margin-bottom: clamp(15px, 2vw, 40px);
}

.landmodal_credit_inputminibox {
    width: 48%;
}




/* ボタンセクション */


.landmodal_credit_btnsection {
    display: flex;
    justify-content: space-between;
    max-height: 45px;
    margin-top: 4%;
}


.landmodal_credit_btnsection p {
    font-size: clamp(22px, 2vw, 24px);
    font-weight: bold;
}

.landmodal_credit_btnWrap {
    width: 50%;
}

/* キャンセルボタン */
.landmodal_credit_cancelbtn {
    width: 90%;
    outline: solid 4px #ab834a;
    outline-offset: -4px;
    border-radius: 15px;
    margin: 0 2.5% 0 0;

    display: flex;
    /* flexboxで中央寄せ */
    align-items: center;
    /* 縦方向の中央 */
    justify-content: center;
    /* 横方向の中央 */

    height: 45px;
    /* 高さを固定 */
    box-sizing: border-box;
    /* 枠線込みでサイズ計算 */
}

.landmodal_credit_cancelbtn p {
    color: #ab834a;
    font-size: 20px;
    margin: 0;
    /* 余白リセット */
}

/* hover */
.landmodal_credit_cancelbtn:hover {
    outline: solid 4px #cba656;

    width: 90%;
    outline-offset: -4px;
    border-radius: 15px;
    margin: 0 2.5% 0 0;

    display: flex;
    /* flexboxで中央寄せ */
    align-items: center;
    /* 縦方向の中央 */
    justify-content: center;
    /* 横方向の中央 */

    height: 45px;
    /* 高さを固定 */
    box-sizing: border-box;
    /* 枠線込みでサイズ計算 */
}

.landmodal_credit_cancelbtn:hover p {
    color: #cba656;
}


/* 購入ボタン */

.landmodal_credit_buybtn {
    width: 90%;
    background-color: #e18b13;
    border-radius: 15px;
    margin: 0 auto;

    display: flex;
    /* 中央寄せのため flexbox 使用 */
    align-items: center;
    /* 縦方向の中央揃え */
    justify-content: center;
    /* 横方向の中央揃え */

    height: 45px;
    /* 高さを固定 */
}

.landmodal_credit_buybtn p {
    color: white;
    font-size: 20px;
    margin: 0;
    /* デフォルトの余白をリセット */
}

/* hover */
.landmodal_credit_buybtn:hover {
    background-color: #ffba26;

    width: 90%;
    border-radius: 15px;
    /* margin: 0 0 0 auto; */

    display: flex;
    /* 中央寄せのため flexbox 使用 */
    align-items: center;
    /* 縦方向の中央揃え */
    justify-content: center;
    /* 横方向の中央揃え */

    height: 45px;
    /* 高さを固定 */
}

/* 閉じるボタン */
.landmodal_credit_buybtn_close {
    width: 90%;
    background-color: #525457;
    border-radius: 15px;
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: center;

    height: 45px;
}

.landmodal_credit_buybtn_close p {
    color: white;
    font-weight: 200;
    font-size: 20px;
    margin: 0;
}


/* --- 共通ポップアップ --- */

.landmodal_simpletext {
    font-size: clamp(5px, 6.5vw, 30px);
    font-weight: bold;
}

.landmodal_simpletext_small {
    font-size: clamp(5px, 3.6vw, 20px);
    font-weight: bold;
}

.landmordal_simplesection {
    position: fixed;
    top: 50%;
    left: 50%;
    display: none;
    transform: translate(-50%, -50%);
}

.landmordal_BGbox {
    /* height: 220px; */
    padding: 10px;
    background-color: #ebdfc7;
    border-radius: 25px;
    align-items: center;
    max-width: 500px;
    width: 95%;
    transform: translate(-50%, -50%);
    display: none;
}

.landmodal_simplebox {
    padding: 20px;
    text-align: center;
    outline: solid 5px #ab834a;
    border-radius: 20px;
}

.landmordal_BGbox_1 {
    height: 200px;
    max-width: 500px;
    width: 95%;
    padding: 10px;
    background-color: #ebdfc7;
    border-radius: 25px;
    align-items: center;
}

.landmordal_BGbox_2 {
    /* height: 220px; */
    max-width: 600px;
    width: 110%;
    padding: 10px;
    background-color: #ebdfc7;
    border-radius: 25px;
    align-items: center;
}

.landmodal_simplebox_1 {
    height: 180px;
    padding: 20px;
    text-align: center;
    outline: solid 5px #ab834a;
    border-radius: 20px;
}


.landmodal_simpletextbox {
    /* height: 60%; 削除 */
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}




.landmodal_simple_backbtn {
    width: 50%;
    height: 30%;
    outline: solid 4px #ab834a;
    outline-offset: -4px;
    border-radius: 15px;
    line-height: 45px;
    margin: 5% auto;
}

.landmodal_simple_backbtn p {
    color: #ab834a;
    font-size: 24px;
    font-weight: bold;
}

.landmodal_simple_backbtn:hover {
    width: 50%;
    height: 30%;
    outline: solid 4px #cba656;
    outline-offset: -4px;
    border-radius: 15px;
    line-height: 45px;
    margin: 5% auto;
}

.landmodal_simple_backbtn:hover p {
    color: #cba656;

}




.landmodal_simple_gobtn {
    width: 50%;
    background-color: #e18b13;
    border-radius: 15px;
    line-height: 60px;
    margin: 0 auto;
    margin-top: 2%;
}

.landmodal_simple_gobtn p {
    color: white;
    font-size: clamp(10px, 6vw, 24px);
    font-weight: bold;
}

.landmodal_simple_gobtn:hover {
    width: 50%;
    background-color: #ffba26;
    border-radius: 15px;
    line-height: 60px;
    margin: 0 auto;
    margin-top: 2%;
}

.landmodal_common_text {
    color: #ffffff;
    font-size: clamp(5px, 3.6vw, 20px);
    font-weight: bold;
}

.landmodal_common_text_area {
    width: 100%;
    /* padding: 20px; */
    text-align: center;
    border-radius: 20px;
}

.pop_common_text_view {
    width: 80%;
    /* padding: 20px; */
    text-align: center;
    border-radius: 20px;
}


.landmodal_relogin {
    width: 80%;
    background-color: #e18b13;
    border-radius: 15px;
    line-height: 45px;
    text-align: center;
    margin: 0 auto;
}

.landmodal_relogin p {
    color: white;
    font-size: 20px;
}

.landmodal_relogin:hover {
    background-color: #ffba26;
}


/* ガチャ演出 */

#gacha_text p {
    color: #fff;
}

.gacha_section {
    display: flex;
    text-align: center;
    width: 100%;
    height: 100vh;
    display: none;
}

.gacha_imagebox {
    padding-top: 5vh;
    margin: 0 auto;
    max-width: 500px;
    aspect-ratio: 500/560;
    /* width: 80%;
    height: 65%; */
}

.gacha_image {
    position: relative;
}

.gacha_image img:first-of-type {
    z-index: 10;
}

.gacha_image img {
    position: absolute;
    transform-origin: -0;
    animation: anime1 2s ease-in-out 0s infinite alternate;
}

@keyframes anime1 {
    from {
        transform: scale(1) translate(-50%, 0%);

    }

    to {
        transform: scale(1.05) translate(-50%, 0%);

    }
}


/* ガチャタップ後演出 */

.gacha_redu {
    transform: scale(0.5);
    transition: transform 1.5s;

}

.gacha_up {
    transform: scale(2.2);
    transition: transform 0.5s;

}


.gacha_fadetext {
    opacity: 0;
    transition: opacity 1s;
}

.gacha_fadeimg {
    opacity: 0;
    transition: opacity 1.5s;
}


.whiteout {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background: rgb(255, 255, 255);
    top: 0;
    left: 0;
    display: none;
    opacity: 0;
}

.gacha_opa1 {
    opacity: 0;
    animation: fadeInOut 4s ease-in-out
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
        /* 開始時は透明 */
    }

    15% {
        opacity: 1;
        /* 50%の時点で完全に表示 */
    }

    60% {
        opacity: 1;
        /* 50%の時点で完全に表示 */
    }

    100% {
        opacity: 0;
        /* 最後は透明に戻る */
    }
}

.gacha_block {
    display: block;
}

.gacha_none {
    display: none;
}

.gacha_opa0 {
    opacity: 0;
}


/*          ガチャリザルト画面         */


.result_box {
    margin: 0 auto;
}

.landmordal_simpletext p {
    color: #371d03;
}

.hidden {
    display: none;
}


/* LandMarket Detail
------------------------------- */
.Detail_BG {
    background: url(../images/C_1_DetailBG.png) no-repeat center center;
    background-size: cover;
    background-position: center top;
    height: auto;
    position: relative;
    /* 位置指定 */
    z-index: 1;
    /* 重なり順指定 */
    margin-top: -100%;
}


.CountryDetail_Section {
    padding-top: 110%;
    padding-bottom: calc(10px + 5%);
    text-align: center;
}

.CD_imgWrap {
    margin: 0 auto;
    width: 50%;
}

.CD_imgWrap img {
    width: 100%;
}

.Detail_Section {
    padding-bottom: calc(10px + 5%);
    text-align: center;

}

.Detail_HeadWrap {
    text-align: center;
    margin-bottom: 5%;
}

.Detail_TextWrap {
    text-align: center;
    padding: 0 4%;
    margin-bottom: 5%;
}

.Detail_Text {
    color: #fff;
}



.Detail_ImageSection {
    display: flex;
    justify-content: center;
    margin-bottom: 7%;
}


.Detail_ImageWrap {
    max-width: 400px;
}

.CenterMargin {
    margin: 0px 2vw;
}

.CenterMargin_button {
    margin: 0px auto;
}



/* ボタン */

.Detail_LandBtnWrap {
    display: flex;
    justify-content: center;
    width: 90%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.Detail_LandBtn {
    width: 50%;
    max-width: 370px;
    position: relative;
    margin: 0 50px;
    margin-bottom: 0%;
}




/* swiper */

.swiper-button-prev {
    display: none;
}

.swiper-button-next {
    display: none;
}


/* 国家選択 新デザイン */
.selectKingdom_modal {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
}

.kingdom_select_wrap {
    width: 80%;
    max-width: 450px;
    position: relative;
    padding-bottom: 5%;
}

.kingdom_select {
    width: 100%;
    height: 50px;
    border: 1px solid #2e2e2e;
    border-radius: 25px;
    background-color: #fff;
    font-size: 20px;
    font-weight: 700;

    text-align: center;
    text-align-last: center;

    padding-left: 0;
    padding-right: 0;

    appearance: none;
}

.kingdom_select_wrap::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    pointer-events: none;
}

/* 装備タイトル中央用 */
.equip_title_center {
    width: 100%;
    text-align: center;
    font-size: clamp(24px, 2vw, 30px);
    font-weight: bold;
    margin: 0 auto 20px auto;
}

/* 国家選択ポップアップ タイトル用 */
.kingdom_popup_title {
    font-size: clamp(10px, 20vw, 22px);
    /* 少し小さめ */
    font-weight: bold;
    text-align: center;
    margin: 0;
}

/*********************************************************
 モバイル版 命令
 800px以下の場合の処理
 *********************************************************/
@media (max-width: 800px) {

    h2 {
        font-size: clamp(24px, 4vw, 32px);
        font-weight: 1000;
        letter-spacing: 0.1em;
        margin: 0;
    }

    p {
        font-size: clamp(12px, 2.7vw, 22px);
        font-weight: 600;
        /* font-size:8px; */
        color: #371d03;
    }


    /* LANDMARKET */

    .LandMarket_HeadWrap {
        margin: 3% 0;
    }

    .LandMarket_TextWrap {
        padding: 0 3%;
        margin-bottom: 5%;
        color: #371d03;
    }

    .LandMarket_Text {
        font-weight: 600;
        margin-bottom: 2%;
    }

    .LandMarket_H2 {
        margin: 6% 0;
    }



    /* 国家選択ボタン */



    .LCS_ButtonWrap {
        display: flex;
        flex-wrap: wrap;
    }

    .LCS_ButtonDivWrap {
        display: flex;
        justify-content: center;
        cursor: pointer;
        width: 50%;
        margin: 0.5% 0;
    }


    /* バナー */

    .LCS_Banner {
        width: 100%;
        margin: 0 auto 8%;
    }

    /* ボタン */
    .Detail_LandBtnWrap {
        display: block;
        justify-content: center;
        width: 100%;
        max-width: 1280px;
        margin: 0 auto;
    }

    .Detail_LandBtn {
        width: 50%;
        position: relative;
        margin: 2% auto;
        margin-bottom: 0;
    }


    /*支払方法変更*/
    .LandMarket_paymeth_wrap {
        margin: 0 auto;
        width: 70%;
        margin-bottom: 20%;
    }

    .LandMarket_PayMethBtn {
        width: 100%;
        border-color: #ccb491;
        background-color: black;
        border-radius: 4vw;
        padding: 7%;

        color: white;
        font-size: clamp(16px, 3vw, 24px);
        font-weight: 700;
        letter-spacing: 0.2em;
        line-height: 100%;
    }


    /* modal */

    .landmordal_box {
        max-width: 500px;
    }

    .landmodal_credit_ti {
        display: block;
        padding: 10px;
        text-align: center;
        outline: solid 5px #ab834a;
        border-radius: 20px;
    }

    .landmodal_credit_title {
        margin-bottom: 2%;
    }

    .landmodal_credit_title p {
        font-size: clamp(28px, 2vw, 34px);
        letter-spacing: 5px;
        font-weight: 700;
    }

    .landmodal_credit {
        display: block;
        margin: 0 auto;
    }


    .LM_goods {
        margin: 0 auto;
        height: 100%;
        width: 100%;
    }


    .landmodal_goods {
        margin: 0 auto;
        height: 50vw;
        width: 50vw;
    }

    .LM_gachaimage {
        width: 40%;

        height: 100%;
        margin: 0px auto;
    }

    .landmodal_gachaimage {
        width: auto;
        height: 100%;
        margin: 0px auto;
    }

    .nftimage_setcss {
        width: 100%;
        text-align: center;
        position: absolute;
        inset: 0;
    }


    .landmodal_credit_info {
        width: 100%;
        height: auto;
        padding: 0% 0%;
        margin: 0 auto;
        text-align: center;
    }

    .landmodal_headtext {
        margin: 3% 0;
        font-size: clamp(20px, 3.8vw, 28px);
        font-weight: bold;
    }

    .landmodal_credit_right {
        display: block;
        margin-top: 0%;
        margin-bottom: 0%;
    }

    .landmodal_name {
        font-size: clamp(14px, 2vw, 16px);
        font-weight: bold;
    }

    .landmodal_attritext {
        font-size: clamp(18px, 2vw, 20px);
        font-weight: bold;
    }

    /* ドロップダウンメニュー */

    .selectdiv {
        margin: 0 0 0 auto;
        width: 90%;
    }

    .landmordal_pulldown {
        text-align: right;
    }

    .selectdiv select {
        width: 100%;
        max-width: 320px;
        height: 45px;
        font-size: clamp(18px, 2vw, 20px);
        line-height: 1.75;
    }


    .LM_detail {
        display: flex;
        align-items: center;
        margin: 1% 2%;
        color: #371d03;
    }

    .landmodal_detail {
        display: flex;
        align-items: center;
        font-size: clamp(10px, 3vw, 20px);
        margin-top: 2%;
        margin-bottom: 2%;
        color: #371d03;
    }

    .landmodal_detail_4 {
        display: flex;
        align-items: center;
        margin-top: 5%;
        color: #371d03;
    }

    .landmodal_detail_sub {
        line-height: 200%;
        margin-bottom: 5%;
    }




    .landmodal_credit_btnsection {
        display: flex;
        justify-content: space-between;
        height: 60px;
        margin-top: 2%;
    }



    /* キャンセルボタン */

    .landmodal_credit_cancelbtn {
        width: 90%;
        outline: solid 3px #ab834a;
        outline-offset: -4px;
        border-radius: 15px;
        line-height: 45px;
        text-align: center;
        margin: 0 auto 0 0;
    }



    .landmodal_credit_cancelbtn p {
        color: #ab834a;
        font-size: clamp(18px, 2vw, 20px);
        font-weight: 700;
    }


    .landmodal_credit_cancelbtn:hover {
        outline: solid 3px #cba656;
    }

    .landmodal_credit_buybtn_close p {
        color: white;
        font-size: clamp(18px, 2vw, 20px);
        font-weight: 200;
    }




    .landmodal_credit_buybtn p {
        color: white;
        font-size: clamp(18px, 2vw, 20px);
        font-weight: 700;
    }


    /* swiper */
    /* LandMarket Main
------------------------------- */
    .contentswidth {
        width: 100%;
    }

    .LandMarket_Gacha {
        width: auto;
        margin: 0 auto;
        margin-bottom: 10%;
    }

    .LandMarket_GachaImage {
        height: auto;
        margin-bottom: 8%;
    }

    .LandMarket_GachaImage img {
        width: 100%;
    }

    .LandMarket_BtnImage {
        margin: 0 auto;
        max-width: none;
        height: auto;
    }


    /* ランドボタン アクティブ表示 */
    .land_buybtn_text {
        color: white;
        font-size: clamp(22px, 3.3vw, 35px);
        font-weight: 700;
        letter-spacing: 0.15em;
        line-height: 100%;
    }

    .land_buybtn {
        width: 100%;
        background-color: #e18b13;
        border-radius: 4vw;
        padding: 5% 0;
    }

    .land_buybtn:hover {
        background-color: #ffba26;
    }

    /* ランドボタンデフォルト */
    .land_buybtn_def {
        color: white;
        background-color: #828486;
    }

    .land_buybtn_def:hover {
        background-color: #828486;
    }


    /* ランドボタン非アクティブ表示 */
    .land_buybtn_gray {
        color: #828486;
        box-shadow: inset 0 0 0 4px #828486;
        font-weight: 700;
        background-color: #ffffff00;
    }

    .land_buybtn_gray:hover {
        background-color: #ffffff00;
    }



    .CD_imgWrap {
        margin: 0 auto;
        width: 90%;
    }




    .Detail_TextWrap {
        padding: 0 4%;
        text-align: center;
        margin-bottom: 5%;
    }


    .Detail_ImageSection {
        padding: 0 4%;
        display: flex;
        justify-content: center;
        margin-bottom: 7%;
    }


    /* スライダー */

    .swiper-container {
        overflow: hidden;
        /* position: relative; */
    }

    /* =========================================
   Swiper 12 デフォルト矢印を完全に無効化
   ========================================= */
    .swiper-button-prev,
    .swiper-button-next {
        /* デフォルト矢印（SVGマスク）を消すCSS変数を上書き */
        --swiper-navigation-color: transparent !important;
        --swiper-navigation-size: 0 !important;

        /* 位置とサイズを指定 */
        display: block;
        min-height: 0px;
        min-width: 70px;
        height: auto;

    }

    /* =========================================
   疑似要素を利用して独自画像を設定
   ========================================= */
    .swiper-button-prev::after,
    .swiper-button-next::after {
        content: "";
        display: block;
        background-repeat: no-repeat;
        background-size: contain;
        min-height: 100px;
        min-width: 70px;
        height: auto;
        margin: auto;
    }

    /* 前の矢印画像 */
    .swiper-button-prev::after {
        background-image: url(../images/arrow01.png);
    }

    /* 次の矢印画像 */
    .swiper-button-next::after {
        background-image: url(../images/arrow02.png);
    }

    .paysel {
        display: inline-flex;
        align-items: center;
        position: relative;
        width: 50%;
    }

    .paysel::after {
        position: absolute;
        right: 15px;
        width: 10px;
        height: 7px;
        background-color: #535353;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        content: '';
        pointer-events: none;
    }

    .paysel select {
        appearance: none;
        min-width: 100%;
        max-width: 100%;
        max-height: 50%;
        padding: .4em calc(.8em + 30px) .4em .8em;
        border: 1px solid #2e2e2e;
        border-radius: 25px;
        background-color: #fff;
        color: #333333;
        font-size: clamp(15px, 3vw, 22px);
        cursor: pointer;
        text-align-last: center;
    }

    .kingdom_select {
        width: 80%;
        height: 50px;
        border: 1px solid #2e2e2e;
        border-radius: 25px;
        background-color: #fff;
        font-size: 20px;
        font-weight: 700;

        text-align: center;
        text-align-last: center;

        padding-left: 0;
        padding-right: 0;

        appearance: none;
    }

}