@charset "utf-8";
/* =================================================================================
about
================================================================================= */
.mB_100sp60{margin-bottom: 100px;}
.mB_200sp100{margin-bottom: 200px;}

@media only screen and (max-width:640px){
    .mB_100sp60{margin-bottom: 60px;}
    .mB_200sp100{margin-bottom: 100px;}
}


.renewCmnTtl_1{
    line-height: 1.5;
    margin-bottom: 100px;
    font-size: 48px;
    text-align: center;
}

.renewCmnTtl_1 .en{font-family: 'Josefin Sans', sans-serif;}

.renewCmnTtl_1 .fCOr{color: #ffab49;}

.renewCmnTtl_1 .sub{
    display: block;
    font-size: 28px;
}

@media only screen and (max-width:640px){
    .renewCmnTtl_1{
        margin-bottom: 40px;
        font-size: 38px;
    }

    .renewCmnTtl_1 .sub{font-size: 22px;}
}


.renewCmnBtn_1{
    display: inline-block;
    min-width: 240px;
    padding: 2px 20px;
    border: 1px solid #ffab49;
    box-sizing: border-box;
    text-align: center;
    color: #ffab49;
}

.renewCmnBtn_1:hover{
    background-color: #ffab49;
    color: #fff;
}

.renewCmnBtn_2{
    display: inline-block;
    position: relative;
    min-width: 330px;
    padding: 30px 55px 30px 35px;
    border-radius: 50px;
    box-sizing: border-box;
    background-color: #ffab49;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

.renewCmnBtn_2::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 12px);
    right: 20px;
    width: 24px;
    height: 24px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAkJJREFUWEfN2E2IT1EYx/Hvb0EpCwuxt0cZpUlMychCtrKhkFJKSVZmw4ZQVjZeyo61lYyFKWVjVpOFhYVm4WXBwkKinx7uaGb633vu/d9zbnO2995zPj3Pc17uERmb7ZPAVmBe0myOrpWjE9ubgBfArmX9PZR0um//uYCPgWMjME8lHe2D7A20vR74DqyrgfRC9gYGyvZXINJc18ZG5gJeBG4nUjkWMguwiuID4FQCOStpuktNZgOWQmYFVsi7wLlckcwO7IB8JulwKt1FgB2Qc5KmmpDFgB2QjROnKLADsjaSxYEV8g5wIVFvryVNrn5nEGCFvAlcSiBfAQck/Vx6bzBghYwd53rDvh2vxVFtYgXQ9nngELAB+J2a+mM+j6jEnn08AVyBlO1HwIkxBy35WaT7SABdcpSefc+sdeCTtQ68FcCXwP6eqSjx+Qdg799lxnYspPuAjcCvEqMBP4Avsc61mMWfgN2SFodeB+O39F4CGLgdkj5HoAYD2j5T4ZoS9C+t0uKgO4ntNv8s74HJpcgNBrR9GbiRqOuI3E5J3wY9LLTEvQP2jMIVrcEOaZ2owxUD5ohcsRpsGbnGtC6vw6zLjO0rwLXEhHhb1Vzc5yRbNqDtq8BMYsQFIGru/4k5JcwCtB1Xb3EF19QCF+tcq8hlrUHbH6ub1Tpg58hlA7a4H5wHprpGLhuwOg09Bw6OCN+CpO2pOmt6nqsGtwFvVl1izgHTXSbEKGgWYBXFLcBZYDMQkbvfJ3JZU5wDUtfHHwle1/W/2St7AAAAAElFTkSuQmCC) no-repeat top left / 100% auto;
}

.renewCmnBtn_2:hover{background-color: #ffc62e;}

@media only screen and (max-width:640px){
    .renewCmnBtn_1{min-width: 200px;}

    .renewCmnBtn_2{
        min-width: 320px;
        padding: 20px 45px 20px 30px;
        font-size: 18px;
    }

    .renewCmnBtn_2::after{
        content: "";
        top: calc(50% - 10px);
        right: 15px;
        width: 20px;
        height: 20px;
    }
}


.renewCntCmn .btnArea{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.renewCntCmn .btnArea a{margin-left: 90px;}

.renewCntCmn .btnArea a:first-child{margin-left: 0;}

@media only screen and (max-width:640px){
    .renewCntCmn .btnArea{margin-top: 20px;}

    .renewCntCmn .btnArea a{margin: 20px 0 0;}
}


.slick-slide img{width: 100%;}


#subContainer .renewCntCmn .wrapper{padding: 0 10px;}


@media only screen and (max-width:640px){
    body{
        position: relative;
        min-width: 360px;
        overflow: hidden;
    }

    #subContainer .renewCntCmn .wrapper{padding: 0 15px;}
}


.renewCntCmn{
    line-height: 1.8;
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f2f2f2 calc(100% - 1px)),
        linear-gradient(90deg, transparent calc(100% - 1px), #f2f2f2 calc(100% - 1px));
    background-size: 300px 600px;
    background-repeat: repeat;
    background-position: center center;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif;
    font-weight:400;
    color: #4a341b;
}

@media only screen and (max-width:640px){
    .renewCntCmn{
        line-height: 1.5;
        background-size: 200px 400px;
        font-size: 14px;
    }
}


.renewMvArea{margin-bottom: 30px;}

/*.renewMvArea .movieArea{
    position: relative;
    height: 570px;
    overflow: hidden;
}*/

.renewMvArea .movieArea video{
/*    display: block;*/
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.renewMvArea .movieArea video.sp{display: none;}

@media only screen and (max-width:640px){
    .renewMvArea{margin-bottom: 20px;}
/*    .renewMvArea .movieArea{height: 380px;}*/
    .renewMvArea .movieArea video.pc{display: none;}
    .renewMvArea .movieArea video.sp{display: block;}
}


.renewCntCmn #breadCrumbLst.rcrumbs{margin-bottom: 60px;}

@media (min-width: 641px) and (max-width: 1570px){
    #subContainer #breadCrumbLst.rcrumbs{
        width: 100%;
        margin: 0 0 100px 0;
    }
}


.renewMessageArea .innerWrap{
    position: relative;
    padding: 200px 310px 340px;
    box-sizing: border-box;
}

.renewMessageArea .messageTxtArea{
    line-height: 2.4;
    font-size: 20px;
}

.renewMessageArea .messageTxtArea .message{
    margin-bottom: 80px;
    font-size: 24px;
    font-weight: 700;
}

.renewMessageArea .imgArea > div{position: absolute;}

.renewMessageArea .imgArea > div::after{
    content: "";
    display: block;
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 100%;
    height: 100%;
    background-color: #ffe1bc;
    z-index: 0;
}

.renewMessageArea .imgArea > div:first-child{
    top: 0;
    left: 30px;
    width: 330px;
}

.renewMessageArea .imgArea > div:nth-child(2){
    top: -20px;
    right: 20px;
    width: 240px;
}

.renewMessageArea .imgArea > div:nth-child(3){
    top: 320px;
    left: -200px;
    width: 404px;
}

.renewMessageArea .imgArea > div:nth-child(4){
    top: 740px;
    left: -30px;
    width: 300px;
}

.renewMessageArea .imgArea > div:nth-child(5){
    top: 900px;
    left: 360px;
    width: 320px;
}

.renewMessageArea .imgArea > div:nth-child(6){
    top: 700px;
    right: -55px;
    width: 342px;
}

.renewMessageArea .imgArea > div img{
    position: relative;
    z-index: 1;
}

@media only screen and (max-width:640px){
    .renewMessageArea .innerWrap{
        max-width: 420px;
        margin: 0 auto;
        padding: 80px 0 290px;
    }

    .renewMessageArea .messageTxtArea{
        line-height: 2;
        font-size: 16px;
    }

    .renewMessageArea .messageTxtArea .message{
        margin-bottom: 30px;
        font-size: 18px;
        text-align: center;
    }

    .renewMessageArea .imgArea > div::after{
        bottom: -10px;
        right: -10px;
    }

    .renewMessageArea .imgArea > div:first-child{
        top: -40px;
        left: 0px;
        width: 147px;
    }

    .renewMessageArea .imgArea > div:nth-child(2){
        top: 10px;
        right: -40px;
        width: 100px;
    }

    .renewMessageArea .imgArea > div:nth-child(3){
        top: auto;
        bottom: 150px;
        left: -40px;
        width: 181px;
    }

    .renewMessageArea .imgArea > div:nth-child(4){
        top: auto;
        bottom: 30px;
        left: 10px;
        width: 118px;
    }

    .renewMessageArea .imgArea > div:nth-child(5){
        top: auto;
        bottom: 0px;
        left: 170px;
        width: 142px;
    }

    .renewMessageArea .imgArea > div:nth-child(6){
        top: auto;
        bottom: 135px;
        right: -20px;
        width: 162px;
    }
}


.renewPointArea .cntArea{margin-bottom: 160px;}
.renewPointArea .cntArea:nth-child(2){margin-bottom: 180px;}

.renewPointArea .cntArea:last-child{margin-bottom: 0;}

.renewPointArea .cntArea .renewCntWrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.renewPointArea .cntArea .cnt{
    width: 450px;
    padding-top: 20px;
}

.renewPointArea .cntArea .cnt .ttlArea{position: relative;}

.renewPointArea .cntArea .cnt .ttlArea::after{
    content: "";
    display: block;
    position: absolute;
    top: -25px;
    right: -60px;
    width: 248px;
    background: no-repeat top left / 100% auto;
    transform: rotate(7deg);
}

.renewPointArea .cntArea:nth-child(1) .cnt .ttlArea::after{
    height: 84px;
    background-image: url("../../images/about/img_speech-bubble_1.png");
}

.renewPointArea .cntArea:nth-child(2) .cnt .ttlArea::after{
    height: 85px;
    background-image: url("../../images/about/img_speech-bubble_2.png");
}

.renewPointArea .cntArea:nth-child(3) .cnt .ttlArea::after{
    height: 74px;
    background-image: url("../../images/about/img_speech-bubble_3.png");
}

.renewPointArea .cntArea:nth-child(4) .cnt .ttlArea::after{
    height: 83px;
    background-image: url("../../images/about/img_speech-bubble_4.png");
}

.renewPointArea .cntArea:nth-child(5) .cnt .ttlArea::after{
    height: 85px;
    background-image: url("../../images/about/img_speech-bubble_5.png");
}

.renewPointArea .cntArea:nth-child(6) .cnt .ttlArea::after{
    height: 90px;
    background-image: url("../../images/about/img_speech-bubble_6.png");
}

.renewPointArea .cntArea .cnt .number{
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
    color: #ffab49;
}

.renewPointArea .cntArea .cnt .ttl{
    margin-bottom: 50px;
    font-size: 28px;
}

.renewPointArea .cntArea .imgArea{
    position: relative;
    width: 600px;
}

.renewPointArea .cntArea .imgArea::after{
    content: "";
    display: block;
    position: absolute;
    bottom: -40px;
    right: -40px;
    width: 300px;
    height: 300px;
    background-color: #ffe1bc;
    z-index: 0;
}

.renewPointArea .cntArea .imgArea img{
    position: relative;
    z-index: 1;
    min-width: 600px;
}

.renewPointArea .cntArea .imgArea .singleSlider{width: 600px;}

.renewPointArea .cntArea .imgArea .singleSlider .slider{z-index: 1;}

.renewPointArea .cntArea .imgArea .sliderArea .slick-initialized .slick-slide{height: auto;}

.renewPointArea .cntArea.reverse .renewCntWrap{flex-direction: row-reverse;}

.renewPointArea .cntArea.reverse .imgArea::after{
    right: auto;
    left: -40px;
}

.renewCntCmn .dot-class{
    margin-top: 25px;
    text-align: center;
}

.renewCntCmn .dot-class li{
    display: inline-block;
    margin: 0 8px;
    padding: 5px 0;
}

.renewCntCmn .dot-class button{
    width: 20px;
    height: 20px;
    padding: 0;
    border: 2px solid #ffab49;
    border-radius: 20px;
    background-color: #fff;
    box-sizing: border-box;
    font-size: 0;
    vertical-align: top;
}

.renewCntCmn .dot-class li.slick-active button{background-color: #ffab49;}

.renewCntCmn .imgArea .dot-class{
    position: absolute;
    width: 100%;
    text-align: right;
}

.renewPointArea .cntArea .sideSlider{width: 100%;}

.renewPointArea .cntArea .sideSlider .slide{padding: 0 20px;}

.renewPointArea .cntArea .squareSlider .slide{
    position: relative;
    padding: 0 10px;
}

.renewPointArea .cntArea .squareSlider .slide .storeName{
    display: block;
    position: absolute;
    right: 10px;
    bottom: 0;
    width: 204px;
    min-height: 30px;
    line-height: 1.2;
    padding: 8px 14px 5px 6px;
    box-sizing: border-box;
    background-color: rgba(255,171,73,.7);
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    transition: .8s;
    z-index: 10;
}

.renewPointArea .cntArea .squareSlider .slide .storeName::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 3px);
    right: 5px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

.renewPointArea .cntArea .squareSlider .slide .storeName:hover{
    background-color: rgba(255,171,73,1);
}

@media only screen and (max-width:640px){
    .renewPointArea .cntArea{margin-bottom: 80px;}

    .renewPointArea .cntArea:nth-child(2){margin-bottom: 100px;}

    .renewPointArea .cntArea .cnt{
        width: 100%;
        padding-top: 40px;
    }

    .renewPointArea .cntArea .cnt > p{line-height: 1.8;}

    .renewPointArea .cntArea .cnt .ttlArea::after{
        top: -30px;
        right: 30px;
        width: 190px;
    }

    .renewPointArea .cntArea:nth-child(1) .cnt .ttlArea::after{height: 65px;}
    .renewPointArea .cntArea:nth-child(2) .cnt .ttlArea::after{height: 65px;}
    .renewPointArea .cntArea:nth-child(3) .cnt .ttlArea::after{height: 57px;}
    .renewPointArea .cntArea:nth-child(4) .cnt .ttlArea::after{height: 64px;}
    .renewPointArea .cntArea:nth-child(5) .cnt .ttlArea::after{height: 65px;}
    .renewPointArea .cntArea:nth-child(6) .cnt .ttlArea::after{height: 69px;}

    .renewPointArea .cntArea .cnt .number{
        margin-bottom: 10px;
        font-size: 24px;
    }

    .renewPointArea .cntArea .cnt .ttl{
        margin-bottom: 30px;
        font-size: 24px;
    }

    .renewPointArea .cntArea .imgArea{
        width: 100%;
        margin-top: 20px;
    }

    .renewPointArea .cntArea .imgArea::after{
        bottom: -20px;
        right: -20px;
        width: 200px;
        height: 200px;
    }

    .renewPointArea .cntArea .imgArea img{min-width: 100%;}

    .renewPointArea .cntArea .imgArea .singleSlider{width: 100%;}

    .renewPointArea .cntArea.reverse{margin-left: auto;}

    .renewPointArea .cntArea.reverse .imgArea::after{left: -20px;}

    .renewPointArea .dot-class{margin-top: 15px;}

    .renewPointArea .dot-class button{
        width: 15px;
        height: 15px;
    }

    .renewPointArea .cntArea .sideSlider .slide{padding: 0 10px;}

    .renewPointArea .cntArea .squareSlider .slide{padding: 0 5px;}

    .renewPointArea .cntArea .squareSlider .slide .storeName{
        right: 5px;
        width: calc(100% - 10px);
        min-height: 35px;
        padding: 10px 10px 2px 6px;
        font-size: 12px;
    }

    .renewPointArea .cntArea .squareSlider .slide .storeName::after{
        top: calc(50% - 2px);
        right: 4px;
        width: 4px;
        height: 4px;
    }

    .renewPointArea .cntArea .squareSlider .slide .storeName.long{padding-top: 3px;}
}


.renewGalleryArea{
    padding: 100px 0;
    background: url("../../images/about/bg_stripe.jpg") left top / 54px auto;
}

.renewGalleryArea .slider .slideCnt figure{padding: 2.5%;}

@media only screen and (max-width:640px){
    .renewGalleryArea{padding: 60px 0;}
}


.renewFlowArea{
    padding: 100px 0;
    background: url("../../images/about/img_bg_flow.jpg") top center / cover;
}

.renewFlowArea .movieArea{
    position: relative;
    width: 710px;
    height: 366px;
    margin: 0 auto 120px;
}

.renewFlowArea .movieArea::after{
    content: "";
    display: block;
    position: absolute;
    bottom: -40px;
    left: -40px;
    width: 360px;
    height: 240px;
    background-color: #ffe1bc;
    z-index: 0;
}

.renewFlowArea .movieArea .movieImgWrap{
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../../images/about/img_flow_movie.jpg) no-repeat center / cover;
    z-index: 1;
}

.renewFlowArea .movieArea .movieImgWrap > a{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.renewFlowArea .flowWrap{
    display: flex;
    flex-wrap: wrap;
    margin-top: -35px;
}

.renewFlowArea .flowWrap .flowCnt{
    width: 360px;
    margin: 35px 35px 0 0;
}

.renewFlowArea .flowWrap .flowCnt:nth-child(3n),
.renewFlowArea .flowWrap .flowCnt:last-child{
    margin-right: 0;
}

.renewFlowArea .flowWrap .flowCnt .imgArea{
    width: 360px;
    height: 240px;
    background: no-repeat center center / cover #fff;
}

.renewFlowArea .flowWrap .flowCnt .txtArea{
    position: relative;
    min-height: 280px;
    padding: 50px 20px;
    box-sizing: border-box;
    background-color: #fff;
    text-align: justify;
}

.renewFlowArea .flowWrap .flowCnt .ttl{
    margin-bottom: 20px;
    font-size:  24px;
    text-align: center;
}

.renewFlowArea .flowWrap .flowCnt .stepTxt{
    content: "";
    position: absolute;
    top: -30px;
    left: calc(50% - 30px);
    width: 60px;
    height: 60px;
    line-height: 1;
    padding-top: 6px;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #ffab49;
    font-family: '小塚明朝 Pro','Kozuka Serif Pro',sans-serif;
    font-size: 22px;
    text-align: center;
    color: #fff;
}

.renewFlowArea .flowWrap .flowCnt .stepTxt > span{
    display: inline-block;
    position: relative;
    margin-bottom: 2px;
    padding-bottom: 3px;
    letter-spacing: 1px;
    font-size: 14px;
}

.renewFlowArea .flowWrap .flowCnt .stepTxt > span::after{
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 18px);
    bottom: 0;
    width: 36px;
    height: 1px;
    background-color: #fff;
}

@media only screen and (max-width:640px){
    .renewFlowArea{padding: 60px 0;}

    .renewFlowArea .movieArea{
        width: 360px;
        height: 185px;
        margin: 0 auto 100px;
    }

    .renewFlowArea .movieArea::after{
        bottom: -20px;
        left: -20px;
        width: 160px;
        height: 110px;
    }

    .renewFlowArea .flowWrap{margin-top: 0;}

    .renewFlowArea .flowWrap .flowCnt{
        width: 100%;
        margin: 0 0 40px 0;
    }

    .renewFlowArea .flowWrap .flowCnt:last-child{margin-bottom: 0;}

    .renewFlowArea .flowWrap .flowCnt .imgArea{
        width: 100%;
        height: 200px;
    }

    .renewFlowArea .flowWrap .flowCnt:nth-child(6) .imgArea{background-size: auto 100%;}

    .renewFlowArea .flowWrap .flowCnt .txtArea{
        min-height: 160px;
        padding: 45px 15px 20px;
    }

    .renewFlowArea .flowWrap .flowCnt .ttl{
        margin-bottom: 10px;
        font-size: 20px;
    }
}


/* fadein
------------------------------------------------------- */
.sa{
    opacity: 0;
    transition: all .8s ease-out;
}

.sa.show{
    opacity: 1;
    transform: none;
}

.sa--lr{transform: translate(-50px, 0);}
.sa--rl{transform: translate(50px, 0);}
.sa--up{transform: translate(0, 50px);}
.sa--down{transform: translate(0, -50px);}
.sa--scaleUp{transform: scale(.5);}
.sa--scaleDown{transform: scale(1.1);}
.sa--rotateL{transform: rotate(180deg);}
.sa--rotateR{transform: rotate(-180deg);}
