/* 英字見出しは Trajan Pro */
p[lang="en"], h1[lang="en"], h2[lang="en"], h3[lang="en"] {
    font-family: "trajan-pro-3", serif;
}

/* 日本語本文は Noto Sans JP */
body, h1, h2, h3, p {
    font-family: "Noto Sans JP", sans-serif;
    color: #727171;
    font-size: 1.4rem;
    line-height: 1.6;
}
.ec-secHeading .ec-secHeading__en {
    color: #e7a9b7;
}
.ec-categoryRole {
    background: #fef8fa;
}
p.sq_btn a {
    background-color: #e7a9b7;
}
/* CATEGORY画像を正方形に統一 */
.ec-categoryRole__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.ec-categoryRole__listItem {
    flex: 0 1 30%; /* PCは3列表示 */
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.ec-categoryRole__listItem img {
    width: 100%;
    aspect-ratio: 1 / 1; /* 正方形に固定 */
    object-fit: cover;    /* 画像を中央で切り抜き */
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ec-categoryRole__listItem img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.2);
}

/* 画像下のタイトル */
.ec-categoryRole__listItem p {
    margin-top: 10px;
    font-size: 1.1rem;
    font-weight: 500;
    color: #333;
    text-align: center;
    background-color: #fef8fa;
    padding: 10px 0 0;
}

/* レスポンシブ対応 */
@media (max-width: 992px) {
    .ec-categoryRole__listItem {
        flex: 0 1 45%;
    }
}

@media (max-width: 576px) {
    .ec-categoryRole__listItem {
        flex: 0 1 90%;
    }
}


/* トップページ */
@media only screen and (min-width: 768px){  
    /* .band_banner {
        background-color: #c3a66c;
        color: #fff;
        text-align: center;
        padding: 7px 0;
        font-weight: bold;
        font-size: 18px;
    } */
    .rs-band_banner_wrap {
        width: 100%;
        background-color: #fef8fa;
        padding: 12px 0;
        text-align: center;
    }
    .rs-band_banner {
        font-family: 'Noto Sans JP',sans-serif;
        text-align: center;
        font-weight: normal;
        font-size: 15px;
    }
    .rs-band_banner_wrap a {
        color: #727171;
    }
}
/* コンテンツエリア */
.pc {display: inherit!important;}
.sp {display: none!important;}
.rsd-content.ec-role {
    padding: 20px 0 0;
}
.rsd-heading_02 {
    color: #e7a9b7;
    font-size: 32px;
    font-family: "Sawarabi Mincho";
    padding: 0;
    margin: 40px 0;
}
.rsd-heading_02 span {
    color: #444;
    display: block;
    font-size: 40%;
    margin-top: 15px;
}
.rsd-heading_02.jp {
    font-size: 30px;
}
.rsd-heading_03 {
    color: #333;
    font-family: "Sawarabi Mincho";
}
.rsd-paragraph {
    margin-top: 2.4em;
    line-height: 1.5;
    letter-spacing: 0.012em
}
.rsd-paragraph:first-of-type {
    margin-top: 0;
}
.center {
    text-align: center;
}
.rsd-content ul.rsd-list {
    margin: 30px 0;
}
.rsd-content ul.rsd-list li {
    padding: 0.25em 0;
    font-size: 0.9em;
}
.rsd-content ul.rsd-list li.rsd-list_hd {
    color: #e7a9b7;
    border-bottom: 1px solid #ddd;
    font-family: "Noto Sans JP";
    font-size: 14px;
    padding: 0 0 .5em;
    margin-bottom: .5em;
}
.rsd-content ul.rsd-list li:last-child {
    padding: 1.25em 0 0;
}


/* .rsd-content { font-family: "Noto Sans JP"; } */
.rsd-heading_02 + .rsd-container {
    margin-top: 40px;
}
.rsd-content ul ,
.rsd-content ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.rsd-content .rsd-flex_box {
    display: flex;
    align-items: center;
}
.rsd-content .rsd-flex_box .rsd-flex_box_l {
    width: 50%;
    padding: 0 20px 0 0;
}
.rsd-content .rsd-flex_box .rsd-flex_box_r {
    width: 50%;
    padding: 0 0 0 20px;
}
.rsd-content section {}
.rsd-content section + section ,
.rsd-heading_02 + section ,
.rsd-heading_03 + section {
    margin-top: 40px;
}
.rsd-flex_box + .rsd-heading_02 {
    margin-top: 80px;
}
.rsd-content section .rsd-heading_03 {
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1.25;
    padding-bottom: 0.4em;
    margin-bottom: .8em;
    border-bottom: 1px solid #ddd;
}
.rsd-content section .rsd-heading_03 {
    font-size: 20px;
    letter-spacing: 0.01em;
}
.rsd-content section .rsd-heading_03 span {
    font-size: 60%;
    margin-left: 10px;
}
.rsd-paragraph.profile {
    font-size: 12px;
    margin: 0;
}
.rsd-paragraph.profile span {
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
.rsd-note {
    font-size: 12px;
    margin-top: 1.5em;
}

@media only screen and (max-width: 767px){
    .pc {display: none!important;}
    .sp {display: inherit!important;}
    .rsd-content.ec-role {
        padding: 30px 30px 0;
    }
    .rsd-heading_02 {
        font-size: 24px;
        line-height: 1.47;
        padding: 0;
        margin: 30px 0;
    }
    .rsd-heading_02 span {
        color: #444;
        display: block;
        font-size: 40%;
        margin-top: 15px;
    }
    .rsd-heading_02.jp {
        font-size: 22px;
    }
    .rsd-heading_03 {
        font-size: 18px;
    }
    .rsd-paragraph {
        font-size: 14px;
        margin-top: 2.2em;
        line-height: 1.5;
    }
    .rsd-content section .rsd-heading_03 span {
        font-size: 60%;
        margin: 5px 0 0;
        display: block;
    }
    .rsd-content .rsd-flex_box {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .rsd-content .rsd-flex_box .rsd-flex_box_l {
        width: 100%;
        padding: 0;
    }
    .rsd-content .rsd-flex_box .rsd-flex_box_r {
        width: 100%;
        padding: 30px 0 0;
    }
    .rsd-content section {}
    .rsd-content section + section ,
    .rsd-flex_box + .rsd-heading_02 ,
    .rsd-heading_02 + section ,
    .rsd-heading_03 + section {
        margin-top: 40px;
    }
}

.ec-secHeading .ec-secHeading__en {
    font-size: 32px;
    font-family: "Sawarabi Mincho";
    letter-spacing: 0.01em;
    font-weight: normal;
}

@media only screen and (max-width: 767px){
    .ec-secHeading .ec-secHeading__en {
        font-size: 24px;
        font-family: "Sawarabi Mincho";
        font-weight: normal;
    }
}





/* header */
.ec-headerNaviRole .ec-headerNaviRole__right {
    width: 100%;
    margin: -5px 0 10px;
}
.ec-cartNavi .ec-cartNavi__price {
    margin-bottom: 5px;
    display: none;
}
@media only screen and (min-width: 768px){
    .ec-cartNavi {
        padding: 17px 0 0 20px;
        min-width: 40px;
    }
    .ec-headerRole {
        margin: 20px 0 30px;
    }
    .ec-headerNaviRole {
        padding-bottom: 0;
    }
    .ec-headerNav .ec-headerNav__itemLink {
        margin-right: 5px;
        font-size: 13px;
        vertical-align: middle;
    }
    .ec-layoutRole__header {
        border-bottom: none;
    }
    .shoulder_text {
        font-size: 13px;
        display: block;
        margin-bottom: 15px;
    }
    .ec-headerTitle__title span {
        margin: 0 0 0 1em;
    }
    .ec-headerTitle .ec-headerTitle__title {
        text-align: center;
        font-family: arial, helvetica Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
        font-family: "Sawarabi Mincho";
        font-weight: bold;
    }
    .ec-headerTitle .ec-headerTitle__title a {
        font-size: 32px;
        line-height: 1.1em;
        margin-bottom: 0;
        color: #f3d0d8;
    }
    .ec-categoryNaviRole {
        display: block;
        width: 100%;
        max-width: 100%;
        background-color: #f0cdd8;
    }
    .ec-itemNav__nav li a {
        padding: 10px 30px 0;
        height: 49px;
        color: #ffffff;
        font-family: "Sawarabi Mincho";
        font-size: 14px;
        font-weight: normal;
        line-height: 1.5;
        background-color: #f1ced8;
    }
    .ec-itemNav__nav > li > a {
        border-top: 2px solid #f1ced8;
    }
    .ec-itemNav__nav > li:hover > a {
        background: #ecc1cd;
        border-top: 2px solid #cc99a8;
    }
}
@media only screen and (max-width: 767px){
    .rs-band_banner_wrap {
        width: 100%;
        background-color: #fef8fa;
        padding: 12px 0;
        text-align: center;
    }
    .rs-band_banner {
        text-align: center;
        font-weight: normal;
        font-size: 13px;
    }
    .rs-band_banner_wrap a {
        color: #727171;
    }
    .ec-layoutRole__header {
        background-color: #fff;
    }
    .ec-headerNaviRole {
        padding-top: 0;
    }
    .ec-headerRole {
        margin: 0;
        padding: 11px 0 14px;
    }
    .ec-headerTitle__title span {
        display: block;
        font-size: 10px;
        margin: 5px 0 0;
        color: #a9a9a9;
        letter-spacing: 0.04em;
    }
    .ec-headerTitle .ec-headerTitle__title a {
        text-align: center;
        font-weight: bold;
        color: #e8a9b7;
        font-family: "Sawarabi Mincho";
        letter-spacing: 0.12em;
        font-weight: normal;
    }
    .ec-headerNavSP {
        color: #fff;
        background: #e8a9b7;
        top: 8px;
    }
    .ec-headerNavSP .fas {
        vertical-align: top;
        position: absolute;
        top: 10px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .ec-headerNaviRole__right .ec-headerNaviRole__nav {
        display: none;
    }
    .ec-drawerRole {
        background: #e7a9b7;
    }
    .ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
        /* color: #000; */
        color: #727171;
    }
}

/* top; */
.slick-dots li.slick-active button:before {
    background-color: #e8a9b7 !important;
    opacity: 1;
}
.ec-blockBtn--top:hover {
    color: white;
    background-color: #e7a9b7;
    border-color: #e7a9b7;
    opacity: .8;
    transition: .3s;
}
@media only screen and (min-width: 768px){
    .front_page .slick-slider {
        margin-bottom: 60px;
    }
    .front_page .slick-dots {
        bottom: -55px;
    }
    .ec-eyecatchRole .ec-eyecatchRole__introTitle {
        margin-bottom: .5em;
        /* font-size: 26px; */
        font-weight: normal;
        line-height: 1.75;
        color: #e7a9b7;
        font-family: "Sawarabi Mincho";
        text-align: center;
    }
    .ec-blockBtn--top {
        color: white;
        background-color: #e7a9b7;
        border-color: #e7a9b7;
    }
    .ec-categoryRole .ec-categoryRole__listItem p {
        background-color: #fef8fa;
        font-size: 13px;
        text-align: center;
        padding: 10px 0 0;
    }
}
@media only screen and (max-width: 767px){
    .front_page .slick-slider {
        margin-bottom: 40px;
    }
    .front_page .slick-dots {
        bottom: -55px;
    }
    .front_page .slick-dots li {
        margin: 0 2.5px;
    }
    .front_page .slick-dots li button:before {
        width: 10px;
        height: 10px;
    }
    .ec-eyecatchRole .ec-eyecatchRole__image {
        display: block;
        margin-bottom: -10px;
        width: 100%;
        height: 100%;
    }
    .ec-eyecatchRole .ec-eyecatchRole__introTitle {
        margin-bottom: .8em;
        font-size: 18px;
        font-weight: bold;
        line-height: 2;
        color: #e7a9b7;
        font-family: "Sawarabi Mincho";
    }
    .ec-blockBtn--top {
        color: white;
        background-color: #e7a9b7;
        border-color: #e7a9b7;
    }
    .ec-categoryRole .ec-categoryRole__listItem p {
        background-color: #fef8fa;
        padding: 7px 0 0;
        text-align: center;
    }
}
/* news */
@media only screen and (min-width: 768px){
    .ec-newsRole .ec-newsRole__news {
        border: none;
        padding: 0;
        max-width: 1076px;
    }
}

/* guide */
.ec-off1Grid__cell .menu {
    margin: 0;
    padding: 0;
}
.ec-off1Grid__cell .menu li {
    list-style: none;
    padding-bottom: 5px;
}
.ec-off1Grid__cell .menu li a::before {
    content: ">";
    margin-right: 10px;
}

.ec-searchnavRole .ec-searchnavRole__infos {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #F7F6F0;
    padding: 15px 20px;
    margin-bottom: 40px;
}
#page_product_list .ec-topicpath {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin: 5px 0 15px;
    border: none;
}

/* detail */
.ec-productRole__btn.cart_btn {
    float: left;
    width: 100%;
    min-width: 100%;
    margin-right: 0;
}

@media only screen and (max-width: 767px) {
    .ec-productRole__btn.cart_btn {
        float: inherit;
        width: 100%;
        min-width: 100%;
        margin: 0 auto;
    }
}


/* footer */
@media only screen and (min-width: 768px){
    .ec-footerRole {
        background-color: #f2cfd8;
        border: none;
        padding-top: 30px;
    }
    .ec-footerRole .grm-subfooter {
        display: flex;
        width: 100%;
    }
    .ec-footerRole .grm-subfooter > div {
        color: #fff;
        width: 33.333%;
        text-align: center;
        padding: 25px 0;
        border: 1px dashed #fff1f6;
        /* border-radius: 10px; */
        margin: 0 10px;
    }
    .ec-footerRole .grm-subfooter > div:first-of-type {
        margin: 0 10px 0 0;
    }
    .ec-footerRole .grm-subfooter > div:last-of-type {
        margin: 0 0 0 10px;
    }
    .ec-footerRole .grm-subfooter > div img {
        width: 40px;
    }
    .ec-footerRole .grm-subfooter > div:last-of-type img {
        width: auto;
        height: 40px;
    }
    .ec-footerRole .grm-subfooter > div .ttl {
        font-size: 18px;
        padding: 20px 0 10px;
    }
    .ec-footerRole .grm-subfooter > div p {
        font-size: 14px;
    }
    .ec-footerNavi .ec-footerNavi__link a {
        border: none;
        color: #fff;
        padding: 0;
        text-align: left;
        display: inline;
    }
    .ec-footerNavi .ec-footerNavi__link::after {
        content: "｜";
    }
    .ec-footerNavi .ec-footerNavi__link:last-child:after {
        content: none;
    }
    .ec-footerRole .ec-footerNavi {
        margin-top: 0;
        text-align: center;
        padding-top: 40px;
        border-top: none;
        /* border-top: 1px solid #e9e6d8; */
        color: #fff;
    }
    .ec-footerRole {
        padding-bottom: 30px;
    }
    .ec-footerTitle__copyright {
        color: #fff;
        font-size: 11px;
        text-align: center;
        margin: 60px 0 0;
    }
    /* .ec-blockTopBtn {
        display: none;
        width: auto;
        height: auto;
        right: 20px;
        bottom: 20px;
        opacity: 1;
        background-color: inherit;
    }
    .ec-blockTopBtn img {
        width: 35px;
        height: auto;
    } */
}

@media only screen and (max-width: 767px){
    .ec-footerRole {
        background-color: #e7a9b7;
        border: none;
        padding-top: 0;
    }
    .ec-footerRole .grm-subfooter {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 25px 0;
    }
    .ec-footerRole .grm-subfooter > div {
        color: #fff;
        width: 100%;
        text-align: center;
        padding: 20px 0;
        margin-bottom: 20px;
        border: 1px dashed #fff1f6;
    }
    .ec-footerRole .grm-subfooter > div img {
        width: 40px;
    }
    .ec-footerRole .grm-subfooter > div:last-of-type img {
        width: auto;
        height: 40px;
    }
    .ec-footerRole .grm-subfooter > div .ttl {
        font-size: 18px;
        padding: 15px 0 10px;
    }
    .ec-footerRole .grm-subfooter > div p {
        font-size: 14px;
        padding: 0;
    }
    .ec-footerNavi {
        text-align: center;
        color: #ffffff;
        border-top: 1px solid #fff1f6;
        padding-top: 0;
    }
    .ec-footerNavi .ec-footerNavi__link a {
        border-bottom: 1px solid #fff1f6;
        color: #fff;
        padding: 20px 0;
        text-align: center;
        display: block
    }
    .ec-footerTitle__copyright {
        color: #fff;
        margin: 40px 0 20px;
        font-size: 10px;
        text-align: center;
    }
    /* .ec-blockTopBtn {
        display: none;
        width: auto;
        height: auto;
        right: 20px;
        bottom: 20px;
        opacity: 1;
        background-color: inherit;
    }
    .ec-blockTopBtn img {
        width: 35px;
        height: auto;
    } */
}
/* CATEGORY画像を正方形に統一 */
.ec-categoryRole__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.ec-categoryRole__listItem {
    flex: 0 1 30%; /* PCは3列表示 */
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.ec-categoryRole__listItem img {
    width: 100%;
    aspect-ratio: 1 / 1; /* 正方形に固定 */
    object-fit: cover;    /* 画像を中央で切り抜き */
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ec-categoryRole__listItem img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.2);
}

/* 画像下のタイトル */
.ec-categoryRole__listItem p {
    margin-top: 10px;
    font-size: 1.1rem;
    font-weight: 500;
    color: #333;
    text-align: center;
    background-color: #fef8fa;
    padding: 10px 0 0;
}

/* レスポンシブ対応 */
@media (max-width: 992px) {
    .ec-categoryRole__listItem {
        flex: 0 1 45%;
    }
}

@media (max-width: 576px) {
    .ec-categoryRole__listItem {
        flex: 0 1 90%;
    }
}
/* NEWSタイトル装飾 */
.news-title {
    font-family: "Sawarabi Mincho", serif;
    color: #e7a9b7;
    font-size: 26px;
    text-align: center;
    margin: 40px 0 20px;
    position: relative;
    letter-spacing: 0.05em;
}

.news-title i {
    color: #e7a9b7;
    margin-right: 10px;
    font-size: 20px;
    transition: transform 0.3s ease;
    vertical-align: middle;
}

.news-title:hover i {
    transform: translateY(4px);
}

/* NEWSリストのデザイン（もし既存のnews listを整えたい場合） */
.ec-newsRole__news li {
    border-bottom: 1px dotted #e7a9b7;
    padding: 10px 0;
    font-size: 14px;
    color: #727171;
    transition: color 0.3s ease;
}

.ec-newsRole__news li:hover {
    color: #e7a9b7;
}
/* --- NEWSエリア全体 --- */
.ec-newsRole__newsItem {
  border-bottom: 1px solid #e6e6e6;
  padding: 12px 0;
  transition: background-color 0.3s ease;
}

.ec-newsRole__newsItem.is_active {
  background-color: #faf7f7;
}

/* --- 見出し行（タイトル+アイコン） --- */
.ec-newsRole__newsHeading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.ec-newsRole__newsDate {
  flex-shrink: 0;
  width: 90px;
  font-size: 0.85rem;
  color: #888;
  text-align: left;
}

.ec-newsRole__newsColumn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.ec-newsRole__newsTitle {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  transition: color 0.3s ease;
}

.ec-newsRole__newsItem:hover .ec-newsRole__newsTitle {
  color: #b86b77; /* ブランドカラーに合わせると上品 */
}

/* --- アイコン部分 --- */
.ec-newsRole__newsCloseBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid #ccc;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.ec-newsRole__newsCloseBtn:hover {
  border-color: #b86b77;
  background-color: #fdf5f7;
}

.toggle-icon i {
  font-size: 13px;
  color: #999;
  transition: transform 0.3s ease, color 0.3s ease;
}

.ec-newsRole__newsItem.is_active .toggle-icon i {
  color: #b86b77;
  transform: rotate(180deg);
}

/* --- 詳細文 --- */
.ec-newsRole__newsDescription {
  margin-top: 8px;
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
}
.ec-newsRole__newsHeading {
    position: relative; /* アイコンを絶対配置するために必要 */
    padding-right: 30px; /* アイコン用のスペース確保 */
}

.ec-newsRole__newsClose .toggle-icon {
    position: absolute;
    right: 0;        /* 右端に固定 */
    top: 50%;        /* 縦中央に配置 */
    transform: translateY(-50%);
    display: inline-block;
    pointer-events: none; /* アイコンクリック無視、全体クリックで開閉 */
}

.ec-newsRole__newsClose .toggle-icon i {
    font-size: 16px;
    color: #e7a9b7;
    transition: transform 0.3s ease;
}

.ec-newsRole__newsItem.is_active .toggle-icon i {
    transform: rotate(180deg); /* 開いた時に回転などの演出 */
}
/* スライダー下 ROSE DARENAブロック */
.ec-eyecatchRole {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #fff8f9;
    padding: 60px 20px;
    text-align: center;
}

.ec-eyecatchRole__image {
    flex: 1 1 400px;
    max-width: 500px;
    margin: 0 auto 30px;
}

.ec-eyecatchRole__image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    object-fit: cover;
}

.ec-eyecatchRole__intro {
    flex: 1 1 400px;
    max-width: 600px;
    margin: 0 auto;
}

.ec-eyecatchRole__introTitle {
    font-family: 'Sawarabi Mincho', serif;
    font-size: 28px;
    color: #e7a9b7;
    margin: 0 0 15px;
    line-height: 1.4;
}

.ec-eyecatchRole__introSubTitle {
    font-family: 'Sawarabi Mincho', serif;
    font-size: 22px;
    color: #444;
    margin-bottom: 20px;
}

.ec-eyecatchRole__introDescription {
    font-family: 'Noto Sans JP', sans-serif;
    color: #727171;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.ec-blockBtn--top {
    display: inline-block;
    padding: 12px 30px;
    background-color: #e7a9b7;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.ec-blockBtn--top:hover {
    background-color: #d98cae;
    transform: translateY(-2px);
}

/* レスポンシブ調整 */
@media (max-width: 992px) {
    .ec-eyecatchRole__image,
    .ec-eyecatchRole__intro {
        flex: 1 1 100%;
    }
}

@media (max-width: 767px) {
    .ec-eyecatchRole {
        padding: 40px 15px;
    }
    .ec-eyecatchRole__introTitle {
        font-size: 22px;
    }
    .ec-eyecatchRole__introSubTitle {
        font-size: 18px;
    }
    .ec-eyecatchRole__introDescription {
        font-size: 14px;
    }
}
.slider img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 1.8s ease; /* 時間を長くすると「ゆっくりぼんやり」 */
}

.slider img.active {
    opacity: 1;
}
/* ===================================================
   英字は Trajan Pro、日本語は Noto Sans JP
   =================================================== */

/* 基本設定：全要素を対象に */
body, body * {
    font-family: "Noto Sans JP", sans-serif;
}

/* 英字のみ Trajan Pro に切り替え */
/* CSS で英字かどうかを判定するため、unicode-range と :lang を利用 */
@font-face {
    font-family: "TrajanPro";
    src: local("Trajan Pro"), url("https://use.typekit.net/xxxxxxx.css") format("woff2");
    unicode-range: U+0000-024F; /* ラテン文字・数字・記号 */
}

/* 英字が含まれる見出し・リンク */
h1, h2, h3, h4, h5, h6,
a, .ec-itemNav__nav > li > a,
.ec-headerTitle__title a,
.ec-eyecatchRole__introTitle,
.ec-eyecatchRole__introSubTitle,{
 font-family: "trajan-pro-3", serif !important;
    font-weight: 400;
    font-style: normal;
}
.rsd-heading_02,
.rsd-heading_02 span {
    font-family: "TrajanPro", "trajan-pro-3", serif !important;
    font-weight: bold !important;
}

/* 日本語のテキストを明示的に Noto Sans JP に */
:lang(ja), .jp, .ec-itemNav__nav > li > a.jp {
    font-family: "Noto Sans JP", sans-serif !important;
    font-weight: normal !important;
}

/* 英字と日本語が混ざる場合、英字部分だけ Trajan Pro */
p[lang="en"]{
    font-family: "trajan-pro-3", serif", "trajan-pro-3", serif", serif !important;
    font-weight: bold !important;
}

/* カテゴリ名だけ太字にする */
.ec-categoryRole__listItem p {
    font-weight: bold !important;
}

/* 見出しの英字だけ太字にする */
.rsd-heading_03 span {
    font-weight: bold !important;
}

/* 必要に応じて追加：スライダー下やバナー英字 */
.ec-eyecatchRole__introTitle,
.ec-eyecatchRole__introSubTitle {
    font-family: "trajan-pro-3", serif !important;
}
/* =========================
   トップページ ROSE DARENA ブロック
   ========================= */
.ec-eyecatchRole {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    justify-content: center;
}

/* 画像 */
.ec-eyecatchRole__image img {
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    width: 400px;
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

/* テキスト */
.ec-eyecatchRole__intro {
    max-width: 500px;
    min-width: 300px;
}

.ec-eyecatchRole__introTitle {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 700;
    margin: 10px 0;
    color: #b94f7a;
    line-height: 1.35;
}

.ec-eyecatchRole__introDescription {
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 24px;
    color: #555;
}

/* ボタン */
.ec-blockBtn--top {
    display: inline-block;
    background: linear-gradient(135deg, #f7c6d0, #f284b1);
    color: #fff;
    padding: 14px 32px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 6px 12px rgba(0,0,0,0.1);
}

.ec-blockBtn--top:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.2);
}

/* レスポンシブ */
@media (max-width: 768px) {
    .ec-eyecatchRole {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .ec-eyecatchRole__introTitle {
        font-size: 24px;
        text-align: center;
    }

    .ec-eyecatchRole__introDescriptiron {
        font-size: 15px;
        text-align: center;
    }

    .ec-blockBtn--top {
        width: 80%;
        text-align: center;
        padding: 12px 0;
        font-size: 16px;
    }
}
.ec-eyecatchRole--top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 60px 20px;
    background-color: #fff8f9;
}

.ec-eyecatchRole--top .ec-eyecatchRole__image img {
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    width: 400px;
    max-width: 100%;
    height: auto;
}

.ec-eyecatchRole--top .ec-eyecatchRole__intro {
    max-width: 600px;
}

.ec-eyecatchRole--top .ec-eyecatchRole__introTitle {
    font-family: 'Sawarabi Mincho', serif;
    font-size: 28px;
    color: #e7a9b7;
    line-height: 1.4;
    margin-bottom: 10px;
}

.ec-eyecatchRole--top .ec-eyecatchRole__introSubTitle {
    font-family: 'Sawarabi Mincho', serif;
    font-size: 22px;
    color: #444;
    margin-bottom: 20px;
}

.ec-eyecatchRole--top .ec-eyecatchRole__introDescription {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #727171;
}

.ec-eyecatchRole--top .ec-blockBtn--top {
    display: inline-block;
    padding: 12px 30px;
    background-color: #e7a9b7;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.ec-eyecatchRole--top .ec-blockBtn--top:hover {
    background-color: #d98cae;
    transform: translateY(-2px);
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .ec-eyecatchRole--top {
        flex-direction: column;
        gap: 24px;
    }

    .ec-eyecatchRole--top .ec-eyecatchRole__image img {
        width: 90%;
    }

    .ec-eyecatchRole--top .ec-eyecatchRole__introTitle {
        font-size: 24px;
        text-align: center;
    }

    .ec-eyecatchRole--top .ec-eyecatchRole__introSubTitle {
        font-size: 18px;
        text-align: center;
    }

    .ec-eyecatchRole--top .ec-eyecatchRole__introDescription {
        font-size: 15px;
        text-align: center;
    }

    .ec-eyecatchRole--top .ec-blockBtn--top {
        width: 80%;
        text-align: center;
        padding: 12px 0;
        font-size: 16px;
    }
}
/* --- TOPページ NEWS moreボタン --- */
#news_readmore,
.news-more-btn {
    display: inline-block !important;
    background-color: #e76486 !important; /* ピンク背景 */
    color: #fff !important;               /* 白文字 */
    padding: 10px 25px !important;        /* ボタン内の余白 */
    border-radius: 30px !important;       /* 角丸 */
    font-size: 14px !important;
    font-weight: bold !important;
    text-align: center !important;
    margin: 20px auto 0 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;    /* リンク下線を消す */
}

/* hover時に少し明るく */
#news_readmore:hover,
.news-more-btn:hover {
    opacity: 0.85 !important;
    transform: translateY(-2px) !important;
}
/* 淡いピンク */
.itemAddCart,
.itemAddCart:hover {
    background-color: #ffc0cb; /* 薄いピンク */
    color: #fff;              /* 文字色を白に */
    border: none;             /* 枠線を消す場合 */
    transition: background-color 0.3s;
}
/* ===============================
   ベーススタイル
=============================== */
body, body * {
    font-family: "Noto Sans JP", sans-serif;
    color: #727171;
    line-height: 1.6;
}

/* ===============================
   見出し・英字フォント（Trajan Pro）
=============================== */
h1, h2, h3, h4, h5, h6,
a, .ec-itemNav__nav > li > a,
.ec-headerTitle__title a,
.ec-eyecatchRole__introTitle,
.ec-eyecatchRole__introSubTitle {
    font-family: "trajan-pro-3", serif !important;
}
/* ===============================
   日本語明示
=============================== */
:lang(ja), .jp, .ec-itemNav__nav > li > a.jp {
    font-family: "Noto Sans JP", sans-serif !important;
}
/* ニュース右端の折りたたみアイコン用 */
.ec-newsRole__newsCloseBtn i,
.ec-newsRole__newsCloseBtn .toggle-icon i {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900; /* solid アイコンの場合 */
    font-style: normal;
    display: inline-block;
}
/* スマホでも Font Awesome を強制適用 */
@media screen and (max-width: 768px) {
    .ec-newsRole__newsCloseBtn i,
    .ec-newsRole__newsCloseBtn .toggle-icon i {
        font-family: "Font Awesome 5 Free" !important;
        font-weight: 900 !important; /* solid アイコンの場合 */
        font-style: normal !important;
    }
}
/* スマホでも Font Awesome を強制適用 */
@media (max-width: 768px) {
  /* ハンバーガー用の i アイコン */
  .ec-drawerRoleClose i,
  .ec-drawerRoleOpen i, /* 開くボタンがある場合 */
  .fas {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important; /* solid の場合 */
    font-style: normal !important;
    display: inline-block !important;
    text-rendering: auto !important;
    -webkit-font-smoothing: antialiased !important;
  }
}
/* トップに戻るボタン（ec-blockTopBtn）文字サイズ調整 */
.ec-blockTopBtn {
    font-size: 12px !important;        /* 文字を小さく */
    line-height: 1.2 !important;       /* 行間を詰めて高さ内に収める */
    padding: 6px 12px !important;      /* 余白調整 */
    white-space: nowrap;               /* 改行しない */
    height: auto !important;           /* はみ出し防止 */
    width: auto !important;
}

/* 必要ならスマホだけさらに小さくする */
@media (max-width: 767px) {
    .ec-blockTopBtn {
        font-size: 11px !important;
        padding: 5px 10px !important;
    }
}