@charset "UTF-8";
/*----------------------------------------------------
common
----------------------------------------------------*/
body {
  background: #ffe100;
  font-weight: 400;
}

a {
  display: block;
}

.section {
  margin-top: 14vw;
}
.section .contInner {
  background: url("../img/bg_pattern.png") no-repeat;
  background-size: cover;
  border-radius: 1.5564202335vw;
  padding: 0 4% 3vw;
}
.section h2 {
  text-align: center;
  padding-bottom: 4vw;
}
.section h2 img {
  width: 78.9105058366vw;
  max-width: 1014px;
  margin-top: -5.5252918288vw;
}

.contInner {
  width: 90%;
  max-width: 1180px;
  margin: auto;
  position: relative;
}

#footShare {
  padding-top: 0;
}

@media (max-width: 999px) {
  .pcv {
    display: none;
  }
}
@media (min-width: 1000px) {
  .spv {
    display: none;
  }
  .section {
    margin-top: 180px;
  }
  .section .contInner {
    padding: 0 4% 42px;
    border-radius: 20px;
  }
  .section h2 {
    padding-bottom: 40px;
  }
  .section h2 img {
    margin-top: -71px;
  }
}
/*----------------------------------------------------
main
----------------------------------------------------*/
main {
  margin-top: 50px;
  position: relative;
  overflow: hidden;
  /*&:before {
    content: "";
    background: url("../img/bg_before.png") repeat-x;
    background-size: contain;
    width: 100%;
    height: 60vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  &:after {
    content: "";
    background: url("../img/bg_after.png") repeat-x;
    background-size: contain;
    width: 100%;
    height: 60vw;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
  }*/
}

@media (min-width: 1000px) {
  main {
    margin-top: 70px;
    /*&:before,
    &:after {
      height: 374px;
    }*/
  }
}
/*----------------------------------------------------
scrollanime
----------------------------------------------------*/
.scrollanime {
  opacity: 0;
}

.js-popup {
  transform: translateY(40px) scale(0.7);
  will-change: transform, animation, position;
}

.js-popup.run {
  opacity: 1;
  transform: translateY(0px) scale(1);
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.js-faadein {
  transform: translateY(40px);
  will-change: transform, animation, position;
}

.js-faadein.run {
  opacity: 1;
  transform: translateY(0px);
  transition: transform 0.6s ease, opacity 0.6s ease;
}

/*----------------------------------------------------
#mv
----------------------------------------------------*/
#mv .mainvisual {
  text-align: center;
  background: url(../img/bg_sp.png) repeat-x;
  background-size: contain;
  height: 111.82879377vw;
  margin-top: -1px;
}
#mv p {
  background: black;
  font-weight: bold;
}
#mv p.comingsoon {
  font-size: 12.45136187vw;
  color: #ffe100;
  padding-top: 7vw;
}
#mv p.period {
  font-size: 7.78210117vw;
  color: white;
  line-height: 1.3;
  padding-bottom: 10vw;
  margin-top: -1px;
}
#mv img {
  /*@include anime;
  @include anime1;*/
}
#mv img.mv01 {
  width: 100vw;
  margin-top: 5vw;
}

@keyframes mvfadein {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 1000px) {
  #mv .mainvisual {
    background: url(../img/bg_pc.png) repeat-x;
    height: 803px;
  }
  #mv img.mv01 {
    width: 900px;
    margin-top: 10px;
  }
  #mv p.comingsoon {
    font-size: 100px;
    padding-top: 20px;
  }
  #mv p.period {
    font-size: 48px;
    padding-bottom: 40px;
  }
}
/*----------------------------------------------------
.cvArea
----------------------------------------------------*/
.cvAreaWrap {
  margin-top: 5vw;
  position: relative;
  z-index: 10;
}
.cvAreaWrap h2 {
  text-align: center;
}
.cvAreaWrap h2 img {
  width: 92.2178988327vw;
}

.cvArea {
  text-align: center;
  margin: 0 auto 1.5em;
}
.cvArea a {
  display: inline-block;
  width: 87.3151750973vw;
  height: 23.2684824903vw;
  text-indent: -99999px;
}
.cvArea.line {
  margin-top: -28vw;
}
.cvArea.line a {
  background: url(../img/btn_sp_off.png) no-repeat center top;
  background-size: contain;
}
.cvArea.line a:hover {
  background: url(../img/btn_sp_on.png) no-repeat center top;
  background-size: contain;
}
.cvArea.hagaki a {
  background: url(../img/btn_hagaki_sp_off.png) no-repeat center top;
  background-size: contain;
}
.cvArea.hagaki a:hover {
  background: url(../img/btn_hagaki_sp_on.png) no-repeat center top;
  background-size: contain;
}

@media (min-width: 1000px) {
  .cvAreaWrap {
    margin-top: 55px;
  }
  .cvAreaWrap h2 img {
    max-width: 1185px;
  }
  .cvArea a {
    max-width: 964px;
    width: 100%;
    height: 175px;
  }
  .cvArea.line {
    margin-top: -132px;
  }
  .cvArea.line a {
    background: url(../img/btn_pc_off.png) no-repeat center top;
    background-size: contain;
  }
  .cvArea.line a:hover {
    background: url(../img/btn_pc_on.png) no-repeat center top;
    background-size: contain;
  }
  .cvArea.hagaki a {
    background: url(../img/btn_hagaki_pc_off.png) no-repeat center top;
    background-size: contain;
  }
  .cvArea.hagaki a:hover {
    background: url(../img/btn_hagaki_pc_on.png) no-repeat center top;
    background-size: contain;
  }
}
/*----------------------------------------------------
#present
----------------------------------------------------*/
#present {
  margin-top: 6vw;
}
#present .contInner {
  background: url(../img/bg_pattern_sp_1.jpg) no-repeat;
  background-size: cover;
  border-radius: 1.5564202335vw;
  border: 4px white solid;
  padding: 0 1% 3vw;
}
#present .contInner img.presentA {
  margin-bottom: 1.2vw;
}

@media (min-width: 1000px) {
  #present {
    margin-top: 80px;
  }
  #present .contInner {
    padding: 0 0 42px;
    background: url(../img/bg_pattern_pc_1.jpg) no-repeat;
    background-size: cover;
  }
  #present p.note {
    margin-right: 80px;
    font-weight: bold;
    font-size: 16px;
  }
}
/*----------------------------------------------------
#howto
----------------------------------------------------*/
#howto .contInner {
  background: url(../img/bg_pattern_sp_2.jpg) no-repeat;
  background-size: cover;
  border-radius: 1.5564202335vw;
  border: 4px white solid;
  padding: 0 1%;
}
#howto .howtoContents {
  width: 90%;
  max-width: 1180px;
  margin: auto;
  position: relative;
}
#howto .howtoContents h3 {
  margin: 0 0 3vw;
  text-align: center;
}
#howto .howtoContents h4 {
  background: #00911c;
  border-top-left-radius: 1.5564202335vw;
  border-top-right-radius: 1.5564202335vw;
  padding: 1vw 0 3vw;
  text-align: center;
}
#howto .howtoContents .howto-img {
  margin-top: -2vw;
}
#howto .howtoContents.receipt {
  margin-bottom: 5vw;
}
#howto .howtoContents.receipt h3 img {
  width: 75.486381323vw;
  max-width: 970px;
}
#howto .howtoContents.receipt h4 img {
  width: 50.6614785992vw;
  max-width: 651px;
}
#howto .howtoContents.receipt .lineBtn {
  position: absolute;
  top: 22vw;
  left: 50%;
  transform: translateX(-50%);
  width: 40.6225680934vw;
  max-width: 261px;
}
#howto .howtoContents.receipt .lineBtn img {
  width: 100%;
}
#howto .howtoContents.barcode {
  margin-bottom: 5vw;
}
#howto .howtoContents.barcode h3 {
  margin-top: 3vw;
}
#howto .howtoContents.barcode h3 img {
  width: 36.9649805447vw;
  max-width: 305px;
}
#howto .howtoContents.barcode h4 {
  background: #fe5600;
}
#howto .howtoContents.barcode h4 img {
  width: 57.5875486381vw;
  max-width: 749px;
}
#howto .howtoContents.barcode .hagakiBtn {
  position: absolute;
  top: 49vw;
  left: 50%;
  transform: translateX(-50%);
  width: 41.4007782101vw;
  max-width: 262px;
}
#howto .howtoContents.barcode .hagakiBtn img {
  width: 100%;
}
#howto .videoContents {
  width: 100vw;
  margin-left: calc(-6% - 8px);
}
#howto .videoContents h3 {
  margin: 0 0 3vw;
  text-align: center;
}
#howto .videoContents h3 img {
  width: 76.420233463vw;
  max-width: 982px;
}
#howto .videoContents .modalBtn img {
  border: 4px solid #000;
  width: 100%;
}
#howto .videoContents .modalBtn .modal-open {
  position: relative;
}
#howto .videoContents .modalBtn .modal-open:after {
  content: "";
  display: block;
  width: 10.9727626459vw;
  height: 10.9727626459vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/play.png") no-repeat;
  background-size: contain;
  z-index: 100;
}

@media (min-width: 1000px) {
  #howto .contInner {
    background: url(../img/bg_pattern_pc_2.jpg) no-repeat;
    background-size: cover;
    width: 90%;
    max-width: 1180px;
    margin: auto;
    padding: 0 2%;
  }
  #howto .contInner h3 {
    margin: 0 auto 30px;
  }
  #howto .howtoContents {
    width: 100%;
  }
  #howto .howtoContents.receipt {
    margin-bottom: 15px;
    margin-top: 20px;
  }
  #howto .howtoContents.receipt h4 {
    padding: 0 0 30px;
  }
  #howto .howtoContents.receipt h4 img {
    margin-top: -12px;
  }
  #howto .howtoContents.receipt .lineBtn {
    top: 336px;
    left: 200px;
  }
  #howto .howtoContents.barcode {
    margin-bottom: 42px;
  }
  #howto .howtoContents.barcode h4 {
    padding: 0 0 24px;
  }
  #howto .howtoContents.barcode h4 img {
    margin-top: -21px;
  }
  #howto .howtoContents.barcode .hagakiBtn {
    top: 485px;
    left: 192px;
  }
  #howto .videoContents {
    width: 100%;
    margin: 0 auto;
  }
  #howto .videoContents .modalBtn img {
    border: none;
  }
  #howto .videoContents .modalBtn .modal-open:after {
    width: 117px;
    height: 117px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  #howto .howtoContents.receipt h4 {
    padding: 0 0 2vw;
  }
  #howto .howtoContents.receipt h4 img {
    margin-top: -1vw;
  }
  #howto .howtoContents.receipt .lineBtn {
    top: 37vw;
    left: 15vw;
    width: 20.0769230769vw;
  }
  #howto .howtoContents.barcode h4 {
    padding: 0 0 1.5vw;
  }
  #howto .howtoContents.barcode h4 img {
    margin-top: -1.5vw;
  }
  #howto .howtoContents.barcode .hagakiBtn {
    top: auto;
    left: 15vw;
    bottom: 4vw;
    width: 20.1538461538vw;
  }
}
/*----------------------------------------------------
modal youtube
----------------------------------------------------*/
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 999;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}

.modal {
  display: none;
}

.modal-content {
  display: none;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  padding-top: 50.25%;
}

/*
.youtube-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
iframe.youtube {
  width: 100%;
  height: 100%;
}*/
.modal-close {
  position: fixed;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 5rem;
  height: 5rem;
  display: block;
  cursor: pointer;
  transform: translate(-50%, -50%);
  margin-top: -50%;
  margin-left: 42%;
}
.modal-close:before, .modal-close:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  background-color: #fff;
  height: 2px;
  margin: 0 auto;
  width: 50%;
  transform: rotate(45deg);
}
.modal-close:after {
  transform: rotate(-45deg);
}

.movie-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.movie-box .movie {
  width: 100%;
  height: auto;
}
.movie-box .movie video {
  width: 100%;
  height: auto;
}

@media (min-width: 1000px) {
  .modal-content {
    width: 62.5%;
    padding-top: 35.16%;
  }
  .modal-close {
    margin-top: -20%;
    margin-left: 30%;
  }
  .movie-box {
    width: auto;
    height: 100%;
  }
  .movie-box .movie {
    width: auto;
    height: 100%;
  }
  .movie-box .movie video {
    width: auto;
    height: 100%;
  }
}
/*----------------------------------------------------
.contact
----------------------------------------------------*/
.contact a {
  display: block;
  margin: 6vw auto;
}

@media (min-width: 1000px) {
  .contact .contInner {
    padding: 0 4%;
  }
  .contact .contInner a {
    margin: 90px auto;
    pointer-events: none;
  }
}
/*----------------------------------------------------
#product
----------------------------------------------------*/
#product .contInner {
  background: url("../img/bg_pattern.jpg") repeat;
  background-size: 15px;
  padding-bottom: 4vw;
  border-radius: 1.5564202335vw;
  border: 4px white solid;
}
#product p {
  text-align: left;
  line-height: 1.55;
  font-size: 2.8015564202vw;
}
#product p span {
  list-style: none;
  position: relative;
  display: inline-block;
  color: #e60012;
  font-weight: bold;
  letter-spacing: -0.05em;
}
#product p span:after {
  content: "／";
  display: inline-block;
  font-size: 1em;
  color: #000;
}
#product p span:last-child:after {
  display: none;
}
#product p img {
  margin: 3vw auto;
}
#product p.note {
  font-size: 2.8015564202vw;
}

@media (min-width: 1000px) {
  #product .contInner {
    padding-bottom: 40px;
  }
  #product p {
    font-size: 36px;
  }
  #product p.note {
    font-size: 18px;
  }
}
/*----------------------------------------------------
#faq
----------------------------------------------------*/
#faq .contInner {
  padding: 0;
}
#faq h2 {
  position: absolute;
  z-index: 99;
  left: 50%;
  transform: translateX(-50%);
}
#faq .accWrap {
  position: relative;
  width: 90%;
  max-width: 1180px;
  margin: 0 auto 50px;
}
#faq .accCont {
  overflow: hidden;
  background: #fff6b3;
  padding: 10vw 4% 3vw;
  border-radius: 1.5564202335vw;
}
#faq .accCont.open {
  background: #fffce8;
}
#faq ul {
  list-style: none;
}
#faq ul li {
  position: relative;
  text-align: left;
  padding-left: 3.5em;
  line-height: 1.5;
  font-size: 3.1128404669vw;
  font-weight: bold;
  letter-spacing: -0.04em;
}
#faq ul li span {
  color: #e60012;
}
#faq ul li:before {
  content: "";
  display: block;
  background: #7f1b00;
  width: 1.8em;
  height: 1.8em;
  position: absolute;
  top: 0;
  left: 3%;
  z-index: 1;
  border-radius: 50%;
}
#faq ul li:after {
  display: block;
  font-size: 1em;
  color: #fff;
  font-weight: bold;
  position: absolute;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8;
  text-align: center;
  top: 0;
  left: 3%;
  z-index: 10;
}
#faq ul li.question {
  padding-bottom: 1em;
}
#faq ul li.question:after {
  content: "Q";
}
#faq ul li.answer {
  padding-bottom: 1em;
  margin-bottom: 1em;
  background: url(../img/dash.png) repeat-x;
  background-position: bottom left;
  background-size: 3.7354085603vw 0.6225680934vw;
}
#faq ul li.answer:after {
  content: "A";
}

@media (min-width: 1000px) {
  #faq .accCont {
    overflow: hidden;
    background: #fff6b3;
    padding: 134px 4% 0;
    border-radius: 20px;
  }
  #faq .accCont.open {
    background: #fffce8;
  }
  #faq ul li {
    font-size: 30px;
    padding-left: 2.5em;
    padding-top: 5px;
    letter-spacing: -0.05em;
  }
  #faq ul li:before {
    left: 0;
  }
  #faq ul li:after {
    left: 0;
  }
  #faq ul li.question {
    padding-bottom: 1.5em;
  }
  #faq ul li.answer {
    padding-bottom: 2em;
    margin-bottom: 2em;
  }
}
/*----------------------------------------------------
#campaign
----------------------------------------------------*/
#campaign .contInner {
  max-width: 1060px;
  background: #fff;
  padding: 0 5% 5%;
  width: 100%;
  border-top: 4px solid #000;
  border-radius: 0;
}
#campaign dl dt {
  width: 100%;
  margin-bottom: 0.5em;
}
#campaign dl dt span {
  border: 0.6225680934vw solid #e60012;
  width: 5em;
  text-align: center;
  display: block;
  border-radius: 1.2451361868vw;
  color: #e60012;
  font-size: 3.4241245136vw;
}
#campaign dl dd {
  width: 100%;
  text-align: left;
  margin-bottom: 2em;
  font-size: 3.1128404669vw;
}
#campaign dl dd p {
  margin-bottom: 1em;
}
#campaign dl dd span.red {
  color: #e60012;
}
#campaign dl dd span.red-bold {
  color: #e60012;
  font-weight: bold;
}
#campaign dl dd span.bold {
  font-weight: bold;
}
#campaign span.red {
  color: #e60012;
}
#campaign span.red-bold {
  color: #e60012;
  font-weight: bold;
}
#campaign span.bold {
  font-weight: bold;
}
#campaign ul {
  margin-left: 1.2em;
}
#campaign ul li {
  position: relative;
  font-size: 3.1128404669vw;
}
#campaign ul li:before {
  content: "※";
  display: inline-block;
  font-size: 1em;
  position: absolute;
  left: -1.2em;
}
#campaign .attention {
  text-align: left;
  font-size: 3.1128404669vw;
}
#campaign .attention .attCont {
  margin-bottom: 6.2256809339vw;
}
#campaign .attention .arCont {
  display: block;
  padding: 0.46692607vw 0.46692607vw 0 0.46692607vw;
  background: url(../img/arNote_waku.png) repeat-x;
  background-position: top left;
  background-size: 3.7354085603vw 0.6225680934vw;
  position: relative;
}
#campaign .attention .arCont:before, #campaign .attention .arCont:after {
  content: "";
  display: block;
  background: url(../img/arNote_waku2.png) repeat-y;
  background-position: left bottom;
  background-size: 0.6225680934vw 3.7354085603vw;
  width: 0.6225680934vw;
  height: 100%;
  position: absolute;
  top: 0;
}
#campaign .attention .arCont:before {
  left: 0;
}
#campaign .attention .arCont:after {
  right: 0;
}
#campaign .attention .arCont > div {
  position: relative;
}
#campaign .attention .arCont > div:after {
  content: "";
  display: block;
  background: url(../img/arNote_waku.png) repeat-x;
  background-position: bottom left;
  background-size: 3.7354085603vw 0.6225680934vw;
  height: 0.6225680934vw;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#campaign .attention .arCont h3 {
  /*background: #58c05c;*/
  background: #00c154;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  padding: 0.5em;
}
#campaign .attention .arCont ul {
  padding: 3% 5%;
  margin-left: 0;
}
#campaign .attention .arCont ul li {
  font-weight: bold;
  font-size: 3.1128404669vw;
  line-height: 1.8;
  padding-left: 1.2em;
}
#campaign .attention .arCont ul li:before {
  left: 0;
}
#campaign > a img.contactBottom {
  padding-bottom: 6.2256809339vw;
  background: #fff;
}

@media (min-width: 1000px) {
  #campaign .contInner {
    border-radius: 16px;
    border: 4px solid #000;
    padding: 0 0 77px;
  }
  #campaign dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 5%;
  }
  #campaign dl dt {
    width: 14%;
    margin-bottom: 20px;
  }
  #campaign dl dt span {
    margin: auto;
    font-size: 18px;
    border-radius: 8px;
    border-width: 4px;
  }
  #campaign dl dd {
    width: 82%;
    text-align: left;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
  }
  #campaign ul li {
    font-size: 20px;
  }
  #campaign .attention {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 83px;
    padding: 0 5%;
  }
  #campaign .attention .attCont {
    margin-bottom: 80px;
  }
  #campaign .attention .arCont {
    padding: 8px 8px 0 8px;
    background-size: 48px 8px;
  }
  #campaign .attention .arCont:before, #campaign .attention .arCont:after {
    background-size: 8px 48px;
    width: 8px;
  }
  #campaign .attention .arCont > div:after {
    background-size: 48px 8px;
    height: 8px;
  }
  #campaign .attention .arCont h3 {
    font-size: 36px;
  }
  #campaign .attention .arCont ul li {
    font-size: 20px;
  }
  #campaign hr {
    border-color: black;
    background: black;
    margin-bottom: 1em;
  }
}/*# sourceMappingURL=tigers.css.map */