.movie {
    width: 100%;
    height: 100%;
}

.movie video {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    /* filter: grayscale(70%); */
    filter: brightness(0.75);
    transition: opacity ease 100ms;
    will-change: opacity;
}

.movie video.is-active {
    opacity: 1;
}

.topic .section-title__text,
.topic .section-title__caption__text {
    color: #ffffff;
}

.fv-section {
    width: 100%;
    padding-top: 80px;
    position: relative;
    overflow: hidden;
}

@media screen and (min-width: 481px) {
    .fv-section__inner {
        display: flex;
        width: calc(100% - 40px);
        max-width: 1200px;
        margin: 0 auto;
        align-items: center;
        min-height: 75vh;
    }
    .fv-section__inner .app-promotion-info {
        padding-bottom: 40px;
    }
}

.fv-info {
    display: block;
    width: 50%;
    float: left;
}

.fv-title {
    display: block;
    width: 100%;
    /* margin-top: 10%; */
    margin-bottom: 40px;
}

.fv-title__text {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.75em;
    letter-spacing: 0.075em;
    font-feature-settings: "palt";
    white-space: nowrap;
    color: #ffffff;
    animation: appLinksShow 1800ms cubic-bezier(0.25, 1, 0.5, 1) 400ms 1 both;
}

@media screen and (min-width:481px) and (max-width:1024px) {
    .fv-title__text {
        font-size: 4vw;
    }
}

.app-links-label {
    margin-bottom: 20px;
}

.app-links-label__text {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}

.fv-app {
    display: block;
    width: 42.5%;
    margin-top: 5%;
    margin-left: 5%;
    /* float: right; */
    align-self: flex-end;
    position: relative;
}

@keyframes appShow {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes appLinksShow {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

.fv-app__img01 {
    display: block;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 10;
    animation: appShow 1600ms cubic-bezier(0.25, 1, 0.5, 1) 1000ms 1 both;
}

.fv-app__img02 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    animation: appShow 1600ms cubic-bezier(0.25, 1, 0.5, 1) 1100ms 1 both;
}

.app-links {
    display: block;
    animation: appLinksShow 1800ms cubic-bezier(0.25, 1, 0.5, 1) 400ms 1 both;
}

.app-link-list {
    /* display: block; */
    display: flex;
    flex-wrap: wrap;
    gap: .5rem 0;
    font-size: 0px;
    margin: 0px -4px;
}

.app-link-list-item {
    display: inline-block;
    padding: 0px 4px;
}

.app-link-list-item:last-child {
    margin-right: 0px;
}

.app-link-list-item__img {
    width: auto;
    height: 47.5px;
}

.app-link-list-item a {
    display: block;
}

@media screen and (min-width: 641px) {
    .app-link-list-item a {
        transition: ease 200ms;
    }
    .app-link-list-item a:hover {
        opacity: 0.6;
    }
}


/* スマホSNSへの導線セクション */

.sp-sns-section {
    background: #fff;
    padding: 48px 16px;
}

.sp-sns-section__ttl {
    text-align: center;
    font-size: 6vw;
    font-weight: bold;
    color: #56c0ce;
    margin-bottom: 24px;
    line-height: 1.4;
    letter-spacing: 0.025em;
}

.sp-sns-section__ttl__svg {
    display: inline-block;
    height: 9vw;
    fill: #56c0ce;
}

.sp-sns-section__btn__container {
    display: flex;
    justify-content: space-between;
}

.sp-sns-section__btn {
    width: calc( (100% - 8px) * .5);
    display: flex;
    align-items: center;
    padding: 8px 6vw 8px 6vw;
    border-radius: 9999px;
    box-shadow: 0 2px 4px rgba(85, 192, 206, 0.5), 0 2px 8px rgba(85, 192, 206, 0.25);
    font-size: 3.5vw;
    font-weight: bold;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.sp-sns-section__btn img {
    margin-right: 4vw;
}


/* トピック */

.topic-section {
    width: 100%;
    background-color: #56c0ce;
}

.topic-section .empty-statement__text {
    font-size: 16px;
    color: #ffffff;
}

.topic-section.section {
    padding: 80px 0px 128px;
}

.topic-list {
    margin: 0px -8px;
}

.topic-list::after {
    display: block;
    width: 100%;
    content: "";
    clear: both;
}

.topic-list-item {
    display: block;
    width: 25%;
    float: left;
    padding: 0px 8px;
    margin-bottom: 20px;
}

.topic-list-item__link {
    display: block;
}

.topic-list-item__thumbnail {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.topic-list-item__thumbnail__img {
    width: 100%;
    height: 160px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.topic-list-item__cat {
    position: absolute;
    z-index: 10;
    top: 8px;
    right: 8px;
    background: #56c0ce;
    color: #fff;
    padding: 0.5em 1em;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}

@media screen and (min-width: 641px) {
    .topic-list-item__link .topic-list-item__thumbnail__img {
        transition: ease 400ms;
    }
    .topic-list-item__link:hover .topic-list-item__thumbnail__img {
        transform: scale(1.05);
        opacity: 0.7;
    }
}

.topic-list-item__thumbnail-label {
    display: block;
    position: absolute;
    bottom: 0px;
}

.topic-list-item__thumbnail-label__text {
    display: block;
    padding: 8px 8px;
    font-size: 12px;
    background-color: #ffffff;
}

.topic-list-item__title {
    display: block;
    padding: 24px;
    background-color: #ffffff;
}

.topic-list-item__title__text {
    font-size: 16px;
    line-height: 1.5em;
    color: #131619;
    height: 80px;
}

.topic-action {
    width: 100%;
    margin-top: 48px;
}

.topic-action .button-1 {
    color: #56c0ce;
    background-color: #ffffff;
    border: 1px solid #fff;
}

@media screen and (min-width: 641px) {
    .topic-action .button-1 {
        transition: ease 200ms;
    }
    .topic-action .button-1:hover {
        background: #56c0ce;
        color: #fff;
    }
}


/* 特徴 */

.unique-point-layout {
    width: 100%;
}

.unique-point-layout::after {
    display: block;
    width: 100%;
    content: "";
}

.service-info {
    padding-right: 50%;
}

.service-movie {
    width: calc(50% - 48px);
    /* margin-left: 48px; */
    position: absolute;
    right: 0px;
    height: 100%;
    bottom: 0px;
}

.service-movie-center {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.service-movie__img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.play-button {
    width: 96px;
    height: 96px;
    margin-top: -48px;
    margin-left: -48px;
    padding: 0px 0px 0px 4px;
    border: 1px solid #ffffff;
    background-color: rgba(20, 20, 20, 0.35);
    border-radius: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
}

.play-button__icon {
    display: block;
    width: 40px;
    height: 48px;
    margin: 24px auto;
}

.play-button__icon path {
    fill: #ffffff
}

.service-movie__img::before {
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(20, 20, 20, 0.35);
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.unique-point-item {
    display: block;
    width: 100%;
    padding: 24px 0px;
    border-bottom: 1px solid #56c0ce;
}

.unique-point-item:first-child {
    border-top: 1px solid #56c0ce;
}

.unique-point-item::after {
    display: block;
    width: 100%;
    content: "";
    clear: both;
}

.unique-point-list-item__thumbnail {
    display: block;
    width: 120px;
    float: left;
}

.unique-point-list-item__thumbnail__img {
    width: 100%;
    border-radius: 8px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.unique-point-list-item__thumbnail__img::after {
    display: block;
    width: 100%;
    padding-top: 100%;
    content: "";
}

.unique-point-list-item__info-wrapper {
    display: block;
    width: 100%;
    margin-left: -120px;
    float: left;
}

.unique-point-list-item__info {
    margin-left: 120px;
    padding-left: 24px;
}

.unique-point-list-item__title {
    width: 100%;
    margin-bottom: 8px;
}

.unique-point-list-item__title__text {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5em;
    color: #131619;
}

.unique-point-list-item__description {
    width: 100%;
}

.unique-point-list-item__description__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: #131619;
}


/* 安心安全 */

.security-section {
    background-color: #f6f6f6;
}

.security-list {
    margin: 0px -12px;
}

.security-list-item {
    display: block;
    width: 33.33333%;
    float: left;
    padding: 0px 12px;
}

.security-list-item___action {
    margin-top: 24px;
}

.security-list-item-content {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    padding: 24px;
}

.security-list-item__thumbnail {
    width: 100%;
    margin-bottom: 20px;
    background-color: #ffffff;
}

.security-list-item__thumbnail__img {
    display: block;
    width: 100%;
}

.security-list-item__title {
    width: 100%;
    margin-bottom: 8px;
}

.security-list-item__title__text {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 1.5em;
    color: #131619;
}

.security-list-item__description {
    width: 100%;
}

.security-list-item__description__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: #131619;
}


/* How to */

.howto-list {
    margin: 0px -8px -16px;
}

.howto-list-item {
    display: block;
    width: 50%;
    float: left;
    padding: 0px 8px;
    margin-bottom: 16px;
}

.howto-item-content {
    width: 100%;
    min-height: 330px;
    padding: 24px;
    border: 1px solid #56c0ce;
}

.howto-list-item__thumbnail {
    display: block;
    width: 100%;
    margin: 0px auto 16px;
}

.howto-list-item__thumbnail__img {
    width: 120px;
    margin: 0px auto;
}

.howto-list-item__title {
    margin-bottom: 16px;
}

.howto-list-item__title__text {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 1.5em;
    color: #131619;
}

.howto-list-item__description {
    width: 100%;
    margin-bottom: 16px;
}

.howto-list-item__description__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: #131619;
}

.howto-list-item__action {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 2em;
    gap: .5em;
}
.howto-list-item__action .button-1 {
    margin: 0 ;
}

.howto-list-item__movie {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

.howto-list-item__movie iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width: 640px) {
    .howto-list-item__action {
        flex-direction: column;
        align-items: center;
        gap: 2vw;
    }
}

/* ステーションマップ */

.station-map__gmap {
    width: 100%;
    height: 480px;
    background-color: #ffffff;
}

.station-map-section {
    background-color: #f6f6f6;
}

.city-list__ttl {
    margin-top: 2em;
    margin-bottom: 1em;
}

.city-list {
    display: flex;
    flex-wrap: wrap;
}

.city-list li a {
    display: flex;
    width: 100%;
    padding: 1em;
    font-size: 14px;
    background: #fff;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 801px) {
    .city-list li {
        width: calc((100% - 8px)*.2);
        margin-top: 2px;
    }
    .city-list li:not(:nth-child(5n)) {
        margin-right: 2px;
    }
    .city-list li a {
        transition: opacity 200ms;
    }
    .city-list li a:hover {
        opacity: 0.6;
    }
}

@media screen and (min-width: 641px) and (max-width: 800px) {
    .city-list li {
        width: calc((100% - 4px)*.3333);
        margin-top: 2px;
    }
    .city-list li:not(:nth-child(3n)) {
        margin-right: 2px;
    }
}

@media screen and (max-width: 640px) {
    .city-list li {
        width: calc((100% - 2px)*.5);
        margin-top: 2px;
    }
    .city-list li:not(:nth-child(2n)) {
        margin-right: 2px;
    }
    .city-list li a {
        font-size: 4vw;
    }
}


/* よくある質問 */

.faq-action {
    width: 100%;
    margin-top: 48px;
}

.faq-list {
    margin: 0px -8px -32px;
}

.faq-list::after {
    display: block;
    width: 100%;
    clear: both;
    content: "";
}

.faq-list-item {
    display: block;
    width: 33.33333333%;
    margin-bottom: 32px;
    padding: 0px 8px;
    float: left;
}

.faq-list-item__info {
    width: 100%;
    height: 100%;
    padding: 48px 24px 24px;
    border: 1px solid #56c0ce;
    position: relative;
    background-image: url(../../images/top/faq-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 160px;
}

.faq-list-item__label {
    display: block;
    width: 120px;
    height: 32px;
    margin-left: -60px;
    border: 1px solid #56c0ce;
    border-radius: 16px;
    background-color: #56c0ce;
    position: absolute;
    top: -16px;
    left: 50%;
}

.faq-list-item__label__text {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
}

.faq-list-item__title {
    display: block;
    width: 100%;
    margin-bottom: 16px;
}

.faq-list-item__title__text {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5em;
    color: #131619;
}

.faq-list-item__description__text {
    font-size: 16px;
    line-height: 1.5em;
    color: #131619;
}


/* app-promotion */

.app-promotion-section {
    width: 100%;
    margin: 0px 0px 0;
    padding-top: 80px;
    background-image: url(../../images/top/top-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.app-promotion-info {
    display: block;
    width: 50%;
    float: left;
}

.app-promotion-title {
    display: block;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 40px;
}

.app-promotion-title__text {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: 0.075em;
    font-feature-settings: "palt";
    color: #ffffff;
}

.app-promotion-design {
    display: block;
    width: 50%;
    float: left;
    position: relative;
}

.app-promotion-design__img {
    width: 100%;
    max-width: 500px;
    margin: 0px auto;
}

@media screen and (min-width: 1025px) {
    .app-promotion-section--middle {
        background: none;
    }
    .app-promotion-section--middle .app-promotion-design {
        width: 50%;
        padding-right: .5rem;
        height: 28.75rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    .app-promotion-section--middle .app-promotion-section--middle__container {
        background-image: url(../../images/top/top-bg.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        overflow: hidden;
        max-width: 73.75rem;
        margin: 0 auto;
    }
    .app-promotion-section--middle .app-promotion-title__text {
        font-size: 30px;
    }
    .app-promotion-section--middle__inner {
        max-width: 51.25rem;
        width: calc( 100% - 2rem);
        margin: 0 auto;
        position: relative;
        display: flex;
        align-items: center;
        overflow: hidden;
    }
    .app-promotion-section--middle .app-promotion-info {
        padding-bottom: 2rem;
    }
    .app-promotion-section--middle .app-links-label__text {
        font-size: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .app-promotion-section .app-links {
        text-align: center;
    }
}


/* モーダル */

.modal {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
}

.modal.is-active {
    display: block;
}

.modal-inner {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 11;
}

.modal-content {
    width: 100%;
    height: 100%;
    max-width: 640px;
    margin: 0px auto;
    background-color: #ffffff;
    position: relative;
    z-index: 13;
}

.movie-content {
    width: 100%;
    height: 100%;
    max-width: 640px;
    margin: 0px auto;
}

.movie-content video {
    width: 100%;
    position: relative;
    top: 240px;
    z-index: 15;
}

.modal-scroll {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

.modal-scroll-inner {
    padding: 64px 48px;
}

.modal-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(20, 20, 20, 0.35);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 12;
}

.modal-title {
    margin-bottom: 32px;
}

.modal-title__text {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
}

.modal-title__subtext {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 600;
    text-align: center;
    padding-top: .5em;
    color: #999;
}

.modal-subtitle {
    margin-bottom: 16px;
}

.modal-subtitle__text {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600;
    text-align: center;
    word-break: keep-all;
}

.modal-descriotion {
    width: 100%;
    margin-bottom: 48px;
}

.modal-description__text {
    font-size: 16px;
    line-height: 1.5em;
}
.modal-description__text + .modal-description__text {
    margin-top: 1em;
}

.modal-description__text b {
    font-weight: bold;
}
.modal-description__text strong {
    font-weight: bold;
    background: linear-gradient(transparent 50%, rgba(86, 192, 206, 0.25) 50%);
}

.modal-description__text__notation {
    font-size: 0.8em;
    padding: 1rem;
    margin-top: 1em;
    background-color: #f6f6f6;
    line-height: 1.8;
}

.modal-description__fig {
    padding: 1em 0;
}

.modal-description__fig img {
    display: block;
    max-width: 80%;
    margin: 0 auto;
}

.bike-info {
    margin-bottom: 48px;
}

.bike-info__thumbnail {
    margin-bottom: 24px;
}

.bike-info__thumbnail__img {
    width: 100%;
    display: block;
}

.bike-info__title {
    width: 100%;
    display: block;
}

.bike-info__title__text {
    font-size: 16px;
    line-height: 1.5em;
}
.bike-info__title__text + .bike-info__title__text {
    margin-top: 1em;
}

.bike-spec {
    padding: 20px;
}

.bike-spec-title {
    padding: 0px 0px 20px 0px;
    text-align: center;
}

.bike-spec-title__text {
    font-size: 20px;
    line-height: 1.5em;
}

.bike-spec-table {
    border-collapse: collapse;
    width: 100%;
}

.bike-spec-table__cell {
    border: solid 1px #ccc;
    padding: 10px;
}

.steps__ttl {
    font-size: 20px;
    font-weight: bold;
    background-color: #56c0ce;
    color: #fff;
    padding: 0.75em .25em;
    border-radius: 9999px;
    text-align: center;
    margin-bottom: 1em;
    margin-top: 3em;
    word-break: keep-all;
    line-height: 1.4;
}

.steps {
    margin-bottom: 40px;
}

.step-list {
    font-size: 0px;
}

.step-list-item {
    display: block;
    width: 100%;
    padding: 24px 0px;
    border-bottom: 1px solid #56c0ce;
}

.step-list-item:first-child {
    border-top: 1px solid #56c0ce;
}

.step-list-item-caution {
    padding-top: 24px;
}

.step-list-item-caution__fig {
    background: #f8e71d;
    padding: 16px 16px 0;
    border-radius: 16px;
}

.step-list-item-caution__fig__ttl {
    font-size: 16px;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
    padding-bottom: 0.5em;
}

.step::after {
    display: block;
    width: 100%;
    content: "";
    clear: both;
}

.step-thumbnail {
    display: block;
    width: 160px;
    float: left;
}

.step-thumbnail__img {
    display: block;
    width: 100%;
}
.step-thumbnail__img:not(:first-child){
    margin-top: 5px;
}

.step-info {
    width: 100%;
    margin-left: -160px;
    float: left;
}

.step-info-inner {
    margin-left: 160px;
    padding-top: 8px;
    padding-left: 24px;
}

.step-info-title {
    width: 100%;
    margin-bottom: 12px;
    padding-left: 24px;
    position: relative;
}

.step-list.no_num .step-info-title {
    padding-left: 0 !important;
}

.step-label {
    display: block;
    width: 20px;
    height: 20px;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    color: #ffffff;
    border-radius: 100vmax;
    background-color: #56c0ce;
    position: absolute;
    left: 0px;
    top: 0px;
}
.step-list--alt-color .step-label {
    border: 1px solid #56c0ce;
    color: #56c0ce;
    background-color: #fff;
    font-weight: 700;
    width: 22px;
    height: 22px;
    left: -2px;
    top: 1px;
    letter-spacing: -0.025em;
}

.step-info-title__text {
    font-size: 20px;
    line-height: 1.25em;
    font-weight: 600;
    color: #131619;
}

.step-info-description {
    width: 100%;
}

.step-info-description__text {
    font-size: 16px;
    line-height: 1.5em;
    color: #131619;
}
.step-info-description__text ol {
    padding-left: 1.75em;
    position: relative;
    counter-reset: num;
}
.step-info-description__text ol li {
    counter-increment: num;
    line-height: 1.7;
    position: relative;
}
.step-info-description__text ol li:not(:last-child){
    margin-bottom: 0.2em;
}
.step-info-description__text ol li::before {
    content: counter(num);
    position: absolute;
    right: 101%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 1.8em;
    width: 1.8em;
    font-size: 0.75em;
    border-radius: 100vmax;
    background-color: #56c0ce;
    color: #fff;
    top: 0.2em;
}
.step-info-description__text b {
    font-weight: 700;
}
.step-info-description__text small {
    font-size: 0.9em;
}
.step-info-caution {
    margin-top: 1em;
    padding: 1em;
    background-color: #f8e71d;
    border-radius: 1em;
    font-weight: 700;
    font-size: 14px;
}

.step-info-list {
    width: 100%;
    padding-left: 24px;
}

.step-info-list-item {
    width: 100%;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.5em;
    color: #131619;
    list-style-type: decimal;
}

.step-info-list-item:last-child {
    margin-bottom: 0px;
}

.captions {
    width: 100%;
}

.caption-head {
    margin-bottom: 48px;
}

.caption-title {
    margin-bottom: 16px;
}

.caption-title__text {
    font-size: 24px;
    color: #131619;
}

.caption-row {
    width: 100%;
    margin-bottom: 48px;
}

.caption-list {
    margin: 0px -8px;
}

.caption-list::after {
    display: block;
    width: 100%;
    content: "";
    clear: both;
}

.caption-list-item {
    width: 33.3333333%;
    padding: 0px 8px;
    float: left;
}

.caption-list-item-number {
    display: block;
    width: 20px;
    height: 20px;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    color: #ffffff;
    background-color: #131619;
    border-radius: 10px;
    position: absolute;
    left: 8px;
    top: 8px;
}

.caption-list-item__thumbnail {
    width: 100%;
    position: relative;
    margin-bottom: 12px;
}

.caption-list-item__thumbnail__img {
    width: 100%;
}

.caption-sub-title {
    margin-bottom: 20px;
}

.caption-sub-title__text {
    font-size: 20px;
    line-height: 1.5em;
    color: #131619;
}

.caption-list-item__title {
    width: 100%;
}

.caption-list-item__title__text {
    font-size: 12px;
    line-height: 1.5em;
}

.standard-plan {
    border: 1px solid #56c0ce;
    margin-bottom: 48px;
}

.standard-plan-label {
    padding: 16px;
    background-color: #56c0ce;
}

.standard-plan-label__text {
    font-size: 24px;
    text-align: center;
    color: #ffffff;
}

.standard-plan-content {
    padding: 24px;
}

.standard-plan-price {
    margin-bottom: 20px;
}

.standard-plan-price__text {
    font-size: 48px;
    color: #56c0ce;
    text-align: center;
}

.standard-plan-description {
    margin-bottom: 16px;
}

.standard-plan-description__text {
    font-size: 16px;
    line-height: 24px;
    color: #131619;
}

.plan-label {
    margin-bottom: 8px;
}

.plan-label__text {
    font-size: 20px;
    color: #56c0ce;
}

.plan-price__content {
    font-size: 16px;
    font-weight: 400;
    color: #131619;
    line-height: 1.5em;
}

.plan-caption {
    width: 100%;
    margin-top: 8px;
}

.plan-caption__text {
    font-size: 12px;
    line-height: 1.5em;
}


/* オーナー様へ */

.section.sales-section {
    /* margin-top: 80px; */
    padding: 0px 0px 0px;
}

.section.sales-section .section-title__text,
.section.sales-section .section-title__caption__text {
    color: #ffffff;
}

.sales-points {
    width: 100%;
    margin-top: -32px;
    position: relative;
    z-index: 10;
}

.sales-points__main {
    background-color: #56c0ce;
    padding: 80px 0px 112px;
}

.sales-points__main .section-title-wrapper {
    margin-bottom: 20px;
}

.sales-content-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sales-content {
    width: 50%;
}

@media screen and (max-width: 640px) {
    .sales-content-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 2rem;
    }
    .sales-content {
        width: 100%;
    }
}

.sales-movie {
    width: 50%;
    float: right;
}

.sales-movie__img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.sales-movie__img::after {
    display: block;
    width: 100%;
    content: "";
    padding-top: 56.25%;
}

.sales-movie-youtube-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
}

.sales-movie-youtube-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sales-title {
    margin-bottom: 16px;
}

.sales-title__text {
    font-size: 32px;
    color: #ffffff;
    line-height: 1.5em;
}

.sales-description {
    width: 100%;
    margin-bottom: 32px;
}

.sales-description__text {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5em;
}

.sales-action .button-1 {
    color: #56c0ce;
    background-color: #ffffff;
    border: 1px solid #fff;
    margin: auto 0px;
}

@media screen and (min-width: 641px) {
    .sales-action .button-1 {
        transition: ease 200ms;
    }
    .sales-action .button-1:hover {
        background: #56c0ce;
        color: #fff;
    }
}

.sales-point-list {
    margin: 0px -8px;
}

.sales-point-list::after {
    display: block;
    width: 100%;
    content: "";
    clear: both;
}

.sales-point-list-item {
    display: block;
    width: 33.33333333333%;
    float: left;
    margin-bottom: 24px;
    padding: 0px 8px;
}

.sales-point-list-item-content {
    display: block;
    width: 100%;
    height: 100%;
    padding: 24px;
    border: 1px solid #56c0ce;
    background-color: #ffffff;
}

.sales-point-title {
    margin-bottom: 16px;
}

.sales-point-title__text {
    font-size: 20px;
    font-weight: 600;
    color: #131619;
    line-height: 1.5em;
}

.sales-point-description {
    width: 100%;
}

.sales-point-description__text {
    font-size: 16px;
    font-weight: 400;
    color: #131619;
    line-height: 1.5em;
}

.sales-points__detail {
    background-color: #56c0ce;
    padding: 40px 0px 0px;
    margin-top: -56px;
}

.sales-points__detail_items {
    margin-top: 30px;
    background-color: #fff;
    display: flex;
    flex-direction: row;
}

.sales-points__detail_spec_image {
    max-width: 400px;
}

.sales-points__detail_landscape_image {
    max-width: 400px;
    margin-left: auto;
}

.sales-points__detail_box {
    padding: 30px;
    line-height: 2.5em;
}

.sales-points__detail_box li {
    padding-left: 10px;
}

.sales-points__detail_box_title {
    font-size: 30px;
    color: #56c0ce;
    line-height: 1.5em;
}

.sales-points__detail_box_sub_title {
    font-size: 18px;
    color: #56c0ce;
    line-height: 1.5em;
    padding: 10px 0px 20px;
}

.sales-points__gellery_title {
    padding: 20px;
    font-size: 30px;
    color: #ffffff;
    line-height: 1.5em;
    text-align: center;
    margin-top: 3rem;
}

.sales-points__button {
    display: flex;
    justify-content: center;
    padding: 40px;
}

.sales-points__button_faq {
    padding: 20px;
    color: #56c0ce;
    background-color: #fff;
    width: 240px;
    text-align: center;
    font-size: 13px;
    border: 1px solid #fff;
}

.sales-points__button_contact {
    padding: 20px;
    color: #56c0ce;
    background-color: #fff;
    width: 320px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #fff;
}

@media screen and (min-width: 641px) {
    .sales-points__button_faq,
    .sales-points__button_contact {
        transition: ease 200ms;
    }
    .sales-points__button_faq:hover,
    .sales-points__button_contact:hover {
        background: #56c0ce;
        color: #fff;
    }
}


/*==================================
Instagram セクション
===================================*/

.insta-section {
    background: #f6f6f6;
    padding: 8rem 0 6rem;
}

.insta-section__ttl,
.insta-section__ttlcaption {
    text-align: center;
}

.insta-section__follow {}

.insta-section__follow__container {
    padding-top: 4rem;
}

#instafeed:not(.slick-initialized) {
    height: 275px;
}

#instafeed {
    padding-top: 5rem;
}

#instafeed a {
    display: block;
    width: 275px;
    height: 275px;
    margin-right: 16px;
    transition: ease 200ms;
}

#instafeed a img {
    width: 100%;
    display: block;
}

#instafeed a:hover {
    opacity: 0.6;
}

@supports (object-fit: cover) {
    #instafeed a img {
        object-fit: cover;
        height: 100%;
    }
}

@media screen and (max-width: 640px) {
    .insta-section {
        padding: 4rem 0;
    }
    #instafeed {
        padding-top: 2rem;
    }
    #instafeed:not(.slick-initialized) {
        height: 50vw;
    }
    #instafeed a {
        width: 40vw;
        height: 40vw;
        margin-right: 2vw;
    }
    .insta-section__follow__container {
        padding-top: 2rem;
    }
}


/*==================================
スライダーのためのcss
===================================*/

.slider {
    width: min(450px, 50vw - 5rem);
    margin-left: 50px;
    /* margin-right: 3rem; */
}
.slider:not(.slick-initialized){
    overflow: hidden;
    opacity: 0;
    align-self: 4/3;
}

.slider img {
    /* width: 30vw; */
    width: min(450px, 50vw - 5rem);
    /*スライダー内の画像を30vwにしてレスポンシブ化*/
    height: auto;
}

@media screen and (max-width: 640px) {
    .slider,
    .slider img {
        width: min(100vw - 6rem, 450px);
    }
    .slider {
        align-self: center;
    }
}

.slider .slick-slide {
    /* transform: scale(0.8); */
    /*左右の画像のサイズを80%に*/
    transition: all .5s;
    /*拡大や透過のアニメーションを0.5秒で行う*/
    /* opacity: 0.5; */
    /*透過50%*/
}

.slider .slick-slide.slick-center {
    transform: scale(1);
    /*中央の画像のサイズだけ等倍に*/
    opacity: 1;
    /*透過なし*/
}


/*矢印の設定*/

/*戻る、次へ矢印の位置*/

.slick-prev,
.slick-next {
    position: absolute;
    /*絶対配置にする*/
    top: calc(50% - 25px - 18px);
    cursor: pointer;
    /*マウスカーソルを指マークに*/
    outline: none;
    z-index: 10;
    opacity: 0.5;
    width: 50px;
    height: 50px;
    border-radius: 100vmax;
}
.slick-prev::after ,
.slick-next::after {
    content: '';
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 15px;
    width: 15px;
    position: absolute;
    top: calc(50% - 8.5px);
    left: calc(50% - 8.5px);
    transform: translate(-2px, 2px);
}

@media (any-hover: hover){
    .slick-prev,
    .slick-next {
        transition: ease 200ms;
    }
    .slick-prev:hover,
    .slick-next:hover {
        opacity: 1;
        background-color: rgba(255,255,255,0.4);
    }
}

.slick-prev {
    /*戻る矢印の位置と形状*/
    left: .5rem;
    transform: rotate(-135deg);
}

.slick-next {
    /*次へ矢印の位置と形状*/
    right: .5rem;
    transform: rotate(45deg);
}


/*ドットナビゲーションの設定*/

.slick-dots {
    text-align: center;
    margin: 20px 0 0 0;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width: 8px;
    /*ドットボタンのサイズ*/
    height: 8px;
    /*ドットボタンのサイズ*/
    display: block;
    border-radius: 50%;
    background: #ccc;
    /*ドットボタンの色*/
}

.slick-dots .slick-active button {
    background: #fff;
    /*ドットボタンの現在地表示の色*/
}

.comming_soon h2 {
    font-size: 36px;
    font-weight: 600;
    color: #ffffff;
}

.comming_soon_map h2 {
    font-size: 36px;
    font-weight: 600;
}

@media screen and (min-width:1024px) {
    .nav-list:hover .nav-list-item {
        opacity: 0.2;
    }
    .nav-list-item {
        transform: scale(1);
        transition: all 0.2s ease-out;
    }
    .nav-list-item:hover {
        transform: scale(1.2);
        transition: all 0.2s ease-out;
        font-weight: bold;
        opacity: 1 !important;
        /* text-shadow: 2px 2px 3px black; */
    }
}

@media screen and (max-width:1024px) {
    .nav-list-item a {
        display: inline-block;
        transform: translate(0, 0);
        transition: all 0.2s ease-out;
    }
    .nav-list-item a:hover {
        transform: translate(-10px, -2px);
        transition: all 0.2s ease-out;
    }
    .fv-title,
    .fv-app,
    .app-promotion-info,
    .app-promotion-design {
        float: none;
    }
    .fv-info {
        width: 100%;
    }
    .fv-app {
        width: 100%;
    }
    .fv-app__img {
        width: 80%;
    }
    .fv-title {
        margin-top: 0px;
    }
    .app-link-list {
        margin-bottom: 32px;
    }
    .topic-section.section {
        padding: 48px 0px 48px;
    }
    .topic-list {
        margin: 0px -4px -8px;
    }
    .topic-list-item {
        width: 50%;
        padding: 0px 4px 8px;
    }
    .topic-list-item__title {
        padding: 16px;
    }
    .topic-list-item__title__text {
        font-size: 12px;
    }
    /* 特集 */
    .unique-point-layout {
        width: 100%;
    }
    .unique-point-layout::after {
        display: block;
        width: 100%;
        content: "";
    }
    .service-info {
        padding-right: 0%;
    }
    .service-movie {
        width: 100%;
        height: 240px;
        padding-left: 0px;
        position: static;
        right: auto;
        top: auto;
        bottom: auto;
    }
    .play-button {
        width: 64px;
        height: 64px;
        margin-top: -32px;
        margin-left: -32px;
        padding: 0px 0px 0px 2px;
        border-radius: 32px;
    }
    .play-button__icon {
        width: 24px;
        height: 24px;
        margin: 20px auto;
    }
    .unique-point-item {
        padding: 32px 0px;
    }
    .unique-point-list-item__info-wrapper {
        margin-left: -80px;
    }
    .unique-point-list-item__thumbnail {
        width: 80px;
    }
    .unique-point-list-item__info {
        margin-left: 80px;
        padding-left: 16px;
    }
    .unique-point-list-item__title__text {
        font-size: 16px;
    }
    .unique-point-list-item__description {
        font-size: 12px;
    }
    .security-list-item {
        width: 100%;
        margin-top: 16px;
    }
    .security-list-item:first-child {
        margin-top: 0px;
    }
    .security-list-item__thumbnail__img {
        width: 60%;
        margin: 0px auto;
    }
    .security-list-item__title__text {
        font-size: 16px;
    }
    .security-list-item__description__text {
        font-size: 12px;
    }
    .howto-list-item {
        width: 100%;
    }
    .howto-list-item__description__text {
        font-size: 12px;
    }
    .faq-list-item {
        width: 100%;
    }
    .faq-list-item__title {
        margin-bottom: 8px;
    }
    .faq-list-item__title__text {
        font-size: 16px;
    }
    .faq-list-item__description__text {
        font-size: 12px;
    }
    .app-promotion-info {
        width: 100%;
    }
    /* app-promotion */
    .app-promotion-section {
        /* margin: 48px 0px; */
        padding-top: 48px;
    }
    .app-promotion-design {
        width: 100%;
    }
    .app-promotion-title {
        margin-top: 0px;
        margin-bottom: 32px;
    }
    .app-promotion-title__text {
        font-size: 28px;
        text-align: center;
    }
    .app-promotion-design__img {
        width: 100%;
    }
    .app-promotion-info .app-link-list {
        justify-content: center;
    }
    /* contact-form */
    .contact-form {
        padding: 24px 16px;
    }
    .modal-inner {
        padding: 16px;
    }
    .modal-content {
        width: 100%;
        height: 480px;
        margin: -240px auto 0px;
        top: 50%;
    }
    .modal-title__text {
        font-size: 24px;
    }
    .modal-scroll-inner {
        padding: 48px 24px;
    }
    .step-list-item {
        padding: 32px 0px;
    }
    .step-thumbnail {
        width: 100%;
        float: none;
        margin-bottom: 24px;
    }
    .step-info {
        margin-left: 0px;
        float: none;
    }
    .step-info-inner {
        margin-left: 0px;
        padding-top: 0px;
        padding-left: 0px;
    }
    .close-modal-button {
        width: 48px;
        height: 48px;
        margin-left: -24px;
        border-radius: 24px;
        border: 1px solid #dddddd;
        background-color: #ffffff;
        position: absolute;
        bottom: -24px;
        left: 50%;
        z-index: 10;
    }
    .close-modal-button span {
        width: 24px;
        margin-left: -12px;
        background-color: transparent;
        position: relative;
        top: 50%;
        left: 50%;
    }
    .close-modal-button span::before,
    .close-modal-button span::after {
        display: block;
        width: 24px;
        height: 1px;
        content: "";
        background-color: #131619;
        position: absolute;
        top: 0px;
        left: 0px;
    }
    .close-modal-button span::before {
        transform: rotate(45deg);
    }
    .close-modal-button span::after {
        transform: rotate(-45deg);
    }
    .step-thumbnail {
        width: 80%;
        margin: 0px auto 24px;
    }
    .caption-row {
        margin-bottom: 24px;
    }
    .caption-list-item {
        width: 50%;
        min-height: 200px;
    }
    .sales-title__text {
        font-size: 24px;
    }
}

@media screen and (max-width:1024px) {
    .fv-title,
    .fv-app,
    .app-promotion-info,
    .app-promotion-design {
        float: none;
    }
    .fv-info {
        width: 100%;
    }
    .fv-app {
        width: 100%;
    }
    .fv-app__img {
        width: 80%;
    }
    .fv-title {
        margin-top: 0px;
    }
    /* .app-link-list {
        margin-bottom: 32px;
    } */
    .topic-section.section {
        padding: 48px 0px 48px;
    }
    .topic-list {
        margin: 0px -4px -8px;
    }
    .topic-list-item {
        width: 50%;
        padding: 0px 4px 8px;
    }
    .topic-list-item__title {
        padding: 16px;
    }
    .topic-list-item__title__text {
        font-size: 12px;
    }
    /* 特集 */
    .unique-point-layout {
        width: 100%;
    }
    .unique-point-layout::after {
        display: block;
        width: 100%;
        content: "";
    }
    .service-info {
        padding-right: 0%;
    }
    .service-movie {
        width: 100%;
        aspect-ratio: 854/480;
        height: auto;
        margin-top: 2rem;
        /* height: 240px; */
        padding-left: 0px;
        position: relative;
        right: auto;
        top: auto;
        bottom: auto;
    }
    .play-button {
        width: 64px;
        height: 64px;
        margin-top: -32px;
        margin-left: -32px;
        padding: 0px 0px 0px 2px;
        border-radius: 32px;
    }
    .play-button__icon {
        width: 24px;
        height: 24px;
        margin: 20px auto;
    }
    .unique-point-item {
        padding: 32px 0px;
    }
    .unique-point-list-item__info-wrapper {
        margin-left: -80px;
    }
    .unique-point-list-item__thumbnail {
        width: 80px;
    }
    .unique-point-list-item__info {
        margin-left: 80px;
        padding-left: 16px;
    }
    .unique-point-list-item__title__text {
        font-size: 16px;
    }
    .unique-point-list-item__description {
        font-size: 12px;
    }
    .security-list-item {
        width: 100%;
        margin-top: 16px;
    }
    .security-list-item:first-child {
        margin-top: 0px;
    }
    .security-list-item__thumbnail__img {
        width: 60%;
        margin: 0px auto;
    }
    .security-list-item__title__text {
        font-size: 16px;
    }
    .security-list-item__description__text {
        font-size: 12px;
    }
    .howto-list-item {
        width: 100%;
    }
    .howto-list-item__description__text {
        font-size: 12px;
    }
    .faq-list-item {
        width: 100%;
    }
    .faq-list-item__title {
        margin-bottom: 8px;
    }
    .faq-list-item__title__text {
        font-size: 16px;
    }
    .faq-list-item__description__text {
        font-size: 12px;
    }
    .app-promotion-info {
        width: 100%;
    }
    /* app-promotion */
    .app-promotion-section {
        /* margin: 48px 0px; */
        padding-top: 48px;
    }
    .app-promotion-design {
        width: 100%;
    }
    .app-promotion-title {
        margin-top: 0px;
        margin-bottom: 32px;
    }
    .app-promotion-title__text {
        font-size: 28px;
        text-align: center;
    }
    .app-promotion-design__img {
        width: 100%;
    }
    /* contact-form */
    .contact-form {
        padding: 24px 16px;
    }
    .modal-inner {
        padding: 16px;
    }
    .modal-content {
        width: 100%;
        height: 480px;
        margin: -240px auto 0px;
        top: 50%;
    }
    .modal-title__text {
        font-size: 24px;
    }
    .modal-scroll-inner {
        padding: 48px 24px;
    }
    .step-list-item {
        padding: 32px 0px;
    }
    .step-thumbnail {
        width: 100%;
        float: none;
        margin-bottom: 24px;
    }
    .step-info {
        margin-left: 0px;
        float: none;
    }
    .step-info-inner {
        margin-left: 0px;
        padding-top: 0px;
        padding-left: 0px;
    }
    .close-modal-button {
        width: 48px;
        height: 48px;
        margin-left: -24px;
        border-radius: 24px;
        border: 1px solid #dddddd;
        background-color: #ffffff;
        position: absolute;
        bottom: -24px;
        left: 50%;
        z-index: 10;
    }
    .close-modal-button span {
        width: 24px;
        margin-left: -12px;
        background-color: transparent;
        position: relative;
        top: 50%;
        left: 50%;
    }
    .close-modal-button span::before,
    .close-modal-button span::after {
        display: block;
        width: 24px;
        height: 1px;
        content: "";
        background-color: #131619;
        position: absolute;
        top: 0px;
        left: 0px;
    }
    .close-modal-button span::before {
        transform: rotate(45deg);
    }
    .close-modal-button span::after {
        transform: rotate(-45deg);
    }
    .step-thumbnail {
        width: 80%;
        margin: 0px auto 24px;
    }
    .caption-row {
        margin-bottom: 24px;
    }
    .caption-list-item {
        width: 50%;
        min-height: 200px;
    }
    .sales-title__text {
        font-size: 24px;
    }
}

@media screen and (max-width:481px) {
    .fv-info {
        margin-bottom: 32px;
    }
    .fv-app {
        margin: 0 auto;
        width: 80%;
    }
    .fv-app__img {
        width: 100%;
    }
    .fv-title__text {
        font-size: 28px;
        text-align: center
    }
    .app-links {
        text-align: center
    }
    .app-link-list {
        margin: 0px auto;
        justify-content: center;
    }
    .app-links-label__text {
        font-size: 16px;
        text-align: center
    }
    .app-promotion-info {
        margin-bottom: 32px;
    }
    .plan-price__text {
        font-size: 20px;
        line-height: 32px;
    }
    .plan-label__text {
        font-size: 16px;
    }
    .plan-description__text {
        font-size: 12px;
    }
    .plan--info-list-item {
        font-size: 12px;
    }
    .service-movie-center {
        position: relative;
        width: 100%;
    }
    .sales-points__main {
        background-color: #56c0ce;
        padding: 48px 0px 80px;
    }
    .section.sales-section {
        margin-top: 48px;
        padding: 0px 0px 0px;
    }
    .sales-content {
        width: 100%;
        float: none;
        padding-right: 0px;
    }
    .sales-movie {
        width: 100%;
        float: none;
        margin-bottom: 32px;
    }
    .sales-point-list {
        margin: 0px -4px;
    }
    .sales-point-list-item {
        width: 50%;
        margin-bottom: 8px;
        padding: 0px 4px;
    }
    .sales-point-title__text {
        font-size: 16px;
    }
    .sales-point-list-item-content {
        padding: 16px;
    }
    .modal-scroll-inner {
        padding: 48px 16px;
    }
    .plan-list-item {
        padding: 32px 0px;
    }
    .plan-price__img {
        display: block;
        float: left;
        width: 32px;
        height: 32px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .sales-points__detail_items {
        flex-direction: column;
    }
    .sales-points__detail_spec_image {
        max-width: 100%;
    }
    .sales-points__detail_landscape_image {
        max-width: 100%;
        margin-left: auto;
    }
    /*****************
     * フォントサイズ調整
     *****************/
    .section-title__text,
    .sub-section__title__text,
    .sales-points__detail_box_title,
    .sales-points__gellery_title {
        font-size: 7vw;
    }
    .button-1 {
        font-size: 14px;
        /* font-size: 16px; */
    }
    .topic-list-item__title,
    .topic-list-item__title__text,
    .unique-point-list-item__description__text,
    .security-list-item__description__text,
    .howto-list-item__description__text,
    .faq-list-item__description__text,
    .sales-point-description__text {
        font-size: 14px;
    }
    .sales-points__detail_box {
        padding: 30px 15px;
    }
    .sales-points__detail_box li {
        padding: 0 0 0 1em;
        text-indent: -1em;
        line-height: 1.4;
        font-size: 14px;
    }
    .sales-points__detail_box li:not(:last-child) {
        margin-bottom: 0.5em;
    }
    .sales-points__button_faq {
        font-size: 14px;
        width: 260px;
    }
    .sales-points__button {
        padding: 40px 0;
    }
    .sales-points__button_contact {
        font-weight: bold;
    }
    .sales-action a {
        max-width: unset;
    }
    .sales-title {
        margin: 1.5em 0 2em;
    }
    /*****************
     * スライダー調整
     *****************/
    .slider {
        overflow: hidden;
        width: 100vw;
        margin-left: calc((100% - 100vw) * .5);
        margin-right: calc((100% - 100vw) * .5);
    }
    .slider img {
        width: 70vw;
        transition: filter 400ms, transform ease 400ms;
        filter: opacity(0.5);
        transform: scale(0.8);
    }
    .slider .slick-center img {
        filter: opacity(1);
        transform: scale(1);
    }
    .slick-prev {
        left: 8px;
        opacity: 1;
    }
    .slick-next {
        right: 8px;
        opacity: 1;
    }
}


/** シェアロのある風景セクション **/

.top-scene {}

.top-scene__body {
    display: flex;
    justify-content: space-between;
}

.top-scene__list {
    width: 50%;
}

.top-scene__list__item {
    display: block;
    padding: 24px 0px;
    border-bottom: 1px solid #56c0ce;
}

.top-scene__list__item .ttl {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.5em;
    color: #131619;
    margin-bottom: 0.2em;
}

.top-scene__list__item .summary {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5em;
    color: #131619;
}

.top-scene__list__item:first-child {
    border-top: 1px solid #56c0ce;
}

.top-scene__list__item {
    display: flex;
    align-items: flex-start;
}

.top-scene__list__item img {
    width: 120px;
    margin-right: 24px;
    flex-shrink: 0;
    transition: ease 200ms;
    will-change: opacity;
}

@supports ( object-fit: cover) and ( aspect-ratio: 1/1) {
    .top-scene__list__item img {
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }
}

.top-scene__list__item .txt {
    width: calc( 100% - 120px - 24px);
}

.top-scene__list__item .btn {
    margin: 1em 0 0 auto;
}

.top-scene__list__item a:hover img,
.top-scene__list__item a:focus img {
    opacity: 0.75;
}

.top-scene__list__item a:hover .ttl,
.top-scene__list__item a:focus .ttl {
    text-decoration: underline;
}

.top-scene__mov {
    width: calc( 50% - 50px);
}

.top-scene__mov video {
    width: 100%;
}

@media screen and (max-width: 640px) {
    .top-scene__body {
        display: block;
    }
    .top-scene__list {
        margin-bottom: 2rem;
    }
    .top-scene__list,
    .top-scene__mov {
        width: 100%;
        font-size: 0.8em;
    }
    .top-scene__list__item img {
        width: 80px;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        margin-right: 1em;
    }
    .top-scene__list__item .txt {
        width: calc( 100% - 80px - 1em);
    }
    .top-scene__list__item .ttl {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .top-scene__list__item .summary {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 14px;
    }
}


/** 特集セクション **/

.top-feature {
    background: #f6f6f6;
}

.top-feature a {
    display: block;
}

.top-feature a img {
    display: block;
    max-width: 100%;
}

.top-feature__list {
    /* display: flex;
    flex-wrap: wrap; */
}

.top-feature__list__item {
    margin-bottom: 2rem;
    display: flex;
    background: #fff;
}

.top-feature__list__item .thumb {
    width: 30rem;
    flex-shrink: 0;
    overflow: hidden;
    max-width: 50%;
}

.top-feature__list__item .thumb img {
    transition: ease 200ms;
    will-change: opacity, transform;
}

.top-feature__list__item .thumb:hover img {
    opacity: 0.7;
    transform: scale(1.05);
}

.top-feature__list__item .desc {
    padding: 1rem;
    line-height: 1.6;
    font-size: .875rem;
    display: flex;
    flex-direction: column;
}

.top-feature__list__item .desc .ttl {
    font-size: 1.125rem;
    margin-bottom: 1em;
}

.top-feature__list__item .desc .ttl a {
    color: #56c0ce;
}

.top-feature__list__item .desc .ttl a:hover {
    text-decoration: underline;
    opacity: 0.7;
}

.top-feature__list__item .desc .excerpt {
    margin-bottom: 1em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.top-feature__list__item .desc .btn {
    margin: auto 0 0;
    align-self: flex-end;
}

@media screen and (max-width: 640px) {
    .top-feature__list__item {
        display: block;
    }
    .top-feature__list__item .thumb {
        width: 100%;
        max-width: 100%;
    }
}