@charset "UTF-8";
@media screen and (max-width: 767px) {
  .only-lg {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}
/*共通*/
.unagi_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;
}

.d-flx {
  display: flex;
  flex-wrap: wrap;
}
.d-flx_blc {
  justify-content: center;
}

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

.fv {
  position: relative;
  padding: 120px 0;
  text-align: center;
  background: url(../img/fv-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  border-top: 15px solid #92181e;
}
@media screen and (max-width: 767px) {
  .fv {
    padding: 80px 0 50px;
  }
}
.fv--ttl {
  width: 60%;
  margin: 0 auto;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .fv--ttl {
    width: 90%;
  }
}

/* -------------------------------------
        期限
------------------------------------- */
.kgn {
  margin-bottom: 40px;
}
.kgn--ttl {
  background: #92181e;
  padding: 1.5em 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kgn--ttl {
    padding: 1em 0;
  }
}
.kgn--ttl p {
  font-size: 1.2em;
  color: #fff;
}
.kgn--mochi-deli {
  display: flex;
  justify-content: center;
  background: #f5e9ea;
  padding: 32px 0;
}
@media screen and (max-width: 767px) {
  .kgn--mochi-deli {
    display: block;
  }
}
.kgn table {
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .kgn table {
    width: 95%;
    margin: 0 auto;
  }
}
.kgn table th {
  padding: 4px 0;
  color: #fff;
  font-size: 1.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kgn table th {
    font-size: 1em;
  }
}
.kgn table td {
  padding: 8px 12px;
  background: #fff;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .kgn table td {
    padding: 4px;
    font-size: 0.8em;
  }
}
.kgn .mochi {
  color: #bf1920;
}
.kgn .mochi th {
  background: #bf1920;
  border: 1px solid #bf1920;
}
.kgn .mochi td {
  color: #bf1920;
  border: 1px solid #bf1920;
}
.kgn .deli {
  margin-left: 12px;
  color: #1f2c5c;
}
@media screen and (max-width: 767px) {
  .kgn .deli {
    margin-left: 0;
    margin-top: 12px;
  }
}
.kgn .deli th {
  background: #1f2c5c;
  border: 1px solid #1f2c5c;
}
.kgn .deli td {
  color: #1f2c5c;
  border: 1px solid #1f2c5c;
}

/* -------------------------------------
        早期限定特典
------------------------------------- */
.tt {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 8px;
  max-width: 500px;
  padding-bottom: 1em;
  background: #f8e0ef;
}
.tt__tanrei {
  background: rgba(255, 255, 255, 0.5);
}
.tt--ttl {
  position: relative;
  background: #c70079;
  padding: 0.5em;
  text-align: center;
  z-index: 1;
}
.tt--ttl::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: #c70079;
  transform: rotate(45deg);
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -8px;
  z-index: 0;
}
.tt--ttl p {
  position: relative;
  color: #fff;
  font-size: 1.1em;
}
.tt--subttl {
  margin-top: 8px;
  text-align: center;
}
.tt--subttl p {
  font-size: 1.1em;
  font-weight: 700;
  color: #c70079;
}
.tt--about {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.tt--taisyo {
  background: #c70079;
  border-radius: 4px;
  padding: 4px 8px;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .tt--taisyo {
    padding: 4px;
    margin-right: 4px;
  }
}
.tt--taisyo p {
  color: #fff;
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .tt--txt p {
    font-size: 0.9em;
  }
}
.tt--point {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tt--point p {
  color: #c70079;
}
.tt--for {
  margin-right: 8px;
}
.tt--for p {
  font-size: 0.8em;
}
.tt--bai {
  margin-bottom: 8px;
}
.tt--bai p {
  font-size: 4em;
  font-weight: 700;
  line-height: 1;
}
.tt--bai p span.t-small {
  font-size: 0.6em;
}
.tt--notice {
  width: 95%;
  margin: 0 auto;
  text-align: center;
}
.tt--notice p {
  display: inline-block;
  text-align: left;
  font-size: 0.8em;
}
.tt--kigen {
  width: 95%;
  margin: 0 auto;
  margin-top: 8px;
}
.tt--kigen table {
  margin: 0 auto;
}
.tt--kigen table td {
  background: #fff;
  padding: 4px 8px;
  font-size: 0.9em;
}
.tt--kigen table td.ttl {
  background: #c70079;
  color: #fff;
}
.tt--kigen table td.ttl__fst {
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .tt--kigen table td.ttl__fst {
    width: 28%;
  }
}

/* -------------------------------------
        メイン
------------------------------------- */
.product {
  position: relative;
  padding-top: 120px;
}
.product__tanrei {
  background: url(../img/con1-bg.png?0517aaa);
}
.product__doyou {
  background: url(../img/con3-bg.png);
}
.product::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 160px;
  background: url(../img/line-pc.png) repeat-x;
  background-size: cover;
  background-position: bottom;
  top: -80px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .product::before {
    background: url(../img/line-sp.png) repeat-x;
    background-size: cover;
    background-position: bottom;
    top: -80px;
  }
}

.con {
  padding-bottom: 80px;
}
.con--ttl {
  width: 90%;
  margin: 0 auto;
  max-width: 500px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .con--ttl__sutamina {
    margin-top: 80px;
  }
}
.con--btnarea {
  margin-top: 24px;
}
.con--btnarea__gift {
  margin-top: -24px;
}
.con--btn {
  max-width: 350px;
  margin: 0 auto;
  margin-top: 8px;
  text-align: center;
  background: #FEC240;
  border-radius: 8px;
  font-weight: 600;
  box-shadow: 0 0 10px #c9c9c9;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .con--btn {
    width: 90%;
    max-width: 350px;
  }
}
.con--btn:hover {
  box-shadow: none;
}
.con--btn a {
  display: block;
  padding: 16px;
  font-size: 1.1em;
  line-height: 1.4;
  position: relative;
  color: #333;
}
.con--btn a::after {
  content: "";
  position: absolute;
  background: url("../img/arrow_black.svg") no-repeat;
  background-position: center;
  width: 15px;
  height: 100%;
  right: 6%;
  bottom: 0;
  transition: all 0.3s;
}
.con--btn a:hover::after {
  right: 4%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .con--btn a {
    padding-bottom: 4px;
  }
}
.con--btn-txt {
  text-align: center;
  position: relative;
}
.con--btn-txt p {
  position: relative;
  display: inline-block;
  text-align: left;
}
.con--btn-txt p::before, .con--btn-txt p::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #000;
  bottom: 0;
}
.con--btn-txt p::before {
  transform: rotate(-30deg);
  left: -8%;
}
.con--btn-txt p::after {
  transform: rotate(30deg);
  right: -8%;
}

.list {
  width: 95%;
  max-width: 980px;
  margin: 0 auto;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .list {
    padding: 20px 0 0;
  }
}

.item {
  position: relative;
  width: 47%;
  max-width: 450px;
  margin-bottom: 80px;
  padding-bottom: 1.5em;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .item {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 60px;
    padding: 0 0 1em;
  }
}
.item__w100 {
  width: 100%;
  max-width: none;
}
.item--w100-ttl {
  justify-content: center;
  align-items: center;
}
.item--w100-about {
  width: 46%;
  margin: 20px 12px;
}
@media screen and (max-width: 767px) {
  .item--w100-about {
    width: 100%;
  }
}
.item__unaju {
  background: url(../img/con2-bg.png);
  background-size: contain;
}
.item__blc {
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 767px) {
  .item__blc {
    width: 95%;
    margin: 0 auto 60px;
  }
}
.item__gift {
  background: url(../img/con1-bg.png?0517aaa);
}
.item--limited {
  display: inline-block;
  background: #e60012;
  padding: 4px 8px;
}
.item--limited__w100 {
  margin-right: 12px;
}
.item--limited p {
  color: #fff;
}
.item--img {
  margin-bottom: 8px;
}
.item--img img {
  width: 100%;
}
.item--main {
  padding: 0 1em;
}
@media screen and (max-width: 767px) {
  .item--main {
    padding: 0 0.5em;
  }
}
.item--no-about {
  display: flex;
  align-items: center;
}
.item--no-about__no5 {
  margin-top: 20px;
}
.item--no {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10%;
  background: #dcac19;
  margin-right: 8px;
  padding: 4px 0;
  text-align: center;
}
.item--no p {
  font-size: 1.2em;
}
.item--about p {
  font-size: 1.1em;
}
.item--about p span.t-small {
  font-size: 0.8em;
}
.item--ttl {
  width: 85%;
}
.item--ttl__w100 {
  width: auto;
}
.item--ttl p {
  margin: 8px 0;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2;
}
.item--ttl p span.t-small {
  font-size: 0.8em;
}
.item--intro {
  max-width: 750px;
  margin: 12px auto;
  padding: 12px 1em;
  background: #f8f3e7;
  border-radius: 8px;
}
.item--intro-ttl {
  text-align: center;
  margin-bottom: 8px;
}
.item--intro-ttl__youme {
  margin-top: 16px;
}
.item--intro-ttl p {
  font-size: 1.2em;
  font-weight: 700;
}
.item--intro-txt {
  text-align: center;
}
.item--intro-txt p {
  display: inline-block;
  text-align: left;
}
.item--intro-img-txt {
  display: flex;
  align-items: center;
}
.item--intro-img {
  width: 35%;
  margin-right: 8px;
}
.item--intro-imgtxt {
  width: 60%;
}
.item--intro-imgtxt p {
  font-size: 0.9em;
}
.item--notice {
  font-size: 0.9em;
  margin-top: 8px;
}
.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__online {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.item--price span.t-small {
  font-size: 0.8em;
}
.item--price span.tax {
  margin-left: 8px;
  font-size: 0.6em;
}
.item--price-online {
  background: #c70079;
  margin-right: 8px;
  padding: 4px;
}
.item--price-online p {
  font-size: 0.5em;
  font-weight: 300;
  color: #fff;
}
.item--icon {
  height: 24px;
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}
.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: 8px;
  text-align: center;
  cursor: pointer;
  transition: 0.6s;
}
@media screen and (max-width: 767px) {
  .item--btn .orderbtn {
    margin: 0;
  }
}
.item--btn .orderbtn:hover {
  background: #92181e;
}
.item--btn .orderbtn:hover a {
  color: #fff;
}
.item--btn .orderbtn a {
  display: block;
  font-size: 0.9em;
  color: #333;
}
.item--btn .orderbtn--tenpo {
  background: #fff;
  border: 1px solid #b3b3b3;
  width: 43%;
}
.item--btn .orderbtn--tenpo a {
  color: #000;
}
.item--btn .orderbtn--online {
  background: #ffd200;
  width: 55%;
}
.item--btn .orderbtn--online a {
  line-height: 1.4;
  position: relative;
}
.item--btn .orderbtn--online:hover {
  background: #92181e;
}
.item--btn .orderbtn--online:hover a {
  color: #fff;
}

.catalog {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/con1-bg.png?0517aaa);
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .catalog {
    display: block;
    padding-bottom: 40px;
  }
}
.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 {
  color: #92181e;
  font-size: 1.2em;
}
.catalog--txt {
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
}
.catalog--txt::before, .catalog--txt::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  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;
  line-height: 1.2;
  margin-bottom: 12px;
}
.catalog--btn a {
  position: relative;
  display: flex;
  justify-content: center;
  background: #ffd200;
  color: #000;
  border-radius: 8px;
  padding: 12px 0;
}
.catalog--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;
}
.catalog--btn a:hover::after {
  right: 4%;
}
.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;
}

/* -------------------------------------
        注意文
------------------------------------- */
.notice {
  width: 95%;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .notice {
    font-size: 0.9em;
  }
}
.notice--main {
  margin-top: 80px;
}
.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%, #ffd200 70%);
}

/* -------------------------------------
        あたため方
------------------------------------- */
.atatame {
  background: url(../img/atatame-bg.png);
  padding-top: 80px;
  padding-bottom: 120px;
  margin-bottom: 80px;
  border-bottom: 10px solid #92191e;
}
@media screen and (max-width: 767px) {
  .atatame {
    padding-bottom: 40px;
  }
}
.atatame--ttl {
  position: relative;
  width: 95%;
  margin: 0 auto;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  .atatame--ttl {
    width: 80%;
    max-width: 500px;
  }
}
.atatame--ttl__sp::before {
  content: "";
  position: absolute;
  width: 64px;
  height: 32px;
  background: url(../img/atatame-dec.png?aaa) no-repeat;
  background-size: contain;
  left: -30px;
  top: 0;
  z-index: -1;
}
.atatame--step {
  position: relative;
  width: 95%;
  margin: 0 auto;
  margin-top: 40px;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  .atatame--step {
    width: 90%;
    margin-top: 20px;
    max-width: 500px;
  }
}
.atatame--step__pc3::before {
  content: "";
  position: absolute;
  width: 108px;
  height: 64px;
  background: url(../img/atatame-dec.png?aaa) no-repeat;
  background-size: contain;
  left: -40px;
  top: 40%;
  z-index: -1;
}
.atatame--step__sp2::before {
  content: "";
  position: absolute;
  width: 64px;
  height: 32px;
  background: url(../img/atatame-dec.png?aaa) no-repeat;
  background-size: contain;
  right: -20px;
  top: 10%;
  z-index: 0;
}
.atatame--step__sp3::before {
  content: "";
  position: absolute;
  width: 64px;
  height: 32px;
  background: url(../img/atatame-dec.png?aaa) no-repeat;
  background-size: contain;
  left: -30px;
  bottom: 5%;
  z-index: -1;
}

/*アニメーション*/
.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);
}

/* -------------------------------------
        スマホ版フローティングバナー
------------------------------------- */
.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;
}

#movie {
  padding: 40px 0;
  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: 1em;
    border-radius: 10px;
    margin-top: -2em;
    margin-bottom: 3em;
  }
}
@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;
  }
}/*# sourceMappingURL=style-2023unagi.css.map */