﻿body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #333333;
    margin: auto;
    width: 100vw;
    font-size: 100%;
    /*width: 2000px;
    margin-left: 50%;
    transform: translateX(-50%);
    overflow-x: hidden;*/
    font: 14px/1.6 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
}
p {
    margin-block-start: 0;
    margin-block-end: 0;
}
ul {
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}
dl {
    margin-block-start: 0;
    margin-block-end: 0;
}
dd {
    display: block;
    margin-inline-start: 0;
}
img {
    width: 100%;
    height: auto;
}
#liquor_feature .main_wrap {
    position: relative;
    max-height: 1070px;
    height: 53.5%;
    width: 100%;
    padding-top: 53.5%;
}
#liquor_feature .main_item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
a {
    cursor: pointer;
}
a:hover {
    opacity: 0.7;
}

/*
#liquor_feature .main_top {
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    max-width: 208px;
    width: 10.4%;
}

*/

#liquor_feature .main_bg_img {
    background-image: url("/images/special/osake/sake_main.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.quietly_img {
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    width: 574px;
}
.quietly_txt {
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    opacity: 0;
}
.quietly_img_anim {
    animation-name: quietlyAnime;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
}
.quietly_txt_anim {
    animation-name: quietlyAnime;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
}

@keyframes quietlyAnime {
    from {
        filter: blur(10px);
        transform: scale(1.02);
        -webkit-transform: scale(1.02);
        -o-transform: scale(1.02);
        -ms-transform: scale(1.02);
        opacity: 0;
    }

    to {
        filter: blur(0);
        transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        opacity: 1;
    }
}
.select_wrap {
    background-color: #ede9de;
    padding: 5% 0 4% 0;
    position: relative;
}
.select_wrap .select_btn_wrap {
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
    line-height: 0;
}
.select_wrap .select_btn_wrap .category_kind {
    float: left;
    width: 53.2%;
    margin-right: 7.5%;
}
.select_wrap .select_btn_wrap .category_price {
    float: left;
    width: 39.1%;
}
.select_wrap .select_btn_wrap .category_kind ul,.select_wrap .select_btn_wrap .category_price ul {
    overflow: hidden;
}
.select_wrap .select_btn_wrap .category_kind dt {
    max-width: 532px;
    width: 100%;
    margin-bottom: 6.578%;
}
.select_wrap .select_btn_wrap .category_price dt {
    max-width: 391px;
    width: 100%;
    margin-bottom: 8.951%;
}
.select_wrap .select_btn_wrap .category_kind li {
    float: left;
    margin-right: 0.563%;
    max-width: 104px;
    width: 19.548%;
}
.select_wrap .select_btn_wrap .category_kind li:last-child {
    margin-right: 0;
}
.select_wrap .select_btn_wrap .category_price li {
    float: left;
    margin-right: 0.767%;
    max-width: 128px;
    width: 32.778%;
}
.select_wrap .select_btn_wrap .category_price li:last-child {
    margin-right: 0;
}
.select_wrap .category_all_item {
    max-width: 700px;
    width: 70%;
    margin: 4% auto 0 auto;
}
#liquor_feature .sake_wrap {
    position: relative;
    height: 1030px;
    width: 100%;
}
#liquor_feature .sake_item_wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1020px;
    height: 100%;
}
#liquor_feature .beer_item_wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 936px;
    height: 100%;
}
#liquor_feature .nihonsyu_item_wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1020px;
    height: 100%;
}
#liquor_feature .sake_modal {
    max-width: 84px;
    width: 8.4%;
    position: absolute;
    bottom: 18.9%;
    right: 1%;
    cursor: pointer;
}
#liquor_feature .sake_modal:hover {
    opacity: 0.7;
}
#liquor_feature .sake_item_wrap .buy_button_accordion {
    max-width: 440px;
    width: 44%;
    position: absolute;
    bottom: 7.5%;
    right: 1%;
}
#liquor_feature .beer_item_wrap .buy_button_accordion {
    max-width: 440px;
    width: 48%;
    position: absolute;
    bottom: 8%;
    right: 0;
}
#liquor_feature .nihonsyu_item_wrap .buy_button_accordion {
    max-width: 440px;
    width: 44%;
    position: absolute;
    bottom: 8%;
    right: 1.5%;
}
#liquor_feature .sake_bg_img {
    background-image: url("/images/special/osake/sake_category_01.jpg?date=250130");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
#liquor_feature .beer_wrap {
    position: relative;
    height: 950px;
    width: 100%;
}
#liquor_feature .beer_modal {
    max-width: 84px;
    width: 9%;
    position: absolute;
    bottom: 9.1%;
    left: 34.8%;
    cursor: pointer;
}
#liquor_feature .beer_modal:hover {
    opacity: 0.7;
}
#liquor_feature .beer_bg_img {
    background-image: url("/images/special/osake/sake_category_02_b.jpg?date=230224");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
#liquor_feature .nihonsyu_wrap {
    position: relative;
    height: 1030px;
    width: 100%;
}
#liquor_feature .nihonsyu_item_wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1000px;
    height: 100%;
}
#liquor_feature .nihonsyu_modal {
    max-width: 84px;
    width: 8.4%;
    position: absolute;
    bottom: 32.4%;
    left: 35%;
    cursor: pointer;
}
#liquor_feature .nihonsyu_modal:hover {
    opacity: 0.7;
}
#liquor_feature .nihonsyu_item_wrap .buy_button_accordion {
    max-width: 440px;
    width: 44%;
    position: absolute;
    bottom:22.2%;
    left: 0;
}
#liquor_feature .nihonsyu_bg_img {
    background-image: url("/images/special/osake/sake_category_03.jpg?date=250130");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
#header_nav {
    max-width: 160px;
    width: 15.533%;
}
#header_nav.display {
    position: fixed;
    top: 10%;
    right: 0;
    z-index: 12;
}
#following_nav li {
    width: 100%;
    line-height: 0;
}
.follow_cart_btn {
    width: 100%;
    line-height: 0;
    margin-top: 62.5%;
}
#osake .gift_collection_ttl {
    max-width: 410px;
    width: 41%;
    margin: 0 auto 4.5% auto;
}
#osake .gift_collection_bg_wrap {
    background-color: #2f364f;
    padding-bottom: 4%;
}
#osake .all_item_btn {
    max-width: 538px;
    width: 53.8%;
    margin: 2.5% auto 0 auto;
}
#beer .all_item_btn {
    max-width: 538px;
    width: 53.8%;
    margin: 2.5% auto 0 auto;
}
#shochu_and_wine .all_item_btn {
    max-width: 538px;
    width: 53.8%;
    margin: 2.5% auto 0 auto;
}
#with_name .all_item_btn {
    max-width: 538px;
    width: 53.8%;
    margin: 2.5% auto 0 auto;
}
.gift_collection_inner {
    max-width: 1000px;
    margin: auto;
    padding: 2% 0 0 0;
}
.sake_hakkaisan {
    position: relative;
    line-height: 0;
    margin-bottom: 1%;
}
.sake_hakkaisan .product_name {
    font-size: 1em;
    line-height: 1.6;
    letter-spacing: 0.030em;
    position: absolute;
    bottom: 24%;
    left: 10%;
}
.sake_hakkaisan .product_price span {
    font-weight: bold;
    font-size: 1.4em;
    line-height: 1.9;
}
.sake_hakkaisan .product_price {
    font-weight: normal;
    font-size: 1.2em;
    line-height: 1.7;
    position: absolute;
    bottom: 16.5%;
    left: 21%;
}
.sake_hakkaisan .buy_button {
    max-width: 352px;
    width: 35.2%;
    position: absolute;
    bottom: 6%;
    left: 10%;
}
.three_column_wrap {
    overflow: hidden;
}
.three_column_wrap .product_img,.two_column_wrap .product_img {
    line-height: 0;
}
.three_column_wrap .product_info_bc  {
    background-color: #ffffff;
    padding: 3%;
}
.two_column_wrap .product_info_bc {
    background-color: #ffffff;
    padding: 3% 5%;
}
.three_column_wrap .three_column {
    max-width: 324px;
    width: 32.4%;
    float: left;
    margin-right: 1.4%;
    position: relative;
}
.three_column_wrap .three_column:last-child {
    margin-right: 0;
}
.three_column_wrap .three_column .buy_button {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 3% 3% 3%;
}
#beer .gift_collection_bg_wrap {
    background-color: #ede9de;
    padding: 3.5% 0 4% 0;
}
#beer .gift_collection_ttl {
    max-width: 388px;
    width: 38.8%;
    margin: 0 auto 5% auto;
}
.two_column_wrap {
    display: table;
    overflow: hidden;
    max-width: 1000px;
    margin: 0;
    width: 100%;
}
.two_column_wrap .two_column {
    max-width: 493px;
    width: 49.3%;
    display: table-cell;
    float: left;
    position: relative;
    margin-right: 0;
}
.two_column_wrap .two_column:first-child {
    margin-right: 1.4%;
}
.two_column_wrap .two_column .buy_button {
   position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 3% 2% 3%;
}
.beer_item_02_txt_img {
    margin-top: 7.0422%;
}
#shochu_and_wine .gift_collection_ttl {
    max-width: 548px;
    width: 54.8%;
    margin: 0 auto 4.5% auto;
}
#shochu_and_wine .gift_collection_bg_wrap {
    background-color: #5b1509;
    padding-bottom: 4%;
}
.one_column {
    position: relative;
    line-height: 0;
    margin-bottom: 1%;
}
.one_column .product_name {
    font-size: 0.763em;
    line-height: 1.6;
    letter-spacing: 0.030em;
    position: absolute;
    bottom: 24%;
    left: 10%;
}
.one_column .product_price span {
    font-weight: bold;
    font-size: 1.326em;
    line-height: 1.9;
}
.one_column .product_price {
    font-weight: normal;
    font-size: 0.9em;
    line-height: 1.7;
    position: absolute;
    bottom: 16.5%;
    left: 21%;
}
.one_column .buy_button {
    max-width: 352px;
    width: 35.2%;
    position: absolute;
    bottom: 6%;
    left: 10%;
}
#shochu_and_wine .one_column .product_name {
    font-size: 0.763em;
    line-height: 1.6;
    letter-spacing: 0.030em;
    position: absolute;
    bottom: 35%;
    left: 60%;
}
#shochu_and_wine .one_column .product_price {
    font-weight: normal;
    font-size: 0.9em;
    line-height: 1.7;
    position: absolute;
    bottom: 26.5%;
    left: 70%;
}
#shochu_and_wine .one_column .buy_button {
    max-width: 352px;
    width: 35.2%;
    position: absolute;
    bottom: 16%;
    left: 60%;
}
#shochu_and_wine .one_column {
    margin-bottom: 1.5%;
}
#shochu_and_wine .three_column {
    margin-top: 1.5%;
}
#with_name .gift_collection_bg_wrap {
    background-color: #ede9de;
    padding: 6% 0 4% 0;
}
#with_name .gift_collection_ttl {
    max-width: 428px;
    width: 42.8%;
    margin: 0 auto 4.5% auto;
}
#with_name .two_column {
    position: relative;
}
#with_name .two_column .withname_info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 3%;
}
#with_name .two_column_wrap .two_column .product_price {
    font-size: 0.695em;
    line-height: 1.6;
    letter-spacing: 0.030em;
    font-weight: normal;
    text-align: right;
    margin-bottom: 0;
}
#with_name .withname_info_01_wrap {
    overflow: hidden;
}
#with_name .withname_info_01_wrap .product_name {
    width: 50%;
    display: table-cell;
    vertical-align: top;
}
#with_name .withname_info_01_wrap .product_price {
    width: 50%;
    display: table-cell;
    vertical-align: bottom;
}
#with_name .with_name_item01 {
    margin-bottom: 2%;
}
#with_name .with_name_item01 .product_name {
    font-size: 0.763em;
    line-height: 1.6;
    letter-spacing: 0.030em;
    position: absolute;
    bottom: 38%;
    left: 58%;
}
#with_name .with_name_item01 .product_price {
    font-size: 0.763em;
    line-height: 1.6;
    letter-spacing: 0.030em;
    position: absolute;
    bottom: 30%;
    left: 67%;
}
#with_name .with_name_item01 .buy_button {
    font-size: 0.763em;
    line-height: 1.6;
    letter-spacing: 0.030em;
    position: absolute;
    bottom: 18%;
    left: 58%;
}
#with_name .with_name_item04 {
    margin: 2% auto 0 auto;
    padding-bottom: 2.5%;
}
#with_name .with_name_item04 .product_name {
    font-size: 0.763em;
    line-height: 1.6;
    letter-spacing: 0.030em;
    position: absolute;
    bottom: 40%;
    left: 8%;
}
#with_name .with_name_item04 .product_price {
    font-size: 0.763em;
    line-height: 1.6;
    letter-spacing: 0.030em;
    position: absolute;
    bottom: 34%;
    left: 16%;
}
#with_name .with_name_item04 .buy_button {
    font-size: 0.763em;
    line-height: 1.6;
    letter-spacing: 0.030em;
    position: absolute;
    bottom: 23%;
    left: 7.5%;
}
#sake_set_snacks .gift_collection_bg_wrap {
    background-color: #2f364f;
    padding: 4% 0 4.25% 0;
}

#sake_set_snacks .gift_collection_ttl {
    max-width: 544px;
    width: 54.4%;
    margin: 0 auto 5% auto;
}
#sake_set_snacks .sake_set_wrap {
    margin-right: 5%;
}
#sake_set_snacks .sake_set_wrap, #sake_set_snacks .snacks_set_wrap {
    max-width: 470px;
    width: 47%;
    display: inline-block;
    vertical-align: top;
}
#sake_set_snacks .sake_set_wrap .two_column,#sake_set_snacks .snacks_set_wrap .two_column {
    overflow: hidden;
}
#sake_set_snacks .sake_set_wrap .two_column li,#sake_set_snacks .snacks_set_wrap .two_column li {
    float: left;
    width: 48.267%;
}
#sake_set_snacks .sake_set_wrap .two_column li:first-child,#sake_set_snacks .snacks_set_wrap .two_column li:first-child {
    margin-right: 3%;
}
#sake_set_snacks .one_column li {
    margin-bottom: 3%;
    position: relative;
}
#sake_set_snacks .one_column li div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1% 4% 0 6%;
    width: 100%;
    box-sizing: border-box;
}
#sake_set_snacks .one_column .product_name {
    font-size: 0.72em;
    line-height: 1.6;
    letter-spacing: 0.030em;
    width: 100%;
    position: unset;
}
#sake_set_snacks .one_column .product_price {
    font-weight: normal;
    font-size: 0.9em;
    line-height: 1.7;
    position: unset;
    text-align: right;
}
#sake_set_snacks .two_column li.sake_set_snacks_list {
    position: relative;
}
#sake_set_snacks .two_column li.sake_set_snacks_list div.product_info {
    position: absolute;
    bottom: 6%;
    left: 0;
    padding: 1% 5% 0 8%;
    width: 100%;
    box-sizing: border-box;
}
#sake_set_snacks .two_column .product_name {
    font-size: 0.695em;
    line-height: 1.6;
    letter-spacing: 0.030em;
}
#sake_set_snacks .product_info .product_price_wrap {
    width: 100%;
}
#sake_set_snacks .product_info .product_price_wrap .price_bold {
    color: #333333;
    font-weight: bold;
    font-size: 0.96em;
    text-align: left;
}
#sake_set_snacks .product_info .product_price_wrap .tax {
    color: #333333;
    font-weight: normal;
    font-size: 0.695em;
    text-align: right;
}
.sake_footer {
    background-color: #2f364f;
    border-top: 1px solid #ffffff;
    padding-bottom: 5%;
}
.sake_footer .footer_top_btn {
    max-width: 82px;
    width: 8.2%;
    margin: 1.5% auto 2.75% auto;
}
.sake_footer .footer_contents {
    max-width: 1100px;
    margin: auto;
    overflow: hidden;
    color: #ffffff;
}
.sake_footer .footer_contents a {
    color: #ffffff;
}
.sake_footer .footer_contents .footer_logo {
    max-width: 290px;
    width: 29%;
    float: left;
    margin-right: 5%;
}
.sake_footer .footer_contents .footer_sake_all_list {
    float: left;
    width: 66%;
    margin-bottom: 3%;
}
.sake_footer .footer_contents .footer_sake_all_list .ilem_kinds {
    display: inline-block;
    vertical-align: top;
    width: 21.5%;
    font-size: 1em;
}
.syuki {
    margin-left: 4%;
}
.sake_footer .footer_contents .footer_sake_all_list .ilem_kinds li {
    margin-bottom: 12%;
    padding-left: 16%;
}
.sake_footer .footer_contents .footer_sake_all_list .list_name {
    content: '';
    background-image: url(/images/special/osake/footer_arrow.svg);
    background-repeat: no-repeat;
    background-size: 6%;
    background-position: top 50% left 4px;
    padding-left: 3.5%;
}
.sake_footer .footer_another_list .another_kind {
    float: left;
}
.sake_footer .footer_contents .footer_another_list li {
    display: inline-block;
    vertical-align: top;
    font-size: 0.8em;
    margin-right: 1%;
}
.sake_footer .logo_under_txt {
    font-size: 01em;
}
.modal_base_sake {
    display: none;
}
.modal_base_sake.modal {
    background: rgba(0,0,0,0.5);
    overflow: hidden;
    overflow-y: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    z-index: 20;
}
.modal_base_sake .modal_txt_wrap {
    max-width: 700px;
    margin: auto;
    transform: translate(0, 35%);
}
.modal_close_btn {
    max-width: 45px;
    width: 6.428%;
    margin-left: auto;
    cursor: pointer;
}
.modal_bg {
    width: 100%;
    height: 100%;
    position: fixed;
}
.scroll_anim_wrap {
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 12;
}
.scroll_anim_top_txt {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 11;
    width: 9.6%;
    max-width: 96px;
}
.scrolldown:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #b39700;
    animation: circlemove 3s ease-in-out infinite, cirlemovehide 3s ease-out infinite;
}
/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
    0% {
        bottom: -40%;
    }
    90% {
        bottom: -220%;
    }
    100% {
        bottom: -240%;
    }
}
/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
    0% {
        opacity: 0
    }
    5% {
        opacity: 1;
    }
    70% {
        opacity: 0.9;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
/* 線の描写 */
.scrolldown:after {
    content: "";
    position: absolute;
    bottom: -230%;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 50px;
    background: #b39700;
}

/*注文変更中アイコン*/
#ChangeOrderMode .ChangeOrderMode_img img {
    max-width: 70px;
}
@media screen and (min-width: 641px) and (max-width: 999px) {
    .gift_collection_inner {
        max-width: auto;
        margin: auto;
        padding: 2% 5% 0 5%;
    }
    .select_wrap .select_btn_wrap {
        max-width: auto;
        margin: auto;
        overflow: hidden;
        line-height: 0;
        padding: 0 5%;
    }
    .sake_footer .footer_contents {
        max-width: auto;
        margin: auto;
        overflow: hidden;
        color: #ffffff;
        padding: 0 5%;
    }
    #liquor_feature .sake_wrap {
        height: 780px;
    }
    #liquor_feature .beer_wrap {
        height: 680px;
    }
    #liquor_feature .nihonsyu_wrap {
        height: 780px;
    }
    #liquor_feature .sake_item_wrap {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 758px;
        height: 100%;
    }
    #liquor_feature .beer_item_wrap {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 670px;
        height: 100%;
    }
    #liquor_feature .nihonsyu_item_wrap {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 758px;
        height: 100%;
    }
    
}
.MV_wrap{
    background-image: url("/images/special/osake/sake_main.jpg");
    background-repeat: no-repeat;
    height: 1070px;
    background-position: center;
    background-size: cover;
    position: relative;
 }
.top_logo a img{
    position: absolute;
    top: 60px;
    width: 208px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.mv_bg_txt{
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 907px;
    margin: 0 auto;
}
.mv_bg_txt img{
    width: auto;
}
/*
@media screen and (min-width:2000px)  {
    .quietly_img {
      top: 12%;
      width: 28%;
    }
}
*/
.note {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.03em;
    color: #ffffff;
    text-align: center;
    background-color: #2f364f;
    padding-bottom: 5%;
}