@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
html {
  font-size: 10px;
}

body {
  background-color: #86caa3;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.wrapper {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  background-repeat: repeat;
  background-size: 10px;
}

.hoverLink {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hoverLink:hover {
  opacity: 0.8;
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999;
}
.c-modal__content {
  max-width: 395px;
  width: 87%;
  border-radius: 0px;
  text-align: center;
  position: relative;
}
.c-modal .js-modal-close {
  position: absolute;
  width: 50px;
  height: 50px;
  top: -30px;
  right: -22px;
  background-color: #e50065;
  cursor: pointer;
  border-radius: 100vmax;
  border: navajowhite;
}
.c-modal .js-modal-close span {
  position: absolute;
  content: "";
  width: 25px;
  height: 4px;
  top: 50%;
  left: 50%;
  background-color: #ffffff;
}
.c-modal .js-modal-close span:first-of-type {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal .js-modal-close span:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-open {
  overflow: hidden;
}

.hd__cnt {
  position: fixed;
  z-index: 9998;
  top: 17px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 750px;
  margin: 0 auto;
  width: calc(100% - 50px);
}
.hd__logo--box {
  background-color: #fff;
  border: 2px solid #18110c;
  border-radius: 10px;
  -webkit-box-shadow: 0px -3px 0 #18110c;
          box-shadow: 0px -3px 0 #18110c;
  width: 250px;
  width: 96%;
  max-width: 250px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hd__logo--box--link {
  padding: 9.4px 10px;
  display: block;
}
.hd__logo--box--img {
  display: block;
  margin: 0 auto;
  width: 86%;
}
.hd__hamb--box {
  background-color: #fff46a;
  border: 2px solid #18110c;
  border-radius: 10px;
  -webkit-box-shadow: 0px -3px 0 #18110c;
          box-shadow: 0px -3px 0 #18110c;
  padding: 10px;
  width: 62px;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hd__hamb--box--inner {
  width: 30px;
  height: 60%;
  position: relative;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hd__hamb--box--inner.display {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}
.hd__hamb--box span {
  position: absolute;
  background-color: #18110c;
  width: 80%;
  height: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hd__hamb--box span:first-of-type {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.hd__hamb--box span:nth-of-type(2) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.hd__hamb--box span:last-of-type {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.hd__hamb--box span.display:first-of-type {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(1.2);
          transform: translate(-50%, -50%) rotate(45deg) scale(1.2);
}
.hd__hamb--box span.display:nth-of-type(2) {
  opacity: 0;
  visibility: hidden;
}
.hd__hamb--box span.display:last-of-type {
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(135deg) scale(1.2);
          transform: translate(-50%, 50%) rotate(135deg) scale(1.2);
}
.hd__nav {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: fixed;
  z-index: 0;
  top: 0px;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100vh;
  padding-top: 117px;
  padding-bottom: 90px;
  overflow-y: scroll;
}
.hd__nav.display {
  opacity: 1;
  visibility: visible;
  z-index: 9997;
}
.hd__nav--navBtn {
  background-color: #e60028;
  border: 0px solid #3f3a39;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 0 #3f3a39;
          box-shadow: 0px 0px 0 #3f3a39;
  width: 325px;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
}
.hd__nav--navBtn:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 11px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/angle1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hd__nav--navBtn.angle0:after {
  background-image: url(../img/angle0.png);
  width: 26px;
  height: 24px;
  right: 9px;
}
.hd__nav--navBtn.angle1:after {
  background-image: url(../img/angle1.png);
}
.hd__nav--navBtn.angle1_2:after {
  background-image: url(../img/angle1_2.png);
}
.hd__nav--navBtn.angle1_3:after {
  background-image: url(../img/angle1_3.png);
}
.hd__nav--navBtn.angle2:after {
  background-image: url(../img/angle2.png);
}
.hd__nav--navBtn.angle2_1:after {
  background-image: url(../img/angle2_1.png);
}
.hd__nav--navBtn.angle3:after {
  background-image: url(../img/angle3.png);
}
.hd__nav--navBtn.angle4:after {
  background-image: url(../img/angle4.png);
}
.hd__nav--navBtn.angle5:after {
  background-image: url(../img/angle5.png);
  display: none;
}
@media screen and (min-width: 769px) {
  .hd__nav--navBtn:after {
    width: 30px;
    height: 22px;
    right: 17px;
  }
}
.hd__nav--navBtn--wrap {
  border: 0px solid #fff;
  border-radius: 8px;
}
.hd__nav--navBtn:not(:first-of-type) {
  margin-top: 11px;
}
.hd__nav--navBtn img {
  width: 100%;
}

.link-area02 {
  margin-top: 34px;
  width: 87%;
  margin-inline: auto;
}
.link-area02 a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
.link-area02 a:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.link-area02 a:not(:first-of-type) {
  margin-top: 5px;
  display: block;
}

.link-area01 {
  margin-top: 24px;
  margin-inline: auto;
  width: 87%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 10;
  position: relative;
  margin-bottom: 0px;
}
.link-area01__blk {
  width: 46%;
  border-radius: 10px;
  position: relative;
  display: block;
}
.link-area01__blk:hover .link-area01__blk--icon {
  background-color: #020202;
}
.link-area01__blk:hover .link-area01__blk--icon:before {
  border-color: #f5eebf;
}
.link-area01__blk.-w100 {
  width: 100%;
}
.link-area01__blk:nth-of-type(n + 3) {
  margin-top: 25px;
}
.link-area01__blk--thumb {
  overflow: hidden;
}
.link-area01__blk--text {
  background-color: #fff;
  padding: 6px 10px 10px;
  color: #140700;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 0 0 10px 10px;
}
.link-area01__blk--icon {
  position: absolute;
  bottom: -12px;
  right: -10px;
  background-color: #f5eebf;
  border: 1px solid #f5eebf;
  border-radius: 100vmax;
  width: 36px;
  height: 36px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.link-area01__blk--icon:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  top: 50%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  border-right: 1px solid #020202;
  border-bottom: 1px solid #020202;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hd__nav .link-area02 {
  margin-top: 50px;
}
@media screen and (min-width: 769px) {
  .hd__nav .link-area02 a {
    width: 100%;
    max-width: 430px;
    display: block;
    margin-inline: auto;
  }
  .hd__nav .link-area01 {
    width: 100%;
    max-width: 430px;
    margin-inline: auto;
  }
  .hd__nav .link-area01__blk--icon:before {
    border-width: 2px;
  }
}
#TOP main .mv {
  margin-top: 0;
}

main .mv {
  margin-top: 0px;
  position: relative;
  margin-inline: auto;
  width: 100%;
}
main .mv__img {
  position: relative;
  padding-top: 0;
}
main .mv__img img {
  display: block;
  margin: 0 auto;
  position: absolute;
  position: relative;
}
main .mv__mdl {
  position: absolute;
  top: 34.6%;
  right: 0;
  width: 140px;
}
main .mv__mdl img {
  display: block;
  margin: 0 auto;
}
main .lead {
  margin-top: -53px;
  padding-bottom: 40px;
}
@media screen and (min-width: 769px) {
  main .link-area01__blk--icon:before {
    border-width: 2px;
  }
}
main .eps {
  background-color: #ffe100;
  padding-bottom: 80px;
  margin-bottom: 0;
  margin-top: 0px;
  position: relative;
}
main .eps:after {
  position: absolute;
  z-index: 0;
  top: 0px;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/other_bg.png);
  background-repeat: repeat-y;
  background-size: 100%;
  display: none;
}
main .eps__cnt {
  padding-top: 20px;
  width: calc(100% - 50px);
  margin: 0 auto;
}
main .eps__cnt--area--btnBox {
  margin-top: 21px;
  background-color: #fff33e;
  border: 2px solid #231815;
  -webkit-box-shadow: 0 4px 0 #231815;
          box-shadow: 0 4px 0 #231815;
  border-radius: 10px;
  margin: 19px 22px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main .eps__cnt--area--btnBox--btn {
  display: block;
  padding: 13px 0;
}
main .eps__cnt--area--btnBox--btn--image {
  width: 195px;
  display: block;
  margin: 0 auto;
}
main .eps__cnt--area--service {
  margin-top: 10px;
}
main .eps__cnt--area--service a {
  display: block;
  border-radius: 10px;
  background-color: #a72126;
  padding: 23px 26px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main .eps__cnt--area--service a:hover {
  opacity: 0.8;
}
main .eps__cnt--area--service--ttl {
  display: block;
  margin: 0 auto;
  width: 100%;
}
main .eps__cnt--area--service p {
  color: #fff;
  font-size: 1.5rem;
  margin-top: 14px;
  line-height: 1.6;
  letter-spacing: 0;
}
main .eps__cnt--area--service--btn {
  margin-top: 8px;
  display: block;
  margin-inline: auto;
}
main .eps__cnt--area--bnr {
  margin-top: 10px;
}
main .eps__cnt--area--wrap {
  margin: 0 auto;
  background-color: #ffe100;
  border-radius: 10px;
  padding: 10px 0 18px;
  position: relative;
}
main .eps__cnt--area--wrap--bubble {
  width: 54%;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 12px;
}
main .eps__cnt--area--wrap--topImage {
  width: 92%;
  display: block;
  margin: 0 auto;
  width: 100%;
  margin-top: 22px;
}
main .eps__cnt--area--wrap--topImage.second {
  width: 92%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main .eps__cnt--area--wrap--topImage.second:hover {
  opacity: 0.8;
}
main .eps__cnt--area--wrap--topImage:nth-of-type(2) {
  margin-top: 10px;
}
main .eps__cnt--area--wrap--movie {
  position: relative;
  width: 92%;
  padding-top: 51.85%;
  margin: 0 auto;
  margin-top: 27px;
  width: 100%;
}
main .eps__cnt--area--wrap--movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
main .eps__cnt--area--wrap--attentionArea {
  width: calc(100% - 45px);
  margin: 0 auto;
  padding-top: 12px;
  padding-top: 22px;
  width: 100%;
}
main .eps__cnt--area--wrap--attentionArea--text {
  font-size: 1.2rem;
  color: #000;
  margin-left: 2em;
  text-indent: -2em;
}
main .eps__cnt--area--wrap--tgl {
  width: calc(100% - 45px);
  margin: 0 auto;
  padding-top: 0;
  width: 100%;
}
main .eps__cnt--area--wrap--tgl .blk {
  border-radius: 10px 10px 10px 10px;
  background: #a72126;
}
main .eps__cnt--area--wrap--tgl .blk:not(:first-of-type) {
  margin-top: 10px;
}
main .eps__cnt--area--wrap--tgl .blk a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
}
main .eps__cnt--area--wrap--tgl .blk a:hover {
  opacity: 0.9;
}
main .eps__cnt--area--wrap--tgl .blk__btn {
  background-color: #a72126;
  border-radius: 10px 10px 0 0;
  border-radius: 10px;
  padding: 15px 13px 8px;
}
main .eps__cnt--area--wrap--tgl .blk__btn--cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: block;
}
main .eps__cnt--area--wrap--tgl .blk__btn--cnt--txt {
  color: #fff;
  font-size: 1.9rem;
  letter-spacing: -0.05em;
  padding-right: 10px;
  text-align: center;
  line-height: 1.25;
}
main .eps__cnt--area--wrap--tgl .blk__btn--cnt--image {
  width: 44px;
  -webkit-animation: poyopoyo 2s ease-out infinite;
          animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main .eps__cnt--area--wrap--tgl .blk__btn--cnt--image.none {
  opacity: 0;
}
main .eps__cnt--area--wrap--tgl .blk__cts {
  background-color: #fff;
  border: 1px solid #a72126;
  border-radius: 0 0 10px 10px;
}
main .eps__cnt--area--wrap--tgl .blk__cts--container {
  padding: 14px 10px;
}
main .eps__cnt--area--wrap--tgl .blk__cts--container--text {
  font-size: 1.2rem;
  padding-top: 9px;
  letter-spacing: 0em;
}
main .eps__cnt--area--wrap--tgl .blk__cts--container--redText {
  color: #a72126;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  padding-top: 10px;
  margin-top: 12px;
  border-top: 1px solid #a72126;
  letter-spacing: 0em;
}
main .eps__cnt--area--wrap--tgl .blk__cts--container--attention {
  padding-top: 2px;
  font-size: 1.2rem;
}
main .eps__cnt--area--wrap--att {
  font-size: 1.2rem;
  width: calc(100% - 45px);
  margin: 0 auto;
  padding-top: 20px;
  width: 100%;
}
main .eps__cnt--area--wrap--att p {
  margin-left: 1em;
  text-indent: -1em;
}
main .new {
  margin-top: -126px;
}
main .new__box {
  width: calc(100% - 50px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #fff;
  padding: 10% 24px 20px;
  border: 2px solid #00439a;
}
@media screen and (min-width: 400px) and (max-width: 768px) {
  main .new__box {
    padding-top: 13%;
  }
}
main .new__box--ttl {
  position: absolute;
  top: -63px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  max-width: 500px;
}
main .new__box--img {
  margin-left: auto;
  margin-right: auto;
  width: 77%;
  position: relative;
}
main .new__box--btn {
  margin-top: 14px;
}
main .sale {
  padding-bottom: 0;
}
main .sale__cts {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 29px;
  position: relative;
}
main .sale__cts--wrap {
  margin-top: 0;
  padding-bottom: 0;
  position: relative;
}
main .sale__cts--wrap--title {
  position: relative;
  padding-top: 5px;
  padding-bottom: 0px;
}
main .sale__cts--wrap--topImage {
  display: block;
  margin: 0 auto;
}
main .sale__cts--wrap--topImage:first-of-type {
  position: relative;
  width: 82%;
  z-index: 2;
}
main .sale__cts--wrap--topImage:nth-of-type(2) {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}
main .sale__cts--wrap--cnt {
  padding-top: 0;
  width: 100%;
  margin: 0 auto;
}
main .sale__cts--wrap--cnt--cardArea--card:not(:first-of-type) {
  padding-top: 10px;
}
main .sale__cts--wrap--cnt--btnBox {
  margin-top: 22px;
  background-color: #fff33e;
  border: 2px solid #231815;
  -webkit-box-shadow: 0 3px 0 #231815;
          box-shadow: 0 3px 0 #231815;
  border-radius: 10px;
  margin: 12px 22px 0;
}
main .sale__cts--wrap--cnt--btnBox--btn {
  display: block;
  padding: 13px 0;
}
main .sale__cts--wrap--cnt--btnBox--btn--image {
  width: 229px;
  display: block;
  margin: 0 auto;
}
main .sale__cts--wrap--cnt--tgl .blk:not(:first-of-type) {
  padding-top: 10px;
}
main .sale__cts--wrap--cnt--tgl .blk__tglBtn {
  border: 3px solid #18110c;
  border-radius: 10px;
  width: 325px;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main .sale__cts--wrap--cnt--tgl .blk__tglBtn.first {
  background-color: #eb6882;
  border-color: #eb6882;
}
main .sale__cts--wrap--cnt--tgl .blk__tglBtn.second {
  background-color: #60b638;
  border-color: #60b638;
}
main .sale__cts--wrap--cnt--tgl .blk__tglBtn.third {
  background-color: #f18e10;
  border-color: #f18e10;
}
main .sale__cts--wrap--cnt--tgl .blk__tglBtn.fourth {
  background-color: #8174b4;
  border-color: #8174b4;
}
main .sale__cts--wrap--cnt--tgl .blk__tglBtn.fifth {
  background-color: #00b2a6;
  border-color: #00b2a6;
}
main .sale__cts--wrap--cnt--tgl .blk__tglBtn--box {
  padding: 10px 12px;
  border: 2px solid #fff;
  border-radius: 8px;
}
main .sale__cts--wrap--cnt--tgl .blk__tglBtn--box--wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 30px;
}
main .sale__cts--wrap--cnt--tgl .blk__tglBtn--box--wrap:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/white_angle.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main .sale__cts--wrap--cnt--tgl .blk__tglBtn--box--wrap.js-toggleBox.on:after {
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}
main .sale__cts--wrap--cnt--tgl .blk__tglBtn--box--wrap .btnImg {
  width: 109px;
}
main .sale__cts--wrap--cnt--tgl .blk__tglBtn--box--wrap .btnImg.second {
  width: 176px;
}
main .sale__cts--wrap--cnt--tgl .blk__tglBtn--box--wrap .btnImg.third {
  width: 115px;
}
main .sale__cts--wrap--cnt--tgl .blk__tglBtn--box--wrap .btnImg.fourth {
  width: 175px;
}
main .sale__cts--wrap--cnt--tgl .blk__tglBtn--box--wrap .btnImg.fifth {
  width: 150px;
}
main .sale__cts--wrap--cnt--tgl .blk__tglBtn--box--wrap .btnImg:nth-of-type(2) {
  width: 50px;
  opacity: 1;
}
main .sale__cts--wrap--cnt--tgl .blk__tglBtn--box--wrap .btnImg.js-push {
  opacity: 1;
  visibility: visible;
}
main .sale__cts--wrap--cnt--tgl .blk__tglBtn--box--wrap .btnImg.js-push.none {
  opacity: 0;
  visibility: hidden;
}
main .sale__cts--wrap--cnt--tgl .blk__cts {
  padding-top: 9px;
  display: none;
}
main .sale__cts--wrap--cnt--tgl .blk__cts--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card {
  width: calc(50% - 2.5px);
  margin-right: 5px;
  position: relative;
}
main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card:nth-of-type(2n) {
  margin-right: 0;
}
main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card:nth-of-type(n + 3) {
  margin-top: 6px;
}
main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a {
  color: #222222;
  font-weight: bold;
  text-align: center;
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.1;
  height: 100%;
}
main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .bottom {
  margin-top: auto;
  padding-top: 10px;
}
main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .title {
  font-size: 1.3rem;
  padding-bottom: 10px;
}
main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .attention {
  font-size: 1rem;
  padding-top: 5px;
}
main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .shop {
  font-size: 1.1rem;
}
main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .genre {
  font-size: 1rem;
  padding-bottom: 0px;
}
main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .floor {
  font-size: 1rem;
  font-weight: normal;
  margin-top: 5px;
}
main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .redText {
  color: #e60012;
}
main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .blackText {
  color: #222;
}
main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .redOnlyText {
  line-height: 1;
  font-size: 1.8rem;
}
main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .fwn {
  font-weight: normal;
}
main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .fsz15 {
  font-size: 1.5rem;
}
main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .fsz17 {
  font-size: 1.7rem;
}
main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .fsz19 {
  font-size: 1.9rem;
}
main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .fsz20 {
  font-size: 2rem;
}
main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .fsz22 {
  font-size: 2.2rem;
}
main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .fsz25 {
  font-size: 2.5rem;
}
main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .fsz27 {
  font-size: 2.7rem;
}
main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .fsz30 {
  font-size: 3rem;
}
main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .fsz30_23 {
  font-size: 2.3rem;
}
main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .fsz35 {
  font-size: 3.5rem;
}
main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .fsz40 {
  font-size: 4rem;
}
main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .pt10 {
  padding-top: 10px;
}
main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .pt20 {
  padding-top: 20px;
}
main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .pt30 {
  padding-top: 30px;
}
main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .shopLogo {
  padding-top: 15px;
}
main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .price {
  font-size: 1.7rem;
}
main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .middleTxt {
  font-size: 1.7rem;
}
main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .number {
  font-size: 2.5rem;
}
main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .blackText {
  color: #222;
}
main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .max {
  font-size: 1.7rem;
}
@media screen and (min-width: 769px) {
  main .sale__cts {
    padding-bottom: 0;
  }
  main .sale__cts .bg_sale {
    height: auto;
  }
  main .sale__cts--wrap {
    padding-top: 0;
    margin-top: 0px;
    padding-bottom: 0;
  }
  main .sale__cts--wrap--topImage:nth-of-type(2) {
    width: 98%;
  }
  main .sale__cts--wrap--cnt {
    padding-top: 40px;
    width: 100%;
  }
  main .sale__cts--wrap--cnt--cardArea--card:not(:first-of-type) {
    padding-top: 20px;
  }
  main .sale__cts--wrap--cnt--btnBox {
    margin: 44px 44px 0;
    border-radius: 20px;
    border: 4px solid #231815;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 4px 0 #231815;
            box-shadow: 0 4px 0 #231815;
  }
  main .sale__cts--wrap--cnt--btnBox:hover {
    position: relative;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
    -webkit-box-shadow: 0 1px 0 #18110c;
            box-shadow: 0 1px 0 #18110c;
  }
  main .sale__cts--wrap--cnt--btnBox--btn {
    display: block;
    padding: 26px 0;
  }
  main .sale__cts--wrap--cnt--btnBox--btn--image {
    width: 82%;
  }
  main .sale__cts--wrap--cnt--tgl .blk__tglBtn {
    width: 100%;
    border-radius: 15px;
    border: 4px solid #18110c;
  }
  main .sale__cts--wrap--cnt--tgl .blk__tglBtn:hover {
    position: relative;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  main .sale__cts--wrap--cnt--tgl .blk__tglBtn--box {
    padding: 15px 18px;
    border-radius: 10px;
    border: 4px solid #fff;
  }
  main .sale__cts--wrap--cnt--tgl .blk__tglBtn--box--wrap {
    padding-right: 34px;
  }
  main .sale__cts--wrap--cnt--tgl .blk__tglBtn--box--wrap:after {
    width: 7%;
    height: 60%;
  }
  main .sale__cts--wrap--cnt--tgl .blk__tglBtn--box--wrap .btnImg {
    width: 50%;
  }
  main .sale__cts--wrap--cnt--tgl .blk__tglBtn--box--wrap .btnImg.second {
    width: 72%;
  }
  main .sale__cts--wrap--cnt--tgl .blk__tglBtn--box--wrap .btnImg.third {
    width: 51%;
  }
  main .sale__cts--wrap--cnt--tgl .blk__tglBtn--box--wrap .btnImg.fourth {
    width: 75%;
  }
  main .sale__cts--wrap--cnt--tgl .blk__tglBtn--box--wrap .btnImg.fifth {
    width: 64%;
  }
  main .sale__cts--wrap--cnt--tgl .blk__tglBtn--box--wrap .btnImg:nth-of-type(2) {
    width: 19%;
  }
  main .sale__cts--wrap--cnt--tgl .blk__cts {
    padding-top: 10px;
  }
  main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a {
    font-size: 2.7rem;
  }
  main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .title {
    font-size: 1.8rem;
  }
  main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .attention {
    font-size: 1.2rem;
  }
  main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .shop {
    font-size: 1.8rem;
  }
  main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .genre {
    font-size: 1.3rem;
  }
  main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .floor {
    font-size: 1.3rem;
  }
  main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .fsz25_25 {
    font-size: 2.5rem;
  }
  main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .max {
    font-size: 3rem;
  }
  main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .redOnlyText {
    font-size: 3.5rem;
  }
  main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .smallYen {
    font-size: 2rem;
  }
  main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .fsz19 {
    font-size: 3.6rem;
  }
  main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .fsz20 {
    font-size: 3.6rem;
  }
  main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .fsz22 {
    font-size: 4.2rem;
  }
  main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .fsz25 {
    font-size: 5.2rem;
  }
  main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .fsz27 {
    font-size: 2.7rem;
  }
  main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .fsz30 {
    font-size: 3rem;
  }
  main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .fsz30_23 {
    font-size: 3rem;
  }
  main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .shopLogo {
    padding-top: 15px;
  }
  main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .price {
    font-size: 2.5rem;
  }
  main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .middleTxt {
    font-size: 2.5rem;
  }
  main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .number {
    font-size: 3.8rem;
  }
  main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .blackText {
    color: #222;
    font-size: 1.8rem;
  }
  main .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .max {
    font-size: 3rem;
  }
}
main .tglArea {
  padding-top: 0;
  margin-top: 40px;
  position: relative;
  z-index: 20;
}
main .tglArea .section:not(:first-of-type) {
  padding-top: 5px;
}
main .tglArea .section__tglBtn {
  border-radius: 10px;
  width: 325px;
  width: calc(100% - 50px);
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main .tglArea .section__tglBtn.js-toggleBtn_hukubukuro {
  background-repeat: no-repeat;
  background-size: 100%;
}
main .tglArea .section__tglBtn.hinyari {
  margin-top: 10px;
}
main .tglArea .section__tglBtn--wrap {
  padding: 0;
  border: none;
  border-radius: unset;
}
main .tglArea .section__tglBtn--box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-box-pack: space-between;
  padding-right: 0;
}
main .tglArea .section__tglBtn--box:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 11px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/angle1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  main .tglArea .section__tglBtn--box:after {
    right: 17px;
  }
}
main .tglArea .section__tglBtn--box.angle0:after {
  background-image: url(../img/angle0.png);
  width: 33px;
  height: 28px;
  right: 9px;
}
main .tglArea .section__tglBtn--box.angle1:after {
  background-image: url(../img/angle1.png);
}
main .tglArea .section__tglBtn--box.angle1_2:after {
  background-image: url(../img/angle1_2.png);
}
main .tglArea .section__tglBtn--box.angle1_3:after {
  background-image: url(../img/angle1_3.png);
}
main .tglArea .section__tglBtn--box.angle2:after {
  background-image: url(../img/angle2.png);
}
main .tglArea .section__tglBtn--box.angle2_1:after {
  background-image: url(../img/angle2_1.png);
}
main .tglArea .section__tglBtn--box.angle3:after {
  background-image: url(../img/angle3.png);
}
main .tglArea .section__tglBtn--box.angle4:after {
  background-image: url(../img/angle4.png);
}
main .tglArea .section__tglBtn--box.angle5:after {
  background-image: url(../img/angle5.png);
  display: none;
}
main .tglArea .section__tglBtn--box.on:after {
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}
main .tglArea .section__tglBtn--box--image:first-of-type {
  width: 100%;
}
main .tglArea .section__tglBtn--box--image:nth-of-type(2) {
  width: 50px;
  -webkit-animation: poyopoyo 2s ease-out infinite;
          animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
main .tglArea .section__tglBtn--box--image.hukubukuro {
  width: 100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  main .tglArea .section__tglBtn--box--image.firstPush {
    margin-left: 102px;
  }
}
@-webkit-keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50%, 70% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50%, 70% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
main .tglArea .section__tglBtn--box--image.js-push {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main .tglArea .section__tglBtn--box--image.js-push.none {
  opacity: 0;
  visibility: hidden;
}
main .tglArea .section__tglBtn--box--image.second {
  width: 100%;
}
main .tglArea .section__tglBtn--box--image.third {
  width: 100%;
}
main .tglArea .section__cts {
  display: none;
}
main .tglArea .section__cts.hukubukuro {
  display: block;
  background-color: transparent;
  padding-bottom: 0;
}
main .tglArea .section__cts--wrapper {
  background: url(../img/himawari_bg.png), #fff33e;
  background-repeat: repeat-y;
  background-size: 100% 100%;
}
main .tglArea .section1__contents {
  margin-top: 3px;
  background: url(../img/event_bg.png);
  background-color: #9ac0e8;
  background-size: 100%;
  background-repeat: repeat-y;
  padding-top: 0;
  padding-bottom: 50px;
  position: relative;
}
main .tglArea .section1__contents .bg {
  position: sticky;
  z-index: 0;
  top: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
}
main .tglArea .section1__contents:before {
  position: sticky;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100vh;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  background-image: url(../img/bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: none;
}
main .tglArea .section1__contents--wrapper--title {
  margin: 0 auto;
  width: 86%;
}
main .tglArea .section1__contents--wrapper--container {
  position: relative;
  z-index: 20;
  margin-top: 0;
}
main .tglArea .section1__contents--wrapper--container--cardArea--card {
  width: calc(100% - 50px);
  margin: 0 auto;
  border: 0px solid #3e3a39;
  border-radius: 10px;
  background-color: #fff;
  padding: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}
main .tglArea .section1__contents--wrapper--container--cardArea--card:not(:first-of-type) {
  margin-top: 13px;
}
main .tglArea .section1__contents--wrapper--container--cardArea--card.red {
  background-color: #e7274e;
}
main .tglArea .section1__contents--wrapper--container--cardArea--card.border {
  background-image: url(../img/premium_bg.png);
  background-size: 100%;
  background-repeat: repeat-y;
}
main .tglArea .section1__contents--wrapper--container--cardArea--card--treatment1 {
  position: absolute;
  z-index: 500;
  top: -50px;
  right: -28px;
  width: 90px;
  display: none;
}
main .tglArea .section1__contents--wrapper--container--cardArea--card--treatment2 {
  position: absolute;
  z-index: 500;
  top: 128px;
  left: -28px;
  width: 70px;
  display: none;
}
main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container.sdgs {
  position: relative;
}
main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container.sdgs:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background-image: url(../img/sdgs.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 140px;
  height: 50px;
  display: none;
}
main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container.kimetu {
  position: relative;
}
main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container.kimetu:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background-image: url(../img/kimetu.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 80px;
  height: 50px;
  display: none;
}
main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--dateImage {
  width: 100%;
  padding: 0;
  display: block;
  margin: 0 auto;
}
main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--dateImage.third {
  width: 120px;
}
main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--dateImage.fourth {
  width: 120px;
}
main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--dateImage.fifth {
  width: 210px;
}
main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--dateImage.premium {
  width: 100%;
  padding: 0 9px 8px;
}
main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--dateImage.date2 {
  width: 150px;
}
main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--dateImage.date3 {
  width: 210px;
}
main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--dateImage.date4 {
  width: 220px;
}
main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--dateImage.date5 {
  width: 204px;
}
main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--dateImage.date6 {
  width: 206px;
}
main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--dateImage.date7 {
  width: 220px;
}
main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--dateImage.date8 {
  width: 210px;
}
main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--titleImage {
  padding: 0px 22px 0;
  display: block;
  margin: 0 auto;
}
main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--titleImage.dazn {
  margin-bottom: 10px;
}
main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--title {
  color: #18110c;
  font-size: 2.4rem;
  font-weight: bold;
  padding-top: 6px;
  line-height: 1.3;
  padding: 7px 22px 0;
}
main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--title .blueText {
  color: #008ebc;
}
main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--title .smallText {
  font-size: 1.7rem;
  line-height: 1.3;
  display: block;
  padding-bottom: 5px;
}
main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--title .smallTitle {
  font-size: 1.9rem;
}
main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--title .smallTitle18 {
  font-size: 1.8rem;
}
main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--title.taCenter {
  text-align: center;
}
main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--title.dazn {
  color: #fff;
  font-size: 1.9rem;
  line-height: 1.5;
}
main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--title.dazn_secontTitle {
  color: #fff;
  line-height: 1.5;
  font-size: 2.4rem;
  padding: 16px 0 0px;
}
main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--image {
  padding: 24px 22px 0;
}
main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--image.dazn {
  padding-top: 17px;
}
main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--boldText {
  color: #222222;
  padding: 6px 22px 0;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}
main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--text {
  color: #222222;
  padding: 16px 22px 0;
  font-size: 1.5rem;
  line-height: 1.5;
}
main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--shop {
  color: #222222;
  padding: 18px 22px 0;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
}
main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--btnBox {
  padding-top: 12px;
  background-color: #fff358;
  padding: 17px 22px;
  border: 2px solid #3e3a39;
  border-radius: 10px;
  margin: 12px 22px 0;
  -webkit-box-shadow: 0 4px 0 #3e3a39;
          box-shadow: 0 4px 0 #3e3a39;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--btnBox.white {
  background-color: #fff;
}
main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--btnBox.red {
  background-color: #d6000f;
}
main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--btnBox--image {
  display: block;
  width: 112px;
  margin: 0 auto;
}
main .tglArea .section1_2__contents {
  margin-top: 3px;
  background: url(../img/event_bg.png);
  background-color: #9a80bc;
  background-size: 100%;
  background-repeat: repeat-y;
  padding-top: 0;
  padding-bottom: 50px;
  position: relative;
}
main .tglArea .section1_3__contents {
  margin-top: 3px;
  background: url(../img/event_bg.png);
  background-color: #10a4a2;
  background-size: 100%;
  background-repeat: repeat-y;
  padding-top: 0;
  padding-bottom: 50px;
  position: relative;
}
main .tglArea .sale {
  padding-bottom: 0;
}
main .tglArea .sale__cts {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 10px;
  position: relative;
  background-image: url(../img/bg_sale.png);
  background-size: 100%;
  background-repeat: repeat-y;
}
main .tglArea .sale__cts--wrap {
  margin-top: 0;
  padding-bottom: 50px;
  position: relative;
}
main .tglArea .sale__cts--wrap--title {
  position: relative;
  padding-top: 5px;
  padding-bottom: 0px;
}
main .tglArea .sale__cts--wrap--topImage {
  display: block;
  margin: 0 auto;
}
main .tglArea .sale__cts--wrap--topImage:first-of-type {
  position: relative;
  width: 82%;
  z-index: 2;
}
main .tglArea .sale__cts--wrap--topImage:nth-of-type(2) {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}
main .tglArea .sale__cts--wrap--cnt {
  padding-top: 28px;
  width: calc(100% - 50px);
  margin: 0 auto;
}
main .tglArea .sale__cts--wrap--cnt--cardArea--card:not(:first-of-type) {
  padding-top: 10px;
}
main .tglArea .sale__cts--wrap--cnt--btnBox {
  margin-top: 22px;
  background-color: #fff33e;
  border: 2px solid #231815;
  -webkit-box-shadow: 0 3px 0 #231815;
          box-shadow: 0 3px 0 #231815;
  border-radius: 10px;
  margin: 12px 22px 0;
}
main .tglArea .sale__cts--wrap--cnt--btnBox--btn {
  display: block;
  padding: 13px 0;
}
main .tglArea .sale__cts--wrap--cnt--btnBox--btn--image {
  width: 229px;
  display: block;
  margin: 0 auto;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk:not(:first-of-type) {
  padding-top: 10px;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__tglBtn {
  border: 3px solid #18110c;
  border-radius: 10px;
  width: 325px;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__tglBtn.first {
  background-color: #eb6882;
  border-color: #eb6882;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__tglBtn.second {
  background-color: #60b638;
  border-color: #60b638;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__tglBtn.third {
  background-color: #f18e10;
  border-color: #f18e10;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__tglBtn.fourth {
  background-color: #8174b4;
  border-color: #8174b4;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__tglBtn.fifth {
  background-color: #00b2a6;
  border-color: #00b2a6;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__tglBtn--box {
  padding: 10px 12px;
  border: 2px solid #fff;
  border-radius: 8px;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__tglBtn--box--wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 30px;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__tglBtn--box--wrap:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/white_angle.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__tglBtn--box--wrap.js-toggleBox.on:after {
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__tglBtn--box--wrap .btnImg {
  width: 109px;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__tglBtn--box--wrap .btnImg.second {
  width: 166px;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__tglBtn--box--wrap .btnImg.third {
  width: 55px;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__tglBtn--box--wrap .btnImg.fourth {
  width: 75px;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__tglBtn--box--wrap .btnImg.fifth {
  width: 150px;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__tglBtn--box--wrap .btnImg:nth-of-type(2) {
  width: 50px;
  opacity: 1;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__tglBtn--box--wrap .btnImg.js-push {
  opacity: 1;
  visibility: visible;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__tglBtn--box--wrap .btnImg.js-push.none {
  opacity: 0;
  visibility: hidden;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts {
  padding-top: 9px;
  display: none;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card {
  width: calc(50% - 2.5px);
  margin-right: 5px;
  position: relative;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card:nth-of-type(2n) {
  margin-right: 0;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card:nth-of-type(n + 3) {
  margin-top: 6px;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a {
  color: #222222;
  font-weight: bold;
  text-align: center;
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.1;
  height: 100%;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .bottom {
  margin-top: auto;
  padding-top: 10px;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .title {
  font-size: 1.3rem;
  padding-bottom: 10px;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .attention {
  font-size: 1rem;
  padding-top: 5px;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .shop {
  font-size: 1.1rem;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .genre {
  font-size: 1rem;
  padding-bottom: 0px;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .floor {
  font-size: 1rem;
  font-weight: normal;
  margin-top: 5px;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .redText {
  color: #e60012;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .blackText {
  color: #222;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .redOnlyText {
  line-height: 1;
  font-size: 1.8rem;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .fwn {
  font-weight: normal;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .fsz15 {
  font-size: 1.5rem;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .fsz17 {
  font-size: 1.7rem;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .fsz19 {
  font-size: 1.9rem;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .fsz20 {
  font-size: 2rem;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .fsz22 {
  font-size: 2.2rem;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .fsz25 {
  font-size: 2.5rem;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .fsz27 {
  font-size: 2.7rem;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .fsz30 {
  font-size: 3rem;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .fsz30_23 {
  font-size: 2.3rem;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .fsz35 {
  font-size: 3.5rem;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .fsz40 {
  font-size: 4rem;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .pt10 {
  padding-top: 10px;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .pt20 {
  padding-top: 20px;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .pt30 {
  padding-top: 30px;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .shopLogo {
  padding-top: 15px;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .price {
  font-size: 1.7rem;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .middleTxt {
  font-size: 1.7rem;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .number {
  font-size: 2.5rem;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .blackText {
  color: #222;
}
main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .max {
  font-size: 1.7rem;
}
main .tglArea .section3 {
  position: relative;
}
main .tglArea .section3__contents {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 3px;
  background-color: #82a8d8;
}
main .tglArea .section3__contents--wrapper {
  margin-top: 0;
  padding-bottom: 0px;
  position: relative;
  z-index: 100;
}
main .tglArea .section3__contents--wrapper--topImage {
  display: block;
  margin: 0 auto;
  width: 84%;
}
main .tglArea .section3__contents--wrapper--container {
  width: calc(100% - 50px);
  margin: 0 auto;
  padding-top: 28px;
}
main .tglArea .section3__contents--wrapper--container--cardArea .card {
  background-color: #fff;
  border: 2px solid #00439a;
  border-radius: 10px;
  padding: 0px 0 29px;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
main .tglArea .section3__contents--wrapper--container--cardArea .card:not(:first-of-type) {
  margin-top: 28px;
}
main .tglArea .section3__contents--wrapper--container--cardArea .card.urawa {
  background-color: #d7152e;
  border-color: #d7152e;
}
main .tglArea .section3__contents--wrapper--container--cardArea .card.urawa .card__btnBox {
  background-color: #fff;
}
main .tglArea .section3__contents--wrapper--container--cardArea .card.urawa .card__link--title {
  border-bottom: none;
}
main .tglArea .section3__contents--wrapper--container--cardArea .card.halowin {
  background-color: #fdefbf;
}
main .tglArea .section3__contents--wrapper--container--cardArea .card.receipt {
  background-color: #fcf8e8;
}
main .tglArea .section3__contents--wrapper--container--cardArea .card.pink {
  background-color: #fab9c6;
}
main .tglArea .section3__contents--wrapper--container--cardArea .card .attList {
  padding: 5px 22px 0;
}
main .tglArea .section3__contents--wrapper--container--cardArea .card .attList li {
  color: #222;
  font-size: 12px;
  margin-left: 1em;
  text-indent: -1em;
}
main .tglArea .section3__contents--wrapper--container--cardArea .card__link--title {
  padding: 0;
  border-radius: 10px 10px 0 0;
  border-bottom: 2px solid #00439a;
}
main .tglArea .section3__contents--wrapper--container--cardArea .card__link--title.pink {
  background-color: #f6c1ce;
}
main .tglArea .section3__contents--wrapper--container--cardArea .card__link--title.ttl {
  background-color: transparent;
  border-radius: 0;
  padding: 10px 26px 0;
}
@media screen and (min-width: 769px) {
  main .tglArea .section3__contents--wrapper--container--cardArea .card__link--title.ttl {
    padding: 20px 46px 0;
  }
}
main .tglArea .section3__contents--wrapper--container--cardArea .card__link--title2 {
  padding: 0;
  border-radius: 10px 10px 0 0;
  border-bottom: 2px solid #00439a;
}
main .tglArea .section3__contents--wrapper--container--cardArea .card__link--title2.pink {
  background-color: #f6c1ce;
}
main .tglArea .section3__contents--wrapper--container--cardArea .card__link--title2.ttl {
  background-color: transparent;
  border-radius: 0;
  padding: 10px 26px 0;
}
@media screen and (min-width: 769px) {
  main .tglArea .section3__contents--wrapper--container--cardArea .card__link--title2.ttl {
    padding: 20px 46px 0;
  }
}
main .tglArea .section3__contents--wrapper--container--cardArea .card__link--subtitle {
  padding: 0 60px;
  margin-top: 20px;
}
main .tglArea .section3__contents--wrapper--container--cardArea .card__dateImage {
  display: block;
  margin: 0 auto;
}
main .tglArea .section3__contents--wrapper--container--cardArea .card__dateImage.first {
  width: 224px;
}
main .tglArea .section3__contents--wrapper--container--cardArea .card__dateImage.second {
  width: 204px;
}
main .tglArea .section3__contents--wrapper--container--cardArea .card__dateImage.third {
  width: 273px;
}
main .tglArea .section3__contents--wrapper--container--cardArea .card__dateImage.third_third {
  width: 203px;
}
main .tglArea .section3__contents--wrapper--container--cardArea .card__dateImage.fourth {
  width: 234px;
}
main .tglArea .section3__contents--wrapper--container--cardArea .card__dateImage.fifth {
  width: 260px;
}
main .tglArea .section3__contents--wrapper--container--cardArea .card__dateImage.sixth {
  width: 230px;
}
main .tglArea .section3__contents--wrapper--container--cardArea .card__title {
  padding: 10px 22px 0;
  color: #18110c;
  font-size: 2.4rem;
  font-weight: bold;
  padding-top: 10px;
  line-height: 1.3;
}
main .tglArea .section3__contents--wrapper--container--cardArea .card__image {
  padding: 13px 26px 0;
}
main .tglArea .section3__contents--wrapper--container--cardArea .card__image.second {
  padding: 14px 0 0;
}
main .tglArea .section3__contents--wrapper--container--cardArea .card__image.third {
  padding: 23px 26px 0;
}
main .tglArea .section3__contents--wrapper--container--cardArea .card__image2 {
  padding: 13px 26px 0;
}
main .tglArea .section3__contents--wrapper--container--cardArea .card__image2.second {
  padding: 14px 0 0;
}
main .tglArea .section3__contents--wrapper--container--cardArea .card__image2.third {
  padding: 23px 26px 0;
}
main .tglArea .section3__contents--wrapper--container--cardArea .card__lArea {
  padding: 24px 10px 0 26px;
}
main .tglArea .section3__contents--wrapper--container--cardArea .card__lArea dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
main .tglArea .section3__contents--wrapper--container--cardArea .card__lArea dl:not(:first-of-type) {
  margin-top: 10px;
}
main .tglArea .section3__contents--wrapper--container--cardArea .card__lArea dl dt {
  width: 56px;
  text-align: center;
  font-size: 1.4rem;
  background-color: #00439a;
  color: #fff;
  padding: 3px 5px 1px;
}
main .tglArea .section3__contents--wrapper--container--cardArea .card__lArea dl dd {
  width: calc(100% - 56px);
  padding-left: 8px;
  font-size: 1.4rem;
  padding-top: 3px;
  color: #222;
}
main .tglArea .section3__contents--wrapper--container--cardArea .card__image3 {
  padding: 26px 26px 0;
}
main .tglArea .section3__contents--wrapper--container--cardArea .card__image3.second {
  padding: 14px 0 0;
}
main .tglArea .section3__contents--wrapper--container--cardArea .card__image3.third {
  padding: 23px 26px 0;
}
main .tglArea .section3__contents--wrapper--container--cardArea .card__addText {
  color: #222222;
  padding: 12px 22px 0;
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: center;
}
main .tglArea .section3__contents--wrapper--container--cardArea .card__addText .redText {
  color: #e60012;
  font-size: 2rem;
}
main .tglArea .section3__contents--wrapper--container--cardArea .card__addText .smallText {
  font-size: 1rem;
}
main .tglArea .section3__contents--wrapper--container--cardArea .card__addText .redSmall {
  font-size: 1.5rem;
}
main .tglArea .section3__contents--wrapper--container--cardArea .card__addText .pt {
  margin-top: 7px;
  display: inline-block;
}
main .tglArea .section3__contents--wrapper--container--cardArea .card__text {
  color: #222222;
  padding: 12px 22px 0;
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: left;
}
main .tglArea .section3__contents--wrapper--container--cardArea .card__text li {
  margin-left: 1em;
  text-indent: -1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
main .tglArea .section3__contents--wrapper--container--cardArea .card__ttl3 {
  font-size: 1.75rem;
  color: #10a4a2;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin-top: 20px;
}
main .tglArea .section3__contents--wrapper--container--cardArea .card__subttl3 {
  font-size: 1.25rem;
  color: #10a4a2;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin-top: 9px;
}
main .tglArea .section3__contents--wrapper--container--cardArea .card__text3 {
  color: #222222;
  padding: 12px 22px 0;
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: left;
}
main .tglArea .section3__contents--wrapper--container--cardArea .card__text3 li {
  margin-left: 1em;
  text-indent: -1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
main .tglArea .section3__contents--wrapper--container--cardArea .card__info3 {
  color: #222222;
  padding: 12px 22px 0;
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: center;
}
main .tglArea .section3__contents--wrapper--container--cardArea .card__btnBox {
  padding-top: 12px;
  background-color: #222;
  padding: 17px 22px;
  border: 0px solid #3e3a39;
  border-radius: 10px;
  margin: 12px 22px 0;
  -webkit-box-sizing: unset;
          box-sizing: unset;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  main .tglArea .section3__contents--wrapper--container--cardArea .card__btnBox {
    margin: 27px 44px 0;
    border: 0px solid #3e3a39;
    border-radius: 10px;
    padding: 17px 20px;
  }
}
main .tglArea .section3__contents--wrapper--container--cardArea .card__btnBox.white {
  background-color: #fff;
}
main .tglArea .section3__contents--wrapper--container--cardArea .card__btnBox--image {
  display: block;
  width: 112px;
  margin: 0 auto;
  width: 44%;
}
main .tglArea .section3__contents--wrapper--container--cardArea .card__btnBox--image.reserve {
  width: 83%;
}
main .tglArea .section3__contents--wrapper--container--cardArea .card__logoBox {
  margin: 12px 22px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  main .tglArea .section3__contents--wrapper--container--cardArea .card__logoBox {
    margin: 27px 44px 0;
  }
}
main .tglArea .section3__contents--wrapper--container--cardArea .card__logoBox--image {
  display: block;
  margin: 0 auto;
  width: auto;
}
main .tglArea .section3__contents--cinema {
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #18110c;
  position: relative;
}
main .tglArea .section3__contents--cinema--container {
  width: calc(100% - 25px);
  margin: 0 auto;
}
main .tglArea .section3__contents--cinema--title--image {
  width: 310px;
  display: block;
  margin: 0 auto;
}
main .tglArea .section3__contents--cinema--cardArea {
  margin-top: 34px;
  padding: 20px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
}
main .tglArea .section3__contents--cinema--cardArea--card {
  width: calc(50% - 7.5px);
  margin-right: 15px;
}
main .tglArea .section3__contents--cinema--cardArea--card:nth-of-type(2n) {
  margin-right: 0;
}
main .tglArea .section3__contents--cinema--cardArea--card:nth-of-type(n + 3) {
  padding: 20px 0 0;
}
main .tglArea .section3__contents--cinema--bannerArea {
  padding: 40px 25px 40px;
  background-color: #fff;
}
main .tglArea .section3__contents--cinema--bannerArea--banner:not(:first-of-type) {
  margin-top: 10px;
}
main .tglArea .shop {
  position: relative;
}
main .tglArea .shop__cts {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 3px;
  background-color: #00439a;
}
main .tglArea .shop__cts--wrap {
  margin-top: 0;
  padding-bottom: 50px;
  position: relative;
  z-index: 100;
}
main .tglArea .shop__cts--wrap--topImage {
  display: block;
  margin: 0 auto;
  width: 84%;
}
main .tglArea .shop__cts--wrap--cnt {
  width: calc(100% - 50px);
  margin: 0 auto;
  padding-top: 28px;
}
main .tglArea .shop__cts--wrap--cnt--area .blk {
  background-color: #fff;
  border: none;
  border-radius: 10px;
  padding: 0px 0 29px;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
main .tglArea .shop__cts--wrap--cnt--area .blk.pink {
  border-color: #ee869a;
}
main .tglArea .shop__cts--wrap--cnt--area .blk.blue {
  border-color: #0a6db4;
}
main .tglArea .shop__cts--wrap--cnt--area .blk.red {
  border-color: #a91f1e;
  background-color: #a91f1e;
}
main .tglArea .shop__cts--wrap--cnt--area .blk.red .section3__contents--wrapper--container--cardArea--card--btnBox {
  background-color: #fff;
  margin-top: 25px;
}
main .tglArea .shop__cts--wrap--cnt--area .blk.line {
  background-color: #e0f1ee;
  border-color: #33b156;
}
main .tglArea .shop__cts--wrap--cnt--area .blk.line .section3__contents--wrapper--container--cardArea--card--btnBox {
  background-color: #33b156;
}
main .tglArea .shop__cts--wrap--cnt--area .blk.line .section3__contents--wrapper--container--cardArea--card--btnBox--image {
  width: 75%;
}
main .tglArea .shop__cts--wrap--cnt--area .blk:not(:first-of-type) {
  margin-top: 28px;
}
main .tglArea .shop__cts--wrap--cnt--area .blk__link--ttl {
  background-color: #fff343;
  padding: 0;
  border-radius: 10px 10px 0 0;
}
main .tglArea .shop__cts--wrap--cnt--area .blk__link--ttl.pink {
  background-color: #f6c1ce;
}
main .tglArea .shop__cts--wrap--cnt--area .blk__link--ttl.ttl {
  background-color: transparent;
  border-radius: 0;
  padding: 10px 26px 0;
}
@media screen and (min-width: 769px) {
  main .tglArea .shop__cts--wrap--cnt--area .blk__link--ttl.ttl {
    padding: 20px 46px 0;
  }
}
main .tglArea .shop__cts--wrap--cnt--area .blk .date {
  display: block;
  margin: 0 auto;
}
main .tglArea .shop__cts--wrap--cnt--area .blk .date.first {
  width: 224px;
}
main .tglArea .shop__cts--wrap--cnt--area .blk .date.second {
  width: 204px;
}
main .tglArea .shop__cts--wrap--cnt--area .blk .date.third {
  width: 273px;
}
main .tglArea .shop__cts--wrap--cnt--area .blk .date.third_third {
  width: 203px;
}
main .tglArea .shop__cts--wrap--cnt--area .blk .date.fourth {
  width: 234px;
}
main .tglArea .shop__cts--wrap--cnt--area .blk .date.fifth {
  width: 260px;
}
main .tglArea .shop__cts--wrap--cnt--area .blk .date.sixth {
  width: 230px;
}
main .tglArea .shop__cts--wrap--cnt--area .blk--title {
  padding: 10px 22px 0;
  color: #18110c;
  font-size: 2.4rem;
  font-weight: bold;
  padding-top: 10px;
  line-height: 1.3;
}
main .tglArea .shop__cts--wrap--cnt--area .blk .thumb {
  padding: 20px 26px 0;
}
main .tglArea .shop__cts--wrap--cnt--area .blk .thumb.second {
  padding: 14px 0 0;
}
main .tglArea .shop__cts--wrap--cnt--area .blk .thumb.third {
  padding: 23px 26px 0;
}
main .tglArea .shop__cts--wrap--cnt--area .blk .app {
  padding: 33px 26px 0;
}
main .tglArea .shop__cts--wrap--cnt--area .blk .app.second {
  padding: 14px 0 0;
}
main .tglArea .shop__cts--wrap--cnt--area .blk .app.third {
  padding: 23px 26px 0;
}
main .tglArea .shop__cts--wrap--cnt--area .blk--image2 {
  padding: 25px 26px 0;
}
main .tglArea .shop__cts--wrap--cnt--area .blk--image2.second {
  padding: 14px 0 0;
}
main .tglArea .shop__cts--wrap--cnt--area .blk--image2.third {
  padding: 23px 26px 0;
}
main .tglArea .shop__cts--wrap--cnt--area .blk--addText {
  color: #222222;
  padding: 12px 22px 0;
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: center;
}
main .tglArea .shop__cts--wrap--cnt--area .blk--addText .redText {
  color: #e60012;
  font-size: 2rem;
}
main .tglArea .shop__cts--wrap--cnt--area .blk--addText .smallText {
  font-size: 1rem;
}
main .tglArea .shop__cts--wrap--cnt--area .blk--addText .redSmall {
  font-size: 1.5rem;
}
main .tglArea .shop__cts--wrap--cnt--area .blk--addText .pt {
  margin-top: 7px;
  display: inline-block;
}
main .tglArea .shop__cts--wrap--cnt--area .blk__txt {
  color: #222222;
  padding: 12px 22px 0;
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: left;
}
main .tglArea .shop__cts--wrap--cnt--area .blk__att {
  padding: 12px 22px 0;
}
main .tglArea .shop__cts--wrap--cnt--area .blk__att li {
  color: #222222;
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: left;
  margin-left: 1em;
  text-indent: -1em;
}
main .tglArea .shop__cts--wrap--cnt--area .blk__txtBtm {
  color: #222222;
  padding: 12px 22px 0;
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: center;
}
main .tglArea .shop__cts--wrap--cnt--area .blk--btnBox {
  padding-top: 12px;
  background-color: #222;
  padding: 17px 22px;
  border: 0px solid #3e3a39;
  border-radius: 10px;
  margin: 12px 22px 0;
  -webkit-box-sizing: unset;
          box-sizing: unset;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  main .tglArea .shop__cts--wrap--cnt--area .blk--btnBox {
    margin: 27px 44px 0;
    border: 0px solid #3e3a39;
    border-radius: 10px;
    padding: 17px 20px;
  }
}
main .tglArea .shop__cts--wrap--cnt--area .blk--btnBox.white {
  background-color: #fff;
}
main .tglArea .shop__cts--wrap--cnt--area .blk--btnBox--image {
  display: block;
  width: 112px;
  margin: 0 auto;
  width: 44%;
}
main .tglArea .shop__cts--wrap--cnt--area .blk--btnBox--image.reserve {
  width: 83%;
}
main .tglArea .shop__cts--cinema {
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #18110c;
  position: relative;
}
main .tglArea .shop__cts--cinema--container {
  width: calc(100% - 25px);
  margin: 0 auto;
}
main .tglArea .shop__cts--cinema--title--image {
  width: 310px;
  display: block;
  margin: 0 auto;
}
main .tglArea .shop__cts--cinema--cardArea {
  margin-top: 34px;
  padding: 20px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
}
main .tglArea .shop__cts--cinema--cardArea--card {
  width: calc(50% - 7.5px);
  margin-right: 15px;
}
main .tglArea .shop__cts--cinema--cardArea--card:nth-of-type(2n) {
  margin-right: 0;
}
main .tglArea .shop__cts--cinema--cardArea--card:nth-of-type(n + 3) {
  padding: 20px 0 0;
}
main .tglArea .shop__cts--cinema--bannerArea {
  padding: 40px 25px 40px;
  background-color: #fff;
}
main .tglArea .shop__cts--cinema--bannerArea--banner:not(:first-of-type) {
  margin-top: 10px;
}
main .tglArea .section4 {
  position: relative;
}
main .tglArea .section4__contents--wrapper {
  background-color: #ea5105;
  padding-bottom: 0px;
}
main .tglArea .section4__contents--wrapper.hinyari {
  background-color: #30bac0;
  padding-bottom: 100px;
}
main .tglArea .section4__contents--wrapper:nth-of-type(2) {
  padding-top: 40px;
}
main .tglArea .section4__contents--wrapper--container--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 33px;
  width: 92%;
  margin: 0 auto;
}
main .tglArea .section4__contents--wrapper--container--flex--item {
  width: 50%;
}
main .tglArea .section4__contents--wrapper--container--flex--item:nth-of-type(n + 3) {
  margin-top: 14px;
}
main .attentionArea {
  padding-top: 22px;
  padding-bottom: 40px;
  margin: 0 auto;
  padding: 22px 25px 40px;
  position: relative;
}
main .attentionArea.saleAtt {
  padding: 22px 0 0 0;
}
main .attentionArea.saleAtt .attentionArea__text {
  color: #000;
  font-weight: bold;
}
main .attentionArea__text {
  font-size: 1.2rem;
  color: #fff;
}

.ft {
  background-color: #fff;
  margin-top: 55px;
  margin-top: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding-top: 0;
  padding-bottom: 50px;
}
.ft .wrapper {
  background-color: #fff;
  background-image: none;
}
.ft__cnt {
  padding: 91px 0 50px;
  width: calc(100% - 100px);
  margin: 0 auto;
}
.ft__cnt--logo {
  display: block;
  margin: 0 auto;
  width: 246px;
}
.ft__cnt--sub {
  padding-top: 15px;
  text-align: center;
}
.ft__cnt--sub--ttl {
  font-size: 1.9rem;
}
.ft__cnt--sub--txt {
  font-size: 1.4rem;
}
.ft__cnt .sns__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 22px;
}
.ft__cnt .sns__flex--item {
  width: calc(21% - 7.5px);
  margin-right: 10px;
}
.ft__cnt .sns__flex--item:last-of-type {
  margin-right: 0;
}
.ft__cnt--addr {
  margin: 0 auto;
  padding-top: 16px;
}
.ft__cnt--addr--txt {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
.ft__cnt--addr--txt:not(:first-of-type) {
  padding-top: 3px;
}
.ft__cnt--addr--txt a {
  color: #18110c;
}
.ft__cnt--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0 0;
}
.ft__cnt--terms {
  text-align: center;
}
.ft__cnt--terms:first-of-type {
  padding-right: 10px;
  border-right: 1px solid #18110c;
}
.ft__cnt--terms:nth-of-type(2) {
  padding-left: 10px;
}
.ft__cnt--terms a {
  text-decoration: underline;
  color: #18110c;
  font-size: 1.3rem;
}
.ft__cnt--cp {
  color: #18110c;
  font-size: 1.2rem;
  letter-spacing: 0;
  text-align: center;
  padding-top: 10px;
}

.line {
  max-width: 500px;
  margin: 0 auto;
  z-index: 100;
  position: relative;
}

.york {
  max-width: 500px;
  margin: 0 auto;
  z-index: 100;
  position: relative;
}

.totop {
  opacity: 0;
  width: 120px;
  height: auto;
  position: fixed;
  bottom: 50px;
  bottom: 0px;
  right: 43px;
  z-index: 200;
}

@media screen and (max-width: 768px) {
  .totop {
    right: 3px;
    width: 80px;
  }
}
.navBtm {
  position: fixed;
  z-index: 9997;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 150px);
          transform: translate(-50%, 150px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navBtm.slideIn {
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
}
.navBtm a {
  height: auto;
  width: 325px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 769px) {
  #TOP main .mv {
    margin-top: -130px;
  }
  .hd__cnt {
    max-width: 450px;
    top: 10px;
  }
  .hd__logo--box {
    border-radius: 10px;
    -webkit-box-shadow: 0 -3px 0 #3f3a39;
            box-shadow: 0 -3px 0 #3f3a39;
    width: 96%;
    width: 256px;
    max-width: unset;
    border: 2px solid #3f3a39;
  }
  .hd__logo--box--link {
    padding: 10px 0;
    display: block;
  }
  .hd__logo--box:hover {
    position: relative;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
    -webkit-box-shadow: 0 1px 0 #3f3a39;
            box-shadow: 0 1px 0 #3f3a39;
  }
  .hd__logo--box--img {
    width: 79%;
  }
  .hd__hamb--box {
    width: 62px;
    height: 62px;
    border-radius: 10px;
    border: 2px solid #3f3a39;
    -webkit-box-shadow: 0 -3px 0 #3f3a39;
            box-shadow: 0 -3px 0 #3f3a39;
  }
  .hd__hamb--box:hover {
    position: relative;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
    -webkit-box-shadow: 0 1px 0 #3f3a39;
            box-shadow: 0 1px 0 #3f3a39;
  }
  .hd__hamb--box--inner {
    width: 60px;
  }
  .hd__hamb--box span {
    height: 4px;
  }
  .hd__nav {
    padding-top: 130px;
    overflow-y: scroll;
  }
  .hd__nav--navBtn {
    width: 100%;
    max-width: 430px;
  }
  .hd__nav--navBtn.addHukubukuro .hd__nav--navBtn--wrap {
    padding: 0;
  }
  .hd__nav--navBtn.addHukubukuro .hd__nav--navBtn--image {
    width: 100%;
  }
  main .mv {
    padding-top: 100px;
  }
  main .new {
    margin-top: -165px;
  }
  main .new__box {
    width: 86%;
    padding: 48px 29px 20px;
  }
  main .new__box--ttl {
    top: -83px;
  }
  main .new__box--btn {
    margin-top: 18px;
  }
  main .tglArea {
    padding-top: 0;
    margin-top: -18px;
  }
  main .tglArea .section:not(:first-of-type) {
    padding-top: 16px;
    padding-bottom: 0;
  }
  main .tglArea .section__tglBtn {
    width: 86%;
    border: 0px solid #3f3a39;
    -webkit-box-shadow: 0px 0 #3f3a39;
            box-shadow: 0px 0 #3f3a39;
    border-radius: 20px;
  }
  main .tglArea .section__tglBtn.hinyari {
    margin-top: 20px;
  }
  main .tglArea .section__tglBtn--wrap {
    padding: 0;
    border: 0px solid #fff;
    border-radius: 16px;
  }
  main .tglArea .section__tglBtn:hover {
    position: relative;
  }
  main .tglArea .section__tglBtn--box {
    padding-right: 0;
  }
  main .tglArea .section__tglBtn--box:after {
    width: 30px;
    height: 22px;
  }
  main .tglArea .section__tglBtn--box--image:first-of-type {
    width: 100%;
  }
  main .tglArea .section__tglBtn--box--image:nth-of-type(2) {
    width: 100%;
  }
  main .tglArea .section__tglBtn--box--image.second {
    width: 100%;
  }
  main .tglArea .section__tglBtn--box--image.third {
    width: 100%;
  }
  main .tglArea .section__tglBtn--box--image.hukubukuro {
    width: 100%;
  }
  main .tglArea .section__cts {
    display: none;
  }
  main .tglArea .section1__contents {
    margin-top: 0px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0px;
  }
  main .tglArea .section1__contents--wrapper--container {
    margin-top: 0;
  }
  main .tglArea .section1__contents--wrapper--container--cardArea--card {
    width: calc(100% - 100px);
    border: 0px solid #3e3a39;
    border-radius: 20px;
    padding: 0;
    padding-bottom: 40px;
  }
  main .tglArea .section1__contents--wrapper--container--cardArea--card:not(:first-of-type) {
    margin-top: 26px;
  }
  main .tglArea .section1__contents--wrapper--container--cardArea--card--treatment1 {
    width: 29%;
    right: -9%;
    top: -94px;
  }
  main .tglArea .section1__contents--wrapper--container--cardArea--card--treatment2 {
    top: 254px;
    width: 22%;
    left: -8.8%;
  }
  main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container.sdgs:after {
    width: 274px;
    height: 97px;
  }
  main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container.kimetu:after {
    width: 170px;
    height: 100px;
  }
  main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--dateImage {
    padding: 0;
    width: 100%;
  }
  main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--dateImage.third {
    width: 38%;
  }
  main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--dateImage.fourth {
    width: 38%;
  }
  main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--dateImage.fifth {
    width: 60%;
  }
  main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--dateImage.premium {
    width: 99%;
    padding: 0px 18px 16px;
  }
  main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--dateImage.date2 {
    width: 46%;
  }
  main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--dateImage.date3 {
    width: 65%;
  }
  main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--dateImage.date4 {
    width: 69%;
  }
  main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--dateImage.date5 {
    width: 66%;
  }
  main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--dateImage.date6 {
    width: 65%;
  }
  main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--dateImage.date7 {
    width: 68%;
  }
  main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--dateImage.date8 {
    width: 66%;
  }
  main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--titleImage.dazn {
    width: 93%;
  }
  main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--title {
    padding: 14px 44px 0;
    font-size: 4.8rem;
  }
  main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--title .smallText {
    font-size: 3.5rem;
  }
  main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--title .smallTitle {
    font-size: 3.8rem;
  }
  main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--title .smallTitle18 {
    font-size: 3.6rem;
  }
  main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--title.dazn {
    font-size: 3.8rem;
  }
  main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--title.dazn_secontTitle {
    font-size: 4.8rem;
  }
  main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--image {
    padding: 17px 46px 0;
  }
  main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--image.dazn {
    padding-top: 34px;
  }
  main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--boldText {
    padding: 12px 44px 0;
    font-size: 3.3rem;
    font-weight: bold;
  }
  main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--text {
    padding: 22px 44px 0;
    font-size: 3rem;
  }
  main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--shop {
    padding: 30px 44px 0;
    font-size: 3rem;
  }
  main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--btnBox {
    margin: 27px 44px 0;
    border: 4px solid #3e3a39;
    border-radius: 20px;
    padding: 31px 20px;
  }
  main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--btnBox:hover {
    position: relative;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
    -webkit-box-shadow: 0 1px 0 #3e3a39;
            box-shadow: 0 1px 0 #3e3a39;
  }
  main .tglArea .section1__contents--wrapper--container--cardArea--card--link--container--btnBox--image {
    width: 44%;
  }
  main .tglArea .section1_2__contents {
    padding-bottom: 0;
  }
  main .tglArea .section1_3__contents {
    padding-bottom: 0;
  }
  main .tglArea .sale__cts {
    padding-bottom: 0;
  }
  main .tglArea .sale__cts .bg_sale {
    height: auto;
  }
  main .tglArea .sale__cts--wrap {
    padding-top: 0;
    margin-top: 0px;
    padding-bottom: 50px;
  }
  main .tglArea .sale__cts--wrap--topImage:nth-of-type(2) {
    width: 98%;
  }
  main .tglArea .sale__cts--wrap--cnt {
    padding-top: 40px;
    width: calc(100% - 100px);
  }
  main .tglArea .sale__cts--wrap--cnt--cardArea--card:not(:first-of-type) {
    padding-top: 20px;
  }
  main .tglArea .sale__cts--wrap--cnt--btnBox {
    margin: 44px 44px 0;
    border-radius: 20px;
    border: 4px solid #231815;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 4px 0 #231815;
            box-shadow: 0 4px 0 #231815;
  }
  main .tglArea .sale__cts--wrap--cnt--btnBox:hover {
    position: relative;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
    -webkit-box-shadow: 0 1px 0 #18110c;
            box-shadow: 0 1px 0 #18110c;
  }
  main .tglArea .sale__cts--wrap--cnt--btnBox--btn {
    display: block;
    padding: 26px 0;
  }
  main .tglArea .sale__cts--wrap--cnt--btnBox--btn--image {
    width: 82%;
  }
  main .tglArea .sale__cts--wrap--cnt--tgl .blk__tglBtn {
    width: 100%;
    border-radius: 15px;
    border: 4px solid #18110c;
  }
  main .tglArea .sale__cts--wrap--cnt--tgl .blk__tglBtn:hover {
    position: relative;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  main .tglArea .sale__cts--wrap--cnt--tgl .blk__tglBtn--box {
    padding: 15px 18px;
    border-radius: 10px;
    border: 4px solid #fff;
  }
  main .tglArea .sale__cts--wrap--cnt--tgl .blk__tglBtn--box--wrap {
    padding-right: 34px;
  }
  main .tglArea .sale__cts--wrap--cnt--tgl .blk__tglBtn--box--wrap:after {
    width: 7%;
    height: 60%;
  }
  main .tglArea .sale__cts--wrap--cnt--tgl .blk__tglBtn--box--wrap .btnImg {
    width: 50%;
  }
  main .tglArea .sale__cts--wrap--cnt--tgl .blk__tglBtn--box--wrap .btnImg.second {
    width: 72%;
  }
  main .tglArea .sale__cts--wrap--cnt--tgl .blk__tglBtn--box--wrap .btnImg.third {
    width: 23%;
  }
  main .tglArea .sale__cts--wrap--cnt--tgl .blk__tglBtn--box--wrap .btnImg.fourth {
    width: 32%;
  }
  main .tglArea .sale__cts--wrap--cnt--tgl .blk__tglBtn--box--wrap .btnImg.fifth {
    width: 64%;
  }
  main .tglArea .sale__cts--wrap--cnt--tgl .blk__tglBtn--box--wrap .btnImg:nth-of-type(2) {
    width: 19%;
  }
  main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts {
    padding-top: 10px;
  }
  main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a {
    font-size: 2.7rem;
  }
  main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .title {
    font-size: 1.8rem;
  }
  main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .attention {
    font-size: 1.2rem;
  }
  main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .shop {
    font-size: 1.8rem;
  }
  main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .genre {
    font-size: 1.3rem;
  }
  main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .floor {
    font-size: 1.3rem;
  }
  main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .fsz25_25 {
    font-size: 2.5rem;
  }
  main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .max {
    font-size: 3rem;
  }
  main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .redOnlyText {
    font-size: 3.5rem;
  }
  main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .smallYen {
    font-size: 2rem;
  }
  main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .fsz19 {
    font-size: 3.6rem;
  }
  main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .fsz20 {
    font-size: 3.6rem;
  }
  main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .fsz22 {
    font-size: 4.2rem;
  }
  main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .fsz25 {
    font-size: 5.2rem;
  }
  main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .fsz27 {
    font-size: 2.7rem;
  }
  main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .fsz30 {
    font-size: 3rem;
  }
  main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .fsz30_23 {
    font-size: 3rem;
  }
  main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .shopLogo {
    padding-top: 15px;
  }
  main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .price {
    font-size: 2.5rem;
  }
  main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .middleTxt {
    font-size: 2.5rem;
  }
  main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .number {
    font-size: 3.8rem;
  }
  main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .blackText {
    color: #222;
    font-size: 1.8rem;
  }
  main .tglArea .sale__cts--wrap--cnt--tgl .blk__cts--flex .card a .max {
    font-size: 3rem;
  }
  main .tglArea .section3 {
    padding-top: 16px !important;
  }
  main .tglArea .section3__contents {
    padding-top: 0;
    padding-bottom: 0;
  }
  main .tglArea .section3__contents--wrapper {
    margin-top: 0;
    padding-bottom: 50px;
  }
  main .tglArea .section3__contents--wrapper--container {
    padding-top: 40px;
    width: calc(100% - 100px);
  }
  main .tglArea .section3__contents--wrapper--container--cardArea .card {
    border-radius: 20px;
    border-width: 4px;
    padding: 0px 0 38px;
  }
  main .tglArea .section3__contents--wrapper--container--cardArea .card:not(:first-of-type) {
    margin-top: 30px;
  }
  main .tglArea .section3__contents--wrapper--container--cardArea .card .attList {
    padding: 5px 29px 0;
  }
  main .tglArea .section3__contents--wrapper--container--cardArea .card .attList li {
    font-size: 14px;
  }
  main .tglArea .section3__contents--wrapper--container--cardArea .card.red .section3__contents--wrapper--container--cardArea--card--btnBox {
    margin-top: 50px;
  }
  main .tglArea .section3__contents--wrapper--container--cardArea .card__link--title {
    background-color: #fff343;
    padding: 0;
    border-radius: 20px 20px 0 0;
    border-width: 4px;
  }
  main .tglArea .section3__contents--wrapper--container--cardArea .card__link--title2 {
    border-width: 4px;
  }
  main .tglArea .section3__contents--wrapper--container--cardArea .card__dateImage {
    width: 100%;
  }
  main .tglArea .section3__contents--wrapper--container--cardArea .card__dateImage.first {
    width: 100%;
  }
  main .tglArea .section3__contents--wrapper--container--cardArea .card__dateImage.second {
    width: 100%;
  }
  main .tglArea .section3__contents--wrapper--container--cardArea .card__dateImage.third {
    width: 100%;
  }
  main .tglArea .section3__contents--wrapper--container--cardArea .card__dateImage.third_third {
    width: 100%;
  }
  main .tglArea .section3__contents--wrapper--container--cardArea .card__dateImage.fourth {
    width: 100%;
  }
  main .tglArea .section3__contents--wrapper--container--cardArea .card__dateImage.fifth {
    width: 100%;
  }
  main .tglArea .section3__contents--wrapper--container--cardArea .card__dateImage.sixth {
    width: 100%;
  }
  main .tglArea .section3__contents--wrapper--container--cardArea .card__title {
    font-size: 4.8rem;
    padding: 20px 44px 0;
  }
  main .tglArea .section3__contents--wrapper--container--cardArea .card__lArea dl dt {
    font-size: 1.7rem;
    width: 70px;
  }
  main .tglArea .section3__contents--wrapper--container--cardArea .card__lArea dl dd {
    font-size: 1.7rem;
    width: calc(100% - 70px);
  }
  main .tglArea .section3__contents--wrapper--container--cardArea .card__ttl3 {
    font-size: 2.3rem;
  }
  main .tglArea .section3__contents--wrapper--container--cardArea .card__subttl3 {
    font-size: 1.4rem;
  }
  main .tglArea .section3__contents--wrapper--container--cardArea .card__image {
    padding: 28px 21px 0;
  }
  main .tglArea .section3__contents--wrapper--container--cardArea .card__image.third {
    padding: 23px 44px 0;
  }
  main .tglArea .section3__contents--wrapper--container--cardArea .card__addText {
    padding: 24px 44px 0;
    font-size: 2.7rem;
  }
  main .tglArea .section3__contents--wrapper--container--cardArea .card__addText .redText {
    color: #e60012;
    font-size: 3.5rem;
    font-weight: bold;
  }
  main .tglArea .section3__contents--wrapper--container--cardArea .card__addText .smallText {
    line-height: 1.5;
    display: block;
    font-size: 1.5rem;
  }
  main .tglArea .section3__contents--wrapper--container--cardArea .card__addText .redSmall {
    font-size: 2.6rem;
  }
  main .tglArea .section3__contents--wrapper--container--cardArea .card__addText .pt {
    margin-top: 7px;
    display: inline-block;
  }
  main .tglArea .section3__contents--wrapper--container--cardArea .card__text {
    padding: 24px 29px 0;
    font-size: 3rem;
    font-size: 1.8rem;
  }
  main .tglArea .section3__contents--cinema {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 50px;
  }
  main .tglArea .section3__contents--cinema--container {
    width: calc(100% - 50px);
  }
  main .tglArea .section3__contents--cinema--title--image {
    width: 86%;
  }
  main .tglArea .section3__contents--cinema--cardArea {
    margin-top: 40px;
    padding: 40px 20px 20px;
  }
  main .tglArea .section3__contents--cinema--cardArea--card {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
  main .tglArea .section3__contents--cinema--cardArea--card:nth-of-type(n + 3) {
    padding: 40px 0 0;
  }
  main .tglArea .shop {
    padding-top: 16px !important;
  }
  main .tglArea .shop__cts {
    padding-top: 0;
    padding-bottom: 0;
  }
  main .tglArea .shop__cts--wrap {
    margin-top: 0;
    padding-bottom: 50px;
  }
  main .tglArea .shop__cts--wrap--cnt {
    padding-top: 40px;
    width: calc(100% - 100px);
  }
  main .tglArea .shop__cts--wrap--cnt--area .blk {
    border-radius: 20px;
    border-width: 4px;
    padding: 0px 0 38px;
  }
  main .tglArea .shop__cts--wrap--cnt--area .blk:not(:first-of-type) {
    margin-top: 30px;
  }
  main .tglArea .shop__cts--wrap--cnt--area .blk.red .section3__contents--wrapper--container--cardArea--card--btnBox {
    margin-top: 50px;
  }
  main .tglArea .shop__cts--wrap--cnt--area .blk__link--ttl {
    background-color: #fff343;
    padding: 0;
    border-radius: 20px 20px 0 0;
  }
  main .tglArea .shop__cts--wrap--cnt--area .blk .date {
    width: 100%;
  }
  main .tglArea .shop__cts--wrap--cnt--area .blk .date.first {
    width: 100%;
  }
  main .tglArea .shop__cts--wrap--cnt--area .blk .date.second {
    width: 100%;
  }
  main .tglArea .shop__cts--wrap--cnt--area .blk .date.third {
    width: 100%;
  }
  main .tglArea .shop__cts--wrap--cnt--area .blk .date.third_third {
    width: 100%;
  }
  main .tglArea .shop__cts--wrap--cnt--area .blk .date.fourth {
    width: 100%;
  }
  main .tglArea .shop__cts--wrap--cnt--area .blk .date.fifth {
    width: 100%;
  }
  main .tglArea .shop__cts--wrap--cnt--area .blk .date.sixth {
    width: 100%;
  }
  main .tglArea .shop__cts--wrap--cnt--area .blk--title {
    font-size: 4.8rem;
    padding: 20px 44px 0;
  }
  main .tglArea .shop__cts--wrap--cnt--area .blk .thumb {
    padding: 44px 21px 0px;
  }
  main .tglArea .shop__cts--wrap--cnt--area .blk .thumb.third {
    padding: 23px 44px 0;
  }
  main .tglArea .shop__cts--wrap--cnt--area .blk--image2 {
    padding: 28px 21px 0px;
  }
  main .tglArea .shop__cts--wrap--cnt--area .blk--image2.third {
    padding: 23px 44px 0;
  }
  main .tglArea .shop__cts--wrap--cnt--area .blk--addText {
    padding: 24px 44px 0;
    font-size: 2.7rem;
  }
  main .tglArea .shop__cts--wrap--cnt--area .blk--addText .redText {
    color: #e60012;
    font-size: 3.5rem;
    font-weight: bold;
  }
  main .tglArea .shop__cts--wrap--cnt--area .blk--addText .smallText {
    line-height: 1.5;
    display: block;
    font-size: 1.5rem;
  }
  main .tglArea .shop__cts--wrap--cnt--area .blk--addText .redSmall {
    font-size: 2.6rem;
  }
  main .tglArea .shop__cts--wrap--cnt--area .blk--addText .pt {
    margin-top: 7px;
    display: inline-block;
  }
  main .tglArea .shop__cts--wrap--cnt--area .blk__txt {
    padding: 24px 29px 0;
    font-size: 3rem;
    font-size: 1.8rem;
  }
  main .tglArea .shop__cts--wrap--cnt--area .blk__txtBtm {
    font-size: 1.8rem;
  }
  main .tglArea .shop__cts--wrap--cnt--area .blk__att li {
    font-size: 1.6rem;
  }
  main .tglArea .shop__cts--cinema {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 50px;
  }
  main .tglArea .shop__cts--cinema--container {
    width: calc(100% - 50px);
  }
  main .tglArea .shop__cts--cinema--title--image {
    width: 86%;
  }
  main .tglArea .shop__cts--cinema--cardArea {
    margin-top: 40px;
    padding: 40px 20px 20px;
  }
  main .tglArea .shop__cts--cinema--cardArea--card {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
  main .tglArea .shop__cts--cinema--cardArea--card:nth-of-type(n + 3) {
    padding: 40px 0 0;
  }
  main .tglArea .eps {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  main .tglArea .eps__cnt {
    padding-top: 13px;
    width: calc(100% - 100px);
  }
  main .tglArea .eps__cnt--area--btnBox {
    margin: 38px 44px 0;
    border: 4px solid #231815;
    border-radius: 20px;
  }
  main .tglArea .eps__cnt--area--btnBox--btn {
    display: block;
    padding: 26px 0;
  }
  main .tglArea .eps__cnt--area--btnBox--btn--image {
    width: 71%;
  }
  main .tglArea .eps__cnt--area.epos {
    padding-top: 0px;
  }
  main .tglArea .eps__cnt--area.epos .eps__cnt--area--wrap {
    border-radius: 20px;
    padding: 16px 0 36px;
  }
  main .tglArea .eps__cnt--area.epos .eps__cnt--area--wrap--attentionArea {
    width: calc(100% - 90px);
    padding-top: 40px;
    width: 100%;
  }
  main .tglArea .eps__cnt--area.epos .eps__cnt--area--wrap--attentionArea--text {
    font-size: 1.7rem;
  }
  main .tglArea .eps__cnt--area.epos .eps__cnt--area--wrap--tgl {
    padding-top: 0;
    width: 100%;
  }
  main .tglArea .eps__cnt--area.epos .eps__cnt--area--wrap--tgl .blk {
    border-radius: 20px 20px 20px 20px;
    border: 1px solid #a72126;
    background: #a72126;
  }
  main .tglArea .eps__cnt--area.epos .eps__cnt--area--wrap--tgl .blk:not(:first-of-type) {
    margin-top: 20px;
  }
  main .tglArea .eps__cnt--area.epos .eps__cnt--area--wrap--tgl .blk__btn {
    border-radius: 20px 20px 20px 20px;
    padding: 19px 28px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  main .tglArea .eps__cnt--area.epos .eps__cnt--area--wrap--tgl .blk__btn--cnt--txt {
    font-size: 2.4rem;
  }
  main .tglArea .eps__cnt--area.epos .eps__cnt--area--wrap--tgl .blk__btn--cnt--image {
    width: 18%;
  }
  main .tglArea .eps__cnt--area.epos .eps__cnt--area--wrap--tgl .blk__cts {
    border: 2px solid #a72126;
    border-radius: 0 0 20px 20px;
  }
  main .tglArea .eps__cnt--area.epos .eps__cnt--area--wrap--tgl .blk__cts--container {
    padding: 28px 20px;
  }
  main .tglArea .eps__cnt--area.epos .eps__cnt--area--wrap--tgl .blk__cts--container--text {
    font-size: 2.4rem;
    padding-right: 10px;
  }
  main .tglArea .eps__cnt--area.epos .eps__cnt--area--wrap--tgl .blk__cts--container--redText {
    margin-top: 24px;
    font-size: 2.8rem;
    padding-top: 20px;
    border-top: 2px solid #a72126;
  }
  main .tglArea .eps__cnt--area.epos .eps__cnt--area--wrap--tgl .blk__cts--container--attention {
    padding-top: 4px;
    font-size: 2.3rem;
  }
  main .tglArea .eps__cnt--area.epos .eps__cnt--area--wrap--movie {
    margin-top: 54px;
  }
  main .tglArea .eps__cnt--area.epos .eps__cnt--area--wrap--bubble {
    margin-bottom: 25px;
  }
  main .tglArea .eps__cnt--area.epos .eps__cnt--area--wrap--att {
    padding-top: 34px;
    font-size: 1.7rem;
    width: calc(100% - 100px);
    width: 100%;
  }
  main .tglArea .eps__cnt--area--service {
    margin-top: 15px;
  }
  main .tglArea .eps__cnt--area--service p {
    font-size: 1.9rem;
  }
  main .attentionArea {
    padding-top: 44px;
    width: calc(100% - 100px);
    width: 100%;
    /* padding: 0 50px; */
    /* padding-top: 44px; */
    padding-left: 50px;
    padding-right: 50px;
  }
  main .attentionArea__text {
    font-size: 1.7rem;
  }
  .ft {
    margin-top: 0;
    max-width: 500px;
    padding-bottom: 0;
    margin: 0 auto;
  }
  .ft .line {
    max-width: 750px;
    margin: 0 auto;
  }
  .ft__cnt .sns__flex--item {
    width: calc(11% - 7.5px);
    margin-right: 10px;
  }
  .ft__cnt .sns__flex--item a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .ft__cnt .sns__flex--item a:hover {
    opacity: 0.8;
  }
  .ft__cnt--addr--txt {
    letter-spacing: 0;
  }
  .line {
    max-width: 500px;
    background-color: #fff;
  }
  .line a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .line a:hover {
    opacity: 0.8;
  }
  .york {
    max-width: 500px;
    background-color: #fff;
  }
  .york a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .york a:hover {
    opacity: 0.8;
  }
  .navBtm a {
    width: 430px;
  }
}
.totop {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.totop:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

@media screen and (max-width: 768px) and (min-width: 500px) {
  .wrapper {
    max-width: 500px;
  }
}
.expansion {
  opacity: 0;
}

.expansionIn {
  -webkit-animation: expansionIn 0.5s ease-in-out 0.5s both;
          animation: expansionIn 0.5s ease-in-out 0.5s both;
}

@-webkit-keyframes expansionIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes expansionIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.expansionDelay {
  opacity: 0;
}

.expansionInDelay {
  -webkit-animation: expansionInDelay 0.5s ease-in-out 1s both;
          animation: expansionInDelay 0.5s ease-in-out 1s both;
}

@-webkit-keyframes expansionInDelay {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes expansionInDelay {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.rightFade {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.rightFadeIn {
  -webkit-animation: rightFadeIn 2s cubic-bezier(0.08, 0.8, 0.315, 1) 0.5s both;
          animation: rightFadeIn 2s cubic-bezier(0.08, 0.8, 0.315, 1) 0.5s both;
}

@-webkit-keyframes rightFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes rightFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.leftFade {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.leftFadeIn {
  -webkit-animation: leftFadeIn 0.5s cubic-bezier(0.08, 0.8, 0.315, 1) 0.5s both;
          animation: leftFadeIn 0.5s cubic-bezier(0.08, 0.8, 0.315, 1) 0.5s both;
}

@-webkit-keyframes leftFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes leftFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.topFade {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.topFadeIn {
  -webkit-animation: topFadeIn 0.5s cubic-bezier(0.08, 0.8, 0.315, 1) 0.5s both;
          animation: topFadeIn 0.5s cubic-bezier(0.08, 0.8, 0.315, 1) 0.5s both;
}

@-webkit-keyframes topFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes topFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.leftFadeLoop {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.leftFadeInLoop {
  -webkit-animation: leftFadeInLoop 5s cubic-bezier(0.97, 0.04, 0.09, 1.28) 0s infinite;
          animation: leftFadeInLoop 5s cubic-bezier(0.97, 0.04, 0.09, 1.28) 0s infinite;
}

@-webkit-keyframes leftFadeInLoop {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

@keyframes leftFadeInLoop {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.jumpIn {
  -webkit-animation: jumpIn 2s 0s infinite;
          animation: jumpIn 2s 0s infinite;
}

@-webkit-keyframes jumpIn {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  5% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
  10% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
  15% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
  20% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
  25% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
  30% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes jumpIn {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  5% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
  10% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
  15% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
  20% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
  25% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
  30% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.jump2In {
  -webkit-animation: jump2In 2.5s 0s infinite;
          animation: jump2In 2.5s 0s infinite;
}

@-webkit-keyframes jump2In {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  5% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
  10% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
  15% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
  20% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
  25% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
  30% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes jump2In {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  5% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
  10% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
  15% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
  20% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
  25% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
  30% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
#EVENT {
  display: block;
  background-color: #f5eebf;
}
#EVENT .wrapper {
  background-color: #f5eebf;
}
#EVENT .mv {
  width: 96%;
  padding-top: 70px;
}
#EVENT .lead {
  margin-top: -40px;
  background-image: none;
  background-color: #f5eebf;
}
#EVENT .link-area-sale {
  margin-inline: auto;
  width: 87%;
  margin-bottom: 70px;
  margin-top: -50px;
}
#EVENT .link-area-sale__blk {
  position: relative;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#EVENT .link-area-sale__blk:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
#EVENT .link-area01 {
  margin-top: -56px;
}
#EVENT .link-area01.-event .link-area01__blk:hover .link-area01__blk--icon {
  background-color: #fff;
}
#EVENT .link-area01.-event .link-area01__blk:hover .link-area01__blk--icon:before {
  border-color: #009474;
}
#EVENT .link-area01.-event .link-area01__blk.-w100 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
#EVENT .link-area01.-event .link-area01__blk.-w100 .link-area01__blk--thumb {
  width: 52%;
}
#EVENT .link-area01.-event .link-area01__blk.-w100 .link-area01__blk--textarea {
  width: 48%;
}
#EVENT .link-area01.-event .link-area01__blk.-only-img .link-area01__blk--thumb {
  border-radius: 0 0 0px 10px;
  overflow: hidden;
  background-color: #000;
}
#EVENT .link-area01.-event .link-area01__blk.-only-img .link-area01__blk--thumb img {
  display: block;
  margin-inline: auto;
}
#EVENT .link-area01.-event .link-area01__blk.-senbonbiki {
  background-color: #cf3a10;
}
#EVENT .link-area01.-event .link-area01__blk.-senbonbiki .link-area01__blk--thumb img {
  display: block;
  margin-inline: auto;
}
#EVENT .link-area01.-event .link-area01__blk.-senbonbiki .link-area01__blk--textarea {
  border-radius: 0;
}
#EVENT .link-area01.-event .link-area01__blk.-red {
  border: 3px solid #e50000;
  background-color: #fef3f3;
}
#EVENT .link-area01.-event .link-area01__blk.-red .link-area01__blk--textarea {
  background-color: #fef3f3;
  border-radius: 0 0 10px 0;
  height: 100%;
}
#EVENT .link-area01.-event .link-area01__blk.-red .link-area01__blk--text {
  color: #e50000;
}
#EVENT .link-area01.-event .link-area01__blk.-red .link-area01__blk--name {
  color: #e50000;
}
#EVENT .link-area01.-event .link-area01__blk.-red .link-area01__blk--icon {
  background-color: #e50000;
  border: 1px solid #e50000;
}
#EVENT .link-area01.-event .link-area01__blk.-red:hover .link-area01__blk--icon {
  background-color: #fff;
}
#EVENT .link-area01.-event .link-area01__blk.-red:hover .link-area01__blk--icon:before {
  border-color: #e50000;
}
#EVENT .link-area01.-event .link-area01__blk:nth-of-type(2) {
  margin-top: 10px;
}
#EVENT .link-area01.-event .link-area01__blk--thumb {
  border-radius: 0;
}
#EVENT .link-area01.-event .link-area01__blk--textarea {
  position: relative;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 8px 11px 8px;
}
#EVENT .link-area01.-event .link-area01__blk--text {
  color: #009474;
  font-size: 1.2rem;
  padding: 0;
  background-color: transparent;
}
#EVENT .link-area01.-event .link-area01__blk--name {
  font-size: 1rem;
  color: #009474;
  padding-top: 4px;
  font-weight: bold;
  line-height: 1.3;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#EVENT .link-area01.-event .link-area01__blk--name .small {
  font-size: 0.8rem;
}
#EVENT .link-area01.-event .link-area01__blk--definition {
  margin-top: 3px;
}
#EVENT .link-area01.-event .link-area01__blk--definition dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#EVENT .link-area01.-event .link-area01__blk--definition dl:not(:first-of-type) {
  margin-top: 4px;
}
#EVENT .link-area01.-event .link-area01__blk--definition dl dt {
  color: #fff;
  background-color: #020202;
  width: 30px;
  height: 11px;
  min-width: 20px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  font-size: 0.8rem;
}
#EVENT .link-area01.-event .link-area01__blk--definition dl dd {
  width: calc(100% - 30px);
  font-size: 0.8rem;
  font-weight: bold;
  color: #020202;
  padding-left: 3px;
  letter-spacing: 0;
}
#EVENT .link-area01.-event .link-area01__blk--note li {
  font-size: 8px;
  margin-top: 6px;
  color: #020202;
  margin-left: 1em;
  text-indent: -1em;
}
#EVENT .link-area01.-event .link-area01__blk--icon {
  position: absolute;
  bottom: unset;
  right: 0;
  top: 0;
  border-radius: 0;
  width: 26px;
  height: 26px;
  background-color: #009474;
  border: 1px solid #009474;
}
#EVENT .link-area01.-event .link-area01__blk--icon:before {
  border-color: #fff;
}
#EVENT .hd .link-area01__blk:hover .link-area01__blk--icon {
  background-color: #020202;
}
#EVENT .hd .link-area01__blk:hover .link-area01__blk--icon:before {
  border-color: #f5eebf;
}
#EVENT .hd .link-area01__blk--text {
  color: #140700;
  font-size: 1.2rem;
  padding: 8px 8px 8px;
}
#EVENT .hd .link-area01__blk--icon {
  background-color: #f5eebf;
  border: 1px solid #f5eebf;
}
#EVENT .hd .link-area01__blk--icon:before {
  border-color: #020202;
}
#EVENT .ft .wrapper {
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  #EVENT .link-area01.-event .link-area01__blk--text {
    font-size: 1.5rem;
  }
  #EVENT .link-area01.-event .link-area01__blk--name {
    font-size: 1.3rem;
    padding-top: 8px;
  }
  #EVENT .link-area01.-event .link-area01__blk--name .small {
    font-size: 1.1rem;
    display: inline-block;
  }
  #EVENT .link-area01.-event .link-area01__blk--definition {
    margin-top: 8px;
  }
  #EVENT .link-area01.-event .link-area01__blk--definition dl dt {
    width: 35px;
    height: 16px;
    min-width: 35px;
    font-size: 1.1rem;
  }
  #EVENT .link-area01.-event .link-area01__blk--definition dl dd {
    width: calc(100% - 35px);
    font-size: 1.2rem;
    padding-left: 7px;
  }
}
#SHOP {
  display: block;
  background-color: #f7cfd3;
}
#SHOP .wrapper {
  background-color: #f7cfd3;
}
#SHOP .shop-bg {
  background-image: url(../img/shop/shop_bg.png);
  background-size: 16px;
  background-repeat: repeat;
}
#SHOP .mv {
  width: 87%;
  padding-top: 101px;
  margin-top: 0;
}
#SHOP .area {
  margin-top: 43px;
  margin-inline: auto;
  width: 100%;
  padding: 0 6.5%;
}
#SHOP .shop-area__blk {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#SHOP .shop-area__blk:hover {
  opacity: 0.8;
}
#SHOP .shop-area__blk:not(:first-of-type) {
  margin-top: 14px;
}
#SHOP .shop-area__blk.-renewal .shop-area__blk--date {
  background-color: #f5626f;
  color: #fff;
}
#SHOP .shop-area__blk--date {
  background-color: #fff763;
  color: #f5626f;
  text-align: center;
  font-size: 1.9rem;
  font-weight: bold;
  padding: 11px 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#SHOP .shop-area__blk--box {
  background-color: #fff;
  padding: 12px 12px;
}
#SHOP .shop-area__blk--info {
  margin-top: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#SHOP .shop-area__blk--logo {
  max-width: 120px;
  max-height: 100px;
  width: 120px;
  text-align: center;
}
#SHOP .shop-area__blk--textarea {
  padding-left: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-left: auto;
  width: calc(100% - 120px);
}
#SHOP .shop-area__blk--name {
  font-size: 1.4rem;
  color: #020202;
  font-weight: bold;
}
#SHOP .shop-area__blk--sub {
  font-size: 1.2rem;
  color: #020202;
  font-weight: bold;
}
#SHOP .shop-area__blk--note {
  font-size: 1.2rem;
  color: #020202;
  font-weight: bold;
  margin-left: 1em;
  text-indent: -1em;
}
#SHOP .shop-area__blk--place {
  font-size: 1.2rem;
  color: #020202;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#SHOP .shop-area__blk--btn {
  margin-top: 5px;
  background-color: #020202;
  color: #fff;
  text-align: center;
  font-size: 1.9rem;
  font-weight: bold;
  padding: 14px 0;
}
#SHOP .link-area01__blk--text {
  color: #009474;
  font-size: 1.2rem;
  padding: 8px 8px 8px;
}
#SHOP .link-area01__blk--icon {
  background-color: #009474;
}
#SHOP .link-area01__blk--icon:before {
  border-color: #fff;
}
#SHOP .link-area02 {
  padding-bottom: 40px;
}
#SHOP .hd .link-area01__blk:hover .link-area01__blk--icon {
  background-color: #020202;
}
#SHOP .hd .link-area01__blk:hover .link-area01__blk--icon:before {
  border-color: #f5eebf;
}
#SHOP .hd .link-area01__blk--text {
  color: #140700;
  font-size: 1.2rem;
  padding: 8px 8px 8px;
}
#SHOP .hd .link-area01__blk--icon {
  background-color: #f5eebf;
  border: 1px solid #f5eebf;
}
#SHOP .hd .link-area01__blk--icon:before {
  border-color: #020202;
}
#SHOP .ft .wrapper {
  background-color: #fff;
}

#SALE {
  display: block;
  background-color: #e7233d;
}
#SALE .wrapper.-bg-xmas {
  background-image: url(../img/bg_xmas.png);
  background-repeat: repeat-y;
  background-size: 100%;
}
#SALE .mv {
  width: 100%;
  padding-top: 120px;
}
#SALE .mv__img {
  position: relative;
  padding-top: 0;
  margin-inline: auto;
  width: 100%;
  margin-top: -14px;
}
#SALE .link-area-sale {
  margin-inline: auto;
  width: 84%;
  margin-top: -87px;
}
#SALE .link-area-sale__blk {
  position: relative;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#SALE .link-area-sale__blk:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
#SALE .link-area-sale__blk--icon {
  position: absolute;
  bottom: -12px;
  right: -10px;
  background-color: #f5eebf;
  border: 1px solid #f5eebf;
  border-radius: 100vmax;
  width: 36px;
  height: 36px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#SALE .link-area-sale__blk--icon:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  top: 50%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  border-right: 1px solid #020202;
  border-bottom: 1px solid #020202;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#SALE .link-area02 {
  padding-bottom: 30px;
}
#SALE .area {
  margin-top: 0;
  margin-inline: auto;
  width: 100%;
  padding: 0;
  width: 83%;
}
#SALE .area-01__blk {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#SALE .area-01__blk:hover {
  opacity: 0.8;
}
#SALE .area-01__blk:not(:first-of-type) {
  margin-top: 10px;
}
#SALE .area-01__blk--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
}
#SALE .area-01__blk--thumb {
  width: 50%;
}
#SALE .area-01__blk--textarea {
  width: 50%;
  text-align: center;
  color: #3e3a39;
  font-size: 1rem;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: bold;
}
#SALE .area-01__blk--logo {
  text-align: center;
  margin-top: 19px;
}
#SALE .area-02 {
  margin-top: 33px;
}
#SALE .area-02__list {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#SALE .area-02__blk {
  display: block;
  background-color: #f5eebf;
  width: calc(50% - 12.5px);
  margin-right: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#SALE .area-02__blk:hover {
  opacity: 0.8;
}
#SALE .area-02__blk:nth-of-type(2n) {
  margin-right: 0;
}
#SALE .area-02__blk:nth-of-type(n + 3) {
  margin-top: 14px;
}
#SALE .area-02__blk--info {
  padding: 0 5px;
}
#SALE .area-02__blk--info.-absolute-right {
  display: block;
  position: relative;
}
#SALE .area-02__blk--info.-absolute-right .area-02__blk--thumb {
  width: 100%;
}
#SALE .area-02__blk--info.-absolute-right .area-02__blk--textarea {
  width: 50%;
  margin-left: auto;
  position: absolute;
  top: 50%;
  right: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0px;
}
#SALE .area-02__blk--thumb {
  width: 100%;
}
#SALE .area-02__blk--textarea {
  width: 100%;
  text-align: center;
  color: #3e3a39;
  font-size: 1rem;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: bold;
  margin-top: 5px;
}
#SALE .area-02__blk--logo {
  text-align: center;
  margin-top: 19px;
}
#SALE .area-03 {
  margin-top: -30px;
}
#SALE .area-03 .sale__cts--wrap--cnt {
  padding-top: 0;
}
#SALE .name {
  color: #e50065;
}
#SALE .name02 {
  line-height: 1.1;
}
#SALE .price-pre.-fsz10 {
  font-size: 1rem;
}
#SALE .price-now {
  color: #e50065;
}
#SALE .price-now-off {
  color: #e50065;
}
#SALE .price-now-text {
  color: #e50065;
}
#SALE .price-max {
  color: #e50065;
}
#SALE .price-per {
  color: #e50065;
}
#SALE .price-off {
  color: #e50065;
}
#SALE .description-text {
  color: #e50065;
  font-weight: bold;
  line-height: 1.05;
  margin-top: 4px;
}
#SALE .att {
  margin-top: 10px;
}
#SALE .att li {
  font-size: 0.8rem;
}
#SALE .fsz29 {
  font-size: 2.9rem;
}
#SALE .fsz23 {
  font-size: 2.3rem;
}
#SALE .fsz20 {
  font-size: 2rem;
}
#SALE .fsz18 {
  font-size: 1.8rem;
}
#SALE .fsz17 {
  font-size: 1.7rem;
}
#SALE .fsz15 {
  font-size: 1.5rem;
}
#SALE .fsz13 {
  font-size: 1.3rem;
}
#SALE .fsz11 {
  font-size: 1.1rem;
}
#SALE .fsz10 {
  font-size: 1rem;
}
#SALE .lh1 {
  line-height: 1;
}
#SALE .mt5 {
  margin-top: 5px;
}
#SALE .mt10 {
  margin-top: 10px;
}
#SALE .d-block {
  display: block;
}
#SALE .align-left {
  text-align: left;
}
#SALE .align-right {
  text-align: right;
}
#SALE .ft .wrapper {
  background-color: #fff;
}
/*# sourceMappingURL=style.css.map */