@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700;900&display=swap');


.bgWhite {
    background: #fff;
}

#wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto 80px;
}

.pc-none {
    display: none;
}

.sp-none {
    display: block;
}

#fukubukuro2026 ul, #fukubukuro2026 p, #fukubukuro2026 dl{ margin-bottom: 0;}
#fukubukuro2026 p{ line-height: 1.6;}
#fukubukuro2026 dd{ margin-left: 0;}

#fukubukuro2026 {
	width: 100%;
    overflow: hidden;
	position: relative;
	color: #fff;
	font-family: "Zen Maru Gothic", sans-serif;
	  font-weight: 900;
	  font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
	background: url(../images/campaign/fukubukuro2026/bg.jpg) center center / 1500px repeat;
}

#fukubukuro2026 img { 
    width: 100%; 
    vertical-align: bottom; 
    -webkit-backface-visibility: hidden; 
    backface-visibility: hidden;
}

#fukubukuro2026 .deco {
    position: absolute;
    top: 0;
}

#fukubukuro2026 a {
    transition: .3s;
}

#fukubukuro2026 a:hover {
    text-decoration: none;
}


/*----------------------------------------------------
	☆PC
----------------------------------------------------*/


/*--- mv ---*/

#fukubukuro2026 #mv {
    position: relative;
    max-width: 1500px;
    margin: 0 auto;
}

#fukubukuro2026 #mv .mvLogo {
    width: min(9%, 140px);
}

#fukubukuro2026 #mv .mvTitle-wrap {
    width: min(42%, 628px);
    position: absolute;
    left: 52.5%;
    top: 8%;
}

#fukubukuro2026 #mv .decoBag01 {
    width: min(39%, 590px);
    position: absolute;
    left: 53%;
    top: 66%;
}

#fukubukuro2026 #mv .decoBag02 {
    width: min(10%, 135px);
    position: absolute;
    left: 38.5%;
    top: 17%;
}

#fukubukuro2026 #mv .mvNote {
    width: min(19%, 274px);
    position: absolute;
    left: 37.5%;
    top: 90.5%;
}

#fukubukuro2026 #mv .mvDate {
    top: 94%;
    left: 50%;
    transform: translateX(-50%);
	 width: min(90%, 1200px);
}


/* タブ切替 */
.tabsInner {
    max-width: 1000px;
    width: 90%;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

/* タブ切り替え全体のスタイル*/
.tabs {
    width: 100%;
    margin: 0 auto;
}

/* タブのスタイル */
.tab_item {
    width: 49%;
    max-width: 490px;
    height: 120px;
    background: #ad001f;
    transition: all 0.2s ease;
    cursor: pointer;
    position: relative;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 10px;
    padding-bottom: 0;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    filter: none;
}

.tab_item:before {
    position: absolute;
    content: "";
    width: 65px;
    height: 46px;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    background: url("../images/campaign/fukubukuro2026/decoTab_01.png") center center / 100% 100% no-repeat;
}

.tab_item span.titBox {
    position: absolute;
    display: block;
    content: "";
    top: 63%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: min(100%, 228px);
}

.tab_item .tit {
    display: block;
    transition: .3s;
}

.tab_item.tab2:hover {
    background: #c18100;
}

.tab_item.tab1:hover {
    background: #e63b0e;
}

.tab_item.tab1.current:hover {
    background: #ad001f;
}

.tab_item:not(.current):hover {
    transform: translate(0, 4px);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.6);
}

.tab_item.tab1.current{
    background: #ad001f;
}

.fukidashi {
	position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: min(40%, 200px);
}

.fukidashi img {
  filter: none !important;
}

/* 7000円 */
.tab_item.tab2,
.tab_item.tab2.current:hover {
    background: #7f5b0a;
}

.tab_item.tab2:before {
    background: url("../images/campaign/fukubukuro2026/decoTab_02.png") center center / 100% 100% no-repeat;
}


/* タブ切り替えの中身のスタイル */
.tab_content {
    /*display: none;*/
    clear: both;
    overflow: hidden;
    border-top: 5px solid #ad001f;
    position: relative;
	background-image: url("../images/campaign/fukubukuro2026/bg_red.jpg");
	background-repeat: repeat;
}

.tab_item a {
    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid #fff;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom: 0;
}

.tab_item.current a {
    cursor: default;
}

#tabBox {
    padding-top: 280px;
   /* margin-top: -250px;*/
}


/*--- コンテンツ ---*/
#fukubukuro2026 .tab_content#Bset {
    background-image: url("../images/campaign/fukubukuro2026/bg_yellow.jpg");
    border-top: 5px solid #7f5b0a;
}

#fukubukuro2026 .gold {
    width: min(41%, 628px);
}

#fukubukuro2026 .gold.deco1 {
	top: 0;
    left: 0;
    transform: translateX(-50%);
}

#fukubukuro2026 .gold.deco2 {
	top: 30%;
    left: 80%;
    transform: translateX(-50%);
}

#fukubukuro2026 .gold.deco3 {
	top: 70%;
    left: 0;
    transform: translateX(-50%);
}

#fukubukuro2026 .AsetAreaInner,
#fukubukuro2026 .BsetAreaInner {
    width: min(90%, 1000px);
    margin: 80px auto;
    position: relative;
}

#fukubukuro2026 .decoSet2026 {
    width: min(100%, 770px);
	margin: 0 auto 20px;
}

#fukubukuro2026 .decoSet2026_2 {
    width: min(100%, 770px);
	margin: 0 auto 40px;
}

#fukubukuro2026 .AsetAreaInner .basisContainer,
#fukubukuro2026 .BsetAreaInner .basisContainer {
    width: min(100%, 1000px);
    margin: 0 auto 40px;
    position: relative;
    background: #fff;
    border-radius: 30px;
}

#fukubukuro2026 .basisContainer .titleBox {
    border-radius: 30px 30px 0 0;
    padding: 55px 0 50px;
    position: relative;
    text-align: center;
    font-size: 1.5rem;
}

#fukubukuro2026 .basisContainer .titleBox .title {
    font-size: 30px;
    letter-spacing: 0.02em;
}

#fukubukuro2026 .basisContainer .titleBox .icon {
    max-width: 50px;
    margin: 0 auto 15px;
}

#fukubukuro2026 .basisContainer .titleBox.red {
    background: #ad001f;
}

#fukubukuro2026 .basisContainer .titleBox.orange {
    background: #e63b0e;
}

#fukubukuro2026 .basisContainer .titleBox.brown {
    background: #7f5b0a;
}

#fukubukuro2026 .basisContainer .BoxInner {
    padding: 70px 70px 90px;
    text-align: center;
	border-radius: 0 0 30px 30px;
}

#fukubukuro2026 .basisContainer .BoxInner.BI_red {
    border-top: none !important;
    border: 3px solid #ad001f;
}

#fukubukuro2026 .basisContainer .BoxInner.BI_orange {
    border-top: none !important;
    border: 3px solid #e63b0e;
}

#fukubukuro2026 .basisContainer .BoxInner.BI_brown {
    border-top: none !important;
    border: 3px solid #7f5b0a;
}

#fukubukuro2026 .colorSelection{
	display: flex; /* 横並びにする */
    justify-content: center; 
	gap: 30px;
	margin-bottom: 30px;
}

#fukubukuro2026 .basisContainer .BoxInner .text01 .big-number {
	font-weight: 800;
	font-size: 34px;
	color: #ad001f;
	letter-spacing: 0.08em;
 }


#fukubukuro2026 .basisContainer .BoxInner .text01 {
	font-weight: 900;
    font-size: 20px;
	color: #ad001f;
	letter-spacing: 0.02em;
	margin-bottom: 20px;
	line-height: 1.4;
 }

#fukubukuro2026 .basisContainer .BoxInner .colorSelection img{
	max-width: 240px;
	width: 100%;
}

#fukubukuro2026 .basisContainer .BoxInner .colorSelection .colorName{
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 0;
	color: #ad001f;
}

#fukubukuro2026 .basisContainer .BoxInner .colorSelection .or{
	font-weight: 700;
	font-size: 35px;
	color: #ad001f;
	display: flex; /* フレックスボックスを適用 */
    justify-content: center; /* 水平方向の中央揃え */
    align-items: center; /* 垂直方向の中央揃え */
}


#fukubukuro2026 .basisContainer .BoxInner .attentionBag{
	font-weight: 500;
	font-size: 12px;
	color: #221815;
}

#fukubukuro2026 .basisContainer .iconPlus {
    width: 86px;
    position: absolute;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

/*--- デニーズテーブル商品 ---*/
#fukubukuro2026 .basisContainer .titleBox.orange .title .smallText{
	font-size: 20px;
}

#fukubukuro2026 .basisContainer .BoxInner.BI_orange{
	border-top: none !important;
	border: 3px solid #e63b0e;
	display: flex; 
	justify-content: center;
}

#fukubukuro2026 .basisContainer .BoxInner.BI_orange .productBox .productsList li .productsImg {
    margin-bottom: 15px;
    position: relative;
}

#fukubukuro2026 .basisContainer .BoxInner.BI_orange .productBox .productsList li .productsImg img:not(.package) {
    border-radius: 20px;
}

#fukubukuro2026 .basisContainer .BoxInner.BI_orange .productBox .productsList li .productsImg .package {
    position: absolute;
    bottom: -11%;
    right: -9%;
    width: 33%;
}

#fukubukuro2026 .basisContainer .BoxInner.BI_orange .productBox .productsList li .productsTitle {
    font-size: 19px;
	font-weight: 800;
	color: #221815;
    margin-bottom: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#fukubukuro2026 .basisContainer .BoxInner.BI_orange .productBox .productsList li .price .price02 {
    font-family: "Outfit", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 600;
 	font-style: normal; 
	font-size: 35px;
    color: #e63b0e;
    line-height: 1;
	margin-top: 7px;
    margin-bottom: 30px;
}

#fukubukuro2026 .basisContainer .BoxInner.BI_orange .productBox .productsList li .price .price02 span {
	font-family: "Zen Maru Gothic", serif;
    font-size: 35%;
	font-weight: 700;
}


#fukubukuro2026 .basisContainer .BoxInner.BI_orange .productBox {
    width: min(860px, 100%);
    position: relative;
	display: flex;
	justify-content: center;
}

#fukubukuro2026 .basisContainer .BoxInner.BI_orange .productBox .productsList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	gap: 0 55px;
}

#fukubukuro2026 .basisContainer .BoxInner.BI_orange .productBox .productsList li {
	flex: 1 1 calc( 50% - 55px );
	max-width: 400px;
    min-width: 150px;
    margin-bottom: 90px;
}

#fukubukuro2026 .basisContainer .BoxInner.BI_orange .productBox .productsList li:nth-last-child(-n+2) {
    margin-bottom: 0; 
}



#fukubukuro2026 .basisContainer .BoxInner.BI_orange .productBox .productsList li .btnBox a {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
    background: #e63b0e;
    color: #fff;
    text-align: center;
    line-height: 1.22;
    font-size: 14px;
    border-radius: 100px;
    position: relative;
    transition: .3s;
	display: block;
	width: 80%;
	margin: 0 auto;
	font-size: 1.2em; /* 親要素に対して相対的なサイズ */
    padding: 1em 4em; /* 余白も相対的に設定 */
}


#fukubukuro2026 .basisContainer .BoxInner.BI_orange .productBox .productsList li .btnBox a:hover{
	background: #7f5b0a;
}

#fukubukuro2026 a:hover {
    text-decoration: none;
}

#fukubukuro2026 .basisContainer .BoxInner.BI_orange .productBox .productsList li .btnBox a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 25px;
    width: 7px;
    height: 12px;
    transform: translate(0, -50%);
    background: url(../images/campaign/fukubukuro2026/arrow.svg) center center / contain no-repeat;
}

#fukubukuro2026 .basisContainer .BoxInner.BI_Brown .productBox .productsList li .btnBox a {
    padding: 1em;
}

#fukubukuro2026 .basisContainer .BoxInner.BI_Brown .productBox .productsList li .btnBox a::after {
    right: 8%;
}

#fukubukuro2026 .basisContainer .BoxInner.BI_Brown {
    padding: 70px 40px 70px;
    text-align: center;
    border-radius: 0 0 30px 30px;
}




/*--- クーポン ---*/
#fukubukuro2026 .basisContainer .BoxInner.BI_brown .couponType {
    display: flex;
    justify-content: center;
    gap: 50px;
}

#fukubukuro2026 .basisContainer .enCoupon {
    font-family: "Outfit", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 600;
 	font-style: normal; 
	font-size: 40px;
}

#fukubukuro2026 .basisContainer .BoxInner.BI_brown .couponType .couponImg {
	max-width: 423px;
	width: 100%;
}

#fukubukuro2026 .basisContainer .titleBox.brown .couponBox .attentionCoupon {
    font-size: 14px;
}

#fukubukuro2026 .dtAttentionCoupon{
	margin: 40px 0 0;
}

#fukubukuro2026 .dtAttentionCoupon li {
    font-weight: 600;
	font-size: 12px;
	color: #879cb0;
	line-height: 1.8em;
}


#fukubukuro2026 .dtAttention {
    width: 100%;
    background: #ad001f;
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
}

#fukubukuro2026 .dtAttention.no2 {
    background: #7f5b0a;
}

#dtBtn {
    width: 100%;
    margin: 5% auto 0;
}

/*--- ボタン ---*/
#dtBtn ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*width: calc((864 / 1080) * 100%);
    max-width: 864px;*/
    margin: 0 auto;
}

#dtBtn ul li {
	    width: calc((350 / 1080)* 100%);
    max-width: 350px;

}

#dtBtn ul li a {
    display: block;
    background-color: #e24544;
    border-radius: 12px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 6% 0px;
    box-shadow: 0 6px 0 #7a1906;
	transition: all 300ms ease;
}

#dtBtn ul li a:hover {
	background-color: #f39800;
	transform: translate(0,6px);
	box-shadow: 0 0 0 #000;
}


/*--- 注記 ---*/
#dtAttentionInner {
    width: 80%;
	max-width: 1000px;
    margin: 0 auto;
}

#dtAttentionInner ul {
    padding: 60px;
    margin: 0;
}

#dtAttentionInner ul li {
	font-size: 12px;
    line-height: 1.8;
	font-weight: 600;
    text-align: justify;
    color: #fff;
    position: relative;
    padding-left: 12px;
}

#dtAttentionInner ul li:before {
    content: "●";
    font-size: inherit;
    line-height: inherit;
    text-align: left;
    color: inherit;
    position: absolute;
    top: 0;
    left: 0;
}

/*--- 7000円アイコン ---*/
#fukubukuro2026 .setIcon {
    position: absolute;
    left: -9%;
    bottom: -7%;
    width: min(28%, 113px);
}

#fukubukuro2026 .setIcon.set02 {
    left: 5%;
    bottom: 30%;
    width: min(10%, 100px);
}

/*--- 最後のタブ ---*/
#fukubukuro2026 .tabsInnerUnder {
    margin: 0 0 70px;
}

#fukubukuro2026 .tabsInnerUnder .tab_item span.titBox {
    top: 57%;
}

#fukubukuro2026 .tabsInnerUnder .tab_item {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-bottom: 10px;
    height: 120px;
}

#fukubukuro2026 .tabsInnerUnder .tab_item a {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom: 1px solid #fff;
}



/*-------------------------------------------
Animation
-------------------------------------------*/
#fukubukuro2026 .mvTitle.fadeIn {
	opacity: 0;
	animation: fadeIn 1.5s ease 0.2s 1 forwards;
}

#fukubukuro2026 .basisContainer.fadeIn {
	opacity: 0;
}

#fukubukuro2026 .basisContainer.fadeIn.in {
	opacity: 1;
	animation: fadeIn 1.5s ease forwards;
}

/* fadeIn */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

#fukubukuro2026 #mv .pon,
#fukubukuro2026 .decoSet2026.pon,
#fukubukuro2026 .decoSet2026_2.pon,
#fukubukuro2026 .setIcon.pon {
    opacity: 0;
}

#fukubukuro2026 #mv .pon,
#fukubukuro2026 .decoSet2026.pon.in,
#fukubukuro2026 .decoSet2026_2.pon.in,
#fukubukuro2026 .setIcon.pon.in {
    animation: pon 0.6s ease forwards;
}

#fukubukuro2026 .decoSet2026_2.pon.in {
    animation-delay: 0.15s;
}

#fukubukuro2026 #mv .pon {
    animation-delay: 0.8s;
}

@keyframes pon {
  0% { transform: scale(0.8); opacity: 0;}
  50% { transform: scale(1.1); opacity: 1;}
  100% { transform: scale(1); opacity: 1;}
}


#fukubukuro2026 .clip02 {
    clip-path: inset(0 0 0 100%);
}

#fukubukuro2026 .in .clip02,
#fukubukuro2026 .in.clip02 {
    animation: clip02 .8s ease forwards;
}

#fukubukuro2026 #mv .mvDate.clip02 {
    animation-delay: .2s;
}

@keyframes clip01 {
	0% { clip-path: inset(0 0 100% 0); }
	100% { clip-path: inset(0 0 0 0); }
}
@keyframes clip02 {
	0% { clip-path: inset(0 100% 0 0); }
	100% { clip-path: inset(0 0 0 0); }
}

@keyframes clip03 {
	0% { clip-path: inset(0 0 0 100%); }
	100% { clip-path: inset(0 0 0 0); }
}




/*----------------------------------------------------
	☆TABLET UNDER 1000
----------------------------------------------------*/

@media screen and (max-width:1000px) {

    #tabBox {
		padding-top: 230px;
	}
	
	#fukubukuro2026 .decoSet2026 {
		width: 75%;
		margin: 0 auto 15px;
	}
	
	#fukubukuro2026 .decoSet2026_2 {
		width: 75%;
		margin: 0 auto 25px;
	}
    
}

/*----------------------------------------------------
	☆TABLET UNDER 900
----------------------------------------------------*/

@media screen and (max-width:900px) {
	
	.tab_item {
		height: 90px;
	}
	
	.tab_item:before {
		width: 58px;
		height: 40px;
		top: -15px;
	}
	
	.fukidashi {
		position: absolute;
		top: -50%;
	}
	
	.tab_item span.titBox {
		width: min(100%, 150px);
		top: 66%;
	}
	
    #fukubukuro2026 .basisContainer .iconPlus {
		width: 70px;
		top: -56px;
	}
	
	#dtAttentionInner {
		width: 100%;
	}
	
	#dtAttentionInner ul {
		padding: 8%;
	}
	
	.tabsInnerUnder .fukidashi {
        position: absolute;
        top: -35%;
    }
	
    
}

/*----------------------------------------------------
	☆TABLET UNDER 865
----------------------------------------------------*/

@media screen and (max-width:865px) {
	
    #fukubukuro2026 .basisContainer .BoxInner.BI_orange .productBox .productsList li .btnBox a {
		width: 100%;
		padding: 1em 2em;
	}
    
}

/*----------------------------------------------------
	☆TABLET UNDER 800
----------------------------------------------------*/

@media screen and (max-width:800px) {
	
	#fukubukuro2026 #mv .mvNote {
		width: 23%;
		left: 36%;
		top: 90%;
	}
	
	#tabBox {
        padding-top: 200px;
    }
	
	.fukidashi {
        position: absolute;
        top: -45%;
    }

    #fukubukuro2026 .basisContainer .BoxInner {
		padding: 60px 40px 70px;
	}
	
	#fukubukuro2026 .basisContainer .BoxInner.BI_orange .productBox .productsList li {
		margin-bottom: 60px;
	}
	
	#fukubukuro2026 .basisContainer .BoxInner.BI_orange .productBox .productsList li .price .price02 {
		margin-bottom: 20px;
	}
	
	#fukubukuro2026 .basisContainer .BoxInner.BI_brown .couponType {
		gap: 25px;
	}
	
	#fukubukuro2026 .setIcon.set02 {
		left: 3%;
		bottom: 25%;
	}
    
}

/*----------------------------------------------------
	☆TABLET UNDER 700
----------------------------------------------------*/

@media screen and (max-width:700px) {
	#fukubukuro2026 #mv .decoBag01 {
		width: 43%;
		left: 52%;
		top: 64%;
	}
	
	#tabBox {
        padding-top: 180px;
    }
	
	.fukidashi {
        position: absolute;
        top: -50%;
        width: 50%;
    }
	
	#fukubukuro2026 .basisContainer .titleBox .title {
		font-size: 26px;
	}
	
	#fukubukuro2026 .basisContainer .BoxInner.BI_orange .productBox .productsList li .productsTitle {
		font-size: 17px;
	}
	
	.tabsInnerUnder .fukidashi {
        position: absolute;
        top: -40%;
    }
    
}

/*----------------------------------------------------
	☆UNDER 600
----------------------------------------------------*/

@media screen and (max-width:600px) {
	
	.pc-none {
		display: block;
	}

	.sp-none {
		display: none;
	}
	
	#wrapper {
		margin: 0 auto 60px;
	}
    

    /*--- mv ---*/
	#fukubukuro2026 #mv .mvLogo {
		width: 14.5%;
	}
	
	#fukubukuro2026 #mv .mvTitle-wrap {
		width: 90%;
        top: 6%;
		left: 50%;
		transform: translateX(-50%);
	}
	
	#fukubukuro2026 #mv .decoBag02 {
		width: 23%;
		left: 71%;
		top: 42%;
	}
	
	#fukubukuro2026 #mv .decoBag01 {
        width: 90%;
		top: 71.7%;
        left: 50%;
		transform: translateX(-50%);
    }
	
	#fukubukuro2026 #mv .mvNote {
        width: 28%;
        left: 11%;
        top: 63.5%;
    }
	
	#fukubukuro2026 #mv .mvDate {
		top: 87.5%;
		left: 50%;
		transform: translateX(-50%);
		width: 95%;
	}

    /* タブ切替 */
    .tab_item {
        height: 65px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        padding: 5px;
        padding-bottom: 0;
    }

    .tab_item a {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }

    .tab_item .tit {
        font-size: 16px;
        line-height: 1.2;
    }

    .tab_item .tit .en {
        font-size: 10px;
        margin-bottom: 5px;
    }

    .tab_item .tit .en:before {
        width: 4px;
        height: 4px;
        left: -10px;
    }
	
	.tab_item span.titBox {
        width: min(100%, 115px);
        top: 63%;
    }

    .tab_item:before, .tab_item.tab2:before {
        background-size: 70%;
        top: -18px;
    }
	
	#tabBox {
        padding-top: 240px;
    }
	
	.fukidashi {
        position: absolute;
        top: -69%;
        width: 67%;
    }
	
	
	/*--- コンテンツ ---*/
	#fukubukuro2026 .AsetAreaInner,
	#fukubukuro2026 .BsetAreaInner {
		margin: 45px auto;
	}
	
	#fukubukuro2026 .decoSet2026 {
        width: 100%;
        margin: 0 auto 10px;
    }
	
	#fukubukuro2026 .decoSet2026_2 {
        width: 100%;
        margin: 0 auto 15px;
    }
	
	#fukubukuro2026 .AsetAreaInner .basisContainer,
	#fukubukuro2026 .BsetAreaInner .basisContainer {
		margin: 0 auto 25px;
	}
	
	#fukubukuro2026 .basisContainer .BoxInner {
        padding: 25px 23px 45px;
    }
	
	#fukubukuro2026 .basisContainer .titleBox {
		padding: 40px 0 35px;
	}
	
	#fukubukuro2026 .basisContainer .iconPlus {
        width: 50px;
        top: -40px;
    }
	
	#fukubukuro2026 .basisContainer .titleBox .icon {
		max-width: 30px;
		margin: 0 auto 10px;
	}
	
	#fukubukuro2026 .basisContainer .enCoupon {
		font-size: 30px;
	}
	
	#fukubukuro2026 .basisContainer .titleBox .title {
        font-size: 20px;
		line-height: 1.4;
    }
	
	#fukubukuro2026 .basisContainer .BoxInner .text01 {
		font-size: 15px;
	}
	
	#fukubukuro2026 .basisContainer .BoxInner .colorSelection .colorName {
		font-size: 14px;
	}
	
	#fukubukuro2026 .basisContainer .BoxInner .colorSelection .or {
		font-size: 22px;
	}
	
	#fukubukuro2026 .colorSelection {
		gap: 10px;
		margin-bottom: 20px;
	}
	
	#fukubukuro2026 .basisContainer .titleBox.orange .title .smallText {
		font-size: 14px;
	}
	
	#fukubukuro2026 .basisContainer .BoxInner.BI_orange .productBox .productsList li {
        flex: 1 1 100%;
        max-width: 100%;
        margin-bottom: 50px;
    }
	
	#fukubukuro2026 .basisContainer .BoxInner.BI_orange .productBox .productsList li:nth-last-child(-n+2) {
        margin-bottom: 50px;
    }
	
	#fukubukuro2026 .basisContainer .BoxInner.BI_orange .productBox .productsList li:last-child {
        margin-bottom: 0;
    }
	
	#fukubukuro2026 .basisContainer .BoxInner.BI_orange .productBox .productsList li .btnBox a {
        width: 90%;
    }
	
	#fukubukuro2026 .basisContainer .BoxInner.BI_orange .productBox {
		width: 90%;
	}
	
	#fukubukuro2026 .basisContainer .BoxInner.BI_brown .couponType {
        display: flex;
        flex-direction: column;
        gap: 35px;
        padding: 25px 0 0;
    }
	
	#fukubukuro2026 .basisContainer .BoxInner.BI_brown .couponType .couponImg {
		width: 95%;
	}
	
	/*--- 注記 ---*/
	#dtAttentionInner ul li {
        font-size: 11px;
    }
	
	/*--- 金飾り ---*/
	#fukubukuro2026 .gold {
		width: 100%;
	}
	
	#fukubukuro2026 .gold.deco1 {
		left: -20%;
		transform: translateX(-50%);
	}
	
	#fukubukuro2026 .gold.deco2 {
		top: 18%;
	}
	
	#fukubukuro2026 .gold.deco3 {
		top: 75%;
	}
	
	/*--- 7000円アイコン ---*/
	#fukubukuro2026 .setIcon {
		width: 32%;
	}
	
	#fukubukuro2026 .setIcon.set02 {
        left: 5%;
        bottom: 42.5%;
        width: min(22%, 85px);
    }
	
	/*--- 最後のタブ ---*/
	#fukubukuro2026 .tabsInnerUnder {
		margin: 80px 0 50px;
	}
	
	#fukubukuro2026 .tabsInnerUnder .tab_item {
		border-bottom-left-radius: 15px;
		border-bottom-right-radius: 15px;
		padding-bottom: 5px;
		height: 80px;
	}
	
	#fukubukuro2026 .tabsInnerUnder .tab_item a {
		border-bottom-left-radius: 12px;
		border-bottom-right-radius: 12px;
	}
	
	.tabsInnerUnder .fukidashi {
        position: absolute;
        top: -55%;
    }
	

}

/*----------------------------------------------------
	☆UNDER 500
----------------------------------------------------*/

@media screen and (max-width:500px) {
	
    #tabBox {
        padding-top: 210px;
    }
	
	.fukidashi {
        position: absolute;
        top: -60%;
        width: 67%;
    }
    
}

/*----------------------------------------------------
	☆UNDER 450
----------------------------------------------------*/

@media screen and (max-width:450px) {
	
    #tabBox {
        padding-top: 180px;
    }
	
	.fukidashi {
        position: absolute;
        top: -60%;
        width: 75%;
    }
	
	.tabsInnerUnder .fukidashi {
        position: absolute;
        top: -50%;
    }
    
}

