@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Decol:wght@400;700&family=Kaisei+Opti:wght@400;500&family=Zen+Old+Mincho:wght@400;600;700;900&display=swap");
:root {
  --font-family-base: "Noto Sans JP", sans-serif;
}

html {
  font-size: 62.5%;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  html {
    font-size: 0.7692307692vw;
  }
}

body {
  margin: 0;
  background-color: #fff;
  color: #202020;
  font-family: 游ゴシック, yu gothic, yugothic, ヒラギノ角ゴ pro w3, ヒラギノ角ゴ w3, hiragino kaku gothic pron, hiragino kaku gothic, メイリオ, meiryo, noto sans, noto sans cjk jp, system-ui, sans-serif;
  font-weight: 500;
  line-height: 1.7;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

.bold {
  font-weight: bold;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.text-center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}

.returntop {
  display: none;
  position: fixed;
  bottom: min(25px, 6.67vw);
  right: min(10px, 2.67vw);
  z-index: 999;
}
.returntop a {
  display: block;
  width: min(40px, 10.67vw);
  height: min(40px, 10.67vw);
  color: #fff;
  font-size: min(23px, 6.13vw);
  text-indent: -999em;
  text-decoration: none;
  border-radius: 100%;
  position: relative;
}
.returntop a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/return-top.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .returntop {
    bottom: 40px;
    right: 40px;
  }
  .returntop a {
    width: 60px;
    height: 60px;
  }
}

.container {
  padding: 0 2rem;
  --max-width: 110rem;
  max-width: calc(var(--max-width) + 3rem);
  margin-left: auto;
  margin-right: auto;
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.modal-container.active {
  opacity: 1;
  visibility: visible;
}

.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1070px;
}

.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  font-size: 36px;
  padding-bottom: 5px;
  color: #fff;
  background-color: #000000;
  cursor: pointer;
}

.modal-content img {
  max-height: calc(100vh - 40px);
  max-height: calc(100dvh - 40px);
}

.auto-phrase {
  word-break: auto-phrase;
}

.only-sm-sp {
  display: none;
}
@media screen and (max-width: 550px) {
  .only-sm-sp {
    display: block;
  }
}

@media screen and (max-width: 550px) {
  .only-sm-pc {
    display: none;
  }
}

:root {
  --navy: #0a3b57;
  --purple: #565d8c;
  --cream: #f7e6a0;
  --yellow: #f8e6a0;
  --gold: #f3bf12;
  --orange: #ec8b36;
  --paper: #fff8de;
  --content-width: 136.6rem;
  --heading: "Kaisei Decol", serif;
  --font-1: "Kaisei Opti", serif;
}

.autumnfair-cdm {
  color: var(--navy);
  background: #fff;
  font-family: "Zen Old Mincho", serif;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.autumnfair-cdm .hero,
.autumnfair-cdm .section {
  position: relative;
  z-index: 1;
}
.autumnfair-cdm .hero {
  padding: 3rem 2rem 0;
  background: var(--cream);
  z-index: 2;
}
.autumnfair-cdm .hero::before {
  content: none !important;
}
.autumnfair-cdm .hero .hero__inner {
  position: relative;
  width: 95.6rem;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.autumnfair-cdm .hero .hero__left {
  width: 37%;
  text-align: center;
  padding-left: 2rem;
}
.autumnfair-cdm .hero .hero__logo img {
  width: 31.1rem;
}
.autumnfair-cdm .hero .hero__visual {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .autumnfair-cdm .hero .hero__visual {
    margin-left: -0.7rem;
  }
}
.autumnfair-cdm .hero .hero__date {
  font-family: var(--font-1);
  font-weight: bold;
  text-align: center;
  margin-top: 1.5rem;
}
.autumnfair-cdm .hero .hero__date-line {
  display: flex;
  gap: 0.3rem;
  justify-content: center;
  align-items: baseline;
}
.autumnfair-cdm .hero .hero__date .num {
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .autumnfair-cdm .hero .hero__date .num {
    font-size: 2rem;
  }
}
.autumnfair-cdm .hero .hero__date .num-l {
  font-size: 4.3rem;
}
@media screen and (max-width: 767px) {
  .autumnfair-cdm .hero .hero__date .num-l {
    font-size: 3.2rem;
  }
}
.autumnfair-cdm .hero .hero__date .u_txt {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #565d8c;
}
.autumnfair-cdm .hero .hero__date .u_txt2 {
  font-size: 2.4rem;
  line-height: 2.4rem;
  text-align: center;
  color: #565d8c;
}
.autumnfair-cdm .hero .hero__date .date-label {
  font-size: 1.4rem;
  line-height: 2.6rem;
  text-align: center;
  color: #fff;
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/date-label.svg) no-repeat center/contain;
}
.autumnfair-cdm .hero .hero-note {
  position: relative;
  max-width: 92rem;
  margin: 9rem auto 10rem;
  padding: 4.5rem 2rem 4rem;
  text-align: center;
  background: var(--paper);
  border: 0.3rem solid var(--purple);
  box-shadow: 0.7rem 0.8rem var(--purple);
}
@media screen and (max-width: 767px) {
  .autumnfair-cdm .hero .hero-note {
    border: 2px solid var(--purple);
    box-shadow: 0.3rem 0.4rem var(--purple);
  }
}
.autumnfair-cdm .hero .hero-note p {
  font-family: var(--heading);
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: -0.02em;
  line-height: 1.6;
  text-align: center;
}
.autumnfair-cdm .hero .hero-note p + p {
  margin-top: 0.7rem;
}
.autumnfair-cdm .hero .hero-note .deco1 {
  position: absolute;
  inset: 0.8rem;
  border: 0.3rem solid var(--purple);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .autumnfair-cdm .hero .hero-note .deco1 {
    inset: 0.5rem;
    border-width: 0.2rem;
  }
}
.autumnfair-cdm .hero .hero-note-txt2 {
  font-size: 2.2rem;
}
.autumnfair-cdm .hero .hero-note-txt2 .fs26 {
  font-size: 2.6rem;
}
@media screen and (max-width: 1024px) {
  .autumnfair-cdm .hero .hero-note-txt2 .fs26 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .autumnfair-cdm .hero .hero-note-txt2 .fs26 {
    font-size: 1.8rem;
  }
}
.autumnfair-cdm .hero .hero-note-txt2 .c1 {
  color: #565d8c;
}
.autumnfair-cdm .hero .hero-note-txt2 .c2 {
  color: #e45928;
}
.autumnfair-cdm .hero .hero-note--title {
  font-family: var(--heading);
  font-size: 1.9rem;
  letter-spacing: -0.01em;
  line-height: 1.6842105263;
  text-align: center;
  color: #fff;
  background: url(../img/hero-note.svg) no-repeat center/contain;
  padding: 1.8rem 1.8rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85.1rem;
  max-width: 100%;
  z-index: 3;
}
.autumnfair-cdm .hero .hero-note--title span {
  font-weight: bold;
  font-size: 3.4rem;
  line-height: 2.5rem;
  text-align: center;
  color: var(--cream);
}
@media screen and (max-width: 1024px) {
  .autumnfair-cdm .hero .hero-note--title span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .autumnfair-cdm .hero .hero-note--title {
    font-size: 1.3rem;
    background: url(../img/hero-note_sp.svg) no-repeat center/contain;
    max-width: calc(100% - 3rem);
  }
  .autumnfair-cdm .hero .hero-note--title span {
    font-size: 1.9rem;
  }
}
.autumnfair-cdm .hero .hero-note::before,
.autumnfair-cdm .hero .hero-note::after {
  content: "";
  position: absolute;
  width: 8rem;
  height: 8rem;
  background: url(../img/deco-frame-corner.png) no-repeat center/contain;
}
.autumnfair-cdm .hero .hero-note::before {
  left: 0.8rem;
  top: 0.8rem;
  transform: rotate(-90deg);
}
.autumnfair-cdm .hero .hero-note::after {
  right: 0.8rem;
  top: 0.8rem;
}
.autumnfair-cdm .hero .deco--hero-leaf {
  width: 10.7rem;
  left: -4.3rem;
  bottom: 1rem;
  transform: rotate(-28deg);
}
@media screen and (max-width: 767px) {
  .autumnfair-cdm .hero .deco--hero-leaf {
    width: 6rem;
    left: -2rem;
  }
}
.autumnfair-cdm .hero .deco--hero-ginkgo {
  width: 9.9rem;
  bottom: 1.2rem;
  right: -2.9rem;
  transform: rotate(150deg);
}
@media screen and (max-width: 767px) {
  .autumnfair-cdm .hero .deco--hero-ginkgo {
    width: 5rem;
    right: -1.3rem;
  }
}
.autumnfair-cdm .hero .hero-note p {
  margin: 1.2rem 0 0;
}
.autumnfair-cdm .hero .deco--dot-hero-1 {
  width: 16rem;
  bottom: 22rem;
  left: 10%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .autumnfair-cdm .hero .deco--dot-hero-1 {
    width: 12rem;
    bottom: 12rem;
    left: 1.4rem;
  }
}
.autumnfair-cdm .hero .deco--dot-hero-2 {
  width: 18.2rem;
  bottom: 37rem;
  right: 10%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .autumnfair-cdm .hero .deco--dot-hero-2 {
    width: 12rem;
    bottom: 11rem;
    right: 1rem;
  }
}
.autumnfair-cdm .hero .deco--dot-circle-1 {
  width: 10.8rem;
  bottom: 34rem;
  left: 10%;
  border-radius: 50%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .autumnfair-cdm .hero .deco--dot-circle-1 {
    width: 6rem;
    bottom: 21rem;
    left: 1rem;
  }
}
.autumnfair-cdm .hero .deco--dot-circle-2 {
  width: 10.8rem;
  bottom: 17rem;
  right: 12%;
  border-radius: 50%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .autumnfair-cdm .hero .deco--dot-circle-2 {
    width: 6rem;
    bottom: 21rem;
    right: 1rem;
  }
}
.autumnfair-cdm .anchor-nav {
  position: relative;
  z-index: 2;
  max-width: 90rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
  transform: translateY(50%);
  margin-top: -5.5rem;
  max-width: 88rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .autumnfair-cdm .anchor-nav a {
    transition: 0.25s ease-out;
  }
  .autumnfair-cdm .anchor-nav a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .autumnfair-cdm .anchor-nav {
    margin-top: -12.5rem;
  }
}
.autumnfair-cdm .anchor-nav a {
  position: relative;
  display: grid;
  place-items: center;
  padding: 1rem 1.8rem;
  padding-bottom: 2.1rem;
  text-decoration: none;
  font-family: var(--font-1);
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  background: url(../img/nav-deco.svg) no-repeat center/contain;
  height: 11.4rem;
}
.autumnfair-cdm .anchor-nav a::after {
  content: "";
  position: absolute;
  bottom: 1.4rem;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-left: 2.9rem solid transparent;
  border-right: 2.9rem solid transparent;
  border-top: 0.9rem solid #fff;
}
@media screen and (max-width: 1024px) {
  .autumnfair-cdm .anchor-nav a {
    font-size: 1.8rem;
    height: 10rem;
  }
}
.autumnfair-cdm .container {
  position: relative;
  max-width: 92rem;
  margin: 0 auto;
  text-align: center;
}
.autumnfair-cdm .section::before {
  content: "";
  position: absolute;
  width: 95.1rem;
  max-width: 100%;
  height: 3.4rem;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/deco-line.png) no-repeat center/contain;
}
.autumnfair-cdm .section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/texture.png) repeat center/cover;
  opacity: 0.25;
  mix-blend-mode: multiply;
  z-index: -1;
  background-size: 500%;
  pointer-events: none;
}
.autumnfair-cdm .title {
  font-family: var(--heading);
  margin: 0 0 5rem;
  color: var(--navy);
  font-size: clamp(1.8rem, 3vw, 3.8rem);
  line-height: 1.45;
  line-height: 1.1315789474;
  font-weight: bold;
  word-break: auto-phrase;
}
@media screen and (max-width: 767px) {
  .autumnfair-cdm .title {
    margin-bottom: 3rem;
  }
}
.autumnfair-cdm .lead {
  margin: 2.8rem auto 6rem;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.4444444444;
}
.autumnfair-cdm .lead-01 {
  margin-bottom: 0 !important;
}
.autumnfair-cdm .lead-note {
  font-weight: 900;
  line-height: 1.4444444444;
  font-size: 1.5rem;
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .autumnfair-cdm .lead-note li {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .autumnfair-cdm .lead-note {
    font-size: 1rem;
  }
  .autumnfair-cdm .lead-note li {
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
  }
}
.autumnfair-cdm .legend {
  padding: 15rem 0 19.5rem;
  background: #fff3bc;
}
.autumnfair-cdm .legend::before {
  position: relative;
  display: block;
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .autumnfair-cdm .legend::before {
    margin-bottom: 4.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .autumnfair-cdm .legend {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
.autumnfair-cdm .legend .item + .item {
  margin-top: 15.5rem;
}
.autumnfair-cdm .legend #legend {
  position: absolute;
  top: 19rem;
}
@media screen and (min-width: 768px) {
  .autumnfair-cdm .legend #legend {
    top: 9rem;
  }
}
.autumnfair-cdm .feature-banner {
  width: min(74.2rem, 77%);
  margin: 0 auto 7rem;
}
.autumnfair-cdm .feature-banner--small {
  margin-top: 4.5rem;
}
.autumnfair-cdm .coming-soon {
  width: min(64.9rem, 75%);
  height: 10.7rem;
  margin: 3.5rem auto;
  padding: 2rem 3rem;
  padding-bottom: 2.5rem;
  color: #fff8de;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1;
  background: url(../img/comming-button.svg) no-repeat center/contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .autumnfair-cdm .coming-soon {
    margin-top: 6rem;
  }
}
.autumnfair-cdm .orange-button {
  width: min(64.9rem, 75%);
  height: 10.7rem;
  margin: 3.5rem auto;
  padding: 2rem 3rem;
  padding-bottom: 2.5rem;
  color: #fff8de;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1;
  background: url(../img/orange-button.svg) no-repeat center/contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .autumnfair-cdm .orange-button {
    transition: 0.25s ease-out;
  }
  .autumnfair-cdm .orange-button:hover {
    opacity: 0.7;
  }
}
.autumnfair-cdm .orange-button .small {
  font-weight: 600;
  font-size: 1.7rem;
  letter-spacing: 0.004em;
}
.autumnfair-cdm .orange-button .txt::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 1.2rem solid transparent;
  border-bottom: 1.2rem solid transparent;
  border-left: 2rem solid #fff;
  margin-left: 1rem;
  transform: translateY(0.4rem);
}
.autumnfair-cdm .deco {
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.autumnfair-cdm .gourmet {
  padding: 0 0 9rem;
  background: var(--gold);
}
.autumnfair-cdm .gourmet::before {
  content: none;
}
.autumnfair-cdm .gourmet #gourmet {
  position: absolute;
  top: -3rem;
}
@media screen and (min-width: 768px) {
  .autumnfair-cdm .gourmet #gourmet {
    top: -6rem;
  }
}
@media screen and (max-width: 767px) {
  .autumnfair-cdm .gourmet .lead {
    margin-inline: -0.4em;
    letter-spacing: -0.04em;
  }
}
.autumnfair-cdm .gourmet-card {
  position: relative;
  width: min(113rem, 92%);
  margin: 0 auto;
  padding: 23rem 10rem 16rem;
  position: relative;
  z-index: 1;
  transform: translateY(-6rem);
  margin-bottom: -6rem;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .autumnfair-cdm .gourmet-card {
    padding: 13.6rem 15.1rem 11rem;
  }
}
@media (max-width: 1024px) {
  .autumnfair-cdm .gourmet-card {
    max-width: 74rem;
  }
}
.autumnfair-cdm .gourmet-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/gourmet-bg.svg) no-repeat top center/contain;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .autumnfair-cdm .gourmet-card::before {
    background: url(../img/gourmet-bg_lg.svg) no-repeat top center/contain;
  }
}
@media screen and (max-width: 767px) {
  .autumnfair-cdm .gourmet-card::before {
    background: url(../img/gourmet-bg_sp.svg) no-repeat top center/contain;
  }
}
.autumnfair-cdm .gourmet-card::after {
  content: "";
  position: absolute;
  top: 5.6rem;
  left: 0;
  right: 0;
  bottom: 5rem;
  background: url(../img/gourmet_deco.png) no-repeat top center/contain;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .autumnfair-cdm .gourmet-card::after {
    bottom: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .autumnfair-cdm .gourmet-card::after {
    background: url(../img/gourmet_deco_sp.png) no-repeat top center/contain;
    top: 3.1rem;
    left: 0.6rem;
    bottom: 1.7rem;
    right: 2.7rem;
    background-size: 100% 100%;
  }
}
.autumnfair-cdm .gourmet-card .feature-banner {
  width: min(74.2rem, 100%);
}
.autumnfair-cdm .takeout {
  padding: 13.5rem 0 15.5rem;
  background-color: var(--cream);
}
@media screen and (max-width: 1024px) {
  .autumnfair-cdm .takeout {
    padding: 8.5rem 0 8.5rem;
  }
}
.autumnfair-cdm .takeout .container {
  padding-top: 0;
}
.autumnfair-cdm .deco--takeout-left {
  width: 19.9rem;
  width: 10.364583vw;
  top: 6.5rem;
  left: 5.2rem;
  left: min(5.2rem, 20%);
}
@media screen and (max-width: 1024px) {
  .autumnfair-cdm .deco--takeout-left {
    width: 15.104167vw;
    left: 1rem;
    top: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .autumnfair-cdm .deco--takeout-left {
    width: 10.5rem;
    top: 14.6rem;
    left: -3.9rem;
  }
}
.autumnfair-cdm .deco--takeout-right {
  width: 18.5rem;
  width: 9.635417vw;
  top: 5.5rem;
  right: min(3.6rem, 20%);
}
@media screen and (max-width: 1024px) {
  .autumnfair-cdm .deco--takeout-right {
    width: 11.458333vw;
    top: 10rem;
    right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .autumnfair-cdm .deco--takeout-right {
    width: 9rem;
    top: 11.5rem;
    right: -3.4rem;
  }
}
.autumnfair-cdm .goods {
  padding: 13.5rem 0 15.5rem;
  color: #fff;
  background: var(--orange);
}
@media screen and (max-width: 1024px) {
  .autumnfair-cdm .goods {
    padding: 10.5rem 0 10.6rem;
  }
}
.autumnfair-cdm .goods .title {
  color: #fff;
  margin-bottom: 3.5rem;
}
.autumnfair-cdm .goods .lead {
  color: #fff;
}
.autumnfair-cdm .deco--plus {
  width: 19rem;
  left: 3rem;
  top: 6rem;
  width: 9.895833vw;
}
.autumnfair-cdm .deco--goods-flower {
  width: 11rem;
  width: 5.729167vw;
  right: 4rem;
  top: 5rem;
}
.autumnfair-cdm .deco--goods-leaf {
  width: 27.2rem;
  width: 14.166667vw;
  right: 1.5rem;
  bottom: 9rem;
}
.autumnfair-cdm .deco--goods-ginkgo {
  width: 26.9rem;
  width: 14.010417vw;
  left: 2.5rem;
  bottom: 9rem;
}
.autumnfair-cdm .legend-left {
  width: 30.5rem;
  width: 15.885417vw;
  top: 34.4rem;
  left: min(3rem, 10%);
}
@media screen and (max-width: 1024px) {
  .autumnfair-cdm .legend-left {
    width: 20.833333vw;
    left: -2rem;
    top: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .autumnfair-cdm .legend-left {
    width: 14rem;
    top: 24rem;
    left: -5.5rem;
  }
}
.autumnfair-cdm .legend-right {
  width: 26.3rem;
  width: 13.697917vw;
  top: 28.8rem;
  right: min(1.4rem, 10%);
}
@media screen and (max-width: 1024px) {
  .autumnfair-cdm .legend-right {
    width: 14.583333vw;
    top: 20rem;
    right: -2rem;
  }
}
@media screen and (max-width: 767px) {
  .autumnfair-cdm .legend-right {
    width: 12rem;
    top: 21rem;
    right: -4rem;
  }
}
.autumnfair-cdm {
  /* Mobile */
}
@media screen and (max-width: 767px) {
  .autumnfair-cdm .section::before {
    background-size: 150%;
  }
  .autumnfair-cdm .hero {
    min-height: auto;
    padding: 1.5rem 2rem 0rem;
  }
  .autumnfair-cdm .hero .hero__inner {
    height: auto;
    min-height: 47rem;
    flex-direction: column-reverse;
  }
  .autumnfair-cdm .hero .hero__left {
    width: auto;
    padding-left: 1rem;
  }
  .autumnfair-cdm .hero .hero__left .hero__logo {
    width: 19rem;
    margin: 0 auto;
  }
  .autumnfair-cdm .hero .hero-note {
    padding: 3rem 3rem;
    padding-top: 4rem;
    margin: 6.5rem auto 6rem;
    margin-inline: -1em;
  }
  .autumnfair-cdm .hero .hero-note p {
    font-size: 1.4rem;
  }
  .autumnfair-cdm .anchor-nav {
    width: 23rem;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .autumnfair-cdm .anchor-nav a {
    height: 9.2rem;
    font-size: 1.5rem;
  }
  .autumnfair-cdm .lead {
    font-size: 1.4rem;
    margin: 1.5rem auto 3rem;
  }
  .autumnfair-cdm .legend {
    min-height: auto;
    padding: 20.5rem 0 9rem;
  }
  .autumnfair-cdm .legend .item + .item {
    margin-top: 9.5rem;
  }
  .autumnfair-cdm .feature-banner,
  .autumnfair-cdm .feature-banner--small {
    width: 100%;
  }
  .autumnfair-cdm .feature-banner {
    margin-bottom: 4rem;
  }
  .autumnfair-cdm .coming-soon {
    width: 100%;
    padding: 2rem 2rem;
    font-size: 1.7rem;
    height: auto;
  }
  .autumnfair-cdm .orange-button {
    width: 100%;
    padding: 2rem 1.2rem;
    font-size: 1.9rem;
    height: auto;
  }
  .autumnfair-cdm .orange-button .small {
    font-size: 1.4rem;
  }
  .autumnfair-cdm .orange-button .txt::after {
    border-top: 0.8rem solid transparent;
    border-bottom: 0.8rem solid transparent;
    border-left: 1.2rem solid #fff;
    margin-left: 0.6rem;
    transform: translateY(1px);
  }
  .autumnfair-cdm .gourmet {
    min-height: auto;
    padding: 0 0 7rem;
  }
  .autumnfair-cdm .gourmet-card {
    width: calc(100% - 0rem);
    min-height: auto;
    padding: 10.9rem 3.1rem 7.5rem;
    transform: translateY(-3.5rem);
    margin-bottom: -3.5rem;
  }
  .autumnfair-cdm .takeout {
    min-height: auto;
    padding: 6rem 0 8rem;
  }
  .autumnfair-cdm .deco--cup-left {
    width: 4.5rem;
    left: 4%;
    top: 31.5rem;
  }
  .autumnfair-cdm .deco--cup-right {
    width: 4.5rem;
    right: 4%;
    top: 35rem;
  }
  .autumnfair-cdm .goods {
    min-height: auto;
    padding: 9.5rem 0 10rem;
  }
  .autumnfair-cdm .deco--plus {
    width: 6rem;
    left: 0.8rem;
    top: 3rem;
  }
  .autumnfair-cdm .deco--goods-flower {
    width: 5rem;
    right: 1rem;
    top: 2.5rem;
  }
  .autumnfair-cdm .deco--goods-leaf {
    width: 10rem;
    right: 1rem;
    bottom: 4rem;
  }
  .autumnfair-cdm .deco--goods-ginkgo {
    width: 9rem;
    left: 1rem;
    bottom: 3rem;
  }
  .autumnfair-cdm .deco--dots1,
  .autumnfair-cdm .deco--dots2,
  .autumnfair-cdm .deco--dots3,
  .autumnfair-cdm .deco--dots4 {
    width: 7.5rem;
  }
}

/***fix***/
.headerB,
.footerBanner {
  background-color: #fff;
}

.snsArea {
  background-color: #fff;
}

html body {
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  a:hover img,
  .hover:hover,
  .link a:hover,
  .pic a:hover,
  .gNav a:hover,
  .headerLogin a:hover,
  .pdfBtn a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .coredo-cms-wrapper header .inner-content nav {
    gap: 10px;
    padding: 0 12px;
  }
}
html {
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}


