.menu-bar {
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
  background-color: #000;
}

.navcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 1100px;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.navbar {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  opacity: 1;
}

.icon {
  border: 1px solid transparent;
}

.menu-button {
  display: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

.i {
  height: 20px;
}

.brand {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.menu-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50px;
  height: 50px;
  padding: 12px 8px 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.nav-link {
  overflow: visible;
  height: 100%;
  padding: 10px 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 500;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-link:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-width: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: auto;
  padding: 100px 0px;
}

.container-hero {
  position: relative;
  z-index: 10;
  display: block;
  overflow: hidden;
  height: auto;
  max-width: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
}

.grid-hero {
  position: static;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.c-hero-img {
  width: auto;
  height: 350px;
  max-width: 350px;
}

.top-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-img._02 {
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.top-img._01 {
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.top-img._03 {
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.top-img._05 {
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.top-img._06 {
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.triangle {
  position: absolute;
  left: -35%;
  top: auto;
  right: auto;
  bottom: -40%;
  z-index: -1;
  overflow: hidden;
  height: 80%;
  max-width: 80%;
}

.eclipse {
  position: absolute;
  left: -35%;
  top: -30%;
  right: auto;
  bottom: auto;
  z-index: -1;
  overflow: hidden;
  height: 80%;
  max-width: 80%;
}

.circle {
  position: absolute;
  left: auto;
  top: auto;
  right: -35%;
  bottom: -40%;
  z-index: -1;
  overflow: hidden;
  height: 80%;
  max-width: 80%;
}

.square {
  position: absolute;
  left: auto;
  top: -30%;
  right: -35%;
  bottom: auto;
  z-index: -1;
  overflow: hidden;
  height: 80%;
  max-width: 80%;
}

.mask {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  overflow: hidden;
  margin-top: 0px;
}

.mask.p {
  margin-top: 5px;
}

.mask.hero {
  margin-top: -5%;
}

.mask.sub {
  max-width: 500px;
  margin-top: 20px;
}

.mask.price {
  margin-top: 20px;
  color: #fff;
}

.mask.p-title {
  margin-bottom: 18px;
  font-size: 1.953rem;
}

.mask.hide {
  display: none;
}

.body {
  overflow: visible;
  max-width: none;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1;
}

.title {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 11vw;
  line-height: 1;
  font-weight: 500;
}

.intro-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.title-txt {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 2.441rem;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}

.title-txt.sp {
  display: none;
  overflow: visible;
}

.title-txt.pc {
  overflow: visible;
  margin-top: 10px;
}

.sub-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 1.563rem;
  line-height: 1.2;
  font-weight: 400;
}

.intro-p {
  max-width: 400px;
  margin-top: 20px;
  margin-bottom: 0px;
  color: #000;
  font-size: 1.25rem;
  line-height: 1.6;
  text-align: center;
}

.menu {
  display: -ms-grid;
  display: grid;
  margin-top: 30px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-button {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 45px;
  max-width: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-button.p {
  margin-top: 20px;
}

.border {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 20px;
}

.border.black {
  max-width: 90vw;
  padding-right: 10vw;
  padding-left: 10vw;
  border-color: #fff;
}

.title-tea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.section-tea {
  position: relative;
  width: 100vw;
  padding: 220px 30px;
  background-color: transparent;
}

.section-tea.hide {
  display: none;
}

.section-tea.last {
  padding-bottom: 220px;
}

.bg-01 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #e793b7;
}

.bg-01.small {
  position: absolute;
  z-index: 0;
}

.bg-01.small.hide {
  display: none;
}

.p {
  margin-top: 0px;
  float: none;
  color: #fff;
  font-size: 1rem;
  line-height: 1.8;
}

.content {
  display: block;
  max-width: 640px;
  margin-top: 0px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-grid-row-align: auto;
  align-self: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.h2-tea {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #39361c;
  font-size: 101px;
  line-height: 0.9;
  font-weight: 800;
  text-align: center;
}

.h2-tea._2 {
  margin: 0px 0px 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 9.313rem;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}

.top-title {
  position: absolute;
  left: auto;
  top: -5%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 390px;
  margin-top: 0px;
  padding: 11px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 30px;
  background-color: transparent;
  color: #fff;
}

.top-title.black {
  top: -3%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-color: #fff;
  color: #000;
}

.background-holder {
  position: relative;
  z-index: -3;
  background-color: transparent;
}

.background-holder.detail {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: none;
  overflow: hidden;
}

.outer-title {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tea-subhead {
  display: block;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  float: left;
  color: #fff;
  font-size: 1.563rem;
  line-height: 1.8;
  font-weight: 400;
  text-align: center;
}

.tea-subhead._1 {
  margin-right: 14px;
  color: #fff;
  font-size: 3.815rem;
}

.tea-subhead._1 {
  margin-right: 14px;
  font-size: 100px;
}

.div-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.tea-name {
  margin-bottom: 5px;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0px;
}

.tea-name.hide {
  display: none;
}

.tea-name.sp {
  display: none;
  overflow: visible;
}

.tea-name.pc {
  overflow: visible;
}

.container-tea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.c-img {
  position: relative;
  z-index: -1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  border: 0px none #000;
  border-radius: 20px;
  -o-object-fit: fill;
  object-fit: fill;
}

.c-grid {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: none;
  margin-top: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.c-grid.other {
  margin-top: 100px;
}

.c-img__overlay_blink {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  overflow: visible;
  background-color: #fefaee;
}

.c-img__overlay_blink.yellow {
  background-color: #fff;
}

.m-img {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.m-img.hero {
  border-radius: 20px;
}

.image-wrapper {
  overflow: hidden;
  border-radius: 20px;
}

.c-img__overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  overflow: visible;
  background-color: #fefaee;
}

.c-img__overlay.yellow {
  display: none;
  background-color: #fff;
  color: #fcc2c6;
}

.container-drink {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 300px;
  height: 460px;
  max-height: none;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 209px;
}

.border-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 18px;
}

.img-tea {
  position: absolute;
  z-index: 2;
  width: auto;
  max-width: 200px;
  -webkit-transform: rotate(-26deg);
  -ms-transform: rotate(-26deg);
  transform: rotate(-26deg);
}

.main-title-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-info {
  margin-top: 8px;
  color: #fff;
  font-size: 1.563rem;
  line-height: 1.6;
  text-align: center;
}

.tea-content {
  display: block;
  max-width: 700px;
  margin-top: 30px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.h2-big {
  display: block;
  margin: 0px auto 20px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 5.96rem;
  line-height: 0.82;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.top-title-2 {
  position: absolute;
  left: auto;
  top: -4%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 390px;
  padding: 11px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 28px;
  background-color: transparent;
}

.top-title-2._3 {
  background-color: transparent;
}

.tea-bg {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))), url('/special/starbucks-teavana-relax/images/teavana-pink-back.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), url('/special/starbucks-teavana-relax/images/teavana-pink-back.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.tea-bg._02 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.03)), to(rgba(0, 0, 0, 0.03))), url('/special/starbucks-teavana-relax/images/teavana-hojicha-back.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)), url('/special/starbucks-teavana-relax/images/teavana-hojicha-back.jpg');
}

.tea-bg._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))), url('/special/starbucks-teavana-relax/images/teavana-yuzu-back.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), url('/special/starbucks-teavana-relax/images/teavana-yuzu-back.jpg');
}

.bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #e793b7;
}

.bg.small {
  position: absolute;
  color: #e793b7;
}

.bg.small._02 {
  background-color: #e87722;
}

.bg.small._03 {
  background-color: #fdce3d;
}

.text-block-3 {
  font-size: 24px;
  letter-spacing: 1px;
}

.marker {
  font-family: 'Covered By Your Grace';
  font-weight: 400;
  text-transform: none;
}

.paragraph-first {
  display: block;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  float: left;
  color: #000;
  font-size: 4.768rem;
  line-height: 1.3;
  font-weight: 500;
}

.paragraph-first._1 {
  margin-right: 14px;
  color: #fff;
  font-size: 3.815rem;
}

.paragraph-first._1 {
  margin-right: 14px;
  font-size: 100px;
}

.container-tea-description {
  max-width: 600px;
}

.top-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.round {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
}

.img-tea-alt {
  position: static;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: auto;
  max-width: 100px;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.container-both {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tea-price {
  margin-bottom: 5px;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0px;
}

.tea-price.hide {
  display: none;
}

.item-credit {
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.6;
  text-align: right;
}

.item-credit.sp {
  display: none;
}

.item-credit.pc {
  text-align: right;
}

.bg-03 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #e87722;
}

.bg-03.small {
  position: absolute;
  color: #e793b7;
}

.bg-04 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #fdce3d;
}

.bg-04.small {
  position: absolute;
  color: #e793b7;
}

.section-credits {
  padding-top: 100px;
  padding-bottom: 100px;
}

.credit-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px auto 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  text-align: center;
}

.credit-wrapper._1 {
  margin-bottom: 100px;
}

.credit-txt {
  margin-bottom: 10px;
  color: #000;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.artist-title {
  font-weight: 400;
}

.company-name {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #00643c;
  font-weight: 500;
}

.s-media-links {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.phone-number {
  display: block;
  margin-bottom: 0px;
  color: #00643c;
  font-weight: 500;
}

.c-name {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #00643c;
  font-size: 1.333rem;
  font-weight: 800;
}

.social-media {
  margin-top: 20px;
}

.btn-parent {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 170px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #000;
  border-radius: 0px;
  color: #000;
  text-decoration: none;
}

.btn-parent.black {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 35px;
  margin-top: 0px;
  border-color: #00643c;
  color: #00643c;
}

.masked {
  overflow: hidden;
  height: auto;
  max-width: 500px;
}

.section-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 126px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-size: 12px;
}

.contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-wrapper.hide {
  display: none;
}

.container--credits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 240px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-media-icon {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.contact {
  display: block;
  margin-bottom: 0px;
  color: #00643c;
  font-weight: 700;
}

.btn-txt-2 {
  position: absolute;
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}

.btn-txt-1 {
  position: absolute;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}

.logo-2 {
  display: block;
  overflow: hidden;
  max-width: 100px;
  margin-bottom: 10px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.footer-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-bc {
  overflow: hidden;
  max-width: 100vw;
}

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2.125rem;
  padding: 9px 0.85rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f7;
  color: #747c83;
  font-size: 0.75rem;
}

.link {
  padding-right: 0.35rem;
  padding-left: 0.35rem;
  color: #747c83;
  text-decoration: none;
}

.side {
  padding: 0.25rem;
  font-size: 0.563rem;
}

.backtotop {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin: 25px 25px 60px;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 5px none #fff;
  border-radius: 100%;
  background-color: #6ac8e8;
  color: #000;
  text-decoration: none;
}

.arrow-up {
  margin-left: 0px;
}

.shape {
  width: 100%;
  height: 100%;
}

.section-hero-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 100px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.shape-over {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
}

.shape-container {
  position: relative;
  z-index: 1;
}

.bg-hero {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #fff;
}

.bg-hero.small {
  position: absolute;
  z-index: 0;
}

.bg-hero.small.hide {
  display: none;
}

.bg-credit {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #fff;
}

.bg-credit.small {
  position: absolute;
  color: #e793b7;
}

.text-span {
  font-weight: 700;
}

.paragraph-title {
  margin-top: 8px;
  color: #fff;
  font-size: 1.953rem;
  line-height: 1.5;
  text-align: center;
}

.paragraph-title.pc {
  font-size: 2.441rem;
}

.paragraph-title.sp {
  display: none;
}

.colored {
  margin-right: 5px;
  color: #5c20dd;
}

.bold-text {
  font-weight: 500;
}

.bold-text-2 {
  font-weight: 500;
}

.coloring {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #273888;
}

.coloring._1 {
  color: #50b4ff;
}

.coloring.green {
  color: #273888;
}

.credit-sh {
  font-size: 14px;
  line-height: 1.8;
}

.credit-contact {
  font-size: 14px;
  line-height: 1.8;
}

.credit-stores {
  margin-bottom: 20px;
}

.store {
  color: #000;
}

.mask-day {
  overflow: hidden;
  margin-bottom: 0px;
}

.mask-day.day {
  margin-bottom: 10px;
  font-weight: 600;
}

.publish-date {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 0.8rem;
  letter-spacing: 0px;
}

.hero-sponsor {
  margin-top: 0px;
  color: #000;
  font-size: 0.75rem;
  font-weight: 400;
}

.share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.social-share-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.social-share-btn.tw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('/special/starbucks-teavana-relax/images/f-twitter.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.social-share-btn.line {
  background-image: url('/special/starbucks-teavana-relax/images/f-line.svg');
}

.social-share-btn.pin {
  background-image: url('/special/starbucks-teavana-relax/images/f-pinterest.svg');
  background-size: contain;
}

.social-share-btn.fb {
  background-image: url('/special/starbucks-teavana-relax/images/f-facebook.svg');
  background-size: contain;
}

._w-inline-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._w-inline-block.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._w-inline-block.hide {
  display: none;
}

.bold-text-4 {
  color: #273888;
}

.bold-text-5 {
  color: #0d0182;
}

.main-logo {
  width: 100%;
  padding: 0px;
  background-color: transparent;
}

.image {
  width: 50vw;
  background-color: transparent;
}

.opacity {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  background-color: transparent;
  background-image: none;
  color: #000;
}

@media screen and (max-width: 991px) {
  .menu-bar {
    height: 2px;
    margin-bottom: 4px;
    background-color: #fff;
  }

  .navcontainer {
    overflow: visible;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-menu {
    padding: 30px;
    background-color: #fff;
  }

  .navbar {
    position: absolute;
    display: block;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .icon {
    display: none;
    color: #fff;
  }

  .menu-button {
    padding: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .i {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .menu-parent {
    width: 35px;
    height: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-link {
    border-top: 0.5px none #555;
    border-bottom: 0.5px solid rgba(85, 85, 85, 0.3);
    color: #333;
    font-weight: 500;
    text-align: left;
  }

  .section.hero {
    overflow: hidden;
    padding: 140px 30px;
  }

  .container-hero {
    height: auto;
  }

  .triangle {
    left: -30%;
    bottom: -20%;
    height: 60%;
    max-width: 60%;
  }

  .eclipse {
    left: -30%;
    top: -20%;
    height: 60%;
    max-width: 60%;
  }

  .circle {
    right: -30%;
    bottom: -20%;
    height: 60%;
    max-width: 60%;
  }

  .square {
    top: -20%;
    right: -30%;
    height: 60%;
    max-width: 60%;
  }

  .mask.p-title {
    margin-bottom: 10px;
  }

  .title {
    padding-right: 70px;
    padding-left: 70px;
  }

  .intro-p {
    font-size: 1rem;
    line-height: 1.8;
  }

  .border.black {
    padding: 80px 6vw;
  }

  .section-tea {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-tea.last {
    padding-bottom: 140px;
  }

  .tea-subhead {
    font-size: 1.25rem;
  }

  .c-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .m-img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .img-tea {
    max-width: 150px;
  }

  .paragraph-info {
    font-size: 1.25rem;
  }

  .tea-content {
    margin-top: 0px;
  }

  .h2-big {
    font-size: 3.815rem;
  }

  .container-tea-description {
    max-width: none;
  }

  .top-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrapper {
    margin-top: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .item-credit {
    text-align: center;
  }

  .section-credits {
    margin-top: 61px;
    padding-top: 100px;
  }

  .masked {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .section-links {
    margin-bottom: 0px;
    background-color: #fff;
  }

  .breadcrumbs {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .backtotop {
    width: auto;
    height: auto;
    margin-bottom: 25px;
    padding: 20px;
    border-radius: 100%;
    background-color: #6ac8e8;
    font-size: 12px;
  }

  .backtotop.w--current {
    background-color: #000;
  }

  .arrow-up {
    margin-left: 0px;
    -webkit-filter: none;
    filter: none;
  }

  .section-hero-top {
    padding-right: 50px;
    padding-left: 50px;
  }

  .shape-container {
    height: auto;
  }

  .paragraph-title {
    font-size: 1.563rem;
  }

  .paragraph-title.pc {
    font-size: 1.563rem;
  }

  .credit-stores {
    margin-bottom: 10px;
  }

  .store {
    color: #000;
  }

  .hero-sponsor {
    margin-top: 0px;
    color: #000;
    font-size: 0.8rem;
  }

  ._w-inline-block.center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-logo {
    width: 100%;
  }

  .image {
    width: 70vw;
  }
}

@media screen and (max-width: 767px) {
  .navcontainer {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #000;
  }

  .navbar {
    position: fixed;
    background-color: transparent;
  }

  .menu-button {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .brand {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .c-hero-img {
    height: 150px;
    max-width: 150px;
  }

  .triangle {
    bottom: -20%;
    max-width: 60%;
  }

  .eclipse {
    top: -30%;
    max-width: 60%;
  }

  .circle {
    left: auto;
    top: auto;
    right: -30%;
    bottom: -20%;
    max-width: 60%;
  }

  .square {
    top: -30%;
    max-width: 60%;
  }

  .mask.p-title {
    font-size: 1.563rem;
  }

  .title {
    padding-right: 50px;
    padding-left: 50px;
  }

  .heading {
    font-size: 14vw;
  }

  .title-txt {
    font-size: 3.052rem;
  }

  .title-txt.sp {
    display: block;
    margin-top: 10px;
    font-size: 1.953rem;
  }

  .title-txt.pc {
    display: none;
  }

  .border.black {
    padding-right: 30px;
    padding-left: 30px;
  }

  .top-title.black {
    top: -2%;
  }

  .background-holder {
    z-index: -2;
  }

  .outer-title {
    font-size: 1rem;
  }

  .tea-subhead {
    font-size: 1.563rem;
    line-height: 1.4;
    font-weight: 400;
    text-align: justify;
  }

  .tea-name {
    font-size: 1rem;
  }

  .c-grid {
    height: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-wrapper {
    border-radius: 0px;
  }

  .container-drink {
    width: 250px;
    height: 360px;
  }

  .h2-big {
    font-size: 3.052rem;
  }

  .wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .item-credit {
    text-align: center;
  }

  .item-credit.sp {
    display: block;
  }

  .item-credit.sp.mob {
    display: none;
  }

  .item-credit.pc {
    display: none;
  }

  .section-links {
    margin-bottom: 0px;
    background-color: #fff;
  }

  .breadcrumbs {
    width: 800px;
    max-width: 800px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .backtotop {
    padding: 17px;
  }

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

  .paragraph-title {
    font-size: 1.25rem;
  }

  .publish-date {
    font-size: 10px;
  }

  .hero-sponsor {
    font-size: 10px;
  }

  ._w-inline-block {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .navcontainer {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .navbar {
    position: absolute;
    background-color: #000;
  }

  .menu-button {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .menu-parent {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .section.hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container-hero {
    z-index: 30;
  }

  .grid-hero {
    position: relative;
  }

  .top-img._02 {
    -o-object-position: 30% 0%;
    object-position: 30% 0%;
  }

  .top-img._03 {
    -o-object-position: 39% 0%;
    object-position: 39% 0%;
  }

  .top-img._06 {
    -o-object-position: 14% 0%;
    object-position: 14% 0%;
  }

  .triangle {
    position: absolute;
    left: -30%;
    top: auto;
    right: auto;
    bottom: -15%;
    z-index: -2;
    max-width: 60%;
  }

  .eclipse {
    left: -30%;
    top: -30%;
    z-index: -2;
    max-width: 60%;
  }

  .circle {
    left: auto;
    top: auto;
    right: -30%;
    bottom: -15%;
    z-index: -2;
    max-width: 60%;
  }

  .square {
    left: auto;
    top: -30%;
    right: -30%;
    bottom: auto;
    z-index: -2;
    max-width: 60%;
  }

  .title {
    padding-right: 24px;
    padding-left: 24px;
  }

  .heading {
    font-size: 16vw;
  }

  .intro-container {
    margin-top: 40px;
  }

  .title-txt {
    font-size: 1.7rem;
  }

  .title-txt.sp {
    font-size: 21px;
  }

  .sub-text {
    font-size: 1.25rem;
  }

  .intro-p {
    margin-top: 20px;
    font-size: 1rem;
  }

  .border.black {
    padding: 50px 20px;
    border-width: 1.5px;
  }

  .section-tea {
    padding: 100px 20px;
  }

  .top-title.black {
    top: -2.5%;
    border-width: 1.5px;
  }

  .outer-title {
    font-weight: 400;
  }

  .tea-subhead {
    font-size: 1rem;
    line-height: 1.8;
    text-align: center;
  }

  .tea-name {
    text-align: center;
  }

  .tea-name.sp {
    display: block;
  }

  .tea-name.pc {
    display: none;
  }

  .c-img {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .c-grid {
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .m-img {
    -o-object-position: 55% 50%;
    object-position: 55% 50%;
  }

  .m-img.hero {
    -o-object-position: 55% 50%;
    object-position: 55% 50%;
  }

  .image-wrapper {
    width: 240px;
    height: 330px;
    border-radius: 20px;
  }

  .container-drink {
    width: 150px;
    height: 260px;
  }

  .img-tea {
    max-width: 120px;
  }

  .paragraph-info {
    font-size: 1rem;
    line-height: 1.8;
    text-align: center;
  }

  .h2-big {
    margin-bottom: 10px;
    padding-bottom: 0px;
    font-size: 2.441rem;
    line-height: 0.9;
  }

  .wrapper {
    height: 100%;
  }

  .container-both {
    margin-top: 40px;
  }

  .tea-price {
    font-size: 1rem;
  }

  .item-credit {
    font-size: 0.8rem;
    text-align: center;
  }

  .item-credit.sp {
    display: none;
  }

  .item-credit.sp.mob {
    display: block;
    text-align: justify;
  }

  .bg-03 {
    background-color: #e87722;
  }

  .bg-04 {
    background-color: #fdce3d;
  }

  .section-credits {
    padding-right: 40px;
    padding-left: 40px;
  }

  .credit-wrapper {
    margin: 60px 10px;
  }

  .credit-txt {
    margin-bottom: 10px;
    color: #000;
    font-size: 0.6rem;
  }

  .artist-title {
    color: #000;
  }

  .c-name {
    font-size: 1rem;
  }

  .section-links {
    margin-bottom: 0px;
    background-color: #fff;
  }

  .logo-2 {
    max-width: 100px;
  }

  .breadcrumbs {
    width: 800px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .backtotop {
    width: auto;
    height: auto;
    padding: 17px;
    border-radius: 100%;
    background-color: #6ac8e8;
  }

  .arrow-up {
    margin-left: 0px;
  }

  .section-hero-top {
    padding-right: 28px;
    padding-left: 28px;
    text-align: center;
  }

  .bg-credit {
    background-color: #fdce3d;
  }

  .paragraph-title {
    font-size: 1rem;
    line-height: 1.8;
    text-align: center;
  }

  .paragraph-title.pc {
    display: none;
  }

  .paragraph-title.sp {
    display: block;
    font-size: 1.15rem;
    line-height: 1.4;
  }

  .coloring {
    margin-right: 5px;
  }

  .coloring.green {
    color: #273888;
  }

  .credit-sh {
    font-size: 12px;
  }

  .credit-contact {
    font-size: 12px;
  }

  .mask-day {
    margin-bottom: 0px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    font-size: 14px;
  }

  .mask-day.day {
    margin-bottom: 10px;
  }

  .publish-date {
    font-size: 10px;
  }

  .hero-sponsor {
    margin-top: 0px;
    margin-bottom: 5px;
    color: #000;
    font-size: 10px;
    font-weight: 400;
  }

  .bold-text-3 {
    line-height: 1.3;
  }

  .share {
    margin-top: 0px;
  }

  ._w-inline-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  ._w-inline-block.center {
    margin-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .bold-text-5 {
    color: #273888;
  }

  .opacity {
    background-color: transparent;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.05), transparent);
  }
}

