@charset "UTF-8";
/*共通部分
-----------------------------------------*/
/* reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, sub, sup, var, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

@blockquote :before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 0 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* reset end */
html {
  font-size: 100%;
}

img {
  display: block;
}

hr {
  border: none;
}

a {
  text-decoration: none;
  color: #000;
}

input[type=submit] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

button {
  color: #000;
}

body {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 200;
  font-style: normal;
  background-color: #F8F6F2;
}

#wrapper {
  width: 100%;
  overflow: hidden;
}

@font-face {
  font-family: "OPTICrawModern";
  src: url("../fonts/craw-modern/OPTICrawModern.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OPTICrawModern";
  src: url("../fonts/craw-modern/OPTICrawModern-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@media (max-width: 800px) {
  .sp-off {
    display: none !important;
  }
}
@media (min-width: 801px) {
  .pc-off {
    display: none !important;
  }
}
html, body {
  height: 100%; /* 高さを100%に */
  margin: 0; /* マージンを削除 */
  padding: 0; /* パディングを削除 */
  overflow: hidden; /* 通常のスクロールを無効化 */
}

.swiper-container {
  width: 100%;
  height: 100svh; /* ビュー高さを100%に */
}
.swiper-container .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100svh; /* 各スライドを全画面表示に */
  background-color: #333;
  color: white;
  width: 100%;
  position: relative;
}

header {
  position: fixed;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 30px 0px;
  z-index: 11;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  left: 0px;
  right: 0px;
  margin: auto;
}
header.mix {
  mix-blend-mode: exclusion;
  -webkit-mix-blend-mode: exclusion;
}
header.humburger {
  mix-blend-mode: initial !important;
}
header .header__logo {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
header .header__logo img {
  display: block;
  width: 112px;
}
header .header__nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1em;
  height: -moz-fit-content;
  height: fit-content;
}
header .header__nav a {
  display: block;
  font-size: clamp(10px, 9.1428571429px + 0.0028571429 * 100vw, 12px);
  font-family: "OPTICrawModern";
  color: #FF243D;
}

.header__lang {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8em;
}
@media (max-width: 800px) {
  .header__lang {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 auto;
    margin-top: 20px;
  }
}
.header__lang hr {
  display: block;
  width: 1px;
  height: 1em;
  background-color: #FF243D;
  border: none;
}
.header__lang a {
  font-size: clamp(10px, 9.1428571429px + 0.0028571429 * 100vw, 12px);
}
@media (max-width: 800px) {
  .header__lang a {
    font-size: clamp(12px, 11.1428571429px + 0.0028571429 * 100vw, 14px);
  }
}
.header__lang a.now {
  text-decoration: underline;
}

.section01 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section01 h1 {
  font-size: clamp(22px, 19.4285714286px + 0.0085714286 * 100vw, 28px);
  color: #fff;
  font-family: "OPTICrawModern";
}
@media (max-width: 800px) {
  .section01 h1 {
    width: 90%;
    margin: 0 auto;
  }
}
.section01 .section01__swiper {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  overflow: hidden;
  z-index: -1;
  height: 100%;
  width: 100%;
}
.section01 .section01__swiper .section01__swiper .swiper-wrapper {
  display: flex;
}
.section01 .section01__swiper .section01__img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.section02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: space-around;
  background: #FF243D !important;
}
@media (max-width: 800px) {
  .section02 {
    display: block !important;
  }
}
.section02 .section02__concept {
  width: 40%;
}
@media (max-width: 800px) {
  .section02 .section02__concept {
    width: 90%;
    margin: 0 auto;
  }
}
.section02 .section02__concept h1 {
  font-size: clamp(26px, 17px + 0.03 * 100vw, 47px);
  color: #fff;
  font-family: "OPTICrawModern";
}
.section02 .section02__concept h2 {
  font-size: clamp(22px, 14.2857142857px + 0.0257142857 * 100vw, 40px);
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 0.6em;
  margin-bottom: 0.7em;
  color: #000;
}
.section02 .section02__concept p {
  font-size: clamp(14px, 11.4285714286px + 0.0085714286 * 100vw, 20px);
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
}
.section02 .section02__logo {
  display: block;
  width: 40%;
}
@media (max-width: 800px) {
  .section02 .section02__logo {
    width: 70%;
    margin-top: 20svh;
    margin-bottom: 5vw;
  }
}

.section__long {
  position: relative;
  display: block !important;
}
.section__long .long__inner {
  height: 100svh;
  overflow-y: scroll; /* スクロールを優先 */
  -webkit-overflow-scrolling: touch; /* iOSでスムーズスクロール */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE・Edge */
}
.section__long .long__inner::-webkit-scrollbar {
  display: none; /* Chrome・Safari */
}
.section__long .long__inner .long__main {
  width: 100%;
  height: 100svh;
  position: relative;
}
.section__long .long__inner .long__main .long__txt {
  /*
  top: 0px;
  bottom: 0px;
  */
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  left: 10%;
  margin: auto;
  top: 100px;
  bottom: initial;
  z-index: 8;
}
@media (max-width: 800px) {
  .section__long .long__inner .long__main .long__txt {
    top: 100px;
    bottom: initial;
    z-index: 8;
  }
}
.section__long .long__inner .long__main .long__txt h1 {
  display: block;
  writing-mode: vertical-rl; /* 縦書き */
  font-size: clamp(50px, 32px + 0.06 * 100vw, 92px);
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 0.6;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
.section__long .long__inner .long__main .long__txt h1 span {
  color: #FF243D;
}
.section__long .long__inner .long__main .long__txt h1::after {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: initial;
  right: 1.26em;
  margin: auto;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
.section__long .long__inner .long__main .long__img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  overflow: hidden;
  z-index: -1;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 65%;
     object-position: 65%;
}
.section__long .long__concept {
  /*
  padding-left: 10%;
  padding-right: 10%;
  */
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.9);
  height: -moz-fit-content !important;
  height: fit-content !important;
  padding: 0px 5%;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
@media (max-width: 800px) {
  .section__long .long__concept {
    padding: 0px 5%;
    position: absolute;
    bottom: 0px;
    width: 100%;
  }
}
.section__long .long__concept h2, .section__long .long__concept p {
  color: #000;
}
.section__long .long__concept h2 {
  font-size: clamp(18px, 10.7142857143px + 0.0242857143 * 100vw, 35px);
  padding-top: 1em;
}
.section__long .long__concept p {
  font-size: clamp(12px, 11.1428571429px + 0.0028571429 * 100vw, 14px);
  margin-top: 1em;
  padding-bottom: 3em;
  line-height: 1.8;
}

.product {
  background: #F2F2F2 !important;
}
.product .product__inner {
  height: 100svh;
  overflow-y: scroll; /* スクロールを優先 */
  -webkit-overflow-scrolling: touch; /* iOSでスムーズスクロール */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE・Edge */
  width: 100vw;
}
.product .product__inner h1 {
  color: #FF243D;
  font-size: clamp(30px, -1.7142857143px + 0.1057142857 * 100vw, 104px);
  line-height: 1;
  padding: 1em 0px;
  font-family: "OPTICrawModern";
  font-weight: 100;
  margin-left: 10vw;
}
@media (max-width: 800px) {
  .product .product__inner h1 {
    margin-top: 100px;
    padding: 0em 0px;
  }
}
.product .product__main {
  width: 100vw;
  height: 100svh;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-bottom: solid 1px #000;
}
@media (max-width: 800px) {
  .product .product__main {
    display: block;
  }
}
.product .product__main .product__article {
  width: 35%;
  display: block;
}
@media (max-width: 800px) {
  .product .product__main .product__article {
    width: 90%;
    margin: 0 auto;
  }
}
.product .product__main .product__article--sp {
  padding-right: 38px;
  box-sizing: border-box;
}
.product .product__main .product__article h2, .product .product__main .product__article p {
  color: #000;
}
.product .product__main .product__article h2 {
  font-size: clamp(24px, 15.4285714286px + 0.0285714286 * 100vw, 44px);
}
.product .product__main .product__article p {
  font-size: clamp(12px, 10.7142857143px + 0.0042857143 * 100vw, 15px);
  margin-top: 0.6em;
  line-height: 1.8;
}
.product .product__main .product__article .product__logo {
  display: block;
}
.product .product__main .product__article .product__logo--01 {
  width: 160px;
  margin-top: 60px;
}
@media (max-width: 800px) {
  .product .product__main .product__article .product__logo--01 {
    margin-top: 30px;
  }
}
.product .product__main .product__article .product__logo--02 {
  width: 50px;
  margin-top: 20px;
}
@media (max-width: 800px) {
  .product .product__main .product__article .product__logo--02 {
    position: absolute;
    top: initial;
    bottom: 10px;
    left: initial;
    right: 10px;
    margin: auto;
  }
}
.product .product__main .product__article .product__logo--03 {
  width: 90px;
  margin-top: 110px;
}
@media (max-width: 800px) {
  .product .product__main .product__article .product__logo--03 {
    margin-top: 30px;
  }
}
.product .product__main .product__img {
  width: 55%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 70px 0px;
  box-sizing: border-box;
}
@media (max-width: 800px) {
  .product .product__main .product__img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    padding: 88px 0px 20px 0px;
  }
}
@media (max-width: 800px) {
  .product .product__main .product__img--top {
    padding: 28px 0px 20px 0px;
  }
}

.fade-in.fade-left, .fade-right, .fade-bottom {
  will-change: transform, opacity;
}

.fade-in {
  transition: transform 0.3s, opacity 0.3s, filter 0.3s;
  transition-delay: 0.1s;
  filter: grayscale(1) blur(40px);
}
.fade-in.active {
  transition: transform 1.4s, opacity 1.4s filter 1.4s;
  filter: initial;
}

.fade-left {
  transition: transform 0.8s, opacity 0.8s, filter 0.8s;
  filter: grayscale(1) blur(40px);
  transform: translateX(-20vw);
  opacity: 0;
}
.fade-left.active {
  transition: transform 0.8s, opacity 0.8s, filter 0.8s;
  filter: grayscale(0) blur(0px);
  transform: translateX(0vw);
  opacity: 1;
}

.fade-right {
  transition: transform 0.8s, opacity 0.8s, filter 0.8s;
  filter: grayscale(1) blur(40px);
  transform: translateX(20vw);
  opacity: 0;
}
.fade-right.active {
  transition: transform 0.8s, opacity 0.8s, filter 0.8s;
  filter: grayscale(0) blur(0px);
  transform: translateX(0vw);
  opacity: 1;
}

.fade-bottom {
  transition: transform 0.8s, opacity 0.8s, filter 0.8s;
  filter: grayscale(1) blur(40px);
  transform: translateY(40svh);
  opacity: 0;
}
.fade-bottom.active {
  transition: transform 0.8s, opacity 0.8s, filter 0.8s;
  filter: grayscale(0) blur(0px);
  transform: translateY(0vw);
  opacity: 1;
}

#hum {
  width: 40px;
  height: 30px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#hum hr {
  display: block;
  width: 40px;
  height: 1px;
  border: none;
  border-top: 1px dotted #FF243D;
  transition: all 0.3s;
}
#hum span {
  display: block;
  font-size: 8px;
  color: #FF243D;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.5em;
  margin: 0 auto;
  font-weight: 100;
}
#hum.active hr {
  display: none;
  transition: all 0.3s;
}
#hum.active hr:first-child {
  display: block;
  border-top: 1px solid #FF243D;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  transform: rotate(-45deg);
  transform-origin: center;
}
#hum.active hr:last-child {
  display: block;
  border-top: 1px solid #FF243D;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  transform: rotate(45deg);
  transform-origin: center;
}
#hum.active span {
  display: none;
}

#sp__menu {
  position: fixed;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 1;
  box-sizing: border-box;
  padding-top: 120px;
  transform: translateX(-100vw);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
#sp__menu.active {
  transform: translateX(0vw);
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
#sp__menu .sp__link {
  display: block;
  width: 90%;
  margin: 0 auto;
  border-bottom: solid 1px #FF243D;
  padding: 0.8em 0px;
}/*# sourceMappingURL=style.css.map */