

p, 
div {
    line-break: strict;
    word-wrap: break-word;
    word-break: break-all;
}



/* .l-header
----------------------------------------*/
.l-header {
}
.l-header:not( .scrollact ) {
    background-color: #fff;    
}
@media screen and (max-width: 768px) {
    .l-header:not( .scrollact ) {
        background-color: transparent;
    }
    .l-header {
        background: linear-gradient( to bottom, rgba( 255, 255, 255, 0.7 ), transparent 80%, transparent );
    }
}



/* .drop-shadow
----------------------------------------*/
.drop-shadow {
    position: relative;
}
.drop-shadow::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0;
    background: linear-gradient( rgba( 112, 112, 112, 0.7 ), transparent 75%, transparent );
    z-index: 2;
}
@media screen and (max-width: 768px) {
}



/* .l-content
----------------------------------------*/
.l-content {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
@media screen and (max-width: 768px) {
}



/* .l-content
----------------------------------------*/
.l-inner_wrap {
    position: relative;
    width: 100%;
}
.l-inner_wrap.-v2 {
    mix-blend-mode: multiply;
}
.l-inner_wrap.-v2.drop-shadow {
}
.l-inner_wrap.-v2.drop-shadow::before {
    content: none;
}
.l-inner_wrap.-v2 .l-inner {
}
@media screen and (max-width: 768px) {
    .l-inner_wrap {
    }
    .l-inner_wrap.-v2 {
    }
    .l-inner_wrap.-v2.drop-shadow {
    }
    .l-inner_wrap.-v2.drop-shadow::before {
        content: '';
    }
    .l-inner_wrap.-v2 .l-inner {
        max-width: none;
        padding: 0;
    }
}



/* ----------------------------------------
MV ここから
---------------------------------------- */

/* .c-title--page--full.-mv
----------------------------------------*/
.c-title--page--full.-mv {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
    width: 100%;
    height: calc( 100vh - clamp(59.2px, 5.331vw, 88.8px) );
    margin: 0;
    margin-top: clamp(59.2px, 5.331vw, 88.8px);
    padding: 0;
}
.c-title--page--full::before {
    content: none;
}
@media screen and (max-width: 768px) {
    .c-title--page--full.-mv {
        flex-direction: column;
        align-items: flex-start;
        height: 100vh;
        margin-top: 0;
    }
    .c-title--page--full::before {
        content: none;
    }
}



/* .c-title--page--full.-mv .mv-left, .c-title--page--full.-mv .mv-right
----------------------------------------*/
.c-title--page--full.-mv .mv-left, 
.c-title--page--full.-mv .mv-right {
    position: relative;
    display: block;
    width: 50%;
    height: 100%;
}
@media screen and (max-width: 768px) {
    .c-title--page--full.-mv .mv-left, 
    .c-title--page--full.-mv .mv-right {
        width: 100%;
        height: auto;
    }
}



/* .c-title--page--full.-mv .mv-left
----------------------------------------*/
.c-title--page--full.-mv .mv-left {
}
.c-title--page--full.-mv .mv-left picture {
    width: 100%;
    height: 100%;
}
.c-title--page--full.-mv .mv-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.c-title--page--full.-mv .mv-left figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 0.1em 1em;
    font-size: var( --font_size-caption );
    line-height: 1;
    letter-spacing: 0.08em;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background-color: rgba( 0, 0, 0, 0.4 );
}
@media screen and (max-width: 768px) {
    .c-title--page--full.-mv .mv-left {
        height: 57.57%;
    }
    .c-title--page--full.-mv .mv-left picture {
    }
    .c-title--page--full.-mv .mv-left img {
    }
    .c-title--page--full.-mv .mv-left figcaption {
    }
}



/* .c-title--page--full.-mv .mv-right
----------------------------------------*/
.c-title--page--full.-mv .mv-right {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url( '../img/common/mv-right-img-bg.webp' );
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.c-title--page--full.-mv .mv-right .c-title--page {
}
.c-title--page--full.-mv .mv-right .c-title--page img {
}
@media screen and (max-width: 768px) {
    .c-title--page--full.-mv .mv-right {
        display: block;
        height: 42.43%;
    }
    .c-title--page--full.-mv .mv-right .c-title--page {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        margin: 0;
    }
    .c-title--page--full.-mv .mv-right .c-title--page img {
        width: 47.46%;
        width: 43%;
    }
}

/* ----------------------------------------
MV ここまで
---------------------------------------- */





/* .t-access__guide
----------------------------------------*/
.t-access__guide {
    background-color: transparent;
}
.t-access__guide figure {
    width: 100%;
    margin: 0 0 min( calc( 10 * 100vw / 1388 ), 10px );
    padding: 0;
}
.t-access__guide figure + p {
    padding-left: 30px;
}
@media screen and (max-width: 768px) {
    .t-access__guide {
    }
    .t-access__guide figure {
        width: 135%;
        margin: 0 0 min( calc( 10 * 100vw / 375 ), 10px );
        padding: 0;
    }
}



/* .c-title--contents
----------------------------------------*/
.c-title--contents {
    max-width: min( calc( 1188 * 100vw / 1388 ), 1188px );
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width: 768px) {
    .c-title--contents {
        max-width: none;
        text-align: center;
    }
}



/* .t-access__search
----------------------------------------*/
.t-access__search {
    position: relative;
    max-width: min( calc( 1188 * 100vw / 1388 ), 1188px );
    margin: min( calc( 100 * 100vw / 1388 ), 100px ) auto;
    background-color: #eee;
    mix-blend-mode: multiply;
}
.t-access__search .c-button {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
}
@media screen and (max-width: 768px) {
    .t-access__search {
        max-width: 100%;
        margin: min( calc( 50 * 100vw / 375 ), 100px ) 0 0;
        background-color: #eee;
        mix-blend-mode: multiply;
    }
}





/* .access_type
----------------------------------------*/
.access_type {
    position: relative;
    width: 100%;
    margin: 0;
    padding: min( calc( 50 * 100vw / 1388 ), 50px ) 0 min( calc( 100 * 100vw / 1388 ), 100px );
}
.access_type {
    --container_padding-x: calc( calc( 100% - min(calc( 1188 * 100vw / 1388 ), 1188px) ) / 2 );
}
.access_type.lead {
    padding: 0 0 min( calc( 100 * 100vw / 1388 ), 100px );
}
@media screen and (max-width: 768px) {
    .access_type {
        padding: 0 0 calc( 50 * 100vw / 375 );
    }
    .access_type.lead {
        padding: 0 0 calc( 50 * 100vw / 375 );
    }
}



/* .access_type-title
----------------------------------------*/
.access_type-title {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    /*
    border-bottom: 2px solid #ccc;
    */
}
.access_type-title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient( to right, #ccc, #ccc 65%, transparent 85%, transparent );
}
.position .access_type-title::before, 
.access_power .access_type-title::before {
    background: linear-gradient( to right, #ccc, #ccc 35%, transparent 50%, transparent );
}
@media screen and (max-width: 768px) {
    .access_type-title {
    }
    .access_type-title::before {
    }
    .position .access_type-title::before, 
    .access_power .access_type-title::before {
        background: linear-gradient( to right, #ccc, #ccc 65%, transparent 85%, transparent );
    }
}



/* .access_type-title-inner
----------------------------------------*/
.access_type-title-inner {
    position: relative;
    width: 100%;
    max-width: min( calc( 1188 * 100vw / 1388 ), 1188px );
    margin: 0 auto;
    padding: min( calc( 60 * 100vw / 1388 ), 60px ) 0 min( calc( 40 * 100vw / 1388 ), 40px ) min( calc( 40 * 100vw / 1388 ), 40px );
    /*
    border-left: 2px solid #ccc;
    */
}
.access_type-title-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient( to top, #ccc, #ccc 70%, transparent );
}
@media screen and (max-width: 768px) {
    .access_type-title-inner {
        position: relative;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: min( calc( 40 * 100vw / 375 ), 40px ) min( calc( 20 * 100vw / 375 ), 20px ) min( calc( 20 * 100vw / 375 ), 20px );
        /*
        border-left: 2px solid #ccc;
        */
    }
    .access_type-title-inner::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 2px;
        height: 100%;
        background: linear-gradient( to top, #ccc, #ccc 70%, transparent );
    }
}



/* .access_type-title h2
----------------------------------------*/
.access_type-title h2 {
    font-size: var( --font_size-lead );
    font-weight: 700;
    line-height: 1;
    line-height: 1.5;
    letter-spacing: 0.02em;
}
.lead .access_type-title h2 {
}
.lead .access_type-title h2 .text-small {
    font-size: var( --font_size-small );
}
.keisei_line  .access_type-title h2 .text-small, 
.skytree_line  .access_type-title h2 .text-small, 
.bus .access_type-title h2 .text-small {
    font-size: var( --font_size-normal );
}
.access_type-title h2 .text-large {
    font-size: min( calc( 45 * 100vw / 1388 ), 45px );
}
.position .access_type-title h2 .text-large, 
.access_power .access_type-title h2 .text-large, 
.skytree_line .access_type-title h2 .text-large, 
.keisei_line .access_type-title h2 .text-large {
    vertical-align: -0.03em;
}
@media screen and (max-width: 768px) {
    .access_type-title h2 {
        font-size: var( --font_size-lead ); /*デザイン上*/
        font-size: calc( 17.5 * 100vw / 375 );
        text-align: center;
        letter-spacing: 0.01em;
    }
    .lead .access_type-title h2 {
        line-height: 1;
        text-align: center;
    }
    .lead .access_type-title h2 .text-small {
        display: inline-block;
        width: 90%;
        margin: 0 5% 0.4em; 
        padding: 0.2em 0;
        font-size: var( --font_size-caption );
        border-bottom: 1px solid #aaa;
    }
    .lead .access_type-title h2 .text-small.mod_margin {
        border-bottom: none;
        margin: 0 0 0.8em; 
    }
    .access_type-title h2 .text-large {
        font-size: calc( 30 * 100vw / 375 );
    }
    .keisei_line  .access_type-title h2 .text-small, 
    .skytree_line  .access_type-title h2 .text-small, 
    .bus .access_type-title h2 .text-small {
        font-size: var( --font_size-caption );
    }
}



/* .access_type-contents
----------------------------------------*/
.access_type-contents {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}



/* .access_type-contents-inner
----------------------------------------*/
.access_type-contents-inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
    max-width: min( calc( 1188 * 100vw / 1388 ), 1188px );
    margin: 0 auto;
    padding: min( calc( 40 * 100vw / 1388 ), 40px ) 0 0 min( calc( 40 * 100vw / 1388 ), 40px );
}
.access_type-contents-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient( to bottom, #ccc, #ccc 70%, transparent );
}
.lead .access_type-contents-inner p {
    margin-top: 0;
    font-size: var( --font_size-normal );
}
.access_type-contents-inner > p {
    margin-top: min( calc( 30 * 100vw / 1388 ), 30px );
}
.access_type-contents-inner figure {
    position: relative;
    width: 100%;
}
.access_type-contents-inner figure img {
    width: 100%;
}
.access_type-contents-inner figcaption {
    font-size: var( --font_size-caption );
    line-height: 1;
}
.skytree_line .access_type-contents-inner figcaption {
    margin-top: 1.3em;
}
@media screen and (max-width: 768px) {
    .access_type-contents-inner {
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: min( calc( 20 * 100vw / 375 ), 20px ) min( calc( 20 * 100vw / 375 ), 20px ) 0;
    }
    .access_type.skytree_line .access_type-contents-inner, 
    .access_type.keisei_line .access_type-contents-inner, 
    .access_type.bus .access_type-contents-inner {
        padding: 0;
    }
    .access_type-contents-inner::before {
    }
    .access_type.skytree_line .access_type-contents-inner::before, 
    .access_type.keisei_line .access_type-contents-inner::before, 
    .access_type.bus .access_type-contents-inner::before {
        content: none;
    }
    .lead .access_type-contents-inner p {
        font-size: var( --font_size-normal );
    }
    .access_type-contents-inner .c-box--swipe::before {
        z-index: 2;
    }
    .access_type-contents-inner figure {
        position: relative;
        margin-bottom: min( calc( 10 * 100vw / 375 ), 10px );
    }
    .skytree_line .c-box--swipe::before, 
    .keisei_line .c-box--swipe::before {
        left:auto;
        right: calc( -50% + calc( calc( 100% - min(40vw, 180px) ) / 2 ) );
    }
    .c-box--swipe__inner {
        width: 150%;
    }
    .access_type-contents-inner figcaption {
        font-size: var( --font_size-caption );
        text-align: right;
    }
    .keisei_line .access_type-contents-inner figcaption {
        margin-top: 1.3em;
    }
}



/* .access_type-contents .p-box_right
----------------------------------------*/
.access_type-contents .p-box_right {
    width: 32.49%;
    padding: 0;
}
@media screen and (max-width: 768px) {
    .access_type-contents .p-box_right {
        width: 100%;
    }
}



/* .access_type-contents .p-box_left
----------------------------------------*/
.access_type-contents .p-box_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 64.72%;
    padding: 0;
}
@media screen and (max-width: 768px) {
    .access_type-contents .p-box_left {
        width: 100%;
    }
}



/* .access_type-contents .p-box_remark
----------------------------------------*/
.access_type-contents .p-box_remark {
    width: 100%;
    margin-top: min( calc( 20 * 100vw / 1388 ), 20px );
    font-size: var( --font_size-caption );
}
.bus .access_type-contents .p-box_remark {
}
.bus .access_type-contents .box_haneda .p-box_remark {
    margin-top: min( calc( 60 * 100vw / 1388 ), 60px );
}
.bus .access_type-contents .box_disney .p-box_remark {
}
@media screen and (max-width: 768px) {
    .access_type-contents .p-box_remark {
        width: 100%;
        margin-top: min( calc( 20 * 100vw / 375 ), 20px );
    }
}



/* .p-box_right .access_type-image
----------------------------------------*/
.p-box_right .access_type-image {
    margin-bottom: min( calc( 20 * 100vw / 1388 ), 20px );
}
.p-box_right .access_type-image img {
    width: 100%;
    object-fit: cover;
}
.p-box_right .access_type-image figcaption {
    position: absolute;
    bottom: 0.5em;
    right: 0.5em;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .p-box_right .access_type-image {
        margin-bottom: min( calc( 20 * 100vw / 375 ), 20px );
    }
    .p-box_right .access_type-image img {
    }
    .p-box_right .access_type-image figcaption {
    }
}



/* .p-box_right .time_required
----------------------------------------*/
.p-box_right .time_required {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: min( calc( 15 * 100vw / 1388 ), 15px );
}
.p-box_right .time_required .each_item {
    width: 100%;
}
.p-box_right .time_required .item_title {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    margin-bottom: min( calc( 5 * 100vw / 1388 ), 5px );
    padding-bottom: 0.3em;
    font-size: var( --font_size-normal );
    line-height: 1;
    letter-spacing: 0.06em;
    border-bottom: 1px solid #707070;
}
.p-box_right .time_required .item_title .square {
    width: 1.3em;
}
.p-box_right .time_required .item_title .text {
    width: calc( 100% - 1.3em );
}
.p-box_right .time_required .text-large {
    font-size: min( calc( 25 * 100vw / 1388 ), 25px );
}
.p-box_right .time_required p {
    font-size: var( --font_size-caption );
}
@media screen and (max-width: 768px) {
    .p-box_right .time_required {
        gap: 0;
    }
    .p-box_right .time_required .each_item {
        margin-bottom: min( calc( 15 * 100vw / 375 ), 15px );
    }
    .p-box_right .time_required .item_title {
        width: 100%;
        margin-bottom: min( calc( 5 * 100vw / 375 ), 5px );
        padding-bottom: 0.3em;
        font-size: var( --font_size-large );
        line-height: 1;
        letter-spacing: 0.06em;
        border-bottom: 1px solid #707070;
    }
    .p-box_right .time_required .text-large {
        font-size: calc( 25 * 100vw / 375 );
    }
    .p-box_right .time_required p {
    }
}



/* .p-box_left .legend
----------------------------------------*/
.p-box_left .legend {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: min( calc( 15 * 100vw / 1388 ), 15px ) 0;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}
.p-box_left .legend figcaption {
    margin-bottom: min( calc( 15 * 100vw / 1388 ), 15px );
    caption-side: top;
}
@media screen and (max-width: 768px) {
    .p-box_left .legend {
        padding: min( calc( 15 * 100vw / 375 ), 15px ) 0;
    }
    .p-box_left .legend figcaption {
        margin-bottom: min( calc( 15 * 100vw / 375 ), 15px );
    }
}



/* .access_type-contents .p-box_left.-v2
----------------------------------------*/
.access_type-contents .p-box_left.-v2 {
    flex-direction: row;
    align-items: stretch;
}
@media screen and (max-width: 768px) {
    .access_type-contents .p-box_left.-v2 {
        flex-direction: column;
        align-items: flex-start;
    }
}



.access_type-contents .p-box_left.-v2 .bus-require_time {
    position: relative;
    width: 100%;
}
.access_type-contents .p-box_left.-v2 .bus-require_time.box_haneda {
    width: 45.57%;
}
.access_type-contents .p-box_left.-v2 .bus-require_time.box_disney {
    width: 49.38%;
}
@media screen and (max-width: 768px) {
    .access_type-contents .p-box_left.-v2 .bus-require_time {
        width: 100%;
    }
    .access_type-contents .p-box_left.-v2 .bus-require_time.box_haneda {
        width: 100%;
        margin-bottom: min( calc( 20 * 100vw / 375 ), 20px );
        padding-bottom: min( calc( 60 * 100vw / 375 ), 60px );
    }
    .access_type-contents .p-box_left.-v2 .bus-require_time.box_disney {
        width: 100%;
    }
}



.bus-require_time .text-large {
    font-size: min( calc( 25 * 100vw / 1388 ), 25px );
    line-height: 1;
}
.bus-require_time .remark {
    position: absolute;
    bottom: 0.5em;
    left: 0.5em;
    font-size: var( --font_size-caption );
    line-height: 1;
}
.bus-require_time .bus-title {
    color: #fff;
    font-size: var( --font_size-normal );
    line-height: 2;
    text-align: center;
    background-color: rgba( 0, 0, 0, 0.6 );
}
.bus-require_time .bus-destination {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: min( calc( 20 * 100vw / 1388 ), 20px ) 0;
    font-size: var( --font_size-normal );
    line-height: 1.5;
    border-bottom: 1px solid #707070;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .bus-require_time .text-large {
        font-size: calc( 25 * 100vw / 375 );
        line-height: 1;
    }
    .bus-require_time .remark {
        line-height: 1.5;
    }
    .bus-require_time .bus-title {
        color: #fff;
        font-size: var( --font_size-large );
        line-height: 2;
        text-align: center;
        background-color: rgba( 0, 0, 0, 0.6 );
    }
    .bus-require_time .bus-destination {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: min( calc( 20 * 100vw / 375 ), 20px ) 0;
        font-size: var( --font_size-large );
        line-height: 1.5;
        border-bottom: 1px solid #707070;
        text-align: center;
    }
}



.bus-require_time .bus-fare {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    font-size: var( --font_size-normal );
    line-height: 1;
    border-bottom: 1px solid #707070;
}
.bus-require_time .bus-fare .col {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: min( calc( 5 * 100vw / 1388 ), 5px ) 0;
    border-right: 1px solid #707070;
}
.bus-require_time .bus-fare .col:last-of-type {
    border-right: none;
}
.bus-require_time.box_haneda .bus-fare .col:nth-of-type(1) {
    width: 36.687%;
}
.bus-require_time.box_haneda .bus-fare .col:nth-of-type(2) {
    width: 13.156%;
}
.bus-require_time.box_haneda .bus-fare .col:nth-of-type(3) {
    font-size: var( --font_size-small );
    line-height: 1.5;
}
.bus-require_time.box_haneda .bus-fare .col:nth-of-type(1) span:nth-of-type(1) {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}
.bus-require_time.box_disney .bus-fare .col {
    padding: min( calc( 5 * 100vw / 1388 ), 5px ) 0;
}
.bus-require_time.box_disney .bus-fare .col:nth-of-type(1) {
    width: 10.507%;
}
@media screen and (max-width: 768px) {
    .bus-require_time .bus-fare {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        font-size: var( --font_size-normal );
        line-height: 1;
        border-bottom: 1px solid #707070;
    }
    .bus-require_time .bus-fare .col {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: min( calc( 5 * 100vw / 375 ), 5px ) 0;
        border-right: 1px solid #707070;
    }
    .bus-require_time .bus-fare .col:last-of-type {
        border-right: none;
    }
    .bus-require_time.box_haneda .bus-fare .col:nth-of-type(1) {
        width: 36.687%;
    }
    .bus-require_time.box_haneda .bus-fare .col:nth-of-type(2) {
        width: 13.156%;
    }
    .bus-require_time.box_haneda .bus-fare .col:nth-of-type(3) {
        font-size: var( --font_size-normal );
        line-height: 1.5;
    }
    .bus-require_time.box_haneda .bus-fare .col:nth-of-type(1) span:nth-of-type(1) {
        display: flex;
        justify-content: flex-start;
        align-items: baseline;
    }
    .bus-require_time.box_disney .bus-fare .col {
        padding: min( calc( 5 * 100vw / 375 ), 5px ) 0;
    }
    .bus-require_time.box_disney .bus-fare .col:nth-of-type(1) {
        width: 10.507%;
    }
}



.bus-require_time .bus-time {
    padding: min( calc( 5 * 100vw / 1388 ), 5px ) 0;
    text-align: center;
    border-bottom: 1px solid #707070;
}
@media screen and (max-width: 768px) {
    .bus-require_time .bus-time {
        padding: min( calc( 5 * 100vw / 375 ), 5px ) 0;
    }
}



.bus-require_time .bus-contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #707070;
    padding: min( calc( 12 * 100vw / 1388 ), 12px ) 0;
}
.bus-require_time .bus-contents .col {
    font-size: var( --font_size-caption );
    line-height: 1.5;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .bus-require_time .bus-contents {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: min( calc( 12 * 100vw / 375 ), 12px ) 0;
    }
    .bus-require_time .bus-contents .col {
    }
}



/* .access_type.position, .access_type.access_power
----------------------------------------*/
.access_type.position {
    min-height: calc( min( calc( 535 * 100vw / 1388 ), 535px ) + min( calc( 100 * 100vw / 1388 ), 100px ) );
}
@media screen and (max-width: 768px) {
}


.access_type.position .w_554, 
.access_type.access_power .w_554 {
    position: relative;
    width: min( calc( 554 * 100vw / 1388 ), 554px );
}
.access_type.access_power .access_type-contents-inner .w_554 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.access_type .w_554 p {
}
.access_type-contents-inner__p {
    font-size: var( --font_size-small );
}
@media screen and (max-width: 768px) {
    .access_type.position .w_554, 
    .access_type.access_power .w_554 {
        position: relative;
        width: 100%;
    }
    .access_type.access_power .access_type-contents-inner .w_554 {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .access_type .w_554 p {
        font-size: min( calc( 14 * 100vw / 375 ), 14px );
        margin-bottom: min( calc( 15 * 100vw / 375 ), 15px );
    }
    .access_type .w_554 p.access_type-contents-inner-from_station__caption {
        margin-bottom: min( calc( 5 * 100vw / 375 ), 5px );
    }
    .access_type-contents-inner__p {
    }
}


.w_554-right_image {
    position: absolute;
    top: 0;
    right: 0;
    width: min( calc( 558 * 100vw / 1388 ), 558px );
}
.w_554-right_image.access_power-diagram {
    padding-top: min(calc(120* 100vw / 1388), 120px);
}
.w_554-right_image.access_power-diagram img {
    width: 100%;
}
.w_554-right_image figcaption {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: var( --font_size-caption );
    text-align: right;
}
@media screen and (max-width: 768px) {
    .w_554-right_image {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
    }
    .w_554-right_image.access_power-diagram {
        margin-bottom: min( calc( 15 * 100vw / 375 ), 15px );
        padding-top: 0;
    }
    .w_554-right_image figcaption {
        position: absolute;
        bottom: 0;
        right: 0;
        text-align: right;
    }
}



.access_type-contents-inner-from_station {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.access_type-contents-inner-from_station.skytreeline {
    width: 62.725%;
}
.access_type-contents-inner-from_station.keisei {
    width: 29.783%;
}
@media screen and (max-width: 768px) {
    .access_type-contents-inner-from_station {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .access_type-contents-inner-from_station.skytreeline {
        width: 100%;
        margin-bottom: min( calc( 15 * 100vw / 375 ), 15px );
    }
    .access_type-contents-inner-from_station.keisei {
        width: 100%;
    }
}



.access_type-contents-inner-from_station__caption {
    width: 100%;
    margin-bottom: min( calc( 5 * 100vw / 1388 ), 5px );
    font-size: var( --font_size-small );
    line-height: 1.3;
}
@media screen and (max-width: 768px) {
    .access_type-contents-inner-from_station__caption {
        margin-bottom: min( calc( 5 * 100vw / 375 ), 5px );
        font-size: var( --font_size-normal );
        line-height: 1.3;
    }
}



.access_type-contents-inner-from_station .each_item {
    position: relative;
    width: min( calc( 165 * 100vw / 1388 ), 165px );
    aspect-ratio: 1 / 1;
}
.access_type-contents-inner-from_station .each_item .each_item-front {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: min( calc( 30 * 100vw / 1388 ), 30px ) min( calc( 15 * 100vw / 1388 ), 15px );
    color: #fff;
}
.access_type-contents-inner-from_station .each_item .each_item-front .place {
    width: 100%;
    margin-bottom: min( calc( 10 * 100vw / 1388 ), 10px );
    padding-bottom: min( calc( 5 * 100vw / 1388 ), 5px );
    font-size: var( --font_size-large );
    line-height: 1;
    text-align: center;
    border-bottom: 1px solid #fff;
}
.access_type-contents-inner-from_station .each_item .each_item-front .time {
    width: 100%;
    margin: 0;
    font-size: var( --font_size-large );
    line-height: 1.2;
    text-align: center;
}
.access_type-contents-inner-from_station .each_item .each_item-front .time span {
    font-size: var( --font_size-lead );
}
@media screen and (max-width: 768px) {
    .access_type-contents-inner-from_station .each_item {
        width: 49.25%;
    }
    .access_type-contents-inner-from_station .each_item.nihonbashi {
        width: 100%;
        aspect-ratio: 335 / 157;
    }
    .access_type-contents-inner-from_station .each_item .each_item-front {
        padding: calc( 20 * 100vw / 375 ) calc( 15 * 100vw / 375 );
    }
    .access_type-contents-inner-from_station .each_item.nihonbashi .each_item-front {
        padding: calc( 30 * 100vw / 375 ) calc( 15 * 100vw / 375 );
    }
    .access_type-contents-inner-from_station .each_item .each_item-front .place {
        margin-bottom: calc( 10 * 100vw / 375 );
        padding-bottom: calc( 5 * 100vw / 375 );
        font-size: var( --font_size-lead ); /* デザイン上 */
        font-size: calc( 18 * 100vw / 375 );
    }
    .access_type-contents-inner-from_station .each_item .each_item-front .time {
        font-size: var( --font_size-lead ); /* デザイン上 */
        font-size: calc( 18 * 100vw / 375 );
    }
    .access_type-contents-inner-from_station .each_item .each_item-front .time span {
        font-size: calc( 30 * 100vw / 375 ); /* デザイン上 */
        font-size: calc( 28 * 100vw / 375 );
    }
}



.access_type-contents-inner-from_station .each_item figure {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.access_type-contents-inner-from_station .each_item figcaption {
    position: absolute;
    bottom: 0.5em;
    left: 0.5em;
    width: 100%;
    color: #fff;
    font-size: var( --font_size-caption );
    line-height: 1;
}
.access_type-contents-inner-from_station .each_item img {
    width: 100%;
}
@media screen and (max-width: 768px) {
}





/* .l-inner_wrap-spTab
----------------------------------------*/
.l-inner_wrap-spTab {
}
.l-inner_wrap-spTab .each_item {
}
.l-inner_wrap-spTab .each_item.is_active {
}
@media screen and (max-width: 768px) {
    .l-inner_wrap-spTab {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        width: calc( 100% - calc( 20 * 100vw / 375 ) );
        margin: 0 auto calc( 20 * 100vw / 375 );
        padding: calc( clamp(36px, 12vw, 54px) + calc( 15 * 100vw / 375 ) ) 0 0;
        border-bottom: 1px solid #707070;
    }
    .l-inner_wrap-spTab .each_item {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 32.5%;
        height: 3em;
        margin: 0;
        padding: 0;
        font-size: var( --font_size-normal );
        line-height: 1.3;
        text-align: center;
        background-color: #eee;
        mix-blend-mode: multiply;
    }
    .l-inner_wrap-spTab .each_item.is_active {
        background-color: #fff;
        mix-blend-mode: normal;
        border-top: 1px solid #707070;
        border-left: 1px solid #707070;
        border-right: 1px solid #707070;
    }
}



/* .spTab_item
----------------------------------------*/
.spTab_item {
}
.spTab_item.drop-shadow {
}
.spTab_item.drop-shadow::before {
}
.spTab_item.is_active {
}
@media screen and (max-width: 768px) {
    .spTab_item {
        display: none;
    }
    .spTab_item.drop-shadow {
    }
    .spTab_item.drop-shadow::before {
        content: none;
    }
    .spTab_item.is_active {
        display: block;
    }
}





