@charset "UTF-8";
#no1 #wapper {
  max-width: 100%;
}

.no1_copy {
  padding: 166px 0 16vw;
  background: url(images/copy_bg.png) no-repeat bottom;
  background-size: 100% auto;
  position: relative;
  z-index: 1;
  padding-left: 20px;
  padding-right: 20px;
}
.no1_copy .container {
  max-width: 970px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.no1_copy .container .title {
  font-size: 38px;
  color: #EE0016;
  position: relative;
  font-weight: 700;
  line-height: 1.8;
  background: none;
}
.no1_copy .container .title span {
  position: relative;
  z-index: 1;
  display: block;
}
.no1_copy .container .title::before {
  content: " ";
  width: 483px;
  height: 311px;
  background: url(images/bg.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.no1_copy .container p {
  max-width: 480px;
  font-size: 18px;
  text-align: left;
  font-weight: 700;
  line-height: 1.8;
}

.no1_achievements {
  background: #CC310E;
  margin-top: -12vw;
  position: relative;
  z-index: 0;
  padding-top: 8vw;
  padding-bottom: 95px;
  padding-left: 20px;
  padding-right: 20px;
}
.no1_achievements .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-bottom: 45px;
}
.no1_achievements .title p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}
.no1_achievements .title p::after {
  content: " ";
  display: block;
  width: 30px;
  height: 2px;
  margin: 10px auto;
  background: #ffffff;
}
.no1_achievements .title h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
.no1_achievements .image {
  max-width: 1150px;
  margin: 0 auto 95px;
}

.no1_cta {
  max-width: 1150px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  padding: 0;
}
.no1_cta li {
  list-style: none;
}
.no1_cta li a {
  height: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  gap: 10px;
  color: #ffffff;
  text-decoration: none;
  transition: 0.5s all;
}
.no1_cta li a:hover {
  opacity: 0.75;
}
.no1_cta li a::after {
  content: " ";
  width: 10px;
  height: 16px;
  background: url(images/arrow.svg) no-repeat center;
  background-size: contain;
  display: block;
}
.no1_cta .reservation a {
  background: #00A1E9;
}
.no1_cta .contact a {
  background: #F39801;
}

.no1_points {
  padding-bottom: 80px;
}
.no1_points .title {
  display: flex;
  justify-content: center;
  padding-top: 80px;
  z-index: 1;
  position: relative;
  margin-bottom: 45px;
}
.no1_points .title p {
  font-size: 80px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #EE0016;
  text-align: left;
}
.no1_points .title h2 {
  text-align: left;
  font-weight: 600;
  font-size: 45px;
  margin-left: 85px;
}
.no1_points .title h2 .small {
  font-weight: 600;
  font-size: 38px;
}
.no1_points .title h2 .large {
  font-weight: 600;
  color: #EE0016;
  font-size: 70px;
}
.no1_points .bg {
  position: relative;
  padding: 50px 0;
  padding-left: 20px;
  padding-right: 20px;
}
.no1_points .bg:before {
  content: " ";
  background: #F9F0F1;
  width: 40vw;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
}
.no1_points :nth-child(1 of .bg):before {
  width: 54vw;
}
.no1_points :nth-child(2n of .bg):before {
  right: auto;
  left: 0;
  -webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
}
.no1_points :nth-child(2n of .bg) .item {
  flex-direction: row-reverse;
}
.no1_points .item {
  display: flex;
  max-width: 1150px;
  gap: 123px;
  align-items: center;
  margin: auto;
  z-index: 1;
  position: relative;
}
.no1_points .item_photo {
  width: 550px;
  min-width: 550px;
}
.no1_points .item_body {
  flex-grow: 1;
  text-align: left;
}
.no1_points .item_body .label {
  display: flex;
  gap: 7px;
  align-items: baseline;
}
.no1_points .item_body .label p {
  color: #EE0016;
  font-weight: 600;
  font-family: "Montserrat";
}
.no1_points .item_body .label p:nth-child(1) {
  writing-mode: vertical-rl;
  line-height: 1;
  font-size: 18px;
  border-right: 2px solid #EE0016;
  padding-right: 7px;
}
.no1_points .item_body .label p:nth-child(2) {
  font-size: 100px;
}
.no1_points .item_body h3 {
  font-weight: 600;
  font-size: 38px;
  line-height: 1.5;
}
.no1_points .item_body p {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5;
}

.no1_showroom {
  margin-top: 55px;
  padding-top: 77px;
  padding-bottom: 100px;
  margin-bottom: 85px;
  background: #CC310E;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.no1_showroom .title {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-bottom: 60px;
}
.no1_showroom .title p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}
.no1_showroom .title p::after {
  content: " ";
  display: block;
  width: 30px;
  height: 2px;
  margin: 10px auto;
  background: #ffffff;
}
.no1_showroom .title h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
.no1_showroom .list {
  position: relative;
  z-index: 1;
  max-width: 1150px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px 50px;
}
.no1_showroom .item {
  background: #ffffff;
}
.no1_showroom .item img {
  width: 100%;
  height: auto;
}
.no1_showroom .item a {
  text-decoration: none;
  text-align: left;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: 0.5s all;
}
.no1_showroom .item a:hover {
  opacity: 0.75;
}
.no1_showroom .item h3 {
  font-size: 20px;
  font-weight: 600;
  padding: 5px 10px;
  border-left: 4px solid #F39800;
  margin: 0;
  color: #000000;
  line-height: 1.5;
}
.no1_showroom .item dl {
  display: grid;
  grid-template-columns: auto 1fr;
  margin: 5px 20px;
  gap: 10px;
}
.no1_showroom .item dl dt,
.no1_showroom .item dl dd {
  padding: 6px 0;
  margin: 0;
  color: #000000;
  border-bottom: 1px #F9F0F1 solid;
}
.no1_showroom .item_btn {
  background: #F39800;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: #ffffff;
  height: 37px;
  margin-top: auto;
  gap: 10px;
}
.no1_showroom .item_btn::after {
  content: " ";
  width: 10px;
  height: 16px;
  background: url(images/arrow.svg) no-repeat center;
  background-size: contain;
  display: block;
}

.no1_showroom::before {
  content: " ";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  border: solid 135px transparent;
  border-top: none;
  border-right: solid 50vw #ffffff;
  border-left: solid 50vw #ffffff;
}

.no1_showroom::after {
  content: " ";
  background: url(images/pattern.svg);
  opacity: 0.1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.footer_request {
  display: none;
}

/* タブレットレイアウト : 768 px ～ 959 px*/
@media screen and (max-width: 959px) {
  .no1_mv {
    padding: 0 20px;
  }
  .no1_copy {
    padding: 70px 20px 24vw;
    background: url(images/copy_bg_sp.png) no-repeat bottom;
    background-size: 100% auto;
  }
  .no1_copy .container {
    max-width: 100%;
    margin: 0 auto;
    flex-direction: column;
  }
  .no1_copy .container .title {
    font-size: 26px;
    line-height: 1.5;
    margin-bottom: 70px;
  }
  .no1_copy .container .title::before {
    width: 272px;
    height: 175px;
  }
  .no1_copy .container p {
    max-width: 100%;
    font-size: 15px;
  }
  .no1_achievements {
    margin-top: -18vw;
    position: relative;
    z-index: 0;
    padding-top: 12vw;
    padding-bottom: 45px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .no1_achievements .title {
    margin-bottom: 16px;
  }
  .no1_achievements .title p {
    font-size: 15px;
  }
  .no1_achievements .title h2 {
    font-size: 24px;
  }
  .no1_achievements .image {
    max-width: 100%;
    margin: 0 auto 30px;
  }
  .no1_cta {
    max-width: 100%;
    gap: 20px;
  }
  .no1_points {
    padding-bottom: 40px;
  }
  .no1_points .title {
    padding-top: 40px;
    margin-bottom: 20px;
  }
  .no1_points .title p {
    font-size: 37px;
  }
  .no1_points .title h2 {
    font-size: 21px;
    margin-left: 28px;
  }
  .no1_points .title h2 .small {
    font-size: 17px;
  }
  .no1_points .title h2 .large {
    font-size: 33px;
  }
  .no1_points .bg {
    padding: 25px 20px;
  }
  .no1_points .bg:before {
    width: 72vw;
    -webkit-clip-path: polygon(70% 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(70% 0, 100% 0, 100% 100%, 0% 100%);
  }
  .no1_points :nth-child(1 of .bg):before {
    width: 65vw;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 80% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 80% 100%);
  }
  .no1_points :nth-child(2n of .bg):before {
    right: auto;
    left: 0;
    -webkit-clip-path: polygon(0 0, 30% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 30% 0, 100% 100%, 0% 100%);
  }
  .no1_points :nth-child(2n of .bg) .item {
    flex-direction: column;
  }
  .no1_points .item {
    flex-direction: column;
    max-width: 100%;
    gap: 20px;
  }
  .no1_points .item_photo {
    width: 100%;
    min-width: 100%;
  }
  .no1_points .item_body {
    width: 100%;
  }
  .no1_points .item_body .label p:nth-child(1) {
    font-size: 11px;
  }
  .no1_points .item_body .label p:nth-child(2) {
    font-size: 60px;
  }
  .no1_points .item_body h3 {
    font-size: 24px;
    margin: 0 0 10px;
  }
  .no1_points .item_body p {
    font-size: 13px;
  }
  .no1_points + .no1_cta {
    width: calc(100% - 40px);
    margin: auto;
  }
  .no1_showroom {
    margin-top: 40px;
    padding-top: 45px;
    padding-bottom: 45px;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .no1_showroom .title {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    margin-bottom: 60px;
  }
  .no1_showroom .title p {
    font-size: 15px;
  }
  .no1_showroom .title h2 {
    font-size: 24px;
  }
  .no1_showroom .list {
    max-width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 15px;
  }
  .no1_showroom .item h3 {
    font-size: 12px;
  }
  .no1_showroom .item dl {
    margin: 3px 20px;
  }
  .no1_showroom .item dl dt,
  .no1_showroom .item dl dd {
    font-size: 10px;
    padding: 6px 0;
  }
  .no1_showroom .item_btn {
    font-size: 13px;
    height: 34px;
  }
  .no1_showroom .item_btn::after {
    width: 8px;
    height: 13px;
  }
  .no1_showroom::before {
    border: solid 35px transparent;
    border-top: none;
    border-right: solid 50vw #ffffff;
    border-left: solid 50vw #ffffff;
  }
  .no1_showroom::after {
    background-size: 70px auto;
  }
  .no1_showroom + .no1_cta {
    width: calc(100% - 40px);
    margin: auto;
  }
  footer .foot_CTA {
    z-index: 99;
  }
}