/*
  Made by Elly Loel - https://ellyloel.com/
*/
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  box-sizing: border-box;
}

*:where(:not(fieldset, progress, meter)) {
  border-width: 0;
  border-style: solid;
  background-origin: border-box;
  background-repeat: no-repeat;
}

html {
  block-size: 100%;
  -webkit-text-size-adjust: none;
}

@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}
body {
  text-rendering: optimizeSpeed;
  min-block-size: 100%;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, svg, video) {
  block-size: auto;
  max-inline-size: 100%;
}

:where(svg) {
  stroke: none;
  fill: currentColor;
}

:where(svg):where(:not([fill])) {
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

:where(svg):where(:not([width])) {
  inline-size: 5rem;
}

:where(input, button, textarea, select),
:where(input[type=file])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
}

:where(textarea) {
  resize: vertical;
}

@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(ul, ol) {
  list-style-position: inside;
}

:where(ul, ol)[role=list] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

:where(a[href],
area,
button,
input,
label[for],
select,
summary,
textarea,
[tabindex]:not([tabindex*="-"])) {
  cursor: pointer;
  touch-action: manipulation;
}

:where(input[type=file]) {
  cursor: auto;
}

:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
  cursor: pointer;
}

@media (prefers-reduced-motion: no-preference) {
  :focus-visible {
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }
  :where(:not(:active)):focus-visible {
    transition-duration: 0.25s;
  }
}
:where(:not(:active)):focus-visible {
  outline-offset: 5px;
}

:where(button,
button[type],
input[type=button],
input[type=submit],
input[type=reset]),
:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
  text-align: center;
}

:where(button,
button[type],
input[type=button],
input[type=submit],
input[type=reset])[disabled] {
  cursor: not-allowed;
}

html {
  scroll-behavior: smooth;
}

@media screen and (max-width: 767px) {
  html,
  body {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
}
body ul {
  margin: 0;
  padding: 0;
}
body li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body img {
  width: 100%;
  height: auto;
}
body a {
  text-decoration: none;
  color: #000;
}
body a:hover {
  opacity: 0.7;
}
body .inner {
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  body .inner {
    max-width: 100%;
  }
}

.main-visual .inner {
  margin-block: 0 100px;
}
.main-visual__picture {
  width: 1400px;
}
@media screen and (max-width: 767px) {
  .main-visual .inner {
    margin-block: 0 50px;
  }
  .main-visual__picture {
    width: 100%;
    margin-block: 62px 0;
  }
}

.item .inner {
  max-width: 1200px;
  margin-block: 0 100px;
}
.item__box {
  margin-block: 110px 0;
}
.item__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}
.item__list::after {
  content: "";
  display: block;
  width: 360px;
}
.item__item {
  width: 360px;
}
.item__item .sub__heading {
  margin-block: 10px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.item__item .lead__text {
  margin-block: 10px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .item .inner {
    max-width: 100%;
    margin-block: 0 50px;
    padding-inline: 20px;
  }
  .item__box {
    margin-block: 60px 0;
  }
  .item__list {
    gap: 20px;
  }
  .item__list::after {
    content: "";
    display: block;
    width: 165px;
  }
  .item__item {
    width: 165px;
  }
  .item__item .sub__heading {
    margin-block: 10px 0;
  }
  .item__item .lead__text {
    margin-block: 10px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
  }
}

.shop-list .inner {
  max-width: 1200px;
}
.shop-list__box {
  margin-block: 110px;
}
.shop-list__list {
  display: flex;
  justify-content: center;
  gap: 60px;
}
.shop-list__item {
  position: relative;
  width: 360px;
}
.shop-list__item .shop__tag {
  position: absolute;
  top: 0;
  left: 0;
  padding-block: 5px;
  padding-inline: 10px;
  background-color: #e8e8e8;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .shop-list .inner {
    max-width: 100%;
    padding-inline: 20px;
  }
  .shop-list__box {
    margin-block: 60px;
  }
  .shop-list__list {
    gap: 20px;
  }
  .shop-list__item {
    position: relative;
    width: 185px;
  }
  .shop-list__item .shop__tag {
    position: absolute;
    top: 0;
    left: 0;
    padding-block: 5px;
    padding-inline: 10px;
    background-color: #e8e8e8;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
  }
}

.information .inner {
  background-color: #ececec;
  margin-block: 100px;
  padding-block: 100px;
  max-width: 100%;
}
.information__box {
  width: 1200px;
  margin-block: 110px 0;
  margin-inline: auto;
}
.information__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.information__item {
  display: flex;
  align-items: center;
  padding-block: 0 20px;
  border-bottom: 2px solid #cdcdcd;
  gap: 30px;
}
.information__item time {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.information__item .new {
  color: #fd4040;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.information__item .lead__text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .information .inner {
    background-color: #ececec;
    margin-block: 50px;
    padding-block: 50px;
    padding-inline: 20px;
  }
  .information__box {
    width: 100%;
    margin-block: 60px 0;
  }
  .information__list {
    gap: 10px;
  }
  .information__item {
    gap: 10px;
    padding-block: 0 10px;
  }
  .information__item time {
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
  }
  .information__item .new {
    color: #fd4040;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
  }
  .information__item .lead__text {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
  }
}

.about .inner {
  max-width: 1200px;
  margin-block: 100px;
}
.about__box {
  display: flex;
  gap: 40px;
  margin-block: 110px 0;
}
.about__picture {
  width: 610px;
  flex-shrink: 0;
}
.about__detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.about__detail .head {
  margin-block: 0 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
.about__detail .lead__text {
  font-size: 16px;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .about .inner {
    max-width: 100%;
    margin-block: 50px;
  }
  .about__box {
    flex-direction: column;
    gap: 20px;
    margin-block: 60px 0;
  }
  .about__picture {
    width: 100%;
  }
  .about__detail {
    padding-inline: 20px;
  }
  .about__detail .head {
    margin-block: 0 10px;
    font-size: 22px;
    line-height: 36px;
  }
  .about__detail .lead__text {
    font-size: 16px;
    line-height: 32px;
  }
}

.contact .inner {
  max-width: 1200px;
}
.contact__box {
  margin-block: 60px 0;
}
.contact__box .text {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact .inner {
    max-width: 100%;
    padding-inline: 20px;
  }
  .contact__box {
    margin-block: 60px 0;
  }
}