@charset "UTF-8";

/* 共通
=======================================================*/
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  color: #212121;
}

body h1,
p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}

main {
  width: 100%;
  overflow: hidden;
}
a {
  display: block;
}
.f_small {
  font-size: 80%;
}
/*バッジを調整*/
.grecaptcha-badge {
  display: none;
}
.br_sp {
  display: none;
}

.on {
  animation: under-fadeIn 1.5s ease-in-out forwards;
}

@media screen and (max-width: 480px) {
  .br_sp {
    display: block;
  }
  .br_pc {
    display: none;
  }
}
/* ローディングアニメーション（ローダー）
=======================================================*/
/*.loading-content {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: var(--color_2);
    transition: all ease-in-out 1s;
    z-index: 10000;
}
.loading-content.js-loaded {
    opacity: 0;
    visibility: hidden;
}

.loading-content .loading-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--color_1);
    font-size: 30px;
    letter-spacing: 0.05em;
    -webkit-animation: tracking-in-expand 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) both;
    animation: tracking-in-expand 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}
@-webkit-keyframes tracking-in-expand {
    0% {
        letter-spacing: -0.5em;
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}
@keyframes tracking-in-expand {
    0% {
        letter-spacing: -0.5em;
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}

@media screen and (max-width: 480px) {
    .loading-content .loading-text {
        font-size: 20px;
    }
}
@media screen and (max-width: 380px) {
    .loading-content .loading-text {
        font-size: 16px;
    }
}*/

/* fv
=======================================================*/
#fv {
  display: flex;
  position: relative;
  width: 100%;
  height: 62.5vw;
}
.fv__wrap {
  position: absolute;
  top: 3.4722vw;
  left: 10%;
  width: 69.44vw;
  z-index: 2;
}

.fv__wrap h1 {
  font-size: clamp(16px, 2.777vw, 30px);
  font-weight: 700;
}

.mainTitle {
  display: inline-block;
  font-size: clamp(40px, 7.82vw, 200px);
  line-height: 1.2em;
  transform: rotate(-5deg);
  background: linear-gradient(45deg, #f81876, #ff90e7, #ff90e7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fv__text {
  font-size: clamp(16px, 1.66vw, 24px);
  margin-top: 5.55vw;
}

.sail {
  display: inline-block;
  font-size: clamp(18px, 2.08vw, 30px);
  line-height: 3em;
}

.fv__button {
  width: 24vw;
  height: auto;
  margin-top: 6vw;
  background: linear-gradient(45deg, #f81876, #ff90e7);
  border: none;
  border-radius: 0.69vw;
}
.fv__button a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5% 0;
  text-decoration: none;
  color: #fff;
  font-size: clamp(14px, 2.08vw, 24px);
  font-weight: 700;
}

/*画像bg*/
.fvBg__wrap {
  position: relative;
  width: 59.375vw;
  margin: 1vw 0 0 auto;
  z-index: 1;
}

.fvBg__item {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
}

.fvBg__item-web {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 39vw;
  background-image: url("img/fv_web_bg.png");
}
.fvBg__item-card {
  top: 58%;
  left: 0;
  width: 30vw;
  background-image: url("img/fv_card_bg.png");
}
.fvBg__item-pr {
  top: 45%;
  right: 0;
  width: 32vw;
  background-image: url("img/fv_pr_bg.png");
}

.fvBg__item img {
  width: 60%;
}

.fvBg__item-web img,
.fvBg__item-card img {
  padding-bottom: 4vw;
}

@media screen and (max-width: 480px) {
  #fv {
    height: 150vw;
  }
  .fv__wrap {
    width: 90%;
  }
  .mainTitle {
    margin: 5% 0;
    font-size: clamp(38px, 12vw, 200px);
  }
  .fv__button {
    width: 45vw;
    height: auto;
    margin-top: 6vw;
  }
  .fvBg__wrap {
    width: 100%;
  }
  .fvBg__item-web {
    top: 38%;
    left: 43%;
    transform: translateX(0);
    width: 58%;
  }
  .fvBg__item-card {
    top: 64%;
    left: 5%;
    width: 50%;
  }
  .fvBg__item-pr {
    top: 67%;
    right: 0;
    width: 50%;
  }
}

/* problem
=======================================================*/
#problem {
  padding: 8.33vw 10% 10vw;
  color: #fff;
  text-align: center;
  background: linear-gradient(45deg, #f81876, #ff90e7);
}
#problem h2 {
  font-size: clamp(16px, 1.666vw, 40px);
  margin-bottom: 3vw;
}

.problem__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 6vw;
}

.problem__item {
  position: relative;
  width: 22.22vw;
  height: 22.22vw;
  margin-bottom: 2.5vw;
  background-color: #ffffff80;
  border: #fff 3px solid;
  border-radius: 2.083vw;
}

.problem__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20vw;
  height: 20vw;
}
.problem__inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.problem__item h3 {
  position: relative;
  top: 21vw;
  font-size: clamp(15px, 1.388vw, 40px);
}

@media screen and (max-width: 896px) {
  #problem {
    padding: 8.33vw 10% 20vw;
  }
  .problem__item {
    width: 38vw;
    height: 38vw;
    margin-bottom: 3vw;
  }
  .problem__inner {
    width: 33vw;
    height: 33vw;
  }
  .problem__item h3 {
    top: 36.5vw;
  }
}

@media screen and (max-width: 480px) {
  #problem {
    padding: 8.33vw 6% 20vw;
  }
  .problem__item {
    width: 40vw;
    height: 40vw;
    margin-bottom: 10vw;
  }
  .problem__item h3 {
    text-align: left;
    line-height: 1.2em;
    top: 38vw;
  }
  .problem__item h3 .br_pc {
    display: none;
  }
}

/* proposal
=======================================================*/
#proposal {
  text-align: center;
}

#proposal > p {
  display: inline-block;
  margin-top: 6.94vw;
  font-size: clamp(24px, 2.777vw, 80px);
  font-weight: 700;
  transform: rotate(-5deg);
}

.proposal__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 55.555vw;
  margin: 0 auto;
}

.proposal__wrap > h3 {
  position: relative;
  display: inline-block;
  font-size: clamp(20px, 2.777vw, 80px);
  font-weight: 600;
}
.proposal__wrap > h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -40%;
  transform: translateY(-50%);
  width: 8vw;
  height: 8vw;
  background-image: url(img/designer_rabbit.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.proposal__wrap > h3:nth-of-type(2):before {
  left: 110%;
  width: 7vw;
  height: 7vw;
  background-image: url(img/heart.svg);
}

.proposal__wrap > p {
  display: inline-block;
  font-size: 7vw;
  font-weight: 900;
  color: #ffffff;
  text-shadow: 1px 1px 1px #212121, -1px 1px 1px #212121, 1px -1px 1px #212121,
    -1px -1px 1px #212121, 1px 0px 1px #212121, 0px 1px 1px #212121,
    -1px 0px 1px #212121, 0px -1px 1px #212121;
}

#proposal > h2 {
  display: inline-block;
  font-size: clamp(28px, 4.166vw, 80px);
  font-weight: 600;
  margin-bottom: 10.4166vw;
}
#proposal .br_tab {
  display: none;
}

@media screen and (max-width: 896px) {
  #proposal {
    padding: 10%;
  }
  .proposal__wrap {
    display: block;
    align-items: center;
    width: 100%;
    margin: 5% auto;
  }
  #proposal .br_tab {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .proposal__wrap {
    margin: 20% auto;
  }
  .proposal__wrap > h3 {
    width: 100%;
    margin: 0;
    padding-right: 15%;
  }
  .proposal__wrap > h3::before {
    left: 75%;
    width: 18vw;
    height: 18vw;
  }
  .proposal__wrap > h3:nth-of-type(2):before {
    left: 75%;
    width: 14vw;
    height: 14vw;
  }
  .proposal__wrap > p {
    font-size: 20vw;
    margin: 0;
  }
}

/* about
=======================================================*/
#about {
  padding: 12.5vw 0;
}

#about h2 {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(16px, 1.3888vw, 30px);
  font-weight: 600;
  text-align: center;
  margin-bottom: 5.555vw;
}
#about h2::before {
  content: "";
  position: absolute;
  bottom: -20%;
  left: 0;
  width: 100%;
  height: 0.34722vw;
  background: linear-gradient(45deg, #f81876, #ff90e7);
}

.about__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 6.9444vw;
}

.about_imgWrap {
  position: relative;
  width: 25vw;
  margin-top: -10%;
}

.about_imgWrap figure {
  position: absolute;
  top: 0;
  right: 0;
  width: 13vw;
  height: 13vw;
  border-radius: 50%;
  overflow: hidden;
}
.about_imgWrap figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_imgWrap figcaption {
  display: inline-block;
  position: relative;
  top: -12%;
  left: 0;
  margin-top: -10%;
  padding: 5%;
  font-size: clamp(16px, 1.111vw, 24px);
  font-weight: 700;
  background-color: #f2f2f2;
  border-radius: 40%;
}
.about_imgWrap figcaption::before {
  content: "";
  position: absolute;
  bottom: -0.1vw;
  right: 1vw;
  width: 2vw;
  height: 1.6vw;
  transform: rotate(18deg);
  background-color: #f2f2f2;
}

.about_textWrap {
  width: 38.194vw;
}

.about_textWrap h3 {
  font-size: clamp(16px, 1.666vw, 40px);
  margin: 0;
}

.about_textWrap .job {
  color: #999;
  font-size: clamp(16px, 1.111vw, 24px);
  margin: 0 0 2.5vw 0;
}
.about_textWrap article {
  font-size: clamp(16px, 1.111vw, 24px);
}
.about_textWrap article span {
  color: #999;
  font-size: 85%;
}

@media screen and (max-width: 1024px) {
  .about__wrap {
    column-gap: 5vw;
  }
  .about_imgWrap {
    width: 30vw;
    margin-top: -10%;
  }
  .about_textWrap {
    width: 44vw;
  }
}

@media screen and (max-width: 896px) {
  .about__wrap {
    display: block;
    column-gap: 0;
  }
  .about_imgWrap {
    width: 38%;
    margin: 5% auto 0;
  }
  .about_textWrap {
    width: 70%;
    margin: 13% auto 0;
  }
  .about_textWrap h3,
  .about_textWrap .job {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .about_imgWrap {
    width: 48%;
  }
}

@media screen and (max-width: 480px) {
  .about_imgWrap {
    width: 70vw;
    height: 35vw;
    margin-top: 20%;
  }
  .about_imgWrap figure {
    width: 35vw;
    height: 35vw;
  }
  .about_textWrap .job {
    margin: 0 0 7vw 0;
  }
  .about_textWrap {
    width: 80%;
  }
}

/* point
=======================================================*/

#point h2 {
  margin: 0;
  padding: 2vw 0;
  font-size: clamp(20px, 2.777vw, 80px);
  font-weight: 600;
  text-align: center;
  color: #ff7e0d;
  background-color: #fff737;
}

.point__tableWrap {
  position: relative;
  font-size: clamp(16px, 1.3888vw, 30px);
  border-spacing: 0;
}
.point__tableWrap::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8%;
  transform: translateX(-40%);
  width: 12%;
  height: 12%;
  background-image: url(img/allow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.point__tableWrap tr th {
  width: 25vw;
  color: #fff;
  font-size: 5.555vw;
  background-color: #ff7e0d;
}
.point__tableWrap tr th:first-line {
  font-size: 40%;
}

.point__tableWrap tr:nth-of-type(even) th {
  background-color: #ff7e0dcc;
}

.point__tableWrap tr td {
  width: calc(100vw - 25vw);
  padding: 5.555vw;
  background-color: #ff7e0d33;
  font-weight: 500;
}
.point__tableWrap tr:nth-of-type(even) td {
  background-color: #ff7e0d1a;
}
.point__tableWrap tr td p {
  font-weight: 400;
}

.point__tableWrap tr td.jump {
  position: relative;
}
.point__tableWrap tr td.rabbit {
  position: relative;
  overflow: hidden;
  padding-top: 8%;
}

.point__tableWrap tr td.jump .jumpWrap {
  display: flex;
  flex-direction: column;
  gap: 2%;
  position: absolute;
  bottom: 5%;
  right: 5%;
  width: 10vw;
  height: 10vw;
}
.point__tableWrap tr td.jump .jumpWrap img:first-of-type {
  width: 70%;
  margin: 0 auto 0 0;
  animation: textAnime 0.8s linear infinite;
  transform-origin: center;
}
@keyframes textAnime {
  0%,
  100% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-3deg);
  }
}
.point__tableWrap tr td.jump .jumpWrap img:last-of-type {
  width: 70%;
  margin: 8% 0 0 auto;
}

.point__tableWrap tr td.rabbit::before {
  content: "";
  position: absolute;
  top: 0.8%;
  left: -3%;
  width: 16vw;
  height: 9vw;
  background-image: url(img/good.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.marker_yellow {
  display: inline;
  line-height: 1.2em;
  background-color: #fff737;
}
.marker_white {
  display: inline-block;
  background: linear-gradient(transparent 70%, #fff 70%);
}
/*割引例*/
.price__tableWrap {
  font-size: clamp(16px, 1.66vw, 24px);
  width: 85%;
}
.price__tableWrap caption {
  text-align: right;
  font-size: clamp(12px, 1.111vw, 20px);
}

.price__tableWrap tr th {
  width: 25%;
  font-size: clamp(16px, 1.66vw, 24px);
  color: #212121;
  background-color: #fff737;
}
.price__tableWrap tr th:first-line {
  font-size: 80%;
}
.price__tableWrap tr:nth-of-type(even) th {
  background-color: #fff737;
}
.price__tableWrap tr td {
  width: 40%;
  padding: 2vw 1.5vw;
  text-align: center;
  background-color: #fff;
}
.price__tableWrap tr td:first-of-type {
  width: 35%;
}
.price__tableWrap tr:nth-of-type(even) td {
  background-color: #fff;
}
@media screen and (max-width: 896px) {
  #point .br_pc {
    display: none;
  }
  .point__tableWrap tr th {
    width: 15%;
  }
  .point__tableWrap tr td {
    width: 85%;
  }
  .price__tableWrap {
    width: 100%;
  }
  .price__tableWrap tr th {
    width: 30%;
  }
  .price__tableWrap tr td {
    width: 40%;
  }
  .price__tableWrap tr td:first-of-type {
    width: 30%;
  }
}
@media screen and (max-width: 600px) {
  .price__tableWrap {
    width: 100%;
    margin: 15% 0 5%;
  }
  .point__tableWrap::after {
    bottom: -4%;
    width: 16%;
    height: 7%;
  }
  .price__tableWrap tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .price__tableWrap tr th {
    font-size: 100%;
    width: 100%;
  }
  .point__tableWrap tr th .br_pc2 {
    display: none;
  }
  .price__tableWrap tr td {
    display: inline-block;
    width: 55%;
    margin-bottom: 4%;
    padding: 5% 0;
  }
  .price__tableWrap tr td:first-of-type {
    width: 45%;
    border-right: #ececec 1px solid;
  }
}

@media screen and (max-width: 480px) {
  .point__tableWrap tr {
    display: flex;
    flex-direction: column;
  }
  .point__tableWrap tbody tr th {
    width: 100%;
    padding: 2% 5%;
  }
  .point__tableWrap > tbody tr td {
    width: 100%;
    padding: 5%;
  }
  .point__tableWrap tr th:first-line {
    font-size: 100%;
  }
  .point__tableWrap tr td.jump {
    padding-bottom: 28%;
  }
  .point__tableWrap tr td.jump .jumpWrap {
    bottom: 5%;
    width: 24vw;
    height: 22vw;
  }
  .point__tableWrap tr td.rabbit {
    padding-top: 18%;
    padding-bottom: 12%;
  }
  .point__tableWrap tr td.rabbit::before {
    width: 40%;
    height: 10%;
    top: -0.5%;
    left: -6%;
  }
  .price__tableWrap tr {
    flex-direction: row;
  }
  .price__tableWrap tbody tr td {
    width: 55%;
  }
  .price__tableWrap tbody tr td:first-of-type {
    border-right: #ececec 1px solid;
  }
}
/* proposal2
=======================================================*/
#proposal2 .proposal__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 75vw;
  margin: 6vw auto;
}

#proposal2 .proposal__wrap > h3 {
  display: inline-block;
  width: fit-content;
  font-size: clamp(18px, 1.8vw, 70px);
  font-weight: 600;
}
#proposal2 .proposal__wrap > h3::before {
  display: none;
}
#proposal2 .proposal__wrap > h3:nth-of-type(2):before {
  display: block;
  left: 105%;
  width: 9vw;
  height: 9vw;
  background-image: url(img/branding.svg);
}

#proposal2 .proposal__wrap > p {
  display: inline-block;
  font-size: 7vw;
  font-weight: 900;
  color: #ffffff;
  text-shadow: 1px 1px 1px #212121, -1px 1px 1px #212121, 1px -1px 1px #212121,
    -1px -1px 1px #212121, 1px 0px 1px #212121, 0px 1px 1px #212121,
    -1px 0px 1px #212121, 0px -1px 1px #212121;
}

#proposal2 .ofCourse {
  padding: 8.33vw 10% 10vw;
  background-color: #f9f9f9;
  text-align: center;
}
.thinkingWrap {
  display: flex;
  justify-content: left;
  width: 100%;
  margin: -16vw 0 5vw;
  text-align: left;
}
.thinkingWrap img {
  width: 4.5%;
  margin-right: 2%;
}
.thinkingWrap p {
  font-size: clamp(12px, 1.1111vw, 24px);
}

#proposal2 .ofCourse > img {
  width: 60%;
  margin-top: -5%;
  margin-bottom: 5%;
  animation: ofCourseOne 1s linear infinite;
}
@keyframes ofCourseOne {
  0%,
  100% {
    transform: rotate(-2deg) scale(0.9);
  }
  50% {
    transform: rotate(2deg) scale(1);
  }
}

.campaign {
  position: relative;
  background-color: #fff737;
}
.campaign::before {
  content: "";
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 140%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff737;
  z-index: 1;
}
.campaignInner {
  position: relative;
  padding: 0 5% 3%;
  z-index: 2;
}

.campaignInner h2 {
  width: 50%;
  margin: 0 auto;
}

.campaignInner h2 img {
  width: 100%;
}

.campaignInner > P {
  width: fit-content;
  margin: 3% auto;
  font-size: clamp(16px, 1.3888vw, 30px);
  line-height: 2em;
  text-align: center;
}

.campaignInner > h3 {
  width: fit-content;
  margin: 3% auto 0;
  font-size: clamp(24px, 2.083vw, 40px);
}
.campaignInner > h3 br {
  display: none;
}

.offWrap {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 2%;
  width: 40%;
  margin: 2% auto 5%;
  padding: 0 1% 1%;
}
.offWrap::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  background-color: #fff;
  z-index: -1;
}

.offWrap .twenty {
  width: 35%;
}
.offWrap .percent {
  width: 15%;
}
.offWrap .off {
  width: 50%;
}

@media screen and (max-width: 896px) {
  #proposal2 .proposal__wrap {
    display: block;
    width: 80%;
    margin: 8vw auto 12vw;
    text-align: center;
  }
  #proposal2 .proposal__wrap > h3 {
    margin: 0 auto;
  }
  #proposal2 .proposal__wrap > p {
    margin: 5% 0;
  }
  .campaignInner h2 {
    width: 70%;
  }
}

@media screen and (max-width: 600px) {
  .campaign::before {
    top: -10%;
    height: 50%;
  }
  .campaignInner h2 {
    width: 100%;
  }
  .campaignInner > h3 {
    text-align: center;
  }
  .campaignInner > h3 br {
    display: block;
  }
  .offWrap {
    width: 80%;
    margin: 10% auto 15%;
  }
}

@media screen and (max-width: 480px) {
  #proposal2 .proposal__wrap {
    display: flex;
    flex-direction: column;
    width: 86%;
    margin: 15% auto 45%;
  }
  #proposal2 .proposal__wrap > h3 {
    padding: 0;
    text-align: left;
  }
  #proposal2 .proposal__wrap > h3 br {
    display: none;
  }
  #proposal2 .proposal__wrap > h3:nth-of-type(2) br {
    display: block;
  }
  #proposal2 .proposal__wrap > h3:nth-of-type(2):before {
    left: 85%;
    top: 165%;
    width: 15vw;
    height: 15vw;
  }
  #proposal2 .ofCourse {
    padding: 15% 10% 20%;
  }
  .thinkingWrap {
    margin: -50% 0 15%;
  }
  .thinkingWrap img {
    width: 10%;
    margin-right: 2%;
  }
  #proposal2 .ofCourse > img {
    width: 120%;
    margin-left: -10%;
  }
}

/* cta
=======================================================*/
.cta {
  position: relative;
  width: 100%;
  height: 33vw;
  align-content: center;
  background-color: #f9f9f9;
}
.cta__wrap {
  position: relative;
  margin-top: -5vw;
  text-align: center;
  z-index: 2;
}
.cta__wrap > p {
  color: #ff4596;
  font-size: clamp(14px, 2.08vw, 50px);
  font-weight: 700;
}

.cta__wrap button {
  width: 35vw;
  min-width: 400px;
  height: auto;
  background-color: #ff4596;
  border: none;
  border-radius: 0.69vw;
}

.cta__wrap button a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10%;
  text-decoration: none;
  color: #fff;
  font-size: clamp(18px, 2.08vw, 50px);
  font-weight: 700;
}
/*ループ部分*/
.loop__text {
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  height: 10.4166vw;
  line-height: 10.4166vw;
  white-space: nowrap;
  overflow: hidden;
  z-index: 0;
}
.loop__text ul {
  font-size: 10.4166vw;
  font-weight: 900;
  transform: translateX(100%);
  margin: 0;
  padding: 0;
  animation: flowing 40s linear infinite;
}
.loop__text ul li {
  display: inline-block;
  color: #e9e9e9;
  text-shadow: 5px 5px 1px #fff, -5px 5px 1px #fff, 5px -5px 1px #fff,
    -5px -5px 1px #fff, 5px 0px 1px #fff, 0px 5px 1px #fff, -5px 0px 1px #fff,
    0px -5px 1px #fff;
}
.loop__text ul li.sf {
  padding-left: 1.5em;
}

.loop__text-top {
  top: 0;
  left: 0;
}
.loop__text-center {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.loop__text-center ul {
  animation: flowing-reverse 50s linear infinite;
}
.loop__text-center ul li {
  color: #fff;
  text-shadow: 5px 5px 1px #e9e9e9, -5px 5px 1px #e9e9e9, 5px -5px 1px #e9e9e9,
    -5px -5px 1px #e9e9e9, 5px 0px 1px #e9e9e9, 0px 5px 1px #e9e9e9,
    -5px 0px 1px #e9e9e9, 0px -5px 1px #e9e9e9;
}
.loop__text-bottom {
  bottom: 0;
  left: 0;
}
@keyframes flowing {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes flowing-reverse {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

@media screen and (max-width: 896px) {
  .cta__wrap > p {
    margin-bottom: 1%;
  }
  .cta__wrap button {
    width: 40vw;
    min-width: 300px;
  }
}

@media screen and (max-width: 480px) {
  .cta__wrap button {
    width: 65vw;
  }
  .cta__wrap button a {
    padding: 5% 0;
  }
}

/* フッター
=======================================================*/
footer p {
  margin: 0;
  padding: 1% 0;
  text-align: center;
  background-color: #212121;
}
footer p a {
  color: #fff;
}
