@charset "utf-8";

/* ----------------------------------
common
---------------------------------- */
* {
  min-width: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-feature-settings: "halt";
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.8;
}

.sp-only {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.wrap {
  overflow-x: clip;
  max-width: 100%;
}

.inner {
  width: 90%;
  margin-inline: auto;
  max-width: 900px;
}

@media (max-width: 767px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}

@media (max-width: 440px) {
  .inner {
    width: calc(300/375 * 100%);
  }
}

/* ----------------------------------
header
---------------------------------- */
@media (max-width: 767px) {
  .header {
    background: #fff;
    height: 58px;
    display: flex;
    align-items: center;
    padding-inline: 25px;
  }

  .header-logo {
    width: 47px;
  }
}

/* ----------------------------------
footer
---------------------------------- */
@media (max-width: 767px) {
  .footer {
    background: #fff;
    color: #000;
    padding-block: 32px 22px;
  }

  .footer-logo {
    display: block;
    width: 194px;
  }

  .footer-address {
    margin-top: 40px;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.8;
  }

  .footer-tel {
    display: inline-block;
    letter-spacing: 0.016em;
  }
}

/* ----------------------------------
newshop
---------------------------------- */
.newshop-contents {
  background: #ffffde;
}

.newshop-head {
  background: url(../img/bg-top-pc.png) no-repeat center bottom/100% auto;
  height: calc(391 / 1920 * 100vw);
  max-height: 391px;
  padding-top: clamp(0px, 99 / 1920 * 100vw, 99px);
}

.newshop-title {
  height: calc(118 / 1920 * 100vw);
  max-height: 118px;
}

.newshop-title img {
  width: auto;
  height: 100%;
  margin-inline: auto;
}

.newshop-bottom {
  background: url(../img/bg-bottom-pc.png) no-repeat center top/100% auto;
  height: calc(391 / 1920 * 100vw);
  max-height: 391px;
  padding-top: clamp(0px, 144 / 1920 * 100vw, 144px);
}

.newshop-comingsoon {
  text-align: center;
}

.newshop-comingsoon-season {
  color: #fff;
  line-height: 1;
  font-size: clamp(0px, 65 / 1920 * 100vw, 6.5rem);
  font-weight: 700;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.newshop-comingsoon-season::before,
.newshop-comingsoon-season::after {
  content: "";
  display: inline-block;
  background: currentColor;
  width: 5px;
  height: 1.33em;
}

.newshop-comingsoon-season::before {
  transform: translate(-0.7em, 0.1em) rotate(-30deg);
}

.newshop-comingsoon-season::after {
  transform: translate(0.5em, 0.1em) rotate(30deg);
}

.newshop-comingsoon-season span {}

.newshop-comingsoon-season .-txt1 {
  font-size: 1.24em;
  transform: translateY(-14%);
}

.newshop-comingsoon-season .-txt2 {
  font-size: 1.07em;
}

.newshop-comingsoon-season .-txt3 {
  font-size: 1em;
  transform: translateY(-12%) translateX(5%);
}

.newshop-comingsoon-season .-txt4 {
  font-size: 1em;
  transform: translateY(-26%);
}

.newshop-comingsoon-text {
  display: inline-block;
  color: #ffff76;
  font-weight: 700;
  line-height: 1.7;
  font-size: clamp(0px, 45 / 1920 * 100vw, 4.5rem);
  margin-top: 0.5em;
}

.newshop-comingsoon-text span {
  border-bottom: 2px solid;
  padding-bottom: 0.1em;
}

@media (max-width: 767px) {
  .newshop-contents {}

  .newshop-head {
    background-image: url(../img/bg-top-sp.png);
    height: calc(200/767 * 100vw);
    padding-top: calc(36 / 767 * 100vw);
  }

  .newshop-title {
    height: calc(80/767 * 100vw);
  }

  .newshop-title img {}

  .newshop-bottom {
    background-image: url(../img/bg-bottom-sp.png);
    height: calc(280/767 * 100vw);
    padding-top: calc(100 / 767 * 100vw);
  }

  .newshop-comingsoon {}

  .newshop-comingsoon-season {
    font-size: calc(36 / 767 * 100vw);
  }

  .newshop-comingsoon-season::before,
  .newshop-comingsoon-season::after {
    width: 2px;
  }

  .newshop-comingsoon-season .-txt1 {
    font-size: 1.25em;
  }

  .newshop-comingsoon-season .-txt2 {
    font-size: 1.08em;
  }

  .newshop-comingsoon-season .-txt3 {
    transform: translateY(-20%) translateX(5%);
  }

  .newshop-comingsoon-season .-txt4 {
    transform: translateY(-30%);
  }

  .newshop-comingsoon-text {
    font-size: calc(28 / 767 * 100vw);
    margin-top: 0.3em;
  }

  .newshop-comingsoon-text span {
    border-bottom-width: 1px;
  }

  .newshop-comingsoon-text span:last-child {
    border-bottom-width: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 440px) {
  .newshop-head {
    background-image: url(../img/bg-top-sp.png);
    height: calc(154/375 * 100vw);
    padding-top: calc(39 / 375 * 100vw);
  }

  .newshop-title {
    height: calc(55/375 * 100vw);
  }
  .newshop-bottom {
    background-image: url(../img/bg-bottom-sp.png);
    height: calc(172/375 * 100vw);
    padding-top: calc(59 / 375 * 100vw);
  }
  .newshop-comingsoon-season {
    font-size: calc(24 / 375 * 100vw);
  }
  .newshop-comingsoon-text {
    font-size: calc(17 / 375 * 100vw);
    margin-top: 0.3em;
  }

}
/* ----------------------------------
newshop-list
---------------------------------- */
.newshop-list {
  display: grid;
  gap: clamp(0px, 60 / 1280 * 100vw, 60px);
  grid-template-columns: 1fr 1fr;
}

.newshop-item {
  background: #fff;
  color: #808080;
  box-shadow: 0 0 12px rgba(199, 203, 196, 0.75);
  padding: clamp(0px, 48 / 1280 * 100vw, 48px);
  padding-top: clamp(0px, 38 / 1280 * 100vw, 38px);
}

.newshop-name {
  color: #f7931e;
  font-weight: 700;
  font-size: clamp(2rem, 24 / 1280 * 100vw, 2.4rem);
  line-height: 1.27;
  min-height: calc(2em * 1.27);
  display: grid;
  place-items: center;
  text-align: center;
  word-break: keep-all;
  /*<wbr>*/
  overflow-wrap: anywhere;
  /*<wbr>*/
}

.newshop-name .-adjust {
  white-space: nowrap;
  font-size: clamp(2rem, 24 / 1280 * 100vw, 2.4rem);
}

.newshop-img {
  position: relative;
  margin-top: clamp(0px, 24 / 1280 * 100vw, 24px);
}

.newshop-date {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(25%, 40%);
  width: calc(110/474 * 100%);
}

.newshop-button {
  font-weight: 700;
  font-size: clamp(1.5rem, 16 / 1280 * 100vw, 1.6rem);
  min-height: calc(60/25 * 1.1em);
  border-radius: calc(30/25 * 1.1em);
  max-width: 180px;
  margin: 32px auto 0;
  background: #dff574;
  display: grid;
  place-items: center;
}

.newshop-text {
  margin-top: clamp(0px, 24 / 1280 * 100vw, 24px);
  font-weight: 400;
  font-size: clamp(1.5rem, 16 / 1280 * 100vw, 1.6rem);
  line-height: 2;
  text-align: justify;
  text-align-last: left;
  min-height: calc(6em * 2);
}

@media (max-width: 1440px) {
  .newshop-list {
    margin-block: clamp(0px, 5vw, 40px);
  }
}
@media (max-width: 767px) {
  .newshop-list {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }

  .newshop-item {
    box-shadow: 0 0 5px rgba(152, 152, 152, 0.4);
    padding: calc(25 / 300 * 100%);
  }

  .newshop-name {
    font-size: 2.2rem;
    min-height: auto;
  }

  .newshop-name .-adjust {
    white-space: wrap;
    font-size: 2rem;
  }

  .newshop-img {
    margin-top: 16px;
    max-width: 300px;
    margin-inline: auto;
  }

  .newshop-date {
    width: calc(72/250 * 100%);
    max-width: 72px;
  }

  .newshop-button {
    font-size: 1.5rem;
    min-height: calc(44/15 * 1em);
    border-radius: calc(22/15 * 1em);
    max-width: 11.5em;
    margin: 24px auto 0;
  }

  .newshop-text {
    margin-top: 14px;
    font-size: 1.6rem;
    line-height: 1.7;
    min-height: auto;
  }
}

@media (max-width: 440px) {
  .newshop-list {
    grid-template-columns: 1fr;
    margin-block: 0;
  }
}
@media (max-width: 374px) {
  .newshop-name {
    font-size: 1.8rem;
  }

  .newshop-name .-adjust {
    font-size: 1.8rem;
  }
}