@charset "UTF-8";
/*! sanitize.css v8.0.0 | CC0 License | github.com/csstools/sanitize.css */
*,
:before,
:after {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

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

html {
  cursor: default;
  line-height: 1.15;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

h1 {
  font-size: 5em;
  margin: 0.67em 0;
}

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

nav ol, nav ul {
  list-style: none;
}

pre {
  font-size: 1em;
}

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-size: 1em;
}

small {
  font-size: 80%;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input,
select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

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

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

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

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

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

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true], [disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

@keyframes show {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
html, body {
  min-width: 100%;
  width: 100%;
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  font-family: Koburina Gothic W3 JIS2004, sans-serif;
}

a {
  text-decoration: none;
  word-break: break-all;
  color: currentColor;
}

a:hover {
  opacity: 0.7;
}

.u-pc {
  display: block;
}

.u-sp {
  display: none;
}

.hiddenString {
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0 0 99.9% 99.9%);
  clip-path: inset(0 0 99.9% 99.9%);
  padding: 0;
  border: 0;
  font-family: Koburina Gothic W6 JIS2004, sans-serif;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
  color: currentColor;
}

h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, small {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-break: strict;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Koburina Gothic W6 JIS2004, sans-serif;
}

.share {
  padding: 15px 0;
  margin-bottom: 30px;
  background-color: #fff;
}

.btn {
  border-radius: 18px;
  border: 1px solid currentColor;
  font-size: 1.3rem;
  color: #005aff;
  display: inline-block;
  text-align: center;
}
@media (min-width: 768px) {
  .btn {
    font-size: 1.4rem;
    display: block;
  }
}

.item-product {
  padding: 30px 0 22px;
  background-color: #fff;
}
@media (min-width: 640px) {
  .item-product {
    margin-bottom: -10px;
  }
}
@media (min-width: 768px) {
  .item-product {
    padding: 48px 0 80px;
  }
}

.item-info {
  margin: 30px 0;
  background-color: #fff;
  padding: 60px 0;
}
.item-info .banner a {
  width: auto;
  max-width: 500px;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.item-about {
  position: relative;
  height: 100vh;
}
.item-about::before {
  content: "";
  opacity: 0;
  background-color: rgba(147, 152, 170, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.item-about.active::before {
  animation: show 1s ease-out forwards;
}

.intro__about {
  width: 95%;
  max-width: 950px;
  height: auto;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: flex-start;
  background-color: #fff;
  padding: 60px;
}
.intro__about p {
  font-size: 1.6rem;
  line-height: 2;
}
.intro__about a {
  margin-top: 0.5em;
}

.intro__dic {
  margin-left: 30px;
  background-image: url("../../../common/img/o2_dic.png");
  background-size: contain;
  width: 218px;
  height: 400px;
  border-right: 1px solid #000;
}

.intro__txt {
  padding-left: 3em;
}
.intro__txt p {
  font-size: 1.8rem;
  line-height: 2.5;
  letter-spacing: 0.1em;
}

body:has(.hero.active) .nav__brand {
  left: -100px;
}

.nav__brand {
  width: 100px;
  position: fixed;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 5000;
  transition: left 0.5s ease;
}

.nav__brand__list li {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px 5px;
  display: block;
  text-align: center;
  margin: 1px 0;
  opacity: 0.5;
}
.nav__brand__list li.active {
  opacity: 1;
  background-color: white;
}
.nav__brand__list a {
  display: block;
}
.nav__brand__list a:hover {
  opacity: 1;
}
.nav__brand__list img {
  width: 100%;
  width: auto;
  max-width: 80%;
  max-height: 60px;
}
.nav__brand__list svg {
  width: 50%;
  fill: #000 !important;
}

svg:not([fill]) {
  fill: #fff;
}

.item-logo {
  background-image: none;
  height: 100vh;
  position: relative;
}
@media (min-width: 640px) {
  .item-logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.intro__about {
  position: absolute;
}

.bg {
  position: relative;
  width: 100%;
  height: 40vw;
}
@media (min-width: 768px) {
  .bg {
    height: 400px;
  }
}
.bg-img {
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  height: 40vw;
}
@media (min-width: 768px) {
  .bg-img {
    height: 400px;
  }
}

.arrow {
  opacity: 0;
  display: block;
  width: 6.0765191298vh;
  max-width: 81px;
  height: 6.0765191298vh;
  max-height: 81px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3000;
  animation: show 0.5s 1.6s forwards linear;
}
.arrow img {
  width: 100%;
}

.products {
  width: calc(95% - 200px);
  max-width: 1000px;
  margin: 0 auto 30px;
}

.products_logo {
  max-width: 80%;
  max-height: 80px;
  margin-top: 0.6em;
}
@media (min-width: 768px) {
  .products_logo {
    margin-top: 0.4em;
  }
}

.products_logo-outer,
.products_logo-bottom {
  max-width: 120px;
}

.products_logo-firo {
  width: 100px;
}

.products_logo-archives {
  max-width: 160px;
}

.soldtext {
  color: orangered;
  display: none;
  font-size: 1.3rem;
  line-height: 1.3;
  padding-top: 5px;
  letter-spacing: 0;
  font-family: Koburina Gothic W3 JIS2004, sans-serif;
}

.sold .soldtext {
  display: block;
}

.products .resale {
  color: orangered;
  font-size: 1.3rem;
  line-height: 1.77;
  padding-top: 5px;
  letter-spacing: 0;
  display: inline-block;
}

.products a:before, .products a:after {
  z-index: 2000;
}

.products a.newitem:after {
  content: "";
  width: 20%;
  max-width: 44px;
  height: 44px;
  background-image: url("../images/ico/ico-newitem.svg");
  background-size: contain;
  display: block;
  position: absolute;
  z-index: 999;
  left: 0;
  top: 0;
}

.products a[class*=date-]:before {
  content: "";
  width: 7vw;
  height: 7vw;
  background-size: contain;
  position: absolute;
  z-index: 999;
  right: 5px;
  top: 5px;
}
@media (min-width: 768px) {
  .products a[class*=date-]:before {
    width: 35px;
    height: 35px;
  }
}

.products__thumbs {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 20px;
  margin-top: 40px;
  gap: 4rem 2rem;
}
@media (min-width: 640px) {
  .products__thumbs {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .products__thumbs {
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 40px;
    gap: 4rem 3.2rem;
  }
}
.products__thumbs li {
  position: relative;
  display: block;
}
.products__thumbs a {
  display: block;
  position: relative;
}

.price-wrapper {
  font-family: Koburina Gothic W6 JIS2004, sans-serif;
}

.products__thumbs li img {
  width: 100%;
}

.btn-more {
  padding: 2px 12px;
  font-size: 1.4rem;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .btn-more {
    padding: 2px 16px;
  }
}

.products h3 {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.products h3.en {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
@media (min-width: 640px) {
  .products h3 img.above {
    margin-bottom: 15px;
  }
  .products h3 img.bottom {
    margin-top: 6px;
  }
}
@media (min-width: 768px) {
  .products h3 {
    font-size: 1.8rem;
  }
}

.products h3 + .products__thumbs {
  margin-top: 30px;
}

.tax {
  font-family: Koburina Gothic W1 JIS2004;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: normal;
}

.products p {
  font-size: 1.2rem;
  margin-bottom: 40px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .products p {
    font-size: 1.5rem;
  }
}

.color {
  margin-top: 12px;
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  gap: 4px;
  margin-bottom: 0;
  line-height: 1;
}
.color dt,
.color dd {
  font-size: 13px;
}
.color dt {
  font-family: Koburina Gothic W6 JIS2004, sans-serif;
  letter-spacing: 0.075em;
  position: relative;
  top: -1px;
}
.color dd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6.5px;
}
.color span {
  width: 15px;
  height: 15px;
  border-radius: 100px;
  background-color: #ddd;
  aspect-ratio: 1/1;
  vertical-align: middle;
  box-sizing: border-box;
  background-size: contain;
  background-position: center center;
}
.color span.color_border {
  border: 0.5px solid #808080;
}

.btn-radius {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 100px;
  margin: auto;
}

.hidden_sp {
  display: none;
}
@media (min-width: 768px) {
  .hidden_sp {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .hidden_pc {
    display: none;
  }
}

.sec.active .txt {
  opacity: 1;
}

.products img.above {
  display: block;
  margin-bottom: 12px;
}

.products__thumbs li h3 {
  font-size: 13px;
  line-height: 1.5;
  margin: 10px 0 0;
}
@media (min-width: 640px) {
  .products__thumbs li h3 {
    font-size: 16px;
  }
}

.info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.info h2 {
  text-align: center;
  font-size: 1.9rem;
  margin-bottom: 1em;
}
.info dl {
  font-size: 1.5rem;
}
@media (min-width: 640px) {
  .info dd {
    font-size: 16px;
  }
}
.info .bold {
  font-family: Koburina Gothic W6 JIS2004, sans-serif;
}
.info a {
  color: #000;
}
.info .yokoku {
  width: 140px;
  height: 40px;
  margin-bottom: 1em;
}
.info .yokoku::after {
  content: ">";
  display: inline-block;
  font-size: 23px;
  line-height: 1;
  margin: -4px 0 0 3px;
}
@media (min-width: 640px) {
  .info .yokoku {
    margin-bottom: 2em;
  }
}

.staff > dl {
  width: 80%;
}
.staff div {
  text-align: center;
}
.staff .member {
  display: grid;
  grid-template-columns: max-content 1fr;
  margin-top: 0.5em;
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .staff .member {
    grid-template-columns: 1fr 1fr;
  }
}
.staff .member dt {
  text-align: right;
}

.bnrArea {
  margin: 30px 0 0;
  background-color: #fff;
  padding: 60px 0;
}
.bnrArea a {
  width: auto;
  max-width: 400px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.bnrArea .btn {
  margin-top: 1.5em;
  font-size: 1.2rem;
  border-color: #000;
  color: #000;
  line-height: 1.5;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 1em;
  padding-left: 1em;
}

.products__thumbs li h3.value {
  margin: 12px 0 20px;
  line-height: 1;
}
.products__thumbs li h3.value .en {
  line-height: 1;
}

.products__thumbs__above {
  margin-top: 60px;
  font-family: Koburina Gothic W6 JIS2004, sans-serif;
  line-height: 1.8;
  font-weight: 600;
}
.products__thumbs__above span {
  display: inline-block;
  vertical-align: middle;
}
.products__thumbs__above .font1 {
  font-size: 18px;
  letter-spacing: 0;
}
.products__thumbs__above .font2 {
  font-size: 14px;
  letter-spacing: 0;
  padding-left: 3px;
}
.products__thumbs__above .font3 {
  font-size: 15px;
  letter-spacing: 0.075em;
}
.products__thumbs__above .font4 {
  font-size: 28px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1000px) and (min-width: 769px) {
  .intro__about {
    padding: 5vw;
  }
  .intro__dic {
    margin-left: 2vw;
  }
  .intro__txt {
    padding-left: 4vw;
  }
  .intro__txt p {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 80px;
  }
  .u-pc {
    display: none;
  }
  @keyframes parallax {
    from {
      background-position: center top;
    }
    to {
      background-position: center -px;
    }
  }
  body:has(.hero.active) .nav__brand {
    opacity: 0;
    top: -50px;
  }
  .nav__brand {
    width: 100%;
    transform: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5000;
    background-color: #fff;
    transition: top 0.5s ease, opacity 0.5s ease;
    overflow: auto;
  }
  .nav__brand__list {
    position: relative;
    display: block;
    white-space: nowrap;
    padding: 1px;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    font-size: 0;
    transition: left 0.3s ease;
  }
  .nav__brand__list li {
    min-width: 80px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin: 0;
    padding: 3px 0;
    opacity: 0.5;
    transition: all 0.5s ease;
    line-height: 40px;
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    border-bottom: 2px solid #fff;
  }
  .nav__brand__list li.active {
    opacity: 1;
    background-color: white;
    border-color: #333;
  }
  .nav__brand__list img {
    height: 30px;
    width: auto;
  }
  .nav__brand__list svg {
    width: 50%;
  }
  .products {
    width: 89.0625vw;
    max-width: 1000px;
    margin: 0 auto;
  }
  .products__thumbs li:nth-child(2n) {
    margin-right: 0;
  }
  .products__thumbs li img {
    width: 100%;
  }
  .products__thumbs__above {
    margin-top: 40px;
    line-height: 1.2;
  }
  .products__thumbs__above .font1 {
    font-size: 15px;
  }
  .products__thumbs__above .font2 {
    font-size: 11px;
  }
  .products__thumbs__above .font3 {
    font-size: 10px;
  }
  .products__thumbs__above .font4 {
    font-size: 18px;
  }
  .share {
    padding: 15px 0;
    margin-bottom: 55px;
    background-color: #fff;
  }
  .item-info {
    margin: 60px 0 30px;
    padding: 30px 0;
  }
  .item-info .banner a {
    width: 90%;
    max-width: 640px;
    margin: 0 auto;
    display: block;
  }
  .intro__about {
    width: 95%;
    max-width: 100%;
    height: 90vh;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: flex-start;
    background-color: #fff;
    padding: 45px 20px 20px;
    flex-direction: column;
  }
  .intro__about p {
    display: flex;
    justify-content: center;
    font-size: 1.2rem;
    line-height: 2;
    padding-top: 2em;
  }
  .intro__about p a {
    margin-top: 0.5em;
  }
  .intro__dic {
    margin-left: 0;
    background-size: contain;
    width: 100%;
    height: 100%;
    max-height: 500px;
    border-right: none;
    background-position: center center;
  }
  .intro__txt {
    padding-left: 0;
    border-top: 1px solid #000;
    margin-top: 40px;
  }
}
@media screen and (min-width: 641px) {
  .nav__brand {
    overflow: scroll;
    max-height: 100vh;
  }
  .nav__brand__list {
    max-height: 100vh;
  }
  .products {
    margin: 0 auto;
  }
  .products__thumbs {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  html {
    scroll-padding-top: 70px;
  }
  .products__thumbs {
    margin-bottom: 0;
  }
  .products__thumbs li h3.value {
    line-height: 1;
    margin: 8px 0 24px;
  }
  .products__thumbs li h3.value .en,
  .products__thumbs li span.value .en {
    line-height: 1;
  }
  .products a.newitem:after {
    width: 8.5vw;
    height: 8.5vw;
  }
}
@media screen and (max-width: 550px) {
  .u-sp {
    display: block;
  }
}
@media screen and (max-width: 440px) {
  html {
    scroll-padding-top: 52px;
  }
}
@media screen and (max-width: 375px) {
  .products__thumbs__above .font-ss {
    font-size: 3.78vw;
  }
}
footer {
  position: relative;
  background-color: #9398AA;
  color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  footer {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
}
footer a {
  color: #fff;
}
footer .wrapper {
  width: calc(100% - 4rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 640px) {
  footer .wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 0.8em;
         column-gap: 0.8em;
    width: calc(100% - 8rem);
  }
}
@media (min-width: 768px) {
  footer .wrapper {
    grid-template-columns: max-content 1fr;
    -moz-column-gap: 2.4em;
         column-gap: 2.4em;
    width: -moz-fit-content;
    width: fit-content;
  }
}
footer .footer-hobo {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  gap: 1.6em;
  justify-content: center;
}
footer .footer-hobo li {
  margin-bottom: 0.8em;
  margin-top: 0.8em;
}
footer .footer-hobo a {
  display: flex;
  gap: 0.8em;
  align-items: center;
}
footer .footer-hobo span {
  display: inline-block;
  width: 1.6em;
  text-align: center;
}
footer .footer-hobo span:before {
  font-size: 1.6em;
}
footer .footer-hobo span.hb-hobo::before {
  font-size: 1.2em;
}
@media (min-width: 640px) {
  footer .footer-share,
  footer .footer-copy {
    grid-column: 1/3;
  }
}
@media (min-width: 768px) {
  footer .footer-share,
  footer .footer-copy {
    grid-column: initial;
  }
}
footer .footer-share {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  margin-bottom: 0.8em;
}
@media (min-width: 768px) {
  footer .footer-share {
    gap: 1.6em;
    margin-bottom: initial;
  }
}
footer .footer-share img {
  width: 3.2rem;
}
@media (min-width: 768px) {
  footer .footer-share img {
    width: 2.8em;
  }
}
footer .footer-sns {
  position: relative;
  font-size: 0.88em;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 40rem;
  padding-top: 1.6em;
  padding-bottom: 1.6em;
  padding-right: 0.8em;
}
footer .footer-sns::before, footer .footer-sns::after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: currentColor;
}
footer .footer-sns::before {
  top: 0;
}
footer .footer-sns::after {
  bottom: 0;
}
footer .footer-sns a::before {
  font-size: 2.8em;
}
footer .footer-store,
footer .footer-copy {
  font-size: 0.96em;
  font-weight: 400;
}
footer .footer-store {
  font-size: 1rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 2em;
       column-gap: 2em;
  margin-top: 3.2rem;
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  footer .footer-store {
    grid-column: 1/3;
    margin-top: 2.4em;
  }
}
footer .footer-store li {
  margin-bottom: 0.4em;
}
footer .footer-copy {
  color: #fff;
  font-size: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  footer .footer-copy {
    grid-column: 1/3;
  }
}

.sec-archives .bg {
  display: none;
}
.sec-archives .item-product {
  background-color: #F3F3F3;
}

/*** 以下シーズンによって切り替え ***/
.svg-symbol {
  display: none;
}

.bg-hero {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  z-index: -1;
  left: 0;
  top: 0;
  background-image: url("../images/hero-sp.jpg");
}
@media (min-width: 640px) {
  .bg-hero {
    background-image: url("../images/hero-pc.jpg");
  }
}
.hero-iito .bg-hero {
  background-image: url("../images/hero-iito-sp.jpg");
}
@media (min-width: 640px) {
  .hero-iito .bg-hero {
    background-image: url("../images/hero-iito-pc.jpg");
  }
}
.hero-tsuki .bg-hero {
  background-image: url("../images/hero-tsuki-sp.webp");
}
@media (min-width: 640px) {
  .hero-tsuki .bg-hero {
    background-image: url("../images/hero-tsuki-pc.jpg");
  }
}
.hero-outer .bg-hero {
  background-image: url("../../pre/img/03/hero.webp");
}
@media (min-width: 640px) {
  .hero-outer .bg-hero {
    background-image: url("../../pre/img/03/hero_pc.jpg");
  }
}
.hero-bottom .bg-hero {
  background-position: top center;
  background-image: url("../../pre/img/05/hero.webp");
}
@media (min-width: 640px) {
  .hero-bottom .bg-hero {
    background-image: url("../../pre/img/05/hero_pc.webp");
  }
}
.hero-firo .bg-hero {
  background-position: top center;
  background-image: url("../../pre/img/07/hero.webp");
}
@media (min-width: 640px) {
  .hero-firo .bg-hero {
    background-image: url("../../pre/img/07/hero_pc.webp");
  }
}
.hero-outer2 .bg-hero {
  background-position: top center;
  background-image: url("../../pre/img/08/hero.webp");
}
@media (min-width: 640px) {
  .hero-outer2 .bg-hero {
    background-image: url("../../pre/img/08/hero_pc.webp");
  }
}
.hero-aw .bg-hero {
  background-image: url("../../lookbook/img/00.webp");
}
@media (min-width: 640px) {
  .hero-aw .bg-hero {
    background-image: url("../../lookbook/img/00_pc.jpg");
  }
}

.bg .txt {
  background-size: contain;
  background-position: center center;
  position: absolute;
  width: 10vw;
  height: 80%;
  top: 10%;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.bg .txt-iito {
  background-image: url(../images/txt-iito.svg);
  right: 12%;
}
@media (min-width: 768px) {
  .bg .txt-iito {
    right: 20%;
  }
}
.bg .txt-outer {
  background-image: url(../images/txt-outer.svg);
  left: 16%;
  height: 50%;
  top: 25%;
}
.bg .txt-mioasse {
  background-image: url(../images/txt-mioasse.svg);
  right: 6%;
}
@media (min-width: 768px) {
  .bg .txt-mioasse {
    right: 4%;
  }
}
.bg .txt-tsuki {
  background-image: url(../images/txt-tsuki.svg);
  left: 12%;
}
@media (min-width: 768px) {
  .bg .txt-tsuki {
    left: 20%;
    height: 60%;
    top: 20%;
  }
}
.bg .txt-bottom {
  background-image: url(../images/txt-bottom.svg);
  left: 20%;
  height: 60%;
  top: 20%;
}
@media (min-width: 768px) {
  .bg .txt-bottom {
    height: 50%;
    top: 25%;
  }
}
.bg .txt-firo {
  background-image: url(../images/txt-firo.svg);
  left: 12%;
}

.hero-iito .item-logo {
  --sl-width: 29.8076923077vw;
  --sl-height: 12.5vh;
  --sl-x: 21.875vw;
  --sl-y: 15.625vh;
  --logo-width: 23.5576923077vw;
  --logo-height: 19vh;
  --logo-x: 20.6730769231vw;
  --logo-y: 9.125vh;
  position: relative;
  height: 100vh;
}
.hero-iito .item-logo .strapline,
.hero-iito .item-logo .logo {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.hero-iito .item-logo .logo {
  top: var(--logo-y);
  left: var(--logo-x);
  width: var(--logo-width);
  height: var(--logo-height);
  fill: var(--theme);
  animation: show 0.5s 0.6s forwards linear;
}
.hero-iito .item-logo .strapline {
  top: var(--sl-y);
  right: var(--sl-x);
  width: var(--sl-width);
  height: var(--sl-height);
  animation: show 0.5s 1.1s forwards linear;
}
@media (min-width: 768px) {
  .hero-iito .item-logo {
    --sl-width: 17.25vw;
    --sl-height: 20.75vh;
    --sl-x: 11vw;
    --sl-y: 43.625vh;
    --logo-width: 13.25vw;
    --logo-height: 30.625vh;
    --logo-x: 12.3333333333vw;
    --logo-y: 34.75vh;
  }
}
.hero-tsuki .item-logo {
  --theme: #9398AA;
  --sl-width: 32.4519230769vw;
  --sl-height: 13.625vh;
  --sl-x: 40.1442307692vw;
  --sl-y: 15.375vh;
  --logo-width: 26.2019230769vw;
  --logo-height: 21.125vh;
  --logo-x: 9.1346153846vw;
  --logo-y: 7.875vh;
  position: relative;
  height: 100vh;
}
.hero-tsuki .item-logo .strapline,
.hero-tsuki .item-logo .logo {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.hero-tsuki .item-logo .logo {
  top: var(--logo-y);
  right: var(--logo-x);
  width: var(--logo-width);
  height: var(--logo-height);
  fill: var(--white);
  transition: fill 0.25s ease-out;
  animation: show 0.5s 0.6s forwards linear;
}
.hero-tsuki .item-logo .strapline {
  top: var(--sl-y);
  right: var(--sl-x);
  width: var(--sl-width);
  height: var(--sl-height);
  animation: show 0.5s 1.1s forwards linear;
}
@media (min-width: 768px) {
  .hero-tsuki .item-logo {
    --sl-width: 47.8333333333vw;
    --sl-height: 5.25vh;
    --sl-x: 15.75vw;
    --sl-y: 7vh;
    --logo-width: 13.25vw;
    --logo-height: 30.625vh;
    --logo-x: 2.5vw;
    --logo-y: 7vh;
  }
  .hero-tsuki .item-logo .logo {
    max-width: 159px;
    max-height: 245px;
    fill: var(--theme);
  }
  .hero-tsuki .item-logo .strapline {
    max-width: 574px;
  }
}
.hero-outer .item-logo {
  --sl-width: 37.5vw;
  --sl-height: 15.625vh;
  --sl-x: 8.1730769231vw;
  --sl-y: 4vh;
  --logo-width: 27.6442307692vw;
  --logo-height: 22.375vh;
  --logo-x: 6.4903846154vw;
  --logo-y: 6.5vh;
  position: relative;
  height: 100vh;
}
.hero-outer .item-logo .strapline,
.hero-outer .item-logo .logo {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.hero-outer .item-logo .logo {
  top: var(--logo-y);
  right: var(--logo-x);
  width: min(var(--logo-width), 165px);
  height: auto;
  transition: fill 0.25s ease-out;
  animation: show 0.5s 0.6s forwards linear;
}
.hero-outer .item-logo .strapline {
  bottom: var(--sl-y);
  left: var(--sl-x);
  width: min(var(--sl-width), 167px);
  height: auto;
  animation: show 0.5s 1.1s forwards linear;
}
@media (min-width: 768px) {
  .hero-outer .item-logo {
    --sl-x: 2.8333333333vw;
    --sl-y: 5.625vh;
    --logo-x: 5.4166666667vw;
    --logo-y: 5.625vh;
  }
  .hero-outer .item-logo .logo {
    top: unset;
    bottom: var(--logo-y);
    right: unset;
    left: var(--logo-x);
  }
  .hero-outer .item-logo .strapline {
    left: unset;
    right: var(--sl-x);
  }
}
.hero-bottom .item-logo {
  --sl-width: 142px;
  --sl-height: 100px;
  --sl-x: 53.6%;
  --sl-y: 101px;
  --logo-width: 98px;
  --logo-height: 152px;
  --logo-x: 22.9333333333%;
  --logo-y: 49px;
  position: relative;
  height: 100vh;
}
.hero-bottom .item-logo .strapline,
.hero-bottom .item-logo .logo {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.hero-bottom .item-logo .logo {
  top: var(--logo-y);
  left: var(--logo-x);
  width: auto;
  height: var(--logo-height);
  fill: #fff;
  transition: fill 0.25s ease-out;
  animation: show 0.5s 0.6s forwards linear;
}
.hero-bottom .item-logo .strapline {
  top: var(--sl-y);
  left: var(--sl-x);
  width: auto;
  height: var(--sl-height);
  animation: show 0.5s 1.1s forwards linear;
}
@media (min-width: 768px) {
  .hero-bottom .item-logo {
    --sl-width: 196px;
    --sl-height: 157px;
    --sl-x: 16.25%;
    --sl-y: 44.358974359%;
    --logo-width: 179px;
    --logo-height: 276px;
    --logo-x: 16.1666666667%;
    --logo-y: 33.2051282051%;
  }
  .hero-bottom .item-logo .strapline {
    left: unset;
    right: var(--sl-x);
  }
}
.hero-firo .item-logo {
  --sl-width: 5.5288461538vw;
  --sl-height: 319px;
  --sl-x: 5.7692307692vw;
  --sl-y: 19px;
  --logo-width: 25.2403846154vw;
  --logo-height: 163px;
  --logo-x: 5.7692307692vw;
  --logo-y: 31px;
  position: relative;
  height: 100vh;
}
.hero-firo .item-logo .strapline,
.hero-firo .item-logo .logo {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.hero-firo .item-logo .logo {
  top: var(--logo-y);
  left: var(--logo-x);
  width: var(--logo-width);
  height: auto;
  fill: var(--white);
  transition: fill 0.25s ease-out;
  animation: show 0.5s 0.6s forwards linear;
}
.hero-firo .item-logo .strapline {
  bottom: var(--sl-y);
  left: var(--sl-x);
  width: var(--sl-width);
  height: auto;
  animation: show 0.5s 1.1s forwards linear;
}
@media (min-width: 768px) {
  .hero-firo .item-logo {
    --sl-width: 215px;
    --sl-height: 172px;
    --sl-x: 83px;
    --sl-y: 92px;
    --logo-width: 178px;
    --logo-height: 274px;
    --logo-x: 69px;
    --logo-y: 60px;
  }
  .hero-firo .item-logo .logo {
    top: unset;
    bottom: var(--logo-y);
  }
  .hero-firo .item-logo .strapline {
    left: unset;
    right: var(--sl-x);
  }
}
.hero-outer2 .item-logo {
  --sl-width: 29.8076923077vw;
  --sl-height: 100px;
  --sl-x: 36.7788461538vw;
  --sl-y: 41px;
  --logo-width: 23.5576923077vw;
  --logo-height: 152px;
  --logo-x: 7.6923076923vw;
  --logo-y: 41px;
  position: relative;
  height: 100vh;
}
.hero-outer2 .item-logo .strapline,
.hero-outer2 .item-logo .logo {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.hero-outer2 .item-logo .logo {
  top: var(--logo-y);
  left: var(--logo-x);
  width: var(--logo-width);
  height: auto;
  fill: #fff;
  transition: fill 0.25s ease-out;
  animation: show 0.5s 0.6s forwards linear;
}
.hero-outer2 .item-logo .strapline {
  top: var(--sl-y);
  left: var(--sl-x);
  width: var(--sl-width);
  height: auto;
  animation: show 0.5s 1.1s forwards linear;
}
@media (min-width: 768px) {
  .hero-outer2 .item-logo {
    --sl-width: 179px;
    --sl-height: 143px;
    --sl-x: calc(40 / 1200 * 100%);
    --sl-y: 39px;
    --logo-width: 174px;
    --logo-height: 268px;
    --logo-x: calc(86 / 1200 * 100%);
    --logo-y: 60px;
  }
  .hero-outer2 .item-logo .strapline {
    left: unset;
    right: var(--sl-x);
    top: unset;
    bottom: var(--sl-y);
  }
}
.hero-aw .item-logo {
  --sl-width: 29.8076923077vw;
  --sl-height: 12.5vh;
  --sl-x: 21.875vw;
  --sl-y: 18.125vh;
  --logo-width: 23.5576923077vw;
  --logo-height: 19vh;
  --logo-x: 20.6730769231vw;
  --logo-y: 11.625vh;
  --t-width: 57.4711538462vw;
  --t-height: 10.6475vh;
  --t-x: 20.6538461538vw;
  --t-y: 32.0525vh;
  position: relative;
  height: 100vh;
}
.hero-aw .item-logo .strapline,
.hero-aw .item-logo .logo,
.hero-aw .item-logo .trailer {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.hero-aw .item-logo .logo,
.hero-aw .item-logo .strapline {
  animation: show 0.5s 0.6s forwards linear;
}
.hero-aw .item-logo .logo {
  top: var(--logo-y);
  left: var(--logo-x);
  width: var(--logo-width);
  height: var(--logo-height);
  fill: #fff;
}
.hero-aw .item-logo .strapline {
  top: var(--sl-y);
  right: var(--sl-x);
  width: var(--sl-width);
  height: var(--sl-height);
}
.hero-aw .item-logo .trailer {
  bottom: var(--t-y);
  left: var(--t-x);
  width: var(--t-width);
  height: var(--t-height);
  height: auto;
  animation: show 0.5s 1.1s forwards linear;
}
@media (min-width: 768px) {
  .hero-aw .item-logo {
    --sl-width: 47.8333333333vw;
    --sl-height: 5.25vh;
    --sl-x: 2.75vw;
    --sl-y: 4.625vh;
    --logo-width: 11.0833333333vw;
    --logo-height: 25.625vh;
    --logo-x: 3vw;
    --logo-y: 70.375vh;
    --t-width: 32.75vw;
    --t-height: 17.5vh;
    --t-x: 33.25vw;
    --t-y: 33.875vh;
  }
}/*# sourceMappingURL=index.css.map */