.panel__item {
    position: relative
}

.panel__item a {
    display: block;
    color: #212121
}

@media only screen and (max-width:767px) {
    .panel__item a {
        border-radius: 5px;
        padding: .13333vw 2.66667vw 2.66667vw 2.66667vw
    }
}

.panel__item a:hover .panel__thumb::before {
    top: 5px;
    right: -5px
}

.panel__item a:hover .panel__text {
    color: #f26d00
}

@media only screen and (max-width:767px) {
    .panel__item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.panel__item_new::before {
    content: "";
    position: absolute;
    width: 66px;
    height: 35px;
    background: url(/assets/img/common/icon-new-small.svg) no-repeat center top;
    background-size: 100% 100%;
    top: 20px;
    left: -5px;
    z-index: 10
}

@media only screen and (max-width:767px) {
    .panel__item_new::before {
        width: 14.66667vw;
        height: 7.33333vw;
        background: url(/assets/img/common/icon-new_sp.svg) no-repeat center top;
        background-size: 100% 100%;
        top: 4vw;
        left: 2vw;
        z-index: 10
    }
}

.panel__thumb {
    position: relative
}

.panel__thumb img {
    width: 100%;
    position: relative;
    z-index: 5
}

@media only screen and (max-width:767px) {
    .panel__thumb img {
        width: 100%;
        height: auto
    }
}

.panel__thumb::before {
    content: "";
    position: absolute;
    width: 98%;
    height: 100%;
    top: 0;
    right: 4px;
    background: #f26d00;
    z-index: 1;
    border-radius: 6px;
    -webkit-transition: top .25s, right .25s;
    transition: top .25s, right .25s
}

@media only screen and (max-width:767px) {
    .panel__thumb::before {
        content: none
    }
}

.panel__thumb-img {
    overflow: hidden;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 160px
}

@media only screen and (max-width:767px) {
    .panel__thumb-img {
        width: 28vw;
        height: 22vw;
        margin-top: 2.53333vw;
        border-radius: .66667vw
    }
}

.panel__thumb-img.img_wide {
    position: relative;
    z-index: 5
}

@media only screen and (min-width:768px) {
    .panel__thumb-img.img_wide img {
        width: auto;
        height: 100%;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@media only screen and (max-width:767px) {
    .panel__thumb-img.img_wide img {
        width: auto;
        height: 100%
    }
}

@media only screen and (max-width:767px) {
    .panel__detail {
        width: 53.33333vw
    }
}

.panel__item-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 7px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width:767px) {
    .panel__item-head {
        margin-top: 0
    }
}

.panel__category {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.83333;
    border-radius: 11px;
    padding: 2px 10px 0;
    margin-right: 20px;
    margin-top: 10px;
    text-align: center
}

@media only screen and (max-width:767px) {
    .panel__category {
        font-size: 2.93333vw;
        line-height: 1.18182;
        padding: 1.2vw 2.66667vw 1.06667vw;
        border-radius: 20px;
        margin-right: 2.66667vw;
        margin-top: 2.53333vw
    }
}

.panel__category_gourmet {
    background: #1cb7ff
}

.panel__category_along {
    background: #ed5d00
}

.panel__category_event {
    background: #fcc100
}

.panel__category_hiking {
    background: #5cbb28
}

.panel__station {
    font-size: 1.2rem;
    line-height: 1.66667;
    position: relative;
    padding-left: 17px;
    -webkit-transition: color .25s;
    transition: color .25s;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

@media only screen and (max-width:767px) {
    .panel__station {
        font-size: 2.93333vw;
        line-height: 1.18182;
        padding-left: 4.66667vw;
        margin-top: 2.53333vw
    }
}

.panel__station::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 16px;
    margin-top: -8px;
    background: url(/assets/img/common/icon-train.svg) no-repeat center top;
    background-size: 100% 100%
}

@media only screen and (max-width:767px) {
    .panel__station::before {
        width: 2.66667vw;
        height: 4.26667vw;
        margin-top: -2.13333vw
    }
}

.panel__text {
    margin-top: 10px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.73333;
    -webkit-transition: color .25s;
    transition: color .25s
}

@media only screen and (max-width:767px) {
    .panel__text {
        margin-top: 2vw;
        font-size: 4vw;
        line-height: 1.53333
    }
}

@media only screen and (max-width:767px) {
    .panel__item-foot {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.panel__day {
    font-family: Lato, sans-serif;
    margin-top: 13px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: .1em;
    word-break: break-all
}

@media only screen and (max-width:767px) {
    .panel__day {
        margin-top: 0;
        font-size: 2.93333vw
    }
}

.panel__heart {
    position: absolute;
    background-color: rgba(255, 255, 255, .8);
    top: 125px;
    right: 20px;
    border-radius: 3px;
    z-index: 10
}

@media only screen and (max-width:767px) {
    .panel__heart {
        position: static
    }
}

.panel__heart span {
    font-family: Lato, sans-serif;
    display: block;
    font-size: 1.1rem;
    font-weight: 900;
    letter-spacing: .1em;
    padding: 4px 8px 4px 23px;
    position: relative;
    line-height: 1.1
}

@media only screen and (max-width:767px) {
    .panel__heart span {
        font-size: 2.93333vw;
        background: url(/assets/img/common/fukidashi_gray.svg) no-repeat center top;
        background-size: 100% 100%;
        padding: 1.33333vw 4vw 1.33333vw 2vw;
        margin-right: 5.06667vw
    }
}

.panel__heart span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 8px;
    width: 10px;
    height: 9px;
    margin-top: -4px;
    background: url(/assets/img/common/icon-favorite.svg) no-repeat center top;
    background-size: 100% 100%
}

@media only screen and (max-width:767px) {
    .panel__heart span::before {
        left: auto;
        right: -4.66667vw;
        width: 3.73333vw;
        height: 3.46667vw;
        margin-top: -1.6vw
    }
}

.panel__course {
    position: relative;
    margin-bottom: 11px;
    padding-left: 21px;
    font-size: 1.2rem
}

@media only screen and (max-width:767px) {
    .panel__course {
        margin: 1.06667vw 0 0;
        padding-left: 6.26667vw;
        font-size: 2.93333vw;
        line-height: 1.81818
    }
}

.panel__course:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 11px;
    height: 14px;
    margin-top: -7px;
    background: url(/assets/img/common/foot.svg) no-repeat center top;
    background-size: 100% 100%
}

@media only screen and (max-width:767px) {
    .panel__course:before {
        width: 3.6vw;
        height: 4.53333vw;
        margin-top: -2.26667vw
    }
}

.panel__hold {
    display: inline-block;
    background: #fff5e2;
    font-size: 1.2rem;
    vertical-align: middle;
    width: 52px;
    padding: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 11px;
    border-radius: 3px
}

@media only screen and (max-width:767px) {
    .panel__hold {
        width: 12.66667vw;
        padding: 1.06667vw;
        font-size: 2.93333vw;
        margin: 0 2vw 0 0
    }
}

.panel__hold.panel__hold_finish {
    background: #eaeaea
}

.favorite__pc {
    position: relative
}

@media only screen and (max-width:767px) {
    .favorite__pc {
        display: none
    }
}

.favorite__pc .btn__fav {
    position: relative;
    margin-left: auto;
    display: block;
    width: 165px;
    background-image: url(/assets/img/common/bg_fav_text.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 18px 0 15px 26px
}

.favorite__pc .check {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 16px;
    background: url(/assets/img/common/icon-favorite_inactive.svg) no-repeat center top;
    background-size: 100% 100%;
    margin-top: -4px
}

.favorite__pc input[type=checkbox] {
    display: none;
    opacity: 0;
    visibility: hidden
}

.favorite__pc input[type=checkbox]:checked+.check {
    background: url(/assets/img/common/icon-favorite.svg) no-repeat center top;
    background-size: 100% 100%
}

.favorite__pc .favorite__text {
    font-size: 1.6rem;
    font-weight: 700;
    margin-left: 4px
}

.favorite__pc:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-image: url(/assets/img/common/bg_fav.png);
    background-size: 100%
}

@media only screen and (max-width:767px) {
    .event__course-slider {
        position: relative
    }

    .favorite__sp {
        position: absolute;
        z-index: 100;
        right: 4vw
    }

    .favorite__sp .btn__fav {
        position: relative;
        margin-left: auto;
        display: block;
        width: 13.33333vw;
        height: 13.33333vw;
        border-radius: 100%;
        background-color: #fff3df;
        background-repeat: no-repeat;
        background-size: 100%;
        padding: 10px 0;
        cursor: pointer
    }

    .favorite__sp .check {
        width: 5.73333vw;
        height: 4.8vw;
        background: url(/assets/img/common/icon-favorite_inactive.svg) no-repeat center top;
        background-size: 100% 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .favorite__sp input[type=checkbox] {
        opacity: 0;
        visibility: hidden
    }

    .favorite__sp input[type=checkbox]:checked+.check {
        background: url(/assets/img/common/icon-favorite.svg) no-repeat center top;
        background-size: 100% 100%
    }
}

.course__list-other {
    margin-top: 60px
}

@media only screen and (max-width:767px) {
    .course__list-other {
        margin-top: 8vw
    }
}

.course__list:after {
    content: "";
    display: block;
    width: 230px
}

.course__list-moretitle {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    margin: 80px 0 35px
}

@media only screen and (max-width:767px) {
    .course__list-moretitle {
        font-size: 3.73333vw;
        line-height: 6.66667vw;
        margin: 12vw 0 3.33333vw
    }

    .course__list-moretitle span {
        font-size: 5.33333vw
    }
}

.panel__list--discovery {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.panel__list--discovery .panel__item {
    width: 230px
}

.panel__list--discovery .panel__item:nth-child(n+4) {
    display: none
}

.panel__list--discovery .panel__item-head {
    margin-top: 14px
}

.panel__list--discovery .panel__text {
    margin-top: 4px
}

@media only screen and (max-width:767px) {
    .panel__list--discovery {
        display: block;
        border: 2px solid #eaeaea;
        border-radius: 5px;
        background-color: #f9f9f9;
        padding: 6.66667vw 5.06667vw
    }

    .panel__list--discovery .panel__item {
        width: 100%
    }

    .panel__list--discovery .panel__item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        background: 0 0;
        padding: 0
    }

    .panel__list--discovery .panel__item .panel__thumb {
        margin-bottom: 0;
        width: 32vw;
        margin-top: 0
    }

    .panel__list--discovery .panel__item .panel__thumb-img {
        width: 32vw;
        height: 22.66667vw;
        margin-top: 0
    }

    .panel__list--discovery .panel__item .panel__detail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 42vw;
        margin-top: 2.66667vw
    }

    .panel__list--discovery .panel__item .panel__detail .panel__item-head {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: -1.33333vw
    }

    .panel__list--discovery .panel__item .panel__detail .panel__text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 0
    }

    .panel__list--discovery .panel__item:nth-of-type(1n+2) {
        margin-top: 2.66667vw
    }
}

.panel__list--discovery::before {
    content: "";
    top: -72px;
    right: 30px;
    position: absolute;
    width: 93px;
    height: 72px;
    background-image: url(/assets/img/hiking/icon-discovery.png);
    background-repeat: no-repeat;
    background-size: 100%
}

@media only screen and (max-width:767px) {
    .panel__list--discovery::before {
        top: -18vw;
        left: 2vw;
        width: 14.53333vw;
        height: 12.4vw;
        background-image: url(/assets/img/hiking/icon-discovery_hukidasi_sp.png)
    }
}

@media only screen and (max-width:767px) {
    .panel__list--discovery::after {
        content: "";
        top: -11vw;
        right: 9vw;
        position: absolute;
        width: 7.86667vw;
        height: 17.33333vw;
        background-image: url(/assets/img/hiking/icon-discovery_sp.png);
        background-repeat: no-repeat;
        background-size: 100%;
        z-index: -1
    }
}

@media only screen and (max-width:767px) {
    .aside-feature {
        margin-top: 4.66667vw
    }
}

@media only screen and (max-width:767px) {
    .topic__course-slider {
        position: relative
    }

    .favorite__sp {
        bottom: -4vw
    }
}

.topic__title {
    margin-top: 80px
}

@media only screen and (max-width:767px) {
    .topic__title {
        margin-top: 5.33333vw;
        margin-left: 1.06667vw
    }
}

@media only screen and (min-width:768px) {
    .topic__title .topic__sub {
        width: 33px
    }
}

@media only screen and (max-width:767px) {
    .topic__title .topic__sub {
        width: 68.26667vw
    }
}

.topic .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media only screen and (max-width:767px) {
    .topic .inner {
        display: block
    }
}

.topic .topic__list-outer {
    width: 750px
}

@media only screen and (max-width:767px) {
    .topic .topic__list-outer {
        width: 100%
    }
}

.topic .topic__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.keyword-icon_gourmet {
    width: 88px;
    background-color: #1cb7ff
}

@media only screen and (max-width:767px) {
    .keyword-icon_gourmet {
        width: 18.66667vw
    }
}

.keyword-icon_topic {
    background-color: #ed5d00;
    width: 120px
}

@media only screen and (max-width:767px) {
    .keyword-icon_topic {
        width: 26.66667vw
    }
}

.topic__keyword {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px
}

@media only screen and (max-width:767px) {
    .topic__keyword {
        margin-top: 6.66667vw;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media only screen and (max-width:767px) {
    .topic__keyword .topic__keyword-sp__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .topic__keyword .topic__keyword-sp__title .topic__keyword-icon {
        margin-left: 8vw;
        font-size: 2.93333vw
    }

    .topic__keyword .topic__keyword-sp__title .topic__keyword-station {
        line-height: 1.5;
        margin: 2vw 2.66667vw 2vw 8vw
    }

    .topic__keyword .topic__keyword-sp__title .topic__keyword-station a {
        color: #1cb7ff
    }
}

.topic__keyword .topic__keyword-that {
    font-size: 1.4rem;
    color: #fff;
    font-weight: 700;
    padding: 7px 6px 6px;
    border-radius: 50px;
    text-align: center
}

.topic__keyword .topic__keyword-that a {
    color: #fff
}

@media only screen and (max-width:767px) {
    .topic__keyword .topic__keyword-that {
        font-size: 2.93333vw;
        padding: 1.33333vw 2.66667vw
    }
}

.topic__keyword .topic__keyword-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 50px
}

.topic__keyword .topic__keyword-list a {
    color: #212121
}

@media only screen and (max-width:767px) {
    .topic__keyword .topic__keyword-list {
        margin: 1.33333vw 0 2vw;
        margin-left: 4vw
    }
}

.topic__keyword .topic__keyword-list .topic__keyword-icon {
    margin-right: 43px;
    font-size: 1.5rem
}

@media only screen and (max-width:767px) {
    .topic__keyword .topic__keyword-list .topic__keyword-icon {
        font-size: 2.93333vw;
        margin-right: 10.13333vw
    }
}

.topic__keyword .topic__keyword-list .topic__keyword-icon:nth-of-type(1n+2) {
    margin-right: 65px
}

@media only screen and (max-width:767px) {
    .topic__keyword .topic__keyword-list .topic__keyword-icon:nth-of-type(1n+2) {
        margin-right: 10.13333vw
    }
}

.topic__keyword .topic__keyword-list .topic__keyword-icon:last-of-type {
    margin-right: 0
}

.topic__keyword .topic__keyword-list .topic__keyword-station {
    max-width: 330px;
    line-height: 1.46667
}

.topic__keyword .topic__keyword-list .topic__keyword-station a {
    color: #1cb7ff
}

.topic__keyword .topic__keyword-list .topic__keyword-station a:hover {
    text-decoration: underline
}

@media only screen and (max-width:767px) {
    .topic__keyword .topic__keyword-list .topic__keyword-day:before {
        content: "";
        position: absolute;
        left: -3vw;
        top: 50%;
        height: 3.46667vw;
        width: 2px;
        background-color: #ddd;
        opacity: .5
    }
}

.topic__keyword .topic__keyword-list .topic__keyword--font-lato {
    font-family: Lato, sans-serif;
    font-weight: 700;
    letter-spacing: .1rem
}

@media only screen and (max-width:767px) {
    .topic__keyword .topic__keyword-list li {
        font-family: Lato, sans-serif;
        font-weight: 700
    }
}

.topic__keyword .topic__keyword-list li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    width: 2px;
    height: 12px;
    margin-top: -6px;
    background-color: #ddd;
    opacity: .5
}

@media only screen and (max-width:767px) {
    .topic__keyword .topic__keyword-list li:after {
        right: -3.4vw;
        height: 3.46667vw;
        margin-top: -1.73333vw
    }
}

.topic__keyword .topic__keyword-list li:last-of-type:after {
    content: none
}

.topic__keyword .topic__keyword-icon {
    position: relative
}

.topic__keyword .topic__keyword-icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -25px;
    width: 16px;
    height: 20px;
    margin-top: -10px
}

@media only screen and (max-width:767px) {
    .topic__keyword .topic__keyword-icon:before {
        width: 2.93333vw;
        height: 4.8vw;
        margin-top: 0;
        left: -5vw;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.topic__keyword .topic__keyword-station:before {
    background: url(/assets/img/common/icon-train.svg) no-repeat center top;
    background-size: 100% 100%
}

.topic__keyword .topic__keyword-course:before {
    background: url(/assets/img/common/foot.svg) no-repeat center top;
    background-size: 100% 100%
}

.topic__keyword .topic__keyword-distance:before {
    background: url(/assets/img/common/icon-distance.svg) no-repeat center top;
    background-size: 100% 100%
}

.topic__keyword .topic__keyword-heart:before {
    width: 15px;
    height: 13px;
    margin-top: -6px;
    background: url(/assets/img/common/icon-favorite.svg) no-repeat center top;
    background-size: 100% 100%
}

@media only screen and (max-width:767px) {
    .topic__keyword .topic__keyword-heart:before {
        margin-top: 0;
        width: 3.33333vw;
        height: 3.33333vw
    }
}

.topic__id-box {
    margin-top: 30px;
    padding-left: 40px;
    position: relative;
    min-height: 15px
}

@media only screen and (max-width:767px) {
    .topic__id-box {
        margin-top: 5.33333vw;
        padding-left: 7vw;
        min-height: 4vw
    }
}

.topic__id-box a {
    line-height: 1.46667;
    color: #1cb7ff;
    font-size: 1.5rem
}

.topic__id-box a:hover {
    text-decoration: underline
}

@media only screen and (max-width:767px) {
    .topic__id-box a {
        font-size: 2.93333vw;
        line-height: 1.5
    }
}

.topic__id-box:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 3px;
    width: 23px;
    height: 24px;
    background-image: url(/assets/img/common/icon-spotid.svg);
    background-repeat: no-repeat;
    background-size: 100%
}

@media only screen and (max-width:767px) {
    .topic__id-box:before {
        top: 0;
        width: 4vw;
        height: 4vw
    }
}

.snsbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 39px
}

@media only screen and (max-width:767px) {
    .snsbox {
        margin-top: 5.33333vw
    }
}

.snsbox p {
    width: calc(100% / 3)
}

@media only screen and (max-width:767px) {
    .snsbox p {
        width: 25%
    }
}

.snsbox a {
    display: block;
    width: 100%;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.snsbox a:hover {
    opacity: .8
}

.snsbox img {
    width: 100%
}

@media only screen and (max-width:767px) {
    .caption {
        text-align: right;
        margin-top: 4vw
    }

    .caption a {
        color: #1cb7ff;
        font-size: 3.2vw;
        font-weight: 700
    }
}

.course-map__normal {
    margin-top: 63px
}

@media only screen and (max-width:767px) {
    .course-map__normal {
        margin-top: 8vw
    }
}

.course-map__normal .link__banner {
    position: relative
}

@media only screen and (max-width:767px) {
    .course-map__normal .link__banner a {
        padding-bottom: 0
    }
}

.course-map__normal .snsbox-min {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 19px;
    bottom: 20px;
    position: absolute;
    width: 460px
}

@media only screen and (max-width:767px) {
    .course-map__normal .snsbox-min {
        width: 100%;
        right: 0;
        bottom: 0;
        position: relative;
        padding: 0 2.26667vw 2.66667vw 2.13333vw
    }
}

.course-map__normal .snsbox-min p {
    width: calc(100% / 3)
}

@media only screen and (max-width:767px) {
    .course-map__normal .snsbox-min p {
        width: calc(75.24% / 3)
    }
}

@media only screen and (max-width:767px) {
    .course-map__normal .snsbox-min p:last-child {
        width: 24.76%
    }
}

.course-map__normal .snsbox-min a {
    display: block;
    width: 100%;
    padding: 0
}

.course-map__normal .snsbox-min a:hover {
    opacity: .8
}

.course-map__normal .snsbox-min a:after,
.course-map__normal .snsbox-min a:before {
    content: none
}

.course-map__normal .snsbox-min img {
    width: 100%
}

.topic__course-title {
    font-size: 3.4rem;
    line-height: 4.8rem;
    font-weight: 700;
    margin-top: 38px
}

@media only screen and (max-width:767px) {
    .topic__course-title {
        font-size: 5.6vw;
        margin-top: 5.33333vw;
        line-height: 8vw
    }
}

.topic__course-view-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-height: 521px;
    overflow: hidden;
    border-radius: 5px
}

@media only screen and (max-width:767px) {
    .topic__course-view-img {
        max-height: 62.4vw;
        border-radius: 3px
    }
}

.topic__course-view-img p {
    width: 100%
}

.topic__course-view-img img {
    width: 100%
}

.topic__course-view-description {
    margin-top: 45px
}

@media only screen and (max-width:767px) {
    .topic__course-view-description {
        margin-top: 5.33333vw
    }
}

@media only screen and (max-width:767px) {
    .topic__course-view-sentence {
        width: 100%;
        margin-top: 4.66667vw
    }
}

.topic__course-view-sentence .title {
    font-size: 2rem;
    line-height: 3.2rem;
    font-weight: 700
}

@media only screen and (max-width:767px) {
    .topic__course-view-sentence .title {
        font-size: 4.53333vw;
        line-height: 6.4vw
    }
}

.topic__course-view-sentence .border {
    border-top: 1px dotted #000
}

.topic__course-view-sentence .text {
    font-size: 1.5rem;
    line-height: 2;
    margin-top: 35px
}

@media only screen and (max-width:767px) {
    .topic__course-view-sentence .text {
        font-size: 4vw;
        line-height: 6.66667vw;
        padding-top: 0;
        margin-top: 0
    }
}

.course-map__place {
    margin-top: 60px
}

@media only screen and (max-width:767px) {
    .course-map__place {
        margin-top: 8vw
    }
}

.course-map__place .course-map__place-scope {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 4px solid #f5f5f5;
    border-radius: 5px;
    padding: 29px 24px 28px;
    height: 140px
}

@media only screen and (max-width:767px) {
    .course-map__place .course-map__place-scope {
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
        padding: 4.66667vw 4vw;
        height: auto
    }
}

.course-map__place .course-map__place-scope .figurebox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 240px;
    border-right: 1px solid #eaeaea
}

@media only screen and (max-width:767px) {
    .course-map__place .course-map__place-scope .figurebox {
        width: auto;
        margin-right: 4vw;
        border-right: none
    }
}

.course-map__place .course-map__place-scope .figurebox .figure-thumb {
    border-radius: 4px;
    margin-right: 20px
}

@media only screen and (max-width:767px) {
    .course-map__place .course-map__place-scope .figurebox .figure-thumb {
        width: 16vw;
        margin-right: 0
    }
}

.course-map__place .course-map__place-scope .figurebox .name {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.6rem
}

.course-map__place .course-map__place-scope .figurebox .job {
    margin-top: 10px;
    font-size: 1.3rem
}

.course-map__place .course-map__place-scope:first-of-type {
    margin-top: 36px
}

@media only screen and (max-width:767px) {
    .course-map__place .course-map__place-scope:first-of-type {
        margin-top: 2.66667vw
    }
}

.course-map__place .course-map__place-scope:nth-of-type(1n+2) {
    margin-top: 19px
}

@media only screen and (max-width:767px) {
    .course-map__place .course-map__place-scope:nth-of-type(1n+2) {
        margin-top: 5.33333vw
    }
}

.course-map__place .place__wrap {
    margin-top: -5px;
    margin-left: 30px
}

@media only screen and (max-width:767px) {
    .course-map__place .place__wrap {
        margin-top: 0;
        margin-left: 0
    }
}

.course-map__place .place__wrap .place__keybox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:767px) {
    .course-map__place .place__wrap .place__keybox .name {
        font-size: 3.73333vw;
        font-weight: 700;
        position: relative
    }

    .course-map__place .place__wrap .place__keybox .name:before {
        content: "";
        position: absolute;
        right: -3.4vw;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 3.46667vw;
        width: 2px;
        background-color: #ddd;
        opacity: .5
    }

    .course-map__place .place__wrap .place__keybox .job {
        font-size: 3.2vw;
        font-weight: 700;
        margin-left: 7vw
    }
}

.course-map__place .place__wrap .topic__keyword-station {
    position: relative;
    padding-left: 7.33333vw;
    font-size: 2.93333vw
}

.course-map__place .place__wrap .topic__keyword-station:before {
    content: "";
    width: 2.93333vw;
    height: 4.8vw;
    top: 50%;
    left: 3vw;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/assets/img/common/icon-train.svg) no-repeat center top;
    background-size: 100% 100%
}

.course-map__place .place__text {
    font-size: 1.4rem;
    line-height: 2.6rem;
    width: 420px
}

@media only screen and (max-width:767px) {
    .course-map__place .place__text {
        font-size: 3.33333vw;
        line-height: 5.33333vw;
        margin-top: 2.66667vw;
        width: 100%
    }
}

.course-map__place .place__text a {
    color: #1cb7ff
}

.course-map__place .place__text a:hover {
    text-decoration: underline
}

.course-map__place a:link .figurebox {
    color: #212121;
    -webkit-transition: color .25s;
    transition: color .25s
}

.course-map__place a:visited .figurebox {
    color: #212121;
    -webkit-transition: color .25s;
    transition: color .25s
}

.course-map__place a:hover .figurebox {
    color: #f26d00;
    -webkit-transition: color .25s;
    transition: color .25s
}

.course-map__place a:active .figurebox {
    color: #212121;
    -webkit-transition: color .25s;
    transition: color .25s
}

.course-map__place a:link .place__keybox {
    color: #212121;
    -webkit-transition: color .25s;
    transition: color .25s
}

.course-map__place a:visited .place__keybox {
    color: #212121;
    -webkit-transition: color .25s;
    transition: color .25s
}

.course-map__place a:hover .place__keybox {
    color: #f26d00;
    -webkit-transition: color .25s;
    transition: color .25s
}

.course-map__place a:active .place__keybox {
    color: #212121;
    -webkit-transition: color .25s;
    transition: color .25s
}

.btn__more {
    margin: 40px auto 0
}

@media only screen and (max-width:767px) {
    .btn__more {
        margin: 5.33333vw auto 0
    }
}

.btn__more--bg {
    margin: 29px auto 0
}

@media only screen and (max-width:767px) {
    .btn__more--bg {
        margin: 4.66667vw auto 0
    }
}

.section__column {
    margin-top: 55px
}

@media only screen and (max-width:767px) {
    .section__column {
        margin-top: 9.33333vw
    }
}

.topic__column {
    margin-top: 35px;
    clear: both
}

@media only screen and (max-width:767px) {
    .topic__column {
        margin-top: 4vw
    }
}

.topic__column .column__pict img {
    max-width: 100%;
    border-radius: 5px
}

@media only screen and (max-width:767px) {
    .topic__column .column__pict img {
        border-radius: 3px
    }
}

.topic__column .column__text {
    font-size: 1.5rem;
    line-height: 2;
    margin-top: 34px
}

@media only screen and (max-width:767px) {
    .topic__column .column__text {
        margin-top: 4vw;
        font-size: 4vw;
        line-height: 6.66667vw
    }
}

.topic__column p {
    font-size: 1.5rem;
    line-height: 2
}

@media only screen and (max-width:767px) {
    .topic__column p {
        font-size: 4vw;
        line-height: 6.66667vw
    }
}

.topic__column p img {
    max-width: 100%;
    border-radius: 5px
}

@media only screen and (max-width:767px) {
    .topic__column p img {
        border-radius: 3px
    }
}

.topic__column a {
    color: #1cb7ff;
    line-height: 3rem
}

.topic__column a:hover {
    text-decoration: underline
}

.topic__column .icon-link {
    line-height: 1 !important
}

.topic__column .icon-link:hover {
    text-decoration: none
}

.topic__column_two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width:767px) {
    .topic__column_two {
        display: block
    }
}

.topic__column_two .column__pict {
    width: 360px
}

@media only screen and (max-width:767px) {
    .topic__column_two .column__pict {
        width: 100%
    }

    .topic__column_two .column__pict+.column__pict {
        margin-top: 6.66667vw
    }
}

.topic__column_two .column__pict img {
    width: 100%
}

.topic__column_two .column__pict span {
    color: #999;
    font-size: 1.5rem;
    margin-top: 8px;
    line-height: 1.4;
    display: block
}

@media only screen and (max-width:767px) {
    .topic__column_two .column__pict span {
        font-size: 3.46667vw
    }
}

.topic__column_two .column__text {
    width: 100%
}

.topic__column_wraparound {
    clear: both
}

.topic__column_wraparound p:first-child {
    width: 360px;
    height: 250px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    border-radius: 5px
}

@media only screen and (max-width:767px) {
    .topic__column_wraparound p:first-child {
        width: 100%;
        height: 62.4vw;
        float: none;
        margin-right: 0;
        margin-bottom: 0;
        border-radius: 3px
    }
}

.topic__column_wraparound p:first-child img {
    width: 100%
}

.topic__column_wraparound p:nth-child(2) {
    font-size: 1.5rem;
    line-height: 3rem;
    margin-top: -9px
}

@media only screen and (max-width:767px) {
    .topic__column_wraparound p:nth-child(2) {
        margin-top: 4vw;
        font-size: 4vw;
        line-height: 6.93333vw
    }
}

.topic__column_wraparound .column__pict {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px
}

@media only screen and (max-width:767px) {
    .topic__column_wraparound .column__pict {
        float: none;
        margin-right: 0;
        margin-bottom: 0
    }
}

.topic__column_wraparound .column__pict img {
    border-radius: 5px
}

@media only screen and (max-width:767px) {
    .topic__column_wraparound .column__pict img {
        border-radius: 3px
    }
}

.topic__column_wraparound .column__text {
    font-size: 1.5rem;
    line-height: 3rem;
    margin-top: -9px
}

@media only screen and (max-width:767px) {
    .topic__column_wraparound .column__text {
        margin-top: 4vw;
        font-size: 4vw;
        line-height: 6.93333vw
    }
}

.topic__column_wraparound::after {
    content: "";
    clear: both;
    display: block
}

.topic__def {
    margin-top: 63px;
    padding: 30px 36px 38px;
    border: 4px solid #f5f5f5;
    border-radius: 5px
}

@media only screen and (max-width:767px) {
    .topic__def {
        margin-top: 6.66667vw;
        padding: 5.33333vw 4vw 4vw;
        border-width: 3px
    }
}

.topic__def .def__titlebox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.topic__def .def__title {
    font-size: 2.2rem;
    font-weight: 700;
    padding-left: 20px
}

@media only screen and (max-width:767px) {
    .topic__def .def__title {
        font-size: 4.8vw;
        padding-left: 4vw
    }
}

.topic__def .def__btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media only screen and (max-width:767px) {
    .topic__def .def__see {
        background-color: #f5f5f5;
        color: #212121;
        border-radius: 4px;
        font-weight: 700;
        margin-top: -4px;
        font-size: 3.2vw;
        text-align: center;
        padding: 4vw 19.333vw 4vw 25.33333vw;
        letter-spacing: .1rem;
        margin-top: 5.33333vw
    }

    .topic__def .def__see span {
        position: relative
    }

    .topic__def .def__see span:before {
        content: "";
        width: 4vw;
        height: 4vw;
        top: 50%;
        left: -7vw;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        background-image: url(/assets/img/common/icon-arrow-orange.svg);
        background-repeat: no-repeat;
        background-size: 100%
    }
}

.topic__def .def__mail {
    background-color: #1cb7ff;
    color: #fff;
    font-size: 1.3rem;
    padding: 12px 20px 12px 42px;
    border-radius: 4px;
    font-weight: 700;
    margin-top: -4px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

@media only screen and (max-width:767px) {
    .topic__def .def__mail {
        font-size: 3.2vw;
        text-align: center;
        padding: 4vw 19.333vw 4vw 25.33333vw;
        letter-spacing: .1rem;
        margin-top: 2.66667vw
    }
}

.topic__def .def__mail:hover {
    background-color: #53c8fe
}

.topic__def .def__title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    width: 3px;
    height: 18px;
    background: #ed5d00
}

@media only screen and (max-width:767px) {
    .topic__def .def__title:before {
        width: .8vw;
        height: 5.06667vw
    }
}

.topic__def .def__mail:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 19px;
    width: 15px;
    height: 12px;
    margin-top: -6px;
    background-image: url(/assets/img/common/icon-mail.svg);
    background-repeat: no-repeat;
    background-size: 100%
}

@media only screen and (max-width:767px) {
    .topic__def .def__mail:before {
        width: 4vw;
        height: 3.33333vw;
        margin-top: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 19vw
    }
}

.topic__def .def__mail,
.topic__def .def__title {
    position: relative
}

.topic__def dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px dotted #999;
    padding: 20px 0 18px
}

@media only screen and (max-width:767px) {
    .topic__def dl {
        padding: 4vw 0 3.33333vw
    }
}

.topic__def dl:first-of-type {
    margin-top: 31px
}

@media only screen and (max-width:767px) {
    .topic__def dl:first-of-type {
        margin-top: 4vw
    }
}

.topic__def .def__desc p,
.topic__def .def__term p {
    font-size: 1.4rem
}

@media only screen and (max-width:767px) {

    .topic__def .def__desc p,
    .topic__def .def__term p {
        font-size: 3.73333vw;
        line-height: 5.33333vw
    }
}

.topic__def .def__term {
    width: 120px
}

@media only screen and (max-width:767px) {
    .topic__def .def__term {
        width: 21.33333vw
    }
}

.topic__def .def__term p {
    font-weight: 700
}

.topic__def .def__desc {
    width: 550px
}

@media only screen and (max-width:767px) {
    .topic__def .def__desc {
        width: 56.66667vw
    }
}

.topic__def .def__desc p:nth-of-type(1n+2) {
    margin-top: 13px
}

@media only screen and (max-width:767px) {
    .topic__def .def__desc p:nth-of-type(1n+2) {
        margin-top: 0
    }
}

.topic__def .def__desc .def__desc-link {
    color: #1cb7ff
}

.topic__def .def__desc .def__desc-link:hover {
    text-decoration: underline
}

@media only screen and (max-width:767px) {
    .topic__def .def__desc .def__desc-link {
        word-wrap: break-word
    }
}

.topic__def .def__desc .def__desc-link:first-of-type {
    margin-right: 15px
}

@media only screen and (max-width:767px) {
    .topic__def .def__desc .def__desc-link:first-of-type {
        margin-right: 4vw
    }
}

@media only screen and (min-width:768px) {
    .topic__def .def__desc .tel-number {
        color: #212121;
        pointer-events: none
    }
}

@media only screen and (max-width:767px) {
    .topic__def .def__desc .tel-number {
        color: #1cb7ff
    }
}

@media only screen and (max-width:767px) {
    .topic__def .def__desc .tel {
        background-color: #f5f5f5;
        font-size: 3.2vw;
        font-weight: 700;
        color: #212121;
        display: block;
        width: 32vw;
        margin-top: .66667vw;
        padding: 2vw 4.66667vw 2vw 8vw;
        position: relative;
        border-radius: 3px
    }

    .topic__def .def__desc .tel:before {
        content: "";
        top: 50%;
        left: 4vw;
        position: absolute;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 2.13333vw;
        height: 4vw;
        background-image: url(/assets/img/common/icon-tel.svg);
        background-repeat: no-repeat;
        background-size: 100%
    }
}

.topic__def .topic__map {
    margin-top: 10px
}

@media only screen and (max-width:767px) {
    .topic__def .topic__map {
        margin-top: 0
    }
}

.topic__def .topic__map iframe {
    width: 100%;
    height: 370px
}

@media only screen and (max-width:767px) {
    .topic__def .topic__map iframe {
        height: 61.33333vw
    }
}

.list__title+.panel__list {
    margin-top: 40px
}

@media only screen and (max-width:767px) {
    .list__title+.panel__list {
        margin-top: 5.33333vw
    }
}

.list__title__fav .check {
    width: 4.4vw;
    height: 3.73333vw
}

.course__list-moretitle {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    margin: 70px 0 35px
}

@media only screen and (max-width:767px) {
    .course__list-moretitle {
        font-size: 3.73333vw;
        line-height: 6.66667vw;
        margin: 9.33333vw 0 3.33333vw
    }

    .course__list-moretitle span {
        font-size: 5.33333vw
    }
}

.course__list-other {
    margin-top: 70px
}

@media only screen and (max-width:767px) {
    .course__list-other {
        margin-top: 8vw
    }
}

.conversation {
    margin-top: 40px
}

@media only screen and (max-width:767px) {
    .conversation {
        margin-top: 5.33333vw
    }
}

.conversation-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width:767px) {
    .conversation-box {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.conversation-box+.conversation-box {
    margin-top: 20px
}

@media only screen and (max-width:767px) {
    .conversation-box+.conversation-box {
        margin-top: 4vw
    }
}

.conversation-box__icon {
    position: relative;
    width: 90px
}

@media only screen and (max-width:767px) {
    .conversation-box__icon {
        width: 16.8vw
    }
}

.conversation-box__icon img {
    width: 100%
}

.conversation-box__name {
    width: 100%;
    text-align: center;
    display: block;
    position: absolute;
    bottom: -5px;
    font-size: 1.6rem;
    font-weight: 700;
    text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff
}

@media only screen and (max-width:767px) {
    .conversation-box__name {
        font-size: 2.93333vw
    }
}

.conversation-box__text {
    width: 645px;
    border: 4px solid #eaeaea;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 1.5rem;
    line-height: 2;
    position: relative
}

@media only screen and (max-width:767px) {
    .conversation-box__text {
        width: 69.6vw;
        padding: 3.33333vw 5.06667vw;
        font-size: 4vw;
        line-height: 1.66667
    }
}

.conversation-box__text::before {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    left: -10px;
    width: 15px;
    height: 15px;
    margin-top: -8px;
    border-top: 4px solid #eaeaea;
    border-right: 4px solid #eaeaea;
    background: #fff;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

@media only screen and (max-width:767px) {
    .conversation-box__text::before {
        top: 6.26667vw;
        margin-top: 0
    }
}

.link__banner {
    margin: 60px 0 53px;
    position: relative;
    border-radius: 10px;
    background-image: url(/assets/img/common/head-bg-mesh02.gif)
}

@media only screen and (max-width:767px) {
    .link__banner {
        margin: 10.66667vw 0 4vw;
        background-size: .66667vw
    }
}

.link__banner>a {
    pointer-events: none
}

.link__banner a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    color: #212121;
    -webkit-transition: color .25s;
    transition: color .25s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width:767px) {
    .link__banner a {
        padding: 3.2vw 2.26667vw 2.66667vw 2.13333vw
    }
}

.link__banner a:hover {
    color: #ed5d00
}

.link__banner .banner__img {
    width: 230px;
    height: 160px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px
}

@media only screen and (max-width:767px) {
    .link__banner .banner__img {
        width: 32.4vw;
        height: 22.4vw;
        border-radius: 3px 3px 0 0
    }
}

.link__banner .banner__img img {
    width: 100%
}

.link__banner .banner__info {
    width: 460px;
    padding: 10px 20px;
    border-radius: 5px;
    background: #fff;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width:767px) {
    .link__banner .banner__info {
        width: 52.26667vw;
        padding: 2.4vw 2vw
    }
}

.link__banner .banner__info .banner__title {
    width: 194px;
    margin-bottom: 12px
}

@media only screen and (max-width:767px) {
    .link__banner .banner__info .banner__title {
        width: 38vw;
        margin-bottom: 2.13333vw
    }
}

.link__banner .banner__info .banner__title img {
    width: 100%
}

.link__banner .banner__info .banner__text {
    position: relative;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    padding-left: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

@media only screen and (min-width:768px) {
    .link__banner .banner__info .banner__text {
        max-height: 62px
    }
}

@media only screen and (max-width:767px) {
    .link__banner .banner__info .banner__text {
        margin-left: 3.73333vw;
        padding-left: 0;
        font-size: 4vw;
        line-height: 1.16667
    }
}

.link__banner a:before {
    content: "";
    position: absolute;
    bottom: -9px;
    left: -20px;
    width: 88px;
    height: 69px;
    background: url(/assets/img/common/icon-family.svg) no-repeat center top;
    background-size: 100% 100%;
    z-index: 10;
    pointer-events: none
}

@media only screen and (max-width:767px) {
    .link__banner a:before {
        content: none;
        bottom: 0;
        left: -3.2vw;
        width: 7.33333vw;
        height: 9.33333vw
    }
}

.link__banner a:after {
    content: "";
    position: absolute;
    top: -14px;
    right: 61px;
    width: 26px;
    height: 55px;
    background: url(/assets/img/common/icon-foot.png) no-repeat center top;
    background-size: 100% 100%;
    z-index: 10;
    pointer-events: none
}

@media only screen and (max-width:767px) {
    .link__banner a:after {
        top: -.8vw;
        right: -.8vw;
        width: 5.73333vw;
        height: 12vw
    }
}

.column__youtube {
    position: relative;
    width: 750px;
    height: 521px;
    overflow: hidden;
    border-radius: 5px
}

@media only screen and (max-width:767px) {
    .column__youtube {
        width: 100%;
        height: 62.13333vw
    }
}

.player {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.player iframe {
    width: 100%;
    height: 100%
}

@media only screen and (max-width:767px) {
    .player iframe {
        width: 100%;
        height: 62.13333vw
    }
}

.thumb {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 5px
}

.thumb img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0
}

@media only screen and (max-width:767px) {
    .thumb img {
        opacity: 1
    }
}

.thumb::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
    display: block;
    background: url(/assets/img/topic/btn-play_pc.png) no-repeat center top;
    background-size: 100% 100%
}

@media only screen and (max-width:767px) {
    .thumb::after {
        background: url(/assets/img/topic/btn-play_sp.png) no-repeat center top;
        background-size: 100% 100%
    }
}

.thumb.hide {
    display: none
}
