@charset "UTF-8";
/* ページ独自CSS */
#valentine2026 {
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  /* 予告ページ */
  /* 本公開--------------------------------------- */
}
#valentine2026 .hidden-pc {
  display: block;
}
@media screen and (min-width: 768px) {
  #valentine2026 .hidden-pc {
    display: none !important;
  }
}
#valentine2026 .hidden-sp {
  display: none;
}
@media screen and (min-width: 768px) {
  #valentine2026 .hidden-sp {
    display: block !important;
  }
}
#valentine2026 > section {
  padding: 50px 0;
}
#valentine2026 > section h2 {
  margin: 0 auto 1em;
  font-size: 1.5rem;
  line-height: 1em;
  color: #502B0A;
}
@media screen and (min-width: 768px) {
  #valentine2026 > section h2 {
    font-size: 1.75rem;
  }
}
#valentine2026 > section h2 + p {
  font-size: 1.125rem;
  font-weight: 700;
  color: #502B0A;
}
#valentine2026 .content-inner {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
#valentine2026 .mv {
  position: relative;
}
#valentine2026 .mv-img {
  width: 100%;
}
#valentine2026 .mv-img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#valentine2026 .notice {
  max-width: 890px;
  padding: 0.5em;
  font-size: 1.5rem;
  line-height: 1.43em;
  color: #9A3438;
  border: 1px solid #9A3438;
}
@media screen and (min-width: 768px) {
  #valentine2026 .notice {
    font-size: 1.75rem;
  }
}
#valentine2026 .notice + p {
  margin-top: 1em;
  font-weight: 700;
  line-height: 2em;
}
#valentine2026 .store {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1em 0;
  max-width: 80%;
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  #valentine2026 .store {
    max-width: 560px;
  }
}
#valentine2026 .store a {
  display: block;
  width: 100%;
  margin: 0;
  padding: 1em;
  font-weight: 700;
  line-height: 1em;
  color: #007A8A;
  text-decoration: none;
  border: 1px solid #007A8A;
}
@media screen and (min-width: 768px) {
  #valentine2026 .store a {
    width: 48%;
  }
}
#valentine2026 .store a:nth-child(2) {
  color: #0075c2;
  border: 1px solid #0075c2;
}
#valentine2026 .online {
  margin: 0 auto;
}
#valentine2026 .online p {
  font-weight: 700;
  color: #502B0A;
}
#valentine2026 .online p.lead {
  font-size: 1.25rem;
}
#valentine2026.pre {
  background: #FAEFF3;
}
#valentine2026.pre .online {
  margin: 80px auto 0;
}
#valentine2026 .store-list {
  position: relative;
  padding: 50px 0 0;
  background: #FAEFF3;
}
#valentine2026 .store-list::before, #valentine2026 .store-list::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
#valentine2026 .store-list::before {
  background: url(../img/bg_side.png) top left repeat-y;
  background-size: 6.4vw auto;
}
@media screen and (min-width: 768px) {
  #valentine2026 .store-list::before {
    background-size: 6.875vw auto;
  }
}
#valentine2026 .store-list::after {
  background: url(../img/bg_side.png) top left repeat-y;
  background-size: 6.4vw auto;
  transform: scale(-1, 1);
}
@media screen and (min-width: 768px) {
  #valentine2026 .store-list::after {
    background-size: 6.875vw auto;
  }
}
#valentine2026 .store-list > section {
  position: relative;
}
#valentine2026 .store-list > section .content-inner {
  max-width: 95%;
}
@media screen and (min-width: 768px) {
  #valentine2026 .store-list > section .content-inner {
    max-width: 82.8vw;
  }
}
#valentine2026 .store-list > section .store-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
#valentine2026 .store-list > section .store-item {
  position: relative;
  margin: 0;
  width: 63%;
  margin-top: 9.3333333333vw;
}
@media screen and (min-width: 768px) {
  #valentine2026 .store-list > section .store-item {
    width: 48%;
    margin-top: -7.8125vw;
  }
}
#valentine2026 .store-list > section .store-name {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39%;
  aspect-ratio: 1/0.9;
  font-size: 3.7333333333vw;
  font-weight: 700;
  color: #fff;
  transform: translate(10%, -50%);
}
@media screen and (min-width: 768px) {
  #valentine2026 .store-list > section .store-name {
    width: 33%;
    font-size: 2.1875vw;
  }
}
#valentine2026 .store-list > section .store-name::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/store_name.png) center no-repeat;
  background-size: contain;
  z-index: -1;
}
#valentine2026 .store-list > section .store-img img {
  border-radius: 24px;
}
#valentine2026 .store-list > section .store-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8em 0;
  width: 90%;
}
@media screen and (min-width: 768px) {
  #valentine2026 .store-list > section .store-btns {
    justify-content: center;
    width: 90%;
    gap: 2%;
  }
}
#valentine2026 .store-list > section .store-btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 4em;
  margin: 0;
  padding: 0.5em;
  font-size: 3.2vw;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.2em;
  border: 2px solid #502B0A;
  border-radius: 16px;
  transition: background 0.2s ease-in, border 0.2s ease-in;
}
@media screen and (min-width: 768px) {
  #valentine2026 .store-list > section .store-btns a {
    width: 49%;
    font-size: 1.09375vw;
  }
}
#valentine2026 .store-list > section .store-btns a span {
  display: flex;
  align-items: center;
  transition: color 0.2s ease-in;
}
#valentine2026 .store-list > section .store-btns a.coming-soon {
  pointer-events: none;
  border: 2px solid #9F9F9F;
}
#valentine2026 .store-list > section .store-btns a.btn-web {
  color: #fff;
  background: #502B0A;
}
@media screen and (min-width: 768px) {
  #valentine2026 .store-list > section .store-btns a.btn-web:hover {
    background: #D34740;
    border-color: #D34740;
    opacity: 1;
  }
}
#valentine2026 .store-list > section .store-btns a.btn-web.coming-soon {
  background: #9F9F9F;
  border-color: #9F9F9F;
}
#valentine2026 .store-list > section .store-btns a.btn-catalog {
  color: #502B0A;
}
#valentine2026 .store-list > section .store-btns a.btn-catalog.coming-soon {
  color: #9F9F9F;
  border-color: #9F9F9F;
}
#valentine2026 .store-list > section .store-btns a.btn-catalog.coming-soon span::before {
  background: #9F9F9F;
}
@media screen and (min-width: 768px) {
  #valentine2026 .store-list > section .store-btns a.btn-catalog:hover {
    color: #D34740;
    border-color: #D34740;
    opacity: 1;
  }
  #valentine2026 .store-list > section .store-btns a.btn-catalog:hover span::before {
    background: #D34740;
  }
}
#valentine2026 .store-list > section .store-btns a.btn-catalog span::before {
  content: "";
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  margin-right: 0.5em;
  -webkit-mask-image: url(../img/icon-catalog.svg);
          mask-image: url(../img/icon-catalog.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #502B0A;
  transition: background 0.2s ease-in;
}
#valentine2026 .store-list > section .store-btns a.btn-catalog.coming-soon {
  pointer-events: none;
}
#valentine2026 .store-list #daimaru {
  padding-bottom: 26.6666666667vw;
}
@media screen and (min-width: 768px) {
  #valentine2026 .store-list #daimaru {
    padding-bottom: 21.875vw;
  }
}
#valentine2026 .store-list #daimaru::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_dm_sp.png) top center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  #valentine2026 .store-list #daimaru::before {
    background-image: url(../img/bg_dm.png);
  }
}
#valentine2026 .store-list #daimaru .store-item:nth-child(odd) {
  margin-left: auto;
  margin-right: 0;
}
#valentine2026 .store-list #daimaru .store-item:nth-child(even) {
  margin-left: 0;
  margin-right: auto;
}
#valentine2026 .store-list #daimaru .store-item:nth-child(even) .store-name {
  right: auto;
  left: 0;
  transform: translate(-10%, -50%);
}
#valentine2026 .store-list #daimaru .store-item:nth-child(even) .store-name::before {
  transform: scale(-1, 1);
}
#valentine2026 .store-list #daimaru .store-item:first-child {
  margin-top: 32vw;
}
@media screen and (min-width: 768px) {
  #valentine2026 .store-list #daimaru .store-item:first-child {
    margin-top: 15.625vw;
  }
}
#valentine2026 .store-list #daimaru .store-item:last-child {
  margin-left: auto;
  margin-right: 0;
  transform: none;
}
#valentine2026 .store-list #matsuzakaya {
  margin-top: -17.33vw;
  padding-bottom: 54.7vw;
}
@media screen and (min-width: 768px) {
  #valentine2026 .store-list #matsuzakaya {
    margin-top: -9vw;
  }
}
#valentine2026 .store-list #matsuzakaya::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_mz_sp.png) top center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  #valentine2026 .store-list #matsuzakaya::before {
    background-image: url(../img/bg_mz.png);
  }
}
#valentine2026 .store-list #matsuzakaya::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 54.7vw;
  background: url(../img/bg_bottom.png) bottom center no-repeat;
  background-size: contain;
  z-index: 2;
}
#valentine2026 .store-list #matsuzakaya .store-item:nth-child(odd) {
  margin-left: 0;
  margin-right: auto;
}
#valentine2026 .store-list #matsuzakaya .store-item:nth-child(odd) .store-name {
  right: auto;
  left: 0;
  transform: translate(-10%, -50%);
}
#valentine2026 .store-list #matsuzakaya .store-item:nth-child(odd) .store-name::before {
  transform: scale(-1, 1);
}
#valentine2026 .store-list #matsuzakaya .store-item:first-child {
  margin-top: 26.6666666667vw;
}
@media screen and (min-width: 768px) {
  #valentine2026 .store-list #matsuzakaya .store-item:first-child {
    margin-top: 19.53125vw;
  }
}/*# sourceMappingURL=style.css.map */