@charset "UTF-8";
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

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

/* リキッドレイアウト対応 */
html {
  font-size: 1.6vw;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1000px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.inner {
  width: 100%;
  max-width: 1060px;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.test {
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #111;
  color: #fff;
}

.burgerbtn {
  position: relative;
  display: none;
}
@media screen and (max-width: 768px) {
  .burgerbtn {
    position: fixed;
    display: block;
    width: 3.75rem;
    height: 3.75rem;
    top: 1.25rem;
    right: 1.25rem;
    border-radius: 1.875rem;
    background-color: #ffc4d6;
    opacity: 0;
    z-index: 100;
  }
}

.burgerbtn__border {
  position: absolute;
  width: 30px;
  width: 1.875rem;
  height: 3px;
  height: 0.1875rem;
  background-color: #f10097;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.burgerbtn__border:nth-child(1) {
  top: 16px;
  top: 1rem;
  left: 14px;
  left: 0.875rem;
}

.burgerbtn__border:nth-child(2) {
  top: 28px;
  top: 1.75rem;
  left: 14px;
  left: 0.875rem;
}

.burgerbtn__border:nth-child(3) {
  top: 40px;
  top: 2.5rem;
  left: 14px;
  left: 0.875rem;
}

/*メニューボタン　展開後*/
.burgerbtn.active {
  background-color: rgba(255, 196, 214, 0);
}

.burgerbtn.active span:nth-child(1) {
  top: 22px;
  top: 1.375rem;
  left: 13px;
  left: 0.8125rem;
  width: 40px;
  width: 2.5rem;
  background: #f10097;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.burgerbtn.active span:nth-child(2), .burgerbtn.active span:nth-child(3) {
  top: 22px;
  top: 1.375rem;
  width: 40px;
  width: 2.5rem;
  background: #f10097;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.character ,
.staff{
  background-image: url(./../images/common/character-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  padding-bottom: 57px;
  padding-bottom: 3.5625rem;
  padding-top: 93px;
  padding-top: 5.8125rem;
}
@media screen and (max-width: 768px) {
  .character ,
.staff{
    padding-top: 2.8125rem;
    padding-bottom: 1.875rem;
  }
}
.staff {
  background-image: url(./../images/common/staff_bg.png);
}
.character__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  max-width: 75rem;
}

.character__title ,
.staff__title{
  max-width: 310px;
  max-width: 19.375rem;
  width: 100%;
  height: 86px;
  height: 5.375rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .character__title,
  .staff__title {
    max-width: 15.625rem;
  }
}

.character__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .character__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2.5rem;
  }
}

.character__item {
  width: auto;
  text-align: center;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .character__item {
    margin-bottom: 1.5625rem;
  }
}

.character__img {
  max-height: 438px;
  max-height: 27.375rem;
  width: auto;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .character__img {
    max-height: 18.75rem;
  }
}

.character__items {
  width: auto;
  text-align: center;
}

.character__detail {
  max-width: 420px;
  max-width: 26.25rem;
  width: 100%;
  margin: 0 auto;
}

.character__name {
  width: 100%;
  max-width: 381px;
  max-width: 23.8125rem;
  height: 50px;
  height: 3.125rem;
  text-align: center;
  border-radius: 1.46875rem;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: bold;
  color: #FFFFFF;
  display: inline-block;
  margin-top: 9px;
  margin-top: 0.5625rem;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
  line-height: 50px;
  line-height: 3.125rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .character__name {
    font-size: 0.9375rem;
    height: auto;
    height: initial;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    line-height: 1.5;
    margin-top: 0.25rem;
    margin-bottom: 0.4375rem;
  }
}

.character__name--pink {
  background-color: #f10097;
}

.character__name--orange {
  background-color: #ff6e00;
}

.character__cv {
  max-width: 400px;
  max-width: 25rem;
  width: 100%;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .character__cv {
    font-size: 0.9375rem;
  }
}

.character__overall {
  max-width: 400px;
  max-width: 25rem;
  width: 100%;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: justify;
  line-height: 35px;
  line-height: 2.1875rem;
  padding-top: 30px;
  padding-top: 1.875rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .character__overall {
    font-size: 0.9375rem;
    line-height: 1.7;
    padding-top: 0.9375rem;
  }
}

.staff__items {
  width: 600px;
  margin: 80px auto;
  padding: 50px;
  text-align: center;
  background-color: #ffffff99;
  border-radius: 20px;
  border: 5px solid #71f2f7;
}
@media screen and (max-width: 768px) {
  .staff__items {
    width: 90%;
    margin: 30px auto;
    padding: 30px 0;
    text-align: center;
  }
}
.staff-text {
  margin-bottom: 50px;
  font-size: 22px;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .staff-text {
    margin-bottom: 30px;
    font-size: 20px;
  }
}
.staff-text .small {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .staff-text .small {
    font-size: 13px;
  }
}
.staff-text:last-child {
  margin-bottom: 0;
}

.firstview {
  margin-top: 73px;
  margin-top: 4.5625rem;
}
@media screen and (max-width: 768px) {
  .firstview {
    margin-top: 0;
    margin-top: initial;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
}

.header__wrapper {
  background-image: url(./../images/common/header-bg.jpg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 73px;
  height: 4.5625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .header__wrapper {
    display: none;
  }
}

.header__logo {
  max-width: 155px;
  max-width: 9.6875rem;
  width: 100%;
  margin-left: 17px;
  margin-left: 1.0625rem;
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 100px;
  margin-right: 6.25rem;
}

.header__nav-item {
  width: 100%;
}

.header__nav-item:nth-child(1) {
  max-width: 123px;
  max-width: 7.6875rem;
}

.header__nav-item:nth-child(2) {
  max-width: 89px;
  max-width: 5.5625rem;
}

.header__nav-item:nth-child(3) {
  max-width: 85px;
  max-width: 4rem;
}
.header__nav-item:nth-child(4) {
  max-width: 84px;
  max-width: 5rem;
}

.header__nav-item + .header__nav-item {
  margin-left: 40px;
  margin-left: 2.5rem;
}

.header__nav-item a {
  padding: 25px 0;
  padding: 1.5625rem 0;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__nav-item a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5;
}

.information {
  background-image: url(./../images/common/information-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
  padding-bottom: 66px;
  padding-bottom: 4.125rem;
  padding-top: 102px;
  padding-top: 6.375rem;
}
@media screen and (max-width: 768px) {
  .information {
    padding-top: 3.125rem;
    padding-bottom: 2.0625rem;
  }
}

.information__wrapper {
  margin: 0 auto;
  max-width: calc(1035px + 13.75rem);
}
@media screen and (max-width: 768px) {
  .information__wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.information__title {
  position: relative;
  max-width: 310px;
  max-width: 19.375rem;
  width: 100%;
  height: 86px;
  height: 5.375rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .information__title {
    max-width: 15.625rem;
  }
}

.information__items {
  margin-top: 100px;
  margin-top: 6.25rem;
  margin-bottom: 110px;
  margin-bottom: 6.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .information__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3.125rem;
    margin-bottom: 3.4375rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.information__item {
  max-width: 325px;
  width: 100%;
  display: block;
}
@media screen and (max-width: 1200px) {
  .information__item {
    max-width: 325px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.information__item:not(:first-child) {
  margin-left: 110px;
  margin-left: 6.875rem;
}
@media screen and (max-width: 1200px) {
  .information__item:not(:first-child) {
    margin-left: auto;
    margin-top: 1.5625rem;
  }
}

.tiktok-embed {
  margin: 0 !important;
}

.information__btns {
  text-align: center;
}

.information__btn {
  text-align: center;
  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;
  border-radius: 1.25rem;
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
  height: 90px;
  height: 5.625rem;
  -webkit-box-shadow: 0.625rem 0.625rem #ff9100;
          box-shadow: 0.625rem 0.625rem #ff9100;
  font-size: 23.53px;
  font-size: 1.470625rem;
  font-weight: bold;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .information__btn {
    font-size: 0.9375rem;
    height: auto;
    height: initial;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    border-radius: 0.625rem;
  }
}

.information__btn--pink {
  background: #f10097;
}

.information__btn--blue {
  background: #00a6f5;
}

.information__btn--green {
  background: #18c9b6;
}

.information__btn--red
{
  background: #f50038;
}

.information__btn:hover {
  -webkit-box-shadow: 0rem 0rem #ff9100;
          box-shadow: 0rem 0rem #ff9100;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.information__text {
  display: block;
  font-size: 27px;
  font-size: 1.6875rem;
  color: #000000;
  font-weight: bold;
  padding-top: 92px;
  padding-top: 5.75rem;
  letter-spacing: 0.03em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .information__text {
    font-size: 0.9375rem;
    padding-top: 2.8125rem;
    padding-bottom: 0.4375rem;
  }
}

.information__text--small {
  color: #000000;
  font-size: 17px;
  font-size: 1.0625rem;
  padding-top: 27px;
  padding-top: 1.6875rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .information__text--small {
    font-size: 0.75rem;
    padding-top: 0.8125rem;
  }
}

.mainview {
  background-image: url(./../images/common/firstview-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
  padding-bottom: 92px;
  padding-bottom: 5.75rem;
}
@media screen and (max-width: 768px) {
  .mainview {
    padding-bottom: 2.875rem;
  }
}

.mainview__wrapper {
  max-width: 850px;
  max-width: 53.125rem;
  width: 100%;
  margin: 0 auto;
  padding-top: 67px;
  padding-top: 4.1875rem;
}
@media screen and (max-width: 768px) {
  .mainview__wrapper {
    padding-top: 2.125rem;
  }
}

.mainview__title {
  max-width: 791px;
  max-width: 49.4375rem;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 7px;
  padding-bottom: 0.4375rem;
}
@media screen and (max-width: 768px) {
  .mainview__title {
    max-width: 35.625rem;
  }
}

.mainview__subtitle {
  max-width: 315px;
  max-width: 19.6875rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mainview__subtitle {
    max-width: 15.625rem;
  }
}

.mainview__text-wrap {
  max-width: 850px;
  max-width: 53.125rem;
  width: 100%;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  padding-top: 48px;
  padding-top: 3rem;
}
@media screen and (max-width: 768px) {
  .mainview__text-wrap {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}

.mainview__text {
  text-align: center;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: bold;
  line-height: 2.1;
  letter-spacing: 0.025em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .mainview__text {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}

.overlay.active {
  width: 100vh;
  height: 100vh;
  background: rgba(0, 0, 0, .4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.spmenucontainer {
  height: 50vh;
  background-color: rgba(255, 196, 214, .9);
  position: fixed;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 10;
}

.spmenu__nav {
  padding-top: 80px;
  padding-top: 5rem;
}

.spmenu__navlist img {
  margin-left: auto;
  margin-right: auto;
}

.spmenu__navlist:nth-child(1) img {
  width: 130px;
  width: 8.125rem;
}

.spmenu__navlist:nth-child(2) img {
  width: 100px;
  width: 6.25rem;
}

.spmenu__navlist:nth-child(3) img {
  width: 100px;
  width: 5rem;
}

.spmenu__navlist:nth-child(4) img {
  width: 90px;
  width: 5.5rem;
}

.spmenu__navlist a {
  color: #FFFFFF;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  text-decoration: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  padding: 30px 0;
  padding: 1.875rem 0;
  display: block;
}

.spmenucontainer.active {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
  height: 28.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-news {
  padding-top: 51px;
  padding-top: 3.1875rem;
}
@media screen and (max-width: 768px) {
  .top-news {
    padding-top: 1.875rem;
  }
}

.top-news__title {
  max-width: 310px;
  max-width: 19.375rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top-news__title {
    max-width: 15.625rem;
  }
}

.top-news__content {
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 27px 30px 30px 84px;
  padding: 1.6875rem 1.875rem 1.875rem 5.25rem;
  border-radius: 1.25rem;
  border: 3px solid #71f0fc;
  border: 0.1875rem solid #71f0fc;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0.625rem 0.625rem #f10097;
          box-shadow: 0.625rem 0.625rem #f10097;
  max-width: 800px;
  max-width: 50rem;
  width: 100%;
  height: 128px;
  height: 8rem;
  overflow: scroll;
}
@media screen and (max-width: 768px) {
  .top-news__content {
    max-width: 37.5rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0.625rem;
    padding: 0.9375rem 0.9375rem 0.9375rem 3.75rem;
    margin-top: 1.25rem;
  }
}

.top-news__item {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .top-news__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-news__item-title:hover {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.top-news__item[href="none"]:hover {
  pointer-events: none;
}

.top-news__item:not(:first-child) {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.top-news__item.new:before {
  content: "NEW";
  display: inline-block;
  color: #f10097;
  position: absolute;
  top: 0;
  left: -66px;
  left: -4.125rem;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .top-news__item.new:before {
    font-size: 0.9375rem;
    left: -3.125rem;
    right: 0;
  }
}

.top-news__item-date {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .top-news__item-date {
    font-size: 0.9375rem;
  }
}

.top-news__item-title {
  padding-left: 20px;
  padding-left: 1.25rem;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .top-news__item-title {
    padding-left: 0;
    padding-left: initial;
    font-size: 0.9375rem;
  }
}

.link-line {
	text-decoration: underline;
}

.twitter {
  background-image: url(./../images/common/twitter-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  padding-top: 100px;
  padding-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .twitter {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}

.twitter__wrapper {
  margin: 0 auto;
}

.twitter__title {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  max-width: 310px;
  max-width: 19.375rem;
  width: 100%;
  height: 86px;
  height: 5.375rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .twitter__title {
    max-width: 15.625rem;
    margin-bottom: 1.25rem;
  }
}

.twitter__content {
  position: relative;
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .twitter__content {
    margin-top: 2.5rem;
  }
}

.twitter-timeline iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
}
/*# sourceMappingURL=styles.css.map */
