/*************************/
/*           共通          */
/*************************/

h2.paso-h2 {
    color: #000;
    position: relative;
}

h2.paso-h2:after {
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 30px;
    height: 5px;
    background-color: #eaaa00;
    content: " ";
}

.marker-paso {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(60%, #f7e1d1));
    background: linear-gradient(transparent 70%, #f7e1d1 60%);
    color: #2d2d2d;
    font-weight: bold;
    padding: 0 6px;
}

.small {
    font-size: 90%;
}

/* for PC */
@media screen and (min-width:768px) {
    .paso-contents {
        margin: 25px;
    }

    h2.paso-h2 {
        font-size: 3.2rem;
        font-weight: normal;
        margin-top: 50px;
    }

    h3.paso-h3 {
        margin: 50px 0 30px;
        font-size: 2.6rem;
    }

}

/* for SP */
@media screen and (max-width:767px) {
    .paso-contents {
        margin: 15px;
    }

    h2.paso-h2 {
        font-size: 2.2rem;
        font-weight: bold;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    h3.paso-h3 {
        margin: 40px 0 20px;
        font-size: 2rem;
    }

}

/* CC商品リスト表示 */
.fs-c-productList__message.fs-c-noResultMessage {
    display: none;
}

/* TOPへ戻る */
#page_top {
    width: 100px;
    height: 60px;
    position: fixed;
    right: 0px;
    bottom: calc(10% + 90px);
    background: #b5470b;
    opacity: 0.6;
    z-index: 100;
    display: none;
}

#page_top a {
    position: relative;
    display: block;
    width: 100px;
    height: 60px;
    text-decoration: none;
}

#page_top a:before {
    position: absolute;
    height: 25px;
    top: -25px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20320%20512%22%20fill%3D%22%23ffffff%22%3E%3Cpath%20d%3D%22M177%20255.7l136%20136c9.4%209.4%209.4%2024.6%200%2033.9l-22.6%2022.6c-9.4%209.4-24.6%209.4-33.9%200L160%20351.9l-96.4%2096.4c-9.4%209.4-24.6%209.4-33.9%200L7%20425.7c-9.4-9.4-9.4-24.6%200-33.9l136-136c9.4-9.5%2024.6-9.5%2034-.1zm-34-192L7%20199.7c-9.4%209.4-9.4%2024.6%200%2033.9l22.6%2022.6c9.4%209.4%2024.6%209.4%2033.9%200l96.4-96.4%2096.4%2096.4c9.4%209.4%2024.6%209.4%2033.9%200l22.6-22.6c9.4-9.4%209.4-24.6%200-33.9l-136-136c-9.2-9.4-24.4-9.4-33.8%200z%22%2F%3E%3C%2Fsvg%3E);
    content: "";
    width: 16px;
}

#page_top a:after {
    content: 'PAGE TOP';
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 30px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

/*************************/
/*          目次          */
/*************************/
.paso-outline {
    background-color: #ebebeb;
    margin: 0 auto;
}

h2.paso-outline-h2 {
    font-weight: normal;
    color: #000;
    border-bottom: 1px solid #000;
    margin: 0 0 25px 0;
    padding: 5px;
}

.paso-outline ul {
    list-style: disc;
    color: #000;
    line-height: 1.6;
    margin: 0px;
}

/* for PC */

@media screen and (min-width:768px) {
    .paso-outline {
        width: 600px;
        padding: 35px;
    }
}

/* for SP */
@media screen and (max-width:767px) {
    .paso-outline {
        padding: 15px 20px;
    }

    .paso-outline ul {
        padding-left: 30px;
    }
}


/*************************/
/*    おすすめ特集記事    */
/*************************/
.rmd-lnk-wrap ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 1;
    padding: 0;
}

.rmd-lnk-wrap {
    background-color: #fffaea;
    padding: 30px 15px 0;
    margin-bottom: 5rem;
    margin-top: 5rem;
    border: 1px solid;
    position: relative;
}

.rmd-lnk-wrap h3 {
    padding: 5px 10px;
    margin: 0;
    background-color: #000;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: -1.5rem;
    left: 10px;
}

.rmd-lnk-wrap h3:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;
    bottom: -4px;
    left: -4px;
    position: absolute;
}

.rmd-lnk-wrap h3:after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #000;
    bottom: -4px;
    left: -4px;
    position: absolute;
}

.rmd-lnk-wrap p {
    font-size: 1.6rem;
    line-height: 160%;
    margin: 0 0 1.6em;
}

/* for PC */

@media screen and (min-width:768px) {
    .rmd-lnk-wrap ul {
        padding: 20px;
        max-width: 600px;
        margin:0 auto;
    }
    .rmd-lnk-wrap li {
        width: 49%;
        overflow: hidden;
        padding-bottom: 10px;
    }
    .rmd-lnk-wrap li a img {
        width: 100%;
        height: auto;
        transition: transform .6s ease;
    }
    .rmd-lnk-wrap li a:hover img {
        transform: scale(1.15); /* 拡大 */
    }

}


/* for SP */

@media screen and (max-width:767px) {
    .rmd-lnk-wrap li {
        padding-bottom: 10px;
        width: 100%;
    }
}

/*************************/
/*           概要          */
/*************************/

p.quote{
    font-style: italic;
    color: #56381e;
    font-weight: 500;
}
/* for PC */
@media screen and (min-width:768px) {
    p.quote{
        font-size: 160%;
        line-height: 1.5;
        padding: 0 8%;
    }
}

/* for SP */
@media screen and (max-width:767px) {
    p.quote{
        font-size: 120%;
        padding: 20px 8%;
    }
}

/*************************/
/*           パソ・ロブレスのワインが魅力的な理由         */
/*************************/


/* for PC */
@media screen and (min-width:768px) {
    .content02wrap {
        display: grid;
        margin: 30px 10px 30px;
    }
    .content02wrap:nth-child(odd) {
        grid-template-columns: 60% 40%;
    }
    .content02wrap:nth-child(even) {
        grid-template-columns: 40% 60%;
    }
    .content02wrap:nth-child(odd) img {
        order: 2;
    }
    
    .content02wrap:nth-child(odd) div {
        order: 1;
    }

    h3.paso-h3 {
        margin: 0px 0 30px;
    }
    .content02-txt {
        padding: 10px 20px;
    }
}

/* for SP */
@media screen and (max-width:767px) {
    h3.paso-h3 {
        margin: 10px 0 20px;
    }
    .content02-txt {
        padding: 10px 20px 20px;
    }
}



/*************************/
/* 価格帯別おすすめワイン */
/*************************/

ul.paso-item-list {
    padding: 5px;
}

ul.paso-item-list li .paso-rmd-ttl p {
    font-weight: 600;
}

ul.paso-item-list span.point {
    display: inline-block;
    font-size: 75%;
    background-color: #000000;
    margin: 2px;
    padding: 0px 7px;
    color: #fff;
}

.paso-rmd-img {
    position: relative;
}

.paso-rmd-btn {
    width: 100%;
    margin-top: 0;
}


.paso-rmd-img.red:before,
.paso-rmd-img.white:before,
.paso-rmd-img.sparkling:before,
.paso-rmd-img.rose:before,
.paso-rmd-img.orange:before {
    content: attr(data-color);
    display: block;
    text-align: center;
    position: absolute;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    opacity: 90%;
}

.paso-rmd-img.red:before {
    background-color: #c32c2c;
}

.paso-rmd-img.white:before {
    background-color: #8fc32c;
}

.paso-rmd-img.sparkling:before {
    background-color: #2c7cc3;
}

.paso-rmd-img.rose:before {
    background-color: #fb9b9b;
}

.paso-rmd-img.orange:before {
    background-color: #e09d45;
}

.paso-rmd-btn {
    width: 100%;
    margin-top: 0;
}

a.wine-btn {
    border: 2px solid #000;
    border-radius: 0;
    background: #fff;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    font-size: 1.6rem;
    /* font-weight: 700; */
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: .1em;
    color: #fff;
    border-radius: 0.5rem;
    background-color: #cb622c;
}

/* 価格帯別オススメ見出し */
h3.rmd-wine-h3 {
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
    padding: 15px 10px 17px;
    position: relative;
}

h3.rmd-wine-h3:after {
    content: "";
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 4px;
    position: absolute;
    background-image: repeating-linear-gradient(90deg, transparent, transparent 6px, rgba(95, 95, 95, 1) 6px, rgba(95, 95, 95, 1) 7px);
    transform: skew(-45deg);
}

/* その他のおすすめボタン */
.other_btn {
    text-align: center;
}

.other_btn div {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transform: translateY(7px);
    width: 200px;
    margin: 0 auto;
    padding: .2em 0;
    border: 2px solid #d26404;
    border-radius: 10px;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .2));
    background-color: #fff;
    color: #d26404;
    animation: 1.1s fuwafuwa infinite alternate linear;
    z-index: 1;
}


@keyframes fuwafuwa {

    0%,
    100% {
        transform: translateY(8px);
    }

    50% {
        transform: translateY(5px);
    }
}

.other_btn div::before,
.other_btn div::after {
    position: absolute;
    top: 100%;
    content: '';
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
}

.other_btn div::before {
    width: 16px;
    height: 8px;
    background-color: #d26404;
}

.other_btn div::after {
    width: 12px;
    height: 6px;
    background-color: #fff;
}

.other_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 1em 2em;
    border: 1px solid;
    border-radius: 5px;
    background-color: #d17009;
    color: #fff;
    line-height: 1.2;
    text-decoration: none;
    position: relative;
    z-index: 0;
}

.other_btn a::before {
    content: "";
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 4px;
    position: absolute;
    background-image: repeating-linear-gradient(90deg, transparent, transparent 6px, rgb(255 255 255) 6px, rgb(255 255 255) 7px);
    transform: skew(-45deg);
}

.other_btn a::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
    position: absolute;
    top: 50%;
    transition: right 0.5s;
}


/* for PC */

@media screen and (min-width:768px) {

    ul.paso-item-list {
        list-style: none; 
        display: grid;
        grid-template-columns: auto auto auto;
    }

    ul.paso-item-list li {
        display: grid;
        grid-template-rows: subgrid;
        grid-row: span 4;
        padding: 30px 15px 0;
        box-sizing: border-box;
    }

    .paso-rmd-ttl {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .paso-rmd-img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .paso-rmd-detail {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .paso-rmd-btn {
        order: 4;
    }

    .paso-rmd-img.red:before,
    .paso-rmd-img.white:before,
    .paso-rmd-img.sparkling:before,
    .paso-rmd-img.orange:before {
        top: calc(100% - 60px);
        right: 64px;
        padding: 14px;
        font-size: 26px;
        border-radius: 30px;
    }

    .paso-rmd-img.rose:before {
        top: calc(100% - 60px);
        right: 64px;
        padding: 14px;
        font-size: 20px;
        border-radius: 30px;
        width: 30px;
        height: 34px;
        padding-top: 10px;
        text-shadow: 0px 0px 5px #700d0d;
    }

    a.wine-btn {
        width: 220px;
    }

    a.wine-btn:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 15px;
        height: 100%;
        content: '';
        -webkit-transition: all .3s;
        transition: all .3s;
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
        border-radius: 0 50% 50% 0;
        background: #000;
    }

    a.wine-btn:hover:before {
        /* font-family: 'Font Awesome 5 Free'; */
        /* font-weight: bold; */
        line-height: 30px;
        width: 30px;
        height: 30px;
        /* content: '\f061'; */
        -webkit-transform: translateX(200px) translateY(.5rem);
        transform: translateX(200px) translateY(.5rem);
        /* color: #fff; */
        border-radius: 50%;
        content: "";
        background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%221em%22%20viewBox%3D%220%200%20448%20512%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M438.6%20278.6c12.5-12.5%2012.5-32.8%200-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3%200s-12.5%2032.8%200%2045.3L338.8%20224%2032%20224c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032l306.7%200L233.4%20393.4c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200l160-160z%22%2F%3E%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: center;
    }

        /* 価格帯別オススメ見出し */
        h3.rmd-wine-h3 {
            font-size: 2.6rem;
            margin-top: 8rem;
        }
    
        /* その他のおすすめボタン */
        .other_btn a {
            width: 450px;
            font-size: 2.2rem;
            transition: letter-spacing 0.5s;
        }
    
        .other_btn div {
            font-size: 1.6rem;
        }
    
        .other_btn a::after {
            right: 40px;
        }
    
        .other_btn a:hover {
            background-color: #af4e05;
            letter-spacing: 0.12em;
        }
    
        .other_btn a:hover::after {
            right: 30px;
        }

    }
/* for SP */

@media screen and (max-width:767px) {

    ul.paso-item-list li {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        list-style: none;
        padding: 5px;
    }

    ul.paso-item-list .paso-rmd-ttl {
        padding-top: 10px;
        width: 100%;
    }

    ul.paso-item-list li:not(:first-child) .paso-rmd-ttl {
        border-top: 1px solid #ccc;
    }

    ul.paso-item-list li .paso-rmd-ttl p {
        margin: 0;
    }

    ul.paso-item-list li .paso-rmd-img {
        width: 40%;
        padding: 5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
    }
    

    ul.paso-item-list li div.paso-rmd-img img {
        max-width: 100%;
        max-height: 200px;
        -o-object-fit: contain;
        object-fit: contain;
        margin-top: 15px;
    }

    ul.paso-item-list li div.paso-rmd-detail {
        width: 60%;
    }

    .paso-rmd-img.red:before,
    .paso-rmd-img.white:before,
    .paso-rmd-img.sparkling:before,
    .paso-rmd-img.orange:before {
        top: calc(calc(100vw - 23px) * 0.35 - 40px);
        left: 50%;
        padding: 10px;
        font-size: 20px;
        border-radius: 20px;
    }

    .paso-rmd-img.rose:before {
        top: calc(calc(100vw - 23px) * 0.35 - 40px);
        left: 50%;
        padding: 6px;
        font-size: 16px;
        border-radius: 20px;
        width: 28px;
        height: 30px;
        padding-top: 5px;
        text-shadow: 0px 0px 5px #700d0d;
    }
    a.wine-btn {
        width: 100%;
    }

    a.wine-btn:before {
        /* font-family: 'Font Awesome 5 Free'; */
        /* font-weight: bold; */
        /* content: '\f061'; */
        line-height: 30px;
        width: 30px;
        height: 30px;
        color: #fff;
        border-radius: 50%;
        top: 50%;
        transform: translateY(-50%);
        right: -10px;
        position: absolute;
        background: #000;
        content: "";
        background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%221em%22%20viewBox%3D%220%200%20448%20512%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M438.6%20278.6c12.5-12.5%2012.5-32.8%200-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3%200s-12.5%2032.8%200%2045.3L338.8%20224%2032%20224c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032l306.7%200L233.4%20393.4c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200l160-160z%22%2F%3E%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: center;
    }
      
    /* 価格帯別オススメ見出し */
    h3.rmd-wine-h3 {
        font-size: 1.8rem;
        line-height: 1.4;
        margin-top: 4rem;
    }

    /* その他のおすすめボタン */
    .other_btn {
        padding-bottom: 40px;
    }
    .other_btn a {
        width: 90%;
        font-size: 1.6rem;
    }

    .other_btn div {
        font-size: 1.4rem;
    }

    .other_btn a::after {
        right: 20px;
    }
}

/*************************/
/* 数字で見るパソロブレスワイン */
/*************************/
ul.paso-infograph {
    list-style: none;
    display: grid;
    padding: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    text-align: center;
}

ul.paso-infograph>li {
    background-color: #f3edda;
    border-radius: 10px;
    position: relative;
    width: 100%;
}

ul.paso-infograph>li:before {
    content: "";
    display: block;
    padding-top: 100%;
}

ul.paso-infograph>li>div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.infograph-num {
    font-family: 'Patua One', cursive;
}

ul.paso-infograph li .infograph-ttl {
    font-size: 15px;
    display: block;
    line-height: 0.8;
}

ul.paso-infograph li.no1 {
    background-color: #cb642c;
    color: #fff;
}

ul.paso-infograph li.no1 .infograph-num,
ul.paso-infograph li.no2 .infograph-num,
ul.paso-infograph li.no3 .infograph-num,
ul.paso-infograph li.no4 .infograph-num,
ul.paso-infograph li.no5 .infograph-num  {
    font-size: 130px;
    line-height: 0.8;
}

ul.paso-infograph li.no1 .infograph-num,
ul.paso-infograph li.no2 .infograph-num,
ul.paso-infograph li.no3 .infograph-num,
ul.paso-infograph li.no4 .infograph-num,
ul.paso-infograph li.no5 .infograph-num  {
    line-height: 0.8;
}

ul.paso-infograph li.no1 .infograph-num span,
ul.paso-infograph li.no2 .infograph-num span,
ul.paso-infograph li.no3 .infograph-num span,
ul.paso-infograph li.no4 .infograph-num span,
ul.paso-infograph li.no5 .infograph-num span {
    font-size: 30px;
    font-weight: bold;
    font-family: 'Noto Sans JP';
}

ul.paso-infograph>li.no1>div,
ul.paso-infograph>li.no2>div,
ul.paso-infograph>li.no3>div,
ul.paso-infograph>li.no4>div,
ul.paso-infograph>li.no5>div {
    padding: 5px;
    top: auto;
    bottom: 10px;
}

ul.paso-infograph li.no6 {
    background-color: #9f1e62;
    color: #fff;
    /* text-align: center; */
}
ul.paso-infograph li.no6 .infograph-num {
    font-size: 130px;
    line-height: 0.8;
}

ul.paso-infograph li.no6 .infograph-num span {
    font-size: 60px;
    font-weight: bold;
    font-family: 'Noto Sans JP';
}

ul.paso-infograph>li.no6>div {
    top: 50%;
    transform: translateY(-50%);
}


ul.paso-infograph .no7 {
    grid-column-end: span 2;
}
ul.paso-infograph>li.no7:before {
    content: "";
    display: block;
    padding-top: 50%;
}

ul.paso-infograph>li.no1:before {
    background-image: url(https://wine1227.itembox.design/item/img/country/pasorobles/establish.svg);
    background-size: 36%;
    background-repeat: no-repeat;
    background-position: center bottom 80%;
}
ul.paso-infograph>li.no2:before {
    background-image: url(https://wine1227.itembox.design/item/img/country/pasorobles/nested.svg);
    opacity: 0.8;
    background-size: 45%;
    background-repeat: no-repeat;
    background-position: center bottom 80%;
}
ul.paso-infograph>li.no3:before {
    background-image: url(https://wine1227.itembox.design/item/img/country/pasorobles/tractor.svg);
    opacity: 0.8;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center bottom 75%;
}
ul.paso-infograph>li.no4:before {
    background-image: url(https://wine1227.itembox.design/item/img/country/pasorobles/barrel.svg);
    opacity: 0.8;
    background-size: 45%;
    background-repeat: no-repeat;
    background-position: center bottom 80%;
}
ul.paso-infograph>li.no5:before {
    background-image: url(https://wine1227.itembox.design/item/img/country/pasorobles/day-and-night.svg);
    opacity: 0.8;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center bottom 85%;
}

ul.infograph-var {
    list-style: none;
    line-height: 1.6;
    counter-reset: number 0;
    text-align: left;
}

ul.paso-infograph .no7 {
    background-image: url(https://wine1227.itembox.design/item/img/country/pasorobles/grape5.svg);
    background-repeat: no-repeat;
    background-position: 5%;
    background-size: 35%;
    background-color: #116e78;
    color: #fff;
}

ul.paso-infograph li.no7 .infograph-ttl{
    font-weight: bold;
    border-bottom: 2px solid;
    line-height: 1.4;
}


ul.infograph-var li:before {
    counter-increment: number 1;
    /* number カウンタの増加数をセット */
    content: counter(number) " ";
    position: absolute;
    left: 0px;
    z-index: 2;
    font-weight: bold;
    font-family: 'Patua One', cursive;
    color: #116e78;
}

ul.infograph-var li {
    padding-left: 20px;
    position: relative;
}

ul.infograph-var li:after {
    content: "";
    border-radius: 12px;
    background-color: #c3e2e5;
    position: absolute;
    top: 2px;
    z-index: 1;
}

/*サイドナビ消えるまで*/
@media screen and (min-width:900px) {

    ul.paso-infograph li.no1 .infograph-num,
    ul.paso-infograph li.no2 .infograph-num,
    ul.paso-infograph li.no3 .infograph-num,
    ul.paso-infograph li.no4 .infograph-num,
    ul.paso-infograph li.no5 .infograph-num  {
        font-size: 68px;
    }

    ul.paso-infograph li.no7 .infograph-ttl{
        font-size: 20px;
    }

    ul.infograph-var {
        padding: 16px;
    }

    ul.paso-infograph .no7 div {
        padding: 20px 5px 10px 40%;
    }

    ul.infograph-var li:after {
        width: 24px;
        height: 24px;
        left: -8px;
    }
}

/* for PC */
@media screen and (min-width:768px) and (max-width:899px) {

    ul.paso-infograph li.no1 .infograph-num,
    ul.paso-infograph li.no2 .infograph-num,
    ul.paso-infograph li.no3 .infograph-num,
    ul.paso-infograph li.no4 .infograph-num,
    ul.paso-infograph li.no5 .infograph-num  {
        font-size: calc(10vw * 0.7);
    }

    ul.paso-infograph>li.no1>div,
    ul.paso-infograph>li.no2>div,
    ul.paso-infograph>li.no3>div,
    ul.paso-infograph>li.no4>div,
    ul.paso-infograph>li.no5>div {
        text-align: center;
    }

    ul.paso-infograph li.no7 .infograph-ttl {
        font-size: 18px;
    }

    ul.paso-infograph li.no1 .infograph-num span,
    ul.paso-infograph li.no2 .infograph-num span,
    ul.paso-infograph li.no3 .infograph-num span,
    ul.paso-infograph li.no4 .infograph-num span,
    ul.paso-infograph li.no5 .infograph-num span {
        font-size: calc(10vw * 0.3);
    }

    ul.infograph-var {
        font-size: 14px;
        padding: 14px;
    }

    ul.paso-infograph .no7 div{
        padding: 10px 5px 10px 40%;
    }

    ul.infograph-var li:after {
        width: 20px;
        height: 20px;
        left: -6px;
    }
}

/* for SP */
@media screen and (max-width:767.99px) {
    ul.paso-infograph {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    ul.paso-infograph li.no1 .infograph-num,
    ul.paso-infograph li.no2 .infograph-num,
    ul.paso-infograph li.no3 .infograph-num,
    ul.paso-infograph li.no4 .infograph-num,
    ul.paso-infograph li.no5 .infograph-num {
        font-size: calc(10vw * 1.4);
    }

    ul.paso-infograph>li.no1>div,
    ul.paso-infograph>li.no2>div,
    ul.paso-infograph>li.no3>div,
    ul.paso-infograph>li.no4>div,
    ul.paso-infograph>li.no5>div {
        text-align: center;
    }

    ul.paso-infograph li.no6 .infograph-num  {
        font-size: 100px;
    }
    ul.paso-infograph li.no7 .infograph-ttl{
        font-size: 18px;
    }

    ul.paso-infograph li.no1 .infograph-num span,
    ul.paso-infograph li.no2 .infograph-num span,
    ul.paso-infograph li.no3 .infograph-num span,
    ul.paso-infograph li.no4 .infograph-num span,
    ul.paso-infograph li.no5 .infograph-num span {
        font-size: calc(10vw * 0.3);
    }

    ul.infograph-var {
        font-size: calc(10vw * 0.3);
        padding: 14px;
    }

    ul.paso-infograph .no7 div{
        padding: 10px 5px 10px 40%;
    }

    ul.infograph-var li:after {
        width: calc(10vw * 0.4);
        height: calc(10vw * 0.4);
        left: -6px;
    }
}


/*---------------*/
/* おすすめワイナリー */
/*---------------*/

.bn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1;
}

.bn-area a,
.bn-area img {
    vertical-align: bottom;
}

.bn-area {
    margin-bottom: 40px;
}
.col2bn,.col3bn {
    border:solid 2px #ccc;
}
   /* for PC */
   @media screen and (min-width:768px) {

    .col2bn {
        width: 49%;
        margin-bottom: 10px;
        overflow: hidden;
    }

    .col3bn {
        width: 32%;
        overflow: hidden;
    }

    .col2bn img,.col3bn img {
        height: auto;
        transition: transform .6s ease; /* ゆっくり変化させる */
    }
    .col2bn a:hover img,.col3bn a:hover img {
        transform: scale(1.15); /* 拡大 */
    }
}

/* for SP */
@media screen and (max-width:767px) {

    .col3bn {
        width: 49%;
    }
    .col2bn, .col3bn {
        margin-bottom: 10px;
    }

}