@charset "UTF-8";
html {
  font-size: 62.5%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  word-wrap: break-word;
}

body {
  font-size: 1.6rem;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

h1, h2, h3, div, p, ul, li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
  line-height: 0;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease 0s;
}

a:hover img {
  filter: brightness(1.15);
  opacity: 0.9;
}

.pcOnly {
  display: none;
}
@media only screen and (min-width: 769px) {
  .pcOnly {
    display: inline;
  }
}

.spOnly {
  display: inline;
}
@media only screen and (min-width: 769px) {
  .spOnly {
    display: none;
  }
}

@media only screen and (min-width: 420px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*応募規約*/
.terms {
  width: 100%;
}

.terms__title {
  width: 85.6vw;
  margin: 16.4vw auto 0;
}
@media only screen and (min-width: 769px) {
  .terms__title {
    width: 75.5833333333vw;
    margin: 15.4166666667vw auto 0;
  }
}
@media only screen and (min-width: 1200px) {
  .terms__title {
    width: 907px;
    margin: 185px auto 0;
  }
}

.terms__inner {
  width: 87.4666666667vw;
  border: #ccc 3px solid;
  padding: 3vw;
  height: 300px;
  overflow: auto;
  margin: 6vw auto 0;
  background-color: #fff;
}
@media only screen and (min-width: 769px) {
  .terms__inner {
    width: 68.3333333333vw;
    padding: 2.0833333333vw;
    margin: 4.6875vw auto 0;
  }
}
@media only screen and (min-width: 1200px) {
  .terms__inner {
    width: 656px;
    padding: 20px;
    margin: 45px auto 0;
  }
}
.terms__inner h4 {
  background-color: transparent;
  text-align: left;
  color: #000;
  margin: 1em 0 0;
  padding: 3vw 0 0 0;
  border-top: 2px dotted #ccc;
  border-radius: 0;
  font-size: 3.8vw;
}
@media only screen and (min-width: 769px) {
  .terms__inner h4 {
    font-size: 1.875vw;
  }
}
@media only screen and (min-width: 1200px) {
  .terms__inner h4 {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .terms__inner h4 {
    padding: 20px 0 0 0;
    margin: 20px 0 10px;
  }
}
.terms__inner p {
  color: #000 !important;
  font-size: 3vw !important;
  line-height: 1.5em;
}
@media only screen and (min-width: 769px) {
  .terms__inner p {
    font-size: 1.4583333333vw !important;
  }
}
@media only screen and (min-width: 1200px) {
  .terms__inner p {
    font-size: 1.4rem !important;
  }
}
.terms__inner p.last {
  margin: 1.5em 0 0;
}
.terms__inner ul,
.terms__inner ol {
  margin: 0.7em 0 0 0;
  padding: 0;
}
.terms__inner ul li,
.terms__inner ol li {
  color: #000 !important;
  text-align: left;
  padding: 0 0 0 0;
  line-height: 1.5em;
  text-indent: 0;
  margin: 0 0 0.5em;
  font-size: 3vw !important;
  list-style: none;
}
@media only screen and (min-width: 769px) {
  .terms__inner ul li,
  .terms__inner ol li {
    font-size: 1.4583333333vw !important;
  }
}
@media only screen and (min-width: 1200px) {
  .terms__inner ul li,
  .terms__inner ol li {
    font-size: 1.4rem !important;
  }
}
.terms__inner ul li span,
.terms__inner ol li span {
  display: block;
  text-indent: -1em;
  margin: 2px 0 2px 2em;
}
.terms__inner ul li span.red,
.terms__inner ol li span.red {
  display: inline;
  text-indent: 0em;
  margin: 0;
  color: #c71333;
  font-weight: bold;
}
.terms__inner ul li ul.note,
.terms__inner ol li ul.note {
  margin: 0em 0 0 1em;
}
.terms__inner ul li ul.note li,
.terms__inner ol li ul.note li {
  text-indent: -1em;
  margin-bottom: 0;
}
.terms__inner ul li ul,
.terms__inner ol li ul {
  margin-top: 0 !important;
}
.terms__inner ul.indent01,
.terms__inner ol.indent01 {
  margin: 0.7em 0 0 0em;
}
.terms__inner ul.indent01 li,
.terms__inner ol.indent01 li {
  margin: 0em 0 0 1em;
  text-indent: -1em;
  margin-bottom: 0.3em;
}
.terms__inner ul .note,
.terms__inner ol .note {
  margin: 1em 0 0 1em;
  text-indent: -1em;
}
.terms__inner .mt1em {
  margin-top: 1em;
}

.header {
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.6666666667vw 2vw 2vw 2.6666666667vw;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .header {
    width: 83.3333333333vw;
    padding: 0.8333333333vw 0;
  }
}
@media only screen and (min-width: 1200px) {
  .header {
    width: 1000px;
    padding: 10px 0;
  }
}

.header__logo {
  width: 24.9333333333vw;
  line-height: 0;
}
@media only screen and (min-width: 769px) {
  .header__logo {
    width: 10vw;
  }
}
@media only screen and (min-width: 1200px) {
  .header__logo {
    width: 120px;
  }
}

.header__sns {
  display: flex;
  align-items: flex-end;
}

.header__sns-list {
  display: flex;
  align-items: center;
}

.header__sns-item {
  font-size: 2.2rem;
  padding-left: 1rem;
  display: flex;
  align-items: center;
  line-height: 1;
  font-weight: 400;
}
@media only screen and (min-width: 769px) {
  .header__sns-item {
    font-size: 2.6666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .header__sns-item {
    font-size: 32px;
  }
}

.header__sns-item .fa-facebook-square {
  color: #4370a9;
}

.header__sns-item .fa-square-x-twitter,
.header__sns-item .fa-instagram-square {
  color: #343434;
}

.line__wrap {
  height: 222.4vw;
  background-color: #ffef00;
  background-image: url(../img/bg_yellow01_sp.png);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 769px) {
  .line__wrap {
    height: 109vw;
    background-image: url(../img/bg_yellow01_tb.png);
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 1200px) {
  .line__wrap {
    height: 1308px;
    background-image: url(../img/bg_yellow01_pc.png);
    background-size: 2000px auto;
  }
}

.keyvisual__inner {
  position: relative;
  width: 100vw;
  height: 81.3333333333vw;
}
@media only screen and (min-width: 769px) {
  .keyvisual__inner {
    height: 51.8333333333vw;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1200px) {
  .keyvisual__inner {
    width: 1200px;
    height: 622px;
  }
}

.keyvisual__inner__title {
  position: absolute;
  width: 61.4666666667vw;
  top: 5.7333333333vw;
  left: 5.0666666667vw;
}
@media only screen and (min-width: 769px) {
  .keyvisual__inner__title {
    width: 51.8333333333vw;
    top: 1.3333333333vw;
    left: 15vw;
  }
}
@media only screen and (min-width: 1200px) {
  .keyvisual__inner__title {
    width: 622px;
    top: 16px;
    left: 180px;
  }
}

.keyvisual__10th {
  position: absolute;
  width: 24vw;
  top: 4.5333333333vw;
  right: 7.2vw;
}
@media only screen and (min-width: 769px) {
  .keyvisual__10th {
    width: 12.8333333333vw;
    top: 0.9166666667vw;
    right: 15.3333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .keyvisual__10th {
    width: 154px;
    top: 11px;
    right: 184px;
  }
}

.keyvisal__100visual {
  position: absolute;
  width: 92.6666666667vw;
  top: 30vw;
  left: 3.6vw;
}
@media only screen and (min-width: 769px) {
  .keyvisal__100visual {
    width: 82.9166666667vw;
    top: 11vw;
    left: 8.3333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .keyvisal__100visual {
    width: 995px;
    top: 132px;
    left: 100px;
  }
}
.keyvisal__100visual div {
  position: absolute;
  top: 0;
  left: 0;
}
.keyvisal__100visual .highlight {
  position: relative;
  top: 0;
  left: 0;
  width: 92.6666666667vw;
  height: 46.1333333333vw;
  mask-image: url(../img/grade_mask.svg);
  mask-size: 100% 100%;
  background-image: linear-gradient(130deg, rgba(255, 250, 241, 0) 0%, rgba(255, 250, 241, 0) 10%, rgb(255, 250, 241) 15%, rgba(255, 250, 241, 0) 20%, rgba(255, 250, 241, 0) 100%);
  background-position: 0% 0%;
  background-size: 200% 100%;
  animation: Gradhl 6s linear infinite;
  animation-delay: 3s;
  mix-blend-mode: lighten;
}
@media only screen and (min-width: 769px) {
  .keyvisal__100visual .highlight {
    width: 82.9166666667vw;
    height: 41.4166666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .keyvisal__100visual .highlight {
    width: 990px;
    height: 497px;
  }
}

@keyframes Gradhl {
  0% {
    background-position: 0 0%;
  }
  10% {
    background-position: -200% 0%;
  }
  10.1% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 0% 0%;
  }
}
.keyvisual__kirakira01,
.keyvisual__kirakira02,
.keyvisual__kirakira03 {
  position: absolute;
}

.keyvisual__kirakira01 {
  width: 6.9333333333vw;
  top: 33.6vw;
  left: 7.6vw;
}
@media only screen and (min-width: 769px) {
  .keyvisual__kirakira01 {
    width: 6.25vw;
    top: 14vw;
    left: 11vw;
  }
}
@media only screen and (min-width: 1200px) {
  .keyvisual__kirakira01 {
    width: 75px;
    top: 168px;
    left: 132px;
  }
}

.keyvisual__kirakira02 {
  width: 5.0666666667vw;
  top: 39.3333333333vw;
  left: 4.4vw;
}
@media only screen and (min-width: 769px) {
  .keyvisual__kirakira02 {
    width: 4.1666666667vw;
    top: 19vw;
    left: 8.75vw;
  }
}
@media only screen and (min-width: 1200px) {
  .keyvisual__kirakira02 {
    width: 50px;
    top: 228px;
    left: 105px;
  }
}

.keyvisual__kirakira03 {
  width: 6.1333333333vw;
  top: 45.3333333333vw;
  right: 3.7333333333vw;
}
@media only screen and (min-width: 769px) {
  .keyvisual__kirakira03 {
    width: 5.4166666667vw;
    top: 24.4166666667vw;
    right: 9vw;
  }
}
@media only screen and (min-width: 1200px) {
  .keyvisual__kirakira03 {
    width: 65px;
    top: 293px;
    right: 108px;
  }
}

.period {
  position: relative;
  padding: 1.8666666667vw 0 0;
}
@media only screen and (min-width: 769px) {
  .period {
    padding: 0;
    margin: -1vw 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .period {
    margin: -12px 0 0;
  }
}

.period__inner {
  position: relative;
  width: 79.6vw;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .period__inner {
    width: 59.1666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .period__inner {
    width: 710px;
  }
}

.nav {
  padding: 4.5333333333vw 0 0;
}
@media only screen and (min-width: 769px) {
  .nav {
    padding: 1.6666666667vw 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .nav {
    padding: 20px 0 0;
  }
}

.nav__title {
  width: 79.6vw;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .nav__title {
    width: 51.25vw;
  }
}
@media only screen and (min-width: 1200px) {
  .nav__title {
    width: 615px;
  }
}

.nav__inner {
  width: 82.2666666667vw;
  margin: 6.6666666667vw auto 0;
}
@media only screen and (min-width: 769px) {
  .nav__inner {
    display: flex;
    justify-content: space-between;
    width: 84.5833333333vw;
    margin: 2.9166666667vw auto 0;
  }
}
@media only screen and (min-width: 1200px) {
  .nav__inner {
    width: 1015px;
    margin: 35px auto 0;
  }
}
.nav__inner li {
  margin-bottom: 4.5333333333vw;
}
@media only screen and (min-width: 769px) {
  .nav__inner li {
    width: 41.5833333333vw;
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .nav__inner li {
    width: 499px;
  }
}

.nav__linecp a {
  position: relative;
  display: block;
  width: 82.2666666667vw;
  height: 18.4vw;
  background: url("../img/bt_line_off.png") no-repeat;
  background-size: 100% auto;
  background-position: top center;
  text-indent: -9999px;
}
@media only screen and (min-width: 769px) {
  .nav__linecp a {
    width: 41.5833333333vw;
    height: 11.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .nav__linecp a {
    width: 499px;
    height: 138px;
  }
}
.nav__linecp a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bt_line_on.png") no-repeat;
  background-size: 100% auto;
  background-position: top center;
  clip-path: inset(0 100% 0 0);
  transition-property: clip-path;
}
.nav__linecp a:active::after, .nav__linecp a:hover::after {
  clip-path: inset(0);
}

.nav__xcp a {
  position: relative;
  display: block;
  width: 82.2666666667vw;
  height: 18.4vw;
  background: url("../img/bt_x_off.png") no-repeat;
  background-size: 100% auto;
  background-position: top center;
  text-indent: -9999px;
}
@media only screen and (min-width: 769px) {
  .nav__xcp a {
    width: 41.5833333333vw;
    height: 11.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .nav__xcp a {
    width: 499px;
    height: 138px;
  }
}
.nav__xcp a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bt_x_on.png") no-repeat;
  background-size: 100% auto;
  background-position: top center;
  clip-path: inset(0 100% 0 0);
  transition-property: clip-path;
}
.nav__xcp a:active::after, .nav__xcp a:hover::after {
  clip-path: inset(0);
}

.linecp {
  padding: 16.9333333333vw 0 0;
}
@media only screen and (min-width: 769px) {
  .linecp {
    padding: 9.5833333333vw 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .linecp {
    padding: 115px 0 0;
  }
}

.linecp__inner {
  width: 100vw;
}
@media only screen and (min-width: 769px) {
  .linecp__inner {
    width: 84.5833333333vw;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1200px) {
  .linecp__inner {
    width: 1015px;
  }
}

.linecp__title {
  width: 76.5333333333vw;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .linecp__title {
    width: 81.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .linecp__title {
    width: 978px;
  }
}

.prize {
  background-color: #ffef00;
  background-image: url(../img/bg_yellow02_sp.png);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: 17vw;
}
@media only screen and (min-width: 769px) {
  .prize {
    background-image: url(../img/bg_yellow02_tb.png);
    background-size: 100% auto;
    padding-top: 3.3333333333vw;
    padding-bottom: 13.75vw;
  }
}
@media only screen and (min-width: 1200px) {
  .prize {
    background-image: url(../img/bg_yellow02_pc.png);
    background-size: 2000px auto;
    padding-top: 40px;
    padding-bottom: 165px;
  }
}

.prize__inner {
  position: relative;
  width: 90vw;
  height: 216.8vw;
  margin: 0 auto 0 5.8666666667vw;
  background-image: url(../img/bg_line_prize_sp.svg);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 769px) {
  .prize__inner {
    width: 80vw;
    height: 180.8333333333vw;
    margin: 0 auto;
    background-image: url(../img/bg_line_prize_pc.svg);
  }
}
@media only screen and (min-width: 1200px) {
  .prize__inner {
    width: 960px;
    height: 2170px;
  }
}

.prize__title {
  position: relative;
  width: 98.2666666667vw;
  margin: 0 auto 0 -4.6666666667vw;
  transform: translateY(-9.3333333333vw);
  clip-path: inset(0 50%);
  transition: clip-path 0.5s cubic-bezier(0.37, 0, 0.63, 1) 0.25s;
}
@media only screen and (min-width: 769px) {
  .prize__title {
    width: 87.4166666667vw;
    margin: 0 auto 0 -4.1666666667vw;
    transform: translateY(-3.75vw);
  }
}
@media only screen and (min-width: 1200px) {
  .prize__title {
    width: 1049px;
    margin: 0 auto 0 -50px;
    transform: translateY(-45px);
  }
}
.prize__title.active {
  clip-path: inset(0);
}

.prize__lead {
  width: 72.8vw;
  margin: -26.6666666667vw auto 0 8vw;
}
@media only screen and (min-width: 769px) {
  .prize__lead {
    width: 66.4166666667vw;
    margin: -7.5vw auto 0;
  }
}
@media only screen and (min-width: 1200px) {
  .prize__lead {
    width: 797px;
    margin: -90px auto 0;
  }
}

.prize__a {
  width: 65.2vw;
  margin: 10.6666666667vw auto 0 9.2vw;
}
@media only screen and (min-width: 769px) {
  .prize__a {
    width: 58.0833333333vw;
    margin: 10vw auto 0 8.1666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .prize__a {
    width: 697px;
    margin: 120px auto 0 98px;
  }
}

.prize__b {
  width: 60.1333333333vw;
  margin: 16vw auto 0 14.5333333333vw;
}
@media only screen and (min-width: 769px) {
  .prize__b {
    width: 53.4166666667vw;
    margin: 15.8333333333vw auto 0 12.8333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .prize__b {
    width: 641px;
    margin: 190px auto 0 154px;
  }
}

.prize__c {
  width: 59.6vw;
  margin: 16vw auto 0 14.5333333333vw;
}
@media only screen and (min-width: 769px) {
  .prize__c {
    width: 52.9166666667vw;
    margin: 14.8333333333vw auto 0 12.8333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .prize__c {
    width: 635px;
    margin: 178px auto 0 154px;
  }
}

.prize__w {
  width: 89.8666666667vw;
  margin: 6.6666666667vw auto 0;
}
@media only screen and (min-width: 769px) {
  .prize__w {
    width: 80vw;
    margin: 6.1666666667vw auto 0;
  }
}
@media only screen and (min-width: 1200px) {
  .prize__w {
    width: 960px;
    margin: 74px auto 0;
  }
}

.prize__note {
  width: 89.8666666667vw;
  margin: 2vw auto 0;
  font-size: 2.2666666667vw;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .prize__note {
    width: 80.1666666667vw;
    margin: 0.8333333333vw auto 0;
    font-size: 1.3333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .prize__note {
    width: 962px;
    margin: 10px auto 0;
    font-size: 1.6rem;
  }
}

.prize__period {
  width: 82.9333333333vw;
  margin: 13.3333333333vw auto 0;
}
@media only screen and (min-width: 769px) {
  .prize__period {
    width: 73.5vw;
    margin: 13.75vw auto 0;
  }
}
@media only screen and (min-width: 1200px) {
  .prize__period {
    width: 882px;
    margin: 165px auto 0;
  }
}

.prize__prod__title {
  width: 80.6666666667vw;
  margin: 15.8666666667vw auto 0;
}
@media only screen and (min-width: 769px) {
  .prize__prod__title {
    width: 71.3333333333vw;
    margin: 11.1666666667vw auto 0;
  }
}
@media only screen and (min-width: 1200px) {
  .prize__prod__title {
    width: 856px;
    margin: 134px auto 0;
  }
}

.prize__prod__wrap {
  position: relative;
  width: 85.3333333333vw;
  height: 34.6666666667vw;
  margin: 1.6vw auto 0;
  padding: 5.6vw 0 0;
  background-color: #fff;
  border-radius: 2.6666666667vw;
}
@media only screen and (min-width: 769px) {
  .prize__prod__wrap {
    width: 76vw;
    height: 31.25vw;
    margin: 1.25vw auto 0;
    padding: 5vw 0 0;
    border-radius: 2.25vw;
  }
}
@media only screen and (min-width: 1200px) {
  .prize__prod__wrap {
    width: 912px;
    height: 375px;
    margin: 15px auto 0;
    padding: 60px 0 0;
    border-radius: 27px;
  }
}

.prize__prod__lineup {
  width: 56.9333333333vw;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .prize__prod__lineup {
    width: 50.6666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .prize__prod__lineup {
    width: 608px;
  }
}

.prize__prod__note {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 2.6666666667vw;
  font-size: 1.6vw;
}
@media only screen and (min-width: 769px) {
  .prize__prod__note {
    bottom: 2.5vw;
    font-size: 1.1666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .prize__prod__note {
    bottom: 30px;
    font-size: 1.4rem;
  }
}

.prize__prod__btn {
  width: 82.9333333333vw;
  margin: 8vw auto 0;
}
@media only screen and (min-width: 769px) {
  .prize__prod__btn {
    width: 51.8333333333vw;
    margin: 6.6666666667vw auto 0;
  }
}
@media only screen and (min-width: 1200px) {
  .prize__prod__btn {
    width: 622px;
    margin: 80px auto 0;
  }
}

.prize__prod__btn a {
  position: relative;
  display: block;
  width: 82.9333333333vw;
  height: 13.0666666667vw;
  background: url("../img/bt_sasami_sp_off.png") no-repeat;
  background-size: 100% auto;
  background-position: top center;
  text-indent: -9999px;
}
@media only screen and (min-width: 769px) {
  .prize__prod__btn a {
    width: 51.8333333333vw;
    height: 8.1666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .prize__prod__btn a {
    width: 622px;
    height: 98px;
  }
}
.prize__prod__btn a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bt_sasami_sp_on.png") no-repeat;
  background-size: 100% auto;
  background-position: top center;
  clip-path: inset(0 100% 0 0);
  transition-property: clip-path;
}
.prize__prod__btn a:active::after, .prize__prod__btn a:hover::after {
  clip-path: inset(0);
}

.carousel {
  /* Arrows */
  /* Dots */
}
.carousel .slick-prev,
.carousel .slick-next {
  top: 50%;
  width: 4.9333333333vw;
  height: 4.9333333333vw;
}
@media only screen and (min-width: 769px) {
  .carousel .slick-prev,
  .carousel .slick-next {
    width: 4.4166666667vw;
    height: 4.4166666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .carousel .slick-prev,
  .carousel .slick-next {
    width: 53px;
    height: 53px;
  }
}
.carousel .slick-prev:before,
.carousel .slick-next:before {
  content: "";
  display: block;
  width: 4.9333333333vw;
  height: 4.9333333333vw;
  background-size: cover;
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .carousel .slick-prev:before,
  .carousel .slick-next:before {
    width: 4.4166666667vw;
    height: 4.4166666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .carousel .slick-prev:before,
  .carousel .slick-next:before {
    width: 53px;
    height: 53px;
  }
}
.carousel .slick-prev {
  left: -9.3333333333vw;
}
@media only screen and (min-width: 769px) {
  .carousel .slick-prev {
    left: -8.75vw;
  }
}
@media only screen and (min-width: 1200px) {
  .carousel .slick-prev {
    left: -105px;
  }
}
.carousel [dir=rtl] .slick-prev {
  right: -9.3333333333vw;
}
@media only screen and (min-width: 769px) {
  .carousel [dir=rtl] .slick-prev {
    right: -8.75vw;
  }
}
@media only screen and (min-width: 1200px) {
  .carousel [dir=rtl] .slick-prev {
    right: -105px;
  }
}
.carousel .slick-prev:before {
  background-image: url(../img/bt_back_o.svg);
}
.carousel [dir=rtl] .slick-prev:before {
  background-image: url(../img/bt_back_o.svg);
}
.carousel .slick-next {
  right: -9.3333333333vw;
}
@media only screen and (min-width: 769px) {
  .carousel .slick-next {
    right: -8.75vw;
  }
}
@media only screen and (min-width: 1200px) {
  .carousel .slick-next {
    right: -105px;
  }
}
.carousel [dir=rtl] .slick-next {
  left: -9.3333333333vw;
}
@media only screen and (min-width: 769px) {
  .carousel [dir=rtl] .slick-next {
    left: -8.75vw;
  }
}
@media only screen and (min-width: 1200px) {
  .carousel [dir=rtl] .slick-next {
    left: -105px;
  }
}
.carousel .slick-next:before {
  background-image: url(../img/bt_next_o.svg);
}
.carousel [dir=rtl] .slick-next:before {
  background-image: url(../img/bt_next_o.svg);
}
.carousel .slick-dotted.slick-slider {
  margin-bottom: 35px;
}
@media only screen and (min-width: 769px) {
  .carousel .slick-dotted.slick-slider {
    margin-bottom: 0.8333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .carousel .slick-dotted.slick-slider {
    margin-bottom: 10px;
  }
}
.carousel .slick-dots {
  bottom: -12vw;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .carousel .slick-dots {
    bottom: -10vw;
  }
}
@media only screen and (min-width: 1200px) {
  .carousel .slick-dots {
    bottom: -120px;
  }
}
.carousel .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 769px) {
  .carousel .slick-dots li {
    margin: 0 0.4166666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .carousel .slick-dots li {
    margin: 0 5px;
  }
}
.carousel .slick-dots li button {
  width: 20px;
  height: 20px;
  padding: 5px;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.carousel .slick-dots li button:hover,
.carousel .slick-dots li button:focus {
  outline: none;
}
.carousel .slick-dots li button:hover:before,
.carousel .slick-dots li button:focus:before {
  opacity: 0.5;
}
.carousel .slick-dots li button:before {
  font-size: 30px;
  line-height: 15px;
  width: 15px;
  height: 15px;
}
@media only screen and (min-width: 769px) {
  .carousel .slick-dots li button:before {
    font-size: 4.1666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .carousel .slick-dots li button:before {
    font-size: 50px;
  }
}
.carousel .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #e5001c;
}

.step__flow__sp {
  /* Arrows */
  /* Dots */
}
.step__flow__sp .slick-prev,
.step__flow__sp .slick-next {
  top: 50%;
  width: 11.6vw;
  height: 11.6vw;
}
.step__flow__sp .slick-prev:before,
.step__flow__sp .slick-next:before {
  content: "";
  display: block;
  width: 11.6vw;
  height: 11.6vw;
  background-size: cover;
  opacity: 1;
}
.step__flow__sp .slick-prev {
  left: -20vw;
}
.step__flow__sp [dir=rtl] .slick-prev {
  right: -20vw;
}
.step__flow__sp .slick-prev:before {
  background-image: url(../img/bt_back_r.svg);
}
.step__flow__sp [dir=rtl] .slick-prev:before {
  background-image: url(../img/bt_back_r.svg);
}
.step__flow__sp .slick-next {
  right: -20vw;
}
.step__flow__sp [dir=rtl] .slick-next {
  left: -20vw;
}
.step__flow__sp .slick-next:before {
  background-image: url(../img/bt_next_r.svg);
}
.step__flow__sp [dir=rtl] .slick-next:before {
  background-image: url(../img/bt_next_r.svg);
}
.step__flow__sp .slick-dotted.slick-slider {
  margin-bottom: 45px;
}
.step__flow__sp .slick-dots {
  bottom: -12vw;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.step__flow__sp .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
}
.step__flow__sp .slick-dots li button {
  width: 20px;
  height: 20px;
  padding: 5px;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.step__flow__sp .slick-dots li button:hover,
.step__flow__sp .slick-dots li button:focus {
  outline: none;
}
.step__flow__sp .slick-dots li button:hover:before,
.step__flow__sp .slick-dots li button:focus:before {
  opacity: 1;
}
.step__flow__sp .slick-dots li button:before {
  font-size: 30px;
  line-height: 15px;
  width: 15px;
  height: 15px;
}
.step__flow__sp .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #e5001c;
}

.step__flow__pc {
  /* Arrows */
  /* Dots */
}
.step__flow__pc .slick-prev,
.step__flow__pc .slick-next {
  top: 50%;
}
@media only screen and (min-width: 769px) {
  .step__flow__pc .slick-prev,
  .step__flow__pc .slick-next {
    width: 4.4166666667vw;
    height: 4.4166666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .step__flow__pc .slick-prev,
  .step__flow__pc .slick-next {
    width: 53px;
    height: 53px;
  }
}
.step__flow__pc .slick-prev:before,
.step__flow__pc .slick-next:before {
  content: "";
  display: block;
  background-size: cover;
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .step__flow__pc .slick-prev:before,
  .step__flow__pc .slick-next:before {
    width: 4.4166666667vw;
    height: 4.4166666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .step__flow__pc .slick-prev:before,
  .step__flow__pc .slick-next:before {
    width: 53px;
    height: 53px;
  }
}
@media only screen and (min-width: 769px) {
  .step__flow__pc .slick-prev {
    left: -4.8333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .step__flow__pc .slick-prev {
    left: -58px;
  }
}
@media only screen and (min-width: 769px) {
  .step__flow__pc [dir=rtl] .slick-prev {
    right: -4.8333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .step__flow__pc [dir=rtl] .slick-prev {
    right: -58px;
  }
}
.step__flow__pc .slick-prev:before {
  background-image: url(../img/bt_back_r.svg);
}
.step__flow__pc [dir=rtl] .slick-prev:before {
  background-image: url(../img/bt_back_r.svg);
}
@media only screen and (min-width: 769px) {
  .step__flow__pc .slick-next {
    right: -4.8333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .step__flow__pc .slick-next {
    right: -58px;
  }
}
@media only screen and (min-width: 769px) {
  .step__flow__pc [dir=rtl] .slick-next {
    left: -4.8333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .step__flow__pc [dir=rtl] .slick-next {
    left: -58px;
  }
}
.step__flow__pc .slick-next:before {
  background-image: url(../img/bt_next_r.svg);
}
.step__flow__pc [dir=rtl] .slick-next:before {
  background-image: url(../img/bt_next_r.svg);
}
@media only screen and (min-width: 769px) {
  .step__flow__pc .slick-dotted.slick-slider {
    margin-bottom: 0.8333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .step__flow__pc .slick-dotted.slick-slider {
    margin-bottom: 10px;
  }
}
.step__flow__pc .slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .step__flow__pc .slick-dots {
    bottom: -5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .step__flow__pc .slick-dots {
    bottom: -60px;
  }
}
.step__flow__pc .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 769px) {
  .step__flow__pc .slick-dots li {
    margin: 0 0.4166666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .step__flow__pc .slick-dots li {
    margin: 0 5px;
  }
}
.step__flow__pc .slick-dots li button {
  width: 20px;
  height: 20px;
  padding: 5px;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.step__flow__pc .slick-dots li button:hover,
.step__flow__pc .slick-dots li button:focus {
  outline: none;
}
.step__flow__pc .slick-dots li button:hover:before,
.step__flow__pc .slick-dots li button:focus:before {
  opacity: 0.5;
}
.step__flow__pc .slick-dots li button:before {
  line-height: 15px;
  width: 15px;
  height: 15px;
}
@media only screen and (min-width: 769px) {
  .step__flow__pc .slick-dots li button:before {
    font-size: 4.1666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .step__flow__pc .slick-dots li button:before {
    font-size: 50px;
  }
}
.step__flow__pc .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #e5001c;
}

.method {
  width: 100%;
  position: relative;
  background-color: #fff;
}

.method__mask {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 504vw;
}
@media only screen and (min-width: 769px) {
  .method__mask {
    height: 250.8333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .method__mask {
    height: 3010px;
  }
}
.method__mask .method__mask__left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #ffef00;
  transition: left 1s ease 0.25s;
}
.method__mask .method__mask__right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #ffef00;
  transition: right 1s ease 0.25s;
}
.method__mask.active .method__mask__left {
  left: -50%;
}
.method__mask.active .method__mask__right {
  right: -50%;
}

.method__inner {
  position: relative;
  padding: 17.0666666667vw 0;
}
@media only screen and (min-width: 769px) {
  .method__inner {
    width: 100%;
    padding: 14vw 0 8vw;
  }
}
@media only screen and (min-width: 1200px) {
  .method__inner {
    width: 1200px;
    margin: 0 auto;
    padding: 168px 0 96px;
  }
}

.method__title {
  width: 44.8vw;
  margin: 0 auto;
  filter: drop-shadow(1.2vw 1.2vw 0 #ffe100);
}
@media only screen and (min-width: 769px) {
  .method__title {
    width: 28vw;
    filter: drop-shadow(5px 5px 0 #ffe100);
  }
}
@media only screen and (min-width: 1200px) {
  .method__title {
    width: 336px;
    filter: drop-shadow(8px 8px 0 #ffe100);
  }
}

.method__character {
  position: absolute;
  width: 21.4666666667vw;
  top: 3.8666666667vw;
  right: 3.4666666667vw;
}
@media only screen and (min-width: 769px) {
  .method__character {
    width: 17.25vw;
    top: 5.8333333333vw;
    right: 14.3333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .method__character {
    width: 207px;
    top: 70px;
    right: 172px;
  }
}

.method__step {
  position: relative;
  z-index: 1;
  width: 92.5333333333vw;
  height: 97.0666666667vw;
  margin: 8.6666666667vw auto 0;
  padding: 5.0666666667vw 0;
  background-color: #fff;
  border: 2px solid #e6001c;
  border-radius: 3.0666666667vw;
}
@media only screen and (min-width: 769px) {
  .method__step {
    width: 68vw;
    height: 38vw;
    margin: 7.5vw auto 0;
    padding: 1.6666666667vw 0;
    border: 0.25vw solid #e6001c;
    border-radius: 1.6666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .method__step {
    width: 816px;
    height: 456px;
    margin: 136px auto 0;
    padding: 20px 0;
    border: 3px solid #e6001c;
    border-radius: 20px;
  }
}

.step__flow__sp {
  width: 44vw;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .step__flow__sp {
    display: none;
  }
}
.step__flow__sp li .add__btn {
  position: relative;
  width: 34.6666666667vw;
  margin: -9.3333333333vw auto 0;
}

.step__flow__pc {
  display: none;
}
@media only screen and (min-width: 769px) {
  .step__flow__pc {
    display: block;
    width: 52.8333333333vw;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1200px) {
  .step__flow__pc {
    width: 634px;
  }
}
@media only screen and (min-width: 769px) {
  .step__flow__pc li .add__btn {
    position: relative;
    width: 14.5vw;
    margin: -3.9166666667vw 11.6666666667vw 0 auto;
  }
}
@media only screen and (min-width: 1200px) {
  .step__flow__pc li .add__btn {
    width: 174px;
    margin: -47px 140px 0 auto;
  }
}
@media only screen and (min-width: 769px) {
  .step__flow__pc li .add__btn a {
    position: relative;
    display: block;
    background: url("../img/bt_friend_off.svg") no-repeat;
    background-size: 100% auto;
    background-position: top center;
    text-indent: -9999px;
    width: 14.5vw;
    height: 3.6666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .step__flow__pc li .add__btn a {
    width: 174px;
    height: 44px;
  }
}
.step__flow__pc li .add__btn a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bt_friend_on.svg") no-repeat;
  background-size: 100% auto;
  background-position: top center;
  clip-path: inset(0 100% 0 0);
  transition-property: clip-path;
}
.step__flow__pc li .add__btn a:active::after, .step__flow__pc li .add__btn a:hover::after {
  clip-path: inset(0);
}

.method__lineid a {
  display: block;
  background: url("../img/line_id_sp_off.svg") no-repeat;
  background-size: 100% auto;
  background-position: top center;
  text-indent: -9999px;
  width: 93.0666666667vw;
  height: 35.3333333333vw;
  margin: 18.6666666667vw auto 0;
}
@media only screen and (min-width: 769px) {
  .method__lineid a {
    position: relative;
    display: block;
    background: url("../img/line_id_pc_off.svg") no-repeat;
    background-size: 100% auto;
    background-position: top center;
    text-indent: -9999px;
    width: 66.6666666667vw;
    height: 18.6666666667vw;
    margin: 9.3333333333vw auto 0;
  }
}
@media only screen and (min-width: 1200px) {
  .method__lineid a {
    width: 800px;
    height: 224px;
    margin: 112px auto 0;
  }
}
@media only screen and (min-width: 769px) {
  .method__lineid a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/line_id_pc_on.svg") no-repeat;
    background-size: 100% auto;
    background-position: top center;
    clip-path: inset(0 100% 0 0);
    transition: 0.5s cubic-bezier(0.37, 0, 0.63, 1);
    transition-property: clip-path;
  }
  .method__lineid a:hover::after {
    clip-path: inset(0);
  }
}

.method__receipt__title {
  width: 56.9333333333vw;
  margin: 13.0666666667vw auto 0;
  filter: drop-shadow(1.2vw 1.2vw 0 #ffe100);
}
@media only screen and (min-width: 769px) {
  .method__receipt__title {
    width: 28vw;
    margin: 13.3333333333vw auto 0;
    filter: drop-shadow(5px 5px 0 #ffe100);
  }
}
@media only screen and (min-width: 1200px) {
  .method__receipt__title {
    width: 336px;
    margin: 160px auto 0;
    filter: drop-shadow(8px 8px 0 #ffe100);
  }
}

.method__receipt__text {
  width: 85.3333333333vw;
  margin: 6.6666666667vw auto 0;
  font-size: 3.2vw;
  line-height: 1.3;
}
@media only screen and (min-width: 769px) {
  .method__receipt__text {
    width: 44em;
    font-size: 1.3333333333vw;
    margin: 3.9166666667vw auto 0;
  }
}
@media only screen and (min-width: 1200px) {
  .method__receipt__text {
    font-size: 1.6rem;
    margin: 47px auto 0;
  }
}

.method__receipt__ng {
  width: 92.5333333333vw;
  margin: 4.6666666667vw auto 0;
}
@media only screen and (min-width: 769px) {
  .method__receipt__ng {
    width: 66.9166666667vw;
    margin: 2.8333333333vw auto 0;
  }
}
@media only screen and (min-width: 1200px) {
  .method__receipt__ng {
    width: 803px;
    margin: 34px auto 0;
  }
}

.privacy {
  width: 100%;
}

.privacy__title {
  width: 85.6vw;
  margin: 14.1333333333vw auto 0;
}
@media only screen and (min-width: 769px) {
  .privacy__title {
    width: 75.5833333333vw;
    margin: 8.75vw auto 0;
  }
}
@media only screen and (min-width: 1200px) {
  .privacy__title {
    width: 907px;
    margin: 105px auto 0;
  }
}

.privacy__text {
  width: 85.3333333333vw;
  margin: 5.6vw auto 0;
  font-size: 3.2vw;
  line-height: 1.3;
}
@media only screen and (min-width: 769px) {
  .privacy__text {
    width: 72.75vw;
    font-size: 1.3333333333vw;
    margin: 3.6666666667vw auto 0;
  }
}
@media only screen and (min-width: 1200px) {
  .privacy__text {
    width: 873px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 44px auto 0;
  }
}

.contact {
  width: 100%;
}

.contact__title {
  width: 85.6vw;
  margin: 10.9333333333vw auto 0;
}
@media only screen and (min-width: 769px) {
  .contact__title {
    width: 75.5833333333vw;
    margin: 7.3333333333vw auto 0;
  }
}
@media only screen and (min-width: 1200px) {
  .contact__title {
    width: 907px;
    margin: 88px auto 0;
  }
}

.contact__telno {
  width: 73.2vw;
  margin: 6vw auto 0;
}
@media only screen and (min-width: 769px) {
  .contact__telno {
    width: 39.8333333333vw;
    margin: 3.75vw auto 0;
  }
}
@media only screen and (min-width: 1200px) {
  .contact__telno {
    width: 478px;
    margin: 45px auto 0;
  }
}

.contact__text {
  width: 94.6666666667vw;
  margin: 2.5333333333vw auto 0;
  font-size: 2.9333333333vw;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .contact__text {
    width: 72.75vw;
    font-size: 1.3333333333vw;
    margin: 1.6666666667vw auto 0;
  }
}
@media only screen and (min-width: 1200px) {
  .contact__text {
    width: 873px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 20px auto 0;
  }
}

.xcp {
  width: 100%;
  position: relative;
  background-image: url(../img/bg_x_sp.png);
  background-size: 100% auto;
}
@media only screen and (min-width: 769px) {
  .xcp {
    background-image: url(../img/bg_x_tb.png);
  }
}
@media only screen and (min-width: 1200px) {
  .xcp {
    background-image: url(../img/bg_x_pc.png);
  }
}

.xcp__mask {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 918.6666666667vw;
}
@media only screen and (min-width: 769px) {
  .xcp__mask {
    height: 506.6666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .xcp__mask {
    height: 6080px;
  }
}
.xcp__mask .xcp__mask__left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #fff;
  transition: left 1s ease 0.25s;
}
.xcp__mask .xcp__mask__right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #fff;
  transition: right 1s ease 0.25s;
}
.xcp__mask.active .xcp__mask__left {
  left: -50%;
}
.xcp__mask.active .xcp__mask__right {
  right: -50%;
}

.xcp__inner {
  position: relative;
  padding: 15.2vw 0 15.2vw;
}
@media only screen and (min-width: 769px) {
  .xcp__inner {
    width: 100%;
    padding: 14vw 0 8vw;
  }
}
@media only screen and (min-width: 1200px) {
  .xcp__inner {
    width: 1200px;
    margin: 0 auto;
    padding: 168px 0 96px;
  }
}

.xcp__baloon {
  width: 76.6666666667vw;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .xcp__baloon {
    width: 67.8333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .xcp__baloon {
    width: 814px;
  }
}

.xcp_1 {
  position: relative;
  width: 90.1333333333vw;
  margin: 21.7333333333vw auto 0 5.3333333333vw;
  background-image: url(../img/bg_x01_sp.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-bottom: 13.3333333333vw;
}
@media only screen and (min-width: 769px) {
  .xcp_1 {
    width: 80.1666666667vw;
    margin: 20.1666666667vw auto 0 10.25vw;
    background-image: url(../img/bg_x01_pc.svg);
    padding-bottom: 8.3333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .xcp_1 {
    width: 962px;
    margin: 242px auto 0 123px;
    padding-bottom: 100px;
  }
}

.xcp_1__title {
  width: 62.4vw;
  margin: 0 auto;
  transform: translateY(-11.0666666667vw);
  clip-path: inset(0 50%);
  transition: clip-path 0.5s cubic-bezier(0.37, 0, 0.63, 1) 0.5s;
}
@media only screen and (min-width: 769px) {
  .xcp_1__title {
    width: 55.5vw;
    transform: translateY(-9.8333333333vw);
  }
}
@media only screen and (min-width: 1200px) {
  .xcp_1__title {
    width: 666px;
    transform: translateY(-118px);
  }
}
.xcp_1__title.active {
  clip-path: inset(0);
}

.xcp_1__kv {
  width: 81.2vw;
  margin: -6.6666666667vw auto 0;
}
@media only screen and (min-width: 769px) {
  .xcp_1__kv {
    width: 72.25vw;
    margin: -4.1666666667vw auto 0;
  }
}
@media only screen and (min-width: 1200px) {
  .xcp_1__kv {
    width: 867px;
    margin: -50px auto 0;
  }
}

.xcp_1__cont02 {
  width: 79.0666666667vw;
  margin: 6.6666666667vw auto 0;
}
@media only screen and (min-width: 769px) {
  .xcp_1__cont02 {
    width: 68.8333333333vw;
    margin: 6.6666666667vw auto 0;
  }
}
@media only screen and (min-width: 1200px) {
  .xcp_1__cont02 {
    width: 826px;
    margin: 80px auto 0;
  }
}

.xcp_1__cont03 {
  width: 80.4vw;
  margin: 1.6vw auto 0;
}
@media only screen and (min-width: 769px) {
  .xcp_1__cont03 {
    width: 71.5vw;
    margin: 1.5vw auto 0;
  }
}
@media only screen and (min-width: 1200px) {
  .xcp_1__cont03 {
    width: 858px;
    margin: 18px auto 0;
  }
}

.xcp_1__cont04 {
  width: 80.6666666667vw;
  margin: 1.6vw auto 0;
}
@media only screen and (min-width: 769px) {
  .xcp_1__cont04 {
    width: 72.1666666667vw;
    margin: 0.8333333333vw auto 0;
  }
}
@media only screen and (min-width: 1200px) {
  .xcp_1__cont04 {
    width: 866px;
    margin: 10px auto 0;
  }
}

.xcp_1__note01 {
  width: 80.6666666667vw;
  margin: 6vw auto 0;
  font-size: 2.5333333333vw;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .xcp_1__note01 {
    width: 72.1666666667vw;
    margin: 5.8333333333vw auto 0;
    font-size: 1.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .xcp_1__note01 {
    width: 866px;
    margin: 70px auto 0;
    font-size: 1.8rem;
  }
}

.xcp_1__period {
  width: 68.9333333333vw;
  margin: 11.7333333333vw auto 0 10.1333333333vw;
}
@media only screen and (min-width: 769px) {
  .xcp_1__period {
    width: 61vw;
    margin: 4.9166666667vw auto 0 9vw;
  }
}
@media only screen and (min-width: 1200px) {
  .xcp_1__period {
    width: 732px;
    margin: 59px auto 0 108px;
  }
}

.xcp_1__method__title {
  width: 46.5333333333vw;
  margin: 10.1333333333vw auto 0 21.3333333333vw;
}
@media only screen and (min-width: 769px) {
  .xcp_1__method__title {
    width: 41.3333333333vw;
    margin: 9vw auto 0 19.1666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .xcp_1__method__title {
    width: 496px;
    margin: 108px auto 0 230px;
  }
}

.xcp_1__method__step {
  width: 71.0666666667vw;
  margin: 8.5333333333vw auto 0 6vw;
}
@media only screen and (min-width: 769px) {
  .xcp_1__method__step {
    width: 71.6666666667vw;
    margin: 6.25vw auto 0 3.8333333333vw;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1200px) {
  .xcp_1__method__step {
    width: 860px;
    margin: 75px auto 0 46px;
  }
}
.xcp_1__method__step > li:nth-child(1) {
  margin-bottom: 7.6vw;
}
@media only screen and (min-width: 769px) {
  .xcp_1__method__step > li:nth-child(1) {
    width: 18.0833333333vw;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .xcp_1__method__step > li:nth-child(1) {
    width: 217px;
  }
}
.xcp_1__method__step > li:nth-child(2) {
  margin-top: 4.75vw;
}
@media only screen and (min-width: 769px) {
  .xcp_1__method__step > li:nth-child(2) {
    width: 28.9166666667vw;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .xcp_1__method__step > li:nth-child(2) {
    width: 347px;
  }
}
.xcp_1__method__step > li:nth-child(3) {
  margin-top: 4.75vw;
}
@media only screen and (min-width: 769px) {
  .xcp_1__method__step > li:nth-child(3) {
    width: 18.0833333333vw;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .xcp_1__method__step > li:nth-child(3) {
    width: 217px;
  }
}

.xcp_1__method__app {
  width: 72.6666666667vw;
  margin: 0 auto 0 1.6vw;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 769px) {
  .xcp_1__method__app {
    width: 18.8333333333vw;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1200px) {
  .xcp_1__method__app {
    width: 226px;
  }
}
.xcp_1__method__app li {
  width: 31.4666666667vw;
}
@media only screen and (min-width: 769px) {
  .xcp_1__method__app li {
    width: 9vw;
  }
}
@media only screen and (min-width: 1200px) {
  .xcp_1__method__app li {
    width: 108px;
  }
}

.xcp_1__entry {
  width: 77.0666666667vw;
  margin: 11.6666666667vw auto 0;
}
@media only screen and (min-width: 769px) {
  .xcp_1__entry {
    width: 58.0833333333vw;
    margin: 6.5vw auto 0;
  }
}
@media only screen and (min-width: 1200px) {
  .xcp_1__entry {
    width: 697px;
    margin: 78px auto 0;
  }
}

.xcp_1__entry a {
  display: block;
  width: 77.0666666667vw;
  height: 11.0666666667vw;
  background: url("../img/bt_follow_sp_off.svg") no-repeat;
  background-size: 100% auto;
  background-position: top center;
  text-indent: -9999px;
}
@media only screen and (min-width: 769px) {
  .xcp_1__entry a {
    position: relative;
    background: url("../img/bt_follow_pc_off.svg") no-repeat;
    width: 58.0833333333vw;
    height: 6.1666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .xcp_1__entry a {
    width: 697px;
    height: 74px;
  }
}
.xcp_1__entry a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bt_follow_sp_on.svg") no-repeat;
  background-size: 100% auto;
  background-position: top center;
  clip-path: inset(0 100% 0 0);
  transition-property: clip-path;
}
@media only screen and (min-width: 769px) {
  .xcp_1__entry a::after {
    background: url("../img/bt_follow_pc_on.svg") no-repeat;
  }
}
.xcp_1__entry a:active::after, .xcp_1__entry a:hover::after {
  clip-path: inset(0);
}

.xcp_1__note02 {
  width: 80.6666666667vw;
  margin: 2vw auto 0;
  font-size: 2.5333333333vw;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .xcp_1__note02 {
    width: 72.1666666667vw;
    margin: 1.25vw auto 0;
    font-size: 1.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .xcp_1__note02 {
    width: 866px;
    margin: 15px auto 0;
    font-size: 1.8rem;
  }
}

.xcp_2 {
  position: relative;
  width: 90.1333333333vw;
  margin: 21.7333333333vw auto 0 5.3333333333vw;
  background-image: url(../img/bg_x02_sp.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-bottom: 13.3333333333vw;
}
@media only screen and (min-width: 769px) {
  .xcp_2 {
    width: 80.1666666667vw;
    margin: 19vw auto 0 10.25vw;
    background-image: url(../img/bg_x02_pc.svg);
    padding-bottom: 8.3333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .xcp_2 {
    width: 962px;
    margin: 228px auto 0 123px;
    padding-bottom: 100px;
  }
}

.xcp_2__title {
  width: 62.4vw;
  margin: 0 auto;
  transform: translateY(-11.0666666667vw);
  clip-path: inset(0 50%);
  transition: clip-path 0.5s cubic-bezier(0.37, 0, 0.63, 1) 0.5s;
}
@media only screen and (min-width: 769px) {
  .xcp_2__title {
    width: 55.5vw;
    transform: translateY(-9.8333333333vw);
  }
}
@media only screen and (min-width: 1200px) {
  .xcp_2__title {
    width: 666px;
    transform: translateY(-118px);
  }
}
.xcp_2__title.active {
  clip-path: inset(0);
}

.xcp_2__kv {
  width: 87.7333333333vw;
  margin: -6.6666666667vw auto 0 0.6666666667vw;
}
@media only screen and (min-width: 769px) {
  .xcp_2__kv {
    width: 78vw;
    margin: -6.6666666667vw auto 0 0.6666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .xcp_2__kv {
    width: 936px;
    margin: -80px auto 0 8px;
  }
}

.xcp_2__note01 {
  width: 80.6666666667vw;
  margin: 2.6666666667vw auto 0;
  font-size: 2.5333333333vw;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .xcp_2__note01 {
    width: 72.1666666667vw;
    margin: 2.5vw auto 0;
    font-size: 1.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .xcp_2__note01 {
    width: 866px;
    margin: 30px auto 0;
    font-size: 1.8rem;
  }
}

.xcp_2__period {
  width: 68.9333333333vw;
  margin: 11.7333333333vw auto 0 10.1333333333vw;
}
@media only screen and (min-width: 769px) {
  .xcp_2__period {
    width: 61vw;
    margin: 4.9166666667vw auto 0 9vw;
  }
}
@media only screen and (min-width: 1200px) {
  .xcp_2__period {
    width: 732px;
    margin: 59px auto 0 108px;
  }
}

.xcp_2__method__title {
  width: 46.5333333333vw;
  margin: 10.1333333333vw auto 0 21.3333333333vw;
}
@media only screen and (min-width: 769px) {
  .xcp_2__method__title {
    width: 41.3333333333vw;
    margin: 9vw auto 0 19.1666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .xcp_2__method__title {
    width: 496px;
    margin: 108px auto 0 230px;
  }
}

.xcp_2__method__step {
  width: 71.0666666667vw;
  margin: 8.5333333333vw auto 0 6vw;
}
@media only screen and (min-width: 769px) {
  .xcp_2__method__step {
    width: 71.6666666667vw;
    margin: 6.25vw auto 0 3.8333333333vw;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1200px) {
  .xcp_2__method__step {
    width: 860px;
    margin: 75px auto 0 46px;
  }
}
.xcp_2__method__step > li:nth-child(1) {
  margin-bottom: 7.6vw;
}
@media only screen and (min-width: 769px) {
  .xcp_2__method__step > li:nth-child(1) {
    width: 18.0833333333vw;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .xcp_2__method__step > li:nth-child(1) {
    width: 217px;
  }
}
.xcp_2__method__step > li:nth-child(2) {
  margin-top: 4.75vw;
}
@media only screen and (min-width: 769px) {
  .xcp_2__method__step > li:nth-child(2) {
    width: 28.9166666667vw;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .xcp_2__method__step > li:nth-child(2) {
    width: 347px;
  }
}
.xcp_2__method__step > li:nth-child(3) {
  margin-top: 4.75vw;
}
@media only screen and (min-width: 769px) {
  .xcp_2__method__step > li:nth-child(3) {
    width: 18.0833333333vw;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .xcp_2__method__step > li:nth-child(3) {
    width: 217px;
  }
}

.xcp_2__method__app {
  width: 72.6666666667vw;
  margin: 0 auto 0 1.6vw;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 769px) {
  .xcp_2__method__app {
    width: 18.8333333333vw;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1200px) {
  .xcp_2__method__app {
    width: 226px;
  }
}
.xcp_2__method__app li {
  width: 31.4666666667vw;
}
@media only screen and (min-width: 769px) {
  .xcp_2__method__app li {
    width: 9vw;
  }
}
@media only screen and (min-width: 1200px) {
  .xcp_2__method__app li {
    width: 108px;
  }
}

.xcp_2__entry {
  width: 77.0666666667vw;
  margin: 11.6666666667vw auto 0;
}
@media only screen and (min-width: 769px) {
  .xcp_2__entry {
    width: 58.0833333333vw;
    margin: 6.5vw auto 0;
  }
}
@media only screen and (min-width: 1200px) {
  .xcp_2__entry {
    width: 697px;
    margin: 78px auto 0;
  }
}

.xcp_2__entry a {
  display: block;
  width: 77.0666666667vw;
  height: 11.0666666667vw;
  background: url("../img/bt_follow_sp_off.svg") no-repeat;
  background-size: 100% auto;
  background-position: top center;
  text-indent: -9999px;
}
@media only screen and (min-width: 769px) {
  .xcp_2__entry a {
    position: relative;
    background: url("../img/bt_follow_pc_off.svg") no-repeat;
    width: 58.0833333333vw;
    height: 6.1666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .xcp_2__entry a {
    width: 697px;
    height: 74px;
  }
}
.xcp_2__entry a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bt_follow_sp_on.svg") no-repeat;
  background-size: 100% auto;
  background-position: top center;
  clip-path: inset(0 100% 0 0);
  transition-property: clip-path;
}
@media only screen and (min-width: 769px) {
  .xcp_2__entry a::after {
    background: url("../img/bt_follow_pc_on.svg") no-repeat;
  }
}
.xcp_2__entry a:active::after, .xcp_2__entry a:hover::after {
  clip-path: inset(0);
}

.xcp_2__note02 {
  width: 80.6666666667vw;
  margin: 2vw auto 0;
  font-size: 2.5333333333vw;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .xcp_2__note02 {
    width: 72.1666666667vw;
    margin: 1.25vw auto 0;
    font-size: 1.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .xcp_2__note02 {
    width: 866px;
    margin: 15px auto 0;
    font-size: 1.8rem;
  }
}

.footer {
  width: 100vw;
}
@media only screen and (min-width: 769px) {
  .footer {
    width: 100%;
  }
}

.footer__inner {
  width: 100%;
  padding-bottom: 1.6vw;
}
@media only screen and (min-width: 769px) {
  .footer__inner {
    padding-bottom: 1.4166666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .footer__inner {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 17px;
  }
}

.footer__title {
  width: 85.6vw;
  margin: 15.4666666667vw auto 0;
}
@media only screen and (min-width: 769px) {
  .footer__title {
    width: 75.5833333333vw;
    margin: 3.6666666667vw auto 0;
  }
}
@media only screen and (min-width: 1200px) {
  .footer__title {
    width: 907px;
    margin: 44px auto 0;
  }
}

.footer__telno {
  width: 73.2vw;
  margin: 6vw auto 0;
}
@media only screen and (min-width: 769px) {
  .footer__telno {
    width: 39.8333333333vw;
    margin: 3.75vw auto 0;
  }
}
@media only screen and (min-width: 1200px) {
  .footer__telno {
    width: 478px;
    margin: 45px auto 0;
  }
}

.footer__text {
  width: 94.6666666667vw;
  margin: 2.5333333333vw auto 0;
  font-size: 2.9333333333vw;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .footer__text {
    width: 72.75vw;
    font-size: 1.3333333333vw;
    margin: 1.6666666667vw auto 0;
  }
}
@media only screen and (min-width: 1200px) {
  .footer__text {
    width: 873px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 20px auto 0;
  }
}

.footer__copyright {
  width: 94.6666666667vw;
  margin: 22vw auto 0;
  font-size: 2.9333333333vw;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .footer__copyright {
    width: 72.75vw;
    font-size: 1.3333333333vw;
    margin: 5.4166666667vw auto 0;
  }
}
@media only screen and (min-width: 1200px) {
  .footer__copyright {
    width: 873px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 65px auto 0;
  }
}

.ptop {
  position: fixed;
  z-index: 100;
  width: 20.2666666667vw;
  right: 2.6666666667vw;
  bottom: -21.3333333333vw;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 769px) {
  .ptop {
    width: 10.8333333333vw;
    right: 2vw;
    bottom: -11.6666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .ptop {
    width: 130px;
    right: 24px;
    bottom: -140px;
  }
}
.ptop.active {
  bottom: 4.6666666667vw;
}
@media only screen and (min-width: 769px) {
  .ptop.active {
    bottom: 2vw;
  }
}
@media only screen and (min-width: 1200px) {
  .ptop.active {
    bottom: 24px;
  }
}

.keyvisal__100visual {
  opacity: 0;
  transform: translateY(20%);
}
.keyvisal__100visual.active {
  animation: fadeUpIn 0.75s ease 0.25s forwards;
}

.keyvisual__kirakira01 {
  opacity: 0;
  transform: scale(0.1);
}
.keyvisual__kirakira01.active {
  animation: matataki 0.5s linear 1s forwards;
}

.keyvisual__kirakira02 {
  opacity: 0;
  transform: scale(0.1);
}
.keyvisual__kirakira02.active {
  animation: matataki 0.5s linear 1.25s forwards;
}

.keyvisual__kirakira03 {
  opacity: 0;
  transform: scale(0.1);
}
.keyvisual__kirakira03.active {
  animation: matataki 0.5s linear 1.5s forwards;
}

@keyframes matataki {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  60% {
    opacity: 0;
    transform: scale(0.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.baloonUp {
  transform: scale(0);
  opacity: 0;
}
.baloonUp.active {
  animation: bounce__fade 1s linear forwards;
}

.baloonUp-d {
  transform: scale(0);
  opacity: 0;
}
.baloonUp-d.active {
  animation: bounce__fade 1s linear 0.75s forwards;
}

@keyframes bounce__fade {
  0% {
    transform: scale(0);
    opacity: 0;
    filter: blur(20px);
  }
  25% {
    transform: scale(1.1);
    opacity: 1;
    filter: blur(0);
  }
  50% {
    transform: scale(0.9);
    opacity: 1;
    filter: blur(0);
  }
  75% {
    transform: scale(1.05);
    opacity: 1;
    filter: blur(0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
  }
}
.effect-fadeup-in {
  opacity: 0;
  transform: translateY(20%);
}
.effect-fadeup-in.active {
  animation: fadeUpIn 0.75s ease 0.25s forwards;
}

@keyframes fadeUpIn {
  0% {
    opacity: 0;
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}