@charset "utf-8";

.target-scroll-object {
    opacity: 1;
    transition: all 1500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.target-scroll-object.active {
    opacity: 1;
}

@media screen and (min-width: 769px) {
    #me-contents {
        width: 996px;
        margin: 0 auto;
        padding-top: 50px;
    }

    .me {
        padding-bottom: 37px;
    }

    .me h2 {
        margin: 0 auto;
    }

    .me h3 {
        margin-bottom: 0;
    }

    .me .txt h4 {
        margin: 0 auto;
    }

    .me .txt h4+p {
        margin-bottom: 0;
        line-height: 24px;
    }

    .me .history-txt {
        margin-bottom: 0;
        line-height: 24px;
    }

    .me .support-txt {
        margin: 0 auto;
        line-height: 24px;
    }

    .me .link {
        margin-top: 36px;
        padding-left: 0;
    }
}

.me h4 {
    border: none;
    text-align: left;
    color: #646464;
}

@media screen and (min-width: 769px) {
    .me h4 {
        padding: 0px;
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    #me-contents {
        padding: 0 15px 30px;
    }

    .me h2 {
        margin-bottom: 0;
    }

    .me h3 {
        margin: 0 auto;
    }

    .me .txt h4 {
        margin: 20px auto 0;
        padding: 0;
        font-size: 15px;
    }

    .me .txt h4+p+p {
        margin-bottom: 0;
        line-height: 1.5;
    }

    .me .point.col2-end .txt h4+p,
    .me .point.col2-between .txt h4+p {
        margin-bottom: 0;
        line-height: 1.5
    }

    .me .history ul {
        padding: 0;
    }

    .me .history-txt {
        margin-bottom: 0;
        line-height: 1.5;
    }

    .me .support-txt {
        margin-bottom: 0;
        line-height: 24px;
    }

    .me .link {
        margin: 11px auto 0;
    }
}

@media screen and (min-width: 769px) {
    .me .lead {
        margin-top: 20px;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .me .lead {
        text-align: left;
    }
}

@media screen and (min-width: 769px) {

    section,
    .me>div {
        width: 900px;
        margin-left: auto;
        margin-right: auto;
    }
}

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

    section,
    .me>div {
        padding-bottom: 7px;
    }
}

section>p,
.me>div>p {
    margin-top: 30px;
}

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

    section>p,
    .me>div>p {
        text-align: justify;
    }
}

@media screen and (min-width: 769px) {

    section .design,
    .me>div .design {
        padding: 0 40px 52px;
    }
}

@media screen and (min-width: 769px) {

    section .design p,
    .me>div .design p {
        margin-top: 35px;
    }
}

@media screen and (min-width: 769px) {

    section .design .photo img,
    .me>div .design .photo img {
        padding-bottom: 6px;
    }
}

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

    section .design img,
    .me>div .design img {
        margin-top: 35px;
    }
}

@media screen and (min-width: 769px) {

    section .design>div:nth-child(1),
    .me>div .design>div:nth-child(1) {
        margin-top: 58px;
    }
}

@media screen and (min-width: 769px) {

    section .design>div:nth-child(1) .photo,
    .me>div .design>div:nth-child(1) .photo {
        width: 321px;
        -ms-flex-order: 1;
        order: 1;
        margin-right: 76px;
    }
}

@media screen and (min-width: 769px) {

    section .design>div:nth-child(1) .txt,
    .me>div .design>div:nth-child(1) .txt {
        -ms-flex-order: 2;
        order: 2;
    }
}

@media screen and (min-width: 769px) {

    section .design>div:nth-child(2),
    section .design>div:nth-child(4),
    .me>div .design>div:nth-child(2),
    .me>div .design>div:nth-child(4) {
        margin-top: 99px;
    }
}

@media screen and (min-width: 769px) {

    section .design>div:nth-child(2) .photo,
    section .design>div:nth-child(4) .photo,
    .me>div .design>div:nth-child(2) .photo,
    .me>div .design>div:nth-child(4) .photo {
        width: 324px;
        text-align: center;
    }
}

@media screen and (min-width: 769px) {

    section .design>div:nth-child(2) .txt,
    section .design>div:nth-child(4) .txt,
    .me>div .design>div:nth-child(2) .txt,
    .me>div .design>div:nth-child(4) .txt {
        width: 496px;
    }
}

@media screen and (min-width: 769px) {

    section .design>div:nth-child(3),
    .me>div .design>div:nth-child(3) {
        margin-top: 27px;
    }
}

@media screen and (min-width: 769px) {

    section .design>div:nth-child(3) .photo,
    .me>div .design>div:nth-child(3) .photo {
        width: 401px;
        -ms-flex-order: 1;
        order: 1;
        margin-right: 52px;
    }
}

@media screen and (min-width: 769px) {

    section .design>div:nth-child(3) .txt,
    .me>div .design>div:nth-child(3) .txt {
        width: 327px;
        -ms-flex-order: 2;
        order: 2;
    }
}

section .history,
.me>div .history {
    margin-top: 20px;
    padding: 0 30px;
}

section .history ul li,
.me>div .history ul li {
    text-align: center;
    color: #646464;
}

section .history ul li img,
.me>div .history ul li img {
    margin-top: 0px !important;
    margin-bottom: 25px;
}

@media screen and (min-width: 769px) {

    section .support,
    .me>div .support {
        margin-top: 50px;
        margin-bottom: 17px;
    }
}

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

    section .support p,
    .me>div .support p {
        font-size: 14px;
        line-height: 24px;
        text-align: justify;
    }
}

section .support .illust,
.me>div .support .illust {
    text-align: center;
}

@media screen and (min-width: 769px) {

    section .support .illust,
    .me>div .support .illust {
        width: 348px;
    }
}

@media screen and (min-width: 769px) {

    section .support .txt,
    .me>div .support .txt {
        width: 522px;
        padding-left: 30px;
    }
}

@media screen and (min-width: 769px) {

    section .support .txt .link a,
    .me>div .support .txt .link a {
        margin-top: 0px;
    }
}

@media screen and (min-width: 769px) {
    section:nth-of-type(2) {
        text-align: center;
    }
}

@media screen and (min-width: 769px) {
    section:nth-of-type(2) img {
        margin: 64px 0 34px;
    }
}

.link {
    width: auto;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media screen and (min-width: 769px) {
    .link {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 769px) {
    .link li {
        width: 280px;
    }
}

.slick-prev {
    width: 6px !important;
    height: 11px !important;
    position: absolute;
    left: -6px !important;
    bottom: -1px !important;
    text-indent: -9999px !important;
    background: none !important;
}

.slick-prev:after {
    content: "";
    display: block;
    width: 6px;
    height: 11px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: url("../img/me-05/sp/arrow.png");
    background-size: 6px 11px;
    background-position: center center;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.slick-next {
    width: 6px !important;
    height: 11px !important;
    position: absolute;
    right: -6px !important;
    bottom: -1px !important;
    text-indent: -9999px !important;
    background: none !important;
}

.slick-next:after {
    content: "";
    display: block;
    width: 6px;
    height: 11px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: url("../img/me-05/sp/arrow.png");
    background-size: 6px 11px;
    background-position: center center;
    background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
    .col2 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
    }
}

@media screen and (min-width: 769px) {
    .col2-between {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
    }
}

@media screen and (min-width: 769px) {
    .col2-start {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left;
    }
}

@media screen and (min-width: 769px) {
    .col2-end {
        display: -ms-flexbox;
        display: flex;

        -ms-flex-align: end;
        align-items: flex-end;
        text-align: left;
    }
}

@media screen and (min-width: 769px) {
    .col3 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: left;
    }
}

/***
Slider .slick-loading .slick-list {
	background: #fff url('../../../me/05/ajax-loader.gif') center center no-repeat;
}
Icons @font-face {
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;
	src: url('../../../me/05/fonts/slick.eot');
	src: url('../../../me/05/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../../me/05/fonts/slick.woff') format('woff'), url('../../../me/05/fonts/slick.ttf') format('truetype'), url('../../../me/05/fonts/slick.svg#slick') format('svg');
}
***/
Arrows .slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 13px;
    height: 22px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev {
    background-image: url('../img/me-05/sp/arrow2.png');
    background-position: center;
    background-repeat: no-repeat;
    left: -25px;
    bottom: -9px;
    top: inherit;
}

.slick-next {
    background-image: url('../img/me-05/sp/arrow.png');
    background-position: center;
    background-repeat: no-repeat;
    right: -25px;
    bottom: -9px;
    top: inherit;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background-color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '';
}

[dir='rtl'] .slick-prev:before {
    content: '';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '';
}

[dir='rtl'] .slick-next:before {
    content: '';
}

Dots .slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

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

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

.slick-list:focus {
    outline: none;
}

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

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

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

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

.slick-track:after {
    clear: both;
}

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

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

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

.slick-slide img {
    display: block;
}

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

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

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

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

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

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

@media screen and (max-width: 768px) {
    img {
        width: 100%;
    }
}

section h1,
section h2,
section h3,
section h4,
section h5 {
    font-weight: normal;
    text-align: center;
}

.me {
    font-size: 14px;
}

@media screen and (min-width: 769px) {
    .me {
        line-height: 24px;
    }
}

.me h2 {
    font-weight: normal;
    text-align: center;
    background: #fffae7;
}

@media screen and (min-width: 769px) {
    .me h2 {
        padding: 16px 0 14px;
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {
    .me h2 {
        margin: 10px -20px 0;
        padding: 14px 0 12px;
        font-size: 18px;
    }
}

.me section>h3 {
    border-bottom: 1px solid #000;
}

@media screen and (min-width: 769px) {
    .me section>h3 {
        margin-top: 50px;
        padding-bottom: 5px;
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    .me section>h3 {
        margin-top: -52px;
        padding-top: 87px;
        padding-bottom: 3px;
        font-size: 16px;
    }
}

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

    .me section p,
    .me section>ul,
    .me section>dl {
        margin-top: 15px;
    }
}

@media screen and (max-width: 768px) {
    .me section img {
        margin-top: 20px;
    }
}

@media screen and (max-width: 768px) {
    .me section>img:nth-of-type(1) {
        margin-top: 15px;
    }
}

.measurement {
    background: url("../img/common/img-17.jpg");
}

@media screen and (min-width: 769px) {
    .measurement {
        height: 507px;
        margin-top: 40px;
    }
}

@media screen and (max-width: 768px) {
    .measurement {
        margin-top: 15px;
        position: relative;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center center;
    }
}

@media screen and (max-width: 768px) {
    .measurement:before {
        content: "";
        display: block;
        padding-top: 56%;
    }
}

.measurement p {
    text-align: center;
    color: #666;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 769px) {
    .measurement p {
        font-size: 75px;
        line-height: 507px;
    }
}

@media screen and (max-width: 768px) {
    .measurement p {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -19.5%;
        margin-top: -7% !important;
        font-size: 7.812vw;
    }
}

@media screen and (min-width: 769px) {
    .measurement p span:first-child {
        font-size: 84.38px;
    }
}

@media screen and (max-width: 768px) {
    .measurement p span:first-child {
        font-size: 7.812vw;
    }
}

@media screen and (min-width: 769px) {
    .measurement p span:last-child {
        font-size: 75px;
    }
}

@media screen and (max-width: 768px) {
    .measurement p span:last-child {
        font-size: 7.187vw;
    }
}

@media screen and (min-width: 769px) {
    .link {
        margin-top: 36px;
    }
}

@media screen and (max-width: 768px) {
    .link {
        margin-top: 36px !important;
    }
}

.border {
    border-top: 1px solid #505050;
}

@media screen and (min-width: 769px) {
    .border {
        border-bottom: 1px solid #505050;
    }
}

a.btn-border {
    margin: 11px 0 0;
    display: block;
    border: 1px solid #000;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    text-align: center;
}

@media screen and (min-width: 769px) {
    a.btn-border {
        padding: 7px 0;
    }
}

@media screen and (max-width: 768px) {
    a.btn-border {
        padding: 11px 0 10px 0;
        font-size: 16px;
        color: #323232;
        letter-spacing: -.9px;
    }
}

a.btn-border:after {
    content: "";
    width: 8px;
    height: 14px;
    position: absolute;
}

@media screen and (min-width: 769px) {
    a.btn-border:after {
        background: url("../../images/featured/about_me/me_05/arrow_1.png");
        top: 50%;
        right: 10px;
        margin-top: -7px;
    }
}

@media screen and (max-width: 768px) {
    a.btn-border:after {
        background: url("../../images/featured/about_me/me_05/arrow_1.png");
        background-size: 8px 14px;
        top: 50%;
        right: 10px;
        margin-top: -7px;
    }
}

.product-container {
    overflow: hidden;
    position: relative;
}


.pt_content {
    overflow-x: hidden;
}

.swiper-button-next {
    background-image: url('../../images/featured/about_me/me_05/arrow.png');

    width: 6px;
    height: 11px;
    right: 0px;
    bottom: 0px;
position: absolute;
    background-size: 6px 11px;
    background-position: center center;
    background-repeat: no-repeat;
    transition: opacity .2s ease;
    top: auto;
}
.swiper-button-next:hover,.swiper-button-prev:hover{
    opacity: 0.5;
}

.swiper-button-prev {
    background-image: url('../../images/featured/about_me/me_05/arrow.png');
    width: 6px;
    height: 11px;
    left: 0px;
    bottom: 0px;
    background-size: 6px 11px;
    background-position: center center;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    position: absolute;
    transition: opacity .2s ease;
    top: auto;


}
