@charset "UTF-8";

/*---------------------------------
  TOP page
---------------------------------*/
.-nobg {
    background: transparent;
    border-bottom: none;
    position: relative;
    z-index: 2;
}

.s-top_storage-box {
    background-image: url(/assets/images/original/trunk2022-storage-bg.png);
    background-position: center;
    background-size: cover;
    margin-top: -39px;
    position: relative;
    z-index: 1;
    min-width: 1120px;
}

.s-top_storage-wrapper {
    display: flex;
    align-items: center;
    max-width: 1140px;
    margin: 0 auto;
    padding: 20px 10px;
    width: 100%;
    justify-content: space-between;
}

.s-top_storage-fee {
    font-size: 16px;
    background-color: #fff;
    color: #002b69;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    padding: 10px;
    border-radius: 8px;
    /* box-shadow: -3px 3px 25px -1px rgba(0, 0, 0, 0.75); */
    box-shadow: -2px 1px 10px 1px rgba(0, 0, 0, 0.28);
}

.s-top_storage-fee small {
    font-size: 11px;
}

.s-top_storage-fee:first-of-type {
    margin-right: 16px;
}

.s-230124data .s-top_storage-fee:first-of-type {
	padding: 20px 10px;
	vertical-align: top;
}

.s-top_storage-fee--sm {
    font-weight: 700;
    font-size: 11px;
    line-height: 1.8;
    display: block;
}

.s-top_storage-title {
    font-size: 40px;
    letter-spacing: 0.8px;
    color: #002b69;
    font-weight: 700;
}

.s-top_storage-title--sm {
    font-size: 24px;
    line-height: 1.6;
    color: #002b69;
    line-height: 1;
    display: block;
    padding: 24px 0 16px;
    letter-spacing: 0;
}

.s-top_storage-btns {
    margin-top: 40px;
}

.s-top_storage-btn {
    font-size: 16px;
    line-height: 1.7;
    border: 1px solid #002b69;
    font-weight: 700;
    border-radius: 6px;
    padding: 15px 19px;
    display: inline-block;
}

.s-top_storage-btn:hover {
    background-color: #002b69;
    color: #fff;
}

.s-top_storage-btn:first-of-type {
    margin-right: 10px;
    padding: 15px 39px;
}

.s-top_storage-video {
    transform: translateY(36px);
    position: relative;
    z-index: 10;
}

#s-top_page {
    min-width: 1120px;
    background-color: #002b69;
    padding: 50px 0;
    font-family: "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic",
        "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ ゴシック",
        "MS Gothic", HiraKakuProN-W3, "TakaoExゴシック", TakaoExGothic,
        "MotoyaLCedar", "Droid Sans Japanese", sans-serif;
}

#s-top_page .inner {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 30px 0;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
}

#s-top_page .s-top_title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    background-image: url(/assets/images/original/trunk2022-title.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 10px 0;
}

#s-top_page #main {
    width: 920px !important;
}

/* info */

#s-top_page .s-info_row {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
    margin-left: -10px;
    margin-right: -10px;
    flex-wrap: wrap;
}

#s-top_page .s-info_col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 10px;
}

#s-top_page .s-info_col-3-pb {
    margin-top: -12px;
    /* height: 231px; */
}

#s-top_page .s-info_col-3-pb img {
    height: 231px;
}

#s-top_page .s-info_btn-wrapper {
    text-align: center;
}

#s-top_page .s-info_btn {
    color: #002b69;
    font-weight: 700;
    font-size: 16px;
    border: 1px solid #002b69;
    border-radius: 5px;
    padding: 18px 43px;
    line-height: 1.2;
    margin: 32px 0 48px;
    display: inline-block;
}

#s-top_page .s-info_btn:hover {
    background-color: #002b69;
    color: #fff;
}

/* benefit */

.s-sp-only {
    display: none;
}

#s-top_page .s-benefit_row {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
    flex-wrap: wrap;
}

#s-top_page .s-benefit_col-3 {
    max-width: 20%;
    flex: 0 0 20%;
}

#s-top_page .s-benefit_card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 0%;
}

#s-top_page .s-benefit_card-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
    text-align: center;
    margin-top: 16px;
}
#s-top_page .s-benefit_card-note {
    font-size: 12px;
    text-align: center;
    color: #333;
    line-height: 1.5;
    margin-top: 8px;
}

/* store */
#s-top_page .s-store_wrapper {
    margin-top: 24px;
}

#s-top_page .s-store_box {
    padding: 18px 0;
    background-color: #f6f6f6;
    display: flex;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

#s-top_page .s-store_left {
    display: flex;
    align-items: center;
    flex: 0 0 155px;
    max-width: 155px;
    border-right: 1px solid #ddd;
    padding: 0 20px;
    position: relative;
}

#s-top_page .s-store_right {
    flex-grow: 1;
    display: flex;
    align-items: center;
    padding: 0 20px 0 32px;
}



#s-top_page .s-store_right-item:not(:last-child) {
    margin-right: 48px;
}

#s-top_page .s-store_main {
    /* padding-left: 16px; */
    font-size: 16px;
    font-weight: 700;
    color: #000;
    /* position: relative; */
}

#s-top_page .s-store_right .s-store_main {
    position: relative;
}

#s-top_page .s-store_main::after {
    content: "";
    background-image: url(/assets/images/original/trunk2022-rightarrow.png);
    background-position: center;
    background-size: cover;
    position: absolute;
    height: 12px;
    width: 9px;
    top: 50%;
    transform: translateY(-50%);
    /*right: -10px;*/
    margin-left: 10px;
}

#s-top_page .s-store_left .s-store_main::after {
    top: 48%;
}

#s-top_page .s-store_left .s-store_main {
    margin-left: 16px;
    /* position: relative; */
}

/*#s-top_page .s-store_right .s-store_main:not(:last-child) {
    margin-right: 94px;
}*/

.tkyLink {
    margin-bottom: 15px;
}

#s-top_page .s-store_main .s-store_main-sub {
    font-size: 13px;
}

/* discount */
#s-top_page .s-discount {
    padding-top: 24px;
}

#s-top_page .s-discount_sub {
    font-size: 16px;
    font-weight: 700;
    padding: 24px 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

#s-top_page .s-discount_card {
    text-align: center;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
    height: 100%;
    display: block;
}

/* #s-top_page .s-discount_card:hover .s-discount_card-top, */
#s-top_page .s-discount_card:hover .s-discount_card-btm {
    /* background-color: #000; */
    opacity: 0.5;
}

#s-top_page .s-discount_card:hover .s-discount_card-top {
    opacity: 0.8;
}

#s-top_page .s-discount_card-top {
    background-color: #f6f6f6;
    padding: 32px 0;
}

#s-top_page .s-discount_card-btm {
    padding: 24px 12px;
}

#s-top_page .s-discount_card-title {
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 16px;
    color: #000;
}

#s-top_page .s-discount_card-text {
    font-size: 13px;
    padding-top: 16px;
    color: #000;
}

#s-top_page .s-discount_card-red {
    font-size: 15px;
    color: #e34563;
    font-weight: 700;
    line-height: 1.7;
}

#s-top_page .s-discount_card-blur {
    font-size: 13px;
    color: #777;
    line-height: 2;
    display: block;
    padding-top: 10px;
    margin-bottom: 16px;
}

#s-top_page .s-discount_card-sm {
    font-size: 12px;
    line-height: 1.5;
    display: block;
    color: #000;
}

#s-top_page .s-discount_row {
    display: flex;
    text-align: center;
    justify-content: space-between;
    margin-left: -12.5px;
    margin-right: -12.5px;
}

#s-top_page .s-discount_col-4 {
    width: 33.33%;
    padding: 0 12.5px;
    margin-bottom: 0;
}

#s-top_page .s-discount_col-4:last-child .s-discount_card-sm {
    padding-top: 15px;
}

#s-top_page .s-discount_col-4 .s-discount_img {
    width: 70px;
}

#s-top_page .s-discount_btn-wrapper {
    text-align: center;
}

/* column */
#s-top_page .s-column_row {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    flex-wrap: wrap;
}

#s-top_page .s-column_col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 10px;
    margin-bottom: 16px;
}

#s-top_page .s-column_link {
    display: block;
}

#s-top_page .s-information .o-footer__pagetop {
    position: relative;
}

#s-top_page .iconfont-livable-pagetop:before {
    position: absolute;
    content: "";
    background-image: url(/assets/images/original/scroll-up.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
}

#s-top_page .s-column_col-3 img {
    width: 100%;
    display: block;
    /* height: 144px;
  object-fit: cover; */
}

#s-top_page .s-column_link:hover {
    opacity: 0.7;
}

#s-top_page .s-column_link:hover img {
    background-color: #000;
    /* opacity: 0.7; */
}

#s-top_page .s-column_wrapper {
    margin-top: 32px;
    margin-bottom: 48px;
}

#s-top_page .s-column_text {
    font-size: 14px;
    font-weight: 600;
    padding: 8px 0;
    color: #000;
}

/* information */

#s-top_page .s-img_width {
    width: 225px;
}

#s-top_page .s-pagetop {
    padding: 16px 32px;
    display: flex;
    justify-content: flex-end;
    text-decoration: none;
    color: #0088c7;
    font-weight: 700;
}

#s-top_page .s-information {
    background-color: #f3f2f7;
    margin: 0 -30px;
    padding-bottom: 50px;
}

#s-top_page .s-info_wrapper {
    padding-top: 16px;
}

#s-top_page .s-info_inner {
    margin: 0 auto;
    display: flex;
    width: 920px;
    justify-content: space-between;
    padding-bottom: 0;
    border-bottom: none;
}

#s-top_page .s-info_list {
    width: 660px;
    /*margin-right: 36px;*/
}

#s-top_page .s-informationtxt {
    line-height: 1.3;
    font-size: 12px;
}

#s-top_page .s-information_link {
    color: #00a1c9;
    font-weight: 500;
}

#s-top_page .s-banner {
    width: 225px;
    padding-left: 56px;
    border: 2px solid #ccc;
    padding: 8px;
    background-color: #fff;
    height: 100%;
    margin-bottom: 156px;
}

#s-top_page .s-banner:hover {
    opacity: 0.7;
}

#s-top_page .s-info_desc {
    padding-top: 48px;
}

/* previous */

#s-top_page .s-ttljap {
    color: #203e7c;

    font-size: 28px;
    position: relative;
}

#s-top_page .s-ttljap:after {
    content: "";
    background-color: #53b0e9;
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 2px;
}

#s-top_page .s-ttleng {
    position: relative;
    padding-left: 56px;
    font-size: 28px;
    color: #00a1c9;
}

#s-top_page .s-ttleng:before {
    content: "";
    width: 2px;
    height: 32px;
    background-color: #53b0e9;
    position: absolute;
    left: 24px;
}

/* new */
#s-top_page .s-infolist {
    padding: 16px 8px;
    border-bottom: 1px dotted #adacb1;
}

/* #s-top_page .s-infoimg{
 padding-left: 45px;
} */
#s-top_page .s-bluetxt {
    display: inline-flex;
    color: #00a1c9;
    /* padding-bottom: 8px; */
    font-size: 12px;
    text-decoration: none;
}

#s-top_page .s-bluetxt:hover {
    color: #203e7c;
}

#s-top_page .s-inforow {
    display: flex;
}

#s-top_page .s-infocol:last-child {
    padding-top: 112px;
}

/* NEW */
#s-top_page .s-infodc {
    padding-top: 8px;
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 0;
    letter-spacing: 0.075;
    line-height: 1.5;
}

#s-top_page .s-imgtxt {
    line-height: 1.3;
    font-size: 12px;
}

#s-top_page .s-infodate {
    line-height: 1.3;
    font-size: 14px;
}

#s-top_page .s-information .o-footer__pagetop {
    background: transparent;
    color: #002b69;
}

/*-- SP 共通 --*/
@media only screen and (max-width: 768px) {

    /* column */
    #s-top_page .s-column_col-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    #s-top_page .s-column_col-3 img {
        height: auto;
    }

    /* discount */
    #s-top_page .s-discount_row {
        flex-direction: column;
        margin-left: -5px;
        margin-right: -5px;
    }

    #s-top_page .s-discount_col-4 {
        width: 100%;
        margin-bottom: 16px;
    }

    /* store */

    #s-top_page .s-store_box {
        padding: 18px 10px;
    }

    #s-top_page .s-store_right .s-store_main {
        margin: 0 30px 16px 16px;
        width: calc(50% - 46px);
        font-size: 15px;
    }

    #s-top_page .s-store_left {
        max-width: 100%;
        flex: 0 0 100%;
        border-bottom: 1px solid #ddd;
        border-right: 0;
        padding: 0 20px 10px;
    }

    #s-top_page .s-store_right {
        padding: 32px 0 0 0;
        flex-wrap: wrap;
    }

    /* #s-top_page .s-store_right .s-store_main {
    max-width: calc(50% - 48px);
    flex: 0 0 calc(50% - 48px);
  } */
    #s-top_page .s-store_right-item {
        max-width: calc(50% - 48px);
        flex: 0 0 calc(50% - 48px);
        padding: 10px;
    }

    #s-top_page .s-store_right-item .s-store_main {
        display: inline-block;
    }

    #s-top_page .s-store_left .s-store_main {
        position: relative;
    }

    #s-top_page .s-store_left {
        position: static;
        padding: 0 20px 16px 0;
    }

    /*#s-top_page .s-store_left .s-store_main::after {
        right: -24px;
    }
    #s-top_page .store_right .s-store_main::after {
        left: 93px;
    }*/

    /* benefit */
    #s-top_page .s-benefit_row {
        justify-content: center;
    }

    #s-top_page .s-benefit_col-3 {
        max-width: 50%;
        flex: 0 0 50%;
    }

    #s-top_page .s-benefit_card {
        margin-bottom: 24px;
    }

    #s-top_page .s-benefit_card img {
        /* width: 100%; */
        height: auto;
    }

    .s-sp-only {
        display: block;
    }

    #s-top_page .s-benefit_card-text {
        font-size: 13px;
    }

    /* info */
    #s-top_page .s-info_col-3 {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 10px 10px;
    }

    #s-top_page .s-info_col-3-pb {
        margin-top: -9px;
    }

    #s-top_page .s-info_col-3 img {
        width: 100%;
        height: auto;
    }

    /* storage */
    .s-top_storage-wrapper {
        flex-direction: column;
        padding: 85px 0 20px;
    }

    .s-top_storage-box {
        background-image: url(/assets/images/original/trunk2022-storage-bg1.jpg);
        min-width: auto;
        margin-bottom: 56px;
    }

    #s-top_page {
        min-width: 100%;
        background-color: #fff;
    }

    .s-top_storage-text {
        text-align: center;
    }

    .s-top_storage-video iframe {
        max-width: 100%;
        padding: 0 10px;
    }

    .s-top_storage-video img {
    max-width: 100%;
    height: auto;
    padding: 0 10px;
}

    .s-top_storage-btn:first-of-type {
        padding: 15px 14px;
    }

    .s-top_storage-btn {
        font-size: 14px;
    }

    .s-top_storage-title {
        font-size: 32px;
    }

    .s-top_storage-title .s-top_storage-title--sm {
        font-size: 20px;
    }

    #s-top_page .inner {
        padding: 0 10px;
    }

    #s-top_page .s-top_title {
        font-size: 20px;
    }

    #s-top_page .s-info_btn {
        padding: 18px 40px;
        margin: 0 0 36px;
    }

    /* information */
    #s-top_page .s-info_inner {
        flex-direction: column;
        width: 100%;
        padding: 0 10px;
    }

    #s-top_page .s-ttleng {
        display: none;
    }

    #s-top_page .s-ttljap {
        font-size: 16px;
    }

    #s-top_page .s-infodc {
        font-size: 14px;
    }

    #s-top_page .s-info_list {
        width: 100% !important;
        padding-right: 0 !important;
    }

    /* #s-top_page .s-infoimg{
      padding-left: 0 !important;
     } */
    #s-top_page .s-banner {
        width: 100% !important;
        margin-bottom: 0 !important;
        padding-left: 16px !important;
        border: 2px solid #ccc;
        padding: 8px;
        background-color: #fff;
    }

    #s-top_page .s-img_width {
        width: 100% !important;
    }

    #s-top_page .s-information {
        margin: 0;
        padding-bottom: 40px;
    }

    #s-top_page .s-information_inner {
        border-bottom: 1px solid #ddd;
        padding-bottom: 40px;
    }

    #s-top_page {
        padding: 0;
    }

    #s-top_page .iconfont-livable-pagetop:before {
        left: -30px;
    }

    #s-top_page .s-info_row {
        margin-top: 16px;
    }

    #s-top_page .s-discount_card-blur {
        margin-bottom: 0;
    }
}


/* NEW CSS */


@media only screen and (min-width: 769px) {
    #s-top_page .s-store_right {
        flex-wrap: wrap;
        width: calc(100% - 155px);
    }
    #s-top_page .s-store_right .s-store_main {
        margin: 16px 40px 0 16px;
        width: calc(25% - 56px);
    }
    #s-top_page .s-store_right .s-store_main:nth-child(-n+4) {
        margin-top: 0;
    }

    #s-top_page .s-store_main-mb {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 768px) {
    #s-top_page .s-store_right {
      /*flex-direction: column;*/
      align-items: flex-start;
    }

    #s-top_page .s-store_main-mb {
        margin-bottom: 15px;
    }
    #s-top_page .s-store_main-mb-sp {
        margin-bottom: 15px;
    }
}


#s-top_page .s-infodc .s-flow {text-align: left; display: flex; margin-top:8px;}
#s-top_page .s-infodc .s-flow_tit {display: inline-block; margin-right: 16px;}
#s-top_page .s-infodc .s-flow_txt {display: inline-block;}



