@charset "UTF-8";
/* ============================================
   Base Setting
============================================ */
#areaWrapper1:not(#_) {
  width: 100%;
  max-width: 1200px;
}

#ilt2506_sweets {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #333333;
  font-weight: 500;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
}
#ilt2506_sweets *,
#ilt2506_sweets *::before,
#ilt2506_sweets *::after {
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
}
#ilt2506_sweets ol,
#ilt2506_sweets ul {
  list-style: none;
}
#ilt2506_sweets img {
  vertical-align: top;
  width: 100%;
  max-width: 100%;
  height: auto;
}
#ilt2506_sweets a:hover {
  text-decoration: none;
}
#ilt2506_sweets a:hover img {
  opacity: revert;
}

/* 印刷用 */
@media print {
  html {
    transform: scale(0.7);
  }
}
/* ============================================
   fairID Content
============================================ */
/* ============= 共通 ============= */
#areaWrapper1:not(#_) {
  width: 100%;
  max-width: 1200px !important;
}

/*
#ilt2506_sweets {
}
/*
/* display */
#ilt2506_sweets .nw {
  display: inline-block;
}

#ilt2506_sweets .dispPC {
  display: none;
}
@media print, (min-width: 769px) {
  #ilt2506_sweets .dispPC {
    display: block;
  }
}
@media print, (min-width: 769px) {
  #ilt2506_sweets .dispSP {
    display: none;
  }
}

/* ===== メインエリア ===== */
/* ===== 終了画面 ===== */
#ilt2506_sweets {
  position: relative;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  color: #fff;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  position: relative;
  font-feature-settings: "palt";
}
#ilt2506_sweets .contents-container {
  z-index: 2;
  padding: 8vw 0 8vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
#ilt2506_sweets .content--deco {
  position: relative;
  background-color: rgb(247, 178, 73);
}
#ilt2506_sweets .content--deco::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.2) 75%), linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.2) 75%);
  background-position: 0px 0px, 26px 26px;
  background-size: 52px 52px;
  background-repeat: repeat;
  z-index: 10;
}
#ilt2506_sweets .endterm {
  background: #fff;
  width: 70%;
  border-radius: 10px;
  padding: clamp(1rem, 0.7727272727rem + 0.9696969697vw, 1.5rem) 0;
  z-index: 10;
}
#ilt2506_sweets .endterm__txt-sub {
  color: #000;
  margin: 0 2rem;
  border-bottom: #d7d7d7 3px dotted;
  padding-bottom: 1rem;
  font-size: 0.8rem;
  text-align: center;
}
@media print, (min-width: 769px) {
  #ilt2506_sweets .endterm__txt-sub {
    font-size: 1.2rem;
    padding: 2rem;
  }
}
#ilt2506_sweets .endterm__box {
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: clamp(0.5rem, 0.2727272727rem + 0.9696969697vw, 1rem);
  color: #f0f0f0;
  letter-spacing: 0.03em;
}
@media print, (min-width: 769px) {
  #ilt2506_sweets .endterm__box {
    padding: 2rem;
    flex-direction: row;
  }
}
#ilt2506_sweets .endterm__ttl {
  border-radius: 2rem;
  background-color: #000;
  padding: 0.25rem clamp(1rem, 0.8863636364rem + 0.4848484848vw, 1.25rem);
  color: #fff;
  font-weight: 700;
  font-size: min(4.2666666667vw, 1.25rem);
}
#ilt2506_sweets .endterm__txt {
  font-weight: 700;
  font-size: min(4.8vw, 1.5rem);
  text-align: center;
  color: #000;
}
@media print, (min-width: 769px) {
  #ilt2506_sweets .endterm__txt {
    text-align: left;
  }
}
#ilt2506_sweets .endterm__txt em {
  color: red;
}
/*# sourceMappingURL=endpage_sweets.css.map */