/*------------------------------------------------------------
	BASE
------------------------------------------------------------*/
/*------------------------------------------------------------
	COLOR
------------------------------------------------------------*/
/*------------------------------------------------------------
	FONT
------------------------------------------------------------*/
/*------------------------------------------------------------
	FUNCTION
------------------------------------------------------------*/
/*------------------------------------------------------------
	MIXIN
------------------------------------------------------------*/
/*------------------------------------------------------------
	TEA
------------------------------------------------------------*/
.tea {
  /*------------------------------
      FV
  ------------------------------*/
  /*------------------------------
      NAVI
  ------------------------------*/
  /*------------------------------
      TEA1
  ------------------------------*/
}
.tea .fv {
  position: relative;
  min-height: 100lvh;
}
.tea .fv.-show .inner {
  opacity: 1;
}
.tea .fv.-show .fv_title {
  color: #fff;
}
.tea .fv.-show .fv_bg_img {
  opacity: 1;
}
.tea .fv .inner {
  position: relative;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100lvh;
  overflow: hidden;
  opacity: 0;
  transition: all 1s cubic-bezier(0.21, 0.51, 0.51, 1);
}
.tea .fv_title {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 5.0890585242vw;
  letter-spacing: 1.0178117048vw;
  color: #000;
  writing-mode: vertical-rl;
  transform: translate(-50%, -50%);
  transition: all 1s cubic-bezier(0.21, 0.51, 0.51, 1);
  transition-delay: 1000ms;
}
@media screen and (min-width: 768px) {
  .tea .fv_title {
    font-size: 1.3541666667vw;
    letter-spacing: 0.3125vw;
  }
}
.tea .fv_bg {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff;
}
.tea .fv_bg_img {
  width: 100%;
  height: 100%;
  background: url("../img/tea/sp_tea_kv.jpg") center 0 no-repeat;
  background-size: cover;
  opacity: 0;
  transition: all 1s cubic-bezier(0.21, 0.51, 0.51, 1);
  transition-delay: 1000ms;
}
@media screen and (min-width: 768px) {
  .tea .fv_bg_img {
    background: url("../img/tea/tea_kv.jpg") center 0 no-repeat;
    background-size: cover;
  }
}
.tea .tea_navi {
  display: none;
}
@media screen and (min-width: 768px) {
  .tea .tea_navi {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    min-height: 10lvh;
    pointer-events: none;
  }
}
.tea .tea_navi.-show .tea_navi_list {
  transform: translateY(0%);
}
.tea .tea_navi_list {
  display: flex;
  justify-content: center;
  gap: 4.1666666667vw;
  width: 100%;
  padding: 5lvh 0 3lvh;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  transform: translateY(105%);
  transition: all 1s cubic-bezier(0.21, 0.51, 0.51, 1);
}
.tea .tea_navi_item_link {
  position: relative;
  display: flex;
  gap: 0.5208333333vw;
  padding: 0 0 1.71875vw;
  font-size: 1.3541666667vw;
  color: #fff;
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .tea .tea_navi_item_link:hover .text:after {
    transform: translateY(0%) !important;
  }
  .tea .tea_navi_item_link:hover .text > span {
    transform: translateY(-120%) !important;
  }
  .tea .tea_navi_item_link:hover .-en:after {
    opacity: 1 !important;
  }
}
.tea .tea_navi_item_link.-animate .text:after {
  animation: textNaviIn 2s ease-in-out 0s 1;
}
.tea .tea_navi_item_link.-animate .text > span {
  animation: textNaviOut 2s ease-in-out 0s 1;
}
@keyframes textNaviOut {
  0% {
    transform: translateY(0%);
  }
  25% {
    transform: translateY(-120%);
  }
  75% {
    transform: translateY(-120%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes textNaviIn {
  0% {
    transform: translateY(120%);
  }
  25% {
    transform: translateY(0%);
  }
  75% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(120%);
  }
}
.tea .tea_navi_item_link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1.1979166667vw;
  height: 0.8333333333vw;
  background: url("../img/common/icon_arrow_w.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  transform: rotate(90deg);
}
.tea .tea_navi_item_link .number {
  padding: 0.3rem 0 0 0;
}
.tea .tea_navi_item_link .text {
  position: relative;
  overflow: hidden;
}
.tea .tea_navi_item_link .text:after {
  content: attr(data-after);
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(120%);
  transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
}
.tea .tea_navi_item_link .text > span {
  display: block;
  transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
  transform: translateY(0%);
}
.tea .tea1 {
  position: relative;
}
.tea .tea1_block1 {
  position: relative;
}
.tea .tea1_block1_bg {
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 433.5877862595vw;
  height: 100%;
  background: #000;
}
@media screen and (min-width: 768px) {
  .tea .tea1_block1_bg {
    min-height: 143.75vw;
    height: 143.75vw;
  }
}
.tea .tea1_block1_bg.-animate .tea1_block1_bg_img {
  opacity: 1;
}
.tea .tea1_block1_bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/tea/sp_tea_img1.jpg") center 0 no-repeat;
  background-size: cover;
  opacity: 0;
  transition: all 1s cubic-bezier(0.21, 0.51, 0.51, 1);
}
@media screen and (min-width: 768px) {
  .tea .tea1_block1_bg_img {
    background: url("../img/tea/tea_img1.jpg") center 0 no-repeat;
    background-size: cover;
  }
}
.tea .tea1_block1 .inner {
  position: relative;
  z-index: 2;
  padding: 72.5190839695vw 2.5445292621vw 17.8117048346vw;
  color: #fff;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .tea .tea1_block1 .inner {
    padding: 26.71875vw 10.4166666667vw 10.4166666667vw;
  }
}
.tea .tea1_block1 .inner h2 {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 7.6335877863vw;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .tea .tea1_block1 .inner h2 {
    gap: 1.5625vw;
  }
}
.tea .tea1_block1 .inner h2 .text {
  display: flex;
  flex-flow: row-reverse;
  gap: 2.5445292621vw;
}
@media screen and (min-width: 768px) {
  .tea .tea1_block1 .inner h2 .text {
    gap: 0.9375vw;
  }
}
.tea .tea1_block1 .inner h2 .-ja {
  font-size: 6.6157760814vw;
  letter-spacing: 2.0356234097vw;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .tea .tea1_block1 .inner h2 .-ja {
    font-size: 1.6666666667vw;
    letter-spacing: 0.46875vw;
  }
}
.tea .tea1_block1 .inner h2 .-en {
  font-size: 5.0890585242vw;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .tea .tea1_block1 .inner h2 .-en {
    font-size: 1.0416666667vw;
  }
}
.tea .tea1_block1 .inner h2 .-en.number {
  font-size: 5.0890585242vw;
  writing-mode: lr;
}
@media screen and (min-width: 768px) {
  .tea .tea1_block1 .inner h2 .-en.number {
    font-size: 1.6666666667vw;
  }
}
.tea .tea1_block1 .inner > .-ja {
  display: flex;
  flex-flow: column;
  writing-mode: vertical-rl;
  margin-top: 85.2417302799vw;
  width: 100%;
  font-size: 5.0890585242vw;
  letter-spacing: 1.0178117048vw;
  gap: 5.0890585242vw;
  text-align: left;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .tea .tea1_block1 .inner > .-ja {
    margin-top: 37.65625vw;
    width: auto;
    font-size: 1.3541666667vw;
    letter-spacing: 0.3125vw;
    gap: 1.25vw;
  }
}
.tea .tea1_block1 .inner > .-en {
  display: inline-block;
  padding: 19.3384223919vw 0 0;
  font-size: 5.0890585242vw;
  line-height: 1.3;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .tea .tea1_block1 .inner > .-en {
    padding: 0;
    font-size: 1.0416666667vw;
    line-height: 1.2;
  }
}
.tea .tea1_block1 .inner > .-en > br {
  display: none;
}
@media screen and (min-width: 768px) {
  .tea .tea1_block1 .inner > .-en > br {
    display: block;
  }
}
.tea .tea1_block2 {
  position: relative;
}
.tea .tea1_block2_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.tea .tea1_block2_bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s cubic-bezier(0.21, 0.51, 0.51, 1);
}
.tea .tea1_block2_bg_img.-show {
  opacity: 1;
  z-index: 5;
}
.tea .tea1_block2_bg_img.-bg1 {
  background: url("../img/tea/sp_tea_item_bg1.jpg") 0 0 no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .tea .tea1_block2_bg_img.-bg1 {
    background: url("../img/tea/tea_item_bg1.jpg") 0 0 no-repeat;
    background-size: cover;
  }
}
.tea .tea1_block2_bg_img.-bg2 {
  background: url("../img/tea/sp_tea_item_bg2.jpg") 0 0 no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .tea .tea1_block2_bg_img.-bg2 {
    background: url("../img/tea/tea_item_bg2.jpg") 0 0 no-repeat;
    background-size: cover;
  }
}
.tea .tea1_block2_bg_img.-bg3 {
  background: url("../img/tea/sp_tea_item_bg3.jpg") 0 0 no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .tea .tea1_block2_bg_img.-bg3 {
    background: url("../img/tea/tea_item_bg3.jpg") 0 0 no-repeat;
    background-size: cover;
  }
}
.tea .tea1_block2_bg_img.-bg4 {
  background: url("../img/tea/sp_tea_item_bg4.jpg") 0 0 no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .tea .tea1_block2_bg_img.-bg4 {
    background: url("../img/tea/tea_item_bg4.jpg") 0 0 no-repeat;
    background-size: cover;
  }
}
.tea .tea1_block2_bg_img.-bg5 {
  background: url("../img/tea/sp_tea_item_bg5.jpg") 0 0 no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .tea .tea1_block2_bg_img.-bg5 {
    background: url("../img/tea/tea_item_bg5.jpg") 0 0 no-repeat;
    background-size: cover;
  }
}
.tea .tea1_block2 .inner {
  position: relative;
  z-index: 10;
  padding: 25.4452926209vw 5.0890585242vw;
}
@media screen and (min-width: 768px) {
  .tea .tea1_block2 .inner {
    padding: 5.2083333333vw;
  }
}
.tea .tea1_block2 .inner .tea_type_list {
  display: flex;
  flex-flow: column;
  gap: 7.6335877863vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .tea .tea1_block2 .inner .tea_type_list {
    gap: 1.5625vw;
  }
}
.tea .tea1_block2 .inner .tea_type_list_wrap {
  display: flex;
  flex-flow: column;
  gap: 7.6335877863vw;
}
@media screen and (min-width: 768px) {
  .tea .tea1_block2 .inner .tea_type_list_wrap {
    display: flex;
    flex-flow: row-reverse;
    gap: 1.5625vw;
  }
}
@media screen and (min-width: 768px) {
  .tea .tea1_block2 .inner .tea_type_list_wrap.-re {
    flex-flow: row;
  }
}
.tea .tea1_block2 .inner .tea_type_list_inner {
  display: flex;
  flex-flow: column;
  gap: 10.1781170483vw;
}
@media screen and (min-width: 768px) {
  .tea .tea1_block2 .inner .tea_type_list_inner {
    display: flex;
    flex-flow: column;
    gap: 1.5625vw;
    flex: 1;
  }
}
.tea .tea1_block2 .inner .tea_type_list_item {
  position: relative;
  padding: 7.6335877863vw 15.2671755725vw 7.6335877863vw 5.0890585242vw;
  background: #FAF9F7;
  cursor: pointer;
  transition: all 1s cubic-bezier(0.21, 0.51, 0.51, 1);
}
@media screen and (min-width: 768px) {
  .tea .tea1_block2 .inner .tea_type_list_item {
    padding: 1.5625vw 5.7291666667vw 1.5625vw 2.0833333333vw;
    opacity: 0.5;
  }
}
.tea .tea1_block2 .inner .tea_type_list_item:hover, .tea .tea1_block2 .inner .tea_type_list_item.-show {
  opacity: 1;
}
.tea .tea1_block2 .inner .tea_type_list_item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 10.1781170483vw;
}
@media screen and (min-width: 768px) {
  .tea .tea1_block2 .inner .tea_type_list_item:after {
    width: 3.6458333333vw;
  }
}
.tea .tea1_block2 .inner .tea_type_list_item_txt {
  display: flex;
  flex-flow: column;
  gap: 10.1781170483vw;
}
@media screen and (min-width: 768px) {
  .tea .tea1_block2 .inner .tea_type_list_item_txt {
    flex-flow: row-reverse;
    gap: 0;
  }
}
.tea .tea1_block2 .inner .tea_type_list_item_txt > .-ja {
  display: flex;
  flex-flow: column;
  writing-mode: vertical-rl;
  gap: 2.5445292621vw;
}
@media screen and (min-width: 768px) {
  .tea .tea1_block2 .inner .tea_type_list_item_txt > .-ja {
    gap: 1.0416666667vw;
  }
}
.tea .tea1_block2 .inner .tea_type_list_item_txt > .-ja dt {
  font-size: 5.0890585242vw;
  letter-spacing: 1.0178117048vw;
}
@media screen and (min-width: 768px) {
  .tea .tea1_block2 .inner .tea_type_list_item_txt > .-ja dt {
    font-size: 1.3541666667vw;
    letter-spacing: 0.3125vw;
  }
}
.tea .tea1_block2 .inner .tea_type_list_item_txt > .-ja dd {
  display: flex;
  flex-flow: column;
  gap: 2.5445292621vw;
  font-size: 3.5623409669vw;
  letter-spacing: 0.6361323155vw;
}
@media screen and (min-width: 768px) {
  .tea .tea1_block2 .inner .tea_type_list_item_txt > .-ja dd {
    gap: 0.5208333333vw;
    font-size: 1.0416666667vw;
    letter-spacing: 0.2083333333vw;
  }
}
.tea .tea1_block2 .inner .tea_type_list_item_txt > .-ja dd.-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .tea .tea1_block2 .inner .tea_type_list_item_txt > .-ja dd.-pc {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .tea .tea1_block2 .inner .tea_type_list_item_txt > .-ja dd.-sp {
    display: none;
  }
}
.tea .tea1_block2 .inner .tea_type_list_item_txt > .-en {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .tea .tea1_block2 .inner .tea_type_list_item_txt > .-en {
    padding: 0 1.5625vw 0 0;
  }
}
.tea .tea1_block2 .inner .tea_type_list_item_txt > .-en dt {
  font-size: 5.0890585242vw;
}
@media screen and (min-width: 768px) {
  .tea .tea1_block2 .inner .tea_type_list_item_txt > .-en dt {
    font-size: 1.3541666667vw;
  }
}
.tea .tea1_block2 .inner .tea_type_list_item_txt > .-en dd {
  padding: 2.5445292621vw 0 0;
  font-size: 3.5623409669vw;
  line-height: 1.1785714286;
}
@media screen and (min-width: 768px) {
  .tea .tea1_block2 .inner .tea_type_list_item_txt > .-en dd {
    padding: 1.0416666667vw 0 0;
    font-size: 1.0416666667vw;
    line-height: 1.2;
  }
}
.tea .tea1_block2 .inner .tea_type_list_item_txt > .-en dd > br {
  display: none;
}
@media screen and (min-width: 768px) {
  .tea .tea1_block2 .inner .tea_type_list_item_txt > .-en dd > br {
    display: block;
  }
}
.tea .tea1_block2 .inner .tea_type_list_item figure {
  position: absolute;
  right: 15.2671755725vw;
  bottom: 7.6335877863vw;
  width: 47.582697201vw;
}
@media screen and (min-width: 768px) {
  .tea .tea1_block2 .inner .tea_type_list_item figure {
    position: absolute;
    margin-left: 0;
    padding-top: 0;
    width: 11.1458333333vw;
  }
}
.tea .tea1_block2 .inner .tea_type_list_item .-button {
  padding-bottom: 7.6335877863vw;
}
@media screen and (min-width: 768px) {
  .tea .tea1_block2 .inner .tea_type_list_item .-button {
    padding-bottom: 0;
  }
}
.tea .tea1_block2 .inner .tea_type_list_item .button_more {
  margin-top: 10.1781170483vw;
}
@media screen and (min-width: 768px) {
  .tea .tea1_block2 .inner .tea_type_list_item .button_more {
    position: absolute;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .tea .tea1_block2 .inner .tea_type_list_item.-item1 {
    width: 24.6354166667vw;
  }
}
.tea .tea1_block2 .inner .tea_type_list_item.-item1:after {
  background: linear-gradient(180deg, #B8F78A, #FAF9F7);
}
@media screen and (min-width: 768px) {
  .tea .tea1_block2 .inner .tea_type_list_item.-item1 .tea_type_list_item_txt {
    flex-flow: column;
  }
}
.tea .tea1_block2 .inner .tea_type_list_item.-item1 .tea_type_list_item_txt > .-ja {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .tea .tea1_block2 .inner .tea_type_list_item.-item1 .tea_type_list_item_txt > .-en {
    padding: 3.6458333333vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  .tea .tea1_block2 .inner .tea_type_list_item.-item1 figure {
    position: relative;
    right: 0;
    bottom: 0;
    padding: 7.5520833333vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  .tea .tea1_block2 .inner .tea_type_list_item.-item1 .button_more {
    bottom: 1.5625vw;
    right: 5.2083333333vw;
  }
}
.tea .tea1_block2 .inner .tea_type_list_item.-item2:after {
  background: linear-gradient(180deg, #E3F78A, #FAF9F7);
}
@media screen and (min-width: 768px) {
  .tea .tea1_block2 .inner .tea_type_list_item.-item2 .tea_type_list_item_txt > .-en {
    padding-bottom: 12.1875vw;
  }
}
@media screen and (min-width: 768px) {
  .tea .tea1_block2 .inner .tea_type_list_item.-item2 figure {
    left: 2.0833333333vw;
    bottom: 1.5625vw;
  }
}
@media screen and (min-width: 768px) {
  .tea .tea1_block2 .inner .tea_type_list_item.-item2 .button_more {
    left: 15.3125vw;
    bottom: 1.5625vw;
  }
}
@media screen and (min-width: 768px) {
  .tea .tea1_block2 .inner .tea_type_list_item.-item3 .tea_type_list_item_txt {
    margin-left: auto;
    width: 28.5rem;
    flex-flow: column;
  }
}
.tea .tea1_block2 .inner .tea_type_list_item.-item3:after {
  background: linear-gradient(180deg, #F7EA8A, #FAF9F7);
}
@media screen and (min-width: 768px) {
  .tea .tea1_block2 .inner .tea_type_list_item.-item3 figure {
    left: 2.0833333333vw;
    bottom: 1.5625vw;
  }
}
@media screen and (min-width: 768px) {
  .tea .tea1_block2 .inner .tea_type_list_item.-item3 .button_more {
    left: 2.0833333333vw;
    top: 1.5625vw;
  }
}
@media screen and (min-width: 768px) {
  .tea .tea1_block2 .inner .tea_type_list_item.-item4 {
    width: 50%;
  }
}
.tea .tea1_block2 .inner .tea_type_list_item.-item4:after {
  background: linear-gradient(180deg, #F7EA8A, #FAF9F7);
}
@media screen and (min-width: 768px) {
  .tea .tea1_block2 .inner .tea_type_list_item.-item4 .tea_type_list_item_txt {
    flex-flow: column;
  }
}
@media screen and (min-width: 768px) {
  .tea .tea1_block2 .inner .tea_type_list_item.-item4 .tea_type_list_item_txt > .-ja {
    padding-bottom: 4.6875vw;
  }
}
@media screen and (min-width: 768px) {
  .tea .tea1_block2 .inner .tea_type_list_item.-item4 figure {
    left: 2.0833333333vw;
    top: 1.5625vw;
  }
}
@media screen and (min-width: 768px) {
  .tea .tea1_block2 .inner .tea_type_list_item.-item4 .button_more {
    left: 2.0833333333vw;
    top: 14.5833333333vw;
  }
}
@media screen and (min-width: 768px) {
  .tea .tea1_block2 .inner .tea_type_list_item.-item5 {
    width: 50%;
  }
}
.tea .tea1_block2 .inner .tea_type_list_item.-item5:after {
  background: linear-gradient(180deg, #F7C68A, #FAF9F7);
}
@media screen and (min-width: 768px) {
  .tea .tea1_block2 .inner .tea_type_list_item.-item5 .tea_type_list_item_txt {
    flex-flow: column;
  }
}
@media screen and (min-width: 768px) {
  .tea .tea1_block2 .inner .tea_type_list_item.-item5 .tea_type_list_item_txt > .-ja {
    padding-bottom: 3.125vw;
  }
}
@media screen and (min-width: 768px) {
  .tea .tea1_block2 .inner .tea_type_list_item.-item5 figure {
    left: 2.0833333333vw;
    top: 1.5625vw;
  }
}
@media screen and (min-width: 768px) {
  .tea .tea1_block2 .inner .tea_type_list_item.-item5 .button_more {
    left: 2.0833333333vw;
    top: 14.5833333333vw;
  }
}
.tea .tea1_block3 {
  position: relative;
  width: 100%;
  min-height: 100lvh !important;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .tea .tea1_block3 {
    overflow: initial;
  }
}
.tea .tea1 .tea_selection {
  position: relative;
  background: #73A077;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .tea .tea1 .tea_selection {
    min-height: 150lvh !important;
  }
}
.tea .tea1 .tea_selection .inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  padding: 12.7226463104vw 2.5445292621vw;
  min-height: 100lvh;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .tea .tea1 .tea_selection .inner {
    position: sticky;
    top: 0;
    padding: 8.4895833333vw 5.2083333333vw;
    min-height: 100lvh;
    margin-top: -100lvh;
    width: auto;
  }
}
.tea .tea1 .tea_selection .inner h3 {
  position: relative;
  z-index: 5;
  display: flex;
  flex-flow: column;
  writing-mode: vertical-rl;
  gap: 1.272264631vw;
}
@media screen and (min-width: 768px) {
  .tea .tea1 .tea_selection .inner h3 {
    gap: 0.2083333333vw;
    margin-left: auto;
  }
}
.tea .tea1 .tea_selection .inner h3 .-ja {
  font-size: 5.0890585242vw;
  letter-spacing: 1.0178117048vw;
}
@media screen and (min-width: 768px) {
  .tea .tea1 .tea_selection .inner h3 .-ja {
    font-size: 1.3541666667vw;
    letter-spacing: 0.3125vw;
  }
}
.tea .tea1 .tea_selection .inner h3 .-en {
  font-size: 3.5623409669vw;
}
@media screen and (min-width: 768px) {
  .tea .tea1 .tea_selection .inner h3 .-en {
    font-size: 0.9375vw;
  }
}
.tea .tea1 .tea_selection .inner .tea_selection_navi {
  position: absolute;
  bottom: 12.7226463104vw;
  right: 2.5445292621vw;
  z-index: 5;
  display: flex;
  flex-flow: row;
  writing-mode: vertical-rl;
  gap: 7.6335877863vw;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 768px) {
  .tea .tea1 .tea_selection .inner .tea_selection_navi {
    position: relative;
    bottom: 0;
    right: 0;
    z-index: 5;
    display: flex;
    flex-flow: row;
    writing-mode: vertical-rl;
    gap: 1.5625vw;
    margin: 1.5625vw 0 0 auto;
  }
}
.tea .tea1 .tea_selection .inner .tea_selection_navi_item {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .tea .tea1 .tea_selection .inner .tea_selection_navi_item {
    padding: 0 0.9375vw 0 0;
  }
}
.tea .tea1 .tea_selection .inner .tea_selection_navi_item button {
  position: relative;
  display: block;
  padding: 0 2.2900763359vw 0 0;
  border: none;
  background: none;
  color: #fff;
  font-size: 3.5623409669vw;
  letter-spacing: 0.6361323155vw;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .tea .tea1 .tea_selection .inner .tea_selection_navi_item button {
    padding: 0 0.46875vw 0 0;
    font-size: 1.0416666667vw;
    letter-spacing: 0.2083333333vw;
  }
}
.tea .tea1 .tea_selection .inner .tea_selection_navi_item button:hover:after, .tea .tea1 .tea_selection .inner .tea_selection_navi_item button.-current:after {
  height: 100%;
}
.tea .tea1 .tea_selection .inner .tea_selection_navi_item button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 0%;
  background: #fff;
  transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
}
.tea .tea1 .tea_selection .inner .tea_selection_map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100lvh;
  opacity: 0;
  transition: all 1s cubic-bezier(0.21, 0.51, 0.51, 1);
  transition-delay: 2000ms;
}
.tea .tea1 .tea_selection .inner .tea_selection_map.-animate {
  opacity: 1;
}
.tea .tea1 .tea_selection .inner .tea_selection_map_list {
  position: absolute;
  left: 7.6335877863vw;
  bottom: 12.7226463104vw;
}
@media screen and (min-width: 768px) {
  .tea .tea1 .tea_selection .inner .tea_selection_map_list {
    position: absolute;
    left: 50%;
    bottom: 50%;
  }
}
.tea .tea1 .tea_selection .inner .tea_selection_map_list.-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .tea .tea1 .tea_selection .inner .tea_selection_map_list.-pc {
    display: block;
  }
}
.tea .tea1 .tea_selection .inner .tea_selection_map_list.-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .tea .tea1 .tea_selection .inner .tea_selection_map_list.-sp {
    display: none;
  }
}
.tea .tea1 .tea_selection .inner .tea_selection_map_list_item {
  padding: 2.5445292621vw 0 0;
  font-size: 5.0890585242vw;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .tea .tea1 .tea_selection .inner .tea_selection_map_list_item {
    position: absolute;
    padding: 0;
    font-size: 1.3541666667vw;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
  }
}
.tea .tea1 .tea_selection .inner .tea_selection_map_list_item.-item1 {
  top: -13vw;
  left: 8vw;
}
.tea .tea1 .tea_selection .inner .tea_selection_map_list_item.-item2 {
  top: 3vw;
  left: 3vw;
}
.tea .tea1 .tea_selection .inner .tea_selection_map_list_item.-item3 {
  top: -9vw;
  left: -10vw;
}
.tea .tea1 .tea_selection .inner .tea_selection_map_list_item.-item4 {
  top: 3vw;
  left: -45vw;
}
.tea .tea1 .tea_selection .inner .tea_selection_map_list_item.-item5 {
  top: 18vw;
  left: -35vw;
}
.tea .tea1 .tea_selection .inner .tea_selection_map_list_item button {
  border: none;
  background: none;
  color: #fff;
  font-size: 5.0890585242vw;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .tea .tea1 .tea_selection .inner .tea_selection_map_list_item button {
    font-size: 1.3541666667vw;
  }
}
.tea .tea1 .tea_selection .inner .tea_selection_map_list_item .-en {
  font-size: 5.0890585242vw;
}
@media screen and (min-width: 768px) {
  .tea .tea1 .tea_selection .inner .tea_selection_map_list_item .-en {
    font-size: 1.0416666667vw;
  }
}
.tea .tea1 .tea_selection .inner .tea_selection_graph {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #73A077;
  opacity: 0;
  pointer-events: none;
  transition: all 1s cubic-bezier(0.21, 0.51, 0.51, 1);
}
.tea .tea1 .tea_selection .inner .tea_selection_graph.-show {
  opacity: 1;
  pointer-events: auto;
}
.tea .tea1 .tea_selection .inner .tea_selection_graph_base {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 73.5368956743vw;
  height: 90lvh;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .tea .tea1 .tea_selection .inner .tea_selection_graph_base {
    width: 62.5vw;
    height: 36.4583333333vw;
  }
}
.tea .tea1 .tea_selection .inner .tea_selection_graph_base:before, .tea .tea1 .tea_selection .inner .tea_selection_graph_base:after {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
}
.tea .tea1 .tea_selection .inner .tea_selection_graph_base:before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
}
.tea .tea1 .tea_selection .inner .tea_selection_graph_base:after {
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
}
.tea .tea1 .tea_selection .inner .tea_selection_graph_base_item {
  position: absolute;
  display: flex;
  flex-flow: column;
  gap: 2.5445292621vw;
}
@media screen and (min-width: 768px) {
  .tea .tea1 .tea_selection .inner .tea_selection_graph_base_item {
    display: flex;
    flex-flow: row-reverse;
    gap: 0.2083333333vw;
  }
}
.tea .tea1 .tea_selection .inner .tea_selection_graph_base_item.-item1 {
  top: 50%;
  left: 100%;
  transform: translate(2.5445292621vw, -50%);
}
@media screen and (min-width: 768px) {
  .tea .tea1 .tea_selection .inner .tea_selection_graph_base_item.-item1 {
    top: 50%;
    left: 100%;
    transform: translate(1.0416666667vw, -50%);
  }
}
.tea .tea1 .tea_selection .inner .tea_selection_graph_base_item.-item2 {
  top: 50%;
  left: 0;
  transform: translate(calc(-100% - 2.5445292621vw), -50%);
}
@media screen and (min-width: 768px) {
  .tea .tea1 .tea_selection .inner .tea_selection_graph_base_item.-item2 {
    top: 50%;
    left: 0;
    transform: translate(calc(-100% - 1.0416666667vw), -50%);
  }
}
.tea .tea1 .tea_selection .inner .tea_selection_graph_base_item.-item3 {
  top: 0;
  left: 50%;
  transform: translateX(calc(-100% - 2.5445292621vw));
}
@media screen and (min-width: 768px) {
  .tea .tea1 .tea_selection .inner .tea_selection_graph_base_item.-item3 {
    top: 0;
    left: 50%;
    transform: translateX(calc(-100% - 1.0416666667vw));
  }
}
.tea .tea1 .tea_selection .inner .tea_selection_graph_base_item.-item4 {
  bottom: 0;
  left: 50%;
  transform: translateX(2.5445292621vw);
}
@media screen and (min-width: 768px) {
  .tea .tea1 .tea_selection .inner .tea_selection_graph_base_item.-item4 {
    bottom: 0;
    left: 50%;
    transform: translateX(1.0416666667vw);
  }
}
.tea .tea1 .tea_selection .inner .tea_selection_graph_base_item .-ja {
  font-size: 3.5623409669vw;
  letter-spacing: 0.6361323155vw;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .tea .tea1 .tea_selection .inner .tea_selection_graph_base_item .-ja {
    font-size: 1.3541666667vw;
    letter-spacing: 0.3125vw;
  }
}
.tea .tea1 .tea_selection .inner .tea_selection_graph_base_item .-en {
  font-size: 3.5623409669vw;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .tea .tea1 .tea_selection .inner .tea_selection_graph_base_item .-en {
    font-size: 0.9375vw;
  }
}
.tea .tea1 .tea_selection .inner .tea_selection_graph_list {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 73.5368956743vw;
  height: 191.3486005089vw;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .tea .tea1 .tea_selection .inner .tea_selection_graph_list {
    width: 62.5vw;
    height: 36.4583333333vw;
  }
}
.tea .tea1 .tea_selection .inner .tea_selection_graph_list.-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .tea .tea1 .tea_selection .inner .tea_selection_graph_list.-pc {
    display: block;
  }
}
.tea .tea1 .tea_selection .inner .tea_selection_graph_list.-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .tea .tea1 .tea_selection .inner .tea_selection_graph_list.-sp {
    display: none;
  }
}
.tea .tea1 .tea_selection .inner .tea_selection_graph_list_item {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.7633587786vw 0;
  width: 16.2849872774vw;
  border-radius: 2.5445292621vw;
  background: #fff;
  font-size: 3.5623409669vw;
  line-height: 1.2;
  text-align: center;
  color: #73A077;
}
@media screen and (min-width: 768px) {
  .tea .tea1 .tea_selection .inner .tea_selection_graph_list_item {
    display: block;
    padding: 0.5208333333vw 1.0416666667vw;
    width: auto;
    border-radius: 0;
    font-size: 1.3541666667vw;
    line-height: 1.2;
  }
}
.tea .tea1 .tea_selection .inner .tea_selection_graph_list_item.-item1 {
  top: 134vw;
  left: 7vw;
}
@media screen and (min-width: 768px) {
  .tea .tea1 .tea_selection .inner .tea_selection_graph_list_item.-item1 {
    top: 28vw;
    left: 4vw;
  }
}
.tea .tea1 .tea_selection .inner .tea_selection_graph_list_item.-item2 {
  top: 115vw;
  left: 17vw;
}
@media screen and (min-width: 768px) {
  .tea .tea1 .tea_selection .inner .tea_selection_graph_list_item.-item2 {
    top: 25vw;
    left: 17vw;
  }
}
.tea .tea1 .tea_selection .inner .tea_selection_graph_list_item.-item3 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tea .tea1 .tea_selection .inner .tea_selection_graph_list_item.-item4 {
  top: 48vw;
  left: 51vw;
}
@media screen and (min-width: 768px) {
  .tea .tea1 .tea_selection .inner .tea_selection_graph_list_item.-item4 {
    top: 8vw;
    left: 35vw;
  }
}
.tea .tea1 .tea_selection .inner .tea_selection_graph_list_item.-item5 {
  top: 50%;
  left: 7vw;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .tea .tea1 .tea_selection .inner .tea_selection_graph_list_item.-item5 {
    left: 12vw;
  }
}
.tea .tea1 .tea_selection .inner .tea_selection_graph_list_item button {
  border: none;
  background: none;
  color: #73A077;
  font-size: 3.5623409669vw;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .tea .tea1 .tea_selection .inner .tea_selection_graph_list_item button {
    font-size: 1.3541666667vw;
  }
}
.tea .tea1 .tea_selection .inner .tea_selection_graph_list_item .-en {
  font-size: 3.0534351145vw;
}
@media screen and (min-width: 768px) {
  .tea .tea1 .tea_selection .inner .tea_selection_graph_list_item .-en {
    font-size: 1.0416666667vw;
  }
}
.tea .tea1 .tea_selection .tea_selection_map_modal {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
}
.tea .tea1 .tea_selection .tea_selection_map_modal.-show {
  opacity: 1;
  pointer-events: auto;
}
.tea .tea1 .tea_selection .tea_selection_map_modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.tea .tea1 .tea_selection .tea_selection_map_modal_contents {
  position: absolute;
  top: 50lvh;
  left: 2.5445292621vw;
  padding: 7.6335877863vw 3.8167938931vw 17.8117048346vw 3.8167938931vw;
  width: 94.9109414758vw;
  background: #fff;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .tea .tea1 .tea_selection .tea_selection_map_modal_contents {
    left: 50%;
    padding: 1.5625vw 5.2083333333vw 1.5625vw 2.0833333333vw;
    width: auto;
    transform: translate(-50%, -50%);
  }
}
.tea .tea1 .tea_selection .tea_selection_map_modal_contents_text {
  display: none;
  flex-flow: column;
  gap: 7.6335877863vw;
  color: #000;
}
@media screen and (min-width: 768px) {
  .tea .tea1 .tea_selection .tea_selection_map_modal_contents_text {
    flex-flow: row-reverse;
    gap: 1.5625vw;
  }
}
.tea .tea1 .tea_selection .tea_selection_map_modal_contents_text.-show {
  display: flex;
}
.tea .tea1 .tea_selection .tea_selection_map_modal_contents_text > .-ja dl {
  display: flex;
  flex-flow: row-reverse;
  gap: 5.0890585242vw;
}
@media screen and (min-width: 768px) {
  .tea .tea1 .tea_selection .tea_selection_map_modal_contents_text > .-ja dl {
    gap: 1.0416666667vw;
  }
}
.tea .tea1 .tea_selection .tea_selection_map_modal_contents_text > .-ja dl dt {
  font-size: 5.0890585242vw;
  letter-spacing: 1.0178117048vw;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .tea .tea1 .tea_selection .tea_selection_map_modal_contents_text > .-ja dl dt {
    font-size: 1.3541666667vw;
    letter-spacing: 0.3125vw;
  }
}
.tea .tea1 .tea_selection .tea_selection_map_modal_contents_text > .-ja dl dd {
  display: flex;
  flex-flow: column;
  gap: 2.5445292621vw;
  font-size: 3.5623409669vw;
  letter-spacing: 0.6361323155vw;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .tea .tea1 .tea_selection .tea_selection_map_modal_contents_text > .-ja dl dd {
    gap: 0.5208333333vw;
    font-size: 1.0416666667vw;
    letter-spacing: 0.2083333333vw;
  }
}
.tea .tea1 .tea_selection .tea_selection_map_modal_contents_text > .-en {
  flex: 1;
}
.tea .tea1 .tea_selection .tea_selection_map_modal_contents_text > .-en dl {
  display: flex;
  flex-flow: column;
  gap: 5.0890585242vw;
}
@media screen and (min-width: 768px) {
  .tea .tea1 .tea_selection .tea_selection_map_modal_contents_text > .-en dl {
    gap: 1.0416666667vw;
  }
}
.tea .tea1 .tea_selection .tea_selection_map_modal_contents_text > .-en dl dt {
  font-size: 5.0890585242vw;
}
@media screen and (min-width: 768px) {
  .tea .tea1 .tea_selection .tea_selection_map_modal_contents_text > .-en dl dt {
    font-size: 1.3541666667vw;
  }
}
.tea .tea1 .tea_selection .tea_selection_map_modal_contents_text > .-en dl dd {
  padding-right: 21.6284987277vw;
  font-size: 3.5623409669vw;
  line-height: 1.1785714286;
}
@media screen and (min-width: 768px) {
  .tea .tea1 .tea_selection .tea_selection_map_modal_contents_text > .-en dl dd {
    padding-right: 0;
    padding-bottom: 11.9791666667vw;
    font-size: 1.0416666667vw;
    line-height: 1.2;
  }
}
.tea .tea1 .tea_selection .tea_selection_map_modal_contents_text .button_more {
  position: absolute;
  bottom: 7.6335877863vw;
  right: 3.8167938931vw;
}
@media screen and (min-width: 768px) {
  .tea .tea1 .tea_selection .tea_selection_map_modal_contents_text .button_more {
    bottom: 1.5625vw;
    left: 2.0833333333vw;
  }
}
.tea .tea1 .tea_selection .tea_selection_map_modal_contents_close {
  position: absolute;
  bottom: 7.6335877863vw;
  left: 50%;
  width: 6.106870229vw;
  height: 6.106870229vw;
  cursor: pointer;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .tea .tea1 .tea_selection .tea_selection_map_modal_contents_close {
    top: 1.5625vw;
    right: 2.0833333333vw;
    bottom: auto;
    left: auto;
    width: 1.25vw;
    height: 1.25vw;
    transform: none;
  }
}
.tea .tea1 .tea_selection .tea_selection_map_modal_contents_close:before, .tea .tea1 .tea_selection .tea_selection_map_modal_contents_close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background: #000;
}
.tea .tea1 .tea_selection .tea_selection_map_modal_contents_close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.tea .tea1 .tea_selection .tea_selection_map_modal_contents_close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.tea .tea1 .tea_selection_bg_map {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100lvh;
}
.tea .tea1 .tea_selection_bg_map.-animate .tea_selection_bg_map_img {
  transform: translate(-38%, -76%) scale(1.15);
}
@media screen and (min-width: 768px) {
  .tea .tea1 .tea_selection_bg_map.-animate .tea_selection_bg_map_img {
    transform: translate(-50%, -90%) scale(1.6, 1.6);
  }
}
.tea .tea1 .tea_selection_bg_map.-animate .tea_selection_bg_map_img_on {
  transform: translate(-38%, -76%) scale(1.15);
}
@media screen and (min-width: 768px) {
  .tea .tea1 .tea_selection_bg_map.-animate .tea_selection_bg_map_img_on {
    transform: translate(-50%, -90%) scale(1.6, 1.6);
  }
}
.tea .tea1 .tea_selection_bg_map_img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: url("../img/tea/tea_map.svg") center center no-repeat;
  background-size: contain;
  opacity: 0.3;
  transform: translate(-50%, -50%) scale(0.3, 0.3);
  transform-origin: center center;
  transition: all 2s cubic-bezier(0.21, 0.51, 0.51, 1);
  transition-timing-function: ease-out;
}
@media screen and (min-width: 768px) {
  .tea .tea1 .tea_selection_bg_map_img {
    transform: translate(-50%, -50%) scale(0.6, 0.6);
  }
}
.tea .tea1 .tea_selection_bg_map_img_on {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: url("../img/tea/tea_map_on.svg") center center no-repeat;
  background-size: contain;
  opacity: 0.3;
  transform: translate(-50%, -50%) scale(0.3, 0.3);
  transform-origin: center center;
  transition: all 2s cubic-bezier(0.21, 0.51, 0.51, 1);
  transition-timing-function: ease-out;
}
@media screen and (min-width: 768px) {
  .tea .tea1 .tea_selection_bg_map_img_on {
    transform: translate(-50%, -50%) scale(0.6, 0.6);
  }
}
.tea .tea2 {
  background: #FAF9F7;
}
.tea .tea2_block1 {
  position: sticky;
  top: 0;
}
.tea .tea2_block1_bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100lvh;
}
.tea .tea2_block1_bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/tea/sp_tea_img2.jpg") center 0 no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .tea .tea2_block1_bg_img {
    background: url("../img/tea/tea_img2.jpg") center 0 no-repeat;
    background-size: cover;
  }
}
.tea .tea2_block1 .inner {
  z-index: 2;
  padding: 0;
  min-height: 100lvh;
  color: #fff;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .tea .tea2_block1 .inner {
    padding: 0 5.2083333333vw 0;
  }
}
.tea .tea2_block1 .inner h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 7.6335877863vw;
  text-align: left;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .tea .tea2_block1 .inner h2 {
    gap: 1.5625vw;
  }
}
.tea .tea2_block1 .inner h2 .text {
  display: flex;
  flex-flow: row-reverse;
  gap: 2.5445292621vw;
}
@media screen and (min-width: 768px) {
  .tea .tea2_block1 .inner h2 .text {
    gap: 0.9375vw;
  }
}
.tea .tea2_block1 .inner h2 .-ja {
  font-size: 6.6157760814vw;
  letter-spacing: 2.0356234097vw;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .tea .tea2_block1 .inner h2 .-ja {
    font-size: 1.6666666667vw;
    letter-spacing: 0.46875vw;
  }
}
.tea .tea2_block1 .inner h2 .-en {
  font-size: 5.0890585242vw;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .tea .tea2_block1 .inner h2 .-en {
    font-size: 1.0416666667vw;
  }
}
.tea .tea2_block1 .inner h2 .-en.number {
  font-size: 5.0890585242vw;
  writing-mode: lr;
}
@media screen and (min-width: 768px) {
  .tea .tea2_block1 .inner h2 .-en.number {
    font-size: 1.6666666667vw;
  }
}
.tea .tea2_block2 {
  position: relative;
  z-index: 2;
}
.tea .tea2_block2 .tea_text {
  width: 100%;
  padding: 10.1781170483vw 5.0890585242vw;
  background: #FAF9F7;
}
@media screen and (min-width: 768px) {
  .tea .tea2_block2 .tea_text {
    position: sticky;
    top: 0;
    width: 50%;
    height: 100lvh;
    padding: 0 0 0 5.2083333333vw;
  }
}
@media screen and (min-width: 768px) {
  .tea .tea2_block2 .tea_text_inner {
    position: absolute;
    display: flex;
    top: 50%;
    left: 5.2083333333vw;
    gap: 1.5625vw;
    transform: translate(0, -50%);
  }
}
@media screen and (min-width: 768px) {
  .tea .tea2_block2 .tea_text_wrap + .tea_text_wrap {
    position: relative;
    display: flex;
    flex-flow: row-reverse;
    align-items: center;
    background: #fff;
  }
}
.tea .tea2_block2 .tea_text .-ja {
  display: flex;
  width: 100%;
  gap: 5.0890585242vw;
}
@media screen and (min-width: 768px) {
  .tea .tea2_block2 .tea_text .-ja {
    width: 50%;
    gap: 1.5625vw;
  }
}
.tea .tea2_block2 .tea_text .-ja dt {
  font-size: 5.0890585242vw;
  letter-spacing: 1.0178117048vw;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .tea .tea2_block2 .tea_text .-ja dt {
    font-size: 1.3541666667vw;
    letter-spacing: 0.3125vw;
  }
}
.tea .tea2_block2 .tea_text .-ja dd {
  font-size: 3.5623409669vw;
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .tea .tea2_block2 .tea_text .-ja dd {
    font-size: 1.0416666667vw;
    line-height: 1.6;
  }
}
.tea .tea2_block2 .tea_text .-en {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .tea .tea2_block2 .tea_text .-en {
    width: 50%;
  }
}
.tea .tea2_block2 .tea_text .-en dt {
  padding: 5.0890585242vw 0 0;
  font-size: 6.6157760814vw;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .tea .tea2_block2 .tea_text .-en dt {
    padding: 0;
    font-size: 1.3541666667vw;
    line-height: 1;
  }
}
.tea .tea2_block2 .tea_text .-en dd {
  padding: 5.0890585242vw 0 0;
  font-size: 3.5623409669vw;
  line-height: 1.1785714286;
}
@media screen and (min-width: 768px) {
  .tea .tea2_block2 .tea_text .-en dd {
    padding: 1.0416666667vw 0 0;
    font-size: 1.0416666667vw;
    line-height: 1.2;
  }
}
.tea .tea2_block2 .tea_text.tea_text2 {
  position: relative;
  margin: 0 0 0 auto;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .tea .tea2_block2 .tea_text.tea_text2 {
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .tea .tea2_block2 .tea_text.tea_text2 .tea_text_inner {
    left: 0;
    flex-flow: row-reverse;
    padding-right: 5.2083333333vw;
  }
}
.tea .tea2_block2 .tea_text.tea_text3 {
  z-index: 5;
}
.tea .tea2_block2 .tea_img {
  position: relative;
  width: 100%;
  height: 100lvh;
}
@media screen and (min-width: 768px) {
  .tea .tea2_block2 .tea_img {
    position: sticky;
    top: 0;
    z-index: 3;
    width: 50%;
    height: 100lvh;
    margin-bottom: -33lvh;
  }
}
.tea .tea2_block2 .tea_img_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/tea/tea_gyokuro_img1.jpg") center 0 no-repeat;
  background-size: cover;
}
.tea .tea2_block2 .tea_img2 {
  position: relative;
  margin-left: auto;
  padding: 0 0 0;
  z-index: 4;
  width: 100%;
  height: 100lvh;
  background: #FAF9F7;
}
@media screen and (min-width: 768px) {
  .tea .tea2_block2 .tea_img2 {
    width: 50%;
  }
}
.tea .tea2_block2 .tea_img2_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/tea/tea_gyokuro_img2.jpg") center 0 no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .tea .tea2_block2 .tea_img2_bg {
    position: relative;
    width: 100%;
  }
}
.tea .tea2 .tea_howto {
  position: relative;
  z-index: 10;
  background: #FAF9F7;
}
.tea .tea2 .tea_howto .inner {
  padding: 25.4452926209vw 2.5445292621vw;
}
@media screen and (min-width: 768px) {
  .tea .tea2 .tea_howto .inner {
    display: flex;
    flex-flow: row-reverse;
    gap: 3.125vw;
    padding: 5.2083333333vw;
  }
}
.tea .tea2 .tea_howto_title {
  display: flex;
  flex-flow: column;
  writing-mode: vertical-rl;
  justify-content: center;
  width: 100%;
  gap: 1.0178117048vw;
}
@media screen and (min-width: 768px) {
  .tea .tea2 .tea_howto_title {
    width: auto;
    justify-content: flex-start;
    gap: 0.2083333333vw;
  }
}
.tea .tea2 .tea_howto_title .-ja {
  font-size: 5.0890585242vw;
  letter-spacing: 1.0178117048vw;
}
@media screen and (min-width: 768px) {
  .tea .tea2 .tea_howto_title .-ja {
    font-size: 1.3541666667vw;
    letter-spacing: 0.3125vw;
  }
}
.tea .tea2 .tea_howto_title .-en {
  font-size: 3.5623409669vw;
}
@media screen and (min-width: 768px) {
  .tea .tea2 .tea_howto_title .-en {
    font-size: 0.9375vw;
  }
}
.tea .tea2 .tea_howto_list {
  display: flex;
  flex-flow: column;
  gap: 5.0890585242vw;
  margin-top: 10.1781170483vw;
}
@media screen and (min-width: 768px) {
  .tea .tea2 .tea_howto_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto;
    direction: rtl;
    gap: 0.9375vw;
    margin-top: 0;
  }
}
.tea .tea2 .tea_howto_list_item {
  position: relative;
  padding: 2.5445292621vw;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .tea .tea2 .tea_howto_list_item {
    grid-row: 1/span 2;
    display: grid;
    grid-template-rows: subgrid;
    direction: ltr;
    padding: 1.5625vw 1.0416666667vw;
  }
}
.tea .tea2 .tea_howto_list_item_img {
  position: absolute;
  top: 12.7226463104vw;
  left: 0;
  bottom: 0;
  max-height: 45.8015267176vw;
}
@media screen and (min-width: 768px) {
  .tea .tea2 .tea_howto_list_item_img {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    max-height: 8vw;
  }
}
.tea .tea2 .tea_howto_list_item .-ja {
  position: relative;
  display: flex;
  flex-flow: column;
  writing-mode: vertical-rl;
  flex-grow: 1;
  gap: 2.5445292621vw;
  padding: 0 0 2.5445292621vw;
  width: 100%;
  font-size: 3.5623409669vw;
  letter-spacing: 0.6361323155vw;
}
@media screen and (min-width: 768px) {
  .tea .tea2 .tea_howto_list_item .-ja {
    gap: 0.5208333333vw;
    padding: 0 0 5.7291666667vw;
    width: 100%;
    font-size: 1.0416666667vw;
    letter-spacing: 0.2083333333vw;
  }
}
.tea .tea2 .tea_howto_list_item .-ja.-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .tea .tea2 .tea_howto_list_item .-ja.-pc {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .tea .tea2 .tea_howto_list_item .-ja.-sp {
    display: none;
  }
}
.tea .tea2 .tea_howto_list_item .-ja .number {
  padding: 0 0 0 2.5445292621vw;
  font-size: 4.5801526718vw;
}
@media screen and (min-width: 768px) {
  .tea .tea2 .tea_howto_list_item .-ja .number {
    padding: 0 0 0 1.0416666667vw;
    font-size: 1.0416666667vw;
    letter-spacing: 0.2083333333vw;
  }
}
.tea .tea2 .tea_howto_list_item .-en {
  font-size: 3.5623409669vw;
  line-height: 1.1785714286;
}
@media screen and (min-width: 768px) {
  .tea .tea2 .tea_howto_list_item .-en {
    font-size: 1.0416666667vw;
    line-height: 1.2;
  }
}
.tea .tea2 .tea_howto_list_item .-en .number {
  display: block;
  padding: 0 0 1.0416666667vw;
  font-size: 5.0890585242vw;
}
@media screen and (min-width: 768px) {
  .tea .tea2 .tea_howto_list_item .-en .number {
    padding: 0 0 1.0416666667vw;
    font-size: 1.0416666667vw;
    line-height: 1.2;
  }
}
.tea .tea2 .tea_links {
  position: relative;
  z-index: 10;
  padding: 0 2.5445292621vw 25.4452926209vw;
  background: #FAF9F7;
}
@media screen and (min-width: 768px) {
  .tea .tea2 .tea_links {
    padding: 5.2083333333vw;
  }
}
.tea .tea2 .tea_links_list {
  display: flex;
  flex-flow: column;
  gap: 25.4452926209vw;
}
@media screen and (min-width: 768px) {
  .tea .tea2 .tea_links_list {
    flex-flow: row-reverse;
    justify-content: flex-end;
    gap: 10.4166666667vw;
  }
}
.tea .tea2 .tea_links_list_item:first-child {
  padding-left: 14.5038167939vw;
}
@media screen and (min-width: 768px) {
  .tea .tea2 .tea_links_list_item:first-child {
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .tea .tea2 .tea_links_list_item:last-child {
    padding-top: 11.4583333333vw;
  }
}
.tea .tea2 .tea_links_list_item a {
  display: flex;
  gap: 2.5445292621vw;
}
@media screen and (min-width: 768px) {
  .tea .tea2 .tea_links_list_item a {
    gap: 0.5208333333vw;
  }
}
.tea .tea2 .tea_links_list_item a.-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .tea .tea2 .tea_links_list_item a.-pc {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .tea .tea2 .tea_links_list_item a.-sp {
    display: none;
  }
}
.tea .tea2 .tea_links_list_item img {
  width: 61.0687022901vw;
}
@media screen and (min-width: 768px) {
  .tea .tea2 .tea_links_list_item img {
    width: 25vw;
  }
}
.tea .tea3_block1 {
  position: relative;
  height: 547.0737913486vw;
}
@media screen and (min-width: 768px) {
  .tea .tea3_block1 {
    height: 143.75vw;
  }
}
.tea .tea3_block1_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 547.0737913486vw;
  background: #000;
}
@media screen and (min-width: 768px) {
  .tea .tea3_block1_bg {
    height: 143.75vw;
  }
}
.tea .tea3_block1_bg.-animate .tea3_block1_bg_img {
  opacity: 1;
}
.tea .tea3_block1_bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/tea/sp_tea_img3.jpg") center 0 no-repeat;
  background-size: cover;
  opacity: 0;
  transition: all 1s cubic-bezier(0.21, 0.51, 0.51, 1);
}
@media screen and (min-width: 768px) {
  .tea .tea3_block1_bg_img {
    background: url("../img/tea/tea_img3.jpg") center 0 no-repeat;
    background-size: cover;
  }
}
.tea .tea3_block1 .inner {
  position: relative;
  z-index: 2;
  padding: 0 2.5445292621vw;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .tea .tea3_block1 .inner {
    padding: 0 10.4166666667vw;
  }
}
.tea .tea3_block1 .inner > .-ja {
  display: flex;
  flex-flow: column;
  gap: 5.8524173028vw;
  width: 100%;
  padding: 242.2391857506vw 0 0;
  font-size: 5.0890585242vw;
  letter-spacing: 1.0178117048vw;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .tea .tea3_block1 .inner > .-ja {
    gap: 1.25vw;
    width: auto;
    padding: 77.34375vw 0 0;
    font-size: 1.0416666667vw;
    letter-spacing: 0.2083333333vw;
  }
}
.tea .tea3_block1 .inner > .-ja > span {
  white-space: nowrap;
}
.tea .tea3_block1 .inner > .-ja > span:nth-child(n+5) {
  padding-top: 54.7073791349vw;
}
@media screen and (min-width: 768px) {
  .tea .tea3_block1 .inner > .-ja > span:nth-child(n+5) {
    padding-top: 0;
  }
}
.tea .tea3_block1 .inner > .-en {
  margin: 0;
  padding: 25.4452926209vw 0 0;
  font-size: 5.0890585242vw;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .tea .tea3_block1 .inner > .-en {
    margin: 0 0 0 auto;
    padding: 15.5208333333vw 0 0;
    width: 12.1875vw;
    font-size: 1.0416666667vw;
    line-height: 1.2;
  }
}
.tea .tea3_block1 .tea3_title {
  position: absolute;
  top: 50lvh;
  left: 50%;
  padding: 5.0890585242vw;
  transform: translate(-50%, -50%);
  color: #fff;
  transition: all 1s cubic-bezier(0.21, 0.51, 0.51, 1);
}
@media screen and (min-width: 768px) {
  .tea .tea3_block1 .tea3_title {
    padding: 1.0416666667vw;
  }
}
.tea .tea3_block1 .tea3_title.-animate {
  color: #000;
}
.tea .tea3_block1 .tea3_title.-animate:after {
  height: 100%;
}
.tea .tea3_block1 .tea3_title:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #fff;
  transition: all 1s cubic-bezier(0.21, 0.51, 0.51, 1);
}
.tea .tea3_block1 .tea3_title .number {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  text-align: center;
}
.tea .tea3_block1 .tea3_title .text {
  position: relative;
  z-index: 2;
  display: flex;
  flex-flow: column;
  writing-mode: vertical-rl;
  padding: 7.6335877863vw 0 0;
  gap: 2.5445292621vw;
}
@media screen and (min-width: 768px) {
  .tea .tea3_block1 .tea3_title .text {
    padding: 1.09375vw 0 0;
    gap: 0.9375vw;
  }
}
.tea .tea3_block1 .tea3_title .text .-ja {
  font-size: 6.6157760814vw;
  letter-spacing: 2.0356234097vw;
}
@media screen and (min-width: 768px) {
  .tea .tea3_block1 .tea3_title .text .-ja {
    font-size: 1.6666666667vw;
    letter-spacing: 0.46875vw;
  }
}
.tea .tea3_block1 .tea3_title .text .-en {
  font-size: 5.0890585242vw;
}
@media screen and (min-width: 768px) {
  .tea .tea3_block1 .tea3_title .text .-en {
    font-size: 1.0416666667vw;
  }
}
.tea .tea_processing {
  padding: 0 2.5445292621vw 20.3562340967vw;
  background: #FAF9F7;
}
@media screen and (min-width: 768px) {
  .tea .tea_processing {
    padding: 0 5.2083333333vw 4.1666666667vw;
  }
}
.tea .tea_processing .inner {
  display: flex;
  flex-flow: column;
  width: 100%;
  padding: 25.4452926209vw 0 0;
  gap: 10.1781170483vw;
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  .tea .tea_processing .inner {
    flex-flow: row-reverse;
    padding: 5.2083333333vw 0 1.0416666667vw;
    gap: 3.4375vw;
  }
}
.tea .tea_processing_title {
  display: flex;
  flex-flow: column;
  writing-mode: vertical-rl;
  justify-content: center;
  width: 100%;
  gap: 1.0178117048vw;
}
@media screen and (min-width: 768px) {
  .tea .tea_processing_title {
    justify-content: flex-start;
    gap: 0.2083333333vw;
    width: auto;
  }
}
.tea .tea_processing_title .-ja {
  font-size: 5.0890585242vw;
  letter-spacing: 1.0178117048vw;
}
@media screen and (min-width: 768px) {
  .tea .tea_processing_title .-ja {
    font-size: 1.3541666667vw;
    letter-spacing: 0.3125vw;
  }
}
.tea .tea_processing_title .-en {
  font-size: 3.5623409669vw;
}
@media screen and (min-width: 768px) {
  .tea .tea_processing_title .-en {
    font-size: 0.9375vw;
  }
}
.tea .tea_processing_list {
  display: flex;
  flex-wrap: nowrap;
  flex-flow: column;
  gap: 2.5445292621vw;
}
@media screen and (min-width: 768px) {
  .tea .tea_processing_list {
    flex-flow: row-reverse;
    gap: 1.0416666667vw;
  }
}
.tea .tea_processing_list_item {
  display: flex;
  flex-flow: column;
  background: #fff;
  width: 100%;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
}
@media screen and (min-width: 768px) {
  .tea .tea_processing_list_item {
    flex-flow: row-reverse;
    width: 5.8333333333vw;
    overflow: auto;
    overflow-x: hidden;
  }
}
.tea .tea_processing_list_item.-open {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .tea .tea_processing_list_item.-open {
    width: 25.625vw;
  }
}
.tea .tea_processing_list_item.-open .tea_processing_list_item_title:before {
  transform: rotate(45deg) translate(0, 0);
}
@media screen and (min-width: 768px) {
  .tea .tea_processing_list_item.-open .tea_processing_list_item_title:before {
    transform: rotate(45deg) translate(-50%, 0);
  }
}
.tea .tea_processing_list_item.-open .tea_processing_list_item_title:after {
  transform: rotate(-45deg) translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .tea .tea_processing_list_item.-open .tea_processing_list_item_title:after {
    transform: rotate(-45deg) translate(-50%, 0);
  }
}
.tea .tea_processing_list_item_title {
  position: relative;
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 1.5625vw;
  padding: 5.0890585242vw;
  width: 100%;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .tea .tea_processing_list_item_title {
    writing-mode: vertical-rl;
    gap: 1.5625vw;
    padding: 1.5625vw 0;
    width: 5.8333333333vw;
  }
}
.tea .tea_processing_list_item_title:before, .tea .tea_processing_list_item_title:after {
  content: "";
  display: block;
  position: absolute;
  right: 5.0890585242vw;
  width: 1px;
  height: 5.0890585242vw;
  background: #000;
  transform-origin: center center;
  transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
}
@media screen and (min-width: 768px) {
  .tea .tea_processing_list_item_title:before, .tea .tea_processing_list_item_title:after {
    left: 50%;
    right: auto;
    height: 1.7708333333vw;
  }
}
.tea .tea_processing_list_item_title:before {
  right: 7.6335877863vw;
  transform: rotate(90deg) translate(0, 0);
}
@media screen and (min-width: 768px) {
  .tea .tea_processing_list_item_title:before {
    right: auto;
    bottom: 1.5625vw;
    transform: rotate(90deg) translate(-50%, 0);
  }
}
.tea .tea_processing_list_item_title:after {
  top: 50%;
  right: 7.6335877863vw;
  transform-origin: 0 0;
  transform: rotate(0deg) translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .tea .tea_processing_list_item_title:after {
    top: auto;
    right: auto;
    bottom: 1.5625vw;
    transform-origin: center center;
    transform: rotate(0deg) translate(-50%, 0);
  }
}
.tea .tea_processing_list_item_title .-ja {
  font-size: 3.5623409669vw;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .tea .tea_processing_list_item_title .-ja {
    font-size: 1.0416666667vw;
    letter-spacing: 0.2083333333vw;
  }
}
.tea .tea_processing_list_item_title .-en {
  display: none;
}
@media screen and (min-width: 768px) {
  .tea .tea_processing_list_item_title .-en {
    display: block;
    font-size: 1.0416666667vw;
    line-height: 1.2;
  }
}
.tea .tea_processing_list_item_contents {
  width: 100%;
  height: 0;
  transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
}
@media screen and (min-width: 768px) {
  .tea .tea_processing_list_item_contents {
    padding: 1.5625vw 2.0833333333vw;
    width: 19.7916666667vw;
    height: auto;
  }
}
.tea .tea_processing_list_item_contents .-contents_inner {
  padding: 0 5.0890585242vw 5.0890585242vw;
}
@media screen and (min-width: 768px) {
  .tea .tea_processing_list_item_contents .-contents_inner {
    padding: 0;
  }
}
.tea .tea_processing_list_item_contents .-ja {
  width: 100%;
  font-size: 3.5623409669vw;
  letter-spacing: 0;
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .tea .tea_processing_list_item_contents .-ja {
    display: flex;
    flex-flow: column;
    writing-mode: vertical-rl;
    justify-content: flex-start;
    gap: 0.4166666667vw;
    font-size: 1.0416666667vw;
    letter-spacing: 0.2083333333vw;
    line-height: 1;
  }
}
.tea .tea_processing_list_item_contents .-en {
  font-size: 3.5623409669vw;
  line-height: 1.1785714286;
}
@media screen and (min-width: 768px) {
  .tea .tea_processing_list_item_contents .-en {
    font-size: 1.0416666667vw;
    line-height: 1.2;
  }
}
.tea .tea_processing_list_item_contents .-en span {
  display: block;
  padding: 0 0 2.5445292621vw;
}
@media screen and (min-width: 768px) {
  .tea .tea_processing_list_item_contents .-en span {
    display: none;
  }
}
.tea .tea_processing_list_item_contents img {
  margin: 5.0890585242vw 0 7.6335877863vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .tea .tea_processing_list_item_contents img {
    margin: 1.0416666667vw 0;
    width: 15.625vw;
    max-width: 15.625vw;
  }
}
.tea .tea_commitment {
  background: #FAF9F7;
}
.tea .tea_commitment .inner {
  position: relative;
  padding: 0 0 20.3562340967vw;
}
@media screen and (min-width: 768px) {
  .tea .tea_commitment .inner {
    display: flex;
    align-items: flex-end;
    gap: 5.2083333333vw;
    padding: 5.2083333333vw;
  }
}
.tea .tea_commitment_title {
  display: flex;
  flex-flow: column;
  writing-mode: vertical-rl;
  justify-content: center;
  width: 100%;
  gap: 1.0178117048vw;
}
@media screen and (min-width: 768px) {
  .tea .tea_commitment_title {
    justify-content: flex-start;
    gap: 0.2083333333vw;
    width: auto;
  }
}
.tea .tea_commitment_title .-ja {
  font-size: 5.0890585242vw;
  letter-spacing: 1.0178117048vw;
}
@media screen and (min-width: 768px) {
  .tea .tea_commitment_title .-ja {
    font-size: 1.3541666667vw;
    letter-spacing: 0.3125vw;
  }
}
.tea .tea_commitment_title .-en {
  font-size: 3.5623409669vw;
}
@media screen and (min-width: 768px) {
  .tea .tea_commitment_title .-en {
    font-size: 0.9375vw;
  }
}
.tea .tea_commitment_img {
  position: relative;
  width: 92.3664122137vw;
  height: 123.4096692112vw;
}
@media screen and (min-width: 768px) {
  .tea .tea_commitment_img {
    position: relative;
    width: 47.9166666667vw;
    height: 63.9583333333vw;
    overflow: hidden;
  }
}
.tea .tea_commitment_img.-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .tea .tea_commitment_img.-pc {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .tea .tea_commitment_img.-sp {
    display: none;
  }
}
.tea .tea_commitment_img_bg {
  position: absolute;
  width: 100%;
  height: 120%;
  background: url("../img/tea/tea_precision_img1.jpg") 0 0 no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .tea .tea_commitment_img_bg {
    background: url("../img/tea/tea_precision_img1.jpg") 0 0 no-repeat;
    background-size: cover;
  }
}
.tea .tea_commitment_text {
  display: flex;
  flex-flow: row-reverse;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 7.6335877863vw 0 0;
  gap: 5.0890585242vw;
}
@media screen and (min-width: 768px) {
  .tea .tea_commitment_text {
    padding: 0;
    width: 36.4583333333vw;
    gap: 1.5625vw;
  }
}
.tea .tea_commitment_text > .-ja {
  display: flex;
  flex-flow: column;
  writing-mode: vertical-rl;
  gap: 2.5445292621vw;
  font-size: 3.5623409669vw;
  letter-spacing: 0.6361323155vw;
}
@media screen and (min-width: 768px) {
  .tea .tea_commitment_text > .-ja {
    gap: 0.5208333333vw;
    font-size: 1.0416666667vw;
    letter-spacing: 0.2083333333vw;
  }
}
.tea .tea_commitment_text > .-en {
  padding: 0 0 0 2.5445292621vw;
  width: 100%;
  font-size: 3.5623409669vw;
  line-height: 1.1785714286;
}
@media screen and (min-width: 768px) {
  .tea .tea_commitment_text > .-en {
    padding: 0;
    font-size: 1.0416666667vw;
    line-height: 1.2;
  }
}
.tea .tea_way {
  background: #FAF9F7;
}
.tea .tea_way .inner {
  position: relative;
  padding: 0 0 20.3562340967vw;
}
@media screen and (min-width: 768px) {
  .tea .tea_way .inner {
    display: flex;
    align-items: flex-end;
    flex-flow: row-reverse;
    gap: 10.9375vw;
    padding: 5.2083333333vw;
  }
}
.tea .tea_way_title {
  display: flex;
  flex-flow: column;
  writing-mode: vertical-rl;
  justify-content: center;
  width: 100%;
  gap: 0.2083333333vw;
}
@media screen and (min-width: 768px) {
  .tea .tea_way_title {
    position: absolute;
    top: 5.2083333333vw;
    left: 5.2083333333vw;
    display: flex;
    flex-flow: column;
    writing-mode: vertical-rl;
    justify-content: flex-start;
    gap: 0.2083333333vw;
    width: auto;
  }
}
.tea .tea_way_title .-ja {
  font-size: 5.0890585242vw;
  letter-spacing: 1.0178117048vw;
}
@media screen and (min-width: 768px) {
  .tea .tea_way_title .-ja {
    font-size: 1.3541666667vw;
    letter-spacing: 0.3125vw;
  }
}
.tea .tea_way_title .-en {
  font-size: 3.5623409669vw;
}
@media screen and (min-width: 768px) {
  .tea .tea_way_title .-en {
    font-size: 0.9375vw;
  }
}
.tea .tea_way_img {
  position: relative;
  margin-top: 5.0890585242vw;
  width: 92.3664122137vw;
  height: 123.4096692112vw;
}
@media screen and (min-width: 768px) {
  .tea .tea_way_img {
    position: relative;
    margin-top: 0;
    width: 47.9166666667vw;
    height: 63.9583333333vw;
    overflow: hidden;
  }
}
.tea .tea_way_img.-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .tea .tea_way_img.-pc {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .tea .tea_way_img.-sp {
    display: none;
  }
}
.tea .tea_way_img_bg {
  position: absolute;
  width: 100%;
  height: 120%;
  background: url("../img/tea/tea_precision_img2.jpg") 0 0 no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .tea .tea_way_img_bg {
    background: url("../img/tea/tea_precision_img2.jpg") 0 0 no-repeat;
    background-size: cover;
  }
}
.tea .tea_way_text {
  display: flex;
  flex-flow: row-reverse;
  flex-wrap: wrap;
  width: 100%;
  gap: 5.0890585242vw;
  padding: 0 7.6335877863vw 0 0;
}
@media screen and (min-width: 768px) {
  .tea .tea_way_text {
    padding: 0;
    width: 36.4583333333vw;
    gap: 5.2083333333vw;
  }
}
.tea .tea_way_text > .-ja {
  display: flex;
  flex-flow: column;
  writing-mode: vertical-rl;
  gap: 7.6335877863vw;
}
@media screen and (min-width: 768px) {
  .tea .tea_way_text > .-ja {
    gap: 1.5625vw;
  }
}
.tea .tea_way_text > .-ja dt {
  font-size: 5.0890585242vw;
  letter-spacing: 1.0178117048vw;
}
@media screen and (min-width: 768px) {
  .tea .tea_way_text > .-ja dt {
    font-size: 1.3541666667vw;
    letter-spacing: 0.3125vw;
  }
}
.tea .tea_way_text > .-ja dd {
  display: flex;
  flex-flow: column;
  gap: 2.5445292621vw;
  font-size: 3.5623409669vw;
  letter-spacing: 0.6361323155vw;
}
@media screen and (min-width: 768px) {
  .tea .tea_way_text > .-ja dd {
    gap: 0.5208333333vw;
    font-size: 1.0416666667vw;
    letter-spacing: 0.2083333333vw;
  }
}
.tea .tea_way_text > .-ja dd.-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .tea .tea_way_text > .-ja dd.-pc {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .tea .tea_way_text > .-ja dd.-sp {
    display: none;
  }
}
.tea .tea_way_text figure {
  display: block;
  padding: 0 0 0 7.6335877863vw;
}
@media screen and (min-width: 768px) {
  .tea .tea_way_text figure {
    padding: 0;
  }
}
.tea .tea_way_text > .-en {
  padding: 0 0 0 2.5445292621vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .tea .tea_way_text > .-en {
    padding: 0;
    font-size: 1.0416666667vw;
    line-height: 1.2;
  }
}
.tea .tea_way_text > .-en dt {
  font-size: 5.0890585242vw;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .tea .tea_way_text > .-en dt {
    font-size: 1.3541666667vw;
  }
}
.tea .tea_way_text > .-en dd {
  padding: 2.5445292621vw 0 0;
  font-size: 3.5623409669vw;
  line-height: 1.1785714286;
}
@media screen and (min-width: 768px) {
  .tea .tea_way_text > .-en dd {
    padding: 1.0416666667vw 0 0;
    font-size: 1.0416666667vw;
    line-height: 1.2;
  }
}
.tea .tea_way .tea_wey_third {
  display: flex;
  flex-flow: column;
  gap: 10.1781170483vw;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .tea .tea_way .tea_wey_third {
    flex-flow: row-reverse;
    gap: 3.125vw;
    margin: 0 5.2083333333vw;
    padding: 1.5625vw 1.5625vw;
    background: #fff;
  }
}
.tea .tea_way .tea_wey_third h4 {
  display: flex;
  flex-flow: column;
  writing-mode: vertical-rl;
  justify-content: center;
  width: 100%;
  gap: 1.0178117048vw;
}
@media screen and (min-width: 768px) {
  .tea .tea_way .tea_wey_third h4 {
    justify-content: flex-start;
    gap: 0.2083333333vw;
    width: auto;
  }
}
.tea .tea_way .tea_wey_third h4 .-ja {
  font-size: 5.0890585242vw;
  letter-spacing: 1.0178117048vw;
}
@media screen and (min-width: 768px) {
  .tea .tea_way .tea_wey_third h4 .-ja {
    font-size: 1.3541666667vw;
    letter-spacing: 0.3125vw;
  }
}
.tea .tea_way .tea_wey_third h4 .-en {
  font-size: 3.5623409669vw;
}
@media screen and (min-width: 768px) {
  .tea .tea_way .tea_wey_third h4 .-en {
    font-size: 0.9375vw;
  }
}
.tea .tea_way .tea_wey_third_list {
  display: flex;
  flex-flow: column;
  gap: 10.1781170483vw;
  margin: 0 2.5445292621vw;
  padding: 7.6335877863vw 5.0890585242vw;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .tea .tea_way .tea_wey_third_list {
    display: flex;
    flex-flow: row-reverse;
    gap: 5.2083333333vw;
    margin: 0;
    padding: 0;
  }
}
.tea .tea_way .tea_wey_third_list_item {
  position: relative;
  display: flex;
  flex-flow: row-reverse;
  gap: 7.6335877863vw;
}
@media screen and (min-width: 768px) {
  .tea .tea_way .tea_wey_third_list_item {
    gap: 1.0416666667vw;
  }
}
.tea .tea_way .tea_wey_third_list_item:first-child:before {
  display: none;
}
.tea .tea_way .tea_wey_third_list_item:before {
  content: "";
  display: block;
  position: absolute;
  top: -5.0890585242vw;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
@media screen and (min-width: 768px) {
  .tea .tea_way .tea_wey_third_list_item:before {
    display: none;
  }
}
.tea .tea_way .tea_wey_third_list_item .-ja {
  display: flex;
  flex-flow: column;
  writing-mode: vertical-rl;
  gap: 5.0890585242vw;
}
@media screen and (min-width: 768px) {
  .tea .tea_way .tea_wey_third_list_item .-ja {
    gap: 1.5625vw;
  }
}
.tea .tea_way .tea_wey_third_list_item .-ja dt {
  font-size: 5.0890585242vw;
  letter-spacing: 1.0178117048vw;
}
@media screen and (min-width: 768px) {
  .tea .tea_way .tea_wey_third_list_item .-ja dt {
    font-size: 1.3541666667vw;
    letter-spacing: 0.3125vw;
  }
}
.tea .tea_way .tea_wey_third_list_item .-ja dd {
  display: flex;
  flex-flow: column;
  gap: 2.5445292621vw;
  font-size: 3.5623409669vw;
  letter-spacing: 0.6361323155vw;
}
@media screen and (min-width: 768px) {
  .tea .tea_way .tea_wey_third_list_item .-ja dd {
    gap: 0.5208333333vw;
    font-size: 1.0416666667vw;
    letter-spacing: 0.2083333333vw;
  }
}
.tea .tea_way .tea_wey_third_list_item .-en {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  gap: 2.5445292621vw;
}
@media screen and (min-width: 768px) {
  .tea .tea_way .tea_wey_third_list_item .-en {
    gap: 1.0416666667vw;
  }
}
.tea .tea_way .tea_wey_third_list_item .-en dt {
  font-size: 5.0890585242vw;
}
@media screen and (min-width: 768px) {
  .tea .tea_way .tea_wey_third_list_item .-en dt {
    font-size: 1.3541666667vw;
  }
}
.tea .tea_way .tea_wey_third_list_item .-en dd {
  font-size: 3.5623409669vw;
  line-height: 1.1785714286;
}
@media screen and (min-width: 768px) {
  .tea .tea_way .tea_wey_third_list_item .-en dd {
    font-size: 1.0416666667vw;
    line-height: 1.2;
  }
}
.tea .tea_way .tea_wey_third + .inner {
  padding: 20.3562340967vw 0 0;
  flex-flow: row;
}
@media screen and (min-width: 768px) {
  .tea .tea_way .tea_wey_third + .inner {
    padding: 5.2083333333vw;
    gap: 1.5625vw;
  }
}
.tea .tea_way .tea_wey_third + .inner .tea_selection_img {
  position: relative;
  margin-bottom: 5.0890585242vw;
  width: 92.3664122137vw;
  height: 123.4096692112vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .tea .tea_way .tea_wey_third + .inner .tea_selection_img {
    position: relative;
    margin-bottom: 0;
    width: 47.9166666667vw;
    height: 63.9583333333vw;
  }
}
.tea .tea_way .tea_wey_third + .inner .tea_selection_img_bg {
  position: absolute;
  width: 100%;
  height: 120%;
  background: url("../img/tea/tea_precision_img3.jpg") 0 0 no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .tea .tea_way .tea_wey_third + .inner .tea_selection_img_bg {
    background: url("../img/tea/tea_precision_img3.jpg") 0 0 no-repeat;
    background-size: cover;
  }
}
.tea_footer_link {
  padding: 25.4452926209vw 0;
  background: #FAF9F7;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .tea_footer_link {
    padding: 5.2083333333vw 0;
  }
}
.tea_footer_link .button_more {
  margin: 0 auto;
}

.en .tea .fv_title {
  writing-mode: initial;
}

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