@charset "UTF-8";

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  width: 100%;
  font-family:
    fot-udkakugo-large-pr6n,
    "ヒラギノ角ゴ ProN W3",
    Hiragino Kaku Gothic ProN,
    Hiragino Sans,
    "游ゴシック Medium",
    "游ゴシック体",
    "Yu Gothic Medium",
    "Yu Gothic",
    YuGothic,
    "メイリオ",
    Meiryo,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Ubuntu,
    Helvetica Neue,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

p {
  margin-top: 0px;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  width: auto;
  max-width: 100%;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}
@media (min-width: 768px) {

.a_button {
  width: 100%;
  max-width: 317px;
  font-size: 10px;
}

.a_button--outline {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  background-color: #000;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 1px solid #000;
}
}
@media (max-width: 767px) {
.a_button {
  width: 100%;
  max-width: 211px;
  font-size: 10px;
  font-weight: 600;
}
.l_footer__to-top img{width:80px;}
.a_button--outline {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  background-color: #000;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 1px solid #000;
}

}
.a_button--outline:hover,
.a_button--outline:focus {
  background-color: #fff;
  color: #000;
}
.a_button--outline.type-white {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

/* ========================================
      Slider
    ======================================== */

.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.slider__loader {
  position: absolute;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.slider.is-loading .slider__loader {
  display: flex;
}

.slider__loader span {
  width: 32px;
  height: 32px;
  border: 3px solid #ddd;
  border-top-color: #000;
  border-radius: 50%;
  animation: sliderLoader .7s linear infinite;
}

@keyframes sliderLoader {
  to {
    transform: rotate(360deg);
  }
}
.slider {
  position: relative;
  width: 100%;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
}

.slider.is-dragging {
  cursor: grabbing;
}

.slider__viewport {
  width: 100%;
  overflow: visible;
}

.slider__track {
  display: flex;
  align-items: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
  will-change: transform;
}

/* PC：中央を含めて約3枚＋左右見切れ */
.slide {
  flex: 0 0 30.5vw;
  width: 30.5vw;
  min-width: 0;
  padding: 0 10px;
  transform: none;
}

.slide.is-active {
  opacity: 1;
}

/* 画像全体をリンクにする */
.slide__link {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  background: #ddd;
  cursor: pointer;
}

/*
      バナー画像を切らずに表示するため、
      高さは画像比率に合わせる
    */
.slide__image {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  transform: scale(1.02);
  transform-origin: center;
  transition: transform 5s linear;
}

.slide.is-active .slide__image {
  transform: scale(1);
}

/* ========================================
      Controls
    ======================================== */

.slider__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25%;
  margin-top: 34px;
  padding: 0 20px;
}

.slider__button {
  display: grid;
  width: 46px;
  height: 46px;
  padding: 0;
  place-items: center;
  flex: 0 0 46px;
  cursor: pointer;
}

.slider__button svg {
  width: 18px;
  height: 18px;
}

/* ========================================
      Pagination
    ======================================== */

.slider__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-width: 0;
  min-height: 14px;
}

.slider__dot {
  position: relative;
  width: 5px;
  height: 5px;
  padding: 0;
  overflow: hidden;
  flex: 0 0 auto;
  border: 0;
  border-radius: 999px;
  background: #d8d8d8;
  cursor: pointer;
  transition:
    width 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.3s ease;
}

.slider__dot:hover {
  background: #d8d8d8;
}

.slider__dot.is-active {
  width: 70px;
  background: #fff;
}

.slider__progress {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: #000;
  pointer-events: none;
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

.slider__dot:not(.is-active) .slider__progress {
  visibility: hidden;
}

/* ========================================
      Tablet
    ======================================== */

@media (min-width: 768px) and (max-width: 1100px) {
  .slide {
    flex-basis: 31vw;
    width: 31vw;
    padding: 0 7px;
  }

  .slider__dot.is-active {
    width: 200px;
  }
}

/* ========================================
      Smartphone：1枚のみ表示
    ======================================== */

@media (max-width: 767px) {
  .hero {
    overflow: hidden;
  }

  .slider {
    width: 100%;
    overflow: hidden;
  }

  /*
        SPでは左右のスライドを完全に隠す
      */
  .slider__viewport {
    width: 100%;
    overflow: hidden;
  }

  .slider__track {
    align-items: stretch;
  }

  /*
        1スライド＝画面幅
        余白なしで1枚だけ表示
      */
  .slide {
    flex: 0 0 100vw;
    width: 100vw;
    max-width: none;
    padding: 0;
    opacity: 1;
    transform: none;
  }

  .slide.is-active {
    opacity: 1;
  }

  .slide__link {
    width: 100%;
  }

  .slide__image,
  .slide.is-active .slide__image {
    width: 100%;
    height: auto;
    object-fit: contain;
    transform: none;
  }

  .slider__controls {
    width: 100%;
    gap: 12px;
    margin-top: 24px;
    padding: 0 12px;
  }

  .slider__button {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
  }

  .slider__pagination {
    gap: 10px;
    min-width: 0;
    overflow: hidden;
  }

  .slider__dot {
    width: 3px;
    height: 3px;
  }

  .slider__dot.is-active {
    width: min(55px, 32vw);
  }

  .slider__controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    margin-top: 10px;
    padding: 0 0px;
  }
}

/* ========================================
      Reduced Motion
    ======================================== */

@media (prefers-reduced-motion: reduce) {
  .slide,
  .slide__image,
  .slider__dot {
    transition-duration: 0.01ms !important;
  }
}
/* ========================================
      news とitem
    ======================================== */
.alignright {
  float: none;
  margin: 0 0 24px auto;
  text-align: right;
}

.alignright {
  display: block;
  margin-left: auto;
}
.aligncenter {
  margin: 0 auto 24px;
  text-align: center;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}
.pickup_section {
  margin-bottom: 50px;
}
/* SPは6件表示 */
@media screen and (max-width: 767px) {
  .es-goods__item:nth-child(n + 7) {
    display: none;
  }
}
.news_section {
  background: #fffad9;
  margin-top: 85px;
  padding-bottom: 50px;
}
.es-news,
.es-news *,
.es-goods,
.es-goods * {
  box-sizing: border-box;
}

/* お知らせ */
.es-news {
  width: 100%;
  padding: 36px 22px;
}

.es-news__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.es-news__list {
  border-top: 1.5px solid #1f1f1f;
}

.es-news__item {
  border-bottom: 1.5px solid #1f1f1f;
}

.es-news__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 65px;
  padding: 20px;
  color: #111;
  text-decoration: none;
}

.es-news__body {
  display: block;
  min-width: 0;
  padding-right: 24px;
}

.es-news__date {
  flex: 0 0 130px; /* 日付〜タイトル開始位置を揃える */
  display: block;
  color: #8e8e8e;
  font-size: 8px;
  font-weight: 600;
  line-height: 1;
}

.es-news__title {
  flex: 1;
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.es-news__arrow {
  position: relative;
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
  border: 1px solid #111;
  border-radius: 50%;
  background: #ffdc00;
  transition: transform 0.25s ease;
}

.es-news__arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid #000;
  content: "";
  transform: translate(-35%, -50%);
}

.es-news__link:hover .es-news__arrow {
  transform: translateX(4px);
}

/* 商品 */
.es-goods {
  width: 100%;
  padding: 24px 22px 60px;
  background: #fff;
}

.es-goods__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.es-goods__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 48px 30px;
}

.es-goods__link {
  display: block;
  color: #111;
  text-decoration: none;
}

.es-goods__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 1.5px solid #111;
  border-radius: 7px;
  background: #fff;
}

.es-goods__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.35s ease;
}

.es-goods__link:hover .es-goods__image img {
  transform: scale(1.04);
}

.es-goods__information {
  padding-top: 18px;
}

.es-goods__title {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.es-goods__price {
  margin: 2px 0 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
}

.es-goods__note {
  margin: 4px 0 0;
  color: #999;
  font-size: 8px;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .es-goods__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .es-news__link {
    position: relative;
    flex-wrap: wrap;
    align-content: center;
    min-height: 108px;
    padding: 20px 60px 20px 20px;
  }

  .es-news__date {
    flex: 0 0 100%;
    margin-bottom: 7px;
    font-size: 8px;
  }

  .es-news__arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-left: 0;
    transform: translateY(-50%);
  }

  .es-news__title {
    font-size: 12px;
  }

  .es-goods {
    padding: 24px 22px 50px;
  }

  .es-goods__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 30px;
  }

  .es-goods__image {
    padding: 18px;
  }

  .es-news,
  .es-goods {
    padding: 0 15px 35px;
  }

  .es-news__link {
    padding-right: 12px;
    padding-left: 12px;
    min-height: 75px;
  }

  .es-goods__grid {
    column-gap: 16px;
  }

  .es-goods__image {
    padding: 14px;
  }

  .es-goods__title {
    font-size: 12px;
  }

  .es-goods__price {
    font-size: 12px;
  }

  .es-goods__note {
    font-size: 11px;
  }
}
/* ========================================
      ここまで
    ======================================== */
@media screen and (max-width: 749px) {
  .a_button--outline.type-chocole {
    background-color: #be8861;
    border-color: #be8861;
    color: #fff;
    height: 40px;
    font-size: 10px;
    max-width: 211px;
  }
  .chocole {
    padding: 0px 30px 10px 30px !important;
  }
  .a_button--outline.type-pink2 {
    background-color: #eaa9b8;
    border-color: #eaa9b8;
    color: #fff;
    height: 40px;
    font-size: 10px;
    max-width: 211px;
  }
}
@media screen and (min-width: 750px) {
  .a_button--outline.type-chocole {
    background-color: #be8861;
    border-color: #be8861;
    color: #fff;
    height: 40px;
    font-size: 10px;
  }

  .a_button--outline.type-pink2 {
    background-color: #eaa9b8;
    border-color: #eaa9b8;
    color: #fff;
    height: 40px;
    font-size: 10px;
  }
}
.a_button--outline.type-white:hover,
.a_button--outline.type-white:focus {
  opacity: 0.8;
}
.a_button--outline.type-pink2:hover,
.a_button--outline.type-pink2:focus {
  opacity: 0.8;
}
.a_button--outline.type-chocole:hover,
.a_button--outline.type-chocole:focus {
  opacity: 0.8;
}

.a_button--outline.type-pink {
  background-color: #e42d89;
  border-color: #e42d89;
}

.a_button--outline.type-pink:hover,
.a_button--outline.type-pink:focus {
  background-color: #fff;
  color: #e42d89;
}

.btn {
  display: inline-block;
  width: 100%;
  max-width: 310px;
  padding: 0.6rem 1.5rem;
  font-size: 1.2rem;
  color: #fff;
  background-color: #000;
  text-align: center;
  border-radius: 100px;
}

.btn.type-block {
  max-width: initial;
  max-width: auto;
}

.btn--border-black {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  -webkit-transition: all 0.25s 0s ease-out;
  transition: all 0.25s 0s ease-out;
}

.btn--border-black.is-active,
.btn--border-black:hover,
.btn--border-black:focus {
  background-color: #000;
  color: #fff;
}

.btn-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 80px;
  color: #000;
  border: 1px solid #000;
  border-radius: 500px;
  font-size: 1.2rem;
  -webkit-transition: all 0.25s 0s ease-out;
  transition: all 0.25s 0s ease-out;
}

.btn-login--icon {
  width: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 3px;
}

.btn-login--icon path {
  -webkit-transition: all 0.25s 0s ease-out;
  transition: all 0.25s 0s ease-out;
}

.btn-login:hover,
.btn-login:focus {
  background-color: #000;
  color: #fff;
}

.btn-login:hover path,
.btn-login:focus path {
  fill: #fff;
}

.card {
  padding: 2.6rem 2rem;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
}

.card-heading {
  margin-bottom: 1.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-heading-date {
  color: #555454;
  font-size: 1.1rem;
}

.card-body {
  color: #555454;
  font-size: 1.3rem;
}

.news .pagination__item--next .icon{
  transform: rotate(270deg) !important;
}
.news .pagination__item--next .icon:hover{
    transform: rotate(270deg) !important;
}

.news .pagination__list > li{
  max-width: 1rem !important;
  font-size: 10px !important;
}
/* icons
-------------------------------------------------- */
.badge {
  border-radius: 0px;
}

.img-rounded {
  border-radius: 3px;
}

.list-title--item {
  margin: 0px auto 2rem auto;
  max-width: 362px;
}

.embedsocial-wrap {
  margin-bottom: 6.7rem;
}

.list-archive-card {
  margin-bottom: 6.7rem;
}

.list-archive-card .archive-card {
  width: 100%;
}

@media screen and (min-width: 750px) {
  .list-archive-card .archive-card {
    width: calc(50% - 30px);
  }
}

@media screen and (min-width: 1000px) {
  .list-archive-card .archive-card {
    width: calc(33.33% - 30px);
  }
}

.list-archive {
  border-top: 2px solid #1f1f1f;
  margin-bottom: 5.2rem;
}

.list-archive .archive {
  border-bottom: 2px solid #1f1f1f;
}

.archive {
  position: relative;
}

@media screen and (max-width: 749px) {
  .archive {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .display_pc {
    display: none;
  }
}

@media screen and (min-width: 750px) {
  .archive {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0rem 70px 0 3.5rem;
  }
  .display_sp {
    display: none;
  }
}

.archive-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 750px) {
  .archive-inner {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@media screen and (max-width: 749px) {
  .archive-inner {
    display: block;
    padding: 1.4rem 50px 1.4rem 0px;
    position: relative;
  }
}

.archive-inner::before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  border-radius: 50%;
  top: 50%;
  margin-top: -9px;
  right: 26px;
  box-sizing: border-box;
  background-color: #ffdc00;
  z-index: 0;
}

@media screen and (max-width: 749px) {
  .archive-inner::before {
    right: 16px;
  }
}

.archive-inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #000;
  top: 50%;
  margin-top: -3px;
  right: 31px;
  z-index: 1;
}

@media screen and (max-width: 749px) {
  .archive-inner::after {
    right: 21px;
  }
}

.archive-date {
  min-width: 118px;
  font-size: 10px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 2rem 0px;
}

@media screen and (max-width: 749px) {
  .archive-date {
    display: block;
    padding: 0px;
  }
}

.archive-title {
  color: #000;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 1rem;
  font-size:14px;
}

@media screen and (max-width: 749px) {
  .archive-title {
    display: block;
    padding-right: 0px;
  }
}

.archive-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-transition: all 0.25s 0s ease-out;
  transition: all 0.25s 0s ease-out;
}

.archive-title:hover::before,
.archive-title:focus::before {
  background-color: rgba(255, 255, 255, 0.3);
}

.archive-img {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  max-width: 170px;
}

@media screen and (max-width: 749px) {
  .archive-img {
    display: block;
    padding: 0px;
    width: 100%;
    max-width: auto;
    max-width: initial;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 750px) {
  .archive-img {
    margin-left: 1.5rem;
  }
}

.tab-nav {
  margin-bottom: 3.5rem;
}

.date {
  color: #8e8e8e;
  font-size: 1.2rem;
}

.h2,
.page-contents h2:not(.no-style) {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 4.5rem;
  padding: 1.3rem 2rem;
  background-color: #ffdc00;
  border-radius: 5px;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-weight: 600;
}

.h3,
.page-contents h3 {
  font-size: 1.8rem;
}

.h4,
.page-contents h4 {
  font-size: 1.6rem;
}

.h5,
.page-contents h5 {
  font-size: 1.6rem;
}

.h6,
.page-contents h6 {
  font-size: 1.6rem;
}

.page-contents {
  color: #000;
}

.page-contents--heading {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #000;
}

.page-contents--heading-title {
  font-size: 1.6rem;
  font-weight: bold;
}

/* utilities
-------------------------------------------------- */
.mt-40 {
  margin-top: 4rem;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row .column {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0px 8px 13px 8px;
}

@media screen and (max-width: 999px) {
  .row .column {
    padding: 0px 6px 12px 6px;
  }
}

.row .column .tab-link {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row.row-6 .column {
  max-width: 16.66%;
  min-width: 16.66%;
}

@media screen and (max-width: 749px) {
  .row.row-md-3 .column {
    max-width: 33.33%;
    min-width: 33.33%;
  }
}

@media screen and (max-width: 399px) {
  .row.row-sm-2 .column {
    max-width: 50%;
    min-width: 50%;
  }
}
.l_header {
}
.l_header__top .header__heading .header__heading-link {
  padding-top: 2px;
}

.header__heading-logo {
  width: 192px;
  height: auto;
}

.header__login {
  grid-area: navigation;
}

.header__login .btn-login {
  margin-left: auto;
}

.header__login svg {
  width: 100%;
  height: auto;
}

.footer .link--text:hover,
.footer .link--text:focus {
  color: #fff;
}

.container {
  max-width: var(--page-width);
  padding: 0 5rem;
  margin: 0px auto;
}

@media screen and (max-width: 749px) {
  .container {
    padding: 0px 5px;
  }
}

@media screen and (max-width: 399px) {
  .container {
    padding: 0px 24px;
  }
}

main.main {
  padding-bottom: 120px;
}

body.page .l_section__header__title {
  margin-bottom: 90px;
}

.section-heading {
  position: relative;
  margin: 0px 0px 5rem 0px;
  padding: 1.7rem 0px;
  text-align: center;
}

.section-heading--main {
  font-size: 2.4rem;
  position: relative;
  z-index: 1;
}

.section-heading--sub {
  margin: 0px;
  font-size: 2rem;
  position: relative;
  z-index: 1;
}

.section-heading:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0px;
  background-repeat: no-repeat;
  background-position: center center;
}

.section-heading.type-news:before {
  width: 68px;
  margin-left: -34px;
  height: 85px;
  background-image: url("../img/home/icon-h2-news.svg");
}

.section-heading.type-title:before {
  width: 136px;
  margin-left: -68px;
  height: 84px;
  background-image: url("../img/home/icon-h2-title.svg");
}

.section.type-yellow {
  background-color: #ffdc00;
}

.profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile-icon {
  max-width: 35px;
  min-width: 35px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.profile-name {
  padding-left: 1rem;
}

.profile-name--main {
  color: #555454;
  font-size: 1.3rem;
}

.profile-name--sub {
  color: #8e8e8e;
  font-size: 1.1rem;
}

.profile-name span {
  display: block;
}
.sh_footerBrand {
  display: grid;
  gap: 5px;
}
.sh_footerBrandName {
  font-family: como, sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px;
}
.sh_footerLinks {
  font-family: como, sans-serif;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 15px;
}
.sh_footerLink {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: inherit;
  text-decoration: none;
}

.sh_menuAccordion {
  border-bottom: 1px solid var(--sh_line);
}

.sh_menuAccordionTrigger {
  display: grid;
  grid-template-columns: 35px minmax(0, 1fr) 20px;
  align-items: center;
  column-gap: 8px;
  min-height: 55px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  list-style: none;
}

.sh_menuAccordionTrigger::-webkit-details-marker {
  display: none;
}

.sh_menuAccordionTrigger::marker {
  content: "";
}

.sh_menuAccordionArrow {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
}

.sh_menuAccordionArrow svg {
  width: 18px;
  height: 18px;
  transition: transform 0.2s ease;
}

.sh_menuAccordion[open] .sh_menuAccordionArrow svg {
  transform: rotate(90deg);
}

.sh_menuAccordionList {
  display: grid;
  gap: 15px;
  margin: 0 0 20px 43px;
  padding: 0;
  list-style: none;
}
.sh_menuAccordionList li{
  line-height: 0;
}
.sh_menuAccordionChild {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.25;
  text-decoration: none;
}

.sh_menuAccordionChild:hover {
  opacity: 0.6;
}

.sh_menuAccordionChildMark {
  display: grid;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  place-items: center;
  border: 1px solid currentcolor;
  border-radius: 50%;
}

.sh_menuAccordionChildMark::before {
  width: 0;
  height: 0;
  margin-left: 1px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid currentcolor;
  content: "";
}
.facets__form-vertical details {
  padding: 15px 0;
}
.header__login {
  grid-area: login;
}
.btn-itunui {
  grid-area: itunui_nav;
}
.sh_menu {
  grid-area: nav_hm;
}
/* 開閉ボタン：通常時はヘッダー内 */
.sh_menuToggle {
  display: inline-grid;
  flex: 0 0 38px;
  place-items: center;
  position: relative;
  z-index: 10002;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #ffdc00;
  color: var(--sh_text);
  cursor: pointer;

  transition:
    transform 0.2s ease,
    opacity 0.2s ease,
    background-color 0.2s ease;
}

/* 開いた時だけXを画面右上に固定 */
.sh_menuToggle.sh_is-open {
  position: fixed;
  top: 10px;
  right: 72px;
  z-index: 10002;
}


/* メニュー内をスクロールした時はXを隠す */
.sh_menuToggle.sh_is-scrolled {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px) scale(0.9);
}

.sh_menuToggle:focus-visible {
  outline: 2px solid #111;
  outline-offset: 3px;
}

.sh_menuToggleLine,
.sh_menuToggleLine::before,
.sh_menuToggleLine::after {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: currentcolor;
  content: "";
}

.sh_menuToggleLine {
  position: relative;
  transition: background-color 0.2s ease;
}

.sh_menuToggleLine::before,
.sh_menuToggleLine::after {
  position: absolute;
  left: 0;
  transition:
    top 0.2s ease,
    transform 0.2s ease;
}

.sh_menuToggleLine::before {
  top: -7.5px;
}

.sh_menuToggleLine::after {
  top: 7.5px;
}

/* 三本線 → X */
.sh_menuToggle.sh_is-open .sh_menuToggleLine {
  background: transparent;
}

.sh_menuToggle.sh_is-open .sh_menuToggleLine::before {
  top: 0;
  transform: rotate(45deg);
}

.sh_menuToggle.sh_is-open .sh_menuToggleLine::after {
  top: 0;
  transform: rotate(-45deg);
}

@media (max-width: 480px) {
  .sh_menuToggle.sh_is-open {
    right: 28px;
  }
}
/* メニュー本体 */
.sh_menu {
  position: fixed;
  z-index: 10000;
  inset: 0;
  pointer-events: none;
}

.sh_menu.sh_is-open {
  pointer-events: auto;
}

.sh_menuBackdrop {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
  display: block !important;
}

.sh_menu.sh_is-open .sh_menuBackdrop {
  opacity: 1;
  pointer-events: auto;
}

.sh_menuPanel {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 25%;
  min-width: 535px;
  height: 100dvh;
  overflow-x: hidden;
  overflow-y: auto;
  border: 0;
  border-left: 2px solid #b9b9b9;
  background: #fff;
  box-shadow: -4px 0 18px rgba(0, 0, 0, 0.16);
  pointer-events: auto;
  transform: translateX(100%);
  transition: transform 0.38s cubic-bezier(0.22, 0.8, 0.28, 1);
  scrollbar-width: thin;
}

.sh_menu.sh_is-open .sh_menuPanel {
  transform: translateX(0);
}

.sh_menuInner {
  min-height: 100%;
  padding: 16px 80px 44px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(16px);
  transition:
    opacity 0.2s ease 0.14s,
    transform 0.35s ease 0.04s,
    visibility 0s linear 0.35s;
}

.sh_menu.sh_is-open .sh_menuInner {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
  transition:
    opacity 0.24s ease 0.15s,
    transform 0.35s ease 0.06s,
    visibility 0s;
}

.sh_menuLogo {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 24px;
  color: #111;
  font-family: Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.sh_menuLogoMark {
  width: 25px;
  height: 20px;
  color: var(--sh_yellow);
}

.sh_menuAccount {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  width: 100%;
  min-height: 65px;
  margin-top: 34px;
  margin-bottom: 30px;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.sh_menuAccount:hover {
  opacity: 0.76;
}

.sh_menuAccount svg {
  width: 22px;
  height: 22px;
}

.sh_menuNav {
  margin-top: 17px;
  border-top: 1px solid var(--sh_line);
}

.sh_menuLink {
  display: grid;
  grid-template-columns: 35px minmax(0, 1fr) 20px;
  align-items: center;
  column-gap: 8px;
  min-height: 55px;
  border-bottom: 1px solid #000;
  color: inherit;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition:
    color 0.2s ease,
    background-color 0.2s ease;
}

.sh_menuLink:hover {
  color: #4e4e4e;
  background: #fafafa;
}
.sh_menuAccordion {
  border-bottom: 1px solid #000;
}
.sh_menuIcon {
  width: 24px;
  height: 24px;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  fill: none;
}

.sh_menuArrow {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
}

.sh_menuArrow svg {
  width: 18px;
  height: 18px;
}

.sh_menuBrands {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  border-bottom: 1px solid #000;
  padding-bottom: 30px;
}

.sh_brandCard {
  position: relative;
  display: grid;
  overflow: hidden;
  place-items: center;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.sh_brandCard:hover {
  opacity: 0.6;
}

.sh_brandCardLabel {
  width: 100%;
}

.sh_menuNav--bottom {
  margin-top: 0;
}

.sh_menuFooter {
  display: grid;
  gap: 16px;
  margin-top: 40px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
}
.sh_socialLinks {
  width: 100%;
}
@media (max-width: 749px) {
  .sh_socialLink{
    gap:5px;
    letter-spacing: 0.3px;
  }
  .sh_socialLink img{
    max-width: 15px;
  }
  .sh_socialLinks__inner {
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: none;
    margin-bottom: 0;
  }
  .sh_socialGroup__links {
    gap: 3vw !important;
  }
  .l_footer .footer-block__details-content {
    gap: 1vw !important;
  }
  .page-contents--heading{
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  .page-contents--heading .date{
    font-size: 0.6rem;
    margin: 0px;
  }
  .page-contents--heading-title{
    font-size: 1.2rem;
  }
  .page-contents p{
    font-size: 0.8rem;
    line-height: 1.8;
  }
  body.page .l_section__header__title{
    padding-bottom: 0px;
  }
}

@media (min-width: 750px) {
  .sh_socialLinks__inner {
    display: flex;
    justify-content: center;
    align-items: start;
    width: 100%;
    margin: 0 auto 40px;
    gap: 25px;
  }
  .date{
    font-size: 0.8rem !important;
  }
  .page-contents p{
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
.sh_socialGroup {
  min-width: 0;
}

.sh_socialGroup__title {
  margin: 0 0 15px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  font-family: como, sans-serif;
}

.sh_socialGroup__links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
}

.sh_socialLink {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.sh_socialLink:hover {
  opacity: 0.65;
}

.sh_socialLink__icon {
  position: relative;
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: 29px;
  height: 29px;
}

.sh_socialLink__text {
  display: block;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  font-family: como, sans-serif;
}
/*# sourceMappingURL=style.css.map */