body {
    margin: 0;
    padding: 0;
    /* background-color: #ffafdc; */
    background-color: #333;
    font-family:  "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
}

#lp-wrapper {
    position: relative;
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    padding: 0;
    background: url(../img/bg.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
}

#fv,
#end {
    width: 100%;
    padding-top: 117.1875%;
    position: relative;
}

#end {
    /* background-image: linear-gradient(90deg, rgba(255, 55, 216, 1), rgba(161, 15, 255, 1)); */
    background-color: #333;
}

#circle {
    width: 100%;
    /* padding-top: 130.2083%; */
    padding-top: 120%;
    position: relative;
}

#phone {
    width: 100%;
    padding-top: 176%;
    position: relative;
}

#acrylic {
    margin-top: -100%;
    width: 100%;
    padding-top: 89%;
    position: relative;
}

.img {
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top:0;
    left: 0;
}

#fv-video,
#end-video {
    width: 49.48%;
    height: auto;
    top: 2.78%;
    left: auto;
    right: 1.3%;
}

#fv-btn,
#end-btn,
#acrylic-btn {
    width: 40%;
    height: auto;
}

#fv-btn,
#end-btn {
    top: 76%;
    left: 4.43%;
}

#acrylic-btn {
    top: auto;
    bottom: 1%;
    left: 33%;
}

#fv-icon,
#end-icon,
#acrylic-icon {
    width: 16.67%;
    height: auto;
    top: 55%;
    left: 16.02%;
}

#acrylic-icon {
    top: auto;
    bottom: 8%;
    left: auto;
    right: 6%;
}

#acrylic-icon-in {
    width: 8.3%;
    height: auto;
    top: auto;
    bottom: 1%;
    left: auto;
    right: 10%;
}

#fv-icon,
#end-icon {
    top: 57%;
    left: 16.02%;
}

#cc-now {
    font-family: 'Yusei Magic', sans-serif;
    color: #FFF;
    font-size: 2.2rem;
    text-shadow:
        1px 0 0 #e57de1,
        1px 2px 0 #e57de1,
        0 2px 0 #e57de1,
        -1px 2px 0 #e57de1,
        -1px 0 0 #e57de1,
        -1px -2px 0 #e57de1,
        0 -2px 0 #e57de1,
        1px -2px 0 #e57de1;
    rotate: -5deg;
    white-space: nowrap;
    line-height: 1.2;
    position: absolute;
    top:-15%;
    left:4.43%;
}

#cc-now span {
    font-size: 3.4rem;
}

#circle-title {
    width: 73.9583%;
    height: auto;
    top:20%;
    left: auto;
    right: 1.3%;
}

#circle-text {
    width: 83.8542%;
    height: auto;
    top:42%;
    left: auto;
    right: 1.3%;
}

#circle-bg-wow,
#circle-bg-rotate {
    width: 117.4479%;
    height: auto;
    top:0;
    left: 9.2448%;
}

#circle-bg-rotate {
    animation: rotate-anime 9s 3s linear infinite;
}
@keyframes rotate-anime {
    0%  {transform: rotate(0);}
    100%  {transform: rotate(360deg);}
  }

.display-none {
    display: none;
}

#phone-title {
    width: 94%;
    height: auto;
    top:0;
    left: 3%;
}

#end-title {
    width: 92%;
    height: auto;
    top: 1%;
    left: 1%;
}

footer {
    /* top: -2rem; */
    width: 100%;
    position: relative;
    text-align: center;
    padding: 0 0 2%;
    font-size: 1rem;
    font-weight: 600;
    color: #FFF;
    margin: 0;
    /* background-image: linear-gradient(90deg, rgba(255, 55, 216, 1), rgba(161, 15, 255, 1)); */
    background-color: #333;
}

#video {
    margin: 0.8rem 0 0;
    padding: 0;
    display: flex;
    /* background-image: linear-gradient(90deg, rgba(255, 55, 216, 1), rgba(161, 15, 255, 1)); */
}

#sample-video {
    max-width: 768px;
    width: 100%;
    z-index: 10001;
}

#video-frame {
    z-index: 10002;
    position: absolute;
    width: 100%;
    height: auto;
    vertical-align:top;
    margin:0;
    padding:0;
}

.bright {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    border-radius: 10px;
    box-shadow:
      0 0 10px 10px #fff,
      0 0 35px 20px #f0f,
      0 0 30px 25px #0ff;
  }