@charset "utf-8";

/* itemlist_page
-----------------------------------------------------------------*/

/* #Sec01
-----------------------------------------------------------------*/
.itemlist_page #Sec01{
}
.itemlist_page #Sec01 .inner{
  max-width: 1020px;
  margin: 0 auto;
  padding: 30px 50px 50px;
}
.itemlist_page #Sec01 h2.ttl{
  text-align: center;
}
.itemlist_page #Sec01 h2.ttl span{
  padding: 0 10px;
}

.itemlist_page .search_box {
  position: relative;
  max-width: 690px;
  display: flex;
  margin: 10px auto 0;
}
.itemlist_page .search_box input{
  width: calc(100% - 95px);
  height: 60px;
  margin-right: 15px;
  padding: 18px 40px 18px 50px;
  background: #EFEFEF;
  color: #848484;
  border: none;
  font-size: 1.6rem;
  font-weight: bold;
}
.itemlist_page .search_box button{
  width: 80px;
  height: 60px;
  background: #C7C7C7;
  color: #505050;
  border: none;
  font-size: 2rem;
  font-weight: bold;
  transition: 0.3s;
}
.itemlist_page .search_box button:hover{
  opacity: 0.8;
  cursor: pointer;
}
.itemlist_page .search_box::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/item/icon_serach.png) no-repeat center center / auto 100%; /* 背景にアイコン画像を配置 */
  display: inline-block;
  position: absolute;
  top: 23px;
  left: 23px;
}

.itemlist_page .cate_list{
  max-width: 690px;
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
}
.itemlist_page .cate_list li{
  margin: 15px 0 0 5px;
}
.itemlist_page .cate_list li:first-child{
  margin-left: 0;
}
.itemlist_page .cate_list li a{
  padding: 4px 9px;
  background: #EFEFEF;
  color: #505050;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 20px;
}
.itemlist_page .cate_list li.active a{
  background: #505050;
  color: #ffffff;
  font-weight: bold;
}
.itemlist_page .cate_list li a:hover{
  opacity: 0.7;
}
.itemlist_page .item_list{
  margin-top: 20px;
}
.itemlist_page .item_list li a {
  display: block;
  background: #F5F5F5;
}

.itemlist_page .btn_top{
  text-align: center;
  margin-top: 40px;
}
.itemlist_page .btn_top a{
  color: #ffffff;
  background: #231815;
  padding: 8px 20px;
  font-size: 2.2rem;
	font-weight: bold;
}
.itemlist_page .btn_top a:hover{
  opacity: 0.8;
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */

/* #Sec01
-----------------------------------------------------------------*/
.itemlist_page #Sec01{
}
.itemlist_page #Sec01 .inner{
  padding: 30px 5px 50px;
}
.itemlist_page #Sec01 h2.ttl{
  text-align: center;
  line-height: 4rem;
}
.itemlist_page #Sec01 h2.ttl span{
  padding: 0 10px;
  display: block;
}

.itemlist_page .search_box {
  position: relative;
  max-width: 690px;
  display: flex;
  margin: 10px auto 0;
  padding: 0 10px;
}
.itemlist_page .search_box input{
  width: calc(100% - 56px);
  height: 43px;
  margin-right: 0;
  padding: 10px 20px 10px 30px;
  font-size: 1.4rem;
}
.itemlist_page .search_box button{
  width: 56px;
  height: 43px;
  border: none;
  font-size: 1.2rem;
}
.itemlist_page .search_box::before {
  top: 14px;
  left: 19px;
}

.itemlist_page .cate_list{
  max-width: 690px;
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  padding: 0 10px;
}
.itemlist_page .cate_list li{
  margin: 15px 5px 0 0;
}
.itemlist_page .cate_list li:first-child{
  margin-left: 0;
}
.itemlist_page .cate_list li a{
  padding: 4px 10px;
  background: #EFEFEF;
  color: #505050;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 20px;
}
.itemlist_page .cate_list li a:hover{
  opacity: 0.7;
}
.itemlist_page .item_list{
  margin-top: 20px;
}
.itemlist_page .item_list li a {
  display: block;
  background: #F5F5F5;
}

/* 640pxまでの幅の場合に適応される */
}

/* item_page
-----------------------------------------------------------------*/
.item_page{
  background: #FF008F;
  padding: 80px 50px 50px;
}

.item_page h2{
  width: 150px;
  margin: 0 auto;
  color: #ffffff;
  background: #231815;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  padding: 5px;
}

.item_page #Sec01 .item_detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #ffffff;
  padding: 60px;
  max-width: 1020px;
  margin: 0 auto;
  box-sizing: border-box;
}
.item_page #Sec01 .item_detail .item_img {
  width: 50%;
}
.item_page #Sec01 .item_detail .item_info {
  width: 46%;
}
.item_page #Sec01 .item_detail .item_info .cate {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000000;
  background: #E8E8E8;
  padding: 0 8px;
  border-radius: 15px;
  margin: 0 5px 5px 0;
}
.item_page #Sec01 .item_detail .item_info .cate a:hover{
	opacity: 0.7;
}
.item_page #Sec01 .item_detail .item_info .ttl {
  font-size: 2.6rem;
  font-weight: bold;
  margin-top: 5px;
  line-height: 3.7rem;
}
.item_page #Sec01 .item_detail .item_info .price {
  font-weight: bold;
  margin-top: 20px;
  font-size: 2.8rem;;
}
.item_page #Sec01 .item_detail .item_info .price .num{
  font-size: 2.6rem;
}
.item_page #Sec01 .item_detail .item_info .price .yen{
  font-size: 4.3rem;
}
.item_page #Sec01 .item_detail .item_info .date {
  font-size: 2rem;
  margin-top: 10px;
  font-weight: bold;
}
.item_page #Sec01 .item_detail .item_info .txt {
  font-size: 1.4rem;
  line-height: 2.8rem;
  font-weight: bold;
  margin-top: 20px;
  padding: 10px;
  background: #EFEFEF;
}

.item_page #Sec01 .item_img_list {
  margin-top: 20px;
  width: 100%;
}
.item_page #Sec01 .item_img_list ul {
  display: flex;
  flex-wrap: wrap;
}
.item_page #Sec01 .item_img_list ul li {
  width: 100px;
  margin-top: 10px;
  margin-right: 10px;
  transition: 0.3s;
}
.item_page #Sec01 .item_img_list ul li:hover{
  opacity: 0.7;
  cursor: pointer;
}

.item_page #Sec01 .about_item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #ffffff;
  padding: 60px;
  max-width: 1020px;
  margin: 20px auto 0;
  box-sizing: border-box;
}
.item_page #Sec01 .about_item .txt_box {
  width: 65%;
}
.item_page #Sec01 .about_item h3 {
  font-size: 2.4rem;
  font-weight: bold;
}
.item_page #Sec01 .about_item .txt {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 3rem;
  margin-top: 20px;
}
.item_page #Sec01 .about_item .img {
  width: 30%;
}
.item_page #Sec01 .about_item .img img {
  width: 100%;
}

.item_page #Sec01 .recommend_item {
  max-width: 1020px;
  margin: 40px auto 0;
}
.item_page #Sec01 .recommend_item h3 {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}
.item_page #Sec01 .recommend_item ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.item_page #Sec01 .recommend_item ul li {
  width: 18%;
  margin-top: 15px;
}
.item_page #Sec01 .recommend_item ul li a {
  display: block;
  transition: 0.3s;
}
.item_page #Sec01 .recommend_item ul li a:hover {
  opacity: 0.7;
}
.item_page #Sec01 .recommend_item ul li a img {
  width: 100%;
  height: auto;
}

.item_page .btn_itemlist {
  text-align: center;
  margin-top: 40px;
}
.item_page .btn_itemlist a {
  color: #ffffff;
  background: #231815;
  padding: 8px 20px;
  font-size: 2.2rem;
	font-weight: bold;
}
.item_page .btn_itemlist a:hover{
  opacity: 0.8;
}
.item_page .btn_top {
  text-align: center;
  margin-top: 30px;
}
.item_page .btn_top a {
  color: #ffffff;
  background: #231815;
  padding: 8px 20px;
  font-size: 2.2rem;
	font-weight: bold;
}
.item_page .btn_top a:hover{
  opacity: 0.8;
}

@media screen and (max-width: 640px) {
  /* 640pxまでの幅の場合に適応される */

  .item_page{
    padding: 30px 0 30px;
  }
  
  .item_page h2{
    font-size: 2rem;
  }
  
  .item_page #Sec01 .item_detail {
    display: block;
    padding: 20px 30px;
    max-width: 640px;
  }
  .item_page #Sec01 .item_detail .item_img {
    width: 100%;
  }
  .item_page #Sec01 .item_detail .item_info {
    width: 100%;
    margin-top: 15px;
  }
  .item_page #Sec01 .item_detail .item_info .cate {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
    color: #000000;
    background: #E8E8E8;
    padding: 0 8px;
    border-radius: 15px;
  }
  .item_page #Sec01 .item_detail .item_info .ttl {
    font-size: 2.2rem;
    font-weight: bold;
    margin-top: 5px;
    line-height: 3rem;
  }
  .item_page #Sec01 .item_detail .item_info .price {
    font-weight: bold;
    margin-top: 10px;
    font-size: 1.7rem;;
  }
  .item_page #Sec01 .item_detail .item_info .price .num{
    font-size: 1.8rem;
  }
  .item_page #Sec01 .item_detail .item_info .price .yen{
    font-size: 2.5rem;
  }
  .item_page #Sec01 .item_detail .item_info .date {
    font-size: 1.5rem;
    margin-top: 5px;
    font-weight: bold;
  }
  .item_page #Sec01 .item_detail .item_info .txt {
    font-size: 1.4rem;
    line-height: 2.8rem;
    font-weight: bold;
    margin-top: 20px;
    padding: 10px;
    background: #EFEFEF;
  }
  
  .item_page #Sec01 .item_img_list {
    margin-top: 10px;
    width: 100%;
  }
  .item_page #Sec01 .item_img_list ul {
    display: flex;
    flex-wrap: wrap;
  }
  .item_page #Sec01 .item_img_list ul li {
    width: 50px;
    margin-top: 5px;
    margin-right: 5px;
    transition: 0.3s;
  }
  .item_page #Sec01 .item_img_list ul li:hover{
    opacity: 0.7;
    cursor: pointer;
  }
  
  .item_page #Sec01 .about_item {
    display: block;
    background: #ffffff;
    padding: 20px 30px;
    max-width: 640px;
    margin: 15px auto 0;
  }
  .item_page #Sec01 .about_item .txt_box {
    width: 100%;
  }
  .item_page #Sec01 .about_item h3 {
    font-size: 2.2rem;
    font-weight: bold;
  }
  .item_page #Sec01 .about_item .txt {
    font-size: 1.4rem;
    margin-top: 10px;
  }
  .item_page #Sec01 .about_item .img {
    width: 100%;
    margin-top: 15px;
  }
  .item_page #Sec01 .about_item .img img {
    width: 100%;
  }
  
  .item_page #Sec01 .recommend_item {
    max-width: 640px;
    margin: 20px auto 0;
    padding: 0 30px;
  }
  .item_page #Sec01 .recommend_item ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .item_page #Sec01 .recommend_item ul li {
    width: 49%;
    margin-top: 15px;
  }
  .item_page #Sec01 .recommend_item ul li:nth-child(n+3){
    display: none;
  }
  
  .item_page .btn_itemlist {
    text-align: center;
    margin-top: 40px;
  }
  .item_page .btn_itemlist a {
    color: #ffffff;
    background: #231815;
    padding: 8px 20px;
    font-size: 2.2rem;
  }
  .item_page .btn_itemlist a:hover{
    opacity: 0.8;
  }
  .item_page .btn_top {
    text-align: center;
    margin-top: 30px;
  }
  .item_page .btn_top a {
    color: #ffffff;
    background: #231815;
    padding: 8px 20px;
    font-size: 2.2rem;
  }
  .item_page .btn_top a:hover{
    opacity: 0.8;
  }


  /* 640pxまでの幅の場合に適応される */
}