@charset "UTF-8";
/*---------------------
変数
-----------------------*/
/*---------------------
Mixins
-----------------------*/
body #areaWrapper1 {
  width: 1200px !important;
}

@media screen and (max-width: 768px) {
  body #areaWrapper1 {
    width: 100% !important;
  }
}
#aki2509 * {
  box-sizing: border-box;
}

#aki2509 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #272727;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-size: 1rem;
  position: relative;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "helvetica", sans-serif !important;
}
#aki2509 ol,
#aki2509 ul {
  list-style: none;
}
#aki2509 img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
#aki2509 a:hover {
  text-decoration: none;
}
#aki2509 .section {
  position: relative;
  padding: 5rem;
}
@media screen and (max-width: 768px) {
  #aki2509 .section {
    padding: 10vw 5vw;
  }
}
#aki2509 .pre {
  font-size: 2.6rem;
  font-weight: bold;
  color: #e60012;
  padding: 0.8rem 0;
  background-color: #ff0;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #aki2509 .pre {
    font-size: 7vw;
    padding: 2vw 0;
  }
}
@media print, (min-width: 769px) {
  #aki2509 .kv img {
    margin: 0 auto;
    display: block;
  }
}
#aki2509 #float.mf-flt.floating {
  width: 100%;
}
@media print, (min-width: 769px) {
  #aki2509 #float.mf-flt.floating {
    width: 1200px;
  }
}
#aki2509 .float {
  transition: ease 0.3s;
}
#aki2509 .float ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
}
@media screen and (max-width: 768px) {
  #aki2509 .float ul {
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }
}
#aki2509 .float li {
  position: relative;
  cursor: pointer;
}
#aki2509 .float li.orange {
  background-color: #F39200;
}
#aki2509 .float li.green {
  background-color: #7CA70E;
}
#aki2509 .float li.pink {
  background-color: #E95687;
}
#aki2509 .float li:hover::before {
  bottom: 10%;
}
#aki2509 .float li::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 11px solid #fff;
  border-bottom: 0;
  bottom: 14%;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  #aki2509 .float li::before {
    border-right: 1.7vw solid transparent;
    border-left: 1.7vw solid transparent;
    border-top: 1.95vw solid #fff;
  }
}
#aki2509 .float li:not(:last-of-type)::after {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0;
  width: 5px;
  height: 100%;
  content: "";
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #aki2509 .float li:not(:last-of-type)::after {
    width: 3px;
  }
}
#aki2509 .float li a {
  display: block;
  position: relative;
  padding: 0.5em 0.5em 1em;
  height: 100%;
  color: #fff;
  font-size: 1.6em;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  #aki2509 .float li a {
    padding: 1.5vw 1vw 3.5vw;
    font-size: min(1em, 4vw);
  }
}
#aki2509 .cmp {
  background-image: linear-gradient(180deg, #FFD500 0%, #F39200 100%);
}
#aki2509 .cmp__ttl {
  position: relative;
  z-index: 20;
  text-align: center;
  font-size: 2.5em;
  color: #ffffff;
  margin: 0 auto 0.75em;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #aki2509 .cmp__ttl {
    width: 80%;
    max-width: 300px;
  }
}
#aki2509 .cmp__content {
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
}
@media screen and (max-width: 768px) {
  #aki2509 .cmp__content {
    grid-template-columns: 1fr;
  }
}
#aki2509 .cmp__content li {
  box-shadow: 0px 0px 19px -8px #777777;
  max-width: 600px;
  margin: 0 auto;
}
#aki2509 .bgWrap {
  position: relative;
}
#aki2509 .bgWrap::before {
  content: "";
  position: absolute;
  background-image: url("/library/contents/products/aki2509/img/parts/bg.svg");
  background-blend-mode: multiply;
  background-size: 50%;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 1;
  opacity: 0.1;
  top: 0;
  left: 0;
  pointer-events: none;
}
#aki2509 .content {
  position: relative;
  overflow: hidden;
}
#aki2509 .content.first {
  background-color: #A5C74E;
}
#aki2509 .content.second {
  background-color: #E4789C;
}
#aki2509 .content__ttlWrap {
  position: relative;
  margin: 2em auto;
  padding: 1em 1em 0;
  z-index: 10;
  background-color: #FEE100;
}
#aki2509 .content__ttlWrap img {
  display: block;
}
#aki2509 .content__ttl {
  width: 35%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #aki2509 .content__ttl {
    width: 50%;
    max-width: 200px;
  }
}
#aki2509 .content__term {
  text-align: center;
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  border-radius: 999px;
  border: solid 5px #fff;
  position: relative;
  z-index: 10;
  padding: 0.25em 1em;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 1em;
}
#aki2509 .content__term--first {
  background-color: #7CA70E;
}
#aki2509 .content__term--second {
  background-color: #E95687;
}
@media screen and (max-width: 768px) {
  #aki2509 .content__term {
    font-size: 1.25em;
    width: 90%;
    margin: 0 auto;
    border: solid 3px #fff;
  }
}
#aki2509 .content__wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3em;
  margin: 3rem 5rem 5rem;
}
@media screen and (max-width: 768px) {
  #aki2509 .content__wrap {
    margin: 1.25rem 1.25rem 2rem;
  }
}
#aki2509 .item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 2em 3.5em;
  border-radius: 20px;
  z-index: 50;
  box-shadow: 0px 12px 16px -3px rgba(43, 43, 43, 0.4);
}
#aki2509 .item:nth-child(odd)::before {
  right: -5em;
}
#aki2509 .item:nth-child(even) {
  flex-direction: row-reverse;
}
#aki2509 .item:nth-child(even)::before {
  left: -5em;
}
@media screen and (max-width: 768px) {
  #aki2509 .item {
    display: block;
    padding: 1.5em 1.5em;
  }
}
#aki2509 .item__img, #aki2509 .item__detail {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #aki2509 .item__img, #aki2509 .item__detail {
    width: 100%;
  }
}
#aki2509 .item__title {
  font-size: 2em;
  font-weight: 800;
  line-height: 1.25em;
  letter-spacing: 0.01em;
  margin-bottom: 0.3em;
  margin-top: 0.5em;
  color: #EA5414;
}
@media screen and (max-width: 768px) {
  #aki2509 .item__title {
    font-size: min(1.5em, 6.3vw);
  }
}
#aki2509 .item__price {
  font-size: 1.6em;
  font-weight: 800;
  color: #603814;
  padding-bottom: 0.3em;
  margin-bottom: 0.3em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #aki2509 .item__price {
    font-size: min(1.2em, 6.2vw);
  }
}
#aki2509 .item__area {
  margin-bottom: 0.75em;
  font-size: 1.2em;
  font-weight: bold;
  color: #603814;
}
@media screen and (max-width: 768px) {
  #aki2509 .item__area {
    margin-bottom: 0.75em;
    font-size: min(1.1em, 6.1vw);
  }
}
#aki2509 .item__area--season {
  display: block;
  font-size: 0.7em;
}
@media screen and (max-width: 768px) {
  #aki2509 .item__area--season {
    font-size: 0.75em;
  }
}
#aki2509 .item__desc {
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight: 600;
  color: #603814;
}
@media screen and (max-width: 768px) {
  #aki2509 .item__desc {
    font-size: min(1em, 6.1vw);
  }
}
#aki2509 .item__allergen {
  margin-top: 1.5em;
}
#aki2509 .item__allergen a {
  text-decoration: none;
  color: #fff;
  display: block;
  width: 100%;
  position: relative;
  background-color: #EA5414;
  border-radius: 999px;
  padding: 0.5em 2em;
  text-align: center;
  font-weight: bold;
  font-size: 1.25em;
  transition: all 0.3s;
  box-shadow: 4px 3px 12px -5px #1d1d1d;
}
@media screen and (max-width: 768px) {
  #aki2509 .item__allergen a {
    font-size: 0.9em;
    padding: 0.5em 2em 0.5em 1.5em;
  }
}
#aki2509 .item__allergen a::before {
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  right: 0.75em;
  transform: translateY(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.65em solid transparent;
  border-bottom: 0.65em solid transparent;
  border-left: 0.8em solid #fff;
  border-right: 0;
}
#aki2509 .item__allergen a:hover {
  opacity: 0.8;
  box-shadow: 0 3px 0 #fff;
  transform: translateY(2px);
}
#aki2509 .item__allergen a:hover::before {
  right: 0.5em;
}
#aki2509 .item__note {
  font-size: 0.8em;
  margin-top: 0.5em;
}
#aki2509 .note {
  font-size: 0.7em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #aki2509 .note {
    font-size: min(0.7em, 3.8vw);
  }
}
#aki2509 .note > * {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
#aki2509 .note > *::before {
  content: "※";
}
#aki2509 .c-red {
  color: #ff0000;
}
#aki2509 .c-small {
  margin-top: 0.25em;
  display: block;
  font-size: 0.6em;
  line-height: 1.3em;
}
#aki2509 .c-col1 {
  grid-template-columns: 1fr;
  margin: 0 auto;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #aki2509 .c-col1 {
    width: 100%;
  }
}
@media print, (min-width: 769px) {
  #aki2509 .c-col2-pc {
    grid-template-columns: 1fr 1fr;
  }
  #aki2509 .c-col3-pc {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #aki2509 .c-col4-pc {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  #aki2509 .c-col5-pc {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  #aki2509 .c-col2-sp {
    grid-template-columns: 1fr 1fr;
  }
  #aki2509 .c-col3-sp {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #aki2509 .c-col4-sp {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  #aki2509 .c-col5-sp {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
#aki2509 .c-nw {
  display: inline-block;
}
#aki2509 .u-mb1em {
  margin-bottom: 1em !important;
}
#aki2509 .u-1fr {
  grid-template-columns: 1fr !important;
}
#aki2509 .u-2fr {
  grid-template-columns: 1fr 1fr !important;
}
/*# sourceMappingURL=aki2509.css.map */