img {
    width: 100%;
    height: auto
}

h1,
h2,
h3,
h4,
h5,
p {
    color: #252525;
    font-family: trendex_ssiregular, "游ゴシック体", YuGothic, "Noto Sans Japanese"
}

.text-bold {
    font-weight: 700
}

.text_small {
    font-size: .7rem
}

.text_small span {
    display: block;
    margin: .3rem 0
}

.img_pc {
    display: none
}

#b_com_article {
    padding-top: 0
}

.ec-blockTopBtn {
    display: none !important
}

.b_com_block {
    width: 100%;
    max-width: none !important;
    padding: 0 1em;
    margin: 0 auto
}

.mt_05 {
    margin-top: 1rem
}

.p_1 {
    padding: 1rem
}

.pc_br {
    display: inline
}

.sp_br {
    display: none
}

.top_visual {
    margin-top: 53px;
    height: -webkit-calc(100vh - 34vw);
    height: -moz-calc(100vh - 34vw);
    height: calc(100vh - 34vw);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: bottom center;
    background-image: url(../img/top_renew_1115/top_fv_sp.jpg);
    position: relative
}

.text_box_top {
    background-image: -webkit-gradient(linear, left top, right top, from(#153d92), to(#002168));
    background-image: -webkit-linear-gradient(left, #153d92 0, #002168 100%);
    background-image: -moz-linear-gradient(left, #153d92 0, #002168 100%);
    background-image: -o-linear-gradient(left, #153d92 0, #002168 100%);
    background-image: linear-gradient(to right, #153d92 0, #002168 100%);
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 0;
    padding: .3rem;
    padding-left: 100px
}

.img_trainer_11 {
    width: 25%;
    height: auto;
    -webkit-animation-name: fadein;
    -moz-animation-name: fadein;
    -o-animation-name: fadein;
    animation-name: fadein;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
        -webkit-transform: translate(-50px, 0);
        transform: translate(-50px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0;
        -moz-transform: translate(-50px, 0);
        transform: translate(-50px, 0)
    }

    to {
        opacity: 1;
        -moz-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0;
        -o-transform: translate(-50px, 0);
        transform: translate(-50px, 0)
    }

    to {
        opacity: 1;
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes fadein {
    from {
        opacity: 0;
        -webkit-transform: translate(-50px, 0);
        -moz-transform: translate(-50px, 0);
        -o-transform: translate(-50px, 0);
        transform: translate(-50px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.img_trainer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 140px;
    height: auto;
    -webkit-animation-name: fadein;
    -moz-animation-name: fadein;
    -o-animation-name: fadein;
    animation-name: fadein;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s
}

@keyframes fadein {
    from {
        opacity: 0;
        -webkit-transform: translate(-50px, 0);
        -moz-transform: translate(-50px, 0);
        -o-transform: translate(-50px, 0);
        transform: translate(-50px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.text_box_top h1 {
    color: #fff;
    line-height: 1.2
}

.text_box_top h1 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: .5rem;
    position: relative;
    z-index: 9
}

.text_box_top p {
    color: #fff;
    font-size: 8px;
    position: relative;
    z-index: 9;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
}

.text_box_top .text_small span {
    margin: 0
}

.text_box_top h1 .text_red {
    color: #ca2020;
    font-size: 1.1rem
}

.text-combine {
    -webkit-text-orientation: upright;
    text-orientation: upright
}

#appear-block {
    position: absolute;
    bottom: 46.5%;
    width: 100%;
    text-align: center
}

.appear {
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
    -webkit-animation: show 1s both;
    -moz-animation: show 1s both;
    -o-animation: show 1s both;
    animation: show 1s both
}

h1.appear {
    font-size: 6vw;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .19rem;
    padding: .3rem;
    text-align: center;
    color: #252525;
    margin: 0 auto;
    margin-top: -3rem;
    background: rgb(255 255 255);
    display: inline-block
}

h1.appear:last-child {
    margin: 0
}

.dh {
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s
}

.d1 {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s
}

.d1h {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.d2 {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s
}

@-webkit-keyframes show {
    0% {
        -webkit-transform: translate(0, 50px);
        transform: translate(0, 50px);
        opacity: 0
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1
    }
}

@-moz-keyframes show {
    0% {
        -moz-transform: translate(0, 50px);
        transform: translate(0, 50px);
        opacity: 0
    }

    100% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1
    }
}

@-o-keyframes show {
    0% {
        -o-transform: translate(0, 50px);
        transform: translate(0, 50px);
        opacity: 0
    }

    100% {
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes show {
    0% {
        -webkit-transform: translate(0, 50px);
        -moz-transform: translate(0, 50px);
        -o-transform: translate(0, 50px);
        transform: translate(0, 50px);
        opacity: 0
    }

    100% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1
    }
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-dots {
    text-align: center;
    margin-top: 10px
}

.slick-dots li {
    display: inline-block
}

.slick-dots button {
    font-size: 0;
    outline: 0;
    border: none;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    border: solid 1px #000;
    padding: 0;
    margin: 5px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.slick-dots .slick-active button,
.slick-dots button:hover {
    background-color: #000
}

.slick-arrow {
    font-size: 0;
    border: 0;
    outline: 0;
    width: 60px;
    height: 60px;
    background: url(../img/top_renew_1115/slider_arrow2.png) no-repeat center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    z-index: 10;
    display: none!important;
}

.slick-next {
    right: 0
}

.slick-prev {
    left: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media(max-width:600px) {
    .slick-arrow {
        width: 40px;
        height: 40px;
        display: none!important;
    }
    #slider .slick-slide {
        width: 80vw;
        max-width: 300px;
        margin: 0 10px;
        padding: 10px;
    }
    
}

#slider .slick-slide {
    /* width: 80vw;
    max-width: 300px; */
    margin: 0 10px
}

#slider2 .slick-slide {
    width: 80vw;
    max-width: 300px;
    margin: 0 10px
}

#slider .abs-box {
    top: 10px;
    left: 10px;
    background-color: rgba(255, 255, 255, .7);
    padding: 30px
}

#slider p {
    margin: 10px 0;
    font-weight: 700
}

#slider p:first-of-type {
    margin-top: 0
}

@media(max-width:600px) {
    #slider .abs-box {
        top: 10px;
        left: 10px;
        padding: 15px
    }

    #slider2 .abs-box {
        top: 10px;
        left: 10px;
        padding: 15px
    }
}

.contemts_block {
    width: 96%;
    margin: 0 auto;
    margin-bottom: 4rem
}

.contemts_block h2 {
    font-weight: 700;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 1.618rem
}

h2 span {
    font-size: 1rem
}

.commitment-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.commitment-img {
    width: 50%;
    padding: .5rem .25rem 0 .25rem
}

.commitment-text {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    background-color: rgb(255 255 255 / 80%)
}

.commitment-text p {
    font-size: .8rem;
    padding: .2rem
}

.commitment-text h3 {
    font-weight: 700
}

.btn_menu {
    line-height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    margin-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
    display: block;
    max-width: 300px;
    min-width: 300px;
    margin: auto;
    background-color: #ff5e00;
    color: #fff;
    text-align: center;
    margin-top: 1rem
}

[class*=" number-slide"],
[class^=number-slide] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    max-height: 100vh
}

.navigation-wrapper {
    position: relative
}

.dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.dot {
    border: none;
    width: 10px;
    height: 10px;
    background: #c5c5c5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 5px;
    padding: 5px;
    cursor: pointer
}

.dot:focus {
    outline: 0
}

.dot--active {
    background: #000
}

.arrow {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    fill: #ff9200;
    cursor: pointer
}

.arrow--left {
    left: -10px
}

.arrow--right {
    left: auto;
    right: -10px
}

.arrow--disabled {
    fill: rgba(255, 146, 0, .5)
}

.bg-lightgreen {
    background-color: rgba(127, 190, 38, .1);
    margin-bottom: 1rem;
    padding: .5rem
}

.bg-lightgreen img {
    margin-bottom: 1rem
}

.box-center {
    display: inline-block;
    margin: auto;
    padding-top: .5rem
}

.flex-box p {
    margin: 10px 0
}

.txt-orange {
    color: #ff9200
}

.size21 {
    font-size: 1.3rem;
    line-height: 1.3
}

p.txt-center {
    text-align: center
}

.box-center {
    display: inline-block;
    margin: auto
}

.open-button {
    display: block
}

.open-button:after {
    content: '';
    position: absolute;
    margin: auto;
    width: 30px;
    height: 30px;
    background: url(../img/top_renew_1115/icon-plus.png) no-repeat center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    bottom: 0;
    right: 5%
}

.open-button.open:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.open-button_monitor {
    display: block
}

.open-button_monitor:after {
    content: '';
    position: absolute;
    margin: auto;
    width: 30px;
    height: 30px;
    background: url(../img/top_renew_1115/icon-plus.png) no-repeat center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    bottom: 20%;
    right: 5%
}

.open-button_monitor.open:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.close-button {
    display: none;
    padding: 50px 0 20px
}

.bg-green {
    background-color: #7fd800
}

.bg-white {
    background-color: #fff
}

.close-button .bg-white {
    width: 90%;
    margin: auto;
    padding: 10px 20px 1px
}

.text_box_small p,
.text_box_small span {
    font-size: .8rem;
    padding: .5rem
}

.p-use__010-icon.icon01 {
    background-image: url(https://247deli.jp/html/user_data/assets/img/top_renew_1115/08-01.png);
    margin-right: 1rem
}

.p-use__010-icon.icon02 {
    background-image: url(https://247deli.jp/html/user_data/assets/img/top_renew_1115/08-02.png);
    margin-right: 1rem
}

.p-use__010-icon.icon03 {
    background-image: url(https://247deli.jp/html/user_data/assets/img/top_renew_1115/08-03.png);
    margin-right: 1rem
}

.p-use__010-icon.icon04 {
    background-image: url(https://247deli.jp/html/user_data/assets/img/top_renew_1115/08-04.png);
    margin-right: 1rem
}

.p-use__010-icon {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat
}

.p-use__010-title {
    font-weight: 700;
    /* text-align: center; */
    display: inline-block;
    font-size: 1rem;
}

.p-use__010-title--green {
    font-weight: 700;
    color: #53a530;
    padding-top: .5rem
}

.p-use__010-text {
    padding: .5rem 0;
    font-size: .8rem;
}

.p-use__010-link {
    display: block;
    text-align: center
}

a {
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    color: #52a530;
    text-decoration: none
}

.p-use__010--flex:not(:first-child) {
    border-bottom: 1px solid #ddd
}

.p-use__010--flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 0
}

[class*=" number-slide"],
[class^=number-slide] {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-height: 100vh;
    text-align: center;
    padding: 1rem
}

.keen-slider__slide {
    height: auto
}

.keen-slider,
.keen-slider__slide {
    overflow: auto;
    width: 100%
}

.number-slide1 {
    margin-left: 4rem
}

.keen-slider__slide h4 {
    font-weight: 700;
    padding: 1rem 0 .5rem 0
}

.flex-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    margin: auto
}

.rel-box {
    position: relative
}

.abs-box {
    position: absolute
}

.plan-circle {
    width: 50px;
    left: -10px;
    top: -15px
}

#slider_insta .slick-slide {
    width: 80vw;
    max-width: 300px;
    margin: 0 10px
}

.insta_wrapper {
    background-color: #fff;
    border: 1px solid #f1f1f1;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 70vh;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow-x: hidden;
    overflow-y: auto
}

.insta_header img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.insta_name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .5rem
}

.insta_name img {
    width: 48px;
    height: 48px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: .5rem
}

.insta_text {
    padding: .5rem
}

.insta_text_day {
    font-size: .8rem;
    color: #8e8e8e;
    margin-right: 0;
    margin-left: auto
}

.news-list {
    list-style: none outside;
    margin: 0;
    padding: 0;
    height: 300px;
    overflow: auto
}

.news-list .item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #ccc;
    padding: 20px 20px
}

.news-list .item a {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.news-list .item .date {
    min-width: 100px
}

.news-list .item .title {
    margin-top: 10px
}

.news-list .item .date {
    margin: 0;
    min-width: 120px;
    font-size: 16px;
    color: #999;
    padding: 0 20px 0 0
}

.news-list .item .title {
    margin: 0;
    width: 100%
}

.news-list .item a:hover .title {
    color: #00f
}

#select_plan_box {
    max-width: 1000px
}

#lpindex_selectitemBox {
    max-width: 1200px;
    margin: auto;
    font-size: 16px;
    text-align: center
}

#lpindex_selectitemBox a {
    display: block;
    cursor: pointer
}

#lpindex_selectitemBox a:hover {
    opacity: .7 !important;
    text-decoration: none
}

.selectPlanInnerBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-family: trendex_ssisemi_bold, "游ゴシック体", YuGothic, "Noto Sans Japanese" !important
}

.selectPlanUnit {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #231815;
    padding: .25em;
    position: relative
}

.selectPlanUnit>a,
.selectPlanUnit>div {
    -webkit-box-shadow: .1em .1em .4em 0 rgb(0 0 0 / 30%);
    -moz-box-shadow: .1em .1em .4em 0 rgb(0 0 0 / 30%);
    box-shadow: .1em .1em .4em 0 rgb(0 0 0 / 30%);
    position: relative;
    margin-bottom: .5em
}

#selectPlan_7 {
    border: 3px solid #7fd826
}

#selectPlan_10 {
    border: 3px solid #fc0
}

#selectPlan_14 {
    border: 3px solid #00a3ff
}

#selectPlan_21 {
    border: 3px solid #ff9200
}

.selectPlanUnit+.selectPlanUnit {
    border-left: none
}

.c_s_discount {
    position: absolute;
    left: 0;
    right: 0;
    top: -1.75em;
    color: #fff;
    width: 8em;
    font-size: 0.93em;
    line-height: 1.5em;
    width: 5rem;
    height: 5rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
    background-color: #bc1c24;
}

#selectPlan_7 .selectPlanUnitNum {
    background-color: #7fd826
}

#selectPlan_10 .selectPlanUnitNum {
    background-color: #fc0
}

#selectPlan_14 .selectPlanUnitNum {
    background-color: #00a3ff
}

#selectPlan_21 .selectPlanUnitNum {
    background-color: #ff9200
}

.selectPlanBlue .c_s_discount:after {
    border-top-color: #00a3ff
}

.selectPlanOrange .c_s_discount:after {
    border-top-color: #ff9200
}

.selectPlanUnitPrice-pc {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
    position: absolute;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    width: 800px;
    top: 10px;
    right: -340px;
    pointer-events: none;
    z-index: 5
}

.selectPlanUnitPrice-pc strong {
    font-size: 28px;
    font-weight: 700
}

.selectPlanUnitNum {
    color: #fff;
    font-size: 20px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    line-height: 1.1;
    padding: .5rem 0
}

.selectPlanUnitNum strong {
    font-size: 54px;
    font-weight: normal;
}

.selectPlanType,
.selectPlanTypeSub {
    text-align: center;
    color: #fff;
    margin: 5px 0 8px 0
}

.selectPlanPrice {
    font-size: 15px;
    line-height: 1.4;
    padding: 1rem 0;
    font-weight: 700;
}

.selectPlanPrice strong {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
}

.selectPlan_freeDelivery {
    font-size: 21px;
    margin: 10px 0
}

.btn_select_menu {
    margin: 1rem 1.5rem 0 1.5rem
}

.btn_select_menu button {
    font-size: 13px;
    font-weight: normal;
    padding: .75rem .5rem .75rem .5rem;
    width: 100%;
    max-width: 220px;
    color: #fff;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
}

.btn_select_menu .bg_green {
    background-color: #7fd826;
}

.btn_select_menu .bg_yellow {
    background-color: #fc0;
}

.btn_select_menu .bg_blue {
    background-color: #00a3ff;
    font-weight: 700
}

.btn_select_menu .bg_orange {
    background-color: #ff9200;
}

.selectPlan2 {
    padding: 10px 30px 30px 30px
}

.selectPlanBox-single2 .selectPlan2 {
    padding-top: 0
}

.selectPlan_Delivery {
    font-weight: 400
}

a.selectPlan1:hover,
a.selectPlan2:hover {
    background: #fff
}

.selectPlanGreen .selectPlanUnitPrice-pc {
    background: #7fd826
}

.selectPlanGreen .selectPlanType {
    background: #7fd826
}

.selectPlanGreen .selectPlanTypeSub {
    background: #549316
}

.selectPlanBox-single2 .selectPlanGreen .selectPlanTypeSub {
    background: #7fd826
}

.selectPlanGreen .selectPlan_freeDelivery {
    color: #7fd826;
    font-weight: 700
}

.selectPlanBlue .selectPlanUnitPrice-pc {
    background: #00a3ff
}

.selectPlanBlue .selectPlanType {
    background: #00a3ff
}

.selectPlanBlue .selectPlanTypeSub {
    background: #045380
}

.selectPlanBox-single2 .selectPlanBlue .selectPlanTypeSub {
    background: #00a3ff
}

.selectPlanBlue .selectPlan_freeDelivery {
    color: #00a3ff;
    font-weight: 700
}

.selectPlanOrange .selectPlanUnitPrice-pc {
    background: #ff9200
}

.selectPlanOrange .selectPlanType {
    background: #ff9200
}

.selectPlanOrange .selectPlanTypeSub {
    background: #a45e01
}

.selectPlanBox-single2 .selectPlanOrange .selectPlanTypeSub {
    background: #ff9200
}

.selectPlanOrange .selectPlan_freeDelivery {
    color: #ff9200;
    font-weight: 700
}

.selectPlanGreen.selectPlanUnit-on {
    background: #7fd826
}

.selectPlanBox-single2 .selectPlanGreen.selectPlanUnit-on .selectPlanTypeSub,
.selectPlanGreen.selectPlanUnit-on .selectPlanType,
.selectPlanGreen.selectPlanUnit-on .selectPlanUnitPrice-pc {
    background: #666
}

.selectPlanGreen.selectPlanUnit-on .selectPlan_freeDelivery {
    color: #fff
}

.selectPlanBlue.selectPlanUnit-on {
    background: #00a3ff
}

.selectPlanBlue.selectPlanUnit-on .selectPlanType,
.selectPlanBlue.selectPlanUnit-on .selectPlanUnitPrice-pc,
.selectPlanBox-single2 .selectPlanBlue.selectPlanUnit-on .selectPlanTypeSub {
    background: #666
}

.selectPlanBlue.selectPlanUnit-on .selectPlan_freeDelivery {
    color: #fff
}

.selectPlanOrange.selectPlanUnit-on {
    background: #ff9200
}

.selectPlanBox-single2 .selectPlanOrange.selectPlanUnit-on .selectPlanTypeSub,
.selectPlanOrange.selectPlanUnit-on .selectPlanType,
.selectPlanOrange.selectPlanUnit-on .selectPlanUnitPrice-pc {
    background: #666
}

.selectPlanOrange.selectPlanUnit-on .selectPlan_freeDelivery {
    color: #fff
}

.select_changeType {
    text-align: center;
    padding: 1em 0 3em
}

.select_changeType_lead strong {
    color: #ff9200;
    font-size: 135%
}

.selectchangeTypeBtn {
    display: inline-block;
    color: #fff;
    background: #7fd826;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    border-radius: 3em;
    line-height: 3em;
    padding: 0 2em;
    margin-top: 1em;
    font-weight: 700
}

.selectchangeTypeBtn:hover {
    color: #fff;
    text-decoration: none
}

.select_changeType_cycle {
    font-size: .85;
    padding: 1em
}

@media(min-width:801px) {
    .selectPlanUnitPrice-sp {
        display: none
    }

    .selectPlan_Delivery:before {
        content: "（"
    }

    .selectPlan_Delivery:after {
        content: "）"
    }

    .pc_block {
        display: block;
    }

    .sp_none {
        display: none;
    }

    .chef_title {
        font-weight: bold;
        padding: .5rem 0;
        text-align: center;
        font-size: 20px;
    }

    .chef_title span {
        font-size: 15px;
    }

    .chef_comment {
        padding: .1rem;
        font-size: 11px;
        line-height: 1.5;
    }

    .chef_comment {
        padding: 0.1rem;
        font-size: 14px;
        line-height: 1.5;
    }

    .chef_img {
        margin: 0 auto;
        display: block;
        margin-bottom: 1rem;
        width: 80%;
    }

    .chef-block_left {
        width: 50%;
    }

    .chef-block_left img {
        position: initial;
        top: 10%;
    }

    .chef-block_right {
        width: 50%;
    }
}

@media(max-width:800px) {
    .chef-block_left {
        width: 40%;
    }

    .chef-block_left img {
        position: absolute;
        top: 20%;
    }

    .chef-block_right {
        width: 60%;
    }

    .chef_img {
        width: 80%;
        margin: 0 auto;
        display: block;
        margin-bottom: 1rem;
    }

    .chef_comment {
        padding: .1rem;
        font-size: 11px;
        line-height: 1.5;
    }

    .chef_title {
        font-weight: bold;
        font-size: 12px;
        padding: .5rem 0;
        text-align: center;
    }

    .chef_title span {
        font-size: 10px;
    }

    .pc_block {
        display: none;
    }

    .sp_none {
        display: block;
    }

    .d_flex_sp {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }

    .d_flex_sp .selectPlanUnitNum {
        width: 40%
    }

    .d_flex_sp .selectPlanPrice {
        width: 60%
    }

    #lpindex_selectitemBox {
        margin: 0 .5em
    }

    .selectPlanInnerBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .selectPlanUnitPrice-pc,
    .selectPlanUnitPricep,
    .selectPlan_Delivery,
    .selectPlan_freeDelivery {
        display: none
    }

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

    .selectPlanUnit>a,
    .selectPlanUnit>div {
        margin-bottom: 0
    }

    .selectPlanUnit>a:first-child,
    .selectPlanUnit>div:first-child {
        margin-bottom: 1.5em
    }

    .c_s_discount {
        position: absolute;
        margin: auto;
        color: #fff;
        left: -1.5rem;
        right: auto;
        width: 3.5rem;
        height: 3.5rem;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        top: -1.75em;
        font-size: .8rem;
        line-height: 1.25;
        z-index: 99
    }

    .selectPlan1 {
        width: 58%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 2%
    }

    .selectPlan2 {
        width: 40%;
        padding-top: 0;
        padding: 1em .75em 1em .25em;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .selectPlanBox-single .selectPlan1,
    .selectPlanBox-single .selectPlan2 {
        width: 100%
    }

    .selectPlanUnitNum {
        position: absolute;
        left: 0;
        top: 0;
        margin-bottom: 2 !important;
        font-size: 1em;
        text-align: center;
        width: 100%
    }

    #selectPlan_7 .selectPlanUnitNum {
        background-color: #7fd826
    }

    #selectPlan_14 .selectPlanUnitNum {
        background-color: #00a3ff
    }

    #selectPlan_21 .selectPlanUnitNum {
        background-color: #ff9200
    }

    .selectPlanUnit .selectPlanUnitNum {
        position: relative;
        margin: 0 !important;
        padding: 1.5rem 1.5rem .75rem 1.5rem;
        font-size: 1.15em;
    }

    .selectPlanUnitNum strong {
        font-size: 320%
    }

    .selectPlanPrice {
        -webkit-box-ordinal-group: 67;
        -webkit-order: 66;
        -moz-box-ordinal-group: 67;
        -ms-flex-order: 66;
        order: 66;
        font-size: .85em;
        margin-bottom: 0
    }

    #area8 .selectPlanPrice strong {
        display: block
    }

    .selectPlanBox-single .selectPlanPrice {
        font-size: 1rem;
        line-height: 1.25
    }

    .selectPlanBox-single .selectPlanPrice strong {
        font-size: 2.5rem
    }

    .selectPlanPrice strong {
        font-size: 100%
    }

    .selectPlan_freeDelivery {
        font-size: 1em;
        margin: 0
    }

    .selectPlanUnitPrice,
    .selectPlanUnitPrice-sp,
    .selectPlan_Delivery {
        font-size: .85em
    }

    .selectPlanBox-single .selectPlanUnitPrice-sp {
        font-size: 1em
    }

    .selectPlanBox-single .selectPlanUnitPrice-sp br {
        display: none
    }

    .selectPlanBox-single .selectPlanUnitPrice-sp span,
    .selectPlanBox-single .selectPlanUnitPrice-sp strong {
        display: inline-block;
        padding-left: 1em
    }

    .selectPlanGreen .selectPlanUnitNum {
        background: #7fd826
    }

    .selectPlanGreen .selectPlanUnitPrice-sp strong {
        color: #7fd826
    }

    .selectPlanBlue .selectPlanUnitNum {
        background: #00a3ff
    }

    .selectPlanBlue .selectPlanUnitPrice-sp strong {
        color: #00a3ff
    }

    .selectPlanOrange .selectPlanUnitNum {
        background: #ff9200
    }

    .selectPlanOrange .selectPlanUnitPrice-sp strong {
        color: #ff9200
    }

    .btn_select_menu {
        display: none;
    }
    .selectPlanBox-single .selectPlanPrice .course10_s_text {
        font-size: .8rem;
    }
}

@media(max-width:600px) {
    #lpindex_selectitemBox {
        font-size: 14px
    }
}

@media(max-width:400px) {
    #lpindex_selectitemBox {
        font-size: 13px
    }
}

.other_box_2 .text_align_center {
    padding-bottom: .5rem
}

.other_box_2 h3 {
    font-weight: 700;
    padding: .5rem
}

.other_box_2 .howto_box {
    padding: 1rem;
    margin: 0 auto;
    border: 1px solid #252525;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 1rem
}

.other_box_2 .faq_box {
    padding: 1rem;
    margin: 0 auto;
    border: 1px solid #252525;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 1rem
}

.d_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.align-items_center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center
}

.text_align_center {
    text-align: center
}

.text_align_center .d_flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.other_box_2 img {
    width: 60px;
    height: 60px;
    margin-right: 1rem
}

#fab_plan {
    width: 100%;
    height: 64px;
    position: fixed;
    right: 0;
    bottom: 0;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#7fd826), to(#52a530));
    background: -webkit-linear-gradient(top, #7fd826 0, #52a530 100%);
    background: -moz-linear-gradient(top, #7fd826 0, #52a530 100%);
    background: -o-linear-gradient(top, #7fd826 0, #52a530 100%);
    background: linear-gradient(to bottom, #7fd826 0, #52a530 100%);
    opacity: 1;
    z-index: 999;
    -webkit-box-shadow: 0 -4px 6px -1px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 -4px 6px -1px rgb(0 0 0 / 30%);
    box-shadow: 0 -4px 6px -1px rgb(0 0 0 / 30%)
}

#fab_plan a {
    display: block;
    line-height: 64px;
    text-align: center;
    text-decoration: none
}

#fab_plan a::after {
    content: 'プランを選ぶ';
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center
}

@media(min-width:767px) {
    .top_visual {
        margin-top: 100px
    }

    .top_visual_wide {
        margin-top: 100px
    }

    #b_com_article {
        padding-top: 0
    }

    .open-button:after {
        bottom: .5rem;
        right: 11.5rem
    }

    .commitment-text p {
        font-size: 1rem;
        padding: .5rem
    }

    .commitment-text h3 {
        font-weight: 700;
        font-size: 1.618rem;
        padding: .2rem
    }
}

@media(max-width:360px) {
    h1.appear {
        font-size: 5vw
    }

    .text_box_top h1 {
        font-size: .9rem
    }

    .contemts_block h2 {
        font-size: 1.3rem
    }

    .img_trainer {
        width: 120px
    }
}

@media(min-width:1100px) {
    .img_sp {
        display: none
    }

    .img_pc {
        display: block
    }

    .top_visual {
        margin-top: 100px;
        height: -webkit-calc(100vh - 100px);
        height: -moz-calc(100vh - 100px);
        height: calc(100vh - 100px);
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: bottom center;
        background-image: url(../img/top_renew_1115/top_fv_pc.jpg)
    }

    .text_box_top {
        background-image: -webkit-gradient(linear, left top, right top, from(#153d92), to(#002168));
        background-image: -webkit-linear-gradient(left, #153d92 0, #002168 100%);
        background-image: -moz-linear-gradient(left, #153d92 0, #002168 100%);
        background-image: -o-linear-gradient(left, #153d92 0, #002168 100%);
        background-image: linear-gradient(to right, #153d92 0, #002168 100%);
        width: 100%;
        position: absolute;
        text-align: center;
        bottom: -90px;
        padding: .4rem
    }

    .img_trainer {
        position: absolute;
        bottom: -90px;
        left: -webkit-calc(50% - 500px);
        left: -moz-calc(50% - 500px);
        left: calc(50% - 500px);
        width: 180px;
        height: auto;
        -webkit-animation-name: fadein;
        -moz-animation-name: fadein;
        -o-animation-name: fadein;
        animation-name: fadein;
        -webkit-animation-duration: 2s;
        -moz-animation-duration: 2s;
        -o-animation-duration: 2s;
        animation-duration: 2s
    }

    @-webkit-keyframes fadein {
        from {
            opacity: 0;
            -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0)
        }

        to {
            opacity: 1;
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0)
        }
    }

    @-moz-keyframes fadein {
        from {
            opacity: 0;
            -moz-transform: translate(-50px, 0);
            transform: translate(-50px, 0)
        }

        to {
            opacity: 1;
            -moz-transform: translate(0, 0);
            transform: translate(0, 0)
        }
    }

    @-o-keyframes fadein {
        from {
            opacity: 0;
            -o-transform: translate(-50px, 0);
            transform: translate(-50px, 0)
        }

        to {
            opacity: 1;
            -o-transform: translate(0, 0);
            transform: translate(0, 0)
        }
    }

    @keyframes fadein {
        from {
            opacity: 0;
            -webkit-transform: translate(-50px, 0);
            -moz-transform: translate(-50px, 0);
            -o-transform: translate(-50px, 0);
            transform: translate(-50px, 0)
        }

        to {
            opacity: 1;
            -webkit-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            transform: translate(0, 0)
        }
    }

    .text_box_top h1 {
        color: #fff;
        line-height: 1.2;
        font-size: 1.2vw;
        font-weight: 700;
        margin-bottom: .4rem
    }

    .text_box_top h1 .text_red {
        color: #ca2020;
        font-size: 1.6vw
    }

    h1.appear {
        font-size: 2.4vw
    }

    .contemts_block {
        max-width: 886px;
        min-width: 754px;
        margin-bottom: 7rem
    }

    .d_flex_pc {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }

    #my-keen-slider_step .keen-slider__slide {
        min-width: 240px !important;
        max-width: 240px !important
    }

    .bg-lightgreen {
        margin-right: 1.5rem
    }

    .bg-lightgreen:last-child {
        margin-right: 0
    }

    .contemts_block_pc {
        max-width: 100%;
        width: 100%
    }

    .other_box_2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .faq_box,
    .other_box_2 .howto_box {
        width: 45%
    }

    #slider_insta .slick-slide {
        width: 270px
    }

    .insta_wrapper {
        height: 480px
    }

    #fab_plan {
        width: 640px;
        height: 64px;
        right: 0;
        left: 0;
        bottom: 1.5rem;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        border-radius: 60px;
        margin: 0 auto;
        position: fixed
    }

    #fab_plan a::after {
        font-size: 18px;
        top: 55px;
        font-size: 24px;
        top: 2.5rem;
        bottom: 0;
        right: 0;
        left: 0
    }

    .item3_pc>div {
        width: -webkit-calc((100% - 2rem)/ 3);
        width: -moz-calc((100% - 2rem)/ 3);
        width: calc((100% - 2rem)/ 3);
        width: -ms-calc((100% - 2rem)/ 3);
        width: -o-calc((100% -2rem)/ 3)
    }

    .item3_pc>div {
        padding: 1rem
    }

    .pc_br {
        display: none
    }

    .sp_br {
        display: inline
    }

    .p_t_6 {
        padding-top: 6rem
    }
}