@charset "UTF-8";

.floating-button,
.floating-button2 {
	display: none;
}

.category-visual-box {
  padding-top: 15px !important;
}

.campaign-banner{
	--banner-img: url('https://gigaplus.makeshop.jp/yagamiyhhc/images/campaign2509/campaign-01-bg.png');
	--w: 911;
	--h: 500;
	--scale: 1;
	position: relative;
	width: min(100%, 911px);
	aspect-ratio: var(--w) / var(--h);
	background: var(--banner-img) center center / cover no-repeat;
	border-radius: 12px;
	overflow: hidden;
}

.campaign-banner-kirala{
	--banner-img: url('https://gigaplus.makeshop.jp/yagamiyhhc/images/campaign2509/campaign-02-bg.png');
	--w: 911;
	--h: 500;
	--scale: 1;
	position: relative;
	/*margin-top: 20px;*/
	margin-top: 0;
	width: min(100%, 911px);
	aspect-ratio: var(--w) / var(--h);
	background: var(--banner-img) center center / cover no-repeat;
	border-radius: 12px;
	overflow: hidden;
}

.cb-btn{
	position: absolute !important;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-weight: 700;
	line-height: 1;
	border-radius: 999px;
	white-space: nowrap;
	width: 29.0989%;
	height: 10%;
	padding-inline: 7.547%;
	box-shadow: 0 6px 16px rgba(0,0,0,.15);
	color: #fff;
	transition: transform .08s ease, filter .08s ease;
}

.cb-btn:focus-visible{
	outline: 3px solid #fff;
	outline-offset: 2px;
}

.cb-btn:hover{ transform: translateY(0); filter: brightness(1.02); }
.cb-btn:active{ transform: translateY(0); filter: brightness(.98); }

.cb-btn span{
	flex: 1;
	text-align: center;
	font-size: calc(16px * var(--scale));
}

.cb-btn .icon-arrow{
	position: absolute;
	right: calc(20px * var(--scale));
	width: calc(10px * var(--scale));
	height: calc(14px * var(--scale));
}

.cb-btn--register{ left: 4%; top: 70%; background: #e74c3c; }
.cb-btn--login{ left: 4%; top: 83%; background: #f39c12; }

.campaign-underText{
	font-size: 18px;
}

@media (max-width: 768px){
	.campaign-banner{
		/*background:linear-gradient(to bottom,rgba(255,255,255,0) 70%,#cee3ef 100%);*/
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 0;
		border-radius: 0;
		aspect-ratio: auto;
		--scale: 1;
	}
	.campaign-banner::before{
		content:"";
		display:block;
		width:100%;
		padding-top: calc(500 / 911 * 100%);
		background: var(--banner-img) center top / cover no-repeat;
		/*border-radius: 12px 12px 0 0;*/
	}
	.campaign-banner-kirala{
		background:linear-gradient(to bottom,rgba(255,255,255,0) 70%,#dbe4ef 100%);
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 0 0 20px;
		border-radius: 8px;
		aspect-ratio: auto;
		--scale: 1;
	}
	.campaign-banner-kirala::before{
		content:"";
		display:block;
		width:100%;
		padding-top: calc(500 / 911 * 100%);
		background: var(--banner-img) center top / cover no-repeat;
		/*border-radius: 12px 12px 0 0;*/
	}
	.campaign-banner .cb-btn{
		display: none;
	}
	.cb-btn{
		position: relative !important;
		width: 80%;
		max-width: 360px;
		height: 40px;
		margin-top: 12px;
		padding-inline: 24px;
		border-radius: 9999px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.cb-btn--register,
	.cb-btn--login{
		left: auto;
		top: auto;
	}
	.cb-btn span{
		font-size: 14px;
		text-align: center;
		width: 100%;
	}
	.cb-btn .icon-arrow{
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
		width: 10px;
		height: 14px;
	}
	.campaign-underText{
		font-size: 14px;
	}
}

/*========================================
汎用
========================================*/
/* 配置 */
.txtC{text-align:center !important;}
.txtL{text-align:left;}
.txtR{text-align:right;}

@media only screen and (max-width: 768px) {
	.txtC-mbL{text-align:left;}
	.txtL-mbC{text-align:center;}
}

/* フロート */
.floatl{float:left;margin:0;}
.floatr{float:right;margin:0;}
.floatl10{float:left;margin:0 10px 10px 0;}
.floatr10{float:right;margin:0 0 10px 10px;}
.floatl20{float:left;margin:0 20px 10px 0;}
.floatr20{float:right;margin:0 0 10px 20px;}
.clear{clear:both;}

/* 余白 */
.mb0 {margin-bottom:0 !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb35{margin-bottom:35px !important;}
.mb40{margin-bottom:40px !important;}
.mb45{margin-bottom:45px !important;}
.mb50{margin-bottom:50px !important;}
.mb55{margin-bottom:55px !important;}
.mb60{margin-bottom:60px !important;}
.mb70{margin-bottom:70px !important;}
.mb80{margin-bottom:80px !important;}

.mt0 {margin-top:0;}
.mt5 {margin-top:5px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.mt35{margin-top:35px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt60{margin-top:60px;}
.mt70{margin-top:70px;}
.mt80{margin-top:80px;}

.ml15{margin-left:15px;}

.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}

.pLeftMargin{text-indent:-8px;}

.pb10{padding-bottom:10px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}

.pt35{padding-top:35px;}
.pt85{padding-top:85px;}

@media only screen and (max-width: 479px) {
	.pt85{padding-top:0;}
	.product-info-recommend .mb30{
		margin-bottom: 25px !important;
	}
	.heading-white .product-info .mb55{
		margin-bottom: 0 !important;
	}
	.heading-white .product-info .mb35{
		margin-bottom: 30px !important;
	}
}

/* リストの余白 */
ul.mt10{margin: 10px 0 0 0;}
ul.mt15{margin: 15px 0 0 0;}
ul.mt20{margin: 20px 0 0 0;}
ul.pb20{padding: 0 0 20px 0;}

/* フォント色のパターン */
.fontred1{color:#FF0000;}
.fontred2{color:#FF3300;}
.fontred3{color:#d7000f !important;}
.fontorange1{color:#FF6600;}
.fontorange2{color:#FF9900;}
.fontorange3{color:#FF4E00;}
.fontyellow1{color:#FFcc00;}
.fontyellow2{color:#FFFF00;}
.fontblue1{color:#0000FF;}
.fontblue2{color:#3399CC;}
.fontblue3{color:#0168AE;}
.fontgreen1{color:#006600;}
.fontgreen2{color:#99CC00;}
.fontgreen3{color:#82AC00;}
.fontbrown1{color:#993300;}
.fontbroun2{color:#CC9966;}
.fontpurple1{color:#6633CC;}
.fontpurple2{color:#9999FF;}
.fontpurple3{color:#993366;}
.fontpink1{color:#FF33CC;}
.fontpink2{color:#FF99CC;}
.fontpink3{color:#fae2e7;}
.fontpink4{color:#dc007f;}
.fontgray1{color:#e8e8e8;}
.fontgray2{color:#999999;}
.fontgray3{color:#666666;}
.fontnavy1{color:#163E64;}
.fontw{color:#ffffff;}

.fontshadow1{
	text-shadow:0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff;
}

.font10{font-size:10px;}
.font12{font-size:12px;}
@media only screen and (max-width: 479px) {
	.font13-mb{font-size:13px;}
	.font12{font-size:10px;}
}

@media only screen and (max-width: 750px) {
	.category-button.orange .pc-off-tb {
		display: inline-block !important;
	}
}

.pc-off-tb-w {
	display: none !important;
}

@media only screen and (max-width: 1192px) {
	.pc-off-tb-w {
		display: block !important;
	}
	.sm-off-tb-w {
		display: none !important;
	}
}

.pc-off-tb {
	display: none !important;
}

@media only screen and (max-width: 992px) {
	.pc-off-tb {
		display: block !important;
	}
	.sm-off-tb {
		display: none !important;
	}
}

.pc-off {
	display: none !important;
}

@media only screen and (max-width: 479px) {
	.pc-off {
		display: block !important;
	}
	.sm-off {
		display: none !important;
	}
}

/*========================================
	boorstrap
========================================*/
@media (width: 768px) {
  main .col-md-1, main .col-md-2, main .col-md-3, main .col-md-4, main .col-md-5, main .col-md-6, main .col-md-7, main .col-md-8, main .col-md-9, main .col-md-10, main .col-md-11, main .col-md-12 {
    float: left !important;
  }
  main .col-md-12 {
    width: 100% !important;
  }
  main .col-md-11 {
    width: 91.66666667% !important;
  }
  main .col-md-10 {
    width: 83.33333333% !important;
  }
  main .col-md-9 {
    width: 75% !important;
  }
  main .col-md-8 {
    width: 66.66666667% !important;
  }
  main .col-md-7 {
    width: 58.33333333% !important;
  }
  main .col-md-6 {
    width: 50% !important;
  }
  main .col-md-5 {
    width: 41.66666667% !important;
  }
  main .col-md-4 {
    width: 33.33333333% !important;
  }
  main .col-md-3 {
    width: 25% !important;
  }
  main .col-md-2 {
    width: 16.66666667% !important;
  }
  main .col-md-1 {
    width: 8.33333333% !important;
  }
}

main .col-xs-1, main .col-sm-1, main .col-md-1, main .col-lg-1, main .col-xs-2, main .col-sm-2, main .col-md-2, main .col-lg-2, main .col-xs-3, main .col-sm-3, main .col-md-3, main .col-lg-3, main .col-xs-4, main .col-sm-4, main .col-md-4, main .col-lg-4, main .col-xs-5, main .col-sm-5, main .col-md-5, main .col-lg-5, main .col-xs-6, main .col-sm-6, main .col-md-6, main .col-lg-6, main .col-xs-7, main .col-sm-7, main .col-md-7, main .col-lg-7, main .col-xs-8, main .col-sm-8, main .col-md-8, main .col-lg-8, main .col-xs-9, main .col-sm-9, main .col-md-9, main .col-lg-9, main .col-xs-10, main .col-sm-10, main .col-md-10, main .col-lg-10, main .col-xs-11, main .col-sm-11, main .col-md-11, main .col-lg-11, main .col-xs-12, main .col-sm-12, main .col-md-12, main .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}

.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

main .row-eq-height .col-xs-1, main .row-eq-height .col-sm-1, main .row-eq-height .col-md-1, main .row-eq-height .col-lg-1, main .row-eq-height .col-xs-2, main .row-eq-height .col-sm-2, main .row-eq-height .col-md-2, main .row-eq-height .col-lg-2, main .row-eq-height .col-xs-3, main .row-eq-height .col-sm-3, main .row-eq-height .col-md-3, main .row-eq-height .col-lg-3, main .row-eq-height .col-xs-4, main .row-eq-height .col-sm-4, main .row-eq-height .col-md-4, main .row-eq-height .col-lg-4, main .row-eq-height .col-xs-5, main .row-eq-height .col-sm-5, main .row-eq-height .col-md-5, main .row-eq-height .col-lg-5, main .row-eq-height .col-xs-6, main .row-eq-height .col-sm-6, main .row-eq-height .col-md-6, main .row-eq-height .col-lg-6, main .row-eq-height .col-xs-7, main .row-eq-height .col-sm-7, main .row-eq-height .col-md-7, main .row-eq-height .col-lg-7, main .row-eq-height .col-xs-8, main .row-eq-height .col-sm-8, main .row-eq-height .col-md-8, main .row-eq-height .col-lg-8, main .row-eq-height .col-xs-9, main .row-eq-height .col-sm-9, main .row-eq-height .col-md-9, main .row-eq-height .col-lg-9, main .row-eq-height .col-xs-10, main .row-eq-height .col-sm-10, main .row-eq-height .col-md-10, main .row-eq-height .col-lg-10, main .row-eq-height .col-xs-11, main .row-eq-height .col-sm-11, main .row-eq-height .col-md-11, main .row-eq-height .col-lg-11, main .row-eq-height .col-xs-12, main .row-eq-height .col-sm-12, main .row-eq-height .col-md-12, main .row-eq-height .col-lg-12 {
  display: flex;
}

.campaign-all-wrap .floating-button, 
.campaign-all-wrap .floating-button2 {
	display: none;
}

@media only screen and (max-width: 479px) {
	.campaign-item-wrap .col-xs-6 {
		padding: 0;
	}
}
