@charset "utf-8";
/* 元々あるやつ */
.block-category-list.container{
	width:100%;
}
.block-event-page--goods{
	margin:0 20px 10px;
}
.block-event-page--accessory{
	margin:0 20px;
}
.block-event-page--accessory > h2{
	width: calc(100% + 40px);
	margin-left: -20px;
	margin-bottom: 2vw;
}
.w100{
	width: calc(100% + 40px) !important;
	margin-left: -20px;
}

/* ============================================================
ベース
============================================================ */
.p-body{
	position: relative;
	background-color: #40210d;
	overflow: hidden;
}

.p-body img{
	width: 100%;
	max-width: 100%;
}

/* ============================================================
ナビゲーション
============================================================ */
.p-lrummyNav{
	position: absolute;
	top: 0;
	/* width: 100%; */
	width: 1100px;
	margin: auto;
	z-index: 10;
}

.p-lrummyNav.is-fixed{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	transition: top 0.3s ease;
}

.p-lrummyNav__list{
	display: flex;
	justify-content: center;
	gap: 1px;
	padding-block: 8px;
	background-color: #41210C;
}

.p-lrummyNav__item + .p-lrummyNav__item{
	border-left: 0.3px solid #fff;
}

.p-lrummyNav__item + .p-lrummyNav__item .p-lrummyNav__link{
	/* padding-left: 48px; */
}

.p-lrummyNav__link{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding-inline: 34px;
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 1.25;
	cursor: pointer;
}

.p-lrummyNav__icon{
	display: block;
	padding-inline: 36px;
}

.p-lrummyNav__icon img{
	width: 30px;
	height: 30px;
}

.p-lrummyNav__before .p-lrummyNav__list{
	justify-content: space-around;
	padding-inline: 48px;
}

.p-lrummyNav__before .p-lrummyNav__item{
	width: 100%;
}

.p-lrummyNav__before .p-lrummyNav__link{
	padding: 0;
}

.p-lrummyNav__before .p-lrummyNav__icon{
	display: block;
	width: 100%;
	text-align: center;
	padding: 0;
}


.p-lrummyNav__before .p-lrummyNav__item + .p-lrummyNav__item .p-lrummyNav__link{
	padding-left: 0;
}


/* ============================================================
KV
============================================================ */
.p-hero{
	position: relative;
	margin-bottom: 126px;
}

.p-hero::before{
	content: "";
	position: absolute;
	top: -76px;
	left: -52px;
	width: 727px;
	height: 248px;
	background: url(/img/event_L/eLrummyterrine202509/bg-deco01.png) no-repeat center / cover;
	z-index: 1;
}

.p-hero::after{
	content: "";
	position: absolute;
	bottom: -126px;
	left: -55px;
	width: 1405px;
	height: 264px;
	background: url(/img/event_L/eLrummyterrine202509/bg-deco02.png) no-repeat center / cover;
	z-index: 0;
}


.p-hero__movie{
	position: relative;
	aspect-ratio: 16/9;
}

.p-hero__movie video{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}

.p-hero__label{
	position: absolute;
	bottom: -38px;
	right: 59px;
	width: 219px;
	z-index: 1;
}

.p-pagetop{
	position: fixed;
	bottom:40px;
	left: calc(50% - 510px);
	width: 63px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
	z-index: 10;
	cursor: pointer;
}

.p-pagetop.is-show{
	opacity: 1;
	visibility: visible;
}

/* ============================================================
キャンペーン
============================================================ */
.p-campaign{
	margin-bottom: 118px;
}

.p-campaign__image{
	width: 863.23px;
	margin: auto;
	filter: drop-shadow(1.80952381vw 1.80952381vw 1vw rgba(35, 24, 21, 1));
	cursor: pointer;
}

/* ============================================================
コンセプト
============================================================ */
.p-concept{
	position: relative;
}

.p-concept__read{
	width: 721px;
	margin: auto;
}

.p-concept__label{
	width: 769px;
	margin: 40px auto 0;
}

.p-concept__text{
	margin-top: 60px;
	color: #fff;
	text-align: center;
	font-size: 29px;
	line-height: 1.8;
	letter-spacing: 0.01em;
	font-weight: 400;
}

.p-concept__text sup{
	font-size: 0.6em;
	vertical-align: super;
}

.p-concept__button{
  width: fit-content;
	margin: 45px auto 100px;
	padding: 8px 52px;
  background-color: #e9474d;
  color: #fff;
	border-radius: 5vw;
	box-shadow: 1.50492857vw 1.50492857vw 1.50492857vw rgba(0, 0, 0, 0.75);
  text-align: center;
  font-size: 29px;
	cursor: pointer;
	transition: all 0.3s;
}

.p-concept__button:hover{
	opacity: 0.8;
}

.p-about{
	padding: 52px 50px 45px 24px;
}

.p-about__title{
	width: 405px;
	margin: auto;
}

.p-about__contents{
	display: flex;
	margin-block: 24px;
	padding-block: 24px;
	background: url(/img/event_L/eLrummyterrine202509/about-line.png) repeat-x center top / auto 4.5px, url(/img/event_L/eLrummyterrine202509/sp/about-line.png) repeat-x center bottom / auto 4.5px;
}

.p-about__block + .p-about__block{
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px dashed #40210d;
}

.p-about__image{
	width: 406px !important;;
}

.p-about__read01{
	text-align: center;
	width: 339px;
}


.p-about__read02{
	width: 370px;
	margin-bottom: 20px;
	padding-block: 20PX 32px;

	border-bottom: 1px dashed #40210d;
}

.p-about__award{
	display: block;
	width: 336px!important;
	margin: auto;
}

.p-about__read03{
	width: 580px;
	margin: auto;
}

/* ============================================================
製品
============================================================ */
.p-products__before{
	position: relative;
	pointer-events: none;
}

.p-products__before::before{
	content: "";
	position: absolute;
	top: 1%;
	left: 0;
	right: 0;
	width: 96%;
	height: 96%;
	margin: auto;
	background: url(/img/event_L/eLrummyterrine202509/products-wait.png) no-repeat center / cover;
	z-index: 10;
}

/* ============================================================
特長
============================================================ */
.p-features{
	position: relative;
	padding-top: 334px;
	background-color: #d5464e;
	z-index: 0;
}

.p-features::before{
	content: "";
	position: absolute;
	top: -392px;
	left: -105px;
	width: 1341px;
	height: 912px;
	background: url(/img/event_L/eLrummyterrine202509/bg-deco03.png) no-repeat center / 100%;
	z-index: -1;
	pointer-events: none;
}

.p-features__title{
	width: 742px;
	margin: auto;
}

.p-features__label{
	width: 390px;
	margin-top: -140px;
	margin-inline: auto 0;
}

.p-features__point01{
	width: 670px;
	margin-block: -200px 30px;
	margin-left: 108px;
}

.p-features__hero{
	position: relative;
	left: -321px;
	width: 1972px;
	margin-top: -470px;
	pointer-events: none;
}

.p-feature__button{
	position: relative;
	left: 112px;
	width: 298px;
	cursor: pointer;
}

.p-feature__button:hover{
	opacity: 0.8!important;
}

.p-features__point02{
	width: 683px;
	margin-top: -640px;
	margin-left: 104px;
}

.p-features__read{
	width: 805px;
	margin: 54px auto 40px;
}

.p-raisin01{
	position: absolute;
	top: -28px;
	left: -10px;
	width: 316px;
	z-index: 1;
}

.p-raisin02{
	position: absolute;
	top: 52px;
	right: 54px;
	width: 316px;
	z-index: 1;
}

.p-raisin03{
	position: absolute;
	top:568px;
	left: 473px;
	width: 211px;
	z-index: 1;
}

.p-raisin04{
	position: absolute;
	top: 2192px;
	right: 0;
	width: 222px;
	z-index: 1;
}

.p-raisin05{
	position: absolute;
	top: 2371px;
	right: 72px;
	width: 332px;
	z-index: 1;
}

.p-raisin06{
	position: relative;
	width: 332px;
	margin-bottom: -290px;
	z-index: 1;
}

.p-gift{
	position: relative;
	padding-top: 80px;
	background-color: #40210d;
}

.p-gift::before{
	content: "";
	position: absolute;
	top: -90px;
	left: -50px;
	width: 1178px;
	height: 433px;
	background: url(/img/event_L/eLrummyterrine202509/bg-deco04.png) no-repeat center / cover;
}

.p-gift__box{
	width: 1208px;
	margin-left: 0;
	margin-top: 0;
}

.p-gift__title{
	width: 715px;
	margin: auto;
}

.p-gift__text{
	width: fit-content;
	margin: 50px auto 0;
	color: #fff;
	font-size: 34px;
}

.p-compare{
	padding: 70px 52px 62px;
}

.p-compare__title{
	width: 554px;
	margin: auto;
}

.p-compare__read{
	width: 784px;
	margin: 34px auto 46px;
}

.p-compare__image{
	display: block;
	width: 574px!important;
	margin: auto;
}

/* ============================================================
楽しみ方
============================================================ */
.p-method{
	margin-block: 56px 110px;
	padding-top: 375px;
	background: url(/img/event_L/eLrummyterrine202509/bg-deco05.png) no-repeat left 25% top / 1270px;
}

.p-method__title{
	width: 546px;
	margin: 0 auto 78px;
}

.p-method .p-slickSlider .prev-arrow{
	left: 211px;
}

.p-method .p-slickSlider .next-arrow{
	right: 211px;
}

/* ============================================================
レビュー
============================================================ */
.p-voice{
	margin-bottom: 100px;
	padding-block: 90px;
	background-color: #fff;
}

.p-voice__title{
	width: 594px;
	margin: auto;
}

.p-voice__item{
	width: 802px;
	margin: 62px auto 0;
}

.p-voice__item + .p-voice__item{
	margin-top: 50px;
}

.p-voice__block{
	margin-top:67px;
}

.p-voice__accButton{
	width: 187px;
	margin: auto;
	cursor: pointer;
}

.p-voice__contents{
	display: none;
	padding: 4.76190476vw 4.76190476vw 0;
}

/* ============================================================
レビコ
============================================================ */
#revico .block-goods-user-review {
  color:#504741;
  font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align:left;
}
#revico .revico-multicomment-top .revico-starability-result {
    background-image: url(https://show.revico.jp/img/star_yellow.png);
}
.revico-modal-state{
  display:none !important;
}

/* ============================================================
その他
============================================================ */
.p-other{
	margin-top: 154px;
}

.p-other__title{
	width:593px;
	margin: auto;
}

.p-other__item{
	width: 664px;
	margin: 68px auto 0;
}

.p-other__item a{
	display: block;
}

/* ============================================================
sns
============================================================ */
.p-sns{
	padding-block: 124px;
}

.p-sns__title{
	width: 422px;
	margin: auto;
}

.p-sns__list{
	display: flex;
	justify-content: center;
	gap: 38px;
	margin-top: 38px;
}

.p-sns__lotte-icon{
	width: 96px;
}

/* ============================================================
slick調整
============================================================ */
.p-slickSlider .slick-dots li{
  width: 52px;
  height: 4px;
  background-color: #9c7950;
	border-radius: 2px;
	cursor: pointer;
}

.p-slickSlider .slick-dots li.slick-active{
  background-color: rgba(255, 255, 255, 0.95);
}

.p-slickSlider{
	position: relative;
	z-index: 1;
}

.p-slickSlider .prev-arrow,
.p-slickSlider .next-arrow{
	position: absolute;
	top: calc(50% - 20px);
	transform: translateY(-50%);
	width: 45px;
	height: 45px;
	z-index: 1;
	cursor: pointer;
}

.p-slickSlider .prev-arrow{
	left: 120px;
}

.p-slickSlider .next-arrow{
	right:120px;
}

.p-slickSlider__item{
	margin-inline: 38px;
	margin-bottom: 20px;
	background-color: #fff;
	box-shadow: 10px 10px 10px rgba(35, 24, 21, 0.7);
}

/* ============================================================
モーダル
============================================================ */
.p-modalBg{
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 10;
}

.p-modalContent{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	width: fit-content;
	height: fit-content;
	max-height: 90vh;
	margin: auto;
	background-color: rgba(255, 255, 255, 0.95);
	z-index: 100;
	overflow: auto;
}

.p-modalClose{
	position: absolute;
	right: 8px;
	top: 8px;
	width: 32px;
	height: 32px;
	cursor: pointer;
}

.p-modalClose::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 24px;
	height: 1.8px;
	margin: auto;
	background-color: #32271d;
	transform: rotate(35deg);
}

.p-modalClose::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 24px;
	height: 1.8px;
	margin: auto;
	background-color: #32271d;
	transform: rotate(-35deg);
}

/* ============================================================
パララックス
============================================================ */
.p-fadeIn{
	opacity: 0;
	transform: translateY(20px);
	transition: all 1s ease;
	visibility: hidden;
	transition-delay: 0.1s;
}

.p-fadeIn.is-show{
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}
