@charset "UTF-8";

#header.pane-header.fixed {
  display: none;
}
@media only screen and (max-width: 767px) {
  header {
    position: static !important;
    top: auto !important;
    transform: none !important;
    transition: none !important;
  }
  #block_header_bottom_search {
    display: none;
  }
}

/* 既存レイアウト調整 */
.page-event #header {
  margin-bottom: 0;
}
.page-event .pane-contents .container {
  display: block;
  width: 100%;
}
.page-event .pane-contents .container .pane-left-menu {
  display: none;
}
.page-event .pane-contents .container .pane-main {
  margin-bottom: 0;
  width: 100%;
}
.page-event .block-event-page--accessory {
  display: none;
}
.page-event .block-top-event--header {
  display: none;
}
.page-event .block-event-page--goods {
  margin: 0;
}
.page-event .block-ranking-r--description {
  position: relative;
}

/*-----------------------------------------
BASE
-----------------------------------------*/
#lunlun {
  --ff-poppins: "Poppins", sans-serif;
  background-color: #E0F7FF;
  font-weight: 500;
}
#lunlun h1,
#lunlun h2,
#lunlun h3,
#lunlun h4 {
  padding: 0;
  margin: 0;
  font-weight: normal;
}
#lunlun a {
  color: inherit;
  transition: all .3s;
}
#lunlun a:hover {
  opacity: 0.7;
}
#lunlun a:hover img {
  opacity: 1;
}
#lunlun img {
  max-width: 100%;
  vertical-align: bottom;
}
#lunlun strong {
  font-weight: inherit;
}

/*-----------------------------------------
PC/SP切り替え
-----------------------------------------*/
@media only screen and (min-width: 768px) {
  #lunlun .sp-only {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #lunlun .pc-only {
    display: none;
  }
}

/*-----------------------------------------
common
-----------------------------------------*/
#lunlun .sec-inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}
#lunlun .sec-inner > *:last-child {
  margin-bottom: 0;
}
#lunlun .read-more {
  display: none;
}
#lunlun .more-btn {
  text-align: center;
}
#lunlun .more-btn a {
  background-color: #962646;
  border-radius: 9999px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  line-height: calc(28 / 15);
  text-align: center;
  padding: 9px 20px;
  min-width: 340px;
}
#lunlun .disable-btn {
  text-align: center;
}
#lunlun .disable-btn span {
  background-color: #AAAAAA;
  border-radius: 9999px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  line-height: calc(28 / 15);
  text-align: center;
  padding: 9px 20px;
  min-width: 340px;
}
#lunlun .title {
  margin: 0 auto 40px;
  font-weight: 600;
  font-size: 50px;
  line-height: 1;
  text-align: center;
  color: #C44156;
}
@media only screen and (max-width: 767px) {
  #lunlun .sec-inner {
    padding-inline: calc(15 / 430 * 100vw);
  }
  #lunlun .more-btn a {
    font-size: calc(15 / 430 * 100vw);
    padding-block: calc(12 / 430 * 100vw);
    padding-inline: calc(10 / 430 * 100vw);
    min-width: auto;
    width: 100%;
  }
  #lunlun .disable-btn span {
    font-size: calc(15 / 430 * 100vw);
    padding-block: calc(12 / 430 * 100vw);
    padding-inline: calc(10 / 430 * 100vw);
    min-width: auto;
    width: 100%;
  }
  #lunlun .title {
    margin: 0 -10px 24px;
    font-size: calc(19 / 375 * 100vw);
  }
  #lunlun .box2 + .title {
    margin-top: 40px;
  }
}

/*-----------------------------------------
中央寄せ
-----------------------------------------*/
#lunlun .ac {
  text-align: center;
}

/*-----------------------------------------
下マージン打消し
-----------------------------------------*/
#lunlun .mb-0 {
  margin-bottom: 0!important;
}

/*-----------------------------------------
文章
-----------------------------------------*/
#lunlun .mod-txt {
  color: #76505B;
  letter-spacing: .04em;
  line-height: 1.8;
  margin-bottom: 16px;
}
#lunlun .mod-txt span {
  display: inline-block;
}
#lunlun .txt-red {
  color: #C44156;
}
#lunlun .txt-bold {
  font-weight: bold;
}
#lunlun .txt-size1 {
  font-size: 12px;
}
#lunlun .txt-size2 {
  font-size: 16px;
}
#lunlun .txt-size3 {
  font-size: 18px;
}
#lunlun .txt-size4 {
  font-size: 20px;
}
#lunlun .txt-size5 {
  font-size: 22px;
}
#lunlun .txt-size6 {
  font-size: 24px;
  line-height: 1;
}
#lunlun .txt-size7 {
  font-size: 32px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  #lunlun .mod-txt {
    line-height: 1.6;
    margin-bottom: calc(16 / 375 * 100vw);
  }
  #lunlun .txt-size1 {
    font-size: calc(12 / 375 * 100vw);
  }
  #lunlun .txt-size2 {
    font-size: calc(14 / 375 * 100vw);
  }
  #lunlun .txt-size3 {
    font-size: calc(14 / 375 * 100vw);
  }
  #lunlun .txt-size4 {
    font-size: calc(18 / 375 * 100vw);
  }
  #lunlun .txt-size5 {
    font-size: calc(18 / 375 * 100vw);
  }
  #lunlun .txt-size6 {
    font-size: calc(20 / 375 * 100vw);
  }
  #lunlun .txt-size7 {
    font-size: calc(24 / 375 * 100vw);
  }
}

/*-----------------------------------------
注釈リスト
-----------------------------------------*/
#lunlun .note-list {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: calc(17 / 12);
  margin: 10px 0 0;
}
#lunlun .note-list li {
  padding-left: 1em;
  text-indent: -1em;
}

/*-----------------------------------------
強調ボックス
-----------------------------------------*/
#lunlun .attention {
  background-color: #FFF1F1;
  border: 2px solid #C44156;
  color: #76505B;
  padding: 24px 20px;
}
#lunlun .attention > *:last-child {
  margin-bottom: 0;
}
#lunlun .attention-ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}
#lunlun .attention-ttl span {
  font-size: 24px;
}
#lunlun .attention-ttl em {
  color: #C44156;
  font-style: normal;
  font-weight: inherit;
}
@media only screen and (max-width: 767px) {
  #lunlun .attention {
    padding: calc(12 / 375 * 100vw) calc(8 / 375 * 100vw);
  }
  #lunlun .attention-ttl {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(21 / 16);
    margin-bottom: calc(8 / 375 * 100vw);
  }
  #lunlun .attention-ttl span {
    font-size: calc(18 / 375 * 100vw);
  }
}

/*-----------------------------------------
見出しLV2
-----------------------------------------*/
#lunlun .hdg-lv2 {
  color: #C44156;
  font-size: 28px;
  font-weight: bold;
  line-height: calc(40 / 28);
  text-align: center;
  padding-bottom: 12px;
  position: relative;
  margin-bottom: 30px;
}
#lunlun .hdg-lv2 span {
  display: block;
  font-size: 24px;
  color: #76505B;
}
#lunlun .hdg-lv2::after {
  content: '';
  background-image: linear-gradient(to right, #fcaec7 0%, #65ccf8 100%);
  height: 4px;
  width: 36px;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
}
@media only screen and (max-width: 767px) {
  #lunlun .hdg-lv2 {
    font-size: calc(20 / 375 * 100vw);
    padding-bottom: calc(10 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
  #lunlun .hdg-lv2 span {
    margin: 0 0 4px;
    font-size: calc(16 / 375 * 100vw);
  }
  #lunlun .hdg-lv2::after {
    width: 30px;
  }
}

/*-----------------------------------------
見出しLV3
-----------------------------------------*/
#lunlun .hdg-lv3 {
  color: #76505B;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #lunlun .hdg-lv3 {
    font-size: calc(18 / 375 * 100vw);
    margin-bottom: calc(12 / 375 * 100vw);
  }
}

/*-----------------------------------------
fv
-----------------------------------------*/
#lunlun .fv {
  position: relative;
}
#lunlun .mv {
}
#lunlun .mv-img {
  width: 100%;
}
#lunlun .mv-appeal {
  position: absolute;
  bottom: calc(-1 * calc(26 / 1920 * 100vw));
}
#lunlun .mv-appeal.-appeal1 {
  left: calc(712 / 1920 * 100vw);
}
#lunlun .mv-appeal.-appeal1 img {
  width: calc(286 / 1920 * 100vw);
}
#lunlun .mv-appeal.-appeal2 {
  right: calc(700 / 1920 * 100vw);
}
#lunlun .mv-appeal.-appeal2 img {
  width: calc(220 / 1920 * 100vw);
}
@media only screen and (max-width: 767px) {
  #lunlun .mv-appeal {
    bottom: calc(34 / 375 * 100vw);
  }
  #lunlun .mv-appeal.-appeal1 {
    left: calc(20 / 375 * 100vw);
  }
  #lunlun .mv-appeal.-appeal1 img {
    width: calc(234 / 375 * 100vw);
  }
  #lunlun .mv-appeal.-appeal2 {
    right: calc(20 / 375 * 100vw);
  }
  #lunlun .mv-appeal.-appeal2 img {
    width: calc(140 / 375 * 100vw);
  }
}

/*-----------------------------------------
sec-spring
-----------------------------------------*/
#lunlun .sec-spring {
  background-image: url('/img/usr/event/lunlun/bg_spring.jpg');
  background-repeat: repeat-y;
  background-size: 100%;
  padding-block: calc(70 / 1920 * 100vw) 120px;
}
@media only screen and (max-width: 767px) {
  #lunlun .sec-spring {
    background-image: url('/img/usr/event/lunlun/bg_spring_sp.jpg');
    padding-block: calc(16 / 375 * 100vw) calc(40 / 375 * 100vw);
  }
}

/*-----------------------------------------
intro
-----------------------------------------*/
#lunlun .intro-head {
  color: #E95F92;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
#lunlun .intro-txt {
  color: #7C3D4F;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  margin: 14px 0 20px;
}
#lunlun .intro-txt span {
  font-weight: 900;
  font-size: 22px;
  color: #C44156;
}
#lunlun .intro-txt + .note-list {
  max-width: 640px;
  margin: 0 auto;
  color: #7C3D4F;
}
#lunlun .intro-period {
  border-style: solid;
  border-width: 2px;
  color: #962646;
  line-height: calc(20 / 18);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 6px;
  text-align: center;
  padding: 10px 26px;
  margin-inline: auto;
  min-height: 78px;
  width: fit-content;
}
#lunlun .intro-period-ttl {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .05em;
}
#lunlun .intro-period-txt {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 25px;
  margin-bottom: 5px;
}
#lunlun .intro-period-txt.-all {
  font-size: 22px;
  margin: 10px 0;
}
#lunlun .period {
  background-color: #fff;
  border-radius: 9999px;
  border-style: solid;
  border-width: 2px;
  color: #76505B;
  line-height: calc(20 / 18);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 25px;
  margin-top: 20px;
  margin-inline: auto;
  margin-bottom: 24px;
  width: fit-content;
}
#lunlun .period-ttl {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .05em;
}
#lunlun .period-txt {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .05em;
}
@media only screen and (max-width: 767px) {
  #lunlun .intro-head {
    font-size: calc(18 / 375 * 100vw);
  }
  #lunlun .intro-txt {
    font-size: calc(15 / 375 * 100vw);
    letter-spacing: 0;
    line-height: 1.4;
    margin: calc(10 / 375 * 100vw) 0 calc(16 / 375 * 100vw);
  }
  #lunlun .intro-txt span {
    margin: 0 2px;
    font-size: calc(15 / 375 * 100vw);
  }
  #lunlun .intro-txt span strong {
    font-size: calc(20 / 375 * 100vw);
  }
  #lunlun .intro-period {
    line-height: calc(20 / 14);
    row-gap: 0;
    padding-block: calc(4 / 375 * 100vw) calc(8 / 375 * 100vw);
    padding-inline: calc(12 / 375 * 100vw);
    min-height: 0;
  }
  #lunlun .intro-period-ttl {
    font-size: calc(14 / 375 * 100vw);
  }
  #lunlun .intro-period-txt {
    font-size: calc(12 / 375 * 100vw);
    line-height: 20px;
    margin-bottom: 0;
  }
  #lunlun .intro-period-txt.-all {
    font-size: calc(16 / 375 * 100vw);
    margin: 10px 0;
  }
  #lunlun .period {
    line-height: calc(20 / 14);
    flex-direction: column;
    text-align: center;
    padding-block: calc(4 / 375 * 100vw) calc(8 / 375 * 100vw);
    padding-inline: calc(25 / 375 * 100vw);
    margin-bottom: calc(24 / 375 * 100vw);
  }
  #lunlun .period-ttl {
    font-size: calc(14 / 375 * 100vw);
  }
  #lunlun .period-txt {
    font-size: calc(14 / 375 * 100vw);
  }
}

/*-----------------------------------------
panel
-----------------------------------------*/
#lunlun .panel-box {
  max-width: 950px;
  margin-inline: auto;
  margin-block: 55px 120px;
}
#lunlun .panel-box-ttl {
  display: grid;
  align-items: end;
  grid-template-columns: 1fr auto 1fr;
  column-gap: 40px;
  position: relative;
}
#lunlun .panel-box-ttl::before,
#lunlun .panel-box-ttl::after {
  content: '';
  height: 4px;
  background-color: #76505B;
}
#lunlun .panel-box-ttl-inner {
  display: flex;
  flex-direction: column;
  row-gap: 7px;
  line-height: 1;
  text-align: center;
  position: relative;
  top: 32px;
}
#lunlun .panel-box-ttl-sub {
  color: #C44156;
  font-size: 32px;
  font-weight: bold;
}
#lunlun .panel-box-ttl-main {
  color: #76505B;
  font-size: 60px;
  font-weight: bold;
}
#lunlun .panel-box-content {
  border-color: #76505B;
  border-style: solid;
  border-width: 0 4px 4px 4px;
  padding-inline: 29px;
  padding-block: 60px 32px;
}
#lunlun .panel-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 16px 10px;
}
@media only screen and (max-width: 767px) {
  #lunlun .panel-box {
    margin-block: calc(10 / 375 * 100vw) calc(50 / 375 * 100vw);
  }
  #lunlun .panel-box-ttl {
    column-gap: calc(15 / 375 * 100vw);
  }
  #lunlun .panel-box-ttl::before,
  #lunlun .panel-box-ttl::after {
    height: 3px;
  }
  #lunlun .panel-box-ttl-inner {
    row-gap: calc(6 / 375 * 100vw);
    top: calc(16 / 375 * 100vw);
  }
  #lunlun .panel-box-ttl-sub {
    font-size: calc(20 / 375 * 100vw);
  }
  #lunlun .panel-box-ttl-main {
    font-size: calc(26 / 375 * 100vw);
  }
  #lunlun .panel-box-content {
    border-width: 0 3px 3px 3px;
    padding-inline: calc(18 / 375 * 100vw);
    padding-block: calc(24 / 375 * 100vw) calc(16 / 375 * 100vw);
  }
  #lunlun .panel-list > a {
    display: block;
    width: 100%;
  }
}

/*-----------------------------------------
box1
-----------------------------------------*/
#lunlun .box1 {
  background-color: #fff;
  border: 3px solid #76505B;
  margin-bottom: 60px;
}
#lunlun .box1-ttl {
  background-color: #FFFDB4;
}
#lunlun .box1-ttl-inner {
  color: #76505B;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding-block: 8px;
  margin-inline: auto;
  width: fit-content;
  position: relative;
}
#lunlun .box1-ttl-label {
  position: absolute;
  top: -17px;
  left: -105px;
  height: auto;
  width: 98px;
}
#lunlun .box1-ttl-txt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 24px;
  font-weight: bold;
}
#lunlun .box1-ttl-txt-lg {
  font-size: 40px;
  font-weight: bold;
}
#lunlun .box1-ttl-txt-num {
  font-family: var(--ff-poppins);
  font-size: 70px;
  font-weight: bold;
  line-height: 1;
}
#lunlun .box1-ttl-txt-hl {
  color: #C44156;
}
#lunlun .box1-body {
  padding: 60px 40px;
}
#lunlun .narrow-block {
  margin-inline: auto;
  max-width: 760px;
  width: 100%;
}
#lunlun .narrow-block > *:last-child {
  margin-bottom: 0;
}
#lunlun .box1-img {
  text-align: center;
  margin-bottom: 20px;
}
#lunlun .box-mv {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 767px) {
  #lunlun .box1-img img {
    width: 800px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #lunlun .box1 {
    margin-bottom: calc(20 / 375 * 100vw);
  }
  #lunlun .box1-ttl-inner {
    padding-block: calc(10 / 375 * 100vw);
  }
  #lunlun .box1-ttl-inner:has(.box1-ttl-label) {
    padding-left: calc(40 / 375 * 100vw);
  }
  #lunlun .box1-ttl-label {
    top: calc(-1 * (12 / 375 * 100vw));
    left: calc(-1 * (40 / 375 * 100vw));
    height: calc(77 / 375 * 100vw);
    width: calc(76 / 375 * 100vw);
  }
  #lunlun .box1-ttl-txt {
    font-size: calc(18 / 375 * 100vw);
  }
  #lunlun .box1-ttl-txt-lg {
    font-size: calc(26 / 375 * 100vw);
  }
  #lunlun .box1-ttl-txt-num {
    font-size: calc(42 / 375 * 100vw);
  }
  #lunlun .box1-body {
    padding: calc(30 / 375 * 100vw) calc(15 / 375 * 100vw);
  }
  #lunlun .box1-img {
    margin-bottom: calc(10 / 375 * 100vw);
  }
  #lunlun .box-mv {
    margin-bottom: 30px;
  }
  #lunlun .box1#box-500miles .box1-ttl-inner {
    align-items: start;
    text-align: left;
    margin-right: calc(8 / 375 * 100vw);
  }
  #lunlun .box1#box-500miles .box1-ttl-txt {
    font-size: calc(16 / 375 * 100vw);
  }
  #lunlun .box1#box-500miles .box1-ttl-txt-lg {
    font-size: calc(18 / 375 * 100vw);
  }
  #lunlun .box1-ttl-txt-num {
    font-size: calc(38 / 375 * 100vw);
  }
  #lunlun #box-spring-sale .box1-ttl-txt {
    font-size: calc(16 / 375 * 100vw);
  }
}

/*-----------------------------------------
box2
-----------------------------------------*/
#lunlun .box2 {
  background-color: #fff;
  padding: 60px;
  margin-bottom: 60px;
  border-top: 8px solid #FFC9CC;
}
#lunlun .box2 > *:last-child {
  margin-bottom: 0;
}
#lunlun .box2-lead {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 24px;
}
#lunlun .box2-lead-main {
  color: #C44156;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: .04em;
}
#lunlun .box2-lead-sub {
  color: #76505B;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .04em;
}
#lunlun .box2-lead-sub span {
  font-size: 24px;
}
#lunlun .box2-label {
  background-color: #FFEBF5;
  color: #C44156;
  font-size: 26px;
  font-weight: bold;
  line-height: calc(24 / 18);
  text-align: center;
  padding: 12px;
  position: relative;
  margin-bottom: 32px;
}
#lunlun .box2-label::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 14px solid #ffebf5;
  border-bottom: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50%;
}
@media only screen and (min-width: 768px) {
  #lunlun .box2:has(#shop) {
    padding-inline: 48px;
  }
}
@media only screen and (max-width: 767px) {
  #lunlun .box2 {
    padding-block: calc(20 / 375 * 100vw) calc(30 / 375 * 100vw);
    padding-inline: calc(15 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
    border-radius: 5px;
  }
  #lunlun .box2-lead {
    margin-bottom: calc(16 / 375 * 100vw);
  }
  #lunlun .box2-lead-main {
    font-size: calc(20 / 375 * 100vw);
  }
  #lunlun .box2-lead-sub {
    font-size: calc(16 / 375 * 100vw);
  }
  #lunlun .box2-lead-sub span {
    font-size: calc(18 / 375 * 100vw);
  }
  #lunlun .box2-label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(20 / 375 * 100vw);
    padding-block: calc(5 / 375 * 100vw) calc(7 / 375 * 100vw);
    padding-inline: calc(10 / 375 * 100vw);
    margin-inline: calc(-1 * (15 / 375 * 100vw));
    margin-bottom: 32px;
    min-height: calc(50 / 375 * 100vw);
  }
}

/*-----------------------------------------
box3
-----------------------------------------*/
#lunlun .box3 {
  background-color: #fff;
  margin-bottom: 60px;
  border: 3px solid #76505B;
}
#lunlun .box3-ttl {
  background-color: #76505B;
  color: #fff;
  line-height: 1.2;
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 6px;
  text-align: center;
  padding: 20px;
}
#lunlun .box3-ttl-main {
  font-size: 36px;
  font-weight: bold;
}
#lunlun .box3-ttl-sub {
  font-size: 24px;
  font-weight: bold;
}
#lunlun .box3-ttl-hl {
  color: #FFFA5C;
}
#lunlun .box3-content {
  padding-block: 40px 60px;
  padding-inline: 40px;
}
#lunlun .box3-content > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #lunlun .box3 {
    margin-bottom: calc(20 / 375 * 100vw);
  }
  #lunlun .box3-ttl {
    row-gap: calc(6 / 375 * 100vw);
    padding-block: calc(14 / 375 * 100vw);
    padding-inline: calc(10 / 375 * 100vw);
  }
  #lunlun .box3-ttl-main {
    font-size: calc(20 / 375 * 100vw);
  }
  #lunlun .box3-ttl-sub {
    font-size: calc(16 / 375 * 100vw);
  }
  #lunlun .box3-content {
    padding-block: calc(20 / 375 * 100vw) calc(30 / 375 * 100vw);
    padding-inline: calc(15 / 375 * 100vw);
  }
  #lunlun .box3#box-entry .box3-ttl-main {
    font-size: calc(18 / 375 * 100vw);
  }
  #lunlun .box3#box-entry .box3-ttlhl {
    font-size: calc(20 / 375 * 100vw);
  }
}

/*-----------------------------------------
brand-list
-----------------------------------------*/
#lunlun .brand-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  #lunlun .brand-list {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(15 / 375 * 100vw);
    margin-bottom: calc(40 / 375 * 100vw);
  }
}

/*-----------------------------------------
medama-tab
-----------------------------------------*/
#lunlun .medama-tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 13px 10px;
  margin-bottom: 30px;
}
#lunlun .medama-tab > li {
  display: flex;
  flex-direction: column;
  width: calc((100% - 50px) / 6);
}
#lunlun .medama-tab button {
  all: unset;
  outline: revert;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  box-sizing: border-box;
  color: #76505B;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  flex-grow: 1;
  text-align: center;
  padding: 5px 10px;
  min-height: 54px;
}
#lunlun .medama-tab > li.active button {
  background-color: #76505B;
  border-color: #76505B;
  color: #fff;
}
#lunlun .medama-contents {
  margin-bottom: 60px;
}
#lunlun .medama-content {
  display: none;
}
#lunlun .medama-content.active {
  display: block;
}
#lunlun .medama-content > *:last-child {
  margin-bottom: 0;
}
#lunlun .medama-content .block-top-event--goods {
  margin-bottom: 20px;
}
#lunlun .block-filter {
}
#lunlun .filter-btn-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 13px 10px;
  margin-bottom: 30px;
}
#lunlun .filter-btn-list > li {
  display: flex;
  flex-direction: column;
  width: calc((100% - 50px) / 6);
}
#lunlun .filter-btn {
  all: unset;
  outline: revert;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  box-sizing: border-box;
  color: #76505B;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  flex-grow: 1;
  text-align: center;
  padding: 15px 10px;
}
#lunlun .filter-btn.active {
  background-color: #76505B;
  color: #fff;
}
#lunlun .shop-list-container {
  padding-bottom: 30px;
  margin-bottom: 70px;
  overflow-x: auto;
}
#lunlun .block-filter .shop-list-container {
  margin-bottom: 0;
}
#lunlun .shop-list {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(2, auto);
  grid-auto-columns: 246px;
  gap: 26px 32px;
  width: max-content;
  margin: 24px auto 0;
}
#lunlun .shop-list li {
  position: relative;
}
#lunlun .shop-list li a {
  display: block;
}
#lunlun .shop-list li figure {
  display: block;
  border: 1px solid #D5D5D5;
}
#lunlun .shop-list li .shop-list-img + .shop-list-img {
  display: none;
}
#lunlun .shop-list li .name {
  font-size: 12px;
  margin: 5px 0 0;
}
#lunlun .shop-list li .label {
  position: absolute;
  top: -24px;
  right: -24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
  background: linear-gradient(-45deg, #AC0F14 0%, #AC0F14 50%, #CC090F 50%, #CC090F 100%);
  z-index: 1;
}
#lunlun .shop-list li .label .label-num {
  font-size: 23px;
}
#lunlun .shop-list li .label .label-top {
  line-height: 1;
  text-align: center;
}
#lunlun .shop-list li .label .label-bottom {
  line-height: 1.2;
}
#lunlun .shop-list li .label .js-t {
  font-size: 14px;
  display: contents;
}
@media only screen and (min-width: 767px) {
  #lunlun #add .shop-list {
    grid-template-rows: repeat(1, auto);
    grid-auto-columns: 240px;
  }
}
@media only screen and (max-width: 767px) {
  #lunlun .medama-tab {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(10 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
  #lunlun .medama-tab > li {
    width: auto;
  }
  #lunlun .medama-tab button {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(18 / 14);
    padding: calc(3 / 375 * 100vw) calc(4 / 375 * 100vw);
    min-height: calc(45 / 375 * 100vw);
  }
  #lunlun .medama-contents {
    margin-bottom: calc(40 / 375 * 100vw);
  }
  #lunlun .medama-content .block-top-event--goods {
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  #lunlun .filter-btn-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(10 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
  #lunlun .filter-btn-list > li {
    width: auto;
  }
  #lunlun .filter-btn {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(18 / 14);
    padding: calc(3 / 375 * 100vw) calc(4 / 375 * 100vw);
    min-height: calc(45 / 375 * 100vw);
  }
  #lunlun .shop-list {
    grid-template-rows: repeat(2, auto);
    grid-auto-columns: calc(154 / 430 * 100vw);
    column-gap: calc(20 / 430 * 100vw);
    margin: 15px auto 0;
  }
  #lunlun .shop-list-container {
    padding-bottom: calc(20 / 430 * 100vw);
    margin-bottom: calc(40 / 430 * 100vw);
  }
  #lunlun .shop-list li .label {
    top: -15px;
    right: -15px;
    width: 40px;
    height: 40px;
    font-size: 9px;
  }
  #lunlun .shop-list li .label .label-num {
    font-size: 16px;
  }
  #lunlun .shop-list li .label .js-t {
    font-size: 8.5px;
    display: contents;
  }
}

/*-----------------------------------------
割引率から選ぶ
-----------------------------------------*/
#lunlun .discount-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}
#lunlun .discount-list > * {
  width: calc((100% - 40px) / 5);
}
#lunlun .discount-list li {
  display: flex;
  flex-direction: column;
}
#lunlun .discount-list li a {
  background-color: #76505B;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  flex-grow: 1;
  line-height: calc(20 / 14);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 17px 8px;
}
@media only screen and (max-width: 767px) {
  #lunlun .discount-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(10 / 375 * 100vw) calc(8 / 375 * 100vw);
    margin-bottom: calc(40 / 375 * 100vw);
  }
  #lunlun .discount-list > * {
    width: auto;
  }
  #lunlun .discount-list li a {
    font-size: calc(14 / 375 * 100vw);
    letter-spacing: -.02em;
    padding-block: calc(12 / 375 * 100vw);
    padding-inline: 0;
  }
}

/*-----------------------------------------
カテゴリから選ぶ
-----------------------------------------*/
#lunlun .category-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}
#lunlun .category-list > * {
  width: calc((100% - 40px) / 5);
}
#lunlun .category-list li {
  display: flex;
  flex-direction: column;
}
#lunlun .category-list li a {
  background-color: #76505B;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  flex-grow: 1;
  line-height: calc(20 / 14);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 17px 8px;
}
@media only screen and (max-width: 767px) {
  #lunlun .category-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(10 / 375 * 100vw) calc(8 / 375 * 100vw);
    margin-bottom: calc(40 / 375 * 100vw);
  }
  #lunlun .category-list > * {
    width: auto;
  }
  #lunlun .category-list li a {
    font-size: calc(14 / 375 * 100vw);
    letter-spacing: -.02em;
    padding-block: calc(12 / 375 * 100vw);
    padding-inline: 0;
  }
}

/*-----------------------------------------
関連イベント 移動先
-----------------------------------------*/
#lunlun .event_frame .block-top-event--header,
#lunlun .event_frame .more-btn {
  display: none;
}
@media only screen and (max-width: 767px) {
}

/*-----------------------------------------
関連イベント サムネイルT
-----------------------------------------*/
#lunlun .block-thumbnail-t {
  column-gap: 35px;
  flex-wrap: nowrap;
  margin-bottom: 0;
  overflow-x: auto;
  padding-bottom: 30px;
}
#lunlun .block-thumbnail-t > li {
  flex-shrink: 0;
  width: 188px;
  margin: 0;
}
#lunlun .block-thumbnail-t--goods-image figure {
  width: 188px;
  height: 188px;
}
@media only screen and (max-width: 767px) {
  #lunlun .block-thumbnail-t {
    display: block;
    margin-bottom: 0;
    overflow-x: visible;
    padding-bottom: 0;
  }
  #lunlun .block-thumbnail-t--items {
    column-gap: calc(18 / 430 * 100vw);
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-inline: 0;
    padding-bottom: calc(20 / 430 * 100vw);
  }
  #lunlun .block-thumbnail-t--items > li {
    flex-shrink: 0;
    margin: 0;
    width: calc(166 / 430 * 100vw);
  }
  #lunlun .block-thumbnail-t--goods-image figure {
    height: calc(166 / 430 * 100vw);
    width: calc(166 / 430 * 100vw);
  }
  #lunlun .block-thumbnail-t--goods-description {
    position: relative;
  }
}

/*-----------------------------------------
関連イベント ランキング
-----------------------------------------*/
#lunlun .block-ranking-r--items {
  column-gap: 35px;
  flex-wrap: nowrap;
  margin-bottom: 0;
  overflow-x: auto;
  padding-bottom: 30px;
}
#lunlun .block-ranking-r--items > li {
  flex-shrink: 0;
  width: 188px;
  margin: 0;
}
#lunlun .block-ranking-r--goods-image figure {
  width: 188px;
  height: 188px;
}
@media only screen and (max-width: 767px) {
  #lunlun .block-ranking-r--items {
    display: flex;
    flex-wrap: nowrap;
    gap: calc(18 / 430 * 100vw);
    overflow-y: hidden;
    padding: 0 0 calc(20 / 430 * 100vw);
  }
  #lunlun .block-ranking-r--items > li {
    width: calc(166 / 430 * 100vw);
  }
  #lunlun .block-ranking-r--goods-image figure {
    height: 100%;
    width: 100%;
  }
  #lunlun .block-thumbnail-t--goods-description {
    position: relative;
  }
}

/*===========
scrollbar
===========*/
#lunlun *::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: #DCDCDC;
  border-radius: 20px;
}
#lunlun *::-webkit-scrollbar-track {
  background: #DCDCDC;
  border-radius: 20px;
}
#lunlun *::-webkit-scrollbar-thumb {
  background: #76505B;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  #lunlun *::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background: none;
  }
  #lunlun *::-webkit-scrollbar-track {
    background: none;
  }
  #lunlun *::-webkit-scrollbar-thumb {
    background: #DCDCDC;
  }
}

/*-----------------------------------------
割引ラベル
-----------------------------------------*/
#lunlun .saleoff-rate {
  display: inline-block;
  margin: 3px 0px;
}
#lunlun .saleoff-rate span {
  display: block;
  color: #FFF;
  background-color: #B1170F;
  padding: 2px 5px 2px;
  font-weight: 700;
  font-size: 0.8em;
  border-radius: 3px;
}
@media only screen and (max-width: 767px) {
  #lunlun .saleoff-rate {
    margin: 0 0 3px;
  }
  #lunlun .saleoff-rate span {
    padding: 2px 4px 1px;
  }
}

/*-----------------------------------------
sec-note
-----------------------------------------*/
#lunlun .sec-note {
  background-color: #fff;
  padding-block: 80px;
}
#lunlun .sec-note-ttl {
  font-size: 36px;
  font-weight: bold;
  line-height: calc(40 / 36);
  text-align: center;
  margin-bottom: 36px;
}
#lunlun .note-tab {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#lunlun .note-tab > li {
  display: flex;
  flex-direction: column;
}
#lunlun .note-tab button {
  all: unset;
  outline: revert;
  background-color: #EEEEEE;
  box-sizing: border-box;
  color: #8B8B8B;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  flex-grow: 1;
  text-align: center;
  padding: 12px;
}
#lunlun .note-tab > li.active button {
  background-color: #76505B;
  color: #fff;
}
#lunlun .note-content {
  display: none;
  padding-top: 30px;
}
#lunlun .note-content.active {
  display: block;
}
#lunlun .note-content > *:last-child {
  margin-bottom: 0;
}
#lunlun .note-dl {
}
#lunlun .note-dl-group {
}
#lunlun .note-dl-group + .note-dl-group {
  margin-top: 30px;
}
#lunlun .note-dl dt {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: calc(35 / 18);
  margin-bottom: 6px;
}
#lunlun .note-dl dd {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: calc(30 / 16);
}
@media only screen and (max-width: 767px) {
  #lunlun .sec-note {
    padding-block: calc(40 / 375 * 100vw);
  }
  #lunlun .sec-note-ttl {
    font-size: calc(20 / 375 * 100vw);
    line-height: calc(38 / 20);
    margin-bottom: calc(16 / 375 * 100vw);
  }
  #lunlun .note-tab {
    margin-inline: calc(-1 * (15 / 375 * 100vw));
  }
  #lunlun .note-tab button {
    font-size: calc(14 / 430 * 100vw);
    padding-block: calc(9 / 375 * 100vw) calc(7 / 375 * 100vw);
    padding-inline: calc(10 / 375 * 100vw);
  }
  #lunlun .note-contents {
    margin-inline: calc(-1 * (15 / 375 * 100vw));
  }
  #lunlun .note-content {
    padding-top: calc(16 / 375 * 100vw);
    padding-inline: calc(15 / 375 * 100vw);
  }
  #lunlun .note-dl-group + .note-dl-group {
    margin-top: calc(24 / 375 * 100vw);
  }
  #lunlun .note-dl dt {
    font-size: calc(14 / 375 * 100vw);
    letter-spacing: 0;
    line-height: calc(24 / 14);
    margin-bottom: 0;
  }
  #lunlun .note-dl dd {
    font-size: calc(14 / 375 * 100vw);
    letter-spacing: 0;
    line-height: calc(24 / 14);
  }
}

/*-----------------------------------------
sec-login
-----------------------------------------*/
#lunlun .sec-login {
  background-color: #FFEFEF;
  padding-block: 80px;
}
#lunlun .sec-login-lead {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  line-height: calc(38 / 24);
  text-align: center;
  margin-bottom: 36px;
}
#lunlun .sec-login-lead span {
  color: #CC0000;
}
#lunlun .login-block {
  text-align: center;
  margin-bottom: 40px;
}
#lunlun .login-block-txt {
  color: #111;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(28 / 16);
  margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  #lunlun .sec-login {
    padding-block: calc(40 / 375 * 100vw);
  }
  #lunlun .sec-login-lead {
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(28 / 18);
    margin-bottom: calc(30 / 375 * 100vw);
  }
  #lunlun .login-block {
    margin-bottom: calc(30 / 375 * 100vw);
  }
  #lunlun .login-block-txt {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(24 / 14);
    margin-bottom: 18px;
  }
}

/*-----------------------------------------
sec-fit
-----------------------------------------*/
#lunlun .sec-ft .box-mv {
  margin-bottom: 50px;
  margin-top: 50px;
}
#lunlun .sec-ft .top-btn {
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  #lunlun .sec-ft .box-mv {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  #lunlun .sec-ft .top-btn {
    padding-bottom: 30px;
    width: 80%;
    margin: 0 auto;
  }
}

/*-----------------------------------------
top-btn
-----------------------------------------*/
#lunlun .top-btn {
  text-align: center;
}
#lunlun .top-btn a {
  background-color: #fff;
  border-radius: 9999px;
  border-style: solid;
  border-width: 1px;
  color: #CC0000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: calc(24 / 16);
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  position: relative;
  min-width: 340px;
}
@media only screen and (max-width: 767px) {
  #lunlun .top-btn a {
    font-size: calc(15 / 430 * 100vw);
    padding-block: calc(12 / 430 * 100vw);
    padding-inline: calc(10 / 430 * 100vw);
    min-width: auto;
    width: 100%;
  }
}

/*-----------------------------------------
追従メニュー
-----------------------------------------*/
.follow-men {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 19999;
  transform: translateY(-100px);
  transition: transform .3s;
}
.follow-men.is-visible {
  transform: translateY(0);
}
.follow-men-bar {
  all: unset;
  outline: revert;
  background-color: #962646;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  line-height: calc(22 / 16);
  text-align: center;
  padding-block: 14px;
  width: 100%;
}
.follow-men-bar > span {
  display: inline-block;
  padding-inline: 22px;
  position: relative;
}
.follow-men-bar > span::before,
.follow-men-bar > span::after {
  content: '';
  background-color: currentColor;
  height: 15px;
  width: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  transition: rotate .3s;
}
.follow-men-bar > span::before,
.follow-men-bar.is-open > span::after {
  rotate: 90deg;
}
.follow-men-panel {
  background-color: #fff;
}
.follow-men-list {
  display: flex;
  justify-content: center;
  column-gap: 80px;
  padding: 17px 17px 16px;
  margin: 0;
}
.follow-men-list a {
  color: #111;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(24 / 16);
  padding: 8px 24px 8px 8px;
  position: relative;
}
.follow-men-list a::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 7px solid #962646;
  border-bottom: 0;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
}
@media only screen and (max-width: 767px) {
  .follow-men-bar {
    font-size: calc(16 / 430 * 100vw);
    padding-block: calc(14 / 430 * 100vw);
  }
  .follow-men-bar > span {
    padding-inline: calc(22 / 430 * 100vw);
  }
  .follow-men-bar > span::before,
  .follow-men-bar > span::after {
    height: calc(15 / 430 * 100vw);
    width: calc((2 / 430 * 100vw));
  }
  .follow-men-list {
    background-color: #D5D5D5;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    padding: 0;
  }
  .follow-men-list a {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(15 / 430 * 100vw);
    line-height: calc(21 / 15);
    padding: calc(13 / 430 * 100vw) calc(24 / 430 * 100vw) calc(13 / 430 * 100vw) calc(13 / 430 * 100vw);
    height: 100%;
  }
  .follow-men-list a::after {
    right: calc(12 / 430 * 100vw);
  }
}

/* ----------------------------------
about
---------------------------------- */
#lunlun .about {
  text-align: center;
  color: #fff;
  background: #C44156;
}
#lunlun .about .about-text {
  font-weight: bold;
  font-size: 39px;
  line-height: 1;
}
#lunlun .about .about-text>small {
  display: block;
  font-weight: 500;
  font-size: 20px;
}
#lunlun .about .about-text span {
  font-family: var(--enfont);
  font-size: 70px;
  letter-spacing: -0.02em;
  color: #FFF067;
}
#lunlun .about .about-text span small {
  margin: 0 -2px;
  font-size: 46px;
}
#lunlun .about .about-list {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 20px 0 0;
}
#lunlun .about .about-list::before {
  content: "";
  position: absolute;
  top: -70px;
  right: calc(50% - 426px);
  width: 61px;
  height: 155px;
  background: url(/img/usr/event/2026/multibuy/icon_people_01.png) no-repeat center / contain;
}
#lunlun .about .about-list::after {
  content: "";
  position: absolute;
  top: 120px;
  left: calc(50% - 460px);
  width: 92px;
  height: 114px;
  background: url(/img/usr/event/2026/multibuy/icon_people_02.png) no-repeat center / contain;
}
#lunlun .about .about-list-num {
  padding: 7px 0 8px;
  font-weight: bold;
  font-size: 25px;
  line-height: 1;
  color: #C44156;
  background: #fff;
  border-radius: 5px;
}
#lunlun .about .about-list-num span {
  font-size: 40px;
}
#lunlun .about .about-list-text {
  font-weight: bold;
  font-size: 22px;
}
#lunlun .about .about-list-text span {
  font-size: 115px;
  letter-spacing: -0.02em;
  line-height: 1;
  color: #FFF067;
}
#lunlun .about .period {
  flex-direction: column;
  gap: 6px;
  width: auto;
  max-width: 730px;
  color: #fff;
  background: none;
  border-color: #fff;
  border-radius: 5px;
}
#lunlun .about .more-btn a {
  min-width: 400px;
  padding: 14px 20px;
  font-size: 20px;
  color: #fff;
  background: #111111;
  border: 2px solid #fff;
}
@media (max-width: 749px) {
  #lunlun .about .about-text {
    font-size: clamp(18px,4.88vw,21px);
  }
  #lunlun .about .about-text small {
    margin: 0 0 8px;
    font-size: clamp(12px,3.488vw,15px);
  }
  #lunlun .about .about-text span {
    font-size: clamp(34px,8.83vw,38px);
  }
  #lunlun .about .about-text span small {
    font-size: clamp(20px,5.8vw,25px);
  }
  #lunlun .about .about-list {
    gap: 10px;
    margin: 30px 0;
    padding: 0 20px;
  }
  #lunlun .about .about-list::before {
    top: -26px;
    right: -5px;
    width: 39px;
    height: 100px;
  }
  #lunlun .about .about-list::after {
    top: 62px;
    left: -10px;
    width: 60px;
    height: 73px;
  }
  #lunlun .about .about-list li {
    flex: 1;
  }
  #lunlun .about .about-list-num {
    padding: 3px 0;
    font-size: calc(12 / 375 * 100vw);
  }
  #lunlun .about .about-list-num span {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.1;
  }
  #lunlun .about .about-list-text {
    font-size: calc(15 / 375 * 100vw);
  }
  #lunlun .about .about-list-text span {
    font-size: calc(55 / 375 * 100vw);
  }
  #lunlun .about .note-list {
    text-align: left;
  }
  #lunlun .about .period {
    width: fit-content;
  }
  #lunlun .about .more-btn a {
    min-width: unset;
    padding-block: calc(14 / 430 * 100vw);
    font-size: calc(20 / 430 * 100vw);
  }
}

/* ----------------------------------
howto
---------------------------------- */
#lunlun .howto {
  background: #F0F0F0;
}
#lunlun .howto .howto-list {
  display: flex;
  gap: 70px;
  margin: 54px 0 0;
}
#lunlun .howto .howto-list > li {
  flex: 1;
  position: relative;
  padding: 34px 25px 34px 10px;
  background: #fff;
  border: 2px solid #C44156;
}
#lunlun .howto .howto-list > li + li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -43px;
  width: 17px;
  height: 34px;
  margin: auto;
  background: #C44156;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
#lunlun .howto .howto-num {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  width: 142px;
  margin: auto;
  padding: 2px 0;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #fff;
  background: #C44156;
  border-radius: 40px;
}
#lunlun .howto .howto-contents {
  display: flex;
  align-items: center;
  gap: 6px;
}
#lunlun .howto .howto-img {
  width: 42%;
  text-align: center;
}
#lunlun .howto .howto-img img {
  width: 120px;
}
#lunlun .howto .howto-text-area {
  flex: 1;
}
#lunlun .howto .howto-text {
  font-size: 20px;
}
#lunlun .howto .more-btn {
  width: 100%;
  max-width: 100%;
  margin: 20px 0 0;
}
#lunlun .howto .more-btn a {
  min-width: 100%;
  background: #111111;
}
#lunlun .howto .note-list li {
  padding: 0;
  text-indent: 0;
}
@media (max-width: 749px) {
  #lunlun .howto .howto-list {
    flex-direction: column;
    gap: 66px;
    margin: 32px 0 0;
  }
  #lunlun .howto .howto-list > li {
    padding: 20px 10px;
  }
  #lunlun .howto .howto-list > li + li::before {
    top: -55px;
    bottom: auto;
    left: 0;
    right: 0;
    transform: rotate(90deg);
  }
  #lunlun .howto .howto-img {
    width: 40%;
  }
  #lunlun .howto .howto-img img {
    width: 100px;
  }
  #lunlun .howto .howto-text {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.3125;
  }
  #lunlun .howto .more-btn {
    margin: 10px 0 0;
  }
  #lunlun .howto .more-btn a {
    padding-block: calc(6 / 430 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }
}

/* ----------------------------------
example
---------------------------------- */
#lunlun .example .example-list {
  display: flex;
  justify-content: center;
  gap: 40px;
  max-width: 840px;
  margin: 0 auto;
}
#lunlun .example .example-img img {
  width: 100%;
  max-width: 505px;
}
#lunlun .example .note-list {
  max-width: 840px;
  margin-inline: auto;
  text-align: right;
}
@media (max-width: 749px) {
  #lunlun .example .example-list {
    flex-direction: column;
    gap: 12px;
  }
  #lunlun .example .example-img {
    margin: 0 -4px;
  }
  #lunlun .example .note-list {
    text-align: left;
  }
}

/*-----------------------------------------
  pickup
-----------------------------------------*/
#lunlun .pickup-title {
  padding: 50px 0 0;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--accentColor);
  background-repeat: no-repeat;
  background-position: center top;
}
#lunlun .pickup-title.wine {
  background-image: url(/img/usr/event/2026/multibuy/icon_wine.png);
  background-size: 30px;
}
#lunlun .pickup-title.nabe {
  padding-top: 40px;
  background-image: url(/img/usr/event/2026/multibuy/icon_nabe.png);
  background-size: 72px;
}
#lunlun .pickup-title.sweets {
  background-image: url(/img/usr/event/2026/multibuy/icon_sweets.png);
  background-size: 72px;
}
#lunlun .pickup-shop {
  display: flex;
  margin: 40px 0 0;
}
#lunlun .pickup-shop .img {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D5D5D5;
}
#lunlun .pickup-shop .info {
  width: 50%;
  padding: 0 0 0 40px;
}
#lunlun .pickup-shop .info p {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.764;
  letter-spacing: 0.05em;
}
#lunlun .pickup-list {
  display: flex;
  gap: 35px;
  margin: 50px auto 40px;
  padding: 0 0 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
}
#lunlun .pickup-list li {
  position: relative;
  width: 188px;
  flex-shrink: 0;
}
#lunlun .pickup-list li a {
  display: block;
}
#lunlun .pickup-list li figure {
  display: block;
}
#lunlun .pickup-list li figure img {
  border: 1px solid #D5D5D5;
}
#lunlun .pickup-list li figure img+img {
  border-top: none;
}
#lunlun .pickup-list li .shop-name {
  font-weight: 500;
  font-size: 12px;
  margin: 5px 0 0;
}
#lunlun .pickup-list li .shop-icon {
  position: absolute;
  top: -24px;
  right: -24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  background: linear-gradient(-45deg, #AC0F14 0%, #AC0F14 50%, #CC090F 50%, #CC090F 100%);
  z-index: 1;
  display: none;
}
#lunlun .pickup-list li .shop-icon span:first-child {
  font-size: 22px;
}
@media (max-width: 749px) {
  #lunlun .pickup-title {
    width: fit-content;
    margin: 0 auto;
    padding: 0;
    font-size: clamp(18px,5.116vw,22px);
    background-position: center left;
  }
  #lunlun .pickup-title.wine {
    padding: 0 0 0 36px;
    line-height: 53px;
    background-size: 26px;
  }
  #lunlun .pickup-title.nabe {
    padding: 0 0 0 72px;
    line-height: 53px;
    background-size: 62px;
  }
  #lunlun .pickup-title.sweets {
    padding: 0 0 0 68px;
    line-height: 53px;
    background-size: 58px;
  }
  #lunlun .pickup-shop {
    flex-direction: column;
    gap: 10px;
    margin: 5px 0 0;
    padding: 0 20px;
  }
  #lunlun .pickup-shop .img {
    width: 100%;
  }
  #lunlun .pickup-shop .info {
    width: 100%;
    padding: 0;
  }
  #lunlun .pickup-shop .info p {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: 0;
  }
  #lunlun .pickup-list {
    gap: 20px;
    margin: 25px 0 30px;
    padding: 0 0 15px;
  }
  #lunlun .pickup-list li {
    width: 166px;
  }
  #lunlun .pickup-list li .shop-icon {
    top: -15px;
    right: -15px;
    width: 40px;
    height: 40px;
    font-size: 12px;
  }
  #lunlun .pickup-list li .shop-icon span:first-child {
    font-size: 18px;
  }
}