/*
 * title background
 */
/* #page-title { */
/*     color: hsl(33.71 90% 60%); */
/*     padding: 3rem 0; */
/* } */
.stripe-back {
    background-size: auto auto;
    background-color: var(--primary-background-color);
    background-image: repeating-linear-gradient(99deg, transparent, transparent 70px, var(--background-color) 70px, var(--background-color) 81px );
}
.stripe-back.middle {
    background-size: auto auto;
    background-color: var(--primary-background-color);
    background-image: repeating-linear-gradient(99deg, transparent, transparent 70px, var(--secondary-background-color) 70px, var(--secondary-background-color) 81px );
}
#catchphrase {
    font-weight: 700;
    font-size: min(max(6vw, 3rem), 4.5rem);
    line-height: min(max(9vw, 4rem), 8rem);
    color: var(--logo-color);
    padding: 1.5rem 1rem;
    margin-top: 3rem;
    margin-bottom: 8rem;
}
#catchphrase.ja {
    line-height: min(max(9vw, 4.5rem), 8rem);
}
#banban-board {
    font-size: min(max(6vw, 4rem), 6rem);
    line-height: min(max(7vw, 4rem), 6rem);
    color: var(--accent-color);
    padding: 0 1rem;
    margin-bottom: 2rem;
}
#title-happy {
    max-width: 180px;
    margin-top: 2rem;
}
#banban-board b {
    font-weight: 600 !important;
}
#banban-board #japanese {
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin-top: 2rem;
}
/* #page-title #sub-title { */
/*     font-size: 1.2rem; */
/*     color: white !important; */
/*     background-color: var(--primary-dim-color); */
/*     width: fit-content; */
/*     display: inline-block; */
/*     padding: 0.5rem 1rem; */
/*     margin-bottom: 2rem; */
/*     border-radius: 50px; */
/* } */
#page-problem {
    font-size: 1.2rem;
    line-height: 3rem;
    /* background-color: var(--primary-dim2-color); */
    /* color: white; */
    /* padding: 1rem 3rem; */
    /* border-radius: 12px; */
}
#banban-description {
    font-size: 1.1rem;
    line-height: 2.5rem;
    width: 100%;
    margin: 1rem 2rem;
}

.happy-guide {
    display: block;
    width: 6rem;
    margin-right: 2rem;
}
#page-summary #desc {
    margin: 0 auto;
    width: 80%;
}
#page-intro h1 {
    color: var(--cosme-pink) !important;
    font-family: 'Cherry Swash';
}
#page-intro .zoom-div {
    margin-top: -2rem;
}
@media (min-width: 600px) {
    #page-title .banban {
        font-weight: 600;
    }
}
@media (max-width: 599px) {
    #title-happy {
        margin-bottom: 2rem;
    }
    #page-title {
        padding-top: 0.5rem;
        padding-bottom: 0.2rem;
    }
    /* #page-title #sub-title { */
    /*     font-size: 0.9rem; */
    /*     padding: 0.5rem 1rem; */
    /*     margin-bottom: 0.2rem; */
    /* } */
    #catchphrase {
        /* font-size: 3rem; */
        padding: 0.5rem 1rem;
        margin-bottom: 4rem;
    }
    #page-title .index-title {
        line-height: 4rem;
    }
    .happy-guide {
        width: 5rem;
        margin-right: 1rem;
    }
    section#page-intro  {
        padding-top: 0 !important;
    }
    #page-problem {
        font-size: 1rem;
        margin-top: 0;
        margin-bottom: 0;
        line-height: 2.6rem;
        padding: 1rem 1rem;
    }
    #page-intro h3 {
        margin: 2rem 0 0 0;
    }
    #page-summary #desc {
        width: 100%;
    }
}
.intro-container {
    display: flex;
    flex-direction: column;
    align-items: center; /* column center */
    /* max-width: 100%; */
    margin-bottom: 4rem;
}
.intro-container h4 {
    font-weight: 700;
}

.intro-container .column {
    width: 100%;
    padding: 0 2rem;
}
.intro-container .column.image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 94%;
}

@media (min-width: 600px) {
    .intro-container {
        margin-top: 1rem;
        flex-direction: row;
        margin-bottom: 6rem;
    }

    .intro-container .column.image {
        width: 60%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .intro-container .column.text {
        width: 40%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: left;
        font-weight: 300;
    }
}
.feature-list .grid-wrap-container>div>div { /* text field */
    /* font-weight: 200; */
}
.feature-list .grid-wrap-container h4 { /* text field */
    font-weight: 600;
}

 /* https://css-tip.com/image-heart-shape/ */
.heart-mask {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  --_m: radial-gradient(#000 69%,#0000 70%) 84.5%/50%;
  -webkit-mask-box-image: var(--_m);
             mask-border: var(--_m);
  clip-path: polygon(-41% 0,50% 91%, 141% 0);
}

/* DOES NOT WORK! fallback circle for Firefox */
@supports not (-webkit-mask-box-image: var(--_m)) {
    .heart-mask {
        aspect-ratio: 1;
        border-radius: 50% !important;
        object-fit: cover;
        overflow: hidden;
        width: 83%;
    }
}
.circle-mask {
    aspect-ratio: 1;
    border-radius: 50% !important;
    object-fit: cover;
    overflow: hidden;
    width: 100%;
}
.box-mask {
    aspect-ratio: 1;
    border-radius: 50px !important;
    object-fit: cover;
    overflow: hidden;
    width: 100%;
}
.rect-mask {
    /* aspect-ratio: 0.6; */
    border-radius: 50px !important;
    object-fit: cover;
    overflow: hidden;
    width: 100%;
}
.rect12-mask {
    aspect-ratio: 1.2;
    border-radius: 50px !important;
    object-fit: cover;
    overflow: hidden;
    width: 100%;
}
