body {
  color: #333;
  font-size: 15px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
body a {
  transition: opacity ease .3s;
}
body a:hover {
  opacity: 0.6;
}
body img {
  width: 100%;
  height: auto;
}

#header {
  width: 100%;
  padding: 4em 5%;
  background: url(../../img/autumn2025/bg01.jpg) center / cover no-repeat;
}
#header .inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  gap: 0 4em;
  justify-content: center;
  position: relative;
}
#header .inner .text {
  display: grid;
  gap: 1em;
  writing-mode: vertical-rl;
}
#header .inner .text h2 {
  color: #231815;
  margin-bottom: 0.3em;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-shadow:
    0 0 10px rgba(255 255 255 / 100%),
    0 0 10px rgba(255 255 255 / 100%),
    0 0 10px rgba(255 255 255 / 100%),
    0 0 10px rgba(255 255 255 / 100%),
    0 0 10px rgba(255 255 255 / 100%),
    0 0 10px rgba(255 255 255 / 100%),
    0 0 10px rgba(255 255 255 / 100%),
    0 0 10px rgba(255 255 255 / 100%),
    0 0 20px rgba(255 255 255 / 100%),
    0 0 20px rgba(255 255 255 / 100%),
    0 0 20px rgba(255 255 255 / 100%),
    0 0 20px rgba(255 255 255 / 100%),
    0 0 20px rgba(255 255 255 / 100%),
    0 0 20px rgba(255 255 255 / 100%),
    0 0 20px rgba(255 255 255 / 100%),
    0 0 20px rgba(255 255 255 / 100%);
}
#header .inner .text p {
  color: #231815;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: .1em;
  text-shadow:
    0 0 5px rgba(255 255 255 / 100%),
    0 0 5px rgba(255 255 255 / 100%),
    0 0 5px rgba(255 255 255 / 100%),
    0 0 10px rgba(255 255 255 / 100%),
    0 0 10px rgba(255 255 255 / 100%),
    0 0 10px rgba(255 255 255 / 100%),
    0 0 10px rgba(255 255 255 / 100%),
    0 0 10px rgba(255 255 255 / 100%),
    0 0 10px rgba(255 255 255 / 100%),
    0 0 10px rgba(255 255 255 / 100%),
    0 0 10px rgba(255 255 255 / 100%),
    0 0 15px rgba(255 255 255 / 100%),
    0 0 15px rgba(255 255 255 / 100%),
    0 0 15px rgba(255 255 255 / 100%),
    0 0 15px rgba(255 255 255 / 100%),
    0 0 15px rgba(255 255 255 / 100%),
    0 0 15px rgba(255 255 255 / 100%);
}
#header .inner figure.pop01 {
  width: 20%;
  max-width: 220px;
  position: absolute;
  left: 20%;
  bottom: 5em;
  z-index: 5;
}
#header .inner figure.bnr01 {
  width: 35%;
  position: absolute;
  top: 90%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#main .sec01 {
  padding: 4em 0;
  color: #231815;
  background:
    url(../../img/autumn2025/back02-02.svg) top right 10% / auto 100% no-repeat,
    url(../../img/autumn2025/back02-02.svg) top right 10% / auto 100% no-repeat,
    #faf5d8 url(../../img/autumn2025/back02-01.svg) center / 70%;
}
#main .sec01 .inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
}
#main .sec01 .inner p {
  font-size: min(20px, 3vw);
  font-weight: bold;
  line-height: 2;
  letter-spacing: .1em;
  writing-mode: vertical-rl;
  margin: 0 -5em 0 0;
}
#main .sec01 .inner .img01 {
  max-width: 500px;
  padding: 4em 0 0;
}

#main .sec02 {
  width: 100%;
  background: url(../../img/autumn2025/back02-01.png) top center / 100%
    no-repeat;
  overflow: hidden;
  position: relative;
}
#main .sec02::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../../img/autumn2025/back02-01.png) top center / 100%
    no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  scale: -1 -1;
  mix-blend-mode: multiply;
  opacity: 0.5;
  z-index: 0;
}
#main .sec02 .inner {
  width: 95%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 5em 0;
  position: relative;
  z-index: 2;
}
#main .sec02 .inner h3 {
  color: #93442a;
  margin-bottom: 0.5em;
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
#main .sec02 .inner h3 span {
  font-size: 1.2em;
}
#main .sec02 .inner h3 + p {
  margin-bottom: 3em;
  font-size: 20px;
  text-align: center;
  position: relative;
  z-index: 3;
  color: #93442a;
  font-weight: bold;
  letter-spacing: .15em;
}
#main .sec02 .inner ul {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto 3em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}
#main .sec02 .inner ul li {
  width: 25%;
  text-align: center;
}
#main .sec02 .inner .box02 ul li,
#main .sec02 .inner .box03 ul li,
#main .sec02 .inner .box04 ul li {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
#main .sec02 .inner .box01 ul li figure {
  padding: 0 2em;
}
#main .sec02 .inner ul li figure {
  margin-bottom: 1em;
}
#main .sec02 .inner ul li dl {
  padding: 0 5%;
  font-weight: bold;
}
#main .sec02 .inner ul li dl dt {
  margin-bottom: 0.3em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #333;
}
#main .sec02 .inner ul li dl dt .label {
  color: #fff;
  background: #eb613b;
  padding: 0.1em 0.3em;
  margin-right: 0.5em;
}
#main .sec02 .inner ul li dl dd .number {
  margin-right: 1em;
}
#main .sec02 .inner ul li dl dd .price {
  font-size: 18px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
#main .sec02 .inner ul li dl dd .price span {
  font-size: 12px;
}
#main .sec02 .inner ul li dl dd .label {
  color: #fff;
  background: #eb613b;
  margin-right: 0.5em;
  padding: 0.2em 0.5em;
}

#main .sec02 .inner .box01 ul li.new .circle {
  width: 10%;
  background: #eb613b;
  margin: 0 auto 0.5em;
  padding: 25%;
  border: 5px solid #fff;
  border-radius: 100%;
  font-size: 24px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  position: relative;
}
#main .sec02 .inner .box01 ul li.new .circle::before {
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7em;
  height: 1em;
  margin-top: -.5em;
  margin-left: -3.5em;
  content: "NEW";
  color: #fff;
}
#main .sec02 .inner .box01 ul li.new .circle::after {
  content: "";
  width: 95%;
  height: 95%;
  border: 5px solid #ffffff;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#main .sec02 .inner .box01 ul li.new h4 {
  color: #eb613b;
  font-size: 20px;
  font-weight: bold;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  letter-spacing: 0.1em;
}
#main .sec02 .inner .box01 ul li.new h4 span {
  display: block;
  font-size: 14px;
  margin: 0.3em 0 1em;
}
#main .sec02 .inner .box01 ul li.new p {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
}

#main .sec02 .inner .box04 ul {
  margin: 6em 0 0;
}
@media (min-width: 641px) {
  #main .sec02 .inner .box04 ul {
    gap: 2em;
    justify-content: center;
  }
}
#main .sec02 .inner .box04 ul li {
  position: relative;
}
#main .sec02 .inner .box04 ul li .limited {
  color: #93442a;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: absolute;
  font-size: 18px;
  width: 100%;
  bottom: calc(100% + .5em);
  left: 0;
}
#main .sec02 .inner .box04 ul li .title {
  color: #93442a;
  background: #fff;
  border: 4px double;
  font-weight: bold;
  font-size: 20px;
  padding: .5em;
  margin: 0 0 1em;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#main .sec02 .inner .box04 ul li dl {
  line-height: 1.3;
  padding: 0;
}
#main .sec02 .inner .box04 ul li .text {
  margin: 1em 0 0;
  text-align: left;
  line-height: 1.6;
  font-weight: 500;
}

#main .sec03 {
  width: 100%;
  padding: 5em 0;
  /*background: url(../../img/autumn2025/bg04.jpg) center / cover no-repeat;*/
  background: url(../../img/autumn2025/bg01.jpg) center bottom / cover no-repeat;
  overflow: hidden;
}
#main .sec03 .inner {
  width: 95%;
  max-width: 1080px;
  margin: 0 auto;
  background: #fff;
  padding: 3em;
  font-weight: bold;
  position: relative;
  border: 15px double #93442a;
  text-align: center;
}
#main .sec03 .inner .ribbon {
  width: 200px;
  margin: 0 auto 1em;
}
#main .sec03 .inner .momiji {
  width: 160px;
  position: absolute;
  top: 15%;
}
#main .sec03 .inner .momiji.momiji01 {
  right: 75%;
}
#main .sec03 .inner .momiji.momiji02 {
  left: 75%;
}
#main .sec03 .inner .img01 {
  position: absolute;
  z-index: 0;
  width: 60%;
  top: 0;
  right: 0;
  mix-blend-mode: multiply;
  opacity: 0.8;
}
#main .sec03 .inner h3 {
  color: #93442a;
  margin-bottom: 0.4em;
  font-size: 58px;
  letter-spacing: 0.05em;
  text-shadow: 3px 3px 5px #fff;
}
#main .sec03 .inner h3 span {
  font-size: 1.2em;
}
#main .sec03 .inner dl {
  margin: 0 0 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main .sec03 .inner dl dt {
  color: #fff;
  background: #e29c31;
  margin: 0 0.5em 0.1em 0;
  padding: 0.2em 0.3em;
  font-size: 24px;
  text-indent: .2em;
  letter-spacing: .2em;
  display: block;
}
#main .sec03 .inner dl dd {
  color: #93442a;
  font-size: 34px;
  font-weight: bold;
}
#main .sec03 .inner dl dd span {
  margin: 0 .1em;
  font-size: 1.4em;
  letter-spacing: .1em;
}
#main .sec03 .inner p {
  margin-bottom: 2em;
  line-height: 1.6;
  font-size: 20px;
}
#main .sec03 .inner p span {
  color: #d0121b;
  background: linear-gradient(transparent 60%, #f3f9b9 60%);
}
#main .sec03 .inner a {
  max-width: 300px;
  background: #e29c31;
  color: #fff;
  border-radius: .5em;
  margin: 0 auto 2em;
  padding: 0.8em 0;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 5;
  font-size: 22px;
}
#main .sec03 .inner a span {
  font-weight: normal;
  letter-spacing: 0.1em;
}
#main .sec03 .inner p.ind1em {
  margin-bottom: 0;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 16px;
  font-weight: 500;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
/*#main .sec03 .inner div {
    background: #fff;
    max-width: 700px;
    margin: 1.5em auto 0;
    padding: 1em;
}*/
#main .sec03 .inner div p {
  margin: 0;
  color: #6a1014;
}

#footer {
  width: 100%;
  color: #fff;
  background: #93442a;
}
#footer .inner {
  width: 95%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 2em 0 1em;
  text-align: center;
}
#footer .inner .logo {
  width: 230px;
  margin: 0 auto 2em;
  filter: invert(1);
}
#footer .inner .address {
  margin-bottom: 1em;
  line-height: 1.6;
}

@media (min-width: 641px) {
  .desk-hidden {
    display: none;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 14px;
  }
  .mobile-hidden {
    display: none;
  }
  #header .inner {
    flex-direction: column;
  }
  #header .inner .text {
    gap: 2em;
    align-content: center;
  }
  #header .inner .text h2 {
    font-size: 34px;
  }
  #header .inner .text p {
    font-size: 16px;
  }
  #header .inner figure.pop01 {
    width: 40%;
    left: auto;
    bottom: -5em;
    right: 0;
  }
  #header .inner figure.bnr01 {
    width: 95%;
    top: calc(100% + 3em);
    left: 50%;
    transform: translateX(-50%);
  }
  #header .inner figure.img01 {
    max-width: 290px;
    margin: -3em auto 0;
    position: relative;
    z-index: 10;
  }
  #main .sec01 {
    padding: 4em 0 8em;
    background:
      url(../../img/autumn2025/back02-02.svg) top right 10% / auto 100% no-repeat,
      url(../../img/autumn2025/back02-02.svg) top right 10% / auto 100% no-repeat,
      #faf5d8 url(../../img/autumn2025/back02-01.svg) center / cover;
  }
  #main .sec01 .inner {
    align-items: flex-end;
  }
  #main .sec01 .inner p {
    font-size: 14px;
    margin: 0 auto 0 0;
  }
  #main .sec01 .inner .img01 {
    max-width: 70%;
    padding: 4em 0 0;
    margin: 0 0 0 auto;
    position: absolute;
    right: 0;
    bottom: -6em;
  }
  #main .sec02 .img01 {
    width: 70%;
  }
  #main .sec02 .img02 {
    width: 85%;
  }
  #main .sec02 .inner h3 {
    font-size: 24px;
    line-height: 1.3;
  }
  #main .sec02 .inner h3 + p {
    margin-bottom: 2em;
    font-size: 16px;
    line-height: 1.6;
  }
  #main .sec02 .inner ul li {
    width: 50%;
  }
  #main .sec02 .inner ul li.new {
    width: 100%;
    margin-bottom: 2em;
  }
  #main .sec02 .inner ul li dl dd .price span {
    font-size: 10px;
  }
  #main .sec02 .inner .box01 ul li.new .circle {
    padding: 15%;
  }
  #main .sec02 .inner .box02 ul li,
  #main .sec02 .inner .box03 ul li {
    width: 48%;
    margin-bottom: 1em;
  }

  #main .sec02 .inner .box04 ul {
    width: 90%;
    margin: 0 auto;
    gap: 2em;
  }
  #main .sec02 .inner .box04 ul li {
    width: 100%;
  }
  #main .sec02 .inner .box04 ul li:has(.limited) {
    margin-top: 2em;
  }
  #main .sec02 .inner .box04 ul li .title {
    font-size: 16px;
    letter-spacing: 0;
    padding: .5em 0;
  }
  #main .sec02 .inner .box04 ul li .limited {
    font-size: 14px;
  }

  #main .sec03 {
    padding: 2em 0;
  }
  #main .sec03 .inner {
    max-width: 90%;
    padding: 2em;
    border: 10px double #93442a;
  }
  #main .sec03 .inner::before {
    height: 98%;
    width: 97%;
  }
  #main .sec03 .inner .ribbon {
    width: 130px;
  }
  #main .sec03 .inner .momiji {
    width: 80px;
  }
  #main .sec03 .inner .momiji.momiji01 {
    top: -5%;
  }
  #main .sec03 .inner .momiji.momiji02 {
    left: 80%;
    top: 0;
  }
  #main .sec03 .inner .leaf {
    width: 60%;
    max-width: 200px;
    margin: 0 0 1em auto;
    position: static;
  }
  #main .sec03 .inner h3 {
    font-size: 28px;
    text-align: center;
  }
  #main .sec03 .inner dl {
    font-size: 20px;
    justify-content: center;
  }
  #main .sec03 .inner dl dt {
    font-size: 14px;
  }
  #main .sec03 .inner dl dd {
    font-size: 16px;
  }
  #main .sec03 .inner dl dd span {
    letter-spacing: 0;
  }
  #main .sec03 .inner p {
    margin-bottom: 1em;
    text-align: left;
    font-size: 14px;
  }
  #main .sec03 .inner a {
    margin: 0 auto 1em;
    font-size: 18px;
  }
  #main .sec03 .inner p.ind1em {
    font-size: 14px;
  }
}
