section.wide-banner, section.intro, section.line-lift {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.wide-banner .container [class*=col].learn-more button, section.products .container button, section.intro .container button, section.before-and-after .container button, section.line-lift .container button, section.about .container button {
    background: #721947;
    color: #fff;
    width: 146px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-top: 46px;
    border: 0;
    cursor: pointer;
    transition: background .2s ease;
}

section.wide-banner .container [class*=col].learn-more button:hover, section.products .container button:hover, section.intro .container button:hover, section.before-and-after .container button:hover, section.line-lift .container button:hover, section.about .container button:hover {
    background: #5b1439;
}

*::selection {
    background-color: #721947;
    color: #fff;
}

section.wide-banner {
    width: 100%;
}

section.wide-banner .container {
    height: 100%;
}

section.wide-banner .container [class*=col] {
    height: 100%;
}

section.wide-banner .container [class*=col].learn-more {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

section.wide-banner.mobile {
    display: none;
}

section.line-left-by-y2skin.mobile .col-12.pic img {
    width: 100%;
}

section.line-left-by-y2skin.mobile .col-12.learn-more {
    border-bottom: 1px solid #e0e0e0;
    padding-top: 60px;
    padding-bottom: 60px;
}

section.line-left-by-y2skin.mobile .col-12.learn-more h2.line-left {
    font-size: 40px;
}

section.line-left-by-y2skin.mobile .col-12.learn-more p.description {
    font-size: 15px;
    color: #818181;
    margin-top: 23px;
    font-weight: 300;
}

section.line-left-by-y2skin.mobile .col-12.learn-more p.by {
    font-size: 32px;
    font-weight: bold;
    margin-top: 55px;
}

section.line-left-by-y2skin.mobile .col-12.learn-more h2.y2skin {
    font-size: 40px;
    margin-top: 58px;
}

section.line-left-by-y2skin.pc {
    height: 812px;
}

section.line-left-by-y2skin.pc h2 {
    font-size: 70px;
    font-color: #333;
}

section.line-left-by-y2skin.pc h2.y2skin {
    margin-top: 58px;
}

section.line-left-by-y2skin.pc p.description {
    font-size: 15px;
    color: #818181;
    margin-top: 23px;
    font-weight: 300;
}

section.line-left-by-y2skin.pc .by {
    font-size: 50px;
    font-weight: bold;
    margin-top: 55px;
}

section.products .container {
    max-width: 1220px;
    padding: 0 10px;
    box-sizing: border-box;
	text-align: center;
    padding-top: 200px;
    padding-bottom: 200px;
}

section.products .container .header {
    font-size: 42px;
    color: #333;
    text-align: center;
}

section.products .container .description {
    margin-top: 18px;
    text-align: center;
    color: #a0a0a0;
    font-weight: 200;
}

section.products .container .swiper-container {
    margin-top: 76px;
}

section.products .container .swiper-container .swiper-wrapper .swiper-slide {
    flex-direction: column;
}

section.products .container .swiper-container .swiper-wrapper .swiper-slide .wrapper-image {
    background: #f6f6f6;
    height: 347px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.products .container .swiper-container .swiper-wrapper .swiper-slide .wrapper-image img {
    user-select: none;
}

section.products .container .swiper-container .swiper-wrapper .swiper-slide p {
    margin-top: 37px;
    color: #555555;
    font-size: 18px;
    font-weight: 300;
}

section.products .container .swiper-container .swiper-button-next,
    section.products .container .swiper-container .swiper-button-prev {
    background-image: none;
    height: auto;
    width: 60px;
    top: 42%;
    z-index: 99;
}

section.products .container .swiper-container .swiper-button-next svg,
      section.products .container .swiper-container .swiper-button-prev svg {
    width: 60px;
    height: 60px;
}

section.products .container .swiper-container .swiper-button-next {
    right: -10px;
}

section.products .container .swiper-container .swiper-button-prev {
    left: -10px;
}

section.products .container button {
    margin: 0 auto;
    margin-top: 89px;
}

section.intro {
    width: 100%;
    height: 812px;
}

section.intro .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    height: 100%;
    padding: 0 10px;
    padding-left: 30px;
    padding-right: 30px;
}

section.intro .container .main-text {
    font-size: 28px;
    color: #fff;
    font-weight: 200;
    line-height: 1.4;
    text-align: center;
}

section.intro .container .main-text strong {
    font-weight: 400;
}

section.intro .container .sub-text {
    font-size: 16px;
    margin-top: 22px;
    color: #fff;
    font-weight: 200;
}

section.intro .container button {
    background: #fff;
    color: #333;
}

section.intro .container button:hover {
    background: #efefef;
}

section.before-and-after {
    border-bottom: 1px solid #e0e0e0;
}

section.before-and-after .container {
    padding-top: 167px;
    padding-bottom: 140px;
	text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}

section.before-and-after .container h3.main-text {
    color: #333;
    font-size: 50px;
    text-align: center;
}

section.before-and-after .container .sub-text {
    margin-top: 35px;
    text-align: center;
    font-size: 16px;
    color: #a0a0a0;
    font-weight: 200;
}

section.before-and-after .container .wrapper-pictures {
    margin-top: 70px;
    text-align: center;
}

section.before-and-after .container .wrapper-pictures p {
    margin-top: 43px;
    color: #333333;
    font-size: 20px;
}

section.before-and-after .container .wrapper-pictures span {
    color: #909090;
    display: inline-block;
    font-weight: 200;
    margin-top: 15px;
    font-size: 16px;
}

section.before-and-after .container .wrapper-pictures img {
    user-select: none;
    max-width: 100%;
}

section.before-and-after .container .wrapper-pictures .wrapper-before-and-after-item {
    max-width: 340px;
    height: 100%;
    border: 1px solid #efefef;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    cursor: pointer;
    transition: box-shadow .2s ease;
}

section.before-and-after .container .wrapper-pictures .wrapper-before-and-after-item:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1) !important;
}

section.before-and-after .container .wrapper-pictures.mobile {
    display: none;
}

section.before-and-after .container button {
    margin: 0 auto;
    margin-top: 80px;
}

section.line-lift {
    background-attachment: fixed;
    background-position: 25% 0%;
    position: relative;
    height: 612px;
}

section.line-lift .container .col-6 .header {
    font-size: 50px;
    color: #333;
    z-index: 1;
}

section.line-lift .container .col-6 .description {
    font-size: 20px;
    color: #333333;
    margin-top: 29px;
    font-weight: 200;
    z-index: 1;
}

section.line-lift .container .col-6.learn-more {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

section.line-lift .container button {
    z-index: 1;
}

section.line-lift.mobile {
    height: auto;
    border-bottom: 1px solid #e0e0e0;
}

section.line-lift.mobile .container .col-12.pic img {
    width: 100%;
}

section.line-lift.mobile .container .col-12.learn-more {
    padding-top: 60px;
    padding-bottom: 60px;
}

section.line-lift.mobile .container .col-12.learn-more h2.header {
    font-size: 40px;
}

section.line-lift.mobile .container .col-12.learn-more p.description {
    font-size: 15px;
    color: #818181;
    margin-top: 23px;
    font-weight: 300;
}

section.about {
padding-top: 35px !important;
padding-bottom: 10px !important;
}

section.about .container {
    padding-top: 150px;
    padding-bottom: 120px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
}

section.about .container h2.header {
    font-size: 46px;
    color: #333;
}

section.about .container h2.header.treatment {
    margin-top: 50px;
}

section.about .container .wrapper-image-cards {
    margin-top: 50px;
}

section.about .container .wrapper-image-cards .wrapper-card {
    float: left;
    width: 25%;
    padding: 15px;
    box-sizing: border-box;
}

section.about .container .wrapper-image-cards .wrapper-card .card {
    border: 1px solid #efefef;
}

section.about .container .wrapper-image-cards .wrapper-card .card img {
    width: 100%;
    margin-top: 0;
}

section.about .container .wrapper-image-cards .wrapper-card .card .wrapper-text {
    padding-top: 43px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

section.about .container .wrapper-image-cards .wrapper-card .card .wrapper-text p {
    font-size: 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 35px;
	font-family: times new roman;

}

section.about .container .wrapper-image-cards .wrapper-card .card .wrapper-text p:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1)!important;
}

section.about .container .wrapper-image-cards .wrapper-card .card .wrapper-text span {
    display: inline-block;
    margin-top: 15px;
    font-size: 16px;
    color: #909090;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

section.about .container .description {
    font-size: 14px;
    color: #a0a0a0;
    font-weight: 200;
    margin-top: 36px;
    line-height: 1.5;
}

section.about .container .description:last-child {
    margin-top: 58px;
}

section.about .container img {
    margin-top: 94px;
}

section.about .container button {
    margin: 0 auto;
    margin-top: 55px;
}

footer {
    background: #efefef;
    padding-top: 54px;
    padding-bottom: 54px;
    padding-left: 30px;
    padding-right: 200px;
}

footer .container .wrapper-menus .logo {
    font-size: 32px;
    color: #333333;
    padding-left: 160px;
}

footer .container .wrapper-menus .menus {
    float: right;
}

footer .container .wrapper-menus .menus .item {
    float: left;
    color: #333;
    font-size: 16px;
    padding: 0 28px;
}

footer .container .wrapper-menus .menus .item li {
    padding-top: 5px;
}

footer .container .wrapper-menus .menus .item li.sns {
    padding-top: 13px;
}

footer .container .wrapper-menus .menus .item li.sns a {
    color: #555;
}

footer .container .wrapper-menus .menus .item li.sns a svg {
    width: 12px;
    height: 12px;
    fill: currentColor;
    margin-right: 5px;
}

footer .container .wrapper-menus .menus .item li a {
    color: #818181;
    font-size: 11px;
    font-weight: 200;
}

@media only screen and (max-width: 1920px) {
    section.line-left-by-y2skin.pc {
        height: 612px;
    }
}

@media only screen and (max-width: 1072px) {
    section.before-and-after .wrapper-pictures.pc .col-4 {
        width: 50% !important;
    }
}

@media only screen and (max-width: 768px) {
    section.before-and-after .wrapper-pictures.mobile {
        display: block !important;
    }

    section.before-and-after .wrapper-pictures.mobile .col-12 {
        margin-bottom: 40px;
    }

    section.before-and-after .wrapper-pictures.pc {
        display: none;
    }

    section.before-and-after button {
        margin-top: 0 !important;
    }

    section.mobile {
        display: block !important;
    }

    section.pc {
        display: none !important;
    }

    section.products .container {
        padding-top: 100px;
        padding-bottom: 60px;
    }

    section.about .container {
        padding-top: 20px;
    }

    footer ul.menus > li {
        width: 100%;
        padding-left: 0 !important;
    }

    footer ul.menus > li.item {
        padding-top: 20px !important;
    }
}

@media only screen and (max-width: 599px) {
    section.about .container img {
        width: 100%;
    }
}

@media only screen and (max-width: 1072px) {
    section.about .container {
        padding-top: 100px;
    }

    section.about .container .wrapper-card {
        width: 50% !important;
    }
}

@media only screen and (max-width: 768px) {
    section.about .container {
        padding-top: 100px;
    }

    section.about .container .wrapper-card {
        width: 100% !important;
    }

}

@media only screen and (max-width: 599px) {
    section.about .container img {
        width: 100%;
    }
}
