	/* Precautions Section */
.precautions-section {color: #303030;padding: 2rem 1rem;position: relative;}
.precaution-list{
    padding: 0px;
}
.precautions-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.precautions-title {
    border: 0.125rem solid #303030;
    border-radius: 0.3125rem;
    padding: 1rem;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 2.5rem;
    font-weight: unset;
}

.precautions-list {
    max-width: 750px;
    margin: 0 auto;
    padding: 0 1rem;
}

.precaution-item {
    margin-bottom: 1rem;
    border-bottom: 1px solid #303030;
}

.precaution-button {
    width: 100%;
    background: none;
    border: none;
    color: #303030;
    padding: 1rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    text-align: left;
}

.precaution-title {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    font-family: heisei-mincho-std, serif;
}

.precaution-arrow {
    width: 1.5rem;
    height: 1.5rem;
    position: relative;
    transition: transform 0.3s ease;
}

.precaution-arrow::before {
    content: '';
    width: 0.625rem;
    height: 0.625rem;
    border-right: 0.125rem solid #303030;
    border-bottom: 0.125rem solid #303030;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-75%, -75%) rotate(-45deg);
}

.precaution-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.precaution-inner {
    padding: 0 1rem 1rem;
}

.precaution-section {
    margin-bottom: 1.5rem;
}

.precaution-section:last-child {
    margin-bottom: 0;
}

.precaution-section-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.precaution-list-item {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 0.8rem;
    padding-left: 1em;
    position: relative;
    list-style: none;
}

.precaution-list-item:last-child {
    margin-bottom: 0;
}

.precaution-item.active .precaution-arrow {
    transform: rotate(180deg);
}

.precaution-item.active .precaution-content {
    max-height: 2000px;
}

/* What's Roma Pink Section */
.whats-roma {
    background-color: #E4CFB4;
    color: #303030;
    padding: 2rem 1.5rem;
}
.whats-roma header .lips-icon-wrapper {
    width: 4.5625rem;
    margin-bottom: 1rem;
    position: absolute;
    top: -6px;
    left: -12px;
}

.whats-roma header  .lips-icon {
    width: 4.5625rem;
    height: 3.5625rem;
    filter: invert(78%);
}

.whats-roma header.section-title p{
    font-size: 1.6rem;
    margin-top: -10px;
}


.installment-banner {
    background-color: white;
    border-radius: 15px;
    margin-bottom: 3rem;
    width: 80%;
    margin: 0 auto;
    display: block;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    margin-top: 20px;
}

.installment-banner .title {
    background-color: #F06292;
    color: white;
    padding: 0.7rem;
    border-radius: 25px;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1rem;
    letter-spacing: 0.05em;
}

.installment-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.installment-text {
    color: #333;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4;
}

.small-text {
    font-size: 0.9rem;
    margin-top: 0.3rem;
    color: #666;
    font-weight: normal;
}

.installment-price {
    font-size: 4rem;
    font-weight: bold;
    color: #333;
    display: flex;
    align-items: flex-end;
    line-height: 1;
}

.installment-price span {
    font-size: 1.5rem;
    margin-left: 0.2rem;
    margin-bottom: 0.5rem;
}

/* Before After Section */
.before-after {
    background: #f9f4f1;
    border-radius: 20px;
    padding: 2.5rem;
    margin: 2rem auto;
    max-width: 800px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.before-after h3 {
    color: #DF648A;
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 2.5rem;
    font-weight: 500;
}

.comparison-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-bottom: 1.5rem;
    align-items: center;
}

.comparison-images img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.labels {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    text-align: center;
    position: relative;
}

.labels::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2rem;
    height: 2px;
    background: #DF648A;
    transform: translate(-50%, -50%);
}

.labels span {
    display: block;
    font-size: 1.6rem;
    font-family: "amandine", sans-serif;
    line-height: 1.4;
    color: #333;
    font-weight: 500;
}

.labels span br {
    margin-top: 0.3rem;
}

@media screen and (max-width: 768px) {
    .before-after {
        padding: 1.5rem;
        margin: 1.5rem;
        border-radius: 15px;
        margin-top: 40px;
    }

    .before-after h3 {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }

    .comparison-images {
        gap: 1.5rem;
        margin-bottom: 1rem;
    }

    .labels {
        gap: 1.5rem;
    }

    .labels span {
        font-size: 1.2rem;
    }
}

/* Image After Theme Section */
.image-after-theme {
    background-color: #E4CFB4;
    color: #303030;
    padding: 3rem 1.5rem;
}

.theme-header {
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
}

.theme-header .lips-icon-wrapper {
    width: 4.5625rem;
    margin-bottom: 1rem;
    position: absolute;
    top: -6px;
    left: -12px;
}

.theme-header .lips-icon {
    width: 4.5625rem;
    height: 3.5625rem;
    filter: invert(78%);
}

.theme-header h2 {
    font-family: "amandine", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    font-weight: normal;
    margin-bottom: 0.5rem;
}

.theme-header p {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    margin-top: -1rem;
}

.level-container {
    max-width: 500px;
    margin: 0 auto;
}

.level-item {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    gap: 2rem;
}

.level-image {
    width: 150px;
    height: 150px;
    border-radius: 10px;
    overflow: hidden;
}

.level-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.level-content {
    flex: 1;
}

.level-title {
    font-family: "amandine", sans-serif;
    font-weight: normal;
    letter-spacing: 0.05em;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.level-description {
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
}

.arrow-down {
    width: 20px;
    height: 30px;
    margin: 1rem auto;
    position: relative;
}

.arrow-down::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: #303030 transparent transparent transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.note {
    font-size: 1.4rem;
    margin-top: 1rem;
    opacity: 0.9;
    text-align: center;
}

/* Video Section */
.video-section {
    background-color: #F06292;
}

.video-container {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    position: relative;
    margin-bottom: 2rem;
}

.video-title {
    color: white;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    background: #F06292;
    padding: 0.5rem 2rem;
    border-radius: 11px;
    border: 2px solid white;
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 5rem;
}

.play-button {
    width: 80px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.play-button::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 25px;
    border-color: transparent transparent transparent white;
    margin-left: 5px;
}

/* Highly Recommended Section */
.highly-recommended {
    background-color: #F06292;
    color: #303030;
    padding: 3rem 1.5rem;
    position: relative;
    overflow: hidden;
}

.recommended-content {
    position: relative;
    z-index: 2;
}

.recommended-bg {
    position: absolute;
    top: 20vw;
    right: 0;
    width: 40%;
    height: 80vw;
    max-height: 510px;
    z-index: 1;
}

.recommended-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	    border-radius: 20px;
}

.recommended-header {
    margin-bottom: 3rem;
    position: relative;
}

.recommended-header .lips-icon-wrapper {
    width: 4.5625rem;
    margin-bottom: 1rem;
    position: absolute;
    top: -10px;
    left: -19px;
}

.recommended-header .lips-icon {
    width: 4.5625rem;
    height: 3.5625rem;
    filter: invert(78%);
}

.recommended-title {
    font-family: "amandine", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3rem;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}
			h2.recommended-title.en {text-align:left;}

.recommended-subtitle {
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    margin-bottom: 2.5rem;
}

.recommended-list {
    list-style: none;
    max-width: 50%;
	margin-left: -5%;
}

.recommended-list .recommended-subtitle {
    margin-bottom: 30vw;
    font-size: 1.6rem;
}

.recommended-list li {
font-size: 1.4rem;
    margin-bottom: 1.2rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
}

.curve-decoration {
    position: absolute;
    top: 0;
    right: 45%;
    height: 100%;
    width: 200px;
    background: url('../images/curve.svg') no-repeat center/cover;
    z-index: 1;
}

/* Possible Parts Section */
.possible-parts {
    background-color: #F06292;
    color: white;
    padding: 3rem 1.5rem;
    position: relative;
}

.brand-quote {
    text-align: center;
    margin-bottom: 2.5rem;
}

.brand-name {
    font-family: "amandine", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    position: relative;
    display: inline-block;
}

.brand-name::before,
.brand-name::after {
    content: '"';
    font-family: serif;
    font-size: 2rem;
    position: absolute;
    top: 0;
}

.brand-name::before {
    left: -1.5rem;
}

.brand-name::after {
    right: -1.5rem;
}

.brand-description {
    font-size: 1.4rem;
    text-align: center;
    margin-top: 0rem;
}

.welcome-message {
    background-color: white;
    background: #f9f4f1;
    border-radius: 15px;
    padding: 1.5rem;
    text-align: center;
    color: #333;
    margin-bottom: 2.5rem;
}

.welcome-image {
    border-radius: 6px;
    overflow: hidden;
    margin: 1rem auto;
    width: 80%;
    height: auto;
}

.welcome-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.parts-header {
    text-align: center;
    margin-bottom: 2.5rem;
}


.parts-header .parts-subtitle{
    font-size: 1.6rem;
}
.parts-header .lips-icon-wrapper {
    width: 9.5625rem;
    margin-bottom: 1rem;
    position: absolute;
    top: 0px;
    left: 0px;
}

.parts-header .lips-icon {
    width: 4.5625rem;
    filter: invert(78%);
    height: 3.5625rem;
}

.parts-title {
    font-family: "amandine", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    font-weight: normal;
    margin-bottom: 0.5rem;
}

.parts-subtitle {
    font-size: 1.1rem;
    letter-spacing: 0.1em;
}

.parts-image {
    width: 100%;
    max-width: 400px;
    border-radius: 15px;
    margin: 0 auto 2rem;
    overflow: hidden;
}

.parts-image img {
    width: 100%;
    height: auto;
}

.parts-list {
    background-color: #ffffff;
    box-shadow: 1px 1px 6px #0000004f;
    border-radius: 15px;
    padding: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    max-width: 400px;
    margin: 0 auto;
}

.parts-item {
    display: flex;
    align-items: center;
    color: #333;
    font-size: 1.6rem;
}

.parts-item img {
    width: 40px;
    height: 40px;
    margin-right: 0.5rem;
}

/* List of Cases Section */
.cases-section {
    background-color: #f0629200;
    color: #303030;
    padding: 3rem 1.5rem;
    position: relative;
}

.cases-header {
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
}

.cases-header .lips-icon-wrapper {
    width: 9.5625rem;
    margin-bottom: 1rem;
    position: absolute;
    top: 0px;
    left: 8px;
}

.cases-header .lips-icon {
    width: 4.5625rem;
    height: 3.5625rem;
    filter: invert(78%);
}

.cases-title {
    font-family: "amandine", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    font-weight: normal;
    margin-bottom: 0.5rem;
}

.cases-subtitle {
    font-size: 1.1rem;
    letter-spacing: 0.1em;
}

.cases-list {
    max-width: 750px;
    margin: 0 auto;
    padding: 0 1rem;
}

.case-item {
    background: white;
    border-radius: 15px;
    margin-bottom: 1rem;
    overflow: hidden;
}

.case-button {
    width: 100%;
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    background: #f9f4f2;
    border: none;
    cursor: pointer;
    color: #333;
    transition: background-color 0.3s ease;
}

.case-button:hover {
    background-color: rgba(0, 0, 0, 0.02);
}

.case-title-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    width: 60%;
}

.case-title {
    font-family: "amandine", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3rem;
    margin: 0px;
    margin-bottom: 0.3rem;
    font-weight: normal;
    border-bottom: solid 1px;
    width: 100%;
}

.case-subtitle {
    font-size: 1.5rem;
    margin: 0px;
    color: #666;
}

.case-arrow {
    width: 24px;
    height: 24px;
    position: relative;
    transition: transform 0.3s ease;
}

.case-arrow::before {
    content: '';
    width: 12px;
    height: 12px;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-75%, -75%) rotate(45deg);
}

.case-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: rgba(0, 0, 0, 0.02);
}

.case-item.active .case-arrow {
    transform: rotate(180deg);
}

.case-item.active .case-content {
    max-height: unset;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: linear-gradient(to right, #6C9078, #93B59E);
}

.case-inner {
    padding: 1.5rem;
}

/* Instagram Section */
.instagram-section {
    background-color: #F06292;
    color: #303030;
    padding: 3rem 1.5rem;
    position: relative;
}

.instagram-header {
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
}

.instagram-header .lips-icon-wrapper {
    width: 5.5625rem;
    margin-bottom: 1rem;
    position: absolute;
    top: 0px;
    left: -13px;
}

.instagram-header .lips-icon {
    width: 4.5625rem;
    height: 3.5625rem;
    filter: invert(78%);
}

.instagram-title {
    font-family: "amandine", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    font-weight: normal;
    margin-bottom: 0.5rem;
}

.instagram-subtitle {
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    margin-bottom: 1.5rem;
}

.instagram-description {
    border: solid 1px #303030;
    border-radius: 10px;
    padding: 0.2rem 0.6rem;
    display: inline-block;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
}

.instagram-feed {
    max-width: 750px;
    margin: 0 auto;
    padding: 2rem 0;
}

/* Q&A Section */
.qa-section {
    background-color: #F06292;
    color: #303030;
    padding: 2rem 1rem;
    position: relative;
}

.qa-header {
    position: relative;
    text-align: center;
    margin-bottom: 2rem;
    padding: 2rem 0;
}


.qa-header .lips-icon-wrapper {
    width: 5.5625rem;
    margin-bottom: 1rem;
    position: absolute;
    top: 0px;
    left: 77px;
}

.qa-header .lips-icon {
    width: 4.5625rem;
    height: 3.5625rem;
    filter: invert(78%);
}

.qa-header .section-subtitle{
    text-align: center;
}
.qa-header::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: url('../images/backgroundline.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    transform: translateY(-50%);
    z-index: 1;
}

.qa-title {
    font-family: "amandine", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    font-weight: normal;
    margin-bottom: 0.5rem;
}

.qa-subtitle {
    font-size: 1rem;
    letter-spacing: 0.1em;
}

.qa-list {
    max-width: 750px;
    margin: 0 auto;
    padding: 0 1rem;
}

.qa-item {
    margin-bottom: 1rem;
    border-radius: 5px;
    overflow: hidden;
}

.qa-button {
    width: 100%;
    padding: 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: none;
    border: none;
    color: #303030;
    cursor: pointer;
    text-align: left;
    transition: background-color 0.3s ease;
}

.qa-button:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.qa-question-wrap {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    flex: 1;
}

.qa-q {
    font-family: "amandine", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.8rem;
    line-height: 1;
    margin-right: 0.5rem;
}

.qa-question {
    font-size: 1.4rem;
    line-height: 1.6;
    padding-top: 0.3rem;
    padding-right: 2rem;
	font-family: heisei-mincho-std, serif;
}

.qa-arrow {
    width: 24px;
    height: 24px;
    position: relative;
    flex-shrink: 0;
    margin-top: 0.3rem;
    transition: transform 0.3s ease;
}

.qa-arrow::before {
    content: '';
    width: 10px;
    height: 10px;
    border-right: 2px solid #303030;
    border-bottom: 2px solid #303030;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-75%, -75%) rotate(-45deg);
}

.qa-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 1.2rem;
}

.qa-answer {
    padding: 20px 0px 1.2rem 0.3rem;
    font-size: 0.9rem;
    line-height: 1.6;
}

.qa-item.active .qa-arrow {
    transform: rotate(180deg);
}

.qa-item.active .qa-content {
    max-height: 1000px;
}

/* Price List Section */
.price-section {
    background-color: #6C9078;
    color: #303030;
    padding: 2rem 1rem;
    position: relative;
}

.price-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.price-header .lips-icon-wrapper {
    width: 9.5625rem;
    margin-bottom: 1rem;
    position: absolute;
    top: 0px;
    left: 43px;
}

.price-header .lips-icon {
    width: 4.5625rem;
    height: 3.5625rem;
    filter: invert(78%);
}

.price-title {
    font-family: "amandine", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    font-weight: normal;
    margin-bottom: 0.5rem;
}

.price-subtitle {
    font-size: 1rem;
    letter-spacing: 0.1em;
}

.price-table-container {
    max-width: 750px;
    margin: 0 auto 1.5rem;
    padding: 0 0rem;
}

.price-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.8);
    color: white;
    background: linear-gradient(to right, #6C9078, #93B59E);
}

.price-table tr {background: unset;}

.price-table td {
    padding: 0.8rem;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    font-size: 2rem;
    letter-spacing: 0.05em;
}

.price-table tr:last-child td {
    border-bottom: none;
}

.price-table td:first-child {
    width: 40%;
    border-right: 1px solid rgba(255, 255, 255, 0.8);
}

.price-note {
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 2.5rem;
}

.payment-details {
    max-width: 750px;
    margin: 0 auto;
    padding: 1.5rem;
    border-radius: 10px;
    border: 1px solid #303030;
    text-align: center;
}

.payment-icon {
    width: 90px;
    margin-bottom: 1rem;
    filter: invert(78%);
}

.payment-text {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.payment-text:last-child {
    margin-bottom: 0;
}

.price-amount {
    font-family: 'Times New Roman', serif;
    letter-spacing: 0.1em;
}

.discount-section {
    max-width: 750px;
    margin: 2.5rem auto;
    text-align: center;
}

.discount-title {
    /* background: rgba(255, 255, 255, 0.2); */
    border: 1px solid #303030;
    border-radius: 10px;
    padding: 0.8rem;
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    font-weight: unset;
}

.discount-list {
    margin-bottom: 1rem;
    font-size: 1.4rem;
    line-height: 2;
}

.payment-method-section {
    max-width: 750px;
    margin: 2.5rem auto;
    padding: 0 1.5rem;
}

.payment-method-title {
    border: 1px solid #303030;
    border-radius: 10px;
    padding: 1rem;
    font-size: 1.4rem;
    margin-bottom: 2rem;
    text-align: center;
}

.payment-method-text {
    font-size: 1.4rem;
    margin-bottom: 2rem;
    line-height: 1.8;
    text-align: center;
}

.payment-icons {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
}

.payment-icons img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.cancel-section {
    max-width: 750px;
    margin: 2.5rem auto;
    text-align: center;
}

.cancel-title {
    border: 1px solid #303030;
    border-radius: 10px;
    padding: 0.8rem;
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
}

.cancel-description {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.cancel-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #303030;
    margin-bottom: 1.5rem;
}

.cancel-table td {
    padding: 0.8rem;
    text-align: center;
    border-bottom: 1px solid #303030;
    font-size: 1.4rem;
}

.cancel-table tr:last-child td {
    border-bottom: none;
}

.cancel-table td:first-child {
    width: 50%;
    border-right: 1px solid #303030;
}

.cancel-note {
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: center;
}

/* Precautions Check Section */
.precautions-check {
    max-width: 750px;
    margin: 3rem auto;
    padding: 0 1.5rem;
}

.precautions-check-title {
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    padding: 1rem;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 2.5rem;
}

.precautions-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.precautions-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.precautions-item-text {
    font-size: 1rem;
    line-height: 1.6;
}

.precautions-item-arrow {
    width: 24px;
    height: 24px;
    position: relative;
}

.precautions-item-arrow::before {
    content: '';
    width: 10px;
    height: 10px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-75%, -75%) rotate(-45deg);
}

/* Store List Section */
.store-section {
    background-color: #F06292;
    color: #303030;
    padding: 2rem 1rem;
    position: relative;
}

.store-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.store-header .lips-icon-wrapper {
    width: 9.5625rem;
    margin-bottom: 1rem;
    position: absolute;
    top: 0px;
    left: 40px;
}

.store-header .lips-icon {
    width: 4.5625rem;
    height: 3.5625rem;
    filter: invert(78%);
}

.store-title {
    font-family: "amandine", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    font-weight: normal;
    margin-bottom: 0.5rem;
}

.store-subtitle {
    font-size: 1rem;
    letter-spacing: 0.1em;
}

.store-list {
    max-width: 750px;
    margin: 0 auto;
}

.store-item {
    margin-bottom: 1rem;
    border-radius: 8px;
    overflow: hidden;
    background: unset;
}

.store-button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border: none;
    cursor: pointer;
    text-align: left;
    background: unset;
    border-bottom: solid 1px #303030;
}

.store-area {
    font-size: 1.6rem;
    color: #303030;
    font-family: heisei-mincho-std, serif;
}

.store-arrow {
    width: 12px;
    height: 12px;
    border-right: 2px solid #303030;
    border-bottom: 2px solid #303030;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.store-item.active .store-arrow {
    transform: rotate(-135deg);
}

.store-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.store-item.active .store-content {
    max-height: unset;
}

.store-details {
    padding: 1rem;
    border-top: unset;
}

.store-details h3 {
    font-size: 1.7rem;
    font-weight: normal;
    margin: 0 0 0.5rem;
    color: #303030;
    margin-top: 20px;
}

.store-details p {
    margin: 0.3rem 0;
    color: #303030;
    font-size: 1.4rem;
}

.store-note {
    border: 0.125rem solid #ffffff;
    border-radius: 0.9375rem;
    padding: 1.5rem;
    max-width: 750px;
    margin: 0 auto;
    padding: 1.5rem;
    padding-bottom: 30px;
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 30px;
    background: linear-gradient(to right, #6C9078, #93B59E);
}

.store-note p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 0.8rem;
    color: white;
}

.store-note p:last-child {
    margin-bottom: 0;
}

/* Reservations Section */
.reservations-section {
    background-color: #F06292;
    color: #303030;
    padding: 2rem 1rem;
    position: relative;
}

.reservations-header {
    text-align: center;
    margin-bottom: 3rem;
}

.reservations-header .lips-icon-wrapper {
    width: 9.5625rem;
    margin-bottom: 1rem;
    position: absolute;
    top: 0px;
    left: 0px;
}

.reservations-header .lips-icon {
    width: 3.5625rem;
    height: 2.5625rem;
    filter: invert(78%);
}

.reservations-title {
    font-family: "amandine", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    font-weight: normal;
    margin-bottom: 0.5rem;
}

.reservations-subtitle {
    font-size: 1rem;
    letter-spacing: 0.1em;
}

.reservations-steps {
    max-width: 750px;
    margin: 0 auto;
    padding: 0 1rem;
}

.step-item {
    margin-bottom: 2.5rem;
}

.step-header {
    margin-bottom: 1.5rem;
}

.step-number {
    font-family: "amandine", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.2rem;
    margin-bottom: 0.5rem;
}

.step-title {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.step-text {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
}

.step-content {
    font-size: 1.4rem;
    line-height: 1.8;
}

.step-content p {
    margin-bottom: 0.8rem;
}

.step-content p:last-child {
    margin-bottom: 0;
}

/* Ingredients Section */
.ingredients-section {
    padding: 4rem 1.5rem;
    position: relative;
    background: linear-gradient(150deg, #D37F97, #DF648A);
}

.ingredients-header {
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
}

.ingredients-header .lips-icon-wrapper {
    width: 9.5625rem;
    margin-bottom: 1rem;
    position: absolute;
    top: 0px;
    left: 8px;
}

.ingredients-header .lips-icon {
    width: 4.5625rem;
    height: 3.5625rem;
    filter: invert(78%);
}

.ingredients-title.en {
    font-size: 3.5rem;
    color: #303030;
    margin-bottom: 1rem;
    position: relative;
}

.ingredients-subtitle {
    font-size: 1.4rem;
    color: #303030;
    letter-spacing: 0.2em;
}

.ingredients-list {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 1rem;
}

.ingredient-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 3rem;
    position: relative;
}

.ingredient-item:nth-child(even) {
    flex-direction: row-reverse;
    text-align: right;
}

.ingredient-image {
    width: 40%;
    padding: 1rem;
}

.ingredient-image img {
    width: 100%;
    height: auto;
    max-width: 200px;
}

.ingredient-content {
    width: 60%;
    padding: 1rem;
    color: #303030;
}

.ingredient-name {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #303030;
}

.ingredient-description {
    font-size: 1.2rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
}

.ingredient-item:nth-child(n+4) {
    justify-content: flex-end;
    margin-bottom: 2rem;
}

.ingredient-item:nth-child(n+4) .ingredient-content {
    width: 100%;
    text-align: right;
    padding-right: 2rem;
}

.ingredients-note {
    text-align: center;
    color: #ffffff;
    margin-top: 3rem;
    font-size: 1.2rem;
    line-height: 1.8;
    background: linear-gradient(to right, #6C9078, #93B59E);
    width: 90%;
    padding: 10px;
    margin: 0 auto;
    border-radius: 10px;
}

@media screen and (max-width: 768px) {
    .ingredients-section {
        padding: 3rem 1rem;
    }

    .ingredients-title.en {
        font-size: 2.8rem;
    }

    .ingredients-subtitle {
        font-size: 1.2rem;
    }

    .ingredient-item {
        flex-direction: column;
        text-align: center;
        margin-bottom: 2.5rem;
    }

    .ingredient-item:nth-child(even) {
        text-align: center;
    }

    .ingredient-image {
        width: 100%;
        margin-bottom: 1rem;
    }

    .ingredient-content {
        width: 100%;
        text-align: center;
    }

    .ingredient-name {
        font-size: 1.8rem;
    }

    .ingredient-description {
        font-size: 1.1rem;
    }

    .ingredient-item:nth-child(n+4) .ingredient-content {
        text-align: center;
        padding-right: 0;
    }
}

/* Section backgrounds */
section {
    position: relative;
    max-width: 750px;
    margin: 0 auto;
}
			
			body section img{ max-width:100%;}

/* Odd sections (1st, 3rd, 5th, etc.) */
section:not(.hero):not(.video-section) {
    position: relative;
    background: #f1ede7;
    padding: 2rem 6vw;
}

section:not(.hero):not(.video-section)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 150px;
    background: url(https://sense-romapink.com/image/romapinkgray.png) center / cover no-repeat, linear-gradient(to bottom, #e8d6c1, #f2ede7);
    z-index: 1;
    px;
    max-width: calc(750px + 12vw);
}

/* Even sections (2nd, 4th, 6th, etc.) */
section:nth-of-type(even):not(.hero):not(.video-section) {
    background: #e8d5c0;
    padding: 3rem 6vw;
}

section:nth-of-type(even):not(.hero):not(.video-section)::before {
    background: linear-gradient(to bottom, #DF648A, #D37F97);
    background: url(https://sense-romapink.com/image/romapinkgray.png) center / cover no-repeat, linear-gradient(to bottom, #f2ede7, #e8d6c1); /* グラデーションを下のレイヤーに */
}


/* Content z-index */
section > * {
    position: relative;
    z-index: 2;
}

/* Full width sections */
.hero,
.video-section {
    width: 100%;
    margin: 0 auto;
	max-width:750px;
    background: none !important;
	text-align:center;
}

.hero::before,
.video-section::before {
    display: none !important;
}

/* Base styles */
html {
    background: #f2ede7;
    font-size: calc(100vw / 750 * 16);
}

@media screen and (min-width: 750px) {
    html {
        font-size: 16px;
    }
}

body {
    font-family: heisei-mincho-std, serif;
    font-weight: 300;
    font-style: normal;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background: #f2ede7;
}

/* Section backgrounds */
section {
    position: relative;
}

section:nth-of-type(odd) {
    background: #fdfbf8;
}

section:nth-of-type(odd)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100px;
    background-image: url('../images/backgroundline.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    transform: translateX(-50%);
    z-index: 1;
}

section:nth-of-type(even) {
    background: #FDFBF8;
}

section:nth-of-type(even)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100px;
    background-image: url('../images/romapinkgray.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    transform: translateX(-50%);
    z-index: 1;
}

/* Reset background for specific sections */
.hero {
    background: white !important;
    padding: 0;
}

.hero::before {
    display: none;
}



img {
    max-width: 100%;
    height: auto;
}

/* Hero section */
.hero {
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: calc(750px + 12vw);
}

.hero img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

/* Features List */
.features-list {
    list-style: none;
    padding: 0;
    margin: 2rem auto;
    max-width: 750px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
	width: 90%;
}

.features-list li {
    font-size: 2.2rem;
    text-align: left;
    padding: 0.5rem;
    border-radius: 8px;
    color: #303030;
    font-weight: 500;
}

.features-list li:nth-child(n+3) {
    grid-column: 1 / -1;
    font-size: 2.2rem;
    padding: 0.5rem;
}

@media screen and (min-width: 750px) {
    .features-list {
        gap: 2rem;
    }
    
    .features-list li {
        font-size: 1.6rem;
    }
    
    .features-list li:nth-child(n+3) {
        font-size: 1.8rem;
    }
}

/* Typography */
.en,
h2.en,
.level-title,
.ingredient-name,
.cases-title,
.instagram-title,
.price-title,
.store-title,
.reservations-title,
.brand-name,
.parts-title,
.recommended-title,
.theme-header h2,
.ingredients-title,
.labels span,
.before-after .level-title {
    font-family: "amandine", sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
}

/* English text styles */
h2.en {
    position: relative;
    padding: 2rem 0;
    color: #303030;
    z-index: 2;
    font-size: 2.5rem;
}

h2.en::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.level-title {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.ingredient-name {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
}

@media screen and (max-width: 768px) {
    h2.en {
        font-size: 2rem;
    }
    
    .level-title {
        font-size: 1.6rem;
    }
    
    .ingredient-name {
        font-size: 1.4rem;
    }
}

/* Japanese Text Styles */
.ingredient-description {
    font-size: 1rem;
    line-height: 1.8;
    margin-top: 0.5rem;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .hero-title,
    .section-title,
    h2.en {
        font-size: 4rem;
		        text-align: center;
        padding-bottom: 0px;
    }

    .level-title {
        font-size: 1.6rem;
    }

    .ingredient-name {
        font-size: 1.4rem;
    }

    .section-subtitle,
    .ingredient-description {
        font-size: 0.9rem;
    }
}

/* Typography Base */
/* English Text */
.en,
h2.en,
.level-title,
.ingredient-name,
.cases-title,
.instagram-title,
.price-title,
.store-title,
.reservations-title,
.brand-name,
.parts-title,
.recommended-title,
.theme-header h2,
.ingredients-title,
.labels span,
.before-after .level-title {
    font-family: "amandine", sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
}

/* Japanese Text */
body,
p,
.section-subtitle,
.theme-subtitle,
.recommended-subtitle,
.parts-subtitle,
.ingredients-subtitle,
.cases-subtitle,
.instagram-subtitle,
.qa-subtitle,
.price-subtitle,
.store-subtitle,
.ingredient-description,
.reservations-subtitle {
    font-family: heisei-mincho-std, serif;
    font-weight: 300;
	
}

/* Section Titles */
.hero-title,
.section-title,
.theme-title,
.recommended-title,
.parts-title,
.ingredients-title,
.cases-title,
.instagram-title,
.qa-title,
.price-title,
.store-title,
.reservations-title {
    font-family: "amandine", sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

/* Section Subtitles */
.section-subtitle,
.theme-subtitle,
.recommended-subtitle,
.parts-subtitle,
.ingredients-subtitle,
.cases-subtitle,
.instagram-subtitle,
.qa-subtitle,
.price-subtitle,
.store-subtitle,
.reservations-subtitle {font-size: 1.8rem;letter-spacing: 0.1em;margin-top: -1.5rem;}

/* English Headings */
h2.en {
    position: relative;
    padding: 2rem 0;
    color: #303030;
    z-index: 2;
    font-size: 3.5rem;
    width: 90%;
    text-align: center;
    margin: 0 auto;
}

.level-title {
    font-size: 2rem;
    margin-bottom: 2.8rem;
}

.ingredient-name {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    margin-top: 2px;
    font-family: heisei-mincho-std, serif;
}

@media screen and (max-width: 768px) {
    .hero-title,
    .section-title,
    h2.en {
        font-size: 3.6rem;
        text-align: center;
    }

    .level-title {
        font-size: 2.8rem;
    }

    .ingredient-name {
        font-size: 1.6rem;
        text-align: left;
        align-content: center;
        align-items: flex-start;
        margin-top: 2px;
    }

    .section-subtitle,
    .ingredient-description {
        font-size: 1.3rem;
        text-align: left;
    }
}







  .video-wrapper {
        position: relative;
        width: 90%;
        margin: 0 auto;
        text-align: center;
        cursor: pointer;
    }

    .video-thumbnail {
        width: 100%;
        display: block;
    }

    .play-button-overlay {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: rgba(0, 0, 0, 0.6);
        color: #fff;
        border: none;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        font-size: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        pointer-events: none;
    }

    .play-button-overlay:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

    .video-player {
        display: none;
        width: 100%;
    }			
.ingredienta{
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 500px;
    margin: 0 auto;
}
.ingredientb{
    display: flex;
    align-items: center;
    max-width: 500px;
    margin: 0 auto;
    text-align: left !important;
    flex-direction: row;
}
.ingredientc{
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 500px;
    margin: 0 auto;
}
.ingredientd{
    flex-direction: row;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    max-width: 500px;
    margin: 0 auto;
    text-align: left !important;
}



/* 初期状態 */
.fadeleft, .fade {
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s ease; /* ふわっと感を出すために長めの時間 */
    position: relative; /* 疑似要素を配置するために必要 */
    overflow: hidden; /* はみ出た部分を隠す */
}

/* .fadeleft の初期位置 */
.fadeleft {
    transform: translateX(-50px);
}

/* .fadeleft のアニメーション */
.fadeleft.active {
    opacity: 1;
    transform: translateX(0);
}

/* .fade のアニメーション */
.fade.active {
    opacity: 1;
}

/* 疑似要素でグラデーションを適用 */
.fade::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
    transition: opacity 1s ease;
}

/* .fade.active のときに疑似要素を消す */
.fade.active::before {
    opacity: 0;
}

 
     /* Video Section */
    .video-section {
        width: 100%;
        margin: 0;
        padding: 0;
        overflow: hidden;
        max-width: calc(750px + 12vw);
        margin: 0 auto;
        background: #f0ede7 !important;
    }
    
    .full-width-video {
        width: 100%;
        display: block;
        object-fit: cover;
        margin-bottom: 60px;
    }
    
    .video-container {
        background: rgba(255, 255, 255, 0.1);
        border-radius: 15px;
        padding: 2rem;
        text-align: center;
        position: relative;
        margin-bottom: 2rem;
    }
    
    .video-title {
        color: white;
        text-align: center;
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: 0.1em;
        background: linear-gradient(to right, #6C9078, #93B59E);
        padding: 0.5rem 2rem;
        border-radius: 11px;
        border: 1px solid white;
        display: block;
        width: 80%;
        margin: 0 auto;
        margin-bottom: 10px;
        margin-top: 5rem;
    }
    
    .play-button {
        width: 80px;
        height: 80px;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    
    .play-button::after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 0 15px 25px;
        border-color: transparent transparent transparent white;
        margin-left: 5px;
    }
    .fiximg {
    position: fixed;
    right: 0px;
    z-index: 9999;
    top: 200px;
    /* top: unset; */
    /* bottom: 70px; */
}
.fiximg img {
    width: 10vw;
    z-index: 10000;
    max-width: 90px;
}



.rp-accordion {
    margin-bottom: 1rem;
  }

  .rp-warning {
    background-color: #b10400;
    color: #fff;
    font-weight: bold;
    padding: 1rem;
    cursor: pointer;
    text-align: center;
    font-size: 1.9rem;
    border-radius: 8px;
  }


  .rp-warning:hover {

  }

  .rp-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: #f9f4f1;
    border-radius: 8px;
    margin-top: 0.5rem;
    color: black;
  }

.rp-accordion.active .rp-content {
    max-height: 500px;
    padding: 1rem;
    font-size: 1.5rem;
}
.rp-warning2{
    border: solid 1px;
    padding: 10px 50px;
    border-radius: 17px;
    font-size: 1.4rem;
    }


section.whats-roma::before {
    content: '';
    background: #f2ede7 !important;
    background: url(https://sense-romapink.com/image/romapinkgray.png) center / cover no-repeat, linear-gradient(to bottom, #f2ede7, #f2ede7) !important;
}

.FeedLayout__wrapper{      background: linear-gradient(to right, #6C9078, #93B59E);} 