@charset "UTF-8";
@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}
/*共通*/
.youmecity_renewal {
  overflow: hidden;
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #000;
  line-height: 1.4;
}
.youmecity_renewal a {
  transition: all 0.3s;
  text-decoration: none;
  color: #000;
  line-height: 1.4;
}
.youmecity_renewal a:hover {
  opacity: 0.8;
}
.youmecity_renewal p {
  line-height: 1.4;
}
.youmecity_renewal ul {
  list-style: none;
}
.youmecity_renewal img {
  vertical-align: bottom;
}
.youmecity_renewal .swiper-wrapper {
  height: auto;
}
.youmecity_renewal .swiper-slide.item {
  width: 100%;
  max-width: none;
  margin: 0;
}
.youmecity_renewal .swiper-button_wrap {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2em;
}
.youmecity_renewal .swiper-button-prev:after,
.youmecity_renewal .swiper-rtl .swiper-button-next:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 14.6px 10px 0;
  border-color: transparent #ffffff transparent transparent;
}
.youmecity_renewal .swiper-button-next,
.youmecity_renewal .swiper-button-prev {
  position: static;
  background: #258BC6;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 5px;
}
.youmecity_renewal .swiper-button-next.swiper-button-disabled,
.youmecity_renewal .swiper-button-prev.swiper-button-disabled {
  background: #aaa;
  opacity: 1;
}
.youmecity_renewal .swiper-button-next:after,
.youmecity_renewal .swiper-rtl .swiper-button-prev:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 14.6px;
  border-color: transparent transparent transparent #ffffff;
}

.w1100 {
  width: 95%;
  margin: 0 auto;
  max-width: 1100px;
}

/* -------------------------------------
        FV
------------------------------------- */
.fv {
  position: relative;
  background: #ffef4a;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .fv {
    padding-bottom: 20px;
  }
}
.fv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/fv-top.png) no-repeat;
  background-size: contain;
  background-position: top;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .fv::before {
    background-size: contain;
  }
}
.fv::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  background: url(../img/fv-wave.jpg) repeat-x;
  background-size: contain;
  background-position: bottom;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .fv::after {
    background-size: cover;
  }
}
.fv__main {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.fv__wrap {
  position: relative;
  width: 60%;
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .fv__wrap {
    width: 75%;
  }
}
.fv__ttl {
  position: relative;
  z-index: 3;
  animation: puyo 3s ease-in-out infinite;
  transform-origin: center center;
}
.fv__img {
  width: 50%;
  margin: 0 auto;
  margin-top: -15px;
  animation: floatSwing 3s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .fv__img {
    width: 60%;
    margin: 0 auto;
    margin-top: -10px;
  }
}
.fv__kikan {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 10px 1em 6px;
  background: #0086cb;
  border-radius: 50px;
  text-align: center;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .fv__kikan {
    width: 90%;
  }
}
.fv__dec {
  position: absolute;
  z-index: 3;
}
.fv__dec img {
  width: 100%;
}
.fv__dec--lft {
  width: 35%;
  left: 0%;
  top: 10%;
  max-width: 640px;
}
@media screen and (max-width: 1024px) {
  .fv__dec--lft {
    top: 30%;
  }
}
@media screen and (max-width: 767px) {
  .fv__dec--lft {
    width: 25%;
    left: 5%;
    top: auto;
    bottom: 20%;
  }
}
.fv__dec--rgt {
  width: 35%;
  right: 0%;
  top: 10%;
  max-width: 640px;
}
@media screen and (max-width: 1024px) {
  .fv__dec--rgt {
    top: 30%;
  }
}
@media screen and (max-width: 767px) {
  .fv__dec--rgt {
    width: 25%;
    right: 2%;
    top: auto;
    bottom: 16%;
  }
}
.fv__dec--lftballon {
  width: 8%;
  bottom: 20%;
  left: 18%;
  max-width: 80px;
  animation: floating 2s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .fv__dec--lftballon {
    width: 10%;
    bottom: 22%;
    left: 8%;
  }
}
.fv__dec--rtballon {
  width: 6%;
  right: 3%;
  top: 38%;
  max-width: 80px;
  animation: floating 2.2s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .fv__dec--rtballon {
    width: 8%;
    right: -10%;
    top: 40%;
  }
}
.fv__dec--rbballon {
  width: 7%;
  bottom: 10%;
  right: 14%;
  max-width: 80px;
  animation: floating 1.8s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .fv__dec--rbballon {
    width: 8%;
    bottom: 25%;
    right: 6%;
  }
}

@keyframes floatSwing {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(6deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes floating {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(4%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes puyo {
  0% {
    transform: scale(1, 1);
  }
  8% {
    transform: scale(1.05, 0.94);
  }
  16% {
    transform: scale(0.92, 1.1);
  }
  24% {
    transform: scale(1, 0.94);
  }
  32% {
    transform: scale(0.98, 1.03);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.unkernav {
  position: relative;
  background: #a5daf6;
  text-align: center;
  padding: 40px 0;
  margin-top: -2px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .unkernav {
    padding: 20px 0 30px;
  }
}
.unkernav__ttl {
  width: 95%;
  margin: 0 auto;
}
.unkernav ul {
  width: 95%;
  margin: 0 auto;
  margin-top: 10px;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.unkernav ul li {
  width: 23%;
  max-width: 240px;
  margin: 10px 8px;
}
@media screen and (max-width: 767px) {
  .unkernav ul li {
    width: 45%;
    margin: 6px 4px;
  }
}
.unkernav ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 90px;
  border-radius: 16px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
  background: #0086cb;
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .unkernav ul li a {
    height: 65px;
    font-size: 1em;
    border-radius: 12px;
  }
}
.unkernav ul li a:hover {
  opacity: 1;
  animation: shake 0.35s ease-in-out;
}
.unkernav ul li a::before {
  content: "";
  position: absolute;
  width: 20%;
  height: 50%;
  background: url(../img/unker-dec.png) no-repeat;
  background-size: contain;
  left: 4%;
  top: 8%;
}
.unkernav ul li:nth-child(even) a {
  background: #e63176;
}

@keyframes shake {
  0% {
    transform: translateX(0) rotate(0);
  }
  20% {
    transform: translateX(-2px) rotate(-2deg);
  }
  40% {
    transform: translateX(2px) rotate(2deg);
  }
  60% {
    transform: translateX(-2px) rotate(-2deg);
  }
  80% {
    transform: translateX(2px) rotate(2deg);
  }
  100% {
    transform: translateX(0) rotate(0);
  }
}
/* -------------------------------------
        共通
------------------------------------- */
.item {
  position: relative;
  height: auto;
  padding: 1em 10px 1em;
  margin: 0.5em 6px;
  background: #fff;
  max-width: 400px;
  text-align: left;
  border-radius: 12px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .item {
    padding: 0.5em 0.5em 1em;
    margin: 8px 4px;
    min-width: auto;
    max-width: 400px;
    border-radius: 12px;
  }
}
.item__img {
  position: relative;
  text-align: center;
  margin-bottom: 4px;
}
.item__icon {
  position: absolute;
  width: 22%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .item__icon {
    width: 30%;
    top: -2%;
  }
}
.item__icon img {
  width: 100%;
}
.item__original {
  padding: 4px;
  background: #e52d8a;
  text-align: center;
  color: #fff;
  font-size: 0.9em;
  border-radius: 40px;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .item__original {
    font-size: 0.8em;
  }
}
.item__corner {
  display: inline-block;
  padding: 2px 4px;
  color: #fff;
  background: #0081cc;
}
.item__corner--meat {
  background: #e8528d;
}
.item__corner--sozai {
  background: #ed781e;
}
.item__corner--flesh {
  background: #6fb92c;
}
.item__limited {
  font-size: 0.95em;
  padding: 2px 0 4px;
  text-align: center;
  margin-bottom: 4px;
  border: 1px solid #e50012;
  color: #e50012;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .item__limited {
    font-size: 0.9em;
    padding: 0 0 2px;
  }
}
.item__kagiri {
  font-size: 0.95em;
  padding: 2px 0 4px;
  text-align: center;
  margin-bottom: 4px;
  border: 1px solid #000;
  color: #000;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .item__kagiri {
    font-size: 0.9em;
    padding: 0 0 2px;
  }
}
.item__logo {
  width: 25%;
  max-width: 100px;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .item__logo {
    width: 30%;
    max-width: 70px;
  }
}
.item__logo--pan {
  width: 30%;
}
.item__logo--wide {
  width: 80%;
  max-width: 180px;
}
.item__youme {
  width: 25%;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .item__youme {
    width: 35%;
  }
}
.item__fish {
  display: inline-block;
  background: #0080CB;
  color: #fff;
  padding: 0 4px 2px;
  margin-bottom: 4px;
  font-size: 0.9em;
}
.item__sanchi {
  font-size: 0.9em;
  margin-bottom: 2px;
}
.item__ttl {
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 4px;
  background: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .item__ttl {
    font-size: 1em;
  }
}
.item__ttl span.small {
  font-size: 0.8em;
}
.item__about {
  display: inline-block;
  background: #000000;
  padding: 0 4px 4px;
  color: #fff;
  font-size: 0.9em;
  margin-bottom: 0.5em;
}
.item__comment {
  font-size: 0.9em;
  margin-top: 4px;
  margin-bottom: 4px;
}
.item__notice {
  font-size: 0.9em;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .item__notice {
    font-size: 0.8em;
  }
}
.item__moto {
  color: #e50012;
}
@media screen and (max-width: 767px) {
  .item__moto {
    font-size: 0.85em;
  }
}
.item__price {
  margin-top: auto;
  position: relative;
  text-align: right;
  z-index: 1;
  font-size: 1.6em;
  line-height: 1.2;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .item__price {
    font-size: 1.1em;
  }
}
.item__price span.small {
  font-size: 0.6em;
  margin-right: 2px;
}
@media screen and (max-width: 767px) {
  .item__price span.small {
    font-size: 0.55em;
  }
}
.item__price span.yoridori {
  font-size: 0.7em;
  margin-right: 2px;
}
@media screen and (max-width: 767px) {
  .item__price span.yoridori {
    display: block;
    margin-top: 8px;
  }
}
.item__price span.yen {
  font-size: 0.6em;
}
.item__tax {
  text-align: right;
  color: #E50012;
}
.item__notice {
  font-size: 0.9em;
}

.mainnotice {
  width: 95%;
  margin: 40px auto;
  max-width: 1200px;
}
.mainnotice p {
  font-size: 0.9em;
  padding-left: 1em;
  text-indent: -1em;
}

.con {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .con {
    padding: 60px 0;
  }
}
.con__wrap {
  width: 95%;
  margin: 0 auto;
  max-width: 1200px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .con__wrap {
    padding-bottom: 0;
  }
}
.con__ttl {
  position: relative;
  text-align: center;
  z-index: 2;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .con__ttl {
    width: 85%;
    margin-bottom: 10px;
  }
}
.con__ttl .subttl {
  display: inline-block;
  font-size: 1.1em;
  font-weight: 600;
  background: #fff;
  padding: 0 4px;
}
@media screen and (max-width: 767px) {
  .con__ttl .subttl {
    font-size: 1em;
  }
}
.con__ttl .subttl--blue {
  color: #0086cb;
}
.con__ttl .subttl--pink {
  color: #e63176;
}
.con__ttl .mainttl {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .con__ttl .mainttl {
    margin-top: 8px;
  }
}
.con__list {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .con__list {
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
  }
}
.con__btn {
  width: 95%;
  margin: 0 auto;
  max-width: 400px;
  margin-top: 20px;
}
.con__btn a {
  position: relative;
  display: block;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  border: 2px solid #01558d;
  color: #01558d;
  padding: 16px 10px;
  font-weight: 700;
  font-size: 1.1em;
}
.con__btn a::after {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  background: url(../img/arrow-blue.svg) no-repeat;
  background-size: contain;
  right: 3%;
  top: 35%;
  transition: all 0.3s;
}
.con__btn a:hover {
  box-shadow: none;
}
.con__btn a:hover::after {
  right: 2%;
}

/* -------------------------------------
        NEW OPEN
------------------------------------- */
.newopen {
  background: #ffef4a;
  background-color: #ffef4a;
  background-image: repeating-linear-gradient(-60deg, transparent, transparent 30px, rgba(255, 255, 255, 0.2) 30px, rgba(255, 255, 255, 0.2) 60px);
}
.newopen__shopwrap {
  position: relative;
  padding: 100px 1em 40px;
  border-radius: 30px;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .newopen__shopwrap {
    border-radius: 20px;
    padding: 12% 0.5em 1em;
    margin-top: 70px;
  }
}
.newopen__shopwrap__ttl {
  position: absolute;
  width: 70%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .newopen__shopwrap__ttl {
    width: 90%;
    top: -1%;
  }
}
.newopen__shopwrap__about {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .newopen__shopwrap__about {
    display: block;
  }
}
.newopen__shopwrap__about-img {
  width: 30%;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .newopen__shopwrap__about-img {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 8px;
  }
}
.newopen__shopwrap__about-txt {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .newopen__shopwrap__about-txt {
    width: 100%;
    font-size: 0.9em;
    text-align: center;
  }
}
.newopen__shopwrap__about-txt--lp {
  color: #fff;
  max-width: 360px;
}
@media screen and (max-width: 767px) {
  .newopen__shopwrap__about-txt--lp {
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }
}
.newopen__shopwrap__about-txt--lp .notice {
  font-size: 0.9em;
}
.newopen__shopwrap__about-txt--lp .pink {
  background: #e3007f;
  border: 1px solid #fff;
  border-radius: 8px;
  text-align: center;
  padding: 4px;
  margin-top: 4px;
}
.newopen .loft {
  background: #fff;
  box-shadow: 4px 4px 0 #fccf00;
}
@media screen and (max-width: 767px) {
  .newopen .loft .newopen__shopwrap__ttl {
    top: -0.5%;
  }
}
.newopen .loft__mainimg {
  width: 90%;
  margin: 0 auto;
  max-width: 640px;
  margin-top: 20px;
  text-align: center;
}
.newopen .loft__opening {
  position: relative;
  max-width: 850px;
  margin: 0 auto;
  padding: 2em 1em;
  background: #fef4c2;
  border-radius: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .newopen .loft__opening {
    padding-top: 7%;
  }
}
@media screen and (max-width: 767px) {
  .newopen .loft__opening {
    border-radius: 20px;
    padding: 4em 0.5em 1em;
    text-align: center;
    max-width: 500px;
  }
}
.newopen .loft__opening__ttl {
  position: absolute;
  width: 42%;
  left: -4%;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .newopen .loft__opening__ttl {
    top: -5%;
  }
}
@media screen and (max-width: 767px) {
  .newopen .loft__opening__ttl {
    width: 70%;
    left: -2%;
    top: -2%;
    text-align: left;
  }
}
.newopen .loft__opening__main {
  display: flex;
  justify-content: center;
  align-items: end;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .newopen .loft__opening__main {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .newopen .loft__opening__main {
    font-size: 0.9em;
  }
}
.newopen .loft__opening__main-txt {
  width: 45%;
}
@media screen and (max-width: 1024px) {
  .newopen .loft__opening__main-txt {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .newopen .loft__opening__main-txt {
    width: 100%;
  }
}
.newopen .loft__opening__main-img {
  width: 40%;
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .newopen .loft__opening__main-img {
    width: 70%;
    max-width: none;
    margin-top: 8px;
  }
}
.newopen .loft__opening__main .about {
  margin-bottom: 4px;
}
.newopen .loft__opening__main .ttl {
  position: relative;
  font-size: 1.6em;
  font-weight: 600;
  display: inline;
  margin: 10px 0;
  background: #fff;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .newopen .loft__opening__main .ttl {
    font-size: 1.4em;
    line-height: 1.4;
    margin-top: 4px;
  }
}
.newopen .loft__opening__main .okaiage {
  font-size: 1.2em;
}
.newopen .loft__opening__main .detail {
  margin-top: 1em;
  font-size: 0.9em;
}
.newopen .loft__mustbuy {
  max-width: 850px;
  margin: 0 auto;
  margin-top: 50px;
}
.newopen .loft__mustbuy__ttl {
  text-align: center;
}
.newopen .loft__mustbuy__subttl {
  position: relative;
  margin-top: 30px;
  text-align: center;
  margin-bottom: 10px;
}
.newopen .loft__mustbuy__subttl::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #fccf00;
  left: 0;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .newopen .loft__mustbuy__subttl::after {
    height: 2px;
  }
}
.newopen .loft__mustbuy__subttl p {
  position: relative;
  display: inline-block;
  background: #fff;
  font-weight: 600;
  z-index: 2;
  padding: 0 8px 0 1em;
}
@media screen and (max-width: 767px) {
  .newopen .loft__mustbuy__subttl p {
    font-size: 0.9em;
    padding: 0 0 0 8px;
  }
}
.newopen .loft__mustbuy__subttl p span.big {
  font-size: 1.4em;
}
@media screen and (max-width: 767px) {
  .newopen .loft__mustbuy__subttl p span.big {
    font-size: 1.1em;
  }
}
.newopen .loft__mustbuy__subttl p::before {
  content: "";
  position: absolute;
  width: 1.5em;
  height: 1em;
  background: url(../img/loft-mustbuy-dec.png) no-repeat;
  background-size: contain;
  right: 0.5em;
  top: -0.5em;
}
@media screen and (max-width: 767px) {
  .newopen .loft__mustbuy__subttl p::before {
    right: -0.5em;
    top: -0.8em;
  }
}
.newopen .loft__mustbuy .item {
  border-radius: 6px;
  background: #fef4c2;
}
.newopen .loft__mustbuy .item__img {
  background: #fff;
}
.newopen .lp {
  position: relative;
  background: #00a5dc;
}
.newopen .lp__dec {
  position: absolute;
}
.newopen .lp__dec--lft {
  width: 20%;
  left: 10%;
  top: 4%;
}
@media screen and (max-width: 767px) {
  .newopen .lp__dec--lft {
    left: 2%;
    top: 1%;
  }
}
.newopen .lp__dec--rgt {
  width: 4%;
  right: 17%;
  top: 7%;
}
@media screen and (max-width: 767px) {
  .newopen .lp__dec--rgt {
    width: 6%;
    right: 5%;
    top: 2%;
  }
}
.newopen .lp__opening {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 60px;
  border-radius: 35px;
  background: #ffe100;
  text-align: center;
  padding: 20px 1em;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .newopen .lp__opening {
    max-width: 500px;
    border-radius: 20px;
    padding-top: 30px;
    margin-top: 40px;
  }
}
.newopen .lp__opening__ttl {
  position: absolute;
  width: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -30px;
  border-radius: 50px;
  padding: 10px 0;
  background: #ffe100;
  text-align: center;
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .newopen .lp__opening__ttl {
    width: 70%;
    top: -20px;
  }
}
.newopen .lp__opening__ttl p {
  color: #00a4dc;
  font-weight: 700;
  font-size: 2em;
}
@media screen and (max-width: 767px) {
  .newopen .lp__opening__ttl p {
    font-size: 1.4em;
  }
}
.newopen .lp__opening__main {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .newopen .lp__opening__main-img {
    width: 70%;
    margin: 0 auto;
  }
}
.newopen .lp__main {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 40px;
}
.newopen .lp__main__item {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .newopen .lp__main__item {
    margin-bottom: 20px;
    flex-wrap: wrap;
    text-align: center;
  }
}
.newopen .lp__main__item__img {
  width: 50%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .newopen .lp__main__item__img {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
}
.newopen .lp__main__item__txt {
  position: relative;
  width: 55%;
  max-width: 440px;
  background: #fff;
  border: 3px solid #1dafe0;
  padding: 2em;
  border-radius: 30px;
  text-align: center;
  margin-left: -30px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .newopen .lp__main__item__txt {
    width: 100%;
    margin: 0 auto;
    margin-top: -20px;
    border-radius: 20px;
    padding: 1em;
  }
}
.newopen .lp__main__item__txt-ttl {
  width: 75%;
  margin: 0 auto;
}
.newopen .lp__main__item__txt-ttl--zaboom {
  width: 85%;
}
.newopen .lp__main__item__txt p {
  text-align: left;
  color: #1dafe0;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .newopen .lp__main__item__txt p {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .newopen .lp__main__item--rev {
    flex-direction: column-reverse;
  }
}
.newopen .lp__main__item--rev .lp__main__item__txt {
  margin-left: auto;
  margin-right: -30px;
}
@media screen and (max-width: 767px) {
  .newopen .lp__main__item--rev .lp__main__item__txt {
    margin: 0;
    margin-top: -20px;
  }
}
.newopen .lp__main__item--rev .lp__main__item__img {
  text-align: left;
}
.newopen .lp__notice {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 20px;
  color: #fff;
  font-size: 0.9em;
  text-align: center;
}
.newopen .lp__sns {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 40px;
  background: #ffe100;
  border-radius: 30px;
  padding: 2em 0.5em;
}
@media screen and (max-width: 767px) {
  .newopen .lp__sns {
    border-radius: 12px;
    padding: 1.5em 0.5em 1em;
    max-width: 500px;
  }
}
.newopen .lp__sns__ttl {
  font-size: 2em;
  font-weight: 800;
  color: #00A5DC;
  text-align: center;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .newopen .lp__sns__ttl {
    font-size: 1.2em;
  }
}
.newopen .lp__sns__ttl span.pink {
  color: #e75297;
}
.newopen .lp__sns__snssub {
  font-size: 1.2em;
  font-weight: 800;
  color: #00A5DC;
  text-align: center;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .newopen .lp__sns__snssub {
    font-size: 1em;
  }
}
.newopen .lp__sns__snssub span {
  font-size: 0.9em;
  font-weight: 600;
}
.newopen .lp__sns__snsflex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em;
}
.newopen .lp__sns__snsflex-line, .newopen .lp__sns__snsflex-app {
  width: 350px;
}
.newopen .lp__sns__snsflex-ttl {
  background-color: #00A5DC;
  color: #ffffff;
  font-size: 1.4em;
  padding: 0.2em 0;
  text-align: center;
  border-radius: 100px;
  width: 80%;
  margin: 0 auto 0.5em;
}
@media screen and (max-width: 767px) {
  .newopen .lp__sns__snsflex-ttl {
    font-size: 1.2em;
  }
}
.newopen .lp__sns__snsflex-lineimg {
  width: 200px;
  margin: 1em auto 0;
  text-align: center;
}
.newopen .lp__sns__snsflex .line_btn {
  max-width: 400px;
  width: 90%;
  margin: 0 auto 20px;
  text-align: center;
  background-color: #27AD38;
  border-radius: 20px;
  font-weight: 800;
  position: relative;
}
@media screen and (max-width: 767px) {
  .newopen .lp__sns__snsflex .line_btn {
    border-radius: 12px;
    margin-bottom: 0;
  }
}
.newopen .lp__sns__snsflex .line_btn::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  position: absolute;
  top: 45%;
  right: 15px;
  margin-top: -4px;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.newopen .lp__sns__snsflex .line_btn a {
  display: inline-block;
  font-size: 1.6em;
  padding: 20px 40px;
  text-decoration: none;
  color: #ffffff;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .newopen .lp__sns__snsflex .line_btn a {
    font-size: 1.1em;
    padding: 16px;
  }
}
.newopen .lp__sns__snsflex-appimg {
  width: 80%;
  margin: 1em auto 0;
  text-align: center;
}
.newopen .xsell {
  max-width: 940px;
  margin: 0 auto;
  margin-top: 60px;
  text-align: center;
}
.newopen .xsell__mainttl {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .newopen .xsell__mainttl {
    width: 95%;
  }
}
.newopen .xsell__ttl {
  padding: 8px;
  background: #442523;
}
@media screen and (max-width: 767px) {
  .newopen .xsell__ttl__main {
    width: 70%;
    margin: 0 auto;
  }
}
.newopen .xsell__wrap {
  border: 2px solid #442523;
  background: #fff;
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .newopen .xsell__wrap {
    padding: 0.5em;
  }
}
.newopen .xsell__kikaku {
  background: #CEA523;
  background: linear-gradient(-45deg, rgb(206, 165, 35) 0%, rgb(255, 237, 111) 50%, rgb(206, 165, 35) 100%);
  padding: 0.5em 1em 1em;
}
@media screen and (max-width: 767px) {
  .newopen .xsell__kikaku {
    padding: 0.5em;
  }
}
.newopen .xsell__kikaku__ttl {
  font-weight: 700;
  font-size: 2.2em;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .newopen .xsell__kikaku__ttl {
    font-size: 1.4em;
  }
}
.newopen .xsell__kikaku__ttl span.small {
  font-size: 0.7em;
}
.newopen .xsell__kikakumain {
  background: #fff;
  border: 4px solid #e50012;
  padding: 1em 0.5em;
}
@media screen and (max-width: 767px) {
  .newopen .xsell__kikakumain {
    padding: 0.5em;
  }
}
.newopen .xsell__kikakunotice {
  background: #231815;
  color: #fff;
  padding: 4px;
  font-size: 0.8em;
}
.newopen .xsell__mukinri {
  background: #182987;
  padding: 8px;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .newopen .xsell__mukinri {
    margin-top: 0.5em;
  }
}

.tab-content {
  display: none;
}
.tab-content.show {
  position: relative;
  display: block;
  padding: 1em;
  border: 4px solid #e63176;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .tab-content.show {
    border: 2px solid #e63176;
    padding: 0.5em;
  }
}

.tab-btn {
  display: flex;
  justify-content: center;
}
.tab-btn__item {
  padding: 16px 40px 8px;
  border-radius: 999px 999px 0 0;
  background: #0086cb;
  text-align: center;
  cursor: pointer;
  margin: 0 4px;
}
@media screen and (max-width: 767px) {
  .tab-btn__item {
    padding: 12px 5.5% 4px;
    width: 20%;
    max-width: 130px;
  }
}
.tab-btn__item.current {
  background: #e63176;
}

/* -------------------------------------
        EVENT
------------------------------------- */
.event {
  position: relative;
  background: #A5DAF6;
  background: linear-gradient(0deg, rgb(165, 218, 246) 0%, rgb(255, 255, 255) 100%);
}
.event::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/event-bg.png) no-repeat;
  background-size: contain;
  background-position: bottom;
  bottom: 0;
}
.event__wrap {
  max-width: 850px;
  margin: 0 auto;
}
.event .swiper p {
  text-align: center;
  color: #5f1e20;
}
@media screen and (max-width: 767px) {
  .event .swiper .item {
    padding: 1.5em 0.5em;
  }
}
.event .swiper .subttl {
  background: #fadce9;
  border-radius: 40px;
  font-size: 1.4em;
  font-weight: 600;
  color: #e85298;
  padding: 8px;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .event .swiper .subttl {
    width: 100%;
    font-size: 1.2em;
  }
}
.event .swiper .subttl--green {
  background: #6eba38;
  color: #fff;
}
.event .swiper .subttl--blue {
  background: #00adea;
  color: #fff;
}
.event .swiper .subttl--pink {
  background: #e85298;
  color: #fff;
}
.event .swiper .subttl--summer {
  background: none;
  color: #e85298;
  font-size: 1.2em;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .event .swiper .subttl--summer {
    font-size: 1em;
  }
}
.event .swiper .ttl {
  font-size: 2.2em;
  font-weight: 700;
  color: #e85298;
}
@media screen and (max-width: 767px) {
  .event .swiper .ttl {
    font-size: 1.8em;
  }
}
.event .swiper .ttl span.small {
  font-size: 0.6em;
}
.event .swiper .ttl--green {
  color: #6eba38;
}
.event .swiper .ttl--blue {
  color: #00adea;
}
.event .swiper .ttl--pink {
  color: #e85298;
}
.event .swiper .ttl--summer {
  color: #0086cc;
}
@media screen and (max-width: 767px) {
  .event .swiper .ttl--summer {
    line-height: 1.1;
  }
}
.event .swiper .about {
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  .event .swiper .about {
    font-size: 1em;
  }
}
.event .swiper .about span.aboutttl {
  color: #e85298;
}
.event .swiper .about--green span.aboutttl {
  color: #6eba38;
}
.event .swiper .about--blue span.aboutttl {
  color: #00adea;
}
.event .swiper .about--pink span.aboutttl {
  color: #e85298;
}
.event .swiper .about--summer span.aboutttl {
  color: #0086cc;
}
.event .swiper .notice {
  font-size: 0.8em;
  margin-top: 4px;
}
.event .swiper .present__txt {
  color: #e85298;
  font-size: 1.2em;
  font-weight: 600;
  margin: 4px auto;
}
@media screen and (max-width: 767px) {
  .event .swiper .present__txt {
    font-size: 1em;
  }
}
.event .swiper .present__txt--blue {
  color: #00adea;
}
.event .swiper .present__txt--pink {
  color: #e85298;
}
.event .swiper .present__list {
  display: flex;
  justify-content: center;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .event .swiper .present__list {
    justify-content: space-between;
  }
}
.event .swiper .present__item {
  width: 30%;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .event .swiper .present__item {
    width: 32%;
    margin: 0;
  }
}
.event .swiper .present__item__day {
  font-size: 1.5em;
  font-weight: 700;
  color: #fff;
  padding: 4px;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .event .swiper .present__item__day {
    font-size: 1.2em;
  }
}
.event .swiper .present__item__day--green {
  background: #6eba38;
}
.event .swiper .present__item__day--blue {
  background: #00aacd;
}
.event .swiper .present__item__day--pink {
  background: #e85298;
}
.event .swiper .present__item__ttl {
  font-size: 1.2em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .event .swiper .present__item__ttl {
    font-size: 1em;
  }
}
.event .swiper .present__item__img {
  width: 90%;
  margin: 0 auto;
}
.event .swiper .present__item__limited {
  padding: 4px;
  font-size: 1.2em;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .event .swiper .present__item__limited {
    font-size: 0.9em;
    padding: 4px 2px;
  }
}
.event .swiper .present__item__limited--green {
  background: #6eba38;
}
.event .swiper .present__item__limited--blue {
  background: #00aacd;
}
.event .swiper .present__item__limited--pink {
  background: #e85298;
}
.event .swiper .premium__set {
  text-align: center;
  margin-top: 4px;
  margin-bottom: 8px;
}
.event .swiper .premium__set p {
  display: inline-block;
  background: #6eba38;
  font-size: 1.4em;
  color: #fff;
  padding: 4px 8px;
}
@media screen and (max-width: 767px) {
  .event .swiper .premium__set p {
    font-size: 1.2em;
  }
}
.event .swiper .premium__list {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .event .swiper .premium__list {
    display: block;
  }
}
.event .swiper .premium__img {
  text-align: center;
  width: 55%;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .event .swiper .premium__img {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 8px;
  }
}
.event .swiper .premium__txt {
  max-width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .event .swiper .premium__txt {
    width: 100%;
    text-align: center;
  }
}
.event .swiper .premium__detail {
  padding: 0.5em;
  background: #ecf4d9;
  margin: 4px 0;
}
.event .swiper .premium__detail--blue {
  background: #eaf6fd;
}
.event .swiper .ballon__img {
  width: 60%;
  max-width: 320px;
  margin: 0 auto;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .event .swiper .ballon__img {
    width: 50%;
  }
}
.event .swiper .summer__about {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .event .swiper .summer__about {
    font-size: 0.9em;
    text-align: left;
  }
}
.event .swiper .summer__list {
  font-size: 0.9em;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e0f1f4;
  padding: 1em;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .event .swiper .summer__list {
    display: block;
    padding: 0.5em;
  }
}
.event .swiper .summer__txt p {
  text-align: left;
}

/* -------------------------------------
        ゆめカードインフォ
------------------------------------- */
.youmecard {
  position: relative;
  background: #fff;
  margin-top: -2px;
}
@media screen and (max-width: 767px) {
  .youmecard .con__wrap {
    padding-bottom: 0;
  }
}
.youmecard::before {
  content: "";
  position: absolute;
  width: 20%;
  height: 100%;
  background: url(../img/youmecard-bg-r.png) repeat-y;
  background-size: contain;
  background-position: left top;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .youmecard::before {
    content: none;
  }
}
.youmecard::after {
  content: "";
  position: absolute;
  width: 20%;
  height: 100%;
  background: url(../img/youmecard-bg-l.png) repeat-y;
  background-size: contain;
  background-position: right top;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .youmecard::after {
    content: none;
  }
}
.youmecard__con {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.youmecard__con__ttl {
  position: relative;
  text-align: center;
  padding-bottom: 4px;
}
.youmecard__con__ttl::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 90%;
  background: #1d2087;
  left: 0;
  bottom: 0;
}
.youmecard__con__ttl__day {
  width: 35%;
  margin: 0 auto;
}
.youmecard__con__ttl__day img {
  position: relative;
  z-index: 1;
}
.youmecard__con__main {
  padding: 1em;
  background: #fff;
  border: 3px solid #1d2087;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .youmecard__con__main {
    padding: 0.5em;
  }
}
.youmecard__con__main__lft, .youmecard__con__main__rgt {
  width: 50%;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .youmecard__con__main__lft, .youmecard__con__main__rgt {
    width: 100%;
  }
}
.youmecard__con__main__item {
  border-radius: 20px;
  padding: 1.5em 1em;
  margin: 0 0.5em 1em;
}
@media screen and (max-width: 767px) {
  .youmecard__con__main__item {
    border-radius: 12px;
    margin: 0.5em 0;
    padding: 1em 0.5em;
    border-radius: 12px;
  }
}
.youmecard__con__main__item--pink {
  background: rgba(198, 0, 121, 0.1);
}
.youmecard__con__main__item--pinkmax {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .youmecard__con__main__item--pinkmax {
    height: auto;
  }
}
.youmecard__con__main__item--credit {
  background: #009844;
  border-radius: 0;
  padding: 0.5em;
}
.youmecard__con__main__item--credit .credit {
  font-size: 1.1em;
  font-weight: 700;
  color: #fff000;
}
.youmecard__con__main__item--credit .present {
  background: #fff;
  padding: 4px;
}
.youmecard__con__main__item--red {
  background: #e50012;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .youmecard__con__main__item--red {
    height: auto;
  }
}
.youmecard__con__main__item--red p {
  color: #fff;
}
.youmecard__con__main__item .limited {
  width: 65%;
  margin: 0 auto;
  margin-bottom: 8px;
  text-align: center;
  background: #ffef4a;
  border-radius: 40px;
  padding: 8px;
}
@media screen and (max-width: 767px) {
  .youmecard__con__main__item .limited {
    width: 70%;
  }
}
.youmecard__con__main__item .limited p {
  color: #e50012;
  font-size: 1.2em;
  font-weight: 700;
}
.youmecard__con__main__item .oshiharai {
  font-weight: 700;
  font-size: 1.5em;
  color: #e50012;
  line-height: 1.2;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .youmecard__con__main__item .oshiharai {
    font-size: 1.2em;
  }
}
.youmecard__con__main__item .x5 {
  width: 90%;
  margin: 0 auto;
}
.youmecard__con__main__item .x10 {
  margin: 8px auto;
  width: 65%;
}
.youmecard__con__main__item .zenjitsu {
  border: 1px solid #c60079;
  padding: 4px;
  margin-top: 4px;
}
.youmecard__con__main__item .zenjitsu .ttl {
  color: #c60079;
  font-size: 1.3em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .youmecard__con__main__item .zenjitsu .ttl {
    font-size: 1.1em;
    line-height: 1.2;
  }
}
.youmecard__con__main__item .zenjitsu .ttl span {
  color: #231815;
}
.youmecard__con__main__item .taisho {
  font-size: 2.5em;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .youmecard__con__main__item .taisho {
    font-size: 2em;
  }
}
.youmecard__con__main__item .taishonotice {
  padding: 4px;
  border: 1px solid #fff;
  margin-bottom: 0.5em;
  font-size: 0.9em;
  margin-top: 4px;
}
.youmecard__con__main__item .taishodetail {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .youmecard__con__main__item .taishodetail {
    line-height: 1.2;
    margin-bottom: 4px;
  }
}
.youmecard__con__main__item .pointnotice--white {
  color: #fff;
}
.youmecard__con__main__item .notice {
  font-size: 0.8em;
}
.youmecard__con__main__item .notice--white {
  color: #fff;
}
.youmecard__camp {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 40px;
  text-align: center;
  color: #fff;
  z-index: 1;
}
.youmecard__camp__img {
  padding-top: 10px;
  background: url(../img/youmecard-bunkatsu-bg.png) no-repeat;
  background-size: cover;
}
.youmecard__camp__img__main {
  width: 80%;
  margin: 0 auto;
}
.youmecard__camp__txt {
  background: #323262;
  margin-top: -1px;
  padding: 8px 12px;
}
.youmecard__camp__txt .futan {
  font-weight: 600;
}
.youmecard__camp__txt .notice {
  margin-top: 8px;
  font-size: 0.8em;
  text-align: left;
}

/* -------------------------------------
        食品売場
------------------------------------- */
.shokuhin {
  position: relative;
  padding-top: 0;
  background: #a5daf6;
}
.shokuhin::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10%;
  background: url(../img/wave.jpg) repeat-x;
  background-size: contain;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .shokuhin::before {
    background-size: cover;
  }
}
.shokuhin .con__wrap {
  position: relative;
  z-index: 1;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .shokuhin .con__wrap {
    padding-bottom: 40px;
  }
}
.shokuhin .con__wrap--top {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .shokuhin .con__wrap--top {
    padding-bottom: 0;
  }
}
.shokuhin__top {
  padding-top: 80px;
}
.shokuhin__subttl {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 40px;
  animation: puyo 2s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .shokuhin__subttl {
    margin-bottom: 30px;
  }
}
.shokuhin__about {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 1;
}
.shokuhin__about__item {
  position: relative;
  width: 46%;
  padding: 30px 1em 1em;
  border-radius: 8px;
  background: #e63176;
  text-align: center;
  color: #fff;
  margin: 10px 10px 30px;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .shokuhin__about__item {
    width: 100%;
    padding: 30px 0.5em 1em;
    padding-top: 30px;
    max-width: 320px;
  }
}
.shokuhin__about__item .ttl {
  position: absolute;
  width: 80%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -40px;
}
@media screen and (max-width: 767px) {
  .shokuhin__about__item .ttl {
    width: 70%;
    top: -30px;
  }
}
.shokuhin__about__item--orange {
  background: #ef8740;
}
.shokuhin__about__item--blue {
  background: #0086cb;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .shokuhin__about__item--blue {
    padding-top: 55px;
  }
}
.shokuhin__about__item--blue .ttl {
  top: -20px;
}
.shokuhin__about__item--green {
  background: #00a85f;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .shokuhin__about__item--green {
    padding-top: 50px;
  }
}
.shokuhin__about__item--green .ttl {
  top: -20px;
}
.shokuhin__wrap {
  position: relative;
  background: #a5daf6;
  margin-top: -4px;
}
.shokuhin__wrap::before {
  content: "";
  position: absolute;
  width: 15%;
  height: 100%;
  background: url(../img/shokuhin-bg-l.png) repeat-y;
  background-size: contain;
  background-position: left top;
  left: 0;
  top: 0;
}
.shokuhin__wrap::after {
  content: "";
  position: absolute;
  width: 15%;
  height: 100%;
  background: url(../img/shokuhin-bg-r.png) repeat-y;
  background-size: contain;
  background-position: right top;
  right: 0;
  top: 0;
}
.shokuhin__listttl {
  margin-bottom: 16px;
  text-align: center;
  animation: puyo 2s ease-in-out infinite;
}
.shokuhin__flozen {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 40px;
  background: #00a4e3;
  border-radius: 20px;
  text-align: center;
  padding: 1em;
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .shokuhin__flozen {
    padding-top: 80px;
  }
}
.shokuhin__flozen p {
  color: #fff;
}
.shokuhin__flozen__kikan {
  position: absolute;
  width: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -20px;
}
@media screen and (max-width: 767px) {
  .shokuhin__flozen__kikan {
    width: 80%;
    max-width: 300px;
  }
}
.shokuhin__flozen__ttl {
  font-weight: 700;
  font-size: 3em;
}
@media screen and (max-width: 767px) {
  .shokuhin__flozen__ttl {
    font-size: 2.5em;
  }
}
.shokuhin__flozen__notice {
  font-size: 0.9em;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .shokuhin__flozen__x10 {
    width: 80%;
    margin: 0 auto;
    margin-top: 10px;
  }
}
.shokuhin__flozen__flx {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .shokuhin__flozen__flx {
    display: block;
  }
}
.shokuhin__uridashi {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .shokuhin__uridashi {
    margin-bottom: 10px;
  }
}
.shokuhin__uridashi p {
  display: inline-block;
  padding: 10px 1.5em;
  color: #0086cb;
  font-size: 1.3em;
  font-weight: 600;
  background: #fff;
  border-radius: 40px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .shokuhin__uridashi p {
    font-size: 1.1em;
  }
}
.shokuhin__uridashi p span.small {
  font-size: 0.8em;
}
.shokuhin__list .item__price {
  text-align: center;
  background: #e75297;
  color: #fff;
  padding-bottom: 4px;
}
.shokuhin__krttl {
  margin-top: 40px;
  text-align: center;
  margin-bottom: 10px;
}
.shokuhin__krlist .item__price {
  text-align: center;
  background: #c84091;
  color: #fff23f;
  padding-bottom: 4px;
}
.shokuhin__otyugen {
  margin-top: 60px;
  text-align: center;
}
.shokuhin__otyugen a {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.shokuhin__otyugen a:hover {
  box-shadow: none;
}
.shokuhin__notice {
  margin: 40px 0 20px;
}

/* -------------------------------------
        スペシャルプライス
------------------------------------- */
.specialprice {
  position: relative;
  background: #FFF000;
  background: linear-gradient(0deg, rgb(255, 240, 0) 0%, rgb(255, 255, 255) 100%);
}
@media screen and (max-width: 767px) {
  .specialprice {
    padding-bottom: 20px;
    padding-top: 40px;
  }
}
.specialprice::before, .specialprice::after {
  content: "";
  position: absolute;
  width: 18%;
  height: 80%;
  background: url(../img/special-bg.png) no-repeat;
  background-size: contain;
  background-position: bottom;
  left: 2%;
  bottom: 5%;
}
@media screen and (max-width: 767px) {
  .specialprice::before, .specialprice::after {
    content: none;
  }
}
.specialprice::after {
  left: auto;
  right: 2%;
}
.specialprice__kinitsu {
  position: relative;
  padding: 1em;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .specialprice__kinitsu {
    padding: 1em 0.5em;
  }
}
.specialprice__kinitsu::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 90%;
  border-radius: 16px;
  background: #f9be00;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .specialprice__kinitsu::after {
    height: 95%;
    border-radius: 12px;
  }
}
.specialprice__kinitsu__ttl {
  position: relative;
  width: 40%;
  margin: 0 auto;
  margin-bottom: 10px;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .specialprice__kinitsu__ttl {
    width: 70%;
    max-width: 350px;
  }
}
.specialprice__list {
  margin-top: 20px;
}
.specialprice__list .item .item__price {
  text-align: center;
  background: #e50012;
  color: #fff;
  padding-bottom: 4px;
}
.specialprice__per20off {
  position: relative;
  max-width: 840px;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
  background: #fff;
  border-radius: 16px;
  padding: 1.5em 1em;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .specialprice__per20off {
    max-width: 550px;
    border-radius: 12px;
  }
}
.specialprice__per20off__wrap {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.specialprice__per20off__item {
  padding: 0.5em;
  background: #fef4d4;
  width: 48%;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .specialprice__per20off__item {
    width: 100%;
  }
}
.specialprice__per20off__item .logo {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .specialprice__per20off__img {
    width: 85%;
    margin: 0 auto;
  }
}

/* -------------------------------------
        キャンペーン
------------------------------------- */
.camp {
  background: #FBE3ED;
  background: linear-gradient(0deg, rgb(251, 227, 237) 40%, rgb(255, 255, 255) 100%);
  padding-bottom: 20px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .camp {
    margin-bottom: 40px;
  }
}
.camp__rarara {
  border-radius: 20px;
  background: url(../img/camp-rararabg.png) #f9bf11 no-repeat;
  background-size: cover;
  background-position: center;
  padding: 20px 1em;
}
@media screen and (max-width: 767px) {
  .camp__rarara {
    border-radius: 16px;
    padding: 20px 0.5em;
  }
}
.camp__rarara__top {
  text-align: center;
}
.camp__rarara__logo {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .camp__rarara__logo {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 8px;
    max-width: 280px;
  }
}
.camp__rarara__buy {
  position: relative;
  font-size: 1.2em;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .camp__rarara__buy {
    font-size: 1em;
    line-height: 1.2;
  }
}
.camp__rarara__ttl {
  margin-top: -50px;
}
@media screen and (max-width: 767px) {
  .camp__rarara__ttl {
    margin-top: -5%;
  }
}
.camp__rarara__kikan {
  background: #fff;
  padding: 8px;
  margin-top: -4px;
  position: relative;
  padding: 12px;
}
@media screen and (max-width: 767px) {
  .camp__rarara__kikan {
    padding: 1em 0.5em;
  }
}
.camp__rarara__kikan .mainttl {
  font-size: 1.4em;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .camp__rarara__kikan .mainttl {
    font-size: 1em;
  }
}
.camp__rarara__kikan .mainttl span.ttl {
  background: #231815;
  padding: 2px 8px 4px;
  border-radius: 8px;
  color: #fff;
  margin-right: 4px;
}
.camp__rarara__kikan .notice {
  margin-top: 8px;
  font-size: 0.9em;
}
.camp__rarara__list .item__yellow {
  padding: 1em;
  background: #fffac6;
  text-align: center;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .camp__rarara__list .item__yellow {
    padding: 1em 0.5em;
    margin: 8px auto;
    ine-height: 1.2;
  }
}
.camp__rarara__list .item__yellow .about {
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 1.1em;
}
@media screen and (max-width: 767px) {
  .camp__rarara__list .item__yellow .about {
    font-size: 0.9em;
  }
}
.camp__rarara__list .item__yellow .moto {
  color: #e50012;
}
@media screen and (max-width: 767px) {
  .camp__rarara__list .item__yellow .moto {
    font-size: 0.9em;
  }
}
.camp__rarara__list .item__yellow .hangaku {
  color: #e50012;
  font-size: 2.5em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .camp__rarara__list .item__yellow .hangaku {
    font-size: 2.2em;
    line-height: 1;
    margin-top: 4px;
  }
}
.camp__rarara__list .item__yellow .presentimg {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .camp__rarara__list .item__yellow .presentimg {
    width: 80%;
  }
}
.camp__rarara__list .item__yellow .present {
  color: #e50012;
  font-size: 1.1em;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .camp__rarara__list .item__yellow .present {
    font-size: 0.9em;
  }
}
.camp__rarara__list .item__yellow .notice {
  font-size: 0.8em;
}
.camp__rarara__list .item__tlogo {
  text-align: center;
}
.camp__rarara__list .item__price {
  text-align: center;
  background: #e50012;
  color: #fff000;
  padding-bottom: 4px;
}
.camp__corner {
  margin-top: 40px;
  border-radius: 20px;
  padding: 1em;
  padding-top: 2em;
  background: #e75297;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .camp__corner {
    border-radius: 16px;
    padding: 1em 0.5em;
    padding-top: 2em;
  }
}
.camp__corner__ttl {
  position: relative;
  font-size: 1.6em;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .camp__corner__ttl {
    font-size: 1.2em;
  }
}
.camp__corner__ttl::before {
  content: "";
  position: absolute;
  width: 20%;
  height: 10px;
  background: url(../img//camp-dots.png) no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -14px;
}
@media screen and (max-width: 767px) {
  .camp__corner__ttl::before {
    height: 8px;
    top: -12px;
  }
}
.camp__corner__present {
  padding: 1em 1em 1.5em;
  background: #f8d2e2;
  margin-bottom: 1em;
  border-radius: 16px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .camp__corner__present {
    padding: 1em 0.5em;
    border-radius: 12px;
  }
}
.camp__corner__present .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .camp__corner__present .ttl {
    display: block;
    margin-bottom: 4px;
    margin-top: 8px;
  }
}
.camp__corner__present .ttl__logo {
  width: 22%;
}
@media screen and (max-width: 767px) {
  .camp__corner__present .ttl__logo {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 4px;
    max-width: 240px;
  }
}
.camp__corner__present .ttl p {
  margin-left: 8px;
  font-size: 1.4em;
  font-weight: 700;
  color: #cd0080;
  text-align: left;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .camp__corner__present .ttl p {
    font-size: 1.2em;
    text-align: center;
    margin: 0;
  }
}
.camp__corner__present .buy {
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  .camp__corner__present .buy {
    font-size: 1em;
  }
}
.camp__corner__present .presentimg {
  margin: 10px auto;
}
@media screen and (max-width: 767px) {
  .camp__corner__present .presentimg {
    max-width: 550px;
  }
}
.camp__corner__present .kikan {
  margin-top: 8px;
}
.camp__corner__present .kikan p {
  display: inline-block;
  padding: 8px 1.5em;
  color: #cd0080;
  background: #fff;
  border-radius: 40px;
  font-size: 1.2em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .camp__corner__present .kikan p {
    font-size: 1em;
    padding: 8px 1em;
  }
}
.camp__corner__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.camp__corner__item {
  width: 49%;
  padding: 1em;
  background: #fff;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .camp__corner__item {
    width: 100%;
    margin-bottom: 20px;
    padding: 1em 0.5em;
    border-radius: 12px;
  }
}
.camp__corner__item .kikan {
  padding: 4px;
  background: #e50012;
  color: #fff;
  font-size: 1.3em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .camp__corner__item .kikan {
    font-size: 1.1em;
  }
}
.camp__corner__item .logo {
  width: 35%;
  margin: 4px auto;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .camp__corner__item .logo {
    width: 40%;
  }
}
.camp__corner__item .logo--wide {
  width: 70%;
  margin-bottom: 12px;
}
.camp__corner__item .ttl {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .camp__corner__item .ttl {
    font-size: 1.4em;
  }
}
.camp__corner__item .subttl {
  font-weight: 600;
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  .camp__corner__item .subttl {
    font-size: 1em;
  }
}
.camp__corner__item .x10 {
  margin: 10px auto;
}
@media screen and (max-width: 767px) {
  .camp__corner__item .x10 {
    width: 60%;
  }
}
.camp__corner__item .pink {
  padding: 0.5em;
  background: #fbe8f1;
  margin: 12px auto;
}
.camp__corner__item .pink .presentttl {
  font-size: 1.6em;
  font-weight: 700;
  color: #e50012;
}
@media screen and (max-width: 767px) {
  .camp__corner__item .pink .presentttl {
    font-size: 1.3em;
  }
}
.camp__corner__item .detail {
  margin: 4px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .camp__corner__item .detail {
    font-size: 0.9em;
  }
}
.camp__corner__item .detail p {
  text-align: left;
  line-height: 1.2;
}
.camp__corner__item .detail .detailttl {
  padding: 4px 8px 6px;
  background: #231815;
  border-radius: 8px;
  color: #fff;
  margin-right: 4px;
  text-align: center;
}
.camp__corner .notice {
  font-size: 0.9em;
}
.camp__enfleur {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 40px;
  text-align: center;
}
.camp__enfleur__ttl {
  padding: 10px 10px 8px;
  background: #4d3420;
}
@media screen and (max-width: 767px) {
  .camp__enfleur__ttl img {
    max-width: 140px;
  }
}
.camp__enfleur__ttl p {
  color: #fff;
  font-size: 1.2em;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .camp__enfleur__ttl p {
    font-size: 1em;
  }
}
.camp__enfleur__main {
  padding: 1em 0.5em;
  background: #fff;
  border: 2px solid #4d3420;
}
.camp__enfleur__mainimg {
  width: 90%;
  margin: 0 auto;
}
.camp__enfleur__notice {
  margin-top: 8px;
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .camp__enfleur__notice {
    font-size: 0.8em;
  }
}

/* -------------------------------------
        ゆめバーゲン
------------------------------------- */
.bargain {
  position: relative;
  padding: 20px 0 30px;
  background: #e50012;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bargain {
    padding-bottom: 20px;
  }
}
.bargain::before {
  content: "";
  position: absolute;
  width: 45%;
  height: 50%;
  background: url(../img/bargain-dec2.png) no-repeat;
  background-size: contain;
  background-position: top left;
  left: 0;
  top: 0;
}
.bargain::after {
  content: "";
  position: absolute;
  width: 20%;
  height: 60%;
  background: url(../img//bargain-dec1.png) no-repeat;
  background-size: contain;
  background-position: right top;
  right: 0;
  top: 0;
}
.bargain__ttl {
  position: relative;
  width: 90%;
  margin: 0 auto;
  max-width: 960px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .bargain__ttl {
    width: 85%;
  }
}
.bargain__ttl::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #f4af96;
  right: -10%;
  bottom: 10%;
}
@media screen and (max-width: 767px) {
  .bargain__ttl::after {
    width: 40px;
    height: 40px;
    right: 0;
  }
}
.bargain__ttl img {
  position: relative;
  z-index: 1;
}
.bargain__day {
  background: #221714;
  padding: 4px;
  color: #fff;
  font-size: 1.6em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .bargain__day {
    font-size: 1.4em;
  }
}
.bargain__day span.small {
  font-size: 0.8em;
}

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

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

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

.anime-o2 {
  opacity: 0;
  visibility: hidden;
  transition: 3.5s;
  transition-delay: 0.4s;
}

.anime-o3 {
  opacity: 0;
  visibility: hidden;
  transition: 3.5s;
  transition-delay: 1.6s;
}

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

/* もっと見る */
.morearea,
.morearea2 {
  width: 300%;
  margin-top: -200px;
  height: 200px;
  z-index: 1;
  background: #FFFFEC;
  background: linear-gradient(0deg, #a5daf6 50%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 767px) {
  .morearea,
  .morearea2 {
    width: 200%;
    margin-top: -120px;
    height: 120px;
  }
}

.morebtn,
.morebtn2 {
  text-align: center;
  font-size: 1.2em;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  cursor: pointer;
  transition: all 0.3s;
}
.morebtn span,
.morebtn2 span {
  position: relative;
  display: inline-block;
}
.morebtn:hover,
.morebtn2:hover {
  box-shadow: none;
}

.item-pc {
  display: none;
}
.item-pc.isopen {
  display: block;
}

@media screen and (max-width: 767px) {
  .item-sp,
  .item-sp2 {
    display: none;
  }
}
.item-sp.isopen,
.item-sp2.isopen {
  display: block;
}

.couponprice {
  margin-top: auto;
  border: 2px solid #009d88;
  margin-top: 8px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .couponprice {
    display: block;
  }
}
.couponprice .c-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 4px 6px;
  background: #009d88;
  text-align: right;
  width: 55%;
}
@media screen and (max-width: 767px) {
  .couponprice .c-txt {
    width: 100%;
    padding: 4px 2px;
    text-align: center;
  }
}
.couponprice .c-txt p {
  color: #fff;
  font-size: 0.8em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .couponprice .c-txt p {
    font-size: 0.8em;
    text-align: center;
  }
}
.couponprice .c-price {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 0 8px;
  background: #fff100;
  text-align: center;
  width: 45%;
}
@media screen and (max-width: 767px) {
  .couponprice .c-price {
    width: 100%;
  }
}
.couponprice .c-price p {
  color: #e6002d;
  font-weight: 700;
  font-size: 1.6em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .couponprice .c-price p {
    font-size: 1.6em;
  }
}
.couponprice .c-price p span.small {
  font-size: 0.8em;
}