.body {
    background-color: #dcdcdc;
}

.main-container {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    margin: 1rem auto;
    padding: 0px;
    position: relative;
    z-index: 1;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.pop-up {
    width: 50%;
    position: absolute;
    right: 25%;
    left: 25%;
    top: 10rem;
    z-index: 2;
}

.header {
    display: flex;
    flex-direction: row;
    padding: 2rem 0px;
    background-color: #B7CE04;
    color: #fff;
}

.header-mobile {
    display: none;
}

.logos {
    display: flex;
    flex-direction: column !important;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    gap: 1rem;
}

.logo1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 80px;
}

.logo2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 80px;
}

.logo11 {
    width: 80px;
    height: 80px;
    margin-left: 1.5rem;
}

.logo22 {
    width: 240px;
    height: 60px;
}

.heading {
    display: flex;
    font-family: "Ultra", serif;
    letter-spacing: 0.5px;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}


.form-body {
    padding: 2rem 2rem;
    position: relative;
}

.form {
    border: 1px solid #cecece;
    margin: 0px 2rem;
    padding: 2rem;
}

.bg-image {
    width: 100%;
    height: 100%;
    opacity: 0.1;
    z-index: -1;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
}

.bg-image-mobile {
    display: none;
}

.sub-para {
    font-weight: 600;
    font-family: "Noto Sans JP", sans-serif;
}

.sub-heading {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
}

.punch-line-box {
    position: relative;
    height: 10rem;
}

.ribbon {
    position: absolute;
    width: 20rem;
    height: 11rem;
    margin: auto;
    left: 35%;
    right: 35%;
}

.ribbon-image-box {
    background-image: url('../images/ribbon.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 130%;
}

.punch-line {
    position: absolute;
    font-family: 'brush', sans-serif;
    font-size: 1.6rem;
    top: 3.8rem;
    left: 45%;
    right: 45%;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.punch-line-2 {
    position: absolute;
    font-family: 'brush', sans-serif;
    font-size: 1.6rem;
    top: 3.8rem;
    left: 45%;
    right: 45%;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.main-form {
    margin-top: 1.5rem;
}

input {
    background-color: transparent;
}

label {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
}

.btn {
    font-family: "Noto Sans JP", sans-serif;
}

.btn-sample {
    background-color: #B7CE04;
}

.btn-sample:hover {
    background-color: #cae403;
}

.selfie-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sample-img {
    width: 40%;
    height: 40%;
}
