@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap");
/*文字シャギーを解消*/
h4, h5, h6, p, li, ol, dl, label, select, button, span, table, .no-shaggy {
  transform: rotate(0.03deg);
}

/*--------------------------------------------------
media query
 -------------------------------------------------*/
/*--------------------------------------------------
all
 -------------------------------------------------*/
body {
  margin: 0;
  color: #583c25;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.navbar {
  min-height: 62px;
}

@media (max-width: 1200px) {
  .navbar {
    min-height: auto;
  }
}
h1, h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}

h1 span {
  font-size: 3rem;
}

h4 {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.contents {
  width: 100%;
  max-width: 1200px;
  min-height: 0%;
  padding: 5% 4%;
  margin: 0 auto;
}

@media (max-width: 576px) {
  .container {
    max-width: 92%;
  }
}
hr {
  margin: 1rem 0;
}

.border-2 {
  border-width: 2px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-gray {
  border-color: gray;
}

.border-green {
  border-color: #a5c457;
}

.border-schedule {
  border-color: #8c6239 !important;
}

.border-nomikurabe {
  border-color: #f2a169 !important;
}

.border-wakaba {
  border-color: #a0c989 !important;
}

.border-ureshino {
  border-color: #f9b9b9 !important;
}

.border-kiwami {
  border-color: #adc3a3 !important;
}

.border-uji {
  border-color: #b1afe0 !important;
}

.border-fukamushi {
  border-color: #006934 !important;
}

.border-tamaryokucha {
  border-color: #006934 !important;
}

.border-customer-voice {
  border-color: #9eac0e !important;
}

.bg-red {
  background-color: #C6161D;
}

.bg-review {
  background-color: #e8e5b3;
}

.bg-yokoku {
  background-color: #ff7300;
}

.bg-brown {
  background-color: #8c6239;
}

.bg-cream {
  background-color: #fbfff6;
}

.bg-fukamushi {
  background-color: #006934;
}

.bg-tamaryokucha {
  background-color: #fff;
}

/*text*/
.font-serif {
  font-family: "Noto Serif JP", serif;
}

.lh-1 {
  line-height: 1;
}

.lh-3 {
  line-height: 1.3;
}

.ls-2 {
  letter-spacing: 2;
}

.ls-set {
  letter-spacing: -2px;
}

.fs-amount {
  font-size: 2.5rem;
  font-weight: 700;
}

.fs-amount small {
  font-weight: 700;
}

@media (max-width: 992px) {
  .fs-amount {
    font-size: 2rem;
  }
}
.fs-soutou {
  font-size: 1.5rem;
  margin-bottom: -1.5rem;
}

@media (max-width: 992px) {
  .fs-soutou {
    font-size: 1.4rem;
    margin-bottom: -1.4rem;
  }
}
.fs-price {
  font-size: 4.5rem;
  font-weight: bold;
  padding: 0 0.25rem 0 0.5rem;
}

.fs-price small {
  font-size: 3rem;
}

@media (max-width: 992px) {
  .fs-price {
    font-size: 4rem;
  }
}
@media (max-width: 576px) {
  .fs-price {
    font-size: 3.5rem;
  }
}
.fs-tokka {
  font-size: 2rem;
  font-weight: bold;
}

@media (max-width: 576px) {
  .fs-tokka {
    font-size: 1.5rem;
  }
}
.fs-en {
  font-size: 2.5rem;
  font-weight: bold;
}

@media (max-width: 576px) {
  .fs-en {
    font-size: 2rem;
  }
}
.big-num {
  font-size: 120%;
}

.text-nomikirabe {
  color: #b3520f;
}

.text-wakaba {
  color: #547d08;
}

.text-ureshino {
  color: #ed2c2c;
}

.text-kiwami {
  color: #5e7c51;
}

.text-uji {
  color: #4945b1;
}

.text-red {
  color: #C6161D;
}

.text-red-light {
  color: #ff0000;
}

.text-tamaryokucha {
  color: #006934;
}

.text-green {
  color: #a5c457;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mt10p {
  margin-top: 10%;
}

.pl1, .pl1_sp {
  padding-left: 1em;
}

.pl-sanchi {
  padding-left: 0.8rem;
}

@media (max-width: 767px) {
  .pl1_sp {
    padding-left: 0;
  }
}
/*--------------------------------------------------
 *共通設定*
-------------------------------------------------*/
.content-1200 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0.8rem;
  position: relative;
}
@media screen and (max-width: 991px) {
  .content-1200 {
    padding: 0;
  }
}

/*--------------------------------------------------
  mixin
-------------------------------------------------*/
/*--------------------------------------------------
 first_view
 -------------------------------------------------*/
.navbar {
  z-index: 2;
}

.first_view {
  background-image: url(images_25/first_view_bg.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .first_view {
    background-image: url(images_25/first_view_bg_sp.jpg);
  }
}

.first_view_logo_area {
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
}
.first_view_logo_area .flow_item_otoku {
  height: 65%;
  width: auto;
  position: absolute;
  top: 13%;
  right: -2%;
  z-index: 1;
}
.first_view_logo_area .flow_item_otoku img {
  height: 100%;
  width: auto;
}
@media (max-width: 1200px) {
  .first_view_logo_area .flow_item_otoku {
    height: 65%;
    right: 0%;
  }
}
@media (max-width: 767px) {
  .first_view_logo_area .flow_item_otoku {
    height: 38%;
    top: 65%;
    right: -4%;
  }
}

.first_view_logo_area .fv_ttl img {
  width: 100%;
  height: auto;
}
@media (max-width: 1200px) {
  .first_view_logo_area .fv_ttl {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .first_view_logo_area .fv_ttl {
    width: 100%;
    height: auto;
    padding-top: 8%;
    padding-bottom: 50%;
    z-index: 1;
  }
}
.first_view_logo_area .fv_sizzle {
  height: 100%;
  width: auto;
  position: absolute;
  bottom: 0;
  left: -20%;
}
.first_view_logo_area .fv_sizzle img {
  height: 100%;
  width: auto;
}
@media (max-width: 1200px) {
  .first_view_logo_area .fv_sizzle {
    left: -18%;
  }
}
@media (max-width: 767px) {
  .first_view_logo_area .fv_sizzle {
    height: 65%;
    left: -37%;
  }
}

.first_view_logo_area .logo_k {
  width: 200px;
  height: auto;
  padding: 1rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .first_view_logo_area .logo_k {
    width: 135px;
    padding: 0.5rem;
  }
}

.first_view_txt {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 36, 12, 0.7);
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.2;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
}
@media (max-width: 767px) {
  .first_view_txt {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .first_view_txt {
    height: 80px;
  }
}

/*--------------------------------------------------
 ナビゲーション
 -------------------------------------------------*/
.fixAlpha {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 6px 0;
  text-align: center;
}

.fixAlpha ul {
  top: -40px;
  display: flex;
  justify-content: center;
}

.fixAlpha li {
  width: 238.4px;
  background: #fff;
  text-align: center;
  border-right: 1px solid #cacaca;
  padding-bottom: 10px;
}
.fixAlpha li:first-child {
  border-left: 1px solid #cacaca;
}

@media (max-width: 767px) {
  .fixAlpha a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .fixAlpha .link_btn_01,
.fixAlpha .link_btn_02,
.fixAlpha .link_btn_03,
.fixAlpha .link_btn_04,
.fixAlpha .link_btn_05 {
    width: 20%;
    height: 65px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .fixAlpha .link_btn_01 {
    background-image: url("images_25/link_btn_01_sp.png");
  }
  .fixAlpha .link_btn_02 {
    background-image: url("images_25/link_btn_02_sp.png");
  }
  .fixAlpha .link_btn_03 {
    background-image: url("images_25/link_btn_03_sp.png");
  }
  .fixAlpha .link_btn_04 {
    background-image: url("images_25/link_btn_04_sp.png");
  }
  .fixAlpha .link_btn_05 {
    background-image: url("images_25/link_btn_05_sp.png");
  }
}
.nav-btn {
  padding: 5px;
  transition: 0.4s;
}
.nav-btn p {
  text-align: left;
}
.nav-btn-flag-01, .nav-btn-flag-02, .nav-btn-flag-03, .nav-btn-flag-04, .nav-btn-flag-05 {
  width: 80%;
  height: 28px;
  padding-left: 10px;
  display: flex;
  align-items: center;
  justify-content: left;
  color: #fff;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1;
}
.nav-btn-flag-01 {
  background-color: #d86267;
}
.nav-btn-flag-01:after {
  content: "";
  width: 20px;
  height: 28px;
  border-top: 14px solid #d86267;
  border-bottom: 14px solid #d86267;
  border-right: 15px solid transparent;
  border-left: 0px solid #d86267;
  position: absolute;
  bottom: 0;
  right: -19px;
}
.nav-btn-flag-02 {
  background-color: #b4c60a;
}
.nav-btn-flag-02:after {
  content: "";
  width: 20px;
  height: 28px;
  border-top: 14px solid #b4c60a;
  border-bottom: 14px solid #b4c60a;
  border-right: 15px solid transparent;
  border-left: 0px solid #b4c60a;
  position: absolute;
  bottom: 0;
  right: -19px;
}
.nav-btn-flag-03 {
  background-color: #f77777;
}
.nav-btn-flag-03:after {
  content: "";
  width: 20px;
  height: 28px;
  border-top: 14px solid #f77777;
  border-bottom: 14px solid #f77777;
  border-right: 15px solid transparent;
  border-left: 0px solid #f77777;
  position: absolute;
  bottom: 0;
  right: -19px;
}
.nav-btn-flag-04 {
  background-color: #51b7b7;
}
.nav-btn-flag-04:after {
  content: "";
  width: 20px;
  height: 28px;
  border-top: 14px solid #51b7b7;
  border-bottom: 14px solid #51b7b7;
  border-right: 15px solid transparent;
  border-left: 0px solid #51b7b7;
  position: absolute;
  bottom: 0;
  right: -19px;
}
.nav-btn-flag-05 {
  background-color: #6d6dc6;
}
.nav-btn-flag-05:after {
  content: "";
  width: 20px;
  height: 28px;
  border-top: 14px solid #6d6dc6;
  border-bottom: 14px solid #6d6dc6;
  border-right: 15px solid transparent;
  border-left: 0px solid #6d6dc6;
  position: absolute;
  bottom: 0;
  right: -19px;
}
.nav-btn-name {
  padding: 5px 10px;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #583c25;
  line-height: 1;
}
.nav-btn a:hover {
  text-decoration: unset;
}
@media (max-width: 992px) {
  .nav-btn-flag-01, .nav-btn-flag-02, .nav-btn-flag-03, .nav-btn-flag-04, .nav-btn-flag-05 {
    height: 38px;
    font-size: 16px;
  }
  .nav-btn-flag-01:after {
    height: 36px;
    border-top: 19px solid #d86267;
    border-bottom: 19px solid #d86267;
  }
  .nav-btn-flag-02:after {
    height: 36px;
    border-top: 19px solid #b4c60a;
    border-bottom: 19px solid #b4c60a;
  }
  .nav-btn-flag-03:after {
    height: 36px;
    border-top: 19px solid #f77777;
    border-bottom: 19px solid #f77777;
  }
  .nav-btn-flag-04:after {
    height: 36px;
    border-top: 19px solid #51b7b7;
    border-bottom: 19px solid #51b7b7;
  }
  .nav-btn-flag-05:after {
    height: 36px;
    border-top: 19px solid #6d6dc6;
    border-bottom: 19px solid #6d6dc6;
  }
  .nav-btn-name {
    font-size: 16px;
    padding: 5px 0;
  }
}
@media (max-width: 767px) {
  .nav-btn-flag-01, .nav-btn-flag-02, .nav-btn-flag-03, .nav-btn-flag-04, .nav-btn-flag-05 {
    font-size: 14px;
    padding-left: 5px;
  }
  .nav-btn-name {
    font-size: 16px;
    padding: 5px 0px;
  }
}
@media (max-width: 576px) {
  .nav-btn {
    padding: 2px;
  }
  .nav-btn-flag-01, .nav-btn-flag-02, .nav-btn-flag-03, .nav-btn-flag-04, .nav-btn-flag-05 {
    width: 90%;
    height: 32px;
    font-size: 12px;
    font-weight: 700;
  }
  .nav-btn-flag-01:after {
    width: 10px;
    height: 32px;
    border-top: 16px solid #d86267;
    border-bottom: 16px solid #d86267;
    border-right: 10px solid transparent;
    right: -9px;
  }
  .nav-btn-flag-02:after {
    width: 10px;
    height: 32px;
    border-top: 16px solid #b4c60a;
    border-bottom: 16px solid #b4c60a;
    border-right: 10px solid transparent;
    right: -9px;
  }
  .nav-btn-flag-03:after {
    width: 10px;
    height: 32px;
    border-top: 16px solid #f77777;
    border-bottom: 16px solid #f77777;
    border-right: 10px solid transparent;
    right: -9px;
  }
  .nav-btn-flag-04:after {
    width: 10px;
    height: 32px;
    border-top: 16px solid #51b7b7;
    border-bottom: 16px solid #51b7b7;
    border-right: 10px solid transparent;
    right: -9px;
  }
  .nav-btn-flag-05:after {
    width: 10px;
    height: 32px;
    border-top: 16px solid #6d6dc6;
    border-bottom: 16px solid #6d6dc6;
    border-right: 10px solid transparent;
    right: -9px;
  }
  .nav-btn-name {
    font-size: 11px;
  }
}

/*スクロール後の表示*/
.fixed ul {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 100px;
  padding: 9px 0;
  background: #FFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  transition-duration: 0.5s;
}
@media (max-width: 992px) {
  .fixed ul {
    padding: 2px 0;
  }
}

.fixed a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.25em 0;
}

@media (max-width: 992px) {
  .fixed li {
    margin-bottom: 10px;
  }
  .fixed a {
    display: block;
    width: 100%;
    height: 100%;
  }
}
/* 矢印 ＿＿＿＿＿*/
.dli-chevron-down {
  color: #fff;
  position: relative;
  transition: 0.5s;
}

.dli-chevron-down::after {
  transition: 0.3s;
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: transparent transparent #b1b1b1 #b1b1b1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(-45deg);
}

.dli-chevron-down:hover::after {
  bottom: -5px;
}

/*--------------------------------------------------
アイコン
-------------------------------------------------*/
.icon-sanchi {
  width: 139px;
  position: absolute;
  top: 2%;
  left: -2%;
}
@media (max-width: 1200px) {
  .icon-sanchi {
    width: 25%;
    max-width: 180px;
    top: 3%;
  }
}
@media (max-width: 992px) {
  .icon-sanchi {
    width: 20%;
    left: 0%;
  }
}
@media (max-width: 767px) {
  .icon-sanchi {
    width: 25%;
  }
}
.icon-new {
  width: 143px;
  position: absolute;
  top: 1%;
  left: 0%;
}
@media (max-width: 1200px) {
  .icon-new {
    width: 30%;
  }
}
@media (max-width: 992px) {
  .icon-new {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .icon-new {
    width: 30%;
    top: 0%;
    left: -1%;
  }
}

/*--------------------------------------------------
 set_oss_ttl
 -------------------------------------------------*/
.set_oss_ttl {
  background-image: url(images_21/white_bg.gif);
}
.set_oss_ttl ul, .set_oss_ttl p {
  font-size: 0.8rem;
}

.set_oss_ttl_tu {
  background-image: url(images_21/white_bg_ttl.jpg);
  padding: 5% 0;
  text-align: center;
}

@media (max-width: 1200px) {
  .set_oss_ttl_tu {
    padding: 10%;
  }
  .set_oss_ttl_tu img {
    width: 100%;
  }
}
.links-info {
  display: grid;
  font-size: 0.8rem;
}
.links-info a {
  display: inline-block;
  color: gray;
  text-decoration: underline;
  transition: 0.4s;
}

@media (max-width: 1200px) {
  .yoyaku_caution img {
    width: 30px;
  }
}

/*--------------------------------------------------
tan_ttl
-------------------------------------------------*/
.tan_ttl h1 {
  font-size: clamp(1.4rem, 1.036rem + 1.55vw, 2.2rem);
}
.tan_ttl h2 {
  font-size: clamp(1.5rem, 1.409rem + 0.45vw, 1.75rem);
}
.tan_ttl h3 {
  font-size: clamp(1rem, 0.818rem + 0.78vw, 1.4rem);
}

/*--------------------------------------------------
set_bg
-------------------------------------------------*/
/*模様の背景＿＿＿＿＿＿＿＿＿＿*/
.parallax-bg {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .parallax-bg {
    background-attachment: scroll;
    background-size: auto;
    background-repeat: repeat-y;
  }
}
.parallax-bg_paper {
  background-attachment: fixed;
  background-position: center bottom;
  background-size: cover;
  background-repeat: repeat;
}
@media (max-width: 767px) {
  .parallax-bg_paper {
    background-size: cover;
    background-attachment: scroll;
  }
}

/*各背景の画像*/
.img-bg-nomikurabe {
  background-image: url("images_24/bg-set.jpg");
}

.img-bg-wakaba {
  background-image: url("images_24/bg-wakaba.jpg");
}

.img-bg-ureshino {
  background-image: url("images_24/bg-ureshino.jpg");
}

.img-bg-kiwami {
  background-image: url("images_24/bg-kiwami.jpg");
}

.img-bg-uji {
  background-image: url("images_24/bg-uji.jpg");
}

.irekata_bg {
  background-image: url("images_21/irekata_bg.gif");
}

/*※イメージです*/
.img_att_txt {
  font-size: 12px;
  float: right;
  color: #999;
  padding: 10px 10px 0 0;
}

/*--------------------------------------------------
ブロック
 -------------------------------------------------*/
.bg-white-area {
  background: #FFF;
  background-image: url(images_24/bg-white-area-top.png), url(images_24/bg-white-area-bottom.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top right, bottom left;
  border-radius: 15px;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 991px) {
  .bg-white-area {
    background-size: 150% auto;
  }
}
@media screen and (max-width: 768px) {
  .bg-white-area {
    border-radius: 7px;
  }
}

/*産地アイコン*/
.campaign-subject-icon {
  position: absolute;
  top: -35%;
  left: -2%;
  z-index: 10;
}
.campaign-subject-icon img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1200px) {
  .campaign-subject-icon {
    width: 12%;
    top: -25%;
    left: 0%;
  }
}
@media all and (max-width: 991px) {
  .campaign-subject-icon {
    top: -25%;
    width: 16%;
    left: -4%;
  }
}
@media all and (max-width: 767px) {
  .campaign-subject-icon {
    width: 18%;
    max-width: 120px;
    top: -15%;
    left: -3%;
  }
}
@media all and (max-width: 576px) {
  .campaign-subject-icon {
    width: 22%;
    max-width: 80px;
    top: -40px;
    left: -3%;
  }
}

/*垂れフラッグ*/
.flag-yoyaku {
  width: 120px;
  height: 85px;
  color: #fff;
  font-size: clamp(1rem, 0.727rem + 1.16vw, 1.6rem);
  font-weight: 500;
  text-align: center;
  line-height: 1.1;
  background-color: #c8161d;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 2%;
  z-index: 10;
}
.flag-yoyaku:before {
  content: "";
  width: 120px;
  height: 20px;
  border-top: 0px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 60px solid #c8161d;
  border-left: 60px solid #c8161d;
  position: absolute;
  bottom: -20px;
}
@media all and (max-width: 991px) {
  .flag-yoyaku {
    width: 110px;
    height: 70px;
    right: 1%;
  }
  .flag-yoyaku:before {
    content: "";
    width: 110px;
    height: 20px;
    border-bottom: 20px solid transparent;
    border-right: 55px solid #c8161d;
    border-left: 55px solid #c8161d;
    bottom: -20px;
  }
}
@media all and (max-width: 768px) {
  .flag-yoyaku {
    width: 86px;
    height: 70px;
    right: -1%;
  }
  .flag-yoyaku:before {
    content: "";
    width: 86px;
    height: 20px;
    border-bottom: 20px solid transparent;
    border-right: 43px solid #c8161d;
    border-left: 43px solid #c8161d;
    bottom: -20px;
  }
}
@media all and (max-width: 576px) {
  .flag-yoyaku {
    width: 68px;
    height: 45px;
    font-size: 15px;
    top: -10px;
    right: -2%;
  }
  .flag-yoyaku:before {
    width: 68px;
    height: 10px;
    border-bottom: 10px solid transparent;
    border-right: 34px solid #c8161d;
    border-left: 34px solid #c8161d;
    bottom: -10px;
  }
}

.flag-yokoku {
  width: 120px;
  height: 85px;
  color: #fff;
  font-size: clamp(1rem, 0.727rem + 1.16vw, 1.6rem);
  font-weight: 500;
  text-align: center;
  line-height: 1.1;
  background-color: #ff7300;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 2%;
  z-index: 10;
}
.flag-yokoku:before {
  content: "";
  width: 120px;
  height: 20px;
  border-top: 0px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 60px solid #ff7300;
  border-left: 60px solid #ff7300;
  position: absolute;
  bottom: -20px;
}
.flag-yokoku small {
  display: contents;
  font-weight: 700;
}
@media all and (max-width: 991px) {
  .flag-yokoku {
    width: 110px;
    height: 70px;
    right: 1%;
  }
  .flag-yokoku:before {
    content: "";
    width: 110px;
    height: 20px;
    border-bottom: 20px solid transparent;
    border-right: 55px solid #ff7300;
    border-left: 55px solid #ff7300;
    bottom: -20px;
  }
}
@media all and (max-width: 768px) {
  .flag-yokoku {
    width: 86px;
    height: 70px;
    right: -1%;
  }
  .flag-yokoku:before {
    content: "";
    width: 86px;
    height: 20px;
    border-bottom: 20px solid transparent;
    border-right: 43px solid #ff7300;
    border-left: 43px solid #ff7300;
    bottom: -20px;
  }
}
@media all and (max-width: 576px) {
  .flag-yokoku {
    width: 68px;
    height: 45px;
    font-size: 15px;
    top: -10px;
    right: -2%;
  }
  .flag-yokoku:before {
    width: 68px;
    height: 10px;
    border-bottom: 10px solid transparent;
    border-right: 34px solid #ff7300;
    border-left: 34px solid #ff7300;
    bottom: -10px;
  }
}

.flag-tsujo {
  width: 120px;
  height: 85px;
  color: #fff;
  font-size: clamp(1rem, 0.727rem + 1.16vw, 1.6rem);
  font-weight: 500;
  text-align: center;
  line-height: 1.1;
  background-color: #ee71bc;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 2%;
  z-index: 10;
}
.flag-tsujo:before {
  content: "";
  width: 120px;
  height: 20px;
  border-top: 0px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 60px solid #ee71bc;
  border-left: 60px solid #ee71bc;
  position: absolute;
  bottom: -20px;
}
.flag-tsujo small {
  display: contents;
  font-weight: 700;
}
@media all and (max-width: 991px) {
  .flag-tsujo {
    width: 110px;
    height: 70px;
    right: 1%;
  }
  .flag-tsujo:before {
    content: "";
    width: 110px;
    height: 20px;
    border-bottom: 20px solid transparent;
    border-right: 55px solid #ee71bc;
    border-left: 55px solid #ee71bc;
    bottom: -20px;
  }
}
@media all and (max-width: 768px) {
  .flag-tsujo {
    width: 86px;
    height: 70px;
    right: -1%;
  }
  .flag-tsujo:before {
    content: "";
    width: 86px;
    height: 20px;
    border-bottom: 20px solid transparent;
    border-right: 43px solid #ee71bc;
    border-left: 43px solid #ee71bc;
    bottom: -20px;
  }
}
@media all and (max-width: 576px) {
  .flag-tsujo {
    width: 68px;
    height: 45px;
    font-size: 15px;
    top: -10px;
    right: -2%;
  }
  .flag-tsujo:before {
    width: 68px;
    height: 10px;
    border-bottom: 10px solid transparent;
    border-right: 34px solid #ee71bc;
    border-left: 34px solid #ee71bc;
    bottom: -10px;
  }
}

.item-category-name {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0 16px;
  margin-left: 8px;
}
@media all and (max-width: 768px) {
  .item-category-name {
    font-size: 1rem;
    padding: 0 5px;
  }
}
@media all and (max-width: 576px) {
  .item-category-name {
    font-size: 0.9rem;
    margin-left: 5px;
  }
}

.item-name {
  font-size: clamp(1.6rem, 1.418rem + 0.78vw, 2rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
  line-height: 0.8;
}
.item-name small {
  font-size: clamp(1.4rem, 1.218rem + 0.78vw, 1.8rem);
  font-weight: 700;
}
.item-name sup {
  font-size: 1.2rem;
  top: -1em;
}
@media all and (max-width: 576px) {
  .item-name {
    font-size: 22px;
  }
  .item-name sup {
    font-size: 0.8rem;
  }
}
.item-name-sup {
  font-size: 0.8rem;
}

/*商品名、キャッチコピー*/
.campaign-item-title {
  font-size: clamp(1.8rem, 1.527rem + 1.16vw, 2.4rem);
  font-weight: 900;
  line-height: 1;
  padding: 0 0 0.5rem 10%;
}
@media all and (max-width: 1200px) {
  .campaign-item-title {
    padding: 0 0 0.5rem 13%;
  }
}
@media all and (max-width: 991px) {
  .campaign-item-title {
    padding: 0 0 0.5rem 13%;
  }
}
@media all and (max-width: 767px) {
  .campaign-item-title {
    padding: 0 0 0.5rem 18%;
  }
}
@media all and (max-width: 576px) {
  .campaign-item-title {
    font-size: 1.6rem;
    padding: 0 0 0.5rem 0;
  }
}
.campaign-item-title--copy {
  font-size: clamp(1rem, 0.727rem + 1.16vw, 1.6rem);
  font-weight: 700;
  line-height: 1.2;
  padding: 0 0 0 10%;
}
.campaign-item-title--copy sup {
  font-size: clamp(0.8rem, 0.655rem + 0.73vw, 1.2rem);
  top: -1em;
}
@media all and (max-width: 1200px) {
  .campaign-item-title--copy {
    padding: 0 0 0.2rem 13%;
  }
}
@media all and (max-width: 991px) {
  .campaign-item-title--copy {
    padding: 0 0 0.2rem 13%;
  }
}
@media all and (max-width: 767px) {
  .campaign-item-title--copy {
    padding: 0 0 0.2rem 18%;
  }
  .campaign-item-title--copy sup {
    top: -0.8em;
  }
}
@media all and (max-width: 576px) {
  .campaign-item-title--copy {
    padding: 0 0 0.2rem 70px;
  }
  .campaign-item-title--copy sup {
    top: -0.5em;
  }
}
.campaign-item-title--copy-big {
  font-size: 120%;
}

.item-set-box {
  position: relative;
  margin-top: 1rem;
  padding: 0.8rem 0.5rem 0.5rem 0.5rem;
  border: 2px solid #583c25;
}
.item-set-box-caption {
  position: absolute;
  top: -8px;
  left: 3px;
  padding: 0 0.2rem;
  margin: 0;
  font-size: 0.9rem;
  background-color: white;
}
.item-set-box P {
  font-size: 0.9rem;
  line-height: 1.15;
}

.item-text {
  font-size: 1rem;
  line-height: 1.1 !important;
  font-weight: 500;
}
@media all and (max-width: 576px) {
  .item-text {
    font-size: 14px;
  }
}
.item-text small {
  vertical-align: top;
}

.item-set-img {
  height: 100px;
  width: auto;
  position: relative;
  display: inline-block;
}
.item-set-img img {
  height: 100%;
  width: auto;
}
@media all and (max-width: 576px) {
  .item-set-img {
    height: 85px;
  }
}

.icon-otoku {
  padding: 0.2rem 0.5rem;
  margin-bottom: 0;
  background-color: #c6161d;
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
  position: absolute;
  right: -65px;
  top: -10px;
}
.icon-otoku::after {
  content: "";
  width: 14px;
  height: 20px;
  position: absolute;
  left: -12px;
  bottom: -5px;
  border-top: 15px solid #c6161d;
  border-right: 7px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid transparent;
  transform: rotate(60deg);
}
@media all and (max-width: 576px) {
  .icon-otoku {
    font-size: 1rem;
    right: 0px;
    top: -30px;
  }
  .icon-otoku::after {
    left: 45px;
    bottom: -15px;
    transform: rotate(25deg);
  }
}

.icon-no1 {
  width: 25%;
  height: auto;
  position: absolute;
  right: 30%;
  bottom: 12%;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.4));
}
@media all and (max-width: 768px) {
  .icon-no1 {
    right: 28%;
  }
}
.icon-no1-nomikurabe {
  width: 20%;
  height: auto;
  position: absolute;
  left: -5%;
  bottom: 50%;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.4));
}
@media all and (max-width: 768px) {
  .icon-no1-nomikurabe {
    left: -2%;
  }
}

.attention-text {
  font-size: 0.85rem;
}
.attention-text a {
  text-decoration: underline;
  color: #6c757d !important;
}
.attention-text a:hover {
  text-decoration: none;
}

@media all and (max-width: 768px) {
  .item-img {
    text-align: center;
    font-size: 0.8rem;
  }
}

@media all and (max-width: 768px) {
  .item-chart {
    width: 80%;
  }
}

/*お届け目安＿＿＿＿＿*/
.item-schedule {
  height: 35px;
  background-color: #fff;
  padding: 1% 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  line-height: 1.2;
}
@media all and (max-width: 576px) {
  .item-schedule {
    height: 42px;
    line-height: 1.1;
  }
}

.item-schedule-ttl {
  width: 100%;
  color: #ffffff;
  background-color: #8c6239;
  padding: 0 1% 1%;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.9;
  text-align: center;
}
.item-schedule-ttl small {
  font-size: 12px;
}

/*--------------------------------------------------
  価格
-------------------------------------------------*/
.item-name-price-area {
  max-width: 450px;
}
@media all and (max-width: 1200px) {
  .item-name-price-area {
    max-width: 400px;
  }
}
@media all and (max-width: 991px) {
  .item-name-price-area {
    max-width: none;
  }
}

.price {
  letter-spacing: -0.1rem;
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  font-weight: 800;
  padding: 0 0 0 0.3rem;
  line-height: 1.1 !important;
}
.price small {
  position: relative;
  top: -0.3rem;
  vertical-align: baseline;
}
.price--special {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 800;
}
.price--unit {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 800;
}
@media all and (max-width: 1200px) {
  .price {
    font-size: 3.3rem;
  }
  .price--special {
    font-size: 1.5rem;
  }
  .price--unit {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 991px) {
  .price {
    font-size: 3.6rem;
  }
  .price--special {
    font-size: 1.8rem;
  }
  .price--unit {
    font-size: 2rem;
  }
}
@media all and (max-width: 768px) {
  .price {
    font-size: 44px;
  }
  .price--special {
    font-size: 26px;
  }
  .price--unit {
    font-size: 28px;
  }
}
@media all and (max-width: 576px) {
  .price {
    font-size: 40px;
    padding: 0;
  }
  .price--special {
    font-size: 22px;
  }
  .price--unit {
    font-size: 24px;
  }
}

.price-min {
  letter-spacing: -0.1rem;
  font-size: 2.6rem;
  font-weight: 700;
  padding: 0 0 0 0.3rem;
  line-height: 1 !important;
}
.price-min--special {
  font-size: 1.4rem;
  font-weight: 700;
}
.price-min--unit {
  font-size: 1.6rem;
  font-weight: 700;
  padding-left: 0.2rem;
}
@media all and (max-width: 1200px) {
  .price-min {
    font-size: 2rem;
  }
  .price-min--special {
    font-size: 1.2rem;
  }
  .price-min--unit {
    font-size: 1.3rem;
  }
}
@media all and (max-width: 991px) {
  .price-min {
    font-size: 2.6rem;
  }
  .price-min--special {
    font-size: 1.4rem;
  }
  .price-min--unit {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 768px) {
  .price-min--special {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 576px) {
  .price-min {
    font-size: 2rem;
    padding: 0;
  }
  .price-min--special {
    font-size: 1.2rem;
  }
  .price-min--unit {
    font-size: 1.3rem;
  }
}

.free_shipping {
  font-size: 1.7rem;
  font-weight: 700;
  margin-right: 0.5rem;
}
@media all and (max-width: 768px) {
  .free_shipping {
    font-size: 1.5rem;
    line-height: 1 !important;
  }
}
@media all and (max-width: 576px) {
  .free_shipping {
    font-size: 1.4rem;
  }
}

.soutou {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: right;
  line-height: 1 !important;
}
@media all and (max-width: 576px) {
  .soutou {
    font-size: 16px;
  }
}

.atention-text {
  font-size: 0.8rem;
  padding-bottom: 1px;
  line-height: 1.4 !important;
}
.atention-text a {
  border-bottom: 1px solid #949494;
  text-decoration: none;
}
.atention-text a:hover {
  border: none !important;
}
@media all and (max-width: 768px) {
  .atention-text {
    font-size: 0.7rem;
  }
}

/*お客様の声＿＿＿＿＿*/
.customer-voice {
  padding: 5px 10px;
  background-color: rgba(221, 208, 51, 0.5);
}
.customer-voice h4 {
  font-weight: 900;
  font-family: "Noto Serif JP", serif;
}
.customer-voice li {
  padding: 5px 5px 5px 40px;
  margin: 5px auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  background-color: #fff;
  border-radius: 10px;
}
.customer-voice li:last-child {
  margin: 5px auto 0px;
}
.customer-voice li:before {
  content: "\f075";
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  position: absolute;
  top: 4px;
  left: 10px;
  color: #583c25;
  font-size: 22px;
  transform: scaleX(-1);
}

.souryou-icon {
  background-color: #c8161d;
  border-radius: 5px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1 !important;
  padding: 5px;
}
@media all and (max-width: 1200px) {
  .souryou-icon {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 768px) {
  .souryou-icon {
    font-size: 20px;
    padding: 3px;
  }
}
@media all and (max-width: 576px) {
  .souryou-icon {
    font-size: 16px;
    padding: 3px;
  }
}

.item-quantity {
  font-size: 2.2rem;
  font-weight: 900;
  font-family: "Noto Serif JP", serif;
  line-height: 1.2 !important;
  vertical-align: bottom;
}
.item-quantity small {
  font-size: 85%;
  font-weight: 900;
}
@media all and (max-width: 1200px) {
  .item-quantity {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 991px) {
  .item-quantity {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 768px) {
  .item-quantity {
    font-size: 28px;
  }
}
@media all and (max-width: 576px) {
  .item-quantity {
    font-size: 24px;
  }
}

/*セット内容＿＿＿＿＿*/
.set_txt_area {
  border: 1px solid #cacaca;
  padding: 2%;
  margin-top: 2%;
  margin-bottom: 5%;
}

.set_txt_area p {
  font-size: 13px;
  line-height: 1.5;
}

/*通常販売時 販売期間*/
.h_kikan {
  border: 2px solid #fc5c65;
  color: #fc5c65;
  margin: 3% 0;
  padding: 1% 3%;
  text-align: center;
  line-height: 1.2 !important;
}

@media (max-width: 1200px) {
  .h_kikan {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .h_kikan {
    text-align: center;
  }
}
/*--------------------------------------------------
 注意事項
 -------------------------------------------------*/
/*中間：注意事項＿＿＿＿＿*/
.attention_cont {
  text-align: left;
  font-size: 13px;
  line-height: 1.2;
  border: 1px solid #cacaca;
  width: 100%;
  border-radius: 6px;
  padding: 2%;
  margin-bottom: 3%;
}

.attention_cont li {
  list-style: disc;
  margin-left: 3%;
}

@media (max-width: 767px) {
  .attention_cont {
    padding: 5%;
    margin-bottom: 5%;
  }
}
/* 2022 更新 */
.attention_cont_red {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  background-color: #c8161d;
  padding: 1%;
  text-align: left;
  border-radius: 6px;
  margin-bottom: 3%;
}

.attention_cont_red > div {
  display: flex;
  align-items: center;
}

.attention_cont_red .attmark {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .attention_cont_red {
    display: block;
    padding: 5%;
    margin-bottom: 5%;
  }
  .attention_cont_red > div {
    display: block;
  }
  .attention_cont_red .attmark {
    display: block;
    margin: auto;
    margin-bottom: 10px;
  }
}
/*--------------------------------------------------
　ボタン
-------------------------------------------------*/
/*矢印ボタン_____________*/
.arrow_btn {
  color: #fff !important;
  position: relative;
  transition: 0.5s;
}

.arrow_btn::after {
  transition: 0.3s;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transform: rotate(45deg);
}

.arrow_btn:hover::after {
  right: 12px;
}

.btn-cart {
  width: 80%;
  max-width: 500px;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0.5rem;
  background-color: #70ad00;
}
.btn-cart:hover {
  background-color: rgb(46, 114, 0);
}
@media screen and (max-width: 576px) {
  .btn-cart {
    font-size: 1.2rem;
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .btn-cart {
    font-size: 1rem;
  }
}

.btn-cart-attention {
  font-size: 0.8rem;
  line-height: 1;
}
.btn-cart-attention li {
  padding-left: 1em;
  text-indent: -1em;
}
@media all and (max-width: 768px) {
  .btn-cart-attention {
    width: 100%;
    font-size: 0.8rem;
  }
}

.btn-cart-out {
  width: 80%;
  max-width: 500px;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0.5rem;
  background-color: gray;
}
@media screen and (max-width: 576px) {
  .btn-cart-out {
    font-size: 1.2rem;
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .btn-cart-out {
    font-size: 1rem;
  }
}

.btn-cart-disabled {
  width: 80%;
  max-width: 500px;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0.5rem;
  color: #70ad00;
  background-color: #fff;
  border: 3px solid #70ad00;
}
.btn-cart-disabled:hover {
  color: #70ad00;
}
@media screen and (max-width: 576px) {
  .btn-cart-disabled {
    font-size: 1.2rem;
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .btn-cart-disabled {
    font-size: 1rem;
  }
}

.btn-cart-check {
  width: 80%;
  max-width: 500px;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0.5rem;
  color: #fff;
  background-color: #8c6239;
}
.btn-cart-check:hover {
  color: #fff;
  background-color: #68492a;
}
@media screen and (max-width: 576px) {
  .btn-cart-check {
    font-size: 1.2rem;
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .btn-cart-check {
    font-size: 1rem;
  }
}

/*矢印ボタン 茶_____________*/
/*--------------------------------------------------
注意書きリンク
-------------------------------------------------*/
.att_link_area {
  margin: 5% 0;
  text-align: right;
}

.att_link_area p {
  font-size: 15px;
}

.att_link_area a {
  text-decoration: underline;
  color: #583c25;
}

.att_link_area :hover {
  text-decoration: none;
}

/*--------------------------------------------------
 予告
 -------------------------------------------------*/
.notice_area {
  background-color: #e57248;
  color: #FFF;
  text-align: center;
  font-size: 17px;
  border-radius: 6px;
  padding: 3% 0;
}

.notice_area .notice_day {
  font-size: 37px;
  margin-bottom: 5px;
}

.notice_area .notice_day small {
  font-size: 17px;
}

/*--------------------------------------------------
 入れ方
 -------------------------------------------------*/
.how_to_btn {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  /*ボタン基盤_____________*/
}

.how_to_btn a {
  text-decoration: none;
}

.how_to_btn input,
.how_to_btn button {
  font-size: 20px;
  display: block;
  border: none;
  outline: 0;
  cursor: pointer;
  color: #fff;
  background: #9eac0e;
  height: 3em;
  line-height: 3em;
  width: 100%;
  border-radius: 6px;
}

.how_to_btn input:hover,
.how_to_btn button:hover {
  background: #758b00;
}

@media (max-width: 767px) {
  .how_to_btn {
    margin: 0;
  }
}
/* 新茶のおいしい淹れ方 */
.shincha_txp {
  color: #f3a68c;
  margin: 3% 0 2%;
}

.irekata_all {
  margin: 0 auto 3%;
  padding-bottom: 3%;
  width: 100%;
  max-width: 1170px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  text-align: left;
  /*background: url(images_20/shincha_main_bg02.png) repeat top;*/
  color: #ffffff;
  font-size: 18px;
}

.irekata_all .irekata_tl {
  text-align: center;
  margin: 1rem auto 0;
}

.irekata_all .irekata_tl img {
  width: 100%;
  height: auto;
}

.irekata_wrap {
  margin: 0 auto;
  width: 88%;
}

.irekata_all .irekata_col {
  width: 33.3%;
  float: left;
}

.irekata_all .irekata_col2 {
  width: 25%;
  float: left;
  line-height: 1.2;
}

.irekata_all .irekata_col .irekata_pd {
  padding: 1rem;
}

.irekata_all .irekata_col2 .irekata_pd {
  padding: 6.2%;
}

.irekata_gazou {
  display: block;
  margin-bottom: 2%;
}
.irekata_gazou2 {
  height: 1rem;
  width: auto;
}

.irekata_all .irekata_col .irekata_pd .irekata_ryou {
  font-size: 0.9rem;
}

.irekata_all .irekata_col2 .irekata_pd img {
  display: block;
  padding: 0;
  width: 100%;
  height: auto;
}

.irekata_txp {
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.2;
  text-align: justify;
}

.col_yellow {
  color: #ffff00;
}

@media (max-width: 767px) {
  .irekata_wrap {
    width: 100%;
  }
  .irekata_all .irekata_col {
    width: 100%;
  }
  .irekata_all .irekata_tl {
    padding: 3% 3% 0;
  }
  .irekata_all .irekata_col2 {
    width: 50%;
  }
  .irekata_all .irekata_col .irekata_pd {
    padding: 2% 3%;
  }
  .irekata_all .irekata_col .irekata_pd .irekata_gazou {
    width: 45%;
    display: inline-block;
    margin-bottom: 0;
  }
  .irekata_all .irekata_col .irekata_pd .irekata_ryou {
    width: 53%;
    display: inline-block;
    font-size: 0.9rem;
    vertical-align: super;
  }
  .irekata_txp {
    line-height: 1.3;
  }
}
/*--- 必ずおよみください ------------------------------------------------------*/
.sincha_att_all {
  width: 100%;
  height: auto;
  font-size: 0.9rem;
  line-height: 1.2;
  background-image: url(images_21/white_bg.gif);
  background-color: #ffffff;
  margin: 0 auto;
  text-align: left;
}

.sincha_att_all h3 {
  font-size: 1.2rem;
  padding: 1% 1% 1% 3%;
  margin-bottom: 0.5rem;
  color: #ffffff;
  background-color: #c8161d;
}

.sincha_att_all h5 {
  font-size: 1rem;
}

.sincha_att_all p {
  padding: 0 3% 0;
  line-height: 1.2;
}

.sincha_att_all .att_red {
  color: #c8161d;
}

@media (max-width: 767px) {
  .sincha_att_all {
    padding: 3% 0 0;
  }
  .sincha_att_all p {
    padding: 0 2% 2%;
    text-align: justify;
  }
}
/*--------------------------------------------------
SNSで
-------------------------------------------------*/
.sns_area {
  text-align: center;
  color: #FFF;
  margin: 200px auto;
}

.sns_area h5 img {
  max-width: 145px;
}

.sns_area p {
  font-size: 13px;
  margin-top: 10px;
}

.sns_area img {
  max-width: 60px;
}

.sns_area .sns_box_area {
  margin: 5% auto;
  width: 465px;
}

.sns_area .sns_box_area li {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  float: left;
  padding: 5% 10%;
}

.sns_area .sns_box_area li:last-child {
  border: 0;
}

@media (max-width: 767px) {
  .sns_area {
    margin: 80px auto 100px;
  }
  .sns_area img {
    max-width: 50px;
  }
  .sns_area .sns_box_area {
    width: 340px;
  }
  .sns_area .sns_box_area li {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    float: left;
    padding: 5% 8%;
  }
  .sns_area .sns_box_area li:last-child {
    border: 0;
  }
}
/*-----------
フッター リニュアル 2018/09/03( SP )
--------------*/
#footer_box_n {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #000;
}

.footer_ltxt_n {
  margin: 0;
  padding: 10px 5px;
  font-size: 14px;
  line-height: 2;
  text-align: center;
  color: #fff;
}

.footer_ltxt_n a {
  margin: 0;
  padding: 10px 5px;
  font-size: 14px;
  line-height: 2;
  text-align: center;
  color: #fff;
}

.footer_ctxt_n {
  padding: 0 5px 5px 5px;
  color: #999;
  font-size: 12px;
  text-align: center;
  line-height: 1.3;
}

/*--- switch disp 2020 ------------------------------------------------------*/
.switch {
  width: 90%;
  max-width: 1000px;
  margin: 4% auto 4%;
  text-align: center;
  overflow: hidden;
}

.switch .txt_l {
  float: left;
  width: 50%;
  text-align: left;
}

.switch img {
  width: 100%;
  padding: 0;
}

.sw_att_tl {
  color: #f00;
  font-size: 19px;
  font-weight: bold;
  padding-bottom: 2%;
}

.sw_att_tl_txt {
  font-size: 15px;
  color: #222;
  line-height: 1.3;
  text-align: justify;
  /* padding: 3px; */
  /*letter-spacing: -0.5px;*/
}

.sw_att_all {
  padding: 3%;
  border-radius: 6px;
  border: dotted 2px #c9c9c9;
}

.sw_btn_all {
  padding: 0 5% 0;
  text-align: center;
}

button#sw_crt_btn {
  margin: 0 auto 0;
  -webkit-appearance: none;
  border-radius: 5px;
  /* -webkit-box-shadow: 2px 2px 2px #333;*/
  /* box-shadow: 2px 2px 2px #333;*/
  font-size: 20px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  line-height: 2;
  vertical-align: bottom;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

button#sw_crt_btn:link, button#sw_crt_btn:visited, button#sw_crt_btn:hover, button#sw_crt_btn:active, button#sw_crt_btn:hover, input.sw_btn_size:hover {
  opacity: 0.8;
}

button.sw_btn_size {
  width: 100%;
  padding: 3% 0px;
  margin-bottom: 1%;
  background-color: #ff7b66;
  color: #fff;
  display: inline-block;
  border: 0;
}

input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input.sw_btn_size {
  width: 50%;
  margin: 8% 0;
  padding: 3% 0px;
  background-color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  color: #231815;
  display: inline-block;
  border: 1px solid #cacaca;
  cursor: pointer;
  border-radius: 6px;
}

@media (max-width: 767px) {
  .sw_att_tl {
    text-align: center;
  }
  button#sw_crt_btn {
    margin: 8% auto 0;
  }
  .switch .txt_l {
    width: 100%;
  }
}
/*--- /switch disp 2020 ------------------------------------------------------*/
/*--------------------------------------------------
 animation 調整
-------------------------------------------------*/
/* ファーストビュー 旗*/
.animate__animated.animate__flipInY {
  --animate-delay: 5s; /*遅延*/
  --animate-duration: 2s; /*継続時間*/
}

/* ファーストビュー 新登場*/
.first_view_logo_area .animate__animated.animate__flipInY {
  --animate-delay: 8s; /*遅延*/
}

/*ナビゲーション*/
.fixAlpha .animate__animated.animate__fadeInDown {
  --animate-delay: 5s; /*遅延*/
  --animate-duration: 2s; /*継続時間*/
}

/*--- /2022 ------------------------------------------------------*/
/* 産地賞 */
.award-area {
  display: flex;
  align-items: center;
  padding: 1%;
}

.award-area img {
  width: auto;
}

.award-area p {
  text-align: left;
  line-height: 1.7;
}

.award-area p small {
  font-size: 12px;
}

@media (max-width: 767px) {
  .award-area img {
    width: 24%;
  }
}
/*価格追加*/
.price_box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 5% 0 2%;
}

.price_box .price_icon {
  display: flex;
}

.price_box .price_set {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .price_box {
    margin: 0 0 2%;
  }
  .price_box .price_icon img {
    margin-right: 5px;
    width: auto;
    height: 14vw;
  }
}
/*--------------------------------------------------
pagetop 調整
-------------------------------------------------*/
#page-top_naka {
  max-width: 1366px;
  padding: 0 10px !important;
  box-sizing: border-box;
}

#page-top {
  margin: 0 0 20px;
}