@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 600px) {
.sp {
    display: none;
  }
.bottom-menu{
	display:none; 
}
}
@media screen and (max-width: 599px) {
.pc {
   display: none;
}
}
* {
  font-family: 'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic','Sans-Serif','Noto Serif CJK';
}

.cf:after {
  content: '';
  display: block;
  clear: both;
}
a {
  text-decoration: none;
  color: #464646;
}
body{
  background:#060503;
  overflow-wrap: break-word;
  color: #ffffff;
  line-height: 0;
  font-size: 13px;
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  height: auto;
  font-family: 'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic','Sans-Serif','Noto Serif CJK';
}
header{
	width: 100%;
	background: #;
}
.mainbanner{
	text-align: center;
}
.mainbanner img{
	width: 1100px;
	height:auto;
}
.sabtitlle{
	padding: 10px 0 10px 0;
    line-height: 1.8;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.sabtitlle2{
	padding: 30px 0 10px 0;
    line-height: 1.8;
	font-size: 16px;
	text-align: center;
	word-wrap: break-word;
}
main{
	width: 100%;
	margin: 0 auto;
    display: inline-block;
}

.inner {
  width: 100%;
  max-width: 1100px;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.inner_cat {
  width: 100%;
  max-width: 1000px;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
h1 {
  position: relative;
  padding: 0.8em;
  background:#262626;
  color: #ba2f52;
  font-size: 45px;
	font-family:'源ノ角ゴシック', serif;
}

h1:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 300px;
  border: 15px solid transparent;
  border-top: 15px solid #00020F;
  width: 0;
  height: 0;
}
h2 {
  position: relative;
  padding: 1.0em;
  background:#c21541;
  color: #f5f5f5;
  font-size: 35px;
		font-family:'源ノ角ゴシック', serif;
}
h3 {
  position: relative;
  padding: 1.0em;
  background: #483d8b;
  color: #f5f5f5;
  font-size: 30px;
		font-family:'源ノ角ゴシック', serif;
}

main div{
	text-align: center;
	padding: 5px;
}
.ttl{
	width: 100%;
	text-align: center;
	padding: 0;
}
#20off{
	padding-top: 40px;
}
#medama{
	padding-top: 40px;
}
#attention{
	padding-top: 40px;
}
.original-button1 {
  display: flex;
	padding: 0 10px;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
  border-radius: 0px;
  width: 360px;
  height: 60px;
  font-weight: bold;
  border: 2px solid #333333;
  transition: 0.3s;
  box-shadow: 5px 5px 0px 0px rgba(148,0,211,1);
  background-color: #524A7C;
	font-family:'源ノ角ゴシック', serif;
}

.original-button1:hover {
  box-shadow: 0 0 #9400d3;
  color: #fff;
  background-color: #9400d3;
}

.original-button2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 1;
  text-decoration: none;
  color: #2F2F2F;
  font-size: 15px;
  border-radius: 0px;
  font-weight: bold;
  width: 260px;
  height: 50px;
  border: 1px solid #333333;
  position: relative;
  transition: 0.3s;
  background-color: #ffffff;
	font-family:'源ノ角ゴシック', serif;
}

.original-button2::before, .original-button2::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform-origin: 100% 50%;
  height: 1px;
  width: 11px;
  background-color: #333;
  border-radius: 0px;
  will-change: transform;
  transition: .3s;
}

.original-button2::before {
  transform: translateY(-50%) rotate(30deg);
}

.original-button2::after {
  transform: translateY(-50%) rotate(-30deg);
}

.original-button2:hover::before {
  transform: translate(5px, -50%) rotate(30deg);
}

.original-button2:hover::after {
  transform: translate(5px, -50%) rotate(-30deg);
}

.buttun_style{
	padding: 20px 0;
}
.more-button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #2A2A2A;
  font-size: 14px;
  border-radius: 0px;
  width: 150px;
  height: 30px;
  position: relative;
  transition: 0.3s;
  background-color: #fafafa;
	margin: 0 auto;
	padding: 10px 20px;
}


.more-button::before, .more-button::after {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #000000;
  width: 100%;
  height: 100%;
  transition: .3s;
}

.more-button::before {
  top: -2px;
  left: -2px;
}

.more-button::after {
  top: 2px;
  left: 2px;
}

.more-button:hover::before, .more-button:hover::after {
  top: 0;
  left: 0;
}

.child{
	border:solid 5px #000000;
	background: #ffffff;
	
}
.child_top{
	border:solid 0px #ffffff;
}
.child_cat{
	border:solid 0px #ffffff;
	background: #ffffff;
}
.child img{
	width: 300px;
}

.cat_ta2_img{
	width: 430px;
}

.cat_ta1{
	 padding: 0;
	margin: 0;
	width: 280px;
	word-wrap: break-word;
	border: 0px solid #cccccc;
	border-radius:0;
	justify-content:center;
	table-layout: fixed;
	display:block;
}
.cat_ta2{
    padding: 0;
	margin: 0;
	width: 500px;
	word-wrap: break-word;
	border: 1px solid #cccccc;
	border-radius:0;
	justify-content:center;
	table-layout: fixed;
	display: block;
}
.cat_ta_2{
    padding: 0;
	margin: 0;
	width: 510px;
	word-wrap: break-word;
	border-radius:0;
	justify-content:center;
	table-layout: fixed;
	display: block;
	text-align: center;
	border: 1px solid #cccccc;
}
.cat_ta_2 img{
	width: 500px;
	padding: 0;
}
.cat_ta_2_sp{
    padding: 0;
	margin: 0;
	width: 100%;
	word-wrap: break-word;
	border-radius:0;
	table-layout: fixed;
	display: block;
	text-align: center;
}
.cat_ta_2_sp img{
	width: 100%;
	padding: 0;
}
.chumoku2_sty{
	vertical-align: top;
	text-align: center;
}
.chumoku2_35{
	width: 1000px;
	text-align: center;
}
.cat_ta_top{
	 padding: 0;
	width: 400px;
	word-wrap: break-word;
	justify-content:center;
	flex-wrap: wrap;
	display: flex;
}
.cat_ta_top2{
	 padding: 0;
	width: 300px;
	word-wrap: break-word;
	justify-content:center;
	flex-wrap: wrap;
	display: flex;
}
.cat_ta{
    padding: 0;
	margin: 0;
	width: 300px;
	word-wrap: break-word;
	border: 0px solid #cccccc;
	border-radius:0;
	justify-content:center;
	table-layout: fixed;
	display: block;
}
.cat_ta_medama{
    padding: 0;
	margin: 0;
	width: 300px;
	word-wrap: break-word;
	border: 0px solid #cccccc;
	border-radius:0;
	justify-content:center;
	table-layout: fixed;
	display: block;
}
.cat_ta_medama500{
    padding: 0;
	width: 500px;
	word-wrap: break-word;
	border: 1px solid #cccccc;
	border-radius:0;
	justify-content:center;
	table-layout: fixed;
	display: block;
}
#supersale_specialprice{
  width: 100%;
  padding: 10px 0;
}
td{
	padding: 5px;
	vertical-align:bottom;
}

.product_name{
	justify-content:center;
	vertical-align:;
	width: 200px;
    overflow-wrap :break-all;
	text-align: center;
	line-height: 1.8;
	font-size: 13px;
	color: #2F2F2F;
}
.chumoku1{
	width: 1040px;
	height: auto;
	padding: 0;
	margin: auto;
	justify-content: space-evenly;
    display: flex;
	flex-wrap: wrap;
	text-align: center;
	border: 1px solid #cccccc;
}
.chumoku1 img{
	border:solid 10px #ffffff;
	text-align: center;
	width: 1000px;
}
.chumoku2{
    width: 500px;
    text-align: center;
}
.chumoku2 img{
    width: 100%;
    padding: 10px;
    margin: 10px;
    text-align: center;
}
.cat_img img{
	vertical-align: top;
	width: 285px;
	text-align: center;
	margin: 0 auto;
}

.cat_img_medama img{
	vertical-align: top;
	width: 285px;
	text-align: center;
}
.cat_img_medama500 img{
	vertical-align: top;
	width: 450px;
	text-align: center;
	padding: 20px;
}
.off{
	position:relative;
	width: 100%;
}
.off img{
	position:absolute;
	top:0;
	left:-90px;
	width: 100px;
	height:auto;
}
.off50{
	position:relative;
	width: 100%;
}
.off50 img{
	position:absolute;
	top:0;
	left:-130px;
	width: 100px;
	height:auto;
}
.titlle_img{
	width: 100%;
}
table .tex_1 {
	color: #ff0000 ;
	font-size: 12px;
	line-height: 1.8;
	vertical-align: middle;
}
table .discount{
	padding: 0;
	margin: 0;
}
table .tex_price {
	font-weight: bold;
	color: #DB0003;
	font-size: 22px;
	vertical-align: top;
	height: 15px;
	line-height: 1.3;
}
.more img{
	vertical-align: bottom;
	width: 128px;
	height: auto;
}
.m_more{
	padding: 50px 0 80px 0;
}

.item{
	list-style: none;
	display: inline-block;
	justify-content: space-between;
	width:220px;
	height: auto;
	vertical-align: top;
	text-align: center;
	padding: 0 10px 0 10px;
}
.item li{
	text-align: center;
	width:220px;
	line-height: 1.8;
}

#footer {
  background: #ffffff url("../images/copyright.png")no-repeat center bottom;
  height: 100px;
  width: 100%;
	text-align: center;
}
#footer div{
	justify-content: center;
}
.space{
	height: 70px;
}
.space2{
	height: 20px;
}

#banner{
	 width: 100%;
	justify-content:center;
}
.pc_banner{
	width: 100%;
	justify-content: flex-start;
	margin: auto;
    display: flex;
	flex-wrap: wrap;
}
.pc_banner img{
	width: 550px;
	height: auto;
}
.btn_webshop{
	width: 100%;
	
}
.btn_webshop img{
	width: 400px;	
}
/* 上に戻るボタン */
#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 10px;
  bottom: 0;
  opacity: 0;
  transition: all 1s ease;
}
#page_top.show {
    opacity: 0.6;
    transform: none;
 }
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 30px;
  color:#bfa67e;
  position: absolute;
  width: 30px;
  height: 30px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'TOP';
  font-size: 18px;
  position: absolute;
  top: 40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #bfa67e;
}