body {
  margin: 0;
  padding: 0;
}

#top {
  height: 120vh;
    width: 100%;
  background: url(img/top.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

#top img.pc {
  display: block;
  width: 100%;
  padding-top: 18%;
}
#top img.sp {
  display: none;
}


.header {
  height: 50px;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
  display: flex;
  padding: 10px 150px 0 150px;
  position: fixed;
  top: 0;
  z-index: 1000;
}

.header img {
  height: 40px;
  width: 66px;
  margin-right: 30px;
}

.header a:hover {
  opacity: 0.8;
  transition: all 0.5s;
}

.header p {
  font-size: 20px;
  color: white;
  font-family: RyuminPr5;
  line-height: 50px;
  margin: 0;
}

.container {
  width: 1000px;
  margin: 0 auto;
  display: flex;
}

#result1 {
  height: auto;
  background: #DFC274;
  padding: 0 0 43px 0;
  position: relative;
}

.img-wrapper {
  width: 342px;
  display: flex;
  flex-direction: column;
  margin-right: 50px;
}

.img1 {
  width: 342px;
  position: relative;
  bottom: 80px;
}

.img2 {
  width: 278px;
  margin-left: auto;
}

.text-wrapper h4 {
  font-size: 20px;
  font-family: "小塚ゴシック Pr6N";
  line-height: 1.7;
  margin-top: 40px;
  margin-bottom: 30px;
  line-height: 1.7;
}

.text-wrapper p {
  font-family: "小塚ゴシック Pr6N";
  width: 600px;;
  line-height: 1.7;
}

.red {
  color: red;
}

.blue {
  color: blue;
}

.m-t-s {
  margin-top: 35px;
  margin-bottom: 65px;
}


#result1-img {
  height: 1000px;
  background: url(img/01b.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

#result2 {
  height: auto;
  background: #DFC274;
  padding-bottom: 30px;
  position: relative;
}

.img2-2 {
  width: 270px;
  margin-left: auto;
}

.m-y {
  margin: 35px 0 40px 0;
}

#result2-img {
  height: 1000px;
  background: url(img/03b.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

#result3 {
  height: auto;
  background: #DFC274;
  padding-bottom: 30px;
  position: relative;
}

.img-wrapper-3 {
  width: 440px;
  display: flex;
  flex-direction: column;
}

.img1-3 {

  height: 500px;
  position: relative;
  bottom: 50px;
}

.img2-3 {
  height: 175px;
  margin-left: auto;
}

.container-3 {
  display: flex;
  width: 1000px;
  margin: 0 auto;
}

#result3-img {
  height: 1000px;
  background: url(img/02b.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

footer {
  box-sizing: border-box;
  height: 225px;
  background: black;
  font-family: "小塚ゴシック Pr6N";
  position: relative;
}

.txt-contents {
  box-sizing: border-box;
  height: 172px;
  display: flex;
  justify-content: flex-end;
  margin-right: 255px;
  padding-top: 55px;
}

.txt-contents p {
  color: #DFC274;
  font-size: 20px;
  margin: 0 15px 0 0;
}

.txt-contents a {
  color: #00FFFF;
  margin-top: 5px;
}

#copyright {
  height: 53px;
  width: auto;
  background: black;
  color: white;
  border-top: 1px solid white;
  font-family: "小塚ゴシック Pr6N";
  display: flex;
  justify-content: flex-end;
  padding-right: 125px;
}

#copyright p {
  line-height: 53px;
  margin: 0;
}

.effect {
  height: 100%;
  width: 24px;
  float: right;
  margin: auto 0;
  color: white;
  font-family: "小塚ゴシック Pr6N";
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: center;
}

.effect p {
  margin: 0;
  width: 24px;
  line-height: 24px;
}

.back {
  background: #BF272D;
}

.near {
  background: #F5911E;
  position: absolute;
  top: 0;
  right: 0;
}

.near-last {
  background: #F5911E;
  height: 225px;
  position: absolute;
  top: 0;
  right: 0;
}

.near-last p {
  font-size: 16px;
  color: white;
}

.text-wrapper img {
  display: none;
}
