/*************************/
/*           共通          */
/*************************/


h2.australia-h2 {
    color: #000;
    position: relative;
}

h2.australia-h2:after {
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 30px;
    height: 5px;
    background-color: #ea2626;
    content: " ";
}

.marker-australia {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(60%, #aedef3));
    background: linear-gradient(transparent 70%, #aedef3 60%);
    color: #2d2d2d;
    font-weight: bold;
    padding: 0 6px;
}

.small {
    font-size: 90%;
}

.australia-relation-lnk {
    text-align: right;
    margin: 0 0 1.8em;
}

.australia-relation-lnk p {
    background-color: #f7f5e7;
    display: inline;
    border-radius: 3px;
    border: 1px dotted #1c6988;
    padding: 0 10px;
}


/* for PC */

@media screen and (min-width:768px) {
    .australia-contents {
        margin: 25px;
    }

    h2.australia-h2 {
        font-size: 3.2rem;
        font-weight: normal;
        margin-top: 100px;
    }

    h2.australia-h2:first-child {
        margin-top: 50px;
    }
}


/* for SP */

@media screen and (max-width:767px) {
    .australia-contents {
        margin: 15px;
    }

    h2.australia-h2 {
        font-size: 2.2rem;
        font-weight: bold;
        margin-top: 90px;
        margin-bottom: 20px;
    }

    h2.australia-h2:first-child {
        margin-top: 40px;
    }

    .australia-relation-lnk p {
        padding: 3px 5px;
        font-size: 1.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: #a90404;
    opacity: 0.8;
    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;
}


/*************************/
/*          目次          */
/*************************/

.australia-outline {
    background-color: #ebebeb;
    margin: 0 auto;
}

h2.australia-outline-h2 {
    font-weight: normal;
    color: #000;
    border-bottom: 1px solid #000;
    margin: 0 0 25px 0;
    padding: 5px;
}

.australia-outline ul {
    list-style: disc;
    color: #000;
    line-height: 1.6;
    margin: 0px;
}

li.outline-rmdwine {
    position: relative;
    z-index: 1;
    margin: 10px 0;
    padding: 10px 5px 10px 0;
}

li.outline-rmdwine:before {
    content: "";
    width: calc(100% + 35px);
    height: calc(100% + 5px);
    background-color: #ffffff;
    border-left: 5px #a90404 solid;
    box-sizing: border-box;
    position: absolute;
    left: -35px;
    top: 0px;
    z-index: -1;
    border-radius: 8px;
}

/* for PC */
@media screen and (min-width:768px) {
    .australia-outline {
        width: 600px;
        padding: 35px;
    }
}


/* for SP */
@media screen and (max-width:767px) {
    .australia-outline {
        padding: 15px 20px;
    }

    .australia-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;
    }
    .rmd-lnk-wrap li {
        width: 49%;
        overflow: hidden;
    }
    .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%;
    }
}

/*************************/
/* オーストラリア３つの特色*/
/*************************/
.australia-h2-feature {
    font-weight: 600;
    color: #b51a1a;
    text-align: center;
}

.australia-h3-feature {
    color: #000000;
/*    position: relative;*/
    margin-top: 30px;
    margin-bottom: 10px;
}

h3.australia-h3-feature:before {
    font-family: 'Alex Brush', cursive;
    color: #ce3636;
    font-size: 4.2rem;
/*    left: 0px;*/
    content: "No."counter(number);
}

ul.content00-wrap {
    list-style: none;
    padding-left: 0;
}

.content00-wrap li {
    counter-increment: number;
}

/* その1 */
.content00-list1-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-top: 0px;
}

img.content00-list1-img1 {
    z-index: 2;
    position: absolute;
    top: 20px;
    left: 0;
}

img.content00-list1-img2 {
    width: 47%;
    height: auto;
}

.content00-list1-img:before {
    width: 50%;
    content: "";
    background-color: #f7eaea;
    position: absolute;
    z-index: -1;
}

/* その2 */
.content00-list2-img {
    position: relative;
    margin-bottom: 30px;
}

.content00-list2-img:before {
    content: "";
    background-color: #f7eaea;
    position: absolute;
    top: -70px;
    z-index: -1;
}

/* その3 */
.content00-list3 div {
    padding: 14px;
    background-color: #fbf3f3;
    margin: 10px 10px 40px;
}

.content00-list3 div img {
    padding-left: 10px;
}

.content00-list3 h4 {
    font-size: 2.2rem;
    border-left: 6px solid #ba3636;
    padding-left: 12px;
}

.content00-list3 div p:last-child {
    margin-bottom: 1em;
}


/* for PC */
@media screen and (min-width:768px) {
    .australia-h2-feature {
        font-size: 3.2rem;
        margin-top: 50px;
    }

    .australia-h3-feature {
        font-size: 2.6rem;
    }

    h3.australia-h3-feature:before {
        margin-right: 20px;
    }

    .content00-wrap li:nth-of-type(2) h3 {
        text-align: right;
    }

    ul.content00-wrap {
        width: 100%;
        margin-top: 40px;
    }


    .content00-wrap li {
        padding-bottom: 20px;
    }


    /* その１ */
    .content00-list1-img {
        margin-bottom: 135px;
    }

    img.content00-list1-img1 {
        width: 55%;
    }

    .content00-list1-img:before {
        top: -70px;
        right: 80px;
        height: 330px;
    }

    /* その２ */
    .content00-list2-img:before {
        width: 50%;
        height: 300px;
        right: 50px;
    }

    img.content00-list2-img1 {
        padding-right: 240px;
    }

    /*   その３*/
    .content00-list3 h4 {
        margin: 1.6rem 0;
    }

    .content00-list3 div img {
        width: 40%;
        float: right;
        margin-top: -30px;
    }
}


/* for SP */

@media screen and (max-width:767px) {
    .australia-h2-feature {
        font-size: 2.6rem;
        margin-top: 60px;
        margin-bottom: 0;
    }

    .australia-h3-feature {
        font-size: 2.2rem;
    }

    .australia-h3-feature:before {
        display: block;
        line-height: 0.8;
    }
    .content00-wrap li {
        position: relative;
        margin-top: 60px;
    }
    .content00-wrap li.content00-list1 {
        margin-top: 20px;
    }

    img.content00-list1-img1 {
        width: 90%;
    }

    .content00-list1-img:before {
        top: 30px;
        right: -15px;
        height: 130px;
    }

    img.content00-list1-img2 {
        width: 47%;
    height: calc(100vw * 0.47 * 0.8);
    margin-bottom: calc((100vw * 0.9 * 0.914) - 100vw * 0.47 * 0.8);
}
    
    /* その２ */
    .content00-list2-img:before {
        width: 60%;
        height: calc((100vw - 38px) * 0.666 + 90px);
        right: 30px;
    }
    
    /*    その３ */
    .content00-list3 div {
        position: relative;
    }

    .content00-list3 h4 {
        margin: 1.6rem calc(40% - 30px) 30px 0;
    }

    .content00-list3 div img {
        position: absolute;
        width: 40%;
        right: -20px;
        top: -20px;
    }
}

/*************************/
/* オーストラリアのAVA */
/*************************/

ul.australia-ava-lv1 {
    background-color: #fbf3f3;
    border: 2px solid #ba3636;
    list-style: none;
    padding: 10px;
    margin-bottom: 40px;
}

ul.australia-ava-lv1 > li {
    position: relative;
}

ul.australia-ava-lv1 > li p {
    padding: 10px;
    margin: 0;
}

ul.australia-ava-lv1 > li > b {
    background-color: #ba3636;
    display: block;
    color: #fff;
    padding: 10px;
    font-size: 2.0rem;
}

ul.australia-ava-lv1 > li > b span:first-child {
    color: #fbf3f3;
}

ul.australia-ava-lv1 li > b span:first-child {
    font-family: 'Alex Brush', cursive;
}

ul.australia-ava-lv2 {
    list-style: none;
    margin: 0;
    padding: 10px;
}

ul.australia-ava-lv2 > li{
    counter-increment: number;
}

ul.australia-ava-lv2 > li > b {
    margin-left: 30px;
    position: relative;
}

ul.australia-ava-lv2 > li > b:before {
    content: counter(number);
    background-color: #000;
    color: #fff;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    text-align: center;
    display: inline-block;
    line-height: 1.4;
    margin-right: 10px;
    position: absolute;
    left: -30px;
    top: 0;
}

ul.oregon-ava-lv2 li > b span:first-child {
    color: #576f58;
}

.australia-ava-disc {
    margin-bottom: 20px;
    min-height: 8em;
}

/* 代表的生産者 */
.australia-ava-winery {
    background-color: white;
    padding: 6px;
    border: 1px solid #000;
    margin: 0 20px 30px 18px;
    font-size: 1.6rem;
}

span.ava-winery-title {
    background-color: #bd5a5a;
    color: #ffffff;
    margin-left: -20px;
    margin-right: 20px;
}

/* 検索ボタン */
a.wine-btn {
    background-color: #000;
    color: #fff;
    text-decoration: none;
    margin-left: 5px;
    padding: 6px 30px 6px 6px;
    font-size: 14px;
    position: relative;
    display: inline-block;
    line-height: 1;
}

a.wine-btn:after {
    position: absolute;
    right: 0px;
    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);
    content: "";
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

a.wine-btn:hover {
    opacity: 60%;
}

/* for PC */
@media screen and (min-width:768px) {
    img.ava-map {
        position: absolute;
        right: 0;
        top: -30px;
        margin-right: 20px;
        width: 30%;
    }

    ul.australia-ava-lv1 > li .australia-ava-disc > p {
        width: 65%;
    }

    span.ava-winery-title {
        padding: 5px 10px;
    }

    ul.australia-ava-lv1 li > b span:first-child {
        padding-left: 10px;
        font-size: 2.2rem;
    }
}


/* for SP */
@media screen and (max-width:767px) {
    img.ava-map {
        margin-top: -20px;
        width: 100%;
        padding: 0px 30px;
    }

    .australia-ava-winery {
        position: relative;
        padding-top: 40px;
    }

    span.ava-winery-title {
        position: absolute;
        top: 5px;
        font-size: 1.4rem;
        padding: 3px 10px;
    }

    ul.australia-ava-lv1 li > b span:first-child {
        font-size: 1.8rem;
        display: block;
        padding-left: 0;
    }

    ul.australia-ava-lv2 > li > b span:first-child {
        margin-left: 30px;
    }
}


/*************************/
/* スパークリングレッド */
/*************************/
.content-spred-img {
    position: relative;
    text-align: center;
}

.content-spred-img:before {
    position: absolute;
    content: url("https://wine1227.itembox.design/item/img/country/australia/sparkling-red-star1.png");
    top: 0;
    right: 15px;
    z-index: 10;
}

.content-spred-img:after {
    position: absolute;
    content: url(https://wine1227.itembox.design/item/img/country/australia/sparkling-red-star2.png);
    bottom: -25px;
    left: -15px;
    z-index: 10;
}

img.sparkling01 {
    position: relative;
}

img.sparkling02 {
    width: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: -1;
}

img.sparkling03 {
    z-index: -2;
    position: relative;
}

.content-spred-img span:after {
    content: "";
    background-color: #f1dc67;
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translate(0, -60%);
    transform: translate(0, -60%);
    z-index: -3;
}



/* for PC */
@media screen and (min-width:768px) {
    .content-spred-img {
        width: 50%;
        float: right;
        margin: 30px 0 30px 10px;
    }

    img.sparkling01 {
        width: 80%;
        margin-right: 20%;
    }

    img.sparkling03 {
        width: 80%;
        margin-top: 50px;
    }

    .content-spred-img span:after {
        width: 220px;
        height: 220px;
    }
}

/* for SP */
@media screen and (max-width:767px) {
    .content-spred-img {
        margin: 30px 0;
    }

    img.sparkling01 {
        width: 60%;
        margin-right: 40%;
    }

    img.sparkling03 {
        width: 60%;
        margin-top: 30px;
    }

    .content-spred-img span:after {
        width: 50%;
        height: 50%;
    }

    .content-spred-img:before,
    .content-spred-img:after {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}



/*************************/
/* スクリューキャップ       */
/*************************/

.content-screw-img {
    position: relative;
    margin-top: 30px;
}

img.screwcap {
    width: 80%;
    margin-right: 20%;
}

.content-screw-img:before {
    position: absolute;
    content: "";
    width: 80%;
    height: calc(80% + 40px);
    background-color: #f1dc67;
    z-index: -1;
    top: 40px;
    left: 30px;
}

.content-screw-img:after {
    position: absolute;
    content: url(https://wine1227.itembox.design/item/img/country/australia/screwcap-bubble.png);
    bottom: -60px;
    right: 25px;
    z-index: 10;
}

/* for PC */
@media screen and (min-width:768px) {
    .content-screw-img {
        float: left;
        width: 50%;
        margin-bottom: 45px;
    }
}

/* for SP */
@media screen and (max-width:767px) {
    .content-screw-img {
        margin-bottom: 70px;
    }
}



/*************************/
/* ナチュラルワイン      */
/*************************/

.content-natural-img {
    position: relative;
    margin-top: 30px;
    text-align: right;
}

img.natural01 {
    width: 70%;
}

img.natural02 {
    width: 50%;
    position: absolute;
    top: 0;
    z-index: -1;
}

.content-natural-img:after {
    width: 70%;
    height: 70%;
    background-color: #f1dc67;
    position: absolute;
    content: "";
    z-index: -2;
    top: 60px;
    right: 30px;
}

a.wd_btn {
    background: #000000;
    padding: 15px 25px;
    text-align: center;
    color: #FFF;
    width: 70%;
    margin: 0 auto;
    line-height: 1.3em;
    text-decoration: none;
}

a.wd_btn:hover {
    opacity: 60%;
}

/* for PC */
@media screen and (min-width:768px) {

    .content-natural-img {
        float: right;
        width: 45%;
        margin-bottom: 45px;
    }

    img.natural02 {
        left: 20px;
    }

    img.natural01 {
        margin: 90px auto 40px 40px;
    }

    a.wd_btn {
        font-size: 20px;
    }

}

/* for SP */
@media screen and (max-width:767px) {

    img.natural01 {
        margin: 90px auto 0px 40px;
    }

    img.natural02 {
        left: 0px;
    }

    .lnk-winediamonds p {
        margin-bottom: 4px;
        font-size: 1.4rem;
        font-weight: bold;
        color: #9a342a;
    }

    a.wd_btn {
        font-size: 16px;
        display: block;
    }
}

/*************************/
/* オルタナティブ品種       */
/*************************/

.content-alternative-img {
    position: relative;
    margin-top: 30px;
}

img.alternative {
    width: 85%;
    margin-left: 15%;
}

.content-alternative-img:before {
    position: absolute;
    content: "";
    width: 85%;
    height: calc(80% + 40px);
    background-color: #f1dc67;
    z-index: -1;
    top: 40px;
    right: 30px;
}

/* .content-alternative-img:after {
    position: absolute;
    content: url(https://wine1227.itembox.design/item/img/country/australia/screwcap-bubble.png);
    bottom: -60px;
    right: 25px;
    z-index: 10;
} */

/* for PC */
@media screen and (min-width:768px) {
    .content-alternative-img {
        float: right;
        width: 50%;
        margin-bottom: 45px;
    }
}

/* for SP */
@media screen and (max-width:767px) {
    .content-alternative-img {
        margin-bottom: 70px;
    }
}

/* オルタナティブ理由 */
ul.alternative-reason {
    list-style: none;
    margin: 0;
    padding: 10px;
}

ul.alternative-reason li{
    counter-increment: number;
}
ul.alternative-reason > li > b {
    margin-left: 36px;
    position: relative;
    font-size: 2.0rem;
}

ul.alternative-reason > li > b:before {
    content: counter(number);
    background-color: #ba3636;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    text-align: center;
    display: inline-block;
    line-height: 1.4;
    margin-right: 10px;
    position: absolute;
    left: -36px;
    top: 0;
}

/* オルタナティブ品種 */
.alternative-list {
    background-color: #fbf3f3;
    padding: 6px;
    border: 1px solid #000;
    margin: 0 0 30px;
    font-size: 1.6rem;
}

p.alternative-title {
    background-color: #bd5a5a;
    padding: 0 8px;
    color: #fff;
}

.alternative-list p {
    margin-bottom: 1rem;
}

p.alternative-white,p.alternative-red {
    font-size: 1.6rem;
}

p.alternative-white:before {
    content: "白";
    background-color: #000;
    color: #fff;
    padding: 0 10px 0 10px;
    margin: 0 10px;
}

p.alternative-red:before {
    content: "赤";
    background-color: #000;
    color: #fff;
    padding: 0 10px 0 10px;
    margin: 0 10px;
    
}

/*************************/
/* おすすめオーストラリアワイン */
/*************************/

h3.australia-rmd-h3 {
    color: #ffffff;
    padding: 15px 20px;
    margin-top: 40px;
    background-color: #ba3636;
    position: relative;
}

.australia-rmd-h3:before {
    position: absolute;
    content: "";
    width: calc(100% - 12px);
    height: calc(100% - 3px);
    top: -4px;
    left: 3px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

.australia-rmd-h3:after {
    position: absolute;
    content: "";
    width: calc(100% - 3px);
    height: calc(100% - 9px);
    top: 0px;
    left: -6px;
    border-right: 2px solid #000;
    border-left: 2px solid #000;
}

ul.australia-item-list {
    padding: 5px;
}

ul.australia-item-list li .australia-rmd-ttl p {
    font-weight: 600;
}

ul.australia-item-list span.point {
    display: inline-block;
    font-size: 75%;
    background-color: #a51647;
    margin: 2px;
    padding: 0px 7px;
    color: #fff;
}

.australia-rmd-btn {
    width: 100%;
    margin-top: 0;
}

a.winery-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: 0px;
}

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%);
}


/* 価格バッジ */

.australia-rmd-img {
    position: relative;
}

.australia-rmd-img a:before {
    font-weight: bold;
    position: absolute;
    right: 0px;
    color: #3c3c3c;
    font-size: 1.8rem;
    display: block;
    z-index: 8;
    width: 100%;
}

.flag-2k a:before {
    content: "\0a5 2,000 \FF5E";
    /* ２０００円～ */
}

.flag-5k a:before {
    content: "\0a5 5,000 \FF5E";
    /* ５０００円～ */
}

.flag-10k a:before {
    content: "\0a5 10,000 \FF5E";
    /* １００００円～ */
}
.flag-2k a:after,
.flag-5k a:after,
.flag-10k a:after {
    content: url(https://wine1227.itembox.design/item/img/country/australia/rmd-price.png);
    position: absolute;
    /*    left: -30px;*/
    z-index: 7;
    width: 100%;
    /* height: 12px; */
    padding: 0 10px 0 5px;
}


/* 価格帯別のその他のワインリンク */
.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.australia-rmd-h3 {
        font-size: 2.6rem;
    }

    ul.australia-item-list {
        /* display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;*/
        list-style: none; 
        display: grid;
        grid-template-columns: auto auto auto;
    }

    ul.australia-item-list li {
        /* width: 33%; */
        /* display: flex;
        flex-wrap: wrap; */
        padding: 30px 15px 0;
        box-sizing: border-box;
        display: grid;
        grid-template-rows: subgrid;
        grid-row: span 4;
    }

    .australia-rmd-ttl {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .australia-rmd-img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .australia-rmd-img img {
        width: 100%;
        height: auto;
    }

    .australia-rmd-img a:before {
        top: 20px;
    }

    .australia-rmd-img a:after {
        top: 0px;
        left: -30px;
    }

    .australia-rmd-detail {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .australia-rmd-btn {
        order: 4;
    }

    a.winery-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.australia-rmd-h3 {
        font-size: 1.8rem;
    }

    ul.australia-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.australia-item-list .australia-rmd-ttl {
        padding-top: 10px;
        width: 100%;
        font-size: 2rem;
    }

    ul.australia-item-list li:not(:first-child) .australia-rmd-ttl {
        border-top: 1px solid #ccc;
    }

    ul.australia-item-list li .australia-rmd-ttl p {
        margin: 0;
    }

    ul.australia-item-list li .australia-rmd-img {
        width: 40%;
        padding: 5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
    }

    .australia-rmd-img a:before {
        top: 25px;
    }

    .australia-rmd-img a:after {
        top: 0px;
        left: -50px;
    }

    ul.australia-item-list li div.australia-rmd-detail {
        width: 60%;
    }

    ul.australia-item-list li div.australia-rmd-img img {
        max-width: 100%;
        max-height: 200px;
        -o-object-fit: contain;
        object-fit: contain;
        margin-top: 45px;
    }

    a.winery-btn {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 1.4rem;
    }

    .other_btn a.btnshine {
        margin: 20px auto 30px;
    }
}


/*************************/
/* おすすめワイナリー */
/*************************/

.australia-h3-winery {
    margin: 5px 0 0;
}

.content03-rmd-winery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.content03-rmd-winery h2 {
    width: 100%;
}

.card {
    height: auto;
    position: relative;
}

.card img {
    width: 100%;
    height: auto;
    padding: 15px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.card a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}

.card a:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

.card__imgframe {
    width: 100%;
    height: auto;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 10px solid #f3dd5e;
}

.card__textbox {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #3a5e8a;
    border: 3px solid #234e82;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card__textbox > * + * {
    margin-top: 10px;
}

.card__titletext {
    font-size: 20px;
    font-weight: bold;
    line-height: 125%;
    margin-top: 0px;
}

.card__overviewtext {
    line-height: 150%;
}


/* for PC */

@media screen and (min-width:768px) {
    .australia-h3-winery {
        font-size: 2.6rem;
        padding: 15px 5px 10px;
    }

    .content03-rmd-winery {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 5px;
    }

    .card {
        width: 32%;
        margin: 0 4px 20px;
    }

    .card__titletext {
        padding: 10px 18px 10px;
    }

    .card__overviewtext {
        padding: 0 18px 18px;
        margin-top: auto;
    }
}


/* for SP */

@media screen and (max-width:767px) {
    .australia-h3-winery {
        font-size: 2.0rem;
        padding: 15px 5px 0px;
    }

    .content03-rmd-winery {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .card {
        width: 48%;
        margin-top: 20px;
    }

    .card__titletext {
        display: none;
    }

    .card__overviewtext {
        padding: 0 10px 18px;
    }
}


/*************************/
/* 著者情報 */
/*************************/

.author {
    border: solid 3px whitesmoke;
    border-radius: 5px;
    margin: 40px 0 40px auto;
    padding: 10px;
}

.author-img img {
    border-radius: 50%;
}

.author-desc p {
    font-size: 1.6rem;
    margin: 0;
}
p.author-name {
    font-weight: bold;
    color: #1b609c;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

/* for PC */
@media screen and (min-width:768px) {
    .author {
        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;
        width: 90%;
    }

    .author-img {
        width: 15%;
    }

    .author-desc {
        width: 80%;
    }
}


/* for SP */
@media screen and (max-width:767px) {
    .author {
        position: relative;
    }

    p.author-name {
        text-align: center;
        margin: 20px 0;
    }

    .author-img {
        position: absolute;
        width: 60px;
    }
}