@charset "utf-8";

#container.cate_all .menu_list_cate_all a,
#container.cate_001 .menu_list_cate_001 a,
#container.cate_002 .menu_list_cate_002 a,
#container.cate_003 .menu_list_cate_003 a,
#container.cate_004 .menu_list_cate_004 a,
#container.cate_005 .menu_list_cate_005 a,
#container.archive_all .menu_list_archive_all a,
#container.archive_2023 .menu_list_archive_2023 a,
#container.archive_2022 .menu_list_archive_2022 a,
#container.archive_2021 .menu_list_archive_2021 a,
#container.archive_2020 .menu_list_archive_2020 a,
#container.archive_2019 .menu_list_archive_2019 a,
#container.archive_old .menu_list_archive_old a {
  color: #998675 !important;
}

/* sp */
@media screen and (max-width:767px) {

  :root{
    --sunCommonHeight: 80px;
  }

  #wineryContents * img {
    vertical-align: bottom;
  }

  #winerySpMenu:not(.SpMenuOpen) #winerySpMenu_hamberNav .winerySpMenu_hamberNav_line {
    background: #000;
    filter: invert(100%) sepia(91%) saturate(36%) hue-rotate(337deg) brightness(109%) contrast(101%) drop-shadow(1px 1px 3px #000000ab);
  }
  #winerySpMenu:not(.SpMenuOpen) #winerySpMenu_hamberNav .winerySpMenu_hamberNav_line::before,
  #winerySpMenu:not(.SpMenuOpen) #winerySpMenu_hamberNav .winerySpMenu_hamberNav_line::after {
    background: #fff;
    filter: invert(100%) sepia(91%) saturate(36%) hue-rotate(337deg) brightness(109%) contrast(101%) drop-shadow(1px 1px 3px #000000ab);
  }

  #winerySpMenu.SpMenuOpen #winerySpMenu_hamberNav .winerySpMenu_hamberNav_line::before, 
  #winerySpMenu.SpMenuOpen #winerySpMenu_hamberNav .winerySpMenu_hamberNav_line::after {
    background: #000;
  }

  #wineryContents .winery_mainVisual {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: calc(100vh - var(--sunCommonHeight));
  }

  #wineryContents .winery_mainVisual .winery_mainVisual_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(/wine/series/winerycg/img/common/top_mv_bg_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    -ms-filter: blur(6px);
    filter: blur(6px);
    margin: -12px;
    animation: mainVisual_blur 3s linear forwards;
    will-change: filter;
    transform: translateZ(0);
  }

  @keyframes mainVisual_blur {
    100% {
      -ms-filter: blur(0);
      filter: blur(0);
    }
  }

  #wineryContents .winery_mainVisual .winery_mainVisual_inner {
    width: 100%;
    height: 100%;
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
    animation: mainVisual_inner_blur 2s linear 2s forwards;
  }

  @keyframes mainVisual_inner_blur {
    100% {
      opacity: 1;
      -ms-filter: blur(0);
      filter: blur(0);
    }
  }

  #wineryContents .winery_mainVisual h1 {
    width: 80%;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
  }

  #wineryContents .winery_mainVisual h1 img {
    width: 100%;
    height: auto;
  }

  #wineryContents .winery_mainVisual .winery_mainVisual_articles {
    position: absolute;
    top: 18px;
    left: 20px;
  }

  #wineryContents .winery_mainVisual .winery_mainVisual_articles_num img {
    height: 30px;
    width: auto;
    filter: drop-shadow(1px 1px 3px #000000ab);
  }

  #wineryContents .winery_mainVisual .winery_mainVisual_articles_txt {
    margin-top: 3px;
  }

  #wineryContents .winery_mainVisual .winery_mainVisual_articles_txt img {
    width: 43px;
    height: auto;
    filter: drop-shadow(1px 1px 3px #000000ab);
  }

  #wineryContents .winery_mainVisual_sns {
    /*
    position: absolute;
    bottom: 100px;
    left: 20px;*/
    display: flex;
    justify-content: center;
    align-items: end;
  }

  #wineryContents .winery_mainVisual_sns p + p{
    margin-left: 40px;
  }

  #wineryContents .winery_mainVisual_sns_icon a img {
    width: auto;
    height: 40px;
  }

  #wineryContents .winery_mainVisual_sns_icon + .winery_mainVisual_sns_icon {
    margin-top: 40px;
  }

  #wineryContents .winery_mainVisual .winery_mainVisual_latest {
    position: absolute;
    bottom: 12px;
    left: 20px;
  }

  #wineryContents .winery_mainVisual .winery_mainVisual_latest_date img {
    height: 25px;
    width: auto;
    filter: drop-shadow(1px 1px 3px #000000ab);
  }

  #wineryContents .winery_mainVisual .winery_mainVisual_latest_txt img {
    width: 62px;
    height: auto;
    margin-top: 8px;
    filter: drop-shadow(1px 1px 3px #000000ab);
  }

  #wineryContents .winery_mainVisual .winery_mainVisual_brandLink {
    display: none;
  }
  
  #wineryContents #aboveList li:first-child {
    margin-top: 50px;
  }
  #wineryContents #aboveList li + li {
    margin-top: 40px;
  }
  #wineryContents #aboveList li a {
    display: block;
    position: relative;
  }

  #wineryContents #aboveList li a .article_num {
    position: absolute;
    z-index: 1;
    display: inline-block;
    top: 25px;
    left: 20px;
  }

  #wineryContents #aboveList li a .article_num img {
    height: 53px;
    width: auto;
    filter: invert(100%) sepia(91%) saturate(36%) hue-rotate(337deg) brightness(109%) contrast(101%) drop-shadow(1px 1px 3px #000000ab);
  }

  #wineryContents #aboveList li a .article_thumb {
    text-align: center;
  }

  #wineryContents #aboveList li a .article_thumb .article_thumb_img img {
    width: 100%;
    height: auto;
    background: #3e3d3b;
  }

  #wineryContents #aboveList li a .article_thumb figcaption {
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 15px 20px 0;
    padding-left: 20px;
    line-height: 1.5;
  }

  #wineryContents #aboveList li a .article_thumb figcaption::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #998675;
    border-right: 2px solid #998675;
    transform: translate(0, -50%) rotate(45deg);
  }

  #wineryContents .winery_index {
    margin: 50px 0 0;
  }

  #wineryContents .winery_index .winery_index_aside {
    display: none;
  }

  #wineryContents .archive_title{
    text-align: center;
    margin: 80px auto 50px;
    font-size: 22px;
  }

  #wineryContents .archive_title br{
    content: '';
    display: block;
    height: 1em;
  }

  #wineryContents #belowList li {
    margin-top: 40px;
  }

  #wineryContents #belowList li:first-child {
    margin-top: 0;
  }

  #wineryContents #belowList li a {
    display: block;
    position: relative;
  }

  #wineryContents #belowList li a .article_num {
    position: absolute;
    z-index: 1;
    display: inline-block;
    top: 25px;
    left: 20px;
  }

  #wineryContents #belowList li a .article_num img {
    height: 53px;
    width: auto;
    filter: invert(100%) sepia(91%) saturate(36%) hue-rotate(337deg) brightness(109%) contrast(109%) drop-shadow(1px 1px 3px #000000ab);
  }

  #wineryContents #belowList li a .article_thumb {
    text-align: center;
  }

  #wineryContents #belowList li a .article_thumb .article_thumb_img img {
    width: 100%;
    height: auto;
    background: #3e3d3b;
  }

  #wineryContents #belowList li a .article_thumb figcaption {
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 15px 20px 0;
    padding-left: 20px;
    line-height: 1.5;
  }

  #wineryContents #belowList li a .article_thumb figcaption::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #998675;
    border-right: 2px solid #998675;
    transform: translate(0, -50%) rotate(45deg);
  }

  #wineryContents #articleList_more {
    padding: 0 0 0 58px;
    border: 0;
    background: none;
    position: relative;
    display: block;
    margin: 90px auto 0;
    font-size: 20px;
    font-family: inherit;
    cursor: pointer;
  }

  #wineryContents #articleList_more::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    border-bottom: 5px solid #998675;
    border-right: 5px solid #998675;
    transform: translate(0, -75%) rotate(45deg);
  }

  #wineryContents .winery_foot {
    margin-top: 80px;
  }

}

@media (orientation: landscape) and (max-width: 767px) {
  #wineryContents .winery_mainVisual h1 {
    width: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }
}


/* pc */
@media screen and (min-width:768px),print {

  #wineryContents * img {
    vertical-align: bottom;
  }

  #wineryContents .winery_mainVisual {
    position: relative;
    overflow: hidden;
    max-width: 1164px;
    height: calc(100vh - 120px);
    max-height: 706px;
  }

  #wineryContents .winery_mainVisual .winery_mainVisual_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(/wine/series/winerycg/img/common/top_mv_bg_pc.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    -ms-filter: blur(8px);
    filter: blur(8px);
    margin: -8px;
    animation: mainVisual_blur 3s linear forwards;
  }

  @keyframes mainVisual_blur {
    100% {
      -ms-filter: blur(0);
      filter: blur(0);
    }
  }

  #wineryContents .winery_mainVisual .winery_mainVisual_inner {
    width: 100%;
    height: 100%;
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
    animation: mainVisual_inner_blur 2s linear 2s forwards;
  }

  @keyframes mainVisual_inner_blur {
    100% {
      opacity: 1;
      -ms-filter: blur(0);
      filter: blur(0);
    }
  }

  #wineryContents .winery_mainVisual h1 {
    width: 593px;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
  }

  #wineryContents .winery_mainVisual h1 img {
    width: 100%;
    height: auto;
  }

  #wineryContents .winery_mainVisual .winery_mainVisual_articles {
    position: absolute;
    top: 40px;
    left: 54px;
  }

  #wineryContents .winery_mainVisual .winery_mainVisual_articles_num img {
    height: 30px;
    width: auto;
    filter: drop-shadow(1px 1px 3px #000000ab);
  }

  #wineryContents .winery_mainVisual .winery_mainVisual_articles_txt {
    margin-top: 6px;
  }

  #wineryContents .winery_mainVisual .winery_mainVisual_articles_txt img {
    width: 43px;
    height: auto;
    filter: drop-shadow(1px 1px 3px #000000ab);
  }

  #wineryContents .winery_mainVisual_sns {
    display: flex;
    justify-content: center;
    align-items: end;
  }

  #wineryContents .winery_mainVisual_sns p + p{
    margin-left: 40px;
  }

  #wineryContents .winery_mainVisual_sns_icon a:hover {
    display: inline-block;
    opacity: .7;
  }

  #wineryContents .winery_mainVisual_sns_icon a img {
    height: 40px;
    width: auto;
  }

  #wineryContents .winery_mainVisual_sns_icon + .winery_mainVisual_sns_icon {
    margin-top: 40px;
  }

  #wineryContents .archive_title{
    text-align: center;
    margin: 100px auto 50px;
    font-size: 22px;
  }

  #wineryContents .archive_title br{
    display: none;
  }

  #wineryContents .winery_mainVisual .winery_mainVisual_latest {
    position: absolute;
    bottom: 35px;
    left: 54px;
  }

  #wineryContents .winery_mainVisual .winery_mainVisual_latest_date img {
    height: 31px;
    width: auto;
    filter: drop-shadow(1px 1px 3px #000000ab);
  }

  #wineryContents .winery_mainVisual .winery_mainVisual_latest_txt img {
    width: 77px;
    height: auto;
    margin-top: 12px;
    filter: drop-shadow(1px 1px 3px #000000ab);
  }

  #wineryContents .winery_mainVisual .winery_mainVisual_brandLink {
    position: absolute;
    right: 33px;
    bottom: 40px;
  }

  #container #wineryContents .winery_mainVisual .winery_mainVisual_brandLink a {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    font-size: 15px;
    line-height: 1.4;
    color: #fff;
    padding-right: 23px;
  }

  #wineryContents .winery_mainVisual .winery_mainVisual_brandLink a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(0, -50%) rotate(45deg);
  }

  #wineryContents .winery_mainVisual .winery_mainVisual_brandLink a::after {
    position: absolute;
    display: block;
    content: '';
    background: url(/wine/series/winerycg/img/common/icon_blank_white.svg) no-repeat;
    width: 16px;
    height: 16px;
    right: 0;
    top: 2px;
  }

  #wineryContents .winery_mainVisual .winery_mainVisual_brandLink a:hover {
    opacity: .7;
    text-decoration: none;
  }

  #wineryContents #aboveList {
    display: flex;
    justify-content: space-between;
    margin: 50px 22px 0;
  }
  #wineryContents #aboveList li {
    width: 100%;
    max-width: 530px;
  }
  #wineryContents #aboveList li:first-child {
    margin-right: 30px;
  }

  #wineryContents #aboveList li:last-child {
    margin-left: 30px;
  }
  #wineryContents #aboveList li a {
    display: block;
    position: relative;
  }

  #container #wineryContents #aboveList li a:hover .article_thumb figcaption {
    color: #998675;
  }

  #wineryContents #aboveList li a .article_num {
    position: absolute;
    z-index: 1;
    display: inline-block;
    top: 30px;
    left: 30px;
  }

  #wineryContents #aboveList li a .article_num img {
    height: 60px;
    width: auto;
    filter: invert(100%) sepia(91%) saturate(36%) hue-rotate(337deg) brightness(109%) contrast(101%) drop-shadow(1px 1px 3px #000000ab);
  }

  #wineryContents #aboveList li a .article_thumb {
    text-align: center;
  }

  #wineryContents #aboveList li a .article_thumb .article_thumb_img {
    overflow: hidden;
  }

  #wineryContents #aboveList li a .article_thumb .article_thumb_img img {
    width: 100%;
    height: auto;
    transition: .3s;
    background: #3e3d3b;
  }

  #wineryContents #aboveList li a:hover .article_thumb .article_thumb_img img {
    transform: scale(1.2);
  }

  #wineryContents #aboveList li a .article_thumb figcaption {
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 15px 15px 0;
    padding-left: 20px;
    line-height: 1.5;
  }

  #wineryContents #aboveList li a .article_thumb figcaption::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #998675;
    border-right: 2px solid #998675;
    transform: translate(0, -50%) rotate(45deg);
  }

  #wineryContents .winery_index {
    margin: 50px 22px 0;
    display: flex;
  }

  #wineryContents .winery_index .winery_index_aside {
    width: 160px;
  }

  #wineryContents .winery_index #winery_index_articleList {
    width: calc(100% - 160px);
  }

  #wineryContents #belowList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #wineryContents #belowList li {
    width: 47%;
  }

  #wineryContents #belowList li:nth-child(n+3) {
    margin-top: 42px;
  }

  #wineryContents #belowList li a {
    display: block;
    position: relative;
  }

  #container #wineryContents #belowList li a:hover .article_thumb figcaption {
    color: #998675;
  }

  #wineryContents #belowList li a .article_num {
    position: absolute;
    z-index: 1;
    display: inline-block;
    top: 22px;
    left: 26px;
  }

  #wineryContents #belowList li a .article_num img {
    height: 60px;
    width: auto;
    filter: invert(100%) sepia(91%) saturate(36%) hue-rotate(337deg) brightness(109%) contrast(109%) drop-shadow(1px 1px 3px #000000ab);
  }

  #wineryContents #belowList li a .article_thumb {
    text-align: center;
  }

  #wineryContents #belowList li a .article_thumb .article_thumb_img {
    overflow: hidden;
  }

  #wineryContents #belowList li a .article_thumb .article_thumb_img img {
    width: 100%;
    height: auto;
    transition: .3s;
    background: #3e3d3b;
  }

  #wineryContents #belowList li a:hover .article_thumb .article_thumb_img img {
    transform: scale(1.2);
  }

  #wineryContents #belowList li a .article_thumb figcaption {
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 15px 15px 0;
    padding-left: 20px;
    line-height: 1.5;
  }

  #wineryContents #belowList li a .article_thumb figcaption::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #998675;
    border-right: 2px solid #998675;
    transform: translate(0, -50%) rotate(45deg);
  }

  #wineryContents #articleList_more {
    padding: 0 0 0 58px;
    border: 0;
    background: none;
    position: relative;
    display: block;
    margin: 100px auto 0;
    font-size: 20px;
    font-family: inherit;
    cursor: pointer;
  }

  #wineryContents #articleList_more::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    border-bottom: 5px solid #998675;
    border-right: 5px solid #998675;
    transform: translate(0, -75%) rotate(45deg);
  }

  #container #wineryContents #articleList_more:hover {
    color: #998675;
  }

  #wineryContents .winery_foot {
    margin-top: 80px;
    margin-left: 182px;
  }

}