@media only screen and (min-width: 769px) {}
body {
}
.share-area{
    padding: 0 3%;
    }
.share-area-inner{
    padding: 100px 30px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.6rem;
    background: #00146e;
}
.theme-tit-area{
  margin-top:10px;
}
.theme-tit {
  background: linear-gradient(transparent 50%, #FDFF00 50%);
  color:#49B0F2;
  font-weight:bold;
}

@-webkit-keyframes fadeInSlide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInSlide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.sp {
  display: none;
}
.pc {
  display: inline-block;
}
.sp-block {
  display: none;
}
.pc-block {
  display: block;
}
@media only screen and (max-width: 640px) {
  .sp {
    display: inline-block;
  }
  .pc {
    display: none;
  }
  .sp-block {
    display: block;
  }
  .pc-block {
    display: none;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#header{
  height: 100px;
}
.main-header {
  padding: 12px 5% 0;
}
.main-header .header-wrap {
    position: relative;
	z-index: 100;
  }
@media only screen and (min-width: 769px) {
  .main-header .header-wrap {
    height: 80px;
  }
}


@media only screen and (min-width: 1280px) {
  .main-visual-wrap .main-visual-body .sp {
    display: none;
  }
}
.main-visual-wrap .main-visual-body .pc.item-01  {
      display: none;
      padding: 70px 65px 0 75px;
      text-align: right;
}
.main-visual-wrap .main-visual-body .pc.item-02  {
      display: none;
      padding: 0 5.40% 190px 55.58%;
      text-align: center;
}

@media only screen and (min-width: 1280px) {
  .main-visual-wrap .main-visual-body .pc.item-01,.main-visual-wrap .main-visual-body .pc.item-02,.main-visual-wrap .main-visual-body .pc.item-03 {
    display: block;
  }
}
.main-visual-wrap .main-visual-body .pc.item-01 img {
        max-width: 561px;
        margin: auto;
}
.main-visual-wrap .main-visual-body .pc.item-02 img {
        max-width: 386px;
        margin: auto;
}

.main-visual-wrap .main-visual-body img {
      width: 100%;
      height: auto;
}


.content-wrap {
  padding: 0 3%;
  margin: 50px auto 0;
}
@media only screen and (min-width: 769px) {
  .content-wrap {
    max-width: 1280px;
    padding: 0 40px;
  }
}

.content-wrap .title-line {
    position: relative;
    color: #29adde;
    text-align: center;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.3;
    margin-bottom: 1.2em;
}
.content-wrap .title-line span {
      font-weight: bold;
      background: #fff;
      padding: 0 25px;
      position: relative;
      z-index: 1;
      display: inline-block;
  font-weight: normal;
    }
.content-wrap .title-line:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background-image: url(/travel/instagram/campaign/images/220420/title_line_2.png);
  background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.content-wrap .long.title-line:after {
  background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.content-wrap .title.title-line {
    position: relative;
    color: #007fb3;
    text-align: center;
    font-size: 26px;
    font-size: 2.6rem;
  font-weight: normal;
    line-height: 1.3;
    margin-bottom: 1.2em;
}
.content-wrap .long.title.title-line {
    color: #00146e;
}

.content-wrap .title.title-line > span >span.pnk {color: #ed2f4f;}
.content-wrap .title.title-line > span >span.pnk > span {font-size: 36px;}

.content-wrap .title.title-line span > span {padding: 0;}

.ft_b {font-weight: bold !important;}


.section-date .date {
    margin: 2em auto;
    padding: 0 8%;
	color:#cc0000;
	font-weight:bold;
	border:1px solid #cc0000;
	font-size:1.4375rem ;
	padding:20px 5px;
	text-align:center;
  }
.section-date .text {
    text-align: center;
    /*font-size: 14px;
    font-size: 1.6875rem;*/
	font-size:1.4375rem ;
    line-height: 2;
}
@media only screen and (min-width: 769px) {
  .section-date .date {
    max-width: 900px;
	  font-size:2.9375rem;
  }
	.section-date .text {
		font-size: 2.9375rem;
	}
	.content-wrap .title-line {
    font-size: 2.1875rem;
}
}

.hashtag-items .hashtag-item {
      text-align: center;
      padding: 0.3em;
	font-size: 1.6875rem;
    }
.hashtag-items .hashtag {
      background: #007fb3;
      padding: 3px 5px;
      color: #fff;
	font-size: 2.9375rem;
    }
.hashtag-items.step {
	text-align: center;
	margin: 15px auto;
}
.hashtag-items.step li {
	display: inline-block;
  margin: 0 5px;
}
.hashtag-items.step .hashtag {
      background: #007fb3;
      padding: 3px 5px;
      color: #fff;
	font-size: inherit;
    }
@media screen and (max-width:768px) {
  .content-wrap .title.title-line {
    font-size: 20px;
  }
  .content-wrap .long.title-line:after {
	background-image: url(/travel/instagram/campaign/images/220420/title_line_2.png);
  background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
	.hashtag-items.step li {
	display: block;
}
	.hashtag-items.step .hashtag {
		display: inline-block;
		margin: 5px;
	}
}
.section-step .step-item {
    padding: 0.5em 3% 0;
  }
.section-step .step-item + .step-item {
      margin-top: 1em;
    }
.section-step .step-item.bottom-arr + .bottom-arr {
        margin-top: 2em;
}
.section-step .step-item.bottom-arr:after {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
	border-bottom: none;
  background:url(/travel/instagram/campaign/images/200806/step_footer.gif) no-repeat;
	background-position: top center;
	background-size: 100% auto;
}
.section-step .step-item.bottom-arr .step-inner {
        border: solid 1px #7e7e7e;
	border-bottom: none;
        padding: 20px;
}
.step-inner .sample_img {
	margin: 20px auto;
	text-align: center;
}
.section-step .step-item .step-title .step {
        width: 25%;
        max-width: 100px;
        margin: -20px auto 0;
        position: relative;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
      }
.section-step .step-item .step-title .title {
        font-size: 26px;
        font-size: 2.6rem;
        text-align: center;
        margin-bottom: 0.6em;
      }
.section-step .step-item .step-title .title span {
          font-weight: bold;
        }
.section-step .step-item .step-last-title {
      font-size: 26px;
      font-size: 2.6rem;
      text-align: center;
      margin-bottom: 0.6em;
}
.section-step .step-item .step-last-title span {
        font-weight: bold;
      }
.section-step .step-item .text {
      text-align: center;
}
.section-step .step-item .banner-items {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 1em -5px 0;
}
.section-step .step-item .banner-items .banner-item {
        margin: 0 5px;
	/* background: #00b7ff; */
      }
.section-step .step-item .banner-items .banner-item img:hover {
          opacity: .8;
	transition: .2s;
        }
.section-outline .outline-items {
    margin: 0 3%;
  }
.section-outline .outline-item {
    text-indent: -1em;
    padding-left: 1em;
  }
.section-outline .outline-item + .outline-item {
      margin-top: 1.5em;
    }

@media only screen and (min-width: 769px) {
  .section-prize .prize-item {
    max-width: 840px;
    margin: auto;
  }
}

.section-prize .prize-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
    -webkit-align-items: top;
        -ms-flex-align: top;
            align-items: top;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding-bottom: 0;
}
.prize-inner .image {
	text-align: center;
}
.section-prize .prize-inner .text-wrap {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding-left: 20px;
      position: relative;
}

.section-prize .prize-inner.cmnt{
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: flex;
  margin-top: -20px;
  margin-bottom: 20px;
}
.section-prize .prize-inner.cmnt .image{
  padding-top: 3em;
}
.section-prize .prize-inner.cmnt .text-wrap img{
  position: absolute;
  top: 13px;
  z-index: 2;
}
.section-prize .prize-inner.cmnt .text-wrap .txt{
      border:2px solid #007fb3;
      border-radius: 5px;
      padding:20px 15px;
      position: relative;
      margin: 7px 0 0 17px;
}
.section-prize .prize-inner.cmnt .text-wrap .txt::before{
      background-image: url(/travel/instagram/campaign/images/200924/prize_cmnt_left.jpg);
      width: 17px;
      height: 17px;
      content:"";
      position: absolute;
      left: -17px;
      top: 45%;
}
@media only screen and (min-width: 769px) {
  .section-prize .prize-inner {
    padding-bottom: 2.5em;
}
  .section-prize .prize-inner.cmnt{
    max-width: 684px;
    margin: 0 auto;
  }
  .section-prize .prize-inner.cmnt .image{
    padding-top: 0;
  }
  .section-prize .prize-inner.cmnt .text-wrap img{
    top: -9px;
  }
  .section-prize .prize-inner .text-wrap {
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) {
	.section-prize .prize-inner .text-wrap{
		padding: 20px 0;
	}
	.section-prize .prize-inner {
    display: flex;
    flex-wrap: wrap-reverse;
  }
  .prize-inner .image{
    margin: 0 auto 20px;
  }
  .section-prize .prize-inner .text-wrap h3{
    margin-bottom: 0!important;
  }
	.section-prize .prize-inner .text-wrap .title {
		text-align: center;
	}
}
.section-prize .prize-inner .text-wrap .title {}
.section-prize .prize-inner .text-wrap .text {
        margin-top: 1em;
        font-size: 20px;
        font-size: 2.0rem;
        line-height: 1.3;
}
.section-prize .prize-inner .text-wrap h3 {
	font-size: 2.0625rem;
	margin: 20px 0;
}
.section-prize .prize-inner .text-wrap h3.fst {
  font-size: 20px;
  color:#007fb3;
}
.section-prize .prize-inner .text-wrap h3.fst span{
	font-weight: bold;
}
.section-prize .prize-inner .text-wrap h3.snd {
	color: #0276b0;
}
.section-prize .prize-inner .text-wrap h3.snd span{
	font-weight: bold;
}
.section-prize .prize-inner .text-wrap .text span {
          font-weight: bold;
        }
.section-prize .prize-inner .text-wrap .text .small {
          font-size: 16px;
          font-size: 1.6rem;
        }
.section-prize .notes{
  text-align: center;
  margin-bottom: 2.5em;
}
.section-gallery .gallery-items {
    margin: 0 5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;

  }
@media only screen and (min-width: 769px) {
	.section-prize .prize-inner .text-wrap h3 {
	margin: 10px 0;
}
  .section-gallery .gallery-items {
    margin: 0 auto;
		max-width: 800px;
  }
	.section-prize .prize-inner .text-wrap h3.fst {
	font-size: 24px;
}

}
.section-gallery .gallery-item {
	position: relative;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    padding: 5px;
}
.section-gallery .gallery-item span {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 5px 10px;
	border-top-left-radius: 10px;
	background: #fff;
	color: #000;
}
@media only screen and (min-width: 769px) {
  .section-gallery .gallery-item {
      -webkit-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
    max-width: 50%;
  }
}
.sns-area {
  margin-top: 30px;
  padding: 10px 5%;
  background: #e4e4e4;
}
.sns-area ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
    max-width: 115px;
    margin: auto;
  }
.sns-area li {
    padding: 10px;
    text-align: center;
  }
.sns-area li img {
      width: 100%;
    }
.sns-area li a:hover img, .sns-area li a:focus img {
        opacity: 0.8;
      }
.section-agreement .title-line {
    margin-bottom: 0.6em;
  }
.section-agreement .agreement-note {
    margin: 0 3% 1.5em;
  }
.section-agreement .agreement-items {
    padding: 0 3%;
  }
.section-agreement .agreement-item + .agreement-item {
      margin-top: 1em;
    }
.section-agreement .agreement-item .toggle-btn-wrap {

    }
.section-agreement .agreement-item .toggle-btn {
      display: block;
      background: #007fb3;
      padding: 0.5em 1em;
      color: #fff;
      text-decoration: none;
      font-size: 16px;
      font-size: 1.6rem;
      position: relative
    }
.section-agreement .agreement-item .toggle-btn[aria-expanded="true"]:after {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2037.04%2036.61%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23ffffff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eicon-minus%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M37%2C19.87V16.09H0v3.78Z%22%2F%3E%3C%2Fsvg%3E');
}
.section-agreement .agreement-item .toggle-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2037.04%2036.61%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23ffffff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eicon-plus%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M20.47%2C19.87H37V16.09H20.47V0H16.58V16.09H0v3.78H16.58V36.61h3.89Z%22%2F%3E%3C%2Fsvg%3E');
}
.section-agreement .agreement-item .toggle-content {
      display: none;
    }
.section-agreement .agreement-item .list-items {
      padding: 1em 0 1rem 2rem;
  list-style: disc;
    }
.section-agreement .agreement-item .list-items li + li {
          margin-top: 1em;
        }


a.modal-btn {
  display: block;
  padding: 10px;
  margin: 0 auto 50px;
  border: 2px solid #007fb3;
  color: #007fb3;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 4px 4px #007fb3;
          box-shadow: 4px 4px #007fb3;
}
@media only screen and (min-width: 769px) {
  a.modal-btn {
    width: 40%;
  }
}
.modal-inner {
  padding: 0 0 30px;
  margin-top: -50px;

}
@media only screen and (min-width: 769px) {
  .modal-inner {
    margin-top: -130px;
  }
}
.modal-inner .marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
    background: -webkit-linear-gradient(transparent 60%, #ffff66 60%);
    background: -o-linear-gradient(transparent 60%, #ffff66 60%);
    background: linear-gradient(transparent 60%, #ffff66 60%);
}
.modal-inner .trend-item {
    width: 80%;
    margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .modal-inner .trend-item {
    width: 60%;
  }
}
.modal-inner .trend-title {
    color: #00cbb3;
    text-align: center;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 20px;
}
.modal-inner .trend-sub-title {
    color: #007fb3;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 40px;
}
.modal-inner .trend-text {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 2em;
}
.modal-inner .trend-inner {
    background: -webkit-repeating-linear-gradient(
    315deg,
    #fff,
    #fff 1px,
    #e5faf7 3px,
    #e5faf7 6px
    );
    background: -o-repeating-linear-gradient(
    315deg,
    #fff,
    #fff 1px,
    #e5faf7 3px,
    #e5faf7 6px
    );
    background: repeating-linear-gradient(
    135deg,
    #fff,
    #fff 1px,
    #e5faf7 3px,
    #e5faf7 6px
    );
    margin-bottom: 30px;
}
.modal-inner .trend-img {
    width: 80%;
    margin: 0 auto;
    padding: 10% 0;
}
@media only screen and (min-width: 769px) {
  .modal-inner .trend-img {
    width: 50%;
  }
}
.modal-inner .trend-wrap {
    background-image: url(/travel/instagram/campaign/images/200806/trend_bg_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0 15px;
}
.modal-inner .trend-wrap.trend-wrap-rv {
  background: url(/travel/instagram/campaign/images/200806/trend_bg_02.png) top right no-repeat;
  background-size: contain;
}
.modal-inner .trend-lists-wrap {
    padding: 20px;
    color: #fff;
}
.modal-inner .trend-lists-wrap .trend-lists-maker {
      background: #00cbb3;
      margin-bottom: 30px;
      position: relative;
      padding: 20px 20px 5px
    }
.modal-inner .trend-lists-wrap .trend-lists-maker:after {
  position: absolute;
  content: '';
  border-top: 20px solid #00cbb3;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  top: 100%;
  left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
}
.modal-inner .trend-lists-wrap .trend-lists-sales {
      background: #2196f3;
      margin-top: 30px;
      margin-bottom: 30px;
      position: relative;
      padding: 20px 20px 5px
    }
.modal-inner .trend-lists-wrap .trend-lists-sales:before {
  position: absolute;
  content: '';
  border-bottom: 20px solid #2196f3;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  bottom: 100%;
  left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
}
.modal-inner .trend-lists-wrap .trend-list {
      font-weight: bold;
      margin-bottom: 10px;
      position: relative;
      margin-bottom: 20px;
      padding: 5px 0 0 44px;
      line-height: 1.4;
      vertical-align: middle
    }
.modal-inner .trend-lists-wrap .trend-list:before{
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 35px;
  height: 35px;
}
.modal-inner .trend-lists-wrap .trend-list.maker-1st:before{
  background: url(/travel/instagram/campaign/images/trend_maker01.png) 0 0 no-repeat;
  background-size: contain;
}
.modal-inner .trend-lists-wrap .trend-list.maker-2nd:before{
  background: url(/travel/instagram/campaign/images/trend_maker02.png) 0 0 no-repeat;
  background-size: contain;
}
.modal-inner .trend-lists-wrap .trend-list.maker-3rd:before{
  background: url(/travel/instagram/campaign/images/trend_maker03.png) 0 0 no-repeat;
  background-size: contain;
}
.modal-inner .trend-lists-wrap .trend-list.sales-1st:before{
  background: url(/travel/instagram/campaign/images/trend_sales01.png) 0 0 no-repeat;
  background-size: contain;
}
.modal-inner .trend-lists-wrap .trend-list.sales-2nd:before{
  background: url(/travel/instagram/campaign/images/trend_sales02.png) 0 0 no-repeat;
  background-size: contain;
}
.modal-inner .trend-lists-wrap .trend-list.sales-3rd:before{
  background: url(/travel/instagram/campaign/images/trend_sales03.png) 0 0 no-repeat;
  background-size: contain;
}
.modal-inner .trend-lists-wrap .trend-list-txt {
      text-indent: -1em;
      padding-left: 1em;
      font-weight: bold;
    }
.modal-inner .trend-lists-wrap .trend-note {
      font-size: 12px;
      font-size: 1.2rem;
      text-indent: -1em;
      padding-left: 1em;
      margin-left: 1em;
    }
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=rgba(128, 0, 0, 0),endColorstr=rgba(128, 0, 0, 0));
  background: rgba(0, 0, 0, .8);
}
.modal-wrap {
  height: 100%;
  padding: 0 20px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.modal-content {
  height: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.modal-table-wrap {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.modal-table-cell {
  display: table-cell;
  padding: 30px 0;
  vertical-align: middle;
}
.modal-content-box {
  position: relative;
  margin: 0 auto;
  background: #fff;
}
.modal-content-inner {
}
.modal-btn-close {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 9;
  height: 44px;
  width: 44px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
	.sp_none {
		display: none;
	}
}
@media screen and (min-width: 769px) {
	.sp {
		display: none;
	}
}

.smr-fixed-bnr {
  display: none;
 position:fixed;
 z-index:10;
 bottom:0;
 width:100%;
 margin:auto;
 transition:opacity .5s ease,bottom .2s ease;
 background-color:rgba(0,0,0,.8)
}
.smr-fixed-bnr--fadeout {
 bottom:-120px;
 opacity:0;
}
.smr-fixed-bnr--hide {
 animation:hide .5s linear;
}
.smr-fixed-bnr__wrap {
 position:relative;
 margin:auto;
 padding:10px 30px;
	text-align: center;
}
.smr-fixed-bnr__close {
 position:absolute;
 top:0;
 top:10px;
 right:6px;
 display:flex;
 width:18px;
 height:18px;
 border-radius:50%;
 background-color:#fff;
 align-items:center;
 justify-content:center;
}
.smr-fixed-bnr__close img {
 width:8px;
 height:8px;
}
.smr-fixed-bnr {
  width: 100%;
  padding:12px 20px 13px
 }
 .smr-fixed-bnr__wrap {
  max-width:977px;
  padding:0 50px
 }
 .smr-fixed-bnr__close {
  top:0;
  right:10px;
  width:26px;
  height:26px;
  cursor:pointer;
  transition:opacity .25s ease
 }
 .smr-fixed-bnr__close:hover {
  opacity:.6
 }
 .smr-fixed-bnr__close img {
  width:10px;
  height:10px
 }


.step-inner {
  position: relative;
  padding: 20pz!important;
}
.choose_img {
	position: absolute;
	top: 50px;
	left: 80px;
	z-index: 2;
}

.modal-btn span {
	font-size: 26px;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
  .step-items>:nth-child(2) .step-inner {
    padding-bottom:62px!important;
  }
	.choose_img {
    display:none;
  }
}

.present_list {
  text-align: center;
}
.present_list li {position: relative;}
.present_list li {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #00146e;
  padding-left: 55px;
}
.present_list li > span {
  display: block;
  font-size: 26px;
  font-weight: bold;
  color: #ed2f4f;
  text-decoration: underline;
}
.present_list.first {margin-bottom: 40px;}
.present_list.first li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(/travel/instagram/campaign/images/220420/icon_presente.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100%;
  width: 50px;
    height: 50px;
}
.present_list.second li::before {
  content: "";
  position: absolute;
  top: 25%;
  left: 0;
  background-image: url(/travel/instagram/campaign/images/220420/icon_camera.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100%;
  width: 50px;
    height: 50px;
}


@media screen and (max-width: 768px) {
  .present_list li > span {
    font-size: 20px;
  }
  .present_list li {
  padding-left: 0;
    padding-top: 55px;
}
  .present_list li span {
  padding-left: 0;
}
  .present_list.first li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 40%;
  background-image: url(/travel/instagram/campaign/images/220420/icon_presente.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100%;
  width: 50px;
    height: 50px;
}
.present_list.second li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 40%;
  background-image: url(/travel/instagram/campaign/images/220420/icon_camera.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100%;
  width: 50px;
    height: 50px;
}
}

