@charset "UTF-8";
@-webkit-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

#wrapper {
  background: #ffffff;
}

.campaign {
  max-width: 1034.8px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 0;
}

@media screen and (max-width: 820px) {
  .campaign {
    padding: 20px 0 0;
    max-width: 560px;
  }
}

.keyvisual {
  border-radius: 12px;
  background: -webkit-gradient(linear, left top, right bottom, from(#cf26a8), color-stop(49.75%, #f63863), to(#fed166));
  background: linear-gradient(to bottom right, #cf26a8 0%, #f63863 49.75%, #fed166 100%);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 48.52px 0 0;
  font-weight: bold;
}

@media screen and (max-width: 820px) {
  .keyvisual {
    padding: 30px 0 0;
  }
}

.keyvisual > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 820px) {
  .keyvisual > div {
    padding: 0 16px;
    text-align: center;
  }
}

.keyvisual__image {
  width: 260.4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-bottom: 34.68px;
  padding-right: 51.8px;
}

.keyvisual__image img {
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

.keyvisual__image.ext-sp {
  display: none;
}

@media screen and (max-width: 820px) {
  .keyvisual__image.ext-sp {
    display: inline-block;
    padding: 0;
    margin-top: 24px;
    width: 200px;
  }
}

@media screen and (max-width: 820px) {
  .keyvisual__image {
    display: none;
  }
}

.keyvisual__title {
  font-size: 46.4px;
  line-height: 1.1;
  padding-left: 42.6px;
}

@media screen and (max-width: 820px) {
  .keyvisual__title {
    font-size: 40px;
    text-align: center;
    line-height: 1.2;
    padding-left: 0;
  }
}

.keyvisual__title span {
  display: inline-block;
}

.keyvisual__text {
  margin-top: 29.2px;
  font-size: 19.6px;
  padding-left: 42.6px;
  line-height: calc( 93 / 49);
}

.keyvisual__text strong {
  font-size: 32.8px;
  line-height: 1;
}

.keyvisual__text span {
  display: inline-block;
}

@media screen and (max-width: 820px) {
  .keyvisual__text {
    margin-top: 14.4px;
    font-size: 15.68px;
    padding-left: 0;
    line-height: 1.4;
  }
  .keyvisual__text strong {
    font-size: 40px;
    display: block;
    padding: 8px 0;
  }
}

.keyvisual__account {
  margin-top: 44.4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 820px) {
  .keyvisual__account {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.keyvisual__account img {
  max-width: 200.052px;
  width: 100%;
  height: auto;
  position: relative;
  margin-left: -18.4px;
  margin-bottom: -22.8px;
  margin-right: 9.2px;
}

@media screen and (max-width: 820px) {
  .keyvisual__account img {
    max-width: 100px;
    margin-bottom: -10.8px;
    margin-top: 20px;
  }
}

.keyvisual__account span {
  background: #ffffff;
  -webkit-filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.16));
  border-radius: 12px;
  padding: 18.8px 33.6px;
  color: #F74163;
  position: relative;
  display: block;
  text-align: center;
  font-size: 16.4px;
}

.keyvisual__account span:after {
  content: '';
  width: 44.064px;
  height: 23.028px;
  background: url(/images/rwd/landing/instagram/img-baloon_arrow.svg) no-repeat center center/contain;
  position: absolute;
  left: 12.8px;
  bottom: -20px;
}

@media screen and (max-width: 820px) {
  .keyvisual__account span {
    padding: 16px;
    font-size: 13.12px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .keyvisual__account span:after {
    left: 72px;
  }
}

.timeline {
  max-width: 886px;
  margin: 21.32px auto 0;
}

.keyvisual + .timeline {
  margin: 60px auto;
}

.flow + .timeline {
  margin: 40px auto;
}

.timeline__title {
  text-align: center;
  color: #343434;
  font-size: 25.6px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  width: 100%;
  margin-bottom: 15px;
}

@media screen and (max-width: 820px) {
  .timeline__title {
    font-size: 20.48px;
  }
}

.timeline__title::before {
  content: '';
  width: 32.4px;
  height: 40.8px;
  display: inline-block;
  background: url(/images/rwd/landing/instagram/img-pickup_before.svg) no-repeat center center/contain;
  margin-right: 40px;
}

.timeline__title::after {
  content: '';
  width: 32.4px;
  height: 40.8px;
  display: inline-block;
  background: url(/images/rwd/landing/instagram/img-pickup_after.svg) no-repeat center center/contain;
  margin-left: 40px;
}

.timeline__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: (1fr)[3];
      grid-template-rows: repeat(3, 1fr);
  gap: 15px;
}

.timeline__list li {
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 821px) {
  .timeline__list li.is-large a.ext-album::before {
    width: 27px;
    height: 27px;
  }
  .timeline__list li.is-large a.ext-video::before {
    width: 54px;
    height: 54px;
  }
}

.timeline__list li a {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background-position: center center;
  background-size: cover;
}

.timeline__list li a.ext-album::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 8px;
  top: 8px;
  background: url(/images/rwd/landing/instagram/icn-album.svg) no-repeat center center/cover;
  z-index: 2;
}

.timeline__list li a.ext-video::before {
  content: '';
  display: inline-block;
  width: 36px;
  height: 36px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(/images/rwd/landing/instagram/icn-play.svg) no-repeat center center/cover;
  z-index: 2;
}

@media screen and (max-width: 820px) {
  .timeline__list {
    margin-left: 16px;
    margin-right: 16px;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: (1fr)[3];
        grid-template-rows: repeat(3, 1fr);
    gap: 7px;
  }
}

.ie .timeline__list li.is-large {
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3/5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}

.ie .timeline__list li:nth-child(2) {
  -ms-grid-column: 1;
  grid-column: 1/1;
  -ms-grid-row: 1;
  grid-row: 1/1;
}

.ie .timeline__list li:nth-child(3) {
  -ms-grid-column: 2;
  -ms-grid-column-span: -1;
  grid-column: 2/1;
  -ms-grid-row: 1;
  grid-row: 1/1;
}

.ie .timeline__list li:nth-child(4) {
  -ms-grid-column: 1;
  grid-column: 1/1;
  -ms-grid-row: 2;
  -ms-grid-row-span: -1;
  grid-row: 2/1;
}

.ie .timeline__list li:nth-child(5) {
  -ms-grid-column: 2;
  -ms-grid-column-span: -1;
  grid-column: 2/1;
  -ms-grid-row: 2;
  -ms-grid-row-span: -1;
  grid-row: 2/1;
}

.ie .timeline__list li:nth-child(6) {
  -ms-grid-column: 1;
  grid-column: 1/1;
  -ms-grid-row: 3;
  -ms-grid-row-span: -2;
  grid-row: 3/1;
}

.ie .timeline__list li:nth-child(7) {
  -ms-grid-column: 2;
  -ms-grid-column-span: -1;
  grid-column: 2/1;
  -ms-grid-row: 3;
  -ms-grid-row-span: -2;
  grid-row: 3/1;
}

.ie .timeline__list li:nth-child(8) {
  -ms-grid-column: 3;
  -ms-grid-column-span: -2;
  grid-column: 3/1;
  -ms-grid-row: 3;
  -ms-grid-row-span: -2;
  grid-row: 3/1;
}

.ie .timeline__list li:nth-child(9) {
  -ms-grid-column: 4;
  -ms-grid-column-span: -3;
  grid-column: 4/1;
  -ms-grid-row: 3;
  -ms-grid-row-span: -2;
  grid-row: 3/1;
}

@media screen and (max-width: 820px) {
  .ie .timeline__list li.is-large {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
  .ie .timeline__list li:nth-child(2) {
    -ms-grid-column: 3;
    -ms-grid-column-span: -2;
    grid-column: 3/1;
    -ms-grid-row: 1;
    grid-row: 1/1;
  }
  .ie .timeline__list li:nth-child(3) {
    -ms-grid-column: 3;
    -ms-grid-column-span: -2;
    grid-column: 3/1;
    -ms-grid-row: 2;
    -ms-grid-row-span: -1;
    grid-row: 2/1;
  }
  .ie .timeline__list li:nth-child(4) {
    -ms-grid-column: 1;
    grid-column: 1/1;
    -ms-grid-row: 3;
    -ms-grid-row-span: -2;
    grid-row: 3/1;
  }
  .ie .timeline__list li:nth-child(5) {
    -ms-grid-column: 2;
    -ms-grid-column-span: -1;
    grid-column: 2/1;
    -ms-grid-row: 3;
    -ms-grid-row-span: -2;
    grid-row: 3/1;
  }
  .ie .timeline__list li:nth-child(6) {
    -ms-grid-column: 3;
    -ms-grid-column-span: -2;
    grid-column: 3/1;
    -ms-grid-row: 3;
    -ms-grid-row-span: -2;
    grid-row: 3/1;
  }
  .ie .timeline__list li:nth-child(7) {
    -ms-grid-column: 1;
    grid-column: 1/1;
    -ms-grid-row: 4;
    -ms-grid-row-span: -3;
    grid-row: 4/1;
  }
  .ie .timeline__list li:nth-child(8) {
    -ms-grid-column: 2;
    -ms-grid-column-span: -1;
    grid-column: 2/1;
    -ms-grid-row: 4;
    -ms-grid-row-span: -3;
    grid-row: 4/1;
  }
  .ie .timeline__list li:nth-child(9) {
    -ms-grid-column: 3;
    -ms-grid-column-span: -2;
    grid-column: 3/1;
    -ms-grid-row: 4;
    -ms-grid-row-span: -3;
    grid-row: 4/1;
  }
}

.timeline__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}

.timeline__meta {
  z-index: 3;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  position: absolute;
  right: 12px;
  bottom: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 0 !important;
  color: #ffffff;
}

.timeline__meta span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.5em;
}

.timeline__meta span img {
  height: 12px;
  width: auto;
  margin-right: 0.3em;
}

.flow {
  margin: 21.32px auto 0;
  max-width: 886px;
  border-radius: 12px;
  background: -webkit-gradient(linear, left top, right bottom, from(#eaa6da), color-stop(49.75%, #f4bac7), to(#fde6af));
  background: linear-gradient(to bottom right, #eaa6da 0%, #f4bac7 49.75%, #fde6af 100%);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  padding: 43.12px 28px 58px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 820px) {
  .flow {
    margin-left: 16px;
    margin-right: 16px;
    width: calc( 100% - 32px);
    padding: 21.4px 16px 28px;
  }
}

.flow:after {
  content: '';
  display: block;
  width: 125.02px;
  height: 205.56px;
  background: url(/images/rwd/landing/instagram/img-sharp.svg) no-repeat right bottom/contain;
  position: absolute;
  right: -6.4px;
  bottom: -15.2px;
  z-index: 1;
}

@media screen and (max-width: 820px) {
  .flow:after {
    width: 100.016px;
    height: 164.448px;
    bottom: 0;
  }
}

.flow__title {
  text-align: center;
  color: #343434;
  font-size: 25.6px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 820px) {
  .flow__title {
    font-size: 20.48px;
  }
}

.flow__title::before {
  content: '';
  width: 32.4px;
  height: 40.8px;
  display: inline-block;
  background: url(/images/rwd/landing/instagram/img-title_before.svg) no-repeat center center/contain;
  margin-right: 25.6px;
}

.flow__title::after {
  content: '';
  width: 32.4px;
  height: 40.8px;
  display: inline-block;
  background: url(/images/rwd/landing/instagram/img-title_after.svg) no-repeat center center/contain;
  margin-left: 25.6px;
}

.flow__list {
  margin-top: 28.64px;
  color: #2f2f2f;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 820px) {
  .flow__list {
    width: 100%;
    margin-top: 16px;
  }
}

.flow__list li {
  border-radius: 12px;
  background: #fff;
  text-align: center;
  min-height: 84px;
  position: relative;
  padding: 16px 74.8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 19.6px;
  line-height: 1.2;
}

@media screen and (max-width: 820px) {
  .flow__list li {
    font-size: 14px;
    padding: 16px;
  }
}

.flow__list li span {
  display: block;
  font-size: 15.2px;
  margin-top: 6px;
}

@media screen and (max-width: 820px) {
  .flow__list li span {
    font-size: 12px;
  }
}

.flow__list li img {
  width: 51.2px;
  height: 51.2px;
  position: absolute;
  top: -5.6px;
  left: -17.6px;
}

@media screen and (max-width: 820px) {
  .flow__list li img {
    width: 38.4px;
    height: 38.4px;
    top: -4.2px;
    left: -13.2px;
  }
}

.flow__list li + li {
  margin-top: 14.8px;
}

.flow__button {
  margin-top: 24px;
  width: 100%;
  padding: 0 30.8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 820px) {
  .flow__button {
    margin-top: 16px;
    padding: 0 16px;
  }
}

.flow__button a {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 400px;
  height: 101.612px;
  border-radius: 12px;
  background: #FA7B64;
  color: #fff;
  -webkit-box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.16);
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
}

@media screen and (max-width: 820px) {
  .flow__button a {
    width: auto;
    height: 72px;
    font-size: 20px;
  }
}

.register {
  margin: 21.32px auto 0;
  max-width: 886px;
  border-radius: 12px;
  background: #E3FDE6;
  border: 4px solid #65CB0D;
  position: relative;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
}

@media screen and (max-width: 820px) {
  .register {
    margin-left: 16px;
    margin-right: 16px;
  }
}

.register__title {
  font-size: 25.6px;
  color: #343434;
  background: #B4F4BB;
  border: 4px solid #65CB0D;
  border-radius: 12px;
  text-align: center;
  padding: 18.8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -4px;
  margin-left: -4px;
  margin-right: -4px;
  line-height: 1;
}

@media screen and (max-width: 820px) {
  .register__title {
    font-size: 18px;
    padding: 16px;
  }
}

.register__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #2f2f2f;
  padding: 37.6px 30.8px 0;
}

.register__text p {
  max-width: 574.4px;
  line-height: calc(84/40);
  font-size: 16px;
}

.register__text p strong {
  font-size: 28px;
  line-height: 1;
}

@media screen and (max-width: 820px) {
  .register__text p {
    max-width: 100%;
  }
}

.register__text img {
  width: 125.6px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-left: 14px;
}

@media screen and (max-width: 820px) {
  .register__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px 16px 0;
  }
  .register__text p {
    font-size: 14px;
  }
  .register__text p strong {
    font-size: 24px;
    margin: 0 0.2em;
  }
  .register__text img {
    margin-left: 0;
    margin-top: 16px;
  }
}

.register__button {
  margin-top: 24px;
  width: 100%;
  padding: 0 30.8px 37.6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 820px) {
  .register__button {
    margin-top: 16px;
    padding: 0 16px 8px;
  }
}

.register__button a {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 400px;
  height: 101.612px;
  border-radius: 12px;
  background: #ed9b18;
  color: #fff;
  -webkit-box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.16);
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
}

@media screen and (max-width: 820px) {
  .register__button a {
    width: auto;
    height: 72px;
    font-size: 20px;
    margin: 24px auto 12px;
  }
}

.attention {
  margin: 23.68px auto 0;
  max-width: 1034.8px;
  padding: 0 74.4px;
  border-top: 4px solid #FFD591;
  color: #2f2f2f;
  font-weight: bold;
}

@media screen and (max-width: 820px) {
  .attention {
    padding: 0 16px;
    font-size: 13.12px;
  }
}

.attention__title {
  background: #FFD591;
  border-radius: 0 0 12px 12px;
  display: inline-block;
  padding: 11.2px 28px;
  line-height: 1;
  font-size: 16.4px;
}

@media screen and (max-width: 820px) {
  .attention__title {
    font-size: 13.12px;
  }
}

.attention__list {
  margin-top: 17.36px;
  font-size: 17.2px;
  line-height: calc(82/43);
}

@media screen and (max-width: 820px) {
  .attention__list {
    font-size: 13.76px;
  }
}

.attention__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.attention__list li:before {
  content: '・';
  width: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
