@charset "UTF-8";
/* CSS Document */

/* contents */

#container2 {
  overflow: hidden;
}

.l-block {
  margin: 20px auto;
}

.is-inlineblock {
  display: inline-block;
}

.contents-title {
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 35px;
  width: 100vw;
  margin: 0 calc(50% - 50vw) 64px;
  text-align: center;
  padding: 16px;
  background-image: url(../esw250328_anayi/bg-line.webp);
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
}

.shop-image {
  text-align: center;
}

.item-list {
  text-align: left;
  margin: 0 auto;
}

.number {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
}

.number-large {
  font-size: 60px;
  color: #fff;
  text-shadow: 1px 1px 0 #5f5f5f, -1px -1px 0 #5f5f5f, -1px 1px 0 #5f5f5f, 1px -1px 0 #5f5f5f, 0px 1px 0 #5f5f5f, 0-1px 0 #5f5f5f, -1px 0 0 #5f5f5f, 1px 0 0 #5f5f5f;
}

.item-explanation {
  margin: 9px 0 24px;
  text-align: justify;
}

/* recommended-information */

.recommended-information {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 80px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  row-gap: 40px;
}

.recommended-information .recommended-information-list {
  width: 80%;
}

.recommended-information li {
  width: 38%;
}

.spacer {
  width: 100%;
}

.recommended-information li img {
  width: 100%;
  height: auto;
}

.recommended-information .m-btn-active {
  width: 320px;
  margin: 24px auto 0;
}

ul.under_link {
    overflow: hidden;
    padding-left: 100px;
    padding-bottom: 50px;
    width: 1000px;
    margin: 0 auto;
}

ul.under_link li {
  display: block;
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
  text-align: center;
  width: 300px;
}

.main-ttl {
  text-align: center;
  width: 1000px;
  position: relative;
  margin: 0 auto;
}

.main-ttl img {
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.ttl-read {
  text-align: center;
  margin: 24px auto;
}

.ttl-read p {
  font-size: 15px;
  line-height: 1.7em;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

.shop-image-detail {
  margin-bottom: 80px;
  display: block;
  box-sizing: border-box;
}

.item-image {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.item-image.reverse {
  flex-direction: row-reverse;
}

.sub-img-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  gap: 24px;
  margin-right: 24px;
}

.sub-img-wrapper .reverse {
  margin-left: 24px;
}

.sub-img-wrapper .img-l {
  width: 50%;
  height: auto;
  align-self: baseline;
}

.sub-img-wrapper .img-r {
  width: 50%;
  height: auto;
  align-self: flex-end;
}

.shop-txt {
  font-size: 15px;
  line-height: 1.7em;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  margin-bottom: 8px;
  position: relative;
  /* width: 1000px; */
  margin: 0 auto;
  background-color: #fdfae9;
  padding: 25px 30px 30px;
}

.shop-txt p {
  width: 600px;
  margin: 0 auto;
}

.shop-txt p.txt-larger {
  font-family: "EB Garamond", serif;
  font-size: 24px;
  margin: 0 auto 8px;
}

.small_read1 {
  line-height: 1.7em;
  text-align: center;
  text-decoration: none;
}

.brand_info p {
  text-align: justify;
  line-height: 1.8;
}

.brand_info {
  color: #3e3e3e;
  font-family: "EB Garamond", serif;
  font-size: 15px;
  text-align: center;
  padding: 40px 0 50px;
  line-height: 1.5em;
  border-top: 1px solid #ccc;
  margin: 0 auto;
}

.brand_info img {
  max-width: 250px;
}

/* 9/25 add */

.item-image video {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.other_item_box {
  display: block;
  overflow: hidden;
  width: 1000px;
  margin: 50px auto;
}

.other_item_box ul {
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
  column-gap: 8px;
}

.other_item_box ul li {
  display: flex;
  overflow: hidden;
  width: 20%;
  margin: 0 0 40px 0;
  position: relative;
}

.other_item_box ul li a {
  display: flex;
  flex-flow: column;
}

.other_item_box ul li a img {
  width: 100%;
  height: auto;
  margin-bottom: 4px;
  aspect-ratio: 5/6;
}

.other_item_box ul li a span {
  font-size: 12px;
  display: block;
  /*height: 40px;*/
}

.icon2 {
  background-color: #212121;
  color: #fff;
  font-size: 10px;
  padding: 6px 10px;
  text-align: center;
  transition: all 0.3s ease 0s;
  border-radius: 4px;
  margin: 10px 0 0;
  margin-top: auto;
  align-self: flex-end;
}

.sub-img-wrapper-look3 {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    gap: 24px;
    justify-content: center;
    margin-top: 120px;
}

.sub-img-wrapper-look3 .img-l {
    width: 60%;
    height: auto;
    align-self: baseline;
}

@media screen and (min-width: 640px) {
  .shop-item a:hover {
    opacity: 0.6;
  }

  .item-image a:hover {
    opacity: 0.6;
  }

  .recommended-information-link:hover {
    opacity: 0.6;
  }

  .item-explanation {
    font-size: 15px;
  }

  .small_read1 {
    line-height: 1.7em;
    position: absolute;
    top: 0%;
    transform: translate(0, -50%);
    text-decoration: none;
  }

  .shop-contents {
    width: 1000px;
    margin: 0 auto;
    position: relative;
  }

  .brand_info p {
    text-align: center;
  }

  .other_item_box ul li a:hover {
    opacity: 0.6;
  }

  .recommended-information .m-btn-active:hover {
    transition: all 0.3s ease 0s;
  }
}

@media screen and (max-width: 640px) {
  .contents-title {
    font-size: 24px;
    line-height: 1.3;
    width: 100%;
    padding: 24px 0;
    margin: 40px auto;
    background-size: contain;
  }

  .number {
    font-size: 37px;
    align-self: center;
    text-align: center;
  }

  .item-list {
    width: auto;
  }

  .item-image {
    margin: 16px 0;
    flex-direction: column;
  }

  .item-image.reverse {
    flex-direction: column;
  }

  .sub-img-wrapper {
    flex-direction: column;
  }

  .sub-img-wrapper .img-l {
    width: 80%;
    margin: 0 0 24px 0;
  }

  .sub-img-wrapper .img-r {
    width: 80%;
  }

  .shop-txt {
    width: 93%;
    padding: 25px 0 30px;
  }

  .shop-txt p {
    width: 80%;
  }

  .other_item_box {
    width: 100%;
  }

  .other_item_box ul li {
    width: 38%;
  }

  .spacer2 {
    width: 60%;
  }

  .item-explanation {
    font-size: 14px;
  }

  .main-ttl {
    width: auto;
    margin: 0 12px;
  }

  .main-ttl img {
    width: 100%;
  }

  .ttl-read {
    width: calc(100% - 24px);
    margin: 40px auto 60px;
  }

  .ttl-read p {
    font-size: 13px;
    text-align: center;
  }

  .shop-image-detail {
    display: block;
  }

  .shop-image-detail {
    margin-bottom: 16px;
  }

  ul.under_link {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    width: auto;
  }
  ul.under_link li {
    float: none;
    margin-bottom: 10px;
    margin-right: 0;
    width: auto;
  }

  .shop-image-detail {
    width: 90%;
    margin: 0 auto 60px;
    display: flex;
    flex-direction: column;
  }

  .brand_info {
    font-size: 14px;
    margin: 0 auto;
    padding-left: 12px;
    padding-right: 12px;
    width: auto;
  }

  .brand_info img {
    width: 100%;
    max-width: 320px;
  }

  .brand_info {
    font-size: 14px;
  }

  .brand_info p {
    text-align: justify;
    line-height: 1.8;
  }

  .brand_info img {
    width: 100%;
    max-width: 160px;
    margin: 10px 0 20px;
  }

  .recommended-information {
    display: block;
    padding-bottom: 24px;
    width: auto;
    margin: 0 12px;
  }

  .recommended-information .recommended-information-list {
    width: 100%;
  }

  .recommended-information li {
    width: 100%;
    margin-bottom: 32px;
  }

  .recommended-information .m-btn-active {
    width: 100%;
  }

  /* 9.25 add */

  .item-image video {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .sub-img-wrapper-look3{
    margin: initial;
  }

  .main_box_banner img {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 15;
    vertical-align: top;
}

}
