@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: #6D2308;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.025em;
}

.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;
}

.nowrap {
  white-space: nowrap;
}

.pc_hidden {
  display: none !important;
}

.lead {
  padding: 4px 20px 16px;
  position: relative;
  z-index: 90;
  background: #fff;
  text-align: center;
  font-feature-settings: normal;
  letter-spacing: 0;
}

.lead_ttl {
  color: #8b4513;
  font-size: 18px;
  font-weight: bold;
}

.lead_txt {
  font-size: 12px;
  line-height: 1.8;
}

.lead_txt strong.lead_ttl {
  display: block;
  font-style: normal;
  font-weight: 720;
  line-height: 1.2;
}
.lead_txt strong.lead_ttl:first-child {
  padding-top: 12px;
}
.lead_txt strong.lead_ttl + span {
  padding-top: 2px;
}

.lead_txt span {
  padding: 10px 0 0;
  display: block;
}

span.lead_small {
  font-size: 10px;
  line-height: 1.5;
}

.mainvisual {
  text-align: center;
}

.mainvisual img {
  width: 100%;
  height: auto;
}

/* ナビゲーション */
.navi {
  padding: 16px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: url(/shop_assets/genre/rlf23/images/menu_bg01.png) repeat-x;
}

.button-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.nav-button {
  padding: 3px 0.5em 1px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 170px;
  background-color: #fff;
  line-height: 1.27;
  text-decoration: none;
  gap: 0px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  filter: drop-shadow(0px 4px #C0E6F3);
}

.nav-btn-wrap {
  padding: 6px 0 9px;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  gap: 10px;
}

.button-text {
  color: #6D2308;
  font-size: 11px;
  font-weight: 900;
  text-align: center;
  white-space: nowrap;
}

.chevron {
  margin-top: -4px;
  flex-shrink: 0;
}

.button-nav.three-buttons {
  gap: 16px;
}

.button-nav.two-buttons {
  gap: 20px;
}

.chevron {
  color: #6D2308;
}

/* 商品エリア */
.sec {
  padding: 20px;
  position: relative;
}

.sec01 {
  background-color: #C0E6F3;
}

.sec02 {
  background: url(/shop_assets/genre/rlf42/images/bg05_pc.png) no-repeat center top, #F7DC6D;
  background-position: 43% 53%;
  background-size: 1179px auto;
}

.ttl {
  position: relative;
  color: #6D2308;
  font-weight: bold;
  text-align: center;
  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;
  letter-spacing: 0;
  font-feature-settings: normal;
}
.ttl::after {
  margin: -19px 0 0 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 413px;
  height: 68px;
  background: url(/shop_assets/genre/rlf23/images/ttl_bg_pc.png) no-repeat;
  background-size: contain;
  pointer-events: none;
  content: "";
}
.ttl.-issweets {
  letter-spacing: 0;
}
.ttl.-issweets::after {
  margin: -4px 0 0 3px;
  width: 419px;
  height: 70px;
  background: url(/shop_assets/genre/rlf23/images/ttl_bg_pc-sweets.png) no-repeat;
  background-size: contain;
}
.ttl.-issweets h2 {
  margin-bottom: 23px;
}
.ttl.-issweets p {
  margin-bottom: -3px;
  font-size: 16px;
}
.ttl.-is_category .ttl__category {
  font-size: 16px;
  letter-spacing: 0.01em;
  font-weight: 600;
}
.ttl.-is_category:after {
  content: none;
}
.ttl + .-is_category {
  margin-top: 30px;
}

.ttl h2 {
  margin: 3px 0 5px;
  color: #6D2308;
  font-size: 18px;
}

.ttl p {
  font-size: 12px;
  line-height: 1.83;
}

.product-card {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 335px;
  overflow: hidden;
  background-color: #f5ebe5;
}

.product-image {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #f8f4e8;
}

.product-image img {
  display: block;
  width: 100%;
  height: auto;
}

.click-button {
  display: none;
}

.product-area {
  padding: 6px 10px 7px;
  display: block !important;
  flex: 1;
  background-color: #fff;
}

.product-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.product-item {
  padding: 4px 0;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  letter-spacing: 0;
  transition: opacity 0.2s;
}
.product-item + .product-explanation {
  margin: 7px 0 1px;
}
.product-item:last-child .product-explanation:after {
  content: none;
}

a.product-item:hover {
  opacity: 0.7;
}

.product-name {
  flex: 1;
  line-height: 1.71;
}

.product-price {
  margin-left: 16px;
  white-space: nowrap;
}

.item_btn-wrap {
  margin: 30px 0;
  display: flex;
  justify-content: center;
  gap: 50px;
}
.item_btn-wrap:last-child {
  margin-bottom: 20px;
}
.item_btn-wrap + .ttl.-is_category {
  margin-top: 60px;
}

.item_link-btn {
  padding: 0.5em;
  border: 1px solid #CCC;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 420px;
  height: 50px;
  color: #6D2308;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  letter-spacing: 0;
  font-feature-settings: normal;
}
.item_link-btn::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 5.5px;
  height: 11px;
  background: url("/shop_assets/genre/rlf23/images/arrow-right.png") no-repeat;
  background-size: contain;
  content: "";
}

/*特集エリア*/
.contetnt-container .loftlp-cosmetics.-isFestival {
  position: relative;
  background: #86CEC2;
  background-size: 100% auto;
}

.ttl_h2 {
  margin: auto !important;
  margin-bottom: 30px;
  width: 118px;
}

.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-radius: 8px;
  position: relative;
}
.contetnt-container .loftlp-cosmetics.-isFestival .loftlp-leftPhotoBox + .item_btn-wrap {
  margin-top: 50px;
}

.contetnt-container .loftlp-leftPhotoBox {
  margin: 0 auto;
  display: flex;
  width: 1112px;
  background: #ffffff;
}

.contetnt-container .loftlp-leftPhotoBox .loftlp-leftPhotoBox__Photo {
  padding: 50px 0 50px 50px;
  flex-shrink: 0;
  width: 51%;
}

.contetnt-container .loftlp-leftPhotoBox .loftlp-leftPhotoBox__Text {
  padding: 50px 52px 60px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #6D2308;
  text-align: left;
  letter-spacing: 0;
}

.loftlp-leftPhotoBox__ttl {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center !important;
}

.loftlp-leftPhotoBox__Lead {
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
  letter-spacing: 0;
}

.txt_link {
  text-underline-offset: 0.2em;
  text-decoration: underline !important;
}

p.img_txt {
  margin-top: 10px;
  color: #000;
  font-size: 10px;
  text-align: right;
}

.ttl_h2 {
  color: #9B463E;
  font-weight: 900;
  text-align: center;
}

.ttl span {
  font-size: 10px;
}

.br_sp {
  display: none;
}

.credit {
  margin: auto;
  margin-top: 30px;
  width: 92px;
}

.loftlp-pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 10;
  width: 50px;
}

a.product-item {
  text-decoration: underline;
}

.anker {
  margin: 0;
  border: none;
  display: block;
  position: absolute;
  top: -60px;
}

.product-explanation {
  position: relative;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.667;
}
.product-explanation:after {
  display: block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 224px;
  height: 1px;
  background: #C0E6F3;
  content: "";
}

.product-list span {
  display: block;
}

span.product-explanation {
  margin-top: 1em;
}

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_container.-issweets_container {
  padding-top: 19px;
}

.item_wrap {
  margin: 0 auto;
  padding: 10px 0 20px;
  display: grid;
  max-width: 1045px;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.item_wrap + .-is_category {
  margin: 9px 0 0;
}
.item_wrap:not(:has(> :nth-child(3))) {
  display: flex;
  justify-content: center;
}

.item_wrap + .item_wrap {
  padding-top: 0;
}

.item_wrap.-issecond {
  padding-top: 0;
}

.item_wrap.-is2colomn {
  width: 680px;
  grid-template-columns: repeat(2, 1fr);
}

.item_wrap-notice {
  margin: -10px auto 30px;
  color: #6D2308;
  font-size: 10px;
  text-align: center;
}
.item_wrap-notice p {
  display: inline-table;
  letter-spacing: 0;
}
.item_wrap-notice p::before {
  display: table-cell;
  width: 1em;
  content: "※";
}
.item_wrap-notice.-no-notice p::before {
  content: none;
}

/* 追従ナビ
/* .c-fix-nav
-------------------------------------- */
.c-fix-nav {
  position: fixed;
  top: 127px;
  left: 0;
  z-index: 199;
  width: 100%;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  opacity: 0;
}

.c-fix-nav.is-view {
  visibility: visible;
  opacity: 1;
}

.c-fix-nav.is-hide {
  visibility: hidden;
  opacity: 0;
}

.c-fix-nav__menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 1280px;
  height: 55px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.c-fix-nav__menu.is-red {
  background: url(/shop_assets/genre/rlf23/images/menu_bg01.png) repeat-x;
}

.c-fix-nav__menu.is-blue {
  background-color: #44729d;
}

.c-fix-nav__menu__left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 108px;
}

.c-fix-nav__page__link {
  color: #fff;
  font-family: "Domine", serif;
  line-height: 1;
  text-align: center;
  font-feature-settings: "palt";
}

.c-fix-nav__page__name {
  display: inline-block;
  font-size: 26px;
}

.c-fix-nav__page__year {
  margin-left: 5px;
  display: inline-block;
  font-size: 26px;
}

.c-fix-nav__top {
  margin-right: 30px;
  width: 187px;
}

.c-fix-nav__top__link {
  padding: 0 22px 0 0;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 187px;
  height: 35px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  font-feature-settings: "palt";
}

.c-fix-nav__top__link:before {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translate(0, -50%);
  width: 21px;
  height: 21px;
  background: url(/shop_assets/genre/rcb03/images/ico-fix-top5.png) no-repeat 50% 50%;
  background-size: contain;
  content: "";
}

.c-fix-nav__other {
  width: 100px;
}

.c-fix-nav__other__link {
  padding-left: 16px;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 80px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.125;
  font-feature-settings: "palt";
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.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 {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%) rotate(45deg);
  width: 10px;
  height: 10px;
  content: "";
}

.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 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 202;
  width: 100%;
  height: 100dvh;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  opacity: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.c-fix-content.is-open {
  visibility: visible;
  opacity: 1;
}

.c-fix-content.is-red {
  background: url(/shop_assets/genre/rlf23/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: flex;
  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 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  font-feature-settings: "palt";
}

.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 {
  display: block;
  font-size: 18px;
  font-weight: 500;
}

/* .nav-btn
-------------------------------------- */
.nav-btn {
  position: relative;
  z-index: 10;
  width: 108px;
  height: 55px;
  cursor: pointer;
}

.nav-btn__line {
  position: absolute;
  left: 33px;
  width: 42px;
  height: 2px;
  background-color: #fff;
  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 {
  display: block;
  position: absolute;
  top: 35px;
  right: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  font-feature-settings: "palt";
}

.nav-btn.is-open {
  background: transparent;
}

.nav-btn.is-open .nav-btn__line:nth-child(1) {
  top: 18px;
  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;
  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;
  border-top: none;
  background-color: #AFD2CD;
}

.ttl.-ismg h2 {
  margin-bottom: 32px;
  vertical-align: middle;
}
