/*************************/
/* 品種おすすめ */
/*************************/
/* 全体 */

.recommend-contents a {
    text-decoration: none;
}

/* おすすめ一覧   */
ul.pn-rmd-list {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: flex-end; */
    list-style: none;
    padding: 0;
}

ul.pn-rmd-list li:before {
    content: attr(data-catch);
    display: block;
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 15px;
    color: #6eab63;
    -webkit-transform: skewX(150deg);
    transform: skewX(150deg);
    border-right: 2px dotted #6eab63;
    border-left: 2px dotted #6eab63;
    margin: 0 40px 10px;
}

ul.pn-rmd-list li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul.pn-rmd-list li img {
    padding: 20px;
}

ul.pn-rmd-list li p {
    text-align: center;
    font-size: 1.7rem;
}

ul.pn-rmd-list li p:first-of-type a {
    font-weight: 900;
    color: #ab493f;
    font-size: 20px;
}

.pn-rmd-list .wine-btn,
.pn-rmd-special .wine-btn {
    border: #ab493f 1px solid;
    background: #fff;
    color: #ab493f;
    border-radius: 20px;
    padding: 3px 0 9px;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    text-align: center;
    font-weight: bold;
}

span.tag-country {
    background-color: #c36a6a;
    font-size: 12px;
    padding: 2px 4px;
    color: #fff;
    white-space: nowrap;
}

span.tag-point {
    background-color: #2d2d2d;
    font-size: 12px;
    padding: 2px 4px;
    color: #fff;
    white-space: nowrap;
}

/*  おすすめスペシャル  */
.pn-rmd-special {
    width: 95%;
    border: 1px solid #ccc;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 2px #ccc;
    box-shadow: 1px 1px 2px #ccc;
    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;
    font-size: 16px;
    padding: 0;
}

p.st-rmd-special-name {
    width: 100%;
    margin: 20px 1em;
}

.pn-rmd-special p.st-rmd-special-name a {
    font-weight: 900;
    color: #ab493f;
    font-size: 3rem;
}

.st-rmd-special-img {
    width: 35%;
    padding-left: 1em;
}

.pn-rmd-special-detail {
    width: 65%;
    padding-right: 1em;
}

.pn-rmd-special-detail span.price-b {
    color: #B5272D;
    font-weight: bold;
    font-size: 36px;
}

.pn-rmd-special-detail span.price-en {
    color: #B5272D;
    font-weight: bold;
}

.pn-rmd-special-detail p.price {
    font-size: 20px;
}

p.st-rmd-special-catch {
    margin: 0;
    color: #fff;
    background-color: #751414;
    width: 100%;
    padding: 3px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fs-c-productList__message.fs-c-noResultMessage {
    display: none;
}

/*　for PC　*/
@media screen and (min-width:768px) {

    .hidden-pc {
        display: none;
    }

    .img-bn {
        width: 100%;
    }

    .img-bn-sp {
        display: none;
    }

    .pn-rmd-list .wine-btn:hover,
    .pn-rmd-special .wine-btn:hover {
        text-decoration: none;
        background: #efe2e2;
    }

    /* おすすめ一覧   */
    h2.pn-h2-rmdwine {
        font-size: 32px;
        font-weight: bold;
        color: #ab493f;
        text-align: center;
        line-height: 1.4;
        margin: 50px 0 72px;
    }

    ul.pn-rmd-list {
        display: grid;
        grid-template-columns: auto auto auto;
    }
    ul.pn-rmd-list li {
        /* width: 33%; */
        display: grid;grid-template-rows: subgrid;
        grid-row: span 5;
        padding: 0 10px 60px;
    }

    /*  おすすめスペシャル  */
    .pn-rmd-special {
        margin: 0px auto;
    }

    .pn-rmd-special .wine-btn {
        width: 250px;
    }

}

/*　for Smartphone　*/
@media screen and (max-width:767px) {
    .hidden-sp {
        display: none;
    }

    .img-bn {
        display: none;
    }

    .img-bn-sp {
        width: 100%;
    }

    .pn-rmd-list .wine-btn,
    .pn-rmd-special .wine-btn {
        text-decoration: none;
        background: #efe2e2;
    }

    /* おすすめ一覧   */
    h2.pn-h2-rmdwine {
        font-size: 24px;
        font-weight: bold;
        color: #ab493f;
        text-align: center;
        line-height: 1.4;
        margin: 30px 0 60px;
    }

    ul.pn-rmd-list li {
        width: 100%;
        padding: 0 20px;
    }

    ul.pn-rmd-list li:before {
        margin: 0 62px 10px;
    }

    ul.pn-rmd-list li img {
        padding: 0px 70px;
    }

    ul.pn-rmd-list li p {
        margin: 10px 0;
    }

    .pn-rmd-list .wine-btn {
        margin: 0 30px 60px;
    }

    /*  おすすめスペシャル  */
    .pn-rmd-special {
        width: 100%;
    }

    p.st-rmd-special-name {
        margin-bottom: 10px;
    }

    .pn-rmd-special p.st-rmd-special-name a {
        font-size: 2.4rem;
    }

    .st-rmd-special-img {
        width: 100%;
        padding: 0px 70px;
    }

    .pn-rmd-special-detail {
        width: 100%;
        padding: 0 1em;
    }

    .pn-rmd-special-detail p.price {
        margin: 16px 0;
    }

    .pn-rmd-special .wine-btn {
        width: 95%;
        margin-top: 20px;
    }
}


/*************************/
/*           共通          */
/*************************/

h2.pinot-h2 {
    color: #000;
    position: relative;
}

h2.pinot-h2:after {
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 30px;
    height: 5px;
    background-color: #9e005d;
    content: " ";
}

.marker-pinot {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(60%, #f3beae));
    background: linear-gradient(transparent 70%, #f3beae 60%);
    color: #2d2d2d;
    font-weight: bold;
    padding: 0 6px;
}


/* for PC */
@media screen and (min-width:768px) {
    .pinot-contents {
        margin: 25px;
    }

    h2.pinot-h2 {
        font-size: 3.2rem;
        font-weight: normal;
        margin-top: 50px;
    }
}

/* for SP */
@media screen and (max-width:767px) {
    .pinot-contents {
        margin: 15px;
    }

    h2.pinot-h2 {
        font-size: 2.1rem;
        font-weight: bold;
        margin-top: 40px;
        margin-bottom: 20px;
    }
}


/*
.pinot-contents span.point {
    display: inline-block;
    font-size: 75%;
    background-color: #a51647;
    margin: 2px;
    padding: 0px 7px;
    color: #fff;
}
*/

/* TOPへ戻る */
#page_top {
    width: 100px;
    height: 60px;
    position: fixed;
    right: 0px;
    bottom: calc(10% + 90px);
    background: #9e005d;
    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;
}

/*************************/
/*          目次          */
/*************************/
.pinot-outline {
    background-color: #ebebeb;
    margin: 0 auto;
}

h2.pinot-outline-h2 {
    font-weight: normal;
    color: #000;
    border-bottom: 1px solid #000;
    margin: 0 0 25px 0;
    padding: 5px;
}

.pinot-outline ul {
    list-style: disc;
    color: #000;
    line-height: 1.6;
    margin: 0px;
}

/* for PC */

@media screen and (min-width:768px) {
    .pinot-outline {
        width: 600px;
        padding: 35px;
    }

    .pinot-outline a {
        text-decoration: none;
    }
}

/* for SP */
@media screen and (max-width:767px) {
    .pinot-outline {
        padding: 15px 20px;
    }

    .pinot-outline ul {
        padding-left: 30px;
    }
}

/*************************/
/* PNはこんな方におすすめ */
/*************************/
h2.pinot-h2-rmd {
    font-weight: 600;
    color: #000;
    text-align: center;
}

ul.content00-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.content00-wrap > li {
    border: #9e005d 1px solid;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    position: relative;
    background-image: url(https://wine1227.itembox.design/item/img/special/pinotnoir/recommend-img.jpg);
}

.content00-wrap li span {
    position: absolute;
    left: 0;
    top: 58%;
    line-height: 1.4;
    text-align: center;
    color: #000;
    font-weight: bold;
    width: 250px;
}

/* for PC */
@media screen and (min-width:768px) {
    h2.pinot-h2-rmd {
        font-size: 3.2rem;
        margin-top: 50px;
    }

    ul.content00-wrap {
        padding: 0px;
        margin: 40px 25px 60px;
    }

    .content00-wrap li span {
        font-size: 1.8rem;
    }
}

/* for SP */
@media screen and (max-width:767px) {
    h2.pinot-h2-rmd {
        font-size: 2.2rem;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .content00-wrap > li {
        margin-top: 10px;
    }

    .content00-wrap li span {
        font-size: 1.5rem;
    }
}

/*************************/
/* PNとは */
/*************************/
.content01-wrap {
    padding: 20px 0 5px;
}

.content01-right {
    position: relative;
}

/* for PC */

@media screen and (min-width:768px) {
    .content01-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .content01-left {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 55%;
        margin-right: 16px;
    }

    .content01-right {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 45%;
    }

}

/* for SP */
@media screen and (max-width:767px) {
    .content01-right {
        float: right;
        width: 40%;
    }

    .content01-left p:first-child {
        margin-top: 0;
    }
}


/* for Tab以上 */
@media screen and (min-width:1200px) {
    .content01-right:before {
        content: " ";
        width: 130px;
        height: 130px;
        position: absolute;
        top: -75px;
        right: -75px;
        background-color: #fff;
        border-left: 2px solid #000;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

/* for Tab以下 */
@media screen and (max-width:1200px) {
    .content01-right:before {
        content: url(https://wine1227.itembox.design/item/img/special/pinotnoir/clip-img.png);
        top: -15px;
        right: -15px;
        width: 60px;
        height: 60px;
        position: absolute;
        overflow: hidden;
    }
}

/*************************/
/* PN生産地域 */
/*************************/
h3.pinot-area-h3 {
    font-weight: bold;
    color: #000;
}

h4.pinot-area-h4 {
    color: #FFF;
    font-weight: normal;
    text-align: center;
    background-color: #9e005d;
    padding: 5px;
}

.content02-area {
    margin: 40px 0;
}

.content02-wrap {
    overflow: hidden;
}

/* country-lnk使わないかも 20220909 */
a.country-lnk {
    background: #333;
    padding: 9px;
    text-align: center;
    color: #FFF;
    width: 60%;
    margin: 15px auto 30px;
    font-size: 18px;
    line-height: 1.3em;
    display: block;
    text-decoration: none;
}

.content02-wrap img {
    float: right;
    margin: 0px 15px 15px 15px;
    width: 50%;
}

.content02-wrap p {
    margin: 15px;
}

dl.rmd-winery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.rmd-winery dd p {
    margin: 0;
}

a.winery-btn {
    display: inline-block;
    padding-left: 44px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    background: #fbb03b;
    color: #FFF;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    font-weight: bold;
    border-bottom: solid 4px #ae7418;
    border-radius: 3px;
    position: relative;
    margin-top: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
}

a.winery-btn:active {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    border-bottom: none;
}

a.winery-btn:after {
    margin-left: 22px;
    font-size: 1.6rem;
    position: absolute;
    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%20512%20512%22%20fill%3D%22%23ffffff%22%3E%3Cpath%20d%3D%22M256%208c137%200%20248%20111%20248%20248S393%20504%20256%20504%208%20393%208%20256%20119%208%20256%208zm113.9%20231L234.4%20103.5c-9.4-9.4-24.6-9.4-33.9%200l-17%2017c-9.4%209.4-9.4%2024.6%200%2033.9L285.1%20256%20183.5%20357.6c-9.4%209.4-9.4%2024.6%200%2033.9l17%2017c9.4%209.4%2024.6%209.4%2033.9%200L369.9%20273c9.4-9.4%209.4-24.6%200-34z%22%2F%3E%3C%2Fsvg%3E);
    content: "";
    width: 18px;
    height: 18px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* for PC */

@media screen and (min-width:768px) {
    h3.pinot-area-h3 {
        font-size: 2.8rem;
        margin: 25px 15px 35px;
        position: relative;
    }

    h3.pinot-area-h3:before {
        content: '';
        position: absolute;
        z-index: -1;
        left: 0;
        bottom: 0px;
        width: 100%;
        height: 7px;
        background: repeating-linear-gradient(-45deg, #4e591391, #4e591391 2px, #f2f2f2 2px, #f2f2f2 4px);
    }

    h4.pinot-area-h4 {
        font-size: 2rem;
        margin: 15px;
    }

    .content02-area {
        width: 100%;
    }

    dl.rmd-winery {
        padding: 20px;
        width: 100%;
    }

    .rmd-winery dt {
        width: 22%;
        margin-bottom: 40px;
    }

    .rmd-winery dd {
        margin: 0px 0px 40px 0px;
        width: 75%;
    }

    a.winery-btn {
        width: 210px;

    }
}

/* for SP */
@media screen and (max-width:767px) {
    h3.pinot-area-h3 {
        font-size: 1.8rem;
        margin: 0 0 15px;
        padding: 5px;
        text-align: center;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }

    h4.pinot-area-h4 {
        font-size: 1.6rem;
        margin: 15px 0;
    }

    .content02-area {
        width: 100%;
        background-color: #f2f2f2;
        margin-top: 110px;
    }

    dl.rmd-winery {
        padding: 5px;
        width: 100%;
    }

    .rmd-winery dt {
        width: 32%;
        margin-bottom: 15px;
    }

    .rmd-winery dd {
        margin: 0px 0px 15px 0px;
        width: 65%;
    }

    a.winery-btn {
        width: 100%;
        max-width: 210px;

    }

    .content02-area:before {
        height: 110px;
        width: 100%;
        background-size: cover;
        margin: -110px 0 0 0;
        content: " ";
        display: inline-block;
    }

    #area-bur:before {
        background-image: url(https://wine1227.itembox.design/item/img/special/pinotnoir/area-bur.jpg);
        background-position: center;
    }

    #area-cal:before {
        background-image: url(https://wine1227.itembox.design/item/img/special/pinotnoir/area-cal.jpg);
        background-position: top 15% right 0;
    }

    #area-nz:before {
        background-image: url(https://wine1227.itembox.design/item/img/special/pinotnoir/area-nz.jpg);
        background-position: bottom;
    }

    #area-or:before {
        background-image: url(https://wine1227.itembox.design/item/img/special/pinotnoir/area-or.jpg);
        background-position: top;
    }

    #area-aus:before {
        background-image: url(https://wine1227.itembox.design/item/img/special/pinotnoir/area-auz.jpg);
        background-position: center;
    }
}


/*************************/
/* ピックアップPN */
/*************************/
.content03-wrap {
    background-color: #f2f2f2;
}

.content03-right p:nth-child(2) {
    margin: 15px 0;
}

.content03-right p:last-child {
    margin: 0px;
}

.content03-right p:last-child a {
    margin-top: 0;
}

a.special-lnk {
    color: #9e005d;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 2px 8px;
    text-decoration: none;
}


/* for PC */

@media screen and (min-width:768px) {
    .content03-wrap {
        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;
        margin-bottom: 90px;
    }

    .content03-left {
        width: 40%;
        margin: auto;
    }

    .content03-right {
        padding: 15px;
        width: 60%;
    }

    .content03-right p:first-child {
        margin: 0px 0 0 -80px;
    }

    a.special-lnk {
        font-size: 2.6rem;
        line-height: 1.8;
    }
}

/* for SP */
@media screen and (max-width:767px) {
    .content03-left img {
        width: 100%;
    }

    .content03-right {
        position: relative;
        padding: 20px;
    }

    .content03-right p:first-child {
        margin: -80px 0 0 0px;
    }

    a.special-lnk {
        font-size: 2.0rem;
        line-height: 1.8;
    }
}


/*************************/
/* 価格帯別おすすめピノ */
/*************************/
h3.pinot-rmd-h3 {
    color: #1a1a1a;
    border-top: 2px solid #9e005d;
    border-right: 2px solid #9e005d;
    border-left: 2px solid #9e005d;
    padding: 15px 20px;
    margin-top: 40px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(230, 190, 214, 1)), to(rgba(125, 185, 232, 0)));
    background: linear-gradient(to bottom, rgba(230, 190, 214, 1) 0%, rgba(125, 185, 232, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6bed6', endColorstr='#007db9e8', GradientType=0);
}

ul.pinot-item-list {
    padding: 5px;
}

ul.pinot-item-list li .pinot-rmd-ttl p {
    font-weight: 600;
    color: #121212;
}

ul.pinot-item-list span.point {
    display: inline-block;
    font-size: 75%;
    background-color: #a51647;
    margin: 2px;
    padding: 0px 7px;
    color: #fff;
}

.pinot-rmd-btn {
    width: 100%;
    margin-top: 0;
}


a.rmd-btn {
    display: block;
    text-align: center;
    padding-right: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    background: #fbb03b;
    color: #FFF;
    letter-spacing: 0.05em;
    border-bottom: solid 4px #ae7418;
    border-radius: 3px;
    position: relative;
    margin-top: 22px;
}

a.rmd-btn:active {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    border-bottom: none;
}

a.rmd-btn:after {
    margin-left: 22px;
    font-size: 1.6rem;
    position: absolute;
    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%20512%20512%22%20fill%3D%22%23ffffff%22%3E%3Cpath%20d%3D%22M256%208c137%200%20248%20111%20248%20248S393%20504%20256%20504%208%20393%208%20256%20119%208%20256%208zm113.9%20231L234.4%20103.5c-9.4-9.4-24.6-9.4-33.9%200l-17%2017c-9.4%209.4-9.4%2024.6%200%2033.9L285.1%20256%20183.5%20357.6c-9.4%209.4-9.4%2024.6%200%2033.9l17%2017c9.4%209.4%2024.6%209.4%2033.9%200L369.9%20273c9.4-9.4%209.4-24.6%200-34z%22%2F%3E%3C%2Fsvg%3E);
    content: "";
    width: 18px;
    height: 18px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/* 価格帯別のその他のワインリンク */
.other_btn {
    text-align: center;
}

.other_btn a.btnshine {
    /*キラッと光る基点とするためrelativeを指定*/
    position: relative;
    /*ボタンの形状*/
    display:
        inline-block;
    background: #333;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    outline: none;
    overflow: hidden;
    line-height: 2.8em;
}

/* for PC */
@media screen and (min-width:768px) {
    h3.pinot-rmd-h3 {
        font-size: 2.6rem;
    }

    ul.pinot-item-list {
        /* display: flex;
        flex-wrap: wrap;
        justify-content: flex-end; */
        list-style: none;
        display: grid;
        grid-template-columns: auto auto auto;
    }

    ul.pinot-item-list li {
        /* width: 33%; */
        padding: 30px 15px 0;
        box-sizing: border-box;
        /* display: flex;
        flex-wrap: wrap; */
        display: grid;
        grid-template-rows: subgrid;
        grid-row: span 4;
    }

    .pinot-rmd-ttl {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .pinot-rmd-img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .pinot-rmd-detail {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .pinot-rmd-btn {
        order: 4;
    }


    a.rmd-btn {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 1.8rem;
    }
    
    .other_btn a.btnshine {
        width: 60%;
        font-size: 22px;
        margin: 15px auto 60px;
    }

    .other_btn a.btnshine:after {
        content: "";
        background-repeat: no-repeat;
        width: 32px;
        height: 32px;
        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%20512%20512%22%20fill%3D%22%23ffffff%22%3E%3Cpath%20d%3D%22M505%20442.7L405.3%20343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3%2044-79.7%2044-128C416%2093.1%20322.9%200%20208%200S0%2093.1%200%20208s93.1%20208%20208%20208c48.3%200%2092.7-16.4%20128-44v16.3c0%206.4%202.5%2012.5%207%2017l99.7%2099.7c9.4%209.4%2024.6%209.4%2033.9%200l28.3-28.3c9.4-9.4%209.4-24.6.1-34zM208%20336c-70.7%200-128-57.2-128-128%200-70.7%2057.2-128%20128-128%2070.7%200%20128%2057.2%20128%20128%200%2070.7-57.2%20128-128%20128z%22%2F%3E%3C%2Fsvg%3E);
        position: absolute;
        right: 24px;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    /*キラッと光る*/
    .other_btn .btnshine::before {
        content: '';
        /*絶対配置でキラッと光るの位置を決める*/
        position: absolute;
        top: 0;
        left: -75%;
        /*キラッと光る形状*/
        width: 50%;
        height: 100%;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
        transform: skewX(-25deg);
    }

    /*hoverした際の移動のアニメーション*/
    .other_btn .btnshine:hover::before {
        animation: shine 0.7s;
    }

    @keyframes shine {
        100% {
            left: 125%;
        }
    }
}

/* for SP */
@media screen and (max-width:767px) {
    h3.pinot-rmd-h3 {
        font-size: 1.8rem;
    }

    ul.pinot-item-list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        list-style: none;
        padding: 5px;
    }

    ul.pinot-item-list .pinot-rmd-ttl {
        padding-top: 10px;
        width: 100%;
    }

    ul.pinot-item-list li:not(:first-child) .pinot-rmd-ttl {
        border-top: 1px solid #ccc;
    }

    ul.pinot-item-list li .pinot-rmd-ttl p {
        margin: 0;
    }

    ul.pinot-item-list li .pinot-rmd-img {
        width: 40%;
        padding: 5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
    }

    ul.pinot-item-list li div.pinot-rmd-detail {
        width: 60%;
    }

    ul.pinot-item-list li div.pinot-rmd-img img {
        max-width: 100%;
        max-height: 200px;
        -o-object-fit: contain;
        object-fit: contain;
        margin-top: 15px;
    }

    a.rmd-btn {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 1.4rem;
    }
    .other_btn a.btnshine {
        margin: 20px auto 30px;
    }
}