/* トップビュー */
#top-view::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: 60px;
}

#top-view {
    padding: 1rem;
    position: relative;
    width: 100%;
    height: 100%;
    color: #3A3A3A;
    overflow: hidden;
    background-image: url(../images/murenaine/murenaine-theme.png);
    background-clip: content-box;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 60px;
}

#top-view.blur {
    filter: blur(20px);
    background: #FFFFFF;
}

.pc-break {
    display: block;
}

.doodle-flower-img {
    position: absolute;
    right: 25%;
    top: 20%;
    transform: scale(0.9);
}

.doodle-pink-img {
    transform: scale(0.9);
    position: absolute;
    left: -13%;
    bottom: 5%;
}


.product-info-container {
    position: absolute;
    z-index: 2;
    top: 15%;
    left: 10%;
    height: 525px;
    width: 85%;
    padding-left: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.top-product.top {
    display: flex;
}

.product-name-area {
    flex: 4;
}

.product-name-area>.hurigana {
    font-weight: 600;
}

.product-name-area>p .break {
    display: block;
}

.product-name-area h1 {
    font-size: 64px;
    line-height: 80%;
    font-weight: 600;
    margin: 10px 0 16px
}

.product-name-area .subtitle {
    font-weight: bold;
}

.murenaine-color-img {
    margin-top: 24px;
    display: block;
}

.murenaine-color>img {
    display: block;
}

.product-name-area>p:last-child {
    font-weight: 600;
}

.product-hashtag-area {
    flex: 1;
    font-size: 12px;
    color: #3A3A3A;
    font-weight: bold;
}

.product-hashtag-area li:not(:first-child) {
    margin-top: 12px;
}


.top-product.bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.product-description-area {
    flex: 4;
    font-size: 14px;
    line-height: 180%;
    color: #3A3A3A;
    font-weight: bold;
    font-family: "HigureGothic";
}

.product-description-area>.caution {
    color: #4E4E4D;
    opacity: 0.9;
    font-weight: 400;
    font-size: 10px;
}

.product-price-area {
    flex: 1;
    margin-top: auto;
    color: #3A3A3A;
}

.product-price-area>span {
    display: inline-block;
    line-height: 100%;
    margin-top: 24px;
}

.product-price-area>.murenaine-color>img:not(:first-child) {
    margin-top: 8px;
}

.product-price-area .enn-mark {
    font-size: 20px;
}

.product-price-area .price {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: .1rem;
}

.product-price-area .tax {
    font-size: 12px;
    margin-left: 4px
}

.breadcrumb {
    font-size: 0.85rem;
    position: absolute;
    bottom: calc(-22% + 32px);
    left: -5%;
    font-weight: 500;
}

.breadcrumb a {
    color: #3A3A3A;
    text-decoration: none;
    opacity: 0.5;
}

.breadcrumb .slash {
    margin: 0 .5rem;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

/* リンクs */
.links-container {
    background-color: #F4B0B7;
    margin: 1rem 1rem 0;
    border-radius: 20px;
    color: #C1646F;
    display: flex;
    justify-content: space-between;
    padding: 1rem 2rem;
}

.my-site-links {
    display: flex;
    align-items: center;
    gap: 2rem;
    font-weight: bold;
}

.other-site-links {
    display: flex;
    font-weight: bold;
    align-items: center;
    gap: 2rem;
}

/* プルダクトセクション */
.murenaine-description-section {
    padding: 0 1rem;
    position: relative;
    margin-top: 2rem;
    height: 733px;
    border-radius: 20px;
    background-color: #FCF2E7;
    margin: 3rem 1rem 0;
    overflow-x: hidden;
}

.murenaine-description-section>span {
    position: absolute;
    top: 35%;
    font-size: 18px;
    line-height: 110%;
    left: 6%;
    color: #3A3A3A;
    font-weight: bold;
}

.murenaine-title {
    position: absolute;
    top: 10%;
    left: 6%;
}

.murenaine-desc-img {
    position: absolute;
    left: 8%;
    top: 35%;
}

.description-area {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.problem-question-area {
    background-image: url(../images/air_seat/doodle-cloud.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 70% 55%;
    height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 1rem;
    color: #3A3A3A;
}

.problem-question-area p:first-child {
    font-size: 24px;
    font-weight: bold;
    white-space: nowrap;
    padding-left: 20px;
    line-height: 140%;
    font-family: 'HigureGothic';
}


.problem-question-area p:last-child {
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
    padding-left: 20px;
    line-height: 180%;
}

.what-is-murenaine {
    height: 30%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-bottom: 53px;
}

.what-is-murenaine p {
    margin-top: 23px;
    font-size: 14px;
    font-weight: 500;
    padding-left: 20px;
}

.what-is-murenaine h2 {
    padding-left: 20px;
    font-size: 24px;
    color: #3A3A3A;
    line-height: 140%;
    width: 350px;
    background-image: url(/images/air_seat/doodle-purple.png);
    background-position: -20px -5px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* ムレナイネの構造の秘密 */
.the-secret-of-murenaine-section>h3 {
    margin-left: 1rem;
    margin-top: 8rem;
    color: #3A3A3A;
}

.the-secret-of-murenaine-section>h3>span:first-child {
    font-weight: 600;
    font-size: 34px;
    line-height: 80%;
}

.the-secret-of-murenaine-section>h3>span:last-child {
    font-weight: bold;
    font-size: 34px;
    line-height: 80%;
}

.murenaine-description-caution {
    margin-left: 1rem;
    margin-top: 12px;
    font-size: 12px;
    line-height: 180%;
    font-weight: 500;
    color: rgba(58, 58, 58, 0.5);
}

.the-secret-of-murenaine-section {
    padding: 0 1rem;
}

.the-secret-of-murenaine-top {
    display: flex;
    gap: 1rem;
    margin-top: 4rem;
}

.murenaine-secret-card {
    position: relative;
    flex: 1;
    height: 670px;
    background-color: rgba(58, 58, 58, 0.1);
    border-radius: 20px;
}

.murenaine-secret-card .font-yellow {
    color: #E8D118;
}

.murenaine-secret-card .font-grey {
    color: rgba(58, 58, 58, 0.5);
    font-size: 10px;
    font-weight: 400;
}


.murenaine-secret-one-img {
    width: 65%;
    margin-left: 1rem;
}

.murenaine-secret-content {
    position: absolute;
    padding: 2rem 2rem 1.5rem;
    height: 100%;
}

.murenaine-secret-content .number {
    background-image: url(../images/air_seat/doodle-cloud.png);
    background-size: 100% 100%;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    margin-bottom: 10px;
    padding-top: .5rem;
    padding-right: .3rem;
    font-weight: 600;
    color: #3A3A3A;
}

.murenaine-secret-content .text {
    display: flex;
    flex-direction: column;
    height: 85%;
    justify-content: space-between;
}

.murenaine-secret-card .product-summary>p:first-child {
    font-size: 24px;
    color: #3A3A3A;
    line-height: 140%;
    font-weight: bold;
    padding-left: 1rem;
}

.murenaine-secret-card .product-summary>p:last-child {
    color: #E8D118;
    margin-top: .5rem;
    padding-left: 1rem;
    font-weight: bold;
}

.murenaine-secret-card .product-detail {
    font-size: 12px;
    padding-left: 1rem;
}

.murenaine-secret-card .product-detail>p.font-grey {
    margin-bottom: 6px;
}

.murenaine-secret-card .product-detail>p:last-child {
    letter-spacing: -1px;
    font-weight: bold;
    line-height: 180%;
    color: #3A3A3A;
}


.the-secret-of-murenaine-bottom {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.murenaine-secret-two-img {
    width: 100%;
    padding-left: 1rem;
}

.murenaine-secret-three-img {
    width: 90%;
    padding-left: 1rem;
}

.murenaine-secret-four-img {
    width: 80%;
    display: inline-block;
    padding-left: 1rem;
    margin-top: 24px;
    margin-bottom: 15px;
}

/* ハウトゥーセクション */
#how-to-section {
    margin: 8rem 0;
    position: relative;
    height: 723px;
    padding: 126px 1rem 0;
    background-image: url(/images/murenaine/how-to-use-bg.png);
    background-position: center
}

.how-to-title {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.how-to-title h3 {
    font-size: 28px;
    line-height: 80%;
    font-weight: 600;
}

.how-to-title p {
    line-height: 140%;
    margin-top: 12px;
    font-weight: bold;
}

.how-to-title .title-area {
    text-align: center;
    color: #C1646F;
}

.how-to-title>.subtitle {
    font-size: 18px;
    text-align: center;
    margin-top: 24px;
    font-weight: 600;
    line-height: 140%;
    color: #3A3A3A;
}


.flow-container>p {
    color: rgba(58, 58, 58, 0.5);
    font-size: 14px;
    margin: 0 auto;
    white-space: nowrap;
    text-align: center;
    margin-top: 24px;
    line-height: 140%;
}

.flow-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
}

.flow-area {
    display: flex;
    margin-top: 26px;
    gap: 40px;
}

.flow-area>img {
    width: 30%;
}

#development-story {
    margin: 4rem 1rem 0;
    background: #F4B0B7;
    border-radius: 40px;
    padding: 1rem 1.5rem 4rem 4rem;
    box-sizing: border-box;
    color: #C1646F;
}

.development-story-inner {
    display: flex;
    align-items: flex-start;
    gap: 80px;
}

.profiles {
    flex: 1;
    display: flex;
    gap: 2rem;
    flex-direction: column-reverse;
    align-items: start;
}

#development-story .message-area {
    flex: 1;
    padding-left: 5rem;
}

.profile-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 1rem;
}

.profile-info {
    line-height: 1.6rem;
}

.profile-role {
    font-size: 0.9rem;
    font-weight: bold;
}

.profile-eg-name {
    font-size: 1.1rem;
    font-weight: bold;
}

.profile-name {
    font-size: 0.9rem;
    font-weight: bold;
}

.development-story-message {
    margin: 1.5rem 0;
}

.development-story-message>p {
    margin-top: 1rem;
}

.murenaine-prototype-area {
    margin-top: 3rem;
}

.murenaine-prototype-area .material-symbols-outlined {
    transform: scale(2.5, 4) translate(-7px, 1px);
}

.murenaine-prototype-area>img {
    margin-top: 1rem;
}

/* カスタマーボイスセクション */
/* カスタマーボイスセクション */
#customer-voice-section {
    margin: 5rem 1rem 0;
}

#customer-voice-section h2 {
    margin: 4rem 0 2rem 6rem;
    font-weight: 600;
    color: #C1646F;
}

.customer-voice-cotainer {
    gap: 16px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.customer-voice-card {
    border-radius: 40px;
    background-color: #FDF0F2;
    position: relative;
    padding: 1.5rem;
}

.customer-voice-card:nth-child(even) {
    background-color: #FFFFFF;
}

.customer-voice-card>img {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: scale(0.8);
}

.customer-profiel>div {
    color: #C1646F;
    margin: 1rem 0;
    font-weight: 600;
}

.customer-comment .emphasis {
    font-size: 1.2rem;
    color: #C1646F;
    margin: 1rem 0 24px;
    font-weight: bold;
}

.customer-comment .description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    color: #3A3A3A;
}



/* プロダクトセクション */
#product-links-section {
    margin: 6rem 1rem 12rem 1rem;
    display: flex;
    gap: 1rem;
    overflow: hidden;
}

.airseat-cover-card {
    flex: 1;
    border-radius: 40px;
    position: relative;
    padding: 1.5rem 2rem 1.5rem 2rem;
    height: 510px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    transition: 
        border-radius 0.5s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center;
}

.airseat-cover-card:last-child {
    background-color: #E5E5E5;
}

.airseat-cover-card:hover {
    opacity: 0.7;
    cursor: pointer;
    transform: scale(1.05);
    border-radius: 0;
}


.airseat-cover-card .subtitle {
    font-weight: bold;
    font-size: 14px;
}


.airseat-cover-card h3 {
    font-size: 58px;
    line-height: 80%;
    margin: 12px 0 20px;
    font-weight: 600;
}

.producut-title>p:last-child {
    font-size: 14px;
    font-weight: bold;
}

.product-info-area>p {
    font-size: 14px;
    font-weight: bold;
}

.airseat-cover-card .subtitle {
    font-size: 14px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.airseat-cover-card .subtitle span:last-child {
    border-bottom: 1px solid;
}

.airseat-cover-card .hashtags {
    font-weight: bold;
    font-size: 12px;
}

.airseat-cover-card>.price-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.airseat-cover-card>.price-area>.here {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.airseat-cover-card>.price-area>.here>span {
    font-weight: bold;
    font-size: 14px;
}

.airseat-cover-card>.price-area .enn-mark {
    font-size: 12px;
}


.airseat-cover-card>.price-area .price {
    font-size: 24px;
    font-weight: 500;
}

.airseat-cover-card>.price-area .tax {
    font-size: 12px;
    font-weight: 600;
}

.airseat-cover-card.airseat {
    background-image: url(/images/murenaine/airseat.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #FFFFFF;
    justify-content: space-between;
}

.product-info-area {
    height: 100%;
}

.airseat-cover-card.airseat-cover {
    position: relative;
    color: #3A3A3A;
}

.airseat-cover-card.airseat-cover .point {
    margin-top: 1rem;
}

.airseat-cover-card.airseat .point {
    margin-top: 2rem;
}

.airseat-cover-card.airseat-cover>.price-area {
    margin-top: 2rem;
}

.airseat-cover-card.airseat-cover .hashtags {
    margin-top: 75px;
}

.airseat-cover-card.airseat .hashtags {
    margin-top: 45px;
}

.airseat-cover-card .hashtags>li:not(:first-child) {
    margin-top: 12px;
}

.airseat-cover-img {
    width: 40%;
    position: absolute;
    right: 5%;
    top: 12%;
}

.slider-index {
    letter-spacing: 0.3em;
    opacity: 0.85;
}

.slider-bar {
    display: flex;
    gap: 4px;
    height: 4px;
    width: 60px;
    margin: 0 0.5rem;
}

.slider-bar-segment {
    flex: 1;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    transition: background 0.3s;
}

.slider-bar-segment.active {
    background: #fff;
}

.slider-btn {
    background: none;
    border: 1.5px solid #fff;
    border-radius: 1.2em;
    width: 4.1em;
    height: 1.8em;
    color: #fff;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.2em;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
    opacity: 0.85;
}

.slider-btn:active,
.slider-btn:focus {
    background: #fff;
    color: #C1646F;
    outline: none;
}

@media (max-width: 768px) {

    #top-view::before {
        background-position: 70%;
    }

    #top-view {
        height: 800px;
        background-image: 
        linear-gradient(to bottom, rgba(58, 58, 58, 0.2), rgba(58, 58, 58, 0)),
        url(/images/murenaine/murenaine-theme-sp.png);
        background-size: 100%;
    }

    .pc-break {
        display: inline;
    }

    .sp-break {
        display: block;
    }

    .breadcrumb {
        left: 12%;
        bottom: calc(-10% + 24px);
        font-size: 14px;
    }

    .breadcrumb span:last-child {
        color: #3A3A3A;
    }

    .breadcrumb a,
    .breadcrumb .slash {
        color: rgba(58, 58, 58, 0.5);
    }

    .doodle-flower-img {
        transform: scale(0.5);
        right: -25%;
        top: 50%;
    }

    .doodle-pink-img {
        transform: scale(0.4);
        left: -50%;
        top: 24%;
    }

    .product-info-container {
        left: 0;
        padding-left: 40px;
        top: 10%;
        height: 80%;
        width: 100%;
    }

    .top-product.top {
        flex-direction: column;
    }

    .top-product.bottom {
        flex-direction: column;
        align-items: baseline;
    }

    .product-name-area>p .break {
        display: inline;
    }

    .product-name-area>.hurigana {
        font-size: 12px;
    }

    .product-name-area h1 {
        font-size: 50px;
        margin: 10px 0;
        line-height: 80%;
    }

    .product-name-area .subtitle {
        font-size: 10px;
        line-height: 80%;
    }

    .murenaine-color-img {
        height: 24px;
        display: inline-block;
        margin-top: 16px;
    }

    .product-hashtag-area {
        margin-top: 24px;
        font-size: 10px;
    }

    .product-hashtag-area li:not(:first-child) {
        margin-top: 12px;
    }

    .product-price-area .murenaine-color {
        position: absolute;
        top: 48%;
        left: 0;
        padding-left: 40px;
        height: 162px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .product-price-area .murenaine-color>img {
        width: 98px;
    }

    .product-description-area {
        font-size: 10px;
        margin-top: 16px;
        line-height: 180%;
    }

    .product-description-area>.caution {
        margin-top: 10px;
    }

    .product-price-area>span {
        margin-top: 0;
        margin-top: 14px;
    }

    .product-price-area {
        line-height: 80%;
    }

    .links-container {
        flex-direction: column;
        gap: 1rem;
        padding: 1rem 24px;
    }

    .my-site-links {
        gap: 1rem;
        text-align: center;
        font-size: 0.8rem;
        font-weight: bold;
        justify-content: center;
    }

    .other-site-links {
        flex-direction: column;
    }

    .other-site-links a {
        display: inline-flex;
    }

    .other-site-links picture {
        display: contents;
        border-radius: 12px;
    }

    .other-site-links>span {
        display: none;
    }

    .other-site-links img {
        border-radius: 12px;
    }

    /* プロダクトセクション */
    #product-section {
        padding: 0 1rem;
    }

    .murenaine-description-section {
        margin: 3rem 0 0;
        padding: 43px 19px 0;
        height: 908px;
    }

    .murenaine-title {
        width: 121px;
        height: 38px;
        position: initial;
    }

    .murenaine-desc-img {
        width: 100%;
        height: auto;
        top: 50%;
        right: 1rem;
        left: auto;
    }

    .murenaine-description-section>span {
        top: 45%;
        font-size: 12px;
        left: 1rem;
        color: #3A3A3A;
    }

    .murenaine-description-caution {
        margin-top: 10px;
        margin-left: 0;
        font-size: 10px;
    }

    .description-area {
        position: initial;
        width: 100%;
        height: 92%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .problem-question-area {
        /* height: 30%; */
        padding-top: 52px !important;
        padding: 0;
        line-height: 140%;
        height: 300px;
        justify-content: start;
        background-size: 100%;
        background-position: 100% -15%;
    }

    .problem-question-area p:first-child {
        font-size: 18px;
        padding-left: 0;
    }

    .problem-question-area p:last-child {
        font-size: 12px;
        line-height: 180%;
        font-weight: 500;
        padding-left: 0;
    }

    .what-is-murenaine {
        margin: 0;
        padding-bottom: 0;
    }

    .what-is-murenaine h2 {
        padding-left: 0;
        font-size: 20px;
    }

    .what-is-murenaine p {
        padding-left: 0;
        font-size: 12px;
    }

    .murenaine-secret-content .text {
        height: auto;
        display: block;
        /* margin-bottom: 20px; */
    }

    .the-secret-of-murenaine-section>h3 {
        font-size: 26px;
        margin-top: 110px;
        margin-left: 0;
    }

    .the-secret-of-murenaine-section>h3>span:first-child {
        font-size: 26px;
    }

    .the-secret-of-murenaine-section>h3>span:last-child {
        font-size: 26px;
    }

    /* ムレナイネの秘密 */
    .the-secret-of-murenaine-section {
        padding: 0;
    }

    .murenaine-secret-content {
        padding: 2rem 0.5rem 1rem;
        position: initial;
    }

    .murenaine-secret-card .product-summary>p:last-child {
        font-size: 14px;
    }

    .murenaine-secret-content {
        height: auto;
    }

    .murenaine-secret-card:nth-child(2) .text {
        height: 77%;
    }

    .murenaine-secret-card .product-summary>p:first-child {
        font-size: 18px;
        margin-top: 1rem;
    }

    .the-secret-of-murenaine-top {
        flex-direction: column;
        margin-top: 56px;
    }

    .murenaine-secret-title h3 {
        padding: 2rem 0;
    }

    .murenaine-secret-title {
        flex: none;
    }

    .murenaine-secret-one-img {
        width: 80%;
        margin-top: 40px;
        margin-bottom: 120px;
    }

    .the-secret-of-murenaine-bottom {
        flex-direction: column;
    }

    .murenaine-secret-two-img {
        width: 100%;
        height: auto;
        margin-top: 40px;
        margin-bottom: 56px;
    }

    .murenaine-secret-three-img {
        width: 100%;
        height: auto;
        margin-top: 40px;
        margin-bottom: 25px;
    }

    .murenaine-secret-card .font-grey {
        font-size: 12px;
        font-weight: bold;
    }

    .murenaine-secret-card .caption {
        font-size: 12px;
        font-weight: bold;
        color: #3A3A3A;   
    }

    #how-to-section {
        background-image: url(/images/murenaine/how-to-use-bg-sp.png);
        background-size: cover;
        height: 1400px;
        padding-top: 61px;
        margin: 25rem 0 0 0;
    }

    .how-to-title {
        position: absolute;
        top: -14%;
        left: 50%;
        transform: translateX(-50%);
    }

    .how-to-title>.subtitle {
        width: 275px;
        font-size: 14px;
        margin-top: 32px;
    }

    .flow-container {
        left: 50%;
        top: 55%;
        height: 100%
    }

    .flow-area {
        display: flex;
        gap: 32px;
        margin-top: 0;
        flex-direction: column;
        align-items: center;
    }

    .flow-area>img:not(:first-child) {
        margin-top: 32px;   
    }

    .flow-area>img {
        width: 256px;
    }

    .flow-container>p {
        white-space: normal;
        font-size: 14px;
        width: 288px;
        margin-top: 32px;
    }

    .customer-voice-cotainer {
        display: flex;
        flex-direction: column;
    }

    #customer-voice-section {
        margin-top: 0;
    }

    .customer-voice-card {
        max-width: 100%;
        width: auto;
    }

    .customer-voice-card>img {
        transform: scale(0.5);
        left: 45%;
        top: 0;
    }

    .customer-voice-card:not(:first-child) {
        margin-top: 24px;
    }


    .customer-profiel>div {
        margin: 24px 0;
    }

    .customer-comment .description {
        font-size: 12px;
        -webkit-line-clamp: 8;
    }

    #customer-voice-section h2 {
        font-size: 16px;
        margin: 0 0 2rem 16px;
    }

    #product-links-section {
        flex-direction: column;
        margin: 80px 0 160px;
    }

    .murenaine-cover-card>img {
        width: 50%;
        height: auto;
        top: 40%;
    }


    .airseat-cover-card {
        flex: auto;
        height: 406px;
        padding: 40px 1rem 16px;
    }

    .airseat-cover-card h3 {
        font-size: 48px;
        margin: 10px 0 16px;
    }

    .murenaine-cover-card>p {
        width: 70%;
    }

    .producut-title>p:last-child {
        font-size: 12px;
        line-height: 80%;
    }

    .product-info-area>p {
        margin: 16px 0!important;
        font-size: 12px;
    }

    .airseat-cover-card .subtitle {
        font-size: 16px;
        line-height: 80%;
    }

    .airseat-cover-card .subtitle span:last-child {
        font-size: 12px;
    }

    .airseat-cover-card>.price-area>.here img {
        width: 40px;
        height: 40px;
    }

    .airseat-cover-card .hashtags {
        font-size: 10px;
        margin-top: 16px!important;
    }

    .airseat-cover-card .hashtags>li:not(:first-child) {
        margin-top: 4px;
    }

    .airseat-cover-card>.price-area>.here>span {
        font-size: 12px;
        font-family: 'HigureGothic';
    }

    .airseat-cover-img {
        width: 48%;
        right: 10%;
        top: 32%;
    }

    .airseat-cover-card:first-child .product-info-area {
        height: 60%;
    }

    .airseat-cover-card:last-child .product-info-area {
        height: 90%;
    }

    .airseat-cover-card:last-child h3 {
        width: 80%;
        line-height: 40px;
    }

    .airseat-cover-card:last-child .product-info-area>p {
        width: 56%;
        margin: 0;
    }

}