@charset "UTF-8";
/* =========================================================
 Base
========================================================= */
/* ==============================
  base配下のscssを読み込み
================================= */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@400;700&display=swap");
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

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

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

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

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

.icon-arrow_right:before {
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(45deg);
  opacity: 0.6;
}

/* ==============================
  変数を定義
================================= */
/* color */
/* media query */
/* ==============================
  base/mixin
================================= */
html {
  color: #000;
  font-size: 160%;
  overflow-x: hidden;
}

body {
  position: static;
  font-size: 14px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", Meiryo, "メイリオ", sans-serif;
  margin: 0;
  width: 100%;
  letter-spacing: 0.05em;
}

img {
  max-width: 100%;
  max-height: 100%;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover, a:active {
  opacity: 0.7;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* ======================
  共通パーツ
====================== */
.is-pc {
  display: block !important;
}

.is-pc-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.is-sp {
  display: none !important;
}

.fw-bold {
  font-weight: bold;
}

.font-s {
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  .is-pc,
  .is-pc-flex {
    display: none !important;
  }
  .is-sp {
    display: block !important;
  }
}
/* =========================================================
 Layout
========================================================= */
/* =========================================================
 Base
========================================================= */
/* ==============================
  layout/footer
================================= */
.footer-container {
  position: relative;
  min-height: min(41.6666666667vw, 800px);
  z-index: 1;
}
@media (max-width: 768px) {
  .footer-container {
    min-height: auto;
  }
}
.footer-content-inner {
  padding: min(4.1666666667vw, 80px) min(8.3333333333vw, 160px);
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  .footer-content-inner {
    color: #000;
    padding: 27.5px 0;
  }
}
.footer-content-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.footer-content-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .footer-content-img img {
    height: auto;
  }
}
@media (max-width: 768px) {
  .footer-content-img {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    z-index: 1;
    margin-top: 17.8125px;
  }
}
.footer-content-ttl-sub {
  font-size: min(1.40625vw, 27px);
}
@media (max-width: 768px) {
  .footer-content-ttl-sub {
    font-size: 10.625px;
  }
}
.footer-content-ttl-main {
  font-size: min(2.8125vw, 54px);
  padding-top: 1.5625vw;
}
@media (max-width: 768px) {
  .footer-content-ttl-main {
    font-size: 21.25px;
    padding-top: 14.0625px;
  }
}
.footer-content-txt {
  font-size: min(1.25vw, 24px);
  line-height: 2;
  padding-top: 2.34375vw;
}
@media (max-width: 768px) {
  .footer-content-txt {
    font-size: 14.0625px;
    line-height: 1.97;
    padding: 25px 18.75px;
    text-align: left;
  }
}
.footer-copylight {
  background-color: #808080;
  padding: min(2.0833333333vw, 40px) 18.75px;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  .footer-copylight {
    padding: 12.5px 18.75px;
    text-align: left;
  }
}
.footer-copylight small {
  font-size: min(0.9375vw, 18px);
}
@media (max-width: 768px) {
  .footer-copylight small {
    font-size: 10px;
  }
}

/* =========================================================
 Base
========================================================= */
/* ==============================
  layout/header
================================= */
.header-inner {
  padding-block: min(3.0208333333vw, 58px) min(2.0833333333vw, 40px);
  padding-inline: min(4.1666666667vw, 80px);
  width: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: clamp(41.25px, 6.5104166667vw, 125px) 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .header-inner {
    padding: 0 0 5.625px 15.625px;
    grid-template-columns: 41.25px minmax(0, 1fr);
  }
}
.header-logo {
  display: block;
  line-height: 1;
  width: clamp(41.25px, 6.5104166667vw, 125px);
  height: auto;
}
@media (max-width: 768px) {
  .header-logo {
    width: 41.25px;
  }
}
.header-logo img {
  width: 100%;
  height: auto;
}
.header-nav {
  justify-self: end;
}
@media (max-width: 768px) {
  .header-nav {
    display: none;
    width: 100%;
    height: calc(100% - 58px);
    position: fixed;
    top: 58px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.header-nav-button {
  display: none;
}
.header-nav-button::before, .header-nav-button::after {
  content: "";
  display: block;
  width: 54%;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-nav-button::before {
  top: 24px;
}
.header-nav-button::after {
  top: 34px;
}
@media (max-width: 768px) {
  .header-nav-button {
    justify-self: end;
    display: block;
    width: 68.75px;
    height: 56.25px;
    position: relative;
  }
}
.header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: clamp(20px, 2.7604166667vw, 53px);
     -moz-column-gap: clamp(20px, 2.7604166667vw, 53px);
          column-gap: clamp(20px, 2.7604166667vw, 53px);
}
@media (max-width: 768px) {
  .header-nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.header-nav-list a {
  color: #000;
  font-size: min(1.25vw, 24px);
}
@media (max-width: 768px) {
  .header-nav-list a {
    display: block;
    padding: 18.75px 25px;
    font-size: 16.875px;
  }
}
@media (max-width: 768px) {
  .header-nav-list > li {
    border-bottom: 1px solid #000;
  }
}

/* =========================================================
 Base
========================================================= */
/* ==============================
  layout/layout
================================= */
.l-body {
  background-image: url("../images/body_bg.jpg");
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: center;
}
.l-header {
  display: block;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  z-index: 10;
}
@media (max-width: 768px) {
  .l-header {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media (max-width: 768px) {
  .l-main {
    padding-top: 62px;
  }
}

/* =========================================================
 Module 使い回しできるパーツのスタイル
========================================================= */
/* =========================================================
 Project ページ固有のスタイル
========================================================= */
/* =========================================================
 Base
========================================================= */
/* ==============================
  project / about
================================= */
.about-section {
  background-color: #EFEFEF;
  padding-block: 6.25vw min(8.1770833333vw, 157px);
}
@media (max-width: 768px) {
  .about-section {
    padding-block: 46.875px 38.4375px;
  }
}
.about-heading-block {
  position: relative;
}
.about-heading-block::before {
  content: "";
  display: block;
  width: min(11.5104166667vw, 221px);
  height: min(11.3541666667vw, 218px);
  background-image: url("../images/about_pic03.png");
  background-size: contain;
  position: absolute;
  bottom: -24px;
  left: calc(50% + min(8.8541666667vw, 170px));
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .about-heading-block::before {
    width: 79.0625px;
    height: 78.4375px;
    bottom: -5.625px;
    left: calc(50% + 63.75px);
  }
}
.about-container {
  margin-top: min(5.9895833333vw, 115px);
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  grid-template-columns: 1fr 1fr;
  gap: 25px 5.2083333333vw;
}
@media (max-width: 768px) {
  .about-container {
    grid-template-columns: auto;
    margin-top: 41.25px;
  }
}
.about-chef-img {
  max-width: 750px;
  width: 100%;
  height: auto;
}
.about-chef-img img {
  width: 100%;
  height: auto;
}
.about-chef-name {
  font-size: min(2.3958333333vw, 46px);
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .about-chef-name {
    font-size: 21.25px;
  }
}
.about-chef-name .en {
  padding-left: 4px;
  font-size: min(1.1979166667vw, 23px);
}
@media (max-width: 768px) {
  .about-chef-name .en {
    font-size: 13.125px;
  }
}
.about-chef-detail {
  font-size: min(1.25vw, 24px);
  line-height: 2;
  letter-spacing: 0.05em;
  padding-top: min(2.7083333333vw, 52px);
}
@media (max-width: 768px) {
  .about-chef-detail {
    font-size: 14.0625px;
    line-height: 1.96;
    padding-top: 22.5px;
  }
}
.about-detail-img {
  max-width: min(33.4375vw, 642px);
  width: 100%;
  margin-top: min(4.1666666667vw, 80px);
}
@media (max-width: 768px) {
  .about-detail-img {
    margin-top: 31.25px;
    max-width: 100%;
  }
}
.about-detail-img img {
  width: 100%;
  height: auto;
}

/* =========================================================
 Base
========================================================= */
/* ==============================
  project / commitment
================================= */
.commitment-section {
  padding-top: min(5.9895833333vw, 115px);
}
.commitment-heading-block {
  margin-bottom: min(4.6875vw, 90px);
}
@media (max-width: 768px) {
  .commitment-heading-block {
    margin-bottom: 45px;
  }
}
.commitment-content-row {
  position: relative;
  padding: min(5.2083333333vw, 100px) min(4.6875vw, 90px);
  min-height: min(46.875vw, 900px);
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  grid-template-columns: min(38.5416666667vw, 740px) 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  z-index: 1;
}
@media (max-width: 768px) {
  .commitment-content-row {
    grid-template-columns: auto;
    padding: 0;
    min-height: auto;
  }
}
@media (min-width: 769px) {
  .commitment-content-row:nth-of-type(3) .commitment-content-wrapper {
    background-color: rgba(255, 255, 255, 0.15);
    background-blend-mode: soft-light;
  }
  .commitment-content-row:last-of-type .commitment-content-wrapper {
    background-color: rgba(0, 0, 0, 0.35);
    background-blend-mode: multiply;
  }
  .commitment-content-row:last-of-type .commitment-content-wrapper * {
    color: #fff;
  }
  .commitment-content-row:nth-of-type(2n+1) {
    grid-template-columns: 1fr min(38.5416666667vw, 740px);
  }
  .commitment-content-row:nth-of-type(2n+1) .commitment-content-wrapper {
    grid-area: 1/2/2/3;
  }
}
.commitment-content-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.commitment-content-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .commitment-content-img img {
    height: auto;
  }
}
@media (max-width: 768px) {
  .commitment-content-img {
    position: relative;
    z-index: 1;
    top: auto;
    left: auto;
    height: 281.25px;
  }
}
.commitment-content-wrapper {
  padding: min(2.7083333333vw, 52px) min(2.7083333333vw, 52px) min(2.1875vw, 42px);
}
@media (max-width: 768px) {
  .commitment-content-wrapper {
    padding: 18.125px 18.75px 50px;
  }
}
.commitment-content-count {
  font-size: min(1.5625vw, 30px);
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .commitment-content-count {
    font-size: 15px;
  }
}
.commitment-content-ttl {
  font-size: min(2.3958333333vw, 46px);
  letter-spacing: 0.1em;
  padding-block: min(2.6041666667vw, 54px) min(3.4375vw, 71px);
  line-height: 1.7;
}
@media (max-width: 768px) {
  .commitment-content-ttl {
    font-size: 21.25px;
  }
}
.commitment-content-detail {
  font-size: min(1.25vw, 24px);
  line-height: 2;
}
@media (max-width: 768px) {
  .commitment-content-detail {
    font-size: 14.0625px;
    line-height: 1.96;
  }
}

/* =========================================================
 Base
========================================================= */
/* ==============================
  project / features
================================= */
.features-section {
  padding: min(7.8125vw, 150px) min(18.75vw, 360px);
}
@media (max-width: 768px) {
  .features-section {
    padding: 46.875px 18.75px;
  }
}
.features-section-inner {
  max-width: min(62.5vw, 1200px);
  width: 100%;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .features-section-inner {
    max-width: 100%;
  }
}
.features-top-block {
  margin-inline: auto;
  padding-block: min(5.1041666667vw, 98px) min(8.125vw, 156px);
}
@media (max-width: 768px) {
  .features-top-block {
    padding-block: 32.8125px;
  }
}
.features-top-ttl {
  font-size: min(2.8125vw, 54px);
  text-align: center;
  padding-bottom: min(4.7916666667vw, 92px);
}
@media (max-width: 768px) {
  .features-top-ttl {
    font-size: 21.25px;
  }
}
.features-top-detail {
  font-size: min(1.25vw, 24px);
  line-height: 2;
}
@media (max-width: 768px) {
  .features-top-detail {
    font-size: 14.0625px;
    line-height: 1.96;
  }
}
.features-read-block {
  -webkit-margin-start: calc(min(18.75vw, 360px) * -1);
          margin-inline-start: calc(min(18.75vw, 360px) * -1);
  display: grid;
  grid-template-columns: 1fr auto;
}
@media (max-width: 768px) {
  .features-read-block {
    -webkit-margin-start: -18.75px;
            margin-inline-start: -18.75px;
    grid-template-columns: 1fr 21.875px;
  }
}
.features-read-img {
  max-width: 62.5vw;
  width: 100%;
  max-height: 750px;
  height: 100%;
  margin-inline: 0 auto;
  overflow: hidden;
}
@media (max-width: 768px) {
  .features-read-img {
    max-width: 100%;
    max-height: 156.25px;
  }
}
.features-read-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.features-read-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-column-gap: min(3.8541666667vw, 74px);
     -moz-column-gap: min(3.8541666667vw, 74px);
          column-gap: min(3.8541666667vw, 74px);
  padding-top: min(2.3958333333vw, 46px);
  margin-left: calc(min(2.8645833333vw, 55px) * -1);
}
@media (max-width: 768px) {
  .features-read-item {
    display: contents;
  }
}
.features-read-ttl {
  font-size: min(2.3958333333vw, 46px);
  letter-spacing: 0.1em;
  line-height: 1.7;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media (max-width: 768px) {
  .features-read-ttl {
    font-size: 21.25px;
    grid-area: 1/2/2/3;
    padding-top: 46.875px;
  }
}
.features-read-detail {
  font-size: min(1.25vw, 24px);
  line-height: 2.42;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -ms-flex-item-align: self-end;
      align-self: self-end;
}
@media (max-width: 768px) {
  .features-read-detail {
    font-size: 12.5px;
    grid-area: 2/1/3/2;
    justify-self: center;
    margin-top: -46.875px;
    max-height: 109.375px;
  }
}
.features-list {
  max-width: 1200px;
  width: 100%;
  margin: min(7.8125vw, 150px) auto 0;
  display: grid;
  grid-template-columns: repeat(2, 28.6458333333vw);
  gap: min(5.2083333333vw, 100px);
}
@media (max-width: 768px) {
  .features-list {
    grid-template-columns: auto;
    margin-top: 39.6875px;
    gap: 34.375px;
  }
}
.features-list-img {
  display: block;
  width: 100%;
  height: auto;
}
.features-list-img img {
  display: block;
  width: 100%;
  height: auto;
}
.features-list-name {
  padding-block: min(2.3958333333vw, 46px) min(2.0833333333vw, 40px);
  font-size: min(1.875vw, 36px);
}
@media (max-width: 768px) {
  .features-list-name {
    font-size: 21.25px;
    padding-block: 23.75px 15.625px;
  }
}
.features-list-name .sub {
  padding-left: 6px;
  font-size: min(1.25vw, 24px);
}
@media (max-width: 768px) {
  .features-list-name .sub {
    font-size: 12.8125px;
  }
}
.features-list-detail {
  font-size: min(1.25vw, 24px);
  line-height: 2;
}
@media (max-width: 768px) {
  .features-list-detail {
    font-size: 14.0625px;
    line-height: 1.97;
  }
}

/* =========================================================
 Base
========================================================= */
/* ==============================
  project / line up
================================= */
.lineup-section {
  padding-block: min(7.8125vw, 150px) min(5.9895833333vw, 115px);
}
@media (max-width: 768px) {
  .lineup-section {
    padding-block: 46.875px;
  }
}
.lineup-products-list {
  margin-top: min(5.3125vw, 102px);
}
@media (max-width: 768px) {
  .lineup-products-list {
    margin-top: 39.0625px;
  }
}
.lineup-product-block + .lineup-product-block {
  margin-top: min(5.2083333333vw, 100px);
}
@media (max-width: 768px) {
  .lineup-product-block + .lineup-product-block {
    margin-top: 57.1875px;
  }
}
.lineup-product-name {
  font-size: min(1.9791666667vw, 38px);
  padding-bottom: min(0.8333333333vw, 16px);
  border-bottom: 1px solid #000;
}
@media (max-width: 768px) {
  .lineup-product-name {
    font-size: 21.25px;
    line-height: 1;
    padding-bottom: 10.625px;
  }
}
.lineup-product-name-kana {
  font-size: min(1.25vw, 24px);
  padding-left: min(1.4583333333vw, 28px);
}
@media (max-width: 768px) {
  .lineup-product-name-kana {
    font-size: 11.25px;
    padding-left: 6.25px;
  }
}
.lineup-product-item {
  display: grid;
  grid-template-columns: 1fr min(26.0416666667vw, 500px);
  gap: 31.875px min(3.3854166667vw, 65px);
  margin-top: min(3.125vw, 60px);
}
@media (max-width: 768px) {
  .lineup-product-item {
    grid-template-columns: auto;
    margin-top: 25px;
  }
}
.lineup-product-img {
  padding-top: min(1.5625vw, 30px);
  width: 100%;
  height: auto;
}
.lineup-product-img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.lineup-product-detail {
  font-size: min(1.25vw, 24px);
  line-height: 2;
}
@media (max-width: 768px) {
  .lineup-product-detail {
    font-size: 14.0625px;
    line-height: 1.96;
  }
}
.lineup-product-data {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: min(0.625vw, 12px) min(0.5208333333vw, 10px);
  margin-top: min(2.0833333333vw, 40px);
  font-size: min(1.09375vw, 21px);
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .lineup-product-data {
    font-size: 12.5px;
    margin-top: 21.875px;
    gap: 0 6.25px;
  }
}
.lineup-product-data .unit {
  font-size: min(0.8333333333vw, 16px);
  padding-left: 2px;
}
@media (max-width: 768px) {
  .lineup-product-data .unit {
    font-size: 8.75px;
  }
}
.lineup-product-link {
  display: block;
  color: #000;
  font-size: min(1.25vw, 24px);
  position: relative;
  padding: 1.0416666667vw calc(min(1.0416666667vw, 20px) * 2);
  border: 1px solid #000;
  text-align: center;
  margin-top: min(2.7083333333vw, 52px);
}
@media (max-width: 768px) {
  .lineup-product-link {
    font-size: 14.0625px;
    padding: 16.25px 15.625px;
    margin-top: 27.5px;
  }
}
.lineup-product-link [class^=icon-],
.lineup-product-link [class*=" icon-"] {
  font-size: min(1.0416666667vw, 20px);
  position: absolute;
  top: 50%;
  right: min(1.0416666667vw, 20px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .lineup-product-link [class^=icon-],
  .lineup-product-link [class*=" icon-"] {
    font-size: 12.5px;
    right: 9.375px;
  }
}

/* =========================================================
 Base
========================================================= */
/* ==============================
  project / module
================================= */
.common-section {
  padding-inline: min(8.3333333333vw, 160px);
}
@media (max-width: 768px) {
  .common-section {
    padding-inline: 18.75px;
  }
}
.common-section-inner {
  max-width: 1600px;
  width: 100%;
  margin-inline: auto;
}

.section-heading-block {
  display: grid;
  place-content: center;
}
.section-heading-block .vertical {
  text-combine-upright: all;
}
.section-heading-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-column-gap: min(1.3541666667vw, 26px);
     -moz-column-gap: min(1.3541666667vw, 26px);
          column-gap: min(1.3541666667vw, 26px);
}
@media (max-width: 768px) {
  .section-heading-item {
    -webkit-column-gap: 14.0625px;
       -moz-column-gap: 14.0625px;
            column-gap: 14.0625px;
  }
}
.section-heading-en {
  color: #666;
  font-size: min(1.40625vw, 27px);
  letter-spacing: 0.05em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media (max-width: 768px) {
  .section-heading-en {
    font-size: 10.625px;
  }
}
.section-heading-jp {
  color: #000;
  font-size: min(2.8125vw, 54px);
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.63;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media (max-width: 768px) {
  .section-heading-jp {
    font-size: 21.25px;
  }
}

/* =========================================================
 Base
========================================================= */
/* ==============================
  project / movie
================================= */
.movie-section {
  padding-block: min(6.25vw, 120px) min(6.5625vw, 126px);
  background-color: #EFEFEF;
}
@media (max-width: 768px) {
  .movie-section {
    padding-block: 46.875px;
  }
}
.movie-heading-block {
  margin-bottom: min(5.3645833333vw, 103px);
}
@media (max-width: 768px) {
  .movie-heading-block {
    margin-bottom: 33.125px;
  }
}
.movie-container {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 1.3fr 1fr;
  gap: 52.5px min(7.2916666667vw, 140px);
}
@media (max-width: 768px) {
  .movie-container {
    grid-template-columns: auto;
  }
}
.movie-iframe {
  width: 100%;
  height: auto;
}
.movie-iframe iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.movie-chanel-block {
  justify-self: center;
}
.movie-chanel-img {
  margin: 0 auto min(2.9166666667vw, 56px);
  max-width: min(16.40625vw, 315px);
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .movie-chanel-img {
    max-width: 156.25px;
    margin-bottom: 33.75px;
  }
}
.movie-chanel-img img {
  width: 100%;
  height: auto;
}
.movie-chanel-ttl {
  font-size: min(1.6666666667vw, 32px);
  text-align: center;
  padding-bottom: min(2.7083333333vw, 52px);
}
@media (max-width: 768px) {
  .movie-chanel-ttl {
    font-size: 21.25px;
    padding-bottom: 21.875px;
  }
}
.movie-chanel-about {
  font-size: min(1.25vw, 24px);
  line-height: 2;
}
@media (max-width: 768px) {
  .movie-chanel-about {
    font-size: 13.125px;
    line-height: 1.97;
  }
}

/* =========================================================
 Base
========================================================= */
/* ==============================
  project / mv
================================= */
.mv-swiper-container .swiper-slide {
  width: 100%;
  max-height: 100svh;
  overflow: hidden;
}
.mv-swiper-container .swiper-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mv-heading-block {
  max-width: calc(min(62.5vw, 1200px) + 37.5px);
  width: 100%;
  margin-inline: auto;
  text-align: center;
  padding: min(4.6875vw, 90px);
}
@media (max-width: 768px) {
  .mv-heading-block {
    padding: 21.875px 18.75px;
    max-width: 100%;
  }
}
.mv-heading-sub {
  font-size: min(1.5625vw, 30px);
  line-height: 1.73;
}
@media (max-width: 768px) {
  .mv-heading-sub {
    font-size: 14.0625px;
    line-height: 1.78;
  }
}
.mv-heading-main {
  font-size: min(3.6458333333vw, 70px);
  font-weight: normal;
  padding-block: min(4.1666666667vw, 80px);
}
@media (max-width: 768px) {
  .mv-heading-main {
    font-size: 30px;
    padding-block: 14.0625px 31.25px;
  }
}
.mv-heading-detail {
  text-align: left;
  font-size: min(1.25vw, 24px);
  line-height: 2.04;
}
@media (max-width: 768px) {
  .mv-heading-detail {
    font-size: 14.0625px;
    line-height: 1.96;
  }
}

/* =========================================================
 State
========================================================= */
/* =========================================================
 Base
========================================================= */
/* ==============================
  state/state
================================= */
body.is-fixed {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-header.is-action {
  background-color: rgba(255, 255, 255, 0.8);
}

.header-nav-button.is-active::before {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-25deg);
          transform: translate(-50%, -50%) rotate(-25deg);
}
.header-nav-button.is-active::after {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(25deg);
          transform: translate(-50%, -50%) rotate(25deg);
}
/*# sourceMappingURL=mikizo.css.map */
