@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.mfp-wrap {
  overflow-y: visible !important; }

.mfp-content {
  width: 100%; }

#howto .howto_modal__contents {
  position: relative;
  width: 85%;
  margin: 25px auto 0;
  background-color: #e4007f;
  border-radius: 10px;
  padding: 10px; }

#howto .howto_modal__title {
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0;
  background-size: 100%;
  width: 224px;
  height: 24px;
  margin: 0 auto 10px; }
  @media (min-width: 800px) {
    #howto .howto_modal__title {
      background-image: url("../img/howto/h2.png");
      background-size: 100% 100%; } }
  @media (max-width: 799px) {
    #howto .howto_modal__title {
      background-image: url("../img/howto/h2.png");
      background-size: 100% 100%; } }

#howto .howto_modal__body .modal-item .slick-list {
  margin: 0 auto;
  position: relative; }
  #howto .howto_modal__body .modal-item .slick-list .slick-slide {
    position: relative; }
    #howto .howto_modal__body .modal-item .slick-list .slick-slide .step img, #howto .howto_modal__body .modal-item .slick-list .slick-slide .step_txt img {
      width: 100%;
      height: auto; }

#howto .howto_modal__close {
  position: absolute;
  border: none;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0;
  background-size: 100%;
  top: 4px;
  right: 0;
  width: 18px;
  height: 18px; }
  @media (min-width: 800px) {
    #howto .howto_modal__close {
      background-image: url("../img/common/modal_btn_close.png");
      background-size: 100% 100%; } }
  @media (max-width: 799px) {
    #howto .howto_modal__close {
      background-image: url("../img/common/modal_btn_close.png");
      background-size: 100% 100%; } }

#howto .slick-dotted.slick-slider {
  margin-bottom: 20px; }

#howto .slick-prev:before, #howto .slick-next:before {
  content: ""; }

#howto .slick-prev.slick-disabled, #howto .slick-next.slick-disabled {
  display: none !important; }

#howto .slick-prev {
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0;
  background-size: 100%;
  width: 33px;
  height: 33px;
  z-index: 99999;
  left: -10%; }
  @media (min-width: 800px) {
    #howto .slick-prev {
      background-image: url("../img/howto/arw_l.png");
      background-size: 100% 100%; } }
  @media (max-width: 799px) {
    #howto .slick-prev {
      background-image: url("../img/howto/arw_l.png");
      background-size: 100% 100%; } }

#howto .slick-next {
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0;
  background-size: 100%;
  width: 33px;
  height: 33px;
  z-index: 99999;
  right: -10%; }
  @media (min-width: 800px) {
    #howto .slick-next {
      background-image: url("../img/howto/arw_r.png");
      background-size: 100% 100%; } }
  @media (max-width: 799px) {
    #howto .slick-next {
      background-image: url("../img/howto/arw_r.png");
      background-size: 100% 100%; } }

#howto .slick-dots {
  bottom: -15px; }
  #howto .slick-dots li {
    width: 7px;
    height: 7px;
    padding: 0 5px; }
    #howto .slick-dots li button {
      width: 7px;
      height: 7px;
      padding: 0; }
    #howto .slick-dots li button:before {
      content: "";
      background-repeat: no-repeat;
      background-position: center center;
      text-indent: -9999px;
      overflow: hidden;
      font-size: 0;
      background-size: 100%;
      width: 7px;
      height: 7px;
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
      @media (min-width: 800px) {
        #howto .slick-dots li button:before {
          background-image: url("../img/howto/dot.png");
          background-size: 100% 100%; } }
      @media (max-width: 799px) {
        #howto .slick-dots li button:before {
          background-image: url("../img/howto/dot.png");
          background-size: 100% 100%; } }
  #howto .slick-dots li.slick-active button:before {
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0;
    background-size: 100%;
    width: 7px;
    height: 7px; }
    @media (min-width: 800px) {
      #howto .slick-dots li.slick-active button:before {
        background-image: url("../img/howto/dot_white.png");
        background-size: 100% 100%; } }
    @media (max-width: 799px) {
      #howto .slick-dots li.slick-active button:before {
        background-image: url("../img/howto/dot_white.png");
        background-size: 100% 100%; } }

/*
===========================================*/
.recommend {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 30px;
  position: relative; }
  .recommend .recommend__ttl {
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0;
    margin: 0 auto 13px;
    background-size: 100%;
    width: 140px;
    height: 40px; }
    @media (min-width: 800px) {
      .recommend .recommend__ttl {
        background-image: url("../img/common/2018/18w/ttl_recommend.png");
        background-size: 100% 100%; } }
    @media (max-width: 799px) {
      .recommend .recommend__ttl {
        background-image: url("../img/common/2018/18w/ttl_recommend.png");
        background-size: 100% 100%; } }
  .recommend a {
    display: block;
  }
    .recommend a:hover {
      opacity: 0.8;}
  .recommend .recommend__img {
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 310px;
    height: 155px;
    outline: none !important; }
    .recommend .recommend__img img {
      width: 100%;
      height: auto;
      outline: none !important; }

.shop {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 25px;
  position: relative; }
  .shop .shop__shadow {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3), transparent);
    height: 15px;
    margin-bottom: 25px; }
  .shop .shop__logo {
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0;
    margin: 0 auto 13px;
    background-size: 100%;
    width: 161px;
    height: 35px; }
    @media (min-width: 800px) {
      .shop .shop__logo {
        background-image: url("../img/common/shop_logo.png");
        background-size: 100% 100%; } }
    @media (max-width: 799px) {
      .shop .shop__logo {
        background-image: url("../img/common/shop_logo.png");
        background-size: 100% 100%; } }
  .shop .shop__txt {
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0;
    margin: 0 auto 30px;
    background-size: 100%;
    width: 299px;
    height: 40px; }
    @media (min-width: 800px) {
      .shop .shop__txt {
        background-image: url("../img/common/shop_txt.png");
        background-size: 100% 100%; } }
    @media (max-width: 799px) {
      .shop .shop__txt {
        background-image: url("../img/common/shop_txt.png");
        background-size: 100% 100%; } }
  .shop .shop__img {
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0;
    margin: 0 auto;
    background-size: 100%;
    width: 311px;
    height: 207px; }
    @media (min-width: 800px) {
      .shop .shop__img {
        background-image: url("../img/common/shop_img.png");
        background-size: 100% 100%; } }
    @media (max-width: 799px) {
      .shop .shop__img {
        background-image: url("../img/common/shop_img.png");
        background-size: 100% 100%; } }
  .shop .shop__bnr {
    padding: 30px 0 0;
    margin: 0 auto;
    background-size: 100%;
    height: 25px;
    width: 311px;
    text-align: center;
    position: relative; }
    .shop .shop__bnr ul {
      margin: 0 auto; }
    .shop .shop__bnr li {
      margin: 0;
      display: inline-block;
      position: relative;
      width: 30%;
      min-height: 24px;
      height: auto; }
      .shop .shop__bnr li a {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0; }
      .shop .shop__bnr li img {
        width: 100%;
        height: 100%; }
  .shop .shop__sns {
    padding: 37px 0 25px;/*padding: 25px 0*/
    margin: 0 auto;
    background-size: 100%;
    /*height: 26px;*/
    width: 311px;
    text-align: center; }



    .shop .shop__sns .shop_sns__ttl {
      background-repeat: no-repeat;
      background-position: center center;
      text-indent: -9999px;
      overflow: hidden;
      font-size: 0;
      margin: 0 auto 13px;
      background-size: 100%;
      width: 192px;
      height: 40px; }
      @media (min-width: 800px) {
        .shop .shop__sns .shop_sns__ttl {
          background-image: url("../img/common/2018/18w/ttl_folllowus.png");
          background-size: 100% 100%; } }
      @media (max-width: 799px) {
        .shop .shop__sns .shop_sns__ttl {
          background-image: url("../img/common/2018/18w/ttl_folllowus.png");
          background-size: 100% 100%; } }



    .shop .shop__sns ul {
      height: 40px;/* 20180501追加 */
      margin: 0 auto; }
    .shop .shop__sns li {
      margin: 0 2px;/*margin: 0 10px;*/
      display: inline-block;
      posiiton: relative; }
      .shop .shop__sns li a {
        posiiton: absolute;
        width: 100%;
        height: 100%; }
      .shop .shop__sns li img {
        width: 100%;
        height: 100%; }

    .shop .shop__sns .shop_sns__insta {
      width: 40px;/*width: 26px;*/
      height: 40px;/*height: 26px;*/ }
    .shop .shop__sns .shop_sns__tw {
      width: 40px;/*width: 28px;*/
      height: 40px;/*height: 20px;*/ }
    .shop .shop__sns .shop_sns__fb {
      width: 40px;/*width: 14px;*/
      height: 40px;/*height: 24px;*/ }
    .shop .shop__sns .shop_sns__line {
      width: 27px;
      height: 23px; }

html, body, .wrapper, .step1, .step2, .step3 {
  height: 100%; }

body {
  height: 100%;
  min-height: 100%;
  outline: none !important;
  word-wrap: break-word; }

.wrapper {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 auto;
  height: 100%;
  min-height: 100%;
  padding: 0;
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  @media (min-width: 800px) {
    .wrapper {
      background: url("../img/common/bg_desktop.jpg");
      background-size: cover; }
      .wrapper > div {
        max-width: 400px; } }

body > .wrapper {
  height: auto !important; }
  @media (min-width: 800px) {
    body > .wrapper {
      background-attachment: fixed; } }

@media (max-width: 799px) {
  .pc_only {
    display: none !important; } }

@media (min-width: 800px) {
  .sp_only {
    display: none !important; } }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  max-width: 400px;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("fonts/slick.eot");
  src: url("fonts/slick.eot?#iefix") format("embedded-opentype"), url("fonts/slick.woff") format("woff"), url("fonts/slick.ttf") format("truetype"), url("fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)"; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.index__overlay {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 400px;
  margin: auto; }

.index__skip-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 10px; }
  .index__skip-btn span {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.1em; }
  .index__skip-btn img {
    margin-left: 0.1em;
    width: 10px; }

.top {
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  min-height: 100%; }
  .top .shop {
    background-color: #f6bed3; }
  .top .recommend {
    background-color: #ffa9d0; }

#bodymovin {
  background-color: #e4007f;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  text-align: center;
  margin: 0 auto;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  position: absolute;
  left: 0;
  right: 0; }

.top__mv {
  background-color: #e4007f;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 35px 0;
  position: relative; }
  .top__mv .top__mv__wrapper {
    margin: 0 auto;
    padding: 10px 0 0;
    width: calc(100% - 20px); }
  .top__mv .top__mv__header {
    position: relative;
    margin: 0 auto 25px;
    height: 27px;
    width: 95%; }
    .top__mv .top__mv__header .top__mv__logo {
      position: absolute;
      left: 0;
      top: 0;
      background-repeat: no-repeat;
      background-position: center center;
      text-indent: -9999px;
      overflow: hidden;
      font-size: 0;
      background-size: 100%;
      width: 121px;
      height: 27px; }
      @media (min-width: 800px) {
        .top__mv .top__mv__header .top__mv__logo {
          background-image: url("../img/top/logo.png");
          background-size: 100% 100%; } }
      @media (max-width: 799px) {
        .top__mv .top__mv__header .top__mv__logo {
          background-image: url("../img/top/logo.png");
          background-size: 100% 100%; } }
    .top__mv .top__mv__header .top__mv__sns {
      position: absolute;
      right: 0;
      top: 0; }
      .top__mv .top__mv__header .top__mv__sns div {
        display: inline-block;
        position: relative; }
        .top__mv .top__mv__header .top__mv__sns div a {
          width: 100%;
          height: 100%;
          position: absolute; }
          .top__mv .top__mv__header .top__mv__sns div a img {
            width: 100%;
            height: 100%; }
      .top__mv .top__mv__header .top__mv__sns .top__mv__sns__line {
        width: 23px;
        height: 23px;
        margin-right: 25px; }
      .top__mv .top__mv__header .top__mv__sns .top__mv__sns__tw {
        width: 23px;
        height: 19px;
        margin-right: 25px; }
      .top__mv .top__mv__header .top__mv__sns .top__mv__sns__fb {
        width: 12px;
        height: 23px;
        margin-right: 5px; }
  .top__mv .top__mv__img {
    margin: 0 auto 23px;/*margin: 0 auto 5px;*/
    width: 100%;
    max-width: 314px;
    height: auto; }
    .top__mv .top__mv__img img {
      width: 100%;
      height: auto; }



  .top__mv .top__campaign__img {
    margin: 0 auto 5px;
    width: 100%;
    max-width: 311px;
    height: auto; }
    .top__mv .top__campaign__img a:hover {
      opacity: 0.8;
    }
    .top__mv .top__campaign__img img {
      width: 100%;
      height: auto; }



  .top__mv .top__mv__txt {
    margin: 0 auto 30px;/*margin: 0 auto 10px;*/
    width: 100%;
    max-width: 283px;
    height: auto; }
    .top__mv .top__mv__txt img {
      width: 100%;
      height: auto; }
  .top__mv .top__mv__txt2 {
    margin: 20px auto 10px;
    width: 100%;
    max-width: 283px;
    height: auto; }
    .top__mv .top__mv__txt2 img {
      width: 100%;
      height: auto; }
  .top__mv .top__mv__btn__start {
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 347px;
    height: 97px;
    outline: none !important; }
    .top__mv .top__mv__btn__start img {
      width: 100%;
      height: auto;
      outline: none !important; }
    .top__mv .top__mv__btn__start a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      outline: none !important; }
    .top__mv .top__mv__btn__start a:hover {
      filter: alpha(opacity=70);
      -moz-opacity: 0.7;
      opacity: 0.7;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }
  .top__mv .top__mv__btn__howto {
    margin: 0 auto;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0;
    background-size: 100%;
    width: 235px;
    height: 46px;
    outline: none !important; }
    @media (min-width: 800px) {
      .top__mv .top__mv__btn__howto {
        background-image: url("../img/top/btn_howto.png");
        background-size: 100% 100%; } }
    @media (max-width: 799px) {
      .top__mv .top__mv__btn__howto {
        background-image: url("../img/top/btn_howto.png");
        background-size: 100% 100%; } }
    .top__mv .top__mv__btn__howto a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-indent: -9999px;
      outline: none !important; }
    .top__mv .top__mv__btn__howto a:hover {
      filter: alpha(opacity=70);
      -moz-opacity: 0.7;
      opacity: 0.7;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

.step1 {
  background-color: #1eb5bd;
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden; }
  .step1 .step1__wrapper {
    margin: 0 auto;
    padding: 25px 0 0;
    width: calc(100% - 20px);
    position: relative; }
  .step1 .step1__header {
    position: relative;
    margin: 0 auto 15px;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0;
    background-size: 100%;
    width: 128px;
    height: 21px; }
    @media (min-width: 800px) {
      .step1 .step1__header {
        background-image: url("../img/step1/status01.png");
        background-size: 100% 100%; } }
    @media (max-width: 799px) {
      .step1 .step1__header {
        background-image: url("../img/step1/status01.png");
        background-size: 100% 100%; } }
  .step1 .step1__h2 {
    margin: 0 auto 25px;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0;
    background-size: 100%;
    width: 275px;
    height: 61px; }
    @media (min-width: 800px) {
      .step1 .step1__h2 {
        background-image: url("../img/step1/h2.png");
        background-size: 100% 100%; } }
    @media (max-width: 799px) {
      .step1 .step1__h2 {
        background-image: url("../img/step1/h2.png");
        background-size: 100% 100%; } }
  .step1 .step1__gift {
    margin: 0 auto;
    padding-bottom: 5px;
    width: 100%;
    height: auto; }
    .step1 .step1__gift img {
      width: auto;
      height: 200px;
      margin: 0 auto; }
    .step1 .step1__gift .slick-prev {
      background-repeat: no-repeat;
      background-position: center center;
      text-indent: -9999px;
      overflow: hidden;
      font-size: 0;
      background-size: 100%;
      width: 30px;
      height: 30px;
      position: absolute;
      left: 0;
      top: 110px;
      z-index: 9999; }
      @media (min-width: 800px) {
        .step1 .step1__gift .slick-prev {
          background-image: url("../img/common/arw_l.png");
          background-size: 100% 100%; } }
      @media (max-width: 799px) {
        .step1 .step1__gift .slick-prev {
          background-image: url("../img/common/arw_l.png");
          background-size: 100% 100%; } }
    .step1 .step1__gift .slick-next {
      background-repeat: no-repeat;
      background-position: center center;
      text-indent: -9999px;
      overflow: hidden;
      font-size: 0;
      background-size: 100%;
      width: 30px;
      height: 30px;
      right: 0;
      top: 110px;
      z-index: 9999; }
      @media (min-width: 800px) {
        .step1 .step1__gift .slick-next {
          background-image: url("../img/common/arw_r.png");
          background-size: 100% 100%; } }
      @media (max-width: 799px) {
        .step1 .step1__gift .slick-next {
          background-image: url("../img/common/arw_r.png");
          background-size: 100% 100%; } }
    .step1 .step1__gift .step1__season {
      display: block;
      position: absolute; }
      .step1 .step1__gift .step1__season .step1__season__vl {
        margin: 0 auto;
        background-repeat: no-repeat;
        background-position: center center;
        text-indent: -9999px;
        overflow: hidden;
        font-size: 0;
        background-size: 100%;
        width: 102px;
        height: 47px; }
        @media (min-width: 800px) {
          .step1 .step1__gift .step1__season .step1__season__vl {
            background-image: url("../img/step1/season_vl.png");
            background-size: 100% 100%; } }
        @media (max-width: 799px) {
          .step1 .step1__gift .step1__season .step1__season__vl {
            background-image: url("../img/step1/season_vl.png");
            background-size: 100% 100%; } }
    .step1 .step1__gift .single-item {
      outline: none !important; }
      .step1 .step1__gift .single-item .slick-list {
        outline: none !important; }
        .step1 .step1__gift .single-item .slick-list .slick-track {
          outline: none !important; }
          .step1 .step1__gift .single-item .slick-list .slick-track .slick-slide {
            outline: none !important; }
    .step1 .step1__gift .slide-thum {
      position: relative; }
    .step1 .step1__gift .single-nav {
      width: 100%;
      margin-top: 15px;
      overflow: visible; }
      .step1 .step1__gift .single-nav .slick-list {
        overflow: visible;
        outline: none !important; }
        .step1 .step1__gift .single-nav .slick-list .slick-track {
          outline: none !important; }
        .step1 .step1__gift .single-nav .slick-list .slick-slide {
          outline: none !important; }
        .step1 .step1__gift .single-nav .slick-list .slide-here {
          background-repeat: no-repeat;
          background-position: center center;
          text-indent: -9999px;
          overflow: hidden;
          font-size: 0;
          background-size: 100%;
          background-position: center;
          width: 107%;
          height: 107%;
          z-index: 9999;
          display: none;
          position: absolute;
          top: -2px;
          left: -2px; }
          @media (min-width: 800px) {
            .step1 .step1__gift .single-nav .slick-list .slide-here {
              background-image: url("../img/step1/thum-here.png");
              background-size: 100% 100%; } }
          @media (max-width: 799px) {
            .step1 .step1__gift .single-nav .slick-list .slide-here {
              background-image: url("../img/step1/thum-here.png");
              background-size: 100% 100%; } }
        .step1 .step1__gift .single-nav .slick-list .slick-current {
          z-index: 999; }
          .step1 .step1__gift .single-nav .slick-list .slick-current .slide-here {
            display: block; }
      .step1 .step1__gift .single-nav img {
        width: 100%;
        height: auto; }
      .step1 .step1__gift .single-nav .slick-prev, .step1 .step1__gift .single-nav .slick-next {
        display: none !important; }
    .step1 .step1__gift .slick-dots {
      bottom: -30px; }
      .step1 .step1__gift .slick-dots li button {
        background-repeat: no-repeat;
        background-position: center center;
        text-indent: -9999px;
        overflow: hidden;
        font-size: 0;
        background-size: 100%;
        width: 7px;
        height: 7px; }
        @media (min-width: 800px) {
          .step1 .step1__gift .slick-dots li button {
            background-image: url("../img/common/slider_dot.png");
            background-size: 100% 100%; } }
        @media (max-width: 799px) {
          .step1 .step1__gift .slick-dots li button {
            background-image: url("../img/common/slider_dot.png");
            background-size: 100% 100%; } }
      .step1 .step1__gift .slick-dots li.slick-active button {
        background-repeat: no-repeat;
        background-position: center center;
        text-indent: -9999px;
        overflow: hidden;
        font-size: 0;
        background-size: 100%;
        width: 7px;
        height: 7px; }
        @media (min-width: 800px) {
          .step1 .step1__gift .slick-dots li.slick-active button {
            background-image: url("../img/common/slider_dot_here.png");
            background-size: 100% 100%; } }
        @media (max-width: 799px) {
          .step1 .step1__gift .slick-dots li.slick-active button {
            background-image: url("../img/common/slider_dot_here.png");
            background-size: 100% 100%; } }
  .step1 .step1__list {
    margin: 5px auto 13px;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0;
    background-size: 100%;
    width: 60px;
    height: 11px; }
    @media (min-width: 800px) {
      .step1 .step1__list {
        background-image: url("../img/step1/gift_list.png");
        background-size: 100% 100%; } }
    @media (max-width: 799px) {
      .step1 .step1__list {
        background-image: url("../img/step1/gift_list.png");
        background-size: 100% 100%; } }
  .step1 .step1__btn__next {
    margin: 0 auto 7px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0;
    background-size: 100%;
    width: 254px;
    height: 48px; }
    @media (min-width: 800px) {
      .step1 .step1__btn__next {
        background-image: url("../img/step1/btn_next.png");
        background-size: 100% 100%; } }
    @media (max-width: 799px) {
      .step1 .step1__btn__next {
        background-image: url("../img/step1/btn_next.png");
        background-size: 100% 100%; } }
    .step1 .step1__btn__next a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-indent: -9999px; }
    .step1 .step1__btn__next a:hover {
      filter: alpha(opacity=70);
      -moz-opacity: 0.7;
      opacity: 0.7;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }
  .step1 .step1__txt {
    margin: 0 auto;
    font-size: 10px;
    color: #FFF;
    text-align: center; }
  .step1 .step1__form {
    width: 85%;
    margin: 0 auto;
    position: relative; }
    .step1 .step1__form input, .step1 .step1__form textarea {
      width: calc(100% - 24px);
      border-radius: 10px;
      border: 2px solid #c9c9c9;
      padding: 10px;
      font-size: 12px;
      color: #362e2b;
      margin-bottom: 12px;
      outline: none !important;
      -webkit-appearance: none; }
    .step1 .step1__form input::-webkit-input-placeholder, .step1 .step1__form textarea::-webkit-input-placeholder {
      color: #959595; }
    .step1 .step1__form input:-ms-input-placeholder, .step1 .step1__form textarea:-ms-input-placeholder {
      color: #959595; }
    .step1 .step1__form input::-moz-placeholder, .step1 .step1__form textarea::-moz-placeholder {
      color: #959595; }
    .step1 .step1__form .slick-active {
      position: relative; }
    .step1 .step1__form textarea.ticket__name {
      font-size: 17px;
      height: 55px;
      padding: 25px 20px 4px;
      margin-top: 10px;
      width: calc(100% - 44px); }
    .step1 .step1__form .ticket__name__txt {
      display: inline-block;
      position: absolute;
      top: 260px;
      right: 20px;
      background-repeat: no-repeat;
      background-position: center center;
      text-indent: -9999px;
      overflow: hidden;
      font-size: 0;
      width: 21px;
      height: 21px; }
      @media (min-width: 800px) {
        .step1 .step1__form .ticket__name__txt {
          background-image: url("../img/step2/ticket_txt.png");
          background-size: 100% 100%; } }
      @media (max-width: 799px) {
        .step1 .step1__form .ticket__name__txt {
          background-image: url("../img/step2/ticket_txt.png");
          background-size: 100% 100%; } }
    .step1 .step1__form .ticket__name__txt2 {
      display: inline-block;
      position: absolute;
      top: 216px;
      left: 10px;
      color: #959595;
      font-size: 12px; }
    .step1 .step1__form .step1__arrange {
      margin-top: -7px;
      font-size: 12px;
      color: #FFF; }
      .step1 .step1__form .step1__arrange p {
        font-size: 12px;
        display: inline; }
      .step1 .step1__form .step1__arrange span {
        display: inline-block;
        font-size: 9px;
        background-color: rgba(72, 72, 72, 0.2);
        border-radius: 20px;
        padding: 2px 10px;
        margin-right: 5px; }
    .step1 .step1__form .step1__nickname {
      margin: 30px auto 10px;
      font-size: 14px;
      color: #FFF; }
      .step1 .step1__form .step1__nickname span {
        font-size: 12px;
        display: inline; }
    .step1 .step1__form .step1__to_from {
      margin: 0 auto 10px;
      font-size: 12px;
      color: #FFF; }
    .step1 .step1__form textarea.message {
      height: 50px;
      margin-bottom: 0; }
  .step1 .step1__btn__block {
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: center; }
  .step1 .step1__btn__finish {
    margin: 0 auto;
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0;
    background-size: 100%;
    width: 199px;
    height: 48px; }
    @media (min-width: 800px) {
      .step1 .step1__btn__finish {
        background-image: url("../img/step2/btn_finish.png");
        background-size: 100% 100%; } }
    @media (max-width: 799px) {
      .step1 .step1__btn__finish {
        background-image: url("../img/step2/btn_finish.png");
        background-size: 100% 100%; } }
    .step1 .step1__btn__finish a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-indent: -9999px; }
    .step1 .step1__btn__finish a:hover {
      filter: alpha(opacity=70);
      -moz-opacity: 0.7;
      opacity: 0.7;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }
  .step1 .step1__btn__disable {
    margin: 0 auto;
    position: relative;
    display: none;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0;
    background-size: 100%;
    width: 199px;
    height: 48px; }
    @media (min-width: 800px) {
      .step1 .step1__btn__disable {
        background-image: url("../img/step2/btn_disable.png");
        background-size: 100% 100%; } }
    @media (max-width: 799px) {
      .step1 .step1__btn__disable {
        background-image: url("../img/step2/btn_disable.png");
        background-size: 100% 100%; } }

.gift01 {
  background-color: #1eb5bd; }

.gift02 {
  background-color: #8dc353; }

.gift03 {
  background-color: #7865c7; }

.gift04 {
  background-color: #ea6194; }

.gift05 {
  background-color: #f29628; }

.gift06 {
  background-color: #2c90c9; }

.gift07 {
  background-color: #eeab55; }

.gift08 {
  background-color: #6f94cd; }

.gift09 {
  background-color: #46b2e6; }

.gift10 {
  background-color: #f09199; }

.gift11 {
  background-color: #e1d92b; }

.gift12 {
  background-color: #6eb663; }

.gift13 {
  background-color: #f3c64e; }

.gift14 {
  background-color: #c56ba7; }

/*更新箇所*/
.gift15 {
  background-color: #ffd700; }

.gift16 {
  background-color: #45cc82; }

.gift17 {
  background-color: #ffd500; }

.gift18 {
  background-color: #e95464; }

.gift19 {
  background-color: #d8e698; }


@media screen and (max-width: 800px) {
  .step1 .step1__form input::-webkit-input-placeholder, .step1 .step1__form textarea::-webkit-input-placeholder {
    padding-top: 0.1em;
    line-height: 1.2em; }
  .step1 .step1__form .ticket__name__txt2 {
    font-size: 3vw; } }

.step3 {
  background-color: #ff96c6;
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  height: auto;
  position: absolute;
  left: 0;
  right: 0; }
  .step3 .step3__wrapper {
    margin: 0 auto;
    padding: 30px 0 0;
    position: relative; }
  .step3 .step3__gift__block {
    z-index: 999;
    display: block;
    position: relative; }
  .step3 .hero__confetti {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    z-index: 0; }
  .step3 .step3__h2 {
    margin: 0 auto 25px;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0;
    background-size: 100%;
    width: 275px;
    height: 61px;
    z-index: 999; }
    @media (min-width: 800px) {
      .step3 .step3__h2 {
        background-image: url("../img/step3/h2.png");
        background-size: 100% 100%; } }
    @media (max-width: 799px) {
      .step3 .step3__h2 {
        background-image: url("../img/step3/h2.png");
        background-size: 100% 100%; } }
  .step3 .step3__h2__share {
    margin: 0 auto 25px;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0;
    background-size: 100%;
    width: 179px;
    height: 57px;
    z-index: 999; }
    @media (min-width: 800px) {
      .step3 .step3__h2__share {
        background-image: url("../img/step3/h2_share.png");
        background-size: 100% 100%; } }
    @media (max-width: 799px) {
      .step3 .step3__h2__share {
        background-image: url("../img/step3/h2_share.png");
        background-size: 100% 100%; } }
  .step3 .step3__gift {
    margin: 0 auto 20px;
    width: 310px;
    height: 310px;
    z-index: 999;
    position: relative;
    background-color: #FFF;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); }
    .step3 .step3__gift .step3__gift__gif {
      position: absolute;
      width: 190px;
      height: 190px;
      left: 0;
      right: 0;
      top: 10px;
      margin: 0 auto; }
      .step3 .step3__gift .step3__gift__gif img {
        width: 100%;
        height: 100%; }
    .step3 .step3__gift canvas {
      width: 100%; }
  .step3 .step3__message {
    margin: 0 auto 15px;
    padding: 10px 15px;
    width: 280px;
    background-color: #bbe9eb;
    border: 2px solid #1eb5bd;
    border-radius: 10px;
    z-index: 999; }
    .step3 .step3__message .step3__message__ttl {
      margin: 0 auto 5px;
      background-repeat: no-repeat;
      background-position: center center;
      text-indent: -9999px;
      overflow: hidden;
      font-size: 0;
      background-size: 100%;
      width: 64px;
      height: 12px; }
      @media (min-width: 800px) {
        .step3 .step3__message .step3__message__ttl {
          background-image: url("../img/step3/txt_message.png");
          background-size: 100% 100%; } }
      @media (max-width: 799px) {
        .step3 .step3__message .step3__message__ttl {
          background-image: url("../img/step3/txt_message.png");
          background-size: 100% 100%; } }
    .step3 .step3__message .step3__message__txt {
      font-size: 15px;
      text-align: center;
      font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO"; }
  .step3 .step3__btn__block {
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: center;
    z-index: 999; }
  .step3 .step3__btn__share__line {
    margin: 0 auto 10px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0;
    background-size: 100%;
    width: 236px;
    height: 54px;
    display: none; }
    @media (min-width: 800px) {
      .step3 .step3__btn__share__line {
        background-image: url("../img/step3/2018/18w/btn_share_line.png");
        background-size: 100% 100%; } }
    @media (max-width: 799px) {
      .step3 .step3__btn__share__line {
        background-image: url("../img/step3/2018/18w/btn_share_line.png");
        background-size: 100% 100%; } }
  .step3 .step3__btn__share__fb {
    margin: 0 auto 10px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0;
    background-size: 100%;
    width: 236px;
    height: 54px; }
    @media (min-width: 800px) {
      .step3 .step3__btn__share__fb {
        background-image: url("../img/step3/2018/18w/btn_share_fb.png");
        background-size: 100% 100%; } }
    @media (max-width: 799px) {
      .step3 .step3__btn__share__fb {
        background-image: url("../img/step3/2018/18w/btn_share_fb.png");
        background-size: 100% 100%; } }

  .step3 .step3__btn__share__tw {
    margin: 0 auto 10px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0;
    background-size: 100%;
    width: 236px;
    height: 54px; }
    @media (min-width: 800px) {
      .step3 .step3__btn__share__tw {
        background-image: url("../img/step3/btn_share_tw.png");
        background-size: 100% 100%; } }
    @media (max-width: 799px) {
      .step3 .step3__btn__share__tw {
        background-image: url("../img/step3/btn_share_tw.png");
        background-size: 100% 100%; } }

/*
  .step3 .step3__btn__share__tw {
    margin: 0 auto 10px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0;
    background-size: 100%;
    width: 236px;
    height: 66px; }
    @media (min-width: 800px) {
      .step3 .step3__btn__share__tw {
        background-image: url("../img/step3/2018/18w/btn_share_tw.png");
        background-size: 100% 100%; } }
    @media (max-width: 799px) {
      .step3 .step3__btn__share__tw {
        background-image: url("../img/step3/2018/18w/btn_share_tw.png");
        background-size: 100% 100%; } }
*/
  .step3 .step3__btn__share__tw__txt a:hover {
      opacity: 0.8;}
  .step3 .step3__btn__share__tw__txt {
    margin: 0 auto 20px;
    position: relative;
    width: 100%;
    max-width: 250px;
    height: 65px;
    outline: none !important; }
    .step3 .step3__btn__share__tw__txt img {
      width: 100%;
      height: auto;
      outline: none !important; }

  .step3 .step3__btn__download {
    margin: 0 auto 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0;
    background-size: 100%;
    width: 236px;
    height: 55px; }
    @media (min-width: 800px) {
      .step3 .step3__btn__download {
        background-image: url("../img/step3/btn_download.png");
        background-size: 100% 100%; } }
    @media (max-width: 799px) {
      .step3 .step3__btn__download {
        background-image: url("../img/step3/btn_download.png");
        background-size: 100% 100%; } }
  .step3 .step3__btn__start {
    margin: 0 auto 15px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0;
    background-size: 100%;
    width: 236px;
    height: 54px; }
    @media (min-width: 800px) {
      .step3 .step3__btn__start {
        background-image: url("../img/step3/btn_new_create.png");
        background-size: 100% 100%; } }
    @media (max-width: 799px) {
      .step3 .step3__btn__start {
        background-image: url("../img/step3/btn_new_create.png");
        background-size: 100% 100%; } }
  .step3 .step3__btn__backtotop {
    margin: 0 auto;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0;
    background-size: 100%;
    width: 84px;
    height: 86px; }
    @media (min-width: 800px) {
      .step3 .step3__btn__backtotop {
        background-image: url("../img/step3/btn_backtotop.png");
        background-size: 100% 100%; } }
    @media (max-width: 799px) {
      .step3 .step3__btn__backtotop {
        background-image: url("../img/step3/btn_backtotop.png");
        background-size: 100% 100%; } }
  .step3 .step3__btn__share__line a, .step3 .step3__btn__share__fb a, .step3 .step3__btn__share__tw a, .step3 .step3__btn__download a, .step3 .step3__btn__start a, .step3 .step3__btn__backtotop a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px; }
  .step3 .step3__btn__share__line a:hover, .step3 .step3__btn__share__fb a:hover, .step3 .step3__btn__share__tw a:hover, .step3 .step3__btn__download a:hover, .step3 .step3__btn__start a:hover, .step3 .step3__btn__backtotop a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }
  .step3 .step3__start__txt {
    margin: 30px auto;
    font-size: 17px;
    color: #FFF;
    width: 242px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0;
    background-size: 100%; }
    @media (min-width: 800px) {
      .step3 .step3__start__txt {
        background-image: url("../img/step3/txt_share_new.png");
        background-size: 100% 100%; } }
    @media (max-width: 799px) {
      .step3 .step3__start__txt {
        background-image: url("../img/step3/txt_share_new.png");
        background-size: 100% 100%; } }
  .step3 .step3__share__caption, .step3 .step3__share__caption--fb, .step3 .step3__share__caption--dl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    margin: 0 auto 15px;
    width: 252px;
    font-size: 12px; }
    .step3 .step3__share__caption img, .step3 .step3__share__caption--fb img, .step3 .step3__share__caption--dl img {
      margin-right: 0.5em; }
    .step3 .step3__share__caption span, .step3 .step3__share__caption--fb span, .step3 .step3__share__caption--dl span {
      text-align: left;
      white-space: nowrap; }
  .step3 .step3__share__caption--fb {
    color: #315096; }
    .step3 .step3__share__caption--fb img {
      width: 30px; }
  .step3 .step3__share__caption--dl {
    color: #fff;
    margin: 0 auto 30px; }
  .step3 .step3__modal {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .step3 .step3__modal-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .step3 .step3__modal-close {
    position: absolute;
    top: 20px;
    height: 20px;
    color: #fff;
    font-weight: bold;
    right: 0px;
    top: -40px; }
    .step3 .step3__modal-close img {
      width: 1.5em; }
  .step3 .step3__modal-content {
    position: relative; }
    @media (max-width: 799px) {
      .step3 .step3__modal-content {
        width: 75%; } }
    @media (min-width: 800px) {
      .step3 .step3__modal-content {
        width: 25%; } }
  .step3 .step3__modal-image {
    width: 100%; }
  .step3 .shop {
    background-color: #f6bed3; }
  .step3 .recommend {
    background-color: #ffa9d0; }
  .step3.app-page.gift01.balloon .step3__gift__gif {
    left: -9px; }
  .step3.app-page.gift03.balloon .step3__gift__gif {
    left: -38px; }
  .step3.app-page.gift06.balloon .step3__gift__gif {
    left: -50px; }
  .step3.app-page.gift07.balloon .step3__gift__gif {
    left: -50px; }
  .step3.app-page.gift08.balloon .step3__gift__gif {
    left: -10px;
    top: 0; }
  .step3.app-page.gift10.balloon .step3__gift__gif {
    left: -20px; }
  .step3.app-page.gift09.balloon .step3__gift__gif {
    left: -10px; }
  .step3.app-page.gift11.balloon .step3__gift__gif {
    left: -10px; }
  .step3.app-page.gift12.balloon .step3__gift__gif {
    top: 15px; }
  .step3.app-page.gift13.balloon .step3__gift__gif {
    top: 10px; }
  .step3.app-page.gift14.balloon .step3__gift__gif {
    top: 10px; }
/* 更新箇所 */
  .step3.app-page.gift15.balloon .step3__gift__gif {
    top: 15px; right: 30px; }
  /*
  .step3.app-page.gift16.balloon .step3__gift__gif {
    top: 15px; right: 45px }*/



  .step3.app-page.gift01 .step3__message {
    background-color: #a5e1e5;
    border-color: #1eb5bd; }
    .step3.app-page.gift01 .step3__message .step3__message__ttl {
      background-image: url(../img/step3/txt_message01.png); }
  .step3.app-page.gift02 .step3__message {
    background-color: #d1e7ba;
    border-color: #8dc353; }
    .step3.app-page.gift02 .step3__message .step3__message__ttl {
      background-image: url(../img/step3/txt_message02.png); }
  .step3.app-page.gift03 .step3__message {
    background-color: #c9c1e9;
    border-color: #7865c7; }
    .step3.app-page.gift03 .step3__message .step3__message__ttl {
      background-image: url(../img/step3/txt_message03.png); }
  .step3.app-page.gift04 .step3__message {
    background-color: #f7c0d4;
    border-color: #ea6194; }
    .step3.app-page.gift04 .step3__message .step3__message__ttl {
      background-image: url(../img/step3/txt_message04.png); }
  .step3.app-page.gift05 .step3__message {
    background-color: #fad5a9;
    border-color: #f29628; }
    .step3.app-page.gift05 .step3__message .step3__message__ttl {
      background-image: url(../img/step3/txt_message05.png); }
  .step3.app-page.gift06 .step3__message {
    background-color: #abd3e9;
    border-color: #2c90c9; }
    .step3.app-page.gift06 .step3__message .step3__message__ttl {
      background-image: url(../img/step3/txt_message06.png); }
  .step3.app-page.gift07 .step3__message {
    background-color: #f8ddbb;
    border-color: #eeab55; }
    .step3.app-page.gift07 .step3__message .step3__message__ttl {
      background-image: url(../img/step3/txt_message07.png); }
  .step3.app-page.gift08 .step3__message {
    background-color: #c5d4eb;
    border-color: #6f94cd; }
    .step3.app-page.gift08 .step3__message .step3__message__ttl {
      background-image: url(../img/step3/txt_message08.png); }
  .step3.app-page.gift09 .step3__message {
    background-color: #b5e0f5;
    border-color: #46b2e6; }
    .step3.app-page.gift09 .step3__message .step3__message__ttl {
      background-image: url(../img/step3/txt_message09.png); }
  .step3.app-page.gift10 .step3__message {
    background-color: #f9d3d6;
    border-color: #f09199; }
    .step3.app-page.gift10 .step3__message .step3__message__ttl {
      background-image: url(../img/step3/txt_message10.png); }
  .step3.app-page.gift11 .step3__message {
    background-color: #eff3ca;
    border-color: #e1d92b; }
    .step3.app-page.gift11 .step3__message .step3__message__ttl {
      background-image: url(../img/step3/txt_message11.png); }
  .step3.app-page.gift12 .step3__message {
    background-color: #c5e2c1;
    border-color: #6eb663; }
    .step3.app-page.gift12 .step3__message .step3__message__ttl {
      background-image: url(../img/step3/txt_message12.png); }
  .step3.app-page.gift13 .step3__message {
    background-color: #fae8b8;
    border-color: #f3c64e; }
    .step3.app-page.gift13 .step3__message .step3__message__ttl {
      background-image: url(../img/step3/txt_message13.png); }
  .step3.app-page.gift14 .step3__message {
    background-color: #e8c4dc;
    border-color: #c56ba7; }
    .step3.app-page.gift14 .step3__message .step3__message__ttl {
      background-image: url(../img/step3/txt_message14.png); }
/* 更新箇所 */
  .step3.app-page.gift15 .step3__message {
    background-color: #fff;
    border-color: #ffd700; }
    .step3.app-page.gift15 .step3__message .step3__message__ttl {
      background-image: url(../img/step3/txt_message15.png?20190206); }
  .step3.app-page.gift16 .step3__message {
    background-color: #fff;
    border-color: #45cc82; }
    .step3.app-page.gift16 .step3__message .step3__message__ttl {
      background-image: url(../img/step3/txt_message16.png?201906201938); }
  .step3.app-page.gift17 .step3__message {
    background-color: #fff;
    border-color: #ffd500; }
    .step3.app-page.gift17 .step3__message .step3__message__ttl {
      background-image: url(../img/step3/txt_message17.png?201906201938); }
  .step3.app-page.gift18 .step3__message {
    background-color: #fff;
    border-color: #e95464; }
    .step3.app-page.gift18 .step3__message .step3__message__ttl {
      background-image: url(../img/step3/txt_message18.png); }
  .step3.app-page.gift19 .step3__message {
    background-color: #fff;
    border-color: #d8e698; }
    .step3.app-page.gift19 .step3__message .step3__message__ttl {
      background-image: url(../img/step3/txt_message19.png?202002121200); }



@media screen and (max-width: 799px) {
  .step3 .step3__btn__share__line {
    display: block; } }


.campaign {
  background-color: #ff96c6;
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  height: auto;
  position: absolute;
  left: 0;
  right: 0; }
  .campaign .campaign__shadow {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3), transparent);
    height: 15px;
    margin-bottom: 25px; }
  .campaign .campaign__main {
    background-color: #e4007f;
    margin: 0 auto;
    padding: 30px 0 20px;
    position: relative; }
    .campaign .campaign__main .campaign__main__logo {
      margin: 0 auto 16px;
      position: relative;
      background-repeat: no-repeat;
      background-position: center center;
      text-indent: -9999px;
      overflow: hidden;
      font-size: 0;
      background-size: 100%;
      width: 41px;
      height: 47.5px; }
      @media (min-width: 800px) {
        .campaign .campaign__main .campaign__main__logo {
          background-image: url("../img/campaign/logo.png");
          background-size: 100% 100%; } }
      @media (max-width: 799px) {
        .campaign .campaign__main .campaign__main__logo {
          background-image: url("../img/campaign/logo.png");
          background-size: 100% 100%; } }
    .campaign .campaign__main .campaign__main__ttl {
      margin: 0 auto 16px;
      position: relative;
      background-repeat: no-repeat;
      background-position: center center;
      text-indent: -9999px;
      overflow: hidden;
      font-size: 0;
      background-size: 100%;
      width: 315px;
      height: 69px; }
      @media (min-width: 800px) {
        .campaign .campaign__main .campaign__main__ttl {
          background-image: url("../img/campaign/campaign_main_ttl.png");
          background-size: 100% 100%; } }
      @media (max-width: 799px) {
        .campaign .campaign__main .campaign__main__ttl {
          background-image: url("../img/campaign/campaign_main_ttl.png");
          background-size: 100% 100%; } }
    .campaign .campaign__main .campaign__main__txt {
      margin: 0 auto 18px;
      position: relative;
      background-repeat: no-repeat;
      background-position: center center;
      text-indent: -9999px;
      overflow: hidden;
      font-size: 0;
      background-size: 100%;
      width: 320px;/*325px*/
      height: 68px;/*68px*/ }
      @media (min-width: 800px) {
        .campaign .campaign__main .campaign__main__txt {
          background-image: url("../img/campaign/campaign_main_txt.png");
          background-size: 100% 100%; } }
      @media (max-width: 799px) {
        .campaign .campaign__main .campaign__main__txt {
          background-image: url("../img/campaign/campaign_main_txt.png");
          background-size: 100% 100%; } }
    .campaign .campaign__main .campaign__main__img {
      margin: 0 auto 15px;
      position: relative;
      width: 100%;
      max-width: 270px;
      height: auto;
      outline: none !important; }
    .campaign .campaign__main .campaign__main__img img {
        width: 100%;
        height: auto;
        outline: none !important; }
    .campaign .campaign__main .btn__youtube {
      margin: 0 auto;
      position: relative;
      width: 100%;
      max-width: 247px;
      height: auto;
      outline: none !important; }
    .campaign .campaign__main .btn__youtube a:hover {
      opacity: 0.8;
    }
    .campaign .campaign__main .btn__youtube img {
        width: 100%;
        height: auto;
        outline: none !important; }
  .campaign .campaign__method {
    background-color: #ff96c6;
    margin: 0 auto;
    padding: 0 0 30px;
    position: relative; }
    .campaign .campaign__method .campaign__method__ttl {
      margin: 0 auto 8px;
      position: relative;
      background-repeat: no-repeat;
      background-position: center center;
      text-indent: -9999px;
      overflow: hidden;
      font-size: 0;
      background-size: 100%;
      width: 276px;
      height: 81px; }
      @media (min-width: 800px) {
        .campaign .campaign__method .campaign__method__ttl {
          background-image: url("../img/campaign/campaign_method_ttl.png");
          background-size: 100% 100%; } }
      @media (max-width: 799px) {
        .campaign .campaign__method .campaign__method__ttl {
          background-image: url("../img/campaign/campaign_method_ttl.png");
          background-size: 100% 100%; } }
    .campaign .campaign__method .btn__twitter {
      margin: 0 auto 8px;
      position: relative;
      width: 100%;
      max-width: 234px;
      height: auto;
      outline: none !important; }
    .campaign .campaign__method .btn__twitter a:hover {
      opacity: 0.8;
    }
    .campaign .campaign__method .btn__twitter img {
        width: 100%;
        height: auto;
        outline: none !important; }
    .campaign .campaign__method .campaign__method__txt01 {
      margin: 0 auto 19px;
      position: relative;
      background-repeat: no-repeat;
      background-position: center center;
      text-indent: -9999px;
      overflow: hidden;
      font-size: 0;
      background-size: 100%;
      width: 320px;/*330px*/
      height: 12px; /*13px*/}
      @media (min-width: 800px) {
        .campaign .campaign__method .campaign__method__txt01 {
          background-image: url("../img/campaign/campaign_method_txt01.png");
          background-size: 100% 100%; } }
      @media (max-width: 799px) {
        .campaign .campaign__method .campaign__method__txt01 {
          background-image: url("../img/campaign/campaign_method_txt01.png");
          background-size: 100% 100%; } }
    .campaign .campaign__method .campaign__method__arrow {
      margin: 0 auto;
      position: relative;
      background-repeat: no-repeat;
      background-position: center center;
      text-indent: -9999px;
      overflow: hidden;
      font-size: 0;
      background-size: 100%;
      width: 32px;
      height: 16.5px; }
      @media (min-width: 800px) {
        .campaign .campaign__method .campaign__method__arrow {
          background-image: url("../img/campaign/arrow.png");
          background-size: 100% 100%; } }
      @media (max-width: 799px) {
        .campaign .campaign__method .campaign__method__arrow {
          background-image: url("../img/campaign/arrow.png");
          background-size: 100% 100%; } }
    .campaign .campaign__method .campaign__method__pic01 {
      margin: 0 auto 6px;
      position: relative;
      background-repeat: no-repeat;
      background-position: center center;
      text-indent: -9999px;
      overflow: hidden;
      font-size: 0;
      background-size: 100%;
      width: 280px;
      height: 137px;
      display: block; }
      @media (min-width: 800px) {
        .campaign .campaign__method .campaign__method__pic01 {
          background-image: url("../img/campaign/campaign_method_pic01.png");
          background-size: 100% 100%; } }
      @media (max-width: 799px) {
        .campaign .campaign__method .campaign__method__pic01 {
          background-image: url("../img/campaign/campaign_method_pic01.png");
          background-size: 100% 100%; } }
    .campaign .campaign__method .campaign__method__pic02 {
      margin: 0 auto 30px;
      position: relative;
      background-repeat: no-repeat;
      background-position: center center;
      text-indent: -9999px;
      overflow: hidden;
      font-size: 0;
      background-size: 100%;
      width: 320px;/*325px*/
      height: 165px;/*168px*/ }
      @media (min-width: 800px) {
        .campaign .campaign__method .campaign__method__pic02 {
          background-image: url("../img/campaign/campaign_method_pic02.png");
          background-size: 100% 100%; } }
      @media (max-width: 799px) {
        .campaign .campaign__method .campaign__method__pic02 {
          background-image: url("../img/campaign/campaign_method_pic02.png");
          background-size: 100% 100%; } }
    .campaign .campaign__method .campaign__method__txt02 {
      margin: 0 auto;
      position: relative;
      background-repeat: no-repeat;
      background-position: center center;
      text-indent: -9999px;
      overflow: hidden;
      font-size: 0;
      background-size: 100%;
      width: 305px;
      height: 147px; }
      @media (min-width: 800px) {
        .campaign .campaign__method .campaign__method__txt02 {
          background-image: url("../img/campaign/campaign_method_txt02.png");
          background-size: 100% 100%; } }
      @media (max-width: 799px) {
        .campaign .campaign__method .campaign__method__txt02 {
          background-image: url("../img/campaign/campaign_method_txt02.png");
          background-size: 100% 100%; } }
  .campaign .campaign__contract {
    background-color: #fff;
    margin: 0 auto;
    padding: 0 0 30px;
    position: relative; }
    .campaign .campaign__contract .campaign__contract__ttl {
      margin: 0 auto 17px;
      position: relative;
      background-repeat: no-repeat;
      background-position: center center;
      text-indent: -9999px;
      overflow: hidden;
      font-size: 0;
      background-size: 100%;
      width: 103px;
      height: 23px; }
      @media (min-width: 800px) {
        .campaign .campaign__contract .campaign__contract__ttl {
          background-image: url("../img/campaign/campaign_contract_ttl.png");
          background-size: 100% 100%; } }
      @media (max-width: 799px) {
        .campaign .campaign__contract .campaign__contract__ttl {
          background-image: url("../img/campaign/campaign_contract_ttl.png");
          background-size: 100% 100%; } }
    .campaign .campaign__contract .campaign__contract__txt {
      font-size: 11px;
      color: #333;
      margin-bottom: 20px;
      padding: 0 30px;}
      .campaign .campaign__contract .campaign__contract__txt .under_m18 {
        margin-bottom: 18px;}
      .campaign .campaign__contract .campaign__contract__txt .txt_strong {
        font-weight: bold;}
    .campaign .campaign__contract .campaign__btn__backtotop {
      margin: 0 auto;
      position: relative;
      background-repeat: no-repeat;
      background-position: center center;
      text-indent: -9999px;
      overflow: hidden;
      font-size: 0;
      background-size: 100%;
      width: 84px;
      height: 86px; }
      @media (min-width: 800px) {
        .campaign .campaign__contract .campaign__btn__backtotop {
          background-image: url("../img/campaign/btn_backtop.png");
          background-size: 100% 100%; } }
      @media (max-width: 799px) {
        .campaign .campaign__contract .campaign__btn__backtotop {
          background-image: url("../img/campaign/btn_backtop.png");
          background-size: 100% 100%; } }
    .campaign .campaign__contract .campaign__btn__backtotop a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-indent: -9999px; }
    .campaign .campaign__contract .campaign__btn__backtotop a:hover {
      filter: alpha(opacity=70);
      -moz-opacity: 0.7;
      opacity: 0.7;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }