@charset "UTF-8";
/* ========================================
	watchmaison detail.css
======================================== */
.main {
  background: #f4f4f4;
}
.main .blocks.news {
  max-width: 650px;
  padding: 0;
  margin: 0 auto;
}
.main .blocks.news:not(.newArrival) .inner {
  max-width: 100%;
  width: auto;
  padding-top: 10px;
  margin-top: -10px;
}
.main .blocks.news:nth-of-type(2) .inner {
  padding-top: 200px;
  margin-top: -200px;
}
.main .blocks.news + .blocks.news .detail_wrap {
  padding-top: 100px;
  margin-top: 68px;
  border-top: 1px solid #595757;
  max-width: 100%;
}
.main .blocks.news.newArrival {
  padding-top: 16.4rem;
  padding-bottom: 9.8rem;
  border: none !important;
  max-width: 100%;
}
/* detail_wrap  */
.news .detail_wrap {
  margin: auto;
  max-width: 650px;
}
.news .detail_wrap h2 {
  margin-bottom: 32px;
  padding: 12px 20px;
  background: #302425;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 0.09em;
}
.news .detail_wrap .contents {
  color: #333;
}
.news .detail_wrap .contents > .pic {
  margin-bottom: 35px;
}
.news .detail_wrap .contents > .txt {
  margin: 32px 0;
  font-size: 1.65rem;
  letter-spacing: 0.09em;
}
.news .detail_wrap .contents > .txt small {
  font-size: 1.2rem;
  line-height: 2;
}
.news .detail_wrap .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 2.6rem 0 0;
}
.news .detail_wrap .grid > div {
  width: 49%;
}
.news .detail_wrap .grid .txt p {
  font-size: 1.65rem;
  line-height: 3.4em;
  letter-spacing: 0.02em;
  font-family: "ヒラギノ角ゴシック", "Noto Sans CJK JP", sans-serif;
}
.news .detail_wrap .small {
  font-size: 1.2rem;
  padding: 35px 0 56px;
  margin-top: 96px;
  border-top: 1px solid #595757;
}
.main .blocks .blocksBtn {
  margin-top: 5rem;
}
.main .blocks .blocksBtn a {
  letter-spacing: 0;
}
.main .blocks .blocksBtn > a::after {
  left: 48px;
  transform: rotate(-135deg);
}
/* newsList */
.new{
  color: red;
}
.news h3 {
  margin-bottom: 31px;
  padding-bottom: 12px;
  padding-left: 5px;
  border-bottom: solid 1px #595757;
  font-size: 16px;
  font-weight: bold;
}
.news .newsList {
  display: flex;
  flex-wrap: wrap;
}
.news .newsList > li {
  flex: 0 0 24%;
  margin: .5%;
  padding: 0.75rem;
  background-color: #fff;
  font-weight: normal;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.news .newsList > li .pic {
  max-width: 225px;
  width: 17.308vw;
  border: 1px solid #efefef;
  border-radius: 3px;
  overflow: hidden;
}
.news .newsList > li .pic > img {
  max-width: 225px;
  width: 17.308vw;
}
.news .newsList > li dl {
  padding: 0.5rem;
  line-height: 1.5;
}
.news .newsList > li dl dt {
  margin-bottom: 5px;
  min-height: 3em;
}
.news .newsList > li dl dd {
  font-size: 1.5rem;
  line-height: 1.6;
}
#item02 .pic {
  margin: 42px 0 0;
}
#item02 .pic + .txt {
  margin-top: 16px;
}
@media (max-width: 750px) {
  .main .news {
    padding-top: 0;
  }
  .main .blocks.news {
    max-width: 71rem;
  }
  .main .blocks.news:not(.newArrival) .inner {
    padding-top: 5rem;
    margin-top: -5rem;
  }
  .main .blocks.news:nth-of-type(2) .inner {
    padding-top: 20rem;
    margin-top: -20rem;
  }
  .main .blocks.news + .blocks.news .detail_wrap {
    margin-top: 4.5rem;

    padding-top: 9.5rem;
  }
  .main .blocks.news.newArrival {
    padding-top: 11.7rem;
    padding-bottom: 5.2rem;
  }

  /* detail_wrap */
  .news .detail_wrap {
    font-size: 3rem;
    max-width: 100%;
  }
  .news .detail_wrap h2 {
    margin-bottom: 4rem;
    padding: 1.6rem 2rem;
    font-size: 4vw;
  }
  .news .detail_wrap .contents > .txt {
    font-size: 2.8rem;
    line-height: 1.8;
    margin: 4rem 0 5rem;
  }
  .news .detail_wrap .contents > .txt small {
    font-size: 2.2rem;
  }
  .news .detail_wrap .contents > .pic {
    margin-bottom: 2rem;
  }

  .news .detail_wrap .contents > .pic img {
    width: 100%;
  }
  .news .detail_wrap .grid {
    display: block;
  }
  .news .detail_wrap .grid > div {
    width: auto;
  }
  .news .detail_wrap .grid > div + div {
    margin-top: 7rem;
  }
  .news .detail_wrap .grid .pic img {
    width: 100%;
  }
  .news .detail_wrap .grid .txt p {
    font-size: 2.8rem;
    line-height: 2.9em;
    letter-spacing: 0.03em;
  }
  .news .detail_wrap .small {
    margin-top: 8.5rem;
    font-size: 2.2rem;
    padding: 3.2rem 0 2.9rem;
    line-height: 2.1em;
  }
  .main .blocks .blocksBtn {
    margin-top: 7rem;
  }
  .main .blocks .blocksBtn > a::after {
    left: 7.8rem;
  }
  #item02 .pic {
    margin: 2rem 0 0;
  }
  #item02 .pic + .txt {
    margin-top: 3rem;
  }
  /* news */
  .news h3 {
    margin-bottom: 3.333vw;
    padding-bottom: 1rem;
    padding-left: 0rem;
    font-size: 2.8rem;
    letter-spacing: 0.12em;
  }
  .news .newsList{
    justify-content: flex-start;
  }
  .news .newsList > li {
    flex: 0 0 48%;
    margin: 1%;
    padding: 1.2rem;
    border-radius: 0.667vw;
    max-width: 350px;
  }
  .news .newsList > li .pic {
    border-radius: 0.533vw;
  }
  .news .newsList > li .pic,
  .news .newsList > li .pic img {
    max-width: 325px;
    width: 100%;
  }
  .news .newsList > li dl {
    padding: 1.3rem 1rem 0.9rem;
    width: 100%;
  }
  .news .newsList > li dl dt {
    margin-bottom: 0.5rem;
    font-size: 2.3rem;
    min-height: 0;
  }
  .news .newsList > li dl dd {
    font-size: 2.2rem;
  }
}
