@charset utf-8;
@use autoprefixer {
    grid: true;
    hasLayout: true;
}
/*-- --------- --*\
    ↓ 共通設定 ↓
\*-- --------- --*/
.none{
    display: none !important;
}
.opa0{
    opacity: 0;
}
body{
    background: #ccc;
}
body.lp{
    background: #fff;
}
#container{
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
    background: #ebebeb;
    height: 100vh;
    position: relative;
    overflow: scroll;
}
#container.pc{
    min-width: 375px;
    max-width: 375px;
    min-height: 667px;
    max-height: 667px;
}
.ie {
    display: none;
}
@media screen\0 {
    .ie {
        display: block;
    }
}
/* ランディングページ */
.sp{
    display: none;
}
.lpsp .sp{
    display: inline-block;
}
.lp_browser{
    position: fixed;
    z-index: 20;
    right: 0;
    background: #999999;
    border-bottom-left-radius: 10px;
}
.lp_browser a{
    display: flex;
    justify-content: space-around;
    color: #fff;
    width: 200px;
    height: 40px;
    padding: 5px;
}
.lp_browser a img{
    height: 30px;
    width: 30px;
    object-fit: contain;
}
.lp__main-top{
    width: 100%;
    height: auto;
    justify-content: center;
    background: #fff;
    background: url(../img/lp_top_back.png) no-repeat center top #fff;
    background-size: 100% calc(220px + 15vh);
    overflow: auto;
}
.lpsp .lp__main-top{
    overflow-y: scroll;
    overflow-x: hidden;
    height: calc(100vh - 55px);
    background: url(../img/lp_top_back.png) no-repeat center top 180px #fff;
    background-size: contain;
}
.lp__main-img{
    display: flex;
    justify-content: space-around;
    width: 100%;
    max-width: 1024px;
    height: calc(100vh - 55px);
    max-height: 600px;
    margin: auto;
    position: relative;
    padding: 10px;
    background: transparent;
}
.lpsp .lp__main-img{
    height: auto;
    display: block;
    /*justify-content: flex-start;
    flex-direction: column;*/
    overflow-x: hidden;
}
.lp__main-img-left{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.lpsp .lp__main-img-left{
    margin-bottom: 40px;
}
.lp__main-img-left h1{
    width: 300px;
    margin-top: 5vh;
}
.lp__main-img-left h1 img{
    object-fit: contain;
    width: 100%;
}
.lpsp .lp__main-img-left h1{
    width: 200px;
    margin-top: 20px;
}
.lp__main-img-left h2{
    align-self: flex-start;
    background: #c9000b;
    color: #fff;
    font-size: 2.4rem;
    padding: 5px 20px;
    padding-left: calc(500px + 40px);
    margin-left: -500px;
    position: relative;
    box-shadow: 5px 7px 10px 0 rgba(0,0,0,.25);
}
.lpsp .lp__main-img-left h2{
    font-size: 2rem;
}
.lp__main-img-left h3{
    align-self: flex-start;
    background: #c9000b;
    color: #fff;
    font-size: 1.6rem;
    padding: 5px 20px;
    padding-left: calc(500px + 40px);
    margin-left: -500px;
    margin-top: 20px;
    margin-bottom: 5px;
    position: relative;
    box-shadow: 5px 7px 10px 0 rgba(0,0,0,.25);
}
.lpsp .lp__main-img-left h3{
    font-size: 1.4rem;
}
.lp__main-img-left p{
    font-size: 3rem;
    text-shadow: 0 0 10px #fff;
    background: rgba(255,255,255,.1);
    font-weight: 900;
    margin-top: 50px;
    position: relative;
}
@media screen\0 {
    .lp__main-img-left p{
        font-size: 3rem;
        font-weight: 900;
        margin-top: 0;
        position: relative;
    }
}
.lpsp .lp__main-img-left p{
    font-size: 2rem;
    text-align: center;
    margin-top: 20px;
    z-index: 5;
    background: rgba(255,255,255,.8);
    padding: 10px;
}
.lp__main-img-left p::before{
    content: "";
    width: 15px;
    min-width: 15px;
    height: 15px;
    min-height: 15px;
    background: #c9000b;
    position: absolute;
    left: -20px;
    top: -50px;
}
.lpsp .lp__main-img-left p::before{
    display: none;
}
.lp__main-img-center{
    min-width: 300px;
    margin: 0 -50px;
    background: url(../img/lp_top_image.png) no-repeat top center;
    background-size: contain;
}
.lpsp .lp__main-img-center{
    display: none;
}
.lp__main-img-right{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}
.lpsp .lp__main-img-right{
    height: auto;
    align-items: center;
    padding-top: 0;
    height: 300px;
    padding-bottom: 70px;
}
.lp__main-img-right::before,
.lp__main-img-right::after{
    content: "";
    background: #c9000b;
    position: absolute;
}
.lp__main-img-right::before{
    width: 25px;
    height: 25px;
    top: calc(120px + 6vh);
}
.lp__main-img-right::after{
    width: 45px;
    height: 45px;
    top: 1vh;
    right: 0;
}
.lpsp .lp__main-img-right::before,
.lpsp .lp__main-img-right::after{
    display: none;
}
.lp__main-img-right p{
    font-size: 2rem;
    font-weight: 600;
}
.rec-1,
.rec-2{
    font-size: 1.8rem;
    font-weight: 800;
    position: relative;
}
.rec-1{
    margin-top: 70px;
    left: 70px;
}
.rec-1::before,
.rec-1::after,
.rec-2::before,
.rec-2::after{
    content: "";
    position: absolute;
    background: #c9000b;
}
.rec-2{
    margin-bottom: 100px;
}
.lpsp .rec-1,
.lpsp .rec-2{
    font-size: 1.4rem;
    text-align: center;
    z-index: 1;
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.lpsp .rec-1{
    padding: 30px 0 0;
    margin-bottom: 0;
}
.lpsp .rec-2{
    padding: 20px 0 30px;
}
.rec-1::before{
    height: 30px;
    width: 30px;
    top: -30px;
    left: -30px;
}
.lpsp .rec-1::before{
    height: 40px;
    width: 40px;
    top: -95px;
    left: -20px;
}
.rec-1::after{
    height: 15px;
    width: 15px;
    bottom: -15px;
    right: -15px;
}
.lpsp .rec-1::after{
    height: 30px;
    width: 30px;
    top: 5px;
    right: -30px;
}
.rec-2::before{
    height: 30px;
    width: 30px;
    bottom: -30px;
    left: -30px;
}
.lpsp .rec-2::before{
    height: 20px;
    width: 20px;
    top: -10px;
    left: -20px;
}
.rec-2::after{
    height: 15px;
    width: 15px;
    top: -15px;
    right: -15px;
}
.lpsp .rec-2::after{
    height: 10px;
    width: 10px;
    top: auto;
    bottom: 15px;
    right: auto;
    left: auto;
}
.lp__store-icon{
    display: flex;
    margin-bottom: 35px;
}
.lp__store-icon a img{
    width: 150px;
    object-fit: contain;
}
.lp__attention{
    width: 370px;
    margin-bottom: 0;
    margin-left: -120px;
}
.lpsp .lp__attention{
    padding: 0 20px;
    min-width: 100vw;
    margin: 0;
    margin-top: 20px;
}
.lp__attention ul{
    width: 100%;
    background: #c9000b;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
}
.lpsp .lp__attention ul{
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.lp__attention ul li{
    font-size: 1.1rem;
    color: #fff;
}
.lpsp .lp__attention ul li{
    font-size: 1rem;
    align-self: flex-start;
}
.lp__bottom-line{
    position: relative;
    z-index: 5;
    width: 100%;
    display: flex;
    justify-content: center;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    overflow: hidden;
}
.lp__bottom-line-inner{
    width: 100%;
    max-width: 1024px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 40px 20px;
}
.lpsp .lp__bottom-line-inner{
    grid-auto-rows: 1fr 1fr;
    grid-template-columns: 1fr;
    padding: 0 20px 20px;
}
.lp__bottom-line-inner div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.lp__bottom-line-inner h4{
    font-size: 4rem;
    color: #c9000b;
    text-align: center;
}
.lpsp .lp__bottom-line-inner h4{
    font-size: 2.4rem;
}
.lp__bottom-line-inner img{
    height: 150px;
    -webkit-border-radius: 75px;
    border-radius: 75px;
    object-fit: contain;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.5);
}
.lpsp .lp__bottom-line-inner img{
    height: 100px;
}
.lp__footer{
    position: relative;
    z-index: 1;
    background: #ccc;
    height: 200px;
    padding: 10px;
}
.lp__footer p{
    text-align: right;
    padding-right: 10px;
}
.lp__footer p small{
    font-size: 1.2rem;
}
.lp__fix-footer{
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 65px;
    max-height: 65px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    overflow: hidden;
}
.lp__fix-footer img{
    width: 150px;
    height: 50px;
    object-fit: contain;
}
.lp__fix-footer-inner{
    width: 100%;
    height: 100%;
    max-width: 1024px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 10px 40px;
}
.lpsp .lp__fix-footer-inner,
.lpsp .lp__fix-footer{
    max-height: 55px;
}
.lpsp .lp__fix-footer-inner{
    padding: 0;
    justify-content: space-around;
}
.lpsp .lp__dl-logo{
    display: none;
}
.lp__fix-footer-inner ul{
    display: flex;
    align-items: center;
}
.lp__fix-footer-inner ul p{
    font-size: 2rem;
    font-weight: 600;
    padding-right: 20px;
}
.lpsp .lp__fix-footer-logo,
.lpsp .lp__fix-footer-inner ul p{
    display: none;
}
