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

    /*****************************
     * ロゴ
     * *****************************/
    .series-logo {
        left: 6.3%;
        top: 24px;
        width: 125px;
    }

    .swipebox_logo {
        background-size: contain;
        height: 604px;
        width: 566px;
        top: -432px;
        left: -100px;
    }

    .swipebox_menu {
        background-size: 262px auto;
        height: 128px;
        width: 163px;
        background-position: 0 -100px;
    }

    .start-view {
        position: relative;
        overflow-x: hidden;
        text-align: center;
        height: 100vh;
    }
    .start-view .start-title {
        text-align: center;
        padding-top: 9vh;
        padding-bottom: 0;
    }
    .start-view .start-title img {
        max-width: 80%;
        max-height: 20vh;
    }
    /*トップ画像*/
    .start-view .start-tit#tab_item_leftle-img {
        margin: 0 auto;
        width: 70%;
    }
    .start-view .start-title-img img{
        max-width: 100%;
        max-height: 30vh;
    }
    .start-view .start-title-logo img{
        max-height: 12vh;
    }
    .start-view .start-btn {
        display: block;
        width: 300px;
        margin: 20px auto 3.5vh auto;
    }
    .start-view .start-btn img {
        width: 100%;
        margin-bottom: 20px;
    }
    /*
     * 設問ページ
     */
    .question .cover .inner {
        height: 480px;
        margin: 0 auto;
        margin-top: 157px;
        width: 620px;
    }
    .question .cover .title {
        padding: 150px 0 80px 0;
        font-size: 42px;
        color: #f05f7e;
        font-weight: bold;
    }
    .question .cover .flick img {
        width: 350px;
    }
    .question .tinder {
        overflow: initial;
        padding-top: 15vh;
    }
    .question .tinder .tinder--status {
        top: 0;
        margin-top: 40vh;
    }
    .question .tinder .tinder--cards {
        height: 530px;
    }
    .question .tinder .tinder--card {
        height: 490px;
        padding: 38px 0 0;
    }
    .question .tinder .tinder--title {
        font-size: 28px;
        text-align: center;
        height: 120px;
    }
    .question .tinder .tinder--title .tinder--title01,
    .question .tinder .tinder--title .tinder--title02 {
        display: inline-block;
        padding: 2px 18px;
        background: #f05f7e;
        color: #fff;
    }
    .question .tinder .tinder--title .tinder--title02 {
        margin-top: 10px;
    }
    .question .tinder .tinder--answer {
        display: flex;
        justify-content: space-between;
        background-image: url(../images/new-design/answer-bg05-tb.png);
        background-position-x: 50%;
        background-position-y: center;
    }
    .question .tinder .tinder--answer--a,
    .question .tinder .tinder--answer--b {
        width: 50%;
        position: relative;
        color: #f05f7e;
        font-weight: bold;
    }
    .question .tinder .tinder--answer--a:before,
    .question .tinder .tinder--answer--b:before {
        content: "";
        width: 50px;
        height: 48px;
        background-size: contain;
        display: block;
        margin: 0 auto 18px 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: 24px;
    }
    .question .tinder .tinder--answer--a span {
    }
    .question .tinder .tinder--answer--b span {
    }
    .question .tinder .tinder--swipe {
        margin-top: 50px;
    }
    .question .tinder .tinder--swipe img {
        width: 380px;
    }


    /*
     * 結果ページ
     */
    .answer .header {
    }
    .answer .main {
        background: #ffebef;
    }
    .answer .section01 {
        position: relative;
        padding: 110px 0 30px 0;
    }

    .answer .section01 .item01 {
        position: relative;
    }
    .answer .section01 .item01 .item01-bg {
        position: absolute;
        top: 0;
        left: 0;
        padding-top: 112.1%;
        width: 100%;
        background-size: contain;
    }
    .answer .section01 .item01 .item01-bg.item1 {
        background-image: url('../images/answer-bg01-tb.png');
    }
    .answer .section01 .item01 .item01-bg.item2 {
        background-image: url('../images/answer-bg02-tb.png');
    }
    .answer .section01 .item01 .item01-bg.item3 {
        background-image: url('../images/answer-bg03-tb.png');
    }
    .answer .section01 .item01 .item01-bg.item4 {
        background-image: url('../images/answer-bg04-tb.png');
    }
    .answer .section01 .item01 .item01-swipe {
        position: absolute;
        width: 98%;
        top: 0;
        right: 50%;
        transform: translateX(50%);
    }
    .answer .section01 .item01 .item01-icon {
        position: absolute;
        top: 200px;
        right: 10px;
        width: 202px;
    }
    .answer .section01 .item01 .item-recommend {
        position: relative;
        text-align: center;
        font-size: 32px;
        padding-top: 10px;
        margin-bottom: 30px;
        color: #f05f7e;
        font-weight: bold;
    }
    .answer .section01 .item01 .item-name {
        position: relative;
        background: #f05f7e;
        width: 71.6%;
        font-size: 60px;
        font-weight: bold;
        text-align: center;
        margin: 0 auto 42px auto;
        color: #fff;
    }
    .answer .section01 .item01 .item-type {
        width: 90%;
        margin: 3vh auto;
        line-height: 56px;
        position: relative;
        text-align: left;
        padding-top: 10px;
        color: #f05f7e;
        font-weight: bold;
        font-size: 28px;
    }
    .answer .section01 .item01 .item-type .annotation {
        font-size: 20px;
    }
    /* 商品紹介 */
    .answer .section02 {
        position: relative;
    }
    /*タブ切り替え全体のスタイル*/
    .tabs {
        margin-top: 50px;
        width: 90%;
        margin: 0 auto;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    /*タブのスタイル*/
    .tab_item {
        width: calc(100%/2);
        height: 70px;
        line-height: 70px;
        font-size: 30px;
        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;
        top: -6px;
        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;
        padding: 30px 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        position: relative;
        z-index: 2;
        width: calc(100% - 6px);
    }
    /*選択されているタブのコンテンツのみを表示*/
    #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: 300px;
        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-height: 70%;
        max-width: 70%;
    }

    .answer .section02 .item-recommend .item-box .item-text {
        font-weight: bold;
        position: relative;
        text-align: center;
        color: #b8875d;
        padding: 10px;
        font-size: 24px;
        margin-bottom: 20px;
    }
    .answer .section02 .item-recommend .item-box .item-name {
        text-align: center;
        color: #b8875d;
        font-size: 24px;
        margin-bottom: 20px;
        height: 80px;
        padding: 10px;
    }
    .answer .section02 .item-recommend .item-box .item-plice {
        text-align: center;
        color: #b8875d;
        font-size: 24px;
        margin-bottom: 20px;
    }
    /* 「詳しくはこちら」ボタン*/
    .answer .section02 .item-recommend .item-box .item-link {
        text-align: center;
    }
    .answer .section02 .item-recommend .item-box .item-link a {
        font-weight: bold;
        display: inline-block;
        line-height: 70px;
        text-decoration: none;
        text-align: center;
        background: #b8875d;
        color: #fff;
        width: 90%;
        border-radius: 10px;
        font-size: 24px;
        height: 70px;
    }
    /* 「カートに入れる」ボタン*/
    .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-weight: bold;
        display: inline-block;
        text-decoration: none;
        text-align: center;
        background: #fff;
        color: #b8875d;
        width: 90%;
        border-radius: 10px;
        border: solid 1px #b8875d;
        font-size: 24px;
        height: 70px;
        line-height: 70px;
    }
    .answer .section02 .item-recommend .item-box .item-purchase-link a:before {
        content:"";
        display:inline-block;
        width:1em;
        height:1em;
        background:url(../images/new-design/cart.png) no-repeat;
        background-size:contain;
    }
    /*仕上げ商品紹介*/
    .answer .section02 .non-tabs {
        margin-top: 50px;
    }
    .answer .section02 .non-tabs .text {
        text-align: center;
        margin: 80px 0 30px 0;
        color: #f05f7e;
        font-weight: bold;
        font-size: 24px;
    }
    .answer .section02 .non-tabs .non-tab-content {
        width: 90%;
        margin: 0 auto;
        box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
        background-color: #fff;
        padding: 30px 10px;
        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: 300px;
        width: 100%;
        margin-bottom: 26px;
    }
    .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-text {
        text-align: center;
        color: #b8875d;
        font-weight: bold;
        position: relative;
        padding: 20px;
        font-size: 24px;
        margin-bottom: 20px;
    }
    .answer .section02 .non-tabs .non-tab-content .item-box .item-name {
        text-align: center;
        color: #b8875d;
        font-size: 24px;
        margin-bottom: 20px;
        height: 80px;
        padding: 10px;
    }
    .answer .section02 .non-tabs .non-tab-content .item-box .item-plice {
        text-align: center;
        color: #b8875d;
        font-size: 24px;
        margin-bottom: 20px;
    }
    /* 「詳しくはこちら」ボタン*/
    .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-weight: bold;
        display: inline-block;
        line-height: 70px;
        text-decoration: none;
        text-align: center;
        background: #b8875d;
        color: #fff;
        width: 90%;
        border-radius: 10px;
        font-size: 24px;
        height: 70px;
    }
    /* 「カートに入れる」ボタン*/
    .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-weight: bold;
        display: inline-block;
        text-decoration: none;
        text-align: center;
        background: #fff;
        color: #b8875d;
        width: 90%;
        border-radius: 10px;
        border: solid 1px #b8875d;
        font-size: 24px;
        height: 70px;
        line-height: 70px;
    }
    .answer .section02 .non-tabs .non-tab-content .item-box .item-purchase-link a:before {
        content:"";
        display:inline-block;
        width:1em;
        height:1em;
        background:url(../images/new-design/cart.png) no-repeat;
        background-size:contain;
    }

    .answer .section03 {
        padding: 80px 0 130px 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: 280px;
        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: 780px;
        right: -65px;
    }
    .answer .section03 .item-recommend {
        text-align: center;
        margin-bottom: 58px;
    }
    .answer .section03 .recommend-text {
        width: 60%;
        margin: 0 auto 30px auto;
        color: #f05f7e;
        font-weight: bold;
        font-size: 29px;
    }
    .answer .section03 .share-area ul {
        display: flex;
        justify-content: center;
        list-style: none;
        /*width: 454px;*/
        margin: 0 auto;
    }
    .answer .section03 .share-area ul li {
        width: 120px;
        padding: 0 10px;
    }
    .answer .section03 .share-area ul li img {
        width: 100%;
    }
    /* SNS */
    .answer .section04 .to-question {
        text-align: center;
        margin-bottom: 54px;
    }
    .answer .section04 .to-question a {
        font-size: 24px;
        display: inline-block;
        width: 100%;
        line-height: 72px;
        text-decoration: none;
        text-align: center;
        color: #fff;
        border-radius: 40px;
    }
    .answer .section04 .to-cleansing {
        text-align: center;
    }
    .answer .section04 .to-cleansing a {
        font-size: 24px;
        display: inline-block;
        width: 100%;
        line-height: 72px;
        text-decoration: none;
        text-align: center;
        color: #fff;
        border-radius: 40px;
    }

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

    .main-footer .status-box {
        margin-bottom: 40px;
    }
    .main-footer .status-box .status-title {
        font-size: 20px;
        color: #b8875d;
        text-align: center;
        margin-bottom: 10px;
    }
    .main-footer .status-box .status-bar {
        width: 278px !important;
    }
    .main-footer .status-box .status-bar li {
        /*width: 38px !important;*/
        /*height: 10px !important;*/
    }
    .main-footer .first-question {
        text-align: center;
        padding-bottom: 50px;
    }
    .main-footer .first-question a {
        display: inline-block;
        text-decoration: none;
        color: #b8875d;
        font-size: 20px;
        line-height: 54px;
        padding: 0 60px;
        border: solid 2px #b8875d;
        border-radius: 10px;
    }

    .swipebox_footer_l {
        width: 436px;
        height: 500;
        top: 691px;
        left: -319px;
    }

    .swipebox_footer_r {
        height: 262px;
        width: 300px;
        top: 650px;
        right: -236px;
    }

}


