@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@500;600;700&display=swap');

#Main_inner {
    background: url("../images/bg.jpg") repeat center top;
    background-color: #f2ede2;
    overflow: hidden;
    margin-bottom: 10px;
    padding-top: 130px;
    position: relative;
}
.fourroses_cont * {
    box-sizing: border-box;
    font-family: "Noto Serif JP", serif;
    color: #362f23;
}
.fourroses_cont {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 75px;
}
.fourroses_cont a {
    text-decoration: none;
}
.fourroses_cont.wide {
    width: 100%;
    padding-bottom: 0;
}
.fourroses_cont.wide .wide_inner {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}
.pb_0 { padding-bottom: 0; }

@media screen and (min-width: 768px) {
  /* common
  ---------------------------------- */
    .gnav {
        width: 100%;
        height: 90px;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 9;
    }
    .gnav.is-fixed {
        background: url("../images/bg.jpg") repeat center top;
        background-color: #f2ede2;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 9;
    }
    .gnav .gnav_inner {
        width: 100%;
        max-width: 960px;
        height: 100%;
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
    }
    .gnav .gnav_inner .nav_logo {
        aspect-ratio: 185 / 90;
        height: 100%;
        margin-left: -20px;
    }
    .gnav .gnav_inner .nav_menu {
        display: flex;
    }
    .gnav .gnav_inner .nav_menu li {
        height: 90px;
        position: relative;
    }
    .gnav .gnav_inner .nav_menu li:after {
        position: absolute;
        bottom: 0;
        left: 50%;
        content: "";
        width: 0;
        height: 3px;
        background-color: #856a43;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .gnav .gnav_inner .nav_menu li:hover:after {
        width: calc(100% - 30px);
    }
    .gnav .gnav_inner .nav_menu li a {
        height: 100%;
        padding: 0 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .gnav .btn_nav_menu {
        display: none;
    }
    .home .nav_home:after,
    .bourbons .nav_bourbons:after,
    .story .nav_story:after,
    .process .nav_process:after,
    .explore .nav_explore:after {
        width: calc(100% - 30px) !important;
    }
    .hidden-pc {
        display: none !important;
    }
    .ttl_1 {
        width: 100%;
        text-align: center;
        padding-bottom: 14%;
        margin-bottom: 2%;
        background: url("../images/ttl_icon.svg") no-repeat bottom center;
        background-size: 17%;
    }
    .ttl_1 .ttl_main {
        font-size: 34px;
        line-height: 1.3em;
        font-family: "Shippori Mincho", serif;
        font-weight: 500;
    }
    .ttl_1 .ttl_main span {
        display: inline-block;
        font-size: 43px;
        line-height: 1.3em;
        font-family: "Shippori Mincho", serif;
    }
    .ttl_1 .ttl_main .sm {
        font-size: 0.65em;
        line-height: 1.2em;
        display: block;
        margin-bottom: 0.6em;
    }
    .ttl_1 .ttl_sub {
        font-size: 18px;
        letter-spacing: 0;
        margin-top: 0.5em;
        font-weight: 600;
        line-height: 1;
    }
    .ttl_2 {
        width: 100%;
        text-align: center;
        background: url(../images/ttl_icon.svg) no-repeat bottom 3% center;
        background-size: 17%;
        padding-bottom: 13%;
    }
    .ttl_2 .ttl_main {
        font-size: 45px;
        line-height: 1.3em;
        font-family: "Shippori Mincho", serif;
        font-weight: 500;
    }
    .ttl_2 .ttl_sub {
        font-size: 30px;
        letter-spacing: 0;
        margin-top: 0.4em;
        font-weight: 600;
        line-height: 1;
    }
    .ttl_3 {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        background: url("../images/ttl_icon.svg") no-repeat bottom center;
        background-size: 8%;
        padding-bottom: 6%;
    }
    .ttl_3 .ttl_main {
        font-size: 46px;
        line-height: 1.3em;
        font-family: "Shippori Mincho", serif;
        font-weight: 500;
    }
    .ttl_3 .ttl_main .em {
        font-size: 1.4em;
        margin: 0 0.1em;
        font-family: "Shippori Mincho", serif;
    }
    .ttl_3 .ttl_sub {
        font-size: 30px;
        letter-spacing: 0;
        margin-top: 0.4em;
        font-weight: 600;
        line-height: 1;
    }
    .ttl_3 .ttl_sm {
        font-size: 21px;
        letter-spacing: 0;
        margin-top: 0.4em;
        font-weight: 600;
        line-height: 1;
    }
    .btn_more a {
        color: #fff;
        background-color: #856a43;
        background-image: url("../images/btn_more.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto 36%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        text-indent: 9999px;
        overflow: hidden;
    }
    .btn_more a:hover {
        background-color: #b19576;
        text-decoration: none;
    }
    
  /* home
  ---------------------------------- */
    .home .kv {
        max-width: 960px;
        line-height: 0;
        position: relative;
    }
    .home .kv_bg {
        width: 100%;
        aspect-ratio: 160 / 90;
        position: relative;
        overflow: hidden;
    }
    .home .cont_list .cont_links li {
        width: 100%;
        height: 410px;
        position: relative;
        margin-top: 45px;
        background-color: #e3d8c7;
        display: flex;
    }
    .home .cont_list .cont_links li:nth-child(odd){
        flex-direction: row-reverse;
    }
    .home .cont_list .cont_links li .img_area {
        width: 62%;
        height: 100%;
    }
    .home .cont_list .cont_links li .img_area img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .home .cont_list .cont_links li .txt_area {
        width: 38%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 75px 0 73px;
    }
    .home .cont_list .cont_links .cont_links_ttl {
        width: 100%;
        text-align: center;
    }
    .home .cont_list .cont_links .summary {
        font-size: 16px;
        line-height: 1.8em;
        font-weight: 600;
        letter-spacing: 0;
        text-align: center;
        margin: 0 10px -0.2em;
    }
    .home .cont_list .cont_links .btn_more {
        margin-top: 45px;
    }
    .home .cont_list .cont_links .btn_more a {
        width: 135px;
        height: 36px;
    }
    .home .bnr_area {
        padding: 55px 0 0;
    }
    
  /* products
  ---------------------------------- */
    .bourbons .lineup {
        margin-top: 45px;
    }
    .bourbons .lineup_line {
        width: 100%;
        height: 8px;
        border-top: 1px solid #856a43;
        border-bottom: 1px solid #856a43;
    }
    .bourbons .lineup_lead {
        width: 100%;
        font-size: 30px;
        line-height: 1.7em;
        text-align: center;
        margin: 2em auto;
        padding-bottom: 1em;
        position: relative;
    }
    .bourbons .lineup_lead::after {
        content: "";
        width: 86%;
        height: 11px;
        background: url("../images/products/ttl_line.png") no-repeat center center / cover;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
    }
    .bourbons .bourbon_list {
        width: 100%;
        margin: 0 auto;
    }
    .bourbons .bourbon_list .list_cont:nth-child(even) {
        background-color: rgba(255,255,255,0.45);
    }
    .bourbons .bourbon_list .list_cont .cont_inner {
        width: 865px;
        max-width: 90%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto 75px;
    }
    .bourbons .bourbon_list .list_cont:last-child .cont_inner {
        margin: 0 auto 115px;
    }
    .bourbons .bourbon_list .list_cont:nth-child(even) .cont_inner {
        padding: 85px 0;
    }
    .bourbons .bourbon_list .list_cont .img_area {
        width: 38%;
        position: relative;
    }
    .bourbons .bourbon_list .list_cont .img_area .bourbon_img {
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
    .bourbons .bourbon_list .list_cont .img_area .point {
        width: 95px;
        height: 95px;
        border-radius: 50%;
        border: 1px solid #856a43;
        font-size: 19px;
        line-height: 1.3em;
        padding-top: 0.2em;
        color: #856a43;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: -10px;
        right: -115px;
    }
    .bourbons .bourbon_list .list_cont .txt_area {
        width: 54%;
        padding-top: 45px;
    }
    .bourbons .bourbon_list .list_cont .txt_area .txt {
        width: 94%;
        font-size: 16px;
        line-height: 1.7em;
        margin: 0 auto 25px;
    }
    .bourbons .bourbon_list .list_cont .detail {
        display: flex;
        justify-content: center;
    }
    .bourbons .bourbon_list .list_cont .detail > div {
        width: 170px;
        max-width: 50%;
        padding: 5px 0 8px;
        border-left: 2px solid #856a43;
        display: flex;
        justify-content: center;
    }
    .bourbons .bourbon_list .list_cont .detail .aged {
        align-items: flex-end;
    }
    .bourbons .bourbon_list .list_cont .detail .alc {
        align-items: center;
        border-right: 2px solid #856a43;
    }
    .bourbons .bourbon_list .list_cont .detail .num {
        font-family: "Shippori Mincho", serif;
        font-size: 67px;
        line-height: 0.9em;
        color: #856a43;
        margin-left: 10px;
    }
    .bourbons .bourbon_list .list_cont .detail .num.row2 p {
        font-family: "Shippori Mincho", serif;
        font-size: 32px;
        line-height: 1;
        color: #856a43;
        margin: 0;
        position: relative;
        bottom: -0.2em;
    }
    .bourbons .bourbon_list .list_cont .detail .num.row2 p small {
        font-size: 0.5em;
        margin-left: 0.1em;
    }
    .bourbons .bourbon_list .list_cont .detail .txt_s {
        font-size: 16px;
        line-height: 1.3em;
    }
    .bourbons .bourbon_list .list_cont .detail .txt_m {
        font-size: 17px;
        line-height: 1em;
        margin-top: 0.5em;
    }
    .bourbons .bourbon_list .list_cont .detail .txt_l {
        font-size: 20px;
        line-height: 1em;
    }
    .bourbons .bourbon_list .list_cont .btn_more {
        text-align: center;
    }
    .bourbons .bourbon_list .list_cont .btn_more a {
        width: 135px;
        height: 36px;
        margin: 50px auto 0;
    }
    .bourbons .bourbon_detail .detail_cont {
        width: 94%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 90px 0 80px;
        margin: 0 auto;
    }
    .bourbons .bourbon_detail .img_area {
        width: 44%;
        max-width: 500px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .bourbons .bourbon_detail .img_area .bourbon_img {
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
    .bourbons .bourbon_detail .img_area .point {
        width: 95px;
        height: 95px;
        border-radius: 50%;
        border: 1px solid #856a43;
        font-size: 19px;
        line-height: 1.3em;
        padding-top: 0.2em;
        color: #856a43;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: -60px;
        right: -95px;
    }
    .bourbons .bourbon_detail .txt_area {
        width: 52%;
        max-width: 590px;
    }
    .bourbons .bourbon_detail .txt_area .ttl_2 .ttl_main {
        margin-top: -0.3em;
        line-height: 1.2em;
    }
    .bourbons .bourbon_detail .txt_area .txt {
        width: 90%;
        font-size: 16px;
        line-height: 1.8em;
        margin: 0.5em auto 1.5em;
    }
    .bourbons .bourbon_detail .detail {
        display: flex;
        justify-content: center;
    }
    .bourbons .bourbon_detail .detail > div {
        width: 170px;
        max-width: 50%;
        padding: 5px 0 8px;
        border-left: 2px solid #856a43;
        display: flex;
        justify-content: center;
    }
    .bourbons .bourbon_detail .detail .aged {
        align-items: flex-end;
    }
    .bourbons .bourbon_detail .detail .alc {
        align-items: center;
        border-right: 2px solid #856a43;
    }
    .bourbons .bourbon_detail .detail .num {
        font-family: "Shippori Mincho", serif;
        font-size: 67px;
        line-height: 0.9em;
        color: #856a43;
        margin-left: 10px;
    }
    .bourbons .bourbon_detail .detail .num.row2 p {
        font-family: "Shippori Mincho", serif;
        font-size: 32px;
        line-height: 1;
        color: #856a43;
        margin: 0;
        position: relative;
        bottom: -0.1em;
    }
    .bourbons .bourbon_detail .detail .num.row2 p small {
        font-size: 0.5em;
        margin-left: 0.1em;
    }
    .bourbons .bourbon_detail .detail .txt_s {
        font-size: 16px;
        line-height: 1.3em;
    }
    .bourbons .bourbon_detail .detail .txt_m {
        font-size: 17px;
        line-height: 1em;
        margin-top: 0.5em;
    }
    .bourbons .bourbon_detail .detail .txt_l {
        font-size: 20px;
        line-height: 1em;
    }
    .bourbons .bourbon_detail .data {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 35px;
        text-align: center;
    }
    .bourbons .bourbon_detail .data p {
        font-size: 17px;
        margin-bottom: 0.5em;
    }
    .bourbons .bourbon_detail .data .data_sake p {
        letter-spacing: 0.05em;
    }
    .bourbons .bourbon_detail .data .data_sake {
        width: 260px;
        max-width: 45%;
    }
    .bourbons .bourbon_detail .data .data_chart {
        width: 315px;
        max-width: 54%;
    }
    .bourbons .tasting_notes {
        padding: 100px 0 70px;
    }
    .bourbons .tasting_notes .tasting_list {
        width: 700px;
        max-width: 73%;
        margin: 20px auto 0;
        display: flex;
        justify-content: space-between;
    }
    .bourbons .tasting_notes .tasting_list li {
        width: 204px;
        max-width: 29.5%;
    }
    .bourbons .tasting_notes .tasting_list li .ttl {
        font-size: 21px;
        text-align: center;
        line-height: 1;
        color: #856a43;
        margin: 0.9em 0 0.6em;
    }
    .bourbons .tasting_notes .tasting_list li .txt {
        font-size: 15px;
        line-height: 1.7em;
    }
    .bourbons .recipes {
        width: 100%;
        padding: 60px 0 80px;
        background-color: #d5c2a1;
    }
    .bourbons .recipes_cont {
        width: 830px;
        max-width: 90%;
        margin: 30px auto 0;
        display: flex;
        justify-content: space-between;
        position: relative;
    }
    .bourbons .recipes_cont::after {
        content: "";
        width: 1px;
        height: 100%;
        border-right: 1px solid #856a43;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .bourbons .recipes_cont.col_1 {
        width: 710px;
    }
    .bourbons .recipes_cont.col_1::after {
        display: none;
    }
    .bourbons .recipes_cont .recipes_list {
        width: 46.5%;
        border-top: 1px solid #856a43;
    }
    .bourbons .recipes_cont.col_1 .recipes_list {
        width: 100%;
    }
    .bourbons .recipes_cont .recipes_list li {
        height: 75px;
        border-bottom: 1px solid #856a43;
        display: flex;
        align-items: center;
    }
    .bourbons .recipes_cont.col_1 .recipes_list li {
        padding: 0 6% 0 5%;
    }
    .bourbons .recipes_cont.row_1 .recipes_list li {
        justify-content: center;
        padding: 0 6% 0 2%;
    }
    .bourbons .recipes_cont .recipes_list li .sake {
        font-size: 19px;
        margin: 0 1em 0 0.8em;
        font-family: "Shippori Mincho", serif;
    }
    .bourbons .recipes_cont .recipes_list li .summary {
        font-size: 15px;
        line-height: 1.6em;
        color: #856a43;
    }
    .bourbons .awards_recognition {
        background-color: #e3d8c7;
        padding: 55px 0;
    }
    .bourbons .award_list {
        width: 875px;
        max-width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px 4%;
    }
    .bourbons .award_list li {
        width: 190px;
        max-width: 22.5%;
    }
    .bourbons .award_list.singlebarrel_awards li:last-child {
        width: 260px;
        max-width: 25%;
        margin-right: -2%;
    }
    .bourbons .bourbon_link_list {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 55px;
    }
    .bourbons .bourbon_link_list a {
        max-width: 23%;
    }
    
  /* story
  ---------------------------------- */
    .story .cont_list .cont_links li {
        width: 100%;
        height: 410px;
        position: relative;
        background-color: #e3d8c7;
        display: flex;
    }
    .story .cont_list .cont_links li:not(:first-child) {
        margin-top: 45px;
    }
    .story .cont_list .cont_links li:nth-child(odd){
        flex-direction: row-reverse;
    }
    .story .cont_list .cont_links li .img_area {
        width: 62%;
        height: 100%;
    }
    .story .cont_list .cont_links li .img_area img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .story .cont_list .cont_links li .txt_area {
        width: 38%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 75px 0 73px;
    }
    .story .cont_list .cont_links .cont_links_ttl {
        width: 100%;
        text-align: center;
    }
    .story .cont_list .cont_links .summary {
        font-size: 16px;
        line-height: 1.8em;
        font-weight: 600;
        letter-spacing: 0;
        text-align: center;
        margin: 0 10px -0.2em;
    }
    .story .cont_list .cont_links .btn_more {
        margin-top: 45px;
    }
    .story .cont_list .cont_links .btn_more a {
        width: 135px;
        height: 36px;
    }
    .story .kv {
        width: 100%;
    }
    .story .legend_txt {
        width: 90%;
        font-size: 21px;
        line-height: 2em;
        letter-spacing: 0.02em;
        text-align: center;
        margin: 60px auto 0;
    }
    .story .legend_txt span {
        display: inline-block;
        font-size: 21px;
        line-height: 2em;
        letter-spacing: 0.02em;
    }
    .story .legend_txt .img {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
    }
    .story .legend_txt .img img {
        max-width: 42%;
    }
    /*history*/
    .story_history .fourroses_cont {
        padding-bottom: 0;
    }
    .story .history .history_cont {
        width: 84%;
        margin: 0 auto;
        display: flex;
    }
    .story .history .history_cont dt {
        width: 150px;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }
    .story .history .history_cont dt span.year {
        font-family: "Shippori Mincho", serif;
        font-size: 46px;
        line-height: 1.2em;
        letter-spacing: -0.05em;
        color: #856a43;
        display: block;
        padding: 28px 0;
    }
    .story .history .history_cont dt span.line {
        width: 2px;
        height: 100%;
        background-color: #856a43;
        position: relative;
        left: 29%;
        overflow: hidden;
        flex: 1;
    }
    .story .history .history_cont.first dt {
        padding-top: 60px;
    }
    .story .history .history_cont.first dt::before {
        content: "";
        width: 2px;
        height: 60px;
        background-color: #856a43;
        position: absolute;
        top: 0;
        left: 29%;
    }
    .story .history .history_cont dd {
        width: calc(100% - 150px);
        padding: 0 0 85px;
        position: relative;
        display: flex;
        justify-content: space-between;
        gap: 0 2%;
    }
    .story .history .history_cont dd h2 {
        font-size: 22px;
        line-height: 1.4em;
        margin-bottom: 0.6em;
        color: #856a43;
    }
    .story .history .history_cont dd .txt_area {
        padding-top: 46px;
    }
    .story .history .history_cont.first dd .txt_area {
        padding-top: 104px;
    }
    .story .history .history_cont dd .txt_area .txt {
        font-size: 16px;
        line-height: 1.7em;
    }
    .story .history .history_cont.last dd .txt_area .txt {
        padding-bottom: 140px;
    }
    .story .history .history_cont dd .figure {
        width: 100%;
        max-width: 320px;
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: 1;
    }
    .story .history .history_cont dd .figure img {
        margin: 0 auto;
    }
    .story .history .history_cont dd .figure .txt {
        font-size: 13px;
        line-height: 1.4em;
        margin-top: 0.8em;
    }
    .story .history .history_cont dd .figure_01 {
        margin-top: 180px;
    }
    .story .history .history_cont dd .figure_02 {
        margin-top: 20px;
    }
    .story .history .history_cont dd .figure_03 {
        margin-top: 30px;
    }
    .story .history .history_cont dd .figure_04 {
        margin-top: 15px;
    }
    .story .history .history_cont dd .figure_05 {
        margin-top: 15px;
    }
    .story .history .history_cont dd .figure_06 {
        margin-top: 20px;
    }
    .story .history .history_cont dd a {
        width: 143px;
        height: 36px;
        font-size: 14px;
        background-color: #856a43;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        margin-top: 30px;
    }
    .story .history .history_cont dd a:hover {
        background-color: #b19576;
        text-decoration: none;
    }
    
  /* process
  ---------------------------------- */
    .process .cont_list .cont_links li {
        width: 100%;
        height: 410px;
        position: relative;
        background-color: #e3d8c7;
        display: flex;
    }
    .process .cont_list .cont_links li:not(:first-child) {
        margin-top: 45px;
    }
    .process .cont_list .cont_links li:nth-child(odd){
        flex-direction: row-reverse;
    }
    .process .cont_list .cont_links li .img_area {
        width: 62%;
        height: 100%;
    }
    .process .cont_list .cont_links li .img_area img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .process .cont_list .cont_links li .txt_area {
        width: 38%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 75px 0 73px;
    }
    .process .cont_list .cont_links .cont_links_ttl {
        width: 100%;
        text-align: center;
    }
    .process .cont_list .cont_links .summary {
        font-size: 16px;
        line-height: 1.8em;
        font-weight: 600;
        letter-spacing: 0;
        text-align: center;
        margin: 0 10px -0.2em;
    }
    .process .cont_list .cont_links .btn_more {
        margin-top: 45px;
    }
    .process .cont_list .cont_links .btn_more a {
        width: 135px;
        height: 36px;
    }
    .process .recipe_lead {
        width: 90%;
        font-size: 21px;
        line-height: 2em;
        letter-spacing: 0.02em;
        text-align: center;
        margin: 60px auto 0;
    }
    .process .recipe_lead span {
        display: inline-block;
        font-size: 21px;
        line-height: 2em;
        letter-spacing: 0.02em;
    }
    .process .recipe_cont {
        margin: 80px auto 0;
    }
    .process .recipe_cont .mashbills {
        width: 1145px;
        max-width: 100%;
        margin: 0 auto;
    }
    .process .recipe_cont .mashbills .mashbill_cont {
        width: 77%;
        max-width: 730px;
        margin: 0 auto;
        padding: 10px 0;
        display: flex;
        justify-content: space-between;
        position: relative;
    }
    .process .recipe_cont .mashbills .mashbill_cont ::after {
        content: "";
        width: 1px;
        height: 100%;
        background-color: #856a43;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .process .recipe_cont .mashbills .mashbill_cont li {
        width: 525px;
        max-width: 46%;
        text-align: center;
    }
    .process .recipe_cont .mashbills .mashbill_cont li .ttl {
        font-size: 32px;
        line-height: 1;
        font-family: "Shippori Mincho", serif;
    }
    .process .recipe_cont .mashbills .mashbill_cont li .txt {
        font-size: 16px;
        line-height: 1.8em;
        margin: 1em 0 1.5em;
    }
    .process .cross {
        width: 80px;
        height: 2px;
        display: block;
        margin: 60px auto;
        background-color: #856a43;
        vertical-align: middle;
        position: relative;
        transform: rotate(45deg);
    }
    .process .cross::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #856a43;
        transform: rotate(90deg);
    }
    .process .recipe_cont .yeast_list {
        margin-top: 20px;
        display: flex;
        justify-content: center;
        gap: 0 45px;
    }
    .process .recipe_cont .yeast_list .initial {
        width: 110px;
        height: 110px;
        border: 2px solid #856a43;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .process .recipe_cont .yeast_list .initial div {
        font-size: 63px;
        line-height: 1;
        color: #856a43;
        font-family: "Shippori Mincho", serif;
        margin-bottom: 0.15em;
    }
    .process .recipe_cont .yeast_list .txt {
        font-size: 18px;
        line-height: 1.3em;
        text-align: center;
        margin-top: 0.7em;
    }
    .process .recipes {
        padding: 80px 0 70px;
    }
    .process .recipes_cont {
        width: 830px;
        max-width: 90%;
        margin: 20px auto 0;
        display: flex;
        justify-content: space-between;
        position: relative;
    }
    .process .recipes_cont::after {
        content: "";
        width: 1px;
        height: 100%;
        border-right: 1px solid #856a43;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .process .recipes_cont .recipes_list {
        width: 46.5%;
        border-top: 1px solid #856a43;
    }
    .process .recipes_cont .recipes_list li {
        height: 75px;
        border-bottom: 1px solid #856a43;
        display: flex;
        align-items: center;
    }
    .process .recipes_cont .recipes_list li .sake {
        font-size: 19px;
        margin: 0 1em 0 0.8em;
        font-family: "Shippori Mincho", serif;
    }
    .process .recipes_cont .recipes_list li .summary {
        font-size: 15px;
        line-height: 1.6em;
        color: #856a43;
    }
    .process .mark {
        background-color: #e3d8c7;
        padding: 50px 0 100px;
    }
    .process .mark .mark_inner {
        width: 750px;
        max-width: 90%;
        margin: 0 auto;
        text-align: center;
    }
    .process .mark .mark_inner .mark_ttl {
        width: 100%;
        font-size: 25px;
        font-weight: 600;
        line-height: 1em;
        text-align: center;
        margin: 0 auto 30px;
        padding-bottom: 25px;
        position: relative;
    }
    .process .mark .mark_inner .mark_ttl::after {
        content: "";
        width: 100%;
        height: 11px;
        background: url("../images/process/ttl_line.png") no-repeat center center / cover;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .process .process_nav {
        width: 100%;
        height: 80px;
        display: flex;
        align-items: flex-end;
        margin-top: 55px;
    }
    .process .process_nav_inner {
        width: 100%;
    }
    .process .process_nav_inner.is-fixed {
        background: url("../images/bg.jpg") repeat center top;
        background-color: #f2ede2;
        padding-top: 10px;
        position: fixed;
        top: 90px;
        left: 0;
        z-index: 2;
    }
    .process .process_nav_inner ul {
        width: 873px;
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: flex-end;
    }
    .process .process_nav_inner ul li a {
        width: 97px;
        height: 80px;
        display: flex;
        align-items: flex-end;
    }
    .process .process_nav_inner ul li:nth-child(1) a.active {
        background: url("../images/process/nav_process_01_on.png") no-repeat center bottom / contain;
    }
    .process .process_nav_inner ul li:nth-child(1) a.active img {
        display: none;
    }
    .process .process_nav_inner ul li:nth-child(2) a.active {
        background: url("../images/process/nav_process_02_on.png") no-repeat center bottom / contain;
    }
    .process .process_nav_inner ul li:nth-child(2) a.active img {
        display: none;
    }
    .process .process_nav_inner ul li:nth-child(3) a.active {
        background: url("../images/process/nav_process_03_on.png") no-repeat center bottom / contain;
    }
    .process .process_nav_inner ul li:nth-child(3) a.active img {
        display: none;
    }
    .process .process_nav_inner ul li:nth-child(4) a.active {
        background: url("../images/process/nav_process_04_on.png") no-repeat center bottom / contain;
    }
    .process .process_nav_inner ul li:nth-child(4) a.active img {
        display: none;
    }
    .process .process_nav_inner ul li:nth-child(5) a.active {
        background: url("../images/process/nav_process_05_on.png") no-repeat center bottom / contain;
    }
    .process .process_nav_inner ul li:nth-child(5) a.active img {
        display: none;
    }
    .process .process_nav_inner ul li:nth-child(6) a.active {
        background: url("../images/process/nav_process_06_on.png") no-repeat center bottom / contain;
    }
    .process .process_nav_inner ul li:nth-child(6) a.active img {
        display: none;
    }
    .process .process_nav_inner ul li:nth-child(7) a.active {
        background: url("../images/process/nav_process_07_on.png") no-repeat center bottom / contain;
    }
    .process .process_nav_inner ul li:nth-child(7) a.active img {
        display: none;
    }
    .process .process_nav_inner ul li:nth-child(8) a.active {
        background: url("../images/process/nav_process_08_on.png") no-repeat center bottom / contain;
    }
    .process .process_nav_inner ul li:nth-child(8) a.active img {
        display: none;
    }
    .process .process_nav_inner ul li:nth-child(9) a.active {
        background: url("../images/process/nav_process_09_on.png") no-repeat center bottom / contain;
    }
    .process .process_nav_inner ul li:nth-child(9) a.active img {
        display: none;
    }
    .process .process_cont {
        width: 96%;
        margin: 0 auto 50px;
    }
    .process .process_cont .process_list li {
        padding-top: 170px;
        margin-top: -80px;
    }
    .process .process_cont .process_list li .ttl {
        font-size: 34px;
        font-weight: 600;
        line-height: 1;
        font-family: "Shippori Mincho", serif;
        width: 100%;
        color: #856a43;
        border-bottom: 1px solid #856a43;
        padding-bottom: 0.3em;
        margin-bottom: 20px;
    }
    .process .process_cont .process_list li .ttl span {
        font-size: 0.6em;
        color: #856a43;
        display: inline-block;
        margin-left: 1em;
    }
    .process .process_cont .process_list li .block_01 {
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
    }
    .process .process_cont .process_list li .block_01 .txt_area {
        width: 490px;
        max-width: 43%;
    }
    .process .process_cont .process_list li .block_01 .figure {
        width: 580px;
        max-width: 51%;
    }
    .process .process_cont .process_list li .block_02 {
        display: flex;
        align-items: center;
    }
    .process .process_cont .process_list li .block_02 .figure {
        margin-right: 5%;
        width: 374px;
        max-width: 33%;
    }
    .process .process_cont .process_list li .block_02 .txt {
        width: 490px;
        max-width: 43%;
    }
    .process .process_cont .process_list li .lead {
        font-size: 18px;
        line-height: 1.5em;
        margin-bottom: 0.7em;
    }
    .process .process_cont .process_list li .txt {
        font-size: 15px;
        line-height: 1.8em;
    }
    .process .process_cont .process_list li .txt .note {
        font-size: 0.8em;
    }
    
  /* explore
  ---------------------------------- */
    .explore .explore_ttl {
        width: 100%;
        max-width: 824px;
        font-size: 24px;
        line-height: 1.9em;
        font-weight: 500;
        color: #856a43;
        text-align: center;
        margin: 60px auto 20px;
        padding-bottom: 30px;
        position: relative;
    }
    .explore .explore_ttl::after {
        content: "";
        width: 100%;
        height: 12px;
        background: url("../images/explore/ttl_line.png") no-repeat center center / cover;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .explore .explore_step {
        width: 100%;
    }
    .explore .explore_step .step {
        width: 90%;
        max-width: 770px;
        margin: 0 auto;
    }
    .explore .explore_recommend {
        width: 90%;
        margin: 0 auto;
    }
    .explore .explore_recommend .explore_ttl {
        margin-bottom: 40px;
    }
    .explore .explore_recommend .recommend_item {
        width: 100%;
        max-width: 780px;
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
        position: relative;
        margin: 0 auto 60px;
    }
    .explore .explore_recommend .recommend_item .img {
        width: 13%;
        position: absolute;
        bottom: -2%;
        left: 0;
    }
    .explore .explore_recommend h3 {
        font-size: 28px;
        line-height: 1.3em;
        font-weight: 600;
        text-align: center;
        color: #856a43;
        margin: 0.2em auto 1em;
    }
    .explore .explore_recommend .recommend_item .recipe_list {
        width: 83%;
        display: flex;
        justify-content: space-between;
    }
    .explore .explore_recommend .recommend_item .recipe_list li {
        width: 30%;
    }
    .explore .explore_recommend .recommend_item .recipe_list li .figure {
        width: 100%;
        border: 1px solid #856a43;
        padding: 7px;
    }
    .explore .explore_recommend .recommend_item .recipe_list li .name {
        font-size: 17px;
        font-weight: 600;
        text-align: center;
        line-height: 1.3em;
        margin: 0.8em 0 1em;
    }
    .explore .explore_recommend .recommend_item .recipe_list li .name span {
        font-size: 0.9em;
        display: inline-block;
        font-family: "Shippori Mincho", serif;
    }
    .explore .explore_recommend .recommend_item .recipe_list li a {
        width: 100%;
        max-width: 90px;
        height: 30px;
        cursor: pointer;
        margin: 0 auto;
    }
    /* modal */
    .modal {
        width: 90%;
    }
    .modal * {
        font-family: "Noto Serif JP", serif;
    }
    .modal_body {
        width: 960px;
        max-width: 90dvw;
        aspect-ratio: 1060 / 730;
        background-color: #efeae4;
        position: relative;
        overflow: auto;
        box-sizing: border-box;
    }
    .modal_body .modal_content {
        width: 100%;
        min-height: 100%;
        padding: 90px 6% 40px 6.5%;
        position: relative;
        display: flex;
        align-items: flex-start;
    }
    .modal_body .modal_content .close_modal {
        font-size: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        position: absolute;
        right: 0px;
        top: 0px;
        height: 45px;
        width: 45px;
    }
    .modal_body .modal_content .close_modal span {
        display: flex;
    }
    .modal_body .modal_content .figure {
        margin-right: 6%;
        width: 385px;
        max-width: 44%;
    }
    .modal_body .modal_content .figure .img {
        width: 100%;
        border: 1px solid #856a43;
        padding: 10px;
    }
    .modal_body .modal_content .figure .note {
        font-size: 14px;
        margin-top: 0.6em;
    }
    .modal_body .modal_content .detail {
        width: 440px;
        max-width: 50%;
    }
    .modal_body .modal_content .detail .title {
        font-size: 31px;
        line-height: 1.7em;
        color: #856a43;
        margin-bottom: 30px;
        letter-spacing: 0;
        margin-left: -0.2em;
    }
    .modal_body .modal_content .detail .title span {
        font-size: 0.6em;
        line-height: 1;
        font-family: "Shippori Mincho", serif;
        display: block;
        margin-left: 0.3em;
    }
    .modal_body .modal_content .detail dl {
        font-size: 15px;
    }
    .modal_body .modal_content .detail dl.material {
        margin-bottom: 80px;
    }
    .modal_body .modal_content .detail dl dt {
        color: #856a43;
        border-bottom: 1px solid #856a43;
        margin-bottom: 10px;
        position: relative;
    }
    .modal_body .modal_content .detail dl dt span {
        position: absolute;
        right: 0;
        bottom: 10px;
    }
    .modal_body .modal_content .detail dl dd {
        position: relative;
    }
    .modal_body .modal_content .detail dl dd span {
        position: absolute;
        right: 0;
        top: 0;
    }
    #recipe_bourbon_01 .modal_body .modal_content .detail dl dd span {
        max-width: 115px; width: 27%; }
    #recipe_bourbon_02 .modal_body .modal_content .detail dl dd span { 
        max-width: 120px; width: 28%; }
    #recipe_bourbon_03 .modal_body .modal_content .detail dl dd span { 
        max-width: 130px; width: 30%; }
    #recipe_black_01 .modal_body .modal_content .detail dl dd span { 
        max-width: 145px; width: 34%; }
    #recipe_black_02 .modal_body .modal_content .detail dl dd span { 
        max-width: 155px; width: 37%; }
    #recipe_black_03 .modal_body .modal_content .detail dl dd span { 
        max-width: 105px; width: 25%; }
    .modal_body .modal_content .detail .list_nb {
        counter-reset: number 0;
    }
    .modal_body .modal_content .detail .list_nb li {
        position: relative;
        padding-left: 1.3em;
    }
    .modal_body .modal_content .detail .list_nb li::before {
        counter-increment: number 1;
        content: counter(number) ".";
        position: absolute;
        left: 0;
        top: 0;
    }
    .iziModal-navigate {
        z-index: 999 !important;
    }
}


@media screen and (min-width: 768px) and (max-width: 959px) {
    .ttl_1 {
        padding-bottom: 5.3dvw;
        margin-bottom: 1dvw;
    }
    .ttl_1 .ttl_main { font-size: 3.6dvw; }
    .ttl_1 .ttl_sub {
        font-size: 1.9dvw;
        margin-top: 0.4em;
    }
    .ttl_2 {
        padding-bottom: 6dvw;
        background-size: 20%;
    }
    .ttl_2 .ttl_main { font-size: 4.6dvw; }
    .ttl_2 .ttl_sub { font-size: 2.8dvw; }
    .ttl_3 {
        padding-bottom: 7dvw;
        margin-bottom: 1dvw;
        background-size: 10%;
    }
    .ttl_3 .ttl_main { font-size: 4.6dvw; }
    .ttl_3 .ttl_sub { font-size: 3.5dvw; }
    .ttl_3 .ttl_sm { font-size: 2.5dvw; }
    .gnav .gnav_inner .nav_logo { margin-left: 0; }
    .home .cont_list .cont_links li,
    .story .cont_list .cont_links li,
    .process .cont_list .cont_links li {
        height: 42.5dvw;
    }
    .home .cont_list .cont_links .summary,
    .story .cont_list .cont_links .summary,
    .process .cont_list .cont_links .summary {
        font-size: 1.7dvw;
    }
    .story .history .history_cont { width: 90%; }
    .story .history .history_cont dd .txt_area .txt { font-size: 1.6dvw; }
    .story .history .history_cont dd h2 { font-size: 2.1dvw; }
    .story .history .history_cont dd a,
    .story .history .history_cont dd .figure .txt {
        font-size: 1.3dvw;
    }
    .bourbons .lineup_lead {
        font-size: 30px;
    }
    .bourbons .bourbon_list .list_cont .img_area .point {
        top: -60px;
        right: -95px;
    }
    .bourbons .bourbon_list .list_cont .detail .num { font-size: 60px; }
    .bourbons .bourbon_list .list_cont .detail .num.row2 { font-size: 30px; }
    .bourbons .bourbon_list .list_cont .detail .txt_s { font-size: 15px; }
    .bourbons .bourbon_list .list_cont .detail .txt_l { font-size: 22px; }
    .bourbons .recipes_cont .recipes_list li { height: 7dvw; }
    .bourbons .recipes_cont .recipes_list li .sake { font-size: 2.1dvw; }
    .bourbons .recipes_cont .recipes_list li .summary { font-size: 1.6dvw; }
    .process .recipes_cont .recipes_list li { height: 7dvw; }
    .process .recipes_cont .recipes_list li .sake { font-size: 2.1dvw; }
    .process .recipes_cont .recipes_list li .summary { font-size: 1.6dvw; }
    .process .recipe_cont .mashbills { max-width: 90%; }
    .process .recipe_cont .mashbills .mashbill_cont li .txt { font-size: 1.6dvw; }
    .process .recipe_cont .yeast_list .initial {
        width: 12dvw;
        height: 12dvw;
    }
    .process .recipe_cont .yeast_list .initial div {
        font-size: 6.7dvw;
    }
    .process .recipe_cont .yeast_list .txt {
        font-size: 1.8dvw;
    }
    .process .process_nav_inner ul {
        justify-content: center;
        padding-left: 2%;
    }
    .process .process_nav_inner ul li a {
        width: 10dvw;
        height: 9dvw;
    }
    .explore .explore_step,
    .explore .explore_recommend {
        max-width: 90%;
        margin: 0 auto;
    }
    .explore .explore_ttl { font-size: 20px; }
    .explore .explore_recommend h3 { font-size: 23px; }
    .explore .explore_recommend .recommend_item .recipe_list li .name { font-size: 15px; }
    .modal_body .modal_content {
        padding: 70px 8% 30px 8.5%;
    }
    .modal_body .modal_content .detail .title { font-size: 27px; }
    .modal_body .modal_content .figure .note,
    .modal_body .modal_content .detail dl { font-size: 13px; }
    .modal_body .modal_content .detail dl.material { margin-bottom: 60px; }
}

@media screen and (max-width: 767px) {
    #Main_inner {
        padding-top: 0;
    }
    .fourroses_cont {
        padding-bottom: 0;
    }
  /* common
  ---------------------------------- */
    .hidden-sp {
        display: none;
    }
    .gnav {
        width: 100%;
        position: relative;
        z-index: 1;
        margin-bottom: 0;
    }
    .gnav:before {
        background: url("../images/bg.jpg") no-repeat center top;
        content: "";
        position: absolute;
        height: 57px;
        width: 100%;
    }
    .gnav .gnav_inner {
        align-items: center;
        display: flex;
        height: 57px;
        justify-content: space-between;
        position: relative;
    }
    .gnav .gnav_inner:before {
        background: url("../images/bg.jpg") no-repeat center top;
        content: "";
        position: absolute;
        height: 57px;
        width: 100%;
        z-index: 2;
    }
    .gnav .gnav_inner .nav_logo {
        aspect-ratio: 185 / 90;
        height: 100%;
        z-index: 3;
    }
    .gnav .gnav_inner .nav_logo img {
        width: 100%;
        height: 100%;
    }
    .gnav .gnav_inner .nav_menu {
        top: 57px;
        left: 0;
        -webkit-transform: translateY(-120%);
        transform: translateY(-120%);
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
        position: absolute;
        z-index: 1;
        width: 100%;
        border-top: 1px solid #856a43;
    }
    .gnav .gnav_inner .nav_menu.active {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    .gnav .gnav_inner .nav_menu li a {
        align-items: center;
        background-color: rgba(239, 234, 228, 0.88);
        border-bottom: 1px solid #856a43;
        display: flex;
        height: 64px;
        padding: 16px 0 14px;
        justify-content: center;
        position: relative;
        width: 100%;
    }
    .gnav .gnav_inner .nav_menu li a:after {
        content: "";
        position: absolute;
        right: 35px;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 11px;
        height: 11px;
        border-top: 1px solid #856a43;
        border-right: 1px solid #856a43;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .gnav .gnav_inner .nav_menu li a img {
        max-height: 100%;
    }
    .gnav .gnav_inner .btn_nav_menu {
        margin-right: 20px;
        width: 50px;
        position: relative;
        z-index: 3;
    }
    .gnav .gnav_inner .btn_nav_menu a {
        display: block;
        position: relative;
    }
    .gnav .gnav_inner .btn_nav_menu a:hover,
    .gnav .gnav_inner .btn_nav_menu a:hover img {
        opacity: 1;
    }
    .gnav .gnav_inner .btn_nav_menu img {
        width: 100%;
    }
    .ttl_1 {
        width: 100%;
        text-align: center;
        padding-bottom: 6dvw;
        background: url("../images/ttl_icon.svg") no-repeat bottom center;
        background-size: 19%;
    }
    .ttl_1 .ttl_main {
        font-size: 4.8dvw;
        line-height: 1.2em;
        font-family: "Shippori Mincho", serif;
        font-weight: 500;
    }
    .ttl_1 .ttl_main span {
        display: inline-block;
        font-size: 4.8dvw;
        font-family: "Shippori Mincho", serif;
    }
    .ttl_1 .ttl_main .sm {
        font-size: 0.65em;
        line-height: 1.2em;
        display: block;
    }
    .ttl_1 .ttl_sub {
        font-size: 2.5dvw;
        letter-spacing: 0;
        margin-top: 0.7em;
        font-weight: 600;
        line-height: 1;
    }
    .ttl_2 {
        width: 100%;
        text-align: center;
        padding-bottom: 10dvw;
        background: url("../images/ttl_icon.svg") no-repeat bottom center;
        background-size: 16%;
    }
    .ttl_2 .ttl_main {
        font-size: 7.5dvw;
        line-height: 1.3em;
        font-family: "Shippori Mincho", serif;
        font-weight: 500;
    }
    .ttl_2 .ttl_sub {
        font-size: 4.5dvw;
        letter-spacing: 0;
        margin-top: 0.4em;
        font-weight: 600;
        line-height: 1;
    }
    .ttl_3 {
        width: 100%;
        text-align: center;
        padding-bottom: 10dvw;
        margin-bottom: 1dvw;
        background: url("../images/ttl_icon.svg") no-repeat bottom center;
        background-size: 16%;
    }
    .ttl_3 .ttl_main {
        font-size: 7.5dvw;
        line-height: 1.2em;
        font-family: "Shippori Mincho", serif;
        font-weight: 500;
    }
    .ttl_3 .ttl_main .em {
        font-size: 1.4em;
        margin: 0 0.1em;
        font-family: "Shippori Mincho", serif;
    }
    .ttl_3 .ttl_sub {
        font-size: 5.1dvw;
        letter-spacing: 0;
        margin-top: 0.4em;
        font-weight: 600;
        line-height: 1;
    }
    .ttl_3 .ttl_sm {
        font-size: 3.8dvw;
        letter-spacing: 0;
        margin-top: 0.6em;
        font-weight: 600;
        line-height: 1;
    }
    .btn_more a {
        color: #fff;
        background-color: #856a43;
        background-image: url("../images/btn_more.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto 40%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        text-indent: 9999px;
        overflow: hidden;
    }
    .btn_more a:hover {
        background-color: #b19576;
        text-decoration: none;
    }
    
  /* home
  ---------------------------------- */
    .home .kv {
        line-height: 0;
        position: relative;
        z-index: 0;
    }
    .home .kv_bg {
        width: 100%;
        aspect-ratio: 1110 / 740;
        position: relative;
        overflow: hidden;
    }
    .home .cont_list .cont_links li {
        width: 100%;
        height: 56.5dvw;
        position: relative;
        margin-top: 5.3dvw;
        background-color: #e3d8c7;
        display: flex;
    }
    .home .cont_list .cont_links li:nth-child(odd){
        flex-direction: row-reverse;
    }
    .home .cont_list .cont_links li .img_area {
        width: 52%;
        height: 100%;
    }
    .home .cont_list .cont_links li .img_area img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .home .cont_list .cont_links li .txt_area {
        width: 48%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 4.5dvw 0;
    }
    .home .cont_list .cont_links .cont_links_ttl {
        width: 100%;
        text-align: center;
    }
    .home .cont_list .cont_links .summary {
        font-size: 2.3dvw;
        line-height: 1.8em;
        font-weight: 600;
        letter-spacing: 0;
        text-align: center;
        margin: 0 5px -0.2em;
    }
    .home .cont_list .cont_links .btn_more {
        margin-top: 3dvw;
    }
    .home .cont_list .cont_links .btn_more a {
        width: 22dvw;
        height: 6dvw;
    }
    .home .bnr_area {
        padding: 5%;
    }
    .home .bnr_area img {
        width: 100%;
    }
    
  /* products
  ---------------------------------- */
    .bourbons .lineup {
        margin-top: 5.3dvw;
    }
    .bourbons .lineup_line {
        width: 100%;
        height: 4px;
        border-top: 1px solid #856a43;
        border-bottom: 1px solid #856a43;
    }
    .bourbons .lineup_lead {
        width: 90%;
        font-size: 4.5dvw;
        line-height: 1.7em;
        text-align: center;
        margin: 5.3dvw auto 6.7dvw;
        padding-bottom: 5.3dvw;
        position: relative;
    }
    .bourbons .lineup_lead::after {
        content: "";
        width: 100%;
        height: 8px;
        background: url("../images/products/ttl_line.png") no-repeat center center / cover;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .bourbons .bourbon_list {
        width: 100%;
        margin: 0 auto;
    }
    .bourbons .bourbon_list .list_cont:nth-child(even) {
        background-color: rgba(255,255,255,0.45);
    }
    .bourbons .bourbon_list .list_cont .cont_inner {
        width: 865px;
        max-width: 90%;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        flex-wrap: wrap;
        margin: 0 auto;
        padding: 10dvw 0 15dvw ;
    }
    .bourbons .bourbon_list .list_cont:first-child .cont_inner {
        padding: 0 0 15dvw ;
    }
    .bourbons .bourbon_list .list_cont:nth-child(even) .cont_inner {
        padding: 10dvw 0 15dvw ;
    }
    .bourbons .bourbon_list .list_cont .ttl_2 {
        margin: 0 auto 2.7dvw;
    }
    .bourbons .bourbon_list .list_cont .img_area {
        width: 48%;
        position: relative;
    }
    .bourbons .bourbon_list .list_cont .img_area .bourbon_img {
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
    .bourbons .bourbon_list .list_cont .img_area .point {
        width: 15dvw;
        height: 15dvw;
        border-radius: 50%;
        border: 1px solid #856a43;
        font-size: 2.9dvw;
        line-height: 1.3em;
        padding-top: 0.2em;
        color: #856a43;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: -15dvw;
        left: -3dvw;
    }
    .bourbons .bourbon_list .list_cont .txt_area {
        width: 44%;
    }
    .bourbons .bourbon_list .list_cont .txt_area .txt {
        width: 100%;
        font-size: 3dvw;
        line-height: 1.7em;
        margin: 0 auto 4.8dvw;
    }
    .bourbons .bourbon_list .list_cont .detail {
        display: flex;
        justify-content: center;
    }
    .bourbons .bourbon_list .list_cont .detail > div {
        width: 50%;
        padding: 0 0 5px;
        border-left: 1px solid #856a43;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .bourbons .bourbon_list .list_cont .detail .aged {
        align-items: flex-end;
    }
    .bourbons .bourbon_list .list_cont .detail .alc {
        align-items: center;
        border-right: 1px solid #856a43;
    }
    .bourbons .bourbon_list .list_cont .detail .num {
        font-family: "Shippori Mincho", serif;
        font-size: 9dvw;
        line-height: 0.9em;
        color: #856a43;
    }
    .bourbons .bourbon_list .list_cont .detail .num.row2 p {
        font-family: "Shippori Mincho", serif;
        font-size: 4.2dvw;
        line-height: 0.9;
        color: #856a43;
        margin: 0;
        position: relative;
        bottom: -0.1em;
    }
    .bourbons .bourbon_list .list_cont .detail .num.row2 p + p {
        margin-top: 0.2em;
    }
    .bourbons .bourbon_list .list_cont .detail .num.row2 p small {
        font-size: 0.5em;
        margin-left: 0.1em;
    }
    .bourbons .bourbon_list .list_cont .detail .txt_s {
        font-size: 2.7dvw;
        width: 100%;
        text-align: center;
        margin-bottom: 0.2em;
    }
    .bourbons .bourbon_list .list_cont .detail .txt_m {
        font-size: 2.8dvw;
        width: 100%;
        text-align: center;
        margin-bottom: 0.1em;
    }
    .bourbons .bourbon_list .list_cont .detail .txt_l {
        font-size: 2.9dvw;
        line-height: 1em;
    }
    .bourbons .bourbon_list .list_cont .btn_more {
        text-align: center;
    }
    .bourbons .bourbon_list .list_cont .btn_more a {
        width: 22dvw;
        height: 6dvw;
        margin: 6dvw auto 0;
    }
    .bourbons .bourbon_detail .detail_cont {
        width: 90%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 7dvw 0 56dvw;
        margin: 0 auto;
        position: relative;
    }
    .bourbons .bourbon_detail .detail_cont .ttl_2 {
        margin-bottom: 3dvw;
    }
    .bourbons .bourbon_detail .img_area {
        width: 47%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 1%;
    }
    .bourbons .bourbon_detail .img_area .bourbon_img {
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
    .bourbons .bourbon_detail .img_area .point {
        width: 15dvw;
        height: 15dvw;
        border-radius: 50%;
        border: 1px solid #856a43;
        font-size: 2.9dvw;
        line-height: 1.3em;
        padding-top: 0.2em;
        color: #856a43;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: -15dvw;
        left: -3dvw;
    }
    .bourbons .bourbon_detail .txt_area {
        width: 44%;
    }
    .bourbons .bourbon_detail .txt_area .txt {
        width: 100%;
        font-size: 3dvw;
        line-height: 1.7em;
        margin: 2.5dvw auto 5dvw;
    }
    .bourbons .bourbon_detail .detail {
        width: 83%;
        margin: 0 auto;
    }
    .bourbons .bourbon_detail .detail > div {
        width: 100%;
        padding: 5px 0 8px;
        border-top: 1px solid #856a43;
        display: flex;
        justify-content: center;
    }
    .bourbons .bourbon_detail .detail .aged {
        align-items: flex-end;
    }
    .bourbons .bourbon_detail .detail .alc {
        align-items: center;
        border-bottom: 1px solid #856a43;
    }
    .bourbons .bourbon_detail .detail .num {
        font-family: "Shippori Mincho", serif;
        font-size: 10dvw;
        line-height: 0.9em;
        color: #856a43;
        margin-left: 0.15em;
    }
    .bourbons .bourbon_detail .detail .num.row2 p {
        font-family: "Shippori Mincho", serif;
        font-size: 5dvw;
        line-height: 0.9;
        color: #856a43;
        margin: 0;
    }
    .bourbons .bourbon_detail .detail .num.row2 p + p {
        margin-top: 0.2em;
    }
    .bourbons .bourbon_detail .detail .num.row2 p small {
        font-size: 0.5em;
        margin-left: 0.1em;
    }
    .bourbons .bourbon_detail .detail .txt_s {
        font-size: 3dvw;
        line-height: 1.3em;
    }
    .bourbons .bourbon_detail .detail .txt_m {
        font-size: 3dvw;
        line-height: 1em;
        margin-top: 0.5em;
    }
    .bourbons .bourbon_detail .detail .txt_l {
        font-size: 3.5dvw;
        line-height: 1em;
    }
    .bourbons .bourbon_detail .data {
        width: 100%;
        display: flex;
        justify-content: space-between;
        text-align: center;
        position: absolute;
        bottom: 7dvw;
        left: 0;
    }
    .bourbons .bourbon_detail .data p {
        font-size: 3.5dvw;
        line-height: 1;
        margin-bottom: 0.7em;
    }
    .bourbons .bourbon_detail .data .data_sake p {
        letter-spacing: 0.05em;
    }
    .bourbons .bourbon_detail .data .data_sake {
        width: 260px;
        max-width: 45%;
    }
    .bourbons .bourbon_detail .data .data_chart {
        width: 315px;
        max-width: 54%;
    }
    .bourbons .tasting_notes {
        padding: 9dvw 0;
    }
    .bourbons .tasting_notes .tasting_list {
        width: 710px;
        max-width: 90%;
        margin: 20px auto 0;
        display: flex;
        justify-content: space-between;
    }
    .bourbons .tasting_notes .tasting_list li {
        width: 285px;
        max-width: 28.5%;
    }
    .bourbons .tasting_notes .tasting_list li .ttl {
        font-size: 4dvw;
        text-align: center;
        line-height: 1;
        color: #856a43;
        margin: 0.9em 0 0.5em;
    }
    .bourbons .tasting_notes .tasting_list li .txt {
        font-size: 3dvw;
        line-height: 1.7em;
    }
    .bourbons .recipes {
        padding: 8dvw 0 9dvw;
        background-color: #d5c2a1;
    }
    .bourbons .recipes .ttl_3 .ttl_sub {
        font-size: 4.6dvw;
    }
    .bourbons .recipes_cont {
        width: 90%;
        margin: 1dvw auto 0;
        border-top: 1px solid #856a43;
    }
    .bourbons .recipes_cont .recipes_list {
        width: 100%;
    }
    .bourbons .recipes_cont .recipes_list li {
        height: 14dvw;
        border-bottom: 1px solid #856a43;
        display: flex;
        align-items: center;
    }
    .bourbons .recipes_cont .recipes_list li .sake {
        font-size: 4dvw;
        margin: 0 0.7em 0 0.7em;
        font-family: "Shippori Mincho", serif;
    }
    .bourbons .recipes_cont .recipes_list li .summary {
        font-size: 3dvw;
        line-height: 1.6em;
        color: #856a43;
    }
    .bourbons .awards_recognition {
        background-color: #e3d8c7;
        padding: 8dvw 0;
    }
    .bourbons .award_list {
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 5.3dvw 10%;
    }
    .bourbons .award_list li {
        width: 45%;
        display: flex;
        justify-content: center;
    }
    .bourbons .award_list.singlebarrel_awards li:last-child {
        width: 49%;
    }
    .bourbons .bourbon_link_list {
        width: 90%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 6dvw 0;
        margin: 9dvw auto 9dvw;
    }
    .bourbons .bourbon_link_list a {
        max-width: 47%;
    }
    
  /* story
  ---------------------------------- */
    .story .cont_list {
        margin-bottom: 5.3dvw;
    }
    .story .cont_list .cont_links li {
        width: 100%;
        height: 56.5dvw;
        position: relative;
        background-color: #e3d8c7;
        display: flex;
    }
    .story .cont_list .cont_links li:not(:first-child) {
        margin-top: 5.3dvw;
    }
    .story .cont_list .cont_links li:nth-child(odd){
        flex-direction: row-reverse;
    }
    .story .cont_list .cont_links li .img_area {
        width: 52%;
        height: 100%;
    }
    .story .cont_list .cont_links li .img_area img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .story .cont_list .cont_links li .txt_area {
        width: 48%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 4.5dvw 0;
    }
    .story .cont_list .cont_links .cont_links_ttl {
        width: 100%;
        text-align: center;
    }
    .story .cont_list .cont_links .summary {
        font-size: 2.3dvw;
        line-height: 1.8em;
        font-weight: 600;
        letter-spacing: 0;
        text-align: center;
        margin: 0 5px -0.2em;
    }
    .story .cont_list .cont_links .btn_more {
        margin-top: 3dvw;
    }
    .story .cont_list .cont_links .btn_more a {
        width: 22dvw;
        height: 6dvw;
    }
    .story .legend_txt {
        width: 90%;
        font-size: 3.3dvw;
        line-height: 2em;
        letter-spacing: 0.02em;
        text-align: center;
        margin: 7dvw auto 0;
    }
    .story .legend_txt span {
        font-size: 3.3dvw;
        line-height: 2em;
        letter-spacing: 0.02em;
        display: inline-block;
    }
    .story .legend_txt .img {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 3dvw;
    }
    .story .legend_txt .img img {
        max-width: 42%;
    }
    /*history*/
    #Main_inner.story_history {
        padding-bottom: 0;
    }
    .story .history .history_cont {
        width: 90%;
        margin: 0 auto;
        display: flex;
    }
    .story .history .history_cont dt {
        width: 33%;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }
    .story .history .history_cont dt span.year {
        font-family: "Shippori Mincho", serif;
        font-size: 9dvw;
        line-height: 1.2em;
        letter-spacing: -0.05em;
        color: #856a43;
        display: block;
        padding: 3dvw 0;
    }
    .story .history .history_cont dt span.line {
        width: 1px;
        height: 100%;
        background-color: #856a43;
        position: relative;
        left: 29%;
        overflow: hidden;
        flex: 1;
    }
    .story .history .history_cont.first dt {
        padding-top: 4dvw;
    }
    .story .history .history_cont.first dt::before {
        content: "";
        width: 1px;
        height: 4dvw;
        background-color: #856a43;
        position: absolute;
        top: 0;
        left: 29%;
    }
    .story .history .history_cont dd {
        width: 67%;
        padding: 0 0 8dvw;
        position: relative;
    }
    .story .history .history_cont dd h2 {
        font-size: 4.5dvw;
        line-height: 1.4em;
        margin-bottom: 0.6em;
        color: #856a43;
    }
    .story .history .history_cont dd .txt_area {
        padding-top: 6dvw;
    }
    .story .history .history_cont.first dd .txt_area {
        padding-top: 10dvw;
    }
    .story .history .history_cont dd .txt_area .txt {
        font-size: 3.2dvw;
        line-height: 1.7em;
        /*word-break: auto-phrase;*/
    }
    .story .history .history_cont dd .txt_area .txt span {
        display: inline-block;
    }
    .story .history .history_cont dd .figure {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex: 1;
        margin-top: 5dvw;
    }
    .story .history .history_cont dd .figure_01 img {
        width: 49.5dvw;
    }
    .story .history .history_cont dd .figure_02 img {
        width: 36dvw;
    }
    .story .history .history_cont dd .figure_03 img {
        width: 45.5dvw;
    }
    .story .history .history_cont dd .figure_04 img {
        width: 31dvw;
    }
    .story .history .history_cont dd .figure_05 img {
        width: 29.5dvw;
    }
    .story .history .history_cont dd .figure_06 img {
        width: 45.5dvw;
        margin-left: -4%;
        margin-bottom: 3dvw;
    }
    .story .history .history_cont dd .figure .txt {
        font-size: 3.2dvw;
        line-height: 1.4em;
        margin-top: 0.8em;
    }
    .story .history .history_cont dd a {
        width: 33dvw;
        height: 8dvw;
        font-size: 3.2dvw;
        background-color: #856a43;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        margin-top: 6dvw;
    }
    .story .history .history_cont dd a:hover {
        background-color: #b19576;
        text-decoration: none;
    }
    
  /* process
  ---------------------------------- */
    .process .recipe_lead {
        width: 90%;
        font-size: 3.3dvw;
        line-height: 2em;
        letter-spacing: 0.02em;
        text-align: center;
        margin: 7dvw auto 0;
    }
    .process .recipe_lead span {
        display: inline-block;
        font-size: 3.3dvw;
        line-height: 2em;
        letter-spacing: 0.02em;
    }
    .process .recipe_cont {
        width: 90%;
        margin: 11dvw auto 0;
    }
    .process .recipe_cont .mashbills {
        width: 100%;
    }
    .process .recipe_cont .mashbills .mashbill_cont {
        width: 90%;
        margin: 3dvw auto 0;
    }
    .process .recipe_cont .mashbills .mashbill_cont li {
        width: 100%;
        text-align: center;
    }
    .process .recipe_cont .mashbills .mashbill_cont li:not(:first-child) {
        border-top: 1px solid #856a43;
        margin-top: 5.3dvw;
        padding-top: 5dvw;
    }
    .process .recipe_cont .mashbills .mashbill_cont li .ttl {
        font-size: 7dvw;
        line-height: 1;
        font-family: "Shippori Mincho", serif;
    }
    .process .recipe_cont .mashbills .mashbill_cont li .txt {
        font-size: 3.2dvw;
        line-height: 1.3em;
        margin: 1em 0 1.5em;
    }
    .process .recipe_cont .mashbills .mashbill_cont li img {
        display: block;
        margin: 0 auto;
    }
    .process .cross {
        width: 16dvw;
        height: 1px;
        display: block;
        margin: 13dvw auto 12dvw;
        background-color: #856a43;
        vertical-align: middle;
        position: relative;
        transform: rotate(45deg);
    }
    .process .cross::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #856a43;
        transform: rotate(90deg);
    }
    .process .recipe_cont .yeast_list {
        margin-top: 2dvw;
        display: flex;
        justify-content: space-between;
    }
    .process .recipe_cont .yeast_list .initial {
        width: 15dvw;
        height: 15dvw;
        border: 1px solid #856a43;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .process .recipe_cont .yeast_list .initial div {
        font-size: 8.5dvw;
        line-height: 1;
        color: #856a43;
        font-family: "Shippori Mincho", serif;
        margin-bottom: 0.1em;
    }
    .process .recipe_cont .yeast_list .txt {
        font-size: 2.3dvw;
        line-height: 1.3em;
        text-align: center;
        margin-top: 0.7em;
    }
    .process .recipes {
        padding: 11dvw 0 9dvw;
    }
    .process .recipes_cont {
        width: 90%;
        margin: 0 auto;
        border-top: 1px solid #856a43;
    }
    .process .recipes_cont .recipes_list {
        width: 100%;
    }
    .process .recipes_cont .recipes_list li {
        height: 14dvw;
        border-bottom: 1px solid #856a43;
        display: flex;
        align-items: center;
    }
    .process .recipes_cont .recipes_list li .sake {
        font-size: 4dvw;
        margin: 0 0.7em 0 0.7em;
    }
    .process .recipes_cont .recipes_list li .summary {
        font-size: 3dvw;
        line-height: 1.6em;
        color: #856a43;
    }
    .process .mark {
        background-color: #e3d8c7;
        padding: 9dvw 0 11dvw;
    }
    .process .mark .mark_inner {
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }
    .process .mark .mark_inner .mark_ttl {
        width: 100%;
        font-size: 5dvw;
        font-weight: 600;
        line-height: 1em;
        text-align: center;
        margin: 0 auto 4dvw;
        padding-bottom: 5.3dvw;
        position: relative;
    }
    .process .mark .mark_inner .mark_ttl::after {
        content: "";
        width: 100%;
        height: 8px;
        background: url("../images/process/ttl_line.png") no-repeat center center / cover;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    
    .process .cont_list {
        margin-bottom: 5.3dvw;
    }
    .process .cont_list .cont_links li {
        width: 100%;
        height: 56.5dvw;
        position: relative;
        background-color: #e3d8c7;
        display: flex;
    }
    .process .cont_list .cont_links li:not(:first-child) {
        margin-top: 5.3dvw;
    }
    .process .cont_list .cont_links li:nth-child(odd){
        flex-direction: row-reverse;
    }
    .process .cont_list .cont_links li .img_area {
        width: 52%;
        height: 100%;
    }
    .process .cont_list .cont_links li .img_area img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .process .cont_list .cont_links li .txt_area {
        width: 48%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 4.5dvw 0;
    }
    .process .cont_list .cont_links .cont_links_ttl {
        width: 100%;
        text-align: center;
    }
    .process .cont_list .cont_links .summary {
        font-size: 2.3dvw;
        line-height: 1.8em;
        font-weight: 600;
        letter-spacing: 0;
        text-align: center;
        margin: 0 5px -0.2em;
    }
    .process .cont_list .cont_links .btn_more {
        margin-top: 3dvw;
    }
    .process .cont_list .cont_links .btn_more a {
        width: 22dvw;
        height: 6dvw;
    }
    .process .process_nav {
        width: 92%;
        height: 14dvw;
        margin: 6dvw auto 0;
    }
    .process .process_nav_inner {
        background: url("../images/bg.jpg") repeat center top;
        background-color: #f2ede2;
        width: 100%;
    }
    .process .process_nav_inner.is-fixed {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2;
        padding-top: 1dvw;
    }
    .process .process_nav_inner ul {
        display: flex;
        justify-content: center;
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
    }
    .process .process_nav_inner.is-fixed ul {
        width: 92%;
    }
    .process .process_nav_inner ul li {
        width: calc(100% / 9);
    }
    .process .process_nav_inner ul li a {
        height: 14dvw;
        display: flex;
        align-items: flex-end;
    }
    .process .process_nav_inner ul li:nth-child(1) a.active {
        background: url("../images/process/nav_process_01_on_sp.png") no-repeat center bottom;
        background-size: contain;
    }
    .process .process_nav_inner ul li:nth-child(1) a.active img {
        display: none;
    }
    .process .process_nav_inner ul li:nth-child(2) a.active {
        background: url("../images/process/nav_process_02_on_sp.png") no-repeat center bottom;
        background-size: contain;
    }
    .process .process_nav_inner ul li:nth-child(2) a.active img {
        display: none;
    }
    .process .process_nav_inner ul li:nth-child(3) a.active {
        background: url("../images/process/nav_process_03_on_sp.png") no-repeat center bottom;
        background-size: contain;
    }
    .process .process_nav_inner ul li:nth-child(3) a.active img {
        display: none;
    }
    .process .process_nav_inner ul li:nth-child(4) a.active {
        background: url("../images/process/nav_process_04_on_sp.png") no-repeat center bottom;
        background-size: contain;
    }
    .process .process_nav_inner ul li:nth-child(4) a.active img {
        display: none;
    }
    .process .process_nav_inner ul li:nth-child(5) a.active {
        background: url("../images/process/nav_process_05_on_sp.png") no-repeat center bottom;
        background-size: contain;
    }
    .process .process_nav_inner ul li:nth-child(5) a.active img {
        display: none;
    }
    .process .process_nav_inner ul li:nth-child(6) a.active {
        background: url("../images/process/nav_process_06_on_sp.png") no-repeat center bottom;
        background-size: contain;
    }
    .process .process_nav_inner ul li:nth-child(6) a.active img {
        display: none;
    }
    .process .process_nav_inner ul li:nth-child(7) a.active {
        background: url("../images/process/nav_process_07_on_sp.png") no-repeat center bottom;
        background-size: contain;
    }
    .process .process_nav_inner ul li:nth-child(7) a.active img {
        display: none;
    }
    .process .process_nav_inner ul li:nth-child(8) a.active {
        background: url("../images/process/nav_process_08_on_sp.png") no-repeat center bottom;
        background-size: contain;
    }
    .process .process_nav_inner ul li:nth-child(8) a.active img {
        display: none;
    }
    .process .process_nav_inner ul li:nth-child(9) a.active {
        background: url("../images/process/nav_process_09_on_sp.png") no-repeat center bottom;
        background-size: contain;
    }
    .process .process_nav_inner ul li:nth-child(9) a.active img {
        display: none;
    }
    .process .process_cont {
        margin-bottom: 12dvw;
    }
    .process .process_cont .process_list li {
        padding: 22dvw 0 0;
        margin-top: -14dvw;
    }
    .process .process_cont .process_list li .ttl {
        font-size: 7dvw;
        font-weight: 600;
        line-height: 1;
        font-family: "Shippori Mincho", serif;
        width: 100%;
        color: #856a43;
        border-bottom: 1px solid #856a43;
        padding-bottom: 0.4em;
        margin-bottom: 0.6em;
        padding-left: 5%;
    }
    .process .process_cont .process_list li .ttl span {
        font-size: 0.6em;
        color: #856a43;
        display: block;
        margin-top: 0.7em;
    }
    .process .process_cont .process_list li .block_01 {
        margin-bottom: 5%;
    }
    .process .process_cont .process_list li .block_01 .txt_area {
        padding: 0 5% 3%;
    }
    .process .process_cont .process_list li .block_01 .figure {
        margin-left: 18%;
    }
    .process .process_cont .process_list li .block_01 .figure img {
        margin-left: auto;
    }
    .process .process_cont .process_list li .block_02 {
        display: flex;
    }
    .process .process_cont .process_list li .block_02 .figure {
        width: 45%;
    }
    .process .process_cont .process_list li .block_02 .txt {
        padding: 0 0 0 4%;
        width: 52%;
    }
    .process .process_cont .process_list li .lead {
        font-size: 3.6vw;
        margin-bottom: 0.7em;
    }
    .process .process_cont .process_list li .txt {
        font-size: 2.8vw;
    }
    .process .process_cont .process_list li .txt .note {
        font-size: 0.8em;
    }
    
  /* explore
  ---------------------------------- */
    .explore .explore_ttl {
        width: 100%;
        font-size: 3.2dvw;
        line-height: 1.9em;
        font-weight: 500;
        text-align: center;
        color: #856a43;
        margin: 8dvw auto 3dvw;
        padding-bottom: 4.7dvw;
        position: relative;
    }
    .explore .explore_ttl::after {
        content: "";
        width: 100%;
        height: 8px;
        background: url("../images/products/ttl_line.png") no-repeat center center / cover;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .explore_step,
    .explore_recommend {
        width: 90%;
        margin: 0 auto;
    }
    .explore .explore_recommend .explore_ttl {
        margin-bottom: 5dvw;
    }
    .explore .explore_recommend .recommend_item {
        width: 100%;
        max-width: 1000px;
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
        position: relative;
        margin: 0 auto 12dvw;
    }
    .explore .explore_recommend .recommend_item .img {
        width: 41%;
        position: absolute;
        top: 0;
        left: 5%;
        display: flex;
        justify-content: center;
    }
    .explore .explore_recommend .recommend_item .img img {
        width: 52%;
    }
    .explore .explore_recommend h3 {
        font-size: 5dvw;
        line-height: 1.4em;
        font-weight: 600;
        color: #856a43;
        margin: 0 auto 1em;
        text-align: center;
    }
    .explore .explore_recommend .recommend_item .recipe_list {
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 6dvw 0;
    }
    .explore .explore_recommend .recommend_item .recipe_list li {
        width:  46%;
    }
    .explore .explore_recommend .recommend_item .recipe_list li:first-child {
        margin-left: 54%;
    }
    .explore .explore_recommend .recommend_item .recipe_list li .figure {
        width: 100%;
        border: 1px solid #856a43;
        padding: 1dvw;
    }
    .explore .explore_recommend .recommend_item .recipe_list li .name {
        font-size: 3.5dvw;
        font-weight: 600;
        text-align: center;
        line-height: 1.3em;
        margin: 0.6em 0 0.8em;
    }
    .explore .explore_recommend .recommend_item .recipe_list li .name span {
        font-size: 0.9em;
        display: inline-block;
        font-family: "Shippori Mincho", serif;
    }
    .explore .explore_recommend .recommend_item .recipe_list li a {
        width: 100%;
        max-width: 17.5dvw;
        height: 5.5dvw;
        cursor: pointer;
        margin: 0 auto;
    }
    /* modal */
    .iziModal { z-index: 9998 !important; }
    .iziModal-navigate { z-index: 9999 !important; }
    .iziModal-overlay { z-index: 9997 !important; }
    .iziModal-navigate > button {
        top: 25%;
        margin: 0;
    }
    .modal * {
        font-family: "Noto Serif JP", serif;
    }
    .modal_body {
        width: 100%;
        max-height: 98dvh;
        background-color: #efeae4;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
        box-sizing: border-box;
        position: relative;
        overflow: auto;
        box-sizing: border-box;
    }
    .modal_body .modal_content {
        padding: 11dvw 12%;
        position: relative;
    }
    .modal_body .modal_content .close_modal {
        width: 45px;
        height: 45px;
        display: flex;
        font-size: 10vw;
        font-weight: normal;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 1%;
        top: 2%;
    }
    .modal_body .modal_content .close_modal span {
        display: flex;
    }
    .modal_body .modal_content .figure {
        width: 61%;
        margin: 0 auto;
    }
    .modal_body .modal_content .figure .img {
        border: 1px solid #856a43;
        padding: 1.6dvw;
    }
    .modal_body .modal_content .figure .note {
        font-size: 2.7dvw;
    }
    .modal_body .modal_content .detail .title {
        font-size: 6dvw;
        line-height: 1.7em;
        font-weight: 600;
        text-align: center;
        color: #856a43;
        margin: 2dvw 0;
    }
    .modal_body .modal_content .detail .title span {
        font-size: 0.7em;
        line-height: 1;
        display: block;
        font-family: "Shippori Mincho", serif;
    }
    .modal_body .modal_content .detail dl {
        font-size: 3.2dvw;
        line-height: 1.7em;
    }
    .modal_body .modal_content .detail dl.material {
        height: 38vw;
    }
    .modal_body .modal_content .detail dl dt {
        border-bottom: 1px solid #856a43;
        font-weight: 600;
        margin-bottom: 2.5%;
        position: relative;
        color: #856a43;
    }
    .modal_body .modal_content .detail dl dt span {
        position: absolute;
        right: 0;
        bottom: 6px;
        width: 10%;
    }
    .modal_body .modal_content .detail dl dd {
        position: relative;
    }
    .modal_body .modal_content .detail dl dd span {
        position: absolute;
        right: 0;
        top: 0;
        width: 27%;
    }
    #recipe_bourbon_01 .modal_body .modal_content .detail dl dd span {
        width: 25%;
        margin-top: 2%;
    }
    #recipe_bourbon_02 .modal_body .modal_content .detail dl dd span { 
        width: 28%;
        margin-top: 2%;
    }
    #recipe_bourbon_03 .modal_body .modal_content .detail dl dd span { 
        width: 30%;
        margin-top: 2%;
    }
    #recipe_black_01 .modal_body .modal_content .detail dl dd span { 
        width: 34%;
        margin-top: 2%;
    }
    #recipe_black_02 .modal_body .modal_content .detail dl dd span { 
        width: 37%;
        margin-top: 1%;
    }
    #recipe_black_03 .modal_body .modal_content .detail dl dd span { 
        width: 25%;
        margin-top: 1%;
    }
    .modal_body .modal_content .detail .list_nb {
        counter-reset: number 0;
    }
    .modal_body .modal_content .detail .list_nb li {
        position: relative;
        padding-left: 1.3em;
    }
    .modal_body .modal_content .detail .list_nb li::before {
        counter-increment: number 1;
        content: counter(number) ".";
        position: absolute;
        left: 0;
        top: 0;
    }
}


#youtube_area {
    width: 960px;
    max-width: 100%;
}
.ttl_mov {
    width: 100%;
    max-width: 960px;
    font-size: 28px;
    line-height: 1.9em;
    font-weight: 500;
    color: #856a43;
    text-align: center;
    margin: 60px auto 20px;
    padding-bottom: 15px;
    position: relative;
}
.ttl_mov::after {
    content: "";
    width: 100%;
    height: 12px;
    background: url("../images/top/ttl_line.png") no-repeat center center / contain;
    position: absolute;
    left: 0;
    bottom: 0;
}
#youtube_area .mov_cont {
    position: relative;
    width: 100%;
    max-width: 960px;
    aspect-ratio: 1280 / 698;
    margin: 0 auto;
}
#youtube_area .mov_cont .youtube_wrap {
    width: 100%;
    aspect-ratio: 1280 / 698;
    overflow: hidden;
    position: relative;
}
@media screen and (max-width: 767px) {
    #youtube_area {
        padding-bottom: 5dvw;
    }
    .ttl_mov {
        font-size: 4dvw;
        margin: 2dvw auto 2.5vw;
        padding-bottom: 2dvw;
    }
    .ttl_mov::after {
        content: "";
        width: 65dvw;
        height: 2dvw;
        background: url("../images/top/ttl_line.png") no-repeat center center / auto 100%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        overflow: hidden;
    }
    #youtube_area .mov_cont,
    #youtube_area .mov_cont .youtube_wrap {
        aspect-ratio: 1109 / 737;
    }
    #youtube_area .mov_cont .youtube_wrap iframe {
        position: absolute;
        top: -2.5%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

.mov_cont {
    position: relative;
    width: 100%;
    max-width: 960px;
    aspect-ratio: 1280 / 720;
    margin: 0 auto;
}
.mov_cont .youtube_wrap {
    width: 100%;
    aspect-ratio: 1280 / 720;
    overflow: hidden;
    position: relative;
}
.mov_cont .youtube_wrap iframe {
    width: 100%;
    height: 100%;
}
.mfp-auto-cursor .mfp-content {
    margin-right: 15px;
}
@media screen and (max-width: 990px) {
    .mfp-auto-cursor .mfp-content {
        margin-right: 0;
    }
}
