@charset "UTF-8";
@media screen and (min-width: 981px) {
body {
  display: none;
}
}

/*---------------------------------
        category bar & btn
---------------------------------*/
@media screen and (max-width: 980px) {
.rich_chan-bg {
  width: 900px;
  height: 586px;
  margin: 0px 0px 50px 0px;
  background: url("../img/category/rich_chan/bg/01.jpg") repeat center top;
	background-size: cover;
  filter: drop-shadow(15px 15px 1px rgb(0, 0, 0,0.4));
}
.rich_chan {
  border: 10px solid #FFFFFF;
  box-sizing: border-box;
}
.img-shadow {
  filter: drop-shadow(7px 7px 1px rgb(0, 0, 0,0.4));
}
.category {
  margin: 50px 0 10px 0;
}
.category2 {
  margin: 40px 0 40px 0;
  filter: drop-shadow(6px 6px 2px rgb(0, 0, 0,0.4));
}
.category_menu1-container {
  display: flex;
  justify-content: center;
  filter: drop-shadow(7px 7px 1px rgb(0, 0, 0,0.4));
}
.category_menu1-container a {
  margin: 0 10px;
}
.category-btn-animation1 {
  animation: fluffy1 2s ease infinite;
}
@keyframes fluffy1 {
  0% {	transform: translate(0, 0);}
	5% {	transform: translate(-10px, -0);}
	10% {	transform: translate(10px, 0);}
	15% {	transform: translate(-10px, -0);}
	20% {	transform: translate(10px, 0);}
	25% {	transform: translate(-10px, -0);}
  30% {	transform: translate(10px, 0);}
	35% {	transform: translate(-10px, -0);}
	40% {	transform: translate(10px, 0);}
  45% {	transform: translate(0px, 0);}
	100% {	transform: translate(0, 0);}
}
.category-btn-animation2 {
  animation: scale 2s ease infinite;
}
@keyframes scale {
  0% { transform: scale(1,1);}
  30% {  transform: scale(1.08,1.08);}
  60% { transform: scale(1,1);}
  100% { transform: scale(1,1);}
}



.category_menu2-container {
  display: flex;
  width: 980px;
  height: auto;
  margin: 20px 0 -10px 0;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.category-btn_circle {
  position: relative;
  width: 290px;
  height: 290px;
  border-radius: 100%;
  margin: 15px 10px 10px 10px;
  background: url("../img/category/btn-bg/10.png") repeat center top;
	background-size: cover;
  filter: drop-shadow(6px 6px 1px rgb(0, 0, 0,0.4));
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.category-btn_circle:after {
  content: '';
  position: absolute; /* 親要素に重なるように */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  /* 👇白の透明度を調整したグラデーション */
  background: linear-gradient(
    -90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.1) 70%,
    rgba(255 255 255 / 21%) 74%,
    rgba(255 255 255 / 36%) 86%,
    rgba(255, 255, 255, 0) 100%
  );
}
.category-btn_rich {
  position: relative;
  width: 290px;
  height: 110px;
  border-radius: 100px;
  margin: 15px 10px 10px 10px;
  background: url("../img/category/btn-bg/0813.jpg") repeat center top;
	background-size: cover;
  filter: drop-shadow(6px 6px 1px rgb(0, 0, 0,0.4));
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.category-btn_rich:after {
  content: '';
  position: absolute; /* 親要素に重なるように */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  /* 👇白の透明度を調整したグラデーション */
  background: linear-gradient(
    -90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.1) 70%,
    rgba(255 255 255 / 21%) 74%,
    rgba(255 255 255 / 36%) 86%,
    rgba(255, 255, 255, 0) 100%
  );
}
.blinking-animation {
  animation: flash 1.5s linear infinite;
}
@keyframes flash {
	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}
}





.category-btn {
  width: 209px;
  height: 100px;
  border-radius: 20px;
  margin: 15px 10px 25px 10px;
  box-shadow: 7px 7px 1px rgb(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}
.category-btn1 {
  position: relative;
  width: 290px;
  height: 290px;
  border-radius: 20px;
  margin: 15px 10px 10px 10px;
  background: url("../img/category/btn-bg/11.png") repeat center top;
	background-size: cover;
  filter: drop-shadow(7px 7px 1px rgb(0, 0, 0,0.4));
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.category-btn1:after {
  content: '';
  position: absolute; /* 親要素に重なるように */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  /* 👇白の透明度を調整したグラデーション */
  background: linear-gradient(
    -90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.1) 70%,
    rgba(255 255 255 / 21%) 74%,
    rgba(255 255 255 / 36%) 86%,
    rgba(255, 255, 255, 0) 100%
  );
}
.category-btn2 {
  position: relative;
  width: 213px;
  height: 213px;
  background-color: #eeeeee;
  border-radius: 20px;
  margin: 15px 10px 10px 10px;
  background: url("../img/category/btn-bg/11.png") repeat center top;
	background-size: cover;
  box-shadow: 7px 7px 1px rgb(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.category-btn2:after {
  content: '';
  position: absolute; /* 親要素に重なるように */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  /* 👇白の透明度を調整したグラデーション */
  background: linear-gradient(
    -90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.1) 70%,
    rgba(255 255 255 / 21%) 74%,
    rgba(255 255 255 / 36%) 86%,
    rgba(255, 255, 255, 0) 100%
  );
}
.scroll_category-btn1 {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 20px;
  margin: 15px 10px 10px 10px;
  background: url("../img/category/btn-bg/11.png") repeat center top;
	background-size: cover;
  filter: drop-shadow(7px 7px 1px rgb(0, 0, 0,0.4));
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.scroll_category-btn1:after {
  content: '';
  position: absolute; /* 親要素に重なるように */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  /* 👇白の透明度を調整したグラデーション */
  background: linear-gradient(
    -90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.1) 70%,
    rgba(255 255 255 / 21%) 74%,
    rgba(255 255 255 / 36%) 86%,
    rgba(255, 255, 255, 0) 100%
  );
}
.category-btn2 img {
  filter: drop-shadow(7px 7px 1px rgb(0, 0, 0,0.2));
}



.category_list-container {
  display: flex;
  width: 980px;
  height: auto;
  margin: -10px 0 40px 0;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.category-btn3 {
  width: 205px;
  height: 150px;
  background-color: #FFFFFF;
  border: 2px solid #868686;
  border-radius: 30px;
  margin: 15px 10px 10px 10px;
  box-shadow: 7px 7px 1px rgb(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.category_list-container a,
.category-btn a,
.category-btn2 a {
  text-decoration: none;
}
.category-name {
  font-size: 33px;
  font-weight: bold;
  color: #ffffff;
  margin: 10px;
  text-align:center;
  line-height: 1.2;
}
.category-name1 {
  font-size: 32px;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #000000;
  border-radius: 20px;
  margin: 19px 0 10px 0;
  padding: 10px 10px;
  width: 260px;
}
.scroll_category-name1 {
  font-size: 30px;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #000000;
  border-radius: 20px;
  margin: 0 auto;
  padding: 10px 10px;
  width: 160px;
}
.category-name2 {
  font-size: 32px;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #000000;
  border-radius: 20px;
  margin: 19px 0 10px 0;
  padding: 10px 10px;
  width: 260px;
}
.category-name3 {
  font-size: 32px;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #000000;
  border-radius: 20px;
  margin: 19px 0 10px 0;
  padding: 10px 5px;
  width: 205px;
}





/*---------------------------------
        Mini Category color
---------------------------------*/
.category_list-container_opt {
  display: flex;
  width: 980px;
  height: auto;
  margin: 20px 0 40px 0 !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.category_list-top {
  display: flex;
  font-family: "Edu VIC WA NT Beginner", sans-serif;
  font-weight: bold;
  gap: 30px 60px;
  width: 920px;
  font-size: 33px;
  font-weight: bold;
  color: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 10px;
  border-radius: 30px;
  background: #6000b5;
  box-shadow: 4px 4px 1px 1px #1a003d inset;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}
.category_list-top2 {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 0px;
  width: 920px;
  font-size: 33px;
  color: #FFFFFF;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 30px;
  background: #6000b5;
  box-shadow: 4px 4px 1px 1px #1a003d inset;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}



}