@media (max-width: 641px) {
    /*****************************
     * ヘッダー
     * *****************************/
    .header {
        position: fixed;
        width: 100%;
        z-index: 3;
        height: 60px;
    }

    /*****************************
     * グローバルナビ
     * *****************************/
    .cl-nav {
    }

    /*****************************
     * ロゴ
     * *****************************/
    .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;
        background: #ffebef;
        text-align: center;
    }
    .start-view .start-title {
        padding-top: 9vh;
        padding-bottom: 10px;

    }
    .start-view .start-title img {
        height: 15vh;
    }

    /*トップ画像*/
    .start-view .start-title-img {
        margin: 0 auto;
        width: 70%;
    }
    .start-view .start-title-img img{
        max-width: 100%;
        max-height: 30vh;
    }
    .start-view .start-title-logo {
        margin: 7.2vh 0 22px 0;
    }
    .start-view .start-title-logo img {
        max-height: 12vh;
    }
    .start-view .start-btn {
        display: block;
        width: 60%;
        margin: 0 auto;
    }
    .start-view .start-btn img {
        width: 100%;
    }
    .start-view .img01 {
        width: 110%;
        top: 52%;
    }
    .start-view .start-items .img02 {
        width: 86.6%;
    }

    /*****************************
     * 設問ページ
     * *****************************/
    .question .cover .inner {
        height: 275px;
        width: 300px;
        margin: 0 auto;
        margin-top: 150px;
    }
    .question .cover .title {
        color: #f05f7e;
        font-weight: bold;
        margin-bottom: 50px;
    }
    .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: #f05f7e;
        color: #fff;
    }
    .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/new-design/answer-bg05-sp.png);
        background-position: 50%;
        color: #f05f7e;
        font-weight: bold;
    }
    .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/new-design/button-A.png);
    }
    .question .tinder .tinder--answer--b:before {
        background-image: url(../images/new-design/button-B.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 .question06 .tinder--swipe{
        margin-top: 10px;
    }
    .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 .header {
        background: #ffebef;
    }
    .answer .main {
        background: #ffebef;
    }
    .answer .section01 {
        position: relative;
        padding: 75px 0 0 0;
    }


    /* タイプ説明 */
    .answer .section01 .item01 {
        position: relative;
    }

    .answer .section01 .item01 .item-recommend {
        position: relative;
        text-align: center;
        padding-top: 10px;
        margin-bottom: 22px;
        color: #f05f7e;
        font-weight: bold;
        font-size: 20px;
    }
    .answer .section01 .item01 .item-name {
        position: relative;
        background: #f05f7e;
        width: 73.6%;
        font-weight: bold;
        text-align: center;
        margin: 0 auto 20px auto;
        color: #fff;
        font-size: 34px;
    }
    .answer .section01 .item01 .item-type {
        font-size: 14px;
        width: 91%;
        margin: 0 auto 30px auto;
        line-height: 30px;
        position: relative;
        text-align: left;
        padding-top: 10px;
        color: #f05f7e;
        font-weight: bold;
    }
    .answer .section01 .item01 .item-type .annotation {
        font-size: 10px;
    }
    /* 商品紹介 */
    .answer .section02 {
        position: relative;
    }
    /*タブ切り替え全体のスタイル*/
    .tabs {
        margin-top: 50px;
        width: 91%;
        margin: 0 auto;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    /*タブのスタイル*/
    .tab_item {
        width: calc(100%/2);
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        text-align: center;
        color: #fff;
        display: block;
        float: left;
        font-weight: bold;
        transition: all 0.2s ease;
    }
    #tab_item_left{
        background-image: url('../images/new-design/left-tab-bg.png');
        background-size: 95% 100%;
        width: 50%;
        background-repeat: no-repeat;
        background-position: left;
    }
    #tab_item_right{
        background-image: url('../images/new-design/right-tab-bg.png');
        background-size: 95% 100%;
        width: 50%;
        background-repeat: no-repeat;
        background-position: right;
        box-shadow: 8px 4px 2px -4px rgb(241 196 205);
        border-top-right-radius: 10px;
    }

    /*ラジオボタンを全て消す*/
    input[name="tab_item"] {
        display: none;
    }
    .tab_container {
        clear: both;
        position: relative;
        box-shadow: 2px 2px 2px 2px rgb(241 196 205);
        border-radius: 0px 0px 10px 10px;
        border-bottom-left-radius: 10px;
        background: #fff;
    }
    /* タブの重なり調整 */
    .tab_content:nth-of-type(1) {
        box-shadow: 2px 2px 2px 2px rgb(241 196 205);
        border-top-right-radius: 10px;
        top: -6px;
    }
    .tab_content:nth-of-type(2) {
        box-shadow: 0px 2px 2px 2px rgb(241 196 205);
        top: -6px;
        left: 6px;
    }
    /*タブ切り替えの中身のスタイル*/
    .tab_content {
        background-color: #fff;
        display: none;
        clear: both;
        overflow: hidden;
        width: calc(100% - 6px);
        padding: 30px 0px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        position: relative;
        z-index: 2;
    }
    /*選択されているタブのコンテンツのみを表示*/
    #tab_item01:checked ~ .tab_container #daily_content,
    #tab_item02:checked ~ .tab_container #special_content,
    #design:checked ~ #design_content {
        display: block;
    }
    /*選択されているタブのスタイルを変える*/
    .tabs input:checked + #tab_item_left {
        background-image: url('../images/new-design/tab-left.png');
        background-size: 95% 100%;
        width: 50%;
        background-repeat: no-repeat;
        background-position: left;

    }
    .tabs input:checked + #tab_item_right {
        background-image: url('../images/new-design/tab-right.png');
        background-size: 95% 100%;
        width: 50%;
        background-repeat: no-repeat;
        background-position: right;

    }
    /*タブ内の商品紹介*/
    .answer .section02 .item-recommend {
        display: flex;
        justify-content: space-between;
    }
    .answer .section02 .item-recommend .item-box {
        width: 50%;
        position: relative;
    }
    .answer .section02 .item-recommend .item-box .item-image {
        position: relative;
        text-align: center;
        height: 138px;
        width: 100%;
        margin-bottom: 26px;
    }
    .answer .section02 .item-recommend .item-box .item-image img {
        max-width: 80%;
        max-height: 80%;
        top: 50%;
        left: 50%;
        position: absolute;
        transform: translate(-50%,-50%);
    }

    /*
     * ボックス商品の画像は小さく表示
     */
    .answer .section02 .item-recommend .item-box .item-image.item1-1 img,
    .answer .section02 .item-recommend .item-box .item-image.item2-1 img,
    .answer .section02 .item-recommend .item-box .item-image.item3-1 img,
    .answer .section02 .item-recommend .item-box .item-image.item4-1 img,
    .answer .section02 .item-recommend .item-box .item-image.item4-2 img,
    .answer .section02 .item-recommend .item-box .item-image.item5-1 img,
    .answer .section02 .item-recommend .item-box .item-image.item6-1 img,
    .answer .section02 .item-recommend .item-box .item-image.item7-1 img,
    .answer .section02 .item-recommend .item-box .item-image.item8-2 img,
    .answer .section02 .item-recommend .item-box .item-image.item9-1 img,
    .answer .section02 .item-recommend .item-box .item-image.item10-2 img,
    .answer .section02 .item-recommend .item-box .item-image.item11-1 img,
    .answer .section02 .item-recommend .item-box .item-image.item1-1 img {
        max-width: 70%;
        max-height: 70%;
    }

    .answer .section02 .item-recommend .item-box .item-text {
        font-size: 12.5px;
        font-weight: bold;
        position: relative;
        text-align: center;
        margin-bottom: 10px;
        color: #b8875d;
    }
    .answer .section02 .item-recommend .item-box .item-name {
        text-align: center;
        font-size: 12.5px;
        color: #b8875d;
    }
    .answer .section02 .item-recommend .item-box .item-plice {
        text-align: center;
        font-size: 14px;
        margin-bottom: 10px;
        color: #b8875d;
    }
    /* 「詳しくはこちら」ボタン*/
    .answer .section02 .item-recommend .item-box .item-link {
        text-align: center;
    }
    .answer .section02 .item-recommend .item-box .item-link a {
        font-size: 12px;
        font-weight: bold;
        display: inline-block;
        line-height: 38px;
        text-decoration: none;
        text-align: center;
        background: #b8875d;
        color: #fff;
        width: 82%;
        border-radius: 6px;
    }
    /* 「カートに入れる」ボタン*/
    .answer .section02 .item-recommend .item-box .item-purchase-link {
        text-align: center;
    }
    .answer .section02 .item-recommend .item-box .item-purchase-link a {
        margin-top: 10px;
        font-size: 12px;
        font-weight: bold;
        display: inline-block;
        line-height: 38px;
        text-decoration: none;
        text-align: center;
        background: #fff;
        color: #b8875d;
        width: 82%;
        border-radius: 4px;
        border: solid 1px #b8875d;
    }
    .answer .section02 .item-recommend .item-box .item-purchase-link a:before{
        content:"";
        display:inline-block;
        width:1em;
        height:1em;
        margin-right: 2px;
        background:url(../images/new-design/cart.png) no-repeat;
        background-size:contain;
    }

    /*仕上げ商品紹介*/
    .answer .section02 .non-tabs {
    }
    .answer .section02 .non-tabs .text {
        text-align: center;
        margin: 45px 0 15px 0;
        color: #f05f7e;
        font-weight: bold;
    }
    .answer .section02 .non-tabs .non-tab-content {
        width: 91%;
        margin: 0 auto;
        box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
        background-color: #fff;
        padding: 30px 0;
        display: flex;
        border-radius: 10px;
    }
    .answer .section02 .non-tabs .non-tab-content .item-box {
        width: 50%;
        position: relative;
    }
    .answer .section02 .non-tabs .non-tab-content .item-box .item-image {
        position: relative;
        text-align: center;
        height: 138px;
        margin-bottom: 26px;
        width: 100%;
    }
    .answer .section02 .non-tabs .non-tab-content .item-box .item-image img {
        max-width: 80%;
        max-height: 80%;
        top: 50%;
        left: 50%;
        position: absolute;
        transform: translate(-50%,-50%);
    }

    /*
     * ボックス商品の画像は小さく表示
     */
    .answer .section02 .non-tabs .non-tab-content .item-box .item-image.item1-1 img,
    .answer .section02 .non-tabs .non-tab-content .item-box .item-image.item2-1 img,
    .answer .section02 .non-tabs .non-tab-content .item-box .item-image.item3-1 img,
    .answer .section02 .non-tabs .non-tab-content .item-box .item-image.item4-1 img,
    .answer .section02 .non-tabs .non-tab-content .item-box .item-image.item4-2 img,
    .answer .section02 .non-tabs .non-tab-content .item-box .item-image.item5-1 img,
    .answer .section02 .non-tabs .non-tab-content .item-box .item-image.item6-1 img,
    .answer .section02 .non-tabs .non-tab-content .item-box .item-image.item7-1 img,
    .answer .section02 .non-tabs .non-tab-content .item-box .item-image.item8-2 img,
    .answer .section02 .non-tabs .non-tab-content .item-box .item-image.item10-2 img,
    .answer .section02 .non-tabs .non-tab-content .item-box .item-image.item11-1 img,
    .answer .section02 .non-tabs .non-tab-content .item-box .item-image.item1-1 img,
    .answer .section02 .non-tabs .non-tab-content .item-box .item-image#item08-image img,
    .answer .section02 .non-tabs .non-tab-content .item-box .item-image#item09-image img {
        max-width: 70%;
        max-height: 70%;
    }

    .answer .section02 .non-tabs .non-tab-content .item-box .item-text {
        font-size: 12.5px;
        font-weight: bold;
        position: relative;
        text-align: center;
        margin-bottom: 10px;
        color: #b8875d;
    }
    .answer .section02 .non-tabs .non-tab-content .item-box .item-name {
        text-align: center;
        font-size: 12.5px;
        color: #b8875d;
    }
    .answer .section02 .non-tabs .non-tab-content .item-box .item-plice {
        text-align: center;
        font-size: 14px;
        margin-bottom: 10px;
        color: #b8875d;
    }
    /* 「詳しくはこちら」ボタン*/
    .answer .section02 .non-tabs .non-tab-content .item-box .item-link {
        text-align: center;
    }
    .answer .section02 .non-tabs .non-tab-content .item-box .item-link a {
        font-size: 12px;
        font-weight: bold;
        display: inline-block;
        line-height: 38px;
        text-decoration: none;
        text-align: center;
        background: #b8875d;
        color: #fff;
        width: 82%;
        border-radius: 6px;
    }
    /* 「カートに入れる」ボタン*/
    .answer .section02 .non-tabs .non-tab-content .item-box .item-purchase-link {
        text-align: center;
    }
    .answer .section02 .non-tabs .non-tab-content .item-box .item-purchase-link a {
        margin-top: 10px;
        font-size: 12px;
        font-weight: bold;
        display: inline-block;
        line-height: 38px;
        text-decoration: none;
        text-align: center;
        background: #fff;
        color: #b8875d;
        width: 82%;
        border-radius: 4px;
        border: solid 1px #b8875d;
    }
    .answer .section02 .non-tabs .non-tab-content .item-box .item-purchase-link a:before {
        content:"";
        display:inline-block;
        width:1em;
        height:1em;
        margin-right: 2px;
        background:url(../images/new-design/cart.png) no-repeat;
        background-size:contain;
    }

    /* 診断結果シェア */
    .answer .section03 {
        padding: 60px 0 85px 0;
    }
    .answer .section03 .swipebox_section03_l {
        position: absolute;
        display: block;
        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-size: contain;
        background-repeat: no-repeat;
        height: 87.35px;
        width: 100px;
        bottom: 426px;
        right: -65px;
    }
    .answer .section03 .item-recommend {
        text-align: center;
        margin-bottom: 35px;
    }
    .answer .section03 .recommend-text {
        color: #f05f7e;
        font-weight: bold;
        margin-bottom: 20px;
        font-size: 18.5px;
    }
    .answer .section03 .item-recommend img {
        width: 76%;
    }
    .answer .section03 .share-area {
        width: 64%;
        margin: 0 auto;
    }
    .answer .section03 .share-area ul {
        display: flex;
        justify-content: space-between;
        list-style: none;
    }
    .answer .section03 .share-area ul li {
        width: 26.6%;
    }
    .answer .section03 .share-area ul li a img {
        width: 100%;
    }
    /* SNS */
    .answer .section04 .to-question {
        text-align: center;
        margin-bottom: 30px;
    }
    .answer .section04 .to-question a {
        font-size: 14px;
        display: inline-block;
        width: 64%;
        line-height: 46px;
        text-decoration: none;
        text-align: center;
        background: #5f5f5f;
        color: #fff;
        border-radius: 22px;
    }
    .answer .section04 .to-question a img{
        width: 100%;
    }
    .answer .section04 .to-cleansing {
        text-align: center;
    }
    .answer .section04 .to-cleansing a {
        font-size: 14px;
        display: inline-block;
        width: 64%;
        line-height: 46px;
        text-decoration: none;
        text-align: center;
        background: #5f5f5f;
        color: #fff;
        border-radius: 22px;
    }
    .answer .section04 .to-cleansing a img{
        width: 100%;
    }
    /* フッター */
    .main-footer {
        padding: 30px 0 0 0;
    }

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

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

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

}

