@charset "UTF-8";
@media screen and (max-width: 767px) {
  .only-lg {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}
/*共通*/
.christmas2023_wrap {
  overflow: hidden;
  position: relative;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Noto Serif JP", 游明朝, YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

p {
  line-height: 1.4;
}

/* -------------------------------------
        ＴＯＰ
------------------------------------- */
.fv {
  position: relative;
  background: url(../img/fv-bg-dec.png), linear-gradient(45deg, #0D1534, #0C1947);
  background-size: contain;
  padding: 80px 0 160px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fv {
    height: 80vh;
    padding-bottom: 0;
  }
}
.fv .top_logo {
  position: absolute;
  z-index: 40;
  width: 60px;
  left: 10px;
  top: 10px;
}
@media screen and (max-width: 767px) {
  .fv .top_logo {
    width: 45px;
    top: 10px;
  }
}
.fv__ttl {
  position: relative;
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
  z-index: 1;
}
.fv__ttl-txt {
  max-width: 500px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .fv__ttl-txt {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 16px;
  }
}
.fv__ttl-img {
  max-width: 600px;
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .fv__ttl-img {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.fv__txtarea {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
}
.fv__txt {
  position: relative;
  max-width: 450px;
  width: 95%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv__txt {
    width: 50%;
    margin: 0 auto;
    text-align: center;
  }
}
.fv__txt::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: url(../img/gold_line.png) no-repeat;
  background-size: cover;
  left: 0;
  bottom: -20px;
}
.fv__txt img {
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .fv__txt img {
    width: 100%;
  }
}
.fv__main {
  position: relative;
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
}
.fv__img {
  position: absolute;
  width: 70%;
  max-width: 800px;
  right: -10%;
  bottom: -48%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .fv__img {
    width: 140%;
    max-width: 600px;
    bottom: -10%;
    text-align: center;
    left: -22%;
    right: 0;
    margin: 0 auto;
  }
}
.fv__btm {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.fv__btm img {
  width: 100%;
}

nav {
  position: relative;
  background: #fff;
  z-index: 0;
}
nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
nav ul li {
  position: relative;
  margin: 20px;
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  nav ul li {
    width: 36%;
    margin: 20px auto;
  }
}
nav ul li a {
  display: block;
}
nav ul li a::before {
  content: "";
  position: absolute;
  border-top: 12px solid #CAAA5C;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  bottom: -16px;
  left: 40%;
  transition: all 0.3s;
}
nav ul li a:hover img {
  opacity: 0.8;
}
nav ul li a:hover::before {
  bottom: -20px;
}

/* -------------------------------------
        メイン
------------------------------------- */
.inner {
  margin-top: 240px;
}
@media screen and (max-width: 767px) {
  .inner {
    margin-top: 120px;
  }
}

.con {
  position: relative;
  margin: 120px 0;
}
@media screen and (max-width: 767px) {
  .con {
    margin: 60px 0;
  }
}
.con--first {
  margin-top: 40px;
}
.con--right::after {
  content: "";
  position: absolute;
  width: 90%;
  max-width: 1960px;
  height: 100%;
  right: 0;
  border-radius: 64px 0 0 64px;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .con--right::after {
    width: 100%;
    border-radius: 32px 0 0 32px;
  }
}
.con--left::after {
  content: "";
  position: absolute;
  width: 90%;
  max-width: 1960px;
  height: 100%;
  margin-left: 0;
  border-radius: 0 64px 64px 0;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .con--left::after {
    width: 100%;
    border-radius: 0 32px 32px 0;
  }
}
.con--bgred::after {
  background: linear-gradient(45deg, #89003F, #8A0F17);
}
.con--bggreen::after {
  background: linear-gradient(45deg, #1A5640, #1A5640);
}
.con--tart {
  max-width: 1100px;
  margin: 40px auto;
  padding-bottom: 40px;
  background: #FAFAFA;
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .con--tart {
    margin-bottom: 0;
  }
}
.con--tart .item {
  width: 95%;
  margin: 0 auto;
}
.con--tart .item__imgtxt p, .con--tart .item__brand p, .con--tart .item__ttl p, .con--tart .item__price p, .con--tart .item__detail p {
  color: #202020;
}
.con--tart .item__price {
  border-bottom: 1px solid #202020;
}
.con--asort {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .con--asort {
    margin-bottom: 0;
  }
}
.con--asort .item {
  width: 44%;
  border-radius: 16px;
  border: 2px solid #CAAA5C;
  box-shadow: 3px 1px 8px rgba(165, 105, 16, 0.45);
}
@media screen and (max-width: 767px) {
  .con--asort .item {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 60px;
    max-width: 550px;
  }
}
.con--asort .item__logo-txt p, .con--asort .item__brand p, .con--asort .item__ttl p, .con--asort .item__price p, .con--asort .item__detail p {
  color: #B31C26;
}
.con--asort .item__price {
  border-bottom: 1px solid #B31C26;
}
.con--strawberry {
  max-width: 1100px;
  margin: 40px auto;
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .con--strawberry {
    padding-bottom: 80px;
  }
}
.con--strawberry .item {
  width: 95%;
  margin: 0 auto;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .con--strawberry .item {
    padding-top: 40px;
  }
}
.con--strawberry .item__imgtxt p {
  color: #fff;
}
.con__ttl {
  position: relative;
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .con__ttl {
    margin-top: 120px;
  }
}
.con__ttl::before {
  content: "";
  position: absolute;
  width: 64px;
  height: 20px;
  background: url(../img/con-ttl-dec.png) no-repeat;
  background-size: contain;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -32px;
}
.con__ttl h2 {
  font-size: 1.6em;
  font-weight: 500;
  color: #5E192C;
}
@media screen and (max-width: 767px) {
  .con__ttl h2 {
    font-size: 1.3em;
  }
}
.con__ttl--tart h2 {
  color: #CAAA5C;
}
.con__ttl--asort h2 {
  color: #B31C26;
}
.con__ttl--strawberry h2 {
  color: #0E4670;
}
.con__subttl {
  text-align: center;
}
.con__subttl p {
  color: #5E192C;
  font-size: 1.1em;
}
@media screen and (max-width: 767px) {
  .con__subttl p {
    font-size: 1em;
  }
}
.con__subttl--tart p {
  color: #CAAA5C;
}
.con__subttl--asort p {
  color: #B31C26;
}
.con__subttl--strawberry p {
  color: #0E4670;
}
.con__notice {
  position: relative;
  width: 95%;
  margin: 0 auto;
  max-width: 1100px;
  margin-bottom: 80px;
}
.con__notice::after {
  content: "";
  position: absolute;
  width: 64px;
  height: 20px;
  background: url(../img/con-ttl-dec.png) no-repeat;
  background-size: contain;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -64px;
}
.con__notice p {
  font-size: 0.9em;
}
.con__catalog {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95%;
  margin: 160px auto 80px;
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .con__catalog {
    flex-direction: column-reverse;
    margin-top: 120px;
  }
}
.con__catalog p {
  text-align: center;
  color: #B31C26;
  font-size: 1.1em;
  line-height: 1.6;
}
.con__catalog-btn {
  margin-top: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .con__catalog-btn {
    margin-top: 12px;
  }
}
.con__catalog-btn a {
  display: block;
  padding: 1em;
  background: #CAAA5C;
  border-radius: 40px;
  border: 1px solid #CAAA5C;
  box-shadow: 3px 3px 10px rgba(7, 7, 7, 0.5);
  color: #fff;
  font-size: 0.9em;
  transform: all 0.3s;
}
.con__catalog-btn a:hover {
  box-shadow: none;
}
.con__catalog-img {
  max-width: 300px;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .con__catalog-img {
    margin: 0 auto;
    margin-bottom: 24px;
  }
}
.con__catalog-img a {
  box-shadow: 3px 3px 10px rgba(7, 7, 7, 0.5);
  transform: all 0.3s;
}
.con__catalog-img a:hover {
  box-shadow: none;
}

.item {
  position: relative;
  width: 80%;
  margin: 0 auto;
  max-width: 1100px;
  padding: 3em 1em;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .item {
    width: 95%;
    margin: 0 auto;
    padding: 2em 0.5em;
  }
}
.item--w100 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .item--w100 {
    max-width: 550px;
  }
}
@media screen and (max-width: 767px) {
  .item--rev {
    flex-direction: column-reverse;
  }
}
.item__txtarea {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .item__txtarea {
    width: 100%;
  }
}
.item__imgarea {
  width: 40%;
  margin: 0 32px;
}
@media screen and (max-width: 767px) {
  .item__imgarea {
    width: 100%;
    margin: 0;
    margin-bottom: 12px;
  }
}
.item__logo {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.item__logo-img {
  max-width: 160px;
  margin-right: 8px;
}
.item__logo-txt p {
  color: #fff;
  font-size: 0.9em;
}
.item__no {
  margin-bottom: 12px;
}
.item__no p {
  display: inline-block;
  background: #CAAA5C;
  color: #fff;
  padding: 4px 8px;
  font-size: 1.2em;
  font-weight: 600;
}
.item__brand {
  margin-bottom: 4px;
}
.item__brand p {
  color: #fff;
  font-size: 0.9em;
}
.item__ttl {
  margin-bottom: 8px;
}
.item__ttl p {
  color: #fff;
  font-size: 1.5em;
  letter-spacing: 1px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .item__ttl p {
    font-size: 1.3em;
  }
}
.item__price {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #fff;
}
.item__price p {
  color: #fff;
  font-size: 1.3em;
}
.item__price p span.tax {
  padding-left: 8px;
  font-size: 0.7em;
}
.item__detail p {
  color: #fff;
  font-size: 0.9em;
}
.item__order {
  display: flex;
  margin-top: 16px;
}
.item__order-kigen {
  display: flex;
  margin-right: 8px;
  border: 1px solid #CAAA5C;
}
.item__order-kigen p {
  padding: 4px 8px;
}
@media screen and (max-width: 767px) {
  .item__order-kigen p {
    font-size: 0.9em;
    padding: 4px 6px;
  }
}
.item__order-kigen p:nth-child(1) {
  background: #fff;
  color: #CAAA5C;
}
.item__order-kigen p:nth-child(2) {
  background: #CAAA5C;
}
.item__btn {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .item__btn {
    justify-content: space-between;
  }
}
.item__btn .soldout {
  width: 80%;
  margin: 0 auto;
  background: #949494;
  text-align: center;
  margin-top: 16px;
  padding: 12px 0;
  border-radius: 8px;
}
.item__btn .soldout p {
  color: #fff;
  font-size: 1.1em;
}
.item__btnitem {
  width: 44%;
  margin: 0 12px;
  margin-top: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .item__btnitem {
    width: 48%;
    margin: 0;
    margin-top: 24px;
  }
}
.item__btnitem a {
  display: block;
  padding: 1em;
  background: #CAAA5C;
  border-radius: 40px;
  border: 1px solid #CAAA5C;
  box-shadow: 3px 3px 10px rgba(7, 7, 7, 0.5);
  color: #fff;
  font-size: 0.9em;
  transform: all 0.3s;
}
@media screen and (max-width: 767px) {
  .item__btnitem a {
    padding: 1em 0.5em;
    font-size: 0.8em;
  }
}
.item__btnitem a:hover {
  box-shadow: none;
}
.item__btnitem--online a {
  background: #fff;
  color: #CAAA5C;
}
.item__icon {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.item__limited {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #FFC740;
  background: #AD3508;
}
.item__limited p {
  padding: 4px 8px;
  color: #FFC740;
}
.item__limited p span {
  font-size: 0.9em;
}
.item__icondeli {
  height: 32px;
  margin-left: 12px;
}
.item__icondeli img {
  height: 100%;
}
.item__kigen {
  margin-top: 12px;
  padding: 0.5em;
  border-radius: 8px;
  text-align: center;
}
.item__kigen p {
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
  font-size: 1.1em;
}
@media screen and (max-width: 767px) {
  .item__kigen p {
    font-size: 1em;
  }
}
.item__kigen p::before, .item__kigen p::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background: #CAAA5C;
  top: 40%;
}
.item__kigen p::before {
  left: -50%;
}
.item__kigen p::after {
  right: -50%;
}
.item__kigen img {
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .item__kigen img {
    width: 90%;
    max-width: 440px;
  }
}
.item__kigen--takeout {
  border: 1px solid #CAAA5C;
  background: #fff;
}
.item__kigen--takeout p {
  color: #CAAA5C;
}
.item__kigen--deli {
  background: #ECFAFF;
}
.item__kigen--deli p {
  color: #004097;
}
.item__kigen--deli p::before {
  background: #004097;
  left: -80%;
}
.item__kigen--deli p::after {
  background: #004097;
  right: -80%;
}
.item__chef {
  display: flex;
  margin-bottom: 24px;
}
.item__chef-txt {
  display: flex;
  align-items: center;
  background: #CAAA5C;
  padding: 12px;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .item__chef-txt {
    padding: 8px 12px;
  }
}
.item__chef-txt p {
  color: #fff;
  font-size: 0.9em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .item__chef-txt p {
    line-height: 1.4;
  }
}
.item__chef-img {
  border: 1px solid #CAAA5C;
  width: 30%;
  display: flex;
  align-items: center;
}
.item__imgtxt {
  margin-bottom: 16px;
}
.item__imgtxt p {
  color: #CAAA5C;
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .item__imgtxt p {
    text-align: center;
  }
}
.item__img {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}
.item__img--right::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 190px;
  background: url(../img/img-dec.png) no-repeat;
  background-size: contain;
  bottom: -10%;
  right: -30%;
}
@media screen and (max-width: 767px) {
  .item__img--right::before {
    width: 160px;
    height: 160px;
    bottom: -20%;
    right: -10%;
  }
}
.item__img--left::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 190px;
  background: url(../img/img-dec.png) no-repeat;
  background-size: contain;
  transform: scale(-1, 1);
  right: auto;
  left: -30%;
  bottom: -10%;
}
.item__img--deli::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 68px;
  background: url(../img/icon-delivery.png) no-repeat;
  background-size: contain;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.item__img--recommend::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background: url(../img/icon-recommend.png) no-repeat;
  background-size: contain;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.item__notice {
  margin-top: 40px;
}
.item__notice p {
  color: #fff;
  font-size: 0.8em;
}
.item__recommend {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.item__recommend-item {
  width: 46%;
  background: #fff;
  margin-right: 12px;
  padding: 1em 0.5em;
}
@media screen and (max-width: 767px) {
  .item__recommend-item {
    width: 100%;
    margin: 8px 0;
    padding: 0.5em;
  }
}
.item__recommend-item p {
  color: #15255A;
  font-size: 0.9em;
}
.item__recommend-ttl {
  border-bottom: 1px solid #15255A;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .item__recommend-ttl {
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .item__recommend-ttl p {
    text-align: center;
  }
}

/* -------------------------------------
        選手試食レビュー
------------------------------------- */
.review {
  display: flex;
  width: 95%;
  margin: 0 auto;
  background: #FFF9CF;
  padding: 2em;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .review {
    display: block;
    padding: 24px 0.5em;
  }
}
.review--strawberry {
  background: #fff;
}
.review p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #3E3A39;
}
.review__txtarea {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .review__txtarea {
    width: 100%;
  }
}
.review__about {
  display: flex;
  align-items: center;
}
.review__logo {
  max-width: 80px;
  margin-right: 8px;
}
.review__txt p {
  font-size: 1.1em;
  font-weight: 600;
  color: #E60012;
}
@media screen and (max-width: 767px) {
  .review__txt p {
    font-size: 1em;
  }
}
.review__player {
  margin-top: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .review__player {
    width: 80%;
    margin: 0 auto;
    margin-top: 24px;
  }
}
.review__player p {
  font-weight: 500;
}
.review__comment {
  margin-bottom: 8px;
}
.review__comment p {
  position: relative;
  display: inline-block;
}
.review__comment p::before, .review__comment p::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #3E3A39;
  bottom: 0;
}
.review__comment p::before {
  transform: rotate(-15deg);
  left: -8%;
}
.review__comment p::after {
  transform: rotate(15deg);
  right: -8%;
}
.review__img {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .review__img {
    width: 100%;
    margin-bottom: 24px;
  }
}
.review__img img {
  max-width: 150px;
}
@media screen and (max-width: 767px) {
  .review__img img {
    width: 48%;
  }
}

/*アニメーション*/
.anime-l {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateX(-40px);
}

.anime-b {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(40px);
}

.anime-o {
  opacity: 0;
  visibility: hidden;
  transition: 2.5s;
}

.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/*footer*/
#tenpo {
  font-family: "Noto Sans JP", sans-serif;
}

.sale__shoplist-btn {
  background-color: #F5F5F5;
  padding: 80px 0 50px;
}

.wrap {
  margin: 0 20px;
  position: relative;
  z-index: 2;
}

.sale__shoplist-btn h2 {
  text-align: center;
}

.sale__shoplist-btn .list {
  display: none;
}

.sale__shoplist-cont h2 {
  background-color: #D3D3D3;
  height: 70px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  border-bottom: 1px solid #fff;
}

.sale__shoplist-cont .area__parent {
  display: none;
}

.sale__shoplist-cont h3 {
  background-color: #EBEBEB;
  height: 70px;
  padding-left: 30px;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  border-bottom: 1px solid #fff;
}

.area__detail {
  display: none;
}

.area__detail > div {
  padding: 30px;
  border-bottom: 1px solid #D3D3D3;
}

.area__detail > div .ttl {
  font-size: 15px;
  margin-bottom: 16px;
}

.area__detail > div ul {
  display: flex;
}

.area__detail > div ul a {
  color: #2E3192;
  font-size: 14px;
}

.area__detail > div ul li:last-child {
  margin-left: 30px;
}

.addr {
  display: none;
}

.sale__shoplist-cont h2::before {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #333;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 28px;
  margin: auto;
  transition: 0.3s;
}

.sale__shoplist-cont h2::after {
  content: "";
  width: 16px;
  height: 1px;
  background-color: #333;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transition: 0.3s;
}

.area__detail > div ul a::after {
  content: "";
  display: inline-block;
  background: url(../img/link_arrow_blue.svg) no-repeat 50% 50%/contain;
  width: 8px;
  height: 10px;
  margin-left: 10px;
  transition: 0.3s;
}

.sale__shoplist-btn h2 {
  font-weight: bold;
  font-size: 1.3em;
}

@media screen and (min-width: 1024px) {
  .area__detail {
    display: block !important;
  }
  .sale__shoplist-cont h3 {
    pointer-events: none;
  }
  .sale__shoplist-btn {
    padding: 80px 0;
    margin-bottom: 80px;
  }
  .sale__shoplist-btn .wrap {
    display: flex;
    align-items: center;
  }
  .sale__shoplist-btn h2 {
    text-align: center;
    margin-right: 194px;
    flex: none;
  }
  .sale__shoplist-btn .list {
    display: block;
    flex: none;
  }
  .sale__shoplist-btn .list dl {
    display: flex;
    margin-bottom: 20px;
  }
  .sale__shoplist-btn .list dt {
    margin-right: 50px;
    font-weight: 500;
  }
  .sale__shoplist-btn .list dd {
    margin-right: 40px;
    font-weight: 400;
  }
  .sale__shoplist-btn .list dl a {
    color: #333;
    text-decoration: underline;
  }
  .sale__bd {
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: 80px;
  }
  .sale__shoplist-cont {
    width: 1000px;
    margin: 0 auto;
  }
  .sale__shoplist-cont h2 {
    display: none;
  }
  .sale__shoplist-cont .area__parent {
    display: block;
  }
  .sale__shoplist-cont h3 {
    background-color: #fff;
    height: auto;
    padding-left: 0px;
    display: block;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .sale__shoplist-cont h3::before {
    content: "";
    width: 61px;
    height: 3px;
    background-color: #B40067;
    display: block;
    margin-bottom: 20px;
  }
  .area__detail {
    display: block;
    margin-bottom: 80px;
  }
  .area__detail > div:first-child {
    border-top: 1px solid #D3D3D3;
  }
  .area__detail > div {
    border-bottom: 1px solid #D3D3D3;
    padding: 40px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .area__detail > div .ttl {
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 500;
    width: 173px;
  }
  .area__detail > div ul {
    display: flex;
    width: 330px;
  }
  .area__detail > div ul a {
    color: #2E3192;
    font-size: 14px;
  }
  .area__detail > div ul li:last-child {
    margin-left: 40px;
  }
}
@media screen and (min-width: 768px) {
  .wrap {
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
  }
}
@media screen and (max-width: 1023px) {
  .sale__shoplist-cont h3::after {
    content: "";
    background: url(https://www.izumi.jp/themes/custom/izumi/img/icon/arrow_black.svg) no-repeat 50% 50%/contain;
    width: 8px;
    height: 10px;
    display: block;
    position: absolute;
    right: 23px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
  }
  .sale__shoplist-cont h3.act::after {
    transform: rotate(90deg);
  }
}
/*footer*/
#s_footer .s_coNav li a,
#s_header .s_subNav a {
  transition: color 0.5s ease-out;
}

#s_footer a {
  color: #222;
}

#s_footer .s_coNav {
  padding: 0 39px;
  font-size: 0;
}

#s_footer .s_coNav li {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 2;
  white-space: nowrap;
}

#s_footer .s_coNav li a {
  padding-right: 14px;
  background: url("../img/arrow_pink.svg") no-repeat 100% 50%/6.828px auto;
}

@media (min-width: 768px) {
  #s_footer .s_coNav {
    padding-top: 65px;
    margin-bottom: 24px;
    text-align: center;
  }
  #s_footer .s_coNav li {
    display: inline-block;
    padding: 0 1em;
  }
}
@media (max-width: 767px) {
  #s_footer .s_coNav {
    padding: 50px 39px 21px;
  }
  #s_footer .s_coNav li {
    margin-bottom: 10px;
  }
}
#s_footer .s_coSubNav {
  padding: 0 39px;
  font-size: 0;
}

#s_footer .s_coSubNav li {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1em;
}

@media (max-width: 767px) {
  #s_footer .s_coSubNav li {
    font-size: 0.9rem;
  }
}
#s_footer .s_coSubNav li a:hover {
  opacity: 0.7;
}

@media (min-width: 768px) {
  #s_footer .s_coSubNav {
    text-align: center;
    color: #6f6f6f;
  }
  #s_footer .s_coSubNav li {
    display: inline-block;
    white-space: nowrap;
  }
  #s_footer .s_coSubNav li:not(:last-child):after {
    content: "|";
    display: inline-block;
    padding: 0 1.5em;
  }
  #s_footer .s_coSubNav li a {
    color: #6f6f6f;
  }
}
@media (max-width: 767px) {
  #s_footer .s_coSubNav {
    margin-bottom: 34px;
  }
  #s_footer .s_coSubNav li:last-child {
    margin-bottom: 0;
  }
}
#s_footer .s_copyright {
  padding: 89px 0 51px;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  color: #9d9d9d;
}

@media (max-width: 767px) {
  #s_footer .s_copyright {
    font-size: 0.8rem;
    padding: 19px 0 16px;
    background: #f5f5f5;
    color: #6f6f6f;
  }
}
#s_footer #s_toPageTop {
  padding: 50px;
  padding-top: 10px;
  padding-left: 10px;
  overflow: hidden;
  position: fixed;
  right: -26px;
  bottom: -26px;
  z-index: 50;
}

#s_footer #s_toPageTop button {
  width: 64px;
  height: 64px;
  overflow: hidden;
  position: relative;
  background: url("../img/pageTop.svg") no-repeat 50% 50%/64px 64px #fff;
  text-indent: -9999em;
  white-space: nowrap;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border: none;
}

#s_footer #s_toPageTop button:after {
  content: "";
  display: block;
  width: 18px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -9px;
  transform: rotate(-90deg);
  background: url("../img/arrow_black.svg") no-repeat 50% 50%/17px auto;
}

@media (max-width: 767px) {
  #s_footer #s_toPageTop {
    right: -40px;
    bottom: 40px;
  }
  #s_footer #s_toPageTop button {
    width: 50px;
    height: 50px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  }
  #s_footer #s_toPageTop button:after {
    width: 6px;
    height: 36px;
    margin-left: -3px;
    background-size: 5px auto;
  }
}
.one {
  margin-left: 0 !important;
}

#tenpo,
#s_footer {
  background: #fff;
}

.area__detail > div ul {
  justify-content: flex-end;
}

.slick-dots li.slick-active button:before {
  color: #fff;
}

#movie {
  position: relative;
  z-index: 10;
  padding: 40px 0;
}

.movie-youtube {
  text-align: center;
  position: relative;
  max-width: 980px;
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .movie-youtube {
    text-align: center;
    width: 600px;
    margin: auto;
    padding: 2em 1em;
    border-radius: 10px;
    margin-top: -2em;
  }
}
@media screen and (max-width: 767px) {
  .movie-youtube {
    margin: 0;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .movie-youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.strawberry__wrap {
  position: relative;
  background: linear-gradient(45deg, #0D1534, #0C1947);
}

/*==================================================
	ゆめオンライン
===================================*/
/* breakpoint定義 */
.online_benefit {
  width: 100%;
  background: #FFF5FA;
  padding-top: 64px;
  padding-bottom: 120px;
  font-family: "Noto Sans JP", sans-serif;
}
.online_benefit .online_benefit_title_top {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding-bottom: 4px;
}
@media screen and (max-width: 400px) {
  .online_benefit .online_benefit_title_top {
    width: 80%;
  }
  .online_benefit .online_benefit_title_top img {
    width: 100%;
  }
}
.online_benefit .online_benefit_title_bottom {
  font-size: 1.3em;
  color: #C70079;
  font-weight: 600;
  text-align: center;
  padding-bottom: 20px;
  margin-top: 20px;
}
.online_benefit .online_benefit_content {
  width: 100%;
  max-width: 655px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  padding: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .online_benefit .online_benefit_content {
    width: 90%;
  }
}
.online_benefit .online_benefit_content h4 {
  font-size: 1.8em;
  color: #C70079;
  text-align: center;
  font-weight: 600;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .online_benefit .online_benefit_content h4 {
    font-size: 1.4em;
  }
}
.online_benefit .online_benefit_content .point_5bai {
  width: 100%;
  max-width: 547px;
  margin: 0 auto;
  padding-bottom: 16px;
}
.online_benefit .online_benefit_content .point_5bai img {
  width: 100%;
}
.online_benefit .online_benefit_content .point_5bai_text_sm,
.online_benefit .online_benefit_content .point_5bai_text_lg {
  color: #C70079;
}
.online_benefit .online_benefit_content .point_5bai_text_sm {
  font-size: 0.9em;
  font-weight: 400;
  padding-bottom: 24px;
  width: 100%;
  max-width: 547px;
  margin: 0 auto;
}
.online_benefit .online_benefit_content .point_5bai_text_lg {
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .online_benefit .online_benefit_content .point_5bai_text_lg {
    font-size: 1.2em;
  }
}
.online_benefit .present_300yen {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .online_benefit .present_300yen {
    max-width: 300px;
  }
}
.online_benefit .online_button {
  padding-top: 32px;
  padding-bottom: 40px;
}
.online_benefit .online_button a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.5em;
  font-weight: 600;
  background-color: #C70079;
  border-radius: 30px;
  padding: 12px 10px 16px;
  max-width: 430px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .online_benefit .online_button a {
    width: 90%;
    margin: 0 auto;
    font-size: 1.1em;
  }
}
.online_benefit .point_5bai_text_lg {
  color: #C70079;
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .online_benefit .point_5bai_text_lg {
    font-size: 1.1em;
    width: 90%;
    margin: 0 auto;
  }
}
.online_benefit .point_5bai_text_lg span {
  display: inline;
  background: linear-gradient(transparent 60%, #FFF06A 60%);
  line-height: 1.8;
}

.sp_footer_menu {
  position: fixed;
  width: 100%;
  height: auto;
  bottom: 12px;
  left: 0;
  z-index: 999;
}
.sp_footer_menu ul {
  width: 100%;
}
.sp_footer_menu ul li {
  position: relative;
  width: 90%;
  margin: 0 auto;
  background: #CAAA5C;
  border-radius: 50px;
  box-shadow: 0px 7px 21px -3px rgba(89, 89, 89, 0.6);
  text-align: center;
}
.sp_footer_menu ul li::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 15px;
  background: url(../img/arrow.svg) no-repeat;
  right: 20px;
  top: 41%;
}
.sp_footer_menu ul li a {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 8px 0;
  line-height: 1.3;
  color: #FFF;
  font-size: 1.1em;
}/*# sourceMappingURL=style-2023christmas.css.map */