@charset "UTF-8";

/* Scss Document */

body {
    line-height: 2;
}

body small {
    font-size: 16px;
}

body .mt-100 {
    margin-top: 100px;
}

body .page-top-btn {
    color: #666;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100px;
    height: 100px;
    line-height: 1.4;
    right: -75px;
    bottom: -25px;
    transition: 0.3s;
    z-index: 10;
}

body .page-top-btn:hover {
    box-shadow: 4px 4px 4px 0 #999;
    text-decoration: none;
}


/*main-visual*/

.main-visual {
    margin-top: -60px;
    margin-bottom: 60px;
}

#active1 {
    position: absolute;
    left: calc(50% - 435px);
    top: 133px;
    z-index: 0;
    transform: scale(0.85);
    display: block;
    opacity: 0;
    transition-duration: 0.4s;
    cursor: pointer;
    z-index: 1;
}

#active1.active {
    display: block;
    opacity: 1;
    top: 124px;
    transform: scale(0.9);
    left: calc(50% - 447px);
}

body header {
    background-color: rgba(255, 255, 255, 0.4);
    transition: 0.4s;
    opacity: 0;
}

body header.active {
    opacity: 1;
    background-color: rgba(255, 255, 255, 1.0);
}

body header a.nav-link {
    color: #000 !important;
    line-height: 1.4;
    font-size: 17px;
    display: inline-block;
    height: 68px;
    width: 285px;
    text-align: center;
    transition: 0.3s;
}

body header a.nav-link:hover {
    background-color: #CFDC28;
}

body header a.nav-link small {
    font-size: 12px;
}

body section h2 {
    position: relative;
    z-index: 1;
    margin-bottom: -150px;
}

body section h2 span.rounded-circle {
    background-color: #fff;
    display: inline-flex;
    height: 220px;
    width: 220px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: scale(0);
    transition-duration: 0.8s;
    transition-timing-function: cubic-bezier(0.5, 0, 0.28, 1.0);
}

body section h2.is-show span.rounded-circle {
    transform: scale(1);
}

body section h3 span,
body section h5 span {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

body section h3 span:after,
body section h5 span:after {
    content: "";
    width: 0px;
    height: 8px;
    background-color: #CFDC28;
    display: inline-block;
    margin: 16px 0 24px;
    transition-duration: 0.8s;
    transition-timing-function: cubic-bezier(0.5, 0, 0.28, 1.0);
}

body section h3.is-show span:after,
body section h5.is-show span:after {
    width: 100px;
}

body section h4:after,
body section h4:before {
    content: "■";
    color: #CFDC28;
    margin: 0 10px;
}

body section .left-0 {
    left: 0;
}

body section .left-0.front0 {
    top: 0;
    z-index: 1;
}

body section .left-0.back0 {
    z-index: 0;
    top: 0;
}

body section .left-0.front {
    top: 300px;
    z-index: 1;
}

body section .left-0.back {
    z-index: 0;
    top: 900px;
}

body section .left-0.front2 {
    top: 300px;
    z-index: 1;
}

body section .left-0.back2 {
    z-index: 0;
    top: 300px;
}

body section .left-0.front3 {
    top: 1500px;
    z-index: 1;
}

body section .left-0.back3 {
    z-index: 0;
    top: -150px;
}

body section .right-0 {
    right: 0;
}

body section .right-0.front0 {
    top: 0;
    z-index: 1;
}

body section .right-0.back0 {
    z-index: 0;
    top: 0;
}

body section .right-0.front {
    top: 300px;
    z-index: 1;
}

body section .right-0.back {
    z-index: 0;
    top: 900px;
}

body section .right-0.front2 {
    top: 300px;
    z-index: 1;
}

body section .right-0.back2 {
    z-index: 0;
    top: 300px;
}

body section .right-0.front3 {
    top: 1500px;
    z-index: 1;
}

body section .right-0.back3 {
    z-index: 0;
    top: 0px;
}

body section .works img {
    width: 25%;
    max-width: 277px;
    top: 500px;
    position: relative;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.5, 0, 0.28, 1.0);
}

body section .works img:nth-of-type(2) {
    transition-delay: 0.1s;
}

body section .works img:nth-of-type(2) {
    transition-delay: 0.2s;
}

body section .works img:nth-of-type(3) {
    transition-delay: 0.3s;
}

body section .works img:nth-of-type(4) {
    transition-delay: 0.4s;
}

body section .works.is-show img:nth-of-type(1) {
    top: 120px;
}

body section .works.is-show img:nth-of-type(2) {
    top: 80px;
}

body section .works.is-show img:nth-of-type(3) {
    top: 40px;
}

body section .works.is-show img:nth-of-type(4) {
    top: 0px;
}

body section .works p {
    padding-top: 200px;
}

body section .company-member h2 {
    margin-bottom: -108px;
}

body section .company-member div {
    /* position: absolute; */
    top: 260px;
    width: 100%;
    margin-top: 30px;
}

body section p.title {
    font-weight: 500;
    font-size: 20px;
    border-bottom: 0.5px solid #231815;
    margin-top: 20px;
    padding-bottom: 10px;
}

body section span.customer-info {
    background-color: #CFDC28;
    display: inline-block;
    padding: 8px 30px;
    /* border: 1px solid #000; */
    border-radius: 10px 10px 0 0;
}

body section .fruit-layer-bg {
    background-image: url(../images/visual-02-bg.png);
    background-position-y: 100px;
    padding: 65px 15px 164px;
    margin-top: 35px;
    background-size: cover;
    overflow: hidden;
}

body section .fruit-layer-bg img.fruit-layer {
    top: -34%;
    left: 100%;
    width: 95%;
    opacity: 0.2;
    transition-duration: 1.6s;
    transition-timing-function: cubic-bezier(0.5, 0, 0.28, 1.0);
}

body section .fruit-layer-bg img.fruit-layer.is-show {
    left: 0px;
    opacity: 1;
}

body section .fruit-layer-bg img.fruit-visual {
    left: -100%;
    opacity: 0.2;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.5, 0, 0.28, 1.0);
}

body section .fruit-layer-bg img.fruit-visual.is-show {
    opacity: 1;
    left: 0;
}

body section .furuit-box img {
    padding: 4px 4px 10px 4px;
}

body section .furuit-box hr {
    border-color: #CFDC28;
}

body section .furuit-box:nth-of-type(1) {
    border-right: 1px dotted #CFDC28;
}

body section table {
    width: 100%;
    max-width: 900px;
    margin: 100px auto;
}

body section table tr td {
    border-bottom: 1px solid #DDD;
    padding: 10px 0;
    text-align: left;
}

body section table tr td iframe {
    margin: 10px 0;
    height: 400px;
}

body section .instagram a {
    width: calc(20% - 8px);
    margin: 4px;
    aspect-ratio: 1/1;
    display: inline-block;
    overflow: hidden;
}

@media screen and (max-width:768px) {
    body section .instagram a {
        width: calc(50% - 8px);
    }
}

body section .instagram a:hover span {
    transform: scale(1.05);
}

body section .instagram a span {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: .6s;
}

body section.insta-area {
    /*box-shadow: 0px -10px 10px #eee;*/
    padding-top: 20px;
}

body footer {
    /*box-shadow: 0px -10px 10px #eee;*/
    padding-top: 20px;
}

body footer .border {
    border-color: #666 !important;
}

body footer .footer-info {
    background-color: #CFDC28;
    height: 190px;
    padding: 10px 15px;
}

body footer .footer-info .col-8 {
    z-index: 1;
}

body footer .footer-info .col-lg-2.left-side img {
    left: 0;
    bottom: -16px;
}

body footer .footer-info .col-lg-2.right-side img {
    right: 0;
    bottom: -4px;
}

body footer .footer-info .description {
    font-size: 20px;
    padding: 6px 126px;
}

body footer .contact {
    width: 100%;
}

body footer .contact span {
    font-size: 54px;
}

body footer .contact span a {
    text-decoration: none;
    color: #212529!important;
}

body footer .contact span:nth-of-type(1) {
    margin-right: 25px;
}

body footer .container {
    height: 100px;
}

.logo {
    max-width: 340px;
    left: calc(50% - 170px);
    /*top: calc(1080px / 2 - 3rem);*/
    top: calc(36% + -43px);
    position: absolute;
    z-index: 5;
    pointer-events: none;
}

.circle-box {
    position: relative;
    margin: 0 auto;
}

.main-visual p {
    position: relative;
}

div.item {
    position: absolute;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #999;
}


/*パララックス*/

section.insta-area,
section.area1,
section.area2 {
    position: relative;
    top: 50px;
    opacity: 0.1;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.5, 0, 0.28, 1.0);
    transform: scale(0.9);
}

section.is-show.insta-area,
section.is-show.area1,
section.is-show.area2 {
    top: 0px;
    opacity: 1;
    transform: scale(1);
}

.insta {
    display: inline-block;
    padding: 4px 25px;
    border: 1px #333 solid;
    border-radius: 25px;
    font-size: 12px;
    color: #333;
    transition: 0.2s;
}

.insta:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none;
}

.insta-logo {
    width: 150px;
    margin-right: 12px;
    transition: 0.2s;
}

footer {
    background-color: #CFDC28;
}


/*アンカーリンク
#work,#handling,#about{
padding-top:70px;
margin-top:-70px!important;
}*/

@media screen and (max-width:1535px) {
    body footer .contact span {
        font-size: 34px;
    }
    body footer .footer-info .description {
        font-size: 18px;
        padding: 6px 18px;
    }
    body .page-top-btn {
        width: 100px;
        height: 100px;
        bottom: -75px;
        font-size: 14px;
        line-height: 18px;
    }
    body .page-top-btn img {
        width: 70%;
    }
    body footer .footer-info .col-lg-2.left-side img {
        bottom: -78px;
    }
}

@media screen and (max-width:1199px) {
    .logo {
        top: calc(36% + -40px);
    }
    #active1 {
        top: calc(50% - 452px);
    }
    #active1.active {
        top: calc(50% - 470px);
    }
    body header a.nav-link {
        width: 197px;
    }
    body footer .footer-info .description {
        font-size: 16px!important;
    }
    body footer .footer-info .col-lg-2.left-side img {
        left: 0;
        bottom: -85px;
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .collapse:not(.show) {
        display: flex;
    }
    .main-visual p {
        /*transform: scale(0.7);*/
    }
    .furuit-box p {
        width: 24%;
    }
    body section .company-member div {
        top: 230px;
    }
    body footer .footer-info .description {
        font-size: 20px;
        padding: 6px 34px;
    }
    body footer .contact span {
        font-size: 30px;
    }
}

@media screen and (max-width:991px) {
    .logo {
        top: calc(36% - 58px);
    }
    .main-visual {
        margin-top: -60px;
    }
    img#active1 {
        left: calc(50% - 397px);
        top: calc(50% - 417px);
        transform: scale(0.7);
    }
    img#active1.active {
        top: calc(50% - 430px);
        left: calc(50% - 409px);
        transform: scale(0.75);
    }
    body header a.nav-link {
        width: 160px;
    }
    body section .company-member div {
        top: 165px;
        z-index: 1;
    }
    body section h2.is-show span.rounded-circle {
        transform: scale(0.6);
    }
    body footer .footer-info {
        height: 166px;
    }
    body .page-top-btn {
        right: 8px;
        width: 80px;
        height: 80px;
        bottom: -40px;
        font-size: 10px;
        line-height: 12px;
        z-index: 10;
    }
    body .page-top-btn img {
        width: 60%;
    }
    body section .left-0 {
        z-index: 0!important;
    }
    body section .right-0 {
        z-index: 0!important;
    }
    body section .left-0.back0,
    body section .right-0.back3,
    body section .left-0.back,
    body section .left-0.back2,
    body section .left-0.back3,
    body section .right-0.back0,
    body section .right-0.back,
    body section .right-0.back2 {
        z-index: -1!important;
    }
}

@media screen and (max-width:768px) {
    .logo {
        top: calc(37% - 43px);
        max-width: 250px;
        left: calc(50% - 125px);
    }
    .main-visual {
        margin-top: 0px;
    }
    img#active1 {
        left: calc(50% - 365px);
        top: calc(50% - 380px);
        transform: scale(0.55);
    }
    img#active1.active {
        top: calc(50% - 392px);
        left: calc(50% - 376px);
        transform: scale(0.6);
    }
    body p,
    body section table tr td {
        font-size: 14px;
    }
    body header a.nav-link {
        line-height: 1.3;
        font-size: 15px;
        height: 68px;
        width: 140px;
    }
    body section .works.is-show img:nth-of-type(1) {
        top: 60px;
    }
    body section .works.is-show img:nth-of-type(2) {
        top: 40px;
    }
    body section .works.is-show img:nth-of-type(3) {
        top: 20px;
    }
    body section .works.is-show img:nth-of-type(4) {
        top: 0px;
    }
    body section .works p {
        padding-top: 100px;
    }
    body section .left-0 {
        width: 120px;
    }
    body section .right-0 {
        width: 120px;
    }
    body section .furuit-box:nth-of-type(1) {
        border-right: none;
    }
    body section .company-member div {
        top: 133px;
        max-width: 515px;
    }
    body section .company-member div p {
        font-size: 13px;
    }
    body section .w-50 {
        width: 100%!important;
    }
    body footer .footer-info .description {
        font-size: 14px!important;
        padding: 6px 34px;
    }
    body footer .contact {
        font-size: 10px;
    }
    body footer .contact span {
        font-size: 16px;
    }
    body footer .copy {
        font-size: 10px;
    }
    body footer .footer-info {
        height: 124px;
    }
    .footer-info .left-side img {
        width: 166px;
        left: 0;
        top: -26px;
    }
    .footer-info .right-side img {
        right: 0;
        width: 166px;
        top: -60px;
    }
}

@media screen and (max-width:575px) {
    .logo {
        max-width: 200px;
        left: calc(50% - 100px);
        top: calc(36% + -40px);
    }
    img#active1 {
        transform: scale(0.45);
        left: calc(50% - 340px);
        top: calc(50% - 348px);
    }
    img#active1.active {
        top: calc(50% - 366px);
        left: calc(50% - 352px);
        transform: scale(0.5);
    }
    body header a.nav-link {
        line-height: 1.2;
        font-size: 12px;
        height: 48px;
        width: 88px;
    }
    body section .fruit-layer-bg {
        padding: 0px 15px 20px;
    }
    body section .furuit-box {
        margin-top: 30px;
    }
    body section .left-0 {
        opacity: 0.5;
        width: 120px;
    }
    body section .right-0 {
        opacity: 0.5;
        width: 110px;
    }
    body section .right-0.front3,
    body section .left-0.front3 {
        top: 2000px;
    }
    .mt-100 {
        margin-top: 50px;
    }
    .footer-info .right-side img {
        right: 0;
        width: 147px;
        top: -60px;
    }
    .footer-info .left-side img {
        width: 125px;
        left: 0;
        top: 41px;
    }
    body section .company-member div {
        position: relative;
        top: 0px;
    }
    body .page-top-btn {
        width: 60px;
        height: 60px;
        bottom: -30px;
    }
    body footer .footer-info {
        height: 186px;
    }
    body footer .contact span:nth-of-type(1) {
        margin: 0;
    }
    body footer .container {
        height: 70px;
    }
}

@media screen and (max-width:480px) {
    .logo {}
    img#active1 {
        transform: scale(0.3);
        left: calc(50% - 307px);
        top: calc(50% - 316px);
    }
    img#active1.active {
        top: calc(50% - 325px);
        left: calc(50% - 318px);
        transform: scale(0.35);
    }
}