/**
 * 
 * Name: Rice
 * Author: Takumi Matsuyama
 * 
 */
html, body, main, div, section, article,
header, footer, nav, h1, h2, h3, h4, h5, h6,
ul, li, ol, table, tbody, tr, th, td,
a, button, p, span, b, strong, small, blockquote,
canvas, figure, picture, img, audio, video,
form, label, input, select, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: initial;
  vertical-align: baseline;
}

html {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ul, ol {
  list-style: none;
}

a {
  display: inline-block;
  color: initial;
  background-color: transparent;
  text-decoration: none;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 90%;
}

img {
  width: 100%;
  height: auto;
  object-fit: contain;
  vertical-align: top;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  color: initial;
  outline: none;
  text-align: left;
  -webkit-appearance: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
  background-color: transparent;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}
@charset "UTF-8";
html {
  font-size: 0.7142857153vw;
}
@media only screen and (max-width: 980px) {
  html {
    height: -webkit-fill-available;
    height: 100svh;
    font-size: 2.666666667vw;
  }
  html body {
    min-height: 100svh;
    max-height: 100svh;
  }
}
html .wf-loading {
  opacity: 0;
  visibility: hidden;
}

@font-face {
  font-family: "Signifier";
  src: url("./assets/font/Signifier-ExtralightItalic.woff");
  font-style: italic;
  font-weight: 275;
}
h1, h2, h3, h4, h5, h6, a, p, span, button, b, strong, label, input, textarea, select, th, td {
  font-family: "Signifier", "花蓮華-L", "HanaRenge-Lt", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", system-ui, serif, sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #000000;
  font-feature-settings: "palt" 1;
  -webkit-font-feature-settings: "palt" 1;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1:before, h1:after, h2:before, h2:after, h3:before, h3:after, h4:before, h4:after, h5:before, h5:after, h6:before, h6:after, a:before, a:after, p:before, p:after, span:before, span:after, button:before, button:after, b:before, b:after, strong:before, strong:after, label:before, label:after, input:before, input:after, textarea:before, textarea:after, select:before, select:after, th:before, th:after, td:before, td:after {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-feature-settings: "palt" 0;
  -webkit-font-feature-settings: "palt" 0;
}
@media only screen and (max-width: 980px) {
  h1, h2, h3, h4, h5, h6, a, p, span, button, b, strong, label, input, textarea, select, th, td {
    font-size: 1.5rem;
  }
}

a *, button * {
  pointer-events: none;
}

p, p * {
  letter-spacing: 0;
  font-feature-settings: "palt" 0;
  -webkit-font-feature-settings: "palt" 0;
}

.bold, .bold *, b, b *, strong, strong * {
  font-weight: 500;
}

.desktop {
  display: block;
}

.smart {
  display: none;
}

@media only screen and (max-width: 980px) {
  .desktop {
    display: none;
  }
  .smart {
    display: block;
  }
}
.flex {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-start {
  justify-content: flex-start;
}

.flex-center {
  justify-content: center;
}

.align-start {
  align-items: flex-start;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: flex-end;
}

.nowrap {
  flex-wrap: nowrap;
}

.ratio {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  backface-visibility: hidden;
}
.ratio img,
.ratio video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  backface-visibility: hidden;
}
.ratio.dead_apple {
  padding-top: 0 !important;
}
.ratio.dead_apple img,
.ratio.dead_apple video {
  position: relative;
}
body {
  position: relative;
  overscroll-behavior: none;
  -webkit-overscroll-behavior: none;
}
body.animation {
  overflow: hidden;
}

.body_fix {
  overflow: hidden;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

main {
  position: relative;
  overscroll-behavior: none;
  -webkit-overscroll-behavior: none;
}

header {
  position: relative;
}
footer {
  padding: 1.6rem;
}
footer .wrap {
  width: 42%;
}
footer .wrap h3 {
  font-size: 3.5rem;
  line-height: 1;
}
footer .wrap .introduction {
  margin-top: 1.6rem;
}
footer .wrap .address {
  display: block;
  margin-top: 1.6rem;
}
footer .wrap .contact .en {
  display: inline-block;
  margin-right: 0.8rem;
}
footer .wrap .rights {
  display: block;
  margin-top: 15rem;
  line-height: 1;
}
@media only screen and (max-width: 980px) {
  footer {
    padding: 0.8rem;
  }
  footer .wrap {
    width: 100%;
  }
  footer .wrap h3 {
    font-size: 3rem;
  }
  footer .wrap .rights {
    margin-top: 7rem;
  }
}

.vertical_text {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  font-feature-settings: initial;
  -webkit-font-feature-settings: initial;
  line-height: 0.9;
}

.sticky {
  position: sticky;
  height: fit-content;
}

.icon {
  position: relative;
  display: inline-block;
  padding-right: 2rem;
  line-height: 1.15;
  color: #81333C;
}
.icon i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 1.6rem;
  height: 1.6rem;
  overflow: hidden;
}
.icon i:before, .icon i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  transform: translateX(0);
  transition: transform 0.4s ease-in-out, opacity 0.2s 0.2s ease-in-out;
  background-image: url("~/assets/image/icon/arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.icon i:before {
  transform: translateX(-100%);
  opacity: 0;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
}
@media only screen and (max-width: 980px) {
  .icon {
    padding-right: 1.8rem;
  }
  .icon i {
    width: 1.2rem;
    height: 1.2rem;
  }
}
@media only screen and (min-width: 980px) {
  .icon:hover i:before {
    transform: translateX(0);
    opacity: 1;
    transition: transform 0.4s ease-in-out, opacity 0.2s 0.2s ease-in-out;
  }
  .icon:hover i:after {
    transform: translateX(100%);
    opacity: 0;
    transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
  }
}
.icon.ivory i:before, .icon.ivory i:after {
  background-image: url("~/assets/image/icon/arrow-ivory.svg");
}
.icon.red i:before, .icon.red i:after {
  background-image: url("~/assets/image/icon/arrow-red.svg");
}
.icon.outside i {
  transform: rotate(-45deg);
}
.icon.underline i {
  bottom: initial;
}

@media only screen and (min-width: 980px) {
  a:hover .icon i:before, button:hover .icon i:before {
    transform: translateX(0);
    opacity: 1;
    transition: transform 0.4s ease-in-out, opacity 0.2s 0.2s ease-in-out;
  }
  a:hover .icon i:after, button:hover .icon i:after {
    transform: translateX(100%);
    opacity: 0;
    transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
  }
}

.arrow {
  padding-right: 6rem;
  font-size: 2.6rem;
  line-height: 0.8;
  color: #81333C;
}
.arrow i {
  bottom: 0;
  width: 4rem;
  height: 4rem;
  background-color: #81333C;
  border-radius: 50%;
}
.arrow i:before, .arrow i:after {
  width: 50%;
  height: 50%;
  background-image: url("~/assets/image/icon/arrow-ivory.svg");
}
.arrow.ivory i {
  background-color: #F7E9E1;
}
.arrow.ivory i:before, .arrow.ivory i:after {
  background-image: url("~/assets/image/icon/arrow.svg");
}
@media only screen and (max-width: 980px) {
  .arrow {
    padding-right: 4rem;
    font-size: 2rem;
  }
  .arrow i {
    width: 3rem;
    height: 3rem;
  }
}

.toggle {
  position: relative;
  padding-right: 2.4rem;
}
.toggle i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 1.6rem;
  height: 1.6rem;
  overflow: hidden;
  background-image: url("~/assets/image/icon/toggle.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.toggle.close i {
  transform: scale(1, -1);
}

.underline {
  position: relative;
  padding-bottom: 0.4rem;
}
.underline:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #1A1A1A;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.16, 0.97, 0.32, 1), transform 0.4s cubic-bezier(0.16, 0.97, 0.32, 1);
}
.underline.ivory:after {
  background-color: #F7E9E1;
}
.underline.red:after {
  background-color: #81333C;
}
@media only screen and (min-width: 980px) {
  .underline:hover:after {
    transform: scaleX(0);
    transform-origin: right;
  }
}
@media only screen and (max-width: 980px) {
  .underline {
    padding-bottom: 0.2rem;
  }
}

@media only screen and (min-width: 980px) {
  a:hover .underline:after, button:hover .underline:after {
    transform: scaleX(0);
    transform-origin: right;
  }
}

.endless_wrap {
  flex-wrap: nowrap;
  overflow: hidden;
}
.endless_wrap .endless {
  position: relative;
  flex-wrap: nowrap;
  width: fit-content;
  white-space: nowrap;
}
.endless_wrap .endless:nth-of-type(odd) {
  animation: endless 70s -35s linear infinite forwards;
}
.endless_wrap .endless:nth-of-type(even) {
  animation: endless_2 70s linear infinite forwards;
}
.endless_wrap .re:nth-of-type(odd), .endless_wrap .re:nth-of-type(even) {
  animation-direction: reverse;
}

@keyframes endless {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes endless_2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
.mv {
  position: relative;
}
.mv .ratio {
  position: relative;
}
.mv .ratio img {
  opacity: 0;
  animation: show 12s ease-in-out infinite forwards;
}
@keyframes show {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.mv .ratio img:first-of-type {
  animation-delay: 0s;
}
.mv .ratio img:nth-of-type(2) {
  animation-delay: 4s;
}
.mv .ratio img:last-of-type {
  animation-delay: 8s;
}
.mv h1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 46rem;
  z-index: 2;
}
@media only screen and (max-width: 980px) {
  .mv .ratio {
    padding-top: 100svh;
  }
  .mv h1 {
    width: 30rem;
  }
}

.about {
  position: relative;
  padding: 1.6rem;
  flex-direction: row-reverse;
}
.about .concept_wrap {
  width: 24%;
}
.about .concept_wrap h2 {
  width: 100%;
  flex-direction: row-reverse;
}
.about .concept_wrap h2 span {
  display: block;
  width: fit-content;
  font-size: 4.2rem;
}
.about .concept_wrap h2 span:not(:first-of-type) {
  margin-right: 0.8rem;
}
.about .concept_wrap h2 span.right {
  margin-right: 4.8rem;
}
.about .concept_wrap img {
  margin-top: auto;
  width: 100%;
}
.about .text_wrap {
  margin-right: auto;
  width: 16%;
}
.about .text_wrap .wrap {
  flex-direction: row-reverse;
}
.about .text_wrap .wrap span {
  display: block;
}
.about .text_wrap .wrap span:not(:first-of-type) {
  margin-right: 1.2rem;
}
.about .img_wrap {
  margin-right: 1.6rem;
  width: 42%;
}
@media only screen and (max-width: 980px) {
  .about {
    padding: 1.2rem 0.8rem;
    flex-direction: initial;
  }
  .about .concept_wrap {
    width: 100%;
  }
  .about .concept_wrap h2 {
    margin-left: auto;
    width: fit-content;
  }
  .about .concept_wrap h2 span {
    display: block;
    width: fit-content;
    font-size: 3rem;
  }
  .about .concept_wrap h2 span:not(:first-of-type) {
    margin-right: 0.6rem;
  }
  .about .concept_wrap h2 span.right {
    margin-right: 2.4rem;
  }
  .about .concept_wrap img {
    margin-top: 15rem;
  }
  .about .text_wrap {
    margin-top: 3.5rem;
    width: 100%;
  }
  .about .text_wrap .wrap {
    margin-bottom: 3.5rem;
    width: 100%;
    flex-direction: initial;
  }
  .about .text_wrap .wrap span {
    width: 100%;
    font-size: 1.8rem;
    line-height: 1.5;
    writing-mode: initial;
    -webkit-writing-mode: initial;
    font-feature-settings: "palt" 1;
    -webkit-font-feature-settings: "palt" 1;
  }
  .about .text_wrap .wrap span:not(:first-of-type) {
    margin-right: 0;
  }
  .about .img_wrap {
    margin-right: auto;
    width: 100%;
  }
}

.products {
  margin-top: 18rem;
  padding: 1.6rem;
  flex-direction: row-reverse;
}
.products h2 {
  top: 1.6rem;
  display: inline-block;
  padding-bottom: 15rem;
  width: fit-content;
  font-size: 5.5rem;
  line-height: 0.9;
}
.products .wrap {
  margin-top: 4.8rem;
  width: 90%;
}
.products .wrap .list_wrap {
  margin-bottom: 9.6rem;
  width: 100%;
}
.products .wrap .list_wrap h3 {
  padding-bottom: 1.6rem;
  width: 100%;
  border-bottom: 1px solid #000000;
}
.products .wrap .list_wrap h3 .flex {
  width: 63%;
  font-size: 4.8rem;
  line-height: 1;
}
.products .wrap .list_wrap h3 .flex .en {
  margin-top: auto;
  margin-left: auto;
  width: 55%;
  font-size: 3rem;
  line-height: 1;
}
.products .wrap .list_wrap ul {
  margin-top: 4.8rem;
}
.products .wrap .list_wrap ul li {
  margin-bottom: 6rem;
}
.products .wrap .list_wrap ul li h4 {
  display: block;
  width: 27%;
  font-size: 3.5rem;
  line-height: 1;
}
.products .wrap .list_wrap ul li .heading {
  width: 100%;
  font-size: 3rem;
  line-height: 1;
}
.products .wrap .list_wrap ul li .text_wrap {
  width: 35%;
}
.products .wrap .list_wrap ul li .text_wrap .title_wrap .description {
  margin-top: 2.4rem;
  width: 100%;
}
.products .wrap .list_wrap ul li .text_wrap .link_wrap {
  margin-top: auto;
  width: 100%;
}
.products .wrap .list_wrap ul li .text_wrap .link_wrap .link {
  padding: 1.2rem 0;
  width: 100%;
  border-bottom: 1px solid #000000;
}
.products .wrap .list_wrap ul li .text_wrap .link_wrap .link .title {
  display: inline-block;
  font-size: 2rem;
  line-height: 1;
}
.products .wrap .list_wrap ul li .text_wrap .link_wrap .link a {
  display: inline-block;
  margin-left: 0.8rem;
  padding: 0.6rem;
  line-height: 1;
  border: 1px solid #000000;
}
.products .wrap .list_wrap ul li .text_wrap .link_wrap .link a svg {
  display: block;
  margin: auto;
  width: auto;
  height: 0.8rem;
}
.products .wrap .list_wrap ul li .text_wrap .link_wrap .link a span {
  display: inline-block;
  margin: auto;
  font-size: 1.6rem;
  line-height: 1;
}
.products .wrap .list_wrap ul li .text_wrap .link_wrap .link a:hover {
  background-color: #000000;
}
.products .wrap .list_wrap ul li .text_wrap .link_wrap .link a:hover path {
  fill: #ffffff;
}
.products .wrap .list_wrap ul li .text_wrap .link_wrap .link a:hover span {
  color: #ffffff;
}
.products .wrap .list_wrap ul li img {
  width: 35%;
}
@media only screen and (max-width: 980px) {
  .products {
    margin-top: 8rem;
    padding: 0.8rem;
  }
  .products h2 {
    top: 1.6rem;
    padding-bottom: 9.6rem;
    font-size: 3rem;
  }
  .products .wrap {
    margin-top: 3rem;
    width: 83%;
  }
  .products .wrap .list_wrap {
    margin-bottom: 4.8rem;
  }
  .products .wrap .list_wrap h3 {
    padding-bottom: 0.8rem;
  }
  .products .wrap .list_wrap h3 .flex {
    width: 100%;
    font-size: 3rem;
  }
  .products .wrap .list_wrap ul {
    margin-top: 3.5rem;
  }
  .products .wrap .list_wrap ul li {
    margin-bottom: 3.5rem;
  }
  .products .wrap .list_wrap ul li h4 {
    width: 100%;
    font-size: 2rem;
  }
  .products .wrap .list_wrap ul li .heading {
    margin-top: 0.8rem;
    font-size: 1.5rem;
  }
  .products .wrap .list_wrap ul li .text_wrap {
    width: 100%;
    order: 1;
  }
  .products .wrap .list_wrap ul li .text_wrap .title_wrap .description {
    margin-top: 0.8rem;
  }
  .products .wrap .list_wrap ul li .text_wrap .link_wrap {
    margin-top: 0.8rem;
    width: 100%;
  }
  .products .wrap .list_wrap ul li .text_wrap .link_wrap .link {
    padding: 1.2rem 0;
  }
  .products .wrap .list_wrap ul li .text_wrap .link_wrap .link .title {
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .products .wrap .list_wrap ul li .text_wrap .link_wrap .link a span {
    font-size: 1.3rem;
  }
  .products .wrap .list_wrap ul li img {
    margin-top: 0.8rem;
    width: 100%;
  }
}

@media only screen and (max-width: 980px) {
  .footer_visual {
    padding-top: 133%;
  }
}