//* ここからスクロールアイコン用 *//

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&display=swap');

.scroll_down{
  position:absolute;
  bottom:50px;
  right:50%;
  animation: arrowmove 1s ease-in-out infinite;
  padding: 0 0 7%;
}


.scroll_down{
  padding: 0 0 7%;
}

.scroll_down a{
  position: absolute;
  left: 50%;
  /* bottom: 29%; */
  display: block;
  color: #000;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: .2em;
  text-transform: uppercase;
  width: 24px;
  height: 24px;
  text-decoration: none;
}

.text {
  display: block;
  margin-top: 70px;
  margin-left: -14px;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 2px;
}

.arrow {
  position: absolute;
  width: 28px;
  height: 5px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.arrow:first-child {
  animation: move 3s ease-out 1s infinite;
}

.arrow:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.arrow:before,
.arrow:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #000;
}

.arrow:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.arrow:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% { opacity: 1; }
  33% { opacity: 1; transform: translateY(30px); }
  67% { opacity: 1; transform: translateY(40px); }
  100% { opacity: 0; transform: translateY(55px) scale3d(0.5, 0.5, 0.5); }
}



/* ここまでスクロールアイコン用 */





.br_sp {
    display: none;
}


p.all_item_sale {
    font-size: 24px;
    border: 2px dashed;
    padding: 2%;
    font-weight: bold;
    text-align: center;
    margin: 9% auto 1% auto;
    font-family: serif;
    width: 317px;
}

.main-img {
    margin: 1% 0;
}

.product_info {
    max-width: 1200px;
    width: 95%;
    background: #e7e7e7;
    padding: 4%;
    margin: 8% auto;
    border-radius: 2px;
}

h1.timeale_head {
    text-align: center;
    margin: 5% 0 4% 0;
    font-size: 27px;
    font-family: serif;
}

span.bold_up {
    font-size: 29px;
    margin-top: 3px;
    display: block;
}

p.hello_every {
    font-size: 18px;
    max-width: 900px;
    width: 72%;
    margin: auto;
    line-height: 1.8;
}



h2.cautious {
    font-size: 22px;
    margin-bottom: 5%;
    text-align: center;
}

p.note {
    font-size: 18px;
    border-bottom: 1px solid #cdcdcd;
    max-width: 800px;
    margin: auto;
    margin-bottom: 3%;
    font-weight: 550;
}

span.note_head {
    font-weight: bold;
    line-height: 2.2;
}

.product_box {
    display: flex;
    margin: 0 auto 9% auto;
    max-width: 1200px;
}

.product_timesale {
    width: calc(100% / 2);
}

p.product_name {
    padding: 3% 7%;
    font-size: 22px;
    font-weight: bold;
}

p.product_details {padding: 4% 7%;font-size: 15px;}

.product_name span {
    font-size: 16px;
}

.pdc_price {
    font-size: 18px;
}


.price_box {text-align: right;/* background: #e3e3e3; */padding: 2% 0;width: 86%;margin: auto;position: relative;}

.pdc_price span {
    font-weight: 550;
    text-decoration: line-through;
}

.discount {
    background: #a40000;
    color: white;
    font-size: 16px;
    width: 160px;
    padding: 2px 3%;
    text-align: center;
    font-weight: bold;
    margin: 2% 0 2% auto;
}

.pdc_sale_price {
    font-size: 19px;
    font-weight: bold;
    color: #b20000;
}

.pdc_sale_price span {
    font-size: 26px;
    padding: 0 5px;
}

.product_page {
    font-size: 19px;
    border: 1px solid black;
    max-width: 300px;
    padding: 1%;
    margin: 7% 7% 0 auto;
    text-align: center;
    width: 100%;
}

.product_page::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin: 0 0.5em 1px 0;
    border: 5px solid transparent;
    border-right: 0 solid transparent;
    border-left: 8px solid black;
}

p.time_schedule {
    font-size: 24px;
    background: #000000;
    padding: 1%;
    margin: 7% auto 2%;
    max-width: 1200px;
    color: white;
    font-weight: bold;
    width: 100%;
}


span.itemcolor {
    color: #0086ff;
    display: block;
    font-weight: bold;
    font-size: 23px;
    margin: 6px 0.5% 0;
    font-family: serif;
}


.table-pc {
  border-collapse: collapse;
  width: 900px;
  table-layout: fixed; /* 列幅を固定 */
    margin: 0 auto 1%;
}


p.in_f {
    text-align: right;
    font-size: 15px;
    max-width: 900px;
	width: 100%;
    margin: 0 auto 7%;
}

th, td {
  border: 1px solid #333;
  text-align: center;
  height: 40px;
}
/* 各列の幅を180pxに固定 */
.col-5 {
  width: 180px;
}


p.members_dct {
    font-size: 17px;
    padding: 1%;
}

span.weight {
    display: block;
    font-weight: bold;
}

td.members_rk {
    font-size: 16px;
    font-weight: bold;
    color: #930000;
    padding: 1.2%;
}

td.members_per {
    font-size: 16px;
    font-weight: bold;
    padding: 2%;
}


/* ===== 表の表示切替 ===== */
/* 初期状態 → PC用を表示、SP用を非表示 */
.table-pc { display: table; }
.table-sp { display: none; }

/* 画面幅767px以下 → スマホ用を表示、PC用を非表示 */
@media screen and (max-width: 768px) {
  .table-pc { display: none; }
  .table-sp { display: table; }
}





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

/* ここからスクロールアイコン用 */
	.scroll_down {
	    padding: 0 0 23%;
	}

	.scroll_down a {
	    left: 45%;
	}
/* ここまでスクロールアイコン用 */


	.table-sp {
	    width: 96%;
		margin: -7% auto 2%;
		border-collapse: collapse;
	}

p.in_f {
    margin: 1% auto 7% -6px;
	font-size: 13px;
}


	p.members_dct {
	    font-size: 15px;
	    padding: 1.5%;
	}

	span.weight {
	    font-size: 16px;
	}

	td.members_rk {
	    font-size: 14px;
	}

	td.members_per {
	    font-size: 14px;
	}

	p.all_item_sale {
	    font-size: 18px;
	    width: 70%;
	}

	img.imgtop {
	    width: 97%;
	    margin: auto;
	    display: block;
	}

	.main-img {
	    margin: 1% 0;
	}

	.product_box {
	    display: inline;
	}

	.product_info {
	    width: 95%;
	}

    h1.timeale_head {
        font-size: 20px;
        width: 97%;
        margin: 4% auto;
    }

    span.bold_up {
        font-size: 21px;
    }

	p.hello_every {
		font-size: 15px;
		width: 90%;
	}

	.br_sp {
		display: block;
	}

	p.time_schedule {
		margin: 11% auto 2%;
	    font-size: 18px;
        padding: 4% 4px;
	}

	.product_timesale {
	    width: 98%;
	    margin: auto;
	}

	p.product_name {
		padding: 5% 3%;
	    font-size: 17px;
	}

	.product_name span {
	    font-size: 15px;
	}

	p.product_details {
	    padding: 0 3%;
	    font-size: 15px;
	}

	.pdc_price {
	    font-size: 17px;
	    margin-top: 5%;
	}

	.discount {
	    font-size: 17px;
		margin: 4% 0 2% auto;
	}

	.pdc_sale_price {
	    font-size: 15px;
	    font-weight: bold;
	    color: #b20000;
	}

	.product_page {
	    margin: 1% 7% 0 auto;
	    width: 84%;
	}

span.itemcolor {
    font-size: 17px;
}

}