@media screen and (max-width: 767px) {
  section {
    text-align: justify;
  }
}

i {
  font-style: normal !important;
  position: relative;
}

small {
  font-style: normal !important;
}

#header {
  border: 4px solid #000;
  border-bottom: none;
}

#header .key {
  position: relative;
  overflow: hidden;
  margin-top: 7vw;
}

#header .key i {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  display: block;
  width: 65%;
}

#header .key .key-i {
  width: 150%;
  height: auto;
  max-width: 150%;
  margin-left: -25%;
}

#header .key .title-page {
  font-size: 5vw;
  position: absolute;
  bottom: 5px;
  right: 4%;
  letter-spacing: 0.1em;
  color: #FFF;
  text-shadow: 0 0 5px #000;
}

@media screen and (min-width: 767px) {
  #header {
    border: 7px solid #000;
    border-bottom: none;
    box-sizing: border-box;
  }
  #header .key {
    position: relative;
    overflow: hidden;
    margin-top: 0;
    height: 755px;
  }
  #header .key i {
    position: absolute;
    top: 305px;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    display: block;
    width: auto;
  }
  #header .key .key-i {
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin-left: 0%;
    object-fit: cover;
  }
  #header h1 {
    color: #FFF;
    left: 20px;
    bottom: 15px;
    text-align: left;
  }
  #page-common .right {
    width: 485px;
  }
  #page-common .right dl {
    padding: 13px 0 13px 15px;
  }
  #page-common .right dl dd {
    letter-spacing: 0.05em;
  }
}

#sec1 {
  position: relative;
  padding: 15vw 0 15vw;
  z-index: 2;
  background: url(../img/hinata/sec1_d1.jpg) no-repeat, url(../img/hinata/sec1_d2.jpg) no-repeat bottom right;
  background-size: 25% auto, 12% auto;
}

#sec1 .photo {
  width: 120%;
  margin: 0 -10% -30vw;
}

@media screen and (min-width: 767px) {
  #sec1 {
    position: relative;
    padding: 0;
    z-index: 2;
    background: url(../img/hinata/sec1_d1.jpg) no-repeat top -2px left, url(../img/hinata/sec1_d2.jpg) no-repeat bottom 118px right;
    background-size: auto;
    text-align: center;
  }
  #sec1 .photo {
    width: auto;
    margin: 0 auto -118px;
  }
}

#sec2 {
  position: relative;
  z-index: 1;
  padding: 30vw 5% 20vw;
  background: url(../img/hinata/sec2_d1.jpg) no-repeat top right, url(../img/hinata/sec2_bg.jpg) no-repeat center;
  background-size: 4% auto, cover;
}

#sec2 h2 {
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 6vw;
}

#sec2 ul {
  margin-top: 10vw;
}

#sec2 ul li {
  margin-top: 2vw;
}

@media screen and (min-width: 767px) {
  #sec2 {
    position: relative;
    z-index: 1;
    padding: 190px 20px 150px;
    background: url(../img/hinata/sec2_d1.jpg) no-repeat top right, url(../img/hinata/sec2_bg.jpg) no-repeat center;
    background-size: auto, cover;
  }
  #sec2 .inner {
    box-sizing: border-box;
    max-width: 1200px;
    padding: 0 30px 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
  }
  #sec2 .text {
    width: 52%;
    padding-right: 4%;
    box-sizing: border-box;
  }
  #sec2 .text .txt {
    max-width: 497px;
    letter-spacing: 0.1em;
  }
  #sec2 h2 {
    font-size: 30px;
    line-height: 60px;
    margin-bottom: 30px;
  }
  #sec2 ul {
    max-width: 518px;
    margin-top: 0;
    width: 48%;
  }
  #sec2 ul li {
    margin-top: 2vw;
  }
}

#sec3 {
  position: relative;
  padding: 15vw 5% 18vw;
}

#sec3 .inner {
  position: relative;
  background: url(../img/hinata/sec3_bg.jpg) repeat;
  background-size: 45% auto;
}

#sec3 .inner::before {
  border: 2px solid #FFF;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  content: "";
}

#sec3 .text {
  padding: 40px 7% 1px;
}

#sec3 .text h2 {
  margin-right: 50%;
}

#sec3 .text dl dt {
  margin: 3px 0 15px;
  font-size: 20px;
}

#sec3 .text dl dt span {
  font-size: 15px;
}

#sec3 .text dl dd {
  position: relative;
  margin-bottom: -5vw;
}

@media screen and (min-width: 767px) {
  #sec3 {
    position: relative;
    padding: 100px 20px 125px;
  }
  #sec3 .inner {
    position: relative;
    background: url(../img/hinata/sec3_bg.jpg) repeat;
    background-size: auto;
    max-width: 1200px;
    margin: auto;
    min-height: 660px;
    display: flex;
    align-items: center;
  }
  #sec3 .inner::before {
    border: 4px solid #FFF;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    content: "";
    z-index: 2;
  }
  #sec3 p.photo {
    position: absolute;
    top: 0;
    left: 0;
  }
  #sec3 .text {
    margin-left: 590px;
    padding: 0;
  }
  #sec3 .text h2 {
    margin-right: 0;
  }
  #sec3 .text dl dt {
    margin: 3px 0 36px;
    font-size: 25px;
  }
  #sec3 .text dl dt span {
    font-size: 15px;
  }
  #sec3 .text dl dd {
    position: relative;
    margin-bottom: 0;
    max-width: 497px;
  }
}

#sec4 {
  position: relative;
  padding: 10vw 0 20vw;
  background: url(../img/hinata/sec4_deco.jpg) no-repeat bottom 5vw left;
  background-size: 140px auto;
}

#sec4 .block {
  display: flex;
  flex-wrap: wrap-reverse;
  margin: 0 5% 15vw;
}

#sec4 .block .item {
  margin: 0 5%;
  padding: 25px 5%;
  border-left: 2px solid #ab774c;
}

#sec4 .block .item.l1 {
  border-left: 2px solid #358644;
}

#sec4 .block .item.l2 {
  border-left: 2px solid #b40912;
}

#sec4 .block .item h2 {
  margin: 0 24% 10px 0;
}

#sec4 .block .item .price {
  font-size: 20px;
  letter-spacing: 0.24em;
  margin-left: 5px;
}

#sec4 .block .item .price span {
  font-size: 15px;
}

@media screen and (min-width: 767px) {
  #sec4 {
    position: relative;
    padding: 0 0 110px;
    background: url(../img/hinata/sec4_deco.jpg) no-repeat bottom 150px left;
    background-size: auto;
  }
  #sec4 .inner {
    padding-bottom: 40px;
  }
  #sec4 .block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 60px;
    max-width: 1000px;
    align-items: flex-end;
  }
  #sec4 .block.block1 .item {
    width: 450px;
    margin-left: 50px;
  }
  #sec4 .block.block2 .photo {
    order: 1;
  }
  #sec4 .block.block2 .item {
    order: 2;
    margin-right: 60px;
    width: 440px;
    padding: 0 60px 20px;
  }
  #sec4 .block.block3 .item {
    width: 390px;
    margin-left: 110px;
  }
  #sec4 .block .photo {
    width: 50%;
  }
  #sec4 .block .item {
    width: 50%;
    margin: 0 0 55px;
    padding: 0 30px 20px;
    border-bottom: 3px solid #ab774c;
    box-sizing: border-box;
    border-left: none !important;
  }
  #sec4 .block .item.l1 {
    border-bottom: 3px solid #358644;
  }
  #sec4 .block .item.l2 {
    border-bottom: 3px solid #b40912;
  }
  #sec4 .block .item h2 {
    margin: 0 0 10px 0;
  }
  #sec4 .block .item .price {
    font-size: 25px;
    letter-spacing: 0.24em;
    margin-left: 8px;
  }
  #sec4 .block .item .price span {
    font-size: 15px;
  }
}

@media screen and (min-width: 767px) {
  .pp-box .item {
      width: 480px;
  }
}