@charset "UTF-8";
/* サイト全体のフォント指定 */
@media screen and (max-width: 700px) {
  .main-box {
    max-width: 100%;
  }
}
#newyear2026 {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#newyear2026 .info {
  width: 100%;
  text-align: center;
  margin-top: 5em;
  margin-bottom: 3em;
}
#newyear2026 hr {
  height: 1px;
  background-color: rgb(209, 209, 209);
}
@media screen and (max-width: 700px) {
  #newyear2026 .col-rev {
    flex-direction: column-reverse;
  }
}
#newyear2026 .mainimage {
  width: 100%;
  border-width: 0.8em;
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  margin-top: 3em;
  position: relative;
}
@media screen and (max-width: 700px) {
  #newyear2026 .mainimage {
    width: 100%;
    text-align: center;
    display: block;
  }
}
#newyear2026 .mainimage .imagebox1 {
  width: 60%;
}
#newyear2026 .mainimage .imagebox1 img {
  width: 100%;
}
@media screen and (max-width: 700px) {
  #newyear2026 .mainimage .imagebox1 {
    width: 100%;
    text-align: center;
  }
}
#newyear2026 .mainimage .textbox1 {
  width: 40%;
  text-align: center;
  position: absolute;
  margin-left: 450px;
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.85);
}
@media screen and (max-width: 700px) {
  #newyear2026 .mainimage .textbox1 {
    width: 90%;
    margin-top: 0vw;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }
}
#newyear2026 .mainimage .textbox1 h5 {
  font-size: 23px;
  margin-bottom: 1em;
}
#newyear2026 .mainimage .textbox1 .text01 {
  font-size: 17px;
  margin: auto;
  padding: 2em;
  text-align: left;
}
#newyear2026 .mainimage .textbox1 img {
  width: 90%;
  margin-top: 6em;
}
@media screen and (max-width: 700px) {
  #newyear2026 .mainimage .textbox1 img {
    width: 90%;
    margin-top: 3vw;
  }
}
#newyear2026 .heading04 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  #newyear2026 .heading04 {
    font-size: 17px;
  }
}
#newyear2026 .heading04::before,
#newyear2026 .heading04::after {
  content: "";
  width: 2px;
  height: 30px;
  background-color: #ad9341;
}
#newyear2026 .heading04::before {
  margin-right: 30px;
  transform: rotate(-35deg);
}
#newyear2026 .heading04::after {
  margin-left: 30px;
  transform: rotate(35deg);
}
#newyear2026 .itemwrap {
  box-sizing: border-box;
  padding-top: 2em;
  margin-bottom: 3em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 700px) {
  #newyear2026 .itemwrap {
    flex-wrap: wrap;
    padding-top: 0.2em;
  }
}
#newyear2026 .itemwrap .itembox {
  width: 32%;
}
@media screen and (max-width: 700px) {
  #newyear2026 .itemwrap .itembox {
    width: 80%;
    margin: 1em auto;
  }
}
#newyear2026 .itemwrap .itembox h4 {
  margin-bottom: 0;
  margin-top: 0.5em;
  font-size: 18px;
}
@media screen and (max-width: 700px) {
  #newyear2026 .itemwrap .itembox h4 {
    font-size: 4vw;
  }
}
#newyear2026 .itemwrap .itembox h4 span {
  font-size: 11px;
}
#newyear2026 .itemwrap .itembox img {
  width: 100%;
  height: auto;
}
#newyear2026 .itemwrap .itembox .textbox {
  width: 95%;
  text-align: center;
  margin-top: 1.5em;
}
@media screen and (max-width: 700px) {
  #newyear2026 .itemwrap .itembox .textbox {
    width: 100%;
  }
}
#newyear2026 .itemwrap .itembox .textbox .color {
  background-color: #c11a1a;
  padding: 0.2em;
  font-size: 13px;
  margin-bottom: 3em;
  color: #ffffff;
}
#newyear2026 .itemwrap .itembox .textbox .price {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  font-weight: bolder;
}
@media screen and (max-width: 700px) {
  #newyear2026 .itemwrap .itembox .textbox .price {
    text-align: center;
    font-weight: normal;
    font-size: 3vw;
  }
}
#newyear2026 .itemwrap .itembox .cartarea {
  width: 80%;
  text-align: center;
  margin: auto;
  background: #ffffff;
  border: solid 1.7px #806442;
  /*線*/
  border-radius: 30px;
  /*角の丸み*/
  margin-top: 0.7em;
}
#newyear2026 .itemwrap .itembox .cartarea a {
  color: #806442;
  font-size: 14px;
  text-decoration: none;
  display: block;
  width: 100%;
  line-height: 3em;
  transition: 0.3s;
  border-radius: 30px;
}
#newyear2026 .itemwrap .itembox .cartarea a:hover {
  color: #ffffff;
  background: #ad9341;
  opacity: 0.7;
  transition: 0.5s;
  border-radius: 30px;
}/*# sourceMappingURL=newyear2026.css.map */