/******************************/
/* Our Collection */
/******************************/
.collection{
  background: rgba(211, 184, 167, 0.5);
}
.u-collection .c-ttl-main {
  display: none;
}
@media screen and (max-width: 767px){
  .u-collection .c-ttl-main{
    display: block;
    color: #464E54;
  }
}
.u-collection ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.u-collection ul li{
  aspect-ratio: 3/2;
  width: 33%;
  box-sizing: border-box;
  padding: 5px;
}
@media screen and (max-width: 767px){
  .u-collection ul li{
    width: 100%;
    padding: 0;
  }
}
.u-collection ul li a {
  position: relative;
  display: block;
}

.u-collection ul li a span{
  position: absolute;
  bottom: 10px;
  left: 15px;
  color: #fff;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  letter-spacing: 0.2em;
}

.u-collection ul li a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3/2;
}
.u-collection ul li a img.rss-image{
  aspect-ratio: 16/9;
}

.u-collection ul li a .image-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(83, 50, 30, 0.5);
  color: #ffffff;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.u-collection ul li a .image-caption h3{
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: 400;
}
.u-collection ul li a .image-caption p{
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px){/* pcのみ */
  .u-collection ul li a:hover .image-caption {
    opacity: 1;
  }
}
@media screen and (max-width: 767px){
  .main-cat-text-sp{
    font-size: 13px;
    padding: 15px;
    letter-spacing: 0.03em;
  }
}


/******************************/
/* NEW　ARRIVAL & Ranking */
/******************************/
.p-new-item {
  background-color: rgba(211, 184, 167, 0.1);
}


/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
  width: 760px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton {
    display: block;
    width: auto;
  }
}
.p-line-informaiton ul {
  flex: 1;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton ul {
    font-size: 12px;
  }
}
.p-line-informaiton li {
  margin-bottom: 15px;
}
.p-line-informaiton__ttl {
  position: relative;
  margin: 0 40px 0 0;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl {
    margin: 0;
  }
}
.p-line-informaiton__ttl:before {
  content: "";
  position: absolute;
  top: 7px;
  right: -20px;
  width: 1px;
  height: 10px;
  background: #d2d2d2;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl:before {
    content: none;
  }
}
/***** お知らせ *****/
.p-top-news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    display: block;
    margin-bottom: 45px;
  }
}
.p-top-news__ttl {
  box-sizing: border-box;
  margin-right: 25px;
  padding: 10px;
  width: 110px;
  border: 1px solid #b2b2b2;
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-news__ttl {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 5px;
    width: 70px;
    border: 1px solid #b2b2b2;
    font-size: 12px;
  }
}
.p-top-news__body {
  flex: 1;
  margin-bottom: 0;
}
/******************************/
/* TOP RECOMMEND */
/******************************/
.p-recommend.u-container {
  padding-bottom: 0;
}

/******************************/
/* TOP RANKING */
/******************************/
.p-ranking{
  background: rgba(211, 184, 167, 0.1);
}
@media screen and (max-width: 1030px) {
  .p-ranking-list__item {
    margin-right: 5px;
    margin-left: 5px;
  }
}
.p-ranking-list__img {
  text-align: center;
  margin-bottom: 10px;
  aspect-ratio: 3/2;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__img {
    text-align: center;
  }
}
.p-ranking-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-ranking-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-ranking-list__img img {
  display: inline-block !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-ranking-list__num {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 26px;
  line-height: 26px;
  font-size: 14px;
  font-weight: bold;
  background: #A67F67;
  color: #ffffff;
  text-align: center;
}
.p-ranking-list__ttl img {
  vertical-align: middle;
}
.p-ranking-list__price {
  color: #909090;
  margin-top: 20px;
}

/******************************/
/* TOP INFORMATION */
/******************************/
.p-information {
  padding-bottom: 0;
}
@media screen and (max-width: 1030px) {
  .p-information {
    padding-bottom: 45px;
  }
}
.p-information__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-information__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP FREE */
/******************************/
.p-free__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-free__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP BANNER */
/******************************/
.p-bnr {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1030px) {
  .p-bnr {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-bnr-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-bnr-list {
    display: block;
  }
}
.p-bnr-list__item {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 33.3333%;
}
@media screen and (max-width: 1030px) {
  .p-bnr-list__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr-list__item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    width: auto;
    text-align: center;
  }
}
