@charset "UTF-8";

@media screen and (max-width: 960px) {
  .nav__list {
    gap: 0.5rem;
  }

  .mv__img {
    object-position: 70% center;
  }

  .about__container {
    flex-direction: column;
    gap: 1.5rem;
  }

  .about__left {
    font-size: 1.5rem;
  }

  .slider__item {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 0;
  }

  .style-square {
    font-size: 1.5rem;
  }

  .style-square li::before {
    width: 5rem;
    height: 5rem;
  }

  .company-box__table {
    padding-left: 0;
  }

  .recruit-box {
    flex-direction: column-reverse;
    gap: 1rem;
  }

  .recruit-box__item {
    width: 100%;
  }

}

@media screen and (max-width: 768px) {
  .nav {
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: none;
    z-index: 1200;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background: #fff;
  }

  .hamburger {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    width: 3rem;
    height: 3rem;
    background: #DE022E;
    border: none;
    padding: 0;
    justify-self: end;
    right: 0;
    top: -4px;
    cursor: pointer;
    z-index: 1300;
    position: absolute;
    /*ハンバーガーメニューのアニメーション*/
  }

  .hamburger__bar {
    display: block;
    width: 1.5rem;
    height: 2px;
    background-color: #fff;
    transition: transform 0.3s ease;
  }

  .hamburger.is-open .hamburger__bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .hamburger.is-open .hamburger__bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger.is-open .hamburger__bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  table.CF7_table {
    width: 95%;
  }

  .CF7_table tr,
  .CF7_table td,
  .CF7_table th {
    display: block;
    width: 100%;
    line-height: 2.5em;
  }

  .CF7_table th {
    background-color: #f5f5f5;
  }

  .header__logo {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header__logo-img {
    height: 1.6rem;
  }

  .nav__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0;
  }

  .nav__item {
    border-bottom: 1px solid #eee;
  }

  .nav__link {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    width: 100%;
    height: 3.5rem;
    padding: 0 0.875rem;
    min-height: auto;
  }

  .nav__label-jp {
    font-size: 1rem;
  }

  .nav__label-en {
    font-size: 0.875rem;
  }

  .nav__label-katakana {
    display: none;
  }

  .nav.is-open {
    max-height: 100vh;
    padding-bottom: 2rem;
    overflow-y: auto;
  }

  /* Instagram Icon Special Fix */
  .nav__item--insta {
    display: flex;
    justify-content: center;
    padding: 1.5rem 0;
    border-bottom: none;
  }

  .nav__item--insta .icon-insta {
    width: 4rem;
    height: 4rem;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .e-money {
    grid-template-columns: 1fr;
    row-gap: 6rem;
  }

  .e-money__barcode {
    grid-column: 1;
    grid-row: 3;
  }

  .shop__list-wrapper {
    margin: 0 1rem;
  }

  .shop__address {
    padding: 0;
  }

  .business-box {
    flex-direction: column;
    gap: 1rem;
    margin-top: 60px;
  }

  .company-box {
    flex-direction: column-reverse;
    gap: 1rem;
  }

  .company-box__table {
    width: 100%;
  }

  .company-box__item {
    width: 100%;
  }

  .recruit-box {
    margin: 0;
  }
}

@media screen and (max-width: 428px) {
  .br-sp-428 {
    display: block;
  }

  html,
  body {
    font-size: 1rem;
  }

  .s-title,
  .entry-title {
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }

  main {
    width: 100%;
  }

  .container {
    width: 100%;
    padding: 0 1rem;
  }

  .header {
    background-color: #fff;
    padding: 0;
    height: 72px;
  }

  .header__spacer {
    width: 3rem;
    height: 3rem;
  }

  .header__spacer {
    width: 3rem;
    height: 3rem;
  }

  /* Navigation styles moved to 768px block */

  .footer {
    padding: 2rem 1rem;
  }

  .footer .footer-nav__list {
    font-size: 0.75rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer .footer-nav__item {
    width: 50%;
    margin: 0;
  }

  .footer .footer-nav__item:nth-child(odd) {
    text-align: right;
  }

  .footer .footer-nav__item:nth-child(even) {
    text-align: left;
  }

  .footer .footer-nav__item:not(:last-child)::after {
    margin: 0 0.5rem;
  }

  .footer .footer-nav__item:nth-child(2)::after {
    content: none;
  }

  .breadcrumb {
    width: calc(100% - 2rem);
    margin: 1rem 0;
    padding: 1rem;
    overflow: hidden;
    box-sizing: border-box;
  }

  .breadcrumb__item {
    max-width: 100%;
    word-break: break-word;
  }

  .btn__outline {
    padding: 0.5rem 4rem;
  }

  .wp-block-button__link {
    padding: 0.75rem 4rem;
    font-size: 0.85rem;
  }

  .sp-disabled {
    display: none;
  }

  .mv {
    margin-top: 0;
    height: calc(100vh - 72px);
  }

  .mv-flex {
    display: block;
    position: relative;
    height: 100%;
  }

  .mv__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }

  .mv__right {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 2rem 0;
    gap: 1.2rem;
    background-color: rgba(255, 255, 255, 0.8);
  }

  .mv__catch-copy {
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: 0;
  }

  .mv__logo {
    width: 18rem;
  }

  .scroll {
    right: 50%;
    bottom: 1.5rem;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  }

  .scroll__arrow {
    border-top-color: #fff;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
  }

  .hamburger {
    right: 10px;
    top: 12px;
  }

  .about {
    width: 100%;
    margin: 0 auto 2rem;
    padding: 0 1rem;
    margin: 3rem auto;
  }

  .about__headline {
    margin-bottom: 4rem;
  }

  .about__container {
    flex-direction: column;
    gap: 1.5rem;
  }

  .about__left {
    font-size: 1.2rem;
    text-align: center;
  }

  .top-news {
    width: 100%;
    margin: 0 auto 3rem;
    padding: 0 1rem;
  }

  .top-news h2 {
    font-size: 1.5rem;
    text-align: center;
  }

  .top-news__subtitle {
    text-align: center;
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
  }

  .top-news__item {
    padding: 0.75rem 0;
  }

  .top-news__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    width: 100%;
  }

  .top-news__meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.4rem;
    width: 100%;
  }

  .top-news__time {
    flex: none;
    font-size: 0.8rem;
  }

  .top-news__category {
    flex: none;
    font-size: 0.75rem;
    padding: 0.2rem 0.5rem;
  }

  .top-news__title {
    width: 100%;
    line-height: 1.5;
    margin-top: 0.2rem;
    font-size: 0.85rem;
  }

  .original-slider {
    margin-bottom: 3rem;
  }

  .original-archive {
    width: 100%;
    padding: 0 1rem;
  }

  .original-archive__list {
    margin-bottom: 3rem;
    gap: 1rem;
  }

  .original-item {
    flex-direction: column-reverse;
    text-align: left;
  }

  .original-item__img img {
    margin: 0 auto;
    display: block;
  }

  .original-item__content {
    order: -1;
    /* SPで商品名を画像より上へ */
  }

  .business-request {
    font-size: 1.3rem;
    font-weight: bold;
  }

  .business-box__text {
    width: 100%;
    order: 2;
  }

  .company-box {
    flex-direction: column;
    gap: 2rem;
  }

  .company-box__table {
    width: 100%;
    order: 2;
  }

  .company-box__item {
    width: 100%;
    order: 1;
  }

  .table__item {
    font-size: 0.875rem;
    padding: 0.375rem;
  }

  .shop-thumb {
    width: 100%;
    height: 10rem;
    margin-bottom: 2rem;
  }

  .shop__attention {
    font-size: 1.3rem;
    font-weight: bold;
  }

  .shop__text {
    text-align: left;
  }

  .shop__address {
    font-size: 1rem;
  }

  .company-h2 {
    font-size: 1.5rem;
    margin-top: 5rem;
    margin-bottom: 1.75rem;
  }

  .e-money {
    grid-template-columns: 1fr;
    row-gap: 2rem;
  }

  .e-money__barcode {
    grid-column: 1;
    grid-row: 3;
  }

  .e-money__title {
    padding: 0.25rem 2rem;
    width: 18rem;
    height: 2.5rem;
  }

  .e-money__img {
    width: 90vw;
  }

  .e-money__img--transport {
    width: 90vw;
  }

  .style-square {
    font-size: 1.2rem;
  }

  .style-square li {
    padding-left: 0;
  }

  .style-square li::before {
    width: 4rem;
    height: 4rem;
  }

  .archive-news {
    width: 100%;
    margin: 0 auto 3rem;
    padding: 0 1rem;
  }

  .archive-news-category__list {
    flex-wrap: wrap;
    padding: 0.5rem;
    gap: 0.75rem;
  }

  .news__link {
    grid-template-columns: auto 1fr;
    gap: 0.5rem 1rem;
  }

  .news__meta {
    flex-wrap: wrap;
    font-size: 0.75rem;
  }

  .news__title {
    grid-column: 1/3;
    margin-top: 0.25rem;
  }

  .recruit-box {
    flex-direction: column;
    gap: 2rem;
  }

  .privacy-policy-body {
    width: 100%;
    margin: 0 auto 3rem;
    padding: 0 1rem;
  }

}