@charset "utf-8";

/* ---------- *
 * リセット
 * ---------- */

html,
body {
  font-size: 14px;
  text-align: justify;
}

img {
  max-width: 100%;
  /* vertical-align: bottom; */
}

ul,
ol {
  list-style: none;
}

/* ---------- *
 * Utility
 * ---------- */

.bg-1 {
  background-image: url("img/business/bg_1.jpg");
}

.bg-2 {
  background-image: url("img/business/bg_2.jpg");
}

.bg-3 {
  background-image: url("img/business/bg_3.jpg");
}

.bg-4 {
  background-image: url("img/business/bg_4.jpg");
}

.bg-5 {
  background-image: url("img/business/bg_5.jpg");
}

.bg-6 {
  background-image: url("img/business/bg_6.jpg");
}

.bg-7 {
  background-image: url("img/business/bg_7.jpg");
}

.bg-8 {
  background-image: url("img/business/bg_8.jpg");
}

.bg-9 {
  background-image: url("img/business/bg_9.jpg");
}

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

.bg-red-2 {
  background-color: #fef4f4;
}

.bg-green {
  background-color: #abcfa9;
}

.bg-green-2 {
  background-color: #badcad;
}

.bg-green-3 {
  background-color: #608b4b;
}

.bg-yellow {
  background-color: #f8e58c;
}

.bg-yellow-2 {
  background-color: #f5e56b;
}

.bg-yellow-3 {
  background-color: #f8f9ee;
}

.bg-yellow-4 {
  background-color: #ffea00;
}

.bg-orange {
  background-color: #f9c89b;
}

.bg-purple {
  background-color: #dbd0e6;
}

.bg-blue {
  background-color: #abced8;
}

.bg-blue-2 {
  background-color: #011f60;
}

/* Padding */
.pb-xs {
  padding-bottom: 10px;
}
.pb-s {
  padding-bottom: 20px;
}
.pb-m {
  padding-bottom: 40px;
}
.pb-l {
  padding-bottom: 60px;
}
.pb-xl {
  padding-bottom: 80px;
}
.pb-2xl {
  padding-bottom: 100px;
}
.pb-3xl {
  padding-bottom: 120px;
}
.pt-xs {
  padding-top: 10px;
}
.pt-s {
  padding-top: 20px;
}
.pt-m {
  padding-top: 40px;
}
.pt-l {
  padding-top: 60px;
}
.pt-xl {
  padding-top: 80px;
}
.pt-2xl {
  padding-top: 100px;
}
.pt-3xl {
  padding-top: 120px;
}

/* Margin */
.mb-xs {
  margin-bottom: 10px;
}
.mb-s {
  margin-bottom: 20px;
}
.mb-m {
  margin-bottom: 40px;
}
.mb-l {
  margin-bottom: 60px;
}
.mb-xl {
  margin-bottom: 80px;
}
.mb-2xl {
  margin-bottom: 100px;
}
.mb-3xl {
  margin-bottom: 120px;
}
.mt-xs {
  margin-top: 10px;
}
.mt-s {
  margin-top: 20px;
}
.mt-m {
  margin-top: 40px;
}
.mt-l {
  margin-top: 60px;
}
.mt-xl {
  margin-top: 80px;
}
.mt-2xl {
  margin-top: 100px;
}
.mt-3xl {
  margin-top: 120px;
}

/* ---------- *
 *  Original
 * ---------- */

.pankuzu {
  font-weight: bold;
  width: 95%;
  margin: 0px auto;
}

#main-business {
  margin: 50px auto;
}

.hero-business {
  background-image: url("img/business/hero.jpg");
  background-image: image-set(
    url("img/business/hero.jpg") 1x,
    url("img/business/hero@2x.jpg") 2x
  );
  background-image: -webkit-image-set(
    url("img/business/hero.jpg") 1x,
    url("img/business/hero@2x.jpg") 2x
  );
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: relative;
  margin-top: 1rem;
}

.hero-business::before {
  content: "";
  display: block;
  padding-top: 25.5%;
}

.hero-business .header-primary {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-family: serif;
  font-size: 18px;
  color: #fff;
  background-color: rgba(0, 104, 55, 0.6);
}

h2.heading-primary {
  height: 42px;
  text-align: center;
  position: relative;
  z-index: 10;
}

h2.heading-primary img {
  max-height: 100%;
}

h3.heading-primary {
  color: #5e6d35;
  font-family: serif;
  font-size: 16px;
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
}

h3.heading-primary::before,
h3.heading-primary::after {
  content: "";
  display: block;
  position: absolute;
  border-top: 2px solid #5e6d35;
  width: 40px;
  top: 50%;
  transform: translateY(-50%);
}

h3.heading-primary::before {
  left: -50px;
}

h3.heading-primary::after {
  right: -50px;
}

.section {
  position: relative;
}

.sub-section {
  width: 90%;
  margin: auto;
}

.sub-sub-section {
  position: relative;
  z-index: 10;
}

.icon-deco {
  display: block;
  position: absolute;
  z-index: 1;
}

.popular-copy {
  font-family: serif;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
}

/* 静岡抹茶 */
h3.heading-matcha {
  margin-bottom: 220px;
}

.icon-deco-matcha-1 {
  left: 20px;
  top: 30px;
  width: 100px;
}

.icon-deco-matcha-2 {
  right: 0;
  top: 11.5%;
  width: 260px;
}

.icon-deco-matcha-3 {
  bottom: 20px;
  right: 20px;
  width: 100px;
}

.list-attention {
  background-color: #d3381c;
  color: #fff;
  padding: 16px 30px 16px 48px;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 20px;
  position: relative;
  counter-reset: counter-round-num;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.list-attention::before {
  content: "";
  height: 40px;
  width: 40px;
  background-image: url("img/business/img_icon_attention_1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: -15px;
  top: -15px;
}

.list-attention li {
  position: relative;
}

.list-attention li::before {
  content: counter(counter-round-num);
  counter-increment: counter-round-num;
  display: block;
  position: absolute;
  left: -1.3rem;
  top: 0.25rem;
  border-radius: 9999px;
  background-color: white;
  color: #d3381c;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  font-size: 11px;
}

.producing-area {
  margin-top: 20px;
}

.wrap__list-producing-area {
  margin-top: 20px;
}

.list-producing-area li {
  position: relative;
  padding-left: 20px;
  margin-top: 0.5rem;
}

.list-producing-area li::before {
  content: url("img/business/img_icon_2.png");
  position: absolute;
  left: 0;
  top: 2px;
}

.list-producing-area span {
  display: block;
  font-weight: bold;
}

/* 静岡茶 */

.icon-deco-tea-1 {
  left: 10px;
  top: 30px;
  width: 60px;
}

.icon-deco-tea-2 {
  bottom: 10px;
  right: 10px;
  width: 40px;
}

.heading-tea {
  margin-bottom: 20px;
}

.tea-intro {
  display: flex;
  column-gap: 10px;
  justify-content: center;
  align-items: center;
}

.tea-intro-img {
  width: fit-content;
}

.tea-intro-text {
  width: 70%;
}

.tea-detail-blend-master-img {
  margin-bottom: 10px;
}

.tea-detail-blend-master-name {
  font-family: serif;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.tea-detail-blend-master-name span {
  display: block;
  margin-right: 10px;
}

.tea-detail-blend-master-name strong {
  font-size: 18px;
  margin-left: 10px;
}

.tea-detail-blend-master-text {
  margin-bottom: 20px;
}

.tea-detail-blend-master-recommend {
  position: relative;
  color: #fff;
  padding: 10px 10px 10px 90px;
  border-radius: 5px;
  margin-bottom: 40px;
}

.tea-detail-blend-master-recommend img {
  display: block;
  position: absolute;
  width: 100px;
  top: -30%;
  left: -10px;
}

.tea-detail-service-attention {
  background-color: #d3381c;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 20px;
}

.tea-detail-service-attention::before {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  border-style: solid;
  border-color: #d3381c transparent;
  border-width: 20px 10px 0 10px;
  bottom: -15px;
  left: 50%;
  margin-left: -10px;
}

.tea-detail-service-img {
  width: 200px;
  margin: auto;
}

.tea-items-list {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

.tea-items-item {
  padding: 30px 20px 20px 20px;
  border-radius: 5px;
  position: relative;
}

.tea-items-item h4 {
  height: 28px;
  width: 100%;
  text-align: center;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
}

.tea-items-item h4 img {
  object-fit: cover;
  height: 100%;
}

.tea-items-item h5 {
  margin-bottom: 1rem;
}

.tea-items-img {
  margin-bottom: 1rem;
}

/* 抹茶スイーツ */

.heading-sweets {
  margin-bottom: 40px;
}

.sweets-intro {
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 40px;
}

.sweets-intro-copy {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-family: serif;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}

.sweets-items-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 24px;
}

.sweets-items-item {
  border-radius: 5px;
  padding: 6% 10px 10px 10px;
  position: relative;
  width: 46%;
}

.sweets-items-item h4 {
  width: 90%;
  max-width: 220px;
  text-align: center;
  position: absolute;
  top: -8%;
  left: 50%;
  transform: translateX(-50%);
}

.sweets-items-item h4 img {
  object-fit: cover;
  height: 100%;
}

.sweets-items-item h5 {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 220px;
  text-align: center;
  width: 100%;
}

.sweets-items-item h5 img {
  object-fit: cover;
  height: 100%;
}

.sweets-items-img {
  text-align: center;
}

.wrap-cta {
  padding: 40px 0;
}

.cta-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  width: 90%;
  max-width: 380px;
  margin: auto;
}

.section-example {
  margin-top: 40px;
}
.example-list {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.example-item {
  padding: 30px;
  position: relative;
}
.icon-deco-example-1,
.icon-deco-example-2 {
  display: block;
  position: absolute;
  z-index: 1;
}
.icon-deco-example-1 {
  bottom: 5px;
  right: -10px;
}
.icon-deco-example-2 {
  bottom: 0px;
  right: 0px;
}
.icon-deco-example-3 {
  top: 15px;
  right: 10px;
}
.icon-deco-example-4 {
  bottom: -10px;
  left: -10px;
}
.icon-deco-example-5 {
  bottom: -10px;
  right: -10px;
}
.icon-deco-example-6 {
  top: 16px;
  left: 10px;
  width: 74px;
}
.example-item__title {
  color: #7e4c31;
  font-size: 18px;
  margin-bottom: 14px;
  position: relative;
  z-index: 10;
}
.example-item__title span {
  color: #608c4b;
  font-size: 14px;
  display: block;
}
.example-item__copy {
  border-radius: 7px;
  color: #fff;
  margin-bottom: 20px;
  padding: 10px;
  position: relative;
  z-index: 10;
}
.example-item__copy::before {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
}
.example-item:nth-child(odd) .example-item__title {
  text-align: left;
  padding-left: 60px;
  z-index: 10;
  position: relative;
}
.example-item:nth-child(odd) .example-item__title::before,
.example-item:nth-child(even) .example-item__title::before {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.example-item:nth-child(odd) .example-item__title::before {
  content: url("img/business/img_icon_8.png");
  left: 0;
}
.example-item:nth-child(even) .example-item__title {
  text-align: right;
  padding-right: 60px;
}
.example-item:nth-child(even) .example-item__title::before {
  content: url("img/business/img_icon_9.png");
  right: 0;
}
.example-item:nth-child(1) {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 80px;
}
.example-item:nth-child(1) .example-item__copy {
  background-color: #f08300;
  z-index: 10;
  position: relative;
}
.example-item:nth-child(1) .example-item__copy::before {
  border-color: #f08300 transparent;
}
.example-item:nth-child(2) {
  border-top-left-radius: 80px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 30px;
}
.example-item:nth-child(2) .example-item__copy {
  background-color: #e26805;
}
.example-item:nth-child(2) .example-item__copy::before {
  border-color: #e26805 transparent;
}
.example-item:nth-child(3) {
  border-top-left-radius: 30px;
  border-bottom-right-radius: 80px;
}
.example-item:nth-child(3) .example-item__copy {
  background-color: #007b43;
}
.example-item:nth-child(3) .example-item__copy::before {
  border-color: #007b43 transparent;
}
.example-item:nth-child(4) {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 50px;
}
.example-item:nth-child(4) .example-item__copy {
  background-color: #674598;
}
.example-item:nth-child(4) .example-item__copy::before {
  border-color: #674598 transparent;
}
.example-item:nth-child(5) {
  border-top-right-radius: 80px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 80px;
}
.example-item:nth-child(5) .example-item__copy {
  background-color: #e6b422;
}
.example-item:nth-child(5) .example-item__copy::before {
  border-color: #e6b422 transparent;
}
.example-item:nth-child(6) {
  border-top-left-radius: 80px;
  border-bottom-right-radius: 60px;
}
.example-item:nth-child(6) .example-item__copy {
  background-color: #007bbb;
}
.example-item:nth-child(6) .example-item__copy::before {
  border-color: #007bbb transparent;
}
.example-item__img {
  margin-bottom: 14px;
  z-index: 10;
  position: relative;
}
.example-item__text {
  z-index: 10;
  position: relative;
}
.example-item__text ul {
  list-style-type: circle;
  margin-left: 1.2rem;
}
.example-item__text dt {
  font-weight: bold;
}
.example-item__text dt::before {
  content: "-";
  margin-right: 0.5rem;
}
.example-attention {
  background-color: #d3381c;
  color: #fff;
  margin: 40px auto 0 auto;
  width: 90%;
  text-align: center;
  padding: 10px;
  border-radius: 9999px;
  max-width: 460px;
}

.wrap-offer {
  padding: 60px 0;
}
.offer-copy {
  color: #006837;
  font-family: serif;
  font-size: 16px;
  text-align: center;
}
.offer {
  padding: 20px;
  margin: 40px auto 0 auto;
  width: 90%;
  max-width: 720px;
}
.offer-title {
  background-color: #006837;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 4px;
}
.offer-form {
  margin: 20px auto 0 auto;
  width: fit-content;
}
.offer-tel-mail {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.offer-tel {
  margin-top: 20px;
}
.offer-mail {
  margin-top: 20px;
  padding-top: 15px;
  position: relative;
}
.offer-mail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  border-top: #011f60 solid 1px;
  width: 60px;
}
.offer-text {
  background-color: #006837;
  color: #fff;
  font-size: 10px;
  margin-top: 20px;
  text-align: center;
  padding: 5px;
  border-radius: 4px;
}

.chapter-case {
  padding: 60px 0;
  position: relative;
}
.icon-deco-case-1 {
  left: 20px;
  top: 20px;
  width: 70px;
}
.icon-deco-case-2 {
  right: 10px;
  top: 10px;
  width: 100px;
}
.icon-deco-case-3 {
  bottom: 20px;
  right: 20px;
  width: 60px;
}
.sub-section-case {
  margin-top: 60px;
}
.case-info__list {
  font-weight: bold;
  list-style-type: circle;
  margin-left: 1.2rem;
  font-size: 16px;
}
.case-info__text {
  margin-top: 20px;
}
.case-info__img {
  margin-top: 20px;
  text-align: center;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.case-imgs {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  column-gap: 10px;
  width: 100%;
  justify-content: center;
}
.case-imgs__img-1 {
  max-width: 400px;
}
.case-imgs__img-2 {
  max-width: 256px;
}

.chapter-benefit {
  padding-top: 60px;
  position: relative;
}
.section-benefit {
  /* display: flex;
  flex-direction: column; */
  margin-top: 40px;
}
.sub-section-benefit {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 0;
}
.benefit-list-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrap-benefit-list {
  background-color: #ffea00;
  padding: 40px 20px;
}
.benefit-list {
  list-style-type: circle;
  margin-left: 1.2rem;
  font-weight: bold;
}

.sub-section-master {
  padding: 160px 0;
  position: relative;
}
.icon-deco-master-1 {
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  width: 70px;
}
.icon-deco-master-2 {
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
}
.master-content {
  background-color: #011f60;
  border-radius: 6px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.master-detail-name {
  color: #fff;
  font-family: serif;
  font-weight: bold;
  font-size: 16px;
  margin: 10px 0;
}
.master-detail-name span {
  font-size: 12px;
  margin-right: 10px;
}
.master-detail-text {
  background-color: #fff;
  padding: 10px;
}
.master-detail-text__list {
  list-style-type: circle;
  margin-left: 1.2rem;
  margin-top: 10px;
}

.corporation-img {
  width: fit-content;
  margin: 0 auto;
}
.corporation-text {
  width: fit-content;
  margin: 10px auto 0 auto;
}

/* ---------- *
 * Media Queries
 * ---------- */

@media screen and (min-width: 768px) {
  .pankuzu {
    font-size: 90%;
    width: 800px;
  }

  .hero-business .header-primary {
    font-size: 28px;
  }

  h2.heading-primary {
    height: 48px;
  }

  h3.heading-primary {
    font-size: 21px;
  }

  .section {
    padding: 100px 0;
  }

  .popular-copy {
    margin-top: 60px;
    font-size: 18px;
  }

  .icon-deco-matcha-1 {
    width: 140px;
  }

  .icon-deco-matcha-2 {
    top: 10px;
  }

  .icon-deco-matcha-3 {
    width: 140px;
  }

  h3.heading-matcha {
    margin-bottom: 60px;
  }

  .producing-area {
    display: flex;
    margin-top: 30px;
    column-gap: 20px;
    align-items: center;
    justify-content: center;
  }

  .img-producing-area,
  .wrap__list-producing-area {
    width: fit-content;
    max-width: 480px;
  }

  .icon-deco-tea-1 {
    top: 40px;
    left: 20px;
    width: 100px;
  }

  .heading-tea {
    margin-bottom: 20px;
  }

  .tea-intro {
    margin: 0 auto 40px auto;
    max-width: 640px;
  }

  .tea-detail {
    display: flex;
    column-gap: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .tea-items-list {
    flex-direction: row;
    column-gap: 40px;
    justify-content: center;
  }

  .tea-items-item {
    width: 50%;
    max-width: 400px;
    padding-top: 36px;
  }

  .sweets-intro {
    align-items: center;
    display: flex;
    max-width: 800px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .sweets-intro-copy,
  .sweets-intro-img {
    width: 50%;
  }

  .sweets-intro-copy {
    font-size: 30px;
  }

  .sweets-items-list {
    flex-wrap: nowrap;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
  }

  .sweets-items-item {
    width: 25%;
    padding-top: 3%;
  }

  .wrap-cta {
    padding: 60px 0;
  }

  .cta-list {
    flex-direction: row;
    max-width: 800px;
  }

  .section-example {
    padding: 0;
  }

  .example-list {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .example-item {
    width: 47%;
  }

  .example-attention br {
    display: none;
  }

  .offer-copy {
    font-size: 24px;
  }

  .offer-tel-mail {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .offer-tel {
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
  }

  .offer-tel::after {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 50px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-right: #011f60 solid 1px;
  }

  .offer-mail {
    padding: 0;
  }

  .offer-mail::before {
    content: none;
  }

  .offer-text {
    font-size: 12px;
  }

  .chapter-case {
    padding: 80px 0;
  }
  .section-case {
    padding: 0;
  }
  .sub-section-case {
    margin-top: 0;
  }
  .icon-deco-case-1 {
    left: 30px;
    top: 30px;
    width: 100px;
  }
  .icon-deco-case-2 {
    right: 30px;
    top: 30px;
    width: 160px;
  }
  .case-info {
    display: flex;
    justify-content: center;
    column-gap: 20px;
    width: 80%;
    max-width: 659px;
    margin: 60px auto 0 auto;
  }
  .case-info__img {
    width: 240px;
  }

  .chapter-benefit {
    padding: 80px 0;
  }
  .section-benefit {
    padding: 0;
    margin-top: 60px;
  }
  .sub-section-benefit {
    flex-direction: row;
  }
  .wrap-benefit-list {
    position: relative;
    width: 50%;
  }
  .benefit-list {
    width: 80%;
    max-width: 540px;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .benefit-list-img {
    width: 50%;
  }
  .sub-section-master {
    padding: 80px 0;
  }
  .master-content {
    flex-direction: row;
    column-gap: 20px;
    max-width: 800px;
    margin: auto;
  }
  .master-img {
    width: 50%;
  }
  .master-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .master-detail {
    width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .hero-business .header-primary {
    font-size: 36px;
  }

  h2.heading-primary {
    height: 64px;
  }

  h3.heading-primary {
    font-size: 24px;
  }

  .icon-deco-matcha-1 {
    left: 5%;
    top: 40px;
  }

  .icon-deco-matcha-2 {
    width: 320px;
  }

  .icon-deco-matcha-3 {
    width: 160px;
  }

  .list-producing-area li span {
    display: inline;
  }

  .icon-deco-tea-1 {
    width: 140px;
    left: 10%;
  }

  .tea-detail-blend-master-text {
    margin-bottom: 40px;
  }

  .tea-detail-blend-master-recommend img {
    top: -60%;
  }

  .tea-items-item h4 {
    height: 36px;
  }

  .sweets-intro {
    margin-bottom: 80px;
  }

  .icon-deco-case-1 {
    width: 145px;
  }
  .icon-deco-case-2 {
    width: 168px;
  }
  .icon-deco-case-3 {
    width: 90px;
  }
  .wrap-benefit-list {
    width: 60%;
  }
  .benefit-list {
    font-size: 18px;
  }
  .benefit-list-img {
    width: 40%;
  }

  .sub-section-master {
    width: 100%;
  }
  .icon-deco-master-1 {
    top: 50%;
    left: 20px;
    transform: translate(0, -50%);
    width: 120px;
  }
  .icon-deco-master-2 {
    top: 50%;
    bottom: initial;
    left: initial;
    right: 20px;
    transform: translate(0, -50%);
    width: 140px;
  }
}

@media screen and (min-width: 1366px) {
  .icon-deco-master-1 {
    left: 4%;
    width: 140px;
  }
  .icon-deco-master-2 {
    width: 180px;
    right: 4%;
  }
}
