#premiumdrops {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
    sans-serif;
}
#premiumdrops .clearfix::after {
  display: none;
}

.link-btn {
  transition: all 0.3s;
}
.link-btn:hover {
  opacity: 0.6;
}

#premiumdrops-mv {
  height: 480px;

  box-sizing: border-box;
  display: flex;
  justify-content: space-between;

  align-items: center;
  background-color: #43464c;
}
#premiumdrops-mv .mv-img {
  height: 480px;
  width: calc(100% - 580px);
  background-image: url(/ringbell/contents/premiumdrops/images/mv-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#premiumdrops-mv h2 {
  height: 480px;
  width: 580px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding-left: 170px;
}
#premiumdrops-mv h2 span {
  text-align: left;
  font-size: 28px;
  line-height: 1.4em;
  font-weight: bold;
  display: block;
  color: #fff;
}
#premiumdrops-mv h2 img {
  display: block;
  margin-bottom: 50px;
}
.contents-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 60px;
}
.contents-ttl::before,
.contents-ttl::after {
  height: 2px;
  flex-grow: 1;
  background-color: #262626;
  content: "";
  display: block;
}
.contents-ttl span {
  padding: 0 35px;
  display: block;
  font-size: 38px;
  font-weight: bold;
  position: relative;
  z-index: 10;
  text-align: center;
  line-height: 1.2em;
}
.contents-ttl span small {
  display: block;
  font-size: 24px;
  line-height: 1em;
  margin-bottom: 5px;
}
.sub-ttl {
  font-size: 30px;
  font-weight: bold;
  width: 240px;
  margin: 0 auto 70px;
  padding: 20px 0;
  text-align: center;
  border-top: 3px solid #262626;
  border-bottom: 3px solid #262626;
  line-height: 1em;
}
#pd-co01 {
  padding-top: 70px;
}
#pd-co02,
#pd-co04 {
  padding-top: 100px;
}
.pd-intro {
  background-color: #e6e6e6;
  padding: 60px 0;
}
.pd-intro .inner {
  width: 1200px;
  margin: 0 auto;
}
.pd-intro .inner h3 {
  border-bottom: 2px solid #000;
  color: #000;
  font-weight: bold;
  font-size: 30px;
  line-height: 1em;
  padding-bottom: 30px;
  margin-bottom: 40px;
  text-align: center;
}
.pd-intro .inner ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pd-intro .inner ul li {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6em;
  text-align: center;
  height: 110px;
  display: flex;
  align-items: center;
}
.pd-intro .inner ul li:nth-child(2) {
  background-image: url(/ringbell/contents/premiumdrops/images/intro-line.png),
    url(/ringbell/contents/premiumdrops/images/intro-line.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center, right center;
  padding: 0 110px;
}
.pd-osusume {
  background-color: #43464c;
  padding: 75px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0;
}
.pd-osusume .text {
  width: 706px;
  padding-right: 70px;
  padding-left: 145px;
  box-sizing: border-box;
}
.pd-osusume .text h3 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 35px;
}
.pd-osusume .text h3 strong {
  font-size: 38px;
  display: block;
}
.pd-osusume .text p {
  color: #fff;
  font-size: 16px;
  line-height: 1.8em;
}
.osusume-img {
  height: 472px;
  width: calc(100% - 706px);
  background-image: url(/ringbell/contents/premiumdrops/images/osusume-img.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.features-wrapper {
  background: #e6e6e6;
}
.features {
  width: 1200px;
  margin: 0 auto;
}
.features-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.features-list .features-item {
  width: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
.features-list .features-item img {
  margin-bottom: 30px;
}
.features-list .features-item h4 {
  font-size: 22px;
  line-height: 1.4em;
  height: 60px;
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: bold;
  margin-bottom: 18px;
}
.features-list .features-item p {
  font-size: 16px;
  line-height: 1.8em;
}

.coating {
  width: 1200px;
  margin: 0 auto 60px;
}
.netsumura-wrapper {
  background: #e6e6e6;
  padding-bottom: 100px;
}
.netsumura {
  width: 1200px;
  margin: 0 auto;
}
.coating .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.coating .inner .text {
  width: 620px;
}
.coating .inner .text figure {
  text-align: right;
  margin-top: 10px;
}
.coating .inner .text p {
  font-size: 16px;
  line-height: 1.8em;
}
.coating .inner figure p {
  text-align: right;
  font-size: 15px;
  margin-top: 12px;
}
.sub-contents {
  margin-top: 100px;
}
.comparison {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
}
.sub-contents > p {
  font-size: 16px;
  line-height: 1.9em;
  text-align: center;
  margin-top: 90px;
}
.comparison > div {
  width: 522px;
}
.comparison > div div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comparison > div div p {
  font-size: 18px;
  font-weight: bold;
  width: 250px;
}
.comparison > div > p {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5em;
}
.comparison > div figure {
  position: relative;
}
.comparison > div figure img {
  display: block;
  margin: 0 auto;
}
.comparison > div figure::after {
  background-image: url(/ringbell/contents/premiumdrops/images/sankaku.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 42px;
  height: 20px;
  content: "";
  display: block;
  margin: 30px auto 40px;
}
.comparison > div figure p {
  position: absolute;
  right: 10px;
  bottom: 63px;
  line-height: 1em;
  color: #fff;
  font-size: 14px;
}
.comparison-ttl {
  line-height: 55px;
  width: 100%;
  border-radius: 4px;
  color: #fff;
  background-color: #999999;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.item02 .comparison-ttl {
  background-color: #0d0f0e;
}
.item02 .comparison-ttl small {
  font-weight: 500;
  font-size: 14px;
}

.pd-point {
  padding: 100px 0;
}
.pd-point .comparison-ttl {
  background-color: #0d0f0e;
}
.comparison.point > div figure::after {
  display: none;
}
.comparison.point > div figure {
  margin-bottom: 20px;
}
.comparison.point > div p {
  text-align: left;
  padding: 0 40px;
}
.comparison.point > div p small {
  display: block;
  font-size: 14px;
}
#pd-item {
  padding-top: 100px;
}
.pd-item-list {
  width: 1200px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pd-item-list > h3 {
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 60px;
  text-align: center;
}
.pd-item-list .pd-item {
  width: 280px;
  margin-bottom: 70px;
}
.pd-item-list .pd-item .item-image {
  display: block;
  transition: all 0.3s;
  margin-bottom: 25px;
  width: 280px;
  height: 280px;
}
.pd-item-list .pd-item .item-image img {
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pd-item-list .pd-item .item-name {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 15px;
}
.pd-item-list .pd-item .item-price {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 45px;
  line-height: 1em;
}
.pd-item-list .pd-item .item-price small {
  font-size: 15px;
}
.pd-item-list .pd-item a.item-btn {
  display: block;
  transition: all 0.3s;
  background-color: #0d0f0e;
  color: #fff;
  line-height: 70px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  background-image: url(/ringbell/contents/premiumdrops/images/btn-icon.png);
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 12px auto;
  transition: all 0.3s;
}
.pd-item-list .pd-item a:hover {
  opacity: 0.6;
}
.rb-services {
  background: rgba(255, 213, 228, 0.3);
  padding: 50px 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 120px 0;
}
.rb-services > section {
  box-sizing: border-box;
  width: 500px;
  flex-basis: 500px;
  padding: 0 36px 0;
}
.rb-services > section:nth-child(1) {
  border-right: 2px solid #eca4b0;
}
.rb-services > section img {
  display: block;
  margin: 0 auto 30px;
  width: auto;
  height: 220px;
}
.rb-services > section h4 {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 20px;
}
.rb-services > section p {
  font-size: 14px;
  margin-left: 1.5em;
  margin-right: 1.5em;
}
.pd-nav {
  width: 1200px;
  margin: 85px auto 60px;
}
.pd-nav ul {
  display: flex;
  justify-content: center;
}
.pd-nav ul li {
  width: 22%;
  margin: 0 1%;
  height: 80px;
  background-color: #999999;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background-image: url(/ringbell/contents/premiumdrops/images/nav-icon.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 15px auto;
  transition: all 0.3s;
}
.pd-nav ul li a {
  color: #fff;
  display: block;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.pd-nav > a {
  width: 600px;
  line-height: 60px;
  border-radius: 30px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #43464c;
  font-size: 18px;
  display: block;
  margin: 48px auto 0;
  background-image: url(/ringbell/contents/premiumdrops/images/nav-icon-w.png);
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 15px auto;
  transition: all 0.3s;
}
.pd-nav > a:link,
.pd-nav > a:visited {
  color: #fff;
}
.pd-nav > a:hover,
.pd-nav ul li:hover {
  opacity: 0.6;
}

.pc-only {
  display: block !important;
}
.sp-only {
  display: none !important;
}

.movie-area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 100px;
}

.movie-area p {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.8em;
}

@media screen and (max-width: 599px) {
  #premiumdrops div,
  #premiumdrops h1,
  #premiumdrops h2,
  #premiumdrops h3,
  #premiumdrops h4,
  #premiumdrops h5,
  #premiumdrops h6,
  #premiumdrops p,
  #premiumdrops blockquote,
  #premiumdrops pre,
  #premiumdrops address,
  #premiumdrops ul,
  #premiumdrops ol,
  #premiumdrops li,
  #premiumdrops dl,
  #premiumdrops dt,
  #premiumdrops dd,
  #premiumdrops table,
  #premiumdrops th,
  #premiumdrops td,
  #premiumdrops form,
  #premiumdrops fieldset,
  #premiumdrops section,
  #premiumdrops nav,
  #premiumdrops article,
  #premiumdrops aside,
  #premiumdrops hgroup,
  #premiumdrops header,
  #premiumdrops footer,
  #premiumdrops figure,
  #premiumdrops figcaption,
  #premiumdrops summary {
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
      sans-serif;
  }
  .sp-only {
    display: block !important;
  }
  .pc-only {
    display: none !important;
  }
  #premiumdrops-mv {
    height: 115vw;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #43464c;
    flex-direction: column-reverse;
    padding-bottom: 7vw;
  }
  #premiumdrops-mv .mv-img {
    height: 63vw;
    width: 100%;
    background-image: url(/ringbell/contents/premiumdrops/images/mv-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #premiumdrops-mv h2 {
    height: auto;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-left: 0;
  }
  #premiumdrops-mv h2 span {
    text-align: center;
    font-size: 4vw;
    line-height: 1.4em;
    font-weight: bold;
    display: block;
    color: #fff;
  }
  #premiumdrops-mv h2 img {
    display: block;
    margin-bottom: 5vw;
    width: 40vw;
    height: auto;
  }
  .contents-ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 8vw;
  }
  .contents-ttl::before,
  .contents-ttl::after {
    display: none;
  }
  .contents-ttl span {
    padding: 0 3vw 3vw;
    display: block;
    background-color: transparent;
    font-size: 5vw;
    font-weight: bold;
    position: relative;
    z-index: 10;
    text-align: center;
    line-height: 1.2em;
    border-bottom: 2px solid #262626;
    width: 100%;
  }
  .contents-ttl span small {
    display: block;
    font-size: 4vw;
    line-height: 1em;
    margin-bottom: 1vw;
  }
  .sub-ttl {
    font-size: 4vw;
    font-weight: bold;
    width: 45vw;
    margin: 0 auto 10vw;
    padding: 3vw 0;
    text-align: center;
    border-top: 3px solid #262626;
    border-bottom: 3px solid #262626;
    line-height: 1em;
  }
  #pd-co01 {
    padding-top: 10vw;
  }
  #pd-co04 {
    margin-top: 10vw;
    padding-top: 10vw;
  }
  #pd-co02 {
    padding-top: 30vw;
    margin-top: -18vw;
  }
  .pd-intro {
    background-color: #e6e6e6;
    padding: 9vw 6vw;
  }
  .pd-intro .inner {
    width: 100%;
    margin: 0 auto;
  }
  .pd-intro .inner h3 {
    border-bottom: 2px solid #000;
    color: #000;
    font-weight: bold;
    font-size: 5vw;
    line-height: 1.4em;
    padding-bottom: 5vw;
    margin-bottom: 5vw;
    text-align: center;
  }
  .pd-intro .inner ul {
    display: flex;
    justify-content: unset;
    align-items: center;
    flex-direction: column;
  }
  .pd-intro .inner ul li {
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.6em;
    text-align: center;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4vw;
    padding-bottom: 4vw;
    border-bottom: 2px solid #ccc;
    width: 100%;
  }
  .pd-intro .inner ul li:nth-child(2) {
    background-image: none;
    padding: 0 0 4vw;
  }
  .pd-intro .inner ul li:nth-child(3) {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .pd-osusume {
    background-color: #43464c;
    padding: 10vw 6vw;
    display: flex;
    align-items: center;
    justify-content: unset;
    margin-top: 0;
    flex-direction: column;
  }
  .pd-osusume .text {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    box-sizing: border-box;
  }
  .pd-osusume .text h3 {
    font-size: 4vw;
    font-weight: bold;
    color: #fff;
    margin-bottom: 6vw;
    text-align: center;
  }
  .pd-osusume .text h3 strong {
    font-size: 6vw;
    display: block;
  }
  .pd-osusume .text p {
    color: #fff;
    font-size: 3.2vw;
    line-height: 1.8em;
  }
  .osusume-img {
    height: 61vw;
    width: 100%;
    background-image: url(/ringbell/contents/premiumdrops/images/osusume-img.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    margin-top: 8vw;
  }
  .features {
    width: 100%;
    margin: 0 auto;
    padding: 0 6vw;
    box-sizing: border-box;
  }
  .features-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .features-list .features-item {
    width: 47%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 7vw;
    box-sizing: border-box;
  }
  .features-list .features-item img {
    margin-bottom: 3vw;
    width: 15vw;
    height: auto;
  }
  .features-list .features-item h4 {
    font-size: 4vw;
    line-height: 1.4em;
    height: 11vw;
    display: flex;
    align-items: center;
    text-align: center;
    font-weight: bold;
    margin-bottom: 3vw;
  }
  .features-list .features-item p {
    font-size: 3vw;
    line-height: 1.6em;
  }

  .netsumura-wrapper {
    padding-top: 0;
    padding-bottom: 10vw;
  }
  .coating,
  .netsumura {
    width: calc(100% - 10vw);
    margin: 0 auto;
  }
  .coating .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
  }
  .coating .inner .text {
    width: 100%;
  }
  .coating .inner .text figure {
    text-align: center;
    margin-top: 4vw;
  }
  .coating .inner .text p {
    font-size: 3.2vw;
    line-height: 1.8em;
  }
  .coating .inner > figure {
    width: 90%;
    margin: 7vw auto 0;
  }
  .coating .inner > figure img {
    width: 100%;
    height: auto;
  }
  .coating .inner figure p {
    text-align: center;
    font-size: 3vw;
    margin-top: 3vw;
  }
  .sub-contents {
    margin-top: 14vw;
  }
  .comparison {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    padding: 0 8vw;
    box-sizing: border-box;
  }
  .sub-contents > p {
    font-size: 3.3vw;
    line-height: 1.9em;
    text-align: left;
    margin: 12vw 8vw 0;
  }
  .comparison > div {
    width: 100%;
  }
  .comparison > div.item01 {
    margin-bottom: 10vw;
  }
  .comparison > div div {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .comparison > div div img {
    width: 33vw;
    height: auto;
  }
  .comparison > div div p {
    font-size: 3.4vw;
    font-weight: bold;
    width: 34vw;
  }
  .comparison > div div p br {
    display: none;
  }
  .comparison > div > p {
    text-align: center;
    font-weight: bold;
    font-size: 4vw;
    line-height: 1.5em;
  }
  .comparison > div figure {
    position: relative;
  }
  .comparison > div figure img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  .comparison.cooking > div figure img {
    width: 50vw;
  }
  .comparison > div figure::after {
    background-image: url(/ringbell/contents/premiumdrops/images/sankaku.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 7vw;
    height: 4vw;
    content: "";
    display: block;
    margin: 5vw auto 5vw;
  }
  .comparison > div figure p {
    position: absolute;
    right: 1vw;
    bottom: 10.5vw;
    line-height: 1em;
    color: #fff;
    font-size: 2.7vw;
  }
  .comparison-ttl {
    line-height: 11vw;
    width: 100%;
    border-radius: 1vw;
    color: #fff;
    background-color: #999999;
    margin-bottom: 5vw;
    font-size: 3.6vw;
    font-weight: bold;
    text-align: center;
  }
  .item02 .comparison-ttl {
    background-color: #0d0f0e;
  }
  .item02 .comparison-ttl small {
    font-size: 3vw;
  }
  #pd-item {
    padding-top: 30vw;
    margin-top: -10vw;
  }
  .pd-item-list {
    width: 100%;
    margin: 0 auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 5vw;
    box-sizing: border-box;
  }
  .pd-item-list > h3 {
    width: calc(100vw - 10vw);
    font-size: 5vw;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 9vw;
    text-align: center;
  }
  .pd-item-list .pd-item {
    width: calc((100vw - 10vw - 3vw) / 2);
    margin-bottom: 8vw;
  }
  .pd-item-list .pd-item .item-image {
    display: block;
    transition: all 0.3s;
    margin-bottom: 2vw;
    width: 100%;
    height: calc((100vw - 10vw - 3vw) / 2);
  }
  .pd-item-list .pd-item .item-image img {
    border: 1px solid #ccc;
    box-sizing: border-box;
  }
  .pd-item-list .pd-item .item-name {
    font-size: 3.2vw;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 3vw;
  }
  .pd-item-list .pd-item .item-price {
    font-size: 4vw;
    font-weight: bold;
    margin-bottom: 5vw;
    line-height: 1em;
  }
  .pd-item-list .pd-item .item-price small {
    font-size: 2.7vw;
  }
  .pd-item-list .pd-item a.item-btn {
    display: block;
    transition: all 0.3s;
    background-color: #0d0f0e;
    color: #fff;
    line-height: 10vw;
    width: 100%;
    text-align: center;
    font-size: 3.2vw;
    font-weight: bold;
    background-image: url(/ringbell/contents/premiumdrops/images/btn-icon.png);
    background-repeat: no-repeat;
    background-position: right 2vw center;
    background-size: 2vw auto;
    transition: all 0.3s;
  }
  .pd-item-list .pd-item a:hover {
    opacity: 0.6;
  }
  .rb-services {
    background: rgba(255, 213, 228, 0.3);
    padding: 8vw 6vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10vw 0;
    flex-direction: column;
  }
  .rb-services > section {
    box-sizing: border-box;
    width: 100%;
    flex-basis: 100%;
    padding: 0;
  }
  .rb-services > section:nth-child(1) {
    border-right: 0;
    border-bottom: 2px solid #eca4b0;
    padding-bottom: 6vw;
    margin-bottom: 6vw;
  }
  .rb-services > section img {
    display: block;
    margin: 0 auto 5vw;
    width: auto;
    height: 37vw;
  }
  .rb-services > section h4 {
    font-size: 4.5vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 4vw;
  }
  .rb-services > section p {
    font-size: 3.2;
    margin: 0 auto;
  }
  .pd-nav {
    width: 100%;
    margin: 9vw auto 10vw;
  }
  .pd-nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 5vw;
  }
  .pd-nav ul li {
    width: 48%;
    margin: 0 1% 2%;
    height: 14vw;
    background-color: #999999;

    text-align: center;
    color: #fff;
    font-weight: bold;
    background-image: url(/ringbell/contents/premiumdrops/images/nav-icon.png);
    background-repeat: no-repeat;
    background-position: right 3vw center;
    background-size: 3vw auto;
    transition: all 0.3s;
  }
  .pd-nav ul li a {
    color: #fff;
    width: 100%;
    font-size: 3vw;
    line-height: 1.3em;
    height: 14vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pd-nav > a {
    width: calc(100% - 10vw);
    line-height: 9vw;
    border-radius: 4.5vw;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-color: #43464c;
    font-size: 3vw;
    display: block;
    margin: 4vw auto 0;
    background-image: url(/ringbell/contents/premiumdrops/images/nav-icon-w.png);
    background-repeat: no-repeat;
    background-position: right 5vw center;
    background-size: 3vw auto;
    transition: all 0.3s;
  }

  .movie-area {
    margin-top: 14vw;
  }

  .movie-area iframe {
    width: 90vw;
    height: 60vw;
  }

  .movie-area p {
    text-align: left;
    margin-top: 5vw;
    font-size: 3.2vw;
    line-height: 1.8em;
  }

  .pd-point {
    padding: 10vw 5vw;
  }
  .comparison.point > div figure {
    margin-bottom: 5vw;
  }
  .comparison.point > div p {
    text-align: left;
    padding: 0;
  }
  .comparison.point > div p small {
    display: block;
    font-size: 3vw;
  }
  .comparison.point > div p br {
    display: none;
  }
}
