/*************************/


/*           共通          */


/*************************/

.main-img {
    height: auto;
}

h2.cal-h2 {
    color: #000;
    position: relative;
}

h2.cal-h2:after {
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 30px;
    height: 5px;
    background-color: #f59c32;
    content: " ";
}

.marker-cal {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(60%, #f7a0a0));
    background: linear-gradient(transparent 70%, #f7a0a0 60%);
    color: #2d2d2d;
    font-weight: bold;
    padding: 0 6px;
}

.small {
    font-size: 90%;
}

.cal-relation-lnk {
    text-align: right;
}

.cal-relation-lnk p {
    background-color: #f7f5e7;
    display: inline;
    border-radius: 3px;
    border: 1px dotted #1c6988;
    padding: 0 10px;
}

/* テキストリンク */
a.txt_lnk:after {
    padding-left: 6px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.2rem;
    height: 1.2rem;
    margin-left: 4px;
    content: "";
    display: inline-block;
}

/* 黒いボタンリンク */
.bar-lnk a {
    background: #333;
    padding: 15px;
    text-align: center;
    color: #FFF;
    margin: 0px auto;
    line-height: 1.3em;
    display: block;
    text-decoration: none;
    position: relative;
    transition: letter-spacing 0.5s;
}

p.bar-lnk span {
    display: block;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
}

p.bar-lnk span:before {
    content: "＼";
}

p.bar-lnk span:after {
    content: "／";
}

.bar-lnk 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) {
    .cal-contents {
        margin: 25px;
    }

    h2.cal-h2 {
        font-size: 3.2rem;
        font-weight: normal;
        margin-top: 100px;
    }

    h2.cal-h2:first-child {
        margin-top: 50px;
    }

    /* テキストリンク */
    a.txt_lnk:after {
        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%20512%20512%22%20fill%3D%22%23960%22%3E%3Cpath%20d%3D%22M320%200c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h82.7L201.4%20265.4c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200L448%20109.3V192c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V32c0-17.7-14.3-32-32-32H320zM80%2032C35.8%2032%200%2067.8%200%20112V432c0%2044.2%2035.8%2080%2080%2080H400c44.2%200%2080-35.8%2080-80V320c0-17.7-14.3-32-32-32s-32%2014.3-32%2032V432c0%208.8-7.2%2016-16%2016H80c-8.8%200-16-7.2-16-16V112c0-8.8%207.2-16%2016-16H192c17.7%200%2032-14.3%2032-32s-14.3-32-32-32H80z%22%2F%3E%3C%2Fsvg%3E');
    }

    /* 黒いボタンリンク */
    .bar-lnk a {
        width: 70%;
    }

    .bar-lnk a:after {
        right: 40px;
    }

    .bar-lnk a:hover:after {
        right: 30px;
    }

    .bar-lnk a:hover {
        background-color: #552f1c;
        letter-spacing: 0.12em;
    }
}


/* for SP */

@media screen and (max-width:767px) {
    .cal-contents {
        margin: 15px;
    }

    h2.cal-h2 {
        font-size: 2.2rem;
        font-weight: bold;
        margin-top: 90px;
        margin-bottom: 20px;
    }

    h2.cal-h2:first-child {
        margin-top: 40px;
    }

    /* テキストリンク */
    a.txt_lnk:after {
        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%20512%20512%22%20fill%3D%22%23728496%22%3E%3Cpath%20d%3D%22M320%200c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h82.7L201.4%20265.4c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200L448%20109.3V192c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V32c0-17.7-14.3-32-32-32H320zM80%2032C35.8%2032%200%2067.8%200%20112V432c0%2044.2%2035.8%2080%2080%2080H400c44.2%200%2080-35.8%2080-80V320c0-17.7-14.3-32-32-32s-32%2014.3-32%2032V432c0%208.8-7.2%2016-16%2016H80c-8.8%200-16-7.2-16-16V112c0-8.8%207.2-16%2016-16H192c17.7%200%2032-14.3%2032-32s-14.3-32-32-32H80z%22%2F%3E%3C%2Fsvg%3E');
    }
    /* 黒いボタンリンク */
    .bar-lnk a:after {
        right: 25px;
    }

}


/* 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: #eb8205;
    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;
}


/*************************/
/*          目次          */
/*************************/

.cal-outline {
    background-color: #ebebeb;
    margin: 0 auto;
}

h2.cal-outline-h2 {
    font-weight: normal;
    color: #000;
    border-bottom: 1px solid #000;
    margin: 0 0 25px 0;
    padding: 5px;
}

.cal-outline ul {
    list-style: disc;
    color: #000;
    line-height: 1.6;
    margin: 0px;
}


/* for PC */

@media screen and (min-width:768px) {
    .cal-outline {
        width: 600px;
        padding: 35px;
    }
}


/* for SP */

@media screen and (max-width:767px) {
    .cal-outline {
        padding: 15px 20px;
    }

    .cal-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%;
    }
}


/*************************/
/* 価格帯別おすすめワイン */
/*************************/

ul.cal-item-list {
    padding: 5px;
}

ul.cal-item-list li {
    /* display: flex;
    flex-wrap: wrap; */
}

ul.cal-item-list li .cal-rmd-ttl p {
    font-weight: 600;
    color: #121212;
}

ul.cal-item-list span.point {
    display: inline-block;
    font-size: 75%;
    background-color: #000000;
    margin: 2px;
    padding: 0px 7px;
    color: #fff;
}

.cal-rmd-img {
    position: relative;
}

.cal-rmd-img.red:before,
.cal-rmd-img.white:before,
.cal-rmd-img.sparkling:before,
.cal-rmd-img.rose:before,
.cal-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%;
}

.cal-rmd-img.red:before {
    background-color: #c32c2c;
}

.cal-rmd-img.white:before {
    background-color: #8fc32c;
}

.cal-rmd-img.sparkling:before {
    background-color: #2c7cc3;
}

.cal-rmd-img.rose:before {
    background-color: #fb9b9b;
}

.cal-rmd-img.orange:before {
    background-color: #e09d45;
}

.cal-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: #212529;
    border-radius: 0.5rem;
    background-color: orange;
}

/* 価格帯別オススメ見出し */
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.cal-item-list {
        /* display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;*/
        list-style: none; 
        display: grid;
        grid-template-columns: auto auto auto;
    }

    ul.cal-item-list li {
        /* width: 33%; */
        display: grid;
        grid-template-rows: subgrid;
        grid-row: span 4;
        padding: 30px 15px 0;
        box-sizing: border-box;
    }

    .cal-rmd-ttl {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .cal-rmd-img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .cal-rmd-detail {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .cal-rmd-btn {
        order: 4;
    }

    .cal-rmd-img.red:before,
    .cal-rmd-img.white:before,
    .cal-rmd-img.sparkling:before,
    .cal-rmd-img.orange:before {
        top: calc(100% - 60px);
        right: 64px;
        padding: 14px;
        font-size: 26px;
        border-radius: 30px;
    }

    .cal-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.cal-item-list li {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        list-style: none;
        padding: 5px;
    }

    .cal-rmd-ttl {
        padding-top: 10px;
        width: 100%;
    }

    ul.cal-item-list li:not(:first-child) .cal-rmd-ttl {
        border-top: 1px solid #ccc;
    }

    ul.cal-item-list li .cal-rmd-ttl p {
        margin: 0;
    }

    ul.cal-item-list li .cal-rmd-img {
        width: 40%;
        padding: 5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
    }

    ul.cal-item-list li div.cal-rmd-img img {
        max-width: 100%;
        max-height: 200px;
        -o-object-fit: contain;
        object-fit: contain;
        margin-top: 15px;
    }

    ul.cal-item-list li div.cal-rmd-detail {
        width: 60%;
    }

    .cal-rmd-img.red:before,
    .cal-rmd-img.white:before,
    .cal-rmd-img.sparkling:before,
    .cal-rmd-img.orange:before {
        top: calc(calc(100vw - 23px) * 0.35 - 40px);
        left: 50%;
        padding: 10px;
        font-size: 20px;
        border-radius: 20px;
    }

    .cal-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;
    }
}

/*************************/
/* 2,000円台ワイナリー    */
/*************************/
.rmd-2k-winery-wrap {
    border: 1px solid #333;
    padding: 20px;
    margin-top: 100px;
    position: relative;
}

.rmd-2k-winery-wrap:before {
    position: absolute;
    content: "お得情報!!";
    top: 50px;
    left: -5px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    background-color: #fff;
    box-sizing: border-box;
    transform: rotate(-30deg);
    transform-origin: left bottom;
    width: 160px;
    height: 25px;
    text-align: center;
    letter-spacing: 0.2rem;
    font-size: 1.4rem;
}

.h2-2kwinery {
    text-align: center;
    color: #cf5e3b;
    position: relative;
    padding-bottom: 8px;
}

.rmd-2k-winery-wrap ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 1;
    padding: 0;
}

.h2-2kwinery:before {
    content: "";
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22b%22%20width%3D%227.5%22%20height%3D%222.57%22%20viewBox%3D%220%200%207.5%202.57%22%3E%3Cg%20id%3D%22c%22%3E%3Cpath%20d%3D%22M0%2C.58C1.88%2C.58%2C1.88%2C1.98%2C3.75%2C1.98s1.88-1.4%2C3.75-1.4%22%20style%3D%22fill%3Anone%3B%20stroke%3A%23cf5e3b%3B%20stroke-miterlimit%3A10%3B%20stroke-width%3A1.17px%3B%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E%20');
    background-repeat: repeat-x;
    background-size: contain;
    position: absolute;
    left: 10px;
    bottom: 0;
    height: 5px;
    width: calc(100% - 2.8rem);
}


/* for PC */
@media screen and (min-width:768px) {
    .rmd-2k-winery-wrap li {
        width: 49%;
        overflow: hidden;
        margin-top: 15px;
    }

    .rmd-2k-winery-wrap li a img {
        overflow: hidden;
        height: auto;
        transition: transform .6s ease;
    }

    .rmd-2k-winery-wrap li a:hover img {
        transform: scale(1.15);
    }

    .h2-2kwinery {
        margin: 4rem 2rem 7rem;
        font-size: 2.8rem;
    }

}

/* for SP */

@media screen and (max-width:767px) {

    .rmd-2k-winery-wrap p {
        font-size: 1.6rem;
        line-height: 160%;
        margin: 0 0 1.6em;
    }

    .h2-2kwinery {
        font-size: 2.4rem;
        font-weight: bold;
        margin: 4rem 0rem 4rem;
    }
    .rmd-2k-winery-wrap li {
        padding-bottom: 10px;
        width: 100%;
    }
}

/*************************/
/*   覚えておきたい3人    */
/*************************/
.person-list {
    list-style: none;
    padding: 4rem 0 2rem;
    width: 100%;
}

.person-list li {
    border: 1px solid #333;
    padding: 2rem;
    margin-bottom: 6rem;
    position: relative;
    background-color: #fff;
}

.person-list li:after {
    width: 100%;
    height: 100%;
    content: "";
    border: 1px solid #333;
    position: absolute;
    top: 10px;
    left: -10px;
    z-index: -1;
}

.person-list li p {
    font-size: 1.7rem;
}

.person-list li div {
    max-width: 300px;
    padding: 1rem;
    position: relative;
}

.person-list li:nth-child(odd) div {
    float: right;
}

.person-list li:nth-child(even) div {
    float: left;
}

.person-list li div:after {
    content: attr(data-name);
    position: absolute;
    right: 10px;
    bottom: 0;
    font-family: 'Ephesis', cursive;
    font-size: 3.4rem;
    transform: rotate(-5deg);
    color: #c34a19;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

.person-list li .person-list-h3 {
    margin: 0;
    position: absolute;
    text-align: center;
    background-color: #fff;
    border-right: 1px solid #333;
    border-left: 1px solid #333;
    width: 300px;
    top: -1.5rem;
}

.person-list li .person-list-h3:before {
    content: attr(data-date);
    position: absolute;
    text-align: center;
    font-size: 1.3rem;
    letter-spacing: 0.2rem;
    font-style: italic;
    color: #c3ab8c;
    bottom: -16px;
    left: 0;
    width: 100%;
}

.person-list li p:last-of-type {
    margin-bottom: 0;
}

.person-list li p:first-child {
    margin: 10rem 0 1.8em;
}

.person-list li p:nth-of-type(1) {
    margin-top: 1.2rem;
}

.person-score-lnk a {
    background: #333;
    padding: 15px;
    text-align: center;
    color: #FFF;
    margin: 0px auto;
    line-height: 1.3em;
    display: block;
    text-decoration: none;
    position: relative;
    transition: letter-spacing 0.5s;
}

p.person-score-lnk span {
    display: block;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
}

p.person-score-lnk span:before {
    content: "＼";
}

p.person-score-lnk span:after {
    content: "／";
}

.person-score-lnk 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) {
    .person-list li:nth-child(odd) .person-list-h3 {
        right: 2rem;
    }

    .person-list li:nth-child(even) .person-list-h3 {
        left: 2rem;
    }

    .person-score-lnk a {
        width: 70%;
    }

    .person-score-lnk a:after {
        right: 40px;
    }

    .person-score-lnk a:hover:after {
        right: 30px;
    }

    .person-score-lnk a:hover {
        background-color: #552f1c;
        letter-spacing: 0.12em;
    }
}

/* for SP */
@media screen and (max-width:767px) {

    .person-list li .person-list-h3 {
        left: 50%;
        transform: translateX(-50%);
    }

    .person-list li div {
        margin-bottom: 1.4rem;
    }

    .person-score-lnk a:after {
        right: 25px;
    }
}

/*************************/
/*  知っておきたい3つの出来事   */
/*************************/

.event-img img {
    display: block;
}
.event-box-content{
    padding: 1rem 0 4rem;
}
.event-box-content p {
    font-size: 1.7rem;
}

.event-box-content:nth-of-type(odd) .event-img {
    padding-right: 5px;
    border-right: 1px solid #333;
}

.event-box-content:nth-of-type(even) .event-img {
    padding-left: 5px;
    border-left: 1px solid #333;
}

.event-linklist
 {
    border: 1px solid #333;
    padding: 0.8rem;
    background-color: #f9f9f2;
}

.event-linklist h4 {
    background-color: #d17009;
    color: #fff;
    font-size: 1.7rem;
    padding: 0.4rem 0.8rem;
    margin: 0;
}

.event-linklist p {
    margin: 0.8rem 0.8rem 0.6rem;
}


/* for PC */
@media screen and (min-width:768px) {
    .event-h3 {
        font-size: 2.6rem;
        margin-top: 1rem;
    }
    .event-img {
        width: 40%;
        box-sizing: border-box;
    }
    .event-box-content:nth-of-type(odd) .event-img {
        float: left;
        margin-right: 10px;
    }
    
    .event-box-content:nth-of-type(even) .event-img {
        float: right;
        margin-left: 10px;
    }

}

/* for SP */
@media screen and (max-width:767px) {
    .event-h3 {
        font-size: 1.8rem;
        line-height: 1.4;
        order: 1;
        margin-top: 2.6rem;
    }
    .event-box-content {
        display: flex;
        flex-wrap: wrap;
    }
    
    .event-img {
        order: 2;
        width: 100%;
    }
    
    .event-txt {
        order: 3;
    }
}

/*************************/
/* ジンファンデルの秘密   */
/*************************/

.cal-zin-wrap {
    background-color: #e9e6e8;
    position: relative;
    padding: 110px 15px 40px;
}

.cal-zin-h2 {
    display: inline-block;
    position: absolute;
    color: #FFF;/*フォントカラー*/
    background: #8b073d;/*背景色*/
    top: 0;
}

.cal-zin-h2:after {
    position: absolute;
    content: '';
    top: 100%;
    right: 0;
    border: none;
}

.cal-zin-h2:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
}

.cal-zin-wrap h3.rmd-wine-h3 {
    margin-top: 6rem;
}

/* for PC */
@media screen and (min-width:768px) {
    .cal-zin-h2 {
        font-size: 2.2rem;/*フォントサイズ*/
        padding: 15px 40px;
        width: calc(100% + 40px);
        left: -20px;
    }
    .cal-zin-wrap {
        margin: 80px 15px 0;
    }
    .cal-zin-h2:before {
        border-bottom: solid 15px transparent;
        border-right: solid 20px rgb(158 149 153);/*折り返し部分*/
    }
    .cal-zin-h2:after {
        border-bottom: solid 15px transparent;
        border-left: solid 20px rgb(158 149 153);/*折り返し部分*/
    }
    img.cal-zin-img {
        float: right;
        width: 50%;
        margin: 10px;
    }
}

/* for SP */
@media screen and (max-width:767px) {
    .cal-zin-h2 {
        font-size: 1.8rem;
        padding: 15px 20px;
        width: calc(100% + 30px);
        left: -15px;
    }
    
    .cal-zin-wrap {
        margin: 40px -5px 0;
    }
    
    .cal-zin-h2:before {
        border-bottom: solid 10px transparent;
        border-right: solid 15px rgb(158 149 153);
    }
    
    .cal-zin-h2:after {
        border-bottom: solid 10px transparent;
        border-left: solid 15px rgb(158 149 153);
    }
    img.cal-zin-img {
        margin-top: -120px;
    }
}

/*************************/
/* 　　　地形と気候　   　　*/
/*************************/

.cal-climate-content{
    padding: 14px;
    background-color: #f5f0ee;
}
.cal-climate-content img {
    padding-left: 10px;
}
.cal-climate-content h4 {
    border-left: 6px solid #ab501a;
    padding: 4px 12px;
}
.cal-climate-content p:last-child {
    margin-bottom: 1rem;
}
/* for PC */
@media screen and (min-width:768px) {
    .cal-climate-content{
        margin: 40px 10px 40px;
    }

    .cal-climate-content img {
        width: 40%;
        float: right;
        margin-top: -30px;
    }
    .cal-climate-content h4 {
        margin: 0.8rem 0 1.6rem;
        font-size: 2.2rem;
    }
}
/* for SP */
@media screen and (max-width:767px) {
    .cal-climate-content{
        margin: 40px 0px 40px;
        position: relative;
    }
    .cal-climate-content img {
        position: absolute;
        top: 6.8rem;
        left: 10px;
    }
    .cal-climate-content h4 {
        margin-top: 0.8rem;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: calc(100vw - 2.6rem);
        font-size: 1.8rem;
        font-weight: bold;
    }
}

/*************************/
/* 　主要ワイン産地   　　*/
/*************************/
.california-ava-wrap {
    background-color: #f5f0ee;
    border: 2px solid #8b1717;
    list-style: none;
    padding: 10px;
    margin-bottom: 40px;
}
.california-ava-h3 {
    /* display: block; */
    font-weight: bold;
    color: #8b1717;
    margin: 0 0 1.8rem;
    padding: 15px 5px 17px;
    position: relative;
}

.california-ava-h3:after {
    content: "";
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 4px;
    position: absolute;
    background-image: repeating-linear-gradient(90deg, transparent, transparent 6px, rgb(48 48 48) 6px, rgb(56 56 56) 7px);
    transform: skew(-45deg);
    z-index: 1;
}

.california-ava-list {
    background-color: #ffffff;
    padding: 6px;
    border: 1px solid #000;
    font-size: 1.6rem;
    line-height: 1.8;
}

span.ava-title {
    background-color: #000000;
    color: #ffffff;
    margin-left: -20px;
    margin-right: 10px;
    padding: 3px 10px;
}
.california-ava-wrap img {
    float: right;
    margin-left: 30px;
}

/* for PC */
@media screen and (min-width:768px) {
    .california-ava-h3 {
        font-size: 2.2rem;
        width: calc(100% - 150px);
    }
    .california-ava-wrap img {
        width: 150px;
        margin-top: -110px;
    }
    .california-ava-list {
        margin: 0 20px 30px 18px;
    }
}
/* for SP */
@media screen and (max-width:767px) {
    .california-ava-h3 {
        font-size: 2.0rem;
    }
    .california-ava-wrap img {
        width: 30%;
    }
    .california-ava-list {
        position: relative;
        padding-top: 40px;
        margin: 0 9px 30px 18px;
    }
    span.ava-title {
        position: absolute;
        top: 5px;
        font-size: 1.4rem;
    }
}

/*************************/
/* おすすめワイナリー   　　*/
/*************************/

.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;
    }

}