#stocksWrap01 {
    position: relative;
}

#stocksWrap01::before {
    background: url(/common/img/forms/img_main.jpg) no-repeat top center;
    background-size: 100% auto;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    min-width: 1366px;
    content: "";
    z-index: -1;
}

#stocksWrap01 .stocksWrap01Inr {
    width: 1166px;
    height: 500px;
    margin: 0 auto;
    padding-top: 140px;
    position: relative;
}

#stocksWrap01 .stocksWrap01Inr::before {
    bottom: 0;
    left: 50%;
    content: "";
    display: block;
    height: 40px;
    width: 2px;
    position: absolute;
    background: #0066d9;
}

#stocksWrap01 .stocksWrap01Inr::after {
    bottom: -40px;
    left: 50%;
    content: "";
    display: block;
    height: 40px;
    width: 2px;
    position: absolute;
    z-index: 2;
    background: #adc2d9;
}

#stocksWrap01 .stocksWrap01Inr h1 {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Arial, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #ffffff;
    font-size: 6.4rem;
    line-height: 7.2rem;
    font-weight: 700;
    letter-spacing: -0.04rem;
    margin-top: 70px;
}

span.inline_block {
    display: inline-block;
}

#stocksWrap02 {
    background: #fff;
}

#stocksWrap02 .stocksWrap02Inr {
    width: 1166px;
    margin: 0 auto;
    padding: 90px 0 120px;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.2;
}

.mt1em {
    margin-top: 1em;
}

.explain_area {
    display: flex;
    justify-content: space-between;
    text-align: left;
    flex-wrap: wrap;
}

.explain_block {
    border: 2px #cfd9e5 solid;
    border-radius: 5px;
    width: 48%;
    padding: 45px 25px 20px;
    position: relative;
}

.dial_text {
    width: 100%;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin: 20px 0;
}

.dial_text span {
    display: block;
    font-size: 0.8em;
    font-weight: normal;
}

.koshikano_link {
    text-align: center;
    margin-top: 20px;
    width: 100%;
}

img.logo_image {
    height: 80px;
    padding: 10px;
    background: #fff;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.point_list li,
.caution_icon {
    padding-left: 1em;
    position: relative;
}

.point_list li::before,
.caution_icon::before {
    position: absolute;
    left: 0;
    top: 0;
}

.point_list li::before {
    content: "・";
}

.caution_icon::before {
    content: "※";
}

.complement_area {
    display: inline-block;
    text-align: left;
    margin-top: 30px;
}

.complement_area p {
    margin-bottom: 10px;
}

a.link_gradation {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 300px;
    height: 60px;
    margin: 20px auto 0;
    background-image: linear-gradient(to right, #0066d9 0%, #652bd9 50%, #0066d9 100%);
    background-size: 200% auto;
    color: #fff;
    padding-right: 40px;
    position: relative;
    transition: all 0.3s;
}

a.w-450,
p.w-450 {
    width: 450px;
}

a.link_gradation:hover {
    background-position-x: 100%;
}

a.link_gradation::before {
    content: "";
    background: rgba(0, 0, 0, 0.1);
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
}

a.link_gradation::after {
    content: "";
    position: absolute;
    right: 23px;
    width: 10px;
    height: 10px;
    background: conic-gradient(at 80% 50%, transparent 66%, #fff 66%, #fff 84%, transparent 84%);
}

.color_red {
    color: #d62b2b;
}

a.link_text {
    color: #0066d9;
    border-bottom: 1px #0066d9 solid;
    transition: all 0.3s;
    position: relative;
    line-height: 2;
}

a.another_tab {
    padding-right: 1.2em;
}

a.link_text::before {
    content: "";
    width: 0;
    display: block;
    border-bottom: 2px #0066d9 solid;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: 0.3s;
}

a.link_text:hover::before {
    width: 100%;
}

a.another_tab::after {
    position: absolute;
    display: inline-block;
    width: 17px;
    height: 15px;
    right: 1px;
    background: url(/common/img/ic_link01_blue.svg) no-repeat;
    background-size: contain;
    content: "";
    /* top: 80%;
    transform: translateY(-50%); */
    bottom: 5px;
}

.link_explain {
    font-size: 0.7em;
    width: 300px;
    margin: auto;
}

.explain_block.d-flex {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 30px;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}

.order_2 {
    margin: 0 30px;
}

.order_2 img {
    width: 320px;
    height: 150px;
    object-fit: cover;
    object-position: center;
}

.text-center {
    text-align: center;
}

.w-100 {
    width: 100%;
}

.w-100.mt1em>p>span:not(.custom) {
    display: inline-block;
}

.caution_icon,
.caution_icon a.link_text {
    line-height: 24px;
}

.stocksWrap01Inr>h1 {
    font-size: 4.4rem !important;
    margin-top: 120px !important;
}

/* STOCK V2 20260501 */

.stockWrap02Inr,
[class*="stockWrap03_"],
[class*="stockWrapContent0"],
[class*="stockWrapContent10"] {
    position: relative;
    opacity: 0;
    filter: alpha(opacity=0);
}

.ir.stock-v2 #irWrap01::before {
    background: url(/images/stocks/bg.jpg) no-repeat center -300px;
    background-size: cover;
    filter: brightness(0.8);
}

#stockWrap02 {
    padding: 75px 0;
    background: #e5effb;
}

.stockWrap04 {
    background: #006cdc;
    padding: 25px 0;
}

.stockWrap02Inr,
.stockWrap04Inr {
    width: 1166px;
    margin: 0 auto;
    text-align: center;
    color: #0066d9;
}

.stockWrap04Inr,
.stockWrap04Inr h2+p {
    color: #ffffff !important;
}

.stockWrap02Inr h2,
.stockWrap04Inr h2 {
    font-size: 3.6rem;
    line-height: 4rem;
    font-weight: 700;
}

.stockWrap02Inr h2+p,
.stockWrap04Inr h2+p {
    font-size: 2.2rem;
    line-height: 3.0rem;
    font-weight: 400;
    color: #0066d9;
    margin-top: 15px;
}

.stockWrap02Inr h2+p+p,
.stockWrap04Inr h2+p+p {
    font-size: 1.8rem;
    line-height: 3.6rem;
    font-weight: 300;
    margin-top: 25px;
}

#stockWrap03 {
    padding: 80px 0;
    background: #ffffff;
}

.stockWrap03Inr01 {
    width: 1166px;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.stockWrap03Div {
    width: 100%;
    border-bottom: 1px solid #cfd9e5;
}

.stockWrap03Inr01 .stockWrap03Div {
    margin-top: 60px;
    margin-bottom: 60px;
}

.stockWrap03Inr01 .stockWrap03Box01 {
    width: 406px;
}

.stockWrap03Inr01 .stockWrap03Box01 h2 {
    font-size: 4.8rem;
    line-height: 6.0rem;
    font-weight: 700;
    letter-spacing: -0.02rem;
    position: relative;
}

.stockWrap03Inr01 .stockWrap03Box01 h2:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background: #0066d9;
    bottom: -20px;
    left: 0;
}

.stockWrap03Inr01 .stockWrap03Box01 p {
    font-size: 2.8rem;
    line-height: 3.2rem;
    font-weight: 500;
    margin-top: 40px;
    padding-bottom: 60px;
}

.stockWrap03Inr01 .stockWrap03Box02 {
    width: 760px;
    padding-bottom: 60px;
}

.stockWrap03Inr01 .stockWrap03Box02 .stockTx02 {
    font-size: 2.2rem;
    line-height: 3.0rem;
    font-weight: 400;
    color: #0066d9;
}

.stockWrap03Inr01 .stockWrap03Box02 .stockTx03 {
    font-size: 1.6rem;
    line-height: 3.2rem;
    font-weight: 300;
}

.stockWrap03Inr01 .stockWrap03Box02 .stMt30 {
    margin-top: 30px;
}

.stockWrap03Inr01:not(:first-child) {
    margin-top: 60px;
}

img[src$=".svg"].img-guide {
    width: 700px;
    margin: auto;
}

.stockWrapBtnGroup {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.stockWrapBtnGroup a.stockWrapBtn {
    width: 45%;
    text-align: center;
}

a.stockWrapBtn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background-image: linear-gradient(to right, #0066d9 0%, #652bd9 50%, #0066d9 100%);
    background-size: 200% auto;
    transition: background-position 0.3s;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    padding: 0 35px;
}

.stockWrap04 .stockWrap04Inr h2 {
    font-size: 2.6rem;
    line-height: 2rem;
}

.stockWrap04 .stockWrap04Inr h2+p {
    font-size: 1.7rem;
}

.stockWrap04 .stockWrap04Inr h2+p+p {
    margin-top: 15px;
}

.stockWrap04 .stockWrapBtnGroup {
    justify-content: center;
}

.stockWrap04 a.stockWrapBtn {
    background-image: none;
    background-color: #fff;
    color: #006cdc;
    font-weight: 700;
    border-radius: 24px;
    width: 250px;
}

.stockWrap04 a.stockWrapBtn+a {
    margin-left: 100px;
}

.stockWrap04 a.stockWrapBtn img {
    filter: invert(38%) sepia(90%) saturate(6342%) hue-rotate(199deg) brightness(96%) contrast(101%);
}

.stockWrap04 a.stockWrapBtn span {
    font-size: 1.6rem;
    height: 30px;
}

a.stockWrapBtn:hover {
    background-position: right center;
}

a.stockWrapBtn span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    /* width: 127px; */
    font-size: 1.4rem;
}

a.stockWrapBtn .linkIcArw {
    height: 40px;
    width: 23px;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
}

a.stockWrapBtn .linkIcArw img {
    width: 6px;
}

.m-t-40px {
    margin-top: 40px;
}

.m-t-70px {
    margin-top: 70px;
}

.stockTable {
    margin: auto;
    padding-bottom: 60px;
}

.stockTable table>tbody>tr>td.cell-empty {
    border: 0;
    background-color: #fff;
}

.stockTable table>tbody>tr>td.has-background {
    background-color: #0066D9;
    color: #fff;
    font-weight: 500;
}

.stockTable table>tbody>tr>td {
    font-size: 14px;
    padding: 12px;
    border: 0;
    background-color: #E5EFFB;
    color: #232323;
    text-align: center;
    vertical-align: middle;
    line-height: 1.44;
}

.stockTable table>tbody>tr>td.text-left {
    text-align: left;
}

.stockTable table {
    border-collapse: separate;
    border-spacing: 4px;
}

.stockWrapContent.stockWrapContent01 {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-basis: 100%;
    flex-wrap: wrap;
}

.stockWrapContent.stockWrapContent01 .stockWrapContentItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    flex-basis: 28%;
    flex-wrap: wrap;
}

.stockWrapContent.stockWrapContent01 .stockWrapContentItem>span {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-bottom: 30px;
}

.stockWrapContent.stockWrapContent01 .stockWrapContentItem>span>img {
    filter: brightness(0.6);
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.stockWrapContent.stockWrapContent01 .stockWrapContentItem>span>span {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
}

.stockWrapContent.stockWrapContent01 .stockWrapContentItem>a {
    width: 100%;
}

.sltWrap .slt03Box02 {
    width: 880px;
    height: 420px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#global_wifi_container .sltWrap .slt03Box02 {
    bottom: -30px;
}

.sltWrap {
    background: #ffffff;
}

.sltWrap .sltWrapInr {
    width: 1166px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 40px;
}

.sltWrap .slt03Box01 {
    width: 480px;
    height: 420px;
    background: #0066d9;
    position: relative;
    z-index: 3;
}

.sltWrap .slt03Box01 div {
    /* width: 480px; */
    height: 420px;
    padding: 0 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.sltWrap .slt03Box01 h2 {
    font-size: 3.6rem;
    line-height: 4rem;
    font-weight: 300;
    color: #ffffff;
}

.sltWrap .slt03Box01 h2 span {
    display: block;
    font-size: 1.6rem;
    line-height: 3.2rem;
    font-weight: 300;
    color: #adc2d9;
}

.sltWrap .slt03Box01 p {
    font-size: 1.6rem;
    line-height: 3.2rem;
    font-weight: 300;
    color: #ffffff;
    margin-top: 20px;
}

.sltWrap .slt03Box02::before {
    /* background: rgba(0, 0, 0, 0); */
    /* transition: opacity 0.3s, background-color 0.3s; */
    content: "";
    display: block;
    width: 100%;
    height: 420px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.sltWrap .slt03Box02:hover::before {
    width: 100%;
    /* background: rgba(0, 0, 0, 0.1); */
}

.sltWrap .slt03Box02 div {
    /* width: 880px; */
    height: 420px;
    position: relative;
    z-index: 3;
    display: block;
}

.sltWrap {
    margin-top: 70px;
}

.m-t-30px {
    margin-top: 30px
}

.stockWrapContent {
    width: 100%;
}

.stockWrapContent .title {
    color: #006cdc;
    text-align: center;
    font-size: 22px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.stockWrapContent .flex-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.stockWrapContent .flex-content .stockTable {
    width: 48%;
}

.stockWrapContent .flex-content .stockTable table {
    width: 100%;
}

.f-w-700 {
    font-weight: 700 !important;
}

.stockWrapContent .flex-content .stockTable {
    padding-bottom: 0;
}

.stockWrap03Inr01>.stockWrap03Div {
    margin-top: 60px;
    margin-bottom: 60px;
}

#sltWrap03.sltWrap .slt03Box02 {
    background-image: url("/images/stocks/gw_pc.png");
}

#sltWrap04.sltWrap .slt03Box02 {
    background-image: url("/images/stocks/vision_kabu_glamping_pc.png");
}

#sltWrap05.sltWrap .slt03Box02 {
    background-image: url("/images/stocks/pixta_120373784_L.jpg");
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

#sltWrap04.sltWrap .sltWrapInr .slt03Box01 {
    float: right;
}

#sltWrap04.sltWrap .sltWrapInr .slt03Box02 {
    right: auto;
    left: 0;
    top: -50px;
}

.stockWrapContent .note {
    font-size: 16px;
    margin-top: 20px;
}

.stockWrapContent .note-v2 {
    font-size: 22px;
    margin-top: 30px
}

#sltWrap05.sltWrap {
    margin-top: 0;
}

.stockWrapContent09 .stockTable,
.stockWrap03Inr01.stockWrap03_5 .stockTable {
    padding-bottom: 0;
}

.stockWrap03Inr01.stockWrap03_5 .stockWrap03Box02 {
    padding-bottom: 0;
}

.d-mb {
    display: none;
}

/* STOCK V2 20260501 */

@media only screen and (max-width: 1023px),
only screen and (max-width: 1024px) and (orientation: landscape),
only screen and (min-width: 1024px) and (orientation: portrait) {
    .d-mb {
        display: block;
    }

    #stocksWrap01::before {
        background: url(/common/img/forms/img_main_sp.jpg) no-repeat top center;
        width: 100%;
        height: 106.66667vw;
        /* min-width: 1px; */
        padding-bottom: 108px;
        background-size: cover;
    }

    #stocksWrap01 .stocksWrap01Inr {
        width: auto;
        height: 106.66667vw;
        padding: 26.66667vw 8vw 16vw;
    }

    #stocksWrap01 .stocksWrap01Inr::before {
        height: 8vw;
        width: 0.26667vw;
    }

    #stocksWrap01 .stocksWrap01Inr::after {
        height: 8vw;
        width: 0.26667vw;
        bottom: -8vw;
    }

    #stocksWrap01 .stocksWrap01Inr h1 {
        font-size: 10.66667vw;
        line-height: 12vw;
        letter-spacing: -0.00533vw;
        margin-top: 30px;
    }

    #stocksWrap02 .stocksWrap02Inr {
        width: 100%;
        padding: 70px 0 50px;
        font-size: 1.4rem;
    }

    .stockWrap02Inr,
    .stockWrap03Inr01 .stockWrap03Box01,
    .stockWrap03Inr01 .stockWrap03Box02,
    .stockWrap03Inr01,
    .sltWrap .sltWrapInr,
    .stockWrap04Inr {
        width: 100%;
    }

    .ir.stock-v2 #irWrap01::before {
        background-position: 100%;
    }

    .ir.stock-v2 #irWrap01 .irWrap01Inr {
        height: 80vw;
    }

    .stockTable {
        overflow: auto;
        margin: 0;
    }

    .stockWrap03Inr01.stockWrap03_3 .stockTable>table {
        width: 500px;
    }

    .stockWrap03Inr01.stockWrap03_3 .stockTable>table>tbody>tr>td[rowspan="4"] {
        width: 1% !important;
        white-space: normal;
    }

    .stockTable>table {
        width: 710px;
    }

    .stockWrap03Inr01.stockWrap03_3 .stockTable>table>tbody>tr>td {
        width: fit-content !important;
        padding-left: 9px;
        padding-right: 9px;
    }

    #stockWrap02,
    .stock-v2 .stockWrap03_1,
    .stock-v2 .stockWrap03_2,
    .stock-v2 .stockWrap03_3,
    .stockWrap03Box01.stockWrap03_4,
    .stockWrap03Box02.stockWrap03_4,
    .stockWrapContent.stockWrapContent01,
    .stockWrapContent.stockWrapContent03,
    .stockWrapContent.stockWrapContent04,
    .stockWrapContent.stockWrapContent06,
    .stockWrapContent.stockWrapContent07,
    .stockWrapContent.stockWrapContent09,
    .stockWrapContent.stockWrapContent10,
    .stockWrap03Inr01.stockWrap03_5 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .explain_area {
        justify-content: center;
    }

    .explain_block {
        width: 95%;
        padding: 30px 10px 20px;
        margin-bottom: 40px;
    }

    img.logo_image {
        height: 60px;
        padding: 5px;
        top: -30px;
    }

    .complement_area {
        margin-top: 0;
        padding: 0 15px;
        /* width: 95%; */
    }

    a.link_gradation {
        width: 250px !important;
        height: 50px;
    }

    .complement_area>a.link_gradation {
        width: 100% !important;
    }

    a.w-450,
    p.w-450 {
        width: 100%;
        height: 50px;
    }

    a.link_gradation::before {
        width: 40px;
        height: 40px;
    }

    a.link_gradation::after {
        right: 13px;
    }

    .link_explain {
        font-size: 0.7em;
        width: 250px;
        margin: auto;
    }

    .explain_block.d-flex {
        flex-direction: column;
        margin-top: 0;
        width: 95%;
    }

    .order_2 {
        margin: 0;
        margin-bottom: 30px;
    }

    .w-100.mt1em>p,
    .w-100.mt1em>p>span.custom {
        font-size: 28px;
    }

    .w-100.mt1em>p>span.custom {
        display: block;
        font-weight: 700;
    }

    .w-100.mt1em>p>span:not(.custom) {
        font-size: 18px;
    }

    .caution_icon,
    .caution_icon a.link_text {
        line-height: 20px;
    }

    .stocksWrap01Inr>h1 {
        font-size: 3.75rem !important;
        margin-top: 25% !important;
    }

    .explain_area {
        padding-left: 15px;
        padding-right: 15px;
    }

    .red {
        color: red;
    }

    .text-line {
        margin-top: 0 !important;
        margin-bottom: 30px;
    }

    #stocksWrap02>div>div.explain_area>div.explain_block+div {
        margin-top: 50px;
    }

    .stockWrapContent.stockWrapContent01 .stockWrapContentItem {
        flex-basis: 100%;
        margin-bottom: 30px;
    }

    .stockWrapContent.stockWrapContent01 .stockWrapContentItem:last-child {
        margin-bottom: 0;
    }

    [id^="sltWrap0"] .sltWrapInr .slt03Box01,
    [id^="sltWrap0"] .sltWrapInr .slt03Box02 {
        width: 94%;
    }

    [id^="sltWrap0"] .sltWrapInr .slt03Box02 {
        position: relative;
        height: auto;
        background-size: contain;
    }

    .sltWrap .slt03Box01,
    .sltWrap .slt03Box01 div {
        height: auto;
    }

    .sltWrap .slt03Box01 div {
        padding: 7vw 8vw;
    }

    #sltWrap03.sltWrap .slt03Box02 {
        background-image: url("/images/stocks/gw_sp.png");
        float: right;
        top: -30px;
    }

    #sltWrap03.sltWrap .slt03Box02::before {
        height: 240px;
    }

    #sltWrap03.sltWrap .slt03Box02 div {
        height: 240px;
    }

    .sltWrap .slt03Box01 h2 {
        font-size: 5.33333vw;
        line-height: 6.66667vw;
    }

    .sltWrap .slt03Box01 h2 span {
        font-size: 2.93333vw;
        line-height: 5.86667vw;
        color: #ffffff;
    }

    .sltWrap .slt03Box01 p {
        font-size: 2.93333vw;
        line-height: 5.86667vw;
        margin-top: 10px;
    }

    .sltWrap .slt03Box01 p br+br {
        display: none;
    }

    #sltWrap03.sltWrap .sltWrapInr {
        padding-bottom: 0;
    }

    .stockWrapContent.stockWrapContent03 .overflow+.m-t-30px.text-center,
    .stockWrapContent.stockWrapContent04 .overflow+.m-t-30px.text-center,
    .stockWrapContent.stockWrapContent06 .overflow+.m-t-30px.text-center,
    .stockWrapContent.stockWrapContent07 .overflow+.m-t-30px.text-center,
    .stockWrapContent.stockWrapContent09 .overflow+.m-t-30px.text-center,
    .stockWrapContent.stockWrapContent10 .overflow+.m-t-30px.text-center {
        margin-top: 20px;
    }

    .stockWrapContent.stockWrapContent03 .flex-content,
    .stockWrapContent.stockWrapContent04 .flex-content,
    .stockWrapContent.stockWrapContent06 .flex-content,
    .stockWrapContent.stockWrapContent07 .flex-content,
    /* .stockWrapContent.stockWrapContent09 .stockTable, */
    .stockWrapContent.stockWrapContent10 .flex-content {
        flex-wrap: wrap;
    }

    .stockWrapContent.stockWrapContent03 .flex-content .stockTable,
    .stockWrapContent.stockWrapContent04 .flex-content .stockTable,
    .stockWrapContent.stockWrapContent06 .flex-content .stockTable,
    .stockWrapContent.stockWrapContent07 .flex-content .stockTable,
    .stockWrapContent.stockWrapContent10 .flex-content .stockTable {
        flex-basis: 100%;
        width: 100%;
    }

    .stockWrapContent.stockWrapContent03 .flex-content .stockTable:not(:last-child),
    .stockWrapContent.stockWrapContent04 .flex-content .stockTable:not(:last-child),
    .stockWrapContent.stockWrapContent06 .flex-content .stockTable:not(:last-child),
    .stockWrapContent.stockWrapContent07 .flex-content .stockTable:not(:last-child),
    .stockWrapContent.stockWrapContent10 .flex-content .stockTable:not(:last-child) {
        margin-bottom: 20px;
    }

    .stockTable table>tbody>tr {
        height: auto !important;
    }

    #sltWrap04 {
        margin-top: 0;
    }

    #sltWrap04.sltWrap .slt03Box02 div,
    #sltWrap04.sltWrap .slt03Box02::before {
        height: 220px;
    }

    #sltWrap04.sltWrap .sltWrapInr .slt03Box02 {
        top: -30px;
        float: left;
        background-size: cover;
        background-position-x: right;
    }

    #sltWrap03.sltWrap>div:last-child,
    #sltWrap05.sltWrap>div:last-child {
        margin-top: 0;
    }

    #sltWrap03.sltWrap>div:first-child,
    #sltWrap04.sltWrap>div:first-child,
    #sltWrap05.sltWrap>div:first-child {
        padding-bottom: 0;
    }

    #sltWrap04.sltWrap>div:last-child {
        margin-top: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    #sltWrap04.sltWrap>div:last-child .stockWrapBtnGroup {
        flex-wrap: wrap;
    }

    #sltWrap04.sltWrap>div:last-child .stockWrapBtnGroup>a {
        width: 100%;
    }

    #sltWrap04.sltWrap>div:last-child .stockWrapBtnGroup>a+a {
        margin-top: 20px;
    }

    .stockWrapContent .note {
        font-size: 12px;
    }

    .stockWrapContent .note-v2 {
        font-size: 16px;
    }

    .stockWrapContent .note-v2 span {
        font-size: 12px;
        display: block;
        padding-top: 10px;
    }

    #sltWrap05.sltWrap .slt03Box02 div,
    #sltWrap05.sltWrap .slt03Box02::before {
        height: 220px;
    }

    #sltWrap05.sltWrap .slt03Box02 {
        float: right;
        top: -30px;
        background-size: cover;
        background-position: right;
    }

    .stockWrap03Inr01.stockWrap03_5 .stockItemWrap {
        text-align: center;
    }

    .stockWrap02Inr h2,
    .stockWrap04Inr h2,
    .stockWrap04 .stockWrap04Inr h2 {
        font-size: 5.33333vw;
        line-height: 6.66667vw;
    }

    .stockWrap02Inr h2+p,
    .stockWrap04Inr h2+p,
    .stockWrap04 .stockWrap04Inr h2+p {
        font-size: 4.26667vw;
        line-height: 6.4vw;
    }

    .stockWrap02Inr h2+p+p,
    .stockWrap04Inr h2+p+p {
        font-size: 3.2vw;
        line-height: 6.4vw;
    }

    .stockWrap03Inr01 .stockWrap03Box01 h2 {
        font-size: 7.2vw;
        line-height: 8.26667vw;
        letter-spacing: -0.00267vw;
    }

    .stockWrap03Inr01 .stockWrap03Box01 p {
        font-size: 4.8vw;
        line-height: 6.4vw;
        padding-bottom: 30px;
    }

    .stockWrap03Inr01 .stockWrap03Box02,
    .stock-v2 .stockWrap03_3 .stockTable {
        padding-bottom: 0;
    }

    .stockWrap03Box02.stockWrap03_4 {
        padding-bottom: 30px;
    }

    .stock-v2 .stockWrap03_3 .stockTable {
        padding-top: 30px;
    }

    .stockWrap03Inr01 .stockWrap03Box02 .stockTx02,
    .stockWrapContent .title {
        font-size: 4.26667vw;
        line-height: 6.4vw;
    }

    .stockWrap03Inr01 .stockWrap03Box02 .stockTx03 {
        font-size: 2.93333vw;
        line-height: 5.86667vw;
        margin-top: 15px;
    }

    a.stockWrapBtn span {
        font-size: 2.93333vw;
    }

    .stockWrapContent.stockWrapContent01 .stockWrapContentItem>span>span {
        font-size: 18px;
    }

    .stockWrapContent.stockWrapContent01 .stockWrapContentItem>span>img {
        height: 150px;
    }

    .stockTable table>tbody>tr>td {
        font-size: 2.93333vw;
    }

    #stockWrap02 {
        padding: 45px 15px;
    }

    #stockWrap03 {
        padding: 40px 0 70px;
    }

    .stockWrap04 {
        /* margin-top: 40px; */
        padding: 25px 0;
    }

    .stockWrap03Inr01:not(:first-child),
    .stockWrap03Inr01.stockWrap03_2 .stockWrapBtnGroup {
        margin-top: 30px;
    }

    .stockWrap03Div {
        margin: 30px 0 !important;
    }

    .stockWrap03Inr01.stockWrap03_5 .stockItemWrap:last-child p.stockTx03 {
        text-align: left;
        padding-left: 45px;
    }

    img[src$=".svg"].img-guide {
        width: 100%;
    }

    #sltWrap04.sltWrap .slt03Box02 {
        background-image: url("/images/stocks/vision_kabu_glamping.png");
    }

    .stockWrap04 a.stockWrapBtn+a {
        margin-left: 15px;
    }

    .stockWrap04 a.stockWrapBtn {
        width: 160px;
    }

    .stockWrap04 a.stockWrapBtn span {
        font-size: 1.3rem;
    }
}


@media (min-width: 768px) and (max-width: 1024px) {
    .ir #irWrap01::before {
        height: 87vw;
    }

    #stockWrap02,
    .stock-v2 .stockWrap03_1,
    .stock-v2 .stockWrap03_2,
    .stock-v2 .stockWrap03_3,
    .stockWrap03Box01.stockWrap03_4,
    .stockWrap03Box02.stockWrap03_4,
    .stockWrapContent.stockWrapContent01,
    .stockWrapContent.stockWrapContent03,
    .stockWrapContent.stockWrapContent04,
    .stockWrapContent.stockWrapContent06,
    .stockWrapContent.stockWrapContent07,
    .stockWrapContent.stockWrapContent09,
    .stockWrapContent.stockWrapContent10,
    .stockWrap03Inr01.stockWrap03_5 {
        padding-left: 30px;
        padding-right: 30px;
    }

    [id^="sltWrap0"] .sltWrapInr .slt03Box01,
    [id^="sltWrap0"] .sltWrapInr .slt03Box02 {
        width: 92%;
    }

    [id^="sltWrap0"] .sltWrapInr .slt03Box01 {
        height: 56.66667vw;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    [id^="sltWrap0"] .sltWrapInr .slt03Box02 {
        height: 56vw;
        background-size: cover;
    }

    a.stockWrapBtn {
        height: 8vw;
    }

    .stockWrapContent.stockWrapContent03 .flex-content,
    .stockWrapContent.stockWrapContent04 .flex-content,
    .stockWrapContent.stockWrapContent06 .flex-content,
    .stockWrapContent.stockWrapContent07 .flex-content,
    .stockWrapContent.stockWrapContent09 .stockTable,
    .stockWrapContent.stockWrapContent10 .flex-content {
        /* width: 1270px; */
        justify-content: space-between;
    }

    .stockTable table>tbody>tr>td {
        font-size: 2.93333vw;
    }

    a.stockWrapBtn {
        padding-left: 35px;
        padding-right: 35px;
    }

    .stockWrap03Inr01.stockWrap03_3 .stockTable>table {
        width: fit-content;
    }

    .stock-v2 .stockWrap03_3 .stockTable {
        width: 100%;
    }

    .stockWrap03Inr01.stockWrap03_3 .stockTable>table>tbody>tr>td {
        white-space: nowrap;
    }

    .stockWrap04 a.stockWrapBtn span {
        font-size: 1.7rem;
    }

    .stockWrap04 a.stockWrapBtn {
        width: 250px;
        margin-top: 15px;
    }

    .stockWrap04 a.stockWrapBtn+a {
        margin-left: 50px;
    }

    .stockWrap04 a.stockWrapBtn {
        height: 35px;
    }

    .stockWrap04 {
        padding: 35px 0;
    }
}