@charset "UTF-8";
@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}
/*共通*/
.wrap {
  width: auto;
}

main.main {
  border: none;
  padding: 0;
}
@media screen and (max-width: 834px) {
  main.main {
    padding: 0;
  }
}

.no-sidebar .content .main {
  border: none;
  padding: 0;
}

.newsunny_wrap {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  color: #000;
  padding-top: 10px;
  background: url(../img/main-bg.png);
}
@media screen and (max-width: 767px) {
  .newsunny_wrap {
    padding-top: 0;
  }
}
.newsunny_wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsunny_wrap ul li {
  margin: 0;
}
.newsunny_wrap * {
  box-sizing: border-box;
}
.newsunny_wrap a {
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}
.newsunny_wrap img {
  max-width: 100%;
}
.newsunny_wrap p {
  line-height: 1.4;
}
.newsunny_wrap p span.youbi {
  font-size: 0.8em;
}

.newsunny_main {
  margin-top: 60px;
}
.w1100 {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}

.notice p {
  font-size: 0.9em;
  padding-left: 1em;
  text-indent: -1em;
}

.uridashinotice {
  width: 95%;
  margin: 0 auto;
  font-size: 0.9em;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}

/* -------------------------------------
        共通
------------------------------------- */
.kikan {
  color: #e3007f;
  font-size: 1.4em;
  letter-spacing: 1px;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .kikan {
    font-size: 1.1em;
  }
}
.kikan span.ttl {
  padding: 0 1em 2px;
  background: #e3007f;
  color: #fff;
  letter-spacing: 1px;
  border-radius: 50px;
  text-align: center;
  margin-right: 8px;
}

.con {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .con {
    margin-bottom: 80px;
  }
}

.item {
  position: relative;
  height: auto;
  padding: 0 10px 1em;
  background: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .item {
    width: 47%;
    margin: 10px 0;
    min-width: auto;
    max-width: 400px;
  }
}
.item__wrap {
  width: 90%;
  margin: 1em auto;
}
.item__img {
  position: relative;
  text-align: center;
}
.item__mark {
  position: absolute;
  width: 25%;
  bottom: 0;
  right: 0;
}
.item__imgicon {
  position: absolute;
  width: 33%;
  right: 0;
  bottom: 4%;
  max-width: 90px;
}
@media screen and (max-width: 767px) {
  .item__imgicon {
    width: 38%;
    max-width: 64px;
  }
}
.item__logo {
  width: 30%;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .item__logo {
    width: 35%;
  }
}
.item__corner {
  display: inline-block;
  padding: 2px;
  background: #007f41;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .item__corner {
    font-size: 0.9em;
  }
}
.item__about {
  margin: 8px 0;
}
.item__ttl {
  font-size: 1.1em;
  font-weight: 600;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .item__ttl {
    font-size: 1em;
  }
}
.item__ttl span.small {
  font-size: 0.8em;
}
.item__ttl span.sozai {
  display: inline-block;
  color: #fff;
  background: #007f41;
  font-size: 0.9em;
  padding: 2px 4px;
}
.item__comment {
  font-weight: 600;
  font-size: 0.9em;
}
.item__notice {
  font-size: 0.8em;
  margin-top: 4px;
}
.item__price {
  margin-top: 4px;
  position: relative;
  text-align: right;
  color: #e3007f;
  font-weight: 800;
  margin-bottom: 6px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .item__price {
    font-size: 1.4em;
  }
}
.item__price .price {
  font-size: 1.6em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .item__price .price {
    font-size: 1.1em;
  }
}
.item__price .price--tento {
  font-size: 1.4em;
}
@media screen and (max-width: 767px) {
  .item__price .price--tento {
    font-size: 0.7em;
  }
}
.item__price .tax {
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .item__price .tax {
    font-size: 0.7em;
  }
}
.item__price span.small {
  font-size: 0.6em;
}

.app__btn {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 20px;
  z-index: 1;
}
.app__btn a {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 999px;
  background: #e3007f;
  color: #fff;
  text-align: center;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 14px 0;
  font-weight: 600;
}
.app__btn a::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../img/arrow.svg) no-repeat;
  background-size: contain;
  right: 6%;
  top: 40%;
  transition: all 0.3s;
}
.app__btn a:hover::before {
  right: 4%;
}

/* -------------------------------------
        ＴＯＰ
------------------------------------- */
.headerspnav {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 5% 6px 1%;
  background: #fff;
  box-shadow: 0 3px 6px rgba(80, 80, 80, 0.6);
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
}
@media screen and (max-width: 1024px) {
  .headerspnav {
    padding: 6px 7% 6px 1%;
  }
}
@media screen and (max-width: 767px) {
  .headerspnav {
    padding: 8px 2%;
  }
}
.headerspnav__wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .headerspnav__wrap {
    width: 92%;
  }
}
.headerspnav-logo {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .headerspnav-logo {
    width: 55%;
  }
}
.headerspnav-logo a {
  display: block;
  max-width: 320px;
}
.headerspnav-logo img {
  vertical-align: baseline;
}
.headerspnav .drawer__button {
  position: absolute;
  top: 25%;
  right: 1%;
  display: flex;
  height: 30px;
  width: 5%;
  max-width: 40px;
  justify-content: center;
  align-items: flex-end;
  z-index: 90;
  padding: 4px;
  border-radius: 8px;
  font-size: 0.7em;
  font-weight: 700;
  cursor: pointer;
  z-index: 999;
  border: none;
  background: none;
}
@media screen and (max-width: 767px) {
  .headerspnav .drawer__button {
    right: 0;
    width: 40px;
  }
}
.headerspnav .drawer__button span.bar {
  content: "";
  display: block;
  height: 2px;
  width: 70%;
  background-color: #000;
  position: absolute;
  top: 35%;
}
.headerspnav .drawer__button span.bar::before, .headerspnav .drawer__button span.bar::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: #000;
  position: absolute;
  transition: all 0.3s;
}
.headerspnav .drawer__button span.bar::before {
  bottom: 8px;
}
@media screen and (max-width: 767px) {
  .headerspnav .drawer__button span.bar::before {
    bottom: 6px;
  }
}
.headerspnav .drawer__button span.bar::after {
  top: 8px;
}
@media screen and (max-width: 767px) {
  .headerspnav .drawer__button span.bar::after {
    top: 6px;
  }
}
.headerspnav .drawer__button.active span.bar {
  background-color: rgba(255, 255, 255, 0);
}
.headerspnav .drawer__button.active span.bar::before {
  bottom: 0;
  transform: rotate(45deg);
}
.headerspnav .drawer__button.active span.bar::after {
  top: 0;
  transform: rotate(-45deg);
}
.headerspnav .menu-content {
  font-size: 0.9em;
  position: fixed;
  width: 50%;
  max-width: 480px;
  height: 100vh;
  overflow-y: auto;
  top: 0;
  z-index: 80;
  padding: 1.5em 1em 1em;
  background-color: rgba(255, 255, 255, 0.9);
  right: -50%;
  margin: 0 auto;
  z-index: 80;
  transition: all 0.8s;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .headerspnav .menu-content {
    width: 95%;
    right: -95%;
    padding: 2em 0.5em 1em;
    min-width: auto;
  }
}
.headerspnav .menu-content.active {
  right: 0;
}
.headerspnav .menu-content .unkernav {
  margin-bottom: 0;
}
.headerspnav .menu-content .unkernav .unkeritem {
  margin: 6px 0;
}
.headerspnav .menu-content .unkernav .unkeritem--w50 {
  width: 100%;
}
.headerspnav .menu-content .unkernav .unkeritem--w25 {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .headerspnav .menu-content .unkernav .unkeritem--w25 {
    width: 46%;
  }
}
.headerspnav .menu-content .unkernav .unkeritem--w100 .unkeritem__under::after {
  right: 10%;
}

.top_logo {
  z-index: 2;
  width: 160px;
  left: 10px;
  top: 10px;
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  .top_logo {
    width: 80px;
    font-size: 0.6em;
  }
}

.fv {
  position: relative;
  text-align: center;
}
.fv__img {
  width: 80%;
  margin: 0 auto;
  max-width: 600px;
}
.fv__ttl {
  width: 95%;
  margin: 0 auto;
  margin-top: 20px;
  max-width: 850px;
  text-align: center;
  background: #fff;
}
.fv__subttl {
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
  max-width: 770px;
  background: #fff;
  text-align: center;
}

/* -------------------------------------
        ナビ
------------------------------------- */
.unkernav {
  width: 95%;
  margin: 60px auto;
  max-width: 1000px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .unkernav {
    margin-top: 40px;
    max-width: 500px;
  }
}
.unkernav .unkeritem {
  margin: 8px 4px;
}
.unkernav .unkeritem a {
  display: block;
  border: 3px solid #008d8f;
  border-radius: 14px;
  background: #fff;
  box-shadow: 3px 3px 8px #898989;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .unkernav .unkeritem a {
    border: 2px solid #008d8f;
  }
}
.unkernav .unkeritem a:hover {
  box-shadow: none;
}
.unkernav .unkeritem a:hover .unkeritem__under::after {
  bottom: 6px;
}
.unkernav .unkeritem--w25 {
  width: 23%;
}
@media screen and (max-width: 1024px) {
  .unkernav .unkeritem--w25 {
    width: 46%;
  }
}
.unkernav .unkeritem__top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 0;
  background: #EBCA1A;
  background: linear-gradient(90deg, rgb(235, 202, 26) 0%, rgb(255, 251, 208) 50%, rgb(235, 202, 26) 100%);
  border-radius: 12px 12px 0 0;
}
.unkernav .unkeritem__top-img {
  width: 45%;
  text-align: center;
}
.unkernav .unkeritem__top-txt {
  color: #008d8f;
  font-weight: 600;
  line-height: 1.2;
}
.unkernav .unkeritem__img {
  text-align: center;
  padding: 6px;
  width: 80%;
  margin: 0 auto;
}
.unkernav .unkeritem__under {
  position: relative;
  padding: 6px 0 24px;
  background: #008d8f;
  border-radius: 0 0 10px 10px;
  text-align: center;
}
.unkernav .unkeritem__under::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 12px;
  background-color: #fff;
  clip-path: polygon(50% 12px, 0% 0%, 20px 0%);
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 8px;
  transition: all 0.3s;
}
.unkernav .unkeritem__under p {
  color: #fff;
  font-size: 1.1em;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .unkernav .unkeritem__under p {
    font-size: 0.95em;
  }
}
.unkernav .unkeritem--w50 {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .unkernav .unkeritem--w50 {
    width: 100%;
  }
}
.unkernav .unkeritem--w50 .unkeritem__under {
  padding: 6px 0 8px;
}
.unkernav .unkeritem--w50 .unkeritem__under::after {
  left: auto;
  right: 3%;
  bottom: 14px;
}
@media screen and (max-width: 1024px) {
  .unkernav .unkeritem--w50 .unkeritem__under::after {
    right: 2%;
  }
}
.unkernav .unkeritem--w50 .unkeritem__under p {
  font-size: 1.2em;
}
@media screen and (max-width: 1024px) {
  .unkernav .unkeritem--w50 .unkeritem__under p {
    font-size: 1.05em;
  }
}
.unkernav .unkeritem--w50 a:hover .unkeritem__under::after {
  bottom: 10px;
}
.unkernav .unkeritem--w100 {
  width: 100%;
}
.unkernav .unkeritem--w100 .unkeritem__under {
  padding: 16px 0;
  background: none;
}
@media screen and (max-width: 1024px) {
  .unkernav .unkeritem--w100 .unkeritem__under {
    padding: 12px 0;
  }
}
.unkernav .unkeritem--w100 .unkeritem__under::after {
  content: none;
}
.unkernav .unkeritem--w100 .unkeritem__under p {
  position: relative;
  display: inline-block;
  color: #008d8f;
  font-size: 1.2em;
}
.unkernav .unkeritem--w100 .unkeritem__under p::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 12px;
  background: #008d8f;
  clip-path: polygon(50% 12px, 0% 0%, 20px 0%);
  transition: all 0.3s;
  left: auto;
  right: -1.5em;
  top: 25%;
}
@media screen and (max-width: 1024px) {
  .unkernav .unkeritem--w100 .unkeritem__under p {
    font-size: 1.05em;
  }
}
.unkernav .unkeritem--w100 a:hover {
  box-shadow: none;
}
.unkernav .unkeritem--w100 a:hover .unkeritem__under p::after {
  top: 32%;
}

/* -------------------------------------
        リード
------------------------------------- */
.lead {
  width: 95%;
  max-width: 850px;
  margin: 20px auto;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
}
.lead p {
  line-height: 2.4;
}
@media screen and (max-width: 767px) {
  .lead p {
    font-size: 0.9em;
    line-height: 2;
  }
}

.about {
  position: relative;
}
.about::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 90%;
  background: #d3ebea;
  left: 0;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .about::after {
    height: 100%;
  }
}
.about__mainwrap {
  position: relative;
  width: 90%;
  margin: 0 auto;
  max-width: 800px;
  position: relative;
  z-index: 1;
  padding: 20px 0 10px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .about__mainwrap {
    max-width: 500px;
    font-size: 0.9em;
    padding: 10px 0 8px;
    margin-bottom: 80px;
  }
}
.about__mainwrap::before {
  content: "";
  position: absolute;
  width: 40%;
  height: 120%;
  background: url(../img/sunnyimg.png) no-repeat;
  background-size: contain;
  background-position: bottom right;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .about__mainwrap::before {
    width: 60%;
    right: -5%;
  }
}
.about__mainwrap .ttl {
  font-size: 1.2em;
  font-weight: 600;
  color: #c60079;
}
.about__item {
  display: flex;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .about__item {
    display: block;
    width: 50%;
  }
}
.about__item p {
  display: inline-block;
  padding: 4px 8px;
  background: #fff;
  border-radius: 4px;
  color: #008d8f;
  font-weight: 600;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .about__item p {
    margin-bottom: 4px;
  }
}

/* -------------------------------------
        キャッシュレス
------------------------------------- */
.cashles {
  padding: 10px 0.5em 40px;
  background: #EBCA1A;
  background: linear-gradient(90deg, rgb(235, 202, 26) 0%, rgb(255, 251, 208) 50%, rgb(235, 202, 26) 100%);
}
.cashles__subttl {
  padding: 6px 0;
  background: #008d8f;
  text-align: center;
  color: #fff;
  font-size: 1.6em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .cashles__subttl {
    font-size: 1.4em;
  }
}
.cashles__ttl {
  text-align: center;
}
.cashles__ttl h3 {
  display: inline-block;
  text-align: center;
  font-size: 2.4em;
  font-weight: 900;
  letter-spacing: 2px;
  color: #e3007f;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .cashles__ttl h3 {
    font-size: 1.8em;
  }
}
.cashles__ttl h3 span {
  background: linear-gradient(transparent 60%, #fff 50%);
  display: inline;
}
.cashles__kikan {
  text-align: center;
  margin-bottom: 20px;
}
.cashles__main {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.cashles__item {
  width: 48%;
  border-radius: 14px;
  padding: 1em;
  background: #c60079;
}
@media screen and (max-width: 767px) {
  .cashles__item {
    width: 100%;
    margin-bottom: 20px;
    max-width: 500px;
  }
}
.cashles__item p {
  color: #fff;
}
.cashles__item--charge {
  background: #e3007f;
}
.cashles__img {
  text-align: center;
}
.cashles__about {
  font-size: 1.1em;
  font-weight: 600;
  text-align: center;
  margin: 8px 0;
}
.cashles__box {
  margin: 4px 0 8px;
  padding: 4px;
  border: 1px solid #fff;
  text-align: center;
}
.cashles__limited {
  width: 80%;
  max-width: 280px;
  margin: 0 auto;
  padding: 4px;
  background: #fff000;
  border-radius: 40px;
  text-align: center;
  color: #e3007f !important;
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 10px;
}
.cashles__youmeca {
  text-align: center;
}
.cashles__charge {
  font-size: 1.8em;
  line-height: 1 !important;
  font-weight: 700;
  text-align: center;
  color: #fff000 !important;
  margin-bottom: 10px;
}
.cashles__txt {
  margin-top: 8px;
}

/* -------------------------------------
        ゆめアプリ
------------------------------------- */
.youmeapp {
  background: url(../img/coupon-bg.png) #b5dadb no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 20px 0 60px;
}
.youmeapp__subttl {
  background: #008d8f;
  padding: 10px 0;
  text-align: center;
}
.youmeapp__subttl p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4em;
  font-weight: 800;
  letter-spacing: 2px;
  color: #fff000;
}
@media screen and (max-width: 767px) {
  .youmeapp__subttl p {
    display: block;
    font-size: 1.8em;
  }
}
.youmeapp__subttl p span.limited {
  padding: 0 1em 4px;
  background: #fff000;
  border-radius: 40px;
  margin-right: 8px;
  color: #008d8f;
  font-size: 0.6em;
}
@media screen and (max-width: 767px) {
  .youmeapp__subttl p span.limited {
    margin: 0;
    display: inline-block;
  }
}
.youmeapp__ttl {
  width: 85%;
  margin: 0 auto;
}
.youmeapp__main {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.youmeapp__item {
  width: 46%;
  margin: 10px;
  max-width: 400px;
  border: 3px solid #008d8f;
  background: #fff;
  border-radius: 14px;
  padding: 0.5em 1em 1em;
}
@media screen and (max-width: 767px) {
  .youmeapp__item {
    width: 90%;
  }
}
.youmeapp__item-subttl {
  width: 70%;
  margin: 0 auto;
  padding: 4px 0;
  background: #008d8f;
  border-radius: 40px;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .youmeapp__item-subttl {
    width: 80%;
  }
}
.youmeapp__item-ttl {
  width: 80%;
  margin: 10px auto;
}
.youmeapp__item-txt {
  font-size: 0.9em;
}
.youmeapp__item .app__btn {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .youmeapp__item .app__btn {
    width: 100%;
  }
}
.youmeapp__btn {
  width: 95%;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .youmeapp__btn {
    max-width: 500px;
  }
}
.youmeapp__btn a {
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 0 20px 26%;
  text-align: center;
  background: #e3007f;
  border-radius: 999px;
  border: 4px solid #fff;
  color: #fff000;
  font-size: 1.6em;
  line-height: 1.4;
  font-weight: 800;
  text-align: left;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .youmeapp__btn a {
    text-align: center;
    padding: 18px 0 22px;
    font-size: 1.15em;
    border: 3px solid #fff;
  }
}
.youmeapp__btn a span.yellow {
  display: inline-block;
  background: #fff000;
  color: #e3007f;
  padding: 0 4px;
}
.youmeapp__btn a::before {
  content: "";
  position: absolute;
  width: 20%;
  height: 140px;
  background: url(../img/coupon-icon.png) no-repeat;
  background-size: contain;
  left: 4%;
  top: -6%;
}
@media screen and (max-width: 767px) {
  .youmeapp__btn a::before {
    width: 20%;
    height: 55px;
    left: 8%;
    top: -14%;
  }
}
.youmeapp__btn a::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../img/arrow.svg) no-repeat;
  background-size: contain;
  right: 3%;
  top: 40%;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .youmeapp__btn a::after {
    width: 16px;
    height: 16px;
    right: 2%;
  }
}
.youmeapp__btn a:hover {
  box-shadow: none;
}
.youmeapp__btn a:hover::after {
  right: 2%;
}
@media screen and (max-width: 767px) {
  .youmeapp__btn a:hover::after {
    right: 1.5%;
  }
}

/* -------------------------------------
        おトクに全力投球
------------------------------------- */
.otoku {
  position: relative;
  border: 3px solid #e50012;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .otoku {
    max-width: 500px;
  }
}
.otoku::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  background: url(../img/otoku-line.png) repeat-x;
  background-size: contain;
  left: 0;
  top: -2px;
}
.otoku__ttl {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 10px;
}
.otoku__kikan {
  text-align: center;
  color: #fff;
}
.otoku__kikan span.ttl {
  border-radius: 0;
  background: #fff;
  color: #e50012;
  padding: 0 8px;
}
.otoku__notice {
  color: #e50012;
  margin-bottom: 10px;
}
.otoku__mainttl {
  background: #e50012;
  padding: 10px 0;
  text-align: center;
}
.otoku__mainttl p.txt {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .otoku__mainttl p.txt {
    font-size: 0.8em;
  }
}
.otoku__mainttl img {
  width: 90%;
  max-width: 600px;
}
.otoku__mainttl--brand {
  background: #335b5e;
}
.otoku__wrap {
  margin-top: 20px;
}
.otoku .item {
  border: 1px solid #e50012;
  background: #fdeeef;
  padding-bottom: 8px;
}
.otoku .item::before {
  content: "";
  position: absolute;
  background: url(../img/bomb.png) no-repeat right bottom;
  background-size: contain;
  display: block;
  width: 60%;
  height: 40%;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .otoku .item::before {
    width: 80%;
    max-width: 160px;
  }
}
.otoku .item__price {
  margin-top: auto;
  margin-bottom: 0;
  color: #fff;
  padding-top: 24px;
}
@media screen and (max-width: 767px) {
  .otoku .item__price {
    padding-top: 16px;
  }
}
.otoku .item__price .price {
  font-size: 2em;
  text-shadow: 1px 1px 0 #c11, -1px -1px 0 #c11, -1px 1px 0 #c11, 1px -1px 0 #c11, 0px 1px 0 #c11, -1px 0 #c11, -1px 0 0 #c11, 1px 0 0 #c11;
}
@media screen and (max-width: 767px) {
  .otoku .item__price .price {
    font-size: 1.2em;
  }
}

/* -------------------------------------
        食のブランドも仲間入り。
------------------------------------- */
.brand {
  position: relative;
  border: 3px solid #335b5e;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .brand {
    max-width: 500px;
  }
}
.brand::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  background: url(../img/brand-line.png) repeat-x;
  background-size: contain;
  left: 0;
  top: -2px;
}
.brand .item {
  border: 1px solid #335b5e;
  background: #e8eded;
  padding-bottom: 8px;
}
.brand .item__img {
  position: relative;
}
.brand .item__price {
  color: #000;
}
.brand .app__btn {
  margin-top: 10px;
}
.brand .app__btn a {
  background: #e50012;
}

/* -------------------------------------
        キャンペーン情報
------------------------------------- */
.camp {
  margin-top: 40px;
  padding-bottom: 80px;
}
.camp__ttl {
  padding-top: 10px;
  background: #d3ebea;
  text-align: center;
}
.camp__ttl img {
  width: 95%;
  max-width: 850px;
}
.camp__item {
  margin: 40px 0;
}
.camp__item a {
  display: block;
  max-width: 1008px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}

/* -------------------------------------
        くらしモア
------------------------------------- */
.kurashimoa {
  padding-bottom: 20px;
  background: #e50012;
  border-radius: 20px;
}
.kurashimoa__ttl {
  width: 95%;
  margin: 0 auto;
  padding-top: 40px;
  text-align: center;
}
.kurashimoa__ttl-logo {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 10px;
}
.kurashimoa__ttl-txt {
  width: 95%;
  margin: 0 auto;
  max-width: 640px;
}
.kurashimoa__kikan {
  text-align: center;
}
.kurashimoa__kikan p {
  color: #fff;
  font-size: 1.6em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .kurashimoa__kikan p {
    font-size: 1.4em;
  }
}
.kurashimoa__kikan p span.uridashi {
  padding: 2px 8px;
  background: #fff;
  margin-right: 8px;
  color: #e50012;
  font-size: 0.8em;
}
.kurashimoa__notice {
  width: 95%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 0.8em;
  margin-top: 10px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .kurashimoa__notice {
    text-align: left;
  }
}
.kurashimoa__list {
  width: 95%;
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .kurashimoa__list {
    margin-top: 8px;
  }
}

.mainnotice {
  padding: 40px 0;
  background: #fff;
  margin-top: -80px;
}
@media screen and (max-width: 767px) {
  .mainnotice {
    margin-top: -60px;
  }
}
.mainnotice__main {
  padding: 1em;
  border: 1px solid #000;
  margin-bottom: 20px;
}
.mainnotice p {
  font-size: 0.9em;
}

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

.anime-b {
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
  transition-delay: 0.6s;
  transform: translateY(50px);
}

.anime-o {
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
  transform: translateY(50px);
}

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

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

.anime-bound {
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
  transform: scale(0.6);
  transform-origin: center bottom;
}

.anime-bound2 {
  transition: 0.6s;
  transform: scale(0.6);
  transform-origin: center bottom;
}

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

.slidearea {
  width: 95%;
  margin: 20px 0 30px auto;
}
.slidearea .swiper-wrapper {
  height: auto;
}
.slidearea .swiper-button_wrap {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2em;
  margin-left: -5%;
}
.slidearea .swiper-button-prev:after,
.slidearea .swiper-rtl .swiper-button-next:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 18.6px 10px 0;
  border-color: transparent #ffffff transparent transparent;
}
.slidearea .swiper-button-next,
.slidearea .swiper-button-prev {
  position: static;
  background: #c60079;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 5px;
}
.slidearea .swiper-button-next.swiper-button-disabled,
.slidearea .swiper-button-prev.swiper-button-disabled {
  background: #aaa;
  opacity: 1;
}
.slidearea .swiper-button-next:after,
.slidearea .swiper-rtl .swiper-button-prev:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 18.6px;
  border-color: transparent transparent transparent #ffffff;
}
.slidearea .swiper-horizontal > .swiper-pagination-bullets,
.slidearea .swiper-pagination-bullets.swiper-pagination-horizontal,
.slidearea .swiper-pagination-custom,
.slidearea .swiper-pagination-fraction {
  bottom: auto;
}
.slidearea .swiper-pagination-bullet {
  background: #d8d8d8;
  opacity: 1;
}
.slidearea .swiper-pagination-bullet-active {
  background: #797979;
}

.kurashimoa .swiper-button-next,
.kurashimoa .swiper-button-prev {
  position: static;
  background: #ffc200;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 5px;
}

/* -------------------------------------
        スマホ版フローティングバナー
------------------------------------- */
#tenpo {
  background: #fff;
  padding-bottom: 60px;
}

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

.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 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 20px;
  border-bottom: 1px solid #D3D3D3;
}

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

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

.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: #008d8f;
    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: auto;
  }
  .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) {
  .tenpowrap {
    display: flex;
    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);
  }
}
.otoku .slidearea .swiper-button-next,
.otoku .slidearea .swiper-button-prev {
  background: #e50012;
}
.otoku .slidearea .swiper-button-next.swiper-button-disabled,
.otoku .slidearea .swiper-button-prev.swiper-button-disabled {
  background: #aaa;
}

.brand .slidearea .swiper-button-next,
.brand .slidearea .swiper-button-prev {
  background: #335b5e;
}
.brand .slidearea .swiper-button-next.swiper-button-disabled,
.brand .slidearea .swiper-button-prev.swiper-button-disabled {
  background: #aaa;
}

/*動画*/
#movie {
  position: relative;
  z-index: 10;
}

.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;
  }
}
#content {
  position: relative;
  z-index: 1;
}

.footer {
  position: relative;
  z-index: 0;
}