<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --shadow: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.16));
  --padding-container: clamp(1.5rem, -0.4064rem + 5.08vw, 4.8rem);
  --text-color: #1A1311;
}

form {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

.fs-c-heading.fs-c-heading--page {
  display: none;
}

.fs-l-pageMain {
  margin: 0;
}

img {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes popIn {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    transform: rotateY(-180deg);
  }
  to {
    transform: rotateY(0);
  }
}
@keyframes rotateOut {
  from {
    transform: rotateY(0);
  }
  to {
    transform: rotateY(-180deg);
  }
}
.js-animation-group[data-animation=fadein] &gt; * {
  transform: translateY(30px);
  opacity: 0;
}
.js-animation-group[data-animation=fadein] &gt; *.is-show {
  animation: fadeIn 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.js-animation-group[data-animation=fadein] &gt; *.splited-text {
  display: block;
}
.js-animation-group[data-animation=popin] &gt; * {
  transform: translateY(100%);
  opacity: 0;
}
.js-animation-group[data-animation=popin] &gt; *.is-show {
  animation: popIn 0.6s cubic-bezier(0.175, 0.32, 0.32, 1.5) both;
}
.js-animation-group[data-animation=popin] &gt; *.splited-text {
  display: block;
}
.js-animation-group[data-animation=zoomin] &gt; * {
  transform: scale(0);
  opacity: 0;
}
.js-animation-group[data-animation=zoomin] &gt; *.is-show {
  animation: zoomIn 0.6s cubic-bezier(0.175, 0.32, 0.32, 1.275) both;
}

.js-animation[data-animation=fadein] {
  transform: translateY(30px);
  opacity: 0;
}
.js-animation[data-animation=fadein].is-show {
  animation: fadeIn 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.js-animation[data-animation=popin] {
  transform: translateY(100%);
  opacity: 0;
}
.js-animation[data-animation=popin].is-show {
  animation: popIn 0.6s cubic-bezier(0.175, 0.32, 0.32, 1.5) both;
}
.js-animation[data-animation=zoomin] {
  transform: scale(0);
  opacity: 0;
}
.js-animation[data-animation=zoomin].is-show {
  animation: zoomIn 0.6s cubic-bezier(0.175, 0.32, 0.32, 1.275) both;
}

.js-grid-item .c-mv-grid__item__socks img {
  animation: rotateIn 0.6s cubic-bezier(0.175, 0.32, 0.32, 1.275) both;
}
.js-grid-item .c-mv-grid__item__ref {
  animation: rotateOut 0.6s cubic-bezier(0.175, 0.32, 0.32, 1.275) both;
}
.js-grid-item.is-turn .c-mv-grid__item__socks img {
  animation: rotateOut 0.6s cubic-bezier(0.175, 0.32, 0.32, 1.5) both;
}
.js-grid-item.is-turn .c-mv-grid__item__ref {
  animation: rotateIn 0.6s cubic-bezier(0.175, 0.32, 0.32, 1.5) both;
}

.l-container {
  max-width: calc(1306px + 2 * var(--padding-container));
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--padding-container, 48px);
  padding-left: var(--padding-container, 48px);
}

.common-footer-area {
  margin-top: 0;
}

footer {
  margin-top: 0;
}

footer .backtop {
  z-index: 3;
}

.common-header {
  margin-bottom: 0;
}

.fs-l-main {
  max-width: unset;
  margin: 0;
  padding-right: 0;
  padding-bottom: 78px;
  padding-left: 0;
  background-color: #FEFFEF;
  color: var(--text-color);
  font-weight: 700;
  font-family: "BIZ UDPGothic", sans-serif;
}
.fs-l-main h2, .fs-l-main h3, .fs-l-main h4, .fs-l-main h5, .fs-l-main h6 {
  font-weight: 900;
  font-family: "Noto Sans JP", serif;
}
.fs-l-main p {
  font-size: 4.266667vw;
  line-height: 2;
  letter-spacing: 0.04em;
}
.fs-l-main strong {
  font-weight: 900;
}
.fs-l-main a {
  color: inherit;
}

.c-button {
  display: inline-grid;
  position: relative;
  place-content: center;
  width: 60.533333vw;
  height: 12.266667vw;
  border-radius: 99px;
  background-color: #fff;
  color: var(--button-text-color, #9A0018) !important;
  font-size: 4.266667vw;
  line-height: 1;
  letter-spacing: 0.02em;
}
.c-button::after {
  position: absolute;
  top: 50%;
  right: 0.75em;
  width: 0.5em;
  height: 0.5em;
  translate: 0 -50%;
  rotate: 45deg;
  border-top: 0.125em solid #0D0B0B;
  border-right: 0.125em solid #0D0B0B;
  content: "";
}

.c-movie {
  text-align: center;
}
.c-movie__heading {
  margin-bottom: 2em !important;
  color: #C80018;
  font-weight: 700 !important;
  font-size: 5.333333vw;
  font-family: "BIZ UDPGothic", sans-serif !important;
  letter-spacing: 0.18em;
  text-decoration: underline;
  text-decoration-thickness: 0.15em;
  text-underline-offset: 0.5em;
  text-transform: uppercase;
}
.c-movie__title {
  margin-bottom: 1.5em;
  font-weight: 900;
  font-weight: 900;
  font-size: 6.133333vw;
  font-family: "Noto Sans JP", serif;
  letter-spacing: 0.2em;
}
.c-movie__embed {
  aspect-ratio: 16/9;
  max-width: 560px;
  margin: 0;
  margin-inline: auto;
}
.c-movie__embed iframe {
  width: 100%;
  height: 100%;
}

.c-mv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.c-mv-grid__item {
  position: relative;
  background-color: var(--bg-color);
}
.c-mv-grid__item__socks {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75%;
  height: 75%;
  transform: translate(-50%, -50%);
}
.c-mv-grid__item__socks img {
  -o-object-fit: contain;
  -webkit-backface-visibility: hidden;
  width: 100%;
  height: 100%;
     object-fit: contain;
          backface-visibility: hidden;
  filter: var(--shadow);
}
.c-mv-grid__item__ref {
  -webkit-backface-visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
          backface-visibility: hidden;
}
.c-mv-grid__item__ref img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
     object-fit: contain;
}

.c-nav-item__link {
  display: grid;
  place-items: center;
  height: 100%;
}
.c-nav-item__link::after {
  width: 0.5em;
  height: 0.5em;
  margin-top: auto;
  rotate: 45deg;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
}
.c-nav-item__image {
  display: grid;
  place-content: center;
  width: 22.933333vw;
  height: 22.933333vw;
  margin-bottom: 1vw;
  transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.c-nav-item__image img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
     object-fit: contain;
  filter: var(--shadow);
  will-change: filter;
}
.c-nav-item__text {
  margin-bottom: 0.5em;
  font-size: 2.933333vw;
  line-height: 1.2142857143;
  letter-spacing: 0.2em;
}

.c-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 92vw;
  margin-inline: auto;
  gap: 10.666667vw;
}
.c-step__image {
  width: 69.056vw;
}
.c-step__body {
  text-align: left;
}
.c-step__body h3 {
  margin-top: 0;
  margin-bottom: 1em !important;
  color: #C80018;
  font-weight: 700 !important;
  font-size: 7.466667vw;
  font-family: "BIZ UDPGothic", sans-serif !important;
  letter-spacing: 0.18em;
  text-decoration: underline;
  text-decoration-thickness: 1.071143vw;
  text-underline-offset: 0.5em;
  text-transform: uppercase;
}
.c-step__body p {
  margin-bottom: 0;
}
.c-step--1 .c-step__body {
  text-align: center;
}
.c-step--2 {
  margin-top: 8vw;
  gap: 7.2vw;
}
.c-step--2 .c-step__image {
  width: 64.576vw;
  margin-left: -2.773333vw;
}
.c-step--2 .c-step__body {
  width: 62.8vw;
  margin-left: 16vw;
}
.c-step--3 {
  flex-direction: row;
  align-items: flex-start;
  margin-top: 11.466667vw;
  gap: 2.32vw;
}
.c-step--3 .c-step__image {
  flex-grow: 1;
  flex-shrink: 0;
  width: 46vw;
}
.c-step--3 .c-step__body {
  margin-top: 5.866667vw;
}
.c-step--4 {
  margin-top: 13.333333vw;
  gap: 2.666667vw;
}
.c-step--4 .c-step__image {
  width: 65.066667vw;
  margin-right: -18.666667vw;
}
.c-step--4 .c-step__body {
  width: 74.733333vw;
  margin-right: auto;
  margin-left: 4vw;
}
.c-step--5 {
  margin-top: 5.76vw;
  gap: 9.813333vw;
}
.c-step--5 .c-step__image {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}
.c-step--5 .c-step__image img:nth-child(1) {
  width: 56.437333vw;
  margin-right: auto;
}
.c-step--5 .c-step__image img:nth-child(2) {
  width: 46vw;
  margin-top: -5.333333vw;
  margin-left: auto;
}
.c-step--5 .c-step__body {
  width: 76.997333vw;
  text-align: center;
}
.c-step--6 {
  margin-top: 9.0133333vw;
  gap: 7.2vw;
}
.c-step--6 .c-step__image {
  width: 48.266667vw;
  margin-right: 2.666667vw;
  margin-left: auto;
}
.c-step--6 .c-step__body {
  width: 62.176vw;
  margin-right: 5.333333vw;
  margin-left: auto;
}
.c-step--last {
  margin-top: 30.4vw;
  gap: 5.333333vw;
}
.c-step--last h3 {
  margin: 0;
  font-weight: 700;
  font-size: 6.4vw;
  line-height: 2;
  font-family: "BIZ UDPGothic", sans-serif;
  letter-spacing: 0.04em;
}
.c-step--last img {
  width: 71.2vw;
}

.p-about {
  z-index: 1;
  position: relative;
  padding-top: 4vw;
  padding-bottom: 20.8vw;
}
.p-about__body {
  width: 76.5%;
  margin-inline: auto;
  padding: 45px 36px;
  background: rgba(255, 255, 255, 0.81);
  text-align: center;
}
.p-about__body p {
  max-width: 452px;
  margin-top: 2.6875em;
  margin-inline: auto;
  font-size: 4.266667vw;
  line-height: 2;
  letter-spacing: 0.04em;
}
.p-about__heading {
  color: #C80018;
  font-weight: bold;
  font-size: 3.2vw;
  line-height: 1.667;
  letter-spacing: 0.08em;
}
.p-about__heading em {
  display: block;
  margin-top: 0.5em;
  font-style: normal;
  font-size: 5.333333vw;
  line-height: 1.48;
  letter-spacing: 0.15em;
}
.p-about__symbol {
  width: 145.09px;
  margin-top: 13px;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  will-change: transform;
}
.p-about__image {
  z-index: -1;
  position: absolute;
  top: 127px;
  right: 0;
  bottom: 0;
  left: 0;
}
.p-about__image img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
}

.p-bottom-logo {
  display: grid;
  place-items: center;
}
.p-bottom-logo img {
  width: 39.413333vw;
}
.p-bottom-logo p {
  margin-top: 0.5em;
  font-size: 5.6vw;
  letter-spacing: 0.18em;
}
.p-bottom-logo span.copyright {
  font-size: min(3vw, 1em);
}

.p-mv {
  display: grid;
  place-items: center;
}
.p-mv__70th {
  width: 65.834667vw;
  margin-top: 10.133333vw;
  margin-inline: auto;
  text-align: center;
}
.p-mv__70th img {
  width: 100%;
}
.p-mv__symbol {
  z-index: 1;
  width: 45.250667vw;
  margin-top: -2%;
  text-align: center;
}
.p-mv__symbol img {
  width: 100%;
}
.p-mv__grid {
  width: 100%;
  height: 124.8vw;
  margin-top: -22.533333vw;
}
.p-mv__logo {
  width: 57.898667vw;
  margin-top: 10.666667vw;
  text-align: center;
}
.p-mv__madein {
  width: 33.6vw;
  margin-top: 4.533333vw;
  text-align: center;
}
.p-mv__character {
  position: relative;
  width: 29.666667vw;
  margin-top: 1.6vw;
  margin-bottom: 4vw;
  text-align: center;
}
.p-mv__character__main {
  z-index: 2;
  position: relative;
  animation: fuwa linear 3s infinite;
}
.p-mv__character__shadow {
  z-index: 1;
  position: absolute;
  inset: 0;
}

@keyframes fuwa {
  0% {
    translate: 0 0;
  }
  60% {
    translate: 0 0;
  }
  70% {
    translate: 0 -7.5%;
  }
  75% {
    translate: 0 -6%;
  }
  80% {
    translate: 0 0;
  }
  85% {
    translate: 0 -3%;
  }
  90% {
    translate: 0 0;
  }
  100% {
    translate: 0 0;
  }
}
.p-present {
  padding-top: 12vw;
  padding-bottom: 12vw;
  background-color: #FBE7DD;
}
.p-present__heading {
  width: 100%;
  max-width: 1093px;
  margin-top: 0;
  margin-bottom: 10vw;
  margin-inline: auto;
}
.p-present__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 9.6vw;
}
.p-present__item {
  position: relative;
  width: 95%;
  margin-inline: auto;
}
.p-present__item:nth-child(2n) .p-present__badge {
  right: -5%;
  left: auto;
}
.p-present__item:nth-child(3n) .p-present__body {
  margin-top: -8px;
}
.p-present__badge {
  z-index: 2;
  position: absolute;
  top: -10%;
  left: -5%;
  width: 22.7vw;
  transform: translateZ(0);
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
.p-present__body {
  transform: translateZ(0);
  filter: drop-shadow(15px 15px 15px rgba(0, 0, 0, 0.09));
}
.p-present__apply {
  max-width: 797px;
  margin-top: 2.875em;
  margin-inline: auto;
  padding: 6.4vw;
  border-radius: 16vw;
  background: #CAA368;
  color: #fff;
}
.p-present__apply h3 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 8.533333vw;
  letter-spacing: 0.12em;
  text-align: center;
}

.p-process {
  padding-top: 12vw;
  padding-bottom: 12vw;
  overflow-x: hidden;
  background: url(../../images/features/hamaguri/bg_process.jpg) top center/100%;
  background-attachment: fixed;
  text-align: center;
}
.p-process__head {
  z-index: 1;
  position: relative;
  text-align: center;
}
.p-process__eyecatch {
  width: min(100%, 687.46px);
  height: auto;
  margin-top: 2em;
  margin-inline: auto;
}
.p-process__heading {
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0.2em;
  font-size: 8.533333vw;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.p-process__description {
  z-index: 1;
  margin-top: 3em;
  margin-right: -0.25em;
  margin-bottom: 0;
  margin-left: -0.25em;
}
.p-process__message strong {
  display: block;
  margin-bottom: 1em;
  font-weight: 900;
  font-size: 6.133333vw;
  line-height: 1.5;
  font-family: "Noto Sans JP", serif;
}
.p-process__steps {
  z-index: 1;
  position: relative;
  margin-top: 3em;
}
.p-process .c-movie {
  margin-top: 21.333333vw;
}

.svg-container {
  display: grid;
  z-index: -1;
  position: absolute;
  top: 23.68vw;
  left: 50%;
  place-content: center;
  transform: translateX(-50%);
}
.svg-container path {
  stroke-width: 3;
  stroke-dasharray: 3 4;
}

.svg-mobile {
  width: 100vw;
  height: auto;
}

.svg-pc {
  width: 919.03px;
  height: auto;
}

.p-product {
  padding: 0 var(--padding-container);
  background-color: var(--bg-color);
  color: #fff;
}
.p-product__inner {
  display: grid;
  position: relative;
  padding: 18.666667vw 0 26.666667vw;
  gap: 10.666667vw;
}
.p-product__badge {
  z-index: 1;
  position: absolute;
  top: -4vw;
  left: 50%;
  width: 26.933333vw;
  transform: translateX(-50%);
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.16));
  will-change: transform;
}
.p-product__image {
  position: relative;
  margin-left: auto;
}
.p-product__image .socks {
  filter: drop-shadow(0 20px 20px rgba(0, 0, 0, 0.16));
  will-change: transform;
}
.p-product__image .top,
.p-product__image .bottom {
  position: absolute;
  inset: 0;
  filter: drop-shadow(10px 10px 15px rgba(0, 0, 0, 0.16));
  will-change: transform;
}
.p-product__body {
  text-align: center;
}
.p-product__meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.666667vw;
}
.p-product__type {
  font-size: 6.666667vw;
  letter-spacing: 0.13em;
}
.p-product__tag {
  display: grid;
  place-content: center;
  width: 29.066667vw;
  padding: 0.6em;
  border-radius: 99px;
  background-color: #7A716F;
  color: #fff;
  font-size: 2.666667vw;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.p-product__name {
  margin-top: 0.5em;
  margin-bottom: 0.75em;
  font-size: 9.066667vw;
  letter-spacing: 0.05em;
}
.p-product__name::after {
  display: block;
  width: 53.333333vw;
  height: 0.8vw;
  margin: 0.5em auto 0;
  background: #fff;
  content: "";
}
.p-product__price {
  display: inline-block;
  margin-top: 1.5em;
  margin-bottom: 0;
}
.p-product__price + .p-product__price {
  margin-top: 0;
}
.p-product__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2em;
  margin-inline: auto;
  gap: 3.2vw;
}

.p-secret {
  text-align: center;
}
.p-secret__heading {
  font-size: 8.533333vw;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.p-secret__heading em {
  display: inline-block;
  color: #E57B12;
  font-style: normal;
  font-size: 16.266667vw;
  line-height: 1.5;
  vertical-align: sub;
}
.p-secret__heading em span {
  position: relative;
}
.p-secret__heading em span::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.2em;
  height: 0.2em;
  transform: translate(-50%, 0);
  border-radius: 50%;
  background-color: currentColor;
  content: "";
}
.p-secret__description {
  padding: 0 2.8em;
}
.p-secret__image {
  margin-right: calc(-1 * var(--padding-container));
  margin-left: calc(-1 * var(--padding-container));
}
.p-secret__image img {
  width: 100%;
}
.p-secret__compare {
  display: grid;
  grid-template-columns: 42% 1fr;
  align-items: center;
  max-width: 610px;
  margin-top: 2em;
  margin-right: auto;
  margin-left: auto;
  gap: 5%;
}
.p-secret__compare figure {
  margin: 0;
}
.p-secret__compare figure img {
  overflow: hidden;
  border-radius: 50%;
}
.p-secret__compare figcaption {
  margin-top: 1em;
  font-size: 3.466667vw;
  letter-spacing: 0.2em;
}

.p-story__top {
  padding-top: 12vw;
  padding-bottom: 12vw;
  overflow-x: hidden;
}
.p-story__bottom {
  padding-top: 12vw;
  padding-bottom: 12vw;
  background-color: #fff;
}
.p-story__bottom .c-movie {
  margin-top: 13.333333vw;
}
.p-story__heading {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0;
  margin-bottom: 1.5em;
  margin-inline: auto;
  font-size: 9.6vw;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-align: center;
}
.p-story__heading::before, .p-story__heading::after {
  position: absolute;
  bottom: -1em;
  width: 0.111111em;
  height: 1.555556em;
  background-color: #107C8D;
  content: "";
}
.p-story__heading::before {
  left: 0.5em;
  transform-origin: bottom;
  rotate: -25deg;
}
.p-story__heading::after {
  right: 0.5em;
  transform-origin: bottom;
  rotate: 25deg;
}
.p-story__list {
  grid-gap: 21.6vw;
  display: grid;
}
.p-story__item {
  display: grid;
  align-items: start;
}
.p-story__image {
  z-index: 1;
}
.p-story__body {
  z-index: 2;
  position: relative;
  width: 100%;
  padding: 10.133333vw 8.533333vw 20.533333vw;
  border-radius: 26.666667vw;
  background: #fff;
}
.p-story__body h3 {
  margin: 0 -1.142857em 1em;
  font-size: 7.466667vw;
  line-height: 1.26;
  letter-spacing: 0.14em;
  text-align: center;
}
.p-story__body p {
  margin: 0;
  line-height: 2.1875;
  letter-spacing: 0.1em;
}
.p-story__body .socks {
  position: absolute;
}
.p-story__item--1 .p-story__image {
  position: relative;
  width: 50vw;
}
.p-story__item--1 .p-story__image::before {
  position: absolute;
  bottom: 20%;
  left: 105%;
  width: 18.194667vw;
  height: 12.861333svw;
  background: url(../../images/features/hamaguri/img_story-flower01-sp.svg) no-repeat center center/contain;
  content: "";
}
.p-story__item--1 .p-story__body {
  margin-top: -4vw;
}
.p-story__item--1 .p-story__body .socks {
  right: 13.333333vw;
  bottom: -12vw;
  width: 32vw;
}
.p-story__item--1 .p-story__body .socks::before {
  position: absolute;
  bottom: 85%;
  left: 90%;
  width: 7.530667vw;
  height: 8.930667vw;
  background: url(../../images/features/hamaguri/img_story-flower02.svg) no-repeat center center/contain;
  content: "";
}
.p-story__item--2 .p-story__image {
  width: 56vw;
  margin-left: auto;
}
.p-story__item--2 .p-story__body {
  margin-top: -4vw;
}
.p-story__item--2 .p-story__body::before {
  position: absolute;
  bottom: 102%;
  left: 12%;
  width: 18.194667vw;
  height: 12.861333vw;
  background: url(../../images/features/hamaguri/img_story-flower01-sp.svg) no-repeat center center/contain;
  content: "";
}
.p-story__item--2 .p-story__body .socks {
  bottom: -12vw;
  left: 2.666667vw;
  width: 29.066667vw;
  animation-delay: 0.5s;
}
.p-story__item--2 .p-story__body .socks::before {
  position: absolute;
  top: 85%;
  left: 90%;
  width: 7.530667vw;
  height: 8.930667vw;
  background: url(../../images/features/hamaguri/img_story-flower02.svg) no-repeat center center/contain;
  content: "";
}
.p-story__item--3 .p-story__image {
  width: 50vw;
  margin-top: -4vw;
}
.p-story__item--3 .p-story__body .socks {
  right: 0;
  bottom: -12vw;
  width: 45.466667vw;
}

.p-type__header {
  max-width: calc(1064px + 2 * var(--padding-container));
  margin-right: auto;
  margin-left: auto;
  padding: 12vw var(--padding-container, 48px);
  text-align: center;
}
.p-type__header h2 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1.5em;
  margin-inline: auto;
  font-size: 6.4vw;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.p-type__header h2 strong {
  display: block;
  margin-top: 0.3em;
  font-size: 8.533333vw;
}
.p-type__header h2::before, .p-type__header h2::after {
  position: absolute;
  bottom: 1em;
  width: 0.166667em;
  height: 2.3em;
  background-color: #107C8D;
  content: "";
}
.p-type__header h2::before {
  left: 0;
  transform-origin: bottom;
  rotate: -25deg;
}
.p-type__header h2::after {
  right: 0;
  transform-origin: bottom;
  rotate: 25deg;
}
.p-type__nav {
  grid-gap: 24px 3%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 769px) {
  .fs-l-main p {
    font-size: 1.6rem;
  }
  .c-button {
    width: 227px;
    height: 46px;
    font-size: 1.6rem;
  }
  .c-button::after {
    width: 9px;
    height: 9px;
  }
  .c-movie__heading {
    font-size: 2rem;
    text-underline-offset: 3px;
  }
  .c-movie__title {
    font-size: 2.3rem;
  }
  .c-mv-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-nav-item__image {
    width: 106px;
    height: 106px;
    margin-bottom: 3px;
  }
  .c-nav-item__text {
    font-size: 1.4rem;
  }
  .c-step {
    flex-direction: row;
    align-items: center;
    max-width: none;
    gap: 40px;
  }
  .c-step__image {
    width: 459.35px;
  }
  .c-step__body {
    width: 436px;
  }
  .c-step__body h3 {
    font-size: 2.8rem;
    text-decoration-thickness: 3px;
  }
  .c-step--1 {
    margin-left: 200px;
  }
  .c-step--1 .c-step__body {
    text-align: left;
  }
  .c-step--2 {
    justify-content: flex-start;
    margin-top: 107px;
    gap: 43px;
  }
  .c-step--2 .c-step__image {
    width: 459.35px;
    margin-left: 0;
  }
  .c-step--2 .c-step__body {
    width: 436px;
    margin-left: 0;
  }
  .c-step--3 {
    justify-content: flex-end;
    margin-top: 12.8px;
    margin-right: -35.5px;
    gap: 43px;
  }
  .c-step--3 .c-step__image {
    flex-grow: 0;
    flex-shrink: 0;
    width: 459.35px;
  }
  .c-step--3 .c-step__body {
    margin-top: 0;
  }
  .c-step--4 {
    flex-direction: row-reverse;
    justify-content: flex-start;
    margin-top: 74.2px;
    margin-right: -54.8px;
    gap: 43px;
  }
  .c-step--4 .c-step__image {
    width: 459.35px;
    margin-right: 54.8px;
  }
  .c-step--4 .c-step__body {
    width: 513.93px;
    margin-right: 0;
    margin-left: 0;
  }
  .c-step--5 {
    margin-top: 40px;
    gap: 50px;
  }
  .c-step--5 .c-step__image {
    align-items: flex-end;
    width: 598.18px;
  }
  .c-step--5 .c-step__image img:nth-child(1) {
    width: 459.35px;
  }
  .c-step--5 .c-step__image img:nth-child(2) {
    width: 291.04px;
    margin-top: -115px;
  }
  .c-step--5 .c-step__body {
    width: 425.75px;
    text-align: left;
  }
  .c-step--6 {
    align-items: flex-start;
    margin-top: 119px;
    gap: 43px;
  }
  .c-step--6 .c-step__image {
    width: 459.35px;
  }
  .c-step--6 .c-step__body {
    width: 436px;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 0;
  }
  .c-step--last {
    flex-direction: column;
    margin-top: 200px;
    gap: 20px;
  }
  .c-step--last h3 {
    font-size: 2.4rem;
  }
  .c-step--last img {
    width: 267px;
  }
  .p-about {
    padding-top: 63px;
    padding-bottom: 93px;
  }
  .p-about__body {
    width: 611px;
    margin-inline: auto;
  }
  .p-about__body p {
    font-size: 1.6rem;
    line-height: 2.5;
  }
  .p-about__heading {
    font-size: 2.7rem;
  }
  .p-about__heading em {
    font-size: 4.3rem;
  }
  .p-about__symbol {
    width: 308px;
    margin-top: 27px;
  }
  .p-about__image {
    top: 302px;
  }
  .p-bottom-logo img {
    width: 262.78px;
  }
  .p-bottom-logo p {
    font-size: 2.1rem;
  }
  .p-mv {
    grid-template-columns: 25% 1fr;
  }
  .p-mv__70th {
    grid-column: 1/2;
    width: 56.62%;
    margin-top: 112px;
  }
  .p-mv__symbol {
    grid-row: 4/5;
    grid-column: 1/2;
    width: 52.6%;
    margin-top: 52px;
  }
  .p-mv__grid {
    grid-row: 1/6;
    grid-column: 2/3;
    height: 100%;
    min-height: 52.7vw;
    margin-top: 0;
  }
  .p-mv__logo {
    grid-row: 2/3;
    grid-column: 1/2;
    width: 61%;
    margin-top: 40px;
  }
  .p-mv__madein {
    grid-row: 3/4;
    grid-column: 1/2;
    width: 28.83%;
  }
  .p-mv__character {
    grid-row: 5/6;
    grid-column: 1/2;
    width: 37.78%;
    margin-top: 35px;
  }
  .p-present {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .p-present__heading {
    margin-bottom: 4em;
  }
  .p-present__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 50px;
  }
  .p-present__item {
    width: calc((100% - 50px) / 2);
    max-width: 554px;
    margin-inline: unset;
  }
  .p-present__item:nth-child(2n) .p-present__badge {
    right: -8%;
  }
  .p-present__badge {
    top: -5%;
    left: -8%;
    width: 149px;
  }
  .p-present__apply {
    padding: 1.5em;
    border-radius: 60px;
  }
  .p-present__apply h3 {
    font-size: 3.2rem;
  }
  .p-present__apply p {
    text-align: center;
  }
  .p-process {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .p-process__heading {
    margin-bottom: 1.5em;
    color: var(--text-color);
    font-size: 3.6rem;
  }
  .p-process__message strong {
    margin-bottom: 0;
    font-size: 1.6rem;
    line-height: 2;
    font-family: "BIZ UDPGothic", sans-serif;
    letter-spacing: 0.04em;
  }
  .p-process .c-movie {
    margin-top: 80px;
  }
  .svg-container {
    top: 155px;
  }
  .p-product {
    padding: 115px var(--padding-container) 120px;
  }
  .p-product__inner {
    grid-template-columns: 1fr 52.5%;
    align-items: center;
    max-width: 1560px;
    margin-inline: auto;
    padding: 0;
    gap: 115px;
  }
  .p-product__badge {
    top: -25px;
    left: -15px;
    width: 148px;
    transform: translate(0);
  }
  .p-product__image {
    margin-top: 50px;
  }
  .p-product__body {
    text-align: left;
  }
  .p-product__meta {
    flex-direction: row;
    gap: 20px;
  }
  .p-product__type {
    font-size: 2.5rem;
  }
  .p-product__tag {
    width: 169px;
    font-size: 1.6rem;
  }
  .p-product__name {
    margin-top: 0.2em;
    font-size: 4rem;
  }
  .p-product__name span.is-desktop {
    display: inline !important;
  }
  .p-product__name::after {
    width: 200px;
    height: 3px;
    margin: 1em auto 0 0;
  }
  .p-product__description {
    max-width: 654px;
  }
  .p-product__price + .p-product__price {
    margin-left: 2em;
  }
  .p-product__buttons {
    flex-direction: row;
    margin-left: 0;
    gap: 12px;
  }
  .p-secret {
    padding-bottom: 200px;
    background: url(../../images/features/hamaguri/bg_pile.png) no-repeat left top 30%/contain;
    background-size: min(62.5%, 1240px);
  }
  .p-secret__body {
    width: min(745px, 57%);
    margin-left: auto;
  }
  .p-secret__heading {
    font-size: 3.6rem;
  }
  .p-secret__heading em {
    font-size: 6.1rem;
  }
  .p-secret__description {
    padding: 0;
  }
  .p-secret__compare figcaption {
    font-size: 1.6rem;
  }
  .p-story__top {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .p-story__bottom {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .p-story__bottom .c-movie {
    margin-top: -100px;
  }
  .p-story__heading {
    font-size: 3.6rem;
  }
  .p-story__heading::before, .p-story__heading::after {
    bottom: -0.2em;
  }
  .p-story__heading::before {
    left: -0.75em;
    rotate: -38deg;
  }
  .p-story__heading::after {
    right: -0.75em;
    rotate: 38deg;
  }
  .p-story__list {
    grid-gap: 91px;
  }
  .p-story__body {
    padding: 75px;
    border-radius: 100px;
  }
  .p-story__body h3 {
    margin-right: 0;
    margin-left: 0;
    font-size: 3.8rem;
    text-align: left;
  }
  .p-story__item--1 {
    grid-template-columns: min(500px, 38vw) 1fr;
  }
  .p-story__item--1 .p-story__image {
    width: 100%;
  }
  .p-story__item--1 .p-story__image::before {
    top: 104%;
    right: 50%;
    left: auto;
    width: 125.83px;
    height: 170.65px;
    background: url(../../images/features/hamaguri/img_story-flower01.svg) no-repeat center center/contain;
  }
  .p-story__item--1 .p-story__body {
    width: min(123%, 924px);
    margin-top: 100px;
    margin-left: -23%;
  }
  .p-story__item--1 .p-story__body .socks {
    right: 50px;
    bottom: -25%;
    width: 240px;
  }
  .p-story__item--1 .p-story__body .socks::before {
    width: 55.08px;
    height: 65.32px;
  }
  .p-story__item--2 {
    grid-template-columns: 1fr min(500px, 38vw);
  }
  .p-story__item--2 .p-story__image {
    order: 2;
    width: 100%;
    margin-top: 167px;
  }
  .p-story__item--2 .p-story__body {
    order: 1;
    width: min(123%, 893px);
    margin-top: 0;
    margin-right: -23%;
  }
  .p-story__item--2 .p-story__body::before {
    content: none;
  }
  .p-story__item--2 .p-story__body .socks {
    bottom: -180px;
    left: 10px;
    width: 240px;
  }
  .p-story__item--2 .p-story__body .socks::before {
    width: 55.08px;
    height: 65.32px;
  }
  .p-story__item--3 {
    grid-template-columns: min(500px, 38vw) 1fr;
  }
  .p-story__item--3 .p-story__image {
    order: 1;
    width: 100%;
    margin-top: 217px;
  }
  .p-story__item--3 .p-story__body {
    order: 2;
    width: min(113%, 805px);
    margin-left: -13%;
  }
  .p-story__item--3 .p-story__body::before {
    position: absolute;
    top: -2%;
    left: 100%;
    width: 125.83px;
    height: 170.65px;
    background: url(../../images/features/hamaguri/img_story-flower01.svg) no-repeat center center/contain;
    content: "";
  }
  .p-story__item--3 .p-story__body .socks {
    right: 30px;
    bottom: -180px;
    width: 404.44px;
  }
  .p-type__header {
    padding: 90px var(--padding-container, 48px);
  }
  .p-type__header h2 {
    font-size: 3.6rem;
  }
  .p-type__header h2 strong {
    font-size: 3.6rem;
  }
  .p-type__header h2::before, .p-type__header h2::after {
    bottom: -0.2em;
  }
  .p-type__header h2::before {
    left: -0.75em;
    rotate: -38deg;
  }
  .p-type__header h2::after {
    right: -0.75em;
    rotate: 38deg;
  }
  .p-type__nav {
    grid-gap: 24px 2.5%;
    grid-template-columns: repeat(7, 1fr);
  }
}
@media (hover: hover) {
  .js-grid-item:hover .c-mv-grid__item__socks img {
    animation: rotateOut 0.6s cubic-bezier(0.175, 0.32, 0.32, 1.5) both;
  }
  .js-grid-item:hover .c-mv-grid__item__ref {
    animation: rotateIn 0.6s cubic-bezier(0.175, 0.32, 0.32, 1.5) both;
  }
  .c-button:hover {
    background-color: #FFF4BB;
  }
  .c-nav-item__link:hover {
    color: currentColor;
  }
  .c-nav-item__link:hover .c-nav-item__image {
    transform: translateY(-10px);
  }
}</pre></body></html>