/*------------------------------------------------------------
	BASE
------------------------------------------------------------*/
/*------------------------------------------------------------
	COLOR
------------------------------------------------------------*/
/*------------------------------------------------------------
	FONT
------------------------------------------------------------*/
/*------------------------------------------------------------
	FUNCTION
------------------------------------------------------------*/
/*------------------------------------------------------------
	MIXIN
------------------------------------------------------------*/
/*------------------------------------------------------------
	NORI
------------------------------------------------------------*/
.nori {
  /*------------------------------
      FV
  ------------------------------*/
  /*------------------------------
      NAVI
  ------------------------------*/
  /*------------------------------
      NORI1
  ------------------------------*/
}
.nori .fv {
  position: relative;
  min-height: 100lvh;
}
.nori .fv.-show .inner {
  opacity: 1;
}
.nori .fv.-show .fv_title {
  color: #fff;
}
.nori .fv.-show .fv_bg_img {
  opacity: 1;
}
.nori .fv.-show .tea_navi {
  transform: translateY(0%);
}
.nori .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);
}
.nori .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) {
  .nori .fv_title {
    font-size: 1.3541666667vw;
    letter-spacing: 0.3125vw;
  }
}
.nori .fv_bg {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff;
}
.nori .fv_bg_img {
  width: 100%;
  height: 100%;
  background: url("../img/nori/sp_nori_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) {
  .nori .fv_bg_img {
    background: url("../img/nori/nori_kv.jpg") center 0 no-repeat;
    background-size: cover;
  }
}
.nori .nori_navi {
  display: none;
}
@media screen and (min-width: 768px) {
  .nori .nori_navi {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    min-height: 10lvh;
    pointer-events: none;
  }
}
.nori .nori_navi.-show .nori_navi_list {
  transform: translateY(0%);
}
.nori .nori_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);
}
.nori .nori_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) {
  .nori .nori_navi_item_link:hover .text:after {
    transform: translateY(0%) !important;
  }
  .nori .nori_navi_item_link:hover .text > span {
    transform: translateY(-120%) !important;
  }
  .nori .nori_navi_item_link:hover .-en:after {
    opacity: 1 !important;
  }
}
.nori .nori_navi_item_link.-animate .text:after {
  animation: textNaviIn 2s ease-in-out 0s 1;
}
.nori .nori_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%);
  }
}
.nori .nori_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);
}
.nori .nori_navi_item_link .number {
  padding: 0.3rem 0 0 0;
}
.nori .nori_navi_item_link .text {
  position: relative;
  overflow: hidden;
}
.nori .nori_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);
}
.nori .nori_navi_item_link .text > span {
  display: block;
  transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
  transform: translateY(0%);
}
.nori .nori1 {
  position: relative;
}
.nori .nori1_block1 {
  position: relative;
}
.nori .nori1_block1_bg {
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 433.5877862595vw;
  height: 100%;
  background: #000;
}
@media screen and (min-width: 768px) {
  .nori .nori1_block1_bg {
    min-height: 143.75vw;
    height: 143.75vw;
  }
}
.nori .nori1_block1_bg.-animate .nori1_block1_bg_img {
  opacity: 1;
}
.nori .nori1_block1_bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/nori/sp_nori_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) {
  .nori .nori1_block1_bg_img {
    background: url("../img/nori/nori_img1.jpg") center 0 no-repeat;
    background-size: cover;
  }
}
.nori .nori1_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) {
  .nori .nori1_block1 .inner {
    padding: 26.71875vw 10.4166666667vw 10.4166666667vw;
  }
}
.nori .nori1_block1 .inner h2 {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 7.6335877863vw;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .nori .nori1_block1 .inner h2 {
    gap: 1.5625vw;
  }
}
.nori .nori1_block1 .inner h2 .text {
  display: flex;
  flex-flow: row-reverse;
  gap: 2.5445292621vw;
}
@media screen and (min-width: 768px) {
  .nori .nori1_block1 .inner h2 .text {
    gap: 0.9375vw;
  }
}
.nori .nori1_block1 .inner h2 .-ja {
  font-size: 6.6157760814vw;
  letter-spacing: 2.0356234097vw;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .nori .nori1_block1 .inner h2 .-ja {
    font-size: 1.6666666667vw;
    letter-spacing: 0.46875vw;
  }
}
.nori .nori1_block1 .inner h2 .-en {
  font-size: 5.0890585242vw;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .nori .nori1_block1 .inner h2 .-en {
    font-size: 1.0416666667vw;
  }
}
.nori .nori1_block1 .inner h2 .-en.number {
  font-size: 5.0890585242vw;
  writing-mode: lr;
}
@media screen and (min-width: 768px) {
  .nori .nori1_block1 .inner h2 .-en.number {
    font-size: 1.6666666667vw;
  }
}
.nori .nori1_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) {
  .nori .nori1_block1 .inner > .-ja {
    margin-top: 37.65625vw;
    width: auto;
    font-size: 1.3541666667vw;
    letter-spacing: 0.3125vw;
    gap: 1.25vw;
  }
}
.nori .nori1_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) {
  .nori .nori1_block1 .inner > .-en {
    display: inline-block;
    padding: 0;
    font-size: 1.0416666667vw;
    line-height: 1.2;
  }
}
.nori .nori1_block1 .inner > .-en > br {
  display: none;
}
@media screen and (min-width: 768px) {
  .nori .nori1_block1 .inner > .-en > br {
    display: block;
  }
}
.nori .nori1_block2 {
  position: relative;
}
.nori .nori1_block2_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.nori .nori1_block2_bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300vh;
  opacity: 0;
  transition: all 1s cubic-bezier(0.21, 0.51, 0.51, 1);
}
@media screen and (min-width: 768px) {
  .nori .nori1_block2_bg_img {
    height: 300vh;
  }
}
.nori .nori1_block2_bg_img.-show {
  opacity: 1;
  z-index: 5;
}
.nori .nori1_block2_bg_img.-bg1 {
  background: url("../img/nori/sp_nori_img2_1.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .nori .nori1_block2_bg_img.-bg1 {
    background: url("../img/nori/nori_img2_1.jpg") center center no-repeat;
    background-size: cover;
  }
}
.nori .nori1_block2_bg_img.-bg2 {
  top: 100vh;
  height: 350vh;
  background: url("../img/nori/sp_nori_img2_2.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .nori .nori1_block2_bg_img.-bg2 {
    top: 50vh;
    height: 300vh;
    background: url("../img/nori/nori_img2_2.jpg") center center no-repeat;
    background-size: cover;
  }
}
.nori .nori1_block2_bg_img.-bg3 {
  top: 200vh;
  height: 560vh;
  background: url("../img/nori/sp_nori_img2_3.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .nori .nori1_block2_bg_img.-bg3 {
    top: 200vh;
    height: 300vh;
    background: url("../img/nori/nori_img2_3.jpg") center center no-repeat;
    background-size: cover;
  }
}
.nori .nori1_block2_bg_img.-bg4 {
  top: 350vh;
  height: 500vh;
  background: url("../img/nori/sp_nori_img2_4.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .nori .nori1_block2_bg_img.-bg4 {
    top: 260vh;
    height: 390vh;
    background: url("../img/nori/nori_img2_4.jpg") center center no-repeat;
    background-size: cover;
  }
}
.nori .nori1_block2 .inner {
  position: relative;
  z-index: 10;
  padding: 25.4452926209vw 0;
}
@media screen and (min-width: 768px) {
  .nori .nori1_block2 .inner {
    padding: 5.2083333333vw;
  }
}
.nori .nori1_block2 .inner .nori_selection_list {
  width: 100%;
  display: flex;
  flex-flow: column;
  gap: 30.534351145vw;
}
@media screen and (min-width: 768px) {
  .nori .nori1_block2 .inner .nori_selection_list {
    gap: 13.0208333333vw;
  }
}
.nori .nori1_block2 .inner .nori_selection_list_item {
  position: relative;
  padding: 0;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #fff;
  transition: all 1s cubic-bezier(0.21, 0.51, 0.51, 1);
}
@media screen and (min-width: 768px) {
  .nori .nori1_block2 .inner .nori_selection_list_item {
    flex-flow: row-reverse;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.nori .nori1_block2 .inner .nori_selection_list_item:nth-child(even) {
  flex-flow: row;
  flex-wrap: wrap;
}
.nori .nori1_block2 .inner .nori_selection_list_item:nth-child(even) .nori_selection_list_img {
  margin-left: 7.6335877863vw;
}
@media screen and (min-width: 768px) {
  .nori .nori1_block2 .inner .nori_selection_list_item:nth-child(even) .nori_selection_list_img {
    margin-left: 0;
  }
}
.nori .nori1_block2 .inner .nori_selection_list_item:nth-child(even) .nori_selection_list_text > .-ja {
  justify-content: flex-end;
  padding-left: 7.6335877863vw;
}
@media screen and (min-width: 768px) {
  .nori .nori1_block2 .inner .nori_selection_list_item:nth-child(even) .nori_selection_list_text > .-ja {
    padding-left: 0;
    justify-content: flex-start;
  }
}
.nori .nori1_block2 .inner .nori_selection_list_item:nth-child(even) .nori_selection_list_text > .-en dt {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .nori .nori1_block2 .inner .nori_selection_list_item:nth-child(even) .nori_selection_list_text > .-en dt {
    text-align: left;
  }
}
.nori .nori1_block2 .inner .nori_selection_list_item.-item1 .nori_selection_list_img_bg {
  background: url("../img/nori/nori_selection_img1_1.jpg") center 0 no-repeat;
  background-size: cover;
}
.nori .nori1_block2 .inner .nori_selection_list_item.-item1 .-img_bg:first-child {
  background-image: url("../img/nori/nori_selection_img1_2.jpg");
}
.nori .nori1_block2 .inner .nori_selection_list_item.-item1 .-img_bg:last-child {
  background-image: url("../img/nori/nori_selection_img1_3.jpg");
}
.nori .nori1_block2 .inner .nori_selection_list_item.-item2 .nori_selection_list_img_bg {
  background: url("../img/nori/nori_selection_img2_1.jpg") center 0 no-repeat;
  background-size: cover;
}
.nori .nori1_block2 .inner .nori_selection_list_item.-item2 .-img_bg:first-child {
  background-image: url("../img/nori/nori_selection_img2_2.jpg");
}
.nori .nori1_block2 .inner .nori_selection_list_item.-item2 .-img_bg:last-child {
  background-image: url("../img/nori/nori_selection_img2_3.jpg");
}
.nori .nori1_block2 .inner .nori_selection_list_item.-item3 .nori_selection_list_img_bg {
  background: url("../img/nori/nori_selection_img3_1.jpg") center 0 no-repeat;
  background-size: cover;
}
.nori .nori1_block2 .inner .nori_selection_list_item.-item3 .-img_bg:first-child {
  background-image: url("../img/nori/nori_selection_img3_2.jpg");
}
.nori .nori1_block2 .inner .nori_selection_list_item.-item3 .-img_bg:last-child {
  background-image: url("../img/nori/nori_selection_img3_3.jpg");
}
@media screen and (min-width: 768px) {
  .nori .nori1_block2 .inner .nori_selection_list_item.-item3 .nori_selection_list_text {
    padding-bottom: 9.375vw;
  }
}
.nori .nori1_block2 .inner .nori_selection_list_item.-item4 .nori_selection_list_img_bg {
  background: url("../img/nori/nori_selection_img4_1.jpg") center 0 no-repeat;
  background-size: cover;
}
.nori .nori1_block2 .inner .nori_selection_list_item.-item4 .-img_bg:first-child {
  background-image: url("../img/nori/nori_selection_img4_2.jpg");
}
.nori .nori1_block2 .inner .nori_selection_list_item.-item4 .-img_bg:last-child {
  background-image: url("../img/nori/nori_selection_img4_3.jpg");
}
@media screen and (min-width: 768px) {
  .nori .nori1_block2 .inner .nori_selection_list_item.-item4 .nori_selection_list_text {
    padding-bottom: 10.4166666667vw;
  }
}
.nori .nori1_block2 .inner .nori_selection_list_item_button {
  position: absolute;
  right: 9.4147582697vw;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .nori .nori1_block2 .inner .nori_selection_list_item_button {
    position: relative;
    right: auto;
    padding: 5.2083333333vw 0 0;
    width: 100%;
    text-align: center;
  }
}
.nori .nori1_block2 .inner .nori_selection_list_item_button .button_more {
  display: inline-block;
  color: #fff;
}
.nori .nori1_block2 .inner .nori_selection_list_item_button .button_more:after {
  background: url("../img/common/icon_arrow_w.svg");
  background-size: 100% 100%;
}
.nori .nori1_block2 .inner .nori_selection_list_item_button .button_more .-en:after {
  background: #fff;
}
.nori .nori1_block2 .inner .nori_selection_list_img {
  position: relative;
  width: 92.3664122137vw;
  min-height: 123.4096692112vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .nori .nori1_block2 .inner .nori_selection_list_img {
    width: 47.9166666667vw;
    min-height: 100lvh;
  }
}
.nori .nori1_block2 .inner .nori_selection_list_img_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.nori .nori1_block2 .inner .nori_selection_list_text {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .nori .nori1_block2 .inner .nori_selection_list_text {
    width: 31.9791666667vw;
  }
}
.nori .nori1_block2 .inner .nori_selection_list_text .-img {
  position: relative;
  margin-top: 7.6335877863vw;
  margin-left: 2.5445292621vw;
  height: 84.7328244275vw;
  max-height: 84.7328244275vw;
  width: 63.6132315522vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .nori .nori1_block2 .inner .nori_selection_list_text .-img {
    margin-top: 1.5625vw;
    margin-left: 0;
    height: 50vw;
    max-height: 60vh;
    width: 100%;
  }
}
.nori .nori1_block2 .inner .nori_selection_list_text .-img.-animate .-img_bg {
  transform: translate(-50%, -50%) scale(1.2);
}
.nori .nori1_block2 .inner .nori_selection_list_text .-img_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  height: 84.7328244275vw;
  max-height: 84.7328244275vw;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform-origin: center center;
  transform: translate(-50%, -50%) scale(1);
  transition: all 6000ms linear;
}
@media screen and (min-width: 768px) {
  .nori .nori1_block2 .inner .nori_selection_list_text .-img_bg {
    height: 50vw;
    max-height: 60vh;
    width: 100%;
  }
}
.nori .nori1_block2 .inner .nori_selection_list_text .-img_bg:first-child {
  opacity: 1;
}
.nori .nori1_block2 .inner .nori_selection_list_text .-img_bg:last-child {
  opacity: 0;
  z-index: 2;
  animation: imgFade 8s ease-in-out 0s infinite;
}
@keyframes imgFade {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.nori .nori1_block2 .inner .nori_selection_list_text > .-ja {
  display: flex;
  flex-flow: column;
  writing-mode: vertical-rl;
  gap: 5.0890585242vw;
  padding: 7.6335877863vw 7.6335877863vw 0 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .nori .nori1_block2 .inner .nori_selection_list_text > .-ja {
    gap: 1.0416666667vw;
    padding: 0;
    width: 100%;
  }
}
.nori .nori1_block2 .inner .nori_selection_list_text > .-ja.-blk {
  color: #000;
}
.nori .nori1_block2 .inner .nori_selection_list_text > .-ja dt {
  font-size: 5.0890585242vw;
  letter-spacing: 1.0178117048vw;
}
@media screen and (min-width: 768px) {
  .nori .nori1_block2 .inner .nori_selection_list_text > .-ja dt {
    font-size: 1.3541666667vw;
    letter-spacing: 0.3125vw;
  }
}
.nori .nori1_block2 .inner .nori_selection_list_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) {
  .nori .nori1_block2 .inner .nori_selection_list_text > .-ja dd {
    gap: 0.5208333333vw;
    font-size: 1.0416666667vw;
    letter-spacing: 0.2083333333vw;
  }
}
.nori .nori1_block2 .inner .nori_selection_list_text > .-ja dd.-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .nori .nori1_block2 .inner .nori_selection_list_text > .-ja dd.-pc {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .nori .nori1_block2 .inner .nori_selection_list_text > .-ja dd.-sp {
    display: none;
  }
}
.nori .nori1_block2 .inner .nori_selection_list_text > .-en {
  padding: 7.6335877863vw 2.5445292621vw 0;
}
@media screen and (min-width: 768px) {
  .nori .nori1_block2 .inner .nori_selection_list_text > .-en {
    position: absolute;
    bottom: 0;
    padding: 0 1.5625vw 0 0;
  }
}
.nori .nori1_block2 .inner .nori_selection_list_text > .-en dt {
  font-size: 5.0890585242vw;
}
@media screen and (min-width: 768px) {
  .nori .nori1_block2 .inner .nori_selection_list_text > .-en dt {
    font-size: 1.3541666667vw;
  }
}
.nori .nori1_block2 .inner .nori_selection_list_text > .-en dd {
  padding: 2.5445292621vw 0 0;
  font-size: 3.5623409669vw;
  line-height: 1.1785714286;
}
@media screen and (min-width: 768px) {
  .nori .nori1_block2 .inner .nori_selection_list_text > .-en dd {
    padding: 1.0416666667vw 0 0;
    font-size: 1.0416666667vw;
    line-height: 1.2;
  }
}
.nori .nori2 {
  position: relative;
  z-index: 5;
}
.nori .nori2_block1 {
  position: relative;
  min-height: 433.5877862595vw;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .nori .nori2_block1 {
    min-height: 143.75vw;
    height: 143.75vw;
  }
}
.nori .nori2_block1_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 433.5877862595vw;
  height: 100%;
  background: #000;
}
@media screen and (min-width: 768px) {
  .nori .nori2_block1_bg {
    min-height: 143.75vw;
    height: 143.75vw;
  }
}
.nori .nori2_block1_bg.-animate .nori2_block1_bg_img {
  opacity: 1;
}
.nori .nori2_block1_bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/nori/sp_nori_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) {
  .nori .nori2_block1_bg_img {
    background: url("../img/nori/nori_img3.jpg") center 0 no-repeat;
    background-size: cover;
  }
}
.nori .nori2_block1 .inner {
  position: relative;
  z-index: 2;
  padding: 0 2.5445292621vw 17.8117048346vw;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .nori .nori2_block1 .inner {
    padding: 0 10.4166666667vw;
  }
}
.nori .nori2_block1 .inner > .-ja {
  display: flex;
  flex-flow: column;
  gap: 6.106870229vw;
  width: 100%;
  padding: 110lvh 0 0;
  font-size: 5.0890585242vw;
  letter-spacing: 1.0178117048vw;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .nori .nori2_block1 .inner > .-ja {
    gap: 1.25vw;
    width: 100%;
    padding: 77.34375vw 0 0;
    font-size: 1.3541666667vw;
    letter-spacing: 0.3125vw;
  }
}
.nori .nori2_block1 .inner > .-ja > span {
  white-space: nowrap;
}
.nori .nori2_block1 .inner > .-en {
  margin: 0;
  padding: 5.0890585242vw 0 0;
  width: 100%;
  font-size: 5.0890585242vw;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .nori .nori2_block1 .inner > .-en {
    margin: 0;
    padding: 10.3125vw 0 5.2083333333vw;
    width: 22.8125vw;
    font-size: 1.3541666667vw;
    line-height: 1.2307692308;
  }
}
.nori .nori2_block1 .nori2_title {
  position: absolute;
  top: 50lvh;
  left: 50%;
  padding: 5.0890585242vw;
  transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0;
  transition: all 1s cubic-bezier(0.21, 0.51, 0.51, 1);
}
@media screen and (min-width: 768px) {
  .nori .nori2_block1 .nori2_title {
    padding: 1.0416666667vw;
  }
}
.nori .nori2_block1 .nori2_title.-animate {
  opacity: 1;
}
.nori .nori2_block1 .nori2_title .number {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 5.0890585242vw;
}
@media screen and (min-width: 768px) {
  .nori .nori2_block1 .nori2_title .number {
    font-size: 1.6666666667vw;
  }
}
.nori .nori2_block1 .nori2_title .text {
  position: relative;
  z-index: 2;
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  writing-mode: vertical-rl;
  gap: 2.5445292621vw;
  padding: 7.6335877863vw 0 0;
}
@media screen and (min-width: 768px) {
  .nori .nori2_block1 .nori2_title .text {
    padding: 1.09375vw 0 0;
    gap: 0.9375vw;
  }
}
.nori .nori2_block1 .nori2_title .text .-ja {
  font-size: 6.6157760814vw;
  letter-spacing: 2.0356234097vw;
}
@media screen and (min-width: 768px) {
  .nori .nori2_block1 .nori2_title .text .-ja {
    font-size: 1.6666666667vw;
    letter-spacing: 0.46875vw;
  }
}
.nori .nori2_block1 .nori2_title .text .-en {
  font-size: 5.0890585242vw;
}
@media screen and (min-width: 768px) {
  .nori .nori2_block1 .nori2_title .text .-en {
    font-size: 1.0416666667vw;
  }
}
.nori .nori2_movie {
  height: 41.9847328244vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .nori .nori2_movie {
    min-height: 42.1875vw;
  }
}
.nori .nori2_movie video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.nori .nori_processing {
  padding: 0 2.5445292621vw 20.3562340967vw;
  background: #FAF9F7;
}
@media screen and (min-width: 768px) {
  .nori .nori_processing {
    padding: 0 5.2083333333vw 4.1666666667vw;
  }
}
.nori .nori_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) {
  .nori .nori_processing .inner {
    flex-flow: row-reverse;
    padding: 5.2083333333vw 0 1.0416666667vw;
    gap: 3.4375vw;
  }
}
.nori .nori_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) {
  .nori .nori_processing_title {
    justify-content: flex-start;
    gap: 0.2083333333vw;
    width: auto;
  }
}
.nori .nori_processing_title .-ja {
  font-size: 5.0890585242vw;
  letter-spacing: 1.0178117048vw;
}
@media screen and (min-width: 768px) {
  .nori .nori_processing_title .-ja {
    font-size: 1.3541666667vw;
    letter-spacing: 0.3125vw;
  }
}
.nori .nori_processing_title .-en {
  font-size: 3.5623409669vw;
}
@media screen and (min-width: 768px) {
  .nori .nori_processing_title .-en {
    font-size: 0.9375vw;
  }
}
.nori .nori_processing_list {
  display: flex;
  flex-wrap: nowrap;
  flex-flow: column;
  gap: 2.5445292621vw;
}
@media screen and (min-width: 768px) {
  .nori .nori_processing_list {
    flex-flow: row-reverse;
    gap: 1.0416666667vw;
  }
}
.nori .nori_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) {
  .nori .nori_processing_list_item {
    flex-flow: row-reverse;
    width: 5.8333333333vw;
    overflow: auto;
    overflow-x: hidden;
  }
}
.nori .nori_processing_list_item.-open {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .nori .nori_processing_list_item.-open {
    width: 25.625vw;
  }
}
.nori .nori_processing_list_item.-open.-wide {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .nori .nori_processing_list_item.-open.-wide {
    width: 29.7916666667vw;
  }
}
.nori .nori_processing_list_item.-open .nori_processing_list_item_title:before {
  transform: rotate(45deg) translate(0, 0);
}
@media screen and (min-width: 768px) {
  .nori .nori_processing_list_item.-open .nori_processing_list_item_title:before {
    transform: rotate(45deg) translate(-50%, 0);
  }
}
.nori .nori_processing_list_item.-open .nori_processing_list_item_title:after {
  transform: rotate(-45deg) translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .nori .nori_processing_list_item.-open .nori_processing_list_item_title:after {
    transform: rotate(-45deg) translate(-50%, 0);
  }
}
.nori .nori_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) {
  .nori .nori_processing_list_item_title {
    writing-mode: vertical-rl;
    gap: 1.5625vw;
    padding: 1.5625vw 0;
    width: 5.8333333333vw;
  }
}
.nori .nori_processing_list_item_title:before, .nori .nori_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) {
  .nori .nori_processing_list_item_title:before, .nori .nori_processing_list_item_title:after {
    left: 50%;
    right: auto;
    height: 1.7708333333vw;
  }
}
.nori .nori_processing_list_item_title:before {
  right: 7.6335877863vw;
  transform: rotate(90deg) translate(0, 0);
}
@media screen and (min-width: 768px) {
  .nori .nori_processing_list_item_title:before {
    right: auto;
    bottom: 1.5625vw;
    transform: rotate(90deg) translate(-50%, 0);
  }
}
.nori .nori_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) {
  .nori .nori_processing_list_item_title:after {
    top: auto;
    right: auto;
    bottom: 1.5625vw;
    transform-origin: center center;
    transform: rotate(0deg) translate(-50%, 0);
  }
}
.nori .nori_processing_list_item_title .-ja {
  font-size: 3.5623409669vw;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .nori .nori_processing_list_item_title .-ja {
    font-size: 1.0416666667vw;
    letter-spacing: 0.2083333333vw;
  }
}
.nori .nori_processing_list_item_title .-en {
  display: none;
}
@media screen and (min-width: 768px) {
  .nori .nori_processing_list_item_title .-en {
    display: block;
    font-size: 1.0416666667vw;
    line-height: 1.2;
  }
}
.nori .nori_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) {
  .nori .nori_processing_list_item_contents {
    padding: 1.5625vw 2.0833333333vw;
    width: 19.7916666667vw;
    height: auto;
  }
}
.nori .nori_processing_list_item_contents .-contents_inner {
  padding: 0 5.0890585242vw 5.0890585242vw;
}
@media screen and (min-width: 768px) {
  .nori .nori_processing_list_item_contents .-contents_inner {
    padding: 0;
  }
}
.nori .nori_processing_list_item_contents.-wide {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .nori .nori_processing_list_item_contents.-wide {
    width: 23.9583333333vw;
  }
}
.nori .nori_processing_list_item_contents .-ja {
  width: 100%;
  font-size: 3.5623409669vw;
  letter-spacing: 0;
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .nori .nori_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;
  }
}
.nori .nori_processing_list_item_contents .-en {
  font-size: 3.5623409669vw;
  line-height: 1.1785714286;
}
@media screen and (min-width: 768px) {
  .nori .nori_processing_list_item_contents .-en {
    font-size: 1.0416666667vw;
    line-height: 1.2;
  }
}
.nori .nori_processing_list_item_contents .-en span {
  display: block;
  padding: 0 0 2.5445292621vw;
}
@media screen and (min-width: 768px) {
  .nori .nori_processing_list_item_contents .-en span {
    display: none;
  }
}
.nori .nori_processing_list_item_contents img {
  margin: 5.0890585242vw 0 7.6335877863vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .nori .nori_processing_list_item_contents img {
    margin: 1.0416666667vw 0;
    width: 15.625vw;
    max-width: 15.625vw;
  }
}
.nori .nori_quality {
  padding: 0;
  background: #FAF9F7;
}
@media screen and (min-width: 768px) {
  .nori .nori_quality {
    padding: 0 5.2083333333vw;
  }
}
.nori .nori_quality .inner {
  position: relative;
  padding: 0 0 20.3562340967vw;
}
@media screen and (min-width: 768px) {
  .nori .nori_quality .inner {
    display: flex;
    flex-flow: row-reverse;
    width: 100%;
    padding: 0;
    gap: 3.125vw;
  }
}
.nori .nori_quality_title {
  display: flex;
  flex-flow: column;
  writing-mode: vertical-rl;
  justify-content: center;
  width: 100%;
  gap: 1.0178117048vw;
}
@media screen and (min-width: 768px) {
  .nori .nori_quality_title {
    justify-content: flex-start;
    gap: 0.2083333333vw;
    width: auto;
  }
}
.nori .nori_quality_title .-ja {
  font-size: 5.0890585242vw;
  letter-spacing: 1.0178117048vw;
}
@media screen and (min-width: 768px) {
  .nori .nori_quality_title .-ja {
    font-size: 1.3541666667vw;
    letter-spacing: 0.3125vw;
  }
}
.nori .nori_quality_title .-en {
  font-size: 3.5623409669vw;
}
@media screen and (min-width: 768px) {
  .nori .nori_quality_title .-en {
    font-size: 0.9375vw;
  }
}
.nori .nori_quality_list {
  display: flex;
  flex-flow: column;
  gap: 10.1781170483vw;
  margin: 10.1781170483vw 0 0;
  padding: 0;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .nori .nori_quality_list {
    display: flex;
    flex-flow: row-reverse;
    gap: 5.2083333333vw;
    margin: 0;
    padding: 3.125vw 5.2083333333vw;
  }
}
.nori .nori_quality_list_item {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  gap: 5.0890585242vw;
  padding: 5.0890585242vw;
}
@media screen and (min-width: 768px) {
  .nori .nori_quality_list_item {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    gap: 1.5625vw;
    padding: 0;
  }
}
.nori .nori_quality_list_item .-ja {
  display: flex;
  flex-flow: column;
  writing-mode: vertical-rl;
  gap: 7.6335877863vw;
}
@media screen and (min-width: 768px) {
  .nori .nori_quality_list_item .-ja {
    gap: 1.5625vw;
  }
}
.nori .nori_quality_list_item .-ja dt {
  display: flex;
  flex-flow: column;
  gap: 2.0356234097vw;
  font-size: 5.0890585242vw;
  letter-spacing: 1.0178117048vw;
}
@media screen and (min-width: 768px) {
  .nori .nori_quality_list_item .-ja dt {
    gap: 0.4166666667vw;
    font-size: 1.3541666667vw;
    letter-spacing: 0.3125vw;
  }
}
.nori .nori_quality_list_item .-ja dt .number {
  font-size: 3.5623409669vw;
  letter-spacing: 0.6361323155vw;
}
@media screen and (min-width: 768px) {
  .nori .nori_quality_list_item .-ja dt .number {
    font-size: 1.0416666667vw;
    letter-spacing: 0.2083333333vw;
  }
}
.nori .nori_quality_list_item .-ja dd {
  display: flex;
  flex-flow: column;
  font-size: 3.5623409669vw;
  letter-spacing: 0.6361323155vw;
  gap: 2.5445292621vw;
}
@media screen and (min-width: 768px) {
  .nori .nori_quality_list_item .-ja dd {
    font-size: 1.0416666667vw;
    letter-spacing: 0.2083333333vw;
    gap: 0.5208333333vw;
  }
}
.nori .nori_quality_list_item .-ja dd.-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .nori .nori_quality_list_item .-ja dd.-pc {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .nori .nori_quality_list_item .-ja dd.-sp {
    display: none;
  }
}
.nori .nori_quality_list_item .-en dt {
  padding: 7.6335877863vw 0 0;
  font-size: 5.0890585242vw;
}
@media screen and (min-width: 768px) {
  .nori .nori_quality_list_item .-en dt {
    padding: 0;
    font-size: 1.3541666667vw;
  }
}
.nori .nori_quality_list_item .-en dd {
  padding: 2.5445292621vw 0 0;
  font-size: 3.5623409669vw;
  line-height: 1.1785714286;
}
@media screen and (min-width: 768px) {
  .nori .nori_quality_list_item .-en dd {
    padding: 0.5208333333vw 0 0;
    font-size: 1.0416666667vw;
    line-height: 1.2;
  }
}
.nori .nori_enjoy {
  padding: 0;
  background: #FAF9F7;
}
@media screen and (min-width: 768px) {
  .nori .nori_enjoy {
    padding: 5.2083333333vw 5.2083333333vw 0;
  }
}
.nori .nori_enjoy .inner {
  position: relative;
  padding: 0 2.5445292621vw 20.3562340967vw;
}
@media screen and (min-width: 768px) {
  .nori .nori_enjoy .inner {
    display: flex;
    flex-flow: row-reverse;
    width: 100%;
    padding: 0;
    gap: 3.125vw;
  }
}
.nori .nori_enjoy_title {
  display: flex;
  flex-flow: column;
  writing-mode: vertical-rl;
  justify-content: center;
  width: 100%;
  gap: 1.0178117048vw;
}
@media screen and (min-width: 768px) {
  .nori .nori_enjoy_title {
    justify-content: flex-start;
    gap: 0.2083333333vw;
    width: auto;
  }
}
.nori .nori_enjoy_title .-ja {
  font-size: 5.0890585242vw;
  letter-spacing: 1.0178117048vw;
}
@media screen and (min-width: 768px) {
  .nori .nori_enjoy_title .-ja {
    font-size: 1.3541666667vw;
    letter-spacing: 0.3125vw;
  }
}
.nori .nori_enjoy_title .-en {
  font-size: 3.5623409669vw;
}
@media screen and (min-width: 768px) {
  .nori .nori_enjoy_title .-en {
    font-size: 0.9375vw;
  }
}
.nori .nori_enjoy_contents {
  display: block;
  margin-top: 10.1781170483vw;
  padding: 5.0890585242vw;
  width: 100%;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .nori .nori_enjoy_contents {
    display: flex;
    flex-flow: row-reverse;
    gap: 3.125vw;
    margin-top: 0;
    padding: 3.125vw;
  }
}
.nori .nori_enjoy_sub_title {
  position: sticky;
  top: 0;
  right: 0;
  left: 100%;
  height: 100lvh;
  display: flex;
  flex-flow: column;
  writing-mode: vertical-rl;
  gap: 1.0178117048vw;
  padding-top: 27.989821883vw;
}
@media screen and (min-width: 768px) {
  .nori .nori_enjoy_sub_title {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    height: auto;
    gap: 0.2083333333vw;
    padding-top: 0;
  }
}
.nori .nori_enjoy_sub_title .-ja {
  font-size: 5.0890585242vw;
  letter-spacing: 1.0178117048vw;
}
@media screen and (min-width: 768px) {
  .nori .nori_enjoy_sub_title .-ja {
    font-size: 1.3541666667vw;
    letter-spacing: 0.3125vw;
  }
}
.nori .nori_enjoy_sub_title .-en {
  font-size: 3.5623409669vw;
}
@media screen and (min-width: 768px) {
  .nori .nori_enjoy_sub_title .-en {
    font-size: 0.9375vw;
  }
}
.nori .nori_enjoy_list {
  position: relative;
  top: -100lvh;
  margin-bottom: -100lvh;
  display: flex;
  flex-flow: column;
  gap: 15.2671755725vw;
  padding-right: 19.0839694656vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .nori .nori_enjoy_list {
    top: 0;
    margin-bottom: 0;
    flex-flow: row-reverse;
    flex-wrap: wrap;
    gap: 3.125vw;
    padding-right: 0;
    width: auto;
  }
}
.nori .nori_enjoy_list_item {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  gap: 7.6335877863vw;
}
@media screen and (min-width: 768px) {
  .nori .nori_enjoy_list_item {
    width: 15vw;
    gap: 2.34375vw;
  }
}
.nori .nori_enjoy_list_item:nth-child(n+5) {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .nori .nori_enjoy_list_item:nth-child(n+5) {
    width: 21vw;
  }
}
.nori .nori_enjoy_list_item .-ja {
  position: relative;
  z-index: 2;
  display: flex;
  flex-flow: column;
  writing-mode: vertical-rl;
  gap: 2.5445292621vw;
  min-height: 50.8905852417vw;
  width: 100%;
  font-size: 3.5623409669vw;
  letter-spacing: 0.6361323155vw;
}
@media screen and (min-width: 768px) {
  .nori .nori_enjoy_list_item .-ja {
    gap: 0.5208333333vw;
    min-height: auto;
    width: 100%;
    font-size: 1.0416666667vw;
    letter-spacing: 0.2083333333vw;
  }
}
.nori .nori_enjoy_list_item .-en {
  font-size: 3.5623409669vw;
  line-height: 1.1785714286;
}
@media screen and (min-width: 768px) {
  .nori .nori_enjoy_list_item .-en {
    font-size: 1.0416666667vw;
    line-height: 1.2;
  }
}
.nori .nori_enjoy_list_item .-img {
  position: absolute;
  top: 0;
  width: 50.8905852417vw;
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .nori .nori_enjoy_list_item .-img {
    top: 50%;
    width: 13.5416666667vw;
    transform: translateY(-60%);
  }
}
.nori_use {
  background: #FAF9F7;
}
.nori_use .inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .nori_use .inner {
    display: flex;
    gap: 3.125vw;
    padding: 5.2083333333vw;
  }
}
.nori_use_img {
  position: relative;
  width: 92.3664122137vw;
  height: 123.4096692112vw;
}
@media screen and (min-width: 768px) {
  .nori_use_img {
    position: relative;
    width: 47.9166666667vw;
    height: 63.9583333333vw;
    overflow: hidden;
  }
}
.nori_use_img_bg {
  position: absolute;
  width: 100%;
  height: 120%;
  background: url("../img/nori/nori_img4.jpg") 0 0 no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .nori_use_img_bg {
    background: url("../img/nori/nori_img4.jpg") center 0 no-repeat;
    background-size: cover;
  }
}
.nori_use_text {
  position: relative;
  display: flex;
  flex-flow: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 7.6335877863vw 7.6335877863vw 0 0;
}
@media screen and (min-width: 768px) {
  .nori_use_text {
    padding: 0;
    width: 36.4583333333vw;
    gap: 1.5625vw;
  }
}
.nori_use_text .-ja {
  display: flex;
  flex-flow: column;
  writing-mode: vertical-rl;
  gap: 7.6335877863vw;
}
@media screen and (min-width: 768px) {
  .nori_use_text .-ja {
    gap: 1.5625vw;
    width: 100%;
  }
}
.nori_use_text .-ja dt {
  display: flex;
  flex-flow: column;
  font-size: 5.0890585242vw;
  letter-spacing: 1.0178117048vw;
}
@media screen and (min-width: 768px) {
  .nori_use_text .-ja dt {
    font-size: 1.3541666667vw;
    letter-spacing: 0.3125vw;
  }
}
.nori_use_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) {
  .nori_use_text .-ja dd {
    gap: 0.5208333333vw;
    font-size: 1.0416666667vw;
    letter-spacing: 0.2083333333vw;
    white-space: nowrap;
  }
}
.nori_use_text .-ja dd.-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .nori_use_text .-ja dd.-pc {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .nori_use_text .-ja dd.-sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .nori_use_text .-en {
    width: 100%;
  }
}
.nori_use_text .-en dt {
  font-size: 5.0890585242vw;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .nori_use_text .-en dt {
    font-size: 1.3541666667vw;
    line-height: 1;
  }
}
.nori_use_text .-en dd {
  padding: 5.0890585242vw 0 0;
  font-size: 3.5623409669vw;
  line-height: 1.1785714286;
}
@media screen and (min-width: 768px) {
  .nori_use_text .-en dd {
    padding: 0.5208333333vw 0 0;
    font-size: 1.0416666667vw;
    line-height: 1.2;
  }
}
.nori_use_text_top {
  display: flex;
  flex-flow: row-reverse;
  align-items: flex-end;
  gap: 7.6335877863vw;
  padding: 0 0 0 2.5445292621vw;
}
@media screen and (min-width: 768px) {
  .nori_use_text_top {
    flex-flow: column;
    align-items: flex-start;
    gap: 3.125vw;
    padding: 0;
  }
}
.nori_use_text_bottom {
  position: relative;
  padding: 15.2671755725vw 0 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .nori_use_text_bottom {
    position: absolute;
    bottom: 0;
    padding: 0;
  }
}
.nori_use_text_bottom .nori_use_text_bottom_side {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all 1s cubic-bezier(0.21, 0.51, 0.51, 1);
}
@media screen and (min-width: 768px) {
  .nori_use_text_bottom .nori_use_text_bottom_side {
    display: flex;
    flex-flow: row-reverse;
    top: auto;
    bottom: 3.125vw;
    gap: 3.125vw;
  }
}
.nori_use_text_bottom .nori_use_text_bottom_side.-show {
  opacity: 1;
}
.nori_use_text_bottom .nori_use_text_bottom_side.-front {
  position: relative;
}
.nori_use_text_bottom .nori_use_text_bottom_side.-back {
  top: 15.2671755725vw;
}
@media screen and (min-width: 768px) {
  .nori_use_text_bottom .nori_use_text_bottom_side.-back {
    top: -3vw;
  }
}
.nori_use_text_bottom .nori_use_text_bottom_side .-ja {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .nori_use_text_bottom .nori_use_text_bottom_side .-ja {
    width: auto;
  }
}
.nori_use_text_bottom .nori_use_text_bottom_side .-ja br {
  display: none;
}
@media screen and (min-width: 768px) {
  .nori_use_text_bottom .nori_use_text_bottom_side .-ja br {
    display: block;
  }
}
.nori_use_text_bottom .nori_use_text_bottom_side .-en {
  padding-top: 15.2671755725vw;
  padding-left: 7.6335877863vw;
}
@media screen and (min-width: 768px) {
  .nori_use_text_bottom .nori_use_text_bottom_side .-en {
    padding-top: 0;
    padding-left: 0;
  }
}
.nori_use_text_bottom_navi {
  display: flex;
  justify-content: center;
  gap: 3.5623409669vw;
  padding-top: 7.6335877863vw;
  padding-left: 7.6335877863vw;
}
@media screen and (min-width: 768px) {
  .nori_use_text_bottom_navi {
    gap: 0.7291666667vw;
    padding-top: 0;
    padding-left: 0;
  }
}
.nori_use_text_bottom_navi_item {
  position: relative;
  line-height: 6.106870229vw;
}
@media screen and (min-width: 768px) {
  .nori_use_text_bottom_navi_item {
    line-height: 1.6666666667vw;
  }
}
.nori_use_text_bottom_navi_item.-current:before, .nori_use_text_bottom_navi_item.-current:after {
  opacity: 1;
}
.nori_use_text_bottom_navi_item:before, .nori_use_text_bottom_navi_item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 2.2900763359vw;
  height: 6.106870229vw;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
}
@media screen and (min-width: 768px) {
  .nori_use_text_bottom_navi_item:before, .nori_use_text_bottom_navi_item:after {
    width: 0.46875vw;
    height: 1.6666666667vw;
  }
}
.nori_use_text_bottom_navi_item:before {
  left: 0;
  border-left: 1px solid #000;
}
.nori_use_text_bottom_navi_item:after {
  right: 0;
  border-right: 1px solid #000;
}
.nori_use_text_bottom_navi_item button {
  background: none;
  border: none;
  padding: 0 5.0890585242vw;
  font-size: 5.0890585242vw;
  line-height: 6.106870229vw;
  cursor: pointer;
  color: #000;
}
@media screen and (min-width: 768px) {
  .nori_use_text_bottom_navi_item button {
    padding: 0 1.0416666667vw;
    font-size: 1.3541666667vw;
    line-height: 1.6666666667vw;
  }
}
.nori .nori_care {
  padding: 20.3562340967vw 0 0;
  background: #FAF9F7;
}
@media screen and (min-width: 768px) {
  .nori .nori_care {
    padding: 5.2083333333vw 5.2083333333vw;
  }
}
.nori .nori_care .inner {
  position: relative;
  padding: 0 0 25.4452926209vw;
}
@media screen and (min-width: 768px) {
  .nori .nori_care .inner {
    display: flex;
    flex-flow: row-reverse;
    width: 100%;
    padding: 0;
    gap: 3.125vw;
  }
}
.nori .nori_care_title {
  display: flex;
  flex-flow: column;
  writing-mode: vertical-rl;
  justify-content: center;
  width: 100%;
  gap: 1.0178117048vw;
}
@media screen and (min-width: 768px) {
  .nori .nori_care_title {
    justify-content: flex-start;
    gap: 0.2083333333vw;
    width: auto;
  }
}
.nori .nori_care_title .-ja {
  font-size: 5.0890585242vw;
  letter-spacing: 1.0178117048vw;
}
@media screen and (min-width: 768px) {
  .nori .nori_care_title .-ja {
    font-size: 1.3541666667vw;
    letter-spacing: 0.3125vw;
  }
}
.nori .nori_care_title .-en {
  font-size: 3.5623409669vw;
}
@media screen and (min-width: 768px) {
  .nori .nori_care_title .-en {
    font-size: 0.9375vw;
  }
}
.nori .nori_care_contents {
  display: flex;
  flex-flow: column;
  gap: 15.2671755725vw;
  padding: 15.2671755725vw 5.0890585242vw 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .nori .nori_care_contents {
    flex-flow: row-reverse;
    gap: 3.125vw;
    padding: 4.1666666667vw 4.6875vw;
    background: #fff;
  }
}
.nori .nori_care_contents_before, .nori .nori_care_contents_after {
  display: flex;
  flex-flow: row-reverse;
}
.nori .nori_care_contents_before {
  gap: 5.0890585242vw;
}
@media screen and (min-width: 768px) {
  .nori .nori_care_contents_before {
    gap: 0;
  }
}
.nori .nori_care_contents_after {
  flex-flow: column;
  gap: 7.6335877863vw;
}
@media screen and (min-width: 768px) {
  .nori .nori_care_contents_after {
    flex-flow: row-reverse;
    gap: 0;
  }
}
.nori .nori_care_contents .-ja {
  display: flex;
  flex-flow: column;
  writing-mode: vertical-rl;
  gap: 5.0890585242vw;
}
@media screen and (min-width: 768px) {
  .nori .nori_care_contents .-ja {
    gap: 1.0416666667vw;
    width: 100%;
  }
}
.nori .nori_care_contents .-ja dt {
  font-size: 5.0890585242vw;
  letter-spacing: 1.0178117048vw;
}
@media screen and (min-width: 768px) {
  .nori .nori_care_contents .-ja dt {
    font-size: 1.3541666667vw;
    letter-spacing: 0.3125vw;
  }
}
.nori .nori_care_contents .-ja dd {
  display: flex;
  flex-flow: column;
  gap: 2.5445292621vw;
  font-size: 3.5623409669vw;
  letter-spacing: 0.6361323155vw;
}
@media screen and (min-width: 768px) {
  .nori .nori_care_contents .-ja dd {
    gap: 0.5208333333vw;
    font-size: 1.0416666667vw;
    letter-spacing: 0.2083333333vw;
  }
}
.nori .nori_care_contents .-ja dd.-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .nori .nori_care_contents .-ja dd.-pc {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .nori .nori_care_contents .-ja dd.-sp {
    display: none;
  }
}
.nori .nori_care_contents .-en {
  margin-top: auto;
}
.nori .nori_care_contents .-en dt {
  font-size: 5.0890585242vw;
}
@media screen and (min-width: 768px) {
  .nori .nori_care_contents .-en dt {
    font-size: 1.3541666667vw;
  }
}
.nori .nori_care_contents .-en dd {
  padding: 2.5445292621vw 0 0;
  font-size: 3.5623409669vw;
  line-height: 1.1785714286;
}
@media screen and (min-width: 768px) {
  .nori .nori_care_contents .-en dd {
    padding: 0.5208333333vw 0 0;
    font-size: 1.0416666667vw;
    line-height: 1.2;
  }
}
.nori_footer_link {
  padding: 25.4452926209vw 0;
  background: #FAF9F7;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .nori_footer_link {
    padding: 5.2083333333vw 0;
  }
}
.nori_footer_link .button_more {
  margin: 0 auto;
}

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

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