/* ----- エリア ----- */
/* -- タイトル(カテゴリー名) -- */
h2.title {
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  margin: 72px 0 0 0;
}
h2.title-look {
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  margin: 128px 0 40px 0;
}
.mar_b_72{
  margin-bottom: 72px;
}
.mar_t_40{
  margin-top: 40px;
}
.mar_t_160{
  margin-top: 160px;
}
.commingsoon{
font-size:18px !important;
}


.look-wrapper {
    text-align: -webkit-center;
    text-align: center;
}
.look-wrapper img {
    width: 63vw;
    margin-top: 120px;
}
.look-wrapper .look-img-l img {
    margin-right: 12vw;
}
.look-wrapper .look-img-r img {
    margin-left: 12vw;
}
#yozora-making-image.look-wrapper img,
#heart-look-image.look-wrapper img {
    width: 90vw;
    margin-top: 120px;
}
#yozora-making-image.look-wrapper .look-img-r img,
#yozora-making-image.look-wrapper .look-img-l img,
#heart-look-image.look-wrapper .look-img-r img,
#heart-look-image.look-wrapper .look-img-l img {
    width: 63vw;
}
#yozora-making-image.look-wrapper .look-img-c2 img,
#heart-look-image.look-wrapper .look-img-c2 img {
    width: 44vw;
    margin-top: 120px;
    margin-right: 4px;
    margin-left: 4px;
}
#yozora-making-image.look-wrapper .look-img-c2-2 img,
#heart-look-image.look-wrapper .look-img-c2-2 img {
    width: 44vw;
    margin-top: 8px;
    margin-right: 4px;
    margin-left: 4px;
}
#heart-look-image.look-wrapper .look-img-c2 img.over1{
    position: relative;
    right: 8vw;
    top: 7vw;
}
#heart-look-image.look-wrapper .look-img-c2 img.over2{
    position: relative;
    left: 8vw;
    top: 7vw;
}

.qa-block img{
    width: 63vw;
    margin-top: 40px;
    margin-bottom: 40px;
}
#title-message-wrapper{
    margin-top: 44px;
}
#title-message-wrapper p{
    text-align: center;
}

.title-momota-padding1{
    height: 1px;
    margin-top: -16px;
}
.title-momota-padding2{
	height:32px;
}

#look-momota-title .qa-block img {
    margin: 40px 0 20px 0;
    width: 90vw;
}

#look-momota-title .qa-block p {
    margin: 10px;
    text-align: right;
}

#look-momota-title .qa-block.qa-block-center p {
    margin: 10px;
    text-align: center;
}

#look-momota-title .qa-block p:first-of-type {
    font-weight: bold;
    text-align: left;
}

select#category-select {
  display: block;
  width: 25%;
  margin: 4px 0 4px auto;
  border: none;
  border-bottom: solid 1px #D1C698;
  outline: none;
  font-size: 12px;
  background-color: #FFFDF5;
}

/* -- 商品一覧 -- */
#product-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 36px 8px;
  margin: 12px 0 0 0;
}

/* -- 商品のサムネイル画像 -- */
#product-list .thumb-nail {
  position: relative;
  width: 100%;
}

#product-list .thumb-nail:before {
  content: "";
  display: block;
  padding-top: 150%;
}

#product-list .thumb-nail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#product-list .thumb-nail span.tag-wrapper {
  position: absolute;
  display: block;
  top: 0;
  padding: 4px 8px;
  font-size: 12px;
  background: #808080;
  background: linear-gradient(315deg, transparent 3px, rgba(128, 128, 128, 0.75) 3px);
}
#product-list .thumb-nail span.tag-wrapper span {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
#product-list .thumb-nail span.tag-wrapper span.material-symbols-outlined {
  font-size: 15px;
}

/* -- 商品の名称と価格 -- */
#product-list .abstract {
  margin-top: 12px;
}

#product-list .abstract span {
  display: block;
  text-align: center;
  font-size: 12px;
  margin-top: 2px;
}

#product-list .abstract span.price {
  font-size: 10px;
}

#product-list .abstract .price-sold-out {
  font-size: 10px;
  text-decoration: line-through;
}

#making-anchor{
    padding-top: 110px;
    margin-top: -110px;
}

