@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho');
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Gothic');



/* 順番にフェードイン
================================================== */

.box{
    opacity: 0;
}

.fadeUp {
    animation-name:fadeUpAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}



/* カテゴリ別
================================================== */
#category_area h2{
    font-size: 4em;
    font-family: "Ephesis", cursive;
    font-weight: 400;
    font-style: normal;
    color:#fff;
	padding: 100px 0;
	margin: 0 auto;
}

#category_area h2 span {
	padding-bottom: 20px;
	border-bottom: 3px solid #fff;
}

#category_area_text {
	width: 80%;
	margin: 0 auto 100px;
    text-align: center;
    color: #fff;
}

.category_area{
   text-align: center;
   padding: 50px 0;
   color:#fff;
   background-color: #9B4444;
}
.category_text{
   padding: 5em 0 0.25em;
   font-size: 3.5rem;
   font-family: 'Sawarabi Mincho', sans-serif;
}
.category_sub{
   margin-bottom: 2.5em;
   font-size: 0.9rem;
   font-family: 'Sawarabi Gothic', sans-serif;
}
.category_name span{
   display:inline-block;
   font-size: 3rem;
   border-bottom: 1px solid;
   margin-right: 1rem;
   font-family: 'Sawarabi Mincho', sans-serif;
}

#category_item{
	margin-bottom:0;
}

#category_item ul{
	width: 70%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin:0 auto;
}

#category_item li{
    width: 22%;
    height: 300px;
    margin: 0 0 100px;
    list-style: none;
    padding: 0 2px;
}


#category_item ul::before,
#category_item ul::after {
  content: "";
  display: block;
  width: 22%;
  height: 0; 
}

#category_item ul:before {
  order:1;
}



/*アイテム陳列*/

#cate_item {
  width: 100%;
  text-align: left;
  margin: 0 auto;
}
#cate_midashi h3{
   font-size: 3.5rem;
   padding: 10rem 0 0.25rem;
   font-family: 'Sawarabi Mincho', sans-serif;
   color:#fff;
   text-align: center;
}
#cate_midashi h4{
   font-size: 1.1rem;
   padding-bottom: 3rem;
   font-family: 'Sawarabi Gothic', sans-serif;
   color:#fff;
   letter-spacing : 0.12rem;
   text-align: center;
}


/*デフォルト 4カラム*/

#cate_item ul {
  width: 80%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 50px 0 150px 30px;
  background-color:#fff;
  box-shadow: 5px 7px 7px #670f0f;
  border-radius: 5px;
  font-size: 0.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
#cate_item li {
  width: 24%;
  height: 300px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

#cate_item ul::before,
ul::after {
  content: "";
  display: block;
  width: 24%;
  height: 0;
}

#cate_item ul:before {
  order:1;
}

#cate_item img {
  width: 80%;
  margin-top:10px; 
}


/*3カラム*/

#cate_3 {
  width: 100%;
  text-align: left;
  margin: 0 auto;
}
#cate_3 ul {
  width: 80%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 50px 30px 150px;
  background-color:#fff;
  box-shadow: 5px 7px 7px #670f0f;
  border-radius: 5px;
  font-size: 0.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
#cate_3 li {
  width: 32%;
  height: 350px;
  margin: 0 0 50px;
  list-style: none;
}
#cate_3 ul::after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}
#cate_3 img {
  width: 80%;
  margin-top:10px; 
}
.cate_item-text1{
  font-weight: 400;
  color: #333;
  margin-top: 20px;
}
.cate_item-price{
  font-weight: 400;
  color: #333;
}
.cate_item-price span{
  font-size: 0.8em;
}


/*ボタンの設定*/

.button-29 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 350px;
    margin:0 auto;
    padding: 1.2em 2em;
    overflow: hidden;
    border: 1px solid #000000;
    border-radius: 5px;
    background-color: #fff;
    color: #000000;
    font-size: 1.1em;
    top: -7rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
}

.button-29:hover {
    background-color: #000;
    color: #fff;
}

.button-29::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: #000000;
    content: '';
    transition: width .3s ease;
}

.button-29:hover::before {
    width: 100%;
}

.button-29::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    content: '';
}

.button-29:hover::after {
    border-color: #fff;
}



/* 金額用ボタン
================================================== */

.butged {
  width: 80%;
  background-color:#fff;
  box-shadow: 5px 7px 7px #670f0f;
  border-radius: 5px;
  margin: 0 auto;
}

.butged_box {
  display: flex;
  flex-wrap:wrap;
  justify-content:center; 
  width: 100%;
  padding-bottom: 50px;
}

.money_box {
    position: relative;
    width: 185px;
    margin: 4em 0.5em 0;
    padding: 1.5em 1em;
    border-radius: 8px;
    font-size: 1em;
    background-color: #9B4444
}

.money_box .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #9b1818;
    color: #fff;
    font-weight: 100;
}

.money_box p{
    margin: 0; 
    padding: 0;
    color: #fff;
}

.money_box :hover {
  color: #C68484;
  opacity: 1;
}



/* ここから下はスマホ用
================================================== */

@media screen and (max-width: 786px) {
    
#category_area h2{
    font-size: 4em;
    font-family: "Ephesis", cursive;
    font-weight: 400;
    font-style: normal;
    color:#fff;
	padding: 100px 0 30px 0;
}
    
.category_text{
   padding: 4em 0 0.25em;
   font-size: 3.5rem;
   font-family: 'Sawarabi Mincho', sans-serif;
}
.category_sub{
   margin-bottom: 1.2em;
   font-size: 0.9rem;
   font-family: 'Sawarabi Gothic', sans-serif;
}
    
.category_name{
   font-size: 0.75rem;
   font-family: 'Sawarabi Gothic', sans-serif;
}
.category_name span{
   display:inline-block;
   font-size: 1.6rem;
   border-bottom: 1px solid;
   margin-right: 0.2em;
   font-family: 'Sawarabi Mincho', sans-serif;
}
    
#category_item{
	padding:0 1em;
	margin:0;
}
    
#category_item ul{
  width: 95%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
    
#category_item ul{
  width: 95%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#category_item li{
    width: 22%;
    height: 120px;
    margin: 0 0 100px;
    list-style: none;
    padding: 0 2px;
}
    
#category_item ul::after{
  content: "";
  display: block;
  width: 32%; 
  height: 0;        
}
    
#category_item ul:nth-of-type(1) li{
  width: 30%;
}
    

/*陳列 デフォルト 2カラム*/

#cate_midashi h3{
   font-size: 3rem;
   padding: 5rem 0 0.25rem;
   font-family: 'Sawarabi Mincho', sans-serif;
   color:#fff;
   text-align: center;
   line-height: 70px;
}
#cate_midashi h4{
   margin: 20px auto;
} 
#cate_item ul {
  width: 80%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 50px 0 150px 30px;
  background-color:#fff;
  box-shadow: 5px 7px 7px #670f0f;
  border-radius: 5px;
  font-size: 0.7rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
#cate_item li {
  width: calc((100% - 10px) / 2);
  height: 250px;
  margin: 0 0 10px; 
  list-style: none;
}
#cate_item li:nth-child(5n) {
  margin-right: 0;
}
#cate_item img {
  width: 90%;
  margin-top:10px; 
}
    

/*3カラム*/

#cate_3 ul {
  width: 80%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 30px 30px 70px;
  background-color:#fff;
  box-shadow: 5px 7px 7px #670f0f;
  border-radius: 5px;
  font-size: 0.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
#cate_3 li {
  width: 33%;
  height: 220px;
  margin: 0;
  list-style: none;
}
#cate_3 ul::after {
  content: "";
  display: block;
  width: 33%;
  height: 0;
}
#cate_3 img {
  width: 100%;
  margin:0; 
}
.cate_item-text1{
	margin-top: 20px;
}

    
/*ボタンの設定*/ 
    
.button-29 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 300px;
    margin:0 auto;
    padding: 1.2em 2em;
    overflow: hidden;
    border: 1px solid #000000;
    border-radius: 5px;
    background-color: #fff;
    color: #000000;
    font-size: 1.1em;
    top: -7rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
}



/* 金額
================================================== */
    
.butged {
  width: 90%;
  background-color:#fff;
  box-shadow: 5px 7px 7px #670f0f;
  border-radius: 5px;
}
    
.budget_box {
  display: flex;
  flex-wrap:wrap;
  justify-content:flex-start;
  width: 100%;
}

.money_box {
    position: relative;
    width: 250px;
    margin: 1em 0.5em 1em;
    padding: 1em 0.65em;
    border: solid 2px ##d8c193;
    border-radius: 8px;
    font-size: 1.2em;
}

.money_box .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    font-weight: 100;
    background: #9b1818;
    color:#fff;
}

.money_box p {
    margin: 0; 
    padding: 0;
}
}