@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
  min-height: 1%;
}

/* Hides from IE-mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.clear {
  clear: both;
}

.hpc {
  display: none;
}

.vpc {
  display: none;
}

.vtb {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.75;
  font-size: 1.3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  color: #252525;
  font-weight: 400;
  font-style: normal;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

p {
  text-align: justify;
}

body {
  font-size: 4.2666666667vw;
  color: #252525;
  -webkit-text-size-adjust: 100%;
}

a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

a:hover {
  opacity: 0.9;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

.text-100 {
  font-weight: 100;
}

.text-400 {
  font-weight: 400;
}

.text-500 {
  font-weight: 500;
}

.text-600 {
  font-weight: 600;
}

.text-700 {
  font-weight: 700;
}

.text-900 {
  font-weight: 900;
}

.w100 {
  width: 100%;
}

.m-0 {
  margin: 0rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.mt-0 {
  margin-top: 0rem !important;
}

.ml-0 {
  margin-left: 0rem !important;
}

.mr-0 {
  margin-right: 0rem !important;
}

.p-0 {
  padding: 0rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pl-0 {
  padding-left: 0rem !important;
}

.pr-0 {
  padding-right: 0rem !important;
}

.m-1 {
  margin: 1rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.p-1 {
  padding: 1rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pl-1 {
  padding-left: 1rem !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

.m-2 {
  margin: 2rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.ml-2 {
  margin-left: 2rem !important;
}

.mr-2 {
  margin-right: 2rem !important;
}

.p-2 {
  padding: 2rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pl-2 {
  padding-left: 2rem !important;
}

.pr-2 {
  padding-right: 2rem !important;
}

.m-3 {
  margin: 3rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.ml-3 {
  margin-left: 3rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.p-3 {
  padding: 3rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pl-3 {
  padding-left: 3rem !important;
}

.pr-3 {
  padding-right: 3rem !important;
}

.m-4 {
  margin: 4rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.ml-4 {
  margin-left: 4rem !important;
}

.mr-4 {
  margin-right: 4rem !important;
}

.p-4 {
  padding: 4rem !important;
}

.pb-4 {
  padding-bottom: 4rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.pl-4 {
  padding-left: 4rem !important;
}

.pr-4 {
  padding-right: 4rem !important;
}

.m-5 {
  margin: 5rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.ml-5 {
  margin-left: 5rem !important;
}

.mr-5 {
  margin-right: 5rem !important;
}

.p-5 {
  padding: 5rem !important;
}

.pb-5 {
  padding-bottom: 5rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.pl-5 {
  padding-left: 5rem !important;
}

.pr-5 {
  padding-right: 5rem !important;
}

.m-6 {
  margin: 6rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.ml-6 {
  margin-left: 6rem !important;
}

.mr-6 {
  margin-right: 6rem !important;
}

.p-6 {
  padding: 6rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.pl-6 {
  padding-left: 6rem !important;
}

.pr-6 {
  padding-right: 6rem !important;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-15 {
  line-height: 1.5 !important;
}

.lh-2 {
  line-height: 2 !important;
}

.l-header {
  width: 100vw;
  height: 6rem;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo {
  width: 18rem;
  margin-left: 1.3rem;
}

.header__logo img {
  vertical-align: middle;
}

.l-main__inner {
  padding-top: 6rem;
}

.l-kv {
  padding-top: 53.6%;
  position: relative;
}

.l-kv::before {
  background: url(../img/page/april/AprilDream2023.png) top center/100% no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
}

.kv__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  font-weight: 700;
  font-size: 6.6666666667vw;
  white-space: nowrap;
}

.kv__ttl::before {
  position: absolute;
  content: "";
  top: -13.3333333333vw;
  left: 50%;
  width: 25.0666666667vw;
  height: 12.8vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../img/page/april/logo.png) top center/100% no-repeat;
}

.l-about__inner {
  padding: 5.2rem 0 5rem;
}

.about__ttl {
  font-weight: 700;
  color: #e85398;
  font-size: 2rem;
  line-height: 1.85;
  text-align: center;
  margin-bottom: 5.6rem;
}

.about__txt {
  color: #252525;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  margin-bottom: 3rem;
  padding-left: 1rem;
}

.l-method {
  padding: 0 1.3rem;
  max-width: 50rem;
  margin: 0 auto;
}

.l-method__inner {
  border: #e85398 solid 0.5rem;
  padding: 3.3rem 1.5rem 8.5rem;
}

.method__box:not(:last-child) {
  margin-bottom: 7.5rem;
}

.method__ttl {
  color: #e85398;
  font-weight: 700;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 1rem;
}

.method__heading {
  font-weight: 700;
  font-size: 2rem;
  color: #e85398;
  text-align: center;
  margin-bottom: 0.8rem;
}

.method__txt {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 2.08;
}

.method__btn {
  width: 19.3rem;
  height: 3.6rem;
  text-align: center;
  color: #fff;
  background: #e85398;
  display: block;
  margin: 0 auto;
  font-size: 1.5rem;
  border-radius: 5.1rem;
  line-height: 3.6rem;
  font-weight: 700;
  margin-top: 2.2rem;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.method__btn:hover {
  opacity: 0.7;
}

.l-share__inner {
  padding: 7rem 0 8.7rem;
}

.share__ttl {
  font-weight: 700;
  font-size: 2.5rem;
  color: #e85398;
  text-align: center;
  margin-bottom: 3.5rem;
}

.share__txt {
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  line-height: 2;
  margin-bottom: 3rem;
}

.share__wrapper {
  max-width: 31.7rem;
  margin: 0 auto;
}

.share__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0.4rem;
}

.share__item {
  width: 100%;
  margin-bottom: 2.8rem;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.share__item:hover {
  opacity: 0.7;
}

.share__item.is-hidden {
  z-index: -10;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
}

.share .display-block {
  display: block !important;
}

.share .display-none {
  display: none !important;
}

.share__link {
  display: block;
}

.share__btn {
  border-radius: 5.1rem;
  color: #e85398;
  border: #e85398 0.5rem solid;
  text-align: center;
  width: 26.3rem;
  line-height: 3.5rem;
  display: block;
  height: 4.5rem;
  margin: 0 auto;
  font-size: 2.4rem;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  cursor: pointer;
}

.share__btn:hover {
  opacity: 0.7;
}

.share .js-share__btn--close {
  display: none;
}

.l-link__inner {
  padding-top: 6.8rem;
  padding-bottom: 7.9rem;
}

.link {
  background: #e85398;
}

.link__box:first-child {
  margin-bottom: 8.4rem;
}

.link__img--01 {
  width: 12.2rem;
  height: 10rem;
  margin: 0 auto 2.6rem;
}

.link__img--02 {
  width: 29.9rem;
  margin: 0 auto 2rem;
}

.link__txt {
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 3.6rem;
}

.link__btn {
  font-size: 1.8rem;
  line-height: 5.3rem;
  color: #e85398 !important;
  font-weight: 700;
  background: #fff;
  display: block;
  width: 27.9rem;
  height: 5.3rem;
  text-align: center;
  margin: 0 auto;
  border-radius: 5.1rem;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.link__btn:hover {
  opacity: 0.7;
}

.linksupporter {
  background: #FFF;
}

.l-footer__inner {
  padding-top: 2rem;
  padding-bottom: 3.5rem;
}

.footer {
  background: rgba(0, 0, 0, 0.62);
}

.footer__items {
  margin-bottom: 1.7rem;
}

.footer__item {
  text-align: center;
}

.footer__link {
  color: #fff;
  text-decoration: underline;
  font-size: 1.6rem;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.footer__link:hover {
  opacity: 0.7;
}

.sns {
  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;
}

.sns__link {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sns__link:hover {
  opacity: 0.7;
}

.sns__link--01 {
  display: block;
  width: 2.9rem;
  height: 2.9rem;
}

.sns__link--02 {
  display: block;
  width: 3rem;
  height: 2.4rem;
  margin-left: 1.9rem;
}

.sns__link img {
  vertical-align: top;
}

.company {
  margin: 0 2rem 3rem;
}
.company h2 {
  font-weight: 700;
  font-size: 2.5rem;
  color: #e85398;
  text-align: center;
  margin-top: 3rem;
}
.company__subtxt {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 4rem;
}
.company .logo-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.company .logo-list__item {
  width: 33%;
  padding: 0 5%;
  margin-bottom: 3rem;
}
.company .logo-list__link {
  text-align: center;
}

.summary {
  margin: 0 auto 8rem;
  padding: 0 2rem;
  max-width: 50rem;
}
.summary p {
  color: #999;
  font-size: 1.3rem;
}

@media screen and (min-width: 48em) {
  h2 {
    font-size: 3.5rem;
  }
  .company {
    max-width: 120rem;
    margin: 0 auto;
  }
  .company h2 {
    font-size: 3rem;
  }
  .company__subtxt {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
  .company .logo-list__item {
    width: 20%;
    padding: 0 5%;
    margin-bottom: 5rem;
  }
  .summary {
    max-width: 80rem;
    margin: 0 auto 8rem;
  }
  .summary p {
    color: #999;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 48em) {
  .hsp {
    display: none;
  }
  .hpc {
    display: block;
  }
  .htb {
    display: none;
  }
  .vtb {
    display: block;
  }
}
@media screen and (min-width: 56em) {
  .vsp {
    display: none;
  }
  .vpc {
    display: block;
  }
  body {
    font-size: 2.0833333333vw;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-justify {
    text-align: justify !important;
  }
  .m-md-0 {
    margin: 0rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
  .mt-md-0 {
    margin-top: 0rem !important;
  }
  .ml-md-0 {
    margin-left: 0rem !important;
  }
  .mr-md-0 {
    margin-right: 0rem !important;
  }
  .p-md-0 {
    padding: 0rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0rem !important;
  }
  .pt-md-0 {
    padding-top: 0rem !important;
  }
  .pl-md-0 {
    padding-left: 0rem !important;
  }
  .pr-md-0 {
    padding-right: 0rem !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .mb-md-1 {
    margin-bottom: 1rem !important;
  }
  .mt-md-1 {
    margin-top: 1rem !important;
  }
  .ml-md-1 {
    margin-left: 1rem !important;
  }
  .mr-md-1 {
    margin-right: 1rem !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .pb-md-1 {
    padding-bottom: 1rem !important;
  }
  .pt-md-1 {
    padding-top: 1rem !important;
  }
  .pl-md-1 {
    padding-left: 1rem !important;
  }
  .pr-md-1 {
    padding-right: 1rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .mb-md-2 {
    margin-bottom: 2rem !important;
  }
  .mt-md-2 {
    margin-top: 2rem !important;
  }
  .ml-md-2 {
    margin-left: 2rem !important;
  }
  .mr-md-2 {
    margin-right: 2rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .pb-md-2 {
    padding-bottom: 2rem !important;
  }
  .pt-md-2 {
    padding-top: 2rem !important;
  }
  .pl-md-2 {
    padding-left: 2rem !important;
  }
  .pr-md-2 {
    padding-right: 2rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .mb-md-3 {
    margin-bottom: 3rem !important;
  }
  .mt-md-3 {
    margin-top: 3rem !important;
  }
  .ml-md-3 {
    margin-left: 3rem !important;
  }
  .mr-md-3 {
    margin-right: 3rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .pb-md-3 {
    padding-bottom: 3rem !important;
  }
  .pt-md-3 {
    padding-top: 3rem !important;
  }
  .pl-md-3 {
    padding-left: 3rem !important;
  }
  .pr-md-3 {
    padding-right: 3rem !important;
  }
  .m-md-4 {
    margin: 4rem !important;
  }
  .mb-md-4 {
    margin-bottom: 4rem !important;
  }
  .mt-md-4 {
    margin-top: 4rem !important;
  }
  .ml-md-4 {
    margin-left: 4rem !important;
  }
  .mr-md-4 {
    margin-right: 4rem !important;
  }
  .p-md-4 {
    padding: 4rem !important;
  }
  .pb-md-4 {
    padding-bottom: 4rem !important;
  }
  .pt-md-4 {
    padding-top: 4rem !important;
  }
  .pl-md-4 {
    padding-left: 4rem !important;
  }
  .pr-md-4 {
    padding-right: 4rem !important;
  }
  .m-md-5 {
    margin: 5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 5rem !important;
  }
  .mt-md-5 {
    margin-top: 5rem !important;
  }
  .ml-md-5 {
    margin-left: 5rem !important;
  }
  .mr-md-5 {
    margin-right: 5rem !important;
  }
  .p-md-5 {
    padding: 5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 5rem !important;
  }
  .pt-md-5 {
    padding-top: 5rem !important;
  }
  .pl-md-5 {
    padding-left: 5rem !important;
  }
  .pr-md-5 {
    padding-right: 5rem !important;
  }
  .l-header {
    height: 8rem;
  }
  .header__logo {
    width: 46rem;
    margin-left: 9.2%;
  }
  .l-main__inner {
    padding-top: 8rem;
  }
  .l-kv {
    padding-top: 49.6%;
  }
  .l-kv::before {
    background: url(../img/page/april/AprilDream2023.png) top center/100% no-repeat;
  }
  .kv__ttl {
    top: 52.5%;
    font-size: 4.8611111111vw;
  }
  .kv__ttl::before {
    width: 24.5833333333vw;
    height: 11.875vw;
    top: -12.2222222222vw;
  }
  .l-about__inner {
    padding: 9.8rem 5rem 8rem;
  }
  .about__ttl {
    font-size: 4rem;
    margin-bottom: 7.1rem;
  }
  .about__txt {
    font-size: 2rem;
    line-height: 1.72;
    margin-bottom: 4rem;
    padding-left: 0;
  }
  .l-method {
    max-width: 80rem;
    padding: 0;
  }
  .l-method__inner {
    padding: 6rem 2rem;
  }
  .method__box:not(:last-child) {
    margin-bottom: 11.2rem;
  }
  .method__ttl {
    font-size: 6rem;
    margin-bottom: 2.4rem;
  }
  .method__heading {
    font-size: 4rem;
    margin-bottom: 1.3rem;
  }
  .method__txt {
    font-size: 2rem;
    line-height: 1.75;
  }
  .method__btn {
    font-size: 2.4rem;
    height: 6.3rem;
    line-height: 6.3rem;
    margin-top: 2.7rem;
    width: 39.6rem;
  }
  .l-share__inner {
    padding: 15.8rem 5rem 8.2rem;
  }
  .share__ttl {
    font-size: 6rem;
    margin-bottom: 7.7rem;
  }
  .share__txt {
    font-size: 2rem;
    line-height: 1.75;
    margin-bottom: 4.5rem;
  }
  .share__wrapper {
    max-width: 123.6rem;
  }
  .share__items {
    margin-left: -4.2rem;
    margin-top: 11.1rem;
    margin-bottom: 5.1rem;
  }
  .share__item {
    width: calc((100% - 8.4rem) / 2);
    margin-left: 4.2rem;
    margin-bottom: 5.2rem;
  }
  .share__btn {
    width: 39.6rem;
    line-height: 6rem;
    height: 7rem;
  }
  .l-link__inner {
    padding-top: 10.1rem;
    padding-bottom: 9rem;
  }
  .link__box:first-child {
    margin-bottom: 9.2rem;
  }
  .link__img--01 {
    width: 20.2rem;
    height: 16.5rem;
  }
  .link__img--02 {
    width: 62rem;
  }
  .link__txt {
    font-size: 2rem;
    margin-bottom: 2.6rem;
  }
  .link__btn {
    font-size: 2.4rem;
    width: 33.2rem;
    height: 6.3rem;
    line-height: 6.3rem;
  }
  .l-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 3rem 4.7rem 18rem 5.8rem;
  }
  .footer__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__item:not(:first-child) {
    margin-left: 2.4rem;
  }
  .footer__link {
    font-size: 2.5rem;
  }
  .footer__sns {
    margin-top: 0.7rem;
  }
  .footer__copyright {
    font-size: 1.6rem;
    color: #fff;
    margin-top: 1.2rem;
  }
  .sns {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 25.875em) and (max-width: 56em) {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 80em) {
  body {
    font-size: 1.5277777778vw;
  }
}