@charset "UTF-8";
/*
A modern CSS reset 2023 / 9 / 18
https://github.com/Andy-set-studio/modern-css-reset
*/
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.1;
}

h1, h2, h3, h4 {
  text-wrap: balance;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

img, picture {
  max-width: 100%;
  display: block;
}

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

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

/**  base  **/
@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  100% {
    opacity: 0;
  }
}
@keyframes clipPath {
  100% {
    clip-path: inset(0);
  }
}
@keyframes clipPathCircle {
  100% {
    clip-path: circle(100% at 50% 50%);
  }
}
p,
ul,
ol,
h1,
h2,
h3,
figure,
dl,
dd,
button,
pre {
  margin: 0;
  padding: 0;
}

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

ul,
ol {
  list-style: none;
}

img,
video {
  max-width: 100%;
  vertical-align: bottom;
  line-height: 1;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
}

a {
  color: currentColor;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media (hover: hover) {
  a:hover {
    opacity: 0.5;
  }
}

[x-cloak],
[v-cloak] {
  display: none !important;
}

*:focus {
  outline: none;
}

@media (min-width: 600px) {
  .device-sp {
    display: none;
  }
}

.device-pc {
  display: none;
}
@media (min-width: 600px) {
  .device-pc {
    display: block;
  }
}

br {
  display: none;
}
@media (min-width: 600px) {
  br {
    display: block;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
body.scroll_rock {
  overflow: hidden;
}

:root {
  --white: #ffffff;
  --black: #000000;
  --orange-light: #FBB03B;
  --orange: #ED6C00;
  --stripy: #FFF9B1;
  --blue: #0096dc;
  --blue-light: #81dfff;
  --green: #00a573;
  --green-light: #cfe59a;
  --link: #005AFF;
  --wrap-lg: min(92.3076923077vw, 55rem);
  --wrap-md: min(82.0512820513vw, 43.125rem);
  --gap: 3.125rem;
  --round-10: 0.625rem;
  --border-width: 2px;
}

.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

body {
  overflow-x: hidden;
  color: var(--black);
  font-family: "Aoto Gothic Medium";
  line-height: 173.3333333333%;
}

.products {
  display: grid;
  gap: 1.5rem min(6.4102564103vw, 3.125rem);
}
@media (min-width: 34rem) {
  .products {
    grid-template-columns: repeat(2, 1fr);
  }
}

.product {
  --prod-c: var(--orange);
  --prod-c-light: var(--orange-light);
}
.product a {
  display: block;
}
.product a:active, .product a:hover, .product a:focus {
  opacity: 1;
}
.product a:active figure, .product a:hover figure, .product a:focus figure {
  border-color: var(--prod-c-light);
}
.product a:active figure:before, .product a:hover figure:before, .product a:focus figure:before {
  background-image: linear-gradient(-45deg, var(--prod-c-light) 50%, transparent 50%);
}
.product figure {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border: var(--border-width) solid var(--prod-c);
  border-radius: var(--round-10);
  box-shadow: 0 0 0 var(--border-width) var(--prod-c) inset;
  transition: all 0.35s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.product figure:before, .product figure:after {
  content: "";
  position: absolute;
}
.product figure:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: min(30vw, 7.3125rem);
  aspect-ratio: 1;
  background-image: linear-gradient(-45deg, var(--prod-c) 50%, transparent 50%);
  transition: all 0.35s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.product figure:after {
  right: min(2.5641025641vw, 0.625rem);
  bottom: min(3.3333333333vw, 0.8125rem);
  display: block;
  width: min(10.5128205128vw, 2.5625rem);
  aspect-ratio: 41/43;
  background-color: var(--white);
  mask-image: url('data:image/svg+xml, %3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40.87 40.93"%3E%3Cg%3E%3Cpath d="M40.36,7.13c-.43-.5-1.07-.8-1.74-.8H9.24l-1-3.32h0C7.78,1.54,6.52.41,4.95.09L1.36.02C.75-.1.16.27.03.86c-.13.59.26,1.16.86,1.29l3.59.06c.76.16,1.38.71,1.6,1.43l6.56,21.76c-.15.07-.29.14-.43.22-.71.41-1.27.98-1.66,1.64-.36.63-.56,1.35-.57,2.09h0v.11h0c.01.58.14,1.13.36,1.64.36.81.95,1.49,1.69,1.98.74.49,1.65.77,2.61.77h21.11c.62,0,1.13-.49,1.13-1.09s-.5-1.09-1.13-1.09H14.65c-.34,0-.65-.06-.94-.18-.43-.18-.8-.47-1.06-.85-.25-.36-.4-.78-.41-1.24.01-.55.19-1.03.51-1.41.17-.2.37-.37.62-.51.24-.14.53-.25.87-.32l21.22-3.33c1.39-.22,2.49-1.24,2.77-2.57l2.6-12.31h0c.03-.14.04-.29.04-.43,0-.5-.18-.98-.51-1.38h0ZM36.02,20.82c-.09.44-.46.78-.92.86l-20.27,3.18-4.93-16.35h28.72s-2.6,12.31-2.6,12.31Z"/%3E%3Cpath d="M17.41,36.06c-.42-.29-.94-.45-1.49-.45-.36,0-.72.07-1.03.21-.48.2-.88.54-1.17.96s-.45.94-.45,1.49c0,.36.07.72.21,1.04.2.48.54.88.96,1.17.42.29.94.45,1.49.45.36,0,.72-.07,1.04-.21.48-.2.88-.54,1.17-.96s.46-.94.45-1.49c0-.36-.07-.72-.21-1.03-.2-.48-.54-.88-.96-1.17h-.01Z"/%3E%3Cpath d="M33.55,36.06c-.42-.29-.94-.45-1.49-.45-.36,0-.72.07-1.03.21-.48.2-.88.54-1.17.96s-.45.94-.45,1.49c0,.36.07.72.21,1.04.2.48.54.88.96,1.17.42.29.94.45,1.49.45.36,0,.72-.07,1.04-.21.48-.2.88-.54,1.17-.96.29-.42.45-.94.45-1.49,0-.36-.07-.72-.21-1.03-.2-.48-.54-.88-.96-1.17h0Z"/%3E%3C/g%3E%3C/svg%3E');
  mask-repeat: no-repeat;
}
.product figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product h3 {
  margin-block-start: 1em;
  font-family: "Aoto Gothic DemiBold";
  font-size: 1.125rem;
  line-height: 144.4444444444%;
  font-feature-settings: "halt" on;
}
.product .name {
  display: block;
}
.product .price-unit {
  font-size: 0.875rem;
}
.product .price-inc {
  font-size: 0.75rem;
}
.product .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.25rem;
  height: 1.875rem;
  margin-block-start: 0.4375rem;
  color: var(--prod-c);
  font-family: "Aoto Gothic Medium";
  font-size: 0.875rem;
  border: 1px solid currentColor;
  border-radius: var(--round-10);
  transition: all 0.35s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.product .button:active, .product .button:hover, .product .button:focus {
  opacity: 1;
  color: var(--prod-c-light);
}
@media (min-width: 34rem) {
  .product h3 {
    margin-block-start: 1.1764705882em;
    font-size: 1.0625rem;
  }
}

:root {
  --cap-air-green: #005a64;
  --cap-air-blue: var(--blue);
  --cap-air-blue-light: #81dfff;
  --bg-c: rgb(from var(--white) r g b / 70%);
}

.main {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(100%, 28.75rem);
  margin-inline: auto;
  container: main/inline-size;
}

[data-indicator=action] {
  position: sticky;
  z-index: -1;
  top: -1px;
  width: 100%;
  height: 2px;
  background-color: var(--bg-c);
}

.cover {
  position: relative;
  width: 100%;
  aspect-ratio: 720/1238;
  background-color: var(--bg-c);
}
.cover > * {
  position: absolute;
}
.cover .c-logo {
  width: 25.4166666667%;
  aspect-ratio: 183/245;
  margin: 5.5555555556% 0 0 4.4444444444%;
}
.cover .c-speech {
  width: 23.4722222222%;
  aspect-ratio: 169/344;
  margin: 4.1666666667% 0 0 72.6388888889%;
}
.cover .c-gray {
  width: 69.1666666667%;
  aspect-ratio: 498/321;
  margin: 30.5555555556% 0 0 5.4166666667%;
}
.cover .c-khaki {
  width: 71.6666666667%;
  aspect-ratio: 516/335;
  margin: 59.7222222222% 0 0 22.5%;
}
.cover .c-t {
  width: 88.3333333333%;
  aspect-ratio: 636/124;
  margin: 112.9166666667% 0 0 6.3888888889%;
}
.cover .c-gra {
  width: 71.9444444444%;
  aspect-ratio: 518/249;
  margin: 138.8888888889% 0 0 14.0277777778%;
}
.cover .c-t {
  display: grid;
  grid-template-areas: "stack";
}
.cover .c-t [class^=t] {
  grid-area: stack;
}
.cover .t-ja {
  width: 45.6761006289%;
  margin-top: 0;
  margin-left: 0;
}
.cover .t-first-cap {
  width: 65.0314465409%;
  margin-top: auto;
  margin-left: 0;
}
.cover .t-air {
  width: 32.9559748428%;
  margin-top: auto;
  margin-left: auto;
}
.cover {
  --speed: 2s;
}
.cover .c-gray {
  animation: float-1 var(--speed) ease-in-out alternate-reverse infinite;
}
.cover .c-khaki {
  animation: float-1 var(--speed) calc(var(--speed) * -0.5) ease-in-out alternate-reverse infinite;
}
.cover .c-speech {
  animation: float-2 calc(var(--speed) * 1.2) calc(var(--speed) * -0.5) ease-in-out alternate-reverse infinite;
}

@keyframes float-1 {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(5%);
  }
}
@keyframes float-2 {
  0% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}
.cover .c-gray,
.cover .c-khaki,
.cover .c-speech {
  opacity: 0;
  transition: all 1.2s linear;
}
.cover .c-khaki {
  transition-delay: 0.5s;
}
.cover .c-speech {
  transition-delay: 1s;
}
.cover [class^=t-] {
  opacity: 0;
  filter: blur(10px);
}
.cover .t-air {
  scale: 0.6;
}
.cover .c-gra {
  opacity: 0;
  filter: blur(10px);
  transition: all 1.5s 1.2s linear;
}
.cover.in-view .c-gray,
.cover.in-view .c-khaki,
.cover.in-view .c-speech {
  opacity: 1;
}
.cover.in-view .t-ja,
.cover.in-view .t-first-cap {
  animation: blur-in var(--a-duration, 1s) var(--a-delay, 0s) cubic-bezier(0.11, 0, 0.5, 0) forwards;
}
.cover.in-view .t-ja {
  --a-delay: 0.25s ;
}
.cover.in-view .t-first-cap {
  --a-delay: 0.5s;
}
.cover.in-view .t-air {
  animation: scale-blur-in 2s 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.cover.in-view .c-gra {
  opacity: 1;
  filter: blur(0px);
}

@keyframes blur-in {
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes scale-blur-in {
  to {
    opacity: 1;
    filter: blur(0px);
    scale: 1;
  }
}
.footer {
  width: min(100%, 28.75rem);
  display: flex;
  margin-inline: auto;
}
.footer-wrap {
  width: min(92.3611111111%, 26.5625rem);
  padding-bottom: 6.25rem;
}
.footer-copy {
  text-indent: var(--text-indent);
}
@media (min-width: 48rem) {
  .footer {
    --text-indent: 0.9375rem;
  }
  .footer-wrap {
    grid-template-columns: unset;
  }
  .footer-hobo {
    font-size: 1rem;
    line-height: 2.3742911153;
  }
  .footer-share {
    grid-template-columns: max-content minmax(auto, 13.75rem);
    padding: 2rem 0;
  }
  .footer-share li {
    flex: none;
  }
  .footer-share img {
    width: 1.9375rem;
    height: auto;
  }
  .footer-share .ico-x {
    width: 1.75rem;
  }
  .footer-store, .footer-copy {
    font-size: 0.794375rem;
  }
}

[data-anim=fade-in] {
  opacity: 0;
  transition: opacity 1s 0.25s cubic-bezier(0.61, 1, 0.88, 1);
}
[data-anim=fade-in].in-view {
  opacity: 1;
}

.bg {
  position: fixed;
  z-index: -1;
  inset: 0;
  overflow: hidden;
}
.bg img {
  width: 100%;
  height: auto;
}

.yodogawa {
  width: 100%;
  padding-block: 1.875rem 2.3125rem;
  background-color: var(--bg-c);
}
.yodogawa .wrap {
  width: 86.1111111111%;
  margin-inline: auto;
}
.yodogawa p {
  color: var(--cap-air-green);
  font-family: "Aoto Gothic DemiBold";
  font-size: 1.125rem;
  line-height: 1.5555555556;
  letter-spacing: -0.04em;
  font-feature-settings: "halt";
}
.yodogawa p + p {
  margin-top: 1.5em;
}
.yodogawa p br {
  display: none;
}
@container main (width >= 460px) {
  .yodogawa p br {
    display: block;
  }
}

.y-speech {
  position: relative;
  display: grid;
  grid-template-areas: "stack";
  width: 89.3055555556%;
  aspect-ratio: 643/216;
  margin-inline: auto;
}
.y-speech > img {
  grid-area: stack;
  display: block;
}
.y-speech .y-bottom {
  width: 100%;
  height: auto;
}
.y-speech .y-nagata {
  width: 17.8071539658%;
  height: auto;
  align-self: end;
  justify-self: end;
  margin-right: 4.66562986%;
}

.video-wrapper {
  width: 100%;
  aspect-ratio: 1;
  background-color: var(--bg-c);
}
.video-wrapper video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-item {
  --section-title-c: var(--cap-air-blue);
  display: grid;
  justify-items: center;
  gap: 2.25rem 0;
  padding-block: 2.5rem;
  background-color: var(--bg-c);
}
.product-item h2 {
  width: fit-content;
  padding: 0.3181818182em 0.9090909091em 0.2272727273em;
  color: var(--section-title-c);
  font-family: "Tunnel Tightline AP";
  font-size: 1.375rem;
  line-height: 1;
  background-color: var(--white);
  border: var(--border-width) solid currentColor;
  border-radius: 0.8181818182em;
}
@container main (width >= 460px) {
  .product-item {
    gap: 2.875rem 0;
    padding-block: 3.25rem;
  }
  .product-item h2 {
    font-size: 1.625rem;
    padding-inline: 0.9615384615em;
  }
}

.items {
  display: grid;
  gap: var(--items-gap, 2.96875rem) 0;
  width: min(73.8888888889%, 21.25rem);
}
@container main (width >= 460px) {
  .items {
    --item-gap: 3.8125rem;
  }
}

.product {
  --prod-c: var(--cap-air-blue);
  --prod-c-light: var(--cap-air-blue-light);
}

.space {
  display: grid;
  justify-items: center;
  padding-block: 1.875rem;
  background-color: rgb(from var(--cap-air-blue) r g b/60%);
}
.space a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(73.8888888889%, 21.25rem);
}
.space h2 {
  width: 57.5cqi;
}
.space figure {
  margin-block: 6.1111111111cqi 4.7222222222cqi;
}
.space img {
  width: 100%;
  height: auto;
}
.space p {
  color: rgb(from var(--white) r g b/80%);
  font-size: 4.4444444444cqi;
  font-feature-settings: "halt";
  white-space: nowrap;
}
@container main (width >= 460px) {
  .space {
    padding-block: 3.8125rem;
  }
}

.action {
  position: fixed;
  left: 50%;
  bottom: 0;
  width: min(100%, 28.75rem);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 0.5rem;
  background-color: rgb(from var(--cap-air-blue) r g b/90%);
  backdrop-filter: blur(8px);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.action.is-show {
  opacity: 1;
  visibility: visible;
}
.action a {
  padding: 0.25em 2em;
  color: var(--white);
  border: 1px solid currentColor;
  border-radius: var(--round-10);
}