@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;
}
/*div.main-container.obibnr-container {
  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: #843021;
  font-family: "M PLUS 1p", 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: 16px 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{
  max-height: 473px;
    background:linear-gradient(to right, #F9EAE7 50%, #E8A4B1 50%);
    text-align: center;
}
.mainvisual img{
    width: 100%;
    max-width: 1440px;
    height: auto;
}


/* ナビゲーション */
.navi {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 10px;
  background-color: #F9EAE7;
  position: relative;
}


.button-nav {
  display: flex;
  justify-content: center;
  gap:40px;
  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: #2aacb8;
  text-decoration: none;
  border-radius: 12px;
  transition: background-color 0.2s ease;
  cursor: pointer;
  filter: drop-shadow(0px 4px #8C65A4);
}

.nav-button:hover {
  background-color: #259ba6;
}

.button-text {
  color:#fff;
  font-size: 14px;
  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: #fff;
}


/* 商品エリア */
.sec{
  padding: 20px;
  position: relative;
}
.sec01{
  background-color: #E8A4B1;
}
.sec02{
background: url(/shop_assets/genre/rlf42/images/bg05_pc.png) no-repeat center top, #F7DC6D;
    background-size: 1179px auto;
    background-position: 43% 53%;

}
.item_wrap {
  max-width: 710px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  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 */
}

.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: #f5ebe5;
  display: block !important;
  flex: 1;
}

.product-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.product-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  text-decoration: none;
  color: #333;
  font-size: 13px;
  line-height: 1.5;
  transition: opacity 0.2s;
}

.product-item:hover {
  opacity: 0.7;
}

.product-name {
  flex: 1;
  color: #8b4513;
}

.product-price {
  color: #8b4513;
  white-space: nowrap;
  margin-left: 16px;
}

.close-button {
  display: none;
}
.sec_image{

}
.sec_image02 {
    width: 218px;
    margin-top: 20px;

}
.sec_image01 {
    width: 463px;
    margin: auto;
}
.sec_image03 {
    width: 444px;
    margin: auto;
}
.sec_image04{
  width: 500px;
  margin: auto;
}
.sec_image05{
    position: absolute;
    top: 3379px;
    width: 414px;
    left: 17%;
    z-index: 0;
}
.sec_image06{
  width: 500px;
  margin: auto;
}

/*特集エリア*/
.contetnt-container .loftlp-cosmetics.-isFestival {
    background: #D2DC7B;
    background-size: 100% auto;
    position: relative;
}
.ttl_h2 {
    width: 332px;
    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;
}
.contetnt-container .loftlp-leftPhotoBox {
    margin: 0 auto;
    display: flex;
    width: 1111px;
    background: #ffffff;
}
.contetnt-container .loftlp-leftPhotoBox .loftlp-leftPhotoBox__Photo {
    flex-shrink: 0;
    padding: 50px 0 50px 50px;
    width: 51.486%;
}
.contetnt-container .loftlp-leftPhotoBox .loftlp-leftPhotoBox__Text {
    padding: 50px 52px 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    letter-spacing: 0;
    color: #333;
}
.loftlp-leftPhotoBox__ttl{
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 16px;
  font-weight: bold;

}
.loftlp-leftPhotoBox__Lead{
  font-size: 14px;
  line-height: 1.7;
  text-align: left;

}
.txt_link{
  color:#0098A8 !important ;
  text-decoration: underline !important;
}
p.img_txt{
  font-size: 10px;
  color: #000;
  text-align: right;
  margin-top: 10px;
}
.ttl_h2{
 font-size: 48px;
 color: #9B463E;
 font-weight: 900;
 text-align: center;
}

/* モーダル */
.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;
}

/* 追従メニュー */
/* 追従ナビ
/* .c-fix-nav
-------------------------------------- */
.event-genre-container .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;
}

.event-genre-container .c-fix-nav.is-view {
  opacity: 1;
  visibility: visible;
}
.event-genre-container .c-fix-nav.is-hide {
  opacity: 0;
  visibility: hidden;
}
.event-genre-container .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: space-between;
}
.event-genre-container .c-fix-nav__menu.is-red {
  background-color: #F9EAE7;
  height: 88px;
}

.event-genre-container .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;
          background-color: #F5E27B;
          width: 108px;
}
.event-genre-container .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;
}
.event-genre-container .c-fix-nav__page__name {
  display: inline-block;
  font-size: 26px;
}
.event-genre-container .c-fix-nav__page__year {
  display: inline-block;
  font-size: 26px;
  margin-left: 5px;
}
.event-genre-container .c-fix-nav__top {
  width: 187px;
  margin-right: 30px;
}
.event-genre-container .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;
}
.event-genre-container .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%);
}
.event-genre-container .c-fix-nav__other {
  width: 100px;
}
.event-genre-container .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;
}
.event-genre-container .c-fix-nav__other__link.is-blue {
  background-color: #44729d;
}
.event-genre-container .c-fix-nav__other__link.is-red {
  background-color: #a63b32;
}
.event-genre-container .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{
  width: 100%;
}
.c-fix-nav__page .loftlp-localnavi__List{
  width: 100% !important;
  max-width: 1280px !important;
}
.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 {
    pointer-events: none;
}
.anker{
      display: block;
    border: none;
    margin: 0;
    position: absolute;
    top: -60px;
}