@charset "UTF-8";

* {
  box-sizing: border-box;
}

@keyframes blinking {
	50% {background-color: #f87164;}
	100% {opacity: 1;}
}

body,
h1,
h2,
h3,
h4,
ul,
li,
p,
button,
dl,
dd {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}

/* html { scroll-behavior: smooth;} */

#secretsale img {
  display: block;
  width: 100%;
  height: auto;
}

#secretsale p {
  line-height: 1.6;
}

#secretsale li {
  list-style: none;
}

#secretsale a {
  text-decoration: inherit;
}

#secretsale button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}

/* PC/SPでは消す汎用Class */
#secretsale .hidden-mobile {
  display: none !important;
}

@media (min-width: 700px) {
  #secretsale .hidden-desktop {
    display: none !important;
  }
  #secretsale .hidden-mobile {
    display: block !important;
  }
}
#secretsale .wrap {
  position: relative;
  margin: 0 auto;
  padding-top: 30px;
}
@media (min-width: 700px) {
  #secretsale .wrap {
    max-width: 1000px;
  }
}

/* .bg_c {
  background-color: #fffde1;
} */

#secretsale .text-emphasis {
  color: #ac923d;
}

#secretsale .caution {
  margin-left: 1em;
  text-indent: -1em;
}

#secretsale .caution::before {
  content: "※";
}

/* ヘッダー */
#secretsale .header {
  padding: 10px 15px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
#secretsale .header .logo {
  display: block;
  width: 64px;
}
@media (min-width: 700px) {
  #secretsale .header {
    padding: 15px 20px;
  }
  #secretsale .header .logo {
    width: 80px;
  }
}

/* フッター */
#secretsale .footer {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #000;
  background-color: #c5c7cc;
  font-size: 13px;
  text-align: center;
}

/* クローズページ用 */
#secretsale .close_contents {
  margin: 0 2vw;
}

#secretsale .close_contents .close_ttl {
  width: 70%;
  margin: 0 auto 2vw;
}

#secretsale .close_contents .close_pic:hover {
  opacity: 0.7;
}

#secretsale .app-icon {
  filter: drop-shadow(0 6px 17px rgba(0, 0, 0, 0.2));
}

#secretsale section {
  background-color: #fff;
}

#secretsale .ts-container {
  max-width: 520px;
  margin: auto;
}

#secretsale #ts-body {
  background: #fbeedd;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#secretsale #ts-body:after {
  content: "";
  background-image: url(/shopping/sale/2601/img/snow.png);
  background-repeat: repeat-y;
  background-size: contain;
  background-position: center top;
  position: absolute;
  top: 31vw;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}

#secretsale .ts-close {
  display: none;
}

#secretsale #ts-close-text {
  padding: 15px 20px 25px 20px;
  line-height: 30px;
}

#secretsale #ts-close-text p {
  margin: 5px 0 30px 0;
}

#secretsale .ts-deeplink {
	display: block;
	margin: auto;
  margin-bottom: 25px;
	width: 80%;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background-color: #0066ff;
	border-radius: 10px;
	box-shadow: 0 5px 0 0 #0004ff;
}

/*#secretsale #ts-itemlist-index {
  display: none;
  text-align: center;
  border-radius: 5px;
  background-color: orangered;
  color: #fff;
  padding: 8px 0;
  font-weight: bold;
  margin: 10px 15px;
  background-image: url(./img/ts_item_index_v2.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 60px;
  background-position: 0%;
}*/

#secretsale #ts-itempick-img {
  margin: 0 5%;
  width: 90%;
}

#secretsale #ts-pickup-block {
  padding: 2px 12px 15px 12px;
}

#secretsale #ts-pickup p {
  font-size: 15px;
  padding: 5px 0 0 0;
}


#secretsale .ts-item-list {
  padding: 0 0 0 0;
}

#secretsale .section-inner {
  padding: 0 20px 25px;
}

#secretsale .ts-top .splash {
  position: relative;
  z-index: 1;
}

#secretsale #ts-top .ts-top-contents {
  margin: 25px 25px 0;
}

#secretsale #ts-top #ts-top-exp {
  margin: 20px 25px 40px;
  line-height: 1.8em;
}

#secretsale #ts-top #ts-top-exp p {
  margin-bottom: 20px;
  color: #553001;
  font-weight: 700;
  font-size: 20px;
}

#secretsale #ts-top #ts-top-exp span{
  font-size: 12px;
  line-height: 1.4em;
  color: #666;
}

#secretsale #ts-top-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 15px;
}

#secretsale #ts-top-list:last-child {
  margin-bottom: 0;
}

#secretsale .ts-top-item {
  width: 30%;
  /* margin: 0 0 0 7%; */
  z-index: 1;
}

/* #secretsale .ts-top-item:first-child {
  margin: 0 0 0 4%;
}

#secretsale .ts-top-item:last-child {
  margin: 0 4% 0 7%;
} */

#secretsale .ts-top-item:active {
  opacity: 0.8;
}

#secretsale .ts-top-item p {
  text-align: center;
  background-color: #cc0a11;
  color: #ffe9c9;
  margin: -15px 0px 0 0px;
  padding: 2px 0;
  font-size: 1em;
  border-radius: 20px;
  position: relative;
  animation: blinking 2.5s ease-in-out infinite alternate;
}

#secretsale .ts-top-item p.sold {
  background-color: #555;
  color: #fff;
  animation: none;
}

#secretsale .top_item_List  {
  margin: 0 20px;
}

#secretsale .top_item_List .top_item_List_inner {
  background-color: #fcf8f3;
  margin: -15px 0;
  padding: 30px 15px 15px;
  border-radius: 0 0 25px 25px;
}

#secretsale #ts-top .ts-top_notice {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 16px;
  line-height: 1.4em;
  color: #553001;
}

#secretsale #ts-top .ts-top_notice li {
  margin-bottom: 10px;
}

#secretsale .ts-scroll {
  width: 30%;
  max-width: 80px;
  margin: 10px auto;
}

#secretsale .ts-item-index {
  width: 100%;
  text-align: center;
  margin: 50px 0 12px 0;
  font-weight: 600;
  font-size: 1.4rem;
  background-color: #cc0a11;
  color: #ffe9c9;
  letter-spacing: 2px;
}

#secretsale .ts-item-index.top {
  margin: 60px 0 12px 0;
}

#secretsale .item-box_cont_ttl {
  margin-bottom: 20px;
}

#secretsale div.item-box_cont {
  border-radius: 20px;
  padding: 1.5rem;
  margin-bottom: 15px;
  background-color: #fff;
}

#secretsale div.item-box {
  display: flex;
  width: 100%;
  margin: 0 auto 20px;
  align-items: center;
  gap: 5%;
}

#secretsale div.item {
  width: 95%;
  margin: 0 auto;
}

#secretsale div.item-box.item-box_v2 {
  margin: 0 auto 0;
}

#secretsale div.item-box-cartin {
  width: 95%;
  margin: auto;
}

#secretsale img.itemimg{
  width: 100%;
  /* max-width: 120px; */
  max-width: 100%;
  /* border: 2px solid #eee; */
}

#secretsale div.ts-item-img {
  width: 35%;
}

#secretsale div.ts-item-content{
  width: 65%;
}

#secretsale div.ts-item-content.ts-item-content_v2{
  width: 100%;
  padding-left: 0;
}

#secretsale div.ts-item-exp {
  margin-bottom: 15px;
  color: #553001;
}

#secretsale div.ts-item-exp.ts-item-exp_v2 {
  margin-bottom: 0;
}

#secretsale .ts-order-box {
  margin: 15px 0 0;
}

#secretsale .ts-order-box p span.set-info{
  font-size: 0.85rem;
}

#secretsale .colorsize {
  font-size: 0.95rem;
  color: #fff;
  padding: 2px 10px 3px 10px;
  background-color: #333;
  border-radius: 20px;
}

#secretsale span.price-before {
  text-decoration: line-through;
  font-size: 0.9em;
}

#secretsale span.price-after {
  font-weight: bold;
  color: #cc0a11;
  font-size: 1em;
}

#secretsale a.ts-quickorder {
  display: block;
  background-image: linear-gradient(180deg,#ff8a26 0,#e06636 100%);
  box-shadow: 0 1px #ddd;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  padding: 8px 10px;
  margin: 5px 0 0 0;
  width: 100%;
  height: 100%;
  position: relative;
}

#secretsale .off_cartin.ts-quickorder {
  background: #a9a9a9;
}

#secretsale .ts-quickorder {
  display: block;
  background-image: linear-gradient(180deg,#ff8a26 0,#e06636 100%);
  box-shadow: 0 1px #ddd;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  padding: 8px 10px;
  margin: 5px 0 0 0;
  width: 100%;
  height: 100%;
  position: relative;
}

#secretsale a.ts-quickorder:active {
  opacity: 0.8;
}

#secretsale a.ts-quickorder-sold {
  display: block;
  background-color: #999;
  box-shadow: 0 1px #ddd;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  padding: 8px 10px;
  margin: 5px 0 0 0;
}

#secretsale .ts-item-exp p{
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 7px;
}

#secretsale p.item-name {
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1.2;
}

#secretsale p.item-name_02 {
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.3;
  margin-bottom: 5px;
}

#secretsale p.item-name_02 .u-plus {
  width: auto;
  margin: 5px auto;
}

#secretsale p.item-name_02 .item-name_02_sub {
  font-size: 0.7em;
  line-height: 1.4;
  display: inline-block;
}

#secretsale p.sale_txt {
  color: #cc0a11;
  font-size: 1.7rem;
}

#secretsale p.price_txt {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

#secretsale p.item_detail {
  font-size: 0.9em;
}

#secretsale .item-limit {
  background-color: #cc0a11;
  color: #fff;
  font-size: 1rem;
  padding: 2px 8px 3px 8px;
  border-radius: 5px;
  font-weight: 300;
  display: inline-block;
  margin-top: 10px;
}

#secretsale .item-off {
  background-color: #3b3b3b;
  color: #fff;
  font-size: 0.75rem;
  padding: 2px 8px 3px 8px;
  border-radius: 20px;
  font-weight: 300;
}

#secretsale p.item-name-option {
  padding: 8px 0 0 0;
  color: #666;
  font-size: 0.9rem;
}

#secretsale .ts-item-detail {
  margin: 0 0 10px 0;
}

#secretsale .ts-item-detail p {
  text-align: right;
  color: #553001;
}

#secretsale .ts-item-detail p.t-left {
  text-align: left;
  font-size: 0.9em;
  text-indent: -1em;
  padding-left: 1em;
}

#secretsale .ts-item-detail p a {
  font-size: 1.1em;
  font-weight: 500;
  color: #553001;
}

#secretsale .live-link img {
  border-radius: 6px;
  margin: 15px 0 25px 0;
}

#secretsale span.priceoff {
  color: #ce131a;
  font-weight: bold;
  font-size: 0.9rem;
}

#secretsale p.cart-exp {
  font-size: 0.8rem;
  color: #666;
  margin: 5px 0 0 0;
}

@keyframes tabAnim{
  0%{opacity:0;}
  100%{opacity:1;}
}

#secretsale .item-option input[type="radio"]{
  display:none;
}

#secretsale .tab_area{
  font-size:0; 
  margin:10px 0;
}

#secretsale div.tab_area:has(> :nth-child(1):last-child){
  display: none;
}

#secretsale .tab_area label{
  width:23%; 
  margin:0 2% 2% 0; 
  display:inline-block; 
  padding:5px; 
  color:#999; 
  fill: #999;
  background:#fff; 
  border: 2px solid #ddd;
  border-radius: 5px;
  text-align:center; 
  font-size:13px; 
  cursor:pointer; 
  opacity: 0.95;
  transition:ease 0.2s opacity;
}

#secretsale .tab_panel {
  width:100%; opacity:0; padding:0px 0; display:none; justify-content: flex-end;
}

#secretsale .tab_panel .ts-order-box{
  margin-top: 5px;
}

#secretsale .size-chart {
  width: 98%;
  margin: auto;
}

#secretsale .panel_area{background:#fff;}
#item1-tab1:checked ~ .tab_area .tab1_label{border: 2px solid #333; color:#000; fill: #000; font-weight: bold; opacity: 1;}
#item1-tab1:checked ~ .panel_area #item1-panel1{display:flex; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}
#item1-tab2:checked ~ .tab_area .tab2_label{border: 2px solid #333; color:#000; fill: #000; font-weight: bold; opacity: 1;}
#item1-tab2:checked ~ .panel_area #item1-panel2{display:flex; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}


#item2-tab1:checked ~ .tab_area .tab1_label{border: 2px solid #333; color:#000; fill: #000; font-weight: bold; opacity: 1;}
#item2-tab1:checked ~ .panel_area #item2-panel1{display:flex; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}
#item2-tab2:checked ~ .tab_area .tab2_label{border: 2px solid #333; color:#000; fill: #000; font-weight: bold; opacity: 1;}
#item2-tab2:checked ~ .panel_area #item2-panel2{display:flex; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}
#item2-tab3:checked ~ .tab_area .tab3_label{border: 2px solid #333; color:#000; fill: #000; font-weight: bold; opacity: 1;}
#item2-tab3:checked ~ .panel_area #item2-panel3{display:flex; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}

#item3-tab1:checked ~ .tab_area .tab1_label{border: 2px solid #333; color:#000; fill: #000; font-weight: bold; opacity: 1;}
#item3-tab1:checked ~ .panel_area #item3-panel1{display:flex; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}
#item3-tab2:checked ~ .tab_area .tab2_label{border: 2px solid #333; color:#000; fill: #000; font-weight: bold; opacity: 1;}
#item3-tab2:checked ~ .panel_area #item3-panel2{display:flex; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}
#item3-tab3:checked ~ .tab_area .tab3_label{border: 2px solid #333; color:#000; fill: #000; font-weight: bold; opacity: 1;}
#item3-tab3:checked ~ .panel_area #item3-panel3{display:flex; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}


#item4-tab1:checked ~ .tab_area .tab1_label{border: 2px solid #333; color:#000; fill: #000; font-weight: bold; opacity: 1;}
#item4-tab1:checked ~ .panel_area #item4-panel1{display:flex; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}
#item4-tab2:checked ~ .tab_area .tab2_label{border: 2px solid #333; color:#000; fill: #000; font-weight: bold; opacity: 1;}
#item4-tab2:checked ~ .panel_area #item4-panel2{display:flex; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}
#item4-tab3:checked ~ .tab_area .tab3_label{border: 2px solid #333; color:#000; fill: #000; font-weight: bold; opacity: 1;}
#item4-tab3:checked ~ .panel_area #item4-panel3{display:flex; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}


#item5-tab1:checked ~ .tab_area .tab1_label{border: 2px solid #333; color:#000; fill: #000; font-weight: bold; opacity: 1;}
#item5-tab1:checked ~ .panel_area #item5-panel1{display:flex; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}
#item5-tab2:checked ~ .tab_area .tab2_label{border: 2px solid #333; color:#000; fill: #000; font-weight: bold; opacity: 1;}
#item5-tab2:checked ~ .panel_area #item5-panel2{display:flex; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}
#item5-tab3:checked ~ .tab_area .tab3_label{border: 2px solid #333; color:#000; fill: #000; font-weight: bold; opacity: 1;}
#item5-tab3:checked ~ .panel_area #item5-panel3{display:flex; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}
#item5-tab4:checked ~ .tab_area .tab4_label{border: 2px solid #333; color:#000; fill: #000; font-weight: bold; opacity: 1;}
#item5-tab4:checked ~ .panel_area #item5-panel4{display:flex; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}
#item5-tab5:checked ~ .tab_area .tab5_label{border: 2px solid #333; color:#000; fill: #000; font-weight: bold; opacity: 1;}
#item5-tab5:checked ~ .panel_area #item5-panel5{display:flex; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}
#item5-tab6:checked ~ .tab_area .tab6_label{border: 2px solid #333; color:#000; fill: #000; font-weight: bold; opacity: 1;}
#item5-tab6:checked ~ .panel_area #item5-panel6{display:flex; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}


#item6-tab1:checked ~ .tab_area .tab1_label{border: 2px solid #333; color:#000; fill: #000; font-weight: bold; opacity: 1;}
#item6-tab1:checked ~ .panel_area #item6-panel1{display:flex; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}
#item6-tab2:checked ~ .tab_area .tab2_label{border: 2px solid #333; color:#000; fill: #000; font-weight: bold; opacity: 1;}
#item6-tab2:checked ~ .panel_area #item6-panel2{display:flex; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}



#item7-tab1:checked ~ .tab_area .tab1_label{border: 2px solid #333; color:#000; fill: #000; font-weight: bold; opacity: 1;}
#item7-tab1:checked ~ .panel_area #item7-panel1{display:flex; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}
#item7-tab2:checked ~ .tab_area .tab2_label{border: 2px solid #333; color:#000; fill: #000; font-weight: bold; opacity: 1;}
#item7-tab2:checked ~ .panel_area #item7-panel2{display:flex; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}
#item7-tab3:checked ~ .tab_area .tab3_label{border: 2px solid #333; color:#000; fill: #000; font-weight: bold; opacity: 1;}
#item7-tab3:checked ~ .panel_area #item7-panel3{display:flex; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}
#item7-tab4:checked ~ .tab_area .tab4_label{border: 2px solid #333; color:#000; fill: #000; font-weight: bold; opacity: 1;}
#item7-tab4:checked ~ .panel_area #item7-panel4{display:flex; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}
#item7-tab5:checked ~ .tab_area .tab5_label{border: 2px solid #333; color:#000; fill: #000; font-weight: bold; opacity: 1;}
#item7-tab5:checked ~ .panel_area #item7-panel5{display:flex; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}



#item8-tab1:checked ~ .tab_area .tab1_label{border: 2px solid #333; color:#000; fill: #000; font-weight: bold; opacity: 1;}
#item8-tab1:checked ~ .panel_area #item8-panel1{display:flex; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}
#item8-tab2:checked ~ .tab_area .tab2_label{border: 2px solid #333; color:#000; fill: #000; font-weight: bold; opacity: 1;}
#item8-tab2:checked ~ .panel_area #item8-panel2{display:flex; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}
#item8-tab3:checked ~ .tab_area .tab3_label{border: 2px solid #333; color:#000; fill: #000; font-weight: bold; opacity: 1;}
#item8-tab3:checked ~ .panel_area #item8-panel3{display:flex; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}
#item8-tab4:checked ~ .tab_area .tab4_label{border: 2px solid #333; color:#000; fill: #000; font-weight: bold; opacity: 1;}
#item8-tab4:checked ~ .panel_area #item8-panel4{display:flex; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}


#item9-tab1:checked ~ .tab_area .tab1_label{border: 2px solid #333; color:#000; fill: #000; font-weight: bold; opacity: 1;}
#item9-tab1:checked ~ .panel_area #item9-panel1{display:flex; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}
#item9-tab2:checked ~ .tab_area .tab2_label{border: 2px solid #333; color:#000; fill: #000; font-weight: bold; opacity: 1;}
#item9-tab2:checked ~ .panel_area #item9-panel2{display:flex; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}
#item9-tab3:checked ~ .tab_area .tab3_label{border: 2px solid #333; color:#000; fill: #000; font-weight: bold; opacity: 1;}
#item9-tab3:checked ~ .panel_area #item9-panel3{display:flex; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}
#item9-tab4:checked ~ .tab_area .tab4_label{border: 2px solid #333; color:#000; fill: #000; font-weight: bold; opacity: 1;}
#item9-tab4:checked ~ .panel_area #item9-panel4{display:flex; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}
#item9-tab5:checked ~ .tab_area .tab5_label{border: 2px solid #333; color:#000; fill: #000; font-weight: bold; opacity: 1;}
#item9-tab5:checked ~ .panel_area #item9-panel5{display:flex; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}


#item10-tab1:checked ~ .tab_area .tab1_label{border: 2px solid #333; color:#000; fill: #000; font-weight: bold; opacity: 1;}
#item10-tab1:checked ~ .panel_area #item10-panel1{display:flex; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}
#item10-tab2:checked ~ .tab_area .tab2_label{border: 2px solid #333; color:#000; fill: #000; font-weight: bold; opacity: 1;}
#item10-tab2:checked ~ .panel_area #item10-panel2{display:flex; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}
#item10-tab3:checked ~ .tab_area .tab3_label{border: 2px solid #333; color:#000; fill: #000; font-weight: bold; opacity: 1;}
#item10-tab3:checked ~ .panel_area #item10-panel3{display:flex; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}
#item10-tab4:checked ~ .tab_area .tab4_label{border: 2px solid #333; color:#000; fill: #000; font-weight: bold; opacity: 1;}
#item10-tab4:checked ~ .panel_area #item10-panel4{display:flex; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}

#item11-tab1:checked ~ .tab_area .tab1_label{border: 2px solid #333; color:#000; fill: #000; font-weight: bold; opacity: 1;}
#item11-tab1:checked ~ .panel_area #item11-panel1{display:flex; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}
#item11-tab2:checked ~ .tab_area .tab2_label{border: 2px solid #333; color:#000; fill: #000; font-weight: bold; opacity: 1;}
#item11-tab2:checked ~ .panel_area #item11-panel2{display:flex; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}

#item12-tab1:checked ~ .tab_area .tab1_label{border: 2px solid #333; color:#000; fill: #000; font-weight: bold; opacity: 1;}
#item12-tab1:checked ~ .panel_area #item12-panel1{display:flex; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}
#item12-tab2:checked ~ .tab_area .tab2_label{border: 2px solid #333; color:#000; fill: #000; font-weight: bold; opacity: 1;}
#item12-tab2:checked ~ .panel_area #item12-panel2{display:flex; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}

#item13-tab1:checked ~ .tab_area .tab1_label{border: 2px solid #333; color:#000; fill: #000; font-weight: bold; opacity: 1;}
#item13-tab1:checked ~ .panel_area #item13-panel1{display:flex; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}
#item13-tab2:checked ~ .tab_area .tab2_label{border: 2px solid #333; color:#000; fill: #000; font-weight: bold; opacity: 1;}
#item13-tab2:checked ~ .panel_area #item13-panel2{display:flex; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}

/* BG color */

#secretsale span.lightblue {
  background-color: #3a82c0 !important;
  color: #fff !important;
  font-size: 0.85rem;
}

#secretsale span.deepred {
  background-color: #ce131a !important;
  color: #fff !important;
  font-size: 0.85rem;
}

#secretsale span.braun {
  background-color: #4d4137 !important;
  color: #fff !important;
  font-size: 0.85rem;
}

#secretsale span.khaki {
  background-color: rgba(85, 79, 39, 0.843) !important;
  color: #fff !important;
  font-size: 0.85rem;
}

#secretsale div.table {
  overflow-x: auto;
  margin-bottom: 15px;
}

#secretsale div.table .table_inner02 {
  width: 100%;
}

#secretsale div.table .table_inner03 {
  width: 100%;
}

#secretsale #colorCartIn_1 input[type="image"] {
  opacity: 0;
  height: 40px;
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
}

#secretsale #colorCartIn_2 input[type="image"] {
  opacity: 0;
  height: 40px;
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
}

#secretsale .CartIn_btn {
  width: 100%;
}

#secretsale #colorSelect_1,
#secretsale #colorSelect_2{
  width: 100%;
  position: relative;
  height: 35px;
  margin-bottom: 5px;
}

/* Button */

#secretsale a.m-btn01_item {
  display: block;
  background-image: linear-gradient(180deg,#ff8a26 0,#e06636 100%);
  box-shadow: 0 1px #ddd;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  padding: 12px 0 15px;
  margin: 0 auto;
  width: 100%;
  font-size: 1.4rem;
}

#secretsale a.m-btn01_item:active {
  opacity: 0.8;
}

#secretsale .m-itemEndSale,
#secretsale .m-itemShortage,
#secretsale .m-itemSuspended {
  display: block;
  background-color: #999;
  box-shadow: 0 1px #ddd;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  padding: 8px 10px;
  /* margin: 5px 0 0 0; */
}


#secretsale .select_item a.m-btn01_item {
  background-image: none;
  box-shadow: none;
}

#secretsale .select_item .btn.is-active a.m-btn01_item {
  display: block;
  background-image: linear-gradient(180deg,#ff8a26 0,#e06636 100%);
  box-shadow: 0 1px #ddd;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  padding: 8px 10px;
  /* margin: 5px 0 0 0; */
  width: 100%;
}

#secretsale .select_item .js_size-select {
  width: 100%;
  height: 35px;
  margin-bottom: 5px;
}

#secretsale .btn_group .btn {
  display: block;
  background-color: #999;
  box-shadow: 0 1px #ddd;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  /* padding: 8px 10px; */
  /* margin: 5px 0 0 0; */
}

#secretsale .btn_group .btn.is-active {
  display: block;
  background-color: #999;
  box-shadow: 0 1px #ddd;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  /* padding: 8px 10px; */
  /* padding: 5px 0 0 0; */
}

#secretsale .btn_group .btn.is-active a {
  color: #fff;
}

#secretsale .btn_group .btn {
  display: none;
}

#secretsale .btn_group .btn span {
  padding: 8px 10px;
  display: inline-block;
}

#secretsale .soldout {
  display: block;
  background: #b5babf;
  box-shadow: 0 1px #ddd;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  padding: 12px 0 15px;
  margin: 0 auto;
  width: 100%;
  font-size: 1.4rem;
}

/* Button select */

#secretsale button.m-btn01_item {
  display: block;
  background-image: linear-gradient(180deg, #ff8a26 0, #e06636 100%);
  box-shadow: 0 1px #ddd;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  padding: 8px 10px;
  margin: 0 auto;
  width: 100%;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
#secretsale .action .cartin {
  width: 100%;
}

/* PC・SP切り替え */
#secretsale .u-pc {
  display: block!important
}
@media screen and (max-width:768px) {
  #secretsale .u-pc {
    display: none!important
  }
}

.u-sp {
  display: none!important
}
@media screen and (max-width:768px) {
  .u-sp {
    display: block!important
  }
}

@media (max-width: 768px) {
  #secretsale .top_item_List .top_item_List_inner {
    background-color: #fcf8f3;
    margin: -5vw 0;
    padding: 9vw 3vw 2vw;
    border-radius: 0 0 25px 25px;
  }
  #secretsale .ts-top-item {
    width: 30%;
    margin: 0;
  }
  #secretsale .ts-scroll {
    width: 30%;
  }
  #secretsale .ts-item-index {
    font-size: 1.1rem;
  }
  #secretsale .ts-item-exp p {
    font-size: 0.9rem;
    line-height: 1.4;
  }
  #secretsale p.item-name {
    font-size: 1.3em;
  }
  #secretsale .item-limit {
    margin-top: 2vw;
    font-size: 0.9rem;
  }
  #secretsale div.item-box_cont {
    padding: 5.5vw 4vw;
  }
  #secretsale a.m-btn01_item {
    padding: 3vw 0 4vw;
    font-size: 1.2rem;
  }
  #secretsale div.item-box {
    margin: 0 auto 4vw;
  }
  #secretsale .ts-item-detail p a {
    font-size: 0.9em;
  }
  #secretsale .ts-item-detail p.t-left {
    font-size: 0.8em;
  }
  #secretsale .item-box_cont_ttl {
    margin-bottom: 3vw;
  }
  #secretsale p.item-name_02 .u-plus {
    width: 7%;
  }
  #secretsale p.item-name_02 .item-name_02_sub {
    font-size: 0.9em;
  }
  #secretsale .ts-top-item p {
    font-size: 0.8em;
  }
  #secretsale #ts-top-list {
    gap: 15px;
  }
  #secretsale p.price_txt {
    margin-top: 0;
    font-size: 1.2em;
    gap: 2%;
  }
  #secretsale p.sale_txt {
    margin-bottom: 1vw;
  }

  #secretsale .soldout {
    padding: 3vw 0 4vw;
    font-size: 1.2rem;
  }

  #secretsale #ts-top #ts-top-exp p {
    font-size: 1rem;
  }

  #secretsale #ts-top .ts-top_notice {
    font-size: 0.8rem;
  }

  #secretsale #ts-top .ts-top-contents {
    margin: 5vw 4vw 4vw;
  }

  #secretsale #ts-top #ts-top-exp {
    margin: 4vw 4vw 7vw;
  }

  #secretsale .top_item_List {
    margin: 0 4vw;
  }

  #secretsale .section-inner {
    padding: 0 4vw 25px;
  }

  #secretsale #ts-body:after {
    top: 55vw;
  }

  /* クローズページ用 */
  #secretsale .close_contents {
    margin: 0 4vw;
  }
  #secretsale .close_contents .close_ttl {
    margin: 0 auto 3vw;
  }

}