@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  **/
p,
ul,
ol,
h1,
h2,
h3,
figure,
dl,
dd,
button,
pre {
  margin: 0;
  padding: 0;
}

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

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.25s ease-out;
}
@media (hover: hover) {
  a:hover {
    filter: brightness(1.12);
  }
}

button {
  transition: all 0.25s ease-out;
}
@media (hover: hover) {
  button:hover {
    filter: brightness(1.12);
  }
}

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

*:focus {
  outline: none;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

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

a[target=_blank]:not([data-platform])::after {
  margin: 0 3px 0 1px;
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-size: 85%;
  position: relative;
  top: -3px;
}

:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-red: #940F12;
  --color-orange: #D16F4C;
  --color-paper-light: #EAEAEA;
  --color-paper-dark: #D9D9D9;
  --color-grey: #B7C0C1;
  --base: var(--color-black);
  --accent: var(--color-yellow);
  --link: var(--color-red);
  --bg: #B7C0C1;
  --paper: rgba(237, 237, 237, 0.9);
  --border: 1.5px solid var(--color-black);
}

html {
  scroll-padding: 6.5rem;
}

body {
  color: var(--base);
  font-family: "Yu Gothic Pr6N B", sans-serif;
  background-color: var(--bg);
}

.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;
}

header pre,
footer pre {
  white-space: pre-wrap;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.5s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  filter: drop-shadow(0 4px 13px rgba(0, 0, 0, 0.18));
}
.header.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media (min-width: 48rem) {
  .header {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
  }
}

.cover {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 10.8rem 3.9rem;
  font-family: "Ishii Chu Gothic M";
  background-image: linear-gradient(265deg, #F9FBFB -10.26%, #C3C0A8 84.94%);
}
.cover .logo {
  position: absolute;
  top: 2.8rem;
  left: 3.1rem;
  width: 19.6rem;
  height: auto;
}
.cover .logo-hobonichi {
  position: absolute;
  top: 1.5rem;
  right: 1.9rem;
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 275%;
  letter-spacing: 0.05em;
}
.cover-content {
  display: grid;
  justify-items: center;
}
.cover-header {
  justify-self: start;
}
.cover-photo picture {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}
.cover-photo img {
  width: 100%;
  height: auto;
}
.cover h1,
.cover h2 {
  padding-left: 3.1rem;
}
.cover h1 {
  font-size: 2.6rem;
  line-height: 173.077%;
  letter-spacing: 0.1em;
}
.cover h2 {
  display: flex;
  align-items: center;
  gap: 0 0.5rem;
  padding-block: 0.7rem 3.45rem;
  font-size: 1.6rem;
}
.cover h2::before {
  content: "";
  flex: none;
  display: block;
  width: 3.6rem;
  height: 1px;
  background-color: currentColor;
}
.cover .yodogawa {
  width: 85.3333333333%;
  padding-block: 3rem 4.3rem;
}
@media (min-width: 48rem) {
  .cover {
    padding-block: 18.6rem 9.4rem;
  }
  .cover .logo {
    top: 4.8rem;
    left: 5.3rem;
    width: 19rem;
  }
  .cover .logo-hobonichi {
    font-size: 1.5rem;
    line-height: 220%;
  }
  .cover-header {
    grid-column: span 2;
  }
  .cover-content {
    width: min(100%, 151.2rem);
    padding-inline: 2.6455026455% 2.6455026455%;
    grid-template-columns: auto 55%;
  }
  .cover h1,
  .cover h2 {
    padding-left: 0;
  }
  .cover-photo {
    grid-column: 2;
  }
  .cover .yodogawa {
    grid-row: 2;
    width: 100%;
    padding-block: 0;
  }
  .cover .nav {
    margin-top: 6rem;
  }
}
@media (min-width: 75rem) {
  .cover .logo-hobonichi {
    position: static;
    margin-top: 0.3rem;
    text-align: right;
  }
  .cover-content {
    grid-template-columns: auto 59.6431605777%;
    padding-inline: 12.8306878307% 9.3253968254%;
  }
  .cover-header {
    grid-column: 1;
  }
  .cover-photo {
    grid-row: span 2;
  }
  .cover h1 {
    font-size: 3.9rem;
    line-height: 151.282%;
  }
  .cover h2 {
    gap: 0 0.6rem;
    font-size: 2.3rem;
  }
  .cover .nav {
    margin-top: 12.2rem;
  }
}

.yodogawa {
  font-size: 1.6rem;
  line-height: 162.5%;
}
.yodogawa p + p {
  margin-top: 1em;
}
@media (min-width: 75rem) {
  .yodogawa {
    line-height: 175%;
  }
  .yodogawa .s-only {
    display: none;
  }
}

.nav {
  width: min(85.3333333333%, 81.8rem);
}
.nav ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12rem, max-content));
  gap: 2.8rem min(6.4vw, 2.4rem);
}
.nav .empty {
  display: none;
}
.nav a img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}
.nav a span {
  display: flex;
  align-items: center;
  gap: 0 0.8rem;
  margin-block: 0.45em 0;
  color: var(--color-red);
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  line-height: 120%;
}
.nav a span::after {
  content: "";
  display: block;
  width: 2.2rem;
  height: 0.87rem;
  background-color: currentColor;
  mask-image: url('data:image/svg+xml,%3Csvg viewBox="0 0 21 9" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M20.0908 7.87402L19.5283 8.36914L18.9648 8.86426L12.0352 0.990234L13.1621 0L20.0908 7.87402ZM17.0078 8.80469H0V7.30469H17.0078V8.80469Z"/%3E%3C/svg%3E');
  mask-repeat: no-repeat;
}
@media (min-width: 75rem) {
  .nav ul {
    grid-template-columns: repeat(2, minmax(14.8rem, max-content)) 0rem repeat(2, minmax(14.8rem, max-content));
    gap: 0 3.1rem;
  }
  .nav .empty {
    display: block;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes blur-in {
  from {
    opacity: 0;
    filter: blur(10px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes fade-in-scale {
  from {
    opacity: 0;
    transform: scale(1.1);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.cover-photo img,
.cover h1,
.cover h2,
.cover .yodogawa p {
  opacity: 0;
}
.cover h1 {
  animation: blur-in 1.2s ease-out forwards;
}
.cover h2 {
  animation: blur-in 1.2s 0.75s ease-out forwards;
}
.cover-photo {
  overflow: hidden;
}
.cover-photo picture {
  background-color: rgba(195, 192, 168, 0.15);
}
.cover-photo img {
  animation: fade-in-scale 4s 0.5s ease forwards;
}
.cover .yodogawa p {
  animation: fade-in 2s ease forwards;
}
.cover .yodogawa p:nth-of-type(1) {
  animation-delay: 1.25s;
}
.cover .yodogawa p:nth-of-type(2) {
  animation-delay: 1.5s;
}
.cover .yodogawa p:nth-of-type(3) {
  animation-delay: 1.75s;
}
.cover .yodogawa p:nth-of-type(4) {
  animation-delay: 2s;
}

[data-watch=picture] {
  background-color: var(--color-paper-dark);
}
[data-watch=picture] img {
  opacity: 0;
  transition: opacity 1.6s ease;
}
[data-watch=picture].in-view img {
  opacity: 1;
}

[data-watch=text] {
  color: var(--color-paper-dark);
  transition: color 1.6s 0.25s ease;
}
[data-watch=text].in-view {
  color: var(--base);
}

[data-watch=product] img {
  opacity: 0;
  transform: scale(1.2);
  transform-origin: center;
  transition: all 1.6s ease;
}
[data-watch=product].in-view img {
  opacity: 1;
  transform: scale(1);
}

.pattern {
  --pattern-start: 16rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: linear-gradient(#F9FBFB var(--pattern-start), #E9EBEC var(--pattern-start));
}
.pattern.theme-dark {
  background-image: linear-gradient(#1E1E1E var(--pattern-start), #E9EBEC var(--pattern-start));
}
.pattern.theme-dark h2 {
  color: #B7C0C1;
}
.pattern img {
  width: 100%;
  height: auto;
}
.pattern .to-left {
  margin-right: auto;
}
.pattern .to-right {
  margin-left: auto;
}
@media (min-width: 48rem) {
  .pattern .to-left {
    margin-right: unset;
  }
  .pattern .to-right {
    margin-left: unset;
  }
}

.pattern-header {
  padding-top: 2.7rem;
}
.pattern-header h2 {
  margin-bottom: 2rem;
  padding-left: 7.4666666667%;
  color: #0F3F50;
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
.pattern-header h2 span:first-of-type {
  font-size: 3.6rem;
  line-height: 1;
}
.pattern-header h2 span:last-of-type {
  display: flex;
  align-items: center;
  gap: 0 1.5rem;
  margin-top: 1.2rem;
  font-size: 2rem;
  line-height: 120%;
}
.pattern-header h2 span:last-of-type::before {
  content: "";
  display: block;
  width: 4.8rem;
  height: 1px;
  background-color: currentColor;
}
.pattern-header picture {
  width: min(68.8%, 87.6rem);
}
@media (min-width: 48rem) {
  .pattern-header {
    display: grid;
    grid-template-columns: auto 65%;
    width: min(100%, 137.2rem);
    padding: 6.3rem 0 0 3.2798833819%;
  }
  .pattern-header picture {
    grid-row: span 2;
    width: 100%;
  }
  .pattern-header h2 {
    padding-left: 0;
  }
}
@media (min-width: 75rem) {
  .pattern-header {
    grid-template-columns: auto 73.6134453782%;
    padding-left: 13.2653061224%;
  }
}

.pattern-product {
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin-top: 5rem;
  padding-inline: 3.5rem;
}
.pattern-product a {
  display: flex;
  align-items: flex-end;
  gap: 1.8rem 2.6rem;
}
.pattern-product a:hover h3 {
  color: var(--color-red);
}
.pattern-product figure {
  width: min(31.7333333333vw, 11.9rem);
  aspect-ratio: 1;
  background-color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
}
.pattern-product h3 {
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #0F3F50;
  font-size: 1.6rem;
  line-height: 150%;
  transition: color 0.25s ease;
}
@media (min-width: 48rem) {
  .pattern-product {
    margin-top: 0;
    padding-inline: 0;
  }
  .pattern-product a {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
  }
}
@media (min-width: 56rem) {
  .pattern-product figure {
    width: 16rem;
  }
  .pattern-product h3 {
    font-size: 2rem;
    line-height: 120%;
  }
  .pattern-product .s-only {
    display: none;
  }
}

.pattern-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.2rem 0;
  width: min(100%, 63rem);
  padding-block: 4.2rem 5.5rem;
}
.pattern-content .para {
  width: min(74.6666666667%, 33rem);
  font-family: "Ishii Chu Gothic M";
  font-size: 1.5rem;
  line-height: 146.667%;
}
.pattern-content .para p + p {
  margin-top: 2em;
}
.pattern-content .para br {
  display: none;
}
@media (hover: hover) {
  .pattern-content a:hover {
    color: var(--color-red);
  }
}
.pattern-content figcaption {
  padding: 0.3rem;
  font-family: "Yu Gothic Pr6N D";
  font-size: 1.2rem;
  text-align: right;
}
.pattern-content .picture-1 {
  width: 85.6%;
}
.pattern-content .picture-2 {
  width: 89.0666666667%;
}
.pattern-content .picture-3 {
  width: 72%;
}
@media (min-width: 48rem) {
  .pattern-content {
    gap: 5.6rem 0;
    padding-block: 9rem 15.6rem;
  }
  .pattern-content .para br {
    display: block;
  }
  .pattern-content [class^=picture-] {
    width: 100%;
  }
}

.feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(88%, 102rem);
  margin-inline: auto;
  padding-block: 5rem 4.2rem;
  font-family: "Yu Gothic Pr6N B", sans-serif;
  border-bottom: 1.5px solid var(--base);
}
.feature-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem 7.8212290503%;
  width: min(100%, 71.6rem);
}
@media (min-width: 48rem) {
  .feature {
    padding-block: 9.7rem 8.5rem;
  }
}

.feature-item {
  width: min(100%, 33rem);
}
.feature-item a {
  display: grid;
  grid-template-rows: max-content max-content max-content auto;
  height: 100%;
}
@media (hover: hover) {
  .feature-item a:hover {
    color: var(--color-red);
  }
  .feature-item a:hover h3 span {
    color: #d2d8da;
  }
}
.feature-item img {
  width: 100%;
  height: auto;
  margin-bottom: 2.6rem;
}
.feature-item h3 {
  font-size: 1.5rem;
  line-height: 122.222%;
  font-weight: normal;
}
.feature-item h3 span {
  display: block;
  width: fit-content;
  margin-bottom: 0.8rem;
  padding: 0.3888888889em 0.5555555556em;
  color: var(--color-red);
  border: 2px solid currentColor;
  transition: color 0.25s ease-out;
}
.feature-item-description {
  margin-block: 1em 1.6em;
  font-size: 1.24995rem;
}
.feature-item-price {
  align-self: end;
  display: flex;
  align-items: baseline;
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: min(5.5553333333vw, 2.08325rem);
  line-height: 1;
  letter-spacing: 0.03em;
}
.feature-item-price small {
  margin-left: 0.8rem;
  font-size: 1rem;
  line-height: 230%;
}
.feature-item-price::after {
  content: "";
  display: block;
  width: 3.2rem;
  height: 1.1rem;
  background-color: currentColor;
  mask-image: url('data:image/svg+xml,%3Csvg viewBox="0 0 21 9" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M20.0908 7.87402L19.5283 8.36914L18.9648 8.86426L12.0352 0.990234L13.1621 0L20.0908 7.87402ZM17.0078 8.80469H0V7.30469H17.0078V8.80469Z"/%3E%3C/svg%3E');
  mask-repeat: no-repeat;
}
.feature-item-price::after {
  margin-left: auto;
}
@media (min-width: 48rem) {
  .feature-item h3 {
    font-size: 1.8rem;
  }
  .feature-item h3 .s-only {
    display: none;
  }
  .feature-item-description {
    font-size: 1.5rem;
  }
  .feature-item-price {
    font-size: 2.5rem;
  }
}

.credit {
  display: grid;
  justify-content: center;
  padding-block: 4.2rem 6.2rem;
}
.credit h3,
.credit li {
  font-family: "Ishii Chu Gothic M";
  font-size: 1.3rem;
  line-height: 153.846%;
}
.credit ul + h3 {
  margin-top: 4.4rem;
}
@media (min-width: 48rem) {
  .credit {
    padding-block: 5.8rem 11.6rem;
  }
  .credit h3,
  .credit li {
    font-size: 1.5rem;
    line-height: 146.667%;
  }
}

.swiper-wrapper {
  height: auto;
}