#boseqce {
    margin: 0;/*
    font-family: 'NotoSansJp-Regular', serif;*/
    font-size: 14px;
    line-height: 170%;
    color: #000000;
}

@media screen and (min-width: 769px) {
    body {
        font-size: 16px;
    }
}

#boseqce a {
    text-decoration: none !important;
}

#boseqce .catchphrase {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 20px 0!important;
    font-family: 'NotoSansJp-Bold', serif;
}

@media screen and (min-width: 769px) {
   #boseqce .catchphrase {
        font-size: 32px;
        line-height: 56px;
    text-align:center!important;
    }
}

@media screen and (min-width: 1024px) {
    #boseqce .catchphrase {
        font-size: 48px;
        line-height: 56px;
    text-align:center!important;
    }
}

.buy-button {
    background: #000;
    color: #fff;
    width: 150px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    margin-top: 1rem;
    transition-duration: 500ms;
}

.buy-button:hover {
    color: #fff;
    opacity: 0.7;
}

.product {
    max-width: 900px;
    margin: 4rem auto 0;
    display: flex;
    flex-direction: column-reverse;
}

@media screen and (min-width: 769px) {
    .buy-button {
        width: 200px;
        height: 62px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 9999px;
        margin-top: 2rem;
        transition-duration: 500ms;
    }

    .buy-button:hover {
        color: #fff;
        opacity: 0.7;
    }

    .product {
        max-width: 900px;
        margin: 4rem auto 0;
        display: flex;
        flex-direction: column-reverse;
    }
}

.product_image {
    display: flex;
    flex-direction: column;
    padding: 0 10%;
    gap: 0;
}

.product_content {
    text-align: left;
    margin-top: 3rem;
}

#boseqce .product_category {
    font-family: 'NotoSansJp-SemiBold', serif;
    font-size: 1rem!important;
}

#boseqce .product_name {
    font-family: 'BoseText-SemiBold', serif;
    font-size: 1.5rem!important;
    margin-top: 0.5rem!important;
}

#boseqce .product_desc {
    font-family: 'NotoSansJp-SemiBold', serif;
    margin-bottom: 2.5rem;
    margin-top: 2rem;
}

#boseqce .product_container {
    padding: 50px 20px;
}

@media screen and (min-width: 769px) {
    .product {
        justify-content: space-between;
        gap: 2rem;
    }
    .product_container {
        padding: 70px 20px;
    }

    .product_image {
        width: 100%;
        flex-direction: row;
        padding: 0 10% 0;
        gap: 1rem;
    }

    .product_image > div {
        flex: 1;
    }

    .product_image img {
        height: auto;
    }

    .product_content {
        margin-top: 0;
        position: relative;
    }
}

@media screen and (min-width: 1024px) {
    .product_container {
        padding: 70px 0;
    }

    .product_image {
        width: 560px;
        padding: 50px 0 0 0;
    }

    .product_content {
        position: relative;
    }

    .product {
        flex-direction: row;
        gap: 0;
    }
}

/* Points */
#points {
    background: #E5E5E5;
    display: flex;
    justify-content: center;
    padding: 1rem 0 2rem 0;
    margin-top: 1rem;
}

.points {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 800px;
    padding: 0 20px;
}

.point {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-top: 1rem;
    width: 100%;
}

.point img {
    width: 40px;
    height: auto;
}

#points .point h3 {
    font-family: 'NotoSansJp-SemiBold', serif;
    font-size: 0.85rem!important;
    padding-top: 0.3rem!important;
    line-height: 1.3em!important;
}

@media screen and (min-width: 769px) {
    #points {
        padding: 0 20px 2.2rem;
    }

    .points {
        padding: 0;
        margin-top: 2rem;
    }

    .point {
        width: 50%;
    }

    #points .point h3 {
        font-size: 1rem!important;
        padding-top: 0.3rem!important;
        line-height: 1.3em!important;
    }
}

@media screen and (min-width: 1024px) {
    #points {
        padding: 0 0 2.2rem;
    }

    .point {
        width: 50%;
    }
}

/* Features */
#features {
    margin: 0 auto;
    padding: 0 20px;
}

.feature {
    display: flex;
    align-items: center;
    margin: 4rem auto 0;
    gap: 1rem;
    flex-direction: column;
}

.feature-last {
    display: flex;
    align-items: center;
    margin: 4rem auto 0;
    gap: 1rem;
    flex-direction: column;
}

.reverse {
    flex-direction: column-reverse !important;
}

.feature > div {
    flex: 1;
}

.feature-last > div:last-child {
    width: 60%;
}

#features .feature-heading {
    font-family: 'NotoSansJp-Bold', serif;
    font-size: 1.3rem!important;
    line-height: 1.4em!important;
}

.feature p {
    margin-top: 1.5rem;
    text-align:left;
}

.feature-last p {
    margin-top: 1.5rem;
    text-align:left;
}

@media screen and (min-width: 769px) {
    #features {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 40px;
    }

    .feature-last {
        flex-direction: row;
    }

    .feature-last > div:first-child {
        width: 70%;
    }

    .feature-last > div:last-child {
        width: 30%;
    }

    .feature {
        max-width: 1480px;
        margin: 5rem auto 0;
        gap: 4rem;
        flex-direction: row;
    }

    .reverse {
        flex-direction: row !important;
    }

    #features .feature-heading {
        font-size: 1.5rem!important;
        text-align:left!important;
    }

    .feature p {
        margin-top: 2rem;
        max-width: 600px;
        text-align:left;
    }
}

@media screen and (min-width: 1024px) {
    #features {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 40px;
    }

    .feature {
        max-width: 1480px;
        margin: 5rem auto 0;
        gap: 4rem;
        flex-direction: row;
    }

    .reverse {
        flex-direction: row !important;
    }

    #features .feature-heading {
        font-size: 2.2rem!important;
        text-align:left!important;
    }

    .feature p {
        margin-top: 2rem;
        max-width: 600px;
        text-align:left;
    }

    .feature-last {
        max-width: 1480px;
        margin: 5rem auto 0;
        gap: 4rem;
        flex-direction: row;
    }
}

.app {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1480px;
    margin: 4rem auto 0;
    gap: 1rem;
}

.app p {
    margin-top: 2rem;
    max-width: 1200px;
}

.app-image {
    padding: 0 40px;
}

.notice {
    font-size: 0.75rem;
    margin-top: 3rem;
    line-height: 1.6em;
    text-align:left!important;
}

@media screen and (min-width: 769px) {
    .app {
        flex-direction: row;
        align-items: center;
        max-width: 1480px;
        margin: 10rem auto 0;
        gap: 4rem;
    }

    .app-image {
        width: 400px;
        padding: 0;
    }

    .notice {
        margin-top: 5rem;
        line-height: 1.5em;
    	text-align:left!important;
    }
}

/* Packages */
#packages {
    margin: 5rem auto 0;
    padding: 0 20px;
}

#packages h2 {
    background: #E5E5E5!important;
    padding: 1.4rem 0 1.4rem 1.5rem!important;
    font-family: 'NotoSansJp-Bold', serif;
    font-size: 1.3rem!important;
    text-align:left!important;
}

#packages p {
    margin: 2rem 0 0 0;
    text-align:left!important;
}

.packages {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 3rem;
    gap: 4rem;
    padding: 0 30px;
}

.package {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 350px;
}

.package h3 {
    font-size: 1rem;
    text-align: center;
    margin-top: 2rem;
}

@media screen and (min-width: 769px) {
    #packages {
        max-width: 1400px;
        margin: 5rem auto 0;
        padding: 0 40px;
    }

    #packages h2 {
        padding: 1.5rem 0 1.5rem 2rem!important;
        font-size: 2.5rem!important;
        text-align:left!important;
    }

    .packages {
        flex-direction: row;
        margin-top: 6rem;
        gap: 4rem;
        padding: 0;
    }

    .package h3 {
        font-size: 1.25rem;
        text-align: center;
        margin-top: 3rem;
    }

    #packages p {
        margin: 2rem 0 0 2rem;
    }
}

@media screen and (min-width: 769px) {

    .packages {
        flex-direction: row;
        margin-top: 6rem;
        gap: 3rem;
        padding: 0 6rem;
    }
}

@media screen and (min-width: 1024px) {
    .packages {
        gap: 10rem;
    }
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.header_logo img {
    width: 150px;
}

.cta {
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 2em 20px;
    gap: 1rem;
}

.cta_heading {
    color: #fff;
    font-size: 18px!important;
    font-family: 'BoseText-Regular', serif;
}

.cta-button {
    background-color: #fff;
    border-radius: 9999px;
    color: #000000;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    transition-duration: 500ms;
    width: 170px;
    height: 40px;
}

.cta-button:hover {
    opacity: 0.7;
    color: #000;
}

@media screen and (min-width: 769px) {
    .cta {
        width: 100%;
    }

    .cta_heading {
        font-size: 40px;
        line-height: 115%;
    }

    .cta-button {
        font-size: 1.25rem;
        width: 220px;
        height: 60px;
    }

    .cta-button:hover {
        opacity: 0.7;
        color: #000;
    }
}

@media screen and (min-width: 1024px) {
    .cta {
        gap: 100px;
        width: 100%;
        padding: 2em 0;
    }

    .cta_heading {
        font-size: 48px;
        line-height: 115%;
    }

    .cta-button {
        font-size: 1.25rem;
        margin-left: 20px;
        width: 220px;
        height: 60px;
    }
}

.break-pc {
    display: none;
}

.v-pc {
    display: none;
}

@media screen and (min-width: 768px) {
    .v-sp {
        display: none;
    }
    .v-pc {
        display: block;
    }
}

@media screen and (min-width: 1024px) {
    .break-sp {
        display: none;
    }

    .break-pc {
        display: inline-block;
    }

    .v-sp {
        display: none;
    }

    .v-pc {
        display: block;
    }
}

#banner_video {
    margin-top: -1px;
}

.collaboration {
    max-width: 900px;
    margin: 4rem auto 0;
}

.packages-header {
    display: flex;
    flex-direction: column;
}

.packages-header-image {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .packages-header {
        display: flex;
        flex-direction: row;
    }

    .packages-header-image {
        width: 500px;
    }
}