.dmm__header {
    z-index: 111;
    position: sticky;
}

header {
    position: sticky;
    top: 0;
}

header nav {
    position: sticky;
    top: 0;
}

.sp_header {
    margin-top: -5vw;
}

.pv {
    top: 35%;
    left: auto;
    right: 0.5vw;
}

.top_links {
    position: absolute;
    width: 31.25vw;
    height: 11.35vw;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 6vw);
    background: url(../img/pc/top_links_bg.png) no-repeat;
    background-size: 100%;
    border-radius: .625rem;
    display: flex;
    align-items: flex-start;
    padding: 1vw;
    z-index: 1;
}

@media screen and (max-height: 700px) {
    .top_links {
        transform: translate(-50%, 0rem) scale(0.8);
        transform-origin: bottom;
        bottom: 1.5625rem;
    }
}

.top_links_l {
    padding-top: 2.625rem;
}

.start {
    display: flex;
}

.start button {
    transition: all 0.5s;
}

.start button:hover {
    transform: scale(0.95);
}

.start a {
    display: block;
    width: auto;
    height: 100%;
}

.start img {
    /* display: block; */
    /* width: 100%; */
    /* height: 100%; */
}

.start_sp {
    display: none;
}

.top_links .start_btn1,
.top_links .start_btn2,
.top_links .start_btn_ed,
.top_links .start_btn4 {
    width: auto;
    height: 3.8rem;
    z-index: 100;
    display: flex;
    margin: 0 .5rem 0 0;
    background: none;
    border: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.start button:after {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    /* content: ""; */
    /* background: linear-gradient(120deg, #ffffff00, #ffffff00, hsl(0deg 0% 100% / 30%), #ffffff00, #ffffff00); */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .4) 100%);
    transform: skewX(-25deg);
    transition: all .5s;
    -webkit-animation: sg 1s linear infinite;
    animation: sg 1.5s linear infinite;
    z-index: 100;
}

.start_btn img,
.start_btn2 img,
.start_btn_ed img {
    width: 100%;
    height: 100%;
}

.head_lule_box {
    display: flex;
    padding: 1.125rem 0px 0 0;
    line-height: 2 !important;
    color: #000000 !important;
    text-align: left !important;
    text-decoration: none !important;
    font-size: .65vw !important;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
    width: 22vw;
    gap: 0vw;
}

.lule_box_l {
    padding: 0 0.5vw 0 0;
    display: flex;
    flex-direction: column;
}

.lule_box_r {
    display: flex;
    flex-wrap: wrap;
    width: 12vw;
}

.head_lule_box a {
    color: #ff0133;
    font-weight: 600;
}

.head_lule_box span {
    padding: .3125rem;
    display: flex;
}

.head_lule_box span label {
    display: flex;
    line-height: 0;
    align-items: center;
}

.head_lule_box input {
    vertical-align: middle;
    accent-color: #fe1644;
}

.flout {
    bottom: 7vw;
}

/* foot_link */
#foot_link {
    justify-content: center;
    position: fixed;
    display: flex;
    align-items: center;
    background: #7c1b1b;
    z-index: 100;
    bottom: 0vw;
    width: 100%;
    height: 4vw;
}

.footer_qr {
    width: 10vw;
    position: absolute;
    bottom: 0.3vw;
    left: 2vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    display: none;
}

.footer_qr img {
    width: 100%;
    max-width: 5.5vw;
    border: 0.25vw solid #d282a5;
}

.footer_qr span {
    line-height: 1;
    color: #fff;
    font-size: 0.75vw;
    text-align: center;
}

#foot_link .foot_btn {
    width: 23vw;
    height: 5vw;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#foot_link .foot_btn button {
    transition: all 0.5s;
}

#foot_link .foot_btn button:hover {
    transform: scale(0.95);
}

#foot_link .start_btn1,
#foot_link .start_btn2,
#foot_link .start_btn_ed,
#foot_link .start_btn4 {
    width: auto;
    height: 4rem;
    z-index: 100;
    display: flex;
    background: none;
    border-radius: 0.5vw;
    position: relative;
    overflow: hidden;
}

#foot_link .start_btn4 {
    display:none;
}

.foot_btn button:after {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    /* content: ""; */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .4) 100%);
    transform: skewX(-25deg);
    transition: all .5s;
    -webkit-animation: sg 1s linear infinite;
    animation: sg 1.5s linear infinite;
    z-index: 100;
}

.regist_right {
    width: 20vw;
    height: 4vw;
    display: block;
    background: url(../img/download.png);
    background-size: 70%;
    background-position: left;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 3vw;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    position: relative;
}

.regist_right .arrow_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20%;
}

.regist_right .arrow_wrap .arrow {
    width: 1vw;
    height: 1vw;
    background-color: #ffffff;
    background: url(../img/regist_arrow.png) no-repeat center center;
    background-size: 100%;
    -webkit-mask-size: cover;
    -webkit-animation: move 1.3s infinite;
    animation: move 1.3s infinite;
    margin: 0 3px;
}

@media only screen and (max-width: 768px) {
    .regist_right .arrow_wrap .arrow {
        width: 4%;
        animation: inherit;
    }

    .regist_right .arrow_wrap .arrow:first-child,
    .regist_right .arrow_wrap .arrow:nth-child(2n) {
        display: none;
    }
}

.regist_right .arrow:nth-child(2) {
    animation-delay: 0.15s;
}

.regist_right .arrow:nth-child(3) {
    animation-delay: 0.3s;
}

@keyframes move {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

.rolling {
    background: url(../img/footer_bg.png) center;
    background-size: 100%;
    height: 4vw;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: scroll 60s infinite linear;
    animation: scroll 60s infinite linear;
    z-index: 25;
}

@-webkit-keyframes scroll {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 100vw 0;
    }
}

@keyframes scroll {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 100vw 0;
    }
}

#spec .spec_inner .spec_table td {
  vertical-align: middle;
  padding: 0.5vw 1em;
  background-color: rgb(255 255 255);
  font-weight: 600;
  width: 80%;
  line-height: 1;
}

#spec .spec_voice {
    margin: 2.08vw auto;
}

#news_area #news_wrapper {
  margin: 0 auto;
  display: flex;
  width: 100%;
  max-width: 62.5vw;
  background-size: 100%;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -2.5vw);
}

#news_area #news .tabs>ul>li ul li {
  display: flex !important;
  flex-direction: row;
  border-bottom: .05vw solid #182b42;
  align-items: center;
  padding: .45vw 0;
  color: #333;
}

#spec {
  width: 100%;
  background: url(../img/spec_bg.jpg);
  background-size: 5vw 4.8958vw;
  padding: 3.4375vw 0 7vw;
  scroll-margin-top: 1.6667vw;
  z-index: 6;
  position: sticky;
}

#terms {
  background-color: #000;
  color: #fff;
  padding: 5%;
  margin: 10vh auto;
  width: 100%;
  height: 80vh;
  overflow: auto;
}

#terms p {
  margin-bottom: 1em;
  font-size: 0.85vw;
}

#terms h1 {
  border-bottom: .0521vw solid #fff;
  margin-bottom: 1em;
  font-size: 1.25vw;
}

#term_body h2 {
  margin: 5% 0%;
  padding: .5208vw;
  line-height: 1.6;
  border: .0521vw solid #fff;
  font-size: 1.25vw;
}

@media screen and (max-width: 768px) {
  .lity-container {
    max-width: 90vw !important;
  }
}