.item img {
  width: 100%;
}

.fluid2 {
  padding: 0;
}

.note-h1 {
  overflow: hidden;
  text-align: center;
  margin: 100px 0 50px 0;
}

.note-h1 span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: center;
}

.note-h1 span::before,
.note-h1 span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #ccc;
}

.note-h1 span::before {
  right: 100%;
}

.note-h1 span::after {
  left: 100%;
}

.note-text {
  margin-bottom: 80px;
}

.note-text p {
  text-align: center;
  font-size: 14px;
  line-height: 1.5em;
}

.note-text h4 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

body, html, main {
  height: 100%;
}

.cd-fixed-bg {
  min-height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}

.cd-fixed-bg.cd-bg-1 {
  background-image: url("../img/top-7.jpg");
}

.cd-fixed-bg.cd-bg-2 {
  background-image: url("../img/top-3.jpg");
}

.movie {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.profile-pic-area {
  padding: 10px;
  width: 45%;
}

.profile-pic-area img {
  width: 50%;
}

.note-buy {
  background-color: #eee;
  position: relative;
  padding: 1em;
}

.note-buy::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  border-width: 0 0 18px 18px;
  border-style: solid;
  border-color: #ccc #fff #fff #ccc;
}
