@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: #79609D;
  font-family: "M PLUS 1p", sans-serif;
  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: 17px 20px 15px;
    position: relative;
    z-index: 90;
    background: #fff;
    text-align: center;
}
.lead_ttl{
  font-size: 18px;
  color: #79609D;
  font-weight: bold;
  letter-spacing: .015em;
}
.lead_txt{
  font-size: 12px;
  line-height: 1.83333;
}
.lead_txt span{
  padding: 10px 0 0;
  display: block;
}
.lead_txt span + span{
  padding: 8px 0 0;
}
span.lead_small{
  font-size: 10px;
  line-height: 1.6;
}
span.lead_small a{
  color: #F15578;
  text-decoration: underline;
}

.mainvisual{
    text-align: center;
}
.mainvisual img{
    width: 100%;
    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: 23px 0 32px;
  position: relative;
}
.sec01{
  background-color: #F4D5DD;
}
.item_wrap {
  max-width: 710px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  padding: 16px 0 24px;
  position: relative;
}

.item_wrap::after {
  content: "";
  position: absolute;
}

.item_wrap:nth-of-type(3)::after {
  background: url(/shop_assets/genre/rlf34/images/bg_02_pc.png) no-repeat;
  width: 261px;
  height: 203px;
  top: -100px;
  right: -301px;
}

.item_wrap:nth-of-type(4)::after {
  background: url(/shop_assets/genre/rlf34/images/bg_03_pc.png) no-repeat;
  width: 220px;
  height: 268px;
  top: 39px;
  left: -260px;
}

.item_wrap:nth-of-type(5)::after {
  background: url(/shop_assets/genre/rlf34/images/bg_04_pc.png) no-repeat;
  width: 250px;
  height: 236px;
  top: 221px;
  right: -292px;
}

.product-card {
  background-color: #fff;
  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 17px 21px;
  background-color: #fff;
  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: 4px 0;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  line-height: 1.6;
  transition: opacity 0.2s;
}

.product-item:hover {
  opacity: 0.7;
}

.product-name {
  flex: 1;
  color: #79609D;
}

.product-price {
  color: #79609D;
  white-space: nowrap;
  margin-left: 40px;
}

.product-explanation {
  margin: -3px 0 -5px;
  font-size: 10px;
  line-height: 1.6;
}

.close-button {
  display: none;
}
.sec_image{

}
.sec_image02 {
    width: 710px;
    margin: auto;

}
.sec_image01 {
    width: 553px;
    margin: auto;
}
.sec_image03 {
    width: 710px;
    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: #E9E4F0;
    background-size: 100% auto;
    position: relative;
}
.ttl_h2 {
    width: 380px;
    margin: auto !important;
    margin-bottom: 30px;
}

.contetnt-container .loftlp-cosmetics {
    padding: 59px 0 60px;
    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:nth-of-type(2) .loftlp-leftPhotoBox__Text {
  padding: 57px 57px 75px 39px;
}
.contetnt-container .loftlp-leftPhotoBox .loftlp-leftPhotoBox__Photo {
    flex-shrink: 0;
    padding: 57px 0 57px 57px;
    width: 580px;
}
.contetnt-container .loftlp-leftPhotoBox .loftlp-leftPhotoBox__Text {
    padding: 57px 57px 170px 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0;
    color: #333;
}
.loftlp-leftPhotoBox__ttl{
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 16px;
  font-weight: bold;

}
.loftlp-leftPhotoBox__Lead{
  font-size: 14px;
  line-height: 1.6;
  text-align: left;

}
.txt_link{
  color:#F15578 !important ;
  text-decoration: underline !important;
  text-underline-position: from-font;
}
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;
}

.link-list-features {
  margin: 0 auto;
  width: 420px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.2;
  border-radius: 5px;
  border: 1px solid #CCC;
  background: #fff;
  position: relative;
}

.link-list-features::after {
  content: "";
  background: url(/shop_assets/genre/rlf34/images/ico-link-list-features.png) no-repeat;
  background-size: 100% auto;
  width: 6.5px;
  height: 12px;
  position: absolute;
  right: 7.5px;
  top: 51%;
  transform: translateY(-50%);
}

.link-list-features span { color: #000; }

/* モーダル */
.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;
}