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

body {
  padding: 0;
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

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

* {
  box-sizing: border-box;
}

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

img {
  max-width: 100%;
}

p {
  color: #231815;
  line-height: 1.4;
}
p span.t-small {
  font-size: 0.6em;
}

/* -------------------------------------
        ＴＯＰ
------------------------------------- */
.top_logo {
  position: absolute;
  z-index: 10;
  width: 60px;
  left: 10px;
  top: 10px;
}
@media screen and (max-width: 767px) {
  .top_logo {
    width: 45px;
  }
}

.fv {
  position: relative;
  padding: 40px 0 80px;
  text-align: center;
  background: url(../img/fv--bg2.png) no-repeat;
  background-size: contain;
  background-position: bottom -3px center;
}
@media screen and (max-width: 767px) {
  .fv {
    padding-bottom: 260px;
    background-position: bottom -18px center;
  }
}
.fv::before {
  content: "";
  position: absolute;
  width: 40%;
  height: 70%;
  background: url(../img/fv--l-pc.png) no-repeat;
  background-size: contain;
  background-position: left bottom;
  bottom: 4%;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv::before {
    background: url(../img/fv--img-sp.png) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 40%;
    bottom: 0;
    left: 0;
  }
}
.fv::after {
  content: "";
  position: absolute;
  width: 40%;
  height: 70%;
  background: url(../img/fv--r-pc.png) no-repeat;
  background-size: contain;
  background-position: top right;
  top: 8%;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv::after {
    content: none;
  }
}
.fv--ttlarea {
  position: relative;
  z-index: 10;
}
.fv--bg::before {
  content: "";
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
  background: url(../img/fv--bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  .fv--bg::before {
    background-size: auto;
    background-position: top;
  }
}
.fv--ttl {
  width: 60%;
  margin: 0 auto;
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  .fv--ttl {
    width: 45%;
  }
}
.fv--subttl {
  width: 70%;
  margin: 0 auto;
  max-width: 240px;
}
@media screen and (max-width: 767px) {
  .fv--subttl {
    width: 40%;
  }
}

/* -------------------------------------
        承り情報
------------------------------------- */
.order {
  padding-top: 80px;
}
.order--main {
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.order--item {
  width: 30%;
  max-width: 300px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .order--item {
    width: 50%;
  }
}
.order--ttl {
  position: relative;
}
.order--ttl::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  background: url(../img/order--tenpo.png) no-repeat;
  background-size: contain;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -40px;
}
.order--ttl p {
  color: #187fc4;
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  .order--ttl p {
    font-size: 1em;
  }
}
.order--ttl__online::before {
  background: url(../img/order-online.png) no-repeat;
  background-size: contain;
}
.order--day {
  font-size: 3em;
}
@media screen and (max-width: 767px) {
  .order--day {
    font-size: 2em;
  }
}
.order--day p {
  line-height: 1.2;
}

/* -------------------------------------
        メイン
------------------------------------- */
.con {
  background: #fff;
  padding-bottom: 120px;
}
.con__line {
  position: relative;
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .con__line {
    padding-bottom: 120px;
  }
}
.con__line::before {
  content: "";
  position: absolute;
  width: 95%;
  height: 30px;
  background: url(../img/line.png) no-repeat;
  background-size: contain;
  background-position: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -60px;
}
.con__tuujo {
  position: relative;
  padding: 200px 0 160px;
}
@media screen and (max-width: 767px) {
  .con__tuujo {
    padding: 120px 0 60px;
  }
}
.con__tuujo::before {
  content: "";
  position: absolute;
  width: 95%;
  height: 30px;
  background: url(../img/line.png) no-repeat;
  background-size: contain;
  background-position: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 140px;
}
@media screen and (max-width: 767px) {
  .con__tuujo::before {
    top: 80px;
  }
}
.con__zeitaku {
  background: #9586ab;
  padding-bottom: 0;
}
.con--ttl {
  width: 90%;
  margin: 0 auto;
  max-width: 400px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .con--ttl {
    width: 80%;
  }
}
.con--ttl__zeitaku {
  text-align: center;
  padding: 40px 0;
  width: 100%;
  max-width: none;
  margin-bottom: 60px;
  background: url(../img/z-line.png) no-repeat;
  background-size: 110%;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .con--ttl__zeitaku {
    margin-bottom: 0;
  }
}
.con--ttl__zeitaku img {
  width: 90%;
  margin: 0 auto;
  max-width: 500px;
}
.con--main {
  max-width: 1100px;
  margin: 0 auto;
}

.tokuten--list {
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .tokuten--list {
    display: block;
  }
}
.tokuten--item {
  width: 45%;
  max-width: 400px;
  margin: 0 8px;
  background: #e8f2f9;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .tokuten--item {
    width: 100%;
    margin: 12px auto;
  }
}
.tokuten--item__online {
  background: #f9e7f2;
}
.tokuten--itemttl {
  position: relative;
  background: #187fc4;
  text-align: center;
  padding: 12px 0;
  z-index: 1;
}
.tokuten--itemttl::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: #187fc4;
  transform: rotate(45deg);
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -6px;
  z-index: -1;
}
.tokuten--itemttl__online {
  background: #c50372;
}
.tokuten--itemttl__online::before {
  background: #c50372;
}
.tokuten--itemttl p {
  color: #fff;
  font-size: 1.3rem;
}
.tokuten--ichibu {
  text-align: center;
  background: #187fc4;
  border-radius: 4px;
  padding: 4px;
}
.tokuten--ichibu p {
  color: #fff;
}
.tokuten--point {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 16px;
}
.tokuten--taisyo {
  margin-right: 8px;
}
.tokuten--taisyo p {
  font-size: 0.9rem;
  text-align: center;
  line-height: 1.2;
}
.tokuten--x20 p {
  font-size: 4rem;
  font-weight: 700;
  line-height: 0.8;
}
.tokuten--kikan {
  width: 90%;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  padding: 8px 0;
  text-align: center;
  font-weight: 600;
}
.tokuten--kikan p {
  font-size: 1.3em;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .tokuten--kikan p {
    font-size: 1.2em;
  }
}
.tokuten--notice {
  width: 90%;
  margin: 0 auto;
  margin-top: 8px;
}
.tokuten--notice p {
  font-size: 0.8rem;
}
.tokuten--btn {
  width: 95%;
  margin: 0 auto;
  max-width: 640px;
  margin-top: 20px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 8px;
}
.tokuten--btn a {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 12px;
}
.tokuten--btn a::after {
  content: "";
  position: absolute;
  background: url("../img/arrow--black.svg") no-repeat;
  background-position: center;
  width: 20px;
  height: 100%;
  right: 5%;
  bottom: 0;
  transition: all 0.3s;
}
.tokuten--btn a:hover {
  opacity: 0.6;
}
.tokuten--btn a:hover::after {
  right: 4%;
}
.tokuten--btn img {
  width: 80%;
  max-width: 440px;
}

.product {
  position: relative;
}

.list {
  width: 95%;
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .list {
    padding: 20px 0 0;
  }
}
.list--ttl {
  position: relative;
  text-align: center;
  font-size: 1.8em;
  font-weight: 700;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .list--ttl {
    font-size: 1.4em;
  }
}
.list--ttl p {
  position: relative;
  display: inline-block;
  text-align: center;
}
.list--item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 32px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .list--item {
    display: block;
  }
}

.item {
  position: relative;
  width: 47%;
  max-width: 450px;
  margin-bottom: 80px;
  padding: 0 1em;
  background: url(../img/itembk--even.png) no-repeat;
  background-size: 80%;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .item {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 60px;
    padding: 0 0 1em;
  }
}
.item:nth-child(2n) {
  background: url(../img/itembt--odd.png) no-repeat;
  background-size: 80%;
  background-position: center;
}
.item__zeitaku {
  background: rgba(255, 255, 255, 0.7);
  padding: 0;
  padding-bottom: 1em;
}
.item__zeitaku:nth-child(2n) {
  background: rgba(255, 255, 255, 0.7);
}
.item__zeitaku .item--img {
  margin-top: 0;
}
.item__zeitaku .item--comment {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.7);
}
.item__zeitaku .item--comment p {
  font-size: 0.9em;
}
.item__zeitaku .item--ttl,
.item__zeitaku .item--intro,
.item__zeitaku .item--price,
.item__zeitaku .item--icon,
.item__zeitaku .item--notice,
.item__zeitaku .item--acc-del,
.item__zeitaku .item--btn {
  width: 95%;
  margin: 0 auto;
  margin-top: 8px;
}
.item__zeitaku .item--btn {
  margin-top: 30px;
}
.item__zeitaku .item--btn .orderbtn {
  width: 49%;
  max-width: 240px;
  padding: 12px 4px;
  border-radius: 40px;
  text-align: center;
  font-size: 0.9em;
  cursor: pointer;
  transition: 0.6s;
}
@media screen and (max-width: 767px) {
  .item__zeitaku .item--btn .orderbtn {
    margin: 0;
  }
}
.item__zeitaku .item--btn .orderbtn:hover {
  background: #231815;
}
.item__zeitaku .item--btn .orderbtn:hover a {
  color: #fff;
}
.item__zeitaku .item--btn .orderbtn a {
  display: block;
  font-size: 0.9rem;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .item__zeitaku .item--btn .orderbtn a {
    font-size: 0.85em;
  }
}
.item__zeitaku .item--btn .orderbtn--tenpo {
  background: #fff;
  border: none;
  width: 43%;
}
.item__zeitaku .item--btn .orderbtn--tenpo a {
  position: relative;
}
.item__zeitaku .item--btn .orderbtn--tenpo a::after {
  content: "";
  position: absolute;
  background: url("../img/arrow--black.svg") no-repeat;
  background-position: center;
  width: 12px;
  height: 100%;
  right: 5%;
  bottom: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .item__zeitaku .item--btn .orderbtn--tenpo a::after {
    right: 2%;
  }
}
.item__zeitaku .item--btn .orderbtn--tenpo a:hover::after {
  right: 4%;
}
@media screen and (max-width: 1024px) {
  .item__zeitaku .item--btn .orderbtn--tenpo a:hover::after {
    right: 2%;
  }
}
.item__zeitaku .item--btn .orderbtn--online {
  background: #f3bf00;
  width: 55%;
}
.item__zeitaku .item--btn .orderbtn--online a {
  line-height: 1.4;
  position: relative;
}
.item__zeitaku .item--btn .orderbtn--online a::after {
  content: "";
  position: absolute;
  background: url("../img/arrow--black.svg") no-repeat;
  background-position: center;
  width: 12px;
  height: 100%;
  right: 5%;
  bottom: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .item__zeitaku .item--btn .orderbtn--online a::after {
    right: 2%;
  }
}
.item__zeitaku .item--btn .orderbtn--online a:hover::after {
  background: url("../img/arrow--white.svg") no-repeat;
  background-position: center;
  right: 4%;
}
@media screen and (max-width: 1024px) {
  .item__zeitaku .item--btn .orderbtn--online a:hover::after {
    right: 2%;
  }
}
.item__zeitaku .item--btn .orderbtn--online:hover {
  background: #231815;
}
.item__zeitaku .item--btn .orderbtn--online:hover a {
  color: #fff;
}
.item--limited {
  display: flex;
}
.item--limited-youme {
  padding: 4px 8px;
  margin-right: 8px;
  background: #ce0000;
}
.item--limited-youme p {
  color: #fff;
  font-size: 0.9rem;
}
.item--limited-set {
  padding: 4px 8px;
  border: 1px solid #ce0000;
  background: #fff;
}
.item--limited-set p {
  color: #ce0000;
  font-size: 0.9rem;
}
.item--img {
  margin: 16px auto;
}
.item--icon {
  margin-top: 8px;
  display: flex;
}
.item--ttl p {
  margin: 8px 0;
  font-size: 1.2em;
}
.item--intro {
  margin-top: 8px;
  border-top: 1px solid #231815;
}
.item--intro p {
  padding-top: 8px;
}
.item--notice {
  font-size: 0.9em;
  margin-top: 8px;
}
.item--acc-del {
  display: flex;
}
.item--deli {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.item--deli-txt {
  background: #e9e8e8;
  padding: 4px;
}
.item--deli-day {
  background: #fff;
  padding: 4px;
}
.item--deli:nth-child(2) {
  margin-left: 12px;
}
.item--price {
  margin-top: 8px;
  text-align: right;
  font-size: 1.6em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .item--price {
    font-size: 1.4em;
  }
}
.item--price-waribiki {
  font-weight: 400;
  font-size: 1rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .item--price-waribiki {
    font-size: 0.7em;
  }
}
.item--price span.tax {
  margin-left: 8px;
  font-size: 0.6em;
}
.item--price span.t-red {
  color: #DA1726;
  margin-right: 12px;
}
.item--icon {
  display: flex;
  justify-content: flex-end;
  height: 30px;
}
.item--icon img {
  margin-left: 4px;
}
.item--btn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 12px;
}
.item--btn .orderbtn {
  width: 49%;
  max-width: 240px;
  padding: 12px 4px;
  border-radius: 40px;
  text-align: center;
  font-size: 0.9em;
  cursor: pointer;
  transition: 0.6s;
}
@media screen and (max-width: 767px) {
  .item--btn .orderbtn {
    margin: 0;
  }
}
.item--btn .orderbtn:hover {
  background: #0062c4;
}
.item--btn .orderbtn:hover a {
  color: #fff;
}
.item--btn .orderbtn a {
  display: block;
  font-size: 0.9rem;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .item--btn .orderbtn a {
    font-size: 0.85em;
  }
}
.item--btn .orderbtn--tenpo {
  background: #fff;
  border: 1px solid #0062c4;
  width: 43%;
}
.item--btn .orderbtn--tenpo a {
  color: #0062c4;
  position: relative;
}
.item--btn .orderbtn--tenpo a::after {
  content: "";
  position: absolute;
  background: url("../img/arrow--blue.svg") no-repeat;
  background-position: center;
  width: 12px;
  height: 100%;
  right: 5%;
  bottom: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .item--btn .orderbtn--tenpo a::after {
    right: 2%;
  }
}
.item--btn .orderbtn--tenpo a:hover::after {
  background: url("../img/arrow--white.svg") no-repeat;
  background-position: center;
  right: 4%;
}
@media screen and (max-width: 1024px) {
  .item--btn .orderbtn--tenpo a:hover::after {
    right: 2%;
  }
}
.item--btn .orderbtn--online {
  background: #0062c4;
  width: 55%;
}
.item--btn .orderbtn--online a {
  color: #fff;
  line-height: 1.4;
  position: relative;
}
.item--btn .orderbtn--online a::after {
  content: "";
  position: absolute;
  background: url("../img/arrow--white.svg") no-repeat;
  background-position: center;
  width: 12px;
  height: 100%;
  right: 5%;
  bottom: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .item--btn .orderbtn--online a::after {
    right: 2%;
  }
}
.item--btn .orderbtn--online a:hover::after {
  right: 4%;
}
@media screen and (max-width: 1024px) {
  .item--btn .orderbtn--online a:hover::after {
    right: 2%;
  }
}
.item--btn .orderbtn--online:hover {
  background: #231815;
}
.item--btn .orderbtn--online:hover a {
  color: #fff;
}

.catalog {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .catalog {
    display: block;
    padding-bottom: 40px;
    background: url(../img/fv--bg.png) no-repeat;
  }
}
.catalog--txtarea {
  width: 45%;
  max-width: 400px;
  margin-right: 20px;
  padding: 3em 1em;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .catalog--txtarea {
    width: 95%;
    margin: 0 auto;
  }
}
.catalog--ttl {
  margin-bottom: 8px;
}
.catalog--ttl p {
  font-size: 1.8em;
  font-weight: 700;
  color: #187fc4;
}
.catalog--txt {
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
}
.catalog--txt::before, .catalog--txt::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #187fc4;
  bottom: 0;
}
.catalog--txt::before {
  left: -10%;
  transform: rotate(-30deg);
}
.catalog--txt::after {
  right: -10%;
  transform: rotate(30deg);
}
.catalog--txt__tuujo::before, .catalog--txt__tuujo::after {
  display: none;
}
.catalog--txt__tuujo p.p-blue {
  font-size: 1.2em;
  color: #187fc4;
  line-height: 1.2;
  margin-bottom: 12px;
}
.catalog--btn a {
  position: relative;
  display: flex;
  justify-content: center;
  background: #0062c4;
  border-radius: 8px;
  color: #fff;
  padding: 12px 0;
}
.catalog--btn a::after {
  content: "";
  position: absolute;
  background: url("../img/arrow--white.svg") no-repeat;
  background-position: center;
  width: 20px;
  height: 100%;
  right: 5%;
  bottom: 0;
  transition: all 0.3s;
}
.catalog--btn a:hover::after {
  right: 4%;
}
.catalog--btn a img {
  width: 60%;
}
.catalog--img {
  width: 40%;
  max-width: 350px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .catalog--img {
    width: 70%;
    margin: 0 auto;
    margin-top: 40px;
  }
}
.catalog--img a {
  display: block;
  text-align: center;
  padding: 0.5em;
  box-shadow: 0 0 10px #919191;
}
.catalog--img a:hover {
  box-shadow: none;
}

.line {
  width: 100%;
  height: 80px;
  background: #fff;
}

/* -------------------------------------
        注意文
------------------------------------- */
@media screen and (max-width: 767px) {
  .notice {
    font-size: 0.9em;
  }
}
.notice--main {
  margin: 80px auto;
  width: 95%;
  max-width: 980px;
}
.notice--top {
  text-align: center;
  margin-bottom: 20px;
}
.notice--top p {
  text-align: center;
  font-size: 1.1em;
  display: inline;
  background: linear-gradient(transparent 70%, #F8DB1B 70%);
}

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

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

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

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

/* -------------------------------------
        注意文
------------------------------------- */
.notice {
  padding: 40px 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .notice {
    font-size: 0.9em;
  }
}
.notice--txt {
  width: 95%;
  margin: 0 auto;
  max-width: 980px;
  text-align: center;
}
.notice--txt p {
  text-align: left;
  font-size: 0.9em;
}
.notice--logo {
  width: 95%;
  margin: 0 auto;
  max-width: 550px;
  text-align: center;
}

/* -------------------------------------
        スマホ版フローティングバナー
------------------------------------- */
.sp_footer_menu {
  position: fixed;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: rgba(116, 116, 116, 0.7);
}
.sp_footer_menu li {
  list-style: none;
  width: 85%;
  margin: 8px auto;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  background: #fff;
  border-radius: 5px;
}
.sp_footer_menu a {
  text-align: center;
  display: block;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 8px 0;
  line-height: 1.5;
  color: #c70079;
  font-weight: 700;
  font-size: 1.1em;
}

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

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

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

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

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

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

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

.area__detail {
  display: none;
}

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

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

.area__detail > div ul {
  display: flex;
}

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

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

.addr {
  display: none;
}

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

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

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

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

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

#s_footer a {
  color: #222;
}

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

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

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

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

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

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

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

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

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

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

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

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

.area__detail > div ul {
  justify-content: flex-end;
}/*# sourceMappingURL=style-2023summergift2.css.map */