/*------------------------------------------------*/
@media all and (min-width: 769px) {
/*------------------------------------------------*/

br.sp {
    display: none;
}
#information,
#card,
#home,
#app{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

.ttl_area {
    background-color: #FFBD2A;
}

.ttl {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.ttl img {
    width: 77px;
    margin: 41px 0 19px;
}
.ttl .onelumine_logo{
    width: 15vw;
    vertical-align: -1px;
    margin: 0px 6px 0 0px;
}

.ttl h2 {
    font-size: 2.2vw;
    letter-spacing: 4px;
    padding-bottom: 41px;
    line-height: 3.5vw;
}

.btn_area {
    display: flex;
    width: 80%;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    margin-bottom: 78px;
}

.btn_area .topbtn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
    margin: 80px 0 43px;
}

.btn_area .topbtn .btn {
    background-color: #004A9F;
    width: 230px;
    height: 187px;
    text-align: center;
    border-radius: 1vw;
}

.btn_area .bottombtn .btn {
    background-color: #FFBD2A;
    width: 412px;
    height: 84px;
    text-align: center;
    border-radius: 1vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn_area .topbtn a {
    margin-right: 21px;
}

.btn_area .topbtn a:last-of-type {
    margin-right: 0;
}

.btn_area .topbtn .btn img {
    width: 61px;
    margin: 22px 0 14px;
}

.btn_area .bottombtn .btn img {
    width: 48.8px;
    margin-left: 19px;
}

.btn_area .btn p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 500;
}

.btn_area .btn span.dli-chevron-down {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 0.6vw;
    height: 0.6vw;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
}

.btn_area .bottombtn .btn span.dli-chevron-down {
    margin-right: 37px;
}

.btn_area a:hover {
    opacity: 0.5;
}

.mvArea{
  width:46.21vw;
  margin: 0 auto 78px auto;
}
.mvArea .mvBox iframe{
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  margin: auto;
}


.content_area {
    width: 80vw;
    margin: 0 auto;
}

.content_area .title {
    padding: 14px 0;
    color: #000;
    background: #F8F8F8;
    border-left: solid 14px #004A9F;
    display: flex;
    align-items: center;
    margin-bottom: 77px;
    letter-spacing: 2px;
}

#app .title {
    border-left: solid 14px #FFBD2A;
}
#pay .step07 {
    margin-top: 7vw;
}


.content_area .title img {
    width: 53px;
    margin: 0 17.5px;
}

.content_area .title h1 {
    font-size: 24px;
    font-weight: 500;
}

.content_area .step_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.content_area p.annotation {
    font-size: 12px;
    height: 77px;
    position: absolute;
    margin-top: 10px;
    width: 23vw;
}

.content_area .step_area {
    width: 90vw;
    min-width: 1000px;
}

.content_area .step_each {
    width: 26vw;
    padding: 0 1.5vw 91px 1.5vw;
}
.content_area .step_each.big {
    width: 53.5vw;

}

.content_area .chart_step {
    height: 49vw;
    max-height: 640px;
    padding: 0.5em 1em;
    border: solid 3px #F1F1F1;
    border-radius: 20px;
    position: relative;
}

.content_area .chart_step .step_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 67px;
}

.content_area .chart_step .step_inner .screen.sp {
    display: none;
}

.content_area .chart_step p.text {
    font-size: min(1.1vw, 16px);
    width: 90%;
    margin: 0 auto;
    font-weight: 500;
    margin-bottom: 21px;
    padding-top: 3vw;
    height: 5vw;
    letter-spacing: 2px;
}

.content_area .chart_step img.stepnumber {
    width: 90px;
    position: absolute;
    top: -22px;
    left: -20px;
}

.content_area .chart_step img.screen {
    width: 53%;
}

.content_area .swiper-btn.sp {
    display: none;
}
.content_area .swiper-dot.sp {
    display: none;
}

.content_area .dli-chevron-right {
    display: inline-block;
    vertical-align: middle;
    color: #004A9F;
    line-height: 1;
    width: 1.5vw;
    height: 1.5vw;
    border: 3px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
    margin-bottom: 91px;
}

/* -----▼サイズ違い▼----- */
#information .step01 img.screen{
    width: 84%;
}

#information .step07 img.screen{
    width: 84%;
}
#card .step04 img.screen {
    width: 63%;
}
#card .step05 img.screen,
#card .step06 img.screen {
    width: 44%;
}
#app .step02 img.screen {
    width: 55%;
}

/*------------------------------------------------*/
} @media all and (min-width: 1700px){
    /*------------------------------------------------*/
.content_area .chart_step{
    height: 38vw;
    max-height: none;
}

/*------------------------------------------------*/
} @media all and (max-width: 768px) {
/*------------------------------------------------*/

br.pc {
    display: none;
}

.prpgram-tag{
    background-color: #ed2736;
    color: #ffffff;
    display: inline-block;
    vertical-align: top;
    font-size: 3.47vw;
    padding: 2.13vw;
    margin: 2.67vw 0 0 0;
}

.ttl_area {
    background-color: #FFBD2A;
}

.ttl {
    width: 95%;
    margin: 0 auto;
    text-align: center;
}

.ttl img {
    width: 3.6rem;
    margin: 2rem 0 1rem;
}
.ttl .onelumine_logo{
    width:34vw;
    vertical-align: -1px;
    margin: 0px 0.3rem 0 0px;
}

.ttl h2 {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    padding-bottom: 2rem;
}

.ttl h2 span {
    font-size: 1.2rem;
    font-weight: 600;
    font-family: "Futura Md BT"
}

.btn_area {
    display: flex;
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    margin-bottom: 3rem;
}

.btn_area .topbtn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
    margin: 3rem 0 1rem;
    flex-direction: column;
}
.btn_area .bottombtn {
    width: 100%;
}
.btn_area .topbtn a{
    margin-bottom: 0.5rem;
}

.btn_area .topbtn .btn {
    background-color: #004A9F;
    width: 100%;
    text-align: center;
    border-radius: 2.8vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn_area .bottombtn .btn {
    background-color: #FFBD2A;
    width: 100%;
    text-align: center;
    border-radius: 2.8vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn_area .topbtn a:last-of-type {
    margin-right: 0;
}

.btn_area .topbtn .btn img {
    width: 2.5rem;
    margin: 0.8rem 1rem;
}

.btn_area .bottombtn .btn img {
    width: 2.5rem;
    margin: 0.8rem 1rem;
}

.btn_area .btn p {
    color: #fff;
    font-size: 1rem;
    letter-spacing: 1px;
    font-weight: 500;
    text-align: left;
    width: 64vw;
}

.btn_area .btn span.dli-chevron-down {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 0.5rem;
    height: 0.5rem;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
    margin-right: 1rem;
}

.btn_area .bottombtn .btn span.dli-chevron-down {

}

.btn_area a:hover {
    opacity: 0.5;
}

#information,
#card,
#home,
#pay,
#app{
    position: relative;
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

.mvArea{
  width: 90%;
  margin: 0 auto 3rem auto;
}
.mvArea .mvBox iframe{
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  margin: auto;
}




.content_area {
    width: 94%;
    margin: 0 auto;
    overflow: hidden;
}

.content_area .title {
    padding: 1rem 0;
    color: #000;
    background: #F8F8F8;
    border-left: solid 0.5rem #004A9F;
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
}

#app .title {
    border-left: solid 0.5rem #FFBD2A;
}
#pay .step07 {
    margin-top: 0 !important;
}

.content_area .title img {
    width: 2.7rem;
    margin: 0 0.9rem;
}

.content_area .title h1 {
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
}

.content_area .step_area {
    width: 95%;
    margin: 0 auto 0 auto;
}

.content_area .step_list {
    white-space: nowrap;
    letter-spacing: 0;
    font-size: 0;
}

.content_area p.annotation {
    font-size: 2.66667vw;
    margin-top: 0.5rem;
}

.content_area .step_each {
    display: inline-block;
    vertical-align: top;
    width: 21rem;
    padding: 0 1rem 1rem 2rem;
    white-space: normal;
    letter-spacing: inherit;
    font-size: inherit;
}

.content_area .chart_step {
    height: 32rem;
    padding: 0.5em 1em;
    border: solid 3px #F1F1F1;
    border-radius: 20px;
    position: relative;
}

.content_area .chart_step img.stepnumber {
    width: 5rem;
    position: absolute;
    top: -2rem;
    left: -1.5rem;
}

.content_area .chart_step img.screen {
    width: 53%;
}

.content_area .chart_step .step_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2rem;
}

.content_area .chart_step .step_inner .screen.pc {
    display: none;
}

.content_area .chart_step p.text {
    font-size: max(0.9rem, 15px);
    width: 90%;
    margin: 0 auto;
    font-weight: 500;
    margin-bottom: 21px;
    padding-top: 1rem;
    height: 5vw;
    letter-spacing: 0.1rem;
}

.content_area .swiper-btn {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
}
.content_area #information .swiper-btn {
    top: 21rem;
}
.content_area #card  .swiper-btn {
    top: 21rem;
}
.content_area #home .swiper-btn {
    top: 21rem;
}
.content_area #pay .swiper-btn {
    top: 21rem;
}
.content_area #app .swiper-btn {
    top: 21rem;
}
.content_area .swiper-btn .swiper-btn-prev {
    position: absolute;
    left: 0;
    top: 5rem;
    color: #004A9F;
    line-height: 1;
    width: 1rem;
    height: 1rem;
    border: 4px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(25%) rotate(-135deg);
}
.content_area .swiper-btn .swiper-btn-prev.swiper-button-disabled {
    display: none;
}
.content_area .swiper-btn .swiper-btn-next {
    position: absolute;
    right: 0;
    top: 5rem;
    color: #004A9F;
    line-height: 1;
    width: 1rem;
    height: 1rem;
    border: 4px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
}
.content_area .swiper-btn .swiper-btn-next.swiper-button-disabled {
    display: none;
}

.content_area .swiper-dot {
    padding: 1rem 0 3rem 0;
    text-align: center;
}
#card .swiper-dot {
    margin-top: 3rem;
}
#home .swiper-dot,
#app .swiper-dot {
    margin-top: 2rem;
}

.content_area .swiper-dot .swiper-pagination-bullet {
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 100%;
    margin: 0 0.7rem 0 0.2rem;
}

.content_area .dli-chevron-right.pc {
    display: none;
}

/* -----▼サイズ違い▼----- */
#information .step07 img.screen {
    width: 65%;
}
#card .step04 img.screen {
    width: 80%;
}
#card .step05 img.screen,
#card .step06 img.screen {
    width: 44%;
}
#app .step02 img.screen {
  width: 55%;
}

/* -----▼調整▼----- */
.content_area .step01 .chart_step .step_inner{
  margin-top: 4rem;
}
.content_area #card .step04 .chart_step .step_inner{
  margin-top: 3rem;
}



/*------------------------------------------------*/
} /* media query */
/*------------------------------------------------*/

