@charset "UTF-8";
html {
  margin: 0;
  padding: 0;
}
body {
  background: #ffffff;
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .05em;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
p {
    margin: 0;
    padding: 0;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}
ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}
/* パンくずメニュー
--------------------------------------------------*/
.pankuzu_menu {
  display: flex;
  font-size: 14px;
  padding: 30px 0;
  margin-left: 25%;
}
.pankuzu_menu li::before {
  content: url(../../images/index/index_black_01.png);
  padding-right: 5px;
}
.pankuzu_menu li a {
  text-decoration: none;
}
.pankuzu_menu li a::after {
  content: "";
  margin-right: 50px;
}
.pankuzu_menu li a:hover {
  text-decoration: underline;
}
/* メインビジュアル
--------------------------------------------------*/
.main_img {
  width: 100%;
  height: 100vh;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.showroom_name {
  white-space: nowrap;
  color: #FFFFFF;
  font-family: 'Frutiger LT W01_65 Bold1475746', sans-serif;
  font-size: 72px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  z-index: 1;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1;
}
.showroom_name span {
  font-size: 40px;
}
.zoom_img {
  opacity: 0;
  width: 100%;
  height: 100%;
  background: url("../../sendai/images/exhibition/exhibition_sendai.jpg") no-repeat center/cover;
  animation: zoom_img 3.5s 1s forwards;
}
@keyframes zoom_img {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* スクロール誘導
--------------------------------------------------*/
.scroll_text {
  color: #fff;
  font-family: 'Frutiger LT W01_65 Bold1475746', sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.scroll_text::after {
  content: '';
  display: block;
  width: 12px;
  height: 7px;
  margin: 7px auto;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20%0A%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%0A%20width%3D%2214.5px%22%20height%3D%229.5px%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20%20stroke%3D%22rgb(255%2C%20255%2C%20255)%22%20stroke-width%3D%221px%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%0A%20d%3D%22M13.021%2C2.000%20L7.000%2C8.021%20L0.979%2C2.000%20%22%2F%3E%0A%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}
/* コンテンツ
--------------------------------------------------*/
.main {
    background-color: #F7F7F7;
    overflow: hidden;
    padding-bottom: 160px;
}
section {
  margin-bottom: 150px;
  text-align: center;
}
.content-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.material_note {
    margin-bottom: 35px;
}
.size_text {
  padding: 170px 0 150px;
  font-size: 60px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
.sofa_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 14px;
}
.sofa_list li {
  background-color: #fff;
  width: 320px;
  border-radius: 20px;
  margin-bottom: 15px;
  margin-right: 15px;
}
.sofa_list li:nth-of-type(3n) {
  margin-right: 0
}
.sofa_list li p {
    margin: 10px 0;
}
.sofa_list li p:nth-of-type(2) {
    margin-top: 0;
}
.sofa_list li .sofa_name {
  font-weight: bold;
  margin: 14px 0 0 0;
  font-family: "Noto Sans JP", sans-serif;
}
.sofa_list li a {
    display: inline-block;
    width: 100px;
    color: #FFFFFF;
    background-color: #333;
    padding: 3px 15px;
    border-radius: 20px;
    margin-bottom: 14px;
}