@media (min-width: 769px) {
    /*****************************
     * ロゴ
     * *****************************/
    .series-logo {
        left: 33px;
        top: 25px;
        width: 127px;
    }

    .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: hidden;
        text-align: center;
        height: 100vh;
    }
    .start-view .start-title {
        padding-top: 7vh;
        padding-bottom: 0;
    }
    .start-view .start-title img {
        height: 20vh;
    }
    /*トップ画像*/
    .start-view .start-title-img {
        margin: 0 auto;
        width: 70%;
    }
    .start-view .start-title-img img{
        max-width: 100%;
        max-height: 40vh;
    }
    .start-view .start-title-logo img{
        margin: 20px 0 0;
        width: 300px;
    }

    .start-view .start-btn {
        display: block;
        width: 300px;
        margin: -35px auto 3.52vh auto;
    }
    .start-view .start-btn img {
        width: 100%;
        margin-bottom: 20px;
    }

    /*
     * 設問ページ
     */
    .question .main {
        padding-bottom: 30px;
        height: 100%;
        overflow-y: scroll;
    }
    .question .flick--title {
        z-index: 2;
        position: relative;
        padding: 5vh 0 22px 0;
        text-align: center;
        font-size: 36px;
        color: #f05f7e;
        font-weight: bold;
    }
    .question .tinder {
        overflow: initial;
    }
    .question .tinder .tinder--cards {
        height: 54vh;
    }
    .question .tinder .tinder--card {
        height: 46vh;
        width:  61.9vw;
        max-width: 850px;
        padding: 20px 0 0;
    }
    .question .tinder .tinder--title {
        font-size: 34px;
        text-align: center;
    }
    .question .tinder .tinder--title .tinder--title01,
    .question .tinder .tinder--title .tinder--title02 {
        display: inline-block;
        padding: 3px 20px 0 20px;
        background: #f05f7e;
        color: #fff;
    }
    .question .tinder .tinder--title .tinder--title02 {
        margin-top: 10px;
    }
    .question .tinder .tinder--answer {
        display: flex;
        justify-content: space-between;
        padding: 0 5.5%;
        position: absolute;
        width: 100%;
        height: 21vh;
        left: 0;
        top: 44%;
    }
    .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 {
        position: absolute;
        content: "";
        width: 100%;
        height: 21vh;
        background-size: contain;
        background-position: 50%;
        display: block;
    }
    .question .tinder .tinder--answer--a:before {
        background-image: url(../images/new-design/answer-bg-A-pc.png);
        left: 0;
    }
    .question .tinder .tinder--answer--b:before {
        background-image: url(../images/new-design/answer-bg-B-pc.png);
        right: 0;
    }
    .question .tinder .tinder--answer--a span,
    .question .tinder .tinder--answer--b span {
        font-size: 24px;
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
    .question .tinder .tinder--answer--a span {
    }
    .question .tinder .tinder--answer--b span {
    }
    .question .tinder .tinder--answer--a:after {
        content:"";
        display:inline-block;
        width:6px;
        height:180px;
        border-right: dotted 2px #ffdbe7;
        border-radius: 10px;
        position:absolute;
        top:8px;
        right:0px;
    }
    .question .tinder--buttons {
        flex: 0;
    }
    .question .tinder .tinder--buttons .answer-remove,
    .question .tinder .tinder--buttons .answer-heart {
        height: 13vh;
        min-height: 60px;
        max-height: 100px;
    }
    .question .tinder .tinder--buttons .answer-remove img {
        height: 100%;
        margin-right: 130px;
    }
    .question .tinder .tinder--buttons .answer-heart img {
        height: 100%;
    }

    /*
     * 結果ページ
     */
    .answer .section01 {
        position: relative;
    }

    .answer .section01 .item01 {
        position: relative;
    }
    .answer .section01 .item01 .item01-bg {
        position: absolute;
        top: 21vh;
        left: 0;
        padding-top: 47.43%;
        width: 100%;
        background-size: contain;
    }
    .answer .section01 .item01 .item01-bg.item1 {
        background-image: url('../images/answer-bg01-pc.jpg');
    }
    .answer .section01 .item01 .item01-bg.item2 {
        background-image: url('../images/answer-bg02-pc.jpg');
    }
    .answer .section01 .item01 .item01-bg.item3 {
        background-image: url('../images/answer-bg03-pc.jpg');
    }
    .answer .section01 .item01 .item01-bg.item4 {
        background-image: url('../images/answer-bg04-pc.jpg');
    }
    .answer .section01 .item01 .first-view {
        /*height: 100vh;*/
        /*min-height: 900px;*/
    }
    .answer .section01 .item01 .item01-swipe {
        position: absolute;
        width: 62%;
        min-width: 700px;
        top: 12vh;
        right: 50%;
        transform: translateX(50%);
    }
    .answer .section01 .item01 .item01-icon {
        position: absolute;
        top: 36vh;
        right: 18%;
        width: 156px;
        z-index: 2;
    }
    .answer .section01 .item01 .item-recommend {
        z-index: 2;
        position: relative;
        text-align: center;
        margin-bottom: 3vh;
        padding-top: 6vh;
        font-size: 36px;
        color: #f05f7e;
        font-weight: bold;
    }
    .answer .section01 .item01 .item-name {
        position: relative;
        background: #f05f7e;
        width: 766px;
        min-width: 590px;
        font-size: 50px;
        font-weight: bold;
        text-align: center;
        margin: 0 auto 2vh auto;
        padding: 8px 0 4px 0;
        color: #fff;
    }
    .answer .section01 .item01 .item-type {
        width: 766px;
        margin: 3vh auto;
        line-height: 40px;
        position: relative;
        text-align: left;
        padding-top: 10px;
        color: #f05f7e;
        font-weight: bold;
        font-size: 20px;
    }
    .answer .section01 .item01 .item-type .annotation {
        font-size: 14px;
    }
    /* 商品紹介 */
    .answer .section02 {
        position: relative;
    }
    /*タブ切り替え全体のスタイル*/
    .tabs {
        margin-top: 50px;
        width: 766px;
        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: 35px;
        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;
    }
    .tab_item:hover {
        opacity: 0.75;
    }
    /*ラジオボタンを全て消す*/
    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 10px;
        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: 200px;
        margin-bottom: 20px;
    }
    .answer .section02 .item-recommend .item-box .item-image img {
        height: 100%;
        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 {
        height: 80%;
    }

    .answer .section02 .item-recommend .item-box .item-text {
        font-weight: bold;
        position: relative;
        text-align: center;
        color: #b8875d;
        padding: 20px;
        font-size: 26px;
    }
    .answer .section02 .item-recommend .item-box .item-name {
        text-align: center;
        color: #b8875d;
        height: 70px;
        font-size: 24px;
        margin-bottom: 20px;
    }
    .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: 83px;
        text-decoration: none;
        text-align: center;
        background: #b8875d;
        color: #fff;
        width: 312px;
        border-radius: 10px;
        font-size: 29px;
        height: 83px;
    }
    /* 「カートに入れる」ボタン*/
    .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: 312px;
        border-radius: 10px;
        border: solid 1px #b8875d;
        font-size: 29px;
        height: 83px;
        line-height: 83px;
    }
    .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: 36px;
    }
    .answer .section02 .non-tabs .non-tab-content {
        width: 766px;
        margin: 0 auto;
        box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
        background-color: #fff;
        padding: 30px 30px;
        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: 200px;
        width: 100%;
        margin-bottom: 20px;
    }
    .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;
        font-size: 26px;
        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;
    }
    .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: 83px;
        text-decoration: none;
        text-align: center;
        background: #b8875d;
        color: #fff;
        width: 90%;
        border-radius: 10px;
        font-size: 29px;
        height: 83px;
    }
    /* 「カートに入れる」ボタン*/
    .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: 29px;
        height: 83px;
        line-height: 83px;
    }
    .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: 50px 0 150px 0;
        position: relative;
    }
    .answer .section03 .share-bg.item1 {
        background-image: url('../images/share-bg01.jpg');
    }
    .answer .section03 .share-bg.item2 {
        background-image: url('../images/share-bg02.jpg');
    }
    .answer .section03 .share-bg.item3 {
        background-image: url('../images/share-bg03.jpg');
    }
    .answer .section03 .share-bg.item4 {
        background-image: url('../images/share-bg04.jpg');
    }

    .answer .section03 .item-recommend {
        text-align: center;
        margin-bottom: 25px;
    }
    .answer .section03 .recommend-text {
        background-color: #f05f7e;
        line-height: 70px;
        width: 766px;
        margin: 0 auto;
        color: #fff;
        font-weight: bold;
        height: 70px;
        font-size: 43px;
    }
    .answer .section03 .share-area {
        position: relative;
        z-index: 2;
        margin: 50px auto;
    }
    .answer .section03 .share-area ul {
        display: flex;
        justify-content: space-between;
        list-style: none;
        width: 465px;
        margin: 0 auto;
    }
    .answer .section03 .share-area ul li {
        width: 90px;
    }
    .answer .section03 .share-area ul li img {
        width: 100%;
    }
    .answer .section04 {
        position: relative;
        z-index: 2;
        width: 60%;
        margin: 0 auto;

    }
    .answer .section04 .to-question {
        text-align: center;
        margin-bottom: 60px;
    }
    .answer .section04 .to-question a {
        text-decoration: none;
    }
    .answer .section04 .to-question a img{
        width: 400px;
    }
    .answer .section04 .to-cleansing {
        text-align: center;
    }
    .answer .section04 .to-cleansing a {
        text-decoration: none;
    }
    .answer .section04 .to-cleansing a img{
        width: 400px;
    }

    .main-footer {
        position: relative;
        margin-top: 3vh;
        height: 60px;
    }

    .main-footer .status-box {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
    }
    .main-footer .status-box .status-title {
        font-size: 20px;
        color: #b8875d;
        text-align: center;
        margin-bottom: 6px;
    }
    .main-footer .status-box .status-bar {
        width: 280px !important;
    }
    .main-footer .first-question {
        position: absolute;
        bottom: 0;
        left: 3%;
        z-index: 2;
        border-radius: 50px;
    }
    .main-footer .first-question a {
        display: inline-block;
        text-decoration: none;
        color: #b8875d;
        font-size: 20px;
        line-height: 56px;
        padding: 0 70px;
        border: solid 2px #b8875d;
        border-radius: 10px;
        font-weight: bold;
    }

    .footer {
        position: relative;
    }
    .swipebox_footer_l {
        height: 332px;
        width: 380px;
        top: 68vh;
        left: -200px;
    }

    .swipebox_footer_r {
        height: 349px;
        width: 400px;
        bottom: -90px;
        right: -223px;
    }

}

