@media (max-width: 641px) {
    /*****************************
     * ロゴ
     * *****************************/
    .series-logo {
        left: 6.55%;
        top: 19px;
        width: 93px;
    }

    .swipebox_logo {
        background-size: 302px auto;
        height: 109px;
        width: 254px;
    }

    .swipebox_menu {
        background-size: 147px auto;
        height: 81px;
        width: 90px;
    }
    .start-view {
        position: relative;
        overflow: hidden;
    }
    .start-view .start-title {
        padding-top: 19vh;
        padding-bottom: 10px;
    }
    .start-view .start-title img {
        width: 100%;
    }
    .start-view .start-btn {
        display: block;
        width: 60%;
        margin: 0 auto 6.25vh auto;
    }
    .start-view .start-btn img {
        width: 100%;
    }
    .start-view .img01 {
        width: 110%;
        top: 52%;
    }
    .start-view .start-items {
    }
    .start-view .start-items .img02 {
        width: 86.6%;
    }

    /*
     * 設問ページ
     */
    .question .cover .inner {
        margin-top: 91px;
        height: 416px;
    }
    .question .cover .title {
        margin-bottom: 100px;
    }
    .question .cover .flick img {
        width: 207px;
    }
    .question .tinder {
        overflow: initial;
        padding-top: 18vh;
    }
    .question .tinder .tinder--status {
        top: 0;
        margin-top: 30vh;
    }
    .question .tinder .tinder--cards {
        height: 350px;
    }
    .question .tinder .tinder--card {
        height: 285px;
        padding: 25px 0 0;
    }
    .question .tinder .tinder--title {
        font-size: 18px;
        text-align: center;
        height: 90px;
    }
    .question .tinder .tinder--title .tinder--title01,
    .question .tinder .tinder--title .tinder--title02 {
        display: inline-block;
        padding: 2px 6px;
        background: #34cfbd;
    }
    .question .tinder .tinder--title .tinder--title02 {
        margin-top: 8px;
    }
    .question .tinder .tinder--answer {
        display: flex;
        justify-content: space-between;
        padding: 0 8px;
        background-image: url(../images/answer-bg05-sp.png);
        background-position: 50%;
    }
    .question .tinder .tinder--answer--a,
    .question .tinder .tinder--answer--b {
        width: 50%;
        position: relative;
    }
    .question .tinder .tinder--answer--a:before,
    .question .tinder .tinder--answer--b:before {
        content: "";
        width: 25px;
        height: 24px;
        background-size: contain;
        display: block;
        margin: 0 auto 10px auto;
    }
    .question .tinder .tinder--answer--a:before {
        background-image: url(../images/answer-a-sp.png);
    }
    .question .tinder .tinder--answer--b:before {
        background-image: url(../images/answer-b-sp.png);
    }
    .question .tinder .tinder--answer--a span,
    .question .tinder .tinder--answer--b span {
        font-size: 16px;
    }
    .question .tinder .question06 .tinder--answer--a span,
    .question .tinder .question06 .tinder--answer--b span {
        font-size: 15px;
    }
    .question .tinder .tinder--answer--a span {
    }
    .question .tinder .tinder--answer--b span {
    }
    .question .tinder .tinder--swipe {
        margin-top: 20px;
    }
    .question .tinder .tinder--swipe img {
        width: 207px;
    }


    /*
     * 結果ページ
     */
    .answer .section01 {
        position: relative;
        padding: 135px 0 75px 0;
    }

    .answer .section01 .item01 {
        position: relative;
    }
    .answer .section01 .item01 .item01-bg {
        position: absolute;
        top: 0;
        left: 0;
        padding-top: 151.73%;
        width: 100%;
        background-size: contain;
    }
    .answer .section01 .item01 .item01-bg.item1 {
        background-image: url('../images/answer-bg01-sp.jpg');
    }
    .answer .section01 .item01 .item01-bg.item2 {
        background-image: url('../images/answer-bg02-sp.jpg');
    }
    .answer .section01 .item01 .item01-bg.item3 {
        background-image: url('../images/answer-bg03-sp.jpg');
    }
    .answer .section01 .item01 .item01-bg.item4 {
        background-image: url('../images/answer-bg04-sp.jpg');
    }
    .answer .section01 .item01 .item01-swipe {
        position: absolute;
        width: 110%;
        top: 0;
        right: 48%;
        transform: translateX(50%);
    }
    .answer .section01 .item01 .item01-icon {
        position: absolute;
        top: 130px;
        right: 10px;
        width: 101px;
    }
    .answer .section01 .item01 .item-recommend {
        position: relative;
        text-align: center;
        padding-top: 10px;
        margin-bottom: 22px;
    }
    .answer .section01 .item01 .item-name {
        position: relative;
        background: #34cfbd;
        width: 73.6%;
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        margin: 0 auto 20px auto;
    }
    .answer .section01 .item01 .item-image {
        position: relative;
        text-align: center;
        margin-bottom: 40px;
    }
    .answer .section01 .item01 .item-image.item1 img {
        width: 128px;
    }
    .answer .section01 .item01 .item-image.item2 img {
        width: 100px;
    }
    .answer .section01 .item01 .item-image.item3 img {
        width: 100px;
    }
    .answer .section01 .item01 .item-image.item4 img {
        width: 150px;
    }
    .answer .section01 .item01 .item-text {
        position: relative;
        padding: 0 6.4%;
        font-size: 14px;
        line-height: 1.9;
        margin-bottom: 30px;
        z-index: 2;
    }
    .answer .section01 .item01 .item-text .small {
        margin-top: 8px;
        font-size: 10px;
    }
    .answer .section01 .item01 .item-link {
        position: relative;
        z-index: 2;
        text-align: center;
    }
    .answer .section01 .item01 .item-link a {
        font-size: 14px;
        display: inline-block;
        width: 73.6%;
        line-height: 46px;
        text-decoration: none;
        text-align: center;
        background: #5f5f5f;
        color: #fff;
        border-radius: 22px;
    }
    .answer .section01 .swipebox_section01_l {
        position: absolute;
        background-image: url(../images/swipe_imgbk_03.png);
        background-size: contain;
        width: 204px;
        height: 227px;
        bottom: 100px;
        left: -148px;
    }
    .answer .section01 .swipebox_section01_r {
        position: absolute;
        background-image: url(../images/swipe_imgbk_02.png);
        background-size: contain;
        width: 222px;
        height: 133px;
        bottom: -56px;
        right: -148px;
    }
    .answer .section02 {
        position: relative;
    }
    .answer .section02 .item-recommend {
        text-align: center;
        margin-bottom: 30px;
    }
    .answer .section02 .item-recommend img {
        width: 75.46%;
    }
    .answer .section02 .recommend-others {
        display: flex;
        justify-content: space-between;
    }
    .answer .section02 .recommend-others .item02 {
        width: 50%;
        position: relative;
    }
    .answer .section02 .recommend-others .item02 .item02-bg {
        position: absolute;
        background-image: url(../images//swipe_imgbk_01_pc2x.png);
        background-size: contain;
        width: 158px;
        height: 138px;
        right: 50%;
        transform: translateX(50%);
    }
    .answer .section02 .recommend-others .item02 .item-image {
        position: relative;
        text-align: center;
        height: 138px;
        margin-bottom: 26px;
    }
    .answer .section02 .recommend-others .item02 .item-image img {
        width: 68px;
        top: 50%;
        left: 50%;
        position: absolute;
        transform: translate(-50%,-50%);
    }
    .answer .section02 .recommend-others .item02 .item-text {
        position: relative;
        text-align: center;
        margin-bottom: 10px;
    }
    .answer .section02 .recommend-others .item02 .item-name {
        text-align: center;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .answer .section02 .recommend-others .item02 .item-link {
        text-align: center;
    }
    .answer .section02 .recommend-others .item02 .item-link a {
        font-size: 14px;
        display: inline-block;
        line-height: 38px;
        text-decoration: none;
        text-align: center;
        background: #5f5f5f;
        color: #fff;
        width: 80%;
        border-radius: 18px;
    }
    .answer .section02 .recommend-others .item03 {
        width: 50%;
        position: relative;
    }
    .answer .section02 .recommend-others .item03 .item03-bg {
        position: absolute;
        background-image: url(../images//swipe_imgbk_01_pc2x.png);
        background-size: contain;
        width: 158px;
        height: 138px;
        right: 50%;
        transform: translateX(50%);
    }
    .answer .section02 .recommend-others .item03 .item-image {
        position: relative;
        text-align: center;
        height: 138px;
        margin-bottom: 26px;
    }
    .answer .section02 .recommend-others .item03 .item-image img {
        width: 68px;
        top: 50%;
        left: 50%;
        position: absolute;
        transform: translate(-50%,-50%);
    }
    .answer .section02 .recommend-others .item03 .item-text {
        position: relative;
        text-align: center;
        margin-bottom: 10px;
    }
    .answer .section02 .recommend-others .item03 .item-name {
        text-align: center;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .answer .section02 .recommend-others .item03 .item-link {
        text-align: center;
    }
    .answer .section02 .recommend-others .item03 .item-link a {
        font-size: 14px;
        display: inline-block;
        line-height: 38px;
        text-decoration: none;
        text-align: center;
        background: #5f5f5f;
        color: #fff;
        width: 80%;
        border-radius: 18px;
    }
    .answer .section03 {
        padding: 60px 0 85px 0;
    }
    .answer .section03 .swipebox_section03_l {
        position: absolute;
        display: block;
        background-image: url(../images/swipe_imgbk_01_pc2x.png);
        background-size: contain;
        background-repeat: no-repeat;
        height: 157.23px;
        width: 180px;
        bottom: 180px;
        left: -118px;
    }
    .answer .section03 .swipebox_section03_r {
        position: absolute;
        display: block;
        background-image: url(../images/swipe_imgbk_01_pc2x.png);
        background-size: contain;
        background-repeat: no-repeat;
        height: 87.35px;
        width: 100px;
        bottom: 426px;
        right: -65px;
    }
    .answer .section03 .item-recommend {
        text-align: center;
        margin-bottom: 25px;
    }
    .answer .section03 .item-recommend img {
        width: 76%;
    }
    .answer .section03 .share-area ul {
        display: flex;
        justify-content: space-between;
        list-style: none;
        width: 250px;
        margin: 0 auto;
    }
    .answer .section03 .share-area ul li {
        width: 56px;
    }
    .answer .section03 .share-area ul li img {
        width: 100%;
    }
    .answer .section04 .to-question {
        text-align: center;
        margin-bottom: 30px;
    }
    .answer .section04 .to-question a {
        font-size: 14px;
        display: inline-block;
        width: 73.6%;
        line-height: 46px;
        text-decoration: none;
        text-align: center;
        background: #5f5f5f;
        color: #fff;
        border-radius: 22px;
    }
    .answer .section04 .to-cleansing {
        text-align: center;
        padding-bottom: 100px;
    }
    .answer .section04 .to-cleansing a {
        font-size: 14px;
        display: inline-block;
        width: 73.6%;
        line-height: 46px;
        text-decoration: none;
        text-align: center;
        background: #5f5f5f;
        color: #fff;
        border-radius: 22px;
    }

    .main-footer {
        padding: 30px 0 0 0;
    }

    .main-footer .status-box {
        margin-bottom: 30px;
    }
    .main-footer .status-box .status-title {
        font-size: 14px;
        color: #fff;
        text-align: center;
        margin-bottom: 6px;
    }
    .main-footer .first-question {
        text-align: center;
        padding-bottom: 50px;
    }
    .main-footer .first-question a {
        display: inline-block;
        text-decoration: none;
        color: #fff;
        font-size: 12px;
        line-height: 30px;
        padding: 0 30px;
        border: solid 2px #fff;
        border-radius: 25px;
    }

    .swipebox_footer_l {
        height: 157.23px;
        width: 180px;
        top: 440px;
        left: -118px;
    }

    .swipebox_footer_r {
        height: 87.35px;
        width: 100px;
        top: 426px;
        right: -65px;
    }

}

