@charset "utf-8";
/* CSS Document */
body {
    background-color: #f4ebd9;
    padding-top: 0;
}
.start-intro {
    position: relative;
    width: 100%;
    margin-top: 70px;
    overflow: hidden;
    padding: 50px 0 80px 0;
    z-index: 1;
}
.start-intro .container-fluid {
    padding: 0;
}
@media(min-width:769px) {
    .start-intro .container-fluid {
        padding: 4em 0 6em 2em;
    }
    .start-intro .line {
        position: absolute;
        width: 150%;
        height: 120%;
        top: 0;
        left: -50px;
        border-top: 4px solid #71B045;
        border-left: 4px solid #71B045;
        border-top-left-radius: 50px;
    }
    .start-intro .line::before {
        position: absolute;
        width: 150%;
        height: 100%;
        top: 10px;
        left: 10px;
        content: "";
        border-top: 4px solid #71B045;
        border-left: 4px solid #71B045;
        border-top-left-radius: 40px;
    }
    .start-intro .line::after {
        position: absolute;
        width: 150%;
        height: 100%;
        top: -20px;
        left: -20px;
        content: "";
        border-top: 4px solid #71B045;
        border-left: 4px solid #71B045;
        border-top-left-radius: 60px;
    }
}
@media(min-width:992px) {
    .start-intro {
        margin-top: 130px;
    }
    .start-intro .container-fluid {
        padding: 5em 0 7em 3em;
    }
}
@media(min-width:1680px) {
    .start-intro {
        margin-top: 150px;
    }
}
.start-intro .block-title1 {
    color: black;
    font-size: 1.83em;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1em;
    letter-spacing: 0.1em;
}
.start-intro .block-title1::before {
    margin-right: 20px;
    width: 70px;
    height: 70px;
    content: "";
    background-image: url("../images/icon-pizza.svg");
    background-size: auto 100%;
    background-repeat: no-repeat;
    backgroud-position: Center;
}
.apn-intro {
    position: relative;
    margin: 0 0 5em 0;
    z-index: 2;
}
.apn-intro .wrapper {
    margin-left: 30px;
    margin-right: 30px;
}
.apn-intro .wrapper .nav .nav-item {
    width: 100% !important;
    margin-bottom: 1em;
}
.apn-intro .wrapper .nav .nav-item .nav-link {
    font-size: 1.22em;
    background-color: #ffa42f;
    border-left: 3px solid #ee9333;
    border-top: 3px solid #ee9333;
    border-right: 3px solid #ee9333;
    color: white;
    padding: 0.75em 2.5em;
    text-align: Center;
    border-radius: 45px;
    width: 100%;
}
.apn-intro .wrapper .nav .nav-item .nav-link.active {
    font-size: 1.22em;
    background-color: #68a534;
    border-left: 3px solid #68a534;
    border-top: 3px solid #68a534;
    border-right: 3px solid #68a534;
    color: white;
    padding: 0.75em 2.5em;
    text-align: Center;
    border-radius: 45px;
    width: 100%;
    position: relative;
}
.apn-intro .wrapper .tab-content {
    background-color:white;
    border: 2px solid #71B045;
    border-radius: 20px;
    padding: 1.5em;
}
.apn-intro .wrapper .tab-content .logo-pizza {
    max-width: 250px;
}
.apn-intro .wrapper .tab-content .name {
    font-size: 1.83em;
    letter-spacing: 0.1em;
}
.apn-intro .wrapper .tab-content .name-en {
    font-size: 1.2em;
}
.apn-intro .wrapper .tab-content .video-name{
	color:#71B045;
	font-size:0.88em;
}
.logo-box {
    text-align: left;
}
.apn-intro .wrapper .tab-content .store-name{
	font-size:1em;
	font-weight:bold;	
	color:black;
}
.apn-intro .wrapper .tab-content .store-name a{
	color:black;
}
.apn-intro .wrapper .tab-content .store-name a:hover{
	color:#71b045;
}
@media(min-width:769px) {
    .apn-intro {
        position: relative;
        margin: -100px 0 5em 0;
        z-index: 2;
    }
    .apn-intro .wrapper .nav .nav-item {
        width: auto !important;
        margin-bottom: 0;
    }
    .apn-intro .wrapper .nav .nav-item .nav-link {
        font-size: 1.22em;
        background-color: #ffa42f;
        border-left: 3px solid #ee9333;
        border-top: 3px solid #ee9333;
        border-right: 3px solid #ee9333;
        color: white;
        padding: 0.75em 2.5em;
        text-align: Center;
        border-top-left-radius: 45px;
        border-top-right-radius: 45px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        min-width: 300px;
    }
    .apn-intro .wrapper .nav .nav-item .nav-link.active {
        font-size: 1.22em;
        background-color: #68a534;
        border-left: 3px solid #68a534;
        border-top: 3px solid #68a534;
        border-right: 3px solid #68a534;
        color: white;
        padding: 1.2em 2.5em;
        text-align: Center;
        border-top-left-radius: 45px;
        border-top-right-radius: 45px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        min-width: 300px;
        position: relative;
    }
    .apn-intro .wrapper .nav .nav-item .nav-link.active::after {
        position: absolute;
        left: 50%;
        bottom: 0.5em;
        width: calc(100% - 5em);
        height: 1px;
        content: "";
        background-color: white;
        transform: translateX(-50%);
    }
}
@media(min-width:992px) {
    .logo-box {
        text-align: center;
    }
    .apn-intro .wrapper .tab-content {
        border-radius: 40px;
        padding: 3.5em;
    }
}
.btn-go {
    font-size: 1.1em;
    border: 1px solid #71b045;
    border-radius: 45px;
    color: #71b045;
    background-color: White;
    padding: 0.35em 1.5em;
}
.btn-go2 {
    font-size: 1em;
    border: 0;
    border-radius: 45px;
    color: white;
    background-color: #71b045;
    padding: 0.35em 2.5em;
}
.border-dashed {
    width: 100%;
    height: 1px;
    content: "";
    display: block;
    margin: 2em 0;
    border-bottom: 1px dashed #71b045;
}