@charset "utf-8";

/*! KOMEHYO AUTUMN BARGAIN 2025 v1.1.0slooj */

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes iv {
  0% {
    opacity: 0;
    transform: translate(0, 1rem);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

html {
  word-break: normal;
  tab-size: 4;
  font-family: "Noto Sans JP", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  background: var(--komehyo-bgc);
  color: var(--komehyo-txc);
  font-weight: 500;
  font-size: 3.404255319148936vw;
}

*, ::after, ::before {
  background-repeat: no-repeat;
}

*, html {
  box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
}

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

a, hr {
  color: inherit;
}

hr {
  overflow: visible;
  height: 0;
  height: .0625rem;
  border: 0;
  border-top: .0625rem solid var(--komehyo-bdc);
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
  text-decoration: none;
}

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

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

pre {
  font-size: 1em;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe, img {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

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

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

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

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

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

[disabled] {
  cursor: default;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

:root {
  --vh: 1vh;
  --svh: 100vh;
  --svh: 100svh;
  --komehyo-txc: #000;
  --komehyo-bgc: #f2f2f2;
  --komehyo-bgc-2: #f8f1e9;
  --komehyo-bdc: #e3e3e3;
  --komehyo-fv-bg: linear-gradient(171.2deg, #e52323 0%, #532913 114.2%);
  --komehyo-pc-bg: linear-gradient(135.6deg, #f2f2f2 2%, #f5f5f5 98%);
  --komehyo-gry: #909090;
  --komehyo-ora: #e09110;
  --komehyo-ease: cubic-bezier(.65, 0, .35, 1);
  --komehyo-ppd: 1.5625rem;
  --komehyo-fv-pg-color: #6f2916;
  --komehyo-lead-color: #4b442f;
  --komehyo-nav-border-color: #fff;
  --komehyo-sct-color: #f8f1e9;
  --komehyo-cta-color: #05c755;
}

ol, ul {
  list-style: none;
}

a img {
  outline: 0;
}

b, h1, h2, h3, h4, strong {
  font-weight: inherit;
}

.c-aside header p, .c-fv__fig figcaption, .c-nav p, .c-point figcaption span,
.c-section__slide__layer p, .u-sans {
  font-family: "Roboto", sans-serif;
}

body {
  font-size: 1.0625rem;
  letter-spacing: .04em;
  line-height: 1.647058823529412;
}

.l-main, .l-wrapper__inner {
  min-height: var(--svh);
  background: var(--komehyo-bgc);
}

.l-main {
  width: 100vw;
}

.l-wrapper__inner {
  position: relative;
}

.l-wrapper__desktop {
  display: none;
}

.c-flc, .c-flc--c {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-flc--c {
  flex-flow: column;
}

.c-gc {
  display: grid;
  grid-template-areas: "a";
  position: relative;
}

.c-gc__ly {
  grid-area: a;
  z-index: 0;
}

.c-fv>.c-gc__ly, .c-gc__ly, .c-section__slide>.c-gc__ly {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.c-in {
  opacity: 0;
  pointer-events: none;
}

.c-in.is-show {
  animation: iv .37s forwards .1s ease-in-out;
}

.c-ln.-u {
  text-decoration: underline;
}

.c-ln.-u:hover {
  text-decoration: none;
}

.c-fit {
  object-fit: cover;
}

.c-fit--contain {
  object-fit: contain;
}

.c-area {
  text-align: left;
  border: solid var(--komehyo-bdc);
  border-width: 1px 0 0;
}

.c-area:last-of-type {
  border-width: 1px 0;
}

.c-area__inner {
  overflow: hidden;
  height: 0;
  transition: height .3s var(--komehyo-ease);
}

.c-area__name {
  padding: 1.5625rem .0875rem 1.875rem .5375rem;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.c-area__name:after {
  content: "＋";
  font-weight: 700;
  width: .75rem;
  display: flex;
  justify-content: center;
}

.is-open .c-area__name:after {
  content: "−";
}

.c-area li {
  font-size: 1rem;
  line-height: 2.125;
  padding: 1.0625rem 0 1.0625rem 1.45rem;
}

.c-area li:last-child {
  padding-bottom: 2.625rem;
}

.c-aside {
  background: #fff;
  padding: var(--pt, 3.75rem) var(--komehyo-ppd);
  text-align: center;
}

.c-aside header {
  margin: 0 0 3.125rem;
}

.c-aside header h2 {
  font-size: 1.375rem;
  line-height: 1.636363636363636;
}

.c-aside header p {
  font-size: .8125rem;
  line-height: 1.384615384615385;
  margin: .25rem 0 0;
  color: var(--komehyo-gry);
}

.c-aside.-points {
  line-height: 1.764705882352941;
  padding-bottom: 3.5625rem;
}

.c-aside.-store {
  padding-top: 0;
}

.c-aside.-calendar {
  line-height: 1.764705882352941;
  --pt: 2.5rem;
}

.c-aside__calendar-ln {
  margin: 1.875rem 0 0;
}

.c-aside__calendar-ln a {
  display: inline-flex;
  align-items: center;
  border-bottom: .0625rem solid currentColor;
  padding: 0 .125rem;
}

.c-aside__calendar-ln a:before {
  width: 1.08125rem;
  height: 1.18125rem;
  content: "";
  margin: .125rem .25rem 0 0;
  background: url(ui/calendar.svg)no-repeat 50% 50%/contain;
}

.c-cta {
  font-size: 1rem;
  padding: 1.25rem var(--komehyo-ppd);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 16;
  transition: transform .3s ease-in-out;
  transform: translate(0, 100%);
}

.c-cta.is-show {
  transform: none;
}

.c-cta a {
  width: 100%;
  height: 3.75rem;
  background: var(--komehyo-cta-color);
  border-radius: 9999px;
  color: #fff;
}

.c-desktop {
  padding: 3.5625rem 1.25rem 1.25rem;
}

.c-cta a, .c-desktop__btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-desktop__btn {
  background: #fff;
  color: #656565;
  font-size: .9375rem;
  line-height: 1.8;
  width: 25rem;
  height: 4.125rem;
  margin: 1.8125rem 0 0;
}

.c-desktop__logo, .c-desktop__title {
  display: block;
  object-fit: contain;
  margin: 0 auto;
}

.c-desktop__title {
  aspect-ratio: 11.806451612903226;
  width: 22.875rem;
  margin: 0 0 1.25rem;
}

.c-desktop__logo {
  aspect-ratio: 4.858303439544208;
  width: 8.6338125rem;
  margin-top: 2.3125rem;
}

.c-fv {
  aspect-ratio: .563549160671463;
  overflow: hidden;
  display: grid;
  grid-template: "a";
  width: 29.375rem;
}

.c-fv__f, .c-fv__t {
  grid-area: a;
  pointer-events: none;
}

.c-fv__t {
  z-index: 2;
  padding: 2.35rem 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 1.4375rem;
}

.c-fv>.c-fv__t, .c-fv__t, .c-section__slide>.c-fv__t {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.c-fv__t img {
  display: block;
  object-fit: contain;
}

.c-fv__t .-komehyo {
  width: 8.6338125rem;
  aspect-ratio: 4.858303439544208;
}

.c-fv__t .-title {
  aspect-ratio: 2.225806451612903;
  width: 25.875rem;
}

.c-fv__t a {
  pointer-events: auto;
}

.c-fv__f {
  z-index: 1;
  background: var(--komehyo-fv-bg);
  aspect-ratio: .563549160671463;
  -webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg height='834' viewBox='0 0 470 834' width='470' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 0v834h470v-834zm455 818h-440v-443c0-7.445.749-14.871 2.237-22.166 1.45-7.077 3.597-13.994 6.41-20.648 8.324-19.648 22.167-36.461 39.853-48.4 11.897-8.045 25.261-13.669 39.331-16.551 7.296-1.488 14.723-2.237 22.169-2.235h330z' opacity='.996'/%3E%3C/svg%3E")no-repeat 0 0/cover;
          mask: url("data:image/svg+xml;charset=utf-8,%3Csvg height='834' viewBox='0 0 470 834' width='470' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 0v834h470v-834zm455 818h-440v-443c0-7.445.749-14.871 2.237-22.166 1.45-7.077 3.597-13.994 6.41-20.648 8.324-19.648 22.167-36.461 39.853-48.4 11.897-8.045 25.261-13.669 39.331-16.551 7.296-1.488 14.723-2.237 22.169-2.235h330z' opacity='.996'/%3E%3C/svg%3E")no-repeat 0 0/cover;
}

.c-fv>.c-fv__f, .c-fv>.c-fv__p, .c-fv__f, .c-fv__p, .c-section__slide>.c-fv__f,
.c-section__slide>.c-fv__p {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.c-fv__p {
  z-index: 0;
  grid-area: a;
  padding: 16.5625rem .9375rem 1rem;
  position: relative;
  width: 29.375rem;
}

.c-fv__fig, .c-fv__p .swiper {
  width: 27.5rem;
}

.c-fv__fig {
  position: relative;
  --c: #fff;
}

.c-fv__fig img {
  display: block;
  object-fit: cover;
  aspect-ratio: .795660036166365;
  width: 27.5rem;
}

.c-fv__fig figcaption {
  font-feature-settings: "pkna"1;
  writing-mode: vertical-rl;
  color: var(--c);
  position: absolute;
  top: .84375rem;
  right: .8125rem;
  font-size: .75rem;
  letter-spacing: 0;
  line-height: 1.333333333333333;
}

.c-fv__fig.-ora {
  --c: var(--komehyo-ora);
}

.c-fv__pg {
  z-index: 1;
  position: absolute;
  display: flex;
  justify-content: center;
  padding: 1.21875rem 0 0;
  gap: .4375rem;
  --swiper-pagination-bottom: 2rem;
  --swiper-pagination-bullet-width: .625rem;
  --swiper-pagination-bullet-height: .625rem;
  --swiper-pagination-bullet-border-radius: .625rem;
  --swiper-pagination-color: var(--komehyo-fv-pg-color);
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 0;
}

.c-fv__pg .swiper-pagination-bullet {
  transition: .3s ease-in;
  transition-property: width color;
}

.c-fv__pg .swiper-pagination-bullet-active {
  --swiper-pagination-bullet-width: 2.0625rem;
  transition-delay: .3s;
}

.c-group {
  background: #fff;
}

.c-lead {
  padding: 3.4375rem 0 4.6875rem;
  text-align: center;
  line-height: 1.647058823529412;
  color: var(--komehyo-lead-color);
  letter-spacing: .03em;
}

.c-lead h2 {
  margin: 0 auto 2.59375rem;
  width: max-content;
}

.c-lead img {
  display: block;
  aspect-ratio: 2.384057971014493;
  width: 20.5625rem;
}

.c-lead p+p {
  margin-top: 1.875rem;
}

.c-marquee {
  width: 29.375rem;
  height: 4.25rem;
  padding: .75rem 0;
  overflow: hidden;
}

.c-marquee__inner {
  display: flex;
  align-items: center;
  animation: marquee 8s linear infinite;
  width: max-content;
}

.c-marquee img {
  display: block;
  flex: 1 0;
  aspect-ratio: 12.278709677419354;
  width: auto;
  height: 2.75rem;
  object-fit: contain;
  object-position: 0 50%;
}

.c-nav {
  width: 100%;
}

.c-nav__wrapper {
  padding: 0 .8125rem 2.5rem;
}

.c-nav li {
  border: solid var(--komehyo-nav-border-color);
  border-width: 2px 0 0;
  --c: #532913;
  --a: #c90909;
}

.c-nav li:last-child {
  border-width: 2px 0;
}

.c-nav figure {
  display: flex;
  padding: .875rem 1.4375rem .875rem 0;
  gap: 1.71875rem;
}

.c-nav figure:after {
  content: "";
  aspect-ratio: 1.682737169517885;
  width: .743875rem;
  background: var(--a, var(--c));
  -webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg height='7.073' viewBox='0 0 11.902 7.073' width='11.902' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m11.522 1.925-4.816 4.836c-.416.416-1.09.416-1.506 0l-4.837-4.836c-.42-.344-.481-.962-.137-1.382.018-.023.038-.044.058-.065l.178-.178c.264-.337.751-.397 1.088-.133.029.022.056.047.081.073l3.569 3.568c.416.416 1.09.416 1.506 0l3.567-3.568c.296-.309.787-.319 1.096-.022.027.026.051.053.074.082l.178.178c.375.381.371.994-.01 1.369-.028.028-.058.054-.09.078'/%3E%3C/svg%3E")no-repeat 50% 50%/contain;
          mask: url("data:image/svg+xml;charset=utf-8,%3Csvg height='7.073' viewBox='0 0 11.902 7.073' width='11.902' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m11.522 1.925-4.816 4.836c-.416.416-1.09.416-1.506 0l-4.837-4.836c-.42-.344-.481-.962-.137-1.382.018-.023.038-.044.058-.065l.178-.178c.264-.337.751-.397 1.088-.133.029.022.056.047.081.073l3.569 3.568c.416.416 1.09.416 1.506 0l3.567-3.568c.296-.309.787-.319 1.096-.022.027.026.051.053.074.082l.178.178c.375.381.371.994-.01 1.369-.028.028-.058.054-.09.078'/%3E%3C/svg%3E")no-repeat 50% 50%/contain;
}

.c-nav__l {
  display: block;
  width: 5rem;
  aspect-ratio: 1.333333333333333;
  border-radius: .625rem;
  object-fit: cover;
}

.c-nav figcaption {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: start;
  gap: .46875rem;
  flex: 1 0;
}

.c-nav__n {
  display: block;
  object-fit: contain;
  flex-shrink: 0;
}

.-fashion .c-nav__n {
  width: 5.125rem;
  aspect-ratio: 5.857142857142857;
}

.-jewelry .c-nav__n {
  width: 5.375rem;
  aspect-ratio: 6.142857142857143;
}

.-bag .c-nav__n {
  width: 2.3125rem;
  aspect-ratio: 2.642857142857143;
}

.-watch .c-nav__n {
  width: 4.375rem;
  aspect-ratio: 5;
}

.c-nav p {
  font-size: .75rem;
  letter-spacing: 0;
  line-height: 1.333333333333333;
  font-weight: 700;
  color: var(--c);
}

.c-nav.-desktop {
  width: 25rem;
}

.c-nav:has(+svg) {
  margin-bottom: 2.5rem;
}

.c-online, .c-point {
  background: var(--komehyo-bgc-2);
}

.c-online {
  padding: 2.5rem var(--komehyo-ppd);
}

.c-online img {
  display: block;
  aspect-ratio: .693693693693694;
  object-fit: contain;
  width: 100%;
}

.c-point {
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
  --w: 24.125rem;
  width: var(--w);
}

.c-point img, .c-section__slide img {
  display: block;
  object-fit: cover;
  aspect-ratio: 1.354385964912281;
  width: 100%;
}

.c-point figcaption {
  padding: 1.5rem 0 2.46875rem;
  font-size: 1rem;
  line-height: 1.6875;
}

.c-point figcaption h3 {
  font-size: 1.3125rem;
  letter-spacing: 0;
  line-height: 1.571428571428571;
  margin: 0 0 .96875rem;
}

.c-point figcaption span {
  position: absolute;
  top: .75rem;
  left: .75rem;
  background: #000;
  color: #fff;
  width: 5.8125rem;
  height: 2.0625rem;
  border-radius: 2.0625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .9375rem;
  letter-spacing: 0;
  line-height: 1;
}

.c-points {
  margin: 2.40625rem -1.5625rem 0;
}

.c-points .swiper {
  padding: 0 2rem;
  position: relative;
}

.c-points .swiper-slide {
  padding: 0 .625rem;
  width: var(--w);
}

.c-points .swiper-navigation-arrow {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 16.625rem;
  z-index: 1;
  opacity: 1;
  background: #000;
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 50%;
  transition: opacity .3s ease-in-out;
}

.c-points .swiper-navigation-arrow:after {
  content: "";
  display: block;
  aspect-ratio: 1.682737169517885;
  background: #fff;
  -webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg height='7.073' viewBox='0 0 11.902 7.073' width='11.902' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m11.522 1.925-4.816 4.836c-.416.416-1.09.416-1.506 0l-4.837-4.836c-.42-.344-.481-.962-.137-1.382.018-.023.038-.044.058-.065l.178-.178c.264-.337.751-.397 1.088-.133.029.022.056.047.081.073l3.569 3.568c.416.416 1.09.416 1.506 0l3.567-3.568c.296-.309.787-.319 1.096-.022.027.026.051.053.074.082l.178.178c.375.381.371.994-.01 1.369-.028.028-.058.054-.09.078'/%3E%3C/svg%3E")no-repeat 50% 50%/contain;
          mask: url("data:image/svg+xml;charset=utf-8,%3Csvg height='7.073' viewBox='0 0 11.902 7.073' width='11.902' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m11.522 1.925-4.816 4.836c-.416.416-1.09.416-1.506 0l-4.837-4.836c-.42-.344-.481-.962-.137-1.382.018-.023.038-.044.058-.065l.178-.178c.264-.337.751-.397 1.088-.133.029.022.056.047.081.073l3.569 3.568c.416.416 1.09.416 1.506 0l3.567-3.568c.296-.309.787-.319 1.096-.022.027.026.051.053.074.082l.178.178c.375.381.371.994-.01 1.369-.028.028-.058.054-.09.078'/%3E%3C/svg%3E")no-repeat 50% 50%/contain;
  width: .73rem;
}

.c-points .swiper-navigation-arrow.-prev {
  left: 1.5625rem;
  transform: rotate(90deg);
}

.c-points .swiper-navigation-arrow.-next {
  right: 1.5625rem;
  transform: rotate(-90deg);
}

.c-points .swiper-button-disabled {
  opacity: 0;
}

.c-section {
  width: 100%;
  color: var(--c, var(--komehyo-sct-color));
  background: var(--b, c90909);
}

.c-section.-red {
  --s: #fff;
  --b: #c90909;
}

.c-section.-brn {
  --s: #532913;
  --b: #532913;
}

.c-section.-brn.-typ2 {
  --s: #fff;
}

.c-section__slide {
  display: grid;
  grid-template: "a";
}

.c-section__slide__layer {
  grid-area: a;
  z-index: 2;
  position: relative;
  pointer-events: none;
  color: var(--s, var(--b));
}

.c-fv>.c-section__slide__layer, .c-section__slide .swiper,
.c-section__slide>.c-section__slide__layer, .c-section__slide__layer {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.c-section__slide__layer p {
  font-feature-settings: "pkna"1;
  writing-mode: vertical-rl;
  position: absolute;
  font-size: .8125rem;
  letter-spacing: 0;
  line-height: 1.384615384615385;
  top: 1.78125rem;
  right: 1.3125rem;
}

.c-section__slide__layer svg {
  display: block;
  width: 100%;
  height: 100%;
}

.c-section__slide .swiper {
  z-index: 0;
  grid-area: a;
  width: 29.375rem;
}

.c-section__slide .swiper-slide {
  width: 29.375rem;
}

.c-section__slide img {
  aspect-ratio: 1.021739130434783;
}

.c-section__header {
  margin: 2.1875rem 0 2.3125rem;
}

.c-section__title {
  display: block;
  object-fit: contain;
  margin: 0 auto;
}

#fashion .c-section__title {
  width: 22.0625rem;
  aspect-ratio: 5.348484848484849;
}

#jewelry .c-section__title {
  width: 22.375rem;
  aspect-ratio: 5.507692307692308;
}

#bag .c-section__title {
  width: 22.375rem;
  aspect-ratio: 3.58;
}

#watch .c-section__title {
  width: 25.4375rem;
  aspect-ratio: 6.166666666666667;
}

.c-section__inner {
  padding: 0 var(--komehyo-ppd) 2.5rem;
}

.c-section__inner p+p {
  margin-top: 1.75rem;
}

.c-section__btn {
  padding: 0 .75rem 2.5rem;
}

.c-section__btn a {
  width: 100%;
  height: 3.75rem;
  border-radius: 3.75rem;
  border: 1px solid currentColor;
}

.c-section__slide__pg {
  display: flex;
  justify-content: center;
  padding: 1.21875rem 0 0;
  gap: .4375rem;
  --swiper-pagination-bullet-width: .625rem;
  --swiper-pagination-bullet-height: .625rem;
  --swiper-pagination-bullet-border-radius: .625rem;
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-inactive-color: var(--swiper-pagination-color);
  --swiper-pagination-bullet-inactive-opacity: .3;
  --swiper-pagination-bullet-horizontal-gap: 0;
}

.c-section__slide__pg .swiper-pagination-bullet {
  transition: .3s ease-in;
  transition-property: width opacity;
}

.c-section__slide__pg .swiper-pagination-bullet-active {
  --swiper-pagination-bullet-width: 2.0625rem;
  transition-delay: .3s;
}

.c-section__btn a, .c-sns__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-sns__wrapper {
  gap: 2.75rem;
}

.c-sns a {
  display: flex;
}

.c-sns a:before {
  width: 2.375rem;
  aspect-ratio: 1;
  content: "";
  background: no-repeat 50% 50%/contain;
}

.c-sns a.-yt:before {
  background-image: url(ui/yt.svg);
}

.c-sns a.-ig:before {
  background-image: url(ui/ig.webp);
  background-size: 2.25rem;
}

.c-sns a.-x:before {
  background-image: url(ui/x.svg);
  background-size: 2.375rem;
}

.c-sns a.-li:before {
  background-image: url(ui/li.svg);
  background-size: 2.25rem;
}

.u-center {
  text-align: center;
}

.u-hide.-m {
  display: none;
}

.u-hidden {
  visibility: hidden;
}

.p-footer {
  background: #fff;
  padding: 3.125rem var(--komehyo-ppd) 6.25rem;
}

.p-footer__c {
  margin: 2.125rem 0 0;
  font-size: .8125rem;
  letter-spacing: 0;
  line-height: 1.384615384615385;
  color: var(--komehyo-gry);
  text-align: center;
}

@media only screen and (min-width:861px) {
  html {
    font-size: 1.290322580645161vw;
  }

  body, html {
    overscroll-behavior: none;
  }

  .l-main {
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 100%;
    height: 100%;
  }

  .l-main::-webkit-scrollbar {
    display: none;
  }

  .l-wrapper {
    width: 100vw;
    display: grid;
    grid-template: ". a . b ."1fr/3.75rem auto 10.5625rem 29.375rem 3.75rem;
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  .l-wrapper:after {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    background: var(--komehyo-pc-bg);
  }

  .l-wrapper__inner {
    grid-area: b;
    z-index: 1;
    overflow: hidden;
    width: 29.375rem;
  }

  .l-wrapper__desktop {
    display: flex;
    justify-content: center;
    align-items: start;
    grid-area: a;
  }

  .c-fv>.l-wrapper__desktop, .c-section__slide>.l-wrapper__desktop,
  .l-wrapper__desktop {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  @media only screen and (min-width:861px) {
    .l-wrapper__inner {
      -ms-grid-row: 1;
      -ms-grid-column: 4;
    }

    .l-wrapper>.l-wrapper__desktop {
      -ms-grid-row: 1;
      -ms-grid-column: 2;
    }
  }

  .l-wrapper__desktop__inner {
    min-height: 100vh;
    position: sticky;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .c-cta {
    width: 29.375rem;
    left: calc(100% - 33.125rem);
  }

  .u-hide, .u-mobile {
    display: none;
  }

  .u-hide.-d, .u-hide.-m {
    display: revert;
  }

  .l-wrapper>.c-fv__f, .l-wrapper>.c-fv__p, .l-wrapper>.c-fv__t,
  .l-wrapper>.c-gc__ly, .l-wrapper>.c-section__slide__layer, .l-wrapper>.swiper {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}

@media only screen and (min-width:1241px) {
  html {
    font-size: 100%;
  }

  .c-cta {
    left: calc(50% - -90px);
  }

  .u-hide.-d {
    display: none;
  }
}

@media only screen and (max-width:860px) {
  .u-desktop {
    display: none;
  }
}

@media only screen and (max-width:320px) {
  html {
    font-size: 87.5%;
  }
}
