@charset "UTF-8";
@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  100% {
    opacity: 0;
  }
}
@keyframes clipPath {
  100% {
    clip-path: inset(0);
  }
}
@keyframes clipPathCircle {
  100% {
    clip-path: circle(100% at 50% 50%);
  }
}
/*
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: filter 0.1s ease;
}
@media (hover: hover) {
  a:hover,
  button:hover {
    filter: brightness(1.12);
  }
}

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

*:focus {
  outline: none;
}

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

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

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

html {
  scroll-behavior: smooth;
}

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

/**  common  **/
html {
  scroll-padding: 4.0625rem;
}

body {
  color: #000;
  font-family: "Yu Gothic Pr6N D", sans-serif;
}

header {
  height: 4.0625rem;
  background-color: #B7C0C1;
  position: sticky;
  top: 0;
  z-index: 100;
}
header a,
header button {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
header a:hover,
header button:hover {
  opacity: 0.5;
}
header .menu-toggle {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
@media (min-width: 600px) {
  header .menu-toggle {
    order: 1;
    margin-right: 0;
    margin-left: 0;
  }
}
header div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 600px) {
  header div {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}
header h1 {
  margin-right: auto;
}
header .badge {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.625rem;
  background-color: #7FB9B6;
  padding: 0.125rem 0.375rem;
  border-radius: 0.625rem;
  z-index: 10;
}
header .nav_cart {
  position: relative;
}

.header-nav {
  position: relative;
  z-index: 100;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.125rem;
}
@media (min-width: 600px) {
  .header-nav {
    width: min(100%, 23.4375rem);
    margin-left: auto;
  }
}
.header-nav li {
  border-top: 1px solid currentColor;
}
.header-nav a {
  padding: 0.4em 1em;
  display: block;
}
.header-nav .global-menu {
  background-color: #B7C0C1;
}
.header-nav .global-menu a {
  background-color: #B7C0C1;
}
.header-nav .hobo-menu {
  background-color: #EDEDED;
}
.header-nav .hobo-menu a {
  background-color: #EDEDED;
}

.page-header {
  position: relative;
  aspect-ratio: 375/148;
  width: 100%;
}
@media (min-width: 600px) {
  .page-header {
    aspect-ratio: 1512/217;
    max-height: 13.5625rem;
  }
}
.page-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

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

.breadcrumbs {
  font-family: "Yu Gothic Pr6N B", sans-serif;
  font-size: 0.75rem;
  margin: 1em;
}
@media (min-width: 992px) {
  .breadcrumbs {
    font-size: 0.875rem;
    margin-right: 0;
    margin-left: 0;
  }
}
.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.breadcrumbs ul li:not(:last-of-type)::after {
  content: "/";
  margin: 0 0.5em;
}
.breadcrumbs a {
  color: #646464;
}

footer {
  background-color: #EDEDED;
  padding: 2.5rem 3.25rem;
}
footer a:hover {
  opacity: 0.5;
}
footer .wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: min(100%, 75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 600px) {
  footer .wrapper {
    gap: 1.75rem;
  }
}
footer .footer-share {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1.25rem;
}
footer .footer-share li:first-child {
  margin-right: 0.5rem;
}
footer .footer-hobo {
  font-size: 0.9375rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 600px) {
  footer .footer-hobo {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem 2.5rem;
  }
}
footer .footer-store {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
footer .footer-store ul {
  font-size: 0.625rem;
}
footer .footer-store div {
  font-size: 0.75rem;
}
footer .footer-store div span {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.btn-arrow {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  gap: 0.5em;
  line-height: 1;
}
.btn-arrow::after {
  content: "";
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  background-color: currentColor;
  mask-image: url(/store/taekokusaba/images/common/ico-arrow.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
}
.btn-arrow.disabled {
  background-color: #D9D9D9;
  border-color: #D9D9D9;
  pointer-events: none;
}
.btn-arrow.disabled::before {
  content: none;
}

.btn-orange {
  background-color: #D16F4C;
  border: 1.5px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Yu Gothic Pr6N B", sans-serif;
  position: relative;
  gap: 0.5em;
  line-height: 1;
  color: currentColor;
}
.btn-orange.disabled, .btn-orange[disabled] {
  background-color: #D9D9D9;
  border-color: #D9D9D9;
  color: #646464;
  pointer-events: none;
}
.btn-orange.disabled::before, .btn-orange[disabled]::before {
  content: none;
}

body {
  background-color: #EDEDED;
}

main {
  font-family: "Yu Gothic Pr6N B", sans-serif;
}

.index-hero {
  position: relative;
}
.index-hero .hero-bg {
  width: 100%;
}

@keyframes SlideIn {
  100% {
    opacity: 1;
    left: 0;
  }
}
.hero-global-menu {
  font-size: 1rem;
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
}
@media (min-width: 600px) {
  .hero-global-menu {
    font-size: 2vw;
    top: initial;
    left: 6%;
    bottom: 8%;
  }
}
.hero-global-menu img {
  height: 1em;
  position: relative;
  left: 1em;
  opacity: 0;
  animation: SlideIn 0.8s ease-in-out forwards;
}
.hero-global-menu li:nth-child(1) img {
  animation-delay: 0s;
}
.hero-global-menu li:nth-child(1) a::before {
  animation-delay: 0s;
}
.hero-global-menu li:nth-child(2) img {
  animation-delay: 0.2s;
}
.hero-global-menu li:nth-child(2) a::before {
  animation-delay: 0.2s;
}
.hero-global-menu li:nth-child(3) img {
  animation-delay: 0.4s;
}
.hero-global-menu li:nth-child(3) a::before {
  animation-delay: 0.4s;
}
.hero-global-menu li:nth-child(4) img {
  animation-delay: 0.6s;
}
.hero-global-menu li:nth-child(4) a::before {
  animation-delay: 0.6s;
}
.hero-global-menu li:nth-child(5) img {
  animation-delay: 0.8s;
}
.hero-global-menu li:nth-child(5) a::before {
  animation-delay: 0.8s;
}
.hero-global-menu a {
  padding: 0.8em 0.5em;
  display: flex;
  align-items: center;
}
.hero-global-menu a::before {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  background-image: url("../images/index/ico-square.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.5em;
  opacity: 0;
  animation: fadeIn 0.8s ease-in-out forwards;
  pointer-events: none;
}
.hero-global-menu a:hover {
  opacity: 0.5;
}
@media (min-width: 600px) {
  .hero-global-menu a {
    padding: 0.5em;
  }
}
.hero-global-menu li {
  position: relative;
}
.hero-global-menu li::before {
  content: "";
  width: 2em;
  height: 2em;
  display: inline-block;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 600px) {
  .hero-global-menu li::before {
    top: 0;
  }
}
.hero-global-menu li.check::before, .hero-global-menu li:hover::before {
  background-image: url("../images/index/ico-check.svg");
}
.hero-global-menu li.check::before {
  animation: fadeIn 0.15s 1.45s ease-in-out forwards;
}
.hero-global-menu li:has(:hover)::before {
  animation: fadeIn 0.2s ease-in-out forwards;
}

.hero-title {
  color: #231815;
  position: absolute;
  bottom: 2.5rem;
  left: 2rem;
  width: 74%;
  aspect-ratio: 493/90;
  opacity: 0;
  animation: fadeIn 0.5s 1.2s ease-in-out forwards;
}
@media (min-width: 600px) {
  .hero-title {
    width: 36%;
    color: #fff;
    bottom: initial;
    top: 12%;
    left: 6%;
    animation: fadeIn 0.4s 1.6s ease-in-out forwards;
  }
}

.hero-hobo-text {
  position: absolute;
  font-size: 0.75rem;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #818181;
  top: 1.25rem;
  right: 1.25rem;
}
@media (min-width: 600px) {
  .hero-hobo-text {
    color: #D9D9D9;
    font-size: 1vw;
    top: 2%;
    right: 2%;
  }
}

.index-latest {
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
.index-latest ul {
  display: grid;
  grid-template-rows: max-content max-content max-content;
  gap: 0.25rem;
}
@media (min-width: 600px) {
  .index-latest ul {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
.index-latest li {
  position: relative;
}
.index-latest li.order-last {
  display: none;
}
@media (min-width: 600px) {
  .index-latest li.order-1 {
    order: 1;
    grid-column: 1/span 2;
    grid-row: 1/span 2;
  }
  .index-latest li.order-2 {
    order: 2;
  }
  .index-latest li.order-3 {
    order: 3;
  }
  .index-latest li.order-4 {
    order: 4;
  }
  .index-latest li.order-last {
    display: block;
    order: 99;
  }
  .index-latest li.order-last a {
    background-color: #B7C0C1;
    display: flex;
    justify-content: start;
    align-items: end;
    padding: 0.5em 1em;
    gap: 0.75rem;
    height: 100%;
  }
}
.index-latest .category {
  display: flex;
  justify-content: space-between;
}
.index-latest .category::after {
  content: "";
  height: 1.125rem;
  width: auto;
  aspect-ratio: 1/1;
  display: inline-block;
  mask-image: url("../images/index/ico-arrow.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
}
@media (min-width: 600px) {
  .index-latest .category::after {
    height: 100%;
  }
}
.index-latest .title-clamp {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media (min-width: 600px) {
  .index-latest .title-clamp {
    font-size: 0.75rem;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .index-latest .title-clamp {
    font-size: 1.125rem;
  }
}
.index-latest .thumbnail-wrapper {
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #646464;
  font-size: 0.875rem;
}
@media (min-width: 600px) {
  .index-latest .thumbnail-wrapper {
    font-size: 0.9375rem;
  }
}
.index-latest .thumbnail-wrapper .date {
  display: none;
}

.index-top {
  position: relative;
}

.latest-content-special_feature {
  height: 100%;
}
.latest-content-special_feature .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.latest-content-special_feature .category {
  align-items: start;
  padding: 6%;
}
.latest-content-special_feature .category::after {
  content: "";
}
@media (min-width: 600px) {
  .latest-content-special_feature .category::after {
    height: 42%;
  }
}
.latest-content-special_feature .category picture {
  width: 32%;
}
@media (min-width: 600px) {
  .latest-content-special_feature .category picture {
    width: 44%;
  }
}
.latest-content-special_feature .title {
  background-color: rgba(237, 237, 237, 0.5);
  display: grid;
  grid-template-columns: 1fr max-content;
  align-items: center;
  padding: 0.5em 1em;
  gap: 1em;
  backdrop-filter: blur(2px);
}
.latest-content-special_feature .title-text::after {
  content: none;
}
.latest-content-special_feature .thumbnail-wrapper {
  height: 100%;
}
.latest-content-special_feature .thumbnail {
  object-fit: cover;
  aspect-ratio: 1/1;
  height: 100%;
  width: 100%;
}

.latest-item,
.latest-content-talk,
.latest-content-my_favorite,
.latest-content-how_to {
  height: 100%;
}
.latest-item a,
.latest-content-talk a,
.latest-content-my_favorite a,
.latest-content-how_to a {
  height: 100%;
  background-color: #B7C0C1;
  display: grid;
  grid-template-columns: 1fr 11.25rem;
  gap: 0.75rem;
  padding: 6% 4%;
}
@media (min-width: 600px) {
  .latest-item a,
  .latest-content-talk a,
  .latest-content-my_favorite a,
  .latest-content-how_to a {
    grid-template-columns: 1fr;
    padding: 6% min(8%, 2.5rem);
  }
}
.latest-item .inner,
.latest-content-talk .inner,
.latest-content-my_favorite .inner,
.latest-content-how_to .inner {
  display: flex;
  flex-direction: column;
}
.latest-item .category,
.latest-content-talk .category,
.latest-content-my_favorite .category,
.latest-content-how_to .category {
  justify-content: space-between;
  align-items: end;
  margin-bottom: 1rem;
}
@media (min-width: 600px) {
  .latest-item .category,
  .latest-content-talk .category,
  .latest-content-my_favorite .category,
  .latest-content-how_to .category {
    margin-bottom: 0.5rem;
  }
}
.latest-item .category img,
.latest-content-talk .category img,
.latest-content-my_favorite .category img,
.latest-content-how_to .category img {
  height: 1.125rem;
}
@media (min-width: 600px) {
  .latest-item .category img,
  .latest-content-talk .category img,
  .latest-content-my_favorite .category img,
  .latest-content-how_to .category img {
    height: 2vw;
  }
}
.latest-item .thumbnail,
.latest-content-talk .thumbnail,
.latest-content-my_favorite .thumbnail,
.latest-content-how_to .thumbnail {
  border: 1.5px solid #000;
  width: 100%;
}
.latest-item .title,
.latest-content-talk .title,
.latest-content-my_favorite .title,
.latest-content-how_to .title {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 600px) {
  .latest-item .title .date,
  .latest-content-talk .title .date,
  .latest-content-my_favorite .title .date,
  .latest-content-how_to .title .date {
    display: none;
  }
}
@media (min-width: 600px) {
  .latest-item .title-clamp,
  .latest-content-talk .title-clamp,
  .latest-content-my_favorite .title-clamp,
  .latest-content-how_to .title-clamp {
    min-height: 1.125rem;
  }
}
@media (min-width: 600px) {
  .latest-item .thumbnail-wrapper,
  .latest-content-talk .thumbnail-wrapper,
  .latest-content-my_favorite .thumbnail-wrapper,
  .latest-content-how_to .thumbnail-wrapper {
    display: flex;
    align-items: end;
    justify-content: flex-end;
    gap: 1em;
  }
  .latest-item .thumbnail-wrapper .thumbnail,
  .latest-content-talk .thumbnail-wrapper .thumbnail,
  .latest-content-my_favorite .thumbnail-wrapper .thumbnail,
  .latest-content-how_to .thumbnail-wrapper .thumbnail {
    width: calc(100% - 4.5em);
  }
}

.latest-item .thumbnail-wrapper .date {
  opacity: 0;
}

.latest-content-my_favorite .category img {
  height: 2.25rem;
}
@media (min-width: 600px) {
  .latest-content-my_favorite .category img {
    height: 2vw;
  }
}

.latest-item .category:after,
.latest-item .title-text:after {
  background-color: #00514D;
}
.latest-content-special_feature .category:after,
.latest-content-special_feature .title-text:after {
  background-color: #8E2726;
}
.latest-content-talk .category:after,
.latest-content-talk .title-text:after {
  background-color: #D16F4C;
}
.latest-content-my_favorite .category:after,
.latest-content-my_favorite .title-text:after {
  background-color: #E9FF7B;
}
.latest-content-how_to .category:after,
.latest-content-how_to .title-text:after {
  background-color: #00514D;
}

.index-news {
  background-color: #7FB9B6;
  padding: 2rem;
  padding-bottom: 0.25rem;
}
@media (min-width: 992px) {
  .index-news {
    background-color: rgba(127, 185, 182, 0.8);
    position: absolute;
    bottom: 4%;
    right: 3%;
    max-width: 35rem;
    backdrop-filter: blur(2px);
  }
}
.index-news .title {
  margin-bottom: 1rem;
}
.index-news .title img {
  width: 4.8125rem;
}
.index-news a {
  color: #8E2726;
}
.index-news .news-list.news-list-more {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.index-news .news-list.news-list-more dd:last-child {
  margin-bottom: 0.75rem;
}
.index-news .news-list.is-open {
  max-height: 100rem;
}
@media (min-width: 600px) {
  .index-news .news-list {
    display: grid;
    grid-template-columns: 4.5em 1fr;
    column-gap: 1.5rem;
  }
}
.index-news .news-list dd {
  margin-bottom: 1.5rem;
}
.index-news .news-date {
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #646464;
  font-size: 0.875rem;
}
@media (min-width: 600px) {
  .index-news .news-date {
    font-size: 1rem;
    line-height: 1.8;
  }
}
@media (min-width: 600px) {
  .index-news .news-title {
    font-size: 1.25rem;
  }
}
.index-news .news-description {
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .index-news .news-description {
    font-size: 1rem;
  }
}
.index-news .btn-more {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em 1em;
  font-size: 1.125rem;
  gap: 0.75rem;
}
.index-news .btn-more:after {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  mask-image: url("../images/index/ico-arrow.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #000;
  rotate: 90deg;
}
.index-news .btn-more.is-open:after {
  transform: scale(-1);
}

.index-items {
  background-color: #B7C0C1;
  padding-top: 2.5rem;
}
.index-items .title {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 0.75rem;
}
.index-items .title img {
  height: 1.25rem;
  width: auto;
}
@keyframes arrow-tap-next {
  0% {
    transform: translateX(0);
  }
  60% {
    transform: translateX(0);
  }
  68% {
    transform: translateX(32%);
  }
  76% {
    transform: translateX(0);
  }
  84% {
    transform: translateX(24%);
  }
  92% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes arrow-tap-prev {
  0% {
    transform: translateX(0);
  }
  60% {
    transform: translateX(0);
  }
  68% {
    transform: translateX(-32%);
  }
  76% {
    transform: translateX(0);
  }
  84% {
    transform: translateX(-24%);
  }
  92% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
.index-items .swiper-button-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1.25rem;
  margin: 1.5rem;
}
.index-items .swiper-button-next,
.index-items .swiper-button-prev {
  position: relative;
  width: 2rem;
  height: 1.25rem;
}
.index-items .swiper-button-next::after,
.index-items .swiper-button-prev::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/common/ico-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.index-items .swiper-button-next {
  animation: arrow-tap-next 2s reverse infinite;
}
.index-items .swiper-button-prev {
  animation: arrow-tap-prev 2s reverse infinite;
}
.index-items .swiper-button-prev::after {
  transform: scale(-1, 1);
}
.index-items .swiper-button-disabled {
  opacity: 0;
}
.index-items .thumbnail {
  border: 1.5px solid #000;
  margin-bottom: 0.25rem;
  position: relative;
}
.index-items .thumbnail::before {
  position: absolute;
  content: "";
  pointer-events: none;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: min(50%, 7.5rem);
  background-position: top left;
}
.index-items .thumbnail.status-new::before {
  background-image: url(../items/images/status-new.svg);
}
.index-items .thumbnail.status-restock::before {
  background-image: url(../images/status-restock.svg);
}
.index-items .thumbnail.is-soldout::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.index-items .thumbnail.is-soldout::before {
  content: "SOLD OUT";
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  font-size: 1.25rem;
}
@media (min-width: 600px) {
  .index-items .thumbnail.is-soldout::before {
    font-size: 2.25rem;
  }
}
.index-items .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-items .item-meta {
  font-size: 0.875rem;
  font-family: "Yu Gothic Pr6N B", sans-serif;
  margin-bottom: 0.75rem;
}
.index-items .item-price {
  margin-top: auto;
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.index-items .freetext {
  font-size: 0.8125rem;
  color: #646464;
  margin-top: 0.75rem;
  margin-bottom: 0.25rem;
}
.index-items .link-items-slide {
  display: none;
}
@media (min-width: 600px) {
  .index-items .link-items-slide {
    display: block;
  }
}

.link-allpage {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  background-color: #7FB9B6;
  text-align: center;
  gap: 0.5rem;
}
.link-allpage::after {
  content: "";
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  background-color: #000;
  mask-image: url("../images/index/ico-arrow.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
}
@media (min-width: 600px) {
  .link-allpage {
    display: none;
  }
}

.index-about {
  padding: 3.25rem 2rem;
}
@media (min-width: 992px) {
  .index-about {
    padding-top: 7.5rem;
  }
}
.index-about .title img {
  width: 7rem;
}
.index-about .wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  max-width: 32.5rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .index-about .wrapper {
    width: 44.75rem;
    max-width: none;
    display: grid;
    grid-template-columns: 8.25rem 35rem;
  }
}
.index-about .wrapper > div {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}
.index-about .index-about-main {
  font-family: "Yu Gothic Pr6N D", sans-serif;
  font-size: 0.9375rem;
}
.index-about ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.index-about a {
  color: #DC6300;
  font-family: "Yu Gothic Pr6N B", sans-serif;
}
.index-about a[href*="youtube.com"] {
  display: flex;
  align-items: start;
  font-size: 0.9375rem;
}
.index-about a[href*="youtube.com"]::before {
  content: "";
  width: 4.8125rem;
  height: auto;
  aspect-ratio: 77/26;
  display: inline-block;
  background-image: url("../images/index/ico-youtube.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.5em;
}
@media (min-width: 600px) {
  .index-about a[href*="youtube.com"] {
    align-items: center;
  }
}
.index-about a br {
  display: block;
}
@media (min-width: 600px) {
  .index-about a br {
    display: none;
  }
}
.index-about dl {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.index-about dt {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.index-prof {
  background-color: #F4F4F4;
  padding: 2rem;
  padding-bottom: 4.125rem;
}
@media (min-width: 992px) {
  .index-prof {
    padding: 5rem;
  }
}
.index-prof .wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 32.5rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .index-prof .wrapper {
    width: 44.75rem;
    max-width: none;
    padding-left: 9.75rem;
    line-height: 1.73;
  }
}
.index-prof dl {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.index-prof dt {
  display: flex;
  align-items: flex-end;
  font-size: 1.125rem;
}
.index-prof dt small {
  font-size: 0.75rem;
}
.index-prof dd {
  font-size: 0.9375rem;
  font-family: "Yu Gothic Pr6N D", sans-serif;
}
.index-prof a {
  color: #DC6300;
}

.link-book {
  color: #DC6300;
}
@media (min-width: 992px) {
  .link-book {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }
}
.link-book img {
  width: 15rem;
  height: auto;
  margin-bottom: 0.5rem;
}
.link-book p {
  display: flex;
  font-size: 0.875rem;
}
.link-book p::after {
  content: "";
  position: relative;
  top: 0.25em;
  width: 1em;
  height: 1em;
  display: inline-block;
  background-color: #DC6300;
  mask-image: url("../images/index/ico-arrow.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  margin-left: 0.5em;
}
@media (min-width: 992px) {
  .link-book p::after {
    top: 0.4em;
  }
}
.link-book br {
  display: block;
}
.link-book small {
  font-size: 0.6875rem;
}

.index-prof-img {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 0.5rem;
}