@charset "shift_jis";
/* CSS Document */

a {
	    display: inline-block;
}
a img:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
}
.mintxt{font-size: 0.8em;}
.bigtxt{font-size: 1.5em;}
.numtxt{font-size: 2em;}
.item1:hover {
/* background-color: #e8d552;*/
  background-image: url("/ws/landing/images/camp202601/DK-879260B_002.png");
	background-repeat: no-repeat;
/* transition: background-color 1.5s ease-in-out;*/
}

/* transition で背景色を変更  */ 
.item1 {
/* transition: background-color 1s;*/
	transform: scale(0.9); 
 transition: background-color 1.5s ease-in-out;
}
 
/* JavaScript で追加するクラス  */ 
/*.hover-item1 {
  background-color: indianred;
}*/
  
/* タッチする領域のスタイル  */ 
.item1 {
	width: 100%;
	height: 100%;
}

#maincontents {
  padding: 0 0 2rem 0;  margin-bottom: 5rem;
}
.camp202601 .subtitle {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: bold;
  font-size: 4.2vw;
  text-align: center;
  padding: 10px;
  margin: 0 auto;
  word-break: keep-all;
  z-index: 1;
  position: relative;
}

#container {
  background-image: url("/ws/landing/images/camp202601/bg202601.png");
  background-repeat: repeat;
}
#campaign #contents {
  width: 100%;
  margin: 0% auto auto;
/*  max-width: 1200px;*/
}

h1{ font-size: clamp(12px, 2vw, 18px);
    margin: -1rem auto 0;
    display: block;
    text-align: start;
    background: #fbc515;
    color: #ffffff;
}

.recotitle {
	text-align: center;
	padding: 20px 0 0;
}

.itemWrap {    padding-top: 30px;}
.itemBox {
  margin-bottom: 50px;
  align-items: center;
  margin-top: 50px; padding-bottom: 5rem;
}
.grad{
	  background: linear-gradient(360deg,#d00513b5, #d0051342, transparent);
}
.repro {
        display: block;
        background: #d00513;
        width: fit-content;
        padding: 0 0.5rem;
        color: #ffff; font-size: clamp(12px, 2vw, 20px);}

.reprolank{ display: block;
        background: #d00513;
        padding: 0 0.5rem;
        color: #ffff; font-size: clamp(11px, 2vw, 18px);}

.itemBox .flexl {
	flex-basis: 50%;
   /* text-align: end;*/
	    text-align: center;
}
.itemBox:first-child  .flexl{
	    text-align: start;
}
.itemBox:first-child{
/*		max-width: 2000px;*/
}
.itemBox:nth-child(2){
/*		max-width: 2000px;*/
	 margin: 0 auto 50px;
}
.itemBox .flexl img{
  margin: 0 auto;
}

.present {
  text-align: center;
}
.subTitle {
  font-weight: bold;
}
.itemBox h2 {
  margin-bottom: 10px; text-align: center; font-size: clamp(26px, 3vw, 45px);
}

.itemBox dl {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.itemBox dt {
  flex-basis: 30%;
}
.itemBox dd {
  flex-basis: 69%;
}
.salePrice {
  color: #E10003;
  font-size: 60px;
  font-weight: bold;
}
.saleTitle span {
  color: #ffffff;
  display: inline-block;
  background-color: #262626;
  text-align: center;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
}
.itemId {
  display: inline-block;
  padding: 5px 10px;
  background: #262626;
  border-radius: 30px;
  color: #ffffff;
}

.link {
  text-align: right;
	   background: #ffffff;
    padding: 0.5rem 2rem;
    margin: 0 1rem 1rem;
	    border-radius: 3rem;
}
.btn-wrap{
    display: block;
    background-color: #23ac39;
    padding: 10px 15px;
    width: 80%;max-width: 500px;
    margin: auto;
    text-decoration: none;
    border-radius: 10px;
    color: #fff;
    line-height: 1.2;
    font-size: x-large;
}
#cart-area {
margin: 0 auto;
    width: 90%;
    max-width: 800px;
    font-size: clamp(14px, 2.6vw, 36px);
    background-image: url(/ws/landing/images/campaign2022_01/bg_gold_campaign2022_01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fbf1cc;
    padding: 20px;
}
.cart_add_to {
/*  margin: 0 auto;
  width: 90%;
	 max-width: 800px;
  font-size:clamp(14px, 2.6vw, 36px);
  background-image: url("/ws/landing/images/campaign2022_01/bg_gold_campaign2022_01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fbf1cc;
  padding: 20px;
  text-align: right;*/
  display: flex;
  flex-flow: row wrap;
}

.cart_add_to.cartbtm {
    background-image: initial;
    background-color: initial;
    margin: 0 0 0 auto;
    padding: 0 2rem 5rem;
 }
.cart_add_to:after{
content: ''; 
display: inline-block; 
width: 5em; 
height: 5em;
background-image: url('/ws/landing/images/camp202601/newyear01.png');
background-size: contain; 
background-repeat: no-repeat;  margin: -5.5em -2em 0;
 }
.cart_add_to a{
    display: block;
    color: #ffffff;
    text-decoration: none;
}
.cart_add_to a:hover{
  opacity: 0.8;
}

.cart_add_to .itemStock {
  text-align: right;
  flex-basis: 40%;
  font-weight: bold;
    padding: 0 0 2rem 0;
}
.cart_add_to .number_items {
  flex-basis: 50%;
  text-align: right;
/*	display: none;*/
}
.cart_add_to .number_items {
/*  text-align: right;*/
}
.cart_add_to .btn-cart {
  flex-basis: 100%;
/*		display: none;*/
	display: block;
    background-color: #23ac39;
    padding: 10px 15px;
    /* width: 86%; */
    width: 100%;
    margin: auto;
    text-decoration: none;
    border-radius: 10px;
    color: #fff;
    line-height: 1.2;
}
.cart_add_to .btn-cart2 {
  flex-basis: 100%;
}
.btn-cart {    font-size: x-large;
  margin: 10px auto;
  display: block;
  text-align: center; 
    flex-basis: 100%;
    background-color: #23ac39;
    padding: 10px 15px;
    width: 100%;
    text-decoration: none;
    border-radius: 10px;
    color: #fff;
    line-height: 1.2;
}
.btn-cart2 {
  margin: 10px auto;
  display: block;
  text-align: center;
}
.cart_add_to .btn-cart2 a {
  display: block;
 background-color: #ffffff;
	border:3px solid #d10312;
  padding: 10px 15px;
  width: 100%;
  margin: auto;
  text-decoration: none;
  border-radius: 10px;
    color: #d10312;
  line-height: 1.2;
}
.cart_add_to .btn-cart2 a:hover{
	background-color: #ce424c;
	  color: #ffffff;
	opacity:0.8;}

.fv{
	 position: relative;width: 100%;max-width: 100%;
}
.date{
    text-align: left;
    font-size: clamp(14px, 4vw, 24px);
    padding: 5rem 1rem;
    background-image: url(/ws/landing/images/camp202601/circlegrn.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: fit-content;
    color: #ffffff;
    margin: -3rem 0 0;
    font-weight: bold;
    position: absolute;
    bottom: -7rem;
    right: 0;
}

h2.itemtitle {
  position: relative;
  display: block;
  padding: 0 45px; margin: auto;
        width: fit-content;
}
h2.itemtitle:before, .itemtitle:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
}
h2.itemtitle:before {
  left:0;  -webkit-transform: rotate(-120deg);
  transform: rotate(-120deg);
}
h2.itemtitle:after {
  right: 0;  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.remaining{
background-image: url(/ws/landing/images/camp202601/circlered.png);
    text-align: right;
    padding: 4em;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
     width: fit-content;
    color: #ffffff;
    margin: -1rem -3rem;
    font-weight: bold;
    position: absolute;
    bottom: -10rem; left: 5vw;font-size: clamp(18px, 2.5vw, 36px);
}
.set_num{
	font-size: 3em;}
.chair-wrap,.desk-wrap{ margin-top: 5rem; padding-bottom: 5rem;}
.chair-box,.desk-box{
	display: grid;
 grid-template-columns: repeat(1, 1fr 1fr);
}
	.camp202601 .subtitle.bkmargin{margin: -1rem 0 1rem;
}
.product ul{margin: -6rem 0 5rem;
    background: #fdfdfd99;
    padding:3rem 2rem 2rem;
    text-align: left;
}
    
.chair-wrap .product ul{text-align: right;
}


 /* -----------------------------------商品詳細のモーダル */
					.chair-box .item1,.desk-box .item1{cursor: pointer;}
       .item1:hover {
            transform: scale(1.05);
        }
        /* モーダルのオーバーレイ */
        .modal2026 {
            display: none; 
            position: fixed; 
            z-index: 1000; 
            padding-top: 60px; 
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto; 
            background-color: rgba(0,0,0,0.9); 
        }

        /* モーダル内の画像 */
        .modal-content {
            margin: auto;
            display: block;
            width: 90%; 
            max-width: 700px; 
        }

        #caption {
            margin: 10px auto 0 auto;
            display: block;
            width: 90%;
            max-width: 900px;
            text-align: center; 
            color: #ccc;
            padding: 10px 0; 
            font-size: 16px;
            background-color: rgba(0, 0, 0, 0.4); 
        }

        .close {
            position: absolute;
            top: 15px;
            right: 35px;
            color: #f1f1f1;
            font-size: 40px;
            font-weight: bold;
            transition: 0.3s;
            cursor: pointer;
        }

        .close:hover,
        .close:focus {
            color: #bbb;
        }

        .prev, .next {
            cursor: pointer;
            position: absolute;
            top: 50%;
            width: auto;
            padding: 16px;
            margin-top: -50px;
            color: white;
            font-weight: bold;
            font-size: 20px;
            transition: 0.6s ease;
            user-select: none;
            z-index: 1001; background: #ffffff63;
        }

        .prev {
            left: 1rem;
            border-radius: 0 3px 3px 0;
        }

        .next {
            right: 1rem;
            border-radius: 3px 0 0 3px;
        }

        .prev:hover, .next:hover {
            background-color: rgba(0, 0, 0, 0.8);
        }

 /* -----------------------------------//商品詳細のモーダル */
.itemBox .product h2{
    margin: 0 auto;
   width: 80%;
 }

.sideSearchTop_mobile {
display: none;
 }

@media screen and (min-width:768px) {
	.pcnone{display: none;}

	    .flexcamp {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
						  max-width: 1200px;
        margin: auto;
        padding: 1rem;
    }
	
	.fv .fvmain{width: 100%; max-width: 800px;  margin: auto;}
	.fv .fvmain img{margin: auto;
    display: block;}
  .itemBox h2 {
    margin-bottom: 10px; text-align: center;
  }
    .date {
        bottom: -25%;
        right: 20vw;
    }
.remaining {
	    left: 20vw; bottom: -13rem;
}
 .recotitle {
	text-align: center;
	padding: 20px 0 0;
}
  .recoItemBox {
    flex-basis: 33%;
    max-width: 33%;
  }
  .recoItemBox .salePrice {
    font-size: 36px;
  }
	.camp202601 .subtitle.bkmargin{
	    margin: -12rem 0 5rem;
}
	#cart-area .repro { margin-bottom: -1rem;}
	
	.itemBox .product h2{
       width: initial;
 }
	
}

@media screen and (min-width:2000px) {


}

