@charset "UTF-8";

/*************************
font_import
*************************/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

/*************************
reset
*************************/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,main,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}*[hidden]{display:none}body{line-height:1}menu,ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}body.noscroll{overflow:hidden}.iframe{width:100%;height:100%}.overlay{position:fixed;top:0;left:0;height:100vh;width:100%}.overlay.hidden{top:-100vh}#header.fixed{top:0;height:48px;position:sticky;box-shadow:0 2px 10px #2121211a}#header,#footer{overflow:hidden}@media screen and (min-width: 768px){#header.fixed{height:64px}}

*, *::before, *::after { box-sizing: border-box; }

#header {
	position: relative;
	z-index: 100;
}

#drawer.overlay,
#search-modal.overlay { z-index: 101; }

#drawer.overlay.hidden,
#search-modal.overlay.hidden {
	opacity: 0;
	z-index: 0;
}

/*************************
LP_color
custom properties
*************************/

#LP.happybag2026 {
	--lp-color_white: #fff;
	--lp-color_black: #222222;
  --lp-color_dark-gray: #3c3c3c;
  --lp-color_gray: #c7c7c7;

	--lp-color_red: #e72400;
  --lp-color_coral: #E94727;
  --lp-color_vivid-red: #dc3545;
  --lp-color_gold: #a17723;
  --lp-color_blue: #246BB7;

  --lp-color_ladies: #F66F9F;
  --lp-color_mens: #59B2F6;
  --lp-color_kids: #DDC300;
}

/*************************
Animation
*************************/

@keyframes loading__spin {
    to { transform: rotate(360deg); }
}

/*************************
main
SP_layout（980px未満）
*************************/
/* スペーサー */
#LP.happybag2026 .mb_xs { margin-bottom: 3% !important; }
#LP.happybag2026 .mb_sm { margin-bottom: 5% !important; }
#LP.happybag2026 .mb_md { margin-bottom: 8% !important; }
#LP.happybag2026 .mb_lg { margin-bottom: 15% !important; }

#LP.happybag2026 .mt_xs { margin-top: 3% !important; }
#LP.happybag2026 .mt_sm { margin-top: 5% !important; }
#LP.happybag2026 .mt_md { margin-top: 8% !important; }
#LP.happybag2026 .mt_lg { margin-top: 15% !important; }

#LP.happybag2026 {
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: var(--lp-color_black);
}

#LP.happybag2026 .device_sp {
  display: block;
}

#LP.happybag2026 .device_pc {
  display: none;
}

#LP.happybag2026 a { transition: .4s; text-decoration: none; display: inline-block;}
#LP.happybag2026 a:hover { filter: brightness(.7); }

/* #LP.happybag2026 a.soldOut {
	pointer-events: none;
} */

#LP.happybag2026 .happybag_con {
  margin: 3% auto;
}

#LP.happybag2026 img {
  width: 100%;
}

#LP.happybag2026 .cl_red {
  color: var(--lp-color_red);
}

#LP.happybag2026 .cl_blk {
  color: var(--lp-color_black);
}

/* KV */
#LP.happybag2026 .kvArea {
  background: url(../images/sp/wh_main_bg_pattern.jpg);
  height: 35vw;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#LP.happybag2026 .kvArea .kv_ttl {
  position: absolute;
  width: 31vw;
  top: 50%;
  left: 50%;
  transform: translate(-52%, -55%);
  z-index: 10;
}

#LP.happybag2026 .kvArea .kv_ttl.preview {
  width: 31vw;
  transform: translate(-60%, -55%);
}

#LP.happybag2026 .kvArea .kv_header {
  position: absolute;
  background-image: url(../images/sp/wh_kv_illust.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
  height: 35vw;
  z-index: 9;
}

#LP.happybag2026 .kvArea .kv_bg_halo {
  position: relative;
  z-index: 2;
  top: 0;
  margin-top: -25%;
  left: -20%;
  width: 140%;
  -webkit-animation: spin 60s linear infinite;
  -moz-animation: spin 60s linear infinite;
  -ms-animation: spin 60s linear infinite;
  -o-animation: spin 60s linear infinite;
  animation: spin 60s linear infinite;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#LP.happybag2026 .shop_bnr01 {
  width: 90%;
  margin: 0 auto 5%;

}

#LP.happybag2026 .header_txt {
  padding-bottom: 5%;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.01em;
}

#LP.happybag2026 h2.header_txt {
  font-size: 6.5vw;
  line-height: 1.5;
}

#LP.happybag2026 h2 span {
  font-size: 4.6vw;
  font-weight: 500;
  letter-spacing: 0.05em;
}

#LP.happybag2026 h3.header_txt {
  font-size: 4.3vw;
}

#LP.happybag2026 h4.header_txt {
  font-size: 5.5vw;
}

#LP.happybag2026 h4.header_txt span {
  color: var(--lp-color_red);
}

/* 各ショップ福袋エリア */
#LP.happybag2026 .mainContents {
  background: url(../images/sp/wh_main_bg_pattern.jpg)top -3px center;
  background-size: 100%;
  padding-bottom: 8%;
}

#LP.happybag2026 .mainContents h3.category_header {
  position: relative;
  width: 40%;
  margin: 3% auto;
}

#LP.happybag2026 .mainContents h3.category_header p {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -64%);
  text-align: center;
  font-weight: 700;
  color: var(--lp-color_dark-gray);
}

#LP.happybag2026 .mainContents h3.category_header p.category_txt {
  font-size: 4.3vw;
}

#LP.happybag2026 .mainContents h3.category_header p.category_txt_sm {
  font-size: 3.7vw;
  letter-spacing: -0.05em;
}

#LP.happybag2026 .mainContents h3.category_header .icn_ornament01 {
  position: absolute;
  width: 30%;
  top: 10%;
  left: -15%;
}

#LP.happybag2026 .mainContents h3.category_header .icn_ornament02 {
  position: absolute;
  width: 23%;
  top: 12%;
  left: -11%;
}

#LP.happybag2026 .mainContents h4 {
  text-align: center;
  margin-bottom: 8%;
  font-size: 5vw;
  font-weight: 900;
  color: var(--lp-color_red);
}

#LP.happybag2026 .mainContents h5.time_ribbon {
  position: absolute;
  top: 3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  margin: 0 auto;
}

#LP.happybag2026 .mainContents h5.time_ribbon p {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.4;
  font-size: 3.8vw;
  font-weight: 900;
  color: var(--lp-color_white);
}

#LP.happybag2026 .mainContents h5.time_ribbon.two-column {
  width: 100%;
  margin-bottom: 10%;
}

#LP.happybag2026 .mainContents h5.time_ribbon.two-column p {
  font-size: 3.9vw;
}

#LP.happybag2026 .mainContents__inner {
  width: 94%;
  margin: 0 auto;
  padding-top: 10%;
}

#LP.happybag2026 .mainContents ul.shopBags_col {
  font-size: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

#LP.happybag2026 .mainContents ul.shopBags_col li {
  display: inline-block;
  width: 33%;
  margin-right: 12%;
  margin-bottom: 12%;
  vertical-align: top;
}

#LP.happybag2026 .mainContents ul.shopBags_col li.size_large {
  margin-bottom: 5%;
}

#LP.happybag2026 .mainContents ul.shopBags_col li:nth-child(2n) {
  margin-right: 0;
}

#LP.happybag2026 .mainContents ul.shopBags_col li:last-child {
  margin-right: 0;
}

#LP.happybag2026 .mainContents ul.shopBags_col_wide {
  font-size: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

#LP.happybag2026 .mainContents ul.shopBags_col_wide li {
  display: inline-block;
  width: 28%;
  margin-right: 4%;
  margin-bottom: 8%;
  vertical-align: top;
}

#LP.happybag2026 .mainContents ul.shopBags_col_wide li:last-child {
  margin-right: 0;
}

#LP.happybag2026 .mainContents ul.column01 {
  font-size: 0;
  width: 28.5%;
  margin: 0 auto 5%;
  text-align: center;
  position: relative;

}

#LP.happybag2026 .mainContents ul.column01 li {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}


#LP.happybag2026 .hukubukuro_btn {
  width: 60%;
  margin: 3% auto 0;
  padding-bottom: 5%;
}

#LP.happybag2026 .mainContents .bnrTxt_01 {
  position: absolute;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1;
  color: var(--lp-color_white);
  bottom: 7%;
  left: 0;
  right: 0;
}

#LP.happybag2026 .mainContents .bnrTxt_01 span {
  font-size: 3.2vw;
}

#LP.happybag2026 .mainContents .bnrTxt_2lines {
  position: absolute;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1.3;
  color: var(--lp-color_white);
  bottom: 22%;
  left: 0;
  right: 0;
}

#LP.happybag2026 .mainContents .bnrTxt_2lines span {
  font-size: 3.2vw;
}

#LP.happybag2026 .mainContents .bnrTxt_2lines span.tax_included {
  font-size: 2.6vw;
  font-weight: 500;
  padding-left: 1%;
  vertical-align: super;
}

#LP.happybag2026 .mainContents .Annotation_txt {
  font-size: 2.5vw;
  padding: 0.2em 0;
  line-height: 1.5;
  font-weight: 500;
  position: absolute;
  right: 0;
  left: 0;
  top: 100%;
}

#LP.happybag2026 .mainContents__inner .txt_andMore {
  text-align: center;
  font-size: 7.5vw;
  font-weight: 900;
  margin-bottom: 4%;
}

/* ジェラートピケ福袋 */
#LP.happybag2026 .mainContents .gelatoPique_container {
  position: relative;
  margin-top: 25%;
}

#LP.happybag2026 .mainContents .gelatoPique_container .gelatoPique_bag {
  position: absolute;
  top: -16%;
}

#LP.happybag2026 .mainContents .gelatoPique_container .shopBags_col li {
  margin-right: 10%;
  margin-bottom: 8%;
}

#LP.happybag2026 .mainContents .gelatoPique_container .shopBags_col li:nth-child(3) {
  margin-right: 0;
  margin-bottom: 5%;
}

#LP.happybag2026 .mainContents .gelatoPique_container .border_box {
  background-image: url(../images/sp/wh_main_borderBox_red.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: 8rem 0 0;
  margin-bottom: 0;
}

#LP.happybag2026 .mainContents .bnrTxt_02 {
  position: absolute;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1.2;
  color: var(--lp-color_white);
  bottom: 4%;
  left: 0;
  right: 0;
}

#LP.happybag2026 .mainContents .bnrTxt_02 span {
  font-size: 3.2vw;
}

#LP.happybag2026 .mainContents .bnrTxt_02 span.tax_included {
  padding-left: 1%;
  vertical-align: super;
  font-size: 2.6vw;
  font-weight: 500;
}

#LP.happybag2026 .mainArea {
  position: relative;
}

#LP.happybag2026 .kv_bottom {
  position: absolute;
  top: -9px;
  z-index: 10;
  left: 0;
  right: 0;
}

/* LP下部 アクセス集中注釈 */
#LP.happybag2026 .notes_siteBusy {
  text-align: center;
	line-height: 1.6;
	letter-spacing: 0.01em;
}

#LP.happybag2026 .notes_siteBusy p {
  font-size: 3vw;
}

/* LP下部 遷移ボタン */
#LP.happybag2026 .mainArea .linkBtn a {
  width: 85%;
  margin: 0 auto;
  font-size: 3.8vw;
}

#LP.happybag2026 .mainArea_bottom .linkBtn {
  width: 80%;
  margin: 0 auto;
}

#LP.happybag2026 .linkBtn a {
  position: relative;
  display: flex;
  height: 3.5rem;
  border-radius: 100px;
  color: var(--lp-color_white);
  cursor: pointer;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  font-size: 4.5vw;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.01em;
  text-align: center;
  user-select: none;
  transition: .4s;
}

#LP.happybag2026 .linkBtn.allHappyBag a {
  background-color: var(--lp-color_gold);
}

#LP.happybag2026 .linkBtn.regist a {
  background-color: var(--lp-color_coral);
}

#LP.happybag2026 .linkBtn.buyNow a {
  background-color: var(--lp-color_gold);
}

#LP.happybag2026 .linkBtn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 43%;
  right: 5%;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: solid 2px var(--lp-color_white);
  border-right: solid 2px var(--lp-color_white);
}

#LP.happybag2026 section {
  margin: 0 0 34px;
}

#LP.happybag2026 .shop_coupon_wrapper {
  width: 93%;
  margin: 0 auto 20px;
}

#LP.happybag2026 .shop_coupon_wrapper h3 {
  margin-bottom: 15px;
}

#LP.happybag2026 .come {
  font-size: 3vw;
  width: 94%;
  margin: 0 auto;
  line-height: 1.7;
  padding: 2%;
}

#LP.happybag2026 .shop_wp li {
  width: 25%;
  margin: 0 auto;
}

#LP.happybag2026 .registerArea {
  padding: 0 0 1.25%;
  background-color: var(--lp-color_white);
}

#LP.happybag2026 .registerArea p:first-child {
  width: 100%;
  font-size: 3.55vw;
  font-weight: bold;
  text-align: center;
  padding: 1em 0 0.5em;
  line-height: 1.4;
}

#LP.happybag2026 .registerArea p:first-child span {
  color: var(--lp-color_red);
}

#LP.happybag2026 .registerArea p:last-child {
  width: 81.25%;
  margin: 0 auto;
}

#LP.happybag2026 .clearfix:after {
  overflow: hidden;
}

#LP.happybag2026 .set2_coupon li p {
  font-size: 2.9125vw;
  line-height: 1.2;
}

#LP.happybag2026 .txtNotice {
  width: 92.63%;
  margin: 1em auto 1.5em;
  font-size: 12pt;
  font-size: 2.7999vw;
  line-height: 1.6;
}

#LP.happybag2026 .txtNotice li {
  letter-spacing: 0;
}

#LP.happybag2026 .txtNotice li+li {
  margin-top: .5em;
}

/* 下部新規登録ボタンエリア */
#LP.happybag2026 .mainArea_bottom {
  background-color: rgba(255, 251, 226, 0.8);
}

#LP.happybag2026 .mainArea_bottom .info_membership {
  width: 94%;
  padding: 8% 0 10%;
  margin: 0 auto;
}

#LP.happybag2026 .mainArea_bottom .reg_txt {
  width: 100%;
  margin-bottom: 6%;
  font-size: 4.3vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

#LP.happybag2026 .mainArea_bottom .notes_list {
  display: block;
  text-align: center;
}

#LP.happybag2026 .mainArea_bottom .notes_list li{
  display: inline-block;
  text-align: left;
  font-size: 3vw;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.01em;
	text-indent: -1em;
	padding-left: 1em;
}

/* 追従型　button */
#LP.happybag2026 .closeUp {
  width: 7vw;
  max-width: 32px;
  padding: 0;
  margin: 0 4.7% 0 0;
  cursor: pointer;
  line-height: 100%;
  display: inline-block;
}

#LP.happybag2026 .closeUp02 {
  width: 7vw;
  max-width: 32px;
  padding: 0;
  margin: 0 4.7% 0 0;
  cursor: pointer;
  line-height: 100%;
  display: inline-block;
}

#LP.happybag2026 div.registerArea {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  background: none;
  text-align: right;
  z-index: 100;
}

#LP.happybag2026 img {
  vertical-align: middle;
}

#LP.happybag2026 div.bnrStatic {
  position: static;
  background-color: #fefcea;
}

#LP.happybag2026 .closeUp.btnClose {
  display: none;
}

#LP.happybag2026 .closeUp02.btnClose {
  display: none;
}

#LP.happybag2026 div.registerArea.bnrStatic .info_membership {
  background: none;
}

#LP.happybag2026 .set180406 .shop_coupon li a p {
  font-size: 11px;
  color: #646464;
  letter-spacing: 0;
  margin-top: 4.25%;
}

#LP.happybag2026 .set180406 .mainCredit {
  padding: 1% 0;
}

#LP.happybag2026 .set180406 .mainCredit ul {
  display: table;
  width: 100%;
}

#LP.happybag2026 .set180406 .mainCredit li {
  float: none;
  display: table-cell;
  padding: 0;
  vertical-align: middle;
  font-weight: 100;
  line-height: 1.5;
  color: var(--lp-color_white);
}

#LP.happybag2026 .set180406 .mainCredit .catch01 {
  text-align: center;
  width: 46%;
  font-size: 3.75vw;
}

#LP.happybag2026 .set180406 .mainCredit .catch02 {
  width: 54%;
  font-size: 2.5vw;
  padding-left: 3%;
  position: relative;
}

#LP.happybag2026 .set180406 .mainCredit .catch02:before {
  content: "";
  border-left: 1px solid var(--lp-color_white);
  position: absolute;
  left: 0;
  top: 5%;
  width: 1px;
  height: 90%;
}

#LP.happybag2026 .set180406 .shop_coupon li a p.credit {
  margin-top: 6px;
  font-size: 2.2vw;
  color: var(--lp-color_red);
}

#LP.happybag2026 .mainContents ul li p {
  font-size: 2.4vw;
  padding: 0.5em 0;
  line-height: 1.5;
  font-weight: bold;
  position: absolute;
  right: 0;
  left: 0;
  top: 100%;
}

#LP.happybag2026 .mainContents ul li {
  position: relative;
}

#LP.happybag2026 .mainContents ul li .sai {
  position: absolute;
  width: 30%;
  left: -2%;
}


#LP.happybag2026 .mainContents ul li .icn_left {
  position: absolute;
  top: -8%;
  left: -12%;
  z-index: 10;
}

#LP.happybag2026 .mainContents ul li .icn_left {
  width: 40%;
}


#LP.happybag2026 .mainContents ul.column03 {
  font-size: 0;
  width: 94%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

#LP.happybag2026 .mainContents ul.column03 li {
  display: inline-block;
  margin-right: 5%;
  margin-bottom: 15%;
  width: 30%;
  vertical-align: top;
}

#LP.happybag2026 .mainContents ul.column03 li:nth-child(3n) {
  margin-right: 0;
}

#LP.happybag2026 .mainContents ul.column03 li:last-child {
  margin-right: 0;
}

#LP.happybag2026 .l_bag_tx_r {
  color: var(--lp-color_coral)

}

#LP.happybag2026 .l_bag_tx_r02 {
  color: var(--lp-color_red) !important;
  top: 119% !important;

}

#LP.happybag2026 .white_wp {
  width: 92%;
  background-color: var(--lp-color_white);
  border: solid 2px var(--lp-color_coral);
  margin: 5% auto 12%;
  font-weight: bold;
  padding: 3% 0 5%;
}

#LP.happybag2026 .white_wp_tx {
  width: 94%;
  text-align: center;
  font-weight: bold;
  margin: 2% auto;
  padding-bottom: 2%;
  letter-spacing: 0.01em;
}

#LP.happybag2026 .mainContents .money_02 {
  position: absolute;
  font-size: 4vw;
  letter-spacing: 0.05em;
  font-weight: 900;
  color: var(--lp-color_white);
  top: 50px;
  left: 0;
  right: 0;
}

#LP.happybag2026 .mainContents .money_02 span {
  font-size: 3.2vw;

}

#LP.happybag2026 .mainContents .money_03 {
  position: absolute;
  font-size: 4vw;
  letter-spacing: 0.05em;
  font-weight: 900;
  color: var(--lp-color_white);
  top: 67px;
  left: 0;
  right: 0;
}

#LP.happybag2026 .mainContents .icn_soldOut {
  position: absolute;
  width: 80%;
  top: 38%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
}

#LP.happybag2026 .pres_bt {
  width: 94%;
  margin: 5% auto 0;
}


#LP.happybag2026 .l_bag_tx_popul {
  font-size: 4.1vw !important;
  margin-top: 24%;
  line-height: 1.2;
}

#LP.happybag2026 .l_bag_tx_popul span {
  font-size: 2.8vw !important;
}

#LP.happybag2026 .noticeArea p {
  width: 90%;
  margin: 5% auto;
}

/* 新規会員登録 */
#LP.happybag2026 .membership {
  position: relative;
	margin-bottom: 6%;
}

#LP.happybag2026 .membership .linkBtn.regist {
  position: absolute;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: 29%;
  width: 45%;
}

#LP.happybag2026 .membership .linkBtn.regist a {
  position: relative;
  display: flex;
  height: 2rem;
  border-radius: 100px;
  color: var(--lp-color_white);
  cursor: pointer;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  font-size: 3vw;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-align: center;
  user-select: none;
  transition: .4s;
  background-color: var(--lp-color_blue);
}

#LP.happybag2026 .membership .linkBtn.regist a::after {
  content: "";
  display: block;
  position: absolute;
  top: 38%;
  right: 6%;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: solid 1px var(--lp-color_white);
  border-right: solid 1px var(--lp-color_white);
}

/* アコーディオン */
#LP.happybag2026 .accordion_container {
	margin-bottom: 8%;
}

#LP.happybag2026 .accordion_title {
	background-color: var(--lp-color_dark-gray);
	color: var(--lp-color_white);
	cursor: pointer;
	display: block;
	font-size: 4vw;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.05em;
	text-align: center;
	position: relative;
	padding: 5%;
}

#LP.happybag2026 h2.accordion_title {
	margin-bottom: 0;
}

#LP.happybag2026 .accordion_title::after {
	border-top: solid 2px var(--lp-color_white);
	border-right: solid 2px var(--lp-color_white);
	content: "";
	display: block;
	position: absolute;
	right: 5%;
	top: 32%;
	transition: all 0.2s ease-in-out;
	transform: rotate(135deg);
	width: 12px;
	height: 12px;
}

#LP.happybag2026 .accordion_title.open::after {
	transform: rotate(-45deg);
	top: 45%;
}

#LP.happybag2026 .accordion_content { display: none; }

#LP.happybag2026 .accordion_content_inner {
  display: block;
  text-align: center;
  padding: 6% 3%;
  background-color: var(--lp-color_white);
  color: var(--lp-color_black);
}

#LP.happybag2026 .accordion_content_inner h3 {
  font-size: 4.5vw;
  font-weight: 700;
  margin-bottom: 4%;
}

#LP.happybag2026 .accordion_content_inner .notice_list {
  display: inline-block;
}

#LP.happybag2026 .accordion_content_inner .notice_list li {
  text-align: left;
  line-height: 1.3;
  margin-bottom: 0.3rem;
  font-size: 3vw;
  padding-left: 1em;
  text-indent: -1em;
}

#LP.happybag2026 .accordion_content_inner .notice_list li .link_blue a {
  display: inline;
  color: var(--lp-color_blue);
  text-decoration: underline;
}

/* フローティングボタン */
#LP.happybag2026 .floating {
    position: fixed;
    bottom: 1%;
    right: 2%;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

#LP.happybag2026 .floating.visible {
    opacity: 1;
    visibility: visible;
}

#LP.happybag2026 .floating.stop {
    position: absolute;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

#LP.happybag2026 .floating_btn {
	padding-bottom: 4%;
}

#LP.happybag2026 .floating_btn a:hover {
	filter: brightness(1);
}

#LP.happybag2026 .floating_btn a {
	position: relative;
	display: block;
  width: 14vw;
  height: 14vw;
  margin: 0 auto;
  text-align: center;
  border-radius: 100px;
  transition: .4s;
  user-select: none;
  padding: 33% 0;
  font-size: 3.2vw;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.3;
  color: var(--lp-color_white);
	background-color: var(--lp-color_coral);
}

#LP.happybag2026 .floating_btn a::after {
	content: "";
  display: block;
  position: absolute;
  top: 43%;
  right: 34%;
  transform: rotate(-45deg);
  transition: all 0.2s ease-in-out;
  width: 16px;
  height: 16px;
  border-top: solid 3px var(--lp-color_white);
  border-right: solid 3px var(--lp-color_white);
}

#LP.happybag2026 .floating_btn a span {
	position: relative;
	font-size: 75%;
	bottom: 1%;
}

#LP.happybag2026 .lp_bottom {
	position: relative;
}

/* ローディング画面 */
#LP .loader {
    background: var(--lp-color_white);
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 20;
    width: 100vw;
    height: 100vh;
}
#LP .loader.fade-out {
    opacity: 0;
    transition: opacity .4s ease;
}

#LP .loading__wrapper {
    text-align: center;
    width: 50%;
}

#LP .loading__text {
    color: var(--lp-color_black);
    font-size: 1.5em;
    margin-bottom: 1em;
}

#LP .loading__progress {
    background-color: var(--lp-color_gray);
    border-radius: 3px;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
    height: 6px;
}

#LP .loading__progress__bar {
    background-color: var(--lp-color_vivid-red);
    transition: width .4s ease;
    width: 0%;
    max-width: 300px;
    height: 100%;
}

/* #CONSOLE */
#LP .contents__console { margin-bottom: 10%; }

#LP .contents__inner {
      padding: 8% 0;
      width: 100%;
  }

#LP .contents__anchorLink {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    gap: 3vw;
    opacity: 1;
    user-select: none;
    margin: 0 auto;
    margin-bottom: 10%;
    width: 100%;
}

#LP .contents__anchorLink > li {
    text-align: center;
    width: calc(31% - 3vw / 3);
}

#LP .contents__anchorLink > li a {
    border-radius: 5px;
    color: var(--lp-color_white);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column wrap;
    font-size: 2.6vw;
    font-weight: 700;
    line-height: 1.4;
    position: relative;
    padding: .5em 1em;
    min-height: 4.5em;
    width: 100%;
}
#LP .contents__anchorLink > li a::before {
    color: var(--lp-color_white);
    border-top: 2px solid var(--lp-color_white);
    border-right: 2px solid var(--lp-color_white);
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 2.5vw / 2);
    right: 6%;
    transform: rotate(135deg);
    width: 2vw;
    height: 2vw;
}

#LP .contents__anchorLink > li a.ladies {
    background-color: var(--lp-color_ladies);
}
#LP .contents__anchorLink > li a.mens {
    background-color: var(--lp-color_mens);
}
#LP .contents__anchorLink > li a.kids {
    background-color: var(--lp-color_kids);
}

#LP .contents__anchorLink > li a .textBlock.padding-r {
    padding-right: 1em;
}

#LP .contents__floating {
    transition: opacity .4s ease, transform .4s ease;
    pointer-events: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9;
    opacity: 0;
    transform: translateY(2em);
    width: 100%;
}
#LP .contents__floating.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

#LP .contents__floating .contents__anchorLink {
    margin: 0 0 0 auto;
    max-width: 980px;
}
#LP .contents__floating .contents__anchorLink > li {
    width: fit-content;
    margin: 0 0 0 auto;
    padding-right: 1%;
    padding-bottom: 2%;
}

#LP .contents__floating .contents__anchorLink > li a {
    border-radius: 100px;
    width: 12vw;
    height: 12vw;
    background-color: var(--lp-color_coral);
    border: none;
}
#LP .contents__floating .contents__anchorLink > li a::before {
    border-top: 2px solid var(--lp-color_white);
    border-right: 2px solid var(--lp-color_white);
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 2.5vw / 2);
    right: 34%;
    transform: rotate(-45deg);
    width: 3.5vw;
    height: 3.5vw;
}

#LP .filter > div:not(:last-of-type) { margin-bottom: 4em; }

#LP .filter__group { text-align: center; }

#LP .filter__label {
    background: linear-gradient(transparent 75%, rgba(161, 119, 35, 0.6) 75%);
    color: var(--lp-color_black);
    font-size: 5vw;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 1em;
    padding: 0 .25em 0.13em;
}

#LP .filter__operation {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    gap: 3vw;
    width: 100%;
}

#LP .filter__input__check { display: none; }

#LP .filter__input__box { width: calc(50% - 3vw / 2); }

#LP .filter__input__label {
    background-color: var(--lp-color_white);
    border: 2px solid var(--lp-color_gold);
    border-radius: 5px;
    color: var(--lp-color_gold);
    cursor: pointer;
    font-size: 3vw;
    font-weight: 700;
    letter-spacing: -.05em;
    line-height: 1.25;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    transition: .4s color, .4s background;
    position: relative;
    padding: .25em;
    width: 100%;
    min-height: 4em;
}
#LP .filter__input__label.is_filtered {
    background-color: var(--lp-color_gold);
    color: var(--lp-color_white);
}

#LP .filter__input__label > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5em;
    position: relative;
}
#LP .filter__input__label > span::before {
    background-color: transparent;
    border: 2px solid currentColor;
    border-radius: 2px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
}
#LP .filter__input__label.is_filtered > span::after {
    background-color: currentColor;
    content: "";
    position: absolute;
    left: .05em;
    top: calc(50% - (1em / 2));
    mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path fill="white" d="M6 10.8L3.2 8l-1.4 1.4L6 13.6l8-8L12.6 4l-6.6 6.8z"/></svg>') no-repeat center;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path fill="white" d="M6 10.8L3.2 8l-1.4 1.4L6 13.6l8-8L12.6 4l-6.6 6.8z"/></svg>') no-repeat center;
    mask-size: contain;
    -webkit-mask-size: contain;
    width: .9em;
    height: .9em;
}

/* #OUTPUT */
#LP .output__block {
    background-color: var(--lp-color_white);
    position: relative;
    opacity: 0;
    transform: translateY(15px);
    transition: opacity .4s ease-out, transform .4s ease-out;
}
#LP .output__block.is_visible {
    opacity: 1;
    transform: translateY(0);
    padding-top: 8%;
}

/* #LP .output__block.is_visible .gelatoPique {
    margin-bottom: 8%;
} */

#LP .output__block:not(:last-of-type) { margin-bottom: 2em; }

/* #LP .output__h2 {
    background-color: var(--lp-color_black);
    color: var(--lp-color_white);
    font-size: 4.5vw;
    font-weight: 900;
    text-align: center;
    padding: .75em 1em;
} */
/* #LP .output__h2.original { background-color: var(--lp-color_tag-conanLand-dark); } */
/* #LP .output__h2.memorial { background-color: var(--lp-color_tag-memorialScene-dark); } */

#LP .output__h2 {
  position: relative;
  margin: 0 auto;
  width: 55vw;
  height: 50px;/*リボンの高さ*/
  line-height: 50px;/*リボンの高さ*/
  text-align: center;
  padding: 0 30px;
  font-size: 4.5vw;
  font-weight: 900;
  color: var(--lp-color_white);
  box-sizing: border-box;
}

#LP .output__h2#GELATOPIQUE {
  background-color: var(--lp-color_coral);
}
#LP .output__h2#LADIES {
  background-color: var(--lp-color_ladies);
}
#LP .output__h2#MENS {
  background-color: var(--lp-color_mens);
}
#LP .output__h2#KIDS {
  background-color: var(--lp-color_kids);
}

#LP .output__h2:before, #LP .output__h2:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

#LP .output__h2:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent var(--lp-color_white);
  border-style: solid;
}

#LP .output__h2:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent var(--lp-color_white) transparent transparent;
  border-style: solid;
}

#LP .output__listBlock { padding: 8% 3vw; }

#LP .output__product:empty {
    display: block;
    text-align: center;
    margin-bottom: 0;
}
#LP .output__product:empty::before {
    content: "対象のアイテムがありません";
    font-size: 4vw;
}

#LP .output__product > li {
  max-height: fit-content !important;
    height: auto;
    border: none;
    border-radius: 0;
    text-align: center;
    overflow: hidden;
    transition: opacity .4s ease, max-height .4s ease, margin .4s;
}

#LP .output__product > li { margin-top: 10%; }
#LP .output__product > li:first-child {margin-top: 0;}

/* #LP .output__product:not(.show-all) > li:not(:nth-of-type(-n+3)) {
    max-height: 0;
    overflow: hidden;
    transition: opacity .4s ease, max-height .4s ease;
    margin-top: 0;
    padding: 0;
} */

#LP .category__header {
    font-size: 6vw;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 5%;
    padding: 0 .25em 0.13em;
    background: linear-gradient(transparent 75%, rgba(161, 119, 35, 0.6) 75%);
}

#LP .category__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 3vw;
    align-items: stretch;
    position: relative;
    user-select: none;
}

#LP .category__list > li:not(:nth-of-type(-n+2)) { margin-top: 3vw; }

#LP .category__list > li a {
    background-color: var(--lp-color_white);
    border: 1px solid var(--lp-color_gray);
    border-radius: 5px;
    color: var(--lp-color_black);
    cursor: pointer;
    font-size: 4vw;
    line-height: 1.4;
    text-decoration: none;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    position: relative;
    padding: 2.3vw;
    height: 100%;
    min-height: 0;
}
#LP .category__list > li:has(.soldOut) a { pointer-events: none; }

#LP .output__product__block { width: 100%; }
#LP .output__product__block:not(:last-of-type) { margin-bottom: .75em; }

#LP .output__product__logo {
    margin: 0 auto;
    width: 75%;
}

#LP .output__product__shop { font-size: 3vw; }
#LP .output__product__shop:not(:only-child) { margin-top: .5em; }

#LP .output__product__image {
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    background-color: var(--lp-color_white);
    position: relative;
    margin-bottom: .5em;
    width: 100%;
}

#LP .output__product__image > img {
    aspect-ratio: 5 / 6;
    object-fit: contain;
    object-position: center;
    transition: opacity 1s;
    opacity: 0;
    display: block;
    width: 100%;
    height: 100%;
}

#LP .output__product__spinner {
    animation: loading__spin 1s linear infinite;
    border: 4px solid var(--lp-color_gray);
    border-top-color: var(--lp-color_black);
    border-radius: 50%;
    transition: opacity 1s;
    opacity: 1;
    z-index: 1;
    position: absolute;
    top: calc(50% - 3em / 2);
    left: calc(50% - 3em / 2);
    width: 3em;
    height: 3em;
}

#LP .output__product__text { text-align: left; }

#LP .output__product__category {
    border-radius: 100px;
    color: var(--lp-color_white);
    font-size: .7em;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    margin-bottom: 1em;
    padding: .25em 1em;
    width: fit-content;
}

#LP .output__product__category.ladies {
  background-color: var(--lp-color_ladies);
}
#LP .output__product__category.mens {
  background-color: var(--lp-color_mens);
}
#LP .output__product__category.kids {
  background-color: var(--lp-color_kids);
}

#LP .output__product__itemType {
    background-color: var(--lp-color_black);
    border-radius: 100px;
    color: var(--lp-color_black);
    display: inline-block;
    text-align: center;
    padding: .25em 1em;
}

/* #LP .output__product__logo {
    font-size: .7em;
    font-weight: 600;
    line-height: 1.6;
    min-height: 3em;
} */

#LP .output__product__random {
    background-color: var(--lp-color_tag-randomProduct);
    color: var(--lp-color_white);
    font-size: .65em;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    margin-left: .5em;
    padding: .25em .75em;
    width: fit-content;
}

#LP .output__product__name {
    height: 4em;
    display: -webkit-box;
    line-clamp: 3; 
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#LP .output__product__notes {
    font-size: .6em;
    position: relative;
    margin-top: 1em;
    padding-left: 1em;
}
#LP .output__product__notes::before {
    content: '※';
	display: inline-block;
	text-align: center;
	margin-left: -1em;
	width: 1em;
}

#LP .output__product__price {
    font-size: 1.25em;
    font-weight: 600;
    color: var(--lp-color_vivid-red);
    text-align: right;
}

#LP .soldOut {
    background-color: rgba(0, 0, 0, .3);
    border-radius: 5px;
    color: var(--lp-color_white);
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    vertical-align: baseline;
    pointer-events: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .35em .65em;
    width: 100%;
    height: 100%;
}

#LP .output__toggleButton {
    background-color: var(--lp-color_black);
    border-radius: 100px;
    color: var(--lp-color_white);
    cursor: pointer;
    font-size: 3.3vw;
    font-weight: 700;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
    user-select: none;
    margin: 0 auto;
    margin-top: 8%;
    padding: .5em 1em;
    width: 80%;
    min-height: 4em;
}
#LP .output__product:empty + .output__toggleButton { display: none; }

#LP .output__toggleButton::after,
#LP .output__toggleButton::before {
    background-color: var(--lp-color_white);
    border-radius: 5px;
    content: "";
    transition: .4s transform;
    position: absolute;
    top: calc(50% - 2px);
    right: 1em;
    width: 1em;
    height: 2px;
}
#LP .output__toggleButton::after { transform: rotate(90deg); }
#LP .output__toggleButton.is-show::after { transform: rotate(0deg); }
#LP .output__toggleButton.is-show::before { transform: rotate(180deg); }

/* ジェラートピケ福袋用style */
#LP .contents #gelatoPiqueOutput.contents__output {
  position: relative;
  margin-bottom: 10%;
}

#LP .contents #gelatoPiqueOutput.contents__output .output__listBlock {
  padding-bottom: 12%;
}

#LP .contents #gelatoPiqueOutput .category__header.gelatoPique {
  display: none;
}

#LP.happybag2026 .notes_gelatoPique {
  padding-bottom: 1rem;
  text-align: center;
	line-height: 1.6;
	letter-spacing: 0.01em;
  font-size: 2.7vw;
}

#LP.happybag2026 .notes_gelatoPique.include_output {
  position: absolute;
  width: 100%;
  bottom: 0.7rem;
  padding-bottom: 0;
  text-align: center;
  z-index: 2;
}



/**************************************************
main
PC_layout（980px以上）
**************************************************/

@media screen and (min-width: 980px) {

  /* スペーサー */
  #LP.happybag2026 .mb_xs { margin-bottom: 16px !important; }
	#LP.happybag2026 .mb_sm { margin-bottom: 24px !important; }
	#LP.happybag2026 .mb_md { margin-bottom: 48px !important; }
	#LP.happybag2026 .mb_lg { margin-bottom: 80px !important; }

	#LP.happybag2026 .mt_xs { margin-top: 16px !important; }
	#LP.happybag2026 .mt_sm { margin-top: 24px !important; }
	#LP.happybag2026 .mt_md { margin-top: 48px !important; }
	#LP.happybag2026 .mt_lg { margin-top: 80px !important; }

  #LP.happybag2026 .device_pc {
    display: block;
  }

  #LP.happybag2026 .device_sp {
    display: none;
  }

  #LP.happybag2026 img {
    width: fit-content;
  }

  /* KV */
  #LP.happybag2026 .kvArea {
    background: url(../images/pc/wh_kv_bg.jpg)no-repeat center top;
    background-size: cover;
    height: 247px;
    min-width: 980px;
    overflow: hidden;
    position: relative;
  }

  #LP.happybag2026 .kvArea .kv_header {
    height: 247px;
    background: url(../images/pc/wh_kv_illust.png) no-repeat center top;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #LP.happybag2026 .kvArea .kv_ttl {
    width: fit-content;
    transform: translate(-112px, -98px);
  }

  #LP.happybag2026 .kvArea .kv_ttl.preview {
    transform: translate(-160px, -98px);
  }

  #LP.happybag2026 .kvArea .kv_previous_icn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-66%, -55%);
    z-index: 10;
  }

  #LP.happybag2026 .kvArea .kv_bg_halo {
    position: absolute;
    margin-top: -60%;
    top: 400px;
    z-index: 2;
    animation: spin 60s linear infinite;
  }

  #LP.happybag2026 .kvArea .kv_bg_halo img {
    width: 100%;
  }

  #LP.happybag2026 .kv_bottom {
    position: absolute;
    top: -18px;
    z-index: 10;
    right: 0;
    left: 0;
  }

  #LP.happybag2026 .kv_bottom img {
    width: 100%;
  }

  /* 各ショップ福袋エリア */
  #LP.happybag2026 .mainArea {
    min-width: 980px;
  }

  #LP.happybag2026 .mainContents {
    background: url(../images/pc/wh_main_bg_pattern.jpg);
    background-repeat: repeat;
    background-position: top center;
    position: relative;
    padding-bottom: 48px;
  }

  #LP.happybag2026 .mainContents__inner {
    width: 980px;
    margin: 0 auto;
    padding-top: 80px;
  }

  #LP.happybag2026 .header_txt {
    padding-bottom: 40px;
    letter-spacing: 0.05em;
  }

  #LP.happybag2026 h2.header_txt,#LP.happybag2026 h3.header_txt,#LP.happybag2026 h4.header_txt {
    font-size: 36px;
  }

  #LP.happybag2026 .mainContents h2 span {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.01em;
  }

  #LP.happybag2026 .mainContents h3.category_header {
    width: 187px;
    margin: 28px auto;
    text-align: center;
  }

  #LP.happybag2026 .mainContents h3.category_header img {
    width: auto;
  }

  #LP.happybag2026 .mainContents h3.category_header p {
    letter-spacing: 0.01em;
    transform: translate(-50%, -71%);
  }
  
  #LP.happybag2026 .mainContents h3.category_header p.category_txt {
    font-size: 22px;
  }
  
  #LP.happybag2026 .mainContents h3.category_header p.category_txt_sm {
    font-size: 19px;
    letter-spacing: -0.01em;
  }

  #LP.happybag2026 .mainContents h3.category_header .icn_ornament01 {
    width: auto;
    top: 7px;
    left: -25px;
  }
  
  #LP.happybag2026 .mainContents h3.category_header .icn_ornament02 {
    width: auto;
    top: 12px;
    left: -17px;
  }
  
  #LP.happybag2026 .mainContents h4 {
    font-size: 36px;
    margin-bottom: 48px;
  }

  #LP.happybag2026 .mainContents h5.time_ribbon {
    top: 110px;
    width: 350px;
    margin: 0 auto 40px;
  }
  
  #LP.happybag2026 .mainContents h5.time_ribbon p {
    transform: translate(-50%, -52%);
    font-size: 25px;
    line-height: 1.3;
  }

  #LP.happybag2026 .mainContents h5.time_ribbon.two-column {
    margin-bottom: 28px;
  }

  #LP.happybag2026 .mainContents h5.time_ribbon.two-column p {
    width: auto;
    font-size: 26px;
  }

  #LP.happybag2026 .mainContents h5.time_ribbon.two-column img {
    width: 210px;
  }

  #LP.happybag2026 .mainContents ul.shopBags_col {
    font-size: 0;
    width: 980px;
    margin: 0 auto;
    position: relative;
  }

  #LP.happybag2026 .mainContents ul.shopBags_col li {
    display: inline-block;
    width: 210px;
    margin-right: 40px;
    margin-bottom: 70px;
    vertical-align: top;
  }

  #LP.happybag2026 .mainContents ul.shopBags_col .shopBag_img {
    width: 210px;
  }

  #LP.happybag2026 .mainContents ul.shopBags_col li.size_large {
    width: 194px;
    margin-right: 56px;
    margin-bottom: 28px;
  }

  #LP.happybag2026 .mainContents ul.shopBags_col li:nth-child(2n) {
    margin-right: 40px;
  }

  #LP.happybag2026 .mainContents ul.shopBags_col li:nth-child(4n) {
    margin-right: 0;
  }

  #LP.happybag2026 .mainContents ul.shopBags_col li:last-child {
    margin-right: 0;
  }

  #LP.happybag2026 .mainContents ul.shopBags_col_wide {
    font-size: 0;
    width: 960px;
    margin: 0 auto;
    position: relative;
  }

  #LP.happybag2026 .mainContents ul.shopBags_col_wide li {
    display: inline-block;
    width: 194px;
    margin-right: 68px;
    margin-bottom: 70px;
    vertical-align: top;
  }

  #LP.happybag2026 .mainContents .bnrTxt_01 {
    position: absolute;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    color: var(--lp-color_white);
    bottom: 8px;
  }

  #LP.happybag2026 .mainContents .bnrTxt_01 span {
    font-size: 24px;
    font-weight: 500;
  }

  #LP.happybag2026 .mainContents .bnrTxt_2lines {
    letter-spacing: 0.01em;
    bottom: 47px;
  }
  
  #LP.happybag2026 .mainContents .bnrTxt_2lines span {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }

  #LP.happybag2026 .mainContents .bnrTxt_2lines span.tax_included {
    font-size: 16px;
  }

  #LP.happybag2026 .mainContents .Annotation_txt {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.01em;
    padding: 6px 0;
  }

  #LP.happybag2026 .mainContents ul li .icn_left {
    top: -20px;
    left: -32px;
  }
  
  #LP.happybag2026 .mainContents ul li .icn_left img{
    width: auto;
  }

  #LP.happybag2026 .mainContents .icn_soldOut {
    top: 58px;
  }

  #LP.happybag2026 .mainContents .icn_soldOut img{
    width: 138px;
  }

  #LP.happybag2026 div.registerArea02{
    position: unset;
  }

  #LP.happybag2026 .mainArea_bottom .info_membership {
    width: 980px;
    padding: 48px 0 60px;
}

  #LP.happybag2026 .mainArea_bottom .notes_list li{
    font-size: 16px;
  }

  #LP.happybag2026 .mainArea_bottom p:first-child span {
    font-weight: bold;
  }

  #LP.happybag2026 div.registerArea02.bnrStatic02 .info_membership {
    min-width: 1200px;
  }

  #LP.happybag2026 .mainArea_bottom .reg_txt {
    margin-bottom: 40px;
    font-size: 36px;
    letter-spacing: 0.01em;
  }

  #LP.happybag2026 .mainContents__inner .txt_andMore {
    margin-bottom: 20px;
    font-size: 48px;
    font-weight: 900;
    letter-spacing: .05em;
  }

  /* ジェラートピケ福袋 */
  #LP.happybag2026 .mainContents .gelatoPique_container {
    margin-top: 145px;
  }
  
  #LP.happybag2026 .mainContents .gelatoPique_container .gelatoPique_bag {
    position: absolute;
    width: 980px;
    top: -100px;
  }
  
  #LP.happybag2026 .mainContents .gelatoPique_container .border_box {
    background-image: url(../images/pc/wh_main_borderBox_red.png);
    padding: 220px 0 0;
    width: 980px;
    height: 500px;
  }

  #LP.happybag2026 .mainContents .gelatoPique_container .shopBags_col li {
    width: fit-content;
    margin-right: 60px;
    margin-bottom: 0;
  }

  #LP.happybag2026 .mainContents .gelatoPique_container .shopBags_col li:nth-child(3) {
      margin-bottom: 0;
  }

  #LP.happybag2026 .mainContents .gelatoPique_container .shopBags_col li:nth-child(2n) {
    margin-right: 60px;
  }

  #LP.happybag2026 .mainContents .bnrTxt_02 {
    letter-spacing: 0.01em;
    line-height: 1.1;
    bottom: 8px;
  }
  
  #LP.happybag2026 .mainContents .bnrTxt_02 span {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }

  #LP.happybag2026 .mainContents .bnrTxt_02 span.tax_included {
    font-size: 16px;
    letter-spacing: 0.01em;
  }

  /* LP下部 アクセス集中注釈 */
  #LP.happybag2026 .notes_siteBusy p {
    font-size: 16px;
  }

  /* LP下部 遷移ボタン */
  #LP.happybag2026 .mainArea .linkBtn a {
    width: 450px;
    font-size: 22px;
  }

  #LP.happybag2026 .linkBtn a {
    width: 450px;
    height: 82px;
    margin: 0 auto;
  }

  #LP.happybag2026 .linkBtn a::after {
    top: 34px;
    right: 25px;
    width: 15px;
    height: 15px;
		border-top: solid 3px var(--lp-color_white);
		border-right: solid 3px var(--lp-color_white);
  }

  #LP.happybag2026 .mainArea_bottom .linkBtn {
    width: 450px;
  }

  #LP.happybag2026 .mainArea_bottom .linkBtn a {
    font-size: 25px;
  }

  /* 新規会員登録 */
  #LP.happybag2026 .membership {
    margin-bottom: 44px;
  }

  #LP.happybag2026 .membership .linkBtn.regist {
    bottom: 180px;
    width: 300px;
  }

  #LP.happybag2026 .membership .linkBtn.regist a {
    height: 60px;
    font-size: 18px;
  }

  #LP.happybag2026 .membership .linkBtn.regist a::after {
    top: 25px;
    right: 20px;
    width: 10px;
    height: 10px;
    border-top: solid 2px var(--lp-color_white);
    border-right: solid 2px var(--lp-color_white);
  }

  /* アコーディオン */
  #LP.happybag2026 .accordion_container {
    width: 800px;
    margin: 0 auto;
    margin-bottom: 48px;
  }

	#LP.happybag2026 h2.accordion_title {
		height: 82px;
		margin-bottom: 0;
		padding: 26px 0;
		font-size: 28px;
		letter-spacing: 0.01rem;
	}

	#LP.happybag2026 h2.accordion_title::after {
		border-top: solid 3px;
		border-right: solid 3px;
		width: 20px;
		height: 20px;
	}

  #LP.happybag2026 .accordion_content_inner {
    padding: 32px;
  }

  #LP.happybag2026 .accordion_content_inner h3 {
    font-size: 32px;
    margin-bottom: 32px;
  }

  #LP.happybag2026 .accordion_content_inner .notice_list li {
    margin-bottom: 8px;
    font-size: 14px;
  }

  /* フローティングボタン */
	#LP.happybag2026 .floating {
		bottom: 16px;
		position: fixed;
		z-index: 1;
	}

	#LP.happybag2026 .floating_btn {
		padding-bottom: 0;
	}
	
	#LP.happybag2026 .floating_btn a {
		margin: 0 auto;
		width: 100px;
    height: 100px;
	}

	#LP.happybag2026 .floating_btn a::after {
		top: 43px;
    left: 37px;
    width: 28px;
    height: 28px;
    border-top: solid 4px var(--lp-color_white);
    border-right: solid 4px var(--lp-color_white);
	}

	#LP.happybag2026 .lp_bottom {
		margin-top: 0;
	}

  /* #CONSOLE */
  #LP .contents__inner {
      padding: 40px 0;
      width: 100%;
  }

  #LP .contents__h2 {
      font-size: 24px;
      margin-bottom: 60px;
  }

  #LP .contents__block:not(:last-of-type) { margin-bottom: 60px; }

  #LP .contents__anchorLink > li a .textBlock.padding-r {
      padding-right: 0;
  }

  #LP .contents__console { margin-bottom: 70px; }

  #LP .contents__anchorLink { gap: 2em; }

  #LP .contents__anchorLink > li { width: calc(310px - 1em / 3); }

  #LP .contents__anchorLink > li a {
      border-radius: 8px;
      font-size: 25px;
      line-height: 1.2;
      padding: .25em;
      min-height: 82px;
  }
  #LP .contents__anchorLink > li a::before {
      border-top-width: 3px;
      border-right-width: 3px;
      top: calc(50% - (14px / 1.5));
      right: 21px;
      width: 14px;
      height: 14px;
  }

  #LP .contents__floating .contents__anchorLink {
      max-width: unset;
      width: 100%;
  }

  #LP .contents__floating .contents__anchorLink > li {
    padding-right: 16px;
    padding-bottom: 16px;
  }
  
  #LP .contents__floating .contents__anchorLink > li a {
    width: 100px;
    height: 100px;
  }
  #LP .contents__floating .contents__anchorLink > li a::before {
    border-top: 3px solid var(--lp-color_white);
    border-right: 3px solid var(--lp-color_white);
    top: 41px;
    right: 34px;
    width: 30px;
    height: 30px;
  }

  #LP .filter__label { font-size: 40px; }

  #LP .filter__operation { gap: 2em; }

  #LP .filter__input__box {
      width: 100%;
      max-width: calc((100% / 2) - (2em / 2));
  }
  #LP .filter__second .filter__input__box { max-width: calc((100% / 3) - (2em * 2 / 3)); }

  #LP .filter__input__label { font-size: 18px; border-radius: 8px;}

  /* #OUTPUT */
  #LP .output__block:not(:last-of-type) { margin-bottom: 60px; }

  #LP .output__block.is_visible {
      padding-top: 48px;
  }

  #LP .output__h2 {
      width: 350px;
      height: 80px;
      font-size: 34px;
      line-height: 2.2;
  }
  #LP .output__h2:before {
      border-width: 40px 0px 40px 20px
  }
  #LP .output__h2:after {
      border-width: 40px 20px 40px 0px;
  }

  #LP .output__product:empty::before { font-size: 24px; }

  #LP .output__product > li { margin-top: 75px; }

  #LP .output__listBlock { padding: 60px 15px; }

  #LP .category__header {
      font-size: 34px;
      margin-bottom: 42px;
  }

  #LP .category__list {
      grid-template-columns: repeat(5, 1fr);
      gap: 0 15px;
  }

  #LP .category__list > li a {
      font-size: 14px;
      padding: 12px;
  }

  #LP .category__list > li img {
      width: 100%;
  }

  #LP .category__list > li:not(:nth-of-type(-n+2)),
  #LP .category__list > li:not(:nth-of-type(-n+3)),
  #LP .category__list > li:not(:nth-of-type(-n+4)) { margin-top: 0; }

  #LP .category__list > li:not(:nth-of-type(-n+5)) { margin-top: 15px; }

  #LP .output__product:not(.show-all) > li:nth-of-type(n+7) {
      opacity: initial;
      max-height: initial;
  }
  #LP .output__product.show-all > li:nth-of-type(n+7) { opacity: initial; }

  /* #LP .output__product:not(.show-all) > li:not(:nth-of-type(-n+3)) {
      overflow: hidden;
      transition: opacity .4s ease, max-height .4s ease;
      margin-top: 0;
      max-height: 0;
  } */

  #LP .output__product__block:not(:last-of-type) { margin-bottom: 1.25em; }

  #LP .output__product__shop { font-size: 16px; }

  #LP .output__product__name { font-size: .9em; }
  #LP .output__product__notes { font-size: .75em; }
  #LP .output__product__price { font-size: 1.4em; }

  #LP .output__toggleButton {
      font-size: 20px;
      margin-top: 60px;
      padding: 1em;
      max-width: 500px;
      width: 100%;
  }

  #LP .output__toggleButton::after,
  #LP .output__toggleButton::before {
      right: 20px;
      width: 20px;
  }

  /* ジェラートピケ専用style */
  #LP .contents #gelatoPiqueOutput.contents__output {
    margin-bottom: 70px;
  }

  #LP .contents #gelatoPiqueOutput.contents__output .output__listBlock {
    padding-bottom: 70px;
  }

  #LP .contents #gelatoPiqueOutput .category__list {
    grid-template-columns: none;
    display: flex;
    justify-content: center;
  }

  #LP .contents #gelatoPiqueOutput .category__list li {
    width: 178px;
  }

  #LP.happybag2026 .notes_gelatoPique {
    padding-top: 20px;
    font-size: 14px;
  }

  #LP.happybag2026 .notes_gelatoPique.include_output {
    bottom: 20px;
    padding-bottom: 0;
    padding-top: 0;
  }

}