@charset "UTF-8";
:root {
  --ahcl-color-white: #fff;
  --ahcl-color-red: #e60012;
  --ahcl-color-dark: #231815;
  --ahcl-color-blue: #4ba1da;
  --ahcl-color-gray-light: #eee;
  --ahcl-color-black: #000;
  --ahcl-color-red-dark: #d70c18;
  --ahcl-color-gray: #efefef;
  --ahcl-font-base: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
  --ahcl-font-barlow: 'Barlow', sans-serif;
  --ahcl-inner-width: 1200px;
  --ahcl-padding-sp: 16px;
  --ahcl-padding-pc: 40px;
  --ahcl-vp-sp: 390;
  --ahcl-vp-tb: 769;
  --ahcl-vp-pc: 1440;
  --ahcl-vp-pc-l: 1920;
}

@font-face {
  font-family: "Barlow";
  src: url("../fonts/barlow-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.ahcl-lp {
  font-family: var(--ahcl-font-base);
  font-weight: 500;
  color: var(--ahcl-color-black);
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

picture {
  display: block;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.ahcl-common__batch {
  --_w-base: 67;
  width: calc(var(--_w-base) / var(--ahcl-vp-sp) * 100vw);
}
@media screen and (min-width: 769px) {
  .ahcl-common__batch {
    width: 12.5vw;
    max-width: 15rem;
  }
}
.ahcl-common__batch img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .ahcl-cards__inner .ahcl-common__batch {
    --_w-base: 116;
    width: calc(var(--_w-base) / var(--ahcl-vp-sp) * 100vw);
  }
}
.ahcl-intro {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #EAE3C1 0%, #EAE3C1 68.04%, #FFF 100%);
  padding-bottom: calc(14 / var(--ahcl-vp-sp) * 100vw);
}
@media screen and (min-width: 769px) {
  .ahcl-intro {
    padding-bottom: 7.3125rem;
  }
}
@media screen and (min-width: 1440px) {
  .ahcl-intro {
    padding-bottom: 5.625rem;
  }
}

.ahcl-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 50% 22%, rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0) 32%), radial-gradient(circle at 50% 60%, rgba(255, 244, 194, 0.4), rgba(255, 255, 255, 0) 42%);
}

.ahcl-side-nav {
  display: none;
}
@media screen and (min-width: 769px) {
  .ahcl-side-nav {
    position: fixed;
    top: calc(97px + 1.5rem);
    right: 0;
    z-index: 20;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
}

@media screen and (min-width: 769px) {
  .ahcl-side-nav__link {
    display: flex;
    align-items: center;
    justify-content: center;
    /* 12px(769px時) → 30px(1440px時) */
    --_side-nav-py-min: 0.75rem;
    --_side-nav-py-max: 1.875rem;
    padding-inline: clamp(0.75rem, -0.5393070045rem + 2.6825633383vw, 1.875rem);
    /* 4px(769px時) → 16px(1440px時) */
    --_side-nav-px-min: 0.25rem;
    --_side-nav-px-max: 1rem;
    padding-block: clamp(0.25rem, -0.609538003rem + 1.7883755589vw, 1rem);
    /* 10px(769px時) → 16px(1440px時) */
    --_side-nav-fs-min: 0.625rem;
    --_side-nav-fs-max: 1rem;
    font-size: clamp(0.625rem, 0.1952309985rem + 0.8941877794vw, 1rem);
    background: rgb(255, 255, 255);
    color: var(--ahcl-color-blue) !important;
    font-family: var(--ahcl-font-barlow);
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 1;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    opacity: 0.6;
    text-decoration: none !important;
  }
}
@media screen and (min-width: 1440px) {
  .ahcl-side-nav__link {
    font-size: 1rem;
    padding: 1.875rem 1rem;
  }
}

@media screen and (min-width: 769px) {
  .ahcl-side-nav__link.is-active {
    opacity: 1;
  }
}

@media (any-hover: hover) {
  .ahcl-side-nav__link {
    transition: 0.3s ease;
  }
  .ahcl-side-nav__link:hover {
    opacity: 1;
  }
}
.ahcl-fv {
  position: relative;
  z-index: 1;
  padding-top: calc(27 / var(--ahcl-vp-sp) * 100vw);
}
@media screen and (min-width: 769px) {
  .ahcl-fv {
    padding-top: 1.25rem;
  }
}

.ahcl-fv__inner,
.ahcl-movie__inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .ahcl-fv__inner {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .ahcl-fv__inner {
    padding: 0 1.375rem;
  }
}

.ahcl-fv__grid {
  position: relative;
  min-height: calc(1594 / var(--ahcl-vp-sp) * 100vw);
}
@media screen and (min-width: 769px) {
  .ahcl-fv__grid {
    display: grid;
    align-items: start;
    grid-template-columns: minmax(0, 0.984fr) minmax(0, 1.986fr) minmax(0, 0.984fr);
    column-gap: 0;
    row-gap: 0.5625rem;
    min-height: 0;
    padding-top: 0;
  }
}
@media screen and (min-width: 1440px) {
  .ahcl-fv__grid {
    row-gap: 1.0625rem;
  }
}

.ahcl-fv__item {
  margin: 0;
  line-height: 0;
  position: absolute;
}

.ahcl-fv__photo {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.ahcl-fv__photo img {
  display: block;
  width: calc(100% + 2.5rem);
  height: 100%;
  object-fit: cover;
  max-width: none;
  animation: ahcl-fv-pan-left 20s ease-out 2.3s forwards;
}
@media screen and (min-width: 769px) {
  .ahcl-fv__photo {
    overflow: visible;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
}

.ahcl-fv__photo--01 {
  aspect-ratio: 373/858;
  -webkit-mask-image: url("/ahappycup/images/first-view/mask/musk-sp_tl.svg");
  mask-image: url("/ahappycup/images/first-view/mask/musk-sp_tl.svg");
}
@media screen and (min-width: 769px) {
  .ahcl-fv__photo--01 {
    aspect-ratio: 678/1474;
    -webkit-mask-image: url("/ahappycup/images/first-view/mask/mask-pc_tl.svg");
    mask-image: url("/ahappycup/images/first-view/mask/mask-pc_tl.svg");
  }
}

.ahcl-fv__photo--02 {
  aspect-ratio: 652/1304;
  -webkit-mask-image: url("/ahappycup/images/first-view/mask/musk-sp_tc.svg");
  mask-image: url("/ahappycup/images/first-view/mask/musk-sp_tc.svg");
}
@media screen and (min-width: 769px) {
  .ahcl-fv__photo--02 {
    aspect-ratio: 1368/1452;
    -webkit-mask-image: url("/ahappycup/images/first-view/mask/mask-pc_tc.svg");
    mask-image: url("/ahappycup/images/first-view/mask/mask-pc_tc.svg");
  }
}

.ahcl-fv__photo--03 {
  aspect-ratio: 748/550;
  -webkit-mask-image: url("/ahappycup/images/first-view/mask/musk-sp_tr.svg");
  mask-image: url("/ahappycup/images/first-view/mask/musk-sp_tr.svg");
}
@media screen and (min-width: 769px) {
  .ahcl-fv__photo--03 {
    aspect-ratio: 678/1474;
    -webkit-mask-image: url("/ahappycup/images/first-view/mask/mask-pc_tr.svg");
    mask-image: url("/ahappycup/images/first-view/mask/mask-pc_tr.svg");
  }
}

.ahcl-fv__photo--04 {
  aspect-ratio: 394/715;
  -webkit-mask-image: url("/ahappycup/images/first-view/mask/musk-sp_bl.svg");
  mask-image: url("/ahappycup/images/first-view/mask/musk-sp_bl.svg");
}
@media screen and (min-width: 769px) {
  .ahcl-fv__photo--04 {
    aspect-ratio: 678/1474;
    -webkit-mask-image: url("/ahappycup/images/first-view/mask/mask-pc_bl.svg");
    mask-image: url("/ahappycup/images/first-view/mask/mask-pc_bl.svg");
  }
}

.ahcl-fv__photo--05 {
  aspect-ratio: 741/946;
  -webkit-mask-image: url("/ahappycup/images/first-view/mask/musk-sp_bc.svg");
  mask-image: url("/ahappycup/images/first-view/mask/musk-sp_bc.svg");
}
@media screen and (min-width: 769px) {
  .ahcl-fv__photo--05 {
    aspect-ratio: 1400/1448;
    -webkit-mask-image: url("/ahappycup/images/first-view/mask/mask-pc_bc.svg");
    mask-image: url("/ahappycup/images/first-view/mask/mask-pc_bc.svg");
  }
}

.ahcl-fv__photo--06 {
  aspect-ratio: 332/858;
  -webkit-mask-image: url("/ahappycup/images/first-view/mask/musk-sp_br.svg");
  mask-image: url("/ahappycup/images/first-view/mask/musk-sp_br.svg");
}
@media screen and (min-width: 769px) {
  .ahcl-fv__photo--06 {
    aspect-ratio: 678/1518;
    -webkit-mask-image: url("/ahappycup/images/first-view/mask/mask-pc_br.svg");
    mask-image: url("/ahappycup/images/first-view/mask/mask-pc_br.svg");
  }
}

.ahcl-fv__item--01 {
  top: calc(575 / var(--ahcl-vp-sp) * 100vw);
  left: calc(-2 / var(--ahcl-vp-sp) * 100vw);
  z-index: 4;
  width: calc(188 / var(--ahcl-vp-sp) * 100vw);
}
@media screen and (min-width: 769px) {
  .ahcl-fv__item--01 {
    width: 98%;
  }
}

.ahcl-fv__item--02 {
  position: relative;
  margin: 0 calc(32 / var(--ahcl-vp-sp) * 100vw);
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .ahcl-fv__item--02 {
    margin-inline: auto;
    width: 98%;
    margin-top: 1.5%;
  }
}

.ahcl-fv__item--03 {
  display: block;
  top: calc(235 / var(--ahcl-vp-sp) * 100vw);
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 0 calc(8 / var(--ahcl-vp-sp) * 100vw);
}
@media screen and (min-width: 769px) {
  .ahcl-fv__item--03 {
    width: 98%;
    margin-left: auto;
  }
}

.ahcl-fv__item--04 {
  top: calc(830 / var(--ahcl-vp-sp) * 100vw);
  left: calc(108 / var(--ahcl-vp-sp) * 100vw);
  z-index: 5;
  width: calc(197 / var(--ahcl-vp-sp) * 100vw);
}
@media screen and (min-width: 769px) {
  .ahcl-fv__item--04 {
    width: 98%;
    margin-top: 4%;
  }
}

.ahcl-fv__item--05 {
  top: calc(1121 / var(--ahcl-vp-sp) * 100vw);
  left: calc(11 / var(--ahcl-vp-sp) * 100vw);
  z-index: 4;
  width: calc(370 / var(--ahcl-vp-sp) * 100vw);
  position: absolute;
}
.ahcl-fv__item--05::after {
  content: "";
  position: absolute;
  inset: 0;
  background: l1inear-gradient(180deg, #fff 0%, #fff 34%, #886043 100%);
  mix-blend-mode: multiply;
  -webkit-mask-image: url("/ahappycup/images/first-view/mask/musk-sp_bc.svg");
  mask-image: url("/ahappycup/images/first-view/mask/musk-sp_bc.svg");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
@media screen and (min-width: 769px) {
  .ahcl-fv__item--05::after {
    background: linear-gradient(180deg, #fff 0%, #fff 10%, #886043 100%);
    -webkit-mask-image: url("/ahappycup/images/first-view/mask/mask-pc_bc.svg");
    mask-image: url("/ahappycup/images/first-view/mask/mask-pc_bc.svg");
  }
}
@media screen and (min-width: 1440px) {
  .ahcl-fv__item--05::after {
    background: linear-gradient(180deg, #fff 0%, #fff 34%, #886043 100%);
  }
}
@media screen and (min-width: 769px) {
  .ahcl-fv__item--05 {
    width: 100%;
    margin-top: 2%;
    position: relative !important;
    top: 0;
    left: calc(-8 / var(--ahcl-vp-tb) * 100vw);
  }
}

.ahcl-fv__item--06 {
  top: calc(575 / var(--ahcl-vp-sp) * 100vw);
  right: 0;
  z-index: 6;
  width: calc(166 / var(--ahcl-vp-sp) * 100vw);
}
@media screen and (min-width: 769px) {
  .ahcl-fv__item--06 {
    width: 98%;
    margin-left: auto;
  }
}

.ahcl-fv__headline {
  position: absolute;
  top: calc(403 / var(--ahcl-vp-sp) * 100vw);
  left: 50%;
  z-index: 4;
  width: 100%;
  padding: 0 calc(13 / var(--ahcl-vp-sp) * 100vw);
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .ahcl-fv__headline {
    top: calc(34 / var(--ahcl-vp-tb) * 100vw);
    width: calc(402 / var(--ahcl-vp-tb) * 100vw);
    padding: 0;
  }
}
@media screen and (min-width: 1440px) {
  .ahcl-fv__headline {
    width: calc(864 / var(--ahcl-vp-pc) * 100vw);
  }
}

.ahcl-fv__headline > img {
  display: block;
  width: 100%;
  height: auto;
}

.ahcl-fv__item--02,
.ahcl-fv__item--03 {
  transform: translateY(2.75rem);
  animation-duration: 1.7s;
  animation-timing-function: cubic-bezier(0.18, 0.72, 0.24, 1);
  animation-fill-mode: both;
  will-change: transform;
}

.ahcl-fv__item--02 {
  animation-name: ahcl-fv-float-up;
  animation-delay: 0.55s;
}

.ahcl-fv__item--03 {
  animation-name: ahcl-fv-float-up;
  animation-delay: 0.72s;
}

.ahcl-fv__item--01 {
  opacity: 0;
  transform: translateY(2.75rem);
  transition: opacity 0.9s cubic-bezier(0.18, 0.72, 0.24, 1), transform 0.9s cubic-bezier(0.18, 0.72, 0.24, 1);
}
.ahcl-fv__item--01.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.ahcl-fv__headline {
  opacity: 0;
  transform: translateX(-50%) translateY(2rem);
  animation: ahcl-fv-logo-in 2.2s cubic-bezier(0.18, 0.72, 0.24, 1) 1.4s both;
  will-change: transform, opacity;
}

@keyframes ahcl-fv-float-up {
  from {
    opacity: 0;
    transform: translateY(2.75rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes ahcl-fv-logo-in {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(2rem);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
.ahcl-fv__item--04,
.ahcl-fv__item--05,
.ahcl-fv__item--06 {
  opacity: 0;
  transform: translateY(2.75rem);
  transition: opacity 0.9s cubic-bezier(0.18, 0.72, 0.24, 1), transform 0.9s cubic-bezier(0.18, 0.72, 0.24, 1);
}
.ahcl-fv__item--04.is-visible,
.ahcl-fv__item--05.is-visible,
.ahcl-fv__item--06.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.ahcl-fv__item--06.is-visible {
  transition-delay: 0.3s;
}

@media screen and (min-width: 769px) {
  .ahcl-fv__item--04[data-fv-lower-group],
  .ahcl-fv__item--05[data-fv-lower-group],
  .ahcl-fv__item--06[data-fv-lower-group] {
    opacity: 0;
    transform: translateY(3rem);
    transition: opacity 1s cubic-bezier(0.18, 0.72, 0.24, 1), transform 1.2s cubic-bezier(0.18, 0.72, 0.24, 1);
    will-change: transform, opacity;
  }
  .ahcl-fv__item--04[data-fv-lower-group].is-visible {
    opacity: 1;
    transform: translateY(0);
  }
  .ahcl-fv__item--05[data-fv-lower-group].is-visible {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
  }
  .ahcl-fv__item--06[data-fv-lower-group].is-visible {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ahcl-fv__photo img {
    animation: none;
    transform: translateX(0);
  }
  .ahcl-fv__item--01 {
    opacity: 1;
    transform: none;
    transition: none;
    animation: none;
  }
  .ahcl-fv__item--02,
  .ahcl-fv__item--03 {
    animation: none;
    transform: none;
  }
  .ahcl-fv__headline {
    animation: none;
    opacity: 1;
    transform: translateX(-50%);
  }
  .ahcl-fv__item--04,
  .ahcl-fv__item--05,
  .ahcl-fv__item--06 {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .ahcl-fv__item--04[data-fv-lower-group],
  .ahcl-fv__item--05[data-fv-lower-group],
  .ahcl-fv__item--06[data-fv-lower-group] {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .ahcl-copy__body.ahcl-fade .ahcl-copy__line {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .ahcl-cards__body.ahcl-fade {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
@keyframes ahcl-fv-pan-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-2.5rem);
  }
}
.ahcl-fv__title,
.ahcl-fv__lead {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media screen and (min-width: 769px) {
  .ahcl-fv__item--01,
  .ahcl-fv__item--02,
  .ahcl-fv__item--03,
  .ahcl-fv__item--04,
  .ahcl-fv__item--05,
  .ahcl-fv__item--06 {
    position: static;
    justify-self: stretch;
    padding: 0;
  }
  .ahcl-fv__item--01 {
    grid-column: 1;
    grid-row: 1;
    opacity: 1;
    transition: none;
    transform: translateY(2.75rem);
    animation-name: ahcl-fv-float-up;
    animation-duration: 1.7s;
    animation-timing-function: cubic-bezier(0.18, 0.72, 0.24, 1);
    animation-fill-mode: both;
    animation-delay: 0.89s;
    will-change: transform, opacity;
  }
  .ahcl-fv__item--02 {
    grid-column: 2;
    grid-row: 1;
  }
  .ahcl-fv__item--03 {
    display: block;
    grid-column: 3;
    grid-row: 1;
  }
  .ahcl-fv__item--04 {
    grid-column: 1;
    grid-row: 2;
  }
  .ahcl-fv__item--05 {
    grid-column: 2;
    grid-row: 2;
  }
  .ahcl-fv__item--06 {
    grid-column: 3;
    grid-row: 2;
    margin-top: -0.125rem;
  }
}
.ahcl-copy {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.ahcl-copy__inner {
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0;
}

.ahcl-copy__body {
  position: absolute;
  inset: auto auto calc(34 / var(--ahcl-vp-sp) * 100vw) 50%;
  margin: 0;
  color: var(--ahcl-color-white);
  font-weight: 700;
  font-size: calc(14 / var(--ahcl-vp-sp) * 100vw);
  line-height: 1.7;
  text-align: center;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 769px) {
  .ahcl-copy__body {
    inset: auto auto calc(30 / var(--ahcl-vp-tb) * 100vw) 50%;
    font-size: calc(14 / var(--ahcl-vp-tb) * 100vw);
  }
}
@media screen and (min-width: 1440px) {
  .ahcl-copy__body {
    inset: auto auto calc(45 / var(--ahcl-vp-pc) * 100vw) 50%;
    font-size: calc(18 / var(--ahcl-vp-pc) * 100vw);
  }
}
@media screen and (min-width: 1920px) {
  .ahcl-copy__body {
    inset: auto auto calc(119 / var(--ahcl-vp-pc-l) * 100vw) 50%;
    font-size: calc(18 / var(--ahcl-vp-pc-l) * 100vw);
  }
}

.ahcl-copy__group + .ahcl-copy__group {
  margin-top: 2.5em;
}

.ahcl-copy__line {
  display: block;
  text-shadow: 0 1px 4px #3B3012, 0 1px 17px #3B3012, 0 1px 17px #3B3012;
}

.ahcl-copy__body.ahcl-fade .ahcl-copy__line {
  opacity: 0;
  transform: translateY(0.875rem);
  transition: opacity 0.6s ease, transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.ahcl-copy__body.ahcl-fade.is-visible .ahcl-copy__line {
  opacity: 1;
  transform: translateY(0);
}

.ahcl-copy__group--01 .ahcl-copy__line:nth-child(1) {
  transition-delay: 0s;
}

.ahcl-copy__group--01 .ahcl-copy__line:nth-child(2) {
  transition-delay: 1s;
}

.ahcl-copy__group--01 .ahcl-copy__line:nth-child(3) {
  transition-delay: 2s;
}

.ahcl-copy__group--02 .ahcl-copy__line:nth-child(1) {
  transition-delay: 3s;
}

.ahcl-copy__group--02 .ahcl-copy__line:nth-child(2) {
  transition-delay: 4s;
}

.ahcl-copy__group--02 .ahcl-copy__line:nth-child(3) {
  transition-delay: 5s;
}

.ahcl-copy__group--02 .ahcl-copy__line:nth-child(4) {
  transition-delay: 6s;
}

.ahcl-copy__group--02 .ahcl-copy__line:nth-child(5) {
  transition-delay: 7s;
}

.ahcl-copy__group--03 .ahcl-copy__line:nth-child(1) {
  transition-delay: 6s;
}

.ahcl-copy__group--03 .ahcl-copy__line:nth-child(2) {
  transition-delay: 7s;
}

.ahcl-copy__line + .ahcl-copy__line {
  margin-top: 0.5em;
}

.ahcl-movie {
  position: relative;
  z-index: 1;
  padding-bottom: calc(53 / var(--ahcl-vp-sp) * 100vw);
  margin-top: calc(80 / var(--ahcl-vp-sp) * 100vw);
}
@media screen and (min-width: 769px) {
  .ahcl-movie {
    padding-bottom: 1.4375rem;
    margin-top: 4.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .ahcl-movie {
    padding-bottom: 5.125rem;
    margin-top: 7.6875rem;
  }
}

.ahcl-movie__inner {
  padding: 0 calc(20 / var(--ahcl-vp-sp) * 100vw);
}
@media screen and (min-width: 769px) {
  .ahcl-movie__inner {
    padding: 0 1.375rem;
  }
}

.ahcl-movie__title {
  margin: 0 0 calc(18 / var(--ahcl-vp-sp) * 100vw);
  font-family: var(--ahcl-font-barlow);
  font-size: calc(20 / var(--ahcl-vp-sp) * 100vw);
  font-weight: 400;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .ahcl-movie__title {
    margin-bottom: 2rem;
    font-size: calc(24 / var(--ahcl-vp-tb) * 100vw);
  }
}

.ahcl-movie__player {
  position: relative;
  width: min(100%, 45rem);
  margin: 0 auto;
  aspect-ratio: 16/9;
}
.ahcl-movie__player iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .ahcl-movie__player {
    width: 100%;
    max-width: 60rem;
  }
}
@media screen and (min-width: 1440px) {
  .ahcl-movie__player {
    max-width: 80rem;
  }
}
@media screen and (min-width: 1920px) {
  .ahcl-movie__player {
    max-width: 100rem;
  }
}

.ahcl-movie__card {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 1;
}

.ahcl-movie__thumb {
  display: block;
  height: 100%;
}
.ahcl-movie__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ahcl-movie__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ahcl-movie__play img {
  display: block;
}

.ahcl-movie__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  z-index: 2;
}

.ahcl-cards__block {
  position: relative;
  overflow: hidden;
}

.ahcl-cards__media {
  position: relative;
  z-index: 0;
  display: grid;
}
.ahcl-cards__media picture {
  grid-area: 1/1;
}
.ahcl-cards__media img {
  display: block;
  width: 100%;
  height: auto;
}

.ahcl-cards__slide {
  opacity: 0;
  z-index: 0;
  transition: opacity 1.2s ease;
  will-change: opacity;
}
.ahcl-cards__slide:first-child {
  opacity: 1;
  z-index: 1;
}

.ahcl-cards__slide.is-next {
  opacity: 1;
  z-index: 1;
}

.ahcl-cards__slide.is-current {
  opacity: 1;
  z-index: 2;
}

.ahcl-cards__slide.is-fading {
  opacity: 0;
  z-index: 2;
}

@media (prefers-reduced-motion: reduce) {
  .ahcl-cards__slide {
    transition: none;
  }
  .ahcl-cards__slide:not(:first-child) {
    display: none;
  }
}
.ahcl-cards__inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  --_pt: 56;
  --_px: 20;
  --_pb: 58;
  padding: calc(var(--_pt) / var(--ahcl-vp-sp) * 100vw) calc(var(--_px) / var(--ahcl-vp-sp) * 100vw) calc(var(--_pb) / var(--ahcl-vp-sp) * 100vw);
}
@media screen and (min-width: 769px) {
  .ahcl-cards__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    padding: 2rem 2rem 2.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .ahcl-cards__inner {
    padding: 5rem;
  }
}
@media screen and (min-width: 1920px) {
  .ahcl-cards__inner {
    padding: 3.5rem 3.625rem 3.5rem 3rem;
  }
}

.ahcl-cards__body.ahcl-fade {
  opacity: 0;
  transform: translateY(1.75rem);
  transition: opacity 0.9s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.9s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.ahcl-cards__body.ahcl-fade.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.ahcl-cards__body {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: start;
  gap: 0.875rem;
  margin-top: auto;
  --_pt: 44;
  --_px: 32;
  --_pb: 53;
  padding: calc(var(--_pt) / var(--ahcl-vp-sp) * 100vw) calc(var(--_px) / var(--ahcl-vp-sp) * 100vw) calc(var(--_pb) / var(--ahcl-vp-sp) * 100vw);
  background: rgba(255, 255, 255, 0.86);
}
@media screen and (min-width: 769px) {
  .ahcl-cards__body {
    grid-template-columns: max-content 1fr;
    width: fit-content;
    margin-top: 0;
    height: fit-content;
    padding: 2.4375rem 2.1875rem 2rem;
    gap: 2rem;
    margin-top: 0.6875rem;
  }
}
@media screen and (min-width: 1440px) {
  .ahcl-cards__body {
    padding: 4.875rem 3.3125rem 4.875rem 5.125rem;
    gap: 6.8125rem;
    margin-right: 2.5rem;
    margin-top: 5.25rem;
  }
}
@media screen and (min-width: 1920px) {
  .ahcl-cards__body {
    padding: 6.5rem 10.625rem 17.75rem 6.8125rem;
    gap: 9.0625rem;
  }
}

.ahcl-cards__heading {
  writing-mode: vertical-rl;
  color: var(--ahcl-color-blue);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  margin: 0;
  flex-shrink: 0;
  --_fs-base: 28;
  --sp_right: 19;
  --sp_top: 36;
  font-size: calc(var(--_fs-base) / var(--ahcl-vp-sp) * 100vw);
  position: absolute;
  right: calc(var(--sp_right) / var(--ahcl-vp-sp) * 100vw);
  top: calc(var(--sp_top) / var(--ahcl-vp-sp) * 100vw);
  letter-spacing: 0.17em;
}
@media screen and (min-width: 769px) {
  .ahcl-cards__heading {
    /* 42px(769px時) → 66px(1440px時) */
    position: relative;
    right: unset;
    top: -0.375rem;
    /* 32px(769px時) → 42px(1440px時) */
    --_cards-heading-rt_fs-min: 2rem;
    --_cards-heading-rt_fs-max: 2.625rem;
    font-size: clamp(2rem, 1.2837183308rem + 1.4903129657vw, 2.625rem);
  }
}
@media screen and (min-width: 1920px) {
  .ahcl-cards__heading {
    text-indent: 5.25rem;
  }
}
.ahcl-cards__heading ruby {
  ruby-position: inter-character;
  ruby-align: center;
}
.ahcl-cards__heading ruby rt {
  font-size: calc(12 / var(--ahcl-vp-sp) * 100vw);
  font-weight: inherit;
  margin-left: 0.25rem;
}
@media screen and (min-width: 769px) {
  .ahcl-cards__heading ruby rt {
    /* 12px(769px時) → 16px(1440px時) */
    --_cards-heading-fs-min: 0.75rem;
    --_cards-heading-fs-max: 1rem;
    font-size: clamp(0.75rem, 0.4634873323rem + 0.5961251863vw, 1rem);
    margin-left: 0.375rem;
  }
}

.ahcl-cards__text {
  color: var(--ahcl-color-blue);
  font-weight: 500;
  line-height: 1.5;
  --_fs-base: 16;
  font-size: calc(var(--_fs-base) / var(--ahcl-vp-sp) * 100vw);
  letter-spacing: -0.08em;
}
@media screen and (min-width: 769px) {
  .ahcl-cards__text {
    /* 17px(769px時) → 20px(1440px時) */
    /* 14px(769px時) → 20px(1440px時) */
    --_cards-text-fs-min: 0.875rem;
    --_cards-text-fs-max: 1.25rem;
    font-size: clamp(0.875rem, 0.4452309985rem + 0.8941877794vw, 1.25rem);
    line-height: 1.5;
    letter-spacing: 0;
  }
}
.ahcl-cards__text p {
  margin: 0;
}
.ahcl-cards__text p + p {
  margin-top: 1.5rem;
}
@media screen and (min-width: 769px) {
  .ahcl-cards__text p + p {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1440px) {
  .ahcl-cards__text p + p {
    margin-top: 1.625rem;
  }
}
.ahcl-cards__text span {
  display: block;
}
.ahcl-cards__text span + span {
  margin-top: 0.5rem;
}
@media screen and (min-width: 769px) {
  .ahcl-cards__text span {
    white-space: nowrap;
  }
}

.ahcl-banner__block {
  position: relative;
}

.ahcl-banner__media img {
  width: 100%;
  height: auto;
}

.ahcl-banner__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  --_pt: 24;
  --_px: 16;
  --_pb: 35;
  padding: calc(var(--_pt) / var(--ahcl-vp-sp) * 100vw) calc(var(--_px) / var(--ahcl-vp-sp) * 100vw) calc(var(--_pb) / var(--ahcl-vp-sp) * 100vw);
}
@media screen and (min-width: 769px) {
  .ahcl-banner__inner {
    padding: 1rem 2.5625rem 2.6875rem 2.6875rem;
  }
}
@media screen and (min-width: 1440px) {
  .ahcl-banner__inner {
    padding: 3rem 4.625rem 6.125rem 2.5rem;
  }
}

.ahcl-banner__text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--ahcl-color-white);
  font-weight: 700;
  line-height: 1;
  /* 60px / 390px で比率固定 */
  --_fs-base: 60;
  font-size: calc(var(--_fs-base) / var(--ahcl-vp-sp) * 100vw);
}
@media screen and (min-width: 769px) {
  .ahcl-banner__text {
    /* 88px(769px時) → 170px(1920px時) */
    --_fs-min: 5.5rem;
    --_fs-max: 10.625rem;
    font-size: clamp(5.5rem, 2.0759122502rem + 7.1242397915vw, 10.625rem);
  }
}

.ahcl-banner__copy {
  margin: 0;
  max-width: 100%;
  align-self: flex-end;
  /* 331px / 390px で比率固定 */
  --_w-base: 331;
  width: calc(var(--_w-base) / var(--ahcl-vp-sp) * 100vw);
}
@media screen and (min-width: 769px) {
  .ahcl-banner__copy {
    /* 534px(769px時) → 940px(1440px時) */
    --_w-min: 33.375rem;
    --_w-max: 58.75rem;
    width: clamp(33.375rem, 4.2939642325rem + 60.5067064083vw, 58.75rem);
  }
}
@media screen and (min-width: 1440px) {
  .ahcl-banner__copy {
    /* 940px(1440px時) → 1304px(1920px時) */
    --_w-min: 58.75rem;
    --_w-max: 81.5rem;
    width: clamp(58.75rem, -9.5rem + 75.8333333333vw, 81.5rem);
  }
}
.ahcl-banner__copy img {
  width: 100%;
  height: auto;
}

.ahcl-products__block {
  position: relative;
}

.ahcl-products__media img {
  width: 100%;
  height: auto;
}

.ahcl-products__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  --_pt: 24;
  --_px: 20;
  --_pb: 27;
  padding: calc(var(--_pt) / var(--ahcl-vp-sp) * 100vw) calc(var(--_px) / var(--ahcl-vp-sp) * 100vw) calc(var(--_pb) / var(--ahcl-vp-sp) * 100vw);
}
@media screen and (min-width: 769px) {
  .ahcl-products__inner {
    padding: 1.875rem 2rem 1.5625rem;
  }
}
@media screen and (min-width: 1440px) {
  .ahcl-products__inner {
    padding: 5.625rem 5rem 4.625rem;
  }
}
@media screen and (min-width: 1920px) {
  .ahcl-products__inner {
    padding: 6.6875rem 6.6875rem 4.625rem;
  }
}

.ahcl-products__inner .ahcl-products__btn {
  --_fs-base: 10;
  --_gap-base: 8;
  --_pt: 12;
  --_pr: 12;
  --_pb: 12;
  --_pl: 20;
  --_max-w: 335;
  display: inline-flex;
  align-items: center;
  gap: calc(var(--_gap-base) / var(--ahcl-vp-sp) * 100vw);
  padding: calc(var(--_pt) / var(--ahcl-vp-sp) * 100vw) calc(var(--_pr) / var(--ahcl-vp-sp) * 100vw) calc(var(--_pb) / var(--ahcl-vp-sp) * 100vw) calc(var(--_pl) / var(--ahcl-vp-sp) * 100vw);
  font-size: calc(var(--_fs-base) / var(--ahcl-vp-sp) * 100vw);
  border-radius: calc(infinity * 1px);
  background: var(--ahcl-color-white);
  color: var(--ahcl-color-blue);
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  justify-content: center;
  max-width: calc(var(--_max-w) / var(--ahcl-vp-sp) * 100vw);
  align-self: center;
}
@media screen and (min-width: 769px) {
  .ahcl-products__inner .ahcl-products__btn {
    padding: 1.125rem 2rem 1.125rem 2.5rem;
    font-size: 1.25rem;
    gap: 1rem;
    max-width: unset;
    width: fit-content;
  }
}
@media screen and (min-width: 1440px) {
  .ahcl-products__inner .ahcl-products__btn {
    padding: 1.5rem 2rem 1.5rem 2.5rem;
    gap: 1.5rem;
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1920px) {
  .ahcl-products__inner .ahcl-products__btn {
    padding: 1.5rem 2rem 1.5rem 2.5rem;
    gap: 1.5rem;
    font-size: 1.75rem;
  }
}
.ahcl-products__inner .ahcl-products__btn img {
  --_size-base: 12;
  width: calc(var(--_size-base) / var(--ahcl-vp-sp) * 100vw);
  height: calc(var(--_size-base) / var(--ahcl-vp-sp) * 100vw);
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .ahcl-products__inner .ahcl-products__btn img {
    width: 2rem;
    height: 2rem;
  }
}
.ahcl-products__inner .ahcl-products__btn {
  transition: box-shadow 0.3s ease;
}
.ahcl-products__inner .ahcl-products__btn:hover {
  box-shadow: 0 16px 20px 0 rgba(71, 32, 0, 0.4);
}

.ahcl-scroll {
  display: none;
}
@media screen and (max-width: 768px) {
  .ahcl-scroll {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 16px;
    right: 16px;
    z-index: 100;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--ahcl-color-white);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.22);
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.4s ease;
  }
  .ahcl-scroll svg {
    flex-shrink: 0;
    width: 0.875rem;
    height: auto;
  }
  .ahcl-scroll.is-hidden {
    opacity: 0;
    pointer-events: none;
  }
}/*# sourceMappingURL=style.css.map */