<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: HiraginoSans, "Noto Sans JP", sans-serif;
}

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

.remodal-overlay {
  display: block;
  background: rgba(0, 0, 0, 0.7);
}

.remodal-overlay::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAPElEQVQ4T2P8////TAbiwBZilDGOGogvmEbDEHvoDI1k40tMDmBgYPAhRh3Iy6MG4gyp0TDEnVMGd7IBAMWoTtVcwv62AAAAAElFTkSuQmCC)
    rgba(255, 255, 255, 0.7);
}

.remodal-wrapper {
  display: block;
}

#adult-check {
  display: none;
}

#authentication-check {
  position: absolute;
  top: 50%;
  right: 10px;
  left: 10px;
  width: auto;
  max-width: 380px;
  min-width: 280px;
  padding: 0;
  margin: auto;
  border-radius: 5px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  background: #fff;
  transform: translateY(-50%);
}

.authentication-check_inner {
  padding: 20px 15px;
  text-align: center;
}

.authentication-check_ttl {
  padding: 15px 20px;
  border-radius: 5px 5px 0 0;
  background: #4d6594;
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.authentication-check_txt {
  margin-bottom: 15px;
  color: #4d6594;
  font-size: 1.8rem;
  font-weight: bold;
}

.authentication-check_note {
  line-height: 1.5;
  font-size: 1.2rem;
}

.authentication-check_btn {
  display: flex;
  margin: 15px auto 0;
}

.authentication-check_btn li:first-child {
  width: 35%;
  margin-right: 10px;
}

.authentication-check_btn li:last-child {
  flex-grow: 1;
}

.authentication-check_btn li a {
  overflow: hidden;
  position: relative;
  display: block;
  padding: 12px 10px;
  border-radius: 4px;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.authentication-check_btn li a:hover {
  opacity: 1;
}

.authentication-check_btn #modal-check {
  color: #000;
  background: #fa3e83;
}

.authentication-check_btn #modal-check-close {
  color: #000;
  background: #808080;
  cursor: pointer;
}

/* tellus ã‚»ã‚¯ã‚·ãƒ§ãƒ³ */
.tellus {
  background-image: url(../img/pc/background-image_02.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  text-align: center;
  background-size: cover;
}

.tellus-wrapper {
  padding: 90px 0 60px 0;
}

.tellus__text {
  font-size: 3.7rem;
  font-weight: 700;
  line-height: 1.8;
}

.tellus__text span {
  font-size: 37px;
  font-weight: 700;
  color: #ff4200;
}

.tellus__desc {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.7;
  margin-top: 20px;
}

@media screen and (max-width: 1166px) {
  .tellus-wrapper {
    padding: 3vw 1vw;
  }
  .tellus__text {
    font-size: 3.5vw;
  }
  .tellus__text span {
    font-size: 5vw;
  }
  .tellus__desc {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 768px) {
  .tellus-wrapper {
    padding: 40px 19px;
  }
  .tellus__text {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
  .tellus__text span {
    font-size: 1.8rem;
  }
  .tellus__desc {
    font-size: 1.3rem;
    letter-spacing: 0.03em;
  }
}

/* campaign ã‚»ã‚¯ã‚·ãƒ§ãƒ³ */
.campaign {
  background-image: url(../img/pc/background-image_03.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.campaign-wrapper {
  max-width: 1166px;
  margin: 0 auto;
  padding: 120px 0;
}

.campaign__heading {
  margin-left: 40px;
}

.campaign__heading--1 {
  width: 516px;
}

.campaign__heading--2 {
  width: 673px;
}

.campaign__heading--3 {
  width: 660px;
}

.campaign__heading--4 {
  width: 304px;
}

.campaign__heading--5 {
  width: 361px;
}

.campaign__contents {
  margin-top: -3px;
  border: solid 8px #000;
  background-color: #fff;
}

.campaign__contents--twitter {
  padding: 78px 141px 60px 141px;
}

.campaign__contents--search {
  padding: 57px 42px 40px 42px;
}

.campaign__contents--search-second {
  margin-top: 12px;
}

.campaign__contents--join {
  background-image: url(../img/pc/campaign_block.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.campaign__contents--purchase {
  padding: 55px 42px;
}

@media screen and (max-width: 1166px) {
  .campaign-wrapper {
    padding: 8vw 2vw 8vw 2vw;
  }
  .campaign__contents--twitter {
    padding: 40px 20px;
  }
  .campaign__heading--1 {
    width: 60vw;
  }
  .campaign__heading--2 {
    width: 67vw;
  }
  .campaign__heading--3 {
    width: 59vw;
  }
  .campaign__heading--4 {
    width: 36vw;
  }
  .campaign__heading--5 {
    width: 44vw;
  }
  .campaign__contents--join {
    background-position: right;
  }
}

@media screen and (max-width: 768px) {
  .campaign {
    background-image: url(../img/sp/background-image_03.png);
  }
  .campaign-wrapper {
    padding: 12vw 4vw 0 4vw;
  }
  .campaign__heading {
    margin-left: 20px;
  }
  .campaign__heading--1 {
    width: 61vw;
  }
  .campaign__heading--2 {
    width: 80vw;
  }
  .campaign__heading--3 {
    width: 67vw;
  }
  .campaign__heading--4 {
    width: 31vw;
  }
  .campaign__heading--5 {
    width: 57vw;
  }
  .campaign__contents {
    margin-top: -2px;
    border: solid 4px #000;
  }
  .campaign__contents--twitter {
    padding: 16px 16px 23px 16px;
  }
  .campaign__contents--search {
    padding: 30px 16px;
  }
  .campaign__contents--join {
    background-image: url(../img/sp/campaign_block.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
  }
  .campaign__contents--tweet {
    padding: 15px;
  }
  .campaign__contents--search-second {
    margin-top: 12px;
  }
  .campaign__contents--purchase {
    padding: 16px;
  }
}

.campaign__twitter {
  position: relative;
}

.campaign__twitter-sticker {
  width: 159px;
  position: absolute;
  right: 20px;
  top: -54px;
}

.campaign__steps {
  display: flex;
  justify-content: space-between;
}

.campaign__step {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 33%;
}

.campaign__step:nth-child(n + 2) {
  margin-left: 35px;
}

.campaign__step-image {
  margin-top: 10px;
  width: 100%;
  padding-top: 70%;
}

.campaign__step-image--first {
  background-image: url(../img/pc/step_01.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.campaign__step-image--second {
  background-image: url(../img/pc/step_02.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.campaign__step-image--third {
  background-image: url(../img/pc/step_03.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.campaign__step-image--third.campaign__step-image--en {
  background-image: url(../img/pc/step_03_en_us.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.campaign__step-desc {
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}

.campaign__step-button {
  margin-top: 30px;
}

@media screen and (max-width: 1166px) {
  .campaign__step:nth-child(n + 2) {
    margin-left: 2vw;
  }
}

@media screen and (max-width: 768px) {
  .campaign__twitter-sticker {
    width: 21vw;
    position: absolute;
    right: 0;
    top: -25px;
  }
  .campaign__steps {
    display: block;
  }
  .campaign__step {
    width: 100%;
  }
  .campaign__step:nth-child(n + 2) {
    margin-left: 0;
    margin-top: 30px;
  }
  .campaign__step-image {
    margin-top: 10px;
    width: 100%;
    height: 212px;
  }
  .campaign__step-image--first {
    background-image: url(../img/sp/step_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

  .campaign__step-image--second {
    background-image: url(../img/sp/step_02.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

  .campaign__step-image--third {
    background-image: url(../img/sp/step_03.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .campaign__step-image--third.campaign__step-image--en {
    background-image: url(../img/sp/step_03_en_us.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.campaign__search {
  margin-top: 98px;
  position: relative;
}

.campaign__search-method {
  font-size: 3.4rem;
  font-weight: 700;
}

.campaign__search-method span {
  font-size: 3.4rem;
  font-weight: 700;
  background: linear-gradient(transparent 60%, #ffde00 60%);
}

.campaign__search-list-item span {
  padding-left: 26px;
  font-size: 1.4rem;
  font-weight: 700;
}

.campaign__search-list-item--1 {
  margin-top: 30px;
}

.campaign__search-list-item--2 {
  margin-top: 54px;
}

.campaign__search-list-item--1::before {
  content: "";
  background-image: url(../img/pc/search_number_01.png);
  background-size: contain;
  width: 21px;
  height: 21px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.campaign__search-list-item--2::before {
  content: "";
  background-image: url(../img/pc/search_number_02.png);
  background-size: contain;
  width: 21px;
  height: 21px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.campaign__search-list-item-image {
  width: 100%;
  height: auto;
  margin-top: 30px;
}

.campaign__search-list-item-image--small {
  width: 60%;
}

.campaign__search-list-item-row {
  display: flex;
}

.campaign__search-list-item-chara {
  position: absolute;
  right: 42px;
  bottom: 40px;
  width: 176px;
}

@media screen and (max-width: 1166px) {
  .campaign__search-list-item-chara {
    position: absolute;
    right: 42px;
    bottom: 40px;
    width: 15vw;
  }
}

@media screen and (max-width: 768px) {
  .campaign__search {
    margin-top: 40px;
  }
  .campaign__contents--search {
    padding: 16px 14px;
  }
  .campaign__search-method {
    font-size: 4.5vw;
  }
  .campaign__search-method span {
    font-size: 4.5vw;
  }
  .campaign__search-list-item--1 {
    margin-top: 15px;
  }
  .campaign__search-list-item--1::before {
    width: 17px;
    height: 17px;
  }
  .campaign__search-list-item-image--small {
    width: 100%;
  }
  .campaign__search-list-item-chara {
    position: absolute;
    right: 14px;
    bottom: 16px;
    width: 126px;
  }
}

.campaign__join {
  margin-top: 64px;
  position: relative;
}

.campaign__join-sticker {
  width: 179px;
  position: absolute;
  right: 20px;
  top: -13px;
}

.campaign__join-inner {
  padding: 64px 60px 50px 60px;
}

.campaign__join-text {
  font-size: 2.3rem;
  font-weight: 700;
}

.campaign__join-text .text-bg-yellow {
  font-size: 4.3rem;
  font-weight: 700;
  background: #ffec5d;
  display: inline-block;
}

.campaign__join-text .text-bg-yellow.ml {
  margin-left: 10px;
}

.campaign__join-text .text-red {
  font-weight: 700;
  color: #ff4200;
}

.campaign__join-text .text-red.text-large {
  font-size: 6.1rem;
}

.campaign__join-button {
  margin-top: 30px;
}

@media screen and (max-width: 1166px) {
  .campaign__join-inner {
    padding: 42px;
  }
  .campaign__join-text .text-bg-yellow {
    font-size: 2.5vw;
  }
  .campaign__join-text .text-red.text-large {
    font-size: 3vw;
  }
  .campaign__join-sticker {
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  .campaign__join {
    margin-top: 50px;
  }
  .campaign__join-inner {
    padding: 16px 14px;
  }
  .campaign__join-sticker {
    width: 18vw;
    position: absolute;
    right: 0;
    top: -13px;
  }
  .campaign__join-button {
    margin-top: 4vw;
  }
}

.campaign__note {
  font-weight: 500;
  font-size: 1.7rem;
  margin-top: 31px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .campaign__join-text {
    font-size: 1.5rem;
  }
  .campaign__join-text .text-bg-yellow {
    font-size: 1.7rem;
  }
  .campaign__join-text .text-red.text-large {
    font-size: 1.7rem;
  }
  .campaign__note {
    font-size: 1.2rem;
    margin-top: 15px;
    line-height: 1.5;
  }
}

/* feature ã‚»ã‚¯ã‚·ãƒ§ãƒ³ */
.feature {
  margin: 0 auto;
  background-image: url(../img/pc/background-image_04.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  padding-bottom: 100px;
  padding: 147px 0;
}

.feature__title {
  width: 652px;
  margin: 0 auto;
}

@media screen and (max-width: 1166px) {
  .feature {
    padding: 8vw 2vw 8vw 2vw;
  }
}

@media screen and (max-width: 768px) {
  .feature {
    background-image: url(../img/sp/background-image_04.png);
    padding: 63px 15px 67px 15px;
  }
  .feature__title {
    width: 81vw;
    margin: 0 auto;
  }
}

/* tab */
.tab {
  max-width: 1166px;
  margin: 0 auto;
  overflow: hidden;
}

.tab__list {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-bottom: solid 8px #000;
  padding-top: 22px;
}

.tab__list-item {
  height: 105px;
  min-width: 207px;
  margin-bottom: -8px;
  background-color: #000;
  border: solid 8px #000;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}

.tab__list-item.is-active {
  position: relative;
  height: 130px;
  background-color: #fff;
  border: solid 8px #000;
  color: #000;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  text-align: center;
}

.tab__list-item.is-active::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #fff;
}

.tab__list-item:nth-child(n + 2) {
  margin-left: 10px;
}

.tab__list-item-text {
  font-size: 2.6rem;
  font-weight: 800;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}

.tab__list-item .tab__list-item-text {
  color: #fff;
}

.tab__list-item.is-active .tab__list-item-text {
  color: #000;
  line-height: 1;
  font-size: 3.7rem;
  font-weight: 800;
}

@media screen and (max-width: 1166px) {
  .tab__list-item {
    min-width: 150px;
    height: auto;
  }
  .tab__list-item.is-active {
    min-width: 150px;
    height: auto;
  }
  .tab__list-item-text {
    font-size: 2.5vw;
    padding: 3vw 1vw;
  }
  .tab__list-item.is-active .tab__list-item-text {
    font-size: 3.5vw;
    padding: 4vw 1vw;
  }
}

@media screen and (max-width: 768px) {
  .tab {
    margin-top: 20px;
  }
  .tab__list {
    border-bottom: solid 4px #000;
    border-radius: 5px 5px 0 0;
    padding: 0 15px;
  }
  .tab__list-item {
    min-width: auto;
    height: 14vw;
    padding: 0;
    border: solid 4px #000;
    border-radius: 5px 5px 0 0;
    width: 25%;
  }
  .tab__list-item.is-active {
    min-width: auto;
    height: 18vw;
    border: solid 4px #000;
    border-radius: 5px 5px 0 0;
    width: 30%;
  }
  .tab__list-item-text {
    font-size: 3vw;
  }
  .tab__list-item:nth-child(n + 2) {
    margin-left: 5px;
  }
  .tab__list-item.is-active .tab__list-item-text {
    padding: 21px 9px;
  }
}

/* works */
.works {
  border: solid 8px #000;
  border-top: none;
  padding: 75px;
  max-width: 1166px;
  margin: 0 auto;
  background-color: #fff;
}

@media screen and (max-width: 1166px) {
  .works {
    padding: 5vw 2vw;
  }
}

@media screen and (max-width: 768px) {
  .works {
    padding: 14px;
    border: solid 4px #000;
    border-top: none;
  }
}

.works__links {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.works__links-item-anchor {
  width: 50%;
  padding: 10px;
  cursor: pointer;
}

.works__links-item {
  display: flex;
  border: solid 8px #000;
  border-radius: 10px;
  align-items: center;
}

.works__links-item__number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 6.8rem;
  font-weight: 800;
  width: 102px;
  height: 100%;
  background-color: #000;
}

.works__links-item__number--1 {
  color: #00ff4e;
}

.works__links-item__number--2 {
  color: #8efff6;
}

.works__links-item__number--3 {
  color: #dc9bff;
}

.works__links-item__number--4 {
  color: #ffce00;
}

.works__links-item__text {
  font-size: 2.6rem;
  font-weight: 800;
  margin-left: 20px;
  color: #000;
  line-height: 1.2;
}

@media screen and (max-width: 1166px) {
  .works__links-item__text {
    font-size: 2vw;
  }
}

.works__heading {
  margin-top: 120px;
}

@media screen and (max-width: 1166px) {
  .works__heading {
    margin-top: 8vw;
  }
  .works__links-item__number {
    font-size: 5vw;
    width: 9vw;
  }
}

@media screen and (max-width: 768px) {
  .works__links-item-anchor {
    width: 100%;
  }
  .works__links-item {
    border: solid 4px #000;
    border-radius: 5px;
    height: 16.5vw;
  }
  .works__links-item__number {
    font-size: 9vw;
    width: 13.8vw;
  }
  .works__links-item__text {
    font-size: 4vw;
    margin-left: 2.6vw;
  }
}

.works__heading-title {
  display: flex;
  align-items: center;
}

.works__heading-number {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background-color: #000;
  border-radius: 8px;
  font-size: 3.3rem;
  font-weight: 800;
}

.works__heading-number--1 {
  color: #00ff4e;
}

.works__heading-number--2 {
  color: #8efff6;
}

.works__heading-number--3 {
  color: #dc9bff;
}

.works__heading-number--4 {
  color: #ffce00;
}

.works__heading-lead {
  font-size: 3.4rem;
  font-weight: 800;
  margin-left: 10px;
}

.works__heading-desc {
  font-size: 2.3rem;
  font-weight: 500;
  margin-top: 10px;
}

.works__grid {
  display: flex;
  margin-top: 25px;
}

.works__grid--reverse {
  flex-direction: row-reverse;
}

.works__thumnail {
  width: 112%;
}

.works__grid--reverse .works__thumnail {
  margin-left: 20px;
}

.works__thumnail img {
  border-radius: 10px;
}

.works__thumnail-title {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 10px;
}

@media screen and (max-width: 1166px) {
  .works__heading-number {
    width: 6vw;
    height: 6vw;
    border-radius: 4px;
    font-size: 3vw;
  }
  .works__thumnail-title {
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 768px) {
  .works__grid {
    display: block;
    margin-top: 25px;
  }
  .works__thumnail {
    width: 100%;
  }
  .works__grid--reverse .works__thumnail {
    margin-left: 0;
  }
  .works__heading-lead {
    font-size: 4.2vw;
    margin-left: 5px;
  }
  .works__heading-desc {
    font-size: 3.6vw;
    margin-top: 8px;
  }
  .works__heading-number {
    width: 8vw;
    height: 8vw;
    border-radius: 4px;
    font-size: 4.3vw;
    flex-shrink: 0;
  }
  .works__thumnail-title {
    font-size: 3.5vw;
    margin-top: 5px;
  }
}

.works__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  flex: 1 100%;
  margin: -10px;
  margin-left: 12px;
}

.works__grid--reverse .works__list {
  margin-left: -10px;
}

.works__list-item {
  width: 50%;
  padding: 10px;
}

.works__list-item img {
  border-radius: 10px;
}

.works__list-item-title {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 7px;
  letter-spacing: 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media screen and (max-width: 1166px) {
  .works__list-item-title {
    font-size: 1.4vw;
  }
}

@media screen and (max-width: 768px) {
  .works__list {
    width: auto;
    margin: -7px;
    margin-left: -7px;
    margin-top: 15px;
  }
  .works__list-item {
    padding: 7px;
  }
  .works__list-item-title {
    font-size: 3.5vw;
  }
}

/* purchase */
.purchase {
  max-width: 1166px;
  margin: 0 auto;
  margin-top: 60px;
}

.purchase__title {
  font-size: 3.8rem;
  font-weight: 700;
}

.purchase__lead {
  font-size: 3rem;
  font-weight: 700;
}

.purchase__button {
  margin-top: 20px;
  padding: 0 20px;
  position: relative;
}

.purchase__note {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 27px;
  text-align: center;
}

@media screen and (max-width: 1166px) {
  .purchase__title {
    font-size: 4vw;
  }
  .purchase__lead {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 768px) {
  .purchase {
    padding: 13vw 4vw 20vw 4vw;
    margin-top: 0;
  }
  .purchase__title {
    font-size: 1.7rem;
  }
  .purchase__lead {
    width: 58vw;
    font-size: 1.5rem;
    margin-top: 10px;
  }
  .purchase__button {
    margin-top: 15px;
    padding: 0;
  }
  .purchase__note {
    font-size: 1.2rem;
  }
}

/* tweet ã‚»ã‚¯ã‚·ãƒ§ãƒ³ */
.tweet {
  background-image: url(../img/pc/background-image_05.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 107px 0;
}

.tweet__contents {
  max-width: 1166px;
  margin: 0 auto;
}

.tweet__contents-box {
  width: 630px;
  display: block;
  overflow: scroll;
  height: 380px;
  margin: 50px auto;
  padding: 30px;
  border: 1px solid #ddd;
}

@media screen and (max-width: 1166px) {
  .tweet {
    padding: 8vw 2vw 8vw 2vw;
  }
}

@media screen and (max-width: 768px) {
  .tweet {
    background-image: url(../img/sp/background-image_05.png);
    padding: 40px 15px;
  }
  .tweet__contents-box {
    width: 100%;
    height: 380px;
    padding: 15px;
    border: 1px solid #ddd;
    margin: 0;
  }
}

/* atomsãƒ¬ãƒ™ãƒ« */
/* button */
.button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: 0.1s;
  text-align: center;
}

.button:hover {
  transform: translateY(7px);
  box-shadow: none;
}

.button--small {
  height: 52px;
  font-size: 1.9rem;
}

.button--large {
  height: 113px;
  font-size: 3.4rem;
}

.button--orange {
  background-color: #ff8900;
  box-shadow: 0 7px 0 #e06700;
}

.button--blue {
  background-color: #009cfe;
  box-shadow: 0 7px 0 #0084d7;
}

.button--green {
  border: solid 4px #000;
  background-color: #42d600;
  box-shadow: 0px 7px 0px #000;
  color: #000;
}

.button-twitter-image {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  background-image: url(../img/pc/twitter_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.button--illust {
  transform: translateY(0);
}

.button--illust::before {
  content: "";
  position: absolute;
  right: 40px;
  top: -150px;
  background-image: url(../img/pc/chara_03.png);
  width: 273px;
  height: 146px;
}

@media screen and (max-width: 1166px) {
  .button--large {
    height: 10vw;
  }
  .button--illust::before {
    right: -50px;
  }
}

@media screen and (max-width: 768px) {
  .button:hover {
    transform: translateY(4px);
    box-shadow: none;
  }
  .button--large {
    height: 56px;
    font-size: 1.7rem;
  }
  .button--orange {
    box-shadow: 0 4px 0 #e06700;
  }

  .button--blue {
    box-shadow: 0 4px 0 #0084d7;
  }

  .button--green {
    border: solid 2px #000;
    box-shadow: 0px 4px 0px #000;
  }
  .button-twitter-image {
    width: 17px;
    height: 17px;
    margin-right: 4px;
  }
  .button--illust::before {
    content: "";
    position: absolute;
    right: -14px;
    top: -68px;
    background-image: url(../img/sp/chara_03.png);
    width: 97px;
    height: 66px;
    background-size: cover;
  }
}

/* utils */
.mt30 {
  margin-top: 30px;
}

.isSp {
  display: none;
}

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

.isPc {
  display: block;
}

@media screen and (max-width: 768px) {
  .isPc {
    display: none;
  }
}
</pre></body></html>