@media screen and (min-width: 599px) {
  .pane-topic-path {
    background: #f4f5f0;
  }
  .pane-contents {
    padding-bottom: 0;
  }
  .kyusu {
    color: #333;
    font-size: 16px;
  }
  .kyusu a {
    text-decoration: none;
  }
  .kyusu a:hover {
    color: #333;
    opacity: 0.7;
  }
  .kyusu_inner {
    width: 1180px;
    margin: 0 auto;
  }
  .kyusu_head2 {
    text-align: center;
    position: relative;
    color: #888c4f;
    font-family: YuMincho, 'Yu Mincho', serif;
    margin: 0;
    font-size: 50px;
    line-height: 1;
    font-weight: bold;
    padding-top: 30px;
  }
  .kyusu_head2:before {
    position: absolute;
    content: url("/img/usr/freepage/kyusu/wave.png");
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .kyusu_head2 .num {
    display: inline;
    line-height: 50px;
    vertical-align: top;
    font-size: 60px;
  }
  .kyusu_head2 .min {
    display: inline;
    line-height: 50px;
    vertical-align: text-bottom;
    font-size: 40px;
  }
  .kyusu_head_sub {
    font-family: YuMincho, 'Yu Mincho', serif;
    color: #888c4f;
    font-weight: 700;
    text-align: center;
    font-size: 30px;
    margin-bottom: 24px;
  }
  .kyusu_head_sub .logo-img {
    width: 102px;
    margin-right: 10px;
  }
  .kyusu_kv {
    position: relative;
    width: 100%;
    padding: 50px;
    height: 500px;
    background-image: url("/img/usr/freepage/kyusu/mv_pc.png");
    background-size: cover;
  }
  .kyusu_kv_head {
    font-family: YuMincho, 'Yu Mincho', serif;
    position: absolute;
    line-height: 1;
    font-size: 50px;
    bottom: 50px;
  }
  .kyusu_kv_sub {
    font-size: 30px;
    margin-bottom: 28px;
  }
  .kyusu_kv_large {
    margin-bottom: 15px;
  }
  .kyusu_kv_large .logo-img {
    width: 162px;
    margin-right: 12px;
  }
  .kyusu_intro {
    background-color: #f4f5f0;
    background-image: url("/img/usr/freepage/kyusu/bg_leaf_pc.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 857px;
    padding-bottom: 88px;
  }
  .kyusu_intro_txt {
    width: 960px;
    text-align: center;
    margin: 60px auto 130px;
  }
  .kyusu_intro_txt .kyusu_intro_spbr {
    display: none;
  }
  .kyusu_lineup_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 80px;
  }
  .kyusu_lineup_item {
    position: relative;
    background: #fff;
    width: 400px;
    border-radius: 10px;
    padding: 50px;
  }
  .kyusu_lineup_item_label {
    position: absolute;
    text-align: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #888c4f;
    padding: 15px 18px;
    border-radius: 100vmax;
    aspect-ratio: 1/1;
    border: solid 3px #888c4f;
    top: -20px;
    left: 20px;
  }
  .kyusu_lineup_item_num {
    font-family: YuMincho, 'Yu Mincho', serif;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 32px;
  }
  .kyusu_lineup_item_person {
    letter-spacing: 0.01em;
    line-height: 1;
    font-weight: 700;
    font-size: 20px;
  }
  .kyusu_lineup_item_img {
    margin-bottom: 30px;
  }
  .kyusu_lineup_item_name {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .kyusu_lineup_item_txt {
    margin-bottom: 20px;
  }
  .kyusu_lineup_item_price {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .kyusu_lineup_item_price .tax {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .kyusu_lineup_item a {
    display: block;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
  }
  .kyusu_lineup_item a + a {
    margin-top: 10px;
  }
  .kyusu_lineup_item_add {
    line-height: 54px;
    background: #888c4f;
    color: #fff;
  }
  .kyusu_lineup_item_add:hover {
    color: #fff;
  }
  .kyusu_lineup_item_more {
    line-height: 50px;
    border: solid 2px #888c4f;
    color: #888c4f;
  }
  .kyusu_lineup_item_more:hover {
    color: #888c4f;
  }
  .kyusu_feature {
    padding: 80px 0 100px;
    background-image: url("/img/usr/freepage/kyusu/bg_feature.png");
    background-size: cover;
  }
  .kyusu_feature_list {
    margin-top: 66px;
    margin-bottom: 120px;
    counter-reset: number 0;
  }
  .kyusu_feature_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .kyusu_feature_item + .kyusu_feature_item {
    margin-top: 80px;
  }
  .kyusu_feature_item:nth-of-type(2n) .kyusu_feature_img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .kyusu_feature_item:nth-of-type(2n) .kyusu_feature_detail {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .kyusu_feature_img {
    border-radius: 15px;
    background-color: #fff;
    width: 440px;
    height: 400px;
  }
  .kyusu_feature_detail {
    width: 420px;
    padding: 0 10px;
  }
  .kyusu_feature_detail_head {
    position: relative;
    padding-left: 60px;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .kyusu_feature_detail_head:before {
    font-family: YuMincho, 'Yu Mincho', serif;
    position: absolute;
    counter-increment: number 1;
    content: counter(number) " ";
    font-size: 108px;
    line-height: 1;
    color: #888c4f;
    top: -8px;
    left: -10px;
  }
  .kyusu_feature_detail_head span {
    background: #888c4f;
    color: #fff;
    padding: 0 3px;
  }
  .kyusu_brew .kyusu_head3 {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .kyusu_brew .kyusu_head3 br{
    display: none;
  }
  .kyusu_brew_tabList {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    margin-top: 80px;
  }
  .kyusu_brew_tabItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700;
    cursor: pointer;
    background: #eae6ca;
    border-radius: 15px 15px 0 0;
    height: 80px;
    font-size: 22px;
  }
  .kyusu_brew_tabItem br {
    display: none;
  }
  .kyusu_brew_tabItem:hover {
    opacity: 0.7;
  }
  .kyusu_brew_tabItem.is_active {
    background: #fff;
    color: #888c4f;
  }
  .kyusu_brew_tabItem.is_active:hover {
    opacity: 1;
  }
  .kyusu_brew_block {
    display: none;
    background: #fff;
    border-radius: 0 0 15px 15px;
    padding: 50px 130px;
  }
  .kyusu_brew_block.is_active {
    display: block;
  }
  .kyusu_brew_block#sencha .kyusu_brew_wrap {
    -ms-grid-columns: 190px 190px 333px 210px;
    grid-template-columns: 190px 190px 333px 210px;
  }
  .kyusu_brew_block#greentea .kyusu_brew_wrap {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .kyusu_brew_wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .kyusu_brew_wrap dl {
    border-bottom: solid 1px #888c4f;
  }
  .kyusu_brew_wrap dl:last-of-type {
    border-right: solid 1px #888c4f;
  }
  .kyusu_brew_wrap dl + dl dt {
    border-left: solid 1px #fff;
  }
  .kyusu_brew_wrap dt {
    text-align: center;
    background: #888c4f;
    color: #fff;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    height: 50px;
  }
  .kyusu_brew_wrap dd {
    font-weight: 700;
    background: #fff;
    border-left: solid 1px #888c4f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 93px;
  }
  .kyusu_brew_methodList {
    counter-reset: number 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 60px;
  }
  .kyusu_brew_methodItem {
    height: 100%;
  }
  .kyusu_brew_methodImg {
    border-radius: 15px 15px 0 0;
    border: solid 2px #d1deb2;
    border-bottom: none;
    text-align: center;
    padding: 22px 0;
    height: 255px;
  }
  .kyusu_brew_methodImg img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .kyusu_brew_methodDetail {
    position: relative;
    height: auto;
    border-radius: 0 0 15px 15px;
    border: solid 2px #d1deb2;
    border-top: none;
    background: #f4f5f0;
    padding: 40px;
  }
  .kyusu_brew_methodDetail:before {
    font-family: YuMincho, 'Yu Mincho', serif;
    position: absolute;
    counter-increment: number 1;
    content: counter(number) " ";
    font-size: 108px;
    line-height: 1;
    color: #888c4f;
    top: -68px;
    left: 20px;
  }
  .kyusu_brew_methodTtl {
    font-weight: 700;
    font-size: 18px;
  }
  .kyusu_brew_methodTxt {
    margin-top: 17px;
  }
  .kyusu_brew_explain {
    background: #d1deb2;
    border-radius: 15px;
    margin-top: 55px;
    padding: 30px;
  }
  .kyusu_brew_explain_head {
    color: #888c4f;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .kyusu_brew_explain_head span {
    font-size: 30px;
  }
  .kyusu_brew_explain_source {
    position: relative;
    display: block;
    width: 210px;
    margin: 0 0 0 auto;
    line-height: 1;
    background: #fff;
    border-radius: 100vmax;
    text-align: left;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 15px;
    -webkit-box-shadow: 0 2px #888c4f;
            box-shadow: 0 2px #888c4f;
  }
  .kyusu_brew_explain_source::before {
    position: absolute;
    right: 15px;
    content: "";
    width: 14px;
    background-color: #888c4f;
    border-radius: 50%;
    aspect-ratio: 1/1;
  }
  .kyusu_brew_explain_source::after {
    position: absolute;
    top: 14px;
    right: 19px;
    content: "";
    border-style: solid;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 4px solid #fff;
    border-right: 0;
  }
  .kyusu_snack {
    padding: 150px 0 100px;
    background-color: #efefdf;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/img/usr/freepage/kyusu/bg_dot_pc.png");
    background-size: auto;
  }
  .kyusu_snack_head {
    position: relative;
    background: #888c4f;
    width: 920px;
    border-radius: 10px;
    margin: 0 auto;
    padding: 60px 63px 35px 262px;
  }
  .kyusu_snack_head:before {
    position: absolute;
    content: "";
    background-image: url("/img/usr/freepage/kyusu/yuko_pic.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 193px;
    height: 278px;
    bottom: 0;
    left: 26px;
  }
  .kyusu_snack_headLabel {
    position: absolute;
    line-height: 1;
    text-align: center;
    top: -23px;
    margin: 0 auto;
    padding-left: 131px;
  }
  .kyusu_snack_headLabel img {
    width: 300px;
    height: auto;
  }
  .kyusu_snack_headtxt {
    position: relative;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.01em;
    font-size: 44px;
    padding-left: 76px;
    padding-bottom: 16px;
    border-bottom: solid 3px #fff;
  }
  .kyusu_snack_headtxt:before {
    content: "10";
    position: absolute;
    top: -23px;
    left: -12px;
    font-family: YuMincho, 'Yu Mincho', serif;
    font-size: 80px;
    letter-spacing: -0.005em;
  }
  .kyusu_snack_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 44px;
    width: 920px;
    margin: 60px auto 80px;
  }
  .kyusu_snack_item {
    width: 400px;
  }
  .kyusu_snack_label {
    position: relative;
    text-align: center;
    color: #888c4f;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 17px;
  }
  .kyusu_snack_label span {
    font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 500;
    font-size: 28px;
    margin-left: 5px;
  }
  .kyusu_snack_label p,
  .kyusu_snack_label:before {
    position: absolute;
    left: 140px;
    top: 12px;
    content: "";
    width: 2px;
    height: 23px;
    background: #888c4f;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .kyusu_snack_label:after {
    position: absolute;
    right: 145px;
    top: 12px;
    content: "";
    width: 2px;
    height: 23px;
    background: #888c4f;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  .kyusu_snack_link {
    display: block;
    text-align: center;
    font-weight: 700;
    background: #fff;
    color: #888c4f;
    border: solid 2px #888c4f;
    border-radius: 5px;
    width: 300px;
    line-height: 50px;
    font-size: 18px;
    margin: 20px auto 0;
  }
  .kyusu_snack_link:hover {
    color: #888c4f;
  }
  .kyusu_snack_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 920px;
    margin: auto;
    background: #fff;
    border-radius: 10px;
    letter-spacing: 1.6px;
    padding: 30px;
  }
  .kyusu_snack_thum {
    width: 123px;
    height: 130px;
    margin-right: 30px;
  }
  .kyusu_snack_intro {
    width: 706px;
    line-height: 28px;
  }
  .kyusu_snack_sns {
    position: relative;
    text-align: right;
    padding-top: 15px;
  }
  .kyusu_snack_sns .kyusu_snack_icon {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 10px;
  }
  .kyusu_lineup {
    padding: 88px 0;
    background-color: #f4f5f0;
    background-image: url("/img/usr/freepage/kyusu/bg_leaf_pc.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .kyusu_lineup .kyusu_head2 {
    font-size: 32px;
  }
  .kyusu_lineup .kyusu_head2 br {
    display: none;
  }
  .kyusu_lineup_list {
    margin-top: 67px;
  }
  .kyusu_cafe {
    padding: 80px 0 120px;
    text-align: center;
  }
  .kyusu_cafe .kyusu_head2 {
    margin-bottom: 40px;
  }
  .kyusu_cafe_list {
    max-width: 1180px;
    margin: 40px auto 0;
    gap: 10.5px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .kyusu_cafe_item {
    aspect-ratio: 1/1;
  }
  .kyusu_cafe_more {
    display: block;
    font-weight: 700;
    text-align: center;
    border-radius: 5px;
    border: solid 2px #888c4f;
    color: #888c4f;
    width: 300px;
    line-height: 50px;
    font-size: 18px;
    margin: 58px auto 0;
  }
  .kyusu_faq {
    background: #efefdf;
    padding: 90px 0;
  }
  .kyusu_faq_contents {
    border-radius: 15px;
    background: #fff;
    width: 1060px;
    margin: 0 auto;
    padding: 50px 130px;
  }
  .kyusu_faq_ttl {
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 46px;
  }
  .kyusu_faq_list {
    border-bottom: solid 1px #e8e8e8;
    cursor: pointer;
  }
  .kyusu_faq_item {
    border-top: solid 1px #e8e8e8;
    padding: 30px 100px 30px 0;
  }
  .kyusu_faq_quest {
    position: relative;
    font-weight: 700;
  }
  .kyusu_faq_quest:after {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    border-right: solid 2px #999;
    border-top: solid 2px #999;
    top: 50%;
    right: -95px;
    -webkit-transform: translateY(-50%) rotate(-225deg);
            transform: translateY(-50%) rotate(-225deg);
  }
  .kyusu_faq_quest.isOpen {
    display: block;
  }
  .kyusu_faq_quest.isOpen:after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  .kyusu_faq_answer {
    display: none;
    padding-top: 30px;
  }
  .kyusu_faq_answer.isOpen {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .pane-topic-path {
    background: #f4f5f0;
  }
  .pane-contents {
    padding-bottom: 0;
  }
  .kyusu {
    color: #333;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .kyusu a {
    text-decoration: none;
  }
  .kyusu a:hover {
    color: #333;
    opacity: 0.7;
  }
  .kyusu_inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 16px;
  }
  .kyusu_head2 {
    text-align: center;
    position: relative;
    color: #888c4f;
    background: transparent;
    font-family: YuMincho, 'Yu Mincho', serif;
    margin: 0;
    font-size: 30px;
    line-height: 1.3;
    font-weight: bold;
    padding: 35px 0 0;
  }
  .kyusu_head2:before {
    position: absolute;
    content: url("/img/usr/freepage/kyusu/wave.png");
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0.68);
            transform: translateX(-50%) scale(0.68);
  }
  .kyusu_head2 .num {
    display: inline;
    line-height: 38px;
    vertical-align: top;
    font-size: 46px;
  }
  .kyusu_head2 .min {
    display: inline;
    line-height: 38px;
    vertical-align: text-bottom;
    font-size: 31px;
  }
  .kyusu_head_sub {
    font-family: YuMincho, 'Yu Mincho', serif;
    color: #888c4f;
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .kyusu_head_sub .logo-img {
    width: 70px;
    margin-right: 7px;
    vertical-align: baseline;
  }
  .kyusu_kv {
    position: relative;
    width: 100%;
    padding: 30px 22px;
    height: 500px;
    background-image: url("/img/usr/freepage/kyusu/mv_sp.png");
    background-size: 100% auto;
  }
  .kyusu_kv_head {
    font-family: YuMincho, 'Yu Mincho', serif;
    position: absolute;
    line-height: 1;
    font-size: 29px;
    bottom: 30px;
  }
  .kyusu_kv_sub {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .kyusu_kv_large {
    margin-bottom: 10px;
  }
  .kyusu_kv_large .logo-img {
    width: 97px;
    margin-right: 7px;
  }
  .kyusu_intro {
    background-color: #f4f5f0;
    background-image: url("/img/usr/freepage/kyusu/bg_leaf_sp.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 1337px;
    padding-bottom: 60px;
  }
  .kyusu_intro_txt {
    text-align: center;
    margin: 40px 0 107px;
  }
  .kyusu_lineup_list li + li {
    margin-top: 47px;
  }
  .kyusu_lineup_item {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 30px 20px;
  }
  .kyusu_lineup_item_label {
    position: absolute;
    text-align: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #888c4f;
    padding: 15px 18px;
    border-radius: 100vmax;
    aspect-ratio: 1/1;
    border: solid 3px #888c4f;
    top: -30px;
    left: 20px;
  }
  .kyusu_lineup_item_num {
    font-family: YuMincho, 'Yu Mincho', serif;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 32px;
  }
  .kyusu_lineup_item_person {
    letter-spacing: 0.01em;
    line-height: 1;
    font-weight: 700;
    font-size: 20px;
  }
  .kyusu_lineup_item_img {
    margin: 15px 0;
  }
  .kyusu_lineup_item_name {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
  }
  .kyusu_lineup_item_txt {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .kyusu_lineup_item_price {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .kyusu_lineup_item_price .tax {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .kyusu_lineup_item a {
    display: block;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
  }
  .kyusu_lineup_item a + a {
    margin-top: 10px;
  }
  .kyusu_lineup_item_add {
    line-height: 54px;
    background: #888c4f;
    color: #fff;
  }
  .kyusu_lineup_item_add:hover {
    color: #fff;
  }
  .kyusu_lineup_item_more {
    line-height: 50px;
    border: solid 2px #888c4f;
    color: #888c4f;
  }
  .kyusu_lineup_item_more:hover {
    color: #888c4f;
  }
  .kyusu_feature {
    padding: 40px 0 60px;
    background-image: url("/img/usr/freepage/kyusu/bg_feature.png");
    background-size: cover;
  }
  .kyusu_feature_list {
    margin-top: 20px;
    margin-bottom: 65px;
    padding: 0 16px;
    counter-reset: number 0;
  }
  .kyusu_feature_item {
    letter-spacing: 0.1em;
  }
  .kyusu_feature_item + .kyusu_feature_item {
    margin-top: 40px;
  }
  .kyusu_feature_img {
    border-radius: 15px;
    background-color: #fff;
    aspect-ratio: 343/312;
    margin-bottom: 25px;
  }
  .kyusu_feature_detail_head {
    position: relative;
    padding-left: 50px;
    line-height: 1.4;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 23px;
  }
  .kyusu_feature_detail_head:before {
    font-family: YuMincho, 'Yu Mincho', serif;
    position: absolute;
    counter-increment: number 1;
    content: counter(number) " ";
    font-size: 60px;
    line-height: 1;
    color: #888c4f;
    top: 0;
    left: 0;
  }
  .kyusu_feature_detail_head span {
    background: #888c4f;
    color: #fff;
    padding: 0 3px;
  }
  .kyusu_brew .kyusu_head3 {
    text-align: center;
    font-weight: 700;
    padding: 0;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .kyusu_brew_tabList {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 5px;
    margin-top: 30px;
  }
  .kyusu_brew_tabItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700;
    cursor: pointer;
    background: #eae6ca;
    border-radius: 15px 15px 0 0;
    height: 80px;
    font-size: 16px;
    text-align: center;
  }
  .kyusu_brew_tabItem:hover {
    opacity: 0.7;
  }
  .kyusu_brew_tabItem.is_active {
    background: #fff;
    color: #888c4f;
  }
  .kyusu_brew_tabItem.is_active:hover {
    opacity: 1;
  }
  .kyusu_brew #brown {
    font-size: 13px;
    line-height: 13px;
  }
  .kyusu_brew #brown .kyusu_head3 {
    line-height: 30px;
  }
  .kyusu_brew #straight {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
  .kyusu_brew_block {
    display: none;
    background: #fff;
    border-radius: 0 0 15px 15px;
    padding: 30px 20px 20px;
  }
  .kyusu_brew_block.is_active {
    display: block;
  }
  .kyusu_brew_wrap dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right: solid 1px #888c4f;
  }
  .kyusu_brew_wrap dl:last-of-type {
    border-bottom: solid 1px #888c4f;
  }
  .kyusu_brew_wrap dl + dl dt {
    border-top: solid 1px #fff;
  }
  .kyusu_brew_wrap dt {
    width: 33%;
    text-align: center;
    background: #888c4f;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    height: 56px;
  }
  .kyusu_brew_wrap dd {
    width: 67%;
    font-weight: 700;
    background: #fff;
    border-top: solid 1px #888c4f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 56px;
  }
  .kyusu_brew_methodList {
    counter-reset: number 0;
    list-style: none;
    margin-top: 37px;
  }
  .kyusu_brew_methodList li + li {
    margin-top: 10px;
  }
  .kyusu_brew_methodItem {
    height: 100%;
  }
  .kyusu_brew_methodImg {
    border-radius: 15px 15px 0 0;
    border: solid 2px #d1deb2;
    border-bottom: none;
    text-align: center;
    padding: 15px 0;
    height: 170px;
  }
  .kyusu_brew_methodImg img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .kyusu_brew_methodDetail {
    position: relative;
    border-radius: 0 0 15px 15px;
    border: solid 2px #d1deb2;
    border-top: none;
    background: #f4f5f0;
    padding: 40px 25px 25px;
  }
  .kyusu_brew_methodDetail:before {
    font-family: YuMincho, 'Yu Mincho', serif;
    position: absolute;
    counter-increment: number 1;
    content: counter(number) " ";
    font-size: 80px;
    line-height: 1;
    color: #888c4f;
    top: -40px;
    left: 15px;
  }
  .kyusu_brew_methodTtl {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
  }
  .kyusu_brew_methodTxt {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 5px;
  }
  .kyusu_brew_explain {
    background: #d1deb2;
    border-radius: 15px;
    margin-top: 20px;
    padding: 20px;
  }
  .kyusu_brew_explain_head {
    color: #888c4f;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 15px;
  }
  .kyusu_brew_explain_head span {
    font-size: 26px;
    letter-spacing: 2.5px;
  }
  .kyusu_brew_explain_head + p {
    line-height: 1.8;
  }
  .kyusu_brew_explain_source {
    position: relative;
    display: block;
    width: 215px;
    margin: 15px 0 0 auto;
    line-height: 1;
    letter-spacing: 0.6px;
    background: #fff;
    border-radius: 100vmax;
    text-align: left;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
            box-shadow: 0 2px #888c4f;
  }
  .kyusu_brew_explain_source::before {
    position: absolute;
    right: 12px;
    content: "";
    width: 14px;
    background-color: #888c4f;
    border-radius: 50%;
    aspect-ratio: 1/1;
  }
  .kyusu_brew_explain_source::after {
    position: absolute;
    top: 14px;
    right: 16px;
    content: "";
    border-style: solid;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 4px solid #fff;
    border-right: 0;
  }
  .kyusu_snack {
    padding: 200px 0 60px;
    background-color: #efefdf;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/img/usr/freepage/kyusu/bg_dot_sp.png");
    background-size: 100% auto;
  }
  .kyusu_snack_head {
    position: relative;
    background: #888c4f;
    width: 343px;
    height: 106px;
    text-align: center;
    border-radius: 10px;
    margin: 0 auto;
  }
  .kyusu_snack_head:before {
    position: absolute;
    content: "";
    background-image: url("/img/usr/freepage/kyusu/yuko_pic_sb.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 169px;
    height: 250px;
    bottom: 50px;
    left: 87px;
  }
  .kyusu_snack_headLabel {
    position: absolute;
    line-height: 1;
    text-align: center;
    top: -23px;
    margin: 0 auto;
    padding: 0 61px;
  }
  .kyusu_snack_headLabel img {
    width: 300px;
    height: auto;
  }
  .kyusu_snack_headtxt {
    position: relative;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
    font-size: 24px;
    padding-top: 46px;
    padding-left: 46px;
    padding-bottom: 10px;
    border-bottom: solid 3px #fff;
  }
  .kyusu_snack_headtxt:before {
    content: "10";
    position: absolute;
    top: 36px;
    left: 0;
    font-family: YuMincho, 'Yu Mincho', serif;
    font-size: 40px;
    letter-spacing: -0.1em;
  }
  .kyusu_snack_list {
    padding: 0 30px;
    list-style: none;
    margin: 60px auto;
  }
  .kyusu_snack_list li + li {
    margin-top: 25px;
  }
  .kyusu_snack_label {
    position: relative;
    text-align: center;
    color: #888c4f;
    font-weight: 700;
    font-size: 16px;
    width: 300px;
    margin: auto;
  }
  .kyusu_snack_label span {
    font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 500;
    font-size: 28px;
  }
  .kyusu_snack_label p,
  .kyusu_snack_label:before {
    position: absolute;
    left: 95px;
    top: 12px;
    content: "";
    width: 2px;
    height: 23px;
    background: #888c4f;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .kyusu_snack_label:after {
    position: absolute;
    right: 100px;
    top: 12px;
    content: "";
    width: 2px;
    height: 23px;
    background: #888c4f;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  .kyusu_snack_link {
    display: block;
    text-align: center;
    font-weight: 700;
    background: #fff;
    color: #888c4f;
    border: solid 2px #888c4f;
    border-radius: 5px;
    width: 300px;
    line-height: 50px;
    font-size: 18px;
    margin: 15px auto 0;
  }
  .kyusu_snack_link:hover {
    color: #888c4f;
  }
  .kyusu_snack_block {
    width: 342px;
    margin: auto;
    background: #fff;
    border-radius: 10px;
    letter-spacing: 1.6px;
    padding: 30px;
  }
  .kyusu_snack_thum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 123px;
    height: 130px;
    margin: auto;
    margin-bottom: 30px;
  }
  .kyusu_snack_intro {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1.6px;
    line-break: anywhere;
  }
  .kyusu_snack_sns {
    position: relative;
    text-align: right;
    padding-top: 15px;
  }
  .kyusu_snack_sns .kyusu_snack_icon {
    width: 24px;
    height: 24px;
    vertical-align: sub;
    margin-right: 10px;
  }
  .kyusu_lineup {
    padding: 40px 16px 60px;
    background-color: #f4f5f0;
    background-image: url("/img/usr/freepage/kyusu/bg_leaf_sp.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .kyusu_lineup .kyusu_head2 {
    font-size: 30px;
  }
  .kyusu_lineup_list {
    margin-top: 60px;
  }
  .kyusu_cafe {
    padding: 80px 0 60px;
    text-align: center;
  }
  .kyusu_cafe .kyusu_head2 {
    margin-bottom: 40px;
  }
  .kyusu_cafe .kyusu_head2 + p {
    width: 313px;
    margin: auto;
    font-size: 16px;
    text-align: left;
  }
  .kyusu_cafe_list {
    max-width: 1180px;
    margin: 40px auto 0;
    gap: 10.5px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .kyusu_cafe_item {
    aspect-ratio: 1/1;
  }
  .kyusu_cafe_more {
    display: block;
    font-weight: 700;
    text-align: center;
    border-radius: 5px;
    border: solid 2px #888c4f;
    color: #888c4f;
    width: 300px;
    line-height: 50px;
    font-size: 18px;
    margin: 58px auto 0;
  }
  .kyusu_faq {
    background: #efefdf;
    padding: 40px 0;
  }
  .kyusu_faq_contents {
    border-radius: 15px;
    background: #fff;
    width: 343px;
    margin: 0 auto;
    padding: 40px 13px;
  }
  .kyusu_faq_ttl {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 30px;
  }
  .kyusu_faq_list {
    border-bottom: solid 1px #e8e8e8;
  }
  .kyusu_faq_item {
    border-top: solid 1px #e8e8e8;
    padding: 16px 30px 16px 0;
  }
  .kyusu_faq_quest {
    position: relative;
    font-weight: 700;
    line-height: 26px;
  }
  .kyusu_faq_quest:after {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    border-right: solid 2px #999;
    border-top: solid 2px #999;
    top: 50%;
    right: -20px;
    -webkit-transform: translateY(-50%) rotate(-225deg);
            transform: translateY(-50%) rotate(-225deg);
  }
  .kyusu_faq_quest.isOpen {
    display: block;
  }
  .kyusu_faq_quest.isOpen:after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  .kyusu_faq_answer {
    display: none;
    width: 320px;
    padding-top: 15px;
    line-height: 26px;
  }
  .kyusu_faq_answer.isOpen {
    display: block;
  }
}

/*# sourceMappingURL=kyusu.css.map */
