body {
	padding:0;
	margin:0;
}

body img {
	vertical-align: bottom;
}

.st_wrap {
	clear: both;
	width:100%;
	max-width: 1000px;
	padding: 0;
	margin:0 auto 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #000000;	
	background-color: #FFFFFF;
	font-size:14px;
}
.st_wrap p {
	padding:0;
	margin:0;
}


#main_js {
	max-width:800px;
	margin:0 auto ;
}

#main_js img {
	width: 100%;
}

.sp {
	display:none;
}
	
.Lead {
	position: relative;
	text-align:center;
	font-size:100%;
	padding:0 ;
	margin:3% auto 5%;
	z-index: 5;
	line-height: 1.8em;
}

.clear {
	clear:both;
}

.fade-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 5 / 6;
  overflow: hidden;
}

.fade-slider img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: fadeAnimation 6s infinite ease-in-out;
}

/* 2枚目の画像はタイミングを半サイクル（4秒）ずらす */
.fade-slider .img-2 {
  animation-delay: -3s;
}

/* キーフレームアニメーション設定（合計8秒） */
@keyframes fadeAnimation {
  0% {
    opacity: 1; /* 表示開始 */
  }
  37.5% {
    opacity: 1; /* 3秒間表示を維持 (3s / 8s = 37.5%) */
  }
  50% {
    opacity: 0; /* 1秒かけてフェードアウト (4s / 8s = 50%) */
  }
  87.5% {
    opacity: 0; /* 裏側で非表示を維持 */
  }
  100% {
    opacity: 1; /* 1秒かけてフェードイン (8s / 8s = 100%) */
  }
}

.off{
	margin:0 auto;
	padding:1%;
	background-color:db454e;
	color:#fff;
	font-size:90%;
	text-align: center;
}
.price{
	font-weight:normal;
	font-size:100%;
	text-align: center;
	margin: 2% auto 0;
	width: 100%;
}
span.tax{
	font-size:63%;
}
span.red{
	color:#db454e;
	font-weight:bold;
	font-size:110%;
}

.btn_code {
	color: #000;
	font-size: 88%;
	text-align: center;
	margin: 10px 10% 10%;
	padding:3% 0;
	border:1px solid #000;
	width:80%;
	background-color: #fff;
}

.btn_code a{
	text-decoration: none;
	display: block;
	color:#000;
}


/*カテゴリボタン*/

.ct_btn {
	max-width: 750px;
	width: 90%;
	padding: 5%;
	margin:0 auto 3%;
	text-align: center;
	font-size:130%;
	font-weight:bold;
}

.img_box {
	width: 60%;
	float: left;
	margin-bottom: 6%;
}

.img_box img{
	width: 100%;
}

.point_L {
	position: relative;
	z-index: 10;
	width: 70%;
	float: left;
	text-align: left;
	color:#000;
	margin-left: 2%;
	margin-bottom: 6%;
	padding-top: 48%;
	font-size: 14px;
	line-height: 1.6em;
}
.point_L span {
	font-size: 200%;
  font-family: "Forum", serif;
  font-weight: 400;
  font-style: normal;
	line-height: 2.4;
}

.point_R {
	width: 70%;
	float: right;
	color:#000;
	text-align: right;
	margin:2% auto 0;
	position: relative;
	z-index: 10;
	margin-bottom: 6%;
	padding-top: 46%;
	font-size: 14px;
	line-height: 1.6em;
}

.point_R span {
	font-size: 200%;
  font-family: "Forum", serif;
  font-weight: 400;
  font-style: normal;
	line-height: 2.4;
}

a.kw {
	display: block;
	text-decoration: none;
	color:#fff;
	padding:5% 0;
}

a.kw:hover {
	display: block;
	text-decoration: none;
	color:#db454e;
	background-color:#333;
	padding:5% 0;
}


/*thumb*/
	
.thum_box {
	width: 1000px;
	margin: 0 auto 20px;
}

.thumb {
	width:50%;
	font-size:12px;
	line-height:1.4em;
	margin: 2% auto 3%;
	text-align:center;
	background-color: #fff;
	color: #000;
	overflow: hidden;
}
	
.thumb img {
	width:100%;
	margin-bottom: 1%;
}

.thumb a {
	color: #000;
	text-decoration: none;
}

.thumb a:hover {
	color: #000;
	text-decoration: underline;
}

.item_name {
	color: #000;
}

.item_name a {
	color: #000;
}

.item_name a:hover {
	color: #000;
}

.mR_5 {
	margin-right:5px;
}
	

.t_P {
	text-align:center;
	font-size:11px;
	margin:10px 0 2px;
	line-height: 1.4;
}

.t_T {
	text-align:left;
	font-size:13px;
	margin:2% 0 2%;
	line-height: 1.6em;
}

.MT5 {
	margin-top: 5%;
}

strong {
	font-size: 115%;
	font-weight: bold;
}

.thumb img {
	margin-top:0px;
}


@media only screen and (max-width: 900px) {
#main_js {
	margin:0 auto 0;
}
.pc {
	display:none;
}
.sp {
	display:block;
}
	
.Lead {
	font-size:12.5px;
	padding:0 2%;
	text-align: center;
	margin: 0% 8.2% 7%;
}

.Sml {
	font-size: 11px;
	line-height: 1.8em;
	margin: 2% 0;
}
	
.br:before {
 	content: '\A';
  	white-space: pre;
}

	
/*thumb*/
	
.thum_box {
	width: 100%;
	margin: 0 auto 20px;
}
.thumb {
	width:96%;
	font-size:12px;
	line-height:1.4em;
	float:none;
	margin: 3% 2% 4%;
	text-align:center;
}

.thumb img {
	width: 100%;
	margin-bottom: 5%;
}
	
.thumb:nth-child(3){
	clear:both;
}

.mR_5 {
	margin-right:1px;
}
.t_P {
	font-size:11px;
}
	
.t_T {
	font-size:11px;
	margin:5% 0 1%;
	line-height: 1.6em;
}

.ct_btn {
	font-size:80%;
}
	
.point_L {
	padding-top: 40%;
	font-size: 12px;
}

.point_R {
	padding-top: 40%;
	font-size: 12px;
}
	
a.kw {
	display: block;
	text-decoration: none;
	color:#fff;
	padding:7% 0;
}

a.kw:hover {
	display: block;
	text-decoration: none;
	color:#db454e;
	background-color:#333;
	padding:7% 0;
}

.MT5 {
	margin-top: 2%;
}
	
strong {
	font-size: 115%;
	font-weight: bold;
}

	
	
}
