@charset "UTF-8";

div#wrap.outline div#contentW h3 {
    text-align: left;
}

div#contentW,div#wrap.outline div#contentW div.box {
    width: auto;
}

figure {
    margin: 0;
}

figcaption {
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
}

h2, h3, p {
    font-family: "Zen Old Mincho", serif;
}

p {
    font-weight: 400;
    font-size: 16px;
}

h2 {
    margin-bottom: 26px;
    width: auto;
    height: auto;
    color: #413e46;
}

div#wrap.outline div#contentW h3 {
    font-size: 20px;
    color: #413e46;
    border-left: 8px solid #413e46;
    padding-left: 1rem;
}

.lead {
    font-size: 16px;
    margin-bottom: 42px;
    line-height: 1.8;
}

.item_img {
    margin: 46px auto;
    width: 40%;
}

.item_img img {
    width: 100%;
}

.img_wrap {
    width: 40%;
    margin: 60px auto;
}

.img_wrap img {
    width: 100%;
}
div#wrap.outline div#contentW div.picture_wrap {
    margin-top: 60px;
    margin-bottom: 60px;
}

.picture_wrap {
    display: flex;
    gap: 30px;
}

.picture_wrap .img_wrap {
    width: 100%;
    margin: 0;
}

.poster_wrap,.poster_wrap .img_wrap,.poster_wrap .img_wrap img {
    width: 100%;
}

.poster_wrap .img_wrap {
    margin: 0;
}

/*「GI福岡」認定酒ボタン
--------------------------*/

.button_ninteisyu {
    position: relative;
    width: 450px;
    text-align: center;
    border: 1px solid #767664;
    
    margin: 0 auto 42px auto;
    border-radius: 5px;
    font-size: 18px;
    box-shadow: 1px 1px 1px #767664;
    background: url('../img_under/content_bg_gradation.jpg') repeat-x 0 0;
    transition: .1s;
}
.button_ninteisyu:hover  {
    transform: translateY(1px);
    box-shadow: 0 0 0 #767664;
    opacity: .7;
}


.button_ninteisyu::before {
    content: ">";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-55%);
    right: 15px;
    color: #666;
    font-size: 24px;
}

.button_ninteisyu a {
    display: block;
    width: 100%;
    color: #666;
    padding: 15px 0;
}

.button_ninteisyu a,
.button_ninteisyu a:hover,
.button_ninteisyu a:focus {
  text-decoration: none;
}

/*動画
--------------------------*/


.prVideo {
    position: relative;
    width: 100%;
    height: fit-content;
    margin-bottom: 42px;
}
.pr_Video {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background-color: #000;
    cursor: pointer;
}

.layer_bk {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    z-index: 5;
    opacity: 1;
    transition: opacity 0.5s ease;
}
.layer_bk.is-hide {
    opacity: 0;
    pointer-events: none;
}

.video_btn {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 100%;
    transition: .2s;
    z-index:10;
    opacity: 1;
    transition: opacity 0.3s ease;
}
    .video_btn.is-hide {
    opacity: 0;
    pointer-events: none;
}
.video_btn:hover {
    opacity: .7;
}
.video_btn::after {
    content: "";
    display: block;
    width: 26px;
    height: 30px;
    background: #fff;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    position: absolute;
    top: 50%;
    left: 55%;
    translate: -50% -50%;
    transition: .2s;
}