@charset "UTF-8";
/* ***************************************************
 PC / SP共通
*************************************************** */
/* ////////////////// タグ初期値 ////////////////// */
html,
body {
  height: 100%;
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "TazuganeGothicStdN-Regular", "HelveticaNowText-Regular", sans-serif;
}
html.scroll-prevent {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

*, *::after, *::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  color: #885a49;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
picture {
  display: block;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  line-height: 1.25em;
}

a {
  text-decoration: none;
  color: #000000;
}

p {
  margin-top: 0;
  margin-bottom: 1.5em;
}

ul,
ol,
dl {
  margin: 0;
  padding: 0;
}

li, dt, dd {
  margin: 0px;
  padding: 0px;
}

table,
th,
td {
  border-collapse: collapse;
  border: 1px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -moz-box-sizing: content-box;
  height: 0;
}

/* テーブル */
table {
  width: 100%;
  margin: 0 auto 1.5em;
  min-height: 0.1%;
  overflow: auto;
}

td,
th {
  padding: 0.5em;
  border: 1px solid #DDDDDD;
}

th {
  white-space: nowrap;
  background-color: #FAFAFA;
  font-weight: normal;
}

/* 色 */
.green {
  color: #6c9a34;
}

.red {
  color: #d25050;
}

.purple {
  color: #6a4f7c;
}

.orange {
  color: #c27328;
}

.brown {
  color: #885a49;
}

.lightbrown {
  color: #ffeccb;
}

.yellow {
  color: #ffb601;
}

/* ***************************************************
 SP
*************************************************** */
@media screen and (max-width:959px) {
  .pc {
    display: none !important;
  }
  body {
    font-family: "Murecho", sans-serif;
    font-weight: 500;
  }
  p {
    font-size: clamp(17px, 4.5333333333vw, 34px);
  }
  .autumn-header picture img {
    width: 100%;
  }
  .autumn-intro {
    margin: 30px auto 0;
    text-align: center;
  }
  .autumn-intro .inner {
    position: relative;
    z-index: 1;
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
  }
  .autumn-intro .inner::before, .autumn-intro .inner::after {
    content: "";
    position: relative;
    z-index: -1;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .autumn-intro .inner::before {
    left: -10vw;
    width: clamp(322px, 85.8666666667vw, 644px);
    aspect-ratio: 16/11;
    background-image: url(../images/intro-left_sp.png);
  }
  .autumn-intro .inner::after {
    right: -5vw;
    margin: 0 0 0 auto;
    width: clamp(310px, 82.4vw, 618px);
    aspect-ratio: 62/43;
    background-image: url(../images/intro-right_sp.png);
  }
  .autumn-intro picture {
    display: inline-block;
    margin-bottom: 40px;
  }
  .autumn-intro picture img {
    width: clamp(255px, 68vw, 510px);
  }
  .autumn-intro p {
    font-size: clamp(14px, 3.7333333333vw, 28px);
  }
  .autumn-intro .autumn-title {
    font-size: clamp(17px, 4.5333333333vw, 34px);
    color: #d25050;
  }
  .autumn-intro .autumn-title p {
    font-size: clamp(14px, 3.7333333333vw, 28px);
  }
  .autumn-intro .autumn-title span {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 0 5px;
    font-size: clamp(17px, 4.5333333333vw, 34px);
    line-height: 2.25em;
    background-image: url(../images/border-dot_sp.png);
    background-repeat: no-repeat;
    background-size: auto 4px;
    background-position: bottom;
  }
  @-webkit-keyframes show {
    from {
      bottom: -150px;
    }
    to {
      bottom: 0;
    }
  }
  @keyframes show {
    from {
      bottom: -150px;
    }
    to {
      bottom: 0;
    }
  }
  .autumn-nav-wrapper {
    position: relative;
    height: 350px;
    margin-top: 70px;
  }
  #autumnNav {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 100;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 101vw;
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
  }
  #autumnNav.float {
    -webkit-animation: show 0.5s ease 0s;
            animation: show 0.5s ease 0s;
    position: fixed;
    top: unset;
    bottom: 0;
    padding: 10px 2vw;
  }
  #autumnNav.float ul {
    width: 800px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(calc(33% - 40px), 1fr));
    gap: 3px;
    padding: 0;
  }
  #autumnNav.float ul li:not(:last-child) {
    margin-bottom: 0;
  }
  #autumnNav ul {
    list-style: none;
    width: 330px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5vw;
  }
  #autumnNav ul li:not(:last-child) {
    margin-bottom: 24px;
  }
  #autumnGourmet,
  #autumnExp,
  #autumnScene {
    position: relative;
    z-index: 1;
    margin: 100px auto;
    padding: 0;
  }
  #autumnGourmet .before,
  #autumnGourmet .after,
  #autumnExp .before,
  #autumnExp .after,
  #autumnScene .before,
  #autumnScene .after {
    position: absolute;
    z-index: -1;
  }
  #autumnGourmet .inner,
  #autumnExp .inner,
  #autumnScene .inner {
    position: relative;
    z-index: 3;
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #autumnGourmet .inner h2,
  #autumnExp .inner h2,
  #autumnScene .inner h2 {
    position: relative;
    margin: 0 auto 60px;
  }
  #autumnGourmet .inner p,
  #autumnExp .inner p,
  #autumnScene .inner p {
    margin-bottom: 1em;
    font-size: clamp(14px, 3.7333333333vw, 28px);
    font-weight: 500;
  }
  #autumnGourmet .inner p:last-child,
  #autumnExp .inner p:last-child,
  #autumnScene .inner p:last-child {
    margin-bottom: 0;
  }
  #autumnGourmet .inner p.subtitle,
  #autumnExp .inner p.subtitle,
  #autumnScene .inner p.subtitle {
    margin-bottom: 1.5em;
    font-size: clamp(17px, 4.5333333333vw, 34px);
    font-weight: 700;
    line-height: 2.25em;
  }
  #autumnGourmet .inner p.subtitle span,
  #autumnExp .inner p.subtitle span,
  #autumnScene .inner p.subtitle span {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    background-image: url(../images/border-dot_sp.png);
    background-repeat: no-repeat;
    background-size: auto 4px;
    background-position: bottom;
  }
  #autumnGourmet .before {
    top: -30px;
    left: -25vw;
    width: clamp(160px, 44.4vw, 333px);
  }
  #autumnGourmet .after {
    top: -10px;
    right: -25vw;
    width: clamp(155px, 42vw, 315px);
  }
  #autumnGourmet .inner h2 {
    left: 0;
    width: clamp(360px, 96vw, 720px);
  }
  #autumnGourmet .inner .subtitle {
    color: #d25050;
  }
  #autumnGourmet .autumn-archive::before, #autumnGourmet .autumn-archive::after {
    content: "";
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #autumnGourmet .autumn-archive::before {
    top: calc(clamp(110px, 29.3333333333vw, 220px) * -1);
    left: 0;
    width: clamp(50px, 13.3333333333vw, 100px);
    aspect-ratio: 5/8;
    background-image: url(../images/gourmet-left.png);
  }
  #autumnGourmet .autumn-archive::after {
    top: calc(clamp(100px, 26.6666666667vw, 200px) * -1);
    right: -4.5vw;
    width: clamp(70px, 18.6666666667vw, 140px);
    aspect-ratio: 37/46;
    background-image: url(../images/gourmet-right.png);
  }
  #autumnGourmet .autumn-archive .text h3 {
    background-color: #d25050;
  }
  #autumnExp .before {
    top: 80px;
    left: -28vw;
    width: clamp(175px, 47.7333333333vw, 358px);
  }
  #autumnExp .after {
    top: -10px;
    right: -34vw;
    width: clamp(180px, 48.2666666667vw, 362px);
  }
  #autumnExp .inner h2 {
    left: -19vw;
    width: clamp(448px, 120vw, 897px);
  }
  #autumnExp .inner .subtitle {
    color: #6c9a34;
  }
  #autumnExp .autumn-archive::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: calc(clamp(170px, 45.3333333333vw, 340px) * -1);
    right: 1vw;
    width: clamp(70px, 18.6666666667vw, 140px);
    aspect-ratio: 1/1;
    background-image: url(../images/exp-right.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  #autumnExp .autumn-archive .text h3 {
    background-color: #6c9a34;
  }
  #autumnScene {
    margin-bottom: 0;
  }
  #autumnScene .before {
    top: 30px;
    left: -22vw;
    width: clamp(160px, 44.4vw, 333px);
  }
  #autumnScene .after {
    top: 30px;
    right: -25vw;
    width: clamp(155px, 42vw, 315px);
  }
  #autumnScene .inner h2 {
    left: -1vw;
    width: clamp(372px, 99vw, 745px);
  }
  #autumnScene .inner .subtitle {
    color: #6a4f7c;
  }
  #autumnScene .autumn-archive::before, #autumnScene .autumn-archive::after {
    content: "";
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #autumnScene .autumn-archive::before {
    top: calc(clamp(290px, 77.3333333333vw, 580px) * -1);
    left: 4vw;
    width: clamp(64px, 17.3333333333vw, 130px);
    aspect-ratio: 5/4;
    background-image: url(../images/scene-left.png);
  }
  #autumnScene .autumn-archive::after {
    top: calc(clamp(330px, 77.3333333333vw, 580px) * -1);
    right: 1vw;
    width: clamp(60px, 16vw, 120px);
    aspect-ratio: 25/88;
    background-image: url(../images/scene-right_sp.png);
  }
  #autumnScene .autumn-archive .text h3 {
    background-color: #6a4f7c;
  }
  .autumn-archive {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - clamp(20px, 2.6vw, 40px)), 1fr));
    gap: clamp(20px, 2.6vw, 40px);
    width: 1280px;
    max-width: 100%;
    overflow: hidden;
    margin: clamp(80px, 22vw, 165px) auto 60px;
    padding: 0 5vw;
  }
  .autumn-archive .item a {
    display: block;
    height: 100%;
    background-color: #ffeccb;
    border-radius: 20px;
  }
  .autumn-archive .img img {
    width: 100%;
    aspect-ratio: 63/50;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px 20px 0 0;
  }
  .autumn-archive .text {
    color: #885a49;
    border-radius: 0 0 20px 20px;
  }
  .autumn-archive .text h3 {
    padding: 10px clamp(8px, 2.6666666667vw, 16px);
    font-size: clamp(13px, 3.4666666667vw, 26px);
    line-height: 1.5em;
    color: #FFFFFF;
  }
  .autumn-archive .text p {
    margin: 0;
    padding: 10px clamp(8px, 2.6666666667vw, 16px) 15px;
    font-size: clamp(12.5px, 3.3333333333vw, 25px);
  }
  .autumn-more {
    position: relative;
    width: clamp(250px, 66.5vw, 500px);
    margin: 0 auto 60px;
    padding: 1em;
    border-radius: 20px;
    font-size: clamp(18px, 4.8vw, 36px);
    text-align: center;
  }
  .autumn-more::before, .autumn-more::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5vw;
    width: clamp(17px, 4.6vw, 35px);
    height: 3px;
  }
  .autumn-more::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .autumn-more.red {
    border: 3px solid #d25050;
  }
  .autumn-more.red::before, .autumn-more.red::after {
    background-color: #d25050;
  }
  .autumn-more.green {
    border: 3px solid #6c9a34;
  }
  .autumn-more.green::before, .autumn-more.green::after {
    background-color: #6c9a34;
  }
  .autumn-more.purple {
    border: 3px solid #6a4f7c;
  }
  .autumn-more.purple::before, .autumn-more.purple::after {
    background-color: #6a4f7c;
  }
  .autumn-footer {
    width: 100%;
    margin: 0 auto;
  }
  .autumn-footer img {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 150vw;
    max-width: 1120px;
  }
}
/* ***************************************************
 PC
*************************************************** */
@media all and (min-width:960px) {
  .sp {
    display: none !important;
  }
  body {
    font-family: "Murecho", sans-serif;
    font-weight: 500;
  }
  p {
    font-size: clamp(24px, 1.75vw, 28px);
  }
  .autumn-header picture img {
    width: 100%;
  }
  .autumn-intro {
    margin: 180px auto 0;
    text-align: center;
  }
  .autumn-intro .inner {
    position: relative;
    z-index: 1;
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
  }
  .autumn-intro .inner::before, .autumn-intro .inner::after {
    content: "";
    position: absolute;
    z-index: -1;
  }
  .autumn-intro .inner::before {
    content: url(../images/intro-left.png);
    top: -175px;
    right: calc(100% - 90px);
  }
  .autumn-intro .inner::after {
    content: url(../images/intro-right.png);
    top: -95px;
    left: calc(100% - 40px);
  }
  .autumn-intro picture {
    display: inline-block;
    margin-bottom: 90px;
  }
  .autumn-intro picture img {
    width: 620px;
  }
  .autumn-intro p {
    font-size: clamp(20px, 1.5vw, 22px);
  }
  .autumn-intro .autumn-title {
    font-size: clamp(24px, 1.75vw, 28px);
    color: #d25050;
  }
  .autumn-intro .autumn-title p {
    font-size: clamp(20px, 1.5vw, 24px);
    line-height: 1.75em;
  }
  .autumn-intro .autumn-title span {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 0 10px;
    font-size: clamp(24px, 1.75vw, 28px);
    line-height: 2.25em;
    background-image: url(../images/border-dot.png);
    background-repeat: no-repeat;
    background-position: bottom;
  }
  @-webkit-keyframes show {
    from {
      opacity: 0;
      bottom: -150px;
    }
    to {
      opacity: 1;
      bottom: 0;
    }
  }
  @keyframes show {
    from {
      opacity: 0;
      bottom: -150px;
    }
    to {
      opacity: 1;
      bottom: 0;
    }
  }
  .autumn-nav-wrapper {
    position: relative;
    height: 190px;
    margin-top: 130px;
  }
  #autumnNav {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 100;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
  }
  #autumnNav.float {
    -webkit-animation: show 0.5s ease 0s;
            animation: show 0.5s ease 0s;
    position: fixed;
    top: unset;
    bottom: 0;
    padding: 20px;
  }
  #autumnNav.float ul {
    width: 800px;
    gap: 15px;
  }
  #autumnNav ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(calc(33% - 40px), 1fr));
    gap: clamp(20px, 3.15vw, 40px);
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 clamp(50px, 6vw, 100px);
    background-image: url(../images/nav-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
  }
  #autumnGourmet,
  #autumnExp,
  #autumnScene {
    position: relative;
    z-index: 1;
    margin: 130px auto 240px;
    padding: 0 clamp(50px, 6vw, 100px);
  }
  #autumnGourmet .before,
  #autumnGourmet .after,
  #autumnExp .before,
  #autumnExp .after,
  #autumnScene .before,
  #autumnScene .after {
    position: absolute;
    z-index: -1;
  }
  #autumnGourmet .before,
  #autumnExp .before,
  #autumnScene .before {
    left: 0;
  }
  #autumnGourmet .after,
  #autumnExp .after,
  #autumnScene .after {
    right: 0;
  }
  #autumnGourmet .inner,
  #autumnExp .inner,
  #autumnScene .inner {
    position: relative;
    z-index: 3;
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #autumnGourmet .inner h2,
  #autumnExp .inner h2,
  #autumnScene .inner h2 {
    position: relative;
    margin-bottom: 80px;
  }
  #autumnGourmet .inner p,
  #autumnExp .inner p,
  #autumnScene .inner p {
    margin-bottom: 1em;
    font-size: clamp(24px, 1.75vw, 28px);
    font-weight: 500;
  }
  #autumnGourmet .inner p:last-child,
  #autumnExp .inner p:last-child,
  #autumnScene .inner p:last-child {
    margin-bottom: 0;
  }
  #autumnGourmet .inner p.subtitle,
  #autumnExp .inner p.subtitle,
  #autumnScene .inner p.subtitle {
    margin-bottom: 1.5em;
    font-size: clamp(26px, 2vw, 32px);
    font-weight: 700;
    line-height: 2.25em;
  }
  #autumnGourmet .inner p.subtitle span,
  #autumnExp .inner p.subtitle span,
  #autumnScene .inner p.subtitle span {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 0 10px;
    background-image: url(../images/border-dot.png);
    background-repeat: no-repeat;
    background-position: bottom;
  }
  #autumnGourmet .before {
    top: -65px;
    width: clamp(200px, 25vw, 475px);
  }
  #autumnGourmet .after {
    top: 10px;
    width: clamp(300px, 30vw, 588px);
  }
  #autumnGourmet .inner h2 {
    left: -30px;
  }
  #autumnGourmet .inner .subtitle {
    color: #d25050;
  }
  #autumnGourmet .autumn-archive::before, #autumnGourmet .autumn-archive::after {
    content: "";
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #autumnGourmet .autumn-archive::before {
    top: 0;
    left: -140px;
    width: 125px;
    height: 200px;
    background-image: url(../images/gourmet-left.png);
  }
  #autumnGourmet .autumn-archive::after {
    top: -105px;
    right: -180px;
    width: 185px;
    height: 230px;
    background-image: url(../images/gourmet-right.png);
  }
  #autumnGourmet .autumn-archive .text h3 {
    background-color: #d25050;
  }
  #autumnExp .before {
    top: -65px;
    width: clamp(200px, 26vw, 512px);
  }
  #autumnExp .after {
    top: 10px;
    width: clamp(200px, 27vw, 517px);
  }
  #autumnExp .inner h2 {
    left: -60px;
  }
  #autumnExp .inner .subtitle {
    color: #6c9a34;
  }
  #autumnExp .autumn-archive::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -160px;
    right: -140px;
    width: 190px;
    height: 195px;
    background-image: url(../images/exp-right.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  #autumnExp .autumn-archive .text h3 {
    background-color: #6c9a34;
  }
  #autumnScene {
    margin-bottom: 0;
  }
  #autumnScene .before {
    top: -65px;
    width: clamp(180px, 24.5vw, 470px);
  }
  #autumnScene .after {
    top: 10px;
    width: clamp(200px, 29.5vw, 565px);
  }
  #autumnScene .inner h2 {
    left: -60px;
  }
  #autumnScene .inner .subtitle {
    color: #6a4f7c;
  }
  #autumnScene .autumn-archive::before, #autumnScene .autumn-archive::after {
    content: "";
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #autumnScene .autumn-archive::before {
    top: -195px;
    left: -70px;
    width: 255px;
    height: 200px;
    background-image: url(../images/scene-left.png);
  }
  #autumnScene .autumn-archive::after {
    top: -100px;
    right: -160px;
    width: 300px;
    height: 360px;
    background-image: url(../images/scene-right.png);
  }
  #autumnScene .autumn-archive .text h3 {
    background-color: #6a4f7c;
  }
  .autumn-archive {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(calc(25% - clamp(20px, 2vw, 40px)), 290px));
    gap: 50px clamp(20px, 2vw, 40px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1280px;
    max-width: 100%;
    margin: 90px auto 60px;
  }
  .autumn-archive .item a {
    display: block;
    height: 100%;
    background-color: #ffeccb;
    border-radius: 20px;
  }
  .autumn-archive .img img {
    width: 100%;
    aspect-ratio: 29/25;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px 20px 0 0;
  }
  .autumn-archive .text {
    background-color: #ffeccb;
    color: #885a49;
    border-radius: 0 0 20px 20px;
  }
  .autumn-archive .text h3 {
    padding: 10px 14px;
    font-size: clamp(16px, 1.25vw, 20px);
    line-height: 1.5em;
    color: #FFFFFF;
  }
  .autumn-archive .text p {
    margin: 0;
    padding: 20px;
    font-size: clamp(14px, 1.125vw, 18px);
  }
  .autumn-footer {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}