@charset "UTF-8";
@keyframes fadeIn {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes stamp {
  0% {
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/*
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;
}

select,
option {
  color: currentColor;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
}

a,
button {
  color: currentColor;
  text-decoration: none;
  transition: opacity 0.1s ease;
}
@media (hover: hover) {
  a:hover,
  button:hover {
    opacity: 0.5;
  }
}

main a[target=_blank]::after {
  margin-right: 3px;
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-size: 85%;
  position: relative;
  top: -3px;
}

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

*:focus {
  outline: none;
}

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

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

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

html {
  scroll-behavior: smooth;
}

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

/**  common  **/
body {
  font-family: "A1 Gothic M", sans-serif;
  font-size: 15px;
  color: #1a1a1a;
  line-height: 1.7;
  letter-spacing: 0.45px;
}

/* ------------------------------------------
Header
------------------------------------------ */
.hbr-header {
  backdrop-filter: blur(2px);
  background-color: rgba(255, 255, 255, 0.95);
  position: relative;
  width: 100%;
  z-index: 11;
  top: 0;
}
.hbr-header .navbar-brand {
  align-items: center;
}
.hbr-header .navbar-brand a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hbr-header .navbar-brand a img {
  width: 90px;
}
@media (min-width: 768px) {
  .hbr-header .navbar-brand a img {
    width: auto;
  }
}

.navbar {
  margin: 0 auto;
  background-color: transparent;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  justify-content: space-between;
  align-items: center;
}
.navbar a:link, .navbar a:visited {
  color: inherit;
  transition: all 0.3s;
}

.navbar-hobo a {
  padding: 20px;
  display: block;
  width: fit-content;
}
.navbar-hobo img {
  width: 56px;
  aspect-ratio: 56/7.28;
}
@media (min-width: 768px) {
  .navbar-hobo img {
    width: 64px;
    aspect-ratio: 64/8.32;
  }
}

.navbar-burger {
  display: block;
  width: 5rem;
  height: 4.2rem;
}
.navbar-burger:hover {
  background-color: transparent;
}
.navbar-burger span {
  color: #717171;
  width: 40px;
  left: calc(50% - 20px);
}
@media (min-width: 768px) {
  .navbar-burger span {
    width: 50px;
    left: calc(50% - 25px);
  }
}
.navbar-burger span:nth-child(1) {
  top: calc(50% - 15px);
}
.navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}
.navbar-burger span:nth-child(3) {
  top: calc(50% + 13px);
}
.navbar-burger.is-active span:nth-child(1) {
  transform: translateY(14px) rotate(45deg);
}
.navbar-burger.is-active span:nth-child(3) {
  transform: translateY(-14px) rotate(-45deg);
}

.navbar-menu {
  display: none;
  opacity: 0;
  position: absolute;
  top: 4.2rem;
  right: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  box-shadow: none;
  padding: 20px 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .navbar-menu {
    width: fit-content;
  }
}
.navbar-menu.is-active {
  display: block;
}
.navbar-menu.is-visible {
  opacity: 1;
}

a.navbar-item {
  gap: 13px;
  display: flex;
  font-family: "Koburina Gothic W3 JIS2004", sans-serif;
  font-size: 16px;
}
a.navbar-item.navbar-item__brand {
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
}
a.navbar-item:hover {
  color: inherit;
  background-color: transparent;
  opacity: 0.3;
}

.navbar-item-icon {
  width: 24px;
}
.navbar-item__cart .navbar-item-icon, .navbar-item__account .navbar-item-icon, .navbar-item__help .navbar-item-icon {
  padding-left: 0px;
}
.navbar-item__storetop .navbar-item-icon {
  padding-left: 2px;
}
.navbar-item__contact .navbar-item-icon {
  padding-left: 1px;
}

.navbar-divider {
  background-color: #353535;
  opacity: 0.4;
  height: 1px;
  display: block;
}

[class*=hbi-] {
  font-size: 24px;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  vertical-align: top;
}

/**. indexのみ追加  **/
.subbar {
  background-color: rgba(177, 177, 177, 0.9490196078);
  backdrop-filter: blur(2px);
  font-family: "futura-pt", sans-serif;
  font-style: normal;
}
.subbar ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
}
.subbar li {
  border-left: 1px solid #1A1A1A;
}
.subbar li:last-child {
  border-right: 1px solid #1A1A1A;
}
.subbar .subbar-btn {
  padding: 0 20px;
}
.subbar .subbar-btn:hover, .subbar .subbar-btn.active {
  opacity: 1;
  color: #D6FFCA;
}
.subbar .subbar-btn:hover span::after, .subbar .subbar-btn.active span::after {
  background-color: currentColor;
}
.subbar span {
  display: block;
  line-height: 1;
}
.subbar span::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: transparent;
  border-radius: 2px;
}

html {
  scroll-padding-top: 80px;
  scroll-behavior: auto;
}
html.loaded {
  scroll-behavior: smooth;
}

.header-wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 11;
  transform: translateY(-100%);
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.header-wrapper.header--floating {
  transform: translateY(0);
}

.subbar {
  transition: transform 0.2s ease, opacity 0.2s ease;
  transform: translateY(0);
  opacity: 1;
}
.subbar.is-hide {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

/* ------------------------------------------
Main
------------------------------------------ */
.hero {
  position: relative;
}
.hero .logo,
.hero .catch {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hero .logo img,
.hero .catch img {
  position: absolute;
}
.hero .logo img {
  opacity: 0;
  filter: blur(5px);
  animation: fadeIn 1.5s 1s ease forwards;
}
.hero .logo img.logo-rototo {
  top: calc(28 / 640 * 100%);
  left: calc(25 / 375 * 100%);
  width: calc(120 / 375 * 100%);
}
@media (min-width: 768px) {
  .hero .logo img.logo-rototo {
    top: calc(73 / 900 * 100%);
    left: calc(71 / 1440 * 100%);
    width: calc(240 / 1440 * 100%);
  }
}
.hero .logo img.logo-amwr {
  bottom: calc(68 / 640 * 100%);
  right: calc(35 / 375 * 100%);
  width: calc(56 / 375 * 100%);
}
@media (min-width: 768px) {
  .hero .logo img.logo-amwr {
    bottom: calc(210 / 900 * 100%);
    right: calc(81 / 1440 * 100%);
    width: calc(104 / 1440 * 100%);
  }
}
.hero .catch {
  overflow: hidden;
}
.hero .catch img {
  opacity: 0;
}
.hero .catch img.catch-selection {
  animation: stamp 0.2s 2.5s ease forwards;
  top: 48.5%;
  left: calc(-20 / 375 * 100%);
  width: calc(230 / 375 * 100%);
}
@media (min-width: 768px) {
  .hero .catch img.catch-selection {
    top: 36%;
    left: calc((100% - 382 / 1440 * 100%) / 2);
    width: calc(382 / 1440 * 100%);
  }
}
.hero .catch img.catch-gizagiza {
  animation: stamp 0.2s 3s ease forwards;
  top: 44%;
  right: calc(-50 / 375 * 100%);
  width: calc(280 / 375 * 100%);
}
@media (min-width: 768px) {
  .hero .catch img.catch-gizagiza {
    top: 48%;
    right: calc((100% - 382 / 1440 * 100%) / 2);
    width: calc(382 / 1440 * 100%);
  }
}

.yodogawa {
  opacity: 0;
  transition: opacity 1s 0.5s ease;
}
.yodogawa.active {
  opacity: 1;
}

.brand {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.brand.active {
  opacity: 1;
}

.yodogawa {
  max-width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
.yodogawa .inner {
  margin: 56px 28px;
  max-width: fit-content;
}
.yodogawa p {
  margin-bottom: 1em;
}
.yodogawa a {
  color: #FFA164;
  text-decoration: underline;
}

.brand {
  width: 100%;
  max-width: 1004px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .brand {
    width: calc(100% - 56px);
  }
}

.about {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 56px;
}
@media (min-width: 768px) {
  .about {
    flex-direction: row-reverse;
    justify-content: center;
    gap: initial;
    margin-bottom: 64px;
  }
}
@media (min-width: 992px) {
  .about {
    margin-right: initial;
    margin-left: initial;
  }
}
.about dl {
  width: calc(100% - 56px);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about dl:before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 56px - 55 / 375 * 100%);
  left: -28px;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  z-index: -1;
}
@media (min-width: 768px) {
  .about dl:before {
    width: calc(100% + 56px);
  }
}
@media (min-width: 768px) {
  .about dl {
    width: 50%;
  }
}
.about dl.rototo {
  margin: 30px 28px;
}
.about dl.rototo:before {
  height: calc(100% + 60px);
  top: -30px;
  background-image: url(../images/rototo-about-bg.svg);
}
.about dl.amwr {
  margin: 16px 28px;
}
@media (min-width: 768px) {
  .about dl.amwr {
    margin: 30px 28px;
  }
}
.about dl.amwr:before {
  height: 100%;
  top: 16px;
  background-image: url(../images/amwr-about-bg.svg);
}
@media (min-width: 768px) {
  .about dl.amwr:before {
    height: calc(100% + 60px);
    top: -30px;
  }
}
.about dt {
  margin-bottom: 16px;
}
.about dt img.rototo {
  width: 120px;
}
@media (min-width: 768px) {
  .about dt img.rototo {
    width: 160px;
  }
}
.about dt img.amwr {
  width: 56px;
}
@media (min-width: 768px) {
  .about .brand-photo {
    width: 50%;
  }
}
.about .brand-photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.title {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  border-bottom: 2px solid #1A1A1A;
  padding-bottom: 8px;
  margin-bottom: 28px;
  margin-top: 56px;
}
@media (min-width: 768px) {
  .title {
    font-size: 24px;
    margin-top: 64px;
  }
}

.contents,
.items {
  width: calc(100% - 56px);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .contents,
  .items {
    width: min(100%, 1004px);
  }
}

@media (min-width: 768px) {
  .contents .inner {
    display: flex;
    gap: 60px;
  }
}
.contents a {
  display: flex;
  gap: 8px;
  align-items: center;
}
.contents .content-thumbnail {
  width: 144px;
  border-radius: 3px;
}
@media (min-width: 768px) {
  .contents .content-thumbnail {
    width: 240px;
  }
}
.contents .content-icon {
  width: 48px;
}
.contents .content-title {
  font-size: 15px;
  line-height: 1.4;
  font-feature-settings: "palt";
}
.contents .content-name {
  font-size: 13px;
  font-family: "A1 Gothic R", sans-serif;
}
.contents button {
  color: #FF7B25;
  background-color: #FFEFE4;
  width: 100%;
  border-radius: 10px;
  padding: 3px;
  font-size: 13px;
}
@media (min-width: 768px) {
  .contents button {
    display: block;
    width: 100%;
    font-size: 15px;
    pointer-events: none;
    padding: 3px 20px;
  }
}
.contents button span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
@media (min-width: 768px) {
  .contents button span {
    justify-content: start;
  }
}
.contents button span::after {
  content: "\e919";
  font-family: "Hobonichi-Icons";
  line-height: 1;
  display: inline-block;
  font-size: 2em;
}
@media (min-width: 768px) {
  .contents button span::after {
    content: none;
  }
}
.contents button.is-open span::after {
  content: "\e916";
}
@media (min-width: 768px) {
  .contents button.is-open span::after {
    content: none;
  }
}
.contents .content-first {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .contents .content-first {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .contents .content-first a {
    flex-direction: column;
    align-items: flex-start;
  }
}
.contents .content-first .content-title {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .contents .content-first .content-title {
    margin-bottom: 0;
  }
}
.contents .content-first .content-title br {
  display: block;
}
@media (min-width: 768px) {
  .contents .content-first .content-title br {
    display: none;
  }
}
@media (min-width: 768px) {
  .contents .content-archives {
    flex: 1;
  }
}
.contents .content-archives .archives-list {
  display: grid;
  gap: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .contents .content-archives .archives-list {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: column;
    grid-template-rows: repeat(2, auto);
    display: grid !important;
    margin-right: 20px;
    margin-left: 20px;
  }
}

.items {
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .items {
    margin-bottom: 160px;
  }
}
.items .product {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.items .prpoducts {
  display: grid;
  gap: 32px;
}
@media (min-width: 768px) {
  .items .prpoducts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .items .prpoducts {
    gap: 48px;
  }
}
@media (min-width: 768px) {
  .items .product-row100 {
    grid-column: 1/span 2;
  }
  .items .product-row100 .product-items {
    grid-template-columns: repeat(4, 1fr);
  }
}
.items .product-name {
  font-family: "A1 Gothic B", sans-serif;
}
@media (min-width: 992px) {
  .items .product-name {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .items .price {
    font-size: 18px;
  }
}
.items .color {
  text-align: center;
  font-family: "A1 Gothic R", sans-serif;
}
.items .product-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media (min-width: 992px) {
  .items .product-items {
    gap: 48px;
  }
}
.items .thumb {
  position: relative;
}
.items .thumb.sold::after {
  content: "完売しました";
  position: absolute;
  top: 8px;
  left: 5px;
  background-color: rgba(68, 68, 68, 0.502);
  color: #FFFFFF;
  padding: 4px 6px;
  font-size: 10px;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .items .thumb.sold::after {
    font-size: 14px;
    padding: 6px 8px;
    top: 11px;
    left: 7px;
  }
}

/* ------------------------------------------
Footer
------------------------------------------ */
footer {
  margin: 0 auto;
  padding: 30px 0 25px;
  text-align: center;
}
@media (min-width: 768px) {
  footer {
    padding: 63px 0 37px;
  }
}
footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer ul.hobo, footer ul.link {
  flex-direction: column;
}
@media (min-width: 768px) {
  footer ul.hobo, footer ul.link {
    flex-direction: row;
  }
}
footer ul.hobo {
  gap: 16px;
}
@media (min-width: 768px) {
  footer ul.hobo {
    gap: 24px;
  }
}
footer ul.hobo a {
  font-family: "A1 Gothic M", sans-serif;
  text-align: center;
  width: 220px;
  border-radius: 2em;
  border: 1px solid;
  display: inline-block;
  line-height: 3;
  font-size: 14px;
}
footer ul.hobo a:hover {
  color: currentColor;
}
footer ul.sns {
  font-family: "A1 Gothic M", sans-serif;
  padding: 30px 0;
  gap: 16px;
  align-items: center;
}
@media (min-width: 768px) {
  footer ul.sns img {
    width: 33px;
  }
}
footer ul.link {
  align-items: flex-start;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  footer ul.link {
    width: auto;
    gap: 24px;
  }
}
footer ul.link a {
  font-size: 13px;
  position: relative;
  line-height: 1;
}
footer ul.link a:hover {
  color: currentColor;
}
footer .copyright {
  padding-top: 20px;
  display: inline-block;
}
footer a {
  color: inherit;
}/*# sourceMappingURL=index.css.map */