﻿@charset "UTF-8";

:root {
  --red: #DC000A;
}

#kouji-amazake .price:after {
  display: none;
}
#kouji-amazake .lineup .cart-area .btn-cart[disabled] {
  color: #B1B1B1;
  background: #F7F7F7;
  pointer-events: none;
}
#kouji-amazake .lineup .set button.active {
  background: #FFDCDC;
  border-color: var(--red);
  pointer-events: none;
}
#kouji-amazake .lineup .item .price:not([data-set="3"]) {
  color: var(--red);
}
#kouji-amazake .lineup .item .price.hide {
  display: none;
}
#kouji-amazake .lineup .item option[disabled] {
  background: #F7F7F7;
}
#kouji-amazake .lineup .cart-area .selected.show {
  opacity: 1;
}

/* ----- PC ----- */
@media screen and (min-width: 769px) {
  #kouji-amazake {
    color: #333;
    font-size: 20px;
    line-height: 2;
  }
  #kouji-amazake .sp {
    display: none !important;
  }
  #kouji-amazake .mv {
    padding: 60px 0 80px;
    text-align: center;
    background: url(bg_mv.jpg) no-repeat center top / cover;
  }
  #kouji-amazake .inner {
    width: 1200px;
    margin: 0 auto;
  }
  #kouji-amazake .mv h1 {
    padding: 0;
    margin: 0 0 60px;
  }
  #kouji-amazake .mv .headline {
    font-size: 32px;
    font-weight: bold;
    margin: 0 0 40px;
  }
  #kouji-amazake .repeat {
    text-align: center;
    padding: 100px 0;
    background: url(bg_intro.jpg) repeat left top / 300px;
  }
  #kouji-amazake .section-title {
    text-align: center;
    margin: 0 0 50px;
    padding: 0 0 10px;
    background: url(dot.png) no-repeat center bottom / 30px;
  }
  #kouji-amazake .section-title h2 {
    color: var(--red);
    font-size: 45px;
    font-weight: bold;
    padding: 0;
    margin: 0;
  }
  #kouji-amazake .repeat .section-title figure img {
    width: 98px;
  }
  #kouji-amazake .feature .section-title figure img {
    width: 109px;
  }
  #kouji-amazake .values .section-title figure img {
    width: 96px;
  }
  #kouji-amazake .lineup .section-title figure img {
    width: 99px;
  }
  #kouji-amazake .repeat .comment {
    margin: 30px 0 40px;
  }
  #kouji-amazake .repeat .comment span {
    font-size: 26px;
    font-weight: bold;
  }
  #kouji-amazake .btn-select {
    position: relative;
    display: block;
    width: 550px;
    margin: 0 auto;
    padding: 20px 0;
    border-radius: 50px;
    color: #FFF;
    font-size: 25px;
    font-weight: bold;
    background: var(--red);
    filter: drop-shadow(2px 3px 6px rgba(0, 0, 0, 0.16));
  }
  #kouji-amazake .btn-select:after {
    content: '';
    position: absolute;
    top: 35px;
    right: 45px;
    width: 14px;
    height: 14px;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    rotate: 45deg;
  }
  #kouji-amazake .btn-select:hover {
    opacity: .8;
    text-decoration: none;
  }
  #kouji-amazake .feature {
    padding: 100px 0 340px;
    background: url(bg_feature.jpg) no-repeat center, url(line.jpg) repeat-x center bottom;
  }
  #kouji-amazake .feature .text {
    text-align: center;
    margin: 0 0 60px;
  }
  #kouji-amazake .feature .feature-list {
    display: flex;
    justify-content: space-between;
    margin: 0 0 60px;
  }
  #kouji-amazake .feature .feature-list li {
    width: 387px;
  }
  #kouji-amazake .feature .feature-list h3 {
    color: var(--red);
    font-size: 24px;
    line-height: 1.8;
    font-weight: bold;
    text-align: center;
    padding: 0;
    border: 0;
    margin: 0 0 10px;
    background: #FCE5E5;
    border-radius: 5px;
  }
  #kouji-amazake .feature .feature-list .img {
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 10px;
  }
  #kouji-amazake .values {
    padding: 100px 0 340px;
    background: url(line.jpg) repeat-x center bottom;
  }
  #kouji-amazake .values .point {
    display: flex;
    justify-content: space-between;
    margin: 120px 0 90px;
  }
  #kouji-amazake .values .point li {
    position: relative;
    width: 380px;
    height: 380px;
    text-align: center;
    padding: 85px 0 0;
    z-index: 1;
  }
  #kouji-amazake .values .point li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #FBF3E7;
    z-index: -1;
  }
  #kouji-amazake .values .point .num {
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--red);
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
  }
  #kouji-amazake .values .point .num span {
    display: block;
    font-size: 76px;
  }
  #kouji-amazake .values .point figure {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 141px;
    margin: 0 0 25px;
  }
  #kouji-amazake .values .point h3 {
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 22px;
    line-height: 1.2;
  }
  #kouji-amazake .values .point h3 span {
    color: var(--red);
    font-size: 28px;
  }
  #kouji-amazake .values .discount {
    position: relative;
    border: 2px solid var(--red);
    border-radius: 20px;
    padding: 75px 85px 50px;
    margin: 0 0 60px;
  }
  #kouji-amazake .values .discount h3 {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 545px;
    background: var(--red) url(icon_recommend.png) no-repeat 5px 5px / 50px;
    border-radius: 40px;
    color: #FFF;
    font-size: 32px;
    line-height: 1.9;
    text-align: center;
    margin: 0;
    padding: 0 0 0 48px;
    border: 0;
  }
  #kouji-amazake .values .discount .base {
    display: flex;
    border-radius: 20px;
    margin: 0 0 52px;
    overflow: hidden;
  }
  #kouji-amazake .values .discount .base dt {
    width: 180px;
    color: #FFF;
    font-size: 21px;
    line-height: 1.2;
    font-weight: bold;
    background: var(--red);
    text-align: center;
    letter-spacing: 1px;
    padding: 24px 0 36px;
  }
  #kouji-amazake .values .discount .base dt .text01 {
    font-size: 56px;
  }
  #kouji-amazake .values .discount .base dt .text02 {
    font-size: 30px;
  }
  #kouji-amazake .values .discount .base dd {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    background: #FBF3E7;
  }
  #kouji-amazake .values .discount .pattern {
    display: flex;
    justify-content: space-between;
  }
  #kouji-amazake .values .discount .pattern li {
    position: relative;
    width: 490px;
    text-align: center;
  }
  #kouji-amazake .values .discount .pattern li:before {
    content: '';
    position: absolute;
    top: -37px;
    left: 50%;
    transform: translateX(-50%);
    width: 36px;
    height: 22px;
    background: url(arrow.png) no-repeat center / 100%;
  }
  #kouji-amazake .values .discount .pattern .head {
    color: #FFF;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    background: var(--red);
    border-radius: 20px 20px 0 0;
    line-height: 1;
    padding: 12px 0;
  }
  #kouji-amazake .values .discount .pattern .head span {
    font-size: 56px;
    padding: 0 3px;
  }
  #kouji-amazake .values .discount .pattern .off {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FBF3E7;
    height: 195px;
    border-radius: 0 0 20px 20px;
  }
  #kouji-amazake .values .discount .pattern li:nth-child(1) .off img {
    width: 217px;
  }
  #kouji-amazake .values .discount .pattern li:nth-child(2) .off img {
    width: 313px;
  }
  #kouji-amazake .values .flow .ttl {
    text-align: center;
    margin: 0 0 35px;
  }
  #kouji-amazake .values .flow .ttl .sub {
    font-size: 21px;
    line-height: 1.7;
    font-weight: bold;
  }
  #kouji-amazake .values .flow .ttl .sub span {
    font-size: 42px;
    padding: 0 5px;
  }
  #kouji-amazake .values .flow .ttl h3 {
    position: relative;
    display: inline-block;
    font-size: 32px;
    line-height: 1;
    padding: 0 30px 0 22px;
    margin: 0;
    border: 0;
  }
  #kouji-amazake .values .flow .ttl h3:before,
  #kouji-amazake .values .flow .ttl h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 2px;
    height: 40px;
    background: #333;
    rotate: -28deg;
  }
  #kouji-amazake .values .flow .ttl h3:after {
    left: auto;
    right: 0;
    rotate: 28deg;
  }
  #kouji-amazake .values .flow ol {
    display: flex;
    justify-content: space-between;
  }
  #kouji-amazake .values .flow li {
    width: 360px;
    list-style: none;
  }
  #kouji-amazake .values .flow li .head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 0 0 20px;
  }
  #kouji-amazake .values .flow li .num img {
    width: 73px;
  }
  #kouji-amazake .values .flow li h3 {
    color: var(--red);
    font-size: 32px;
    margin: 0;
    padding: 0 2px 0 0;
    border: 0;
    background: url(dot02.png) repeat-x left bottom / auto 2px;
  }
  #kouji-amazake .values .flow li p {
    line-height: 1.4;
    margin: 15px 0 0;
  }
  #kouji-amazake .values .flow li span {
    font-weight: bold;
  }
  #kouji-amazake .lineup {
    padding: 100px 0 0;
  }
  #kouji-amazake .lineup .cart-area {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
  }
  #kouji-amazake .lineup .cart-area .selected {
    position: absolute;
    top: -20px;
    left: 220px;
    width: 156px;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
    background: var(--red);
    border-radius: 30px;
    padding: 0 0 1px;
    opacity: 0;
  }
  #kouji-amazake .lineup .cart-area .selected:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -7px;
    transform: translateX(-50%);
    width: 15px;
    height: 10px;
    background: url(arrow.png) no-repeat center bottom / 100%;
  }
  #kouji-amazake .lineup .cart-area .price {
    color: #333;
    font-size: 31px;
    line-height: 1.9;
    background: url(dot02.png) repeat-x left bottom / auto 2px;
  }
  #kouji-amazake .lineup .cart-area .price span.num {
    font-size: 53px;
    font-weight: bold;
    padding: 0 4px;
  }
  #kouji-amazake .lineup .cart-area .set-count {
    color: var(--red);
    font-weight: 500;
    text-align: center;
    margin: 0 0 5px;
  }
  #kouji-amazake .lineup .cart-area .btn-cart {
    display: block;
    width: 550px;
    border-radius: 50px;
    color: #FFF;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    background: var(--red) url(icon_cart.png) no-repeat 18px 18px / 54px;
    filter: drop-shadow(2px 3px 6px rgba(0, 0, 0, 0.16));
    padding: 20px 0;
    border: 0;
    cursor: pointer;
  }
  #kouji-amazake .lineup .cart-area .btn-cart:hover {
    opacity: .8;
    text-decoration: none;
  }
  #kouji-amazake .lineup .set {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 50px 0 40px;
  }
  #kouji-amazake .lineup .set button {
    display: block;
    width: 270px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #B1B1B1;
    border-radius: 15px;
    background: #FFF;
    padding: 9px 0;
    filter: drop-shadow(2px 3px 6px rgba(0, 0, 0, 0.16));
    -webkit-appearance: none;
    cursor: pointer;
    transition: .3s ease;
  }
  #kouji-amazake .lineup .items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 0 85px;
  }
  #kouji-amazake .lineup .item {
    display: flex;
    align-items: center;
    gap: 35px;
    width: 590px;
    border: 2px solid #B1B1B1;
    border-radius: 20px;
    padding: 30px;
  }
  #kouji-amazake .lineup .item .img {
    width: 185px;
  }
  #kouji-amazake .lineup .item .info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    flex: 1;
  }
  #kouji-amazake .lineup .item h4 {
    font-size: 22px;
    line-height: 1.36;
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid #B1B1B1;
    width: 100%;
  }
  #kouji-amazake .lineup .item .comment {
    font-size: 19px;
    line-height: 1.53;
    margin: 0 0 15px;
    width: 100%;
  }
  #kouji-amazake .lineup .item .price {
    color: #333;
    font-size: 18px;
    line-height: 1.4;
  }
  #kouji-amazake .lineup .item .price span {
    font-size: 29px;
    font-weight: bold;
  }
  #kouji-amazake .lineup .item .discount {
    display: none;
    color: #B1B1B1;
    line-height: 1.4;
    margin: 0 4px 0 0;
  }
  #kouji-amazake .lineup .item .discount.show {
    display: block;
  }
  #kouji-amazake .lineup .item .discount p {
    font-size: 18px;
    font-weight: normal;
    text-decoration: line-through;
  }
  #kouji-amazake .lineup .item .discount .off {
    display: none;
    color: var(--red);
    font-size: 19px;
    font-weight: bold;
    margin: 0 8px 0 0;
  }
  #kouji-amazake .lineup .item select {
    width: 110px;
    font-size: 18px;
    border: 1px solid #B1B1B1;
    border-radius: 10px;
    padding: 8px 0px 8px 15px;
    margin-left: auto;
    background: url(arrow_select.png) no-repeat right 10px center / 10px;
    -webkit-appearance: none;
  }
  #kouji-amazake .fixed-side-btn {
    position: fixed;
    right: -70px;
    bottom: 100px;
    writing-mode: vertical-rl;
    background: #FFF url(arrow.png) no-repeat left 18px bottom 16px / 13px;
    color: var(--red);
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 4px;
    padding: 18px 7px 0;
    width: 48px;
    height: 156px;
    border: 1px solid var(--red);
    border-right: 0;
    border-radius: 5px 0 0 5px;
    filter: drop-shadow(2px 3px 6px rgba(0, 0, 0, 0.16));
    transition: .3s ease;
  }
  #kouji-amazake .fixed-side-btn.show {
    right: 0;
  }
  #kouji-amazake .fixed-side-btn:hover {
    text-decoration: none;
    opacity: .8;
  }
}

/* ----- SP ----- */
@media screen and (max-width: 768px) {
  .block-page-top {
    right: 10px;
  }
  
  #kouji-amazake {
    color: #333;
    font-size: 20px;
    font-size: clamp(17px, 4.53vw, 20px);
    line-height: 1.85;
  }
  #kouji-amazake .pc {
    display: none !important;
  }
  #kouji-amazake .mv {
    text-align: center;
    padding: 40px 0 65px;
    background: url(bg_mv_sp.jpg) no-repeat center bottom / 100%;
  }
  #kouji-amazake .mv h1 {
    padding: 0;
    margin: 0 0 20px;
  }
  #kouji-amazake .mv h1 img {
    width: calc(430 / 450 * 100vw);
  }
  #kouji-amazake .mv .headline {
    font-size: clamp(24px, 6.4vw, 28px);
    font-weight: bold;
    margin: 0 0 25px;
  }
  #kouji-amazake .mv .message {
    padding: 0 40px;
  }
  #kouji-amazake .repeat {
    text-align: center;
    padding: 60px 20px 60px;
    background: url(bg_intro.jpg) repeat left top / 150px;
  }
  #kouji-amazake .section-title {
    text-align: center;
    margin: 0 0 30px;
    padding: 0 0 30px;
    background: url(dot.png) no-repeat center bottom / 30px;
  }
  #kouji-amazake .section-title h2 {
    color: var(--red);
    font-size: clamp(34px, 9.07vw, 37px);
    line-height: 1.27;
    font-weight: bold;
    padding: 0;
    margin: 20px 0 0;
    font-feature-settings: 'palt';
  }
  #kouji-amazake .repeat .section-title figure img {
    width: 87.5px;
  }
  #kouji-amazake .feature .section-title figure img {
    width: 98.5px;
  }
  #kouji-amazake .values .section-title figure img {
    width: 85.5px;
  }
  #kouji-amazake .lineup .section-title figure img {
    width: 89.5px;
  }
  #kouji-amazake .repeat .comment {
    margin: 30px 0 40px;
  }
  #kouji-amazake .repeat .comment span {
    display: inline-block;
    font-size: 28px;
    line-height: 1.43;
    font-weight: bold;
    margin: 5px 0 0;
  }
  #kouji-amazake .btn-select {
    position: relative;
    display: block;
    padding: 20px 0;
    border-radius: 50px;
    color: #FFF;
    font-size: 22px;
    font-weight: bold;
    background: var(--red);
    filter: drop-shadow(2px 3px 6px rgba(0, 0, 0, 0.16));
  }
  #kouji-amazake .btn-select:after {
    content: '';
    position: absolute;
    top: 32px;
    right: 25px;
    width: 12px;
    height: 12px;
    border-right: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
    rotate: 45deg;
  }
  #kouji-amazake .feature {
    padding: 60px 0 160px;
    background: url(bg_feature_sp.jpg) no-repeat center top 5% / 100%, url(line.jpg) repeat-x center bottom / auto 90px;
  }
  #kouji-amazake .feature .text {
    padding: 0 20px;
    margin: 0 0 25px;
  }
  #kouji-amazake .feature .feature-list {
    padding: 0 36px;
    margin: 0 0 40px;
  }
  #kouji-amazake .feature .feature-list li:not(:last-child) {
    margin: 0 0 20px;
  }
  #kouji-amazake .feature .feature-list h3 {
    color: var(--red);
    font-size: clamp(20px, 5.33vw, 25px);
    font-weight: bold;
    text-align: center;
    padding: 3px 0;
    margin: 0 0 10px;
    background: #FCE5E5;
    border-radius: 5px;
  }
  #kouji-amazake .feature .feature-list .img {
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 10px;
  }
  #kouji-amazake .feature .scene {
    padding: 0 20px;
  }
  #kouji-amazake .values {
    padding: 60px 0 160px;
    background: url(line.jpg) repeat-x center bottom / auto 90px;
  }
  #kouji-amazake .values .point {
    padding: 0 20px;
    margin: 0 0 60px;
  }
  #kouji-amazake .values .point li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
    background: #FBF3E7;
    border-radius: 80px;
    height: 120px;
    padding: 0 15px 0 40px;
    margin: 0 0 36px;
  }
  #kouji-amazake .values .point li:last-child {
    margin: 0;
  }
  #kouji-amazake .values .point .num {
    position: absolute;
    top: -34px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--red);
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
  }
  #kouji-amazake .values .point .num span {
    display: inline-block;
    font-size: 42px;
    margin: 0 0 0 5px;
    transform: translateY(6px);
  }
  #kouji-amazake .values .point figure {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 141px;
  }
  #kouji-amazake .values .point li:nth-child(1) img {
    width: 88px;
  }
  #kouji-amazake .values .point li:nth-child(2) img {
    width: 72px;
  }
  #kouji-amazake .values .point li:nth-child(3) img {
    width: 77px;
  }
  #kouji-amazake .values .point h3 {
    padding: 0;
    margin: 0;
    font-size: clamp(16px, 4.27vw, 25px);
    line-height: 1.2;
  }
  #kouji-amazake .values .point h3 span {
    color: var(--red);
    font-size: clamp(20px, 5.33vw, 25px);
  }
  #kouji-amazake .values .discount {
    position: relative;
    padding: 0 20px;
    margin: 0 0 35px;
  }
  #kouji-amazake .values .discount h3 {
    position: absolute;
    top: -25px;
    left: 50%;
    display: flex;
    align-items: center;
    width: calc(100% - 40px);
    height: 50px;
    transform: translateX(-50%);
    background: var(--red) url(icon_recommend.png) no-repeat 5px 5px / 40px;
    border-radius: 40px;
    color: #FFF;
    font-size: clamp(20px, 5.33vw, 25px);
    line-height: 1.9;
    text-align: center;
    margin: 0;
    padding: 0 0 0 12%;
    border: 0;
  }
  #kouji-amazake .values .discount .base {
    text-align: center;
    background: #FBF3E7;
    border-radius: 20px;
    padding: 0 0 40px;
    margin: 0 0 35px;
  }
  #kouji-amazake .values .discount .base dt {
    color: var(--red);
    font-size: 25px;
    line-height: 1.2;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 35px 0 15px;
    margin: 0;
  }
  #kouji-amazake .values .discount .base dt span {
    font-size: 47px;
  }
  #kouji-amazake .values .discount .base dd img {
    width: calc(653 / 900 * 100vw);
    transform: translateX(-2.5%);
  }
  #kouji-amazake .values .discount .pattern {
    display: flex;
    gap: 20px;
  }
  #kouji-amazake .values .discount .pattern li {
    position: relative;
    flex: 1;
    text-align: center;
  }
  #kouji-amazake .values .discount .pattern li:before {
    content: '';
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 18px;
    background: url(arrow.png) no-repeat center / 100%;
  }
  #kouji-amazake .values .discount .pattern .head {
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    background: var(--red);
    border-radius: 20px 20px 0 0;
    line-height: 1;
    padding: 6px 0 10px;
  }
  #kouji-amazake .values .discount .pattern .head p {
    font-size: 28px;
    margin: 0 0 5px;
  }
  #kouji-amazake .values .discount .pattern .head span {
    font-size: 50px;
    padding: 0 2px 0 0;
  }
  #kouji-amazake .values .discount .pattern .off {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FBF3E7;
    height: 120px;
    border-radius: 0 0 20px 20px;
  }
  #kouji-amazake .values .discount .pattern li:nth-child(1) .off img {
    width: 104.5px;
  }
  #kouji-amazake .values .discount .pattern li:nth-child(2) .off img {
    width: 160.5px;
  }
  #kouji-amazake .values .flow .ttl {
    line-height: 1;
    text-align: center;
    margin: 0 0 35px;
  }
  #kouji-amazake .values .flow .ttl .sub {
    font-size: clamp(20px, .5vw, 21px);
    line-height: 1.7;
    font-weight: bold;
  }
  #kouji-amazake .values .flow .ttl .sub span {
    font-size: clamp(37px, .98vw, 42px);
    padding: 0 3px;
  }
  #kouji-amazake .values .flow .ttl h3 {
    position: relative;
    display: inline-block;
    font-size: clamp(20px, 5.33vw, 25px);
    line-height: 1;
    padding: 0px 17px 0 5px;
    margin: 0;
  }
  #kouji-amazake .values .flow .ttl h3:before,
  #kouji-amazake .values .flow .ttl h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -16px;
    width: 2px;
    height: 45px;
    background: #333;
    rotate: -28deg;
  }
  #kouji-amazake .values .flow .ttl h3:after {
    left: auto;
    right: 0;
    rotate: 28deg;
  }
  #kouji-amazake .values .flow ol {
    padding: 0 20px;
  }
  #kouji-amazake .values .flow li {
    display: flex;
    list-style: none;
    margin: 0 0 20px;
  }
  #kouji-amazake .values .flow li:last-child {
    margin: 0;
  }
  #kouji-amazake .values .flow li .img {
    width: 36%;
  }
  #kouji-amazake .values .flow li .text {
    width: 64%;
    padding: 0 0 0 13px;
    background: url(arrow.png) no-repeat center bottom/ 30px;
  }
  #kouji-amazake .values .flow li:last-child .text {
    background: none;
  }
  #kouji-amazake .values .flow li .head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 10px 0 20px;
  }
  #kouji-amazake .values .flow li .num img {
    width: 58px;
  }
  #kouji-amazake .values .flow li h3 {
    color: var(--red);
    font-size: clamp(21px, 5.6vw, 26px);
    margin: 0;
    padding: 0 3px 0 0;
    border: 0;
    background: url(dot02.png) repeat-x left bottom / auto 2px;
  }
  #kouji-amazake .values .flow li p {
    font-size: clamp(14px, 5.33vw, 20px);
    line-height: 1.4;
  }
  #kouji-amazake .values .flow li span {
    font-weight: bold;
  }
  #kouji-amazake .lineup {
    padding: 60px 20px 0;
  }
  #kouji-amazake .lineup .cart-area {
    position: fixed;
    left: 50%;
    bottom: -100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: flex-end;
    background: #FFF;
    border-radius: 5px;
    transform: translateX(-50%);
    width: calc(100% - 120px);
    padding: 12px 15px 8px;
    filter: drop-shadow(2px 3px 6px rgba(0, 0, 0, 0.16));
    transition: 1s ease;
    z-index: 1;
  }
  #kouji-amazake .lineup .cart-area.show {
    bottom: 10px;
  }
  #kouji-amazake .lineup .cart-area .selected {
    position: absolute;
    left: 10%;
    bottom: 57px;
    width: 98px;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.7;
    text-align: center;
    background: var(--red);
    border-radius: 30px;
    opacity: 0;
  }
  #kouji-amazake .lineup .cart-area .selected:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
    width: 12px;
    height: 8px;
    background: url(arrow.png) no-repeat center bottom / 100%;
  }
  #kouji-amazake .lineup .cart-area .price {
    display: inline-block;
    color: #333;
    font-size: clamp(12px, 3.2vw, 16px);
    line-height: 1;
    background: url(dot02.png) repeat-x left bottom / auto 2px;
    padding: 0 2px 12px;
  }
  #kouji-amazake .lineup .cart-area .price span:not(.num) {
    font-size: clamp(10px, 2.6vw, 13px);
    writing-mode: vertical-rl;
  }
  #kouji-amazake .lineup .cart-area .price span.num {
    font-size: clamp(28px, 7.46vw, 33px);
    font-weight: bold;
    padding: 0 4px;
    letter-spacing: -1px;
  }
  #kouji-amazake .lineup .cart-area .set-count {
    color: var(--red);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
    margin: 0 0 5px;
  }
  #kouji-amazake .lineup .cart-area .btn-cart {
    flex: 1;
    max-width: 110px;
    display: block;
    border-radius: 50px;
    color: #FFF;
    font-size: clamp(14px, 3.73vw, 17px);
    line-height: 1.17;
    font-weight: bold;
    text-align: center;
    background: var(--red);
    padding: 12px 5px;
    margin: 0 auto;
    border: 0;
    white-space: unset;
  }
  #kouji-amazake .lineup .set {
    display: flex;
    justify-content: center;
    gap: 13px;
    margin: 0 0 40px;
  }
  #kouji-amazake .lineup .set button {
    display: block;
    width: 115px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #B1B1B1;
    border-radius: 10px;
    background: #FFF;
    padding: 9px 0;
    filter: drop-shadow(2px 3px 6px rgba(0, 0, 0, 0.16));
    -webkit-appearance: none;
    transition: .3s ease;
  }
  #kouji-amazake .lineup .item {
    display: flex;
    flex-wrap: wrap;
    border: 2px solid #B1B1B1;
    border-radius: 20px;
    padding: 20px;
    margin: 0 0 15px;
  }
  #kouji-amazake .lineup .item:last-child {
    margin: 0;
  }
  #kouji-amazake .lineup .item h4 {
    font-size: 22px;
    line-height: 1.22;
    width: 100%;
    border-bottom: 1px solid #B1B1B1;
    padding: 0 0 12px;
    margin: 0 0 15px;
  }
  #kouji-amazake .lineup .item .img {
    width: 38%;
  }
  #kouji-amazake .lineup .item .info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 62%;
    padding: 0 0 0 12px;
  }
  #kouji-amazake .lineup .item .comment {
    font-size: 17px;
    line-height: 1.4;
    margin: 0 0 6px;
  }
  #kouji-amazake .lineup .item .price {
    color: #333;
    font-size: clamp(14px, 3.73vw, 18px);
    line-height: 1;
  }
  #kouji-amazake .lineup .item .price .off {
    font-size: 19px;
    font-weight: bold;
    margin: 0 8px 0 0;
  }
  #kouji-amazake .lineup .item .price span {
    font-size: clamp(23px, 6.13vw, 29px);
    font-weight: bold;
  }
  #kouji-amazake .lineup .item .discount {
    display: none;
    align-items: center;
    gap: 5px;
    color: #B1B1B1;
    line-height: 1.4;
    margin: 0 4px 0 0;
    width: 100%;
  }
  #kouji-amazake .lineup .item .discount.show {
    display: flex;
  }
  #kouji-amazake .lineup .item .discount p {
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    text-decoration: line-through;
  }
  #kouji-amazake .lineup .item .discount .off {
    display: none;
    color: var(--red);
    font-size: 19px;
    font-weight: bold;
    margin: 0 8px 0 0;
  }
  #kouji-amazake .lineup .item select {
    width: 90px;
    font-size: 16px;
    border: 1px solid #B1B1B1;
    border-radius: 10px;
    padding: 8px 0px 8px 15px;
    margin-left: auto;
    background: url(arrow_select.png) no-repeat right 6px center / 10px;
    -webkit-appearance: none;
  }
  #kouji-amazake .fixed-side-btn {
    position: fixed;
    right: -70px;
    bottom: 100px;
    writing-mode: vertical-rl;
    background: #FFF url(arrow.png) no-repeat left 18px bottom 16px / 13px;
    color: var(--red);
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 4px;
    padding: 18px 7px 0;
    width: 48px;
    height: 156px;
    border: 1px solid var(--red);
    border-right: 0;
    border-radius: 5px 0 0 5px;
    filter: drop-shadow(2px 3px 6px rgba(0, 0, 0, 0.16));
    text-decoration: none;
    transition: .1s ease;
  }
  #kouji-amazake .fixed-side-btn.show {
    right: 0;
  }
}