@charset "UTF-8";
/* サイト全体のフォント指定 */
@media screen and (max-width: 700px) {
  .main-box {
    max-width: 1200px;
  }
}
.main-img {
  width: 100%;
}
.main-img img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 1024px) {
  .main-img {
    max-width: 1200px;
    margin: 0 auto;
  }
}

#spring2026 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#spring2026 .info {
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 5em;
}
@media screen and (max-width: 700px) {
  #spring2026 .info {
    padding-top: 5em;
  }
}
#spring2026 .info .title {
  width: 100%;
  margin: auto;
  text-align: center;
}
#spring2026 .info .title h4 {
  font-size: 27px;
  color: #4f4d4d;
  margin-bottom: 3em;
}
@media screen and (max-width: 700px) {
  #spring2026 .info .title h4 {
    font-size: 5.5vw;
  }
}
#spring2026 .info .title h4 span {
  font-size: 17px;
}
#spring2026 .info .title p {
  width: 80%;
  margin: auto;
  line-height: 2em;
  font-size: 15px;
}
@media screen and (max-width: 700px) {
  #spring2026 .info .title p {
    font-size: 3.5vw;
  }
}
#spring2026 .info .title img {
  width: 25%;
}
#spring2026 .info .set-link {
  width: 100%;
  margin: auto;
  margin-top: 3em;
  margin-bottom: 6em;
}
@media screen and (max-width: 700px) {
  #spring2026 .info .set-link {
    width: 100%;
    display: block;
  }
}
#spring2026 .info .set-link a.btn_03 {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 350px;
  margin: auto;
  padding: 1rem 4rem;
  background-color: #d3a767;
  border: 1px solid #d3a767;
  color: #ffffff;
  transition: 0.5s;
}
@media screen and (max-width: 700px) {
  #spring2026 .info .set-link a.btn_03 {
    width: 90% !important;
    padding: 1em 0 !important;
    font-size: 18px !important;
    text-align: center !important;
    margin: 0.8em auto !important;
    display: block !important;
    font-size: 4vw;
  }
}
#spring2026 .info .set-link a.btn_03 :hover {
  color: #fff;
  background: #c6954b;
}
#spring2026 .info .event-info {
  width: 100%;
  margin-bottom: 10em;
}
#spring2026 .info .event-info img {
  width: 50%;
  margin: auto;
}
@media screen and (max-width: 700px) {
  #spring2026 .info .event-info img {
    width: 100%;
    max-width: 100%;
  }
}
#spring2026 .info .scroll {
  position: relative;
}
#spring2026 .info .scroll .scroll-border {
  position: relative;
  top: 10px;
  width: 100%;
  height: 100px;
  overflow: hidden;
}
#spring2026 .info .scroll .scroll-border::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 40px;
  top: 0;
  left: 0;
  right: 0;
  background: #333;
  animation: scrollbar 2s ease-in-out infinite;
  margin: auto;
}
@keyframes scrollbar {
  0% {
    height: 0;
    top: 0;
  }
  30% {
    height: 100%;
  }
  100% {
    top: 100%;
  }
}
#spring2026 .info .case {
  width: 100%;
  margin: auto;
  margin-top: 10em;
  margin-bottom: 5em;
}
@media screen and (max-width: 700px) {
  #spring2026 .info .case {
    width: 100%;
    text-align: center;
    margin-top: 2em;
  }
}
#spring2026 .info .case img {
  margin: auto;
  padding: 1.2em;
}
@media screen and (max-width: 700px) {
  #spring2026 .info .case img {
    width: 100%;
    padding: 0em;
    margin-bottom: 6vw;
  }
}
#spring2026 .info .itembox {
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 700px) {
  #spring2026 .info .itembox {
    display: block;
  }
}
#spring2026 .info .itembox .imagebox {
  position: relative;
  width: 40%;
}
@media screen and (max-width: 700px) {
  #spring2026 .info .itembox .imagebox {
    width: 100%;
    margin-bottom: 10vw;
  }
}
#spring2026 .info .itembox .imagebox::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 90%;
  height: 100%;
  background: #eadfea;
  z-index: 0;
}
@media screen and (max-width: 700px) {
  #spring2026 .info .itembox .imagebox::before {
    top: 30px;
    left: 30px;
    width: 90%;
    height: 95%;
  }
}
#spring2026 .info .itembox .imagebox img {
  position: relative;
  width: 90%;
  height: auto;
  display: block;
  z-index: 1;
}
@media screen and (max-width: 700px) {
  #spring2026 .info .itembox .imagebox img {
    width: 90%;
    margin: auto;
  }
}
#spring2026 .info .itembox .imagebox2 {
  position: relative;
  width: 40%;
}
@media screen and (max-width: 700px) {
  #spring2026 .info .itembox .imagebox2 {
    width: 100%;
    margin-bottom: 10vw;
  }
}
#spring2026 .info .itembox .imagebox2::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 90%;
  height: 100%;
  background: #e8efe6;
  z-index: 0;
}
@media screen and (max-width: 700px) {
  #spring2026 .info .itembox .imagebox2::before {
    top: 30px;
    left: 30px;
    width: 90%;
    height: 95%;
  }
}
#spring2026 .info .itembox .imagebox2 img {
  position: relative;
  width: 90%;
  height: auto;
  display: block;
  z-index: 1;
}
@media screen and (max-width: 700px) {
  #spring2026 .info .itembox .imagebox2 img {
    width: 90%;
    margin: auto;
  }
}
#spring2026 .info .itembox .imagebox3 {
  position: relative;
  width: 40%;
}
@media screen and (max-width: 700px) {
  #spring2026 .info .itembox .imagebox3 {
    width: 100%;
    margin-bottom: 10vw;
  }
}
#spring2026 .info .itembox .imagebox3::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 90%;
  height: 100%;
  background: #d4d6d4;
  z-index: 0;
}
@media screen and (max-width: 700px) {
  #spring2026 .info .itembox .imagebox3::before {
    top: 30px;
    left: 30px;
    width: 90%;
    height: 95%;
  }
}
#spring2026 .info .itembox .imagebox3 img {
  position: relative;
  width: 90%;
  height: auto;
  display: block;
  z-index: 1;
}
@media screen and (max-width: 700px) {
  #spring2026 .info .itembox .imagebox3 img {
    width: 90%;
    margin: auto;
  }
}
#spring2026 .info .itembox .imagebox4 {
  position: relative;
  width: 40%;
}
@media screen and (max-width: 700px) {
  #spring2026 .info .itembox .imagebox4 {
    width: 100%;
    margin-bottom: 10vw;
  }
}
#spring2026 .info .itembox .imagebox4::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 90%;
  height: 100%;
  background: #f7f7d4;
  z-index: 0;
}
@media screen and (max-width: 700px) {
  #spring2026 .info .itembox .imagebox4::before {
    top: 30px;
    left: 30px;
    width: 90%;
    height: 95%;
  }
}
#spring2026 .info .itembox .imagebox4 img {
  position: relative;
  width: 90%;
  height: auto;
  display: block;
  z-index: 1;
}
@media screen and (max-width: 700px) {
  #spring2026 .info .itembox .imagebox4 img {
    width: 90%;
    margin: auto;
  }
}
#spring2026 .info .itembox .textbox2 {
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 700px) {
  #spring2026 .info .itembox .textbox2 {
    width: 100%;
    text-align: center;
  }
}
#spring2026 .info .itembox .textbox2 .title-box {
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 700px) {
  #spring2026 .info .itembox .textbox2 .title-box {
    width: 90%;
    text-align: center;
    margin: auto;
  }
}
#spring2026 .info .itembox .textbox2 .title-box p.itemname {
  font-size: 33px;
  letter-spacing: 0.1em;
}
#spring2026 .info .itembox .textbox2 .title-box p.itemname span {
  font-size: 15px;
}
#spring2026 .info .itembox .textbox2 .title-box p.inner {
  width: 90%;
  text-align: left;
  font-size: 15px;
  line-height: 1.7em;
  font-family: sans-serif;
}
@media screen and (max-width: 700px) {
  #spring2026 .info .itembox .textbox2 .title-box p.inner {
    width: 100%;
    text-align: left;
    font-size: 3.3vw;
  }
}
#spring2026 .info .itembox .textbox2 .ingredient-box {
  width: 100%;
  display: flex;
  align-items: center;
  border: 0.5px solid #999;
  background: #ffffff;
  max-width: 600px;
  margin: auto;
  margin-top: 3em;
}
@media screen and (max-width: 700px) {
  #spring2026 .info .itembox .textbox2 .ingredient-box {
    width: 90%;
  }
}
#spring2026 .info .itembox .textbox2 .ingredient-box .label {
  background: #292929;
  color: #ffffff;
  padding: 12px 24px;
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 700px) {
  #spring2026 .info .itembox .textbox2 .ingredient-box .label {
    font-size: 3vw;
    padding: 3px;
  }
}
#spring2026 .info .itembox .textbox2 .ingredient-box .content {
  flex: 1;
  padding: 12px 24px;
  font-size: 14px;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 700px) {
  #spring2026 .info .itembox .textbox2 .ingredient-box .content {
    font-size: 3vw;
    padding: 2px;
  }
}
#spring2026 .info .itembox .textbox2 .single-link {
  width: 100%;
  margin: auto;
  margin-top: 2em;
}
@media screen and (max-width: 700px) {
  #spring2026 .info .itembox .textbox2 .single-link {
    width: 100%;
    display: block;
  }
}
#spring2026 .info .itembox .textbox2 .single-link a.btn_03 {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 370px;
  margin: auto;
  padding: 1rem 4rem;
  background-color: #eadfea;
  border: 1px solid #eadfea;
  color: #2e2d2d;
  font-size: 17px;
  font-weight: 500;
  transition: 0.5s;
}
@media screen and (max-width: 700px) {
  #spring2026 .info .itembox .textbox2 .single-link a.btn_03 {
    width: 90% !important;
    padding: 1em 0 !important;
    font-size: 18px !important;
    text-align: center !important;
    margin: 0.8em auto !important;
    display: block !important;
    font-size: 4vw;
  }
}
#spring2026 .info .itembox .textbox2 .single-link a.btn_04 {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 370px;
  margin: auto;
  padding: 1rem 4rem;
  background-color: #e8efe6;
  border: 1px solid #e8efe6;
  color: #2e2d2d;
  font-size: 17px;
  font-weight: 500;
  transition: 0.5s;
}
@media screen and (max-width: 700px) {
  #spring2026 .info .itembox .textbox2 .single-link a.btn_04 {
    width: 90% !important;
    padding: 1em 0 !important;
    font-size: 18px !important;
    text-align: center !important;
    margin: 0.8em auto !important;
    display: block !important;
    font-size: 4vw;
  }
}
#spring2026 .info .itembox .textbox2 .single-link a.btn_05 {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 370px;
  margin: auto;
  padding: 1rem 4rem;
  background-color: #d4d6d4;
  border: 1px solid #d4d6d4;
  color: #2e2d2d;
  font-size: 17px;
  font-weight: 500;
  transition: 0.5s;
}
@media screen and (max-width: 700px) {
  #spring2026 .info .itembox .textbox2 .single-link a.btn_05 {
    width: 90% !important;
    padding: 1em 0 !important;
    font-size: 18px !important;
    text-align: center !important;
    margin: 0.8em auto !important;
    display: block !important;
    font-size: 4vw;
  }
}
#spring2026 .info .itembox .textbox2 .single-link a.btn_06 {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 370px;
  margin: auto;
  padding: 1rem 4rem;
  background-color: #f7f7d4;
  border: 1px solid #f7f7d4;
  color: #2e2d2d;
  font-size: 17px;
  font-weight: 500;
  transition: 0.5s;
}
@media screen and (max-width: 700px) {
  #spring2026 .info .itembox .textbox2 .single-link a.btn_06 {
    width: 90% !important;
    padding: 1em 0 !important;
    font-size: 18px !important;
    text-align: center !important;
    margin: 0.8em auto !important;
    display: block !important;
    font-size: 4vw;
  }
}
#spring2026 .title2 {
  width: 100%;
  margin: auto;
  text-align: center;
  margin-top: 10em;
}
#spring2026 .title2 h4 {
  font-size: 27px;
  color: #4f4d4d;
}
#spring2026 .title2 h4 span {
  font-size: 17px;
}
#spring2026 .title2 p {
  width: 80%;
  margin: auto;
  line-height: 2em;
  font-size: 15px;
}
@media screen and (max-width: 700px) {
  #spring2026 .title2 {
    width: 80%;
  }
}
#spring2026 .title2 img {
  width: 25%;
}
#spring2026 .scroll {
  position: relative;
}
#spring2026 .scroll .scroll-border {
  position: relative;
  top: 10px;
  width: 100%;
  height: 100px;
  overflow: hidden;
}
#spring2026 .scroll .scroll-border::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 40px;
  top: 0;
  left: 0;
  right: 0;
  background: #333;
  animation: scrollbar 2s ease-in-out infinite;
  margin: auto;
}
@keyframes scrollbar {
  0% {
    height: 0;
    top: 0;
  }
  30% {
    height: 100%;
  }
  100% {
    top: 100%;
  }
}
#spring2026 .shopbox {
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 5em;
  margin-top: 5em;
}
@media screen and (max-width: 700px) {
  #spring2026 .shopbox {
    width: 100%;
    padding-bottom: 0.5em;
    margin: auto;
    padding-top: 3em;
  }
}
#spring2026 .shopbox .imagebox {
  width: 40%;
  text-align: center;
  margin: auto;
  margin-top: 5em;
}
@media screen and (max-width: 700px) {
  #spring2026 .shopbox .imagebox {
    width: 90%;
    padding-bottom: 0.5em;
    border-radius: 10px;
    margin: auto;
  }
}
#spring2026 .shopbox .imagebox img {
  width: 100%;
  height: auto;
}
#spring2026 .shopbox .textbox3 {
  width: 50%;
  text-align: left;
  margin-top: 5em;
}
@media screen and (max-width: 700px) {
  #spring2026 .shopbox .textbox3 {
    width: 100%;
    text-align: center;
    margin: auto;
  }
}
#spring2026 .shopbox .textbox3 .box1 {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.4em;
  margin: 0em;
  background-color: #ef503f;
}
@media screen and (max-width: 700px) {
  #spring2026 .shopbox .textbox3 .box1 {
    margin: auto;
    margin-top: 1em;
    text-align: center;
  }
}
#spring2026 .shopbox .textbox3 .box1 p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #ffffff;
  font-family: san-serif;
}
#spring2026 .shopbox .textbox3 .box2 {
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 700px) {
  #spring2026 .shopbox .textbox3 .box2 {
    width: 90%;
    margin: auto;
    margin-top: 1em;
    text-align: center;
  }
}
#spring2026 .shopbox .textbox3 .box2 p {
  font-size: 28px;
  font-weight: 600;
  margin: 0em;
  margin-top: 0.3em;
  margin-bottom: 2em;
}
#spring2026 .shopbox .textbox3 .box2 p span {
  font-size: 17px;
}
#spring2026 .shopbox .textbox3 .box3 {
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 700px) {
  #spring2026 .shopbox .textbox3 .box3 {
    width: 90%;
    text-align: center;
    margin: auto;
  }
}
#spring2026 .shopbox .textbox3 .box3 p {
  font-size: 15px;
  margin: 0em;
  margin-top: 0.3em;
  margin-bottom: 2em;
}
@media screen and (max-width: 700px) {
  #spring2026 .shopbox .textbox3 .box3 p {
    width: 90%;
    text-align: left;
    margin: auto;
    font-size: 3.3vw;
    margin-bottom: 5vw;
  }
}
#spring2026 .shopbox .textbox3 .ingredient-box2 {
  width: 100%;
  display: flex;
  align-items: center;
  border: 0.5px solid #999;
  background: #ffffff;
  max-width: 600px;
  margin: auto;
  margin-top: 3em;
}
@media screen and (max-width: 700px) {
  #spring2026 .shopbox .textbox3 .ingredient-box2 {
    display: block;
    width: 95%;
    margin-top: 3vw;
  }
}
#spring2026 .shopbox .textbox3 .ingredient-box2 .label {
  background: #292929;
  color: #ffffff;
  padding: 12px 24px;
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 700px) {
  #spring2026 .shopbox .textbox3 .ingredient-box2 .label {
    font-size: 3vw;
    padding: 3px;
  }
}
#spring2026 .shopbox .textbox3 .ingredient-box2 .content {
  flex: 1;
  padding: 12px 24px;
  font-size: 14px;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 700px) {
  #spring2026 .shopbox .textbox3 .ingredient-box2 .content {
    font-size: 3vw;
    padding: 3px;
  }
}
#spring2026 .shopbox .textbox3 .pricebox {
  width: 100%;
  font-size: 22px;
  text-align: right;
  margin: auto;
  margin-top: 2em;
}
@media screen and (max-width: 700px) {
  #spring2026 .shopbox .textbox3 .pricebox {
    width: 90%;
    font-size: 6vw;
  }
}
#spring2026 .shopbox .textbox3 .pricebox span {
  font-size: 12px;
}
@media screen and (max-width: 700px) {
  #spring2026 .shopbox .textbox3 .pricebox span {
    font-size: 3vw;
  }
}
#spring2026 .shopbox .textbox3 .cart {
  width: 100%;
  margin: auto;
  margin-top: 3em;
  margin-bottom: 6em;
}
@media screen and (max-width: 700px) {
  #spring2026 .shopbox .textbox3 .cart {
    width: 90% !important;
    padding: 1em 0 !important;
    font-size: 18px !important;
    text-align: center !important;
    margin: 0.8em auto !important;
    display: block !important;
    font-size: 4vw;
  }
}
#spring2026 .shopbox .textbox3 .cart a.btn_03 {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 470px;
  margin: auto;
  padding: 1rem 4rem;
  background-color: #f9c3c3;
  font-weight: 600;
  color: #494343;
  transition: 0.5s;
}
@media screen and (max-width: 700px) {
  #spring2026 .shopbox .textbox3 .cart a.btn_03 {
    width: 90% !important;
    padding: 1em 0 !important;
    font-size: 18px !important;
    text-align: center !important;
    margin: 0.8em auto !important;
    display: block !important;
    font-size: 4vw;
  }
}
#spring2026 .shopbox .textbox3 .cart a.btn_03 :hover {
  color: #fff;
  background: #e28563;
}
#spring2026 .shopbox .textbox3 .mini {
  font-family: "san-serif";
  font-size: 13px;
  line-height: 1.3em;
  color: #333;
  background-color: #f6f6f5;
  height: auto;
  padding: 1em;
}
#spring2026 .shopbox .textbox3 .mini span {
  font-weight: 600;
  color: #ff0000;
}
@media screen and (max-width: 700px) {
  #spring2026 .shopbox .textbox3 .mini {
    width: 90%;
    margin: auto;
    margin-top: 2vw;
    font-size: 3.3vw;
    text-align: left;
  }
}/*# sourceMappingURL=spring2026.css.map */