* {
  min-height: 0%;
  box-sizing: border-box;
}

body {
  font-family: 'A1 Mincho';
  font-size: 16px;
  color: #0f0500;
  line-height: 1;
  letter-spacing: 0.05em;
  background-color: #0f0500;
}

img {
  vertical-align: bottom;
  width: 100%;
}

a {
  text-decoration: none;
  color: #0f0500;
}

a:hover {
  opacity: .8;
}

.mv {
  position: relative;
  height: 100vh;
}

.mv::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-image: url(/store/yamahon/assets/img/bg-mv.jpg);
  background-size: cover;
}

.mv .mv-txt-1 {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 129.71px;
}

.mv .mv-txt-2 {
  position: absolute;
  top: calc(10% + 330px);
  left: 50%;
  transform: translateX(-50%);
  width: 212.086px;
}

.mv .mv-txt-3 {
  position: absolute;
  bottom: 4.5%;
  left: 50%;
  transform: translateX(-50%);
  width: 136.1587px;
}

.yodo {
  background-color: rgba(15, 5, 0, 0.85);
  padding: 70px 30px;
}

.yodo p {
  display: flex;
  justify-content: center;
  font-size: 18px;
  line-height: 2;
  color: #f5f0e6;
}

.yodoUnder {
  background-color: #f5f0e6;
  padding: 70px 30px;
}

.yodoUnder > div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.yodoUnder > div .left {
  width: 250px;
  margin-right: 30px;
}

.yodoUnder > div .right {
  width: 259.635px;
}

.houhin {
  background-image: url(/store/yamahon/assets/img/bg-houhin.jpg);
  background-position: center;
  background-size: cover;
  height: 400px;
  position: relative;
}

.houhin .houhin-inner {
  display: flex;
  justify-content: space-between;
  max-width: 750px;
  margin: auto;
  padding: 50px 0 0;
  transform: translateX(-66px);
}

.houhin .left {
  width: 293.9922px;
}

.houhin .right {
  width: 50.3956px;
}

.items {
  padding: 70px 30px;
  background-color: #fff;
}

.items .items-header {
  display: flex;
  justify-content: space-between;
  max-width: 780px;
  margin: 0 auto 20px;
}

.items .items-header > div:nth-of-type(1) {
  line-height: 2;
}

.items .items-header > div:nth-of-type(2) {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 340px;
}

.items .items-header > div:nth-of-type(2) a {
  display: block;
  width: 250px;
}

.items .items-header > div:nth-of-type(2) .txt {
  width: 69.6493px;
  margin-left: 15px;
}

.items .items-cnt {
  display: flex;
  flex-wrap: wrap;
  max-width: 780px;
  margin: auto;
}

.items .items-cnt a {
  display: block;
  margin: 50px 60px 0 0;
  text-align: center;
  width: 220px;
}

.items .items-cnt a .pic {
  position: relative;
  margin-bottom: 15px;
}

.items .items-cnt a p:nth-of-type(1) {
  font-size: 18px;
  line-height: 1.56;
}

.items .items-cnt a p:nth-of-type(2) {
  font-size: 15px;
  line-height: 2.13;
}

.items .items-cnt a p:nth-of-type(2) span {
  font-size: 12px;
}

.items .items-cnt a .btn {
  display: block;
  width: 150px;
  margin: 11px auto 0;
}

.items .items-cnt a:nth-of-type(3n) {
  margin-right: 0;
}

.items .items-cnt a.sold .pic::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/store/yamahon/assets/img/sold.png);
  background-size: 100%;
  width: 100%;
  height: 100%;
}

footer {
  padding: 70px 30px 60px;
  background-color: #f5f0e6;
}

footer .sns {
  display: flex;
  justify-content: space-between;
  width: 250px;
  margin: auto;
}

footer .sns a {
  display: block;
  width: 50px;
}

footer .relations {
  display: flex;
  justify-content: space-between;
  width: 260px;
  margin: 45px auto 50px;
}

footer .relations a {
  display: block;
  width: 120px;
}

footer a.home {
  display: block;
  width: 90px;
  margin: auto;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 900px) {
  .houhin .houhin-inner {
    transform: initial;
  }
  .items .items-cnt {
    max-width: 710px;
  }
  .items .items-cnt a {
    margin: 50px 39.5px 0 0;
    width: 210px;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
  .mv {
    height: 130vw;
  }
  .mv::before {
    background-image: url(/store/yamahon/assets/img/bg-mv-sp.jpg);
    background-position: top center;
    height: 130vw;
  }
  .mv .mv-txt-1 {
    width: 24%;
    top: 10%;
  }
  .mv .mv-txt-2 {
    width: 42%;
    top: 56%;
  }
  .mv .mv-txt-3 {
    width: 28%;
  }
  .yodo {
    padding: 35px 5%;
  }
  .yodo p {
    font-size: 14px;
  }
  .yodoUnder {
    padding: 35px 5%;
  }
  .yodoUnder > div {
    flex-direction: column;
    max-width: 187.5px;
    margin: auto;
  }
  .yodoUnder > div .left {
    width: 100%;
    margin: 0;
  }
  .yodoUnder > div .right {
    width: 100%;
    margin-top: 20px;
  }
  .houhin {
    background-image: url(/store/yamahon/assets/img/bg-houhin-sp.jpg);
    height: 73vw;
  }
  .houhin .houhin-inner {
    padding: 5% 8% 5% 5%;
    transform: initial;
  }
  .houhin .left {
    width: 41%;
  }
  .houhin .right {
    width: 12%;
  }
  .items {
    padding: 35px 5%;
  }
  .items .items-header {
    flex-direction: column;
    align-items: center;
  }
  .items .items-header > div:nth-of-type(1) {
    margin-bottom: 25px;
  }
  .items .items-header > div:nth-of-type(2) {
    max-width: 255px;
  }
  .items .items-cnt {
    justify-content: space-between;
  }
  .items .items-cnt a {
    margin: 27.5px 0 0;
    width: 47%;
    max-width: 300px;
  }
  .items .items-cnt a .pic {
    margin-bottom: 10px;
  }
  .items .items-cnt a p:nth-of-type(1) {
    font-size: 13.5px;
  }
  .items .items-cnt a p:nth-of-type(2) {
    font-size: 11.5px;
  }
  .items .items-cnt a p:nth-of-type(2) span {
    font-size: 10px;
  }
  .items .items-cnt a .btn {
    width: 112.5px;
    margin-top: 7px;
  }
  footer {
    padding: 35px 5%;
  }
  footer .sns {
    width: 187.5px;
  }
  footer .sns a {
    width: 37.5px;
  }
  footer .relations {
    width: 195px;
    margin: 35px auto 37.5px;
  }
  footer .relations a {
    width: 90px;
  }
  footer a.home {
    width: 67.5px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

@media (max-width: 400px) {
  .items .items-cnt a p:nth-of-type(2) {
    line-height: 2;
  }
  .items .items-cnt a p:nth-of-type(2) span {
    display: block;
    line-height: 1;
  }
  .items .items-cnt a .btn {
    margin-top: 9px;
  }
}
