/*------------------------------------------------------------
	BASE
------------------------------------------------------------*/
/*------------------------------------------------------------
	COLOR
------------------------------------------------------------*/
/*------------------------------------------------------------
	FONT
------------------------------------------------------------*/
/*------------------------------------------------------------
	FUNCTION
------------------------------------------------------------*/
/*------------------------------------------------------------
	MIXIN
------------------------------------------------------------*/
/*------------------------------------------------------------
	HONE
------------------------------------------------------------*/
.home {
  /*------------------------------
      FV
  ------------------------------*/
  /*------------------------------
      ABOUT
  ------------------------------*/
  /*------------------------------
      PRODUCTS
  ------------------------------*/
  /*------------------------------
      SHOPS
  ------------------------------*/
  /*------------------------------
      ARTCLES
  ------------------------------*/
  /*------------------------------
      ANNOUNCE
  ------------------------------*/
}
.home .fv {
  position: relative;
  min-height: 110lvh;
  background: #000;
}
@media screen and (min-width: 768px) {
  .home .fv {
    min-height: 100lvh;
  }
}
.home .fv .inner {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.home .fv_logo {
  opacity: 0;
  transform: translateY(-4rem);
  transition: all 1s cubic-bezier(0.21, 0.51, 0.51, 1);
}
.home .fv_logo.-show {
  opacity: 1;
}
.home .fv_logo.-move {
  transform: translateY(0);
}
.home .fv_text {
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  gap: 3.5623409669vw;
  padding: 0 0 5.5979643766vw;
  font-size: 5.0890585242vw;
  letter-spacing: 1.0178117048vw;
  writing-mode: vertical-rl;
  text-align: left;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .home .fv_text {
    gap: 0.7291666667vw;
    padding: 0 0 1.0416666667vw;
    font-size: 1.0416666667vw;
    letter-spacing: 0.2083333333vw;
  }
}
.home .fv_text.-show > span {
  opacity: 1;
}
.home .fv_text > span {
  display: block;
  opacity: 0;
  transition: all 1s cubic-bezier(0.21, 0.51, 0.51, 1);
}
.home .fv_text > span:nth-child(2) {
  transition-delay: 500ms;
}
.home .fv_text > span:nth-child(3) {
  transition-delay: 1000ms;
}
@media screen and (min-width: 768px) {
  .home .fv_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.home .fv_bg.-show .fv_bg_item .fv_bg_item_img {
  transform: translate(-50%, -50%) scale(1, 1);
  opacity: 1;
}
.home .fv_bg.-move .fv_bg_item .fv_bg_item_img {
  transition-timing-function: ease;
  transition-duration: 5000ms;
  transform: translate(-50%, -50%) scale(1.01, 1.01);
}
.home .fv_bg_item {
  position: absolute;
  width: 100%;
  height: 50.01%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .home .fv_bg_item {
    width: 50%;
    height: 100%;
  }
}
.home .fv_bg_item1 {
  top: 0;
}
@media screen and (min-width: 768px) {
  .home .fv_bg_item1 {
    left: 0;
  }
}
.home .fv_bg_item1 .fv_bg_item_img {
  background: url("../img/home/sp_home_kv_img1.jpg") 0 0 no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .home .fv_bg_item1 .fv_bg_item_img {
    background: url("../img/home/home_kv_img1.jpg") 0 0 no-repeat;
    background-size: cover;
  }
}
.home .fv_bg_item2 {
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .home .fv_bg_item2 {
    right: 0;
  }
}
.home .fv_bg_item2 .fv_bg_item_img {
  background: url("../img/home/sp_home_kv_img2.jpg") 0 0 no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .home .fv_bg_item2 .fv_bg_item_img {
    background: url("../img/home/home_kv_img2.jpg") 0 0 no-repeat;
    background-size: cover;
  }
}
.home .fv_bg_item_img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(1.1, 1.1);
  transform-origin: center center;
  opacity: 0;
  transition: all 2s cubic-bezier(0.21, 0.51, 0.51, 1);
}
.home .about {
  position: relative;
}
@media screen and (min-width: 768px) {
  .home .about {
    min-height: 70.2083333333vw;
  }
}
.home .about .inner {
  margin: 0 auto;
  padding: 7.6335877863vw 0 5.0890585242vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .home .about .inner {
    margin: 0 5.2083333333vw;
    padding: 3.125vw 0 3.125vw 44.7916666667vw;
    text-align: left;
  }
}
.home .about_img {
  position: relative;
  width: 92.6208651399vw;
  height: 123.155216285vw;
}
@media screen and (min-width: 768px) {
  .home .about_img {
    position: absolute;
    left: 5.2083333333vw;
    width: 44.7916666667vw;
    height: 63.9583333333vw;
    overflow: hidden;
  }
}
.home .about_img_bg {
  position: absolute;
  width: 100%;
  height: 120%;
  background: url("../img/home/sp_home_about_img.jpg") 0 0 no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .home .about_img_bg {
    background: url("../img/home/home_about_img.jpg") 0 0 no-repeat;
    background-size: cover;
  }
}
.home .about_ja {
  position: relative;
  padding: 12.7226463104vw 7.6335877863vw 0 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .home .about_ja {
    position: absolute;
    bottom: 19.6354166667vw;
    right: 5.2083333333vw;
    display: flex;
    flex-flow: row-reverse;
    padding: 50lvh 0 0 5.2083333333vw;
  }
}
.home .about_ja h2 {
  margin: 0 0 0 auto;
  font-size: 5.0890585242vw;
  letter-spacing: 1.0178117048vw;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .home .about_ja h2 {
    font-size: 1.3541666667vw;
    letter-spacing: 0.3125vw;
    line-height: normal;
  }
}
.home .about_ja p {
  display: flex;
  flex-flow: row-reverse;
  margin: 0 0 0 auto;
  padding: 5.0890585242vw 0 0;
  font-size: 3.5623409669vw;
  letter-spacing: 0.6361323155vw;
  gap: 2.5445292621vw;
}
@media screen and (min-width: 768px) {
  .home .about_ja p {
    margin: 0;
    padding: 0 2.0833333333vw 0 0;
    font-size: 1.0416666667vw;
    letter-spacing: 0.2083333333vw;
    gap: 0.5208333333vw;
  }
}
.home .about_ja p > span {
  display: block;
  writing-mode: vertical-rl;
}
.home .about_en {
  padding: 10.1781170483vw 7.6335877863vw 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .home .about_en {
    position: absolute;
    bottom: 9.84375vw;
    padding: 0 0 0 5.2083333333vw;
  }
}
.home .about_en h2 {
  font-size: 5.0890585242vw;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .home .about_en h2 {
    font-size: 1.3541666667vw;
    text-align: left;
  }
}
.home .about_en h2 > span {
  transition-delay: 500ms;
}
.home .about_en p {
  padding: 2.5445292621vw 0 0;
  font-size: 3.5623409669vw;
  line-height: 1.1785714286;
}
@media screen and (min-width: 768px) {
  .home .about_en p {
    padding: 1.0416666667vw 0 0;
    font-size: 1.0416666667vw;
    line-height: 1.2;
  }
}
.home .about_en p.-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .home .about_en p.-pc {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .home .about_en p.-sp {
    display: none;
  }
}
.home .about_en p > span {
  transition-delay: 500ms;
}
.home .about_en p br {
  display: none;
}
@media screen and (min-width: 768px) {
  .home .about_en p br {
    display: block;
  }
}
.home .about .button_more {
  margin: 7.6335877863vw auto 0;
}
@media screen and (min-width: 768px) {
  .home .about .button_more {
    position: absolute;
    right: 5.2083333333vw;
    bottom: 3.125vw;
  }
}
.home .products {
  position: relative;
  min-height: 400lvh;
}
.home .products .inner {
  position: sticky;
  top: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  flex-direction: column;
  row-gap: 5.0890585242vw;
  margin: 0 auto;
  width: 48.8549618321vw;
  height: 100lvh;
}
@media screen and (min-width: 768px) {
  .home .products .inner {
    width: 18.6458333333vw;
    background: #fff;
  }
}
.home .products .inner_contents {
  padding: 10.1781170483vw 5.0890585242vw;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .home .products .inner_contents {
    display: flex;
    justify-content: center;
    flex-direction: column;
    row-gap: 2.0833333333vw;
    padding: 0;
  }
}
.home .products_img {
  position: sticky;
  top: 0;
  left: 35%;
  width: 28.7531806616vw;
  height: 101lvh;
  overflow: hidden;
  transition: all 1.5s cubic-bezier(0.21, 0.51, 0.51, 1);
}
@media screen and (min-width: 768px) {
  .home .products_img {
    width: 31.9791666667vw;
  }
}
.home .products_img.-animate {
  left: 0;
  width: 100vw;
}
.home .products_img_bg {
  position: absolute;
  left: 50%;
  width: 100vw;
  height: 100%;
  background: url("../img/home/sp_home_products_img.jpg") center 0 no-repeat;
  background-size: cover;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .home .products_img_bg {
    background: url("../img/home/home_products_img.jpg") center 0 no-repeat;
    background-size: cover;
  }
}
.home .products_ja {
  text-align: center;
}
.home .products_ja p {
  display: flex;
  flex-flow: column;
  gap: 2.5445292621vw;
  margin: 0 auto;
  font-size: 3.5623409669vw;
  letter-spacing: 0.6361323155vw;
  writing-mode: vertical-rl;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .home .products_ja p {
    gap: 0.5208333333vw;
    justify-content: center;
    font-size: 1.0416666667vw;
    letter-spacing: 0.2083333333vw;
    line-height: 1.5;
    width: 100%;
  }
}
.home .products_ja p > span {
  display: block;
}
.home .products_en h2 {
  font-size: 5.0890585242vw;
}
@media screen and (min-width: 768px) {
  .home .products_en h2 {
    padding: 0 2.0833333333vw;
    font-size: 1.3541666667vw;
  }
}
.home .products_en p {
  padding: 2.5445292621vw 0 0;
  font-size: 3.5623409669vw;
  line-height: 1.1785714286;
}
@media screen and (min-width: 768px) {
  .home .products_en p {
    padding: 1.0416666667vw 2.0833333333vw 0;
    font-size: 1.0416666667vw;
    line-height: 1.2;
  }
}
.home .products_en p br {
  display: none;
}
@media screen and (min-width: 768px) {
  .home .products_en p br {
    display: block;
  }
}
.home .products_link {
  display: flex;
  justify-content: center;
  gap: 5.0890585242vw;
  margin-top: 5.0890585242vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home .products_link {
    margin-top: 0;
    gap: 2.2916666667vw;
  }
}
.home .products_link li {
  width: 17vw;
}
@media screen and (min-width: 768px) {
  .home .products_link li {
    width: auto;
  }
}
.home .products_bg {
  position: sticky;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 200lvh;
}
.home .products_bg_item {
  position: sticky;
  top: 0;
  z-index: 2;
  width: 50%;
  height: 50%;
}
.home .products_bg_item1 {
  left: 0;
  background: url("../img/home/sp_home_products_nori_img.jpg") 0 0 no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .home .products_bg_item1 {
    background: url("../img/home/home_products_nori_img.jpg") 0 0 no-repeat;
    background-size: cover;
  }
}
.home .products_bg_item2 {
  left: 50%;
  background: url("../img/home/sp_home_products_tea_img.jpg") 0 0 no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .home .products_bg_item2 {
    background: url("../img/home/home_products_tea_img.jpg") 0 0 no-repeat;
    background-size: cover;
  }
}
.home .shops {
  position: relative;
}
.home .shops_top_img {
  position: relative;
  width: 100%;
  height: 100lvh;
  overflow: hidden;
}
.home .shops_top_img_bg {
  position: absolute;
  width: 100%;
  background: url("../img/home/sp_home_store_img1.jpg") 0 0 no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .home .shops_top_img_bg {
    background: url("../img/home/home_store_img1.jpg") 0 0 no-repeat;
    background-size: cover;
  }
}
.home .shops .inner {
  margin: 0;
  padding: 20.3562340967vw 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .home .shops .inner {
    margin: 0 5.2083333333vw;
    padding: 4.1666666667vw 44.7916666667vw 4.1666666667vw 0;
    min-height: 70.2083333333vw;
    text-align: left;
  }
}
.home .shops_img {
  position: relative;
  margin-left: auto;
  width: 92.6208651399vw;
  height: 123.155216285vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .home .shops_img {
    position: absolute;
    margin-left: 0;
    right: 5.2083333333vw;
    width: 44.7916666667vw;
    height: 61.875vw;
  }
}
.home .shops_img_bg {
  position: absolute;
  width: 100%;
  height: 110%;
  background: url("../img/home/sp_home_store_img2.jpg") 0 0 no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .home .shops_img_bg {
    background: url("../img/home/home_store_img2.jpg") 0 0 no-repeat;
    background-size: cover;
  }
}
.home .shops_ja {
  position: relative;
  padding: 12.7226463104vw 7.6335877863vw 0 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .home .shops_ja {
    position: absolute;
    right: 50%;
    bottom: 20.8333333333vw;
    display: flex;
    flex-flow: row-reverse;
    padding: 0 5.2083333333vw 0 0;
  }
}
.home .shops_ja h2 {
  margin: 0 0 0 auto;
  font-size: 5.0890585242vw;
  letter-spacing: 1.0178117048vw;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .home .shops_ja h2 {
    font-size: 1.3541666667vw;
    letter-spacing: 0.3125vw;
    line-height: normal;
  }
}
.home .shops_ja p {
  display: flex;
  flex-flow: row-reverse;
  margin: 0 0 0 auto;
  padding: 5.0890585242vw 0 0;
  font-size: 3.5623409669vw;
  letter-spacing: 0.6361323155vw;
  gap: 2.5445292621vw;
}
@media screen and (min-width: 768px) {
  .home .shops_ja p {
    margin: 0;
    padding: 0 2.0833333333vw 0 0;
    font-size: 1.0416666667vw;
    letter-spacing: 0.2083333333vw;
    gap: 0.5208333333vw;
  }
}
.home .shops_ja p > span {
  display: block;
  writing-mode: vertical-rl;
}
.home .shops_en {
  padding: 10.1781170483vw 7.6335877863vw 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .home .shops_en {
    position: absolute;
    bottom: 15.1041666667vw;
    left: 5.2083333333vw;
    display: flex;
    gap: 1.0416666667vw;
    padding: 0;
    width: 17.4479166667vw;
  }
}
.home .shops_en h2 {
  font-size: 5.0890585242vw;
}
@media screen and (min-width: 768px) {
  .home .shops_en h2 {
    font-size: 1.3541666667vw;
  }
}
.home .shops_en h2 > span {
  transition-delay: 500ms;
}
.home .shops_en p {
  padding: 2.5445292621vw 0 0;
  font-size: 3.5623409669vw;
  line-height: 1.1785714286;
}
@media screen and (min-width: 768px) {
  .home .shops_en p {
    font-size: 1.0416666667vw;
    line-height: 1.2;
  }
}
.home .shops_en p > span {
  transition-delay: 500ms;
}
.home .shops_en p br {
  display: none;
}
@media screen and (min-width: 768px) {
  .home .shops_en p br {
    display: block;
  }
}
.home .shops .button_more {
  margin: 7.6335877863vw auto 0;
}
@media screen and (min-width: 768px) {
  .home .shops .button_more {
    position: absolute;
    left: 5.2083333333vw;
    bottom: 4.1666666667vw;
  }
}
.home .articles {
  padding: 0 2.5445292621vw;
}
@media screen and (min-width: 768px) {
  .home .articles {
    padding: 4.1666666667vw 5.2083333333vw;
  }
}
@media screen and (min-width: 768px) {
  .home .articles.-animate .articles_text:before, .home .articles.-animate .articles_text:after {
    top: 0;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .home .articles.-animate .articles_text .articles_ja {
    opacity: 1;
    filter: blur(0px);
    transform: translateY(0%);
  }
}
@media screen and (min-width: 768px) {
  .home .articles.-animate .articles_text .articles_en {
    opacity: 1;
    filter: blur(0px);
    transform: translateY(0%);
  }
}
@media screen and (min-width: 768px) {
  .home .articles.-animate .articles_text .button_more {
    opacity: 1;
    filter: blur(0px);
    transform: translateY(0%);
  }
}
@media screen and (min-width: 768px) {
  .home .articles.-animate .articles_img:after {
    top: 0;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .home .articles.-animate .articles_img_list_item {
    opacity: 1;
    filter: blur(0px);
    transform: translateY(0%);
  }
}
.home .articles .inner {
  position: relative;
  display: flex;
  flex-flow: column-reverse;
}
@media screen and (min-width: 768px) {
  .home .articles .inner {
    display: flex;
    flex-flow: row;
  }
}
.home .articles_text {
  position: relative;
  padding: 7.6335877863vw 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home .articles_text {
    padding: 0 6.25vw;
    width: 50%;
  }
}
.home .articles_text:before, .home .articles_text:after {
  display: none;
}
@media screen and (min-width: 768px) {
  .home .articles_text:before, .home .articles_text:after {
    content: "";
    display: block;
    position: absolute;
    height: 0%;
    width: 1px;
    background: #000;
    transition: all 1s cubic-bezier(0.21, 0.51, 0.51, 1);
  }
}
.home .articles_text:before {
  top: 100%;
  left: 0;
}
.home .articles_text:after {
  top: 100%;
  right: 0;
}
@media screen and (min-width: 768px) {
  .home .articles_text .button_more {
    transform: translateY(20%);
    opacity: 0;
    filter: blur(5px);
    transition: all 1s cubic-bezier(0.21, 0.51, 0.51, 1);
    transition-delay: 1400ms;
  }
}
.home .articles_ja {
  display: flex;
  flex-flow: row-reverse;
  gap: 5.0890585242vw;
}
@media screen and (min-width: 768px) {
  .home .articles_ja {
    padding: 0;
    gap: 2.0833333333vw;
    transform: translateY(20%);
    opacity: 0;
    filter: blur(5px);
    transition: all 1s cubic-bezier(0.21, 0.51, 0.51, 1);
    transition-delay: 1100ms;
  }
}
.home .articles_ja h2 {
  font-size: 5.0890585242vw;
  letter-spacing: 1.0178117048vw;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .home .articles_ja h2 {
    font-size: 1.3541666667vw;
    letter-spacing: 0.3125vw;
  }
}
.home .articles_ja p {
  display: flex;
  flex-flow: column;
  font-size: 3.5623409669vw;
  letter-spacing: 0.6361323155vw;
  writing-mode: vertical-rl;
  gap: 2.5445292621vw;
}
@media screen and (min-width: 768px) {
  .home .articles_ja p {
    font-size: 1.0416666667vw;
    letter-spacing: 0.2083333333vw;
    gap: 0.5208333333vw;
  }
}
.home .articles_ja p > span {
  display: block;
}
.home .articles_en {
  padding: 25.4452926209vw 0 10.1781170483vw;
}
@media screen and (min-width: 768px) {
  .home .articles_en {
    padding: 4.6875vw 0 2.0833333333vw;
    transform: translateY(20%);
    opacity: 0;
    filter: blur(5px);
    transition: all 1s cubic-bezier(0.21, 0.51, 0.51, 1);
    transition-delay: 1400ms;
  }
}
.home .articles_en:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
@media screen and (min-width: 768px) {
  .home .articles_en:after {
    display: none;
  }
}
.home .articles_en h2 {
  font-size: 5.0890585242vw;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .home .articles_en h2 {
    font-size: 1.3541666667vw;
    text-align: left;
  }
}
.home .articles_en p {
  padding: 2.5445292621vw 0 0;
  font-size: 3.5623409669vw;
  line-height: 1.1785714286;
}
@media screen and (min-width: 768px) {
  .home .articles_en p {
    padding: 1.0416666667vw 0 0;
    font-size: 1.0416666667vw;
    line-height: 1.2;
  }
}
.home .articles_en p br {
  display: none;
}
@media screen and (min-width: 768px) {
  .home .articles_en p br {
    display: block;
  }
}
.home .articles_img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home .articles_img {
    position: relative;
    padding: 0 1.0416666667vw;
    width: 50%;
  }
}
.home .articles_img:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  height: 0%;
  width: 1px;
  background: #000;
  transition: all 1s cubic-bezier(0.21, 0.51, 0.51, 1);
}
.home .articles_img_list {
  position: relative;
  display: flex;
  flex-flow: column;
  padding: 7.6335877863vw 0;
  gap: 35.6234096692vw;
}
@media screen and (min-width: 768px) {
  .home .articles_img_list {
    padding: 0;
    height: 100%;
  }
}
.home .articles_img_list:before, .home .articles_img_list:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
}
@media screen and (min-width: 768px) {
  .home .articles_img_list:before, .home .articles_img_list:after {
    display: none;
  }
}
.home .articles_img_list:before {
  top: 0;
}
.home .articles_img_list:after {
  bottom: 0;
}
.home .articles_img_list_item {
  display: flex;
  gap: 2.5445292621vw;
}
@media screen and (min-width: 768px) {
  .home .articles_img_list_item {
    position: absolute;
    gap: 0.5208333333vw;
    opacity: 0;
    filter: blur(5px);
    transform: translateY(20%);
    transition: all 1s cubic-bezier(0.21, 0.51, 0.51, 1);
  }
}
.home .articles_img_list_item:first-child {
  top: 0;
  right: 0;
  transition-delay: 500ms;
  flex-flow: row-reverse;
}
.home .articles_img_list_item:first-child .articles_img_list_item_img span {
  background: url("../img/home/home_article_food_img.jpg") center 0 no-repeat;
  background-size: cover;
}
.home .articles_img_list_item:last-child {
  bottom: 0;
  left: 0;
  transition-delay: 800ms;
  align-items: flex-end;
}
.home .articles_img_list_item:last-child .articles_img_list_item_img span {
  background: url("../img/home/home_article_lifestyle_img.jpg") center 0 no-repeat;
  background-size: cover;
}
.home .articles_img_list_item_img {
  display: block;
  width: 76.3358778626vw;
  height: 76.3358778626vw;
}
@media screen and (min-width: 768px) {
  .home .articles_img_list_item_img {
    width: 17.7083333333vw;
    height: 17.7083333333vw;
  }
}
.home .articles_img_list_item_img > span {
  display: block;
}
.home .articles_img_list_item_text {
  font-size: 5.0890585242vw;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .home .articles_img_list_item_text {
    font-size: 1.3541666667vw;
  }
}
.home .announce {
  width: 100%;
  padding: 20.3562340967vw 0 20.3562340967vw;
  text-align: center;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .home .announce {
    padding: 4.1666666667vw 5.2083333333vw;
  }
}
.home .announce .inner {
  padding: 0 2.5445292621vw;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .home .announce .inner {
    display: flex;
    padding: 0;
    gap: 2.6041666667vw;
  }
}
.home .announce_title {
  margin: 0 auto;
  font-size: 5.0890585242vw;
  letter-spacing: 1.0178117048vw;
  writing-mode: vertical-rl;
  color: #000;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .home .announce_title {
    margin: 0;
    font-size: 1.3541666667vw;
    letter-spacing: 0.3125vw;
  }
}
.home .announce_title > span {
  display: block;
}
.home .announce_title .-en {
  padding: 0 1.272264631vw 0 0;
  font-size: 3.5623409669vw;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .home .announce_title .-en {
    padding: 0 0.2604166667vw 0 0;
    font-size: 1.0416666667vw;
    letter-spacing: 0;
  }
}
.home .announce_contents {
  width: 100%;
  padding: 12.7226463104vw 0 0;
}
@media screen and (min-width: 768px) {
  .home .announce_contents {
    padding: 0;
  }
}
.home .announce_tag {
  display: flex;
  gap: 5.0890585242vw;
}
@media screen and (min-width: 768px) {
  .home .announce_tag {
    gap: 1.5625vw;
  }
}
.home .announce_tag_title {
  font-size: 5.0890585242vw;
}
@media screen and (min-width: 768px) {
  .home .announce_tag_title {
    font-size: 1.0416666667vw;
  }
}
.home .announce_tag_contents {
  width: 100%;
}
.home .announce_tag_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(33.33%, 1fr));
}
@media screen and (min-width: 768px) {
  .home .announce_tag_list {
    display: flex;
    gap: 1.5625vw;
  }
}
.home .announce_tag_list_item {
  font-size: 3.5623409669vw;
}
@media screen and (min-width: 768px) {
  .home .announce_tag_list_item {
    font-size: 1.0416666667vw;
  }
}
.home .announce_tag_list_item_link {
  position: relative;
  display: inline-block;
  padding: 2.0356234097vw 2.5445292621vw;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .home .announce_tag_list_item_link {
    padding: 0;
    white-space: normal;
  }
}
.home .announce_tag_list_item_link:after {
  display: none;
}
@media screen and (min-width: 768px) {
  .home .announce_tag_list_item_link:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #000;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
  }
}
.home .announce_tag_list_item_link.-current:after {
  opacity: 1;
}
.home .announce_list {
  padding: 7.6335877863vw 0 12.7226463104vw;
}
@media screen and (min-width: 768px) {
  .home .announce_list {
    padding: 1.5625vw 0 2.6041666667vw;
  }
}
.home .announce_list_item {
  position: relative;
  border-bottom: 1px solid #000;
}
.home .announce_list_item:first-child {
  border-top: 1px solid #000;
}
.home .announce_list_item_link {
  position: relative;
  display: block;
  padding: 5.0890585242vw 2.5445292621vw;
}
@media screen and (min-width: 768px) {
  .home .announce_list_item_link {
    padding: 2.2916666667vw 0;
  }
}
.home .announce_list_item_link dl {
  font-size: 3.5623409669vw;
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .home .announce_list_item_link dl {
    display: flex;
    gap: 7.8125vw;
    font-size: 1.0416666667vw;
    line-height: 1.7142857143;
  }
}
.home .announce_list_item_link dl dt {
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .home .announce_list_item_link dl dt {
    flex-flow: row;
    justify-content: normal;
  }
}
.home .announce_list_item_link dl dd {
  position: relative;
  padding: 1.5267175573vw 7.1246819338vw 0 0;
}
@media screen and (min-width: 768px) {
  .home .announce_list_item_link dl dd {
    position: initial;
    padding: 0;
  }
}
.home .announce_list_item_link dl dd:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2.5445292621vw;
  width: 4.5801526718vw;
  height: 4.0712468193vw;
  background: url("../img/common/icon_arrow_b.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .home .announce_list_item_link dl dd:after {
    right: 0;
    width: 1.1979166667vw;
    height: 0.8333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .home .announce_list_item_link .announce_list_item_tag {
    width: 15rem;
  }
}
.home .announce .button_more {
  margin-right: auto;
  margin-left: auto;
}

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