@charset "UTF-8";
@keyframes skewanime {
  0% {
    opacity: 0;
  }
  50% {
    background: rgba(56, 42, 36, 0.4);
  }
  100% {
    left: -10%;
    background: #382a24;
    opacity: 1; /*画面の見えていない左から右へ移動する終了地点*/
  }
}
@keyframes skewanime {
  0% {
    opacity: 0;
  }
  50% {
    background: rgba(56, 42, 36, 0.4);
  }
  100% {
    left: -10%;
    background: #6237a5;
    opacity: 1;
  }
}
html {
  overflow-y: visible;
}
body {
  width: 100%;
}
/* 非表示コンテンツ */
/* ヘッダー,パンくず */
ul.breadcrumb {
  display: none;
}

/* レフトナビ */
.pane-left-menu,
.narrowdown-container,
.eventgenrename {
  display: none;
}
.main-container {
  padding: 0;
  width: 100%;
  min-width: 1280px;
  max-width: 100%;
}
.event-genre-container.slide-view, .event-genre-container.thumbnail-view, .event-genre-container.rankingslide-view {
  margin-top: -60px;
  z-index: auto;
}
.contetnt-container .list-container {
  max-width: 100%;
}
footer {
  margin-top: 0;
  min-width: 1280px;
}

.contetnt-container {
  /*padding-top: 127px;*/
  margin-top: -20px;
  overflow: hidden;
  color: #BE1A20;
    font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.025em;
  font-weight: 600;
}
.contetnt-container img{
  width: 100%;
  height: auto;
}
.contetnt-container h2, .contetnt-container .headingH2, .contetnt-container h3, .contetnt-container .headingH3, .contetnt-container h4, .contetnt-container .headingH4 {
  margin: 0;
  padding: 0;
  border: none;
}
.contetnt-container a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s;
}
.contetnt-container a:hover {
  opacity: 0.8;
}
.contetnt-container a:hover img {
  opacity: 1;
}



.contetnt-container .pc_hidden {
  display: none !important;
}



.lead{
    padding: 4px 20px 20px;
    position: relative;
    z-index: 90;
    background: #fff;
    text-align: center;
}
.lead_ttl{
  font-size: 18px;
  color: #8b4513;
  font-weight: bold;
  
}
.lead_txt{
  font-size: 12px;
  line-height: 1.8;
}
.lead_txt span{
  padding: 10px 0 0;
  display: block;
}
span.lead_small{
  font-size: 10px;
}

.mainvisual{
    text-align: center;
}
.mainvisual img{
    width: 100%;
    height: auto;
}


/* ナビゲーション */
.navi {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 10px;
background: url(/shop_assets/genre/rst46s/images/menu_bg01.png) repeat-x;
  position: relative;
}


.button-nav {
  display: flex;
  justify-content: center;
  gap:10px;
  flex-wrap: wrap;
}

.nav-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
    width: 150px;
    padding: 8px 16px 0 16px;
    background-color: #fff;
    text-decoration: none;
    border-radius: 12px;
    transition: background-color 0.2s 
ease;
    cursor: pointer;
    filter: drop-shadow(0px 4px #AFD2CD);
}



.button-text {
  color:#BE1A20;
  font-size: 11px;
  font-weight: 900;
  text-align: center;
  white-space: nowrap;
}

.chevron {
  flex-shrink: 0;
    margin-top: -4px;
}

.button-nav.three-buttons {
  gap: 16px;
}

.button-nav.two-buttons {
  gap: 20px;
}
.chevron{
color: #BE1A20;
}


/* 商品エリア */
.sec{
  padding: 20px;
  position: relative;
}
.sec01{
  background-color: #AFD2CD;
}
.sec02{
background: url(/shop_assets/genre/rlf42/images/bg05_pc.png) no-repeat center top, #F7DC6D;
    background-size: 1179px auto;
    background-position: 43% 53%;

}
.ttl{
  text-align: center;
        font-weight: bold;
  color: #BE1A20;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff;
    background: url(/shop_assets/genre/rst46s/images/ttl_bg_pc.png) no-repeat;
    background-size: 500px;
    background-position: top center;
}
  
  
.ttl h2{
  font-size: 18px;
    color: #BE1A20;
    margin-bottom: 16px;
}
.ttl p{
  font-size: 12px;
}

.item_wrap {
  max-width: 1045px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px 0;
}

.product-card {
  background-color: #f5ebe5;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
   align-self: start; /* Added to prevent stretching across rows */
   width: 315px;
}

.product-image {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #f8f4e8;
}

.product-image img {
  width: 100%;
  height: auto;
  display: block;
}

.click-button {
  display: none;
}

.product-area {
  padding:10px 20px;
  background-color: #fff;
  display: block !important;
  flex: 1;
}

.product-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.product-item {

  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.5;
  transition: opacity 0.2s;
}

a.product-item:hover {
  opacity: 0.7;
}

.product-name {
  flex: 1;

}

.product-price {

  white-space: nowrap;
  margin-left: 16px;
}


/*特集エリア*/
.contetnt-container .loftlp-cosmetics.-isFestival {
    background: #B09ACC;
    background-size: 100% auto;
    position: relative;
}
.ttl_h2 {
    width: 184px;
    margin: auto !important;
    margin-bottom: 30px;
}

.contetnt-container .loftlp-cosmetics {
    padding: 50px 0 30px;
    position: relative;
    z-index: 0;
    background-size: 100% auto;
}
.contetnt-container .loftlp-inner {
    margin: 0 auto;
    width: 1280px;
}
.contetnt-container .loftlp-cosmetics.-isFestival .loftlp-leftPhotoBox {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 2px solid #BE1A20;
    border-radius: 8px;
    position: relative;
}
.contetnt-container .loftlp-leftPhotoBox {
    margin: 0 auto;
    display: flex;
    width: 1112px;
    background: #ffffff;
}
.contetnt-container .loftlp-leftPhotoBox .loftlp-leftPhotoBox__Photo {
    flex-shrink: 0;
    padding: 50px 0 50px 50px;
    width: 51%;
}
.contetnt-container .loftlp-leftPhotoBox .loftlp-leftPhotoBox__Text {
    padding: 50px 52px 60px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    letter-spacing: 0;
    color: #BE1A20;
}
.loftlp-leftPhotoBox__ttl{
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 16px;
  font-weight: bold;
  text-align: center !important;

}
.loftlp-leftPhotoBox__Lead{
  font-size: 14px;
  line-height: 1.7;
  text-align: left;

}
.txt_link{

  text-decoration: underline !important;
}
p.img_txt{
  font-size: 10px;
  color: #000;
  text-align: right;
  margin-top: 10px;
}
.ttl_h2{
 color: #9B463E;
 font-weight: 900;
 text-align: center;
}
.ttl span{
  font-size: 10px;
}

/* モーダル */
.modal[hidden] { display: none; } /* hidden 属性で非表示制御 */
.modal {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: flex;      /* Flex で中央寄せ */
  align-items: center;/* 縦中央 */
  justify-content: center;/* 横中央 */

}
.modal__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.5); }
.modal__dialog {
  position: relative;
      max-width: 502px;
    height: 550px;
  margin: 24px auto;
  background: #fff; border-radius: 12px;
  padding: 30px; box-shadow: 0 20px 40px rgba(0,0,0,.2);

}
.modal__close {
  position: absolute; right: 8px; top: 8px;
  width: 36px; height: 36px; border: 0; background: transparent;
  font-size: 24px; cursor: pointer;
}

/* モーダル表示中は背景スクロールを止める */
html.modal-open, body.modal-open { overflow: hidden; }
.modal-title {
    text-align: center;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.modal-title {
    text-align: center;
    font-size: 18px;
    color: #333;
    font-weight: bold;
        margin-bottom: 10px;
}
.modal-desc{
  font-size: 16px;
  color: #333;
  text-align: center;
  font-weight: normal;

}
p.img_txt.-ismodal {
    font-size: 10px;
    text-align: right;
    color: #000;
}
.modai_image {
    margin-bottom: 20px;
}
.modal__close img {
  display: block; width: 100%; height: 100%; object-fit: contain;
}

.modal__close {
    position: absolute;
    top: -18px;
    right: -17px;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
}


.followtxt {
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
    font-size: 12px;
}
nav.button-nav.-isfollow a span {
    font-size: 12px !important;
}
.navi.-ismodal {
    padding: 0;
}

.br_sp{
  display: none;
}

.credit {
    width: 92px;
    margin: auto;
    margin-top: 30px;
}
.loftlp-pagetop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    z-index: 10;
}

a.product-item {
    text-decoration: underline;
}
.anker{
      display: block;
    border: none;
    margin: 0;
    position: absolute;
    top: -60px;
}

.product-explanation{
  font-size: 9px;
}
.product-list span{
  display: block;
}
span.product-explanation {
    margin-top: 16px;
}
a.product-item.-linknone {
    text-decoration: none;
    pointer-events: none;
}
a.product-item.-linknone:hover{
  opacity: 1;
}
.product-item.-linknone:hover{
    opacity: 1;
}
.item_container {
    padding: 10px 0;
    position: relative;
}
.item_wrap.-issecond {
    padding-top: 0;
}
.item_wrap.-is2colomn{
      grid-template-columns: repeat(2, 1fr);
    width: 680px;
}


.accordion-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(490px, 1fr));
    gap: 20px;
    width: 1000px;
    margin: auto;
      align-items: start; 
      margin-top: 16px;
}

    .accordion-item {
      background: #EDF4F3;
      border: 2px solid #BE1A20;
      border-radius:8px;
      overflow: hidden;
      transition: box-shadow 0.3s ease;
    }


    .accordion-header {
      display: flex;
      align-items: flex-start;
      gap: 1rem;
      padding: 18px;
      cursor: pointer;
      transition: background-color 0.2s ease;
      border: none;
      width: 100%;
      text-align: left;
          background: #EDF4F3;
    }


    .accordion-icon {

      width: 24px;
      flex-shrink: 0;
    }

    .accordion-title-wrapper {
      flex: 1;
    }

    .accordion-title {
      font-size: 12px;
      font-weight: bold;
      color: #BE1A20;
    }

    .accordion-subtitle {
      color: #BE1A20;
      font-size: 0.875rem;
      font-weight: 600;
      white-space: pre-line;
      margin-top: 0.25rem;
    }

    .accordion-toggle {
      width: 24px;
      height: 24px;
      border: 2px solid #BE1A20;
      border-radius: 50%;
      background: white;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      transition: transform 0.2s ease;
      cursor: pointer;
    }

    .accordion-toggle:hover {
      transform: scale(1.1);
    }

    .accordion-toggle svg {
      width: 1.25rem;
      height: 1.25rem;
      stroke: #BE1A20;
      stroke-width: 2;
    }

    .accordion-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease;
    }

    .accordion-body {
      padding:18px;
      padding-top: 0;
      display: flex;
      gap: 1rem;
      flex-wrap: wrap;
    }

    .accordion-text {
      flex: 1;
      min-width: 200px;
      text-align: left;
    }

    .accordion-text p {
      color: #BE1A20;
      font-size: 10px;
      line-height: 1.6;
    padding-bottom: 8px;
}

    .accordion-image {
      width: 133px;
      height: 133px;
      border-radius: 0.5rem;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    span.ac_subttl {
    font-size: 12px;
}
/* 追従ナビ
/* .c-fix-nav
-------------------------------------- */
 .c-fix-nav {
  position: fixed;
  top: 127px;
  left: 0;
  width: 100%;
  z-index: 199;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
}
 .c-fix-nav.is-view {
  opacity: 1;
  visibility: visible;
}
 .c-fix-nav.is-hide {
  opacity: 0;
  visibility: hidden;
}
 .c-fix-nav__menu {
  min-width:1280px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: flex-end;
}
 .c-fix-nav__menu.is-red {
  background: url(/shop_assets/genre/rst46s/images/menu_bg01.png) repeat-x;
 }
 .c-fix-nav__menu.is-blue {
  background-color: #44729d;
}
 .c-fix-nav__menu__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;

          width: 108px;
}
 .c-fix-nav__page__link {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Domine", serif;
  text-align: center;
  line-height: 1;
  color: #fff;
}
 .c-fix-nav__page__name {
  display: inline-block;
  font-size: 26px;
}
 .c-fix-nav__page__year {
  display: inline-block;
  font-size: 26px;
  margin-left: 5px;
}
 .c-fix-nav__top {
  width: 187px;
  margin-right: 30px;
}
 .c-fix-nav__top__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 187px;
  height: 35px;
  background-color: #fff;
  border-radius: 24px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding: 0 22px 0 0;
  letter-spacing: 0.1em;
}
 .c-fix-nav__top__link:before {
  content: "";
  background: url(/shop_assets/genre/rcb03/images/ico-fix-top5.png) no-repeat 50% 50%;
  background-size: contain;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
 .c-fix-nav__other {
  width: 100px;
}
 .c-fix-nav__other__link {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 16px;
  font-weight: bold;
  line-height: 1.125;
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 16px;
  position: relative;
  color: #fff;
}
 .c-fix-nav__other__link.is-blue {
  background-color: #44729d;
}
 .c-fix-nav__other__link.is-red {
  background-color: #a63b32;
}
 .c-fix-nav__other__link:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
.c-fix-nav__menu{
  z-index:199;
}
.c-fix-nav__page{
  min-width: 1000px;
}
.c-fix-nav__page .loftlp-localnavi__List{
  width: 100% !important;
  max-width: 1280px !important;
}

/* .c-fix-content
-------------------------------------- */
 .c-fix-content {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 202;
  width: 100%;
  height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
 .c-fix-content.is-open {
  opacity: 1;
  visibility: visible;
}
 .c-fix-content.is-red {
  background: url(/shop_assets/genre/rst46s/images/menu_bg01.png) repeat center top;
      background-size: 100% auto;
}
 .c-fix-content.is-blue {
  background-color: #d7f6f9;
}
 .c-fix-content__close {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 80px;
  height: 80px;
  cursor: pointer;
}
 .c-fix-content__nav.is-column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 100px;
}
 .c-fix-content__nav__item {
  line-height: 1;
}
 .c-fix-content__nav__item + .c-fix-content__nav__item {
  margin-top: 40px;
}
 .c-fix-content__nav__link {
  line-height: 1.2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 28px;
  font-weight: bold;
}
 .c-fix-content__nav__link .txt.is-red {
  color: #a63b31;
}
 .c-fix-content__nav__link .txt.is-blue {
  color: #46739d;
}
 .c-fix-content__nav__link .stxt {
  font-size: 18px;
  font-weight: 500;
  display: block;
}

/* .nav-btn
-------------------------------------- */
.nav-btn {
  position: relative;
  width: 108px;
  height: 55px;
  cursor: pointer;
  z-index: 10;
}
.nav-btn__line {
  position: absolute;
  left: 33px;
  width: 42px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.nav-btn__line:nth-child(1) {
  top: 8px;
}
.nav-btn__line:nth-child(2) {
  top: 18px;
}
.nav-btn__line:nth-child(3) {
  top: 28px;
}
.nav-btn__chara {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #fff;
  text-align: center;
  width: 100%;
  display: block;
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
}
.nav-btn.is-open {
  background: transparent;
}
.nav-btn.is-open .nav-btn__line:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.nav-btn.is-open .nav-btn__line:nth-child(2) {
  opacity: 0;
}
.nav-btn.is-open .nav-btn__line:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-fix-obi_nav_link{
  font-size: 18px !important;
}
.c-fix-obi_nav_link::after{
  content: none !important;
}
a.c-fix-content__nav__link.js-fix-content-link {
    color: #fff;
}

.anker_hr {
    position: absolute;
    top: -30px;
}
nav.button-nav.-isend {
    margin-top: 10px;
}
hr.product_hr {
    margin: 5px 10px;
    background-color: #AFD2CD;
    border-top: none;
}
.ttl.-ismg h2 {
    margin-bottom: 32px;
    vertical-align: middle;
}