.pc{
    display: block;
    margin-bottom: 20px;
    border-bottom: 0px !important;
}

.sp{
    display: none;
}

@media screen and (max-width: 768px) {
    .pc{
        display: none;
    }
    
    .sp{
        display: block;
        margin-bottom: 4% !important;
        border-bottom: 0px !important;
    }
}

body {
    font-size: 16px;
    font-family: "Noto Sans Japanese", “游ゴシック“, “Yu Gothic”, YuGothic, “Hiragino Kaku Gothic ProN”, “Hiragino Kaku Gothic Pro”, “メイリオ“, Meiryo, “ＭＳ ゴシック“, sans-serif;
    line-height: 1.5em;
    letter-spacing: 0.5px;
    min-width: 320px;
    background: #ffffff;
}

.app-info {
    margin-bottom: 0 !important;
}

.bg-mv {
    color: #fff;
    background-color: #bf1a20;
}

.main-container {
    margin-bottom: 50px;
    padding-top: 100px !important;
    background-color: #f4e82b;
}

.mv-contents{
    max-width: 900px;
    width: 100%;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

.mv-content-left{
    text-align: right;
    padding-top: 20px;
}

.mv-content-left img {
    /*width: 353px;*/
    width: 35.62058526740666vw !important;
    max-width: 353px;
}

.mv-content-right{
    width: 40%;
    margin-left: 40px;
    margin-top: 40px;
}

.mn-c:first-child{
    margin-bottom: 50px;
}

.logo-block{
    display: flex;
    align-items: center;
}

.logo-block img{
    width: 58px;
}

.logo-block-txt{
    font-size: 3.0rem;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0 0 0 20px;
}

.txt-block-subtitle{
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 30px;
    margin-bottom: 10px;
}

.txt-block-title{
    font-size: 3.0rem;
    font-weight: bold;
    line-height: 1.5em;
    color: #f4e82b;
}

.titleTxt-small{
    font-size: 2.2rem;
    line-height: 1.5em;
}

.download-block{
    display: flex;
    margin-top: 30px;
}

.download-block .apple{
    width: 144px !important;
}

.download-block .google{
    width: 184px !important;
    margin-left: 20px;
}

.mn-c a:hover,
a:hover .hover {
    opacity: 0.8 !important;
}

.mn-c .title-img:before {
    border-top-color: #c70001 !important;
}

.mn-c-block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 0 0 40px;
}

.mn-c-block .box {
    width: calc(50% - 15px);
    margin-bottom: 20px;
    box-sizing: border-box;
    background-color: #fff;
    padding: 20px;
    position: relative;
}

.box-01 {
    width: 100%;
}

.box-02 {
    width: 100%;
}

.box-03 {
    width: 100%;
}

.mn-c-block .box-01 .ttl::before {
    content: "";
    color: #fff;
    position: absolute;
    display: inline-block;
    background-image: url(../img/icon-01.png);
    width: 100%;
    height: 90px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    vertical-align: middle;
    z-index: 1000;
    margin: 0 auto;
    top: -60px;
    left: 0;
}

.mn-c-block .box-02 .ttl::before {
    content: "";
    color: #fff;
    position: absolute;
    display: inline-block;
    background-image: url(../img/icon-02.png);
    width: 100%;
    height: 90px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    vertical-align: middle;
    z-index: 1000;
    margin: 0 auto;
    top: -60px;
    left: 0;
}

.mn-c-block .box-03 .ttl::before {
    content: "";
    color: #fff;
    position: absolute;
    display: inline-block;
    background-image: url(../img/icon-03.png);
    width: 100%;
    height: 90px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    z-index: 1000;
    margin: 0 auto;
    background-position-x: center;
    left: 0;
    top: -60px;
}

.mn-c-block .box:last-child {
    width: 100%;
    margin: 80px 0;
    box-sizing: border-box;
    background-color: #fff;
    padding: 20px 20px 20px;
}

.mn-c-block .box img {
    width: 100%;
    border-bottom: 1px solid #c70001;
}

.mn-c-block .box p {
}

.mn-c-block .box p span {
    display: block;
    font-size: 13px;
}

.mn-c-block .box .ttl {
    text-align: center;
    color: #333333;
    font-weight: bold;
    font-size: 3.0rem;
    padding-top: 15px;
    line-height: 1.5em;
}

.mn-c-block .box .ttl span {
    color: #bf1a20;
    font-weight: bold;
    font-size: 3.0rem;
    display: contents;
    line-height: 1.5em;
}

.block{
    background-color: #bf1a20;
    text-align: center;
    margin-bottom: 10px;
}

.box-block{
    width: calc(50% - 10px);
    box-sizing: border-box;
    background-color: #bf1a20;
    text-align: center;
    margin-bottom: 10px;
}

.contents{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
}

.blockTitle{
    background-color: #fff;
    padding: 10px 0;
    margin: 20px 20px -10px 20px;
    color: #bf1a20;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1.5em;

}

.blockTxt{
    font-weight: bold;
    font-size: 1.6rem;
    padding-top: 30px;
    margin-bottom: 20px;
    line-height: 1.5em;
    text-align: center;
    color: #fff;
}

.blockComment{
    font-size: 1.2rem;
    line-height: 1.5em;
    color: #fff;
    margin: -10px 0 20px;
}

.blockTxt .txt-important{
    font-weight: bold;
    font-size: 2.2rem !important;
    line-height: 1.5em;
    text-align: center;
    color: #f4e82b;
    display: contents !important;
}

.blockTxt span{
    font-weight: bold;
    font-size: 2.2rem !important;
    line-height: 1.5em;
    text-align: center;
    color: #fff;
    display: contents !important;
}

.arrow{
    max-width: 110px;
    width: 100% !important;
    min-width: 55px;
    margin-bottom: 20px;
}

.coupon{
    width: 325px !important;
    padding-bottom: 30px;
}

.box-comment{
    font-size: 1.2rem !important;
    line-height: 1.5em;
    text-align: left;
    margin: 0;
}

@media screen and (max-width: 991px) {
    .main-container {
        margin-bottom: 50px;
        padding-top: 10.09% !important;
        background-color: #f4e82b;
    }
    
    .mv-contents{
        max-width: 990px !important;
        width: 100%;
        display: flex;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
    }
    
    .mv-content-left {
        text-align: right;
        padding-top: 2.22% !important;
    }

    /*.mv-content-left img {
        width: 39.27%;
    }*/

    .mv-content-right {
        width: 40%;
        margin-left: 4.45%;
        margin-top: 4.45%;
    }

    .logo-block-txt {
        font-size: 3.337041156840934vw !important;
        font-weight: bold;
        margin: 0 0 0 2.22% !important;
    }

    .txt-block-subtitle {
        font-size: 2.4471635150166855vw !important;
        font-weight: bold;
        margin-top: 3.34% !important;
        margin-bottom: 1.01% !important;
    }

    .txt-block-title {
        font-size: 3.337041156840934vw !important;
        font-weight: bold;
        color: #f4e82b;
    }

    .titleTxt-small {
        font-size: 2.4471635150166855vw !important;
        line-height: 1.5em;
    }

    .download-block {
        display: flex;
        margin-top: 3.34% !important;
    }

    .download-block .apple {
        width: 16.017797552836484vw !important;
    }

    .download-block .google {
        width: 20.467185761957733vw !important;
        margin-left: 2.22% !important;
    }

    .mn-c-block .box {
        width: calc(50% - 15px);
        margin-bottom: 4.04% !important;
        box-sizing: border-box;
        background-color: #fff;
        padding: 2.02% !important;
    }

    .mn-c-block .box-01 .ttl::before {
        content: "";
        color: #fff;
        position: absolute;
        display: inline-block;
        background-image: url(../img/icon-01.png);
        width: 100%;
        height: 9.081735620585267vw;
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        z-index: 1000;
        margin: 0 auto;
        background-position-x: center;
        left: 0;
        top: -7.57vw;
    }
    
    .mn-c-block .box-02 .ttl::before {
        content: "";
        color: #fff;
        position: absolute;
        display: inline-block;
        background-image: url(../img/icon-02.png);
        width: 100%;
        height: 9.081735620585267vw;
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        z-index: 1000;
        margin: 0 auto;
        background-position-x: center;
        left: 0;
        top: -7.57vw;
    }
    
    .mn-c-block .box-03 .ttl::before {
        content: "";
        color: #fff;
        position: absolute;
        display: inline-block;
        background-image: url(../img/icon-03.png);
        width: 100%;
        height: 9.081735620585267vw;
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        z-index: 1000;
        margin: 0 auto;
        background-position-x: center;
        left: 0;
        top: -7.57vw;
    }

    .mn-c-block .box {
        width: calc(50% - 15px);
        margin-bottom: 2.02% !important;
        box-sizing: border-box;
        background-color: #fff;
        padding: 2.02% !important;
    }
        
    .mn-c-block .box:last-child {
        width: 100%;
        margin: 10.09% 0;
        box-sizing: border-box;
        background-color: #fff;
        padding: 20px 20px 20px;
    }

    .mn-c-block .box .ttl {
        text-align: center;
        color: #333333;
        font-weight: bold;
        font-size: 3.027245206861756vw !important;
        padding-top: 1.51% !important;
        line-height: 1.5em;
    }

    .mn-c-block .box .ttl span {
        color: #bf1a20;
        font-weight: bold;
        font-size: 3.027245206861756vw !important;
        display: contents;
        line-height: 1.5em;
    }

    .block {
        background-color: #bf1a20;
        text-align: center;
        margin-bottom: 1.01% !important;
    }


    .blockTitle {
        background-color: #fff;
        padding: 1.01% 0 !important;
        margin: 2.02% 2.02% -1.01% 2.02% !important;
        color: #bf1a20;
        font-weight: bold;
        font-size: 2.219979818365288vw !important;
        line-height: 1.5em;
    }

    .blockTxt {
        font-weight: bold;
        font-size: 1.6145307769929365vw !important;
        padding: 3.03% 1.01% !important;
        margin-bottom: 2.02% !important;
        line-height: 1.5em;
        text-align: center;
        color: #fff;
    }

    .blockTxt span {
        font-weight: bold;
        font-size: 2.219979818365288vw !important;
        line-height: 1.5em;
        text-align: center;
        color: #fff;
        display: contents !important;
    }

    .blockTxt .txt-important {
        font-weight: bold;
        font-size: 2.219979818365288vw !important;
        line-height: 1.5em;
        text-align: center;
        color: #f4e82b;
        display: contents !important;
    }

    .arrow {
        /*width: 22.92% !important;*/
        margin-bottom: 2.02% !important;
    }

    .coupon {
        width: 67.71% !important;
        padding-bottom: 3.03%;
    }
}

@media screen and (max-width: 798px) {

}

@media screen and (max-width: 768px) {
    .main-container {
        margin-bottom: 6.51%;
        padding-top: 14.32% !important;
        background-color: #f4e82b;
    }

    .mv-contents {
        max-width: 768px !important;
        width: 100%;
        display: flex;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
        flex-flow: column-reverse;
    }

    .mv-content-left {
        text-align: right;
        padding-top: 2.22% !important;
    }

    .mv-content-right {
        width: 100%;
        margin-left: 0;
        margin-top: 5.33%;
        text-align: center;
    }

    .logo-block {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .logo-block-txt {
        font-size: 4.533333333333333vw !important;
        font-weight: bold;
        margin: 0 0 0 5.33% !important;
    }

    .txt-block-subtitle {
        font-size: 4.533333333333333vw !important;
        font-weight: bold;
        margin-top: 5.33% !important;
        margin-bottom: 2.67%;
    }

    .txt-block-title {
        font-size: 8vw !important;
        font-weight: bold;
        color: #f4e82b;
    }

    .titleTxt-small {
        font-size: 4.8vw !important;
        line-height: 1.5em;
    }

    .download-block {
        display: flex;
        margin-top: 5.33% !important;
        justify-content: center;
    }

    .download-block .apple {
        width: 26.13333333333333vw !important;
    }

    .download-block .google {
        width: 33.2vw !important;
        margin-left: 2.67% !important;
    }

    .mv-content-left {
        text-align: right;
        padding-top: 5.33% !important;
    }

    .mv-content-left img {
        /* width: 353px; */
        width: 56.8vw !important;
        max-width: 353px;
    }

    .main-container {
        margin-bottom: 6.67%;
        padding-top: 5.33%;
        background-color: #f4e82b;
    }

    .container.padding-xs {
        padding-left: 5.33%;
        padding-right: 5.33%;
    }

    .mn-c-block {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: center;

    }

    .mn-c-block .box {
        width: 100% !important;
        margin-bottom: 17.33% !important;
        box-sizing: border-box;
        background-color: #fff;
        padding: 8% !important;
    }
    
    .mn-c-block .box:last-child {
        width: 100%;
        margin: 0 !important;
        box-sizing: border-box;
        background-color: #fff;
        padding: 8% !important;
    }

    .mn-c-block .box-01 .ttl::before {
        content: "";
        color: #fff;
        position: absolute;
        display: inline-block;
        background-image: url(../img/icon-01.png);
        width: 100%;
        height: 18.229166666666664vw;
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        z-index: 1000;
        margin: 0 auto;
        background-position-x: center;
        left: 0;
        top: -11.07vw;
    }
    
    .mn-c-block .box-02 .ttl::before {
        content: "";
        color: #fff;
        position: absolute;
        display: inline-block;
        background-image: url(../img/icon-02.png);
        width: 100%;
        height: 18.229166666666664vw;
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        z-index: 1000;
        margin: 0 auto;
        background-position-x: center;
        left: 0;
        top: -11.07vw;
    }
    
    .mn-c-block .box-03 .ttl::before {
        content: "";
        color: #fff;
        position: absolute;
        display: inline-block;
        background-image: url(../img/icon-03.png);
        width: 100%;
        height: 18.229166666666664vw;
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        z-index: 1000;
        margin: 0 auto;
        background-position-x: center;
        left: 0;
        top: -11.07vw;
    }

    .mn-c-block .box .ttl {
        text-align: center;
        color: #333333;
        font-weight: bold;
        font-size: 6.510416666666667vw !important;
        padding-top: 1.95% !important;
        line-height: 1.5em;
    }

    .mn-c-block .box .ttl span {
        color: #bf1a20;
        font-weight: bold;
        font-size: 6.510416666666667vw !important;
        display: contents;
        line-height: 1.5em;
    }

    .block {
        background-color: #bf1a20;
        text-align: center;
        margin-bottom: 1.01% !important;
    }

    .blockTitle {
        background-color: #fff;
        padding: 1.01% 0 !important;
        margin: 4% 2.67% 0 !important;
        color: #bf1a20;
        font-weight: bold;
        font-size: 4.533333333333333vw !important;
        line-height: 1.5em;
    }

    .blockTxt {
        font-weight: bold;
        font-size: 2.933333333333333vw !important;
        padding: 4% 1.33% 0 !important;
        margin-bottom: 2% !important;
        line-height: 1.5em;
        text-align: center;
        color: #fff;
    }

    .blockTxt .txt-important {
        font-weight: bold;
        font-size: 4.533333333333333vw !important;
        line-height: 1.5em;
        text-align: center;
        color: #f4e82b;
        display: contents !important;
    }

    .blockTxt span {
        font-weight: bold;
        font-size: 4.533333333333333vw !important;
        line-height: 1.5em;
        text-align: center;
        color: #fff;
        display: contents !important;
    }

    .blockComment {
        font-size: 1.6 vw;
        line-height: 1.5em;
        color: #fff;
        margin: 1.33% 0 2.67%;
    }

    .arrow {
        max-width: 160px !important;
        width: 100%;
        min-width: 80px;
        margin-bottom: 2%;
    }

    .coupon {
        width: 73.33% !important;
        padding-bottom: 4%;
    }

    .contents {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: stretch;
        flex-direction: column;
    }

    .box-block {
        width: 100%;
        box-sizing: border-box;
        background-color: #bf1a20;
        text-align: center;
        margin-bottom: 4%;
    }

}

@media only screen and (max-width: 559px){
    .container.padding-xs, .footer .visible-xs {
        padding-left: 2.68%;
        padding-right: 2.68%;
    }
    .mn-c-block .box {
        width: 100% !important;
        margin-bottom: 17.33% !important;
        box-sizing: border-box;
        background-color: #fff;
        padding: 8% 2.68% !important;
    }
    .mn-c-block .box:last-child {
        width: 100%;
        margin: 0 !important;
        box-sizing: border-box;
        background-color: #fff;
        padding: 8% 2.68% !important;
    }
}

@media screen and (max-width: 428px) {
    .mn-c-block .box {
        width: 100% !important;
        margin-bottom: 17.33% !important;
        box-sizing: border-box;
        background-color: #fff;
        padding: 8% 2.68% !important;
    }
}