@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_red: #e72400;
  --lp-color_scarlet: #e94529;
  --lp-color_btn-regist: #e94628;
  --lp-color_btn-buyNow: #a17723;
  --lp-color_blue: #246BB7;
}

/*************************
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: 42vw;
  top: 50%;
  left: 50%;
  transform: translate(-60%, -55%);
  z-index: 50;
}

#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: 8%;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.01em;
}

#LP.happybag2026 h2.header_txt {
  font-size: 6.5vw;
}

#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: relative;
  width: 40%;
  margin: 0 auto 6%;
}

#LP.happybag2026 .mainContents h5.time_ribbon p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 5vw;
  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 {
  width: 100%;
  text-align: center;
  font-size: 3.9vw;
}

#LP.happybag2026 .mainContents__inner {
  width: 94%;
  margin: 0 auto;
  padding-top: 10%;
}

/* 予告版 福袋画像リンク不活性 */
#LP.happybag2026 .shopBags_col a {pointer-events: none !important;}

#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 .shopBags_2col_wrap {
  display: flex;
  justify-content: space-between;
  list-style: none;
}

#LP.happybag2026 .mainContents .shopBags_2col_wrap li {
    display: inline-block;
    width: 33%;
    margin-right: 12%;
    margin-bottom: 12%;
    vertical-align: top;
}

#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 .border_box {
  background-image: url(../images/sp/wh_main_borderBox_red.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: 18% 0 0;
  margin-bottom: 10%;
}

#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: 99;
  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 .mainContents .linkBtn {
  width: 86%;
  margin: 4% auto;
}

#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_btn-buyNow);
}

#LP.happybag2026 .linkBtn.regist a {
  background-color: var(--lp-color_btn-regist);
}

#LP.happybag2026 .linkBtn.buyNow a {
  background-color: var(--lp-color_btn-buyNow);
}

#LP.happybag2026 .linkBtn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 39%;
  right: 6%;
  transform: rotate(45deg);
  width: 12px;
  height: 12px;
  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: 6% 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_scarlet)

}

#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_scarlet);
  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;
}

/*************************
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 {
    z-index: 40;
    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(-160px, -98px);
  }

  #LP.happybag2026 .kvArea .kv_previous_icn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-66%, -55%);
    z-index: 50;
  }

  #LP.happybag2026 .kvArea .kv_bg_halo {
    position: absolute;
    margin-top: -60%;
    top: 400px;
    z-index: 9;
    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: 60px;
    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 {
    width: 250px;
    margin: 0 auto 40px;
  }

  #LP.happybag2026 .mainContents h5.time_ribbon img {
    width: 100%;
  }

  #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 h5.time_ribbon p {
    transform: translate(-50%, -55%);
    font-size: 32px;
  }

  #LP.happybag2026 .mainContents ul.shopBags_col {
    font-size: 0;
    width: 980px;
    margin: 0 auto;
    position: relative;
  }

  #LP.happybag2026 .mainContents ul.shopBags_col .shopBag_img {
    width: 210px;
  }

  #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 li {
    display: inline-block;
    width: 210px;
    margin-right: 40px;
    margin-bottom: 70px;
    vertical-align: top;
  }

  #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: 130px;
  }
  
  #LP.happybag2026 .mainContents .gelatoPique_container .gelatoPique_bag {
    position: absolute;
    width: 980px;
    top: -90px;
  }
  
  #LP.happybag2026 .mainContents .gelatoPique_container .border_box {
    background-image: url(../images/pc/wh_main_borderBox_red.png);
    padding: 110px 0 0;
    margin-bottom: 60px;
    width: 960px;
    height: 350px;
  }

  #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(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 .mainContents .linkBtn {
    width: 500px;
    margin: 0 auto 24px;
  }

  #LP.happybag2026 .mainArea_bottom .linkBtn {
    width: 450px;
    margin: 0 auto;
  }

  #LP.happybag2026 .linkBtn a {
    height: 82px;
    font-size: 25px;
  }

  #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 .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;
  }

}