@font-face {
    font-family: YuGo-Medium;
    src: url(../fonts/YuGothM.ttc);
}

@font-face {
    font-family: YuMin-Medium;
    src: url(../fonts/yumin.ttf);
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Regular.ttf);
}

html {
    scroll-behavior: smooth;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}

section {
    width: 100%;
    position: relative;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.row [class*='col'] {
    padding-left: 0;
    padding-right: 0;
}

a:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
}

/*
.logo{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 1.4rem;
}

.logo::before{
	content: url("https://natulaka.com/wp-content/themes/natulaka/images/NatuLaka%20leaf.svg");
	display: block;
	width: 55px;
	height: 50px;
}
*/


@media only screen and (max-width: 767px) {
    /* ----------------- common  ------------------ */
    .pc {
        display: none !important
    }
    .sp {
        display: block !important
    }

    html {
        font-size: 2.5vw;
    }

    body {
        padding-top: 10rem;
        font-family: "Yu Gothic";
        font-weight: 500;
        font-size: 1.4rem;
        line-height: 3.6rem;
        color: #63636d;
    }

    .cnt-in {
        padding: 0 3rem ;
    }

    .anim-btn {
        width: 100% !important;
    }

    /*  */

    .scroll-down {
        font-family: YuMin-Medium;
        font-weight: normal;
        font-size: 1.2rem;
        letter-spacing: 0.2em;
        text-align: left;
        color: #fff;
        display: inline-block;
        position: absolute;
        z-index: 2;
        left: 50%;
        transform: translateX(-50%);
        bottom: 3rem;
        overflow: hidden;
        text-decoration: none;
        padding-bottom: 6.5rem;
        writing-mode: tb;
    }

    .scroll-down::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 1px;
        height: 5.9rem;
        background: #fff;
        animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
        -webkit-animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
    }

    @keyframes sdl {
        0% {
          transform: scale(1, 0);
          transform-origin: 0 0;
        }
        50% {
          transform: scale(1, 1);
          transform-origin: 0 0;
        }
        50.1% {
          transform: scale(1, 1);
          transform-origin: 0 100%;
        }
        100% {
          transform: scale(1, 0);
          transform-origin: 0 100%;
        }
    }

    /* mv-slider */

    .mv-slider {
        margin: 0;
    }

    .mv-slider .item {
        background-size: 100% 100% !important;
        height: calc(100vh - 10rem);
    }

    .mv-slider .item:nth-child(1) {
        background: url(../images/slide1-sp.jpg);
    }
    .mv-slider .item:nth-child(2) {
        background: url(../images/slide2-sp.jpg);
    }
    .mv-slider .item:nth-child(3) {
        background: url(../images/slide3-sp.jpg);
    }

    /*  */

    .product-section {
        background-color: #CCF0FF;
        padding: 5rem 0 10rem;
    }

    .product-section .row {
        margin-top: 5rem;
    }

    .product-section .ps-md-5 {
        padding-top: 5rem;
    }

    h2 {
        font-family: "YuMin-Medium";
        font-weight: 500;
        font-size: 5rem;
        color: #63636d;
    }

    /* img-section1 */

    .img-section1 {
        padding-bottom: 8rem;
    }

    .img-section1 .img1 {
        margin-top: -5rem;
    }

    .img-section1 .img2 {
        margin: 5rem 0;
    }

    /*  */

    .concept-section {
        background: linear-gradient(-45deg, #ccf0ff 0%, #ffd5b4 100%);
    }

    .concept-section .pixta {
        display: block;
        position: relative;
        z-index: 2;
    }

    .concept-section .concept-box {
        width: 100%;
        position: relative;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 5rem 3rem;
    }

    .concept-section .concept-box h2 {
        text-align: center;
    }
    
    .concept-section .main-color {
        font-size: 3rem;
        font-family: 'YuMin-Medium';
        margin: 4rem 0;
    }

    /*  */

    .end-section {
        background-color: #FFD5B4;
        padding: 3rem;
        margin-top: 15rem;
    }

    .end-section .img1 {
        margin-top: -10rem;
    }

    .end-section .img2 {
        margin: 5rem 0;
    }
    
    .about-company {
        padding: 8rem 0;
    }

    .about-company .col-12 {
        padding: 10px;
    }

    .about-company .col-md-4 {
        font-weight: bold;
        padding-bottom: 0;
    }

    .about-company .col-md-8 {
        border-bottom: 1px solid #F47A55 ;
    }

    /* contact */
}











































@media only screen and (min-width: 768px) {
    /* ----------------- common  ------------------ */
    .pc {
        display: block !important
    }
    .sp {
        display: none !important
    }

    html {
        font-size: 0.694vw;
    }
    
    body {
        padding-top: 10rem;
        font-family: "Yu Gothic";
        font-weight: 500;
        font-size: 1.4rem;
        line-height: 3.6rem;
        color: #63636d;
    }

    .cnt-in {
        padding: 0 13.5rem ;
    }

    .main-color {
        color: #F47A55;
    }

    /*  */
    .scroll-down {
        font-family: YuMin-Medium;
        font-weight: normal;
        font-size: 1.2rem;
        letter-spacing: 0.2em;
        text-align: left;
        color: #fff;
        display: inline-block;
        position: absolute;
        z-index: 2;
        right: 2%;
        bottom: 3rem;
        overflow: hidden;
        text-decoration: none;
        padding-bottom: 6.5rem;
        writing-mode: tb;
    }
    
    .scroll-down::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 1px;
        height: 5.9rem;
        background: #fff;
        animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
        -webkit-animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
    }

    @keyframes sdl {
        0% {
          transform: scale(1, 0);
          transform-origin: 0 0;
        }
        50% {
          transform: scale(1, 1);
          transform-origin: 0 0;
        }
        50.1% {
          transform: scale(1, 1);
          transform-origin: 0 100%;
        }
        100% {
          transform: scale(1, 0);
          transform-origin: 0 100%;
        }
    }

    /* mv-slider */

    .mv-slider {
        margin: 0;
    }

    .mv-slider .item {
        background-size: 100% !important;
        background-position: center center !important;
        height: calc(100vh - 10rem);
    }

    .mv-slider .item:nth-child(1) {
        background: url(../images/slider1.jpg);
    }
    .mv-slider .item:nth-child(2) {
        background: url(../images/slider2.jpg);
    }
    .mv-slider .item:nth-child(3) {
        background: url(../images/slider3.jpg);
    }

    /*  */

    .product-section {
        background-color: #CCF0FF;
        padding: 8rem 0 15rem;
        
    }

    .product-section img {
        width: 52rem;
    }

    .product-section .row {
        margin-top: 8rem;
    }

    .product-section .ps-md-5 {
        padding-right: 13rem;
    }

    h2 {
        font-family: "YuMin-Medium";
        font-weight: 500;
        font-size: 5rem;
        color: #63636d;
    }

    /* img-section1 */

    .img-section1 {
        padding: 8rem 0;
    }

    .img-section1 .img1 {
        width: 50rem;
    }

    .img-section1 .img2 {
        width: 54rem;
        position: absolute;
        right: 0;
        top: -24rem;
    }

    .img-section1 .img3 {
        width: 42rem;
        position: absolute;
        bottom: 0rem;
        right: 0;
    }

    /*  */

    .concept-section {
        background: linear-gradient(-45deg, #ccf0ff 0%, #ffd5b4 100%);
    }

    .concept-section .pixta {
        width: 95rem;
        display: block;
        margin-left: auto;
        position: relative;
        z-index: 2;
    }

    .concept-section .concept-box {
        width: 54rem;
        height: 69rem;
        padding-left: 10rem;
        padding-bottom: 10rem;
        background-color: #EE9A52;
        position: absolute;
        left: 17rem;
        top: 56.5%;
        transform: translateY(-50%);
        display: flex;
        justify-content: center;
        flex-direction: column;

    }

    .concept-section .concept-box::before {
        width: 100%;
        height: 100%;
        background-color: #fff;
        content: '';
        position: absolute;
        left: 5rem;
        bottom: 5rem;
        z-index: -1;
    }
    
    .concept-section .main-color {
        font-size: 3rem;
        font-family: 'YuMin-Medium';
        margin: 4rem 0;
    }

    /*  */

    .end-section {
        background-color: #FFD5B4;
        padding-bottom: 10rem;
        margin-top: 30rem;
    }

    .end-section .img1 {
        width: 73rem;
        margin-top: -15rem;
    }

    .end-section .img2 {
        width: 60rem;
        margin-left: 13rem;
        margin-top: 10rem;
    }

    .end-section .img3 {
        width: 55rem;
        position: absolute;
        right: 0;
        bottom: 5rem;
    }

    /*  */

    .about-company {
        padding: 8rem 0;
    }

    .about-company > .col-12.mx-auto {
        padding: 0;
        border-bottom: none;
        font-weight: normal;
    }

    .about-company .col-12 {
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }

    .about-company .col-md-4 {
        border-bottom: 1px solid #F47A55 ;
        font-weight: bold;
    }
}




.anim-btn {
    position: relative;
    z-index: 1;
    transition: .6s;
    font-family: Montserrat;
    font-weight: normal;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 2.4rem;
    color: #63636d;
    width: 42rem;
    height: 5.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #63636D;
    border-radius: 500px;
    overflow: hidden;
    margin-top: 4rem;
}

.anim-btn span {
    height: 3.6rem;
    width: 3.6rem;
    display: block;
    background: #AFE8FF;
    border-radius: 500px;
    position: absolute;
    transform: translateY(-50%);
    right: 3%;
    top: 50%;
    transition: all .5s;
}

.anim-btn:hover span {
    background: #6ed6ff;
}

.anim-btn span::before {
    width: 3rem;
    height: 1px;
    background: #63636d;
    position: absolute;
    left: -1.5rem;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    content: '';
    transition: all .5s;
}

.anim-btn:hover span::before {
    left: 0rem;     
    width: 3.6rem;
    background: #fff;
}

.anim-btn::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 500px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #AFE8FF;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .3s;
}
.anim-btn:hover {
    color: #63636d;
}
.anim-btn:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
}

.main-color {
    color: #f08430 !important;
}




.anim {
    display: block;
    position: relative;
    width: fit-content;
}

.anim::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-color: #f08430;
    transform-origin: left;
    top: 0;
    left: 0;
    z-index: 1;
    transform: scaleX(0);
    transform-origin: left;
}

.anim .op {
    opacity: 0;
    transition: all 0ms ease 500ms;
}

.anim.on .op {
    opacity: 1;
}

.anim.on::before {
    animation: maskAnime 1500ms cubic-bezier(0.215, 0.61, 0.355, 1) 1 forwards;
}

@keyframes maskAnime {
	0% { transform: scaleX(0); transform-origin: left; }
	45% { transform: scaleX(1); transform-origin: left; }
	50% { transform: scaleX(1); transform-origin: left; }
	55% { transform: scaleX(1); transform-origin: right; }
	100% { transform: scaleX(0); transform-origin: right; }
}

.cnt-in {
    position: relative;
}
/*  */
