@media only screen and (max-width: 1025px) {
    .new-section__wrap,
    .section-normal,
    .section-normal__img.type-full,
    .new-stripe,
    .new-style1,
    .new-style3,
    .outer-box,
    .section-info,
    .bg-style1,
    .multi-box,
    .box-style2,
    .content-video {
        margin-left: -40px !important;
        margin-right: -40px !important;
    }
}

@media only screen and (max-width: 680px) {
    .new-section__wrap,
    .section-normal,
    .section-normal__img.type-full,
    .new-stripe,
    .new-style1,
    .new-style3,
    .outer-box,
    .section-info,
    .bg-style1,
    .multi-box,
    .box-style2,
    .content-video {
        margin-left: -12px !important;
        margin-right: -12px !important;
    }
}

@media only screen and (max-width: 1025px) {
    .new-content-wrap,
    .new-section__wrap,
    .section-normal,
    .new-stripe,
    .new-style1,
    .new-style3,
    .outer-box,
    .inner-box,
    .content-video,
    .inner-tab-content,
    .inner-point {
        padding-left: 40px !important;
        padding-right: 40px !important;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 680px) {
    .new-content-wrap,
    .new-section__wrap,
    .section-normal,
    .new-stripe,
    .new-style1,
    .new-style3,
    .outer-box,
    .inner-box,
    .content-video,
    .inner-tab-content,
    .inner-point {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}

.bfaf {
    position: fixed;
    right: -320px;
    top: 50px;
    width: 310px;
    height: 100%;
    background: #f4f4f4;
    z-index: 50;
    -webkit-transition: right 0.5s linear;
    -moz-transition: right 0.5s linear;
    -ms-transition: right 0.5s linear;
    transition: right 0.5s linear;
}

.bfaf__title {
    display: none;
}

.bfaf__scroll {
    width: 340px;
    height: calc(100% - 120px);
    overflow-y: scroll;
    z-index: 3;
}

.bfaf.is-active {
    right: 0px;
}

.bfaf__box {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 106.66%;
}

.bfaf__area {
    width: 310px;
    padding: 15px 30px 0;
    box-sizing: border-box;
}

.bfaf__noti {
    width: 320px;
    bottom: 20px;
    margin: 20px 0 0 0;
    padding: 0 1%;
    font-size: 11px;
    color: #b0b0b0;
    text-align: center;
    box-sizing: border-box;
}

.bfaf__txt {
    position: absolute;
    bottom: 16px;
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #555;
    letter-spacing: 7px;
    z-index: 5;
}

.bfaf__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 10;
    border: 2px solid #d9dbe0;
    box-sizing: border-box;
}

.bfaf__bg.is-active {
    background: rgba(0, 0, 0, 0.35);
    border: transparent;
}

@media only screen and (max-width: 1025px) {
    .bfaf {
        top: 60px;
        width: 250px;
    }
    .bfaf__scroll {
        width: 270px;
        height: calc(100% - 120px);
    }
    .bfaf__area {
        width: 250px;
        padding: 0;
    }
    .bfaf__noti {
        width: 250px;
        font-size: 10px;
    }
}

@media only screen and (max-width: 680px) {
    .bfaf {
        position: static;
        width: 100%;
        right: auto;
        top: 0;
        height: auto;
        margin-top: 50px;
        background: transparent;
        padding: 0 15px 0;
        box-sizing: border-box;
    }
    .bfaf__title {
        display: block;
        margin: 0;
        font-family: "Roboto", sans-serif;
        font-size: 2.4rem;
        font-weight: 400;
    }
    .bfaf__scroll {
        overflow: visible;
        position: static;
        width: 100%;
        height: auto;
        margin-top: 15px;
    }
    .bfaf__area {
        width: 100%;
    }
    .bfaf__noti {
        width: 100%;
        margin-top: 20px;
        font-size: 1.0rem;
    }
    .bfaf__box {
        float: left;
        width: 50%;
        padding-bottom: 53.33%;
    }
    .bfaf__txt {
        bottom: 5px;
        font-size: 1.1rem;
        letter-spacing: 5px;
    }
}

.pics {
    position: relative;
}

.pics:before {
    position: absolute;
    display: block;
    top: -30px;
    left: 0;
    width: 100%;
    height: 0;
    border-top: 1px solid #c2c2c2;
    content: '';
}

.pics:first-child:before {
    display: none;
}

.pics__list {
    position: absolute;
    top: 12px;
    left: 10px;
    z-index: 20;
    padding: 0;
    margin: 0;
    list-style: none;
}

.pics__item {
    position: relative;
}

.pics__link {
    overflow: hidden;
    display: block;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background: url("../images/common/bfaf/link.png") #fff no-repeat center center/17px 33px;
    text-indent: -999px;
}

.pics+.pics {
    margin-top: 60px;
}

@media only screen and (max-width: 1025px) {
    .pics:before {
        top: -17px;
    }
    .pics+.pics {
        margin-top: 35px;
    }
}

@media only screen and (max-width: 680px) {
    .pics:after {
        display: block;
        clear: both;
        content: '';
    }
    .pics__link {
        width: 42px;
        height: 42px;
        background-size: 16px 30px;
    }
}

.pics-link__list {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pics-link__list.is-active {
    display: block;
}

.pics-link__tit {
    opacity: 0;
    position: absolute;
    top: 16px;
    margin-left: 60px;
    display: inline-block;
    background: #333;
    border-radius: 3px;
    color: #fefefe;
    font-size: 12px;
    padding: 2px 7px;
    white-space: nowrap;
}

.pics-link__tit:before {
    content: '';
    position: absolute;
    top: 3px;
    left: -7px;
    width: 0px;
    height: 0px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-right: 5px solid #333;
    border-left: 3px solid transparent;
}

.pics-link__item {
    position: relative;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background-color: #333;
    margin-top: 10px;
}

.pics-link__item.type-photo:hover {
    background-color: #ff4c1c;
}

.pics-link__item.type-photo .pics-link__link {
    background: url("../images/common/bfaf/link_photo.png") no-repeat center center/29px 21px;
}

.pics-link__item.type-real:hover {
    background-color: #ffa329;
}

.pics-link__item.type-real .pics-link__link {
    background: url("../images/common/bfaf/link_real.png") no-repeat center center/15px 27px;
}

.pics-link__item:hover .pics-link__tit {
    opacity: 1;
}

.pics-link__link {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -999px;
}

@media only screen and (max-width: 680px) {
    .pics-link__tit {
        display: none;
        opacity: 1;
        font-size: 1.2rem;
    }
    .pics-link__item {
        width: 42px;
        height: 42px;
    }
    .pics-link__item.type-photo {
        background-color: #ff4c1c;
    }
    .pics-link__item.type-photo .pics-link__link {
        background-size: 25px 18px;
    }
    .pics-link__item.type-real {
        background-color: #ffa329;
    }
    .pics-link__item.type-real .pics-link__link {
        background-size: 13px 22px;
    }
}

.side-link {
    overflow: hidden;
    position: fixed;
    right: 45px;
    top: 75px;
    display: none;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background: url("../images/common/bfaf/sideFix.png") #afafaf;
    z-index: 60;
    text-indent: -9999px;
}

.side-link.is-active {
    background-color: #8d217f;
}

.side-link.is-show {
    display: block;
}

@media only screen and (max-width: 1025px) {
    .side-link {
        right: 10px;
    }
}

@media only screen and (max-width: 680px) {
    .side-link {
        display: none !important;
    }
}

.side-noti {
    display: none;
    position: fixed;
    background: #333;
    border-radius: 3px;
    top: 88px;
    right: 104px;
    margin: 0;
    font-size: 14px;
    color: #fefefe;
    padding: 3px 7px;
    z-index: 50;
}

.side-noti span {
    color: #fe9af1;
}

.side-noti:after {
    content: '';
    position: absolute;
    top: 6px;
    right: -8px;
    width: 0px;
    height: 0px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-right: 3px solid transparent;
    border-left: 6px solid #333;
}

.side-noti.is-active {
    display: block;
}

@media only screen and (max-width: 1025px) {
    .side-noti {
        right: 70px;
    }
}

@media only screen and (max-width: 680px) {
    .side-noti.is-active {
        display: none;
    }
}

@media only screen and (max-width: 1025px) {
    .new-section__wrap,
    .section-normal,
    .section-normal__img.type-full,
    .new-stripe,
    .new-style1,
    .new-style3,
    .outer-box,
    .section-info,
    .bg-style1,
    .multi-box,
    .box-style2,
    .content-video {
        margin-left: -40px !important;
        margin-right: -40px !important;
    }
}

@media only screen and (max-width: 680px) {
    .new-section__wrap,
    .section-normal,
    .section-normal__img.type-full,
    .new-stripe,
    .new-style1,
    .new-style3,
    .outer-box,
    .section-info,
    .bg-style1,
    .multi-box,
    .box-style2,
    .content-video {
        margin-left: -12px !important;
        margin-right: -12px !important;
    }
}

@media only screen and (max-width: 1025px) {
    .new-content-wrap,
    .new-section__wrap,
    .section-normal,
    .new-stripe,
    .new-style1,
    .new-style3,
    .outer-box,
    .inner-box,
    .content-video,
    .inner-tab-content,
    .inner-point {
        padding-left: 40px !important;
        padding-right: 40px !important;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 680px) {
    .new-content-wrap,
    .new-section__wrap,
    .section-normal,
    .new-stripe,
    .new-style1,
    .new-style3,
    .outer-box,
    .inner-box,
    .content-video,
    .inner-tab-content,
    .inner-point {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}

.banner {
    width: 100%;
    max-width: 1296px;
    margin: 100px auto 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.banner__bg {
    position: relative;
    height: 0;
    padding-bottom: 35.15%;
}

.banner__point {
    font-weight: 500;
}

.banner.type-rapid .banner__bg {
    background: url("../images/common/banner/banner_rapid.jpg") no-repeat center center/cover;
}

.banner.type-petit .banner__bg {
    background: url("../images/common/banner/banner_petit.jpg") no-repeat center center/cover;
}

.banner.type-petit .banner__bg:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: auto;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    z-index: 1;
    content: '';
}

.banner.type-white .banner__tit,
.banner.type-white .banner__txt,
.banner.type-white .banner__btn {
    color: #fff;
}

.banner.type-white .banner__btn {
    border-color: #fff;
}

.banner:after {
    display: block;
    clear: both;
    content: '';
}

.banner__box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    box-sizing: border-box;
    z-index: 10;
}

.banner__outer {
    display: inline-table;
    width: 100%;
    height: 100%;
}

.banner__inner {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px 0 100px;
}

.banner__tit {
    margin: 0;
    font-size: 38px;
    font-weight: 100;
    color: #000;
    line-height: 1.1;
}

.banner__txt {
    margin: 14px 0 0 0;
    font-weight: 300;
    font-size: 15px;
    color: #777;
    line-height: 1.7;
}

.banner__btn {
    display: inline-block;
    padding: 10px 40px;
    margin-top: 34px;
    font-size: 15px;
    font-weight: 300;
    color: #000;
    border: 1px solid #000;
    text-align: center;
    text-decoration: none;
}

@media only screen and (max-width: 1025px) {
    .banner {
        padding: 0;
    }
    .banner.type-rapid .banner__bg {
        background: url("../images/common/banner/banner_rapid_t.jpg") no-repeat center center/cover;
    }
    .banner.type-petit .banner__bg {
        background: url("../images/common/banner/banner_petit_t.jpg") no-repeat center center/cover;
    }
    .banner__bg {
        padding-bottom: 48.17%;
    }
    .banner__inner {
        padding: 0 30px;
    }
    .banner__txt {
        display: none;
    }
    .banner__btn {
        margin-top: 26px;
    }
}

@media only screen and (max-width: 680px) {
    .banner {
        margin-top: 50px;
    }
    .banner.type-petit .banner__bg:before {
        width: calc(100% - 10px);
        height: calc(100% - 10px);
    }
    .banner__inner {
        padding: 0 15px;
    }
    .banner__tit {
        font-size: 2rem;
    }
    .banner__btn {
        padding: 4px 10px;
        margin-top: 12px;
        font-size: 1.1rem;
    }
}

.new-content-wrap {
    width: 100%;
    max-width: 1296px;
    margin: 0px auto;
    padding: 0 8px;
    box-sizing: border-box;
}

.new-content-tit {
    margin-bottom: 56px;
}

.new-content-tit.type-stripe {
    margin-bottom: 20px;
}

.new-content-tit.type-txt {
    margin-bottom: 22px;
}

.new-content-tit.type-description {
    margin-bottom: 36px;
}

.new-content-tit__sub {
    display: block;
    margin-top: 20px;
    color: #555;
    font-weight: 200;
}

@media only screen and (max-width: 680px) {
    .new-content-tit {
        margin-bottom: 26px;
    }
    .new-content-tit.type-txt {
        margin-bottom: 16px;
    }
    .new-content-tit.type-stripe {
        margin-bottom: 0px;
    }
    .new-content-tit.type-description {
        margin-bottom: 10px;
    }
    .new-content-tit__sub {
        display: block;
        margin-top: 10px;
    }
}

.new-content-tit2 {
    margin-bottom: 40px;
}

@media only screen and (max-width: 680px) {
    .new-content-tit2 {
        margin-bottom: 20px;
    }
}

.new-visual {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 52.08%;
    overflow: hidden;
}

.new-visual.is-active:before {
    transform: scale(1);
}

.new-visual.is-active .new-visual__box {
    left: 0;
}

.new-visual:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: scale(1.2);
    transition: transform 1s ease;
}

.new-visual__box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    width: 686px;
    padding: 0 2%;
    background: rgba(255, 255, 255, 0.6);
    z-index: 10;
    text-align: center;
    box-sizing: border-box;
    transition: left 1s ease;
}

.new-visual__subtit {
    margin: 0;
    font-size: 20px;
    color: #000;
}

.new-visual__tit {
    margin: 20px 0 0 0;
    font-size: 68px;
    color: #000;
    font-weight: 100;
    line-height: 1.05;
}

.new-visual__tit:after {
    display: block;
    width: 20px;
    height: 0;
    margin: 26px auto 0;
    border-top: 2px solid #000;
    content: '';
}

.new-visual__txt {
    margin: 26px 0 0 0;
    font-size: 15px;
    line-height: 1.7;
}

.new-visual__outer {
    display: inline-table;
    width: 100%;
    height: 100%;
}

.new-visual__inner {
    display: table-cell;
    vertical-align: middle;
}

.new-visual__list {
    margin: 99px 0 0 -20px;
    padding: 0;
}

.new-visual__item {
    display: inline-block;
    height: 40px;
    margin: 15px 0 0 20px;
    padding: 0 20px;
    vertical-align: middle;
    box-sizing: border-box;
    border-radius: 20px;
    font-size: 15px;
    list-style: none;
    background-color: #551e4e;
    color: #fff;
}

.new-visual__item:after {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: '';
}

.new-visual__item span {
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (max-width: 1025px) {
    .new-visual {
        padding-bottom: 130.2%;
    }
    .new-visual.is-active .new-visual__box {
        bottom: 0;
    }
    .new-visual__box {
        top: auto;
        left: 0;
        bottom: -100%;
        width: 100%;
        padding: 70px 10px;
        box-sizing: border-box;
        transition: bottom 1s ease;
        transition-delay: 0.5s;
    }
    .new-visual__list {
        margin-top: 32px;
    }
}

@media only screen and (max-width: 680px) {
    .new-visual {
        padding-bottom: 167.78%;
    }
    .new-visual__box {
        padding: 34px 5px;
    }
    .new-visual__list {
        margin: 8px 0 0 -14px;
    }
    .new-visual__subtit {
        font-size: 1.4rem;
    }
    .new-visual__tit {
        margin-top: 10px;
        font-size: 3.8rem;
    }
    .new-visual__tit:after {
        margin-top: 13px;
    }
    .new-visual__txt {
        margin-top: 13px;
        font-size: 1.2rem;
    }
    .new-visual__item {
        height: 26px;
        margin: 10px 0 0 14px;
        padding: 0 14px;
        font-size: 1rem;
    }
}

.new-section {
    margin-top: 100px;
    text-align: center;
    box-sizing: border-box;
}

.new-section+.new-tab {
    margin-top: 100px;
}

.new-section:first-child {
    margin-top: 0;
}

.new-section.type-cling {
    position: relative;
    margin-top: 0;
}

.new-section.type-bottom {
    padding-bottom: 120px;
}

.new-section__wrap {
    padding: 120px 60px;
    box-sizing: border-box;
}

.new-section__wrap.type-gray1 {
    background-color: #333;
}

.new-section__wrap.type-gray2 {
    background-color: #eee;
}

.new-section__wrap.type-w {
    padding-top: 0;
    padding-bottom: 0;
}

.new-section__box+.new-section__box {
    margin-top: 100px;
}

.new-section__box+.new-section__box.type-border {
    padding-top: 100px;
    border-top: 1px solid #c8c8c8;
    box-sizing: border-box;
}

@media only screen and (max-width: 1025px) {
    .new-section+.new-section.type-cling {
        margin-top: -1px;
    }
}

@media only screen and (max-width: 680px) {
    .new-section {
        margin-top: 60px;
    }
    .new-section+.new-tab {
        margin-top: 50px;
    }
    .new-section.type-bottom {
        padding-bottom: 60px;
    }
    .new-section__wrap {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .new-section__box+.new-section__box {
        margin-top: 50px;
    }
    .new-section__box+.new-section__box.type-border {
        padding-top: 50px;
    }
}

.section-normal {
    padding-top: 120px;
    box-sizing: border-box;
}

.section-normal.type-cling .section-normal__tit {
    margin-top: 0;
}

.section-normal__wrap {
    padding: 0 234px;
    box-sizing: border-box;
}

.section-normal__eng {
    letter-spacing: 1px;
    color: #000;
    text-transform: uppercase;
}

.section-normal__eng+.section-normal__tit {
    margin-top: 24px;
}

.section-normal__txt2 {
    margin-top: 44px;
}

.section-normal__txt1 {
    margin-top: 24px;
}

.section-normal__list {
    margin: 46px 0 0 0;
    padding: 0;
    font-size: 0;
}

.section-normal__item {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 0 10px;
    border-radius: 50%;
    background-color: #551e4e;
    list-style: none;
    color: #fff;
    font-size: 15px;
}

.section-normal__img {
    margin-top: 50px;
}

@media only screen and (max-width: 1025px) {
    .section-normal__wrap {
        padding: 0;
    }
}

@media only screen and (max-width: 680px) {
    .section-normal {
        padding-top: 60px;
    }
    .section-normal__eng+.section-normal__tit {
        margin-top: 18px;
    }
    .section-normal__txt2 {
        margin-top: 28px;
    }
    .section-normal__txt1 {
        margin-top: 14px;
    }
    .section-normal__list {
        margin-top: 24px;
    }
    .section-normal__list.type-mbig .section-normal__item {
        width: 80px;
        height: 80px;
    }
    .section-normal__item {
        width: 50px;
        height: 50px;
        margin: 0 5px;
        font-size: 1.2rem;
    }
    .section-normal__img {
        margin-top: 30px;
    }
}

.new-description {
    padding: 0 234px;
    box-sizing: border-box;
}

.new-description.type-pd0 {
    padding: 0;
}

.new-description__img {
    margin-top: 56px;
}

.new-description__list {
    margin: 0;
    padding: 0;
}

.new-description__list.type-mt {
    margin-top: 36px;
}

.new-description__subject {
    height: 60px;
    line-height: 60px;
    margin-bottom: 20px;
}

.new-description__item {
    position: relative;
    padding: 18px 80px 18px 40px;
    border-bottom: 1px solid #d8d8d8;
    box-sizing: border-box;
    list-style: none;
    color: #777;
    text-align: left;
}

.new-description__wide {
    margin: 0 -54px;
}

.new-description__plus {
    position: absolute;
    top: 20px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 18px;
    left: 0;
    width: 25px;
    height: 25px;
    background-color: #000;
    border-radius: 50%;
    text-indent: -9999px;
}

.new-description__plus:before,
.new-description__plus:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: auto;
    content: '';
}

.new-description__plus:before {
    width: 7px;
    height: 0;
    border-top: 1px solid #fff;
}

.new-description__plus:after {
    height: 7px;
    width: 0;
    border-left: 1px solid #fff;
}

@media only screen and (max-width: 1025px) {
    .new-description {
        padding: 0;
    }
    .new-description__wide {
        margin: 0;
    }
}

@media only screen and (max-width: 680px) {
    .new-description__img {
        margin-top: 40px;
        padding: 0 40px;
        box-sizing: border-box;
    }
    .new-description__subject {
        height: 40px;
        line-height: 40px;
    }
    .new-description__list.type-mt {
        margin-top: 10px;
    }
    .new-description__item {
        padding: 18px 4px 18px 22px;
    }
    .new-description__plus {
        top: 21px;
        width: 13px;
        height: 13px;
    }
    .new-description__plus:before {
        width: 5px;
    }
    .new-description__plus:after {
        height: 5px;
    }
}

.vertical-box {
    display: table-cell;
    width: 1%;
    height: inherit;
    vertical-align: middle;
}

.new-explan {
    padding: 100px 60px;
    box-sizing: border-box;
}

.new-explan.type-white {
    padding: 0 60px;
}

.new-explan.type-three .new-explan__item {
    width: 33.33%;
}

.new-explan.type-three .new-explan__item:nth-child(2)~.new-explan__item {
    margin-top: 0;
}

.new-explan.type-three .new-explan__wrap {
    padding: 0 40px;
}

.new-explan.type-mt {
    margin-top: 56px;
}

.new-explan.type-inner {
    padding: 0;
}

.new-explan.type-inner.type-three .new-explan__list {
    margin-left: -24px;
}

.new-explan.type-inner.type-three .new-explan__item {
    padding-left: 24px;
}

.new-explan.type-inner.type-three .new-explan__item:nth-child(3)~.new-explan__item {
    margin-top: 50px;
}

.new-explan.type-inner.type-three .new-explan__wrap {
    padding: 0 30px;
}

.new-explan__description {
    margin-bottom: 50px;
}

.new-explan__list {
    margin: 0 0 0 -40px;
    padding: 0;
    font-size: 0;
    text-align: left;
}

.new-explan__item {
    display: inline-block;
    width: 50%;
    padding-left: 40px;
    box-sizing: border-box;
    list-style: none;
    vertical-align: top;
    text-align: center;
}

.new-explan__item:nth-child(2)~.new-explan__item {
    margin-top: 36px;
}

.new-explan__item.type-wide {
    width: 100%;
}

.new-explan__wrap {
    margin-top: 34px;
    padding: 0 80px;
    box-sizing: border-box;
}

.new-explan__subject:after {
    display: block;
    width: 20px;
    height: 0;
    margin: 14px auto 0;
    border-top: 1px solid #000;
    content: '';
}

.new-explan__txt {
    margin-top: 16px;
}

.new-explan__img {
    position: relative;
}

.new-explan__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 14px 20px;
    background-color: rgba(69, 105, 177, 0.8);
    color: #fff;
    box-sizing: border-box;
}

@media only screen and (max-width: 1025px) {
    .new-explan {
        margin: 0 -40px;
        padding-left: 104px;
        padding-right: 104px;
    }
    .new-explan.type-white {
        padding: 0 104px;
    }
    .new-explan.type-three {
        padding-left: 40px;
        padding-right: 40px;
    }
    .new-explan.type-three .new-explan__list {
        margin: 0 0 0 -40px;
        text-align: center;
    }
    .new-explan.type-three .new-explan__item {
        width: 50%;
        margin-top: 0;
        padding-left: 40px;
    }
    .new-explan.type-three .new-explan__item:nth-child(2)~.new-explan__item {
        margin-top: 40px;
    }
    .new-explan.type-three .new-explan__wrap {
        padding: 0 30px;
    }
    .new-explan.type-inner {
        padding-left: 40px;
        padding-right: 40px;
    }
    .new-explan.type-inner.type-three .new-explan__list {
        margin-left: -30px;
    }
    .new-explan.type-inner.type-three .new-explan__item {
        padding-left: 30px;
    }
    .new-explan.type-inner.type-three .new-explan__item:nth-child(2)~.new-explan__item {
        margin-top: 30px;
    }
    .new-explan__list {
        margin: 0;
    }
    .new-explan__item {
        width: 100%;
        padding-left: 0;
        margin-top: 54px;
    }
    .new-explan__item:nth-child(2)~.new-explan__item {
        margin-top: 54px;
    }
}

@media only screen and (max-width: 680px) {
    .new-explan {
        margin: 0 -12px;
        padding: 50px 20px;
    }
    .new-explan.type-mt {
        margin-top: 26px;
    }
    .new-explan.type-white {
        padding: 0px 20px;
    }
    .new-explan.type-three {
        padding-left: 12px;
        padding-right: 12px;
    }
    .new-explan.type-three .new-explan__list {
        margin: 0 0 0 -10px;
        text-align: center;
    }
    .new-explan.type-three .new-explan__item {
        padding-left: 10px;
    }
    .new-explan.type-three .new-explan__item:nth-child(2)~.new-explan__item {
        margin-top: 20px;
    }
    .new-explan.type-three .new-explan__wrap {
        padding: 0 5px;
    }
    .new-explan.type-inner {
        padding-left: 12px;
        padding-right: 12px;
    }
    .new-explan.type-inner.type-three .new-explan__list {
        margin-left: -12px;
    }
    .new-explan.type-inner.type-three .new-explan__item {
        padding-left: 12px;
    }
    .new-explan.type-inner.type-three .new-explan__item:nth-child(2)~.new-explan__item {
        margin-top: 20px;
    }
    .new-explan.type-inner.type-three .new-explan__wrap {
        padding: 0 6px;
    }
    .new-explan__item {
        margin-top: 28px;
    }
    .new-explan__item:nth-child(2)~.new-explan__item {
        margin-top: 28px;
    }
    .new-explan__wrap {
        margin-top: 24px;
        padding: 0;
    }
    .new-explan__caption {
        padding: 8px 10px;
    }
}

.new-stripe {
    background-color: #f5d3dc;
    padding: 20px 180px 60px;
    box-sizing: border-box;
}

.new-stripe.type-h {
    padding-left: 0;
    padding-right: 0;
}

.new-stripe.type-padding-zero {
    padding: 0;
}

.new-stripe__list {
    margin: 0;
    padding: 0;
}

.new-stripe__item {
    position: relative;
    height: 210px;
    padding-left: 160px;
    list-style: none;
    text-align: left;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
}

.new-stripe__item.border-style1 {
    border-color: #c8c8c8;
}

.new-stripe__item.type-chest {
    height: 324px;
    padding-left: 234px;
}

.new-stripe__item.type-chest .new-stripe__img {
    width: 200px;
    height: 200px;
}

.new-stripe__img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 130px;
    height: 130px;
    margin: auto 0;
}

.new-stripe__wrap {
    display: table-cell;
    width: 1%;
    height: inherit;
    vertical-align: middle;
}

.new-stripe__txt2 {
    margin-top: 6px;
}

.new-stripe__txt3 {
    margin-top: 55px;
}

@media only screen and (max-width: 680px) {
    .new-stripe {
        padding-top: 16px;
        padding-bottom: 50px;
    }
    .new-stripe__item {
        height: auto;
        padding: 34px 4px 34px 80px;
    }
    .new-stripe__img {
        width: 65px;
        height: 65px;
    }
    .new-stripe__txt3 {
        margin-top: 25px;
    }
}

.new-stripe2.type-reoperation .new-stripe2__txt2 {
    background-color: #ff6263;
}

.new-stripe2.type-reoperation2 .new-stripe2__txt2 {
    background-color: #5b2626;
}

.new-stripe2__list {
    margin: 56px 0 0 0;
    padding: 0;
    list-style: none;
}

.new-stripe2__item {
    position: relative;
    padding-left: 300px;
    text-align: left;
}

.new-stripe2__item+.new-stripe2__item {
    margin-top: 60px;
}

.new-stripe2__img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 250px;
    height: 250px;
    margin: auto 0;
}

.new-stripe2__txt {
    margin-top: 25px;
}

.new-stripe2__wrap {
    margin: 40px 0 0 -20px;
    font-size: 0;
}

.new-stripe2__wrap.type-full {
    margin-top: 22px;
    margin-left: 0;
}

.new-stripe2__wrap.type-full .new-stripe2__box {
    width: 100%;
    height: auto;
    padding-left: 0;
}

.new-stripe2__wrap.type-full .new-stripe2__box+.new-stripe2__box {
    margin-top: 10px;
}

.new-stripe2__wrap.type-full .new-stripe2__txt2 {
    height: auto;
    padding: 8px 3%;
}

.new-stripe2__box {
    display: inline-block;
    width: 33.33%;
    height: 70px;
    padding-left: 20px;
    box-sizing: border-box;
    text-align: center;
}

.new-stripe2__txt2 {
    height: inherit;
    padding: 0 3%;
    color: #fff;
}

.new-stripe2__vertical {
    display: table-cell;
    width: 1%;
    height: inherit;
    vertical-align: middle;
}

@media only screen and (max-width: 1180px) {
    .new-stripe2__item {
        padding-left: 0;
    }
    .new-stripe2__img {
        position: static;
        margin: 0 auto;
    }
    .new-stripe2__subject {
        margin-top: 35px;
    }
    .new-stripe2__wrap {
        margin-left: 0;
    }
    .new-stripe2__wrap.type-full {
        margin-top: 46px;
    }
    .new-stripe2__wrap.type-full .new-stripe2__box+.new-stripe2__box {
        margin-top: 30px;
    }
    .new-stripe2__wrap.type-full .new-stripe2__txt2 {
        height: auto;
        padding: 20px 3%;
    }
    .new-stripe2__box {
        width: 100%;
        padding-left: 0;
        height: auto;
    }
    .new-stripe2__box+.new-stripe2__box {
        margin-top: 30px;
    }
    .new-stripe2__txt2 {
        padding: 26px 3% 24px;
    }
}

@media only screen and (max-width: 680px) {
    .new-stripe2__list {
        margin-top: 30px;
    }
    .new-stripe2__item+.new-stripe2__item {
        margin-top: 30px;
    }
    .new-stripe2__img {
        width: 125px;
        height: 125px;
    }
    .new-stripe2__subject {
        margin-top: 20px;
    }
    .new-stripe2__txt {
        margin-top: 15px;
    }
    .new-stripe2__wrap {
        margin-top: 20px;
    }
    .new-stripe2__wrap.type-full {
        margin-top: 24px;
    }
    .new-stripe2__wrap.type-full .new-stripe2__box+.new-stripe2__box {
        margin-top: 14px;
    }
    .new-stripe2__wrap.type-full .new-stripe2__txt2 {
        height: auto;
        padding: 12px 3%;
    }
    .new-stripe2__box+.new-stripe2__box {
        margin-top: 15px;
    }
    .new-stripe2__txt2 {
        padding: 10px 3% 8px;
    }
}

.inner-stripe {
    margin-top: 70px;
    padding: 70px 0 0;
    border-top: 1px solid #c8c8c8;
    box-sizing: border-box;
}

.inner-stripe.type-line {
    padding-bottom: 70px;
    border-bottom: 1px solid #c8c8c8;
}

.inner-stripe.type-line-zero {
    padding: 0;
    border: 0;
}

.inner-stripe.type-cling {
    margin-top: 0;
}

.inner-stripe.type-img-half {
    margin-top: 90px;
}

.inner-stripe.type-img-half .inner-stripe__item {
    padding-left: 360px;
}

.inner-stripe.type-img-half .inner-stripe__box {
    width: auto;
    font-size: 0;
}

.inner-stripe.type-img-half .inner-stripe__img {
    display: inline-block;
    width: 150px;
    box-sizing: border-box;
}

.inner-stripe.type-img-half .inner-stripe__img+.inner-stripe__img {
    margin-left: 10px;
}

.inner-stripe__list {
    margin: 0;
    padding: 0;
}

.inner-stripe__item {
    position: relative;
    padding-left: 188px;
    list-style: none;
    text-align: left;
    box-sizing: border-box;
}

.inner-stripe__item+.inner-stripe__item {
    margin-top: 80px;
}

.inner-stripe__box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 150px;
    height: 150px;
    margin: auto 0;
}

.inner-stripe__img {
    position: relative;
    width: inherit;
    height: inherit;
}

.inner-stripe__wrap {
    display: table-cell;
    width: 1%;
    height: inherit;
    vertical-align: middle;
}

.inner-stripe__txt {
    margin-top: 6px;
}

@media only screen and (max-width: 1025px) {
    .inner-stripe {
        margin-top: 50px;
    }
    .inner-stripe__item+.inner-stripe__item {
        margin-top: 36px;
    }
}

@media only screen and (max-width: 680px) {
    .inner-stripe {
        margin-top: 26px;
        padding-top: 20px;
    }
    .inner-stripe.type-img-half {
        margin-top: 35px;
    }
    .inner-stripe.type-img-half .inner-stripe__item {
        padding: 0;
    }
    .inner-stripe.type-img-half .inner-stripe__item+.inner-stripe__item {
        margin-top: 30px;
    }
    .inner-stripe.type-img-half .inner-stripe__box {
        text-align: center;
    }
    .inner-stripe.type-img-half .inner-stripe__img {
        width: 70px;
        box-sizing: border-box;
    }
    .inner-stripe__box {
        position: static;
        width: 75px;
        height: 75px;
        margin: 0px auto;
    }
    .inner-stripe__item {
        padding: 0;
    }
    .inner-stripe__subject {
        margin-top: 18px;
    }
}

.inner-stripe2__list {
    display: table;
    margin: -40px 0;
    padding: 0;
    border-spacing: 0 40px;
}

.inner-stripe2__item {
    display: table-row;
    height: 150px;
    list-style: none;
}

.inner-stripe2__wrap {
    display: table-cell;
    vertical-align: middle;
}

.inner-stripe2__inner {
    position: relative;
    padding-left: 186px;
}

.inner-stripe2__img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 150px;
    height: 150px;
    margin: auto 0;
}

.inner-stripe2__box {
    text-align: left;
}

.inner-stripe2__txt {
    margin-top: 8px;
}

@media only screen and (max-width: 1025px) {
    .inner-stripe2__list {
        display: block;
        margin: 0;
        border-spacing: 0;
    }
    .inner-stripe2__item {
        display: block;
        height: auto;
    }
    .inner-stripe2__item+.inner-stripe2__item {
        margin-top: 40px;
    }
    .inner-stripe2__wrap {
        display: block;
    }
    .inner-stripe2__inner {
        position: static;
        padding-left: 0;
    }
    .inner-stripe2__img {
        position: static;
        margin: 0 auto;
    }
    .inner-stripe2__box {
        margin-top: 16px;
    }
}

@media only screen and (max-width: 680px) {
    .inner-stripe2__item+.inner-stripe2__item {
        margin-top: 30px;
    }
    .inner-stripe2__img {
        width: 120px;
        height: 120px;
    }
    .inner-stripe2__box {
        margin-top: 12px;
    }
    .inner-stripe2__txt {
        margin-top: 6px;
    }
}

.new-style1 {
    padding: 120px 180px 0;
    box-sizing: border-box;
}

.new-style1 .type-bg-white .new-stripe {
    background-color: #fff;
}

.new-style1 .type-mt10 {
    margin-top: 10px;
}

.new-style1 .type-mt50 {
    margin-top: 50px;
}

.new-style1 .type-padding-zero {
    padding: 0;
}

.new-style1.type-overlab {
    background: #eee;
}

.new-style1.type-overlab .new-style1__img {
    margin-bottom: -26%;
}

.new-style1 .text-left {
    text-align: left;
}

.new-style1.type-top0 {
    padding-top: 0;
}

.new-style1.type-bottom0 {
    padding-bottom: 0;
}

.new-style1.type-top {
    padding: 150px 0;
}

.new-style1.type-bottom {
    padding-bottom: 120px;
}

.new-style1.type-gray {
    background: #eee;
}

.new-style1.type-pb {
    padding-bottom: 65px;
}

.new-style1__wrap {
    max-width: 750px;
    margin: 0 auto;
}

.new-style1__tit {
    font-weight: 100;
}

.new-style1__tit+.new-style1__txt2 {
    margin-top: 44px;
}

.new-style1__subtit {
    margin-bottom: 12px;
}

.new-style1__txt {
    margin-top: 44px;
}

.new-style1__txt+.inner-box {
    margin-top: 80px;
}

.new-style1__link {
    display: inline-block;
    height: 50px;
    margin-top: 24px;
    padding: 0 30px;
    border: 1px solid #777;
    font-size: 15px;
    color: #777;
    box-sizing: border-box;
    text-decoration: none;
}

.new-style1__link:after {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: '';
}

.new-style1__link span {
    display: inline-block;
    vertical-align: middle;
}

.new-style1__link:hover {
    background-color: #444;
    border-color: #444;
    color: #fff;
}

.new-style1__txt2 {
    margin-top: 24px;
}

.new-style1__txt2+.inner-box {
    margin-top: 80px;
}

.new-style1__txt2+.new-style1__txt {
    margin-top: 24px;
}

.new-style1__txt2.type-quotation {
    position: relative;
    display: inline-block;
    padding: 0 60px;
    font-style: italic;
}

.new-style1__txt2.type-quotation:before,
.new-style1__txt2.type-quotation:after {
    position: absolute;
    display: block;
    width: 36px;
    height: 28px;
    content: '';
}

.new-style1__txt2.type-quotation:before {
    top: 0;
    left: 0;
}

.new-style1__txt2.type-quotation:after {
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
}

.new-style1__txt2.type-quotation.type-hair:before,
.new-style1__txt2.type-quotation.type-hair:after {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/hair/hair_quotation_1.png") no-repeat center center / contain;
}

.new-style1__txt2.type-quotation.type-hair2:before,
.new-style1__txt2.type-quotation.type-hair2:after {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/hair/hair_quotation_2.png") no-repeat center center / contain;
}

.new-style1__txt2.type-quotation.type-wrinkle:before,
.new-style1__txt2.type-quotation.type-wrinkle:after {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/wrinkle/wrinkle_quotation_1.png") no-repeat center center / contain;
}

.new-style1__txt2.type-quotation.type-wrinkle2:before,
.new-style1__txt2.type-quotation.type-wrinkle2:after {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/wrinkle/wrinkle_quotation_2.png") no-repeat center center / contain;
}

.new-style1__txt2.type-quotation.type-contour:before,
.new-style1__txt2.type-quotation.type-contour:after {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/contour/contour_quotation_1.png") no-repeat center center / contain;
}

.new-style1__txt2.type-quotation.type-contour2:before,
.new-style1__txt2.type-quotation.type-contour2:after {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/contour/contour_quotation_2.png") no-repeat center center / contain;
}

.new-style1__txt2.type-quotation.type-contour3:before,
.new-style1__txt2.type-quotation.type-contour3:after {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/contour/contour_quotation_3.png") no-repeat center center / contain;
}

.new-style1__txt2.type-quotation.type-eye:before,
.new-style1__txt2.type-quotation.type-eye:after {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/eye/eye_quotation_1.png") no-repeat center center / contain;
}

.new-style1__txt2.type-quotation.type-eye2:before,
.new-style1__txt2.type-quotation.type-eye2:after {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/eye/eye_quotation_2.png") no-repeat center center / contain;
}

.new-style1__txt2.type-quotation.type-eye3:before,
.new-style1__txt2.type-quotation.type-eye3:after {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/eye/eye_quotation_3.png") no-repeat center center / contain;
}

.new-style1__txt2.type-quotation.type-white:before,
.new-style1__txt2.type-quotation.type-white:after {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/content_quotation_1.png") no-repeat center center / contain;
}

.new-style1__txt2.type-quotation.type-body:before,
.new-style1__txt2.type-quotation.type-body:after {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/body/body_quotation_1.png") no-repeat center center / contain;
}

.new-style1__txt2.type-quotation.type-body2:before,
.new-style1__txt2.type-quotation.type-body2:after {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/body/body_quotation_2.png") no-repeat center center / contain;
}

.new-style1__txt2.type-quotation.type-chest:before,
.new-style1__txt2.type-quotation.type-chest:after {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/chest/chest_quotation_1.png") no-repeat center center / contain;
}

.new-style1__txt2.type-quotation.type-chest2:before,
.new-style1__txt2.type-quotation.type-chest2:after {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/chest/chest_quotation_2.png") no-repeat center center / contain;
}

.new-style1__txt2.type-quotation.type-nose:before,
.new-style1__txt2.type-quotation.type-nose:after {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/nose/nose_quotation_1.png") no-repeat center center / contain;
}

.new-style1__txt2.type-quotation.type-nose2:before,
.new-style1__txt2.type-quotation.type-nose2:after {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/nose/nose_quotation_2.png") no-repeat center center / contain;
}

.new-style1__txt2.type-quotation.type-reoperation:before,
.new-style1__txt2.type-quotation.type-reoperation:after {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/reoperation/reoperation_quotation_1.png") no-repeat center center / contain;
}

.new-style1__txt2.type-quotation.type-reoperation2:before,
.new-style1__txt2.type-quotation.type-reoperation2:after {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/reoperation/reoperation_quotation_2.png") no-repeat center center / contain;
}

.new-style1__txt2.type-quotation.type-svf:before,
.new-style1__txt2.type-quotation.type-svf:after {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/svf/svf_quotation_1.png") no-repeat center center / contain;
}

.new-style1__txt2.type-quotation.type-svf2:before,
.new-style1__txt2.type-quotation.type-svf2:after {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/svf/svf_quotation_2.png") no-repeat center center / contain;
}

.new-style1__txt2.type-quotation.type-special:before,
.new-style1__txt2.type-quotation.type-special:after {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/special/special_quotation_1.png") no-repeat center center / contain;
}

.new-style1__txt2.type-quotation.type-special2:before,
.new-style1__txt2.type-quotation.type-special2:after {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/special/special_quotation_2.png") no-repeat center center / contain;
}

.new-style1__img {
    position: relative;
    margin-top: 64px;
}

.new-style1__img.type-cling {
    margin-top: 0;
}

.new-style1__img.type-padding {
    margin-top: 0;
    padding-top: 64px;
}

.new-style1__area {
    margin: 0 -120px;
}

.new-style1__noti {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    text-align: center;
    color: #fff;
}

.new-style1__noti2 {
    margin: 46px -180px 0 0;
    text-align: right;
}

.new-style1__overlay {
    position: absolute;
    bottom: 80px;
    width: 210px;
}

.new-style1__overlay.type-left {
    left: 0;
}

.new-style1__overlay.type-right {
    right: 0;
}

.new-style1__overlay2 {
    width: 440px;
    padding-bottom: 46px;
    box-sizing: border-box;
}

.new-style1__caption {
    padding: 8px 10px;
}

.new-style1__caption.type-wrinkle {
    background-color: #5e391b;
    color: #fff;
}

@media only screen and (max-width: 1025px) {
    .new-style1 .type-top0-t {
        padding-top: 0;
    }
    .new-style1.type-overlab .new-style1__img {
        margin-bottom: 0;
    }
    .new-style1__area {
        margin: 24px 0 0;
    }
    .new-style1__overlay {
        bottom: 40px;
        width: 168px;
    }
    .new-style1__overlay2 {
        width: 100%;
        text-align: left;
    }
    .new-style1__noti2 {
        margin-right: 0;
        text-align: center;
    }
    .new-style1__img.type-tablet-padding {
        padding: 0 40px;
    }
}

@media only screen and (max-width: 680px) {
    .new-style1 {
        padding-top: 60px;
    }
    .new-style1 .type-top0-m {
        padding-top: 0px;
    }
    .new-style1 .m-line-h {
        line-height: 1.4;
    }
    .new-style1.type-bottom {
        padding-bottom: 60px;
    }
    .new-style1__wrap {
        padding: 0 15px;
    }
    .new-style1__tit+.new-style1__txt2 {
        margin-top: 24px;
    }
    .new-style1__txt {
        margin-top: 28px;
    }
    .new-style1__txt+.inner-box {
        margin-top: 40px;
    }
    .new-style1__txt2 {
        margin-top: 24px;
    }
    .new-style1__txt2+.inner-box {
        margin-top: 40px;
    }
    .new-style1__txt2+.new-style1__txt {
        margin-top: 18px;
    }
    .new-style1__txt2.type-quotation {
        padding: 0 24px;
    }
    .new-style1__txt2.type-quotation:before,
    .new-style1__txt2.type-quotation:after {
        width: 18px;
        height: 14px;
    }
    .new-style1__link {
        height: 30px;
        margin-top: 14px;
        padding: 0 24px;
        font-size: 1.2rem;
    }
    .new-style1__img {
        margin: 40px -12px 0;
    }
    .new-style1__img.type-padding-m {
        padding: 0 12px;
    }
    .new-style1__img.mobile-padding {
        padding: 0 30px;
    }
    .new-style1__img.type-padding {
        padding-top: 40px;
    }
    .new-style1__img.type-tablet-padding {
        padding: 0 14px;
    }
    .new-style1__area {
        margin-top: 14px;
    }
    .new-style1__noti {
        bottom: 15px;
    }
    .new-style1__overlay {
        width: 85px;
    }
    .new-style1__overlay.type-left {
        left: 12px;
    }
    .new-style1__overlay.type-right {
        right: 12px;
    }
    .new-style1__overlay2 {
        padding: 0 12px 25px;
    }
    .new-style1__noti2 {
        margin-top: 26px;
    }
}

.new-style2__tit {
    font-weight: 100;
}

.new-style2__txt {
    margin-top: 40px;
}

.new-style2__txt2 {
    margin-top: 20px;
}

@media only screen and (max-width: 680px) {
    .new-style2__txt {
        margin-top: 28px;
    }
    .new-style2__txt2 {
        margin-top: 12px;
    }
}

.new-style3 {
    padding: 100px 180px;
    box-sizing: border-box;
}

.new-style3__tit {
    font-weight: 100;
}

.new-style3__img {
    position: relative;
    margin-top: 54px;
}

.new-style3__subject {
    margin-top: 26px;
}

.new-style3__txt {
    margin-top: 24px;
}

.new-style3__caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px 10px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
}

@media only screen and (max-width: 680px) {
    .new-style3 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .new-style3__img {
        margin-top: 24px;
    }
    .new-style3__subject {
        margin-top: 12px;
    }
    .new-style3__txt {
        margin-top: 12px;
    }
    .new-style3__caption {
        padding: 8px;
    }
}

.new-operation {
    text-align: center;
}

.new-operation__subject {
    position: relative;
}

.new-operation__subject:before {
    display: block;
    width: 110px;
    height: 126px;
    margin: 0 auto 18px;
    content: '';
}

.new-operation__txt {
    color: #444;
}

.new-operation__list {
    margin: 0;
    padding: 0;
}

.new-operation__item {
    display: inline-block;
    margin: 44px 35px 0;
    list-style: none;
    vertical-align: top;
}

.new-operation__item.nth-1 .new-operation__subject:before {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/operation_icon_1.png") no-repeat center center / contain;
}

.new-operation__item.nth-2 .new-operation__subject:before {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/operation_icon_2.png") no-repeat center center / contain;
}

.new-operation__item.nth-3 .new-operation__subject:before {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/operation_icon_3.png") no-repeat center center / contain;
}

.new-operation__item.nth-4 .new-operation__subject:before {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/operation_icon_4.png") no-repeat center center / contain;
}

.new-operation__item.nth-5 .new-operation__subject:before {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/operation_icon_5.png") no-repeat center center / contain;
}

.new-operation__item.nth-6 .new-operation__subject:before {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/operation_icon_6.png") no-repeat center center / contain;
}

.new-operation__item.nth-7 .new-operation__subject:before {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/operation_icon_7.png") no-repeat center center / contain;
}

.new-operation__btn {
    display: inline-block;
    width: 240px;
    height: 50px;
    margin-top: 50px;
    font-size: 15px;
    color: #fff;
    background-color: #b916a4;
    border: 1px solid #501d49;
    text-decoration: none;
}

.new-operation__btn:after {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: '';
}

.new-operation__btn span {
    position: relative;
    display: inline-block;
    padding-right: 15px;
    vertical-align: middle;
    box-sizing: border-box;
}

.new-operation__btn span:after {
    position: absolute;
    display: block;
    top: 6px;
    right: 0;
    width: 5px;
    height: 7px;
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/operation_arrow.png") no-repeat center center /contain;
    margin: auto 0;
    content: '';
}

@media only screen and (max-width: 1025px) {
    .new-operation__list {
        padding: 0 100px;
        box-sizing: border-box;
        font-size: 0;
    }
    .new-operation__item {
        width: 33.33%;
        margin-left: 0;
        margin-right: 0;
        vertical-align: top;
    }
}

@media only screen and (max-width: 680px) {
    .new-operation__subject:before {
        width: 80px;
        height: 92px;
        margin-bottom: 12px;
    }
    .new-operation__list {
        padding: 0;
        text-align: left;
    }
    .new-operation__item {
        display: inline-block;
        width: 50%;
        margin: 22px 0 0;
        text-align: center;
        vertical-align: top;
    }
    .new-operation__btn {
        width: 150px;
        height: 36px;
        margin-top: 25px;
        font-size: 1.2rem;
        color: #fff;
    }
    .new-operation__btn span {
        padding-right: 8px;
    }
    .new-operation__btn span:after {
        top: 4px;
        width: 4px;
        height: 7px;
        background: url("/img_up/shop_pds/banobagi/design/pre/images/content/operation_arrow_m.png") no-repeat center center /contain;
    }
}

.operation-v2 {
    margin-left: -60px;
}

.operation-v2.type-contour {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/operation/operation_contour_1.jpg") no-repeat left center / contain;
}

.operation-v2.type-eye {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/operation/operation_eye_1.jpg") no-repeat left center / contain;
}

.operation-v2.type-eye2 {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/operation/operation_eye_2.png") no-repeat left center / contain;
}

.operation-v2.type-body {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/operation/operation_body_1.jpg") no-repeat left center / contain;
}

.operation-v2.type-chest {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/operation/operation_chest_1.jpg") no-repeat left center / contain;
}

.operation-v2.type-nose {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/operation/operation_nose_1.jpg") no-repeat left center / contain;
}

.operation-v2.type-special {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/operation/operation_special_1.jpg") no-repeat left center / contain;
}

.operation-v2.type-svf {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/operation/operation_svf_1.jpg") no-repeat left center / contain;
}

.operation-v2.type-wrinkle {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/operation/operation_wrinkle_1.jpg") no-repeat left center / contain;
}

.operation-v2.type-hair {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/operation/operation_hair_1.jpg") no-repeat left center / contain;
}

.operation-v2.type-four .operation-v2__item.nth-5:before {
    background-position-x: -40px;
}

.operation-v2.type-four .operation-v2__item.nth-6:before {
    background-position-x: 0px;
}

.operation-v2__wrap {
    padding: 70px 0 50px 490px;
    box-sizing: border-box;
    text-align: left;
}

.operation-v2__tit {
    margin: 0;
    font-size: 40px;
    color: #333;
    font-weight: 500;
}

.operation-v2__subtit {
    margin: 7px 0 0 0;
    font-size: 18px;
    color: #555;
}

.operation-v2__list {
    margin: 20px 0 0 0;
    padding: 0;
    font-size: 0;
}

.operation-v2__item {
    position: relative;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    list-style: none;
    box-sizing: border-box;
    background-color: #333;
}

.operation-v2__item:nth-child(4n+2),
.operation-v2__item:nth-child(4n+3) {
    background-color: #d8d8d8;
}

.operation-v2__item:nth-child(4n+2) .operation-v2__subject,
.operation-v2__item:nth-child(4n+2) .operation-v2__txt,
.operation-v2__item:nth-child(4n+3) .operation-v2__subject,
.operation-v2__item:nth-child(4n+3) .operation-v2__txt {
    color: #333;
}

.operation-v2__item:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    display: block;
    width: 40px;
    height: 40px;
    margin: auto 0;
    content: '';
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/operation/operation_icon.png") no-repeat;
}

.operation-v2__item.nth-2:before {
    background-position: -40px -40px;
}

.operation-v2__item.nth-3:before {
    background-position: -40px -80px;
}

.operation-v2__item.nth-4:before {
    background-position: 0px -120px;
}

.operation-v2__item.nth-5:before {
    background-position: 0px -160px;
}

.operation-v2__item.nth-6:before {
    background-position: -40px -200px;
}

.operation-v2__item.nth-7:before {
    background-position: 0px -240px;
}

.operation-v2__subject {
    color: #fff;
}

.operation-v2__txt {
    color: #fff;
}

.operation-v2__link {
    display: inline-block;
    font-size: 14px;
    margin-top: 16px;
    padding: 0 20px;
    line-height: 36px;
    background: #8d217f;
    border-radius: 16px;
    color: #fff;
    transition: all 0.3s;
    text-align: center;
    text-decoration: none;
}

.operation-v2__link span {
    position: relative;
    padding-left: 24px;
}

.operation-v2__link span:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 20px;
    height: 21px;
    margin: auto 0;
    background: url("/img_up/shop_pds/banobagi/design/pre/images/common/content_noti.png") no-repeat center center / contain;
    content: '';
}

.operation-v2__txt2 {
    margin-top: 8px;
}

.operation-v2__box {
    display: table-cell;
    width: 1%;
    height: inherit;
    padding: 16px 30px 16px 96px;
    box-sizing: border-box;
    vertical-align: middle;
}

@media only screen and (max-width: 1025px) {
    .operation-v2 {
        margin-left: 0;
        background-image: none !important;
    }
    .operation-v2__wrap {
        padding: 0;
    }
}

@media only screen and (max-width: 680px) {
    .operation-v2.type-four .operation-v2__item.nth-5:before {
        background-position-x: 0px;
    }
    .operation-v2.type-four .operation-v2__item.nth-6:before {
        background-position-x: -20px;
    }
    .operation-v2__tit {
        font-size: 2.5rem;
    }
    .operation-v2__txt2 {
        margin-top: 4px;
    }
    .operation-v2__subtit {
        margin-top: 4px;
        font-size: 1.3rem;
    }
    .operation-v2__list {
        margin-top: 10px;
    }
    .operation-v2__item {
        width: 100%;
    }
    .operation-v2__item:nth-child(4n+2),
    .operation-v2__item:nth-child(4n+3) {
        background-color: #333;
    }
    .operation-v2__item:nth-child(4n+2) .operation-v2__subject,
    .operation-v2__item:nth-child(4n+2) .operation-v2__txt,
    .operation-v2__item:nth-child(4n+3) .operation-v2__subject,
    .operation-v2__item:nth-child(4n+3) .operation-v2__txt {
        color: #fff;
    }
    .operation-v2__item:nth-child(even) {
        background-color: #d8d8d8 !important;
    }
    .operation-v2__item:nth-child(even) .operation-v2__subject,
    .operation-v2__item:nth-child(even) .operation-v2__txt {
        color: #333 !important;
    }
    .operation-v2__item:before {
        left: 15px;
        width: 20px;
        height: 20px;
        background-size: 40px 140px;
    }
    .operation-v2__item.nth-2:before {
        background-position: -20px -20px;
    }
    .operation-v2__item.nth-3:before {
        background-position: 0px -40px;
    }
    .operation-v2__item.nth-4:before {
        background-position: -20px -60px;
    }
    .operation-v2__item.nth-5:before {
        background-position: 0px -80px;
    }
    .operation-v2__item.nth-6:before {
        background-position: -20px -100px;
    }
    .operation-v2__item.nth-7:before {
        background-position: -20px -120px;
    }
    .operation-v2__box {
        display: block;
        width: 100%;
        height: auto;
        padding: 10px 15px 10px 52px;
    }
    .operation-v2__link {
        font-size: 1.4rem;
    }
}

.pain-v2 {
    margin-top: 40px;
}

.pain-v2.type-contour .pain-v2__item.is-active .pain-v2__square {
    background-color: #7fa0e3;
}

.pain-v2.type-body .pain-v2__item.is-active .pain-v2__square {
    background-color: #ffa800;
}

.pain-v2.type-chest .pain-v2__item.is-active .pain-v2__square {
    background-color: #a482c9;
}

.pain-v2.type-eye .pain-v2__item.is-active .pain-v2__square {
    background-color: #4b977e;
}

.pain-v2.type-nose .pain-v2__item.is-active .pain-v2__square {
    background-color: #f17b9c;
}

.pain-v2.type-wrinkle .pain-v2__item.is-active .pain-v2__square {
    background-color: #aa8b77;
}

.pain-v2.type-svf .pain-v2__item.is-active .pain-v2__square {
    background-color: #ffc332;
}

.pain-v2.type-reoperation .pain-v2__item.is-active .pain-v2__square {
    background-color: #ff6263;
}

.pain-v2.type-special .pain-v2__item.is-active .pain-v2__square {
    background-color: #035dbd;
}

.pain-v2.type-hair .pain-v2__item.is-active .pain-v2__square {
    background-color: #00c58e;
}

.pain-v2__tit {
    position: relative;
    padding-left: 36px;
    color: #333;
    box-sizing: border-box;
}

.pain-v2__tit:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 32px;
    height: 28px;
    margin: auto 0;
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/operation/operation_pain.png") no-repeat center center/contain;
    content: '';
}

.pain-v2__list {
    margin: 14px 0 0 0;
    padding: 0;
    border: 1px solid #333;
    box-sizing: border-box;
    background-color: #f5f5f5;
}

.pain-v2__list:after {
    display: block;
    clear: both;
    content: '';
}

.pain-v2__item {
    float: left;
    width: 10%;
    padding-left: 2px;
    box-sizing: border-box;
    list-style: none;
    background-color: #fff;
}

.pain-v2__item:first-child {
    padding-left: 0;
}

.pain-v2__square {
    overflow: hidden;
    height: 24px;
    text-indent: -9999px;
    background-color: #f5f5f5;
}

.pain-v2__txt {
    margin: 20px 0 0 0;
    color: #333;
}

.pain-v2__box {
    margin-top: 14px;
}

@media only screen and (max-width: 1025px) {
    .pain-v2 {
        margin-top: 36px;
    }
}

@media only screen and (max-width: 680px) {
    .pain-v2 {
        margin-top: 20px;
    }
    .pain-v2__tit {
        padding-left: 20px;
    }
    .pain-v2__tit:before {
        width: 16px;
        height: 14px;
    }
    .pain-v2__list {
        margin-top: 10px;
    }
    .pain-v2__square {
        height: 10px;
    }
    .pain-v2__item {
        padding-left: 1px;
    }
    .pain-v2__txt {
        margin-top: 14px;
        font-size: 1.2rem;
    }
    .pain-v2__noti {
        font-size: 1rem;
    }
    .pain-v2__box {
        margin-top: 10px;
    }
}

.pain {
    margin-top: 100px;
}

.pain.type-special .pain__item.is-active .pain__circle {
    background: #003378;
}

.pain.type-nose .pain__item.is-active .pain__circle {
    background: #f17b9c;
}

.pain.type-eye .pain__item.is-active .pain__circle {
    background: #4b977e;
}

.pain.type-body .pain__item.is-active .pain__circle {
    background: #ffa800;
}

.pain.type-contour .pain__item.is-active .pain__circle {
    background: #7fa0e3;
}

.pain.type-chest .pain__item.is-active .pain__circle {
    background: #a482c9;
}

.pain.type-wrinkle .pain__item.is-active .pain__circle {
    background: #aa8b77;
}

.pain.type-reoperation .pain__item.is-active .pain__circle {
    background: #ff6263;
}

.pain__list {
    margin: 36px 0 0 0;
    padding: 0;
    font-size: 0;
    counter-reset: section;
}

.pain__item {
    display: inline-block;
    position: relative;
    padding: 0 1.95%;
    box-sizing: border-box;
    list-style: none;
}

.pain__item+.pain__item:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -5px;
    display: block;
    width: 10px;
    height: 10px;
    margin: auto 0;
    background: #ddd;
    border-radius: 50%;
    content: '';
}

.pain__item:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: 8px 0 0 0;
    font-size: 15px;
    color: #999;
    counter-increment: section;
    content: counter(section);
}

.pain__circle {
    overflow: hidden;
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #999;
    text-indent: -999px;
}

.pain__circle:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 30px;
    height: 30px;
    border: 3px solid #fff;
    border-radius: 50%;
    margin: auto;
    z-index: 1;
    content: '';
}

.pain__txt {
    max-width: 1000px;
    width: 100%;
    margin: 70px auto 0;
    padding: 0 10px;
    box-sizing: border-box;
}

.pain__box {
    max-width: 1000px;
    width: 100%;
    margin: 36px auto 0;
    padding: 26px 10px;
    border: 1px solid #ccc;
    background: #f7f7f7;
    box-sizing: border-box;
}

.pain__noti+.pain__noti {
    margin-top: 4px;
}

@media only screen and (max-width: 1025px) {
    .pain__item {
        padding: 0 10px;
    }
    .pain__item+.pain__item:before {
        display: none;
    }
    .pain__item:after {
        display: none;
    }
    .pain__txt {
        margin-top: 46px;
    }
}

@media only screen and (max-width: 680px) {
    .pain {
        margin-top: 50px;
    }
    .pain__list {
        margin: 22px -6px 0;
    }
    .pain__item {
        padding: 0 6px;
    }
    .pain__circle {
        width: 22px;
        height: 22px;
    }
    .pain__circle:before {
        width: 14px;
        height: 14px;
        border-width: 1px;
    }
    .pain__txt {
        margin-top: 24px;
    }
    .pain__box {
        margin-top: 18px;
        padding: 24px 50px;
    }
}

.outer-box {
    background-color: #eee;
    padding: 60px 180px;
}

.outer-box.type-white {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
}

.outer-box.type-hair {
    overflow: hidden;
    background-color: #00c58e;
    padding-top: 100px;
    padding-bottom: 100px;
}

@media only screen and (max-width: 680px) {
    .outer-box {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.outer-box__noti {
    margin: 26px -120px 0 0;
    color: #fff;
    text-align: right;
}

@media only screen and (max-width: 1025px) {
    .outer-box__noti {
        margin-right: 0;
        text-align: center;
    }
}

@media only screen and (max-width: 680px) {
    .outer-box.type-hair {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .outer-box__noti {
        margin-top: 14px;
    }
}

.inner-box {
    position: relative;
    margin: 0 -120px;
    padding: 100px 120px;
    background-color: #fff;
    box-sizing: border-box;
}

.inner-box+.inner-box {
    margin-top: 90px;
}

.inner-box.type-top {
    margin-top: 60px;
}

.inner-box.type-w {
    padding-top: 0;
    padding-bottom: 0;
}

.inner-box.type-bottom {
    padding-bottom: 0;
}

.inner-box.type-stripe {
    padding-top: 60px;
    padding-bottom: 60px;
}

.inner-box.type-list {
    padding: 44px 174px 60px;
}

.inner-box.type-list-img {
    padding: 100px 174px;
}

.inner-box__line {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 0;
    border-top: 1px solid #c8c8c8;
    margin: 100px 0;
}

@media only screen and (max-width: 1025px) {
    .inner-box {
        margin: 0;
    }
    .inner-box.type-list {
        padding: 45px 60px 50px;
    }
    .inner-box.type-list-img {
        padding: 100px 0;
    }
}

@media only screen and (max-width: 680px) {
    .inner-box {
        margin: 0;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .inner-box.type-top {
        margin-top: 30px;
    }
    .inner-box.type-list {
        padding: 0 17px 20px;
    }
    .inner-box.type-list-img {
        padding: 50px 50px;
    }
    .inner-box.type-stripe {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .inner-box__line {
        margin: 50px 0;
    }
}

.img-style1.type-mt {
    margin-top: 56px;
}

.img-style1.type-line {
    margin-top: 70px;
    padding-top: 100px;
    border-top: 1px solid #c8c8c8;
}

.img-style1.type-wrinkle .img-style1__caption2 {
    background-color: #f3e7e0;
}

.img-style1__list {
    margin: 0;
    padding: 0;
}

.img-style1__list.type-merge {
    font-size: 0;
}

.img-style1__list.type-merge .img-style1__item {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    box-sizing: border-box;
}

.img-style1__list.type-half {
    margin-left: -20px;
    font-size: 0;
}

.img-style1__list.type-half .img-style1__item {
    display: inline-block;
    width: 50%;
    padding-left: 20px;
    vertical-align: top;
    box-sizing: border-box;
}

.img-style1__list.type-half .img-style1__item:nth-child(2)~.img-style1__item {
    margin-top: 36px;
}

.img-style1__list.type-three {
    margin-left: -10px;
    font-size: 0;
}

.img-style1__list.type-three .img-style1__item {
    display: inline-block;
    width: 33.33%;
    padding-left: 10px;
    vertical-align: top;
    box-sizing: border-box;
}

.img-style1__list.type-three .img-style1__item:nth-child(3)~.img-style1__item {
    margin-top: 26px;
}

.img-style1__list.type-three .img-style1__subject {
    margin-top: 16px;
}

.img-style1__list.type-notit {
    margin-top: 0;
}

.img-style1__list.type-imbalance {
    margin-top: 90px;
    font-size: 0;
}

.img-style1__list.type-imbalance .img-style1__item {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}

.img-style1__list.type-imbalance .img-style1__item.nth-1 {
    width: 34.17%;
}

.img-style1__list.type-imbalance .img-style1__item.nth-2 {
    width: 65.83%;
    padding-left: 40px;
}

.img-style1__list.type-mt {
    margin-top: 56px;
}

.img-style1__item {
    list-style: none;
}

.img-style1__txt {
    padding: 0 120px;
    box-sizing: border-box;
}

.img-style1__txt.type-mt {
    margin-top: 36px;
}

.img-style1__subject {
    margin-top: 30px;
}

.img-style1__caption {
    margin-top: 6px;
    padding: 0 3%;
}

.img-style1__caption.type-label {
    margin: 0;
    height: 60px;
    line-height: 60px;
}

.img-style1__caption2 {
    display: table-cell;
    width: 1%;
    height: 66px;
    padding: 8px 10px;
    vertical-align: middle;
}

@media only screen and (max-width: 1025px) {
    .img-style1__txt {
        padding: 0;
    }
    .img-style1__list.type-one {
        padding: 0 70px;
        box-sizing: border-box;
    }
    .img-style1__list.type-merge {
        padding: 0 80px;
        box-sizing: border-box;
        font-size: 0;
    }
    .img-style1__list.type-merge .img-style1__item {
        width: 100%;
    }
    .img-style1__list.type-merge .img-style1__item+.img-style1__item {
        margin-top: -1px;
    }
    .img-style1__list.type-half {
        margin-left: 0;
        padding: 0 80px;
        box-sizing: border-box;
    }
    .img-style1__list.type-half .img-style1__item {
        width: 100%;
        padding-left: 0px;
    }
    .img-style1__list.type-half .img-style1__item+.img-style1__item {
        margin-top: 40px;
    }
    .img-style1__list.type-half .img-style1__item:nth-child(2)~.img-style1__item {
        margin-top: 40px;
    }
    .img-style1__list.type-half.tablet-merge .img-style1__item+.img-style1__item {
        margin-top: 0px;
    }
    .img-style1__list.type-three .img-style1__item {
        width: 50%;
    }
    .img-style1__list.type-three .img-style1__item:nth-child(2)~.img-style1__item,
    .img-style1__list.type-three .img-style1__item:nth-child(3)~.img-style1__item {
        margin-top: 34px;
    }
    .img-style1__list.type-imbalance {
        margin-top: 55px;
    }
    .img-style1__list.type-imbalance .img-style1__item.nth-1 {
        width: 100%;
    }
    .img-style1__list.type-imbalance .img-style1__item.nth-2 {
        width: 100%;
        padding-left: 0;
    }
    .img-style1__list.type-imbalance .img-style1__item+.img-style1__item {
        margin-top: 105px;
    }
    .img-style1__list.type-mt {
        margin-top: 26px;
    }
}

@media only screen and (max-width: 680px) {
    .img-style1.type-mt {
        margin-top: 26px;
    }
    .img-style1.type-line {
        margin-top: 26px;
        padding-top: 42px;
    }
    .img-style1__list.type-one {
        padding: 0 12px;
    }
    .img-style1__list.type-merge {
        padding: 0 22px;
    }
    .img-style1__list.type-half {
        padding: 0 22px;
    }
    .img-style1__list.type-half .img-style1__item+.img-style1__item {
        margin-top: 16px;
    }
    .img-style1__list.type-half .img-style1__item:nth-child(2)~.img-style1__item {
        margin-top: 16px;
    }
    .img-style1__list.type-three .img-style1__item:nth-child(2)~.img-style1__item,
    .img-style1__list.type-three .img-style1__item:nth-child(3)~.img-style1__item {
        margin-top: 16px;
    }
    .img-style1__list.type-three .img-style1__subject {
        margin-top: 10px;
    }
    .img-style1__list.type-imbalance {
        margin-top: 30px;
    }
    .img-style1__list.type-imbalance .img-style1__item+.img-style1__item {
        margin-top: 35px;
    }
    .img-style1__caption.type-label {
        height: 40px;
        line-height: 40px;
    }
    .img-style1__subject {
        margin-top: 16px;
    }
    .img-style1__txt.type-mt {
        margin-top: 16px;
    }
}

.img-style2.type-wide {
    padding: 0 21.82%;
}

.img-style2.type-wide .img-style2__list {
    margin-left: 0;
}

.img-style2.type-wide .img-style2__item {
    width: 100%;
    padding-left: 0;
}

.img-style2.type-wide .img-style2__item:nth-child(2)~.img-style2__item {
    margin-top: 40px;
}

.img-style2.type-half .img-style2__list {
    margin-left: -20px;
}

.img-style2.type-half .img-style2__item {
    width: 50%;
    padding-left: 20px;
}

.img-style2.type-half .img-style2__item:nth-child(2)~.img-style2__item {
    margin-top: 40px;
}

.img-style2.type-four .img-style2__caption {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(51, 51, 51, 0.8);
    color: #fff;
}

.img-style2.type-four .img-style2__list {
    margin-left: -30px;
}

.img-style2.type-four .img-style2__item {
    width: 25%;
    padding-left: 30px;
}

.img-style2.type-four .img-style2__item:nth-child(3)~.img-style2__item {
    margin-top: 0px;
}

.img-style2.type-cling .img-style2__list {
    margin-top: 0;
}

.img-style2.type-hair .img-style2__caption {
    background-color: #006544;
    color: #fff;
}

.img-style2.type-eye .img-style2__caption {
    background-color: rgba(40, 68, 59, 0.8);
    color: #fff;
}

.img-style2.type-body .img-style2__caption {
    background-color: rgba(255, 168, 0, 0.8);
    color: #fff;
}

.img-style2.type-wrinkle .img-style2__caption {
    background-color: rgba(170, 139, 119, 0.8);
    color: #fff;
}

.img-style2.type-contour .img-style2__caption {
    background-color: rgba(69, 105, 177, 0.8);
    color: #fff;
}

.img-style2__list {
    margin: 0px 0 0 -40px;
    padding: 0;
    font-size: 0;
}

.img-style2__item {
    display: inline-block;
    width: 33.33%;
    padding-left: 40px;
    box-sizing: border-box;
    list-style: none;
    vertical-align: top;
}

.img-style2__item:nth-child(3)~.img-style2__item {
    margin-top: 40px;
}

.img-style2__box {
    position: relative;
}

.img-style2__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 14px 4px;
}

.img-style2__txt {
    margin-top: 26px;
}

.img-style2__before {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    margin-bottom: 46px;
    vertical-align: middle;
    background: #555555;
    color: #fff;
}

.img-style2__before:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: '';
}

.img-style2__before:after {
    display: block;
    width: 32px;
    height: 30px;
    margin: 8px auto;
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/arrow_bottom.png") no-repeat center center/contain;
    content: '';
}

.img-style2__before span {
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (max-width: 1025px) {
    .img-style2.type-half .img-style2__list {
        margin-left: 0px;
    }
    .img-style2.type-half .img-style2__item {
        width: 100%;
        padding-left: 0px;
    }
    .img-style2.type-half .img-style2__item+.img-style2__item {
        margin-top: 46px !important;
    }
    .img-style2.type-tablet-padding {
        padding: 0 120px;
        box-sizing: border-box;
    }
    .img-style2.type-four .img-style2__item {
        width: 50%;
    }
    .img-style2.type-four .img-style2__item:nth-child(2)~.img-style2__item,
    .img-style2.type-four .img-style2__item:nth-child(3)~.img-style2__item {
        margin-top: 30px;
    }
    .img-style2.type-four .img-style2__caption {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .img-style2.type-wide {
        padding: 0 10.82%;
    }
    .img-style2__item {
        width: 50%;
    }
    .img-style2__item:nth-child(2)~.img-style2__item {
        margin-top: 36px;
    }
}

@media only screen and (max-width: 680px) {
    .img-style2.type-tablet-padding {
        padding: 0 34px;
        box-sizing: border-box;
    }
    .img-style2.type-mobile-full .img-style2__list {
        margin: 0;
    }
    .img-style2.type-mobile-full .img-style2__item {
        width: 100%;
        padding: 0;
    }
    .img-style2.type-mobile-full .img-style2__item+.img-style2__item {
        margin-top: 20px;
    }
    .img-style2.type-mobile-full .img-style2__box {
        margin: 0 30px;
    }
    .img-style2.type-mobile-full .img-style2__caption {
        padding: 6px 4px;
    }
    .img-style2.type-half .img-style2__item+.img-style2__item {
        margin-top: 20px !important;
    }
    .img-style2.type-four {
        padding: 0 12px;
        box-sizing: border-box;
    }
    .img-style2.type-four .img-style2__list {
        margin-left: -12px;
    }
    .img-style2.type-four .img-style2__item {
        padding-left: 12px;
    }
    .img-style2.type-four .img-style2__item:nth-child(2)~.img-style2__item,
    .img-style2.type-four .img-style2__item:nth-child(3)~.img-style2__item {
        margin-top: 12px;
    }
    .img-style2.type-wide {
        padding: 0 7.82%;
    }
    .img-style2__list {
        margin: 0 0 0 -10px;
    }
    .img-style2__item {
        padding-left: 10px;
    }
    .img-style2__item:nth-child(2)~.img-style2__item {
        margin-top: 16px;
    }
    .img-style2__txt {
        margin-top: 10px;
    }
    .img-style2__caption {
        padding: 4px;
    }
    .img-style2__before {
        height: 34px;
        margin-bottom: 23px;
    }
    .img-style2__before:after {
        width: 16px;
        height: 15px;
        margin: 4px auto;
    }
}

.img-style3 {
    box-sizing: border-box;
}

.img-style3+.img-style3 {
    margin-top: 30px;
}

.img-style3.type-mt {
    margin-top: 56px;
}

.img-style3.type-narrow {
    padding: 0 200px;
}

.img-style3.type-narrow .img-style3__txt {
    padding: 0;
}

.img-style3.type-chest .img-style3__caption {
    background-color: #a482c9;
}

.img-style3.type-special .img-style3__caption {
    background-color: #035dbd;
}

.img-style3.type-body .img-style3__caption {
    background-color: #ffa800;
}

.img-style3.type-body .img-style3__circle.type-left {
    background-color: rgba(255, 113, 13, 0.6);
}

.img-style3.type-body .img-style3__circle.type-right {
    background-color: rgba(255, 32, 0, 0.6);
}

.img-style3.type-contour .img-style3__caption {
    background-color: #7fa0e3;
}

.img-style3.type-contour.type-even .img-style3__item:nth-child(even) .img-style3__caption {
    background-color: #4569b1;
}

.img-style3.type-contour2 .img-style3__caption {
    background-color: #4569b1;
}

.img-style3.type-contour2.type-even .img-style3__item:nth-child(even) .img-style3__caption {
    background-color: #7fa0e3;
}

.img-style3.type-reoperation .img-style3__caption {
    background-color: #ff6263;
}

.img-style3.type-special .img-style3__caption {
    background-color: #035dbd;
}

.img-style3.type-three .img-style3__item {
    width: 33.333%;
}

.img-style3.type-three-narrow .img-style3__list {
    margin: -10px 0 0 -10px;
}

.img-style3.type-three-narrow .img-style3__item {
    width: 33.33%;
    padding: 10px 0 0 10px;
    margin-top: 0;
}

.img-style3.type-four .img-style3__list {
    margin: -10px 0 0 -10px;
}

.img-style3.type-four .img-style3__item {
    width: 25%;
    padding: 10px 0 0 10px;
    margin-top: 0;
}

.img-style3.type-five .img-style3__list {
    margin: -10px 0 0 -10px;
}

.img-style3.type-five .img-style3__item {
    width: 20%;
    padding: 10px 0 0 10px;
    margin-top: 0;
}

.img-style3.type-wide .img-style3__item {
    width: 100%;
}

.img-style3.type-wrinkle .img-style3__caption {
    background-color: #aa8b77;
}

.img-style3.type-wrinkle .img-style3__caption2 {
    background-color: #aa8b77;
}

.img-style3.type-wrinkle2 .img-style3__caption {
    background-color: #f3e7e0;
    color: #000;
}

.img-style3__list {
    margin: -40px 0 0 -40px;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.img-style3__item {
    display: inline-block;
    width: 50%;
    margin-top: 40px;
    padding: 0px 0 0 40px;
    vertical-align: top;
    box-sizing: border-box;
}

.img-style3__item2 {
    display: inline-block;
    width: 27%;
    margin-top: 40px;
    padding: 0px 0 0 70px;
    vertical-align: top;
    box-sizing: border-box;
}

.img-style3__caption {
    padding: 15px 10px 13px;
    background-color: #4b977e;
    color: #fff;
}

.img-style3__caption.type-gray {
    background-color: #777 !important;
}

.img-style3__caption2 {
    padding: 17px 20px;
    color: #fff;
}

.img-style3__vertical {
    display: table-cell;
    width: 1%;
    height: inherit;
    vertical-align: middle;
}

.img-style3__img {
    position: relative;
}

.img-style3__inner {
    display: table-cell;
    width: 1%;
    height: inherit;
    padding-top: 8px;
    vertical-align: middle;
    box-sizing: border-box;
}

.img-style3__hexa {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 200px;
    height: 200px;
}

.img-style3__hexa.type-left {
    left: 6.5%;
}

.img-style3__hexa.type-right {
    right: 6.5%;
}

.img-style3__circle {
    position: absolute;
    top: 50%;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    color: #fff;
}

.img-style3__circle.type-left {
    left: 50%;
    margin-left: -29.78%;
    transform: translateY(-30%);
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
}

.img-style3__circle.type-right {
    right: 50%;
    margin-right: -31.3%;
    transform: translateY(-70%);
    -webkit-transform: translateY(-70%);
    -ms-transform: translateY(-70%);
}

.img-style3__symbol {
    position: relative;
    display: block;
    padding-top: 36px;
    box-sizing: border-box;
}

.img-style3__symbol:before,
.img-style3__symbol:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    background-color: #fff;
    content: '';
}

.img-style3__symbol:before {
    top: 10px;
    width: 25px;
    height: 5px;
}

.img-style3__symbol:after {
    width: 5px;
    height: 25px;
}

.img-style3__symbol.type-minus:after {
    display: none;
}

.img-style3__txt {
    margin-top: 36px;
    padding: 0 100px;
    box-sizing: border-box;
}

.img-style3__txt2 {
    margin-top: 26px;
    padding: 0 30px;
    box-sizing: border-box;
}

.img-style3__txt3 {
    margin-top: 15px;
    padding: 0 30px;
    box-sizing: border-box;
}

.img-style3__subject {
    margin-top: 35px;
    padding: 0 30px;
    box-sizing: border-box;
}

@media only screen and (max-width: 1025px) {
    .img-style3.type-contour.type-three-narrow .img-style3__item:nth-child(even) .img-style3__caption {
        background-color: #7fa0e3;
    }
    .img-style3.type-three .img-style3__item {
        width: 50%;
    }
    .img-style3.type-three-narrow .img-style3__item {
        width: 50%;
        margin-top: 0;
    }
    .img-style3.type-four .img-style3__item {
        width: 50%;
        margin-top: 0;
    }
    .img-style3.type-five .img-style3__item {
        width: 33.33%;
        margin-top: 0;
    }
    .img-style3.type-narrow {
        padding: 0;
    }
    .img-style3.type-inner {
        padding: 0 70px;
    }
    .img-style3.type-inner .img-style3__list {
        margin-left: 0;
    }
    .img-style3.type-inner .img-style3__item {
        padding-left: 0;
        width: 100%;
    }
    .img-style3.type-tablet-full .img-style3__list {
        margin-left: 0;
        padding: 0 60px;
    }
    .img-style3.type-tablet-full .img-style3__item {
        width: 100%;
        padding-left: 0;
    }
    .img-style3__txt {
        padding: 0;
    }
    .img-style3__hexa {
        width: 150px;
        height: 150px;
    }
    .img-style3__circle.type-left {
        margin-left: -35.78%;
    }
    .img-style3__circle.type-right {
        margin-right: -39.3%;
    }
}

@media only screen and (max-width: 680px) {
    .img-style3+.img-style3 {
        margin-top: 15px;
    }
    .img-style3.type-mt {
        margin-top: 26px;
    }
    .img-style3.type-mobile-interval .img-style3__list {
        margin: -20px 0 0 -20px;
    }
    .img-style3.type-mobile-interval .img-style3__item {
        margin-top: 20px;
        padding: 0px 0 0 20px;
    }
    .img-style3.type-inner {
        padding: 0 10px;
    }
    .img-style3.type-tablet-full .img-style3__list {
        margin-top: -20px;
        padding: 0 10px;
    }
    .img-style3.type-tablet-full .img-style3__item {
        margin-top: 20px;
    }
    .img-style3.type-moblie-full .img-style3__list {
        margin-left: 0;
        margin-top: -14px;
        padding: 0 20px;
    }
    .img-style3.type-moblie-full .img-style3__item {
        width: 100%;
        margin-top: 14px;
        padding-left: 0;
    }
    .img-style3__list {
        margin: -10px 0 0 -10px;
    }
    .img-style3__item {
        margin-top: 10px;
        padding: 0px 0 0 10px;
    }
    .img-style3__caption {
        padding: 8px 5% 6px;
        font-size: 1.2rem;
    }
    .img-style3__txt {
        margin-top: 16px;
    }
    .img-style3__txt2 {
        margin-top: 12px;
        padding: 0px;
    }
    .img-style3__txt3 {
        margin-top: 8px;
        padding: 0;
    }
    .img-style3__subject {
        margin-top: 15px;
        padding: 0;
    }
    .img-style3__inner {
        padding-top: 3px;
    }
    .img-style3__hexa {
        width: 90px;
        height: 90px;
    }
    .img-style3__circle {
        width: 90px;
        height: 90px;
    }
    .img-style3__symbol {
        padding-top: 20px;
    }
    .img-style3__symbol:before,
    .img-style3__symbol:after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: block;
        margin: 0 auto;
        background-color: #fff;
        content: '';
    }
    .img-style3__symbol:before {
        top: 7px;
        width: 14px;
        height: 2px;
    }
    .img-style3__symbol:after {
        width: 2px;
        height: 14px;
    }
    .img-style3__symbol.type-minus:after {
        display: none;
    }
}

.img-style4 {
    margin-top: 56px;
}

.img-style4.type-cling {
    margin-top: 0;
}

.img-style4.type-inner .img-style4__img {
    width: 460px;
}

.img-style4.type-inner .img-style4__box {
    padding-left: 460px;
}

.img-style4.type-inner .img-style4__outer {
    padding: 0 16%;
    border: 1px solid #c3c3c3;
    border-left: none;
}

.img-style4__img {
    width: 560px;
}

.img-style4__tit {
    margin-bottom: 56px;
}

.img-style4__subject {
    position: relative;
}

.img-style4__subject:after {
    display: block;
    width: 20px;
    height: 0;
    margin-top: 16px;
    border-top: 1px solid #444;
    content: '';
}

.img-style4__list {
    margin: 16px 0 0 0;
    padding: 0;
}

.img-style4__item {
    position: relative;
    padding-left: 12px;
    list-style: none;
}

.img-style4__item:before {
    position: absolute;
    top: 0px;
    left: 0;
    content: '-';
}

.img-style4__wrap {
    position: relative;
    box-sizing: border-box;
}

.img-style4__wrap+.img-style4__wrap {
    margin-top: 40px;
}

.img-style4__box {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    padding-left: 560px;
    box-sizing: border-box;
    text-align: left;
}

.img-style4__outer {
    display: inline-table;
    width: 100%;
    height: 100%;
    padding: 0 7%;
    box-sizing: border-box;
}

.img-style4__inner {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

@media only screen and (max-width: 1025px) {
    .img-style4__wrap {
        padding: 0 60px;
    }
    .img-style4__img {
        width: auto;
    }
    .img-style4__box {
        position: static;
        margin-top: 36px;
        padding: 0 20px;
        text-align: center;
    }
    .img-style4__outer {
        display: block;
        width: auto;
        height: auto;
        padding: 0;
    }
    .img-style4__inner {
        display: block;
        height: auto;
    }
    .img-style4__subject {
        text-align: left;
    }
    .img-style4__item {
        text-align: left;
    }
}

@media only screen and (max-width: 680px) {
    .img-style4 {
        margin-top: 26px;
    }
    .img-style4__tit {
        margin-bottom: 26px;
    }
    .img-style4__subject:after {
        width: 10px;
        margin-top: 8px;
    }
    .img-style4__list {
        margin-top: 8px;
    }
    .img-style4__item {
        padding-left: 7px;
    }
    .img-style4__wrap {
        padding: 0;
    }
    .img-style4__wrap+.img-style4__wrap {
        margin-top: 26px;
    }
    .img-style4__box {
        margin-top: 16px;
        padding: 0;
    }
}

.img-style5 {
    margin-top: 46px;
}

.img-style5__box {
    position: relative;
}

.img-style5__list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.img-style5__item {
    display: inline-block;
    width: 25%;
}

.img-style5__caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 14px 4px;
    background-color: rgba(51, 51, 51, 0.8);
    color: #fff;
}

@media only screen and (max-width: 1025px) {
    .img-style5__item {
        width: 50%;
    }
}

@media only screen and (max-width: 680px) {
    .img-style5__caption {
        padding: 4px;
    }
}

.img-style6.type-boundary.type-half .img-style6__img {
    width: 50%;
}

.img-style6.type-boundary.type-half .img-style6__area {
    width: 50%;
}

.img-style6.type-boundary .img-style6__item {
    border: 1px solid #c8c8c8;
}

.img-style6.type-boundary .img-style6__item+.img-style6__item {
    margin-top: 20px;
}

.img-style6.type-boundary .img-style6__img {
    width: 39%;
    border-right: 1px solid #c8c8c8;
    box-sizing: border-box;
}

.img-style6.type-boundary .img-style6__area {
    width: 61%;
}

.img-style6.type-boundary .img-style6__subject {
    margin-bottom: 20px;
}

.img-style6+.img-style6 {
    margin-top: 75px;
}

.img-style6__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.img-style6__list.type-mt {
    margin-top: 56px;
}

.img-style6__item {
    position: relative;
    font-size: 0;
    text-align: left;
}

.img-style6__item+.img-style6__item {
    margin-top: 40px;
}

.img-style6__img {
    display: inline-block;
    width: 50%;
}

.img-style6__area {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    padding: 0 40px;
    box-sizing: border-box;
}

.img-style6__area.type-border {
    padding: 0 70px;
    border: 1px solid #c8c8c8;
    border-left: none;
}

.img-style6__inner {
    display: inline-table;
    width: 100%;
    height: 100%;
}

.img-style6__vertical {
    display: table-cell;
    width: 1%;
    height: inherit;
    vertical-align: middle;
}

.img-style6__subject {
    margin-bottom: 6px;
}

.img-style6__btn {
    margin-top: 34px;
    color: #000;
    border-color: #000;
}

@media only screen and (max-width: 1180px) {
    .img-style6.type-boundary.type-chest .img-style6__area {
        width: 100%;
    }
    .img-style6.type-boundary.type-half .img-style6__img {
        width: 100%;
    }
    .img-style6.type-boundary .img-style6__list {
        padding: 0 32px;
    }
    .img-style6.type-boundary .img-style6__img {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #c8c8c8;
    }
    .img-style6.type-boundary .img-style6__area {
        width: 100%;
        margin-top: 0;
        padding: 36px 50px;
    }
    .img-style6.type-tablet-full .img-style6__list {
        padding: 0 12px;
    }
    .img-style6__list {
        padding: 0 75px;
    }
    .img-style6__item {
        text-align: center;
    }
    .img-style6__img {
        width: 100%;
    }
    .img-style6__area {
        position: static;
        width: 100%;
        margin-top: 40px;
        padding: 0 25px;
    }
    .img-style6__area.type-border {
        margin-top: 0;
        padding: 46px 120px;
        border-left: 1px solid #c8c8c8;
        box-sizing: border-box;
    }
    .img-style6__btn {
        margin-top: 24px;
    }
}

@media only screen and (max-width: 1025px) {
    .img-style6.type-boundary.type-chest .img-style6__area {
        width: 100%;
    }
}

@media only screen and (max-width: 680px) {
    .img-style6.type-boundary.type-chest .img-style6__list {
        padding: 0 32px;
    }
    .img-style6.type-boundary.type-chest .img-style6__area {
        width: 100%;
    }
    .img-style6.type-boundary .img-style6__list {
        padding: 0;
    }
    .img-style6.type-boundary .img-style6__area {
        padding: 18px 24px;
    }
    .img-style6.type-boundary .img-style6__subject {
        margin-bottom: 12px;
    }
    .img-style6.type-tablet-full .img-style6__list {
        padding: 0;
    }
    .img-style6+.img-style6 {
        margin-top: 40px;
    }
    .img-style6__txt {
        margin-top: 25px;
    }
    .img-style6__list {
        padding: 0 20px;
    }
    .img-style6__list.type-mt {
        margin-top: 26px;
    }
    .img-style6__item+.img-style6__item {
        margin-top: 25px;
    }
    .img-style6__area {
        margin-top: 20px;
        padding: 0 15px;
    }
    .img-style6__area.type-border {
        padding: 16px 20px;
    }
    .img-style6__subject {
        margin-bottom: 6px;
    }
}

.img-style7.type-mt {
    margin-top: 56px;
}

.img-style7.type-margin-zero {
    margin: 0;
}

.img-style7.type-four .img-style7__list {
    margin: -20px 0 0 -20px;
}

.img-style7.type-four .img-style7__item {
    width: 200px;
    margin: 20px 0 0 20px;
}

.img-style7.type-half .img-style7__list {
    margin: 0 0 0 -112px;
}

.img-style7.type-half .img-style7__item {
    width: 250px;
    margin-left: 112px;
}

.img-style7.type-small .img-style7__list {
    margin: -40px 0 0 -60px;
}

.img-style7.type-small .img-style7__item {
    width: 200px;
    margin: 40px 0 0 60px;
}

.img-style7.type-small .img-style7__caption {
    margin-top: 20px;
}

.img-style7.type-small .img-style7__txt {
    margin-top: 10px;
}

.img-style7.type-space-wide .img-style7__list {
    margin-left: -144px;
}

.img-style7.type-space-wide .img-style7__item {
    width: 210px;
    margin-left: 144px;
}

.img-style7__tit {
    margin-bottom: 56px;
}

.img-style7__subtit {
    margin-bottom: 45px;
    font-style: italic;
}

.img-style7__list {
    margin: 0 0 0 -84px;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.img-style7__item {
    display: inline-block;
    width: 250px;
    margin-left: 84px;
    vertical-align: top;
}

.img-style7__caption {
    margin-top: 35px;
}

.img-style7__txt {
    margin-top: 15px;
}

@media only screen and (max-width: 1025px) {
    .img-style7.type-four .img-style7__list {
        margin-left: 0;
    }
    .img-style7.type-four .img-style7__item {
        width: 50%;
        margin-left: 0;
    }
    .img-style7.type-four .img-style7__item+.img-style7__item {
        margin-top: 40px;
    }
    .img-style7.type-four .img-style7__img,
    .img-style7.type-four .img-style7__caption {
        width: 250px;
        margin-left: auto;
        margin-right: auto;
    }
    .img-style7.type-half .img-style7__list {
        margin: 0 0 0 -52px;
    }
    .img-style7.type-half .img-style7__item {
        margin-left: 52px;
    }
    .img-style7.type-half .img-style7__item+.img-style7__item {
        margin-top: 0;
    }
    .img-style7.type-small .img-style7__list {
        margin-left: 0;
    }
    .img-style7.type-small .img-style7__item {
        width: 50%;
        margin-left: 0;
    }
    .img-style7.type-small .img-style7__item+.img-style7__item {
        margin-top: 40px;
    }
    .img-style7.type-small .img-style7__img,
    .img-style7.type-small .img-style7__caption {
        width: 200px;
        margin-left: auto;
        margin-right: auto;
    }
    .img-style7.type-space-wide .img-style7__list {
        margin-left: 0;
    }
    .img-style7.type-space-wide .img-style7__item {
        width: 100%;
        margin-left: 0;
    }
    .img-style7.type-space-wide .img-style7__item+.img-style7__item {
        margin-top: 36px;
    }
    .img-style7.type-space-wide .img-style7__img {
        width: 210px;
        margin: 0 auto;
    }
    .img-style7.type-space-wide .img-style7__caption {
        margin-top: 24px;
    }
    .img-style7__list {
        margin-left: 0;
    }
    .img-style7__item {
        width: 100%;
        margin-left: 0;
    }
    .img-style7__item+.img-style7__item {
        margin-top: 40px;
    }
    .img-style7__img {
        width: 250px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 680px) {
    .img-style7.type-mt {
        margin-top: 26px;
    }
    .img-style7.type-four .img-style7__item {
        width: 100%;
        margin-left: 0;
    }
    .img-style7.type-four .img-style7__item+.img-style7__item {
        margin-top: 25px;
    }
    .img-style7.type-four .img-style7__img {
        width: 125px;
    }
    .img-style7.type-four .img-style7__caption {
        width: 100%;
    }
    .img-style7.type-half .img-style7__list {
        margin-left: 0;
    }
    .img-style7.type-half .img-style7__item {
        width: 100%;
        margin-left: 0;
    }
    .img-style7.type-half .img-style7__item+.img-style7__item {
        margin-top: 25px;
    }
    .img-style7.type-small .img-style7__item {
        margin-left: 0;
    }
    .img-style7.type-small .img-style7__img {
        width: 100px;
    }
    .img-style7.type-small .img-style7__caption {
        width: 100%;
        margin-top: 15px;
    }
    .img-style7.type-small .img-style7__txt {
        margin-top: 8px;
    }
    .img-style7.type-space-wide .img-style7__item+.img-style7__item {
        margin-top: 26px;
    }
    .img-style7.type-space-wide .img-style7__img {
        width: 104px;
    }
    .img-style7.type-space-wide .img-style7__caption {
        margin-top: 16px;
    }
    .img-style7__subtit {
        margin-bottom: 20px;
    }
    .img-style7__item+.img-style7__item {
        margin-top: 25px;
    }
    .img-style7__img {
        width: 125px;
    }
    .img-style7__caption {
        margin-top: 15px;
    }
    .img-style7__txt {
        margin-top: 8px;
    }
}

.img-style8__subject {
    margin-top: 50px;
    padding: 18px 0 16px;
    background-color: #5c4b3f;
    color: #fff;
}

.img-style8__subject.type-cling {
    margin-top: 0;
}

.img-style8__list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.img-style8__item {
    display: inline-block;
    width: 50%;
}

.img-style8__item.nth-1 .img-style8__caption {
    background-color: #aa8b77;
}

.img-style8__item.nth-2 .img-style8__caption {
    background-color: #8e725f;
}

.img-style8__caption {
    height: 100px;
    padding: 0 5px;
    vertical-align: middle;
}

.img-style8__vertical {
    display: table-cell;
    width: 1%;
    height: inherit;
    vertical-align: middle;
}

.img-style8__txt2 {
    color: #fff;
}

.img-style8__txt3 {
    color: #fff;
}

@media only screen and (max-width: 680px) {
    .img-style8__subject {
        margin-top: 20px;
        padding: 10px 0 7px;
    }
    .img-style8__caption {
        height: 90px;
    }
}

.img-style9__box+.img-style9__box {
    margin-top: 40px;
}

.img-style9__subject {
    padding: 20px 0 18px;
    color: #fff;
}

.img-style9__subject.type-contour {
    background-color: #7fa0e3;
}

.img-style9__subject.type-contour2 {
    background-color: #4569b1;
}

.img-style9__outer {
    padding: 50px 0 60px;
    background-color: #fff;
}

.img-style9__list {
    margin: -16px 0 0 -84px;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.img-style9__item {
    display: inline-block;
    width: 250px;
    margin: 16px 0 0 84px;
    vertical-align: top;
}

.img-style9__caption {
    margin-top: 35px;
    padding: 0 55px;
}

@media only screen and (max-width: 680px) {
    .img-style9__box+.img-style9__box {
        margin-top: 20px;
    }
    .img-style9__subject {
        padding: 8px 0 6px;
    }
    .img-style9__outer {
        padding: 25px 0 22px;
    }
    .img-style9__list {
        margin: -10px 0 0 -10px;
    }
    .img-style9__item {
        width: 125px;
        margin: 10px 0 0 10px;
    }
    .img-style9__caption {
        margin-top: 15px;
        padding: 0;
    }
}

.img-style10.type-wide {
    padding: 0 21.82%;
}

.img-style10.type-wide .img-style10__list {
    margin-left: 0;
}

.img-style10.type-wide .img-style10__item {
    width: 100%;
    padding-left: 0;
}

.img-style10.type-wide .img-style10__item:nth-child(2)~.img-style10__item {
    margin-top: 40px;
}

.img-style10.type-half .img-style10__list {
    margin-left: -20px;
}

.img-style10.type-half .img-style10__item {
    width: 50%;
    padding-left: 20px;
}

.img-style10.type-half .img-style10__item:nth-child(2)~.img-style10__item {
    margin-top: 40px;
}

.img-style10.type-four .img-style10__caption {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(51, 51, 51, 0.8);
    color: #fff;
}

.img-style10.type-four .img-style10__list {
    margin-left: -30px;
}

.img-style10.type-four .img-style10__item {
    width: 25%;
    padding-left: 30px;
}

.img-style10.type-four .img-style10__item:nth-child(3)~.img-style10__item {
    margin-top: 0px;
}

.img-style10.type-cling .img-style10__list {
    margin-top: 0;
}

.img-style10.type-hair .img-style10__caption {
    background-color: #006544;
    color: #fff;
}

.img-style10.type-eye .img-style10__caption {
    background-color: rgba(40, 68, 59, 0.8);
    color: #fff;
}

.img-style10.type-body .img-style10__caption {
    background-color: rgba(255, 168, 0, 0.8);
    color: #fff;
}

.img-style10.type-wrinkle .img-style10__caption {
    background-color: rgba(170, 139, 119, 0.8);
    color: #fff;
}

.img-style10.type-contour .img-style10__caption {
    background-color: rgba(69, 105, 177, 0.8);
    color: #fff;
}

.img-style10__list {
    margin: 0px 0 0 -40px;
    padding: 0;
    font-size: 0;
}

.img-style10__item {
    display: inline-block;
    width: 33.33%;
    padding-left: 40px;
    box-sizing: border-box;
    list-style: none;
    vertical-align: top;
    background-color: #5c4b3f;
}

.img-style10__item:nth-child(3)~.img-style10__item {
    margin-top: 40px;
}

.img-style10__box {
    position: relative;
}

.img-style10__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 14px 4px;
}

.img-style10__txt {
    margin-top: 26px;
}

.img-style10__before {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    margin-bottom: 46px;
    vertical-align: middle;
    background: #555555;
    color: #fff;
}

.img-style10__before:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: '';
}

.img-style10__before:after {
    display: block;
    width: 32px;
    height: 30px;
    margin: 8px auto;
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/arrow_bottom.png") no-repeat center center/contain;
    content: '';
}

.img-style10__before span {
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (max-width: 1025px) {
    .img-style10.type-half .img-style10__list {
        margin-left: 0px;
    }
    .img-style10.type-half .img-style10__item {
        width: 100%;
        padding-left: 0px;
    }
    .img-style10.type-half .img-style10__item+.img-style10__item {
        margin-top: 46px !important;
    }
    .img-style10.type-tablet-padding {
        padding: 0 120px;
        box-sizing: border-box;
    }
    .img-style10.type-four .img-style10__item {
        width: 50%;
    }
    .img-style10.type-four .img-style10__item:nth-child(2)~.img-style10__item,
    .img-style10.type-four .img-style10__item:nth-child(3)~.img-style10__item {
        margin-top: 30px;
    }
    .img-style10.type-four .img-style10__caption {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .img-style10.type-wide {
        padding: 0 10.82%;
    }
    .img-style10__item {
        width: 50%;
    }
    .img-style10__item:nth-child(2)~.img-style10__item {
        margin-top: 36px;
    }
}

@media only screen and (max-width: 680px) {
    .img-style10.type-tablet-padding {
        padding: 0 34px;
        box-sizing: border-box;
    }
    .img-style10.type-mobile-full .img-style10__list {
        margin: 0;
    }
    .img-style10.type-mobile-full .img-style10__item {
        width: 100%;
        padding: 0;
    }
    .img-style10.type-mobile-full .img-style10__item+.img-style10__item {
        margin-top: 20px;
    }
    .img-style10.type-mobile-full .img-style10__box {
        margin: 0 30px;
    }
    .img-style10.type-mobile-full .img-style10__caption {
        padding: 6px 4px;
    }
    .img-style10.type-half .img-style10__item+.img-style10__item {
        margin-top: 20px !important;
    }
    .img-style10.type-four {
        padding: 0 12px;
        box-sizing: border-box;
    }
    .img-style10.type-four .img-style10__list {
        margin-left: -12px;
    }
    .img-style10.type-four .img-style10__item {
        padding-left: 12px;
    }
    .img-style10.type-four .img-style10__item:nth-child(2)~.img-style10__item,
    .img-style10.type-four .img-style10__item:nth-child(3)~.img-style10__item {
        margin-top: 12px;
    }
    .img-style10.type-wide {
        padding: 0 7.82%;
    }
    .img-style10__list {
        margin: 0 0 0 -10px;
    }
    .img-style10__item {
        padding-left: 10px;
    }
    .img-style10__item:nth-child(2)~.img-style10__item {
        margin-top: 16px;
    }
    .img-style10__txt {
        margin-top: 10px;
    }
    .img-style10__caption {
        padding: 4px;
    }
    .img-style10__before {
        height: 34px;
        margin-bottom: 23px;
    }
    .img-style10__before:after {
        width: 16px;
        height: 15px;
        margin: 4px auto;
    }
}

.inner-circle.type-nose .inner-circle__item {
    background-color: #f17b9c;
}

.inner-circle.type-nose2 .inner-circle__item {
    background-color: #88355f;
}

.inner-circle.type-body .inner-circle__item {
    background-color: #5e391b;
}

.inner-circle.type-body.type-even .inner-circle__item {
    background-color: #5e391b;
}

.inner-circle.type-body.type-even .inner-circle__item:nth-child(even) {
    background-color: #28170a;
}

.inner-circle.type-body2 .inner-circle__item {
    background-color: #ffa800;
}

.inner-circle.type-contour .inner-circle__item {
    background-color: #4569b1;
}

.inner-circle.type-contour2 .inner-circle__item {
    background-color: #d0defb;
    color: #101e3a;
}

.inner-circle.type-contour3 .inner-circle__item {
    background-color: #7fa0e3;
}

.inner-circle.type-chest .inner-circle__item {
    background-color: #4f2c74;
}

.inner-circle.type-special .inner-circle__item {
    background-color: #035dbd;
}

.inner-circle.type-wrinkle .inner-circle__item {
    background-color: #5c4b3f;
}

.inner-circle.type-wrinkle .inner-circle__num {
    color: #aa8b77;
}

.inner-circle.type-reoperation .inner-circle__item {
    background-color: #ff6263;
}

.inner-circle.type-eye .inner-circle__item {
    background-color: #28443b;
}

.inner-circle.type-eye2 .inner-circle__item {
    background-color: #4b977e;
}

.inner-circle.type-small .inner-circle__list {
    margin-left: -10px;
    margin-right: -10px;
}

.inner-circle.type-small .inner-circle__item {
    width: 100px;
    height: 100px;
    margin: 10px;
    padding: 0 5px;
}

.inner-circle.type-big .inner-circle__list,
.inner-circle.type-tablet-bar .inner-circle__list {
    margin: 26px 0 -10px 0;
}

.inner-circle.type-big .inner-circle__item,
.inner-circle.type-tablet-bar .inner-circle__item {
    width: 200px;
    height: 200px;
    margin: 10px;
    padding: 0 10px;
}

.inner-circle.type-cling .inner-circle__list {
    margin-top: -20px;
}

.inner-circle.type-five {
    padding: 0 100px;
    box-sizing: border-box;
}

.inner-circle.type-bar .inner-circle__item {
    width: 170px;
    height: 170px;
}

.inner-circle.type-dotted.type-wrinkle .inner-circle__item {
    background-color: #fff;
    border-color: #aa8b77;
}

.inner-circle.type-dotted .inner-circle__item {
    width: 172px;
    height: 172px;
    margin: 7px;
    padding: 10px;
    border: 4px dotted #aa8b77;
    color: #555;
    box-sizing: content-box;
}

.inner-circle__list {
    margin: 36px 0 -20px 0;
    padding: 0;
    text-align: center;
    font-size: 0;
}

.inner-circle__item {
    display: inline-block;
    width: 150px;
    height: 150px;
    margin: 20px;
    padding: 0 10px;
    border-radius: 50%;
    color: #fff;
    box-sizing: border-box;
    line-height: 1.6;
    vertical-align: top;
}

.inner-circle__num {
    display: block;
    margin: 16px 0 26px;
    font-weight: 500;
    font-style: italic;
}

@media only screen and (max-width: 1025px) {
    .inner-circle.type-five {
        padding: 0px;
    }
    .inner-circle.type-tablet-bar .inner-circle__item {
        position: relative;
        width: 100%;
        margin: 0;
        height: auto;
        box-sizing: border-box;
        border-radius: 15px;
    }
    .inner-circle.type-tablet-bar .inner-circle__item+.inner-circle__item {
        margin-top: 10px;
    }
    .inner-circle.type-tablet-bar .inner-circle__item+.inner-circle__item .vertical-box:before {
        position: absolute;
        top: -10px;
        left: 0;
        right: 0;
        display: block;
        width: 1px;
        height: 10px;
        background-color: #c7c7c7;
        margin: 0 auto;
        content: '';
    }
    .inner-circle.type-tablet-bar .inner-circle__item:before,
    .inner-circle.type-tablet-bar .inner-circle__item:after {
        position: absolute;
        left: 0;
        right: 0;
        display: block;
        width: 6px;
        height: 6px;
        border: 1px solid #fff;
        margin: 0 auto;
        box-sizing: border-box;
        border-radius: 50%;
        z-index: 10;
        content: '';
    }
    .inner-circle.type-tablet-bar .inner-circle__item:before {
        top: -3px;
    }
    .inner-circle.type-tablet-bar .inner-circle__item:after {
        bottom: -3px;
    }
    .inner-circle.type-tablet-bar .inner-circle__item:first-child:before {
        display: none;
    }
    .inner-circle.type-tablet-bar .inner-circle__item:last-child:after {
        display: none;
    }
    .inner-circle.type-tablet-bar .vertical-box {
        display: block;
        padding: 12px;
        width: auto;
        height: auto;
    }
    .inner-circle.type-tablet-bar.type-eye2 .inner-circle__item {
        background-color: #4b977e;
    }
    .inner-circle.type-tablet-bar.type-eye2 .inner-circle__item:before,
    .inner-circle.type-tablet-bar.type-eye2 .inner-circle__item:after {
        background-color: #28443b;
    }
    .inner-circle.type-tablet-bar.type-eye2 .inner-circle__item:nth-child(even) {
        background-color: #28443b;
    }
    .inner-circle.type-tablet-bar.type-eye2 .inner-circle__item:nth-child(even):before,
    .inner-circle.type-tablet-bar.type-eye2 .inner-circle__item:nth-child(even):after {
        background-color: #4b977e;
    }
    .inner-circle.type-tablet-bar.type-eye2 .inner-circle__item+.inner-circle__item .vertical-box:before {
        background-color: #4b977e;
    }
    .inner-circle__list {
        margin-top: 16px;
        margin-bottom: -10px;
    }
    .inner-circle__item {
        margin: 10px;
    }
    .inner-circle.type-dotted .inner-circle__item {
        width: 100%;
        height: auto;
        margin: 7px;
        padding: 10px;
        border: none;
        color: #555;
        box-sizing: content-box;
    }
    .inner-circle.type-dotted-bar.type-wrinkle .inner-circle__item {
        background-color: #aa8b77;
        color: #fff;
    }
    .inner-circle.type-dotted-bar.type-wrinkle .inner-circle__item:before,
    .inner-circle.type-dotted-bar.type-wrinkle .inner-circle__item:after {
        background-color: #aa8b77;
    }
    .inner-circle.type-dotted-bar.type-wrinkle .inner-circle__item:nth-child(even) {
        background-color: #5c4b40;
    }
    .inner-circle.type-dotted-bar.type-wrinkle .inner-circle__item:nth-child(even):before,
    .inner-circle.type-dotted-bar.type-wrinkle .inner-circle__item:nth-child(even):after {
        background-color: #5c4b40;
    }
    .inner-circle.type-dotted-bar .inner-circle__item {
        position: relative;
        width: 100%;
        margin: 0;
        height: auto;
        box-sizing: border-box;
        border-radius: 15px;
    }
    .inner-circle.type-dotted-bar .inner-circle__item+.inner-circle__item {
        margin-top: 10px;
    }
    .inner-circle.type-dotted-bar .inner-circle__item+.inner-circle__item .vertical-box:before {
        position: absolute;
        top: -10px;
        left: 0;
        right: 0;
        display: block;
        width: 1px;
        height: 10px;
        background-color: #c7c7c7;
        margin: 0 auto;
        content: '';
    }
    .inner-circle.type-dotted-bar .inner-circle__item:before,
    .inner-circle.type-dotted-bar .inner-circle__item:after {
        position: absolute;
        left: 0;
        right: 0;
        display: block;
        width: 6px;
        height: 6px;
        border: 1px solid #fff;
        margin: 0 auto;
        box-sizing: border-box;
        border-radius: 50%;
        z-index: 10;
        content: '';
    }
    .inner-circle.type-dotted-bar .inner-circle__item:before {
        top: -3px;
    }
    .inner-circle.type-dotted-bar .inner-circle__item:after {
        bottom: -3px;
    }
    .inner-circle.type-dotted-bar .inner-circle__item:first-child:before {
        display: none;
    }
    .inner-circle.type-dotted-bar .inner-circle__item:last-child:after {
        display: none;
    }
    .inner-circle.type-dotted-bar .vertical-box {
        display: block;
        padding: 12px;
        width: auto;
        height: auto;
    }
    .inner-circle__num {
        display: none;
    }
}

@media only screen and (max-width: 680px) {
    .inner-circle.type-cling .inner-circle__list {
        margin-top: -5px;
    }
    .inner-circle__list {
        margin: 20px 0 -5px 0;
    }
    .inner-circle__item {
        width: 90px;
        height: 90px;
        margin: 5px;
        padding: 0 5px;
        line-height: 1.4;
    }
    .inner-circle.type-mbig .inner-circle__item {
        width: 120px;
        height: 120px;
    }
    .inner-circle.type-big .inner-circle__list {
        margin: 14px 0 -6px 0;
    }
    .inner-circle.type-big .inner-circle__item {
        width: 128px;
        height: 128px;
        margin: 6px;
        padding: 5px;
    }
    .inner-circle.type-bar .inner-circle__item {
        position: relative;
        width: 100%;
        margin: 0;
        height: auto;
        box-sizing: border-box;
        border-radius: 15px;
    }
    .inner-circle.type-bar .inner-circle__item+.inner-circle__item {
        margin-top: 10px;
    }
    .inner-circle.type-bar .inner-circle__item+.inner-circle__item .vertical-box:before {
        position: absolute;
        top: -10px;
        left: 0;
        right: 0;
        display: block;
        width: 1px;
        height: 10px;
        background-color: #c7c7c7;
        margin: 0 auto;
        content: '';
    }
    .inner-circle.type-bar .inner-circle__item:before,
    .inner-circle.type-bar .inner-circle__item:after {
        position: absolute;
        left: 0;
        right: 0;
        display: block;
        width: 6px;
        height: 6px;
        border: 1px solid #fff;
        margin: 0 auto;
        box-sizing: border-box;
        border-radius: 50%;
        z-index: 10;
        content: '';
    }
    .inner-circle.type-bar .inner-circle__item:before {
        top: -3px;
    }
    .inner-circle.type-bar .inner-circle__item:after {
        bottom: -3px;
    }
    .inner-circle.type-bar .inner-circle__item:first-child:before {
        display: none;
    }
    .inner-circle.type-bar .inner-circle__item:last-child:after {
        display: none;
    }
    .inner-circle.type-bar .vertical-box {
        display: block;
        padding: 12px;
        width: auto;
        height: auto;
    }
    .inner-circle.type-bar.type-reoperation .inner-circle__item {
        background-color: #ff6263;
    }
    .inner-circle.type-bar.type-reoperation .inner-circle__item:before,
    .inner-circle.type-bar.type-reoperation .inner-circle__item:after {
        background-color: #ff6263;
    }
    .inner-circle.type-bar.type-reoperation .inner-circle__item:nth-child(even) {
        background-color: #ffa6a7;
    }
    .inner-circle.type-bar.type-reoperation .inner-circle__item:nth-child(even):before,
    .inner-circle.type-bar.type-reoperation .inner-circle__item:nth-child(even):after {
        background-color: #ffa6a7;
    }
    .inner-circle.type-bar.type-chest .inner-circle__item {
        background-color: #4f2c74;
    }
    .inner-circle.type-bar.type-chest .inner-circle__item:before,
    .inner-circle.type-bar.type-chest .inner-circle__item:after {
        background-color: #4f2c74;
    }
    .inner-circle.type-bar.type-chest .inner-circle__item:nth-child(even) {
        background-color: #a482c9;
    }
    .inner-circle.type-bar.type-chest .inner-circle__item:nth-child(even):before,
    .inner-circle.type-bar.type-chest .inner-circle__item:nth-child(even):after {
        background-color: #a482c9;
    }
    .inner-circle.type-bar.type-body .inner-circle__item {
        background-color: #5e391b;
    }
    .inner-circle.type-bar.type-body .inner-circle__item:before,
    .inner-circle.type-bar.type-body .inner-circle__item:after {
        background-color: #5e391b;
    }
    .inner-circle.type-bar.type-body .inner-circle__item:nth-child(even) {
        background-color: #28170a;
    }
    .inner-circle.type-bar.type-body .inner-circle__item:nth-child(even):before,
    .inner-circle.type-bar.type-body .inner-circle__item:nth-child(even):after {
        background-color: #28170a;
    }
    .inner-circle.type-bar.type-contour .inner-circle__item {
        background-color: #4569b1;
    }
    .inner-circle.type-bar.type-contour .inner-circle__item:before,
    .inner-circle.type-bar.type-contour .inner-circle__item:after {
        background-color: #4569b1;
    }
    .inner-circle.type-bar.type-contour .inner-circle__item:nth-child(even) {
        background-color: #101e3a;
    }
    .inner-circle.type-bar.type-contour .inner-circle__item:nth-child(even):before,
    .inner-circle.type-bar.type-contour .inner-circle__item:nth-child(even):after {
        background-color: #101e3a;
    }
    .inner-circle.type-bar.type-contour2 {
        color: #101e3a;
    }
    .inner-circle.type-bar.type-contour2 .inner-circle__item {
        background-color: #a5c1fa;
    }
    .inner-circle.type-bar.type-contour2 .inner-circle__item:before,
    .inner-circle.type-bar.type-contour2 .inner-circle__item:after {
        background-color: #a5c1fa;
    }
    .inner-circle.type-bar.type-contour2 .inner-circle__item:nth-child(even) {
        background-color: #d0defb;
    }
    .inner-circle.type-bar.type-contour2 .inner-circle__item:nth-child(even):before,
    .inner-circle.type-bar.type-contour2 .inner-circle__item:nth-child(even):after {
        background-color: #d0defb;
    }
}

.inner-circle2__list {
    margin: 56px 0 -25px 0;
    padding: 0;
    font-size: 0;
}

.inner-circle2__item {
    display: inline-block;
    width: 150px;
    height: 150px;
    margin: 20px;
    list-style: none;
    vertical-align: top;
}

.inner-circle2__outer {
    display: inline-table;
    width: 100%;
    height: 100%;
}

.inner-circle2__inner {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.inner-circle2__img {
    margin: -5% auto 0;
}

@media only screen and (max-width: 1025px) {
    .inner-circle2__list {
        margin-bottom: -10px;
    }
    .inner-circle2__item {
        margin: 10px;
    }
}

@media only screen and (max-width: 680px) {
    .inner-circle2.type-three .inner-circle2__list {
        display: flex;
        justify-content: space-between;
    }
    .inner-circle2.type-three .inner-circle2__item {
        width: 90px;
        height: 90px;
    }
    .inner-circle2.type-mobile-big .inner-circle2__item {
        width: 100px;
        height: 100px;
    }
    .inner-circle2__list {
        margin-bottom: -5px;
    }
    .inner-circle2__item {
        width: 75px;
        height: 75px;
        margin: 5px;
    }
    .inner-circle2__img {
        width: 157px;
    }
}

.inner-circle3 {
    margin-top: 36px;
}

.inner-circle3.type-contour .inner-circle3__item {
    background-color: rgba(69, 105, 177, 0.8);
}

.inner-circle3.type-contour.type-even .inner-circle3__list {
    margin: -7px 0;
}

.inner-circle3.type-contour.type-even .inner-circle3__item {
    margin: 7px;
    background-color: rgba(141, 179, 255, 0.8);
}

.inner-circle3.type-contour.type-even .inner-circle3__item:nth-child(even) {
    background-color: rgba(13, 47, 111, 0.8);
}

.inner-circle3__list {
    margin: -20px 0;
    padding: 0;
    font-size: 0;
}

.inner-circle3__item {
    display: inline-block;
    position: relative;
    width: 150px;
    height: 150px;
    margin: 20px;
    padding: 0 10px;
    border-radius: 50%;
    z-index: 10;
    list-style: none;
    box-sizing: border-box;
    vertical-align: top;
}

.inner-circle3__item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/contour/max/max_pattern_1.gif) 0 0;
    opacity: 0.15;
}

.inner-circle3__wrap {
    display: inline-table;
    width: 100%;
    height: 100%;
}

.inner-circle3__vertical {
    display: table-cell;
    width: 1%;
    height: inherit;
    vertical-align: middle;
    overflow: hidden;
}

.inner-circle3__txt {
    font-weight: 500;
    color: #fff;
}

@media only screen and (max-width: 1025px) {
    .inner-circle3.type-contour.type-even .inner-circle3__list {
        margin: -10px 0;
    }
    .inner-circle3.type-contour.type-even .inner-circle3__item {
        margin: 10px;
    }
    .inner-circle3__list {
        margin: -10px 0;
    }
    .inner-circle3__item {
        margin: 10px;
    }
}

@media only screen and (max-width: 680px) {
    .inner-circle3.type-contour.type-even {
        padding: 0;
    }
    .inner-circle3.type-contour.type-even .inner-circle3__list {
        margin: -5px 0;
    }
    .inner-circle3.type-contour.type-even .inner-circle3__item {
        margin: 5px;
    }
    .inner-circle3__list {
        margin: -5px 0;
    }
    .inner-circle3__item {
        width: 90px;
        height: 90px;
        margin: 5px;
        padding: 0 5px;
        line-height: 1.4;
    }
}

.compare.type-body .compare__item.type-after .compare__caption {
    background-color: #ffa800;
}

.compare__wrap {
    padding: 0 120px;
    box-sizing: border-box;
}

.compare__list {
    margin: 56px 0 0 -40px;
    padding: 0;
    font-size: 0;
}

.compare__list+.compare__txt {
    margin-top: 40px;
}

.compare__item {
    display: inline-block;
    width: 50%;
    padding-left: 40px;
    box-sizing: border-box;
    list-style: none;
}

.compare__item.type-before .compare__caption {
    background-color: #777;
}

.compare__item.type-after .compare__caption {
    background-color: #ff6263;
}

.compare__caption {
    display: block;
    height: 50px;
    vertical-align: middle;
    vertical-align: middle;
    color: #fff;
}

.compare__caption span {
    display: inline-block;
    vertical-align: middle;
}

.compare__caption:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: '';
}

@media only screen and (max-width: 1025px) {
    .compare__wrap {
        padding: 0;
    }
    .compare.type-tablet-full .compare__list {
        margin-left: 0;
        padding: 0 60px;
    }
    .compare.type-tablet-full .compare__item {
        width: 100%;
        padding-left: 0;
    }
    .compare.type-tablet-full .compare__item+.compare__item {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 680px) {
    .compare__wrap {
        padding: 0;
    }
    .compare.type-tablet-full .compare__list {
        padding: 0;
    }
    .compare.type-tablet-full .compare__item+.compare__item {
        margin-top: 26px;
    }
    .compare__list {
        margin: 26px 0 0 -10px;
    }
    .compare__list+.compare__txt {
        margin-top: 20px;
    }
    .compare__item {
        padding-left: 10px;
    }
    .compare__caption {
        height: 28px;
    }
}

.compare2.type-eye .compare2__caption {
    background-color: #4b977e;
    color: #fff;
}

.compare2__list {
    margin: 0 0 0 -120px;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.compare2__item {
    display: inline-block;
    width: 50%;
    padding-left: 120px;
    box-sizing: border-box;
    vertical-align: top;
}

.compare2__box {
    position: relative;
}

.compare2__caption {
    height: 60px;
}

.compare2__vertical {
    display: table-cell;
    width: 1%;
    height: inherit;
    vertical-align: middle;
}

.compare2__txt {
    margin-top: 25px;
}

.compare2__area {
    position: absolute;
    top: 50%;
    left: -120px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.compare2__txt2 {
    position: relative;
    width: 120px;
    margin: 0;
    padding: 90px 5px 0;
    font-size: 15px;
    box-sizing: border-box;
}

.compare2__txt2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 29px;
    height: 62px;
    margin: 0 auto;
    background: url("/img_up/shop_pds/banobagi/design/pre/images/eye/relocation/relocation_arrow.png") no-repeat 0 0/cover;
}

@media only screen and (max-width: 680px) {
    .compare2__list {
        margin: 0 0 0 -40px;
    }
    .compare2__item {
        padding-left: 40px;
    }
    .compare2__caption {
        height: 50px;
    }
    .compare2__txt {
        margin-top: 15px;
    }
    .compare2__area {
        left: -40px;
    }
    .compare2__txt2 {
        width: 40px;
        padding: 32px 5px 0;
        font-size: 1rem;
    }
    .compare2__txt2:before {
        width: 12px;
        height: 25px;
        background-size: contain;
    }
}

.compare3.type-chest .compare3__box.type-after .compare3__subject {
    background-color: #a482c9;
}

.compare3.type-plus .compare3__box+.compare3__box {
    position: relative;
}

.compare3.type-plus .compare3__box+.compare3__box:before {
    position: absolute;
    top: 50%;
    left: -29px;
    display: block;
    width: 74px;
    height: 74px;
    margin-top: -62px;
    content: '';
}

.compare3.type-svf-chest .compare3__img {
    border-color: #c8c8c8;
}

.compare3.type-svf-chest .compare3__box.type-before .compare3__subject {
    background-color: #999;
}

.compare3.type-svf-chest .compare3__box.type-after .compare3__subject {
    background-color: #ffc332;
}

.compare3.type-svf-chest .compare3__item {
    height: 98px;
}

.compare3__arrow {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/svf/chest/svf_arrow_bottom.png") no-repeat center/contain;
    width: 33px;
    height: 72px;
    margin: 0 auto;
    text-indent: -9999px;
}

.compare3__wrap {
    margin: 0 0 0 -20px;
    font-size: 0;
}

.compare3__box {
    display: inline-block;
    width: 50%;
    padding-left: 20px;
    box-sizing: border-box;
    vertical-align: top;
}

.compare3__box.type-before .compare3__subject {
    background-color: #4a4a4a;
}

.compare3__box.type-after .compare3__subject {
    background-color: #7fa0e3;
}

.compare3__img.type-line {
    border: 1px solid;
}

.compare3__subject {
    height: 60px;
    color: #fff;
}

.compare3__vertical {
    display: table-cell;
    width: 1%;
    height: inherit;
    vertical-align: middle;
}

.compare3__list {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #aaa;
    border-top: 0;
}

.compare3__item {
    height: 72px;
    box-sizing: border-box;
    padding: 0 3%;
}

.compare3__item+.compare3__item {
    border-top: 1px solid #aaa;
}

@media only screen and (max-width: 1025px) {
    .compare3.type-plus .compare3__box+.compare3__box {
        margin-top: 0;
    }
    .compare3.type-plus .compare3__box+.compare3__box:before {
        position: static;
        margin: 40px auto;
    }
    .compare3__wrap {
        margin-left: 0;
        padding: 0 75px;
    }
    .compare3__box {
        width: 100%;
        padding-left: 0;
    }
    .compare3__box+.compare3__box {
        margin-top: 50px;
    }
    .compare3__item {
        height: auto;
        padding: 24px 3% 22px;
    }
    .compare3.type-svf-chest .compare3__item {
        height: auto;
    }
}

@media only screen and (max-width: 680px) {
    .compare3.type-plus .compare3__box+.compare3__box {
        margin-top: 0;
    }
    .compare3.type-plus .compare3__box+.compare3__box:before {
        margin: 20px auto;
        width: 37px;
        height: 37px;
    }
    .compare3__wrap {
        padding: 0 22px;
    }
    .compare3__box+.compare3__box {
        margin-top: 25px;
    }
    .compare3__subject {
        height: 40px;
    }
    .compare3__item {
        padding: 18px 3% 16px;
    }
}

.compare4.type-cling .compare4__list {
    margin-top: 0;
}

.compare4.type-mt {
    margin-top: 56px;
}

.compare4.type-process {
    overflow: hidden;
}

.compare4.type-process .compare4__list {
    position: relative;
    margin-left: -320px;
}

.compare4.type-process .compare4__item {
    padding-left: 320px;
}

.compare4.type-transition .compare4__list {
    margin-left: -80px;
}

.compare4.type-transition .compare4__item {
    padding-left: 80px;
}

.compare4.type-transition .compare4__item+.compare4__item {
    position: relative;
}

.compare4.type-transition .compare4__item+.compare4__item:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 26px;
    width: 29px;
    height: 62px;
    margin-top: -31px;
    background: url("../images/contour/cheek/cheek_arrow_1.png") no-repeat center center/contain;
}

.compare4.type-transition1 .compare4__list {
    margin-left: -80px;
}

.compare4.type-transition1 .compare4__item {
    padding-left: 80px;
}

.compare4.type-transition1 .compare4__item+.compare4__item {
    position: relative;
}

.compare4.type-transition1 .compare4__item+.compare4__item:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    width: 60px;
    height: 62px;
    margin-top: -31px;
    background: url("../images/wrinkle/core/core_add_img_plus.png") no-repeat center center/contain;
}

.compare4+.compare4 {
    margin-top: 80px;
}

.compare4__list {
    margin: 0 0 0 -40px;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.compare4__list.type-mt {
    margin-top: 56px;
}

.compare4__item {
    display: inline-block;
    width: 50%;
    padding-left: 40px;
    box-sizing: border-box;
    vertical-align: top;
}

.compare4__item.type-process {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 320px;
    right: 0;
    width: 320px;
    margin: auto;
    padding-left: 0 !important;
}

.compare4__box {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.compare4__box:before,
.compare4__box:after {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 32px;
    height: 32px;
    margin: auto 0;
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/arrow_gray.png") no-repeat center center/contain;
    content: '';
}

.compare4__box:before {
    left: 20px;
}

.compare4__box:after {
    right: 20px;
}

.compare4__outer {
    display: inline-table;
    width: 100%;
    height: 100%;
}

.compare4__inner {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.compare4__img {
    position: relative;
}

.compare4__label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px 10px 6px;
    background-color: #999;
    color: #fff;
}

.compare4__caption {
    padding: 18px 3% 16px;
    color: #fff;
}

.compare4__caption.type-gray {
    background-color: #777;
}

.compare4__caption.type-gray2 {
    background-color: #999;
}

.compare4__caption.type-lightgray {
    background-color: #b3b3b3;
}

.compare4__caption.type-nose {
    background-color: #f17b9c;
}

.compare4__caption.type-nose2 {
    background-color: #88355f;
}

.compare4__caption.type-wrinkle {
    background-color: #aa8b77;
}

.compare4__caption.type-special {
    background-color: #035dbd;
}

.compare4__caption.type-contour {
    background-color: #7fa0e3;
}

.compare4__txt {
    margin-top: 26px;
}

.compare4__txt+.compare4__list {
    margin-top: 26px;
}

.compare4__txt2 {
    margin: 10px 0;
}

.compare4__circle {
    display: block;
    width: 180px;
    height: 180px;
    margin: 0 auto;
    color: #fff;
}

@media only screen and (max-width: 1025px) {
    .compare4.type-tablet-full .compare4__list {
        margin-left: 0;
        padding: 0 60px;
    }
    .compare4.type-tablet-full .compare4__item {
        width: 100%;
        padding-left: 0;
    }
    .compare4.type-tablet-full .compare4__item+.compare4__item {
        margin-top: 40px;
    }
    .compare4.type-process {
        overflow: auto;
        padding: 0 19%;
        font-size: 0;
    }
    .compare4.type-process .compare4__list {
        position: static;
        margin-left: 0px;
    }
    .compare4.type-process .compare4__item {
        padding-left: 0px;
        width: 100%;
    }
    .compare4.type-process .compare4__item.type-process {
        position: static;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        width: auto;
    }
    .compare4.type-transition .compare4__list {
        margin-left: 0;
        padding: 0 96px;
    }
    .compare4.type-transition .compare4__item {
        width: 100%;
        padding-left: 0;
    }
    .compare4.type-transition .compare4__item+.compare4__item {
        padding-top: 70px;
    }
    .compare4.type-transition .compare4__item+.compare4__item:before {
        top: 20px;
        left: 0;
        right: 0;
        width: 62px;
        height: 30px;
        margin: 0 auto;
        background: url("../images/contour/cheek/cheek_arrow_1_t.png") no-repeat center center/contain;
    }
    .compare4.type-transition1 .compare4__list {
        margin-left: 0;
        padding: 0 10px;
    }
    .compare4.type-transition1 .compare4__item {
        width: 100%;
        padding-left: 0;
    }
    .compare4.type-transition1 .compare4__item+.compare4__item {
        padding-top: 70px;
    }
    .compare4.type-transition1 .compare4__item+.compare4__item:before {
        top: 20px;
        left: 0;
        right: 0;
        width: 62px;
        height: 48px;
        margin: 0 auto;
        background: url("../images/wrinkle/core/core_add_img_plus_tm.png") no-repeat center center/contain;
    }
    .compare4__circle {
        display: inline-block;
    }
    .compare4__txt2 {
        display: inline-block;
        margin: 0 10px;
    }
    .compare4__box {
        padding: 72px 0;
    }
    .compare4__box:before,
    .compare4__box:after {
        top: auto;
        bottom: auto;
        left: 0;
        right: 0;
        margin: 0 auto;
        transform: rotate(90deg);
    }
    .compare4__box:before {
        top: 20px;
        left: 0;
    }
    .compare4__box:after {
        bottom: 20px;
        right: 0;
    }
}

@media only screen and (max-width: 680px) {
    .compare4.type-mt {
        margin-top: 26px;
    }
    .compare4.type-tablet-full .compare4__list {
        padding: 0 10px;
    }
    .compare4.type-tablet-full .compare4__item+.compare4__item {
        margin-top: 26px;
    }
    .compare4.type-mobile-full .compare4__list {
        margin-left: 0;
        padding: 0 18px;
    }
    .compare4.type-mobile-full .compare4__item {
        width: 100%;
        padding-left: 0;
    }
    .compare4.type-mobile-full .compare4__item+.compare4__item {
        margin-top: 26px;
    }
    .compare4.type-transition .compare4__list {
        padding: 0 10px;
    }
    .compare4.type-transition .compare4__item+.compare4__item {
        padding-top: 45px;
    }
    .compare4.type-transition .compare4__item+.compare4__item:before {
        top: 16px;
        width: 31px;
        height: 15px;
    }
    .compare4.type-transition1 .compare4__list {
        padding: 0 10px;
    }
    .compare4.type-transition1 .compare4__item+.compare4__item {
        padding-top: 55px;
    }
    .compare4.type-transition1 .compare4__item+.compare4__item:before {
        top: 16px;
        width: 31px;
        height: 31px;
    }
    .compare4+.compare4 {
        margin-top: 40px;
    }
    .compare4__list {
        margin: 0 0 0 -10px;
    }
    .compare4__list.type-mt {
        margin-top: 26px;
    }
    .compare4__item {
        padding-left: 10px;
    }
    .compare4__label {
        padding: 4px 5px 3px;
    }
    .compare4__caption {
        padding: 10px 3% 8px;
    }
    .compare4__circle {
        width: 90px;
        height: 90px;
    }
    .compare4__txt2 {
        margin: 0 5px;
    }
    .compare4__box {
        padding: 36px 0;
    }
    .compare4__box:before,
    .compare4__box:after {
        width: 16px;
        height: 16px;
    }
    .compare4__box:before {
        top: 10px;
    }
    .compare4__box:after {
        bottom: 10px;
    }
}

.pop-info {
    position: relative;
}

.pop-info.type-reoperation .info-btn.is-active .info-btn__icon {
    background-color: #5b2626;
}

.pop-info.type-reoperation .info-desc {
    background-color: rgba(91, 38, 38, 0.9);
    color: #fff;
}

.pop-info.type-contour .info-btn.is-active .info-btn__icon {
    background-color: #7fa0e3;
}

.pop-info.type-contour .info-desc {
    background-color: rgba(127, 160, 227, 0.95);
    color: #fff;
}

.pop-info.type-chest .info-btn.is-active .info-btn__icon {
    background-color: #a482c9;
}

.pop-info.type-chest .info-desc {
    background-color: rgba(173, 142, 206, 0.9);
    color: #fff;
}

.pop-info.type-eye .info-desc {
    background: rgba(74, 157, 131, 0.9);
}

.pop-info.type-eye .info-desc__btn {
    background-color: #4b977e;
}

.pop-info.type-eye .info-btn.is-active .info-btn__icon {
    background-color: #28443b;
}

.pop-info.type-eye2 .info-desc {
    background: #4b977e;
}

.pop-info.type-eye2 .info-desc__btn {
    background-color: #4b977e;
}

.pop-info.type-eye2 .info-btn.is-active .info-btn__icon {
    background-color: #28443b;
}

.pop-info.type-svf .info-btn.is-active .info-btn__icon {
    background-color: #4a370a;
}

.pop-info.type-svf .info-desc {
    background-color: rgba(74, 55, 10, 0.9);
    color: #fff;
}

.pop-info.type-special .info-btn.is-active .info-btn__icon {
    background-color: #003378;
}

.pop-info.type-special .info-desc {
    background-color: rgba(0, 51, 120, 0.9);
    color: #fff;
}

.section-info {
    padding: 30px;
    background: #444;
    color: #aaa;
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
}

.section-info.type-new-style1 {
    margin: 0 -120px;
}

@media only screen and (max-width: 1025px) {
    .section-info.type-new-style1 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media only screen and (max-width: 680px) {
    .section-info {
        padding: 14px;
        font-size: 1rem;
        line-height: 1.5;
    }
}

.section-noti {
    margin-top: 60px;
    padding: 15px;
    background-color: #4d4d4d;
    color: #fff;
    text-align: center;
}

.section-noti.type-gray {
    background-color: #e1e1e1;
    color: #000;
}

.section-noti.type-white {
    background-color: #fff;
    color: #000;
}

@media only screen and (max-width: 680px) {
    .section-noti {
        margin-top: 35px;
    }
}

.heading-bar {
    position: relative;
    margin: 0 0 36px;
    padding-left: 12px;
    font-size: 26px;
    font-weight: 300;
    color: #000;
    text-align: left;
    line-height: 1.27;
}

.heading-bar:before {
    content: '';
    position: absolute;
    top: 1px;
    /*bottom: 0;*/
    left: 0;
    width: 4px;
    height: 30px;
    margin: auto;
    background-color: #4b977e;
}

.heading-bar.type-body:before {
    background-color: #ffa800;
}

.heading-bar.type-chest:before {
    background-color: #a482c9;
}

.heading-bar.type-nose:before {
    background-color: #f17b9c;
}

.heading-bar.type-contour:before {
    background-color: #7fa0e3;
}

.heading-bar.type-special:before {
    background-color: #035dbd;
}

.heading-bar.type-mt {
    margin-top: 40px;
}

.heading-bar.type-mb {
    margin-bottom: 20px;
}

@media only screen and (max-width: 1025px) {
    .heading-bar {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 680px) {
    .heading-bar {
        margin-bottom: 20px;
        font-size: 1.9rem;
    }
    .heading-bar.type-mt {
        margin-top: 20px;
    }
    .heading-bar.type-mb {
        margin-bottom: 10px;
    }
    .heading-bar:before {
        width: 3px;
        height: 20px;
    }
}

.depiction {
    margin-top: 34px;
}

.depiction.type-unorder .depiction__item:before {
    content: '';
    padding-left: 0;
}

.depiction.type-color {
    margin-top: 24px;
}

.depiction.type-color .depiction__list {
    padding: 0 50px;
    box-sizing: border-box;
    text-align: left;
}

.depiction.type-color .depiction__item:before {
    content: "0" counter(depiction) ".";
}

.depiction.type-color.type-special .depiction__item:before {
    color: #035dbd;
}

.depiction.type-bullet {
    margin-top: 24px;
}

.depiction.type-bullet .depiction__list {
    box-sizing: border-box;
    text-align: left;
}

.depiction.type-bullet .depiction__item {
    position: relative;
    padding-left: 7px;
}

.depiction.type-bullet .depiction__item:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 2px;
    height: 2px;
    padding-right: 0;
    background-color: #555;
}

.depiction__tit {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.depiction__tit:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 1px;
    margin: auto;
    background-color: #444;
}

.depiction__list {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: depiction;
}

.depiction__item:before {
    content: counter(depiction) ".";
    counter-increment: depiction;
    display: inline-block;
    padding-right: 6px;
    font-size: 15px;
}

.depiction__item+.depiction__item {
    margin-top: 6px;
}

@media only screen and (max-width: 1025px) {
    .depiction.type-color .depiction__list {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 680px) {
    .depiction {
        margin-top: 18px;
    }
    .depiction.type-color {
        margin-top: 12px;
    }
    .depiction.type-color .depiction__list {
        padding: 0px;
    }
    .depiction.type-bullet {
        margin-top: 12px;
    }
    .depiction.type-bullet .depiction__item:before {
        top: 8px;
    }
    .depiction__tit {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .depiction__item:before {
        font-size: 1.2rem;
    }
    .depiction__item+.depiction__item {
        margin-top: 4px;
    }
}

.bg-style1.type-no-border .bg-style1__area {
    padding: 0;
}

.bg-style1.type-no-border .bg-style1__outer {
    height: 420px;
    border: none;
}

.bg-style1.type-body .bg-style1__wrap {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/scar/scar_bg_1.jpg") no-repeat center center/cover;
}

.bg-style1.type-chest .bg-style1__wrap {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/scar/scar_bg_2.jpg") no-repeat center center/cover;
}

.bg-style1__area {
    padding: 20px;
    box-sizing: border-box;
}

.bg-style1__outer {
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
}

.bg-style1__box {
    display: table-cell;
    width: 1%;
    height: 358px;
    padding: 10px;
    vertical-align: middle;
    box-sizing: border-box;
}

.bg-style1__txt {
    color: #fff;
}

.bg-style1__tit {
    margin-top: 20px;
}

.bg-style1__btn {
    display: inline-block;
    height: 50px;
    margin-top: 20px;
    padding: 0 20px;
    border: 1px solid #fff;
    color: #fff;
    box-sizing: border-box;
    text-decoration: none;
}

.bg-style1__btn:after {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: '';
}

.bg-style1__btn span {
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (max-width: 1025px) {
    .bg-style1.type-no-border .bg-style1__outer {
        height: 100%;
    }
    .bg-style1.type-body .bg-style1__wrap {
        background: url("/img_up/shop_pds/banobagi/design/pre/images/content/scar/scar_bg_1_t.jpg") no-repeat center center/cover;
    }
    .bg-style1.type-chest .bg-style1__wrap {
        background: url("/img_up/shop_pds/banobagi/design/pre/images/content/scar/scar_bg_2_t.jpg") no-repeat center center/cover;
    }
    .bg-style1__wrap {
        position: relative;
        height: 0;
        padding-bottom: 91.14%;
    }
    .bg-style1__area {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .bg-style1__outer {
        display: inline-table;
        width: 100%;
        height: 100%;
    }
    .bg-style1__box {
        width: auto;
        height: 100%;
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media only screen and (max-width: 680px) {
    .bg-style1__box {
        padding-left: 10px;
        padding-right: 10px;
    }
    .bg-style1__tit {
        margin-top: 10px;
    }
}

.bg-style2.txt-left .bg-style2__list {
    text-align: left;
}

.bg-style2__list {
    margin: 0 0 0 -40px;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.bg-style2__item {
    display: inline-block;
    width: 50%;
    height: 320px;
    padding-left: 40px;
    box-sizing: border-box;
}

.bg-style2__item.type-forehead .bg-style2__wrap {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/link/link_bg_1.jpg") no-repeat center center / cover;
}

.bg-style2__item.type-botox .bg-style2__wrap {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/link/link_bg_2.jpg") no-repeat center center / cover;
}

.bg-style2__item.type-elastic .bg-style2__wrap {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/link/link_bg_3.jpg") no-repeat center center / cover;
}

.bg-style2__item.type-papilla .bg-style2__wrap {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/link/link_bg_4.jpg") no-repeat center center / cover;
}

.bg-style2__item.type-fat .bg-style2__wrap {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/link/link_bg_5.jpg") no-repeat center center / cover;
}

.bg-style2__item.type-mini .bg-style2__wrap {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/link/link_bg_6.jpg") no-repeat center center / cover;
}

.bg-style2__item.type-obesity .bg-style2__wrap {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/link/link_bg_7.jpg") no-repeat center center / cover;
}

.bg-style2__item.type-cheek .bg-style2__wrap {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/link/link_bg_8.jpg") no-repeat center center / cover;
}

.bg-style2__item.type-front .bg-style2__wrap {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/link/link_bg_9.jpg") no-repeat center center / cover;
}

.bg-style2__item.type-pexy .bg-style2__wrap {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/link/eye/link_eye_1.jpg") no-repeat center center / cover;
}

.bg-style2__item.type-upper .bg-style2__wrap {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/link/eye/link_eye_2.jpg") no-repeat center center / cover;
}

.bg-style2__item.type-lower .bg-style2__wrap {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/link/eye/link_eye_3.jpg") no-repeat center center / cover;
}

.bg-style2__item.type-midface .bg-style2__wrap {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/link/eye/link_eye_4.jpg") no-repeat center center / cover;
}

.bg-style2__item.type-facelift .bg-style2__wrap {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/link/eye/link_eye_5.jpg") no-repeat center center / cover;
}

.bg-style2__item.type-necklift .bg-style2__wrap {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/link/eye/link_eye_6.jpg") no-repeat center center / cover;
}

.bg-style2__item.type-model1 .bg-style2__wrap {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/link/link_bg_10.jpg") no-repeat center center / cover;
}

.bg-style2__item.type-model2 .bg-style2__wrap {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/link/link_bg_11.jpg") no-repeat center center / cover;
}

.bg-style2__item.type-model3 .bg-style2__wrap {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/link/link_bg_12.jpg") no-repeat center center / cover;
}

.bg-style2__item.type-bodylift .bg-style2__wrap {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/link/body/link_body_1.jpg") no-repeat center center / cover;
}

.bg-style2__item.type-contour .bg-style2__wrap {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/link/wrinkle/link_wrinkle_2.jpg") no-repeat center center / cover;
}

.bg-style2__item.type-wrinkle .bg-style2__wrap {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/link/wrinkle/link_wrinkle_3.jpg") no-repeat center center / cover;
}

.bg-style2__item.type-square .bg-style2__wrap {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/link/contour/link_contour_1.jpg") no-repeat center center / cover;
}

.bg-style2__item.type-cheek .bg-style2__wrap {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/link/contour/link_contour_2.jpg") no-repeat center center / cover;
}

.bg-style2__item:nth-child(2)~.bg-style2__item {
    margin-top: 40px;
}

.bg-style2__wrap {
    position: relative;
    width: 100%;
    height: inherit;
    padding: 0 20px;
    box-sizing: border-box;
}

.bg-style2__box {
    display: table-cell;
    width: 1%;
    height: inherit;
    vertical-align: middle;
    text-align: center;
}

.bg-style2__subtit {
    color: #fff;
}

.bg-style2__txt {
    margin: 12px 0 0 0;
    color: #aaa;
}

.bg-style2__btn {
    display: inline-block;
    height: 50px;
    min-width: 200px;
    margin-top: 34px;
    padding: 0 20px;
    border: 1px solid #fff;
    color: #fff;
    box-sizing: border-box;
    text-decoration: none;
}

.bg-style2__btn:after {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: '';
}

.bg-style2__btn span {
    display: inline-block;
    vertical-align: middle;
}

.bg-style2__noti {
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    margin: 0;
    font-size: 12px;
    color: #777;
}

@media only screen and (max-width: 1025px) {
    .bg-style2__list {
        margin-left: 0;
        padding: 0 35px;
    }
    .bg-style2__item {
        width: 100%;
        padding-left: 0;
    }
    .bg-style2__item+.bg-style2__item {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 680px) {
    .bg-style2__list {
        padding: 0;
    }
    .bg-style2__item {
        height: auto;
    }
    .bg-style2__item+.bg-style2__item {
        margin-top: 20px;
    }
    .bg-style2__wrap {
        padding: 38px 20px;
    }
    .bg-style2__box {
        display: block;
        width: auto;
    }
    .bg-style2__txt {
        margin-top: 5px;
    }
    .bg-style2__btn {
        height: 35px;
        margin-top: 10px;
        padding: 0 10px;
    }
    .bg-style2__noti {
        bottom: 6px;
        font-size: 1rem;
    }
}

.bg-style3.type-full .bg-style3__list {
    margin: 60px 0 0 0;
}

.bg-style3.type-full .bg-style3__item {
    width: 100%;
    padding-left: 0;
}

.bg-style3.type-full .bg-style3__item.type-realman .bg-style3__wrap {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/link/real/link_real_1.jpg") no-repeat center center / cover;
}

.bg-style3__list {
    margin: 0 0 0 -20px;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.bg-style3__item {
    display: inline-block;
    width: 50%;
    height: 250px;
    padding-left: 20px;
    box-sizing: border-box;
}

.bg-style3__item:nth-child(2)~.bg-style3__item {
    margin-top: 20px;
}

.bg-style3__item.type-extension .bg-style3__wrap {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/link/chest/link_chest_1.jpg") no-repeat center center / cover;
}

.bg-style3__item.type-reduction .bg-style3__wrap {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/link/chest/link_chest_2.jpg") no-repeat center center / cover;
}

.bg-style3__item.type-svf-extend .bg-style3__wrap {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/link/chest/link_chest_3.jpg") no-repeat center center / cover;
}

.bg-style3__item.type-lifting .bg-style3__wrap {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/link/chest/link_chest_4.jpg") no-repeat center center / cover;
}

.bg-style3__wrap {
    width: 100%;
    height: inherit;
    padding: 0 20px;
    box-sizing: border-box;
}

.bg-style3__box {
    display: table-cell;
    width: 1%;
    height: inherit;
    vertical-align: middle;
    text-align: center;
}

.bg-style3__subtit {
    color: #fff;
}

.bg-style3__txt {
    margin: 12px 0 0 0;
    color: #aaa;
}

.bg-style3__btn {
    display: inline-block;
    height: 40px;
    margin-top: 16px;
    padding: 0 30px;
    border: 1px solid #fff;
    color: #fff;
    box-sizing: border-box;
    text-decoration: none;
}

.bg-style3__btn:after {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: '';
}

.bg-style3__btn span {
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (max-width: 1025px) {
    .bg-style3.type-full .bg-style3__list {
        padding: 0;
    }
    .bg-style3__list {
        margin-left: 0;
        padding: 0 35px;
    }
    .bg-style3__item {
        width: 100%;
        padding-left: 0;
    }
    .bg-style3__item+.bg-style3__item {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 680px) {
    .bg-style3.type-full .bg-style3__list {
        margin-top: 38px;
    }
    .bg-style3__list {
        padding: 0;
    }
    .bg-style3__item {
        height: auto;
    }
    .bg-style3__item+.bg-style3__item {
        margin-top: 20px;
    }
    .bg-style3__wrap {
        padding: 38px 20px;
    }
    .bg-style3__box {
        display: block;
        width: auto;
    }
    .bg-style3__txt {
        margin-top: 5px;
    }
    .bg-style3__btn {
        height: 35px;
        margin-top: 10px;
    }
}

.content-btn {
    display: block;
    width: 200px;
    height: 48px;
    margin: 36px auto 0;
    border: 1px solid #000;
}

.content-btn span {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.content-btn span:after {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: '';
}

@media only screen and (max-width: 680px) {
    .content-btn {
        width: 160px;
        height: 40px;
        margin-top: 14px;
    }
}

.content-btn2 {
    display: inline-block;
    height: 50px;
    margin: 85px auto 0;
    padding: 0 22px;
    border: 1px solid #000;
    color: #000;
    box-sizing: border-box;
}

.content-btn2 span {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.content-btn2 span:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

@media only screen and (max-width: 1025px) {
    .content-btn2 {
        margin-top: 55px;
    }
}

@media only screen and (max-width: 680px) {
    .content-btn2 {
        height: 40px;
        margin-top: 32px;
    }
}

.step-style.type-contour .step-style__head {
    background-color: #4569b1;
}

.step-style.type-nose .step-style__head {
    background-color: #88355f;
}

.step-style.type-reoperation .step-style__head {
    background-color: #ff6263;
}

.step-style.type-half .step-style__item {
    width: 50%;
}

.step-style.type-half .step-style__body .step-style__box {
    height: 140px;
    padding: 0 40px;
}

.step-style.type-vertical .step-style__list {
    margin-left: 0;
}

.step-style.type-vertical .step-style__item {
    position: relative;
    width: 100%;
    padding-left: 156px;
    font-size: 0;
}

.step-style.type-vertical .step-style__item+.step-style__item {
    margin-top: 30px;
}

.step-style.type-vertical .step-style__head {
    position: absolute;
    top: 0;
    left: 0;
    width: 156px;
    height: 100%;
}

.step-style.type-vertical .step-style__body {
    background-color: #fff;
    text-align: left;
}

.step-style.type-vertical .step-style__body .step-style__box {
    padding: 0 40px;
    border: 1px solid #ddd;
    border-left: 0;
    box-sizing: border-box;
}

.step-style.type-vertical .step-style__box {
    height: 100px;
    box-sizing: border-box;
}

.step-style__list {
    margin: 0px 0 0 -10px;
    padding: 0;
    font-size: 0;
}

.step-style__item {
    display: inline-block;
    width: 33.33%;
    padding-left: 10px;
    list-style: none;
    box-sizing: border-box;
}

.step-style__head {
    text-transform: uppercase;
    color: #fff;
}

.step-style__head .step-style__box {
    height: 70px;
}

.step-style__body {
    color: #777;
    background-color: #ebebeb;
}

.step-style__body .step-style__box {
    height: 100px;
}

.step-style__box {
    display: table-cell;
    width: 1%;
    vertical-align: middle;
}

@media only screen and (max-width: 1025px) {
    .step-style {
        padding: 0 154px;
        box-sizing: border-box;
    }
    .step-style.type-vertical {
        padding: 0;
    }
    .step-style.type-half .step-style__item {
        width: 100%;
    }
    .step-style.type-half .step-style__body .step-style__box {
        height: auto;
        padding: 24px 14px;
    }
    .step-style__list {
        margin-left: 0;
    }
    .step-style__item {
        width: 100%;
        padding-left: 0;
    }
    .step-style__item+.step-style__item {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 680px) {
    .step-style {
        padding: 0 60px;
    }
    .step-style.type-vertical .step-style__item {
        padding-left: 78px;
    }
    .step-style.type-vertical .step-style__item+.step-style__item {
        margin-top: 20px;
    }
    .step-style.type-vertical .step-style__head {
        position: absolute;
        top: 0;
        left: 0;
        width: 78px;
    }
    .step-style.type-vertical .step-style__body .step-style__box {
        padding: 14px 20px;
    }
    .step-style.type-vertical .step-style__box {
        display: block;
        width: 100%;
        height: auto;
    }
    .step-style.type-vertical .step-style__head .step-style__box {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .step-style.type-half .step-style__body .step-style__box {
        padding: 10px;
    }
    .step-style__subject {
        display: block;
    }
    .step-style__head .step-style__box {
        height: 36px;
    }
    .step-style__body .step-style__box {
        height: 56px;
    }
    .step-style__item+.step-style__item {
        margin-top: 14px;
    }
}

.step-style2__list {
    margin: 56px 0 0;
    padding: 0;
    list-style: none;
}

.step-style2__item {
    position: relative;
    width: 100%;
    padding-left: 156px;
    font-size: 0;
    box-sizing: border-box;
}

.step-style2__item+.step-style2__item {
    margin-top: 40px;
}

.step-style2__head {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 156px;
    color: #fff;
}

.step-style2__head.type-special {
    background-color: #035dbd;
}

.step-style2__head.type-special2 {
    background-color: #003378;
}

.step-style2__body {
    font-size: 0;
    text-align: left;
}

.step-style2__box {
    position: relative;
}

.step-style2__box+.step-style2__box {
    margin-top: -1px;
}

.step-style2__img {
    display: inline-block;
    width: 50%;
}

.step-style2__area {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    padding: 0 35px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.step-style2__inner {
    display: inline-table;
    width: 100%;
    height: 100%;
}

.step-style2__vertical {
    display: table-cell;
    width: 1%;
    height: inherit;
    vertical-align: middle;
}

.step-style2__txt {
    margin-top: 10px;
}

@media only screen and (max-width: 1180px) {
    .step-style2 {
        padding: 0 110px;
    }
    .step-style2__box+.step-style2__box {
        margin-top: 0;
    }
    .step-style2__item {
        padding-left: 0;
    }
    .step-style2__head {
        position: static;
        width: 100%;
        height: 60px;
    }
    .step-style2__img {
        width: 100%;
    }
    .step-style2__area {
        position: static;
        width: 100%;
        padding: 30px 40px;
        text-align: center;
    }
}

@media only screen and (max-width: 680px) {
    .step-style2 {
        padding: 0 35px;
    }
    .step-style2__list {
        margin-top: 30px;
    }
    .step-style2__item+.step-style2__item {
        margin-top: 20px;
    }
    .step-style2__head {
        height: 35px;
    }
    .step-style2__area {
        padding: 20px 25px;
    }
}

.step-style3.type-mt {
    margin-top: 56px;
}

.step-style3.type-half .step-style3__list {
    margin-left: -40px;
}

.step-style3.type-half .step-style3__wrap {
    padding-left: 40px;
}

.step-style3__list {
    margin: 0;
    padding: 0;
    font-size: 0;
}

.step-style3__item {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.step-style3__wrap {
    display: inline-block;
    width: 50%;
    padding-left: 20px;
    vertical-align: top;
    box-sizing: border-box;
}

.step-style3__wrap.type-half {
    padding-left: 0;
}

.step-style3__wrap.type-half .step-style3__item {
    width: 50%;
    padding-left: 20px;
}

.step-style3__outer {
    margin-left: -20px;
}

.step-style3__box {
    display: table-cell;
    width: 1%;
    height: 146px;
    padding: 10px;
    border: 1px solid #c8c8c8;
    vertical-align: middle;
    background-color: #fff;
    box-sizing: border-box;
}

.step-style3__box.type-half {
    width: 50%;
}

.step-style3__box+.step-style3__box {
    border-left: none;
}

.step-style3__tit {
    color: #444;
}

@media only screen and (max-width: 1025px) {
    .step-style3__wrap {
        width: 100%;
        padding-left: 0;
    }
    .step-style3__wrap+.step-style3__wrap {
        margin-top: 20px;
    }
    .step-style3.type-half .step-style3__list {
        margin-left: 0px;
    }
    .step-style3.type-half .step-style3__wrap {
        padding: 0 60px;
    }
    .step-style3.type-half .step-style3__wrap+.step-style3__wrap {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 680px) {
    .step-style3.type-mt {
        margin-top: 26px;
    }
    .step-style3.type-half .step-style3__wrap {
        padding: 0px;
    }
    .step-style3.type-half .step-style3__wrap+.step-style3__wrap {
        margin-top: 24px;
    }
    .step-style3__wrap+.step-style3__wrap {
        margin-top: 10px;
    }
    .step-style3__wrap.type-half .step-style3__item {
        padding-left: 10px;
    }
    .step-style3__outer {
        margin-left: -10px;
    }
    .step-style3__box {
        height: 100px;
    }
}

.process+.process {
    margin-top: 30px;
}

.process__box {
    position: relative;
    text-align: left;
    font-size: 0;
}

.process__list {
    display: inline-block;
    width: 70%;
    margin: 0;
    padding: 0 70px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.process__item {
    position: relative;
    width: 100%;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.process__item+.process__item {
    margin-top: 30px;
}

.process__item:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -50px;
    width: 30px;
    height: 32px;
    margin: auto;
    background: url(../images/chest/papilla/papilla_arrow_1.png) 0 0/cover;
}

.process__head {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 100%;
    background-color: #555;
    text-align: center;
}

.process__inner {
    display: inline-table;
    position: relative;
    width: 100%;
    height: 100%;
}

.process__tit {
    color: #fff;
}

.process__area {
    height: 120px;
    padding-left: 210px;
    padding-right: 3%;
    text-align: left;
}

.process__vertical {
    position: relative;
    display: table-cell;
    width: 1%;
    height: inherit;
    vertical-align: middle;
}

.process__result {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    padding: 0 3%;
    text-align: center;
    box-sizing: border-box;
}

.process__txt2 {
    color: #fff;
}

@media only screen and (max-width: 1025px) {
    .process__head {
        width: 120px;
    }
    .process__area {
        padding-left: 150px;
    }
}

@media only screen and (max-width: 680px) {
    .process+.process {
        margin-top: 15px;
    }
    .process__list {
        padding-right: 22px;
    }
    .process__item+.process__item {
        margin-top: 15px;
    }
    .process__item:before {
        right: -20px;
        width: 15px;
        height: 16px;
    }
    .process__head {
        width: 60px;
    }
    .process__area {
        height: 95px;
        padding-left: 70px;
    }
}

.process-style2__list {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    text-align: left;
}

.process-style2__item {
    display: inline-block;
    width: 30.43%;
    box-sizing: border-box;
}

.process-style2__item.nth-2 {
    margin-left: 10px;
}

.process-style2__item.nth-3 {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin-left: calc(8.71% - 10px);
}

.process-style2__box {
    position: relative;
}

.process-style2__box:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -16.8%;
    width: 30px;
    height: 32px;
    margin: auto;
    background: url(../images/chest/papilla/papilla_arrow_1.png) 0 0/cover;
}

.process-style2__caption {
    height: 90px;
    padding: 0 3%;
    background-color: #555;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
}

.process-style2__caption.type-special {
    background-color: #003378;
}

.process-style2__vertical {
    display: table-cell;
    width: 1%;
    height: inherit;
    vertical-align: middle;
}

@media only screen and (max-width: 1180px) {
    .process-style2__list {
        margin-left: -10px;
        text-align: center;
    }
    .process-style2__item {
        width: 50%;
        padding-left: 10px;
    }
    .process-style2__item.nth-2 {
        margin-left: 0;
    }
    .process-style2__item.nth-3 {
        position: static;
        margin-left: 0;
        margin-top: 70px;
    }
    .process-style2__box:before {
        top: -50px;
        bottom: auto;
        left: 0;
        right: 0;
        transform: rotate(90deg);
    }
}

@media only screen and (max-width: 680px) {
    .process-style2__item.nth-3 {
        margin-top: 35px;
    }
    .process-style2__caption {
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .process-style2__box:before {
        top: -24px;
        width: 15px;
        height: 16px;
    }
}

.process-style3.type-contour .process-style3__caption {
    background-color: #7fa0e3;
}

.process-style3.type-contour .process-style3__result {
    background-color: #4569b1;
}

.process-style3__box {
    position: relative;
    padding-bottom: 70px;
}

.process-style3__box:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18px;
    width: 32px;
    height: 30px;
    margin: 0 auto;
    background: url(../images/contour/protrusion/protrusion_arrow_1.png) 0 0/cover;
}

.process-style3__list {
    margin: -10px 0 0 -10px;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.process-style3__item {
    display: inline-block;
    width: 33.33%;
    padding: 10px 0 0 10px;
    vertical-align: top;
    box-sizing: border-box;
}

.process-style3__caption {
    height: 90px;
    padding: 0 3%;
    color: #fff;
}

.process-style3__vertical {
    display: table-cell;
    width: 1%;
    height: inherit;
    vertical-align: middle;
}

.process-style3__result {
    padding: 20px 3% 18px;
    color: #fff;
}

@media only screen and (max-width: 1025px) {
    .process-style3__item {
        width: 50%;
    }
    .process-style3__caption {
        height: auto;
        padding: 20px 3% 18px;
    }
}

@media only screen and (max-width: 680px) {
    .process-style3.type-mobile-full .process-style3__box {
        padding: 0 45px 35px;
    }
    .process-style3.type-mobile-full .process-style3__item {
        width: 100%;
        padding: 0;
    }
    .process-style3.type-mobile-full .process-style3__item+.process-style3__item {
        margin-top: 10px;
    }
    .process-style3__box {
        padding-bottom: 35px;
    }
    .process-style3__box:before {
        bottom: 10px;
        width: 16px;
        height: 15px;
    }
    .process-style3__list {
        margin: -5px 0 0 -5px;
    }
    .process-style3__item {
        padding: 5px 0 0 5px;
    }
    .process-style3__caption {
        padding: 10px 3% 8px;
    }
    .process-style3__result {
        padding: 10px 3% 8px;
    }
}

.process-style4.type-contour .process-style4__number {
    background-color: #7fa0e3;
}

.process-style4.type-contour .process-style4__result {
    background-color: #4569b1;
}

.process-style4__list {
    margin: 56px 0 0 -40px;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.process-style4__item {
    display: inline-block;
    width: 50%;
    padding-left: 40px;
    box-sizing: border-box;
    vertical-align: top;
}

.process-style4__item:nth-child(2)~.process-style4__item {
    margin-top: 60px;
}

.process-style4__inner {
    position: relative;
}

.process-style4__number {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    color: #fff;
    z-index: 10;
}

.process-style4__number:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.process-style4__box {
    position: relative;
    z-index: 5;
}

.process-style4__caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 0 1%;
    background: rgba(102, 102, 102, 0.8);
    color: #fff;
    box-sizing: border-box;
}

.process-style4__result {
    position: relative;
    margin-top: 58px;
    height: 60px;
    padding: 0 1%;
    color: #fff;
}

.process-style4__result:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    width: 30px;
    height: 38px;
    margin: 0 auto;
    background: url(../images/contour/protrusion/protrusion_arrow_2.png) 0 0/cover;
}

.process-style4__vertical {
    display: table-cell;
    width: 1%;
    height: inherit;
    vertical-align: middle;
}

@media only screen and (max-width: 680px) {
    .process-style4__list {
        margin: 35px 0 0 -10px;
    }
    .process-style4__item {
        padding-left: 10px;
    }
    .process-style4__item:nth-child(2)~.process-style4__item {
        margin-top: 30px;
    }
    .process-style4__number {
        width: 30px;
        height: 30px;
    }
    .process-style4__caption {
        position: static;
        height: 50px;
    }
    .process-style4__result {
        margin-top: 30px;
        height: 50px;
    }
    .process-style4__result:before {
        top: -25px;
        width: 15px;
        height: 19px;
    }
}

.process-style5.type-fixed .process-style5__txt {
    display: table-cell;
    width: 1%;
    height: 100px;
    padding: 5px;
    vertical-align: middle;
}

.process-style5__wrap {
    margin: 0 0 0 -20px;
    font-size: 0;
}

.process-style5__box {
    display: inline-block;
    width: 50%;
    padding-left: 20px;
    box-sizing: border-box;
    vertical-align: top;
}

.process-style5__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.process-style5__item {
    box-sizing: border-box;
}

.process-style5__item+.process-style5__item:before {
    content: '';
    display: block;
    width: 20px;
    height: 19px;
    margin: 20px auto;
    background: url(../images/contour/case/case_arrow_1.png) no-repeat center center/contain;
}

.process-style5__item.type-subject .process-style5__txt {
    background-color: #ebebeb;
}

.process-style5__item.type-gray .process-style5__txt {
    border-color: #000;
    background-color: #444;
    color: #fff;
}

.process-style5__item.type-contour .process-style5__txt {
    border-color: #4878d9;
    background-color: #7fa0e3;
    color: #fff;
}

.process-style5__item.type-reoperation .process-style5__txt {
    background-color: #5b2626;
    border-color: #5b2626;
    color: #fff;
}

.process-style5__item.type-reoperation2 .process-style5__txt {
    background-color: #ff6263;
    border-color: #ff6263;
    color: #fff;
}

.process-style5__txt {
    padding: 18px 3% 16px;
    border: 1px solid #cbcbcb;
}

.process-style5__txt .txt-new1 {
    color: inherit;
}

.process-style5__merge:before {
    content: '';
    display: block;
    width: 20px;
    height: 19px;
    margin: 20px auto;
    background: url(../images/contour/contour_arrow_2.png) no-repeat center center/contain;
}

.process-style5__area {
    padding: 15px 0;
    background-color: #4569b1;
    color: #fff;
    font-style: italic;
}

@media only screen and (max-width: 1025px) {
    .process-style5.type-fixed .process-style5__txt {
        display: block;
        width: auto;
        height: auto;
        padding: 18px 3% 16px;
    }
    .process-style5.type-half .process-style5__wrap {
        margin: 0 0 0 -20px;
        padding: 0;
    }
    .process-style5.type-half .process-style5__box {
        width: 50%;
        padding-left: 20px;
    }
    .process-style5.type-half .process-style5__box+.process-style5__box {
        margin-top: 0;
    }
    .process-style5__wrap {
        margin-left: 0;
        padding: 0 80px;
    }
    .process-style5__box {
        width: 100%;
        padding-left: 0;
    }
    .process-style5__box+.process-style5__box {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 680px) {
    .process-style5.type-fixed .process-style5__txt {
        padding: 10px 3% 8px;
    }
    .process-style5__wrap {
        padding: 0 20px;
    }
    .process-style5__box+.process-style5__box {
        margin-top: 25px;
    }
    .process-style5__item+.process-style5__item:before {
        width: 10px;
        height: 9px;
        margin: 10px auto;
    }
    .process-style5__txt {
        padding: 10px 3% 8px;
    }
    .process-style5__merge:before {
        width: 10px;
        height: 9px;
        margin: 10px auto;
    }
    .process-style5__area {
        padding: 8px 0;
    }
}

.process-style6 {
    position: relative;
}

.process-style6+.process-style6 {
    margin-top: 40px;
}

.process-style6__box {
    width: 50%;
    box-sizing: border-box;
    font-size: 0;
}

.process-style6__box.type-result {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.process-style6__box.type-result1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.process-style6__box.type-list1 {
    position: absolute;
    right: 0;
}

.process-style6__box.type-white .process-style6__txt {
    border: 1px solid #cbcbcb;
    background-color: transparent;
    color: #555;
}

.process-style6__box.type-reoperation1 .process-style6__outer {
    background-color: #5b2626;
}

.process-style6__box.type-reoperation2 .process-style6__outer {
    background-color: #ff6263;
}

.process-style6__arrow {
    display: inline-block;
    width: 39.13%;
    height: 100%;
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/arrow_gray.png") no-repeat center center;
    vertical-align: top;
}

.process-style6__list {
    margin: 0;
    padding: 0;
}

.process-style6__item {
    list-style: none;
    vertical-align: top;
}

.process-style6__item+.process-style6__item {
    margin-top: 10px;
}

.process-style6__txt {
    padding: 16px;
    background-color: #a482c9;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
}

.process-style6__wrap {
    display: inline-block;
    width: 60.87%;
    height: 100%;
    vertical-align: top;
}

.process-style6__outer {
    display: inline-table;
    width: 100%;
    height: 100%;
    background-color: #4f2c74;
}

.process-style6__inner {
    display: table-cell;
    width: 100%;
    height: 100%;
    padding: 16px;
    color: #fff;
    vertical-align: middle;
    box-sizing: border-box;
}

@media only screen and (max-width: 1025px) {
    .process-style6__box {
        width: 45%;
    }
    .process-style6__box.type-result {
        width: 55%;
    }
    .process-style6__box.type-result1 {
        width: 46%;
        left: 40px;
    }
    .process-style6__box.type-list1 {
        right: 40px;
    }
}

@media only screen and (max-width: 680px) {
    .process-style6+.process-style6 {
        margin-top: 20px;
    }
    .process-style6.type-mobile-margin .process-style6__item {
        margin-top: 5px;
    }
    .process-style6__box {
        width: 100%;
    }
    .process-style6__box.type-result {
        position: static;
        width: 100%;
    }
    .process-style6__box.type-list1 {
        position: static;
        width: 100%;
        margin-top: 60px;
    }
    .process-style6__box.type-mobile-full .process-style6__list {
        margin-left: 0px;
    }
    .process-style6__box.type-mobile-full .process-style6__item {
        width: 100%;
        padding-left: 0;
    }
    .process-style6__arrow {
        width: 100%;
        height: 45px;
        background-size: 16px 16px;
        transform: rotate(90deg);
    }
    .process-style6__wrap {
        width: 100%;
    }
    .process-style6__txt {
        display: table-cell;
        width: 1%;
        height: 65px;
        padding: 10px;
        vertical-align: middle;
    }
    .process-style6__inner {
        padding: 10px;
    }
    .process-style6__list {
        margin-left: -5px;
    }
    .process-style6__item {
        display: inline-block;
        width: 100%;
        padding-left: 5px;
        box-sizing: border-box;
    }
    .process-style6__item+.process-style6__item {
        margin-top: 0px;
    }
}

.process-style7 {
    position: relative;
    font-size: 0;
}

.process-style7__area {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 28.26%;
    margin: auto;
}

.process-style7__area.type-cause {
    left: 0;
    background-color: #7fa0e3;
}

.process-style7__area.type-result {
    right: 0;
    background-color: #4569b1;
}

.process-style7__area .process-style7__inner {
    color: #fff;
}

.process-style7__box {
    width: 43.48%;
    padding-left: 28.26%;
}

.process-style7__list {
    position: relative;
    margin: 0;
    padding: 0 17.5%;
    list-style: none;
}

.process-style7__list:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 17.5%;
    height: 100%;
    margin: auto;
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/arrow_gray.png") no-repeat center center;
}

.process-style7__list:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 17.5%;
    height: 100%;
    margin: auto;
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/arrow_gray.png") no-repeat center center;
}

.process-style7__item {
    vertical-align: top;
}

.process-style7__item+.process-style7__item {
    margin-top: 20px;
}

.process-style7__item.nth-2 .process-style7__txt:after {
    background: url(../images/contour/mini/mini_arrow_2.png) no-repeat center center;
}

.process-style7__wrap {
    height: 115px;
    border: 1px solid #cbcbcb;
    box-sizing: border-box;
}

.process-style7__wrap:after {
    content: '';
    display: inline-block;
}

.process-style7__txt {
    display: inline-block;
}

.process-style7__txt:after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 24px;
    background: url("/img_up/shop_pds/banobagi/design/pre/images/contour/mini/mini_arrow_1.png") no-repeat center center;
    vertical-align: middle;
}

.process-style7__arrow {
    display: inline-block;
    width: 18px;
    height: 24px;
    background: url("/img_up/shop_pds/banobagi/design/pre/images/contour/mini/mini_arrow_1.png") no-repeat center center;
    vertical-align: middle;
}

.process-style7__outer {
    display: inline-table;
    width: 100%;
    height: 100%;
}

.process-style7__inner {
    display: table-cell;
    width: 100%;
    height: 100%;
    padding: 20px;
    vertical-align: middle;
    box-sizing: border-box;
}

@media only screen and (max-width: 1025px) {
    .process-style7__area {
        position: static;
        width: 100%;
    }
    .process-style7__box {
        width: 100%;
        padding-left: 0;
    }
    .process-style7__list {
        padding: 60px 0;
        font-size: 0;
        margin-left: -10px;
    }
    .process-style7__list:before {
        left: 10px;
        top: 0;
        right: 0;
        width: calc(100% - 10px);
        height: 60px;
        transform: rotate(90deg);
    }
    .process-style7__list:after {
        right: 0;
        top: auto;
        bottom: 0;
        left: 10px;
        width: calc(100% - 10px);
        height: 60px;
        transform: rotate(90deg);
    }
    .process-style7__item {
        display: inline-block;
        width: 50%;
        padding-left: 10px;
        box-sizing: border-box;
    }
    .process-style7__item+.process-style7__item {
        margin-top: 0;
    }
}

@media only screen and (max-width: 680px) {
    .process-style7__inner {
        padding: 10px;
    }
    .process-style7__list {
        padding: 45px 0;
        margin-left: -5px;
    }
    .process-style7__list:before {
        left: 5px;
        width: calc(100% - 5px);
        height: 45px;
        background-size: 16px 15px;
    }
    .process-style7__list:after {
        left: 5px;
        width: calc(100% - 5px);
        height: 45px;
        background-size: 16px 15px;
    }
    .process-style7__item {
        padding-left: 5px;
    }
    .process-style7__item.nth-2 .process-style7__txt:after {
        background-size: 9px 12px;
    }
    .process-style7__txt {
        display: inline-block;
    }
    .process-style7__txt:after {
        width: 9px;
        height: 12px;
        background-size: 9px 12px;
    }
}

.process-style8 {
    position: relative;
    overflow: hidden;
}

.process-style8+.process-style8 {
    margin-top: 40px;
}

.process-style8__plus {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/plus_gray.png") no-repeat center center/contain;
    width: 30%;
    height: 32px;
    margin: 22px auto;
}

.process-style8__inner {
    display: table-cell;
    width: 30%;
    height: 100%;
    color: #fff;
    vertical-align: middle;
    box-sizing: border-box;
}

.process-style8__box {
    width: 50%;
    box-sizing: border-box;
    font-size: 0;
    display: table-cell;
    vertical-align: middle;
}

.process-style8__arrow {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.process-style8__arrow:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    bottom: 0;
    width: 100%;
    height: 32px;
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/arrow_gray.png") no-repeat center center;
    vertical-align: top;
}

.process-style8__list {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: table;
}

.process-style8__item {
    list-style: none;
    vertical-align: top;
}

.process-style8__item+.process-style8__item {
    margin-top: 10px;
}

.process-style8__caption.type-special .process-style8__txt {
    background-color: #4f2c74;
}

.process-style8__txt {
    padding: 16px;
    background-color: #a482c9;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
}

.process-style8__wrap {
    display: inline-block;
    width: 60.87%;
    height: 100%;
    vertical-align: top;
}

.process-style8__outer {
    display: inline-table;
    width: 100%;
    height: 100%;
    background-color: #4f2c74;
}

@media only screen and (max-width: 1025px) {
    .process-style8__box {
        width: 50%;
    }
    .process-style8__txt {
        padding: 10px;
    }
    .process-style8__plus {
        margin: 32px auto;
    }
}

@media only screen and (max-width: 680px) {
    .process-style8+.process-style8 {
        margin-top: 20px;
    }
    .process-style8.type-mobile-margin .process-style8__list {
        margin-top: -5px;
    }
    .process-style8.type-mobile-margin .process-style8__item {
        margin-top: 5px;
    }
    .process-style8__box {
        width: 100%;
        display: inline-block;
    }
    .process-style8__arrow {
        width: 100%;
        height: 60px;
        transform: rotate(90deg);
    }
    .process-style8__arrow:after {
        top: 14px;
        background-size: 16px 16px;
    }
    .process-style8__plus {
        margin: auto;
        height: 16px;
    }
    .process-style8__wrap {
        width: 100%;
    }
    .process-style8__txt {
        display: table-cell;
        width: 1%;
        height: auto;
        padding: 10px;
        vertical-align: middle;
    }
    .process-style8__inner {
        width: 100%;
        padding: 10px;
        display: inline-flex;
    }
    .process-style8__list {
        margin-left: -5px;
        display: inline-block;
    }
    .process-style8__item {
        display: inline-block;
        width: 50%;
        box-sizing: border-box;
    }
    .process-style8__item+.process-style8__item {
        margin-top: 0px;
    }
    .process-style8__item.nth-3 {
        width: 70%;
    }
}

.process-style9.type-core {
    margin-top: 50px;
}

.process-style9.type-core .process-style9__caption {
    background-color: #5c4b3f;
}

.process-style9.type-core .process-style9__result {
    background-color: #5c4b3f;
}

.process-style9__box {
    position: relative;
}

.process-style9__list {
    margin: -10px 0 0 -70px;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.process-style9__item {
    display: inline-block;
    width: 33.3%;
    padding: 10px 0 0 70px;
    vertical-align: top;
    box-sizing: border-box;
}

.process-style9__item.nth-1:after {
    content: '';
    position: absolute;
    left: 23.5%;
    top: 0;
    width: 17.5%;
    height: 100%;
    margin: auto;
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/arrow_gray.png") no-repeat center center;
}

.process-style9__item.nth-2:after {
    content: '';
    position: absolute;
    left: 59.4%;
    top: 0;
    width: 17.5%;
    height: 100%;
    margin: auto;
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/arrow_gray.png") no-repeat center center;
}

.process-style9__caption {
    height: 250px;
    padding: 0 3%;
    color: #fff;
}

.process-style9__vertical {
    display: table-cell;
    width: 1%;
    height: inherit;
    vertical-align: middle;
}

.process-style9__result {
    padding: 20px 3% 18px;
    color: #fff;
}

@media only screen and (max-width: 1025px) {
    .process-style9.type-core {
        margin-top: 0;
    }
    .process-style9__item {
        width: 100%;
    }
    .process-style9__item.nth-1:after {
        right: 0;
        top: auto;
        bottom: 54%;
        left: 10px;
        width: calc(100% - 10px);
        height: 60px;
        transform: rotate(90deg);
    }
    .process-style9__item.nth-2:after {
        right: 0;
        top: auto;
        bottom: 21%;
        left: 10px;
        width: calc(100% - 10px);
        height: 60px;
        transform: rotate(90deg);
    }
    .process-style9__list {
        margin: -5px 0 0 -5px;
    }
    .process-style9__item {
        padding: 60px 0 0 0;
    }
    .process-style9__caption {
        height: auto;
        padding: 20px 3% 18px;
    }
}

@media only screen and (max-width: 680px) {
    .process-style9.type-core {
        margin-top: 0;
    }
    .process-style9.type-mobile-full .process-style9__box {
        padding: 0 45px 35px;
    }
    .process-style9.type-mobile-full .process-style9__item {
        width: 100%;
        padding: 0;
    }
    .process-style9.type-mobile-full .process-style9__item+.process-style9__item {
        margin-top: 10px;
    }
    .process-style9__box {
        padding-bottom: 35px;
    }
    .process-style9__box:before {
        bottom: 10px;
        width: 16px;
        height: 15px;
    }
    .process-style9__list {
        margin: -5px 0 0 -5px;
    }
    .process-style9__item {
        padding: 45px 0 0 5px;
    }
    .process-style9__item.nth-1:after {
        left: 5px;
        width: calc(100% - 5px);
        height: 45px;
        background-size: 16px 15px;
        bottom: 57%;
    }
    .process-style9__item.nth-2:after {
        left: 5px;
        width: calc(100% - 5px);
        height: 45px;
        background-size: 16px 15px;
        bottom: 27%;
    }
    .process-style9__caption {
        padding: 10px 3% 8px;
    }
    .process-style9__result {
        padding: 10px 3% 8px;
    }
}

.process-style10.type-fixed .process-style10__txt {
    display: table-cell;
    width: 1%;
    height: 100px;
    padding: 5px;
    vertical-align: middle;
}

.process-style10__wrap {
    margin: 60px 0 60px -20px;
}

.process-style10__box {
    display: inline-block;
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
    vertical-align: top;
}

.process-style10__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.process-style10__item {
    box-sizing: border-box;
}

.process-style10__item+.process-style10__item:before {
    content: '';
    display: block;
    width: 16px;
    height: 15px;
    margin: 20px auto;
    background: url(../images/common/process_arrow.png) no-repeat center center/contain;
}

.process-style10__item.type-step1 .process-style10__txt {
    background-color: #ebd9ff;
    color: #a482c9;
    margin-bottom: -13px;
}

.process-style10__item.type-step2 .process-style10__txt {
    background-color: #a482c9;
    color: #eff0f2;
    margin-top: -13px;
    margin-bottom: -13px;
}

.process-style10__item.type-step3 .process-style10__txt {
    background-color: #4f2c74;
    color: #eff0f2;
    margin-top: -13px;
    margin-bottom: -13px;
}

.process-style10__item.type-step4 .process-style10__txt {
    background-color: #301150;
    color: #eff0f2;
    margin-top: -13px;
}

.process-style10__txt {
    padding: 8px 2% 7px;
}

@media only screen and (max-width: 1025px) {
    .process-style10__wrap {
        margin-left: 0;
    }
    .process-style10__box {
        width: 100%;
        padding-left: 0;
    }
    .process-style10__box+.process-style10__box {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 680px) {
    .process-style10__box+.process-style10__box {
        margin-top: 25px;
    }
}

.structure {
    margin-top: 54px;
}

.structure__list {
    margin: 0 0 0 -40px;
    padding: 0;
    font-size: 0;
}

.structure__list.type-half .structure__item {
    width: 50%;
}

.structure__list.type-three {
    margin-left: -24px;
}

.structure__list.type-three .structure__item {
    width: 33.33%;
    padding-left: 24px;
}

.structure__item {
    display: inline-block;
    padding-left: 40px;
    box-sizing: border-box;
    list-style: none;
    vertical-align: top;
}

.structure__header {
    padding: 16px 10px;
    color: #fff;
}

.structure__header.type-body {
    background-color: #5e391b;
}

.structure__header.type-body2 {
    background-color: #ffa800;
}

.structure__body {
    min-height: 128px;
    padding: 26px 40px;
    background-color: #fff;
    box-sizing: border-box;
}

.structure__body:after {
    display: block;
    clear: both;
    content: '';
}

.structure__body.type-half {
    font-size: 0;
}

.structure__body.type-half .structure__wrap {
    margin-left: -10px;
}

.structure__body.type-half .structure__box {
    display: inline-block;
    width: 50%;
    padding-left: 10px;
    vertical-align: top;
}

.structure__box {
    box-sizing: border-box;
    text-align: left;
}

.structure__list2 {
    margin: 0;
    padding: 0;
}

.structure__item2 {
    position: relative;
    padding-left: 8px;
    box-sizing: border-box;
    list-style: none;
}

.structure__item2:before {
    position: absolute;
    top: 0px;
    left: 0;
    content: '-';
}

.structure__img {
    margin: 40px 0;
}

@media only screen and (max-width: 1025px) {
    .structure__list {
        display: flex;
        margin-left: -20px;
    }
    .structure__list.type-three {
        margin-left: -10px;
    }
    .structure__list.type-three .structure__item {
        padding-left: 10px;
    }
    .structure__item {
        flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        padding-left: 20px;
        background-color: #fff;
        background-clip: content-box;
    }
    .structure__body {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 680px) {
    .structure {
        margin-top: 26px;
    }
    .structure__list {
        display: block;
        margin-left: 0;
    }
    .structure__list.type-half .structure__item {
        width: 100%;
    }
    .structure__list.type-three {
        margin-left: 0;
    }
    .structure__list.type-three .structure__item {
        display: block;
        width: 100%;
        padding-left: 0;
    }
    .structure__item {
        flex: none;
        -webkit-flex: none;
        -ms-flex: none;
        padding-left: 0;
    }
    .structure__item+.structure__item {
        margin-top: 10px;
    }
    .structure__img {
        margin: 20px 0;
    }
    .structure__header {
        padding: 10px;
    }
    .structure__body {
        min-height: 100%;
        padding: 12px;
        text-align: center;
    }
    .structure__body.type-half .structure__wrap {
        margin-left: 0;
    }
    .structure__body.type-half .structure__box {
        display: block;
        width: 100%;
        padding-left: 0;
    }
    .structure__wrap {
        display: inline-block;
    }
}

.arrow-style.type-col .arrow-style__bg {
    width: 200px;
    height: 200px;
    background: url("/img_up/shop_pds/banobagi/design/pre/images/special/lip/lip_bg_1.png") no-repeat center center / cover;
    text-align: center;
}

.arrow-style.type-col .arrow-style__box.type-box {
    position: relative;
    padding-left: 210px;
    padding-right: 270px;
}

.arrow-style.type-col .arrow-style__box.type-circle {
    width: 270px;
}

.arrow-style.type-col .arrow-style__caption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 210px;
    padding: 0 5%;
    background-color: #999;
}

.arrow-style.type-col .arrow-style__caption .arrow-style__inner {
    text-align: center;
    color: #fff;
}

.arrow-style.type-col .arrow-style__txt {
    padding: 0 6%;
}

.arrow-style__wrap {
    position: relative;
    margin-top: 56px;
}

.arrow-style__box {
    box-sizing: border-box;
}

.arrow-style__box.type-box {
    padding-right: 380px;
}

.arrow-style__box.type-circle {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 380px;
}

.arrow-style__outer {
    display: inline-table;
    width: 100%;
    height: 100%;
}

.arrow-style__inner {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: right;
}

.arrow-style__bg {
    position: relative;
    display: inline-block;
    width: 280px;
    height: 280px;
    background: url("/img_up/shop_pds/banobagi/design/pre/images/special/ear/ear_bg_2.png") no-repeat center center / cover;
    text-align: center;
}

.arrow-style__bg:before {
    position: absolute;
    top: 0;
    left: -52px;
    bottom: 0;
    display: block;
    width: 32px;
    height: 32px;
    margin: auto 0;
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/arrow_gray.png") no-repeat center center / contain;
    content: '';
}

.arrow-style__area {
    height: inherit;
}

.arrow-style__vertical {
    display: table-cell;
    width: 1%;
    height: inherit;
    vertical-align: middle;
}

.arrow-style__caption {
    padding: 16px 10px;
    color: #fff;
    box-sizing: border-box;
}

.arrow-style__txt {
    color: #fff;
}

.arrow-style__txt+.arrow-style__txt {
    position: relative;
    box-sizing: border-box;
}

.arrow-style__txt+.arrow-style__txt:before {
    display: block;
    width: 40px;
    height: 40px;
    margin: 16px auto;
    background: url("/img_up/shop_pds/banobagi/design/pre/images/special/ear/ear_plus.png") no-repeat center center / contain;
    content: '';
}

@media only screen and (max-width: 1025px) {
    .arrow-style {
        padding: 0 20px;
        box-sizing: border-box;
    }
    .arrow-style.type-col .arrow-style__bg {
        width: 100%;
        height: 0;
        padding-bottom: 100%;
    }
    .arrow-style.type-col .arrow-style__box.type-box {
        padding-left: 19%;
        padding-right: 19%;
    }
    .arrow-style.type-col .arrow-style__box.type-circle {
        width: auto;
    }
    .arrow-style.type-col .arrow-style__caption {
        position: static;
        top: auto;
        bottom: auto;
        left: atuo;
        width: 100%;
        padding: 16px 10px;
        background-color: #999;
    }
    .arrow-style.type-col .arrow-style__caption .arrow-style__outer {
        padding: 0;
    }
    .arrow-style.type-col .arrow-style__caption .arrow-style__inner {
        text-align: center;
        color: #fff;
    }
    .arrow-style.type-col .arrow-style__txt {
        padding: 0 6%;
    }
    .arrow-style.type-col .arrow-style__outer {
        padding: 0 34%;
    }
    .arrow-style__box.type-box {
        padding-right: 0;
    }
    .arrow-style__box.type-circle {
        position: static;
        top: auto;
        bottom: auto;
        right: auto;
        width: auto;
    }
    .arrow-style__outer {
        display: block;
        padding: 0 25%;
        box-sizing: border-box;
    }
    .arrow-style__inner {
        display: block;
        text-align: center;
    }
    .arrow-style__bg {
        margin-top: 70px;
        width: 100%;
        height: 0;
        padding-bottom: 100%;
    }
    .arrow-style__bg:before {
        top: -51px;
        left: 0;
        bottom: auto;
        right: 0;
        margin: 0 auto;
        transform: rotate(90deg);
    }
    .arrow-style__vertical {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        display: block;
        width: 100%;
        height: auto;
        text-align: center;
    }
}

@media only screen and (max-width: 680px) {
    .arrow-style {
        padding: 0;
    }
    .arrow-style__wrap {
        margin-top: 26px;
    }
    .arrow-style__bg {
        margin-top: 36px;
    }
    .arrow-style__bg:before {
        top: -26px;
        width: 16px;
        height: 16px;
    }
    .arrow-style__txt+.arrow-style__txt:before {
        width: 20px;
        height: 20px;
        margin: 8px auto;
    }
    .arrow-style.type-col .arrow-style__box.type-box {
        padding-left: 11%;
        padding-right: 11%;
    }
    .arrow-style.type-col .arrow-style__box.type-circle {
        width: auto;
    }
    .arrow-style.type-col .arrow-style__caption {
        padding: 8px 10px;
    }
    .arrow-style.type-col .arrow-style__txt {
        padding: 0 6%;
    }
    .arrow-style.type-col .arrow-style__outer {
        padding: 0 24%;
    }
}

.multi-box.type-three .multi-box__item {
    width: 33.33%;
}

.multi-box__header {
    margin-top: 56px;
    padding: 76px 40px;
    background: url("/img_up/shop_pds/banobagi/design/pre/images/special/total/total_bg_1.jpg") no-repeat center center / cover;
    box-sizing: border-box;
}

.multi-box__list {
    margin: 0;
    padding: 0;
    font-size: 0;
    text-align: left;
}

.multi-box__list:after {
    display: block;
    clear: both;
    content: '';
}

.multi-box__item {
    position: relative;
    display: inline-block;
    width: 25%;
    height: 80px;
    background-color: #eee;
    list-style: none;
    text-align: center;
    vertical-align: top;
}

.multi-box__item.type-white {
    background-color: #fff;
}

.multi-box__item.is-hover {
    box-shadow: 6px 6px 0px 0px #035dbd inset, -6px -6px 0px 0px #035dbd inset;
    -webkit-box-shadow: 6px 6px 0px 0px #035dbd inset, -6px -6px 0px 0px #035dbd inset;
}

.multi-box__item.is-hover .multi-box__link {
    color: #035dbd;
}

.multi-box__link {
    display: table-cell;
    width: 1%;
    height: inherit;
    vertical-align: middle;
    padding: 0 10px;
    box-sizing: border-box;
    text-decoration: none;
}

.multi-box__noti {
    padding: 22px 0;
    font-size: 14px;
    color: #aaa;
    background-color: #444;
}

@media only screen and (max-width: 680px) {
    .multi-box__header {
        margin-top: 26px;
        padding: 24px 12px;
    }
    .multi-box__noti {
        padding: 12px 0;
        font-size: 1.1rem;
    }
    .multi-box__item.is-hover {
        box-shadow: 3px 3px 0px 0px #035dbd inset, -3px -3px 0px 0px #035dbd inset;
        -webkit-box-shadow: 3px 3px 0px 0px #035dbd inset, -3px -3px 0px 0px #035dbd inset;
    }
}

.box-style2.type-special .box-style2__item:nth-child(odd) {
    background-color: #001b3f;
}

.box-style2.type-special .box-style2__item:nth-child(odd) .box-style2__tit,
.box-style2.type-special .box-style2__item:nth-child(odd) .box-style2__subtit,
.box-style2.type-special .box-style2__item:nth-child(odd) .box-style2__btn {
    color: #fff;
}

.box-style2.type-special .box-style2__item:nth-child(odd) .box-style2__txt {
    color: #aaa;
}

.box-style2.type-special .box-style2__item:nth-child(odd) .box-style2__txt.color-bullet:before {
    color: #d9f1fc;
}

.box-style2.type-special .box-style2__item:nth-child(odd) .box-style2__point {
    color: #d9f1fc;
}

.box-style2.type-special .box-style2__item:nth-child(odd) .box-style2__btn span:after {
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/content_top_w.png") no-repeat center center / contain;
}

.box-style2.type-special .box-style2__item:nth-child(odd) .box-style2__highlight {
    background-color: #d9f1fc;
    color: #000;
}

.box-style2.type-special .box-style2__item:nth-child(4n+3) {
    background-color: #081323 !important;
}

.box-style2.type-special .box-style2__highlight {
    background-color: #035dbd;
    color: #fff;
}

.box-style2.type-special .box-style2__point {
    color: #035dbd;
}

.box-style2.type-special .box-style2__txt.color-bullet:before {
    color: #035dbd;
}

.box-style2.type-special .box-style2__caption {
    background-color: #335c93;
}

.box-style2.type-circle .box-style2__wrap {
    margin: 0;
}

.box-style2.type-circle .box-style2__box {
    position: absolute;
    top: 50%;
    left: 0;
    width: 320px;
    padding-left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.box-style2.type-circle .box-style2__box.type-txt {
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    padding-left: 360px;
    -ms-transform: none;
    transform: none;
}

.box-style2.type-circle .box-style2__outer {
    display: block;
}

.box-style2.type-circle .box-style2__inner {
    display: block;
}

.box-style2.type-circle .box-style2__txt {
    margin-top: 24px;
}

.box-style2.type-circle .box-style2__highlight {
    display: inline-block;
    margin-top: 50px;
}

.box-style2.type-circle .box-style2__info {
    margin-top: 16px;
}

.box-style2__subtit {
    margin-top: 26px;
}

.box-style2__list {
    margin: 0;
    padding: 0;
}

.box-style2__item {
    position: relative;
    padding: 94px 60px 100px;
    box-sizing: border-box;
    list-style: none;
    background-color: #eee;
}

.box-style2__wrap {
    position: relative;
    margin: 56px 0 0 -40px;
    text-align: left;
    font-size: 0;
}

.box-style2__box {
    display: inline-block;
    width: 50%;
    padding-left: 40px;
    box-sizing: border-box;
    vertical-align: top;
}

.box-style2__box.type-txt {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.box-style2__img {
    position: relative;
}

.box-style2__outer {
    display: inline-table;
    width: 100%;
    height: 100%;
}

.box-style2__inner {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.box-style2__txt.type-bullet {
    position: relative;
    padding-left: 10px;
}

.box-style2__txt.type-bullet:before {
    position: absolute;
    left: 0;
    content: '-';
}

.box-style2__txt+.box-style2__txt {
    margin-top: 24px;
}

.box-style2__highlight {
    padding: 0px 6px;
}

.box-style2__block {
    display: block;
    margin-top: 6px;
}

.box-style2__btn {
    position: absolute;
    bottom: 30px;
    right: 30px;
    text-decoration: none;
}

.box-style2__btn span {
    position: relative;
    display: block;
    padding-right: 30px;
    box-sizing: border-box;
    line-height: 22px;
}

.box-style2__btn span:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 22px;
    height: 22px;
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/content_top.png") no-repeat center center / contain;
    content: '';
}

.box-style2__caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    color: #fff;
    text-align: center;
}

@media only screen and (max-width: 1180px) {
    .box-style2.type-circle .box-style2__box {
        position: static;
        top: auto;
        left: auto;
        display: block;
        width: 100%;
        transform: none;
        padding-left: 22%;
        padding-right: 22%;
    }
    .box-style2.type-circle .box-style2__box.type-txt {
        position: static;
        top: auto;
        right: auto;
        bottom: auto;
        width: auto;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
    .box-style2__wrap {
        margin-left: 0;
    }
    .box-style2__box {
        width: 100%;
        padding-left: 0;
    }
    .box-style2__box.type-txt {
        position: static;
        margin-top: 40px;
    }
    .box-style2__item {
        padding: 94px 96px 130px;
    }
    .box-style2__outer,
    .box-style2__inner {
        display: block;
        width: auto;
        height: auto;
    }
}

@media only screen and (max-width: 680px) {
    .box-style2.type-circle .box-style2__txt {
        margin-top: 12px;
    }
    .box-style2.type-circle .box-style2__info {
        margin-top: 8px;
    }
    .box-style2.type-circle .box-style2__highlight {
        margin-top: 14px;
    }
    .box-style2.type-special .box-style2__item:nth-child(odd) .box-style2__btn span:after {
        background: url("/img_up/shop_pds/banobagi/design/pre/images/content/content_top_m_w.png") no-repeat center center/contain;
    }
    .box-style2__subtit {
        margin-top: 12px;
    }
    .box-style2__wrap {
        margin-top: 26px;
    }
    .box-style2__item {
        padding: 70px 20px 80px;
    }
    .box-style2__box.type-txt {
        margin-top: 20px;
    }
    .box-style2__txt.type-bullet {
        padding-left: 6px;
    }
    .box-style2__txt+.box-style2__txt {
        margin-top: 12px;
    }
    .box-style2__highlight {
        padding: 0px 3px;
    }
    .box-style2__block {
        margin-top: 3px;
    }
    .box-style2__btn {
        bottom: 25px;
        right: 12px;
    }
    .box-style2__btn span {
        box-sizing: border-box;
        line-height: 24px;
    }
    .box-style2__btn span:after {
        width: 24px;
        height: 24px;
        background: url("/img_up/shop_pds/banobagi/design/pre/images/content/content_top_m.png") no-repeat center center/contain;
    }
    .box-style2__caption {
        padding: 5px;
    }
}

.point-style.type-reoperation .point-style__head {
    background-color: #ff6263;
}

.point-style__list {
    margin: 40px 0 0 0;
    padding: 0;
    list-style: none;
}

.point-style__item {
    position: relative;
    padding-left: 396px;
    box-sizing: border-box;
}

.point-style__item+.point-style__item {
    margin-top: 40px;
}

.point-style__head {
    position: absolute;
    top: 0;
    left: 0;
    width: 396px;
    height: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    font-size: 0;
}

.point-style__subject {
    display: inline-table;
    width: 100%;
    height: 100%;
    font-weight: 400;
    color: #fff;
}

.point-style__vertical {
    display: table-cell;
    width: 1%;
    height: inherit;
    vertical-align: middle;
}

.point-style__body {
    padding: 26px 35px 24px;
    border: 1px solid #c8c8c8;
    border-left: 0;
    box-sizing: border-box;
    text-align: left;
}

@media only screen and (max-width: 1025px) {
    .point-style__item {
        padding-left: 0;
    }
    .point-style__head {
        position: static;
        width: 100%;
        height: auto;
        padding: 36px 30px 34px;
    }
    .point-style__body {
        padding: 45px 35px 43px;
        border-left: 1px solid #c8c8c8;
        border-top: 0;
        text-align: center;
    }
}

@media only screen and (max-width: 680px) {
    .point-style__list {
        margin-top: 20px;
    }
    .point-style__item+.point-style__item {
        margin-top: 20px;
    }
    .point-style__head {
        padding: 20px 6px 18px;
    }
    .point-style__body {
        padding: 30px 6px 28px;
    }
}

.video-style1 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    margin-bottom: 40px;
    padding-bottom: 75%;
}

.video-style1__iframe,
.video-style1__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-style1__bg {
    overflow: hidden;
    text-indent: -9999px;
    z-index: 10;
}

.video-style1__bg.is-hide {
    display: none;
}

.video-style1__btn {
    overflow: hidden;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    margin: auto;
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/play_btn.png") no-repeat center center/80px 80px;
    z-index: 20;
    text-indent: -999px;
    font-size: 0;
}

.video-style1__btn.is-hide {
    display: none;
}

@media only screen and (max-width: 680px) {
    .video-style1 {
        margin-bottom: 20px;
    }
    .video-style1__btn {
        width: 40px;
        height: 40px;
        background-size: 40px 40px;
    }
}

.bar-style1.type-eye .bar-style1__item {
    background-color: #4b977e;
}

.bar-style1.type-eye .bar-style1__item:before,
.bar-style1.type-eye .bar-style1__item:after {
    background-color: #4b977e;
}

.bar-style1.type-eye .bar-style1__item:nth-child(even) {
    background-color: #28443b;
}

.bar-style1.type-eye .bar-style1__item:nth-child(even):before,
.bar-style1.type-eye .bar-style1__item:nth-child(even):after {
    background-color: #28443b;
}

.bar-style1.type-wrinkle .bar-style1__item {
    background-color: #bf9d86;
}

.bar-style1.type-wrinkle .bar-style1__item:before,
.bar-style1.type-wrinkle .bar-style1__item:after {
    background-color: #bf9d86;
}

.bar-style1.type-wrinkle .bar-style1__item:nth-child(even) {
    background-color: #5c4b3f;
}

.bar-style1.type-wrinkle .bar-style1__item:nth-child(even):before,
.bar-style1.type-wrinkle .bar-style1__item:nth-child(even):after {
    background-color: #5c4b3f;
}

.bar-style1__list {
    margin: 46px 0 0 0;
    padding: 0;
}

.bar-style1__item {
    position: relative;
    height: 80px;
    padding: 0 40px;
    list-style: none;
    color: #fff;
    border-radius: 40px;
    text-align: center;
    box-sizing: border-box;
}

.bar-style1__item+.bar-style1__item {
    margin-top: 24px;
}

.bar-style1__item+.bar-style1__item .bar-style1__wrap:before {
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
    display: block;
    width: 1px;
    height: 24px;
    background-color: #c7c7c7;
    margin: 0 auto;
    content: '';
}

.bar-style1__item:before,
.bar-style1__item:after {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 50%;
    z-index: 10;
    content: '';
}

.bar-style1__item:before {
    top: -5px;
}

.bar-style1__item:after {
    bottom: -5px;
}

.bar-style1__item:first-child:before {
    display: none;
}

.bar-style1__item:last-child:after {
    display: none;
}

.bar-style1__wrap {
    height: inherit;
}

@media only screen and (max-width: 680px) {
    .bar-style1__list {
        margin-top: 18px;
    }
    .bar-style1__item {
        height: 90px;
        border-radius: 40px;
    }
    .bar-style1__item+.bar-style1__item {
        margin-top: 10px;
    }
    .bar-style1__item+.bar-style1__item .bar-style1__wrap:before {
        top: -10px;
        height: 10px;
    }
    .bar-style1__item:before,
    .bar-style1__item:after {
        width: 6px;
        height: 6px;
        border-width: 1px;
    }
    .bar-style1__item:before {
        top: -3px;
    }
    .bar-style1__item:after {
        bottom: -3px;
    }
}

.step-style4__tit {
    padding: 14px;
    background-color: #ffa800;
    color: #fff;
}

.step-style4__list {
    margin: 0;
    padding: 0;
}

.step-style4__list:after {
    display: block;
    clear: both;
    content: '';
}

.step-style4__item {
    float: left;
    width: 20%;
    padding: 42px 10px 43px;
    list-style: none;
    box-sizing: border-box;
}

.step-style4__item:nth-child(odd) {
    background-color: #ebebeb;
}

@media only screen and (max-width: 1025px) {
    .step-style4__item {
        float: none;
        width: 100%;
        padding: 25px 10px;
    }
}

.step-style5.type-hair .step-style5__subject {
    background-color: #006544;
}

.step-style5.type-hair2 .step-style5__subject {
    background-color: #dbf6e3;
    color: #000;
}

.step-style5.type-wrinkle .step-style5__box {
    background-color: #aa8b77;
}

.step-style5.type-wrinkle .step-style5__txt {
    color: #fff;
}

.step-style5.type-contour .step-style5__subject {
    background-color: #7fa0e3;
}

.step-style5.type-three .step-style5__item {
    width: 33.33%;
}

.step-style5__list {
    margin: 0 0 0 -12px;
    padding: 0;
    font-size: 0;
}

.step-style5__item {
    display: inline-block;
    width: 25%;
    padding-left: 12px;
    list-style: none;
    vertical-align: top;
    box-sizing: border-box;
}

.step-style5__subject {
    height: 70px;
    line-height: 70px;
    text-transform: uppercase;
    color: #fff;
}

.step-style5__box {
    background-color: #ebebeb;
}

.step-style5__txt {
    color: #444;
    display: table-cell;
    width: 1%;
    height: inherit;
    padding: 24px 6px;
    vertical-align: middle;
    box-sizing: border-box;
}

@media only screen and (max-width: 1025px) {
    .step-style5.type-three .step-style5__list {
        margin-left: 0;
        padding: 0 140px;
    }
    .step-style5.type-three .step-style5__item {
        width: 100%;
        padding-left: 0;
    }
    .step-style5.type-three .step-style5__item+.step-style5__item {
        margin-top: 30px;
    }
    .step-style5__list {
        padding: 0 66px;
        box-sizing: border-box;
    }
    .step-style5__item {
        width: 50%;
    }
    .step-style5__item:nth-child(2)~.step-style5__item {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 680px) {
    .step-style5.type-three .step-style5__list {
        padding: 0 46px;
    }
    .step-style5.type-three .step-style5__item+.step-style5__item {
        margin-top: 22px;
    }
    .step-style5.type-svf-chest .step-style5__subject {
        height: 40px;
        line-height: 40px;
    }
    .step-style5__subject {
        height: 36px;
        line-height: 36px;
    }
    .step-style5__list {
        margin-left: 0;
        padding: 0 46px;
    }
    .step-style5__item {
        width: 100%;
        padding-left: 0;
    }
    .step-style5__item+.step-style5__item {
        margin-top: 22px;
    }
    .step-style5__item:nth-child(2)~.step-style5__item {
        margin-top: 22px;
    }
    .step-style5__txt {
        display: block;
        width: auto;
        height: auto;
        padding: 12px 0;
    }
}

.case-style1 {
    margin-top: 76px;
}

.case-style1.type-body .case-style1__box {
    background-color: #ffa800;
}

.case-style1__list {
    margin: 0;
    padding: 0;
}

.case-style1__item {
    position: relative;
    padding-left: 20.34%;
    list-style: none;
}

.case-style1__item:nth-child(even) {
    padding-left: 0;
    padding-right: 20.34%;
}

.case-style1__item:nth-child(even) .case-style1__box {
    left: auto;
    right: 0;
}

.case-style1__box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 20.34%;
    color: #fff;
}

.case-style1__outer {
    display: inline-table;
    width: 100%;
    height: 100%;
}

.case-style1__inner {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.case-style1__noti {
    margin: 26px 0 0 0;
    font-size: 12px;
    color: #555;
    text-align: right;
}

@media only screen and (max-width: 1025px) {
    .case-style1 {
        margin-top: 56px;
    }
}

@media only screen and (max-width: 680px) {
    .case-style1 {
        margin-top: 46px;
    }
    .case-style1__noti {
        margin-top: 10px;
        font-size: 1rem;
    }
}

.mark-reoperation {
    background-color: #ffe5e5;
    color: inherit;
}

.mark-reoperation2 {
    background-color: #ff6263;
    color: #fff;
}

.mark-reoperation3 {
    background-color: #ffbebf;
    color: inherit;
}

.mark-wrinkle {
    background-color: #fae3d4;
    color: inherit;
}

.mark-hair {
    background-color: #dbf6e3;
    color: #000;
}

.mark-hair2 {
    background-color: #00c58e;
    color: #fff;
}

.mark-hair3 {
    background-color: #dbf6e3;
    color: #006544;
}

.mark-contour {
    background-color: #d0defb;
    color: #000;
}

.mark-contour2 {
    background-color: #4569b1;
    color: #fff;
}

.mark-contour3 {
    background-color: #d0defb;
    color: #555555;
}

.mark-white {
    background-color: #fff;
    color: #000;
}

.mark-eye {
    background-color: #ceefe5;
    color: inherit;
}

.mark-eye2 {
    background-color: #ceefe5;
    color: #000;
}

.mark-eye3 {
    background-color: #fff;
    color: #4b977e;
}

.mark-eye4 {
    background-color: #4b977e;
    color: #fff;
}

.mark-body {
    background-color: #ffe7c0;
    color: #000;
}

.mark-body2 {
    background-color: #ffe7c0;
    color: inherit;
}

.mark-chest {
    background-color: #ebd9ff;
    color: #000;
}

.mark-nose {
    background-color: #f7e1ed;
    color: #000;
}

.mark-nose2 {
    background-color: #f17b9c;
    color: #fff;
}

.mark-svf {
    background-color: #ebdebf;
    color: #000;
}

.mark-svf2 {
    background-color: #ffc332;
    color: #fff;
}

.mark-special {
    background-color: #d9f1fc;
    color: inherit;
}

.mark-special2 {
    background-color: #d9f1fc;
    color: #000;
}

.mark-special3 {
    background-color: #035dbd;
    color: #d9f1fc;
}

.before-noti {
    margin: 10px 0 0 0;
    color: #999;
    font-size: 12px;
    text-align: center;
}

.before-noti.type-img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}

@media only screen and (max-width: 680px) {
    .before-noti {
        margin-top: 5px;
        font-size: 1.1rem;
    }
    .before-noti.type-img {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 5px;
    }
}

.content-video {
    padding: 120px 230px;
    text-align: center;
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/tv_bg.jpg") no-repeat center center/cover;
    box-sizing: border-box;
}

.content-video__tit {
    font-weight: 200;
}

.content-video__outer {
    position: relative;
}

.content-video__wrap {
    position: relative;
    height: inherit;
}

.content-video__inner {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-top: 64px;
}

.content-video__iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content-video__box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -155px;
    height: 208px;
    width: 208px;
    margin: auto 0;
    border: 8px solid #e1e1e1;
    background-color: #333;
    box-sizing: content-box;
}

.content-video__subject {
    position: relative;
    margin: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

.content-video__subject:before {
    display: block;
    width: 62px;
    height: 58px;
    margin: 0 auto;
    background: url("/img_up/shop_pds/banobagi/design/pre/images/content/tv_logo.png") no-repeat center center/contain;
    content: '';
}

.content-video__subject:after {
    display: block;
    width: 22px;
    height: 0;
    margin: 14px auto;
    border-top: 2px solid #fff;
    content: '';
}

.content-video__txt {
    margin: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 200;
    line-height: 1.5;
}

.content-video__vertical {
    display: table-cell;
    width: 1%;
    height: inherit;
    vertical-align: middle;
}

.content-video__arrow:after {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-left-width: 8px;
    border-right-width: 8px;
    border-bottom-width: 5px;
    border-top-width: 5px;
    border-color: transparent transparent transparent #fff;
    margin: 0px 0 0 5px;
    content: '';
}

.content-video__btn {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

@media only screen and (max-width: 1025px) {
    .content-video {
        padding-top: 100px;
        padding-bottom: 100px;
        background: url("/img_up/shop_pds/banobagi/design/pre/images/content/tv_bg_t.jpg") no-repeat center center/cover;
    }
    .content-video.ver-1 {
        margin-left: -65px !important;
        margin-right: -65px !important;
        padding-left: 65px !important;
        padding-right: 65px !important;
    }
    .content-video__box {
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        height: auto;
        width: auto;
        margin-top: 40px;
        padding: 0 10.1%;
        background-clip: content-box;
        border: none;
    }
    .content-video__subject {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 180px;
    }
    .content-video__subject:after {
        display: none;
    }
    .content-video__txt {
        position: relative;
        padding: 48px 20px 48px 180px;
        box-sizing: border-box;
    }
    .content-video__txt:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 180px;
        width: 0;
        height: 34px;
        margin: auto 0;
        border-left: 2px solid #fff;
        content: '';
    }
}

@media only screen and (max-width: 680px) {
    .content-video {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .content-video.ver-1 {
        margin-left: -20px !important;
        margin-right: -20px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .content-video__inner {
        margin-top: 26px;
    }
    .content-video__box {
        margin-top: 20px;
        padding: 0px;
    }
    .content-video__subject {
        width: 100px;
        font-size: 1.2rem;
    }
    .content-video__subject:before {
        width: 31px;
        height: 29px;
    }
    .content-video__subject:after {
        display: none;
    }
    .content-video__txt {
        padding: 22px 10px 22px 100px;
        font-size: 1.4rem;
    }
    .content-video__txt:before {
        left: 100px;
        height: 16px;
        border-left-width: 1px;
    }
    .content-video__arrow:after {
        border-left-width: 8px;
        border-right-width: 8px;
        border-bottom-width: 4px;
        border-top-width: 4px;
        margin: 0px 0 0 3px;
    }
}

.program-style__list {
    margin: 0;
    padding: 0;
    font-size: 0;
    counter-reset: section;
}

.program-style__item {
    display: inline-block;
    width: 50%;
    list-style: none;
    vertical-align: top;
}

.program-style__item.nth-1 {
    background-color: #ffa800;
}

.program-style__item.nth-1 .program-style__subject:before {
    color: #ffa800;
}

.program-style__item.nth-2 {
    background-color: #e8b50c;
}

.program-style__item.nth-2 .program-style__subject:before {
    color: #e8b50c;
}

.program-style__item.nth-3 {
    background-color: #e8870c;
}

.program-style__item.nth-3 .program-style__subject:before {
    color: #e8870c;
}

.program-style__item.nth-4 {
    background-color: #ff710d;
}

.program-style__item.nth-4 .program-style__subject:before {
    color: #ff710d;
}

.program-style__area {
    display: table-cell;
    width: 1%;
    height: inherit;
    padding: 40px 10px;
    vertical-align: middle;
    box-sizing: border-box;
}

.program-style__subject {
    display: inline-block;
    position: relative;
    padding-left: 30px;
}

.program-style__subject:before {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    top: 5px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}

.program-style__txt {
    margin-top: 25px;
}

@media only screen and (max-width: 680px) {
    .program-style__item {
        width: 100%;
    }
    .program-style__box {
        min-height: 120px;
    }
    .program-style__area {
        padding: 20px 10px;
    }
    .program-style__subject {
        padding-left: 20px;
    }
    .program-style__subject:before {
        width: 13px;
        height: 13px;
        background-color: #fff;
        font-size: 12px;
        line-height: 13px;
    }
    .program-style__txt {
        margin-top: 10px;
    }
}

.program-style2__list {
    margin: 0;
    padding: 0;
    font-size: 0;
}

.program-style2__item {
    display: inline-block;
    width: 33.33%;
    list-style: none;
    vertical-align: top;
}

.program-style2__item:nth-child(even) .program-style2__body {
    background-color: #fff;
}

.program-style2__head {
    height: 56px;
    line-height: 56px;
    background: #4569b1;
    color: #fff;
}

.program-style2__body {
    padding: 36px 20px;
    background-color: #eeeeee;
    font-weight: 200;
    color: #555;
    box-sizing: border-box;
}

.program-style2__txt {
    margin: 0;
    line-height: 1;
}

.program-style2__txt+.program-style2__txt {
    margin-top: 20px;
}

.program-style2__highlight {
    display: inline-block;
    padding: 6px 18px 5px;
    background-color: #7fa0e3;
    border-radius: 20px;
    color: #fff;
}

.program-style2__noti {
    margin-top: 26px;
    text-align: right;
    color: #999;
}

@media only screen and (max-width: 1025px) {
    .program-style2 {
        padding: 0 150px;
        box-sizing: border-box;
    }
    .program-style2__item {
        width: 100%;
    }
    .program-style2__noti {
        text-align: center;
    }
}

@media only screen and (max-width: 680px) {
    .program-style2 {
        padding: 0 42px;
    }
    .program-style2__head {
        height: 30px;
        line-height: 30px;
    }
    .program-style2__body {
        padding: 18px 10px;
    }
    .program-style2__txt+.program-style2__txt {
        margin-top: 10px;
    }
    .program-style2__noti {
        margin: 12px -20px 0;
    }
}

.inner-tab {
    background-color: #fff;
}

.inner-tab.type-contour .inner-tab__item.is-active {
    background-color: #7fa0e3;
    border-color: #7fa0e3;
}

.inner-tab.type-chest .inner-tab__item {
    border-color: #a482c9;
    color: #a482c9;
    border-left: 1px solid #a482c9;
}

.inner-tab.type-chest .inner-tab__item .inner-tab__wrap:before {
    display: none;
}

.inner-tab.type-chest .inner-tab__item+.inner-tab__item .inner-tab__wrap:before {
    display: none;
}

.inner-tab.type-chest .inner-tab__item.is-active {
    background-color: #a482c9;
    border-color: #a482c9;
    color: #fff;
}

.inner-tab.type-three .inner-tab__item {
    width: 33.33%;
}

.inner-tab__list {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 0;
}

.inner-tab__item {
    display: table-cell;
    height: 50px;
    text-align: center;
    color: #555;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    list-style: none;
    vertical-align: middle;
}

.inner-tab__item:first-child {
    border-left: 1px solid #ddd;
}

.inner-tab__item:first-child.is-active+.inner-tab__item .inner-tab__wrap:before {
    display: none;
}

.inner-tab__item:last-child {
    border-right: 1px solid #ddd;
}

.inner-tab__item.is-active {
    color: #fff;
}

.inner-tab__item+.inner-tab__item .inner-tab__wrap:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    height: 20px;
    margin: auto 0;
    border-left: 1px solid #ddd;
}

.inner-tab__item+.inner-tab__item.is-active .inner-tab__wrap:before {
    display: none;
}

.inner-tab__item+.inner-tab__item.is-active+.inner-tab__item .inner-tab__wrap:before {
    display: none;
}

.inner-tab__wrap {
    position: relative;
    height: inherit;
}

.inner-tab__link {
    display: table-cell;
    width: 1%;
    height: inherit;
    vertical-align: middle;
    text-decoration: none;
    color: inherit;
    font-weight: 500;
}

@media only screen and (max-width: 680px) {
    .inner-tab__tit,
    .inner-tab__item {
        height: 36px;
        font-size: 1.2rem;
    }
}

.inner-tab-content {
    display: none;
    padding: 80px 90px;
    background-color: #e6eeff;
}

.inner-tab-content.is-active {
    display: block;
}

.inner-tab-content.type-chest {
    background-color: #000;
    padding: 0;
}

@media only screen and (max-width: 680px) {
    .inner-tab-content {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}

.care-style1 {
    position: relative;
    margin-top: 120px;
}

.care-style1.type-mt {
    margin-top: 160px;
}

.care-style1.type-contour .care-style1__item.is-active {
    background-color: #7fa0e3;
}

.care-style1.type-contour .care-style1__caption {
    background-color: #7fa0e3;
}

.care-style1.type-contour .care-style1__result.is-active {
    background-color: #4569b1;
}

.care-style1__list {
    margin: 0;
    padding: 0 100px;
    text-align: justify;
    box-sizing: border-box;
}

.care-style1__list:after {
    display: inline-block;
    width: 100%;
    content: '';
}

.care-style1__item {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    list-style: none;
    vertical-align: top;
    background-color: #e1e1e1;
}

.care-style1__item.is-active {
    background-color: #00c58e;
}

.care-style1__item.is-active .care-style1__box {
    width: auto;
    bottom: 50px;
    opacity: 1;
    z-index: 1;
}

.care-style1__txt,
.care-style1__box {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 -200px;
    text-align: center;
}

.care-style1__txt {
    padding-top: 40px;
}

.care-style1__box {
    bottom: 0px;
    opacity: 0;
    transition: all 0.5s;
    z-index: -1;
}

.care-style1__caption {
    display: inline-block;
    margin: 0;
    padding: 6px 20px 4px;
    background-color: #00c58e;
    color: #fff;
    box-sizing: border-box;
    border-radius: 21px;
}

.care-style1__line {
    position: absolute;
    top: 8px;
    width: 100%;
    height: 6px;
    background-color: #e1e1e1;
}

.care-style1__slider {
    width: 100%;
    height: 20px;
    background-color: #e1e1e1;
}

.care-style1__bar {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    list-style: none;
    vertical-align: top;
    background-color: #00c58e;
}

.care-style1__link {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    z-index: 10;
}

.care-style1__arrow {
    display: block;
    width: 32px;
    height: 32px;
    margin: 100px auto 0;
    opacity: 0;
    transform: translateY(-30px) rotate(90deg);
    transition: all 0.5s;
}

.care-style1__arrow.is-active {
    opacity: 1;
    transform: translateY(0px) rotate(90deg);
}

.care-style1__result {
    position: relative;
    margin-top: 20px;
    padding: 24px;
    color: #fff;
    box-sizing: border-box;
    background-color: #eee;
    transition: all 0.3s;
    transition-delay: 0.5s;
}

@media only screen and (max-width: 1025px) {
    .care-style1__txt,
    .care-style1__box {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
    }
    .care-style1__list {
        padding: 0 60px;
    }
    .care-style1__item:first-child .care-style1__box {
        left: -60px;
        right: auto;
        margin-left: 0;
    }
    .care-style1__item:last-child .care-style1__box {
        left: auto;
        right: -60px;
        margin-right: 0;
    }
    .care-style1__arrow {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 680px) {
    .care-style1 {
        margin-top: 60px;
    }
    .care-style1.type-mt {
        margin-top: 80px;
    }
    .care-style1__txt,
    .care-style1__box {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
    }
    .care-style1__txt {
        padding-top: 20px;
    }
    .care-style1__list {
        padding: 0 24px;
    }
    .care-style1__line {
        top: 4px;
        height: 2px;
    }
    .care-style1__caption {
        padding-left: 12px;
        padding-right: 12px;
    }
    .care-style1__box {
        margin: 0 -150px;
    }
    .care-style1__txt {
        margin: 0 -50px;
    }
    .care-style1__item {
        width: 10px;
        height: 10px;
    }
    .care-style1__item:first-child .care-style1__box {
        left: -24px;
    }
    .care-style1__item:last-child .care-style1__box {
        right: -24px;
    }
    .care-style1__item.is-active .care-style1__box {
        bottom: 18px;
    }
    .care-style1__arrow {
        width: 16px;
        height: 16px;
        margin-top: 40px;
    }
    .care-style1__result {
        padding: 12px;
    }
}

.img-table.type-body .img-table__item.is-active .img-table__link {
    background-color: #ffe7c0;
}

.img-table.type-chest .img-table__item.is-active .img-table__link {
    background-color: #ebd9ff;
}

.img-table__outer {
    overflow: hidden;
    position: relative;
    border: 1px solid #c8c8c8;
}

.img-table__box.type-img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    border-right: 1px solid #c8c8c8;
    background-color: #f8f8f7;
}

.img-table__box.type-txt {
    padding-left: 50%;
    box-sizing: border-box;
}

.img-table__list {
    margin: 0;
    padding: 0;
}

.img-table__item {
    list-style: none;
    text-align: left;
}

.img-table__item+.img-table__item {
    border-top: 1px solid #c8c8c8;
}

.img-table__item.is-active .img-table__link {
    background-color: #d0defb;
}

.img-table__inner {
    position: relative;
    height: 100%;
}

.img-table__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.img-table__link {
    display: block;
    text-decoration: none;
}

.img-table__wrap {
    display: table-cell;
    width: 1%;
    height: 164px;
    padding: 10px 40px;
    vertical-align: middle;
    box-sizing: border-box;
}

.img-table__txt {
    margin-top: 8px;
}

@media only screen and (max-width: 1025px) {
    .img-table {
        padding: 0 76px;
        box-sizing: border-box;
    }
    .img-table.type-chest .img-table__wrap {
        height: auto;
    }
    .img-table__box.type-img {
        position: static;
        left: auto;
        top: auto;
        bottom: auto;
        width: auto;
        border-right: none;
        background-color: #f8f8f7;
    }
    .img-table__box.type-txt {
        padding-left: 0;
    }
    .img-table__img {
        position: static;
        top: auto;
        left: auto;
        transform: translateY(0);
    }
    .img-table__wrap {
        display: block;
        width: auto;
        height: auto;
        padding: 24px 40px;
    }
}

@media only screen and (max-width: 1025px) {
    .img-table {
        padding: 0 20px;
    }
    .img-table__wrap {
        display: block;
        width: auto;
        height: auto;
        padding: 24px 20px;
    }
}

@media only screen and (max-width: 1180px) {
    .img-table.type-chest .img-table__link .img-table__wrap {
        height: auto;
    }
}

.inner-point {
    position: relative;
    margin: 0 -120px;
    padding: 50px 120px 60px;
    background-color: #fff;
    box-sizing: border-box;
}

.inner-point.type-contour .inner-point__wrap {
    background-color: #4569b1;
}

.inner-point.type-body .inner-point__wrap {
    background-color: #ffa800;
}

.inner-point.type-body2 .inner-point__wrap {
    background-color: #5e391b;
}

.inner-point.type-nose .inner-point__wrap {
    background-color: #88355f;
}

.inner-point.type-nose2 .inner-point__wrap {
    background-color: #f17b9c;
}

.inner-point.type-special .inner-point__wrap {
    background-color: #035dbd;
}

.inner-point__head {
    position: absolute;
    top: -30px;
    left: 80px;
}

.inner-point__wrap {
    width: 240px;
    height: 210px;
    padding: 0 22px;
    box-sizing: border-box;
}

.inner-point__vertical {
    display: table-cell;
    width: 1%;
    height: inherit;
    vertical-align: middle;
}

.inner-point__tit {
    position: relative;
    padding-top: 25px;
    font-size: 38px;
    font-weight: 100;
    line-height: 1.2;
    color: #fff;
    text-align: left;
}

.inner-point__tit:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 23px;
    height: 2px;
    background-color: #fff;
}

.inner-point__body {
    padding-left: 240px;
}

.inner-point__body.type-half {
    margin-left: -16px;
    font-size: 0;
}

.inner-point__body.type-half .inner-point__list {
    display: inline-block;
    width: 50%;
    padding-left: 16px;
    box-sizing: border-box;
}

.inner-point__list {
    margin: 0;
    padding: 0;
}

.inner-point__list.type-mt {
    margin-top: 36px;
}

.inner-point__item {
    position: relative;
    padding: 18px 80px 18px 40px;
    border-bottom: 1px solid #d8d8d8;
    box-sizing: border-box;
    list-style: none;
    color: #777;
    text-align: left;
}

.inner-point__wide {
    margin: 0 -54px;
}

.inner-point__plus {
    position: absolute;
    top: 20px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 18px;
    left: 0;
    width: 25px;
    height: 25px;
    background-color: #000;
    border-radius: 50%;
    text-indent: -9999px;
}

.inner-point__plus:before,
.inner-point__plus:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: auto;
    content: '';
}

.inner-point__plus:before {
    width: 7px;
    height: 0;
    border-top: 1px solid #fff;
}

.inner-point__plus:after {
    height: 7px;
    width: 0;
    border-left: 1px solid #fff;
}

@media only screen and (max-width: 1025px) {
    .inner-point {
        margin: 0;
        padding-top: 85px;
    }
    .inner-point.type-tablet-cling {
        padding-top: 50px;
    }
    .inner-point.type-tablet-cling .inner-point__head {
        left: 20px;
    }
    .inner-point.type-tablet-cling .inner-point__wrap {
        width: 240px;
        height: 210px;
        padding: 0 22px;
    }
    .inner-point.type-tablet-cling .inner-point__vertical {
        width: 1%;
    }
    .inner-point.type-tablet-cling .inner-point__body {
        padding-left: 240px;
    }
    .inner-point.type-tablet-cling .inner-point__tit {
        font-size: 38px;
    }
    .inner-point.type-tablet-cling .inner-point__item {
        padding-right: 0;
    }
    .inner-point__head {
        left: 40px;
    }
    .inner-point__wrap {
        display: inline-block;
        width: auto;
        height: auto;
        padding: 25px 60px 20px 14px;
    }
    .inner-point__vertical {
        width: auto;
    }
    .inner-point__body {
        padding-left: 0;
    }
    .inner-point__body.type-half {
        margin-left: 0;
    }
    .inner-point__body.type-half .inner-point__list {
        width: 100%;
        padding-left: 0;
    }
    .inner-point__tit {
        font-size: 26px;
    }
}

@media only screen and (max-width: 680px) {
    .inner-point {
        padding-top: 24px;
        padding-bottom: 25px;
    }
    .inner-point.type-tablet-cling {
        padding-top: 24px;
    }
    .inner-point.type-tablet-cling .inner-point__head {
        left: 12px;
    }
    .inner-point.type-tablet-cling .inner-point__wrap {
        width: auto;
        height: auto;
        padding: 12px 30px 10px 7px;
    }
    .inner-point.type-tablet-cling .inner-point__vertical {
        width: auto;
    }
    .inner-point.type-tablet-cling .inner-point__body {
        padding-left: 0;
    }
    .inner-point.type-tablet-cling .inner-point__tit {
        font-size: 1.4rem;
    }
    .inner-point.type-tablet-cling .inner-point__item {
        padding-right: 4px;
    }
    .inner-point__head {
        left: 12px;
    }
    .inner-point__wrap {
        padding: 12px 30px 10px 7px;
    }
    .inner-point__tit {
        padding-top: 8px;
        font-size: 1.4rem;
    }
    .inner-point__tit:before {
        width: 12px;
        height: 1px;
    }
    .inner-point__list.type-mt {
        margin-top: 10px;
    }
    .inner-point__item {
        padding: 18px 4px 18px 22px;
    }
    .inner-point__plus {
        top: 21px;
        width: 13px;
        height: 13px;
    }
    .inner-point__plus:before {
        width: 5px;
    }
    .inner-point__plus:after {
        height: 5px;
    }
}

.compare-bar {
    overflow: hidden;
    position: relative;
}

.compare-bar__badge {
    width: 88px;
    height: 88px;
    text-indent: -9999px;
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 20;
    background: url("/img_up/shop_pds/banobagi/design/pre/images/eye/double_eye/type-eye-double5.png") no-repeat center center/contain;
}

.compare-bar__list {
    list-style: none;
    float: left;
    padding: 0;
    width: 50%;
}

.compare-bar__list.type-left .compare-bar__item {
    color: #333;
    position: relative;
}

.compare-bar__list.type-left .compare-bar__item:before {
    content: '';
    position: absolute;
    top: -21px;
    left: 0;
    right: 0;
    display: block;
    width: 1px;
    height: 20px;
    background-color: #c7c7c7;
    margin: 0 auto;
}

.compare-bar__list.type-left .compare-bar__item:nth-child(1) {
    background: #adadad;
    color: #fff;
}

.compare-bar__list.type-left .compare-bar__item:nth-child(1):before {
    display: none;
}

.compare-bar__list.type-left .compare-bar__item:nth-child(1):after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 50%;
    z-index: 10;
    background-color: #a5a5a5;
}

.compare-bar__list.type-right .compare-bar__item {
    color: #fff;
    background: #555555;
    position: relative;
}

.compare-bar__list.type-right .compare-bar__item:before {
    content: '';
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    display: block;
    width: 1px;
    height: 24px;
    background-color: #c7c7c7;
    margin: 0 auto;
}

.compare-bar__list.type-right .compare-bar__item:nth-child(1) {
    color: #ceefe5;
}

.compare-bar__list.type-right .compare-bar__item:nth-child(1):before {
    display: none;
}

.compare-bar__list.type-right .compare-bar__item:nth-child(1):after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 50%;
    z-index: 10;
    background-color: #555555;
}

.compare-bar__list.type-right .arrow-title {
    position: absolute;
    left: -84px;
    top: -1px;
    width: 112px;
    word-break: break-all;
    display: inline-block;
    background-color: #4b977e;
    width: 160px;
    height: 57px;
    background: url("/img_up/shop_pds/banobagi/design/pre/images/eye/double_eye/type-eye-double_t8.png") no-repeat center center/contain;
}

.compare-bar__item {
    border: 1px solid #b0b0b0;
    padding: 0 10%;
    border-radius: 60px;
    margin: 24px 0;
    word-break: break-all;
}

.compare-bar__wrap {
    display: table-cell;
    height: 55px;
    width: 1%;
    box-sizing: border-box;
    vertical-align: middle;
    line-height: 1.3;
    padding: 0 30px;
}

.compare-bar .right-arrow {
    position: relative;
    padding: 0 38px;
    display: table-cell;
    height: 56px;
    vertical-align: middle;
    width: 1%;
}

.compare-bar .right-arrow:after {
    content: '';
    position: absolute;
    margin-left: 6px;
    top: 22px;
    border-width: 6px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

@media only screen and (max-width: 1025px) {
    .compare-bar__list.type-left .compare-bar__item {
        text-align: left;
        padding-left: 20px;
    }
    .compare-bar__list.type-left .compare-bar__item:before {
        left: 104px;
        right: inherit;
    }
    .compare-bar__list.type-left .compare-bar__item:nth-child(1):after {
        left: 100px;
        right: inherit;
    }
    .compare-bar__list.type-right .compare-bar__item {
        text-align: right;
        padding-right: 20px;
    }
    .compare-bar__list.type-right .compare-bar__item:before {
        right: 130px;
        left: inherit;
    }
    .compare-bar__list.type-right .compare-bar__item:nth-child(1):after {
        right: 126px;
        left: inherit;
    }
    .compare-bar__list.type-right .arrow-title {
        text-align: center;
    }
}

@media only screen and (max-width: 680px) {
    .compare-bar__list {
        width: 100%;
        float: none;
    }
    .compare-bar__list.type-left .compare-bar__item {
        text-align: center;
        padding: 0px;
    }
    .compare-bar__list.type-left .compare-bar__item:before {
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    .compare-bar__list.type-left .compare-bar__item:nth-child(1):after {
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    .compare-bar__list.type-right .compare-bar__item {
        text-align: center;
        padding-left: 30%;
        word-break: break-all;
    }
    .compare-bar__list.type-right .compare-bar__item:before {
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    .compare-bar__list.type-right .compare-bar__item:nth-child(1) {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }
    .compare-bar__list.type-right .compare-bar__item:nth-child(1):after {
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    .compare-bar__list.type-right .compare-bar__item .arrow-title {
        background: url("/img_up/shop_pds/banobagi/design/pre/images/eye/double_eye/type-eye-double_m8.png") no-repeat center center/cover;
        left: 0;
        width: 112px;
        max-width: 100%;
        height: 100%;
        top: 0;
    }
}