@charset "utf-8";

.cover {
    width: 100%;
    /* height: 100vh; */
    position: relative;
    background-color: #262727;
    overflow: hidden;
    /* min-height: 800px; */
    /* max-height: 860px; */
}
.cover picture {
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
}
.cover picture img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    aspect-ratio: 1467 / 978;
}
.cover h1 {
    text-align: center;
    font-size: 25px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    color: #fff;
    font-weight: 200;
    letter-spacing: 5px;
    margin-left: 5px;
    display: block;
    transition: all .3s;
}
.cover h1 span {
    font-weight: 700;
    font-size: inherit;
    color: inherit;
    letter-spacing: inherit;
    display: inline-block;
}
.cover .btns {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
}
.cover .btns .btn {
    width: 50%;
}
.cover .btns a {
    color: #fff;
    background-color: #003B6E;
    font-size: 15px;
    padding: 20px 30px;
    display: block;
    position: relative;
    transition: opacity .4s;
}
.cover .btns a:after {
    content: '';
    width: 11px;
    height: 11px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    right: 35px;
    top: 27px;
    transform: rotate(45deg);
    transition: right .4s;
}
.cover .btns a span {
    color: inherit;
    font-size: 15px;
    padding-right: 20px;
    border-right: 1px solid #fff;
    margin-right: 20px;
    line-height: 1em;
    font-weight: 700;
}
.cover .btns .btn.reserve a {
    background-color: #07608A;
}
.cover .btns .btn a:hover {
    opacity: .8;
}
.cover .btns .btn a:hover:after {
    right: 20px;
}


#concept {
    display: flex;
    margin-left: calc((100% - 1240px) / 2);
    padding-right: calc((100% - 1240px) / 2);
    padding-top: 110px;
    align-items: center;
    z-index: 1;
    position: relative;
    /* padding-bottom: 220px; */
    margin-bottom: 100px;
}
#concept > picture {
    width: 602px;
}
#concept > .exp {
    width: calc(100% - 602px);
    padding-left: 90px;
    position: relative;
}
#concept .illus-concept {
    position: absolute;
    top: 0;
    right: -130px;
    width: 329px;
    height: auto;
    object-fit: contain;
}
#concept > .exp h2 {
    font-size: 17px;
    letter-spacing: 2px;
    margin-bottom: 30px;
    font-weight: 800;
}
#concept > .exp h3 {
    font-size: 7.2rem;
    letter-spacing: 1px;
    margin-bottom: 40px;
    line-height: 1.3em;
    font-weight: 800;
}
#concept > .exp .text {
    font-size: 14px;
    letter-spacing: 1px;
    padding-left: 80px;
    line-height: 2.4em;
}
.list {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.list .item {
    display: flex;
    align-items: center;
    padding: 0 calc((100% - 1100px) / 2);
}
.list .item .exp h3 {
    font-size: 33px;
    letter-spacing: 4px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 700;
}

.list .item .exp {
    padding-left: 80px;
}
.list .item > * {
    width: 50%;
}
.list .item:nth-child(2n-1) {
    flex-direction: row-reverse;
}
.list .item:nth-child(2n-1) .exp {
    padding-right: 80px;
    padding-left: 0;
    /* order: -1; */
    margin-bottom: 30px;
    position: relative;
}
.list .item .exp .num {
    font-size: 7.5rem;
    font-weight: 700;
    line-height: 1em;
}
.list .item .exp .num_wrap {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

/* CONTENTS: イラスト個別指定（num_wrap内・01-05の横） */
#contents .illus-live {
    width: 434px;
    height: auto;
    object-fit: contain;
    vertical-align: bottom;
    margin-bottom: -0.3rem;
}
#contents .illus-workshop {
    width: 209px;
    height: auto;
    object-fit: contain;
    vertical-align: bottom;
    margin-bottom: -0.2rem;
    margin-left: 60px;
    position: absolute;
    right: -80px;
    top: -54px;
}
#contents .illus-marche {
    width: 293px;
    height: auto;
    object-fit: contain;
    vertical-align: bottom;
    margin-bottom: -0.1rem;
    position: absolute;
    right: 60px;
}
#contents .illus-talkshow {
    width: 218px;
    height: auto;
    object-fit: contain;
    vertical-align: bottom;
    margin-bottom: -0.4rem;
}
#contents .illus-umiasobi {
    width: 101px;
    height: auto;
    object-fit: contain;
    vertical-align: bottom;
    margin-bottom: -0.5rem;
    position: absolute;
    right: 108px;
    top: -73px;
}

/* LOCATION: イラスト個別指定（h3の上） */
#location .illus-tipi {
    display: block;
    width: 383px;
    height: auto;
    object-fit: contain;
    object-position: left top;
    margin-bottom: 12px;
    margin-left: 0;
}
#location .illus-beach {
    display: block;
    width: 338px;
    height: auto;
    object-fit: contain;
    object-position: left top;
    margin-bottom: 10px;
    margin-left: 0;
}
#location .illus-onsen {
    display: block;
    width: 383px;
    height: auto;
    object-fit: contain;
    object-position: left top;
    margin-bottom: 10px;
    margin-left: 0;
}
.list .item .exp .text {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 2.4em;
}
.list .item .exp .link {
    margin-top: 30px;
}
.list .item .exp a {
    font-size: 1.5rem;
    color: #fff;
    background-color: #262727;
    display: inline-block;
    border-radius: 4px;
    padding: 2px 10px;
    letter-spacing: 3px;
    text-align: center;
}

#location .tipi h3 {
    font-size: 7.2rem;
    font-weight: 800;
    letter-spacing: 0;
}


/* =============================================
   LOCATION
   ============================================= */
#location {
    padding: 100px 0 80px;
}
#location .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 50px;
}
#location .heading {
    margin-bottom: 60px;
}
#location .heading .en {
    font-size: 62px;
    letter-spacing: 10px;
    font-weight: 800;
    display: block;
}


/* =============================================
   STAGE
   ============================================= */
#stage {
    background-color: #262727;
    padding: 100px 0 120px;
    position: relative;
}
#stage:before {
    content: '';
    width: 185px;
    height: 185px;
    background-color: #262727;
    position: absolute;
    right: -92px;
    top: -91px;
    transform: rotate(45deg);
}
#stage .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 50px;
}
#stage .heading {
    margin-bottom: 60px;
}
#stage .heading .en {
    font-size: 62px;
    letter-spacing: 10px;
    color: #fdf789;
    font-weight: 800;
    display: block;
}
#stage .stage_list {
    display: flex;
    gap: 40px;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}
#stage .stage_list .item {
    /* flex: 1; */
    width: calc(50% - 20px);
}
#stage .stage_list .item picture {
    display: block;
}
#stage .stage_list .item picture img {
    width: 100%;
    display: block;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
#stage .stage_list .item .exp {
    padding-top: 20px;
}
#stage .stage_list .item .exp h3 {
    font-size: 20px;
    letter-spacing: 3px;
    color: #fdf789;
    margin-bottom: 15px;
    font-weight: 800;
}
#stage .stage_list .item .exp .text {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 2.2em;
    color: rgba(255, 255, 255, 0.8);
}

/* =============================================
   KYOUSAN BANNER
   ============================================= */
#kyousan-banner {
    padding: 0;
}
#kyousan-banner .inner {
    /* max-width: 1200px; */
    /* margin: 0 auto; */
    /* padding: 0 50px; */
    padding-left: calc((100% - 1100px) / 2);
    padding-right: calc((100% - 1480px) / 2);
}
.kyousan-banner__link {
    display: block;
    position: relative;
    overflow: hidden;
    /* border-radius: 8px; */
    background-image: url(../img/index/kyousan_bg.jpg);
    background-size: cover;
    background-position: center;
    aspect-ratio: 2506 / 834;
    min-height: 240px;
    color: #fff;
    text-decoration: none;
    transition: transform .35s ease, box-shadow .35s ease;
    /* box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25); */
}
.kyousan-banner__link:before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,.30) 0%, rgba(0,0,0,.12) 60%, rgba(0,0,0,0) 100%);
}
.kyousan-banner__letter {
    position: absolute;
    z-index: 2;
    left: clamp(14px, 3.2vw, 34px);
    top: 70px;
    width: min(58%, 700px);
    height: auto;
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.35));
}
.kyousan-banner__chara {
    position: absolute;
    z-index: 2;
    right: 100px;
    top: 50%;
    transform: translateY(-38%);
    width: min(34%, 360px);
    height: auto;
    filter: drop-shadow(0 12px 26px rgba(0, 0, 0, 0.35));
    pointer-events: none;
}
.kyousan-banner__desc {
    position: absolute;
    z-index: 2;
    left: 147px;
    bottom: clamp(12px, 2.6vw, 22px);
    max-width: min(62%, 740px);
    margin: 0;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 2.0em;
    color: rgba(255, 255, 255, 0.92);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
    text-align: center;
}
.kyousan-banner__link:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.32);
}
.kyousan-banner__link:focus-visible {
    outline: 3px solid rgba(253, 247, 137, 0.85);
    outline-offset: 4px;
}

/* =============================================
   STAY (inside .kira_onsen)
   ============================================= */
#location .kira_onsen {
    flex-wrap: wrap;
}
#stay {
    width: 100%;
    /* margin-top: 50px; */
    padding-top: 50px;
    /* border-top: 1px solid rgba(0, 0, 0, 0.1); */
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 20px;
}
#stay .stay_item picture {
    display: block;
}
#stay .stay_item picture img {
    width: 100%;
    display: block;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
#stay .stay_name {
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 700;
    margin: 15px 0 12px;
}
#stay .stay_btns {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
}
#stay .stay_btn {
    font-size: 11px;
    padding: 5px 8px;
    border-radius: 4px;
    white-space: nowrap;
    text-decoration: none;
    letter-spacing: 1px;
    transition: opacity 0.3s;
}
#stay .stay_btn:hover {
    opacity: 0.85;
}
#stay .stay_btn--jalan {
    color: #fff;
    background-color: #E67E22;
}
#stay .stay_btn--rakuten {
    color: #fff;
    background-color: #BF0000;
}
#stay .stay_btn--hp {
    color: #fff;
    background-color: #262727;
}

/* =============================================
   CONTENTS
   ============================================= */
#contents {
    padding: 100px 0 80px;
    overflow: hidden;
}
#contents .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 50px;
}
#contents .heading {
    margin-bottom: -10px;
    position: relative;
}
#contents .heading .en {
    font-size: 62px;
    letter-spacing: 10px;
    font-weight: 800;
    display: block;
}

/* =============================================
   ARTIST
   ============================================= */
#artist {
    background-color: #003B6E;
    padding: 100px 0 120px;
    position: relative;
}
#artist:before {
    content: '';
    width: 185px;
    height: 185px;
    background-color: #003B6E;
    position: absolute;
    right: -92px;
    top: -91px;
    transform: rotate(45deg);
}
#artist .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 50px;
}
#artist .heading {
    margin-bottom: 60px;
}
#artist .heading .en {
    font-size: 62px;
    letter-spacing: 10px;
    color: #fdf789;
    font-weight: 800;
    display: block;
}
#artist .comingnext {
    color: #fff;
    font-size: 22px;
    margin-top: 30px;
    letter-spacing: 3px;
}
#artist .stage_section {
    margin-bottom: 60px;
}
#artist .stage_label {
    font-size: 15px;
    letter-spacing: 2px;
    color: #fdf789;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: 700;
}
#artist .stage_section .name {
	font-size: 20px;
	letter-spacing: 0.5px;
	line-height: 1.33em;
	color: rgba(255, 255, 255, 0.65);
	margin-bottom: 5px;
	margin-top: 15px;
	margin-bottom: 10px;
}
#artist .stage_section .text {
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 2em;
    color: rgba(255, 255, 255, 0.65);
}
#artist .column-slider .swiper-button-prev:after, #artist .column-slider .swiper-button-next:after {
    color: #fff;
}
#artist .column-slider .slide {
    width: 460px;
}
#artist .column-slider .img {
    aspect-ratio: 459 / 343;
    background-color: #000;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
#artist .column-slider .img img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 1;
}
#artist .column-slider .img::before {
    content: 'ROB';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 44px;
    font-weight: 800;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
    z-index: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
	opacity: .6;
	letter-spacing: 4px;
}
#artist .swiper-button-prev path {
    color: #fff;
}
#artist .swiper-button-next path {
    color: #fff;
}

/* coming soon (text only) */
.coming_soon {
    display: inline;
    position: static;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    animation: none;
    will-change: auto;
    font-weight: inherit;
    letter-spacing: inherit;
}
.coming_soon:before,
.coming_soon:after {
    content: none;
}
#artist .list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}
#artist .item {
    width: calc(25% - 12px);
}
#artist .card_inner {
    background-color: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 25px;
    height: 100%;
    box-sizing: border-box;
}
#artist .card_inner .name {
    font-size: 17px;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.6;
}
#artist .card_inner .name small {
    font-size: 13px;
    font-weight: 400;
}
#artist .card_inner .text {
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 2em;
    color: rgba(255, 255, 255, 0.65);
}

.yoga {
    width: 100%;
    /* padding-right: calc((100% - 1100px) / 2); */
    margin-bottom: -10px;
}

/* =============================================
   MARKET
   ============================================= */
#market {
    padding: 100px 0 120px;
}
#market .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 50px;
}
#market .heading {
    margin-bottom: 60px;
}
#market .heading .en {
    font-size: 62px;
    letter-spacing: 10px;
    font-weight: 800;
    display: block;
}
#market .stage_section {
    margin-bottom: 60px;
}
#market .stage_label {
    font-size: 15px;
    letter-spacing: 2px;
    margin-bottom: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    font-weight: 700;
}
#market .text {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 2em;
    color: rgba(0, 0, 0, 0.7);
}

/* =============================================
   WORKSHOP
   ============================================= */
#workshop {
    padding: 100px 0 120px;
}
#workshop .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 50px;
}
#workshop .heading {
    margin-bottom: 60px;
}
#workshop .heading .en {
    font-size: 62px;
    letter-spacing: 10px;
    font-weight: 800;
    display: block;
}
#workshop .stage_section {
    margin-bottom: 60px;
}
#workshop .stage_label {
    font-size: 15px;
    letter-spacing: 2px;
    margin-bottom: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    font-weight: 700;
}
#workshop .text {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 2em;
    color: rgba(0, 0, 0, 0.7);
}

.poster {
    background-color: #003B6E;
    padding: 100px 0;
}
.poster .img {
    max-width: 900px;
    margin: 0 auto;
}

/*---------------------------------------------------------------*\
	$736px
\*---------------------------------------------------------------*/
@media screen and (max-width: 736px) {

    .cover {
        width: 100%;
        height: auto;
        position: relative;
        background-color: #003B6E;
        overflow: hidden;
        /* min-height: 800px; */
    }
    .cover picture {
        width: 100%;
        /* display: flex; */
        align-items: center;
        height: auto;
        padding-bottom: 57px;
        display: block;
        padding-top: 65px;
    }
    .cover picture img {
        /* object-fit: cover; */
        width: 100%;
        height: auto;
        aspect-ratio: 1000 / 1390;
    }
    .cover h1 {
        text-align: center;
        font-size: 25px;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        color: #fff;
        font-weight: 200;
        letter-spacing: 5px;
        margin-left: 5px;
        display: block;
    }
    .cover h1 span {
        font-weight: 700;
        font-size: inherit;
        color: inherit;
        letter-spacing: inherit;
    }
    .cover .btns {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        display: flex;
        z-index: 4;
    }
    .cover .btns .btn {
        width: 50%;
    }
    .cover .btns a {
        color: #fff;
        /* background-color: #262727; */
        font-size: 12px;
        padding: 13px 30px;
        display: block;
        position: relative;
        transition: opacity .4s;
        text-align: center;
    }
    .cover .btns a:after {
        content: none;
        width: 11px;
        height: 11px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        position: absolute;
        right: 35px;
        top: 27px;
        transform: rotate(45deg);
        transition: right .4s;
    }
    .cover .btns a span {
        color: inherit;
        font-size: 13px;
        padding-right: 0;
        border-right: none;
        margin-right: 20px;
        line-height: 1em;
        width: 100%;
        display: block;
        margin-bottom: 5px;
        letter-spacing: 2px;
    }
    .cover .btns .btn.reserve a {
        /* background-color: #C64100; */
    }
    .cover .btns .btn a:hover {
        opacity: .8;
    }
    .cover .btns .btn a:hover:after {
        right: 20px;
    }
    .cover .scroll {
        display: none;
    }

    #concept {
        display: flex;
        margin-left: 0;
        padding-right: 0;
        padding-top: 70px;
        align-items: center;
        z-index: 1;
        position: relative;
        flex-direction: column-reverse;
        margin-bottom: 0;
    }
    #concept > picture {
        width: 100%;
        padding-right: 20px;
        margin-top: 60px;
    }
    #concept .yt {
		width: 100%;
		padding-right: 20px;
		margin-top: 60px;
	}
    #concept > .exp {
        width: 100%;
        padding-left: 0;
        padding: 0 20px;
    }
    #concept > .exp h2 {
        font-size: 14px;
        letter-spacing: 2px;
        margin-bottom: 10px;
    }
    #concept > .exp h3 {
        font-size: 40px;
        letter-spacing: 1px;
        margin-bottom: 30px;
        line-height: 1.3em;
    }
    #concept > .exp .text {
        font-size: 14px;
        letter-spacing: 1px;
        padding-left: 20px;
        line-height: 2.4em;
    }
    /* CONCEPT SP: イラスト最適化 */
    #concept .illus-concept {
        width: 200px;
        right: 15px;
        top: 52px;
    }

    /* LIST (LOCATION / CONTENTS) SP */
    .list {
        gap: 50px;
    }
    .list .item {
        flex-direction: column;
        padding: 0 0px;
        align-items: stretch;
    }
    .list .item > * {
        width: 100%;
    }
    .list .item .exp {
        padding-left: 0;
        padding-top: 20px;
        order: -1;
        margin-bottom: 30px;
    }
    .list .item:nth-child(2n-1) {
        flex-direction: column;
        padding: 0;
    }
    .list .item:nth-child(2n-1) .exp {
        padding-right: 0;
        order: -1;
        padding-left: 0;
    }
    
    /* LOCATION SP */
    #location {
        padding: 10px 0 60px;
    }
    #location .inner {
        padding: 0 20px;
    }
    #location .heading {
        margin-bottom: 40px;
    }
    #location .heading .en {
        font-size: 40px;
        letter-spacing: 5px;
    }
    #location .list {
        flex-direction: column;
        gap: 50px;
    }
    #location .item .num {
        font-size: 50px;
        margin-bottom: 15px;
    }

    /* STAGE SP */
    #stage {
        padding: 70px 0 140px;
    }
    #stage .inner {
        padding: 0 20px;
    }
    #stage .heading .en {
        font-size: 40px;
        letter-spacing: 5px;
    }
    #stage .stage_list {
        flex-direction: column;
        gap: 30px;
    }
	#stage .stage_list .item {
		width: 100%;
	}

    /* KYOUSAN BANNER SP */
    #kyousan-banner {
        padding: 0;
    }
    #kyousan-banner .inner {
        padding: 0 0px;
    }
    .kyousan-banner__link {
        /* border-radius: 6px; */
        aspect-ratio: 1 / 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .kyousan-banner__letter {
        width: min(78%, 520px);
        position: static;
    }
    .kyousan-banner__chara {
        width: min(46%, 320px);
        /* transform: translateY(-42%); */
        position: static;
        transform: unset;
    }
    .kyousan-banner__desc {
        /* max-width: 82%; */
        font-size: 12px;
        line-height: 1.9em;
        position: static;
        width: 100%;
        margin-top: 20px;
        max-width: 90%;
    }

    /* STAY SP (inside .kira_onsen) */
    #stay {
        margin-top: 35px;
        padding-top: 35px;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 12px;
    }
    #stay .stay_item picture img {
        aspect-ratio: 4 / 3;
    }
    #stay .stay_name {
        font-size: 14px;
        letter-spacing: 1px;
        margin: 10px 0 8px;
    }
    #stay .stay_btns {
        flex-wrap: wrap;
        gap: 6px;
    }
    #stay .stay_btn {
        font-size: 10px;
        padding: 6px 8px;
        min-height: 32px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    /* CONTENTS SP */
    #contents {
        padding: 70px 0 140px;
    }
    #contents .inner {
        padding: 0 20px;
    }
    #contents .heading .en {
        font-size: 40px;
        letter-spacing: 5px;
    }

	.list .item .exp .num {
		font-size: 3.6rem;
	}

    /* CONTENTS SP: イラスト最適化（100-140px） */
    #contents .illus-live {
        width: 220px;
        margin-bottom: -0.2rem;
        margin-left: 0;
        position: static;
        right: auto;
        top: auto;
        margin-left: auto;
    }
    #contents .illus-workshop {
        width: 100px;
        margin-bottom: -0.15rem;
        margin-left: 0;
        position: static;
        right: auto;
        top: auto;
        margin-left: auto;
    }
    #contents .illus-marche {
        width: 210px;
        margin-bottom: -0.1rem;
        position: static;
        right: auto;
        margin-left: auto;
    }
    #contents .illus-talkshow {
        width: 135px;
        margin-bottom: -0.3rem;
        margin-left: auto;
    }
    #contents .illus-umiasobi {
        width: 100px;
        margin-bottom: -0.35rem;
        /* position: static; */
        right: 0;
        top: -102px;
        margin-left: auto;
    }

    /* LOCATION SP: イラスト最適化（100-140px） */
    #location .illus-tipi {
        width: 220px;
        margin-bottom: 8px;
    }
    #location .illus-beach {
        width: 220px;
        margin-bottom: 8px;
        margin-left: auto;
    }
    #location .illus-onsen {
        width: 100%;
        margin-bottom: 8px;
    }

    /* ARTIST SP */
    #artist {
        padding: 70px 0 80px;
    }
    #artist .inner {
        padding: 0 20px;
    }
    #artist .heading .en {
        font-size: 40px;
        letter-spacing: 5px;
    }
    #artist .item {
        width: calc(50% - 8px);
    }
    #artist .column-slider .slide {
        width: 100%;
    }
    #artist .stage_section .name {
        font-size: 22px;
    }

    /* MARKET / WORKSHOP SP */
    #market,
    #workshop {
        padding: 70px 0 80px;
    }
    #market .inner,
    #workshop .inner {
        padding: 0 20px;
    }
    #market .heading {
        margin-bottom: 40px;
    }
    #workshop .heading {
        margin-bottom: 40px;
    }
    #market .heading .en,
    #workshop .heading .en {
        font-size: 40px;
        letter-spacing: 5px;
    }

    .yoga {
        /* margin-bottom: 100px; */
    }
    .yoga img {
        aspect-ratio: 562 / 400;
        object-fit: cover;
    }

    #location .tipi h3 {
        font-size: 40px;
    }

    .poster {
        padding: 0;
    }
}

/* STAY 極小画面（400px以下） */
@media screen and (max-width: 400px) {
    #stay {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}   