@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.section-mv {
  width: 100%;
  height: calc(100vh - 100px);
  margin-bottom: 120px;
  position: relative;
  background-image: url("../../images/index/fv_back_pc.webp");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .section-mv {
    height: calc(100vh - 74px);
    margin-bottom: 42px;
    background-image: url("../../images/index/fv_back_sp.webp");
    background-position: 50% 100%;
  }
}
.section-mv .mv-wrapper {
  max-width: 1200px;
  width: 100%;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1400px) {
  .section-mv .mv-wrapper {
    padding: 0 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .section-mv .mv-wrapper {
    padding: 0 40px;
  }
}
.section-mv .mv-text {
  margin-bottom: 22px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 26px;
  line-height: 24px;
  color: #FFFFFF;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2.6px;
}
@media screen and (max-width: 767px) {
  .section-mv .mv-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .section-mv .mv-text {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 575px) {
  .section-mv .mv-text {
    letter-spacing: 2px;
  }
}
.section-mv .mv-text br {
  display: none;
}
@media screen and (max-width: 575px) {
  .section-mv .mv-text br {
    display: block;
  }
}
.section-mv .mv-picText {
  max-width: 524px;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .section-mv .mv-picText {
    max-width: 304px;
    margin-bottom: 51px;
  }
}
.section-mv .mv-pic {
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .section-mv .mv-pic {
    max-width: 304px;
  }
}
.section-guide {
  margin-bottom: 150px;
  scroll-margin-top: 120px;
}
@media screen and (max-width: 991px) {
  .section-guide {
    margin-bottom: 46px;
  }
}
.section-guide .guide-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .section-guide .guide-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section-guide .guide-inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 80px;
}
@media screen and (max-width: 1199px) {
  .section-guide .guide-inner {
    margin-right: 40px;
  }
}
@media screen and (max-width: 991px) {
  .section-guide .guide-inner {
    margin-right: 0;
  }
}
.section-guide .guide-title {
  margin-bottom: 48px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 28px;
  line-height: 19px;
  color: #222222;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section-guide .guide-title {
    font-size: 20px;
    line-height: 19px;
  }
}
@media screen and (max-width: 1199px) {
  .section-guide .guide-title {
    margin-bottom: 29px;
  }
}
.section-guide .guide-text {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 35px;
  color: #2B2B2B;
}
@media screen and (max-width: 1199px) {
  .section-guide .guide-text {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (max-width: 991px) {
  .section-guide .guide-text {
    margin-bottom: 30px;
  }
}
.section-guide .guide-pic {
  max-width: 600px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .section-guide .guide-pic {
    max-width: 450px;
  }
}
@media screen and (max-width: 991px) {
  .section-guide .guide-pic {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .section-guide .guide-pic {
    max-width: 100%;
  }
}
.section-guide .guide-innerPic {
  max-width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.section-about {
  margin-bottom: 140px;
  scroll-margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .section-about {
    margin-bottom: 80px;
  }
}
.section-about .about-title {
  margin-bottom: 29px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 35px;
  color: #222222;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section-about .about-title {
    font-size: 18px;
    line-height: 35px;
  }
}
@media screen and (max-width: 991px) {
  .section-about .about-title {
    margin-bottom: 20px;
    text-align: center;
  }
}
.section-about .about-title br {
  display: none;
}
@media screen and (max-width: 991px) {
  .section-about .about-title br {
    display: block;
  }
}
.section-about .about-title span:first-of-type {
  font-size: 45px;
  line-height: 35px;
}
@media screen and (max-width: 991px) {
  .section-about .about-title span:first-of-type {
    font-size: 26px;
    line-height: 35px;
  }
}
.section-about .about-title span:last-child {
  font-size: 34px;
  line-height: 35px;
}
@media screen and (max-width: 991px) {
  .section-about .about-title span:last-child {
    font-size: 18px;
    line-height: 35px;
  }
}
.section-about .about-subtitle {
  margin-bottom: 26px;
  padding: 6px 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, right top, from(rgb(106, 171, 251)), color-stop(40%, rgb(106, 171, 251)), color-stop(70%, rgba(239, 101, 246, 0.35)), to(rgba(255, 255, 255, 0.7)));
  background: -o-linear-gradient(left, rgb(106, 171, 251) 0%, rgb(106, 171, 251) 40%, rgba(239, 101, 246, 0.35) 70%, rgba(255, 255, 255, 0.7) 100%);
  background: linear-gradient(90deg, rgb(106, 171, 251) 0%, rgb(106, 171, 251) 40%, rgba(239, 101, 246, 0.35) 70%, rgba(255, 255, 255, 0.7) 100%);
}
@media screen and (max-width: 767px) {
  .section-about .about-subtitle {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .section-about .about-subtitle {
    margin-bottom: 23px;
  }
}
.section-about .about-subtitle br {
  display: none;
}
@media screen and (max-width: 575px) {
  .section-about .about-subtitle br {
    display: block;
  }
}
.section-about .about-text {
  margin-bottom: 50px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 29px;
  color: #2B2B2B;
}
@media screen and (max-width: 767px) {
  .section-about .about-text {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .section-about .about-text {
    margin-bottom: 30px;
  }
}
.section-about .about-text span {
  font-size: 14px;
  line-height: 29px;
}
@media screen and (max-width: 767px) {
  .section-about .about-text span {
    font-size: 14px;
    line-height: 26px;
  }
}
.section-about .about-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .section-about .about-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section-about .about-inner + .about-inner {
  margin-top: 70px;
}
@media screen and (max-width: 991px) {
  .section-about .about-inner + .about-inner {
    margin-top: 60px;
  }
}
.section-about .about-container {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 140px;
}
@media screen and (max-width: 1199px) {
  .section-about .about-container {
    margin-right: 40px;
  }
}
@media screen and (max-width: 991px) {
  .section-about .about-container {
    margin-right: 0;
  }
}
.section-about .about-container_title {
  margin-bottom: 22px;
  padding: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 22px;
  color: #000000;
  font-weight: bold;
  background-color: #F5F5F8;
}
@media screen and (max-width: 767px) {
  .section-about .about-container_title {
    font-size: 15px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .section-about .about-container_title {
    margin-bottom: 19px;
    padding: 12px 9px;
  }
}
.section-about .about-container_subtitle {
  margin-bottom: 17px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 29px;
  color: #2B2B2B;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section-about .about-container_subtitle {
    font-size: 15px;
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .section-about .about-container_subtitle {
    margin-bottom: 9px;
  }
}
.section-about .about-container_subtitle br {
  display: none;
}
@media screen and (max-width: 575px) {
  .section-about .about-container_subtitle br {
    display: block;
  }
}
.section-about .about-container_text {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 29px;
  color: #2B2B2B;
}
@media screen and (max-width: 767px) {
  .section-about .about-container_text {
    font-size: 15px;
    line-height: 26px;
  }
}
@media screen and (max-width: 991px) {
  .section-about .about-container_text {
    margin-bottom: 28px;
  }
}
.section-about .about-pic {
  max-width: 400px;
}
@media screen and (max-width: 991px) {
  .section-about .about-pic {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .section-about .about-pic {
    max-width: 100%;
  }
}
.section-value {
  width: 100%;
  height: 1070px;
  scroll-margin-top: -30px;
  background-image: url("../../images/index/concept_back_pc.webp");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 991px) {
  .section-value {
    height: 880px;
    background-image: url("../../images/index/concept_back_sp.webp");
    background-position: 50% 100%;
  }
}
@media screen and (max-width: 767px) {
  .section-value {
    scroll-margin-top: 70px;
  }
}
.section-value .value-wrapper {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .section-value .value-wrapper {
    padding: 0 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .section-value .value-wrapper {
    padding: 0 40px;
  }
}
.section-value .value-title {
  margin-bottom: 50px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 80px;
  line-height: 54px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .section-value .value-title {
    font-size: 30px;
    line-height: 18px;
  }
}
@media screen and (max-width: 991px) {
  .section-value .value-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .section-value .value-title {
    font-size: 25px;
  }
}
.section-value .value-subtitle {
  margin-bottom: 96px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 60px;
  line-height: 43px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .section-value .value-subtitle {
    font-size: 20px;
    line-height: 15px;
  }
}
@media screen and (max-width: 767px) {
  .section-value .value-subtitle {
    margin-bottom: 52px;
  }
}
@media screen and (max-width: 575px) {
  .section-value .value-subtitle {
    font-size: 18px;
  }
}
.section-value .value-text {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 40px;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .section-value .value-text {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .section-value .value-text {
    text-align: left;
  }
}
.section-value .value-text + .value-text {
  margin-top: 50px;
}
.section-value .value-text span {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 40px;
  color: #FFFFFF;
  font-weight: bold;
  -webkit-text-decoration: #FFFFFF underline;
  text-decoration: #FFFFFF underline;
  text-underline-offset: 10px;
}
@media screen and (max-width: 991px) {
  .section-value .value-text span {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 991px) {
  .section-value .value-text span {
    text-underline-offset: 5px;
  }
}
.section-shop {
  width: 100%;
  margin-bottom: 120px;
  padding-bottom: 130px;
  scroll-margin-top: 20px;
  background-image: url("../../images/index/map_white_pc.webp");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .section-shop {
    margin-bottom: 50px;
    padding-bottom: 76px;
    scroll-margin-top: 70px;
    background-image: url("../../images/index/map_white_sp.webp");
    background-position: 50% 100%;
  }
}
.section-shop .shop-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-top: 110px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1400px) {
  .section-shop .shop-wrapper {
    padding: 110px 1.5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .section-shop .shop-wrapper {
    padding: 30px 40px 0;
  }
}
.section-shop .shop-title {
  max-width: 925px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 70px;
}
@media screen and (max-width: 767px) {
  .section-shop .shop-title {
    margin-bottom: 33px;
  }
}
.section-shop .shop-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 56px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 17px;
  color: #222222;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section-shop .shop-subtitle {
    font-size: 16px;
    line-height: 9px;
  }
}
@media screen and (max-width: 767px) {
  .section-shop .shop-subtitle {
    margin-bottom: 30px;
  }
}
.section-shop .shop-subtitle span:first-of-type {
  max-width: 50px;
  display: inline-block;
  margin-right: 21px;
}
@media screen and (max-width: 767px) {
  .section-shop .shop-subtitle span:first-of-type {
    max-width: 26px;
    margin-right: 11px;
  }
}
.section-shop .shop-subtitle span:last-child {
  height: 3px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 21px;
  background: transparent -o-linear-gradient(195deg, #6AABFB 0%, #EF65F6 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(255deg, #6AABFB 0%, #EF65F6 100%) 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 767px) {
  .section-shop .shop-subtitle span:last-child {
    margin-left: 11px;
  }
}
.section-shop .shop-item_btn {
  height: 36px;
}
@media screen and (max-width: 767px) {
  .section-shop .shop-item_btn {
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section-shop .shop-item {
    width: 100%;
  }
}
.section-shop .shop-item_wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-shop .shop-item_pic {
  margin: 0 auto;
}
.section-shop .shop-item_title {
  margin-bottom: 22px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 29px;
  color: #222222;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .section-shop .shop-item_title {
    font-size: 12px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .section-shop .shop-item_title {
    margin-bottom: 11px;
  }
}
.section-shop .shop-item_subtitle {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 29px;
  color: #222222;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .section-shop .shop-item_subtitle {
    font-size: 12px;
    line-height: 26px;
  }
}
.section-shop .shop-item_btn {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
.section-shop .shop-item_btn + .shop-item_btn {
  margin-top: 10px;
}
.section-shop .shop-item_link {
  width: 100%;
  height: 100%;
  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;
  background-color: #2B2B2B;
  border-radius: 28px;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.section-shop .shop-item_link:hover {
  background-color: #6AABFB;
}
.section-shop .shop-item_linkText {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 35px;
  color: #FFFFFF;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .section-shop .shop-item_linkText {
    font-size: 12px;
    line-height: 28px;
  }
}
.section-shop .shop-item_arrow {
  width: 7px;
  height: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.section-shop .shop-item_arrow::before {
  content: "";
  height: 1.5px;
  position: absolute;
  background: #FFFFFF;
  border-radius: 3px;
  top: 0;
  left: 0;
  right: 0;
}
.section-shop .shop-item_arrow::after {
  content: "";
  width: 1.5px;
  position: absolute;
  background: #FFFFFF;
  border-radius: 3px;
  top: 0;
  right: 0;
  bottom: 0;
}
.section-shop .shop-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .section-shop .shop-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section-shop .shop-list_game {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  .section-shop .shop-list_game {
    gap: 0 80px;
  }
}
@media screen and (max-width: 991px) {
  .section-shop .shop-list_game {
    gap: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .section-shop .shop-list_game {
    gap: 45px 0;
    margin-bottom: 55px;
  }
}
.section-shop .shop-list_game .shop-item_wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section-shop .shop-list_game .shop-item_linkText {
  margin-right: 22px;
}
@media screen and (max-width: 767px) {
  .section-shop .shop-list_game .shop-item_linkText {
    margin-left: 11px;
  }
}
.section-shop .shop-list_game .shop-item:first-child .shop-item_pic {
  max-width: 490px;
}
@media screen and (max-width: 767px) {
  .section-shop .shop-list_game .shop-item:first-child .shop-item_pic {
    max-width: 250px;
  }
}
.section-shop .shop-list_game .shop-item:last-child .shop-item_pic {
  max-width: 560px;
}
@media screen and (max-width: 767px) {
  .section-shop .shop-list_game .shop-item:last-child .shop-item_pic {
    max-width: 290px;
  }
}
.section-shop .shop-list_std {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 80px;
  margin-bottom: 91px;
}
@media screen and (max-width: 991px) {
  .section-shop .shop-list_std {
    gap: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-shop .shop-list_std {
    gap: 45px 0;
    margin-bottom: 38px;
  }
}
.section-shop .shop-list_std .shop-item_linkText {
  margin-right: 11px;
}
.section-shop .shop-list_std .shop-item:first-child .shop-item_pic {
  max-width: 460px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .section-shop .shop-list_std .shop-item:first-child .shop-item_pic {
    max-width: 295px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-shop .shop-list_std .shop-item:first-child .shop-item_linkText {
    margin-right: 19px;
  }
}
.section-shop .shop-list_std .shop-item:last-child .shop-item_pic {
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .section-shop .shop-list_std .shop-item:last-child .shop-item_pic {
    max-width: 192px;
  }
}
@media screen and (max-width: 767px) {
  .section-shop .shop-list_std .shop-item:last-child .shop-item_linkText {
    margin-right: 21px;
  }
}
.section-shop .shop-btn {
  max-width: 392px;
  width: 100%;
  height: 47px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .section-shop .shop-btn {
    max-width: 295px;
    height: 30px;
  }
}
.section-shop .shop-link {
  width: 100%;
  height: 100%;
  display: inline-block;
  border-radius: 50px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media screen and (max-width: 767px) {
  .section-shop .shop-link {
    padding: 4px 0;
  }
}
.section-shop .shop-link:hover {
  background: transparent;
}
.section-shop .shop-link_wrapper {
  width: 100%;
  height: 100%;
  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;
  background: transparent -o-linear-gradient(359deg, #EF65F6 0%, #6AABFB 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(91deg, #EF65F6 0%, #6AABFB 100%) 0% 0% no-repeat padding-box;
  border-radius: 50px;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-2px, -2px);
  -ms-transform: translate(-2px, -2px);
  transform: translate(-2px, -2px);
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 3;
}
.section-shop .shop-link::after {
  content: "";
  border-radius: 28px;
  background: transparent -o-linear-gradient(172deg, #5245B4 0%, #6AABFB 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(278deg, #5245B4 0%, #6AABFB 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.section-shop .shop-link:hover .shop-link_wrapper {
  background: transparent;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.section-shop .shop-linkText {
  margin-right: 25px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 45px;
  color: #FFFFFF;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .section-shop .shop-linkText {
    font-size: 15px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .section-shop .shop-linkText {
    margin-right: 22px;
  }
}
.section-shop .shop-arrow {
  width: 9px;
  height: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transform: rotate(45deg) translateX(50%);
  -ms-transform: rotate(45deg) translateX(50%);
  transform: rotate(45deg) translateX(50%);
}
.section-shop .shop-arrow::before {
  content: "";
  height: 1.5px;
  position: absolute;
  background: #FFFFFF;
  border-radius: 3px;
  top: 0;
  left: 0;
  right: 0;
}
.section-shop .shop-arrow::after {
  content: "";
  width: 1.5px;
  position: absolute;
  background: #FFFFFF;
  border-radius: 3px;
  top: 0;
  right: 0;
  bottom: 0;
}
.section-shopList {
  margin-bottom: 95px;
}
@media screen and (max-width: 767px) {
  .section-shopList {
    margin-bottom: 85px;
  }
}
.section-shopList .shopList-title {
  margin-bottom: 62px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 36px;
  line-height: 34px;
  color: #000000;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-shopList .shopList-title {
    font-size: 20px;
    line-height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .section-shopList .shopList-title {
    margin-bottom: 26px;
  }
}
.section-shopList .shopList-container {
  scroll-margin-top: 120px;
}
.section-shopList .shopList-subtitle {
  margin-bottom: 26px;
  padding: 5px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, right top, from(rgb(106, 171, 251)), color-stop(40%, rgb(106, 171, 251)), color-stop(70%, rgba(239, 101, 246, 0.35)), to(rgba(255, 255, 255, 0.7)));
  background: -o-linear-gradient(left, rgb(106, 171, 251) 0%, rgb(106, 171, 251) 40%, rgba(239, 101, 246, 0.35) 70%, rgba(255, 255, 255, 0.7) 100%);
  background: linear-gradient(90deg, rgb(106, 171, 251) 0%, rgb(106, 171, 251) 40%, rgba(239, 101, 246, 0.35) 70%, rgba(255, 255, 255, 0.7) 100%);
}
@media screen and (max-width: 991px) {
  .section-shopList .shopList-subtitle {
    font-size: 16px;
    line-height: 17px;
  }
}
@media screen and (max-width: 767px) {
  .section-shopList .shopList-subtitle {
    margin-bottom: 21px;
    padding: 3px 11px;
  }
}
.section-shopList .shopList-item_linkText {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 37px;
  color: #2B2B2B;
}
@media screen and (max-width: 991px) {
  .section-shopList .shopList-item_linkText {
    font-size: 14px;
    line-height: 26px;
  }
}
.section-shopList .shopList-item_linkText br {
  display: none;
}
@media screen and (max-width: 575px) {
  .section-shopList .shopList-item_linkText br {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .section-shopList .shopList-item_linkText span {
    margin-left: 15px;
  }
}
.section-business {
  scroll-margin-top: 150px;
  margin-bottom: 166px;
}
@media screen and (max-width: 767px) {
  .section-business {
    margin-bottom: 62px;
  }
}
.section-business .business-title {
  margin-bottom: 43px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 36px;
  line-height: 34px;
  color: #222222;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-business .business-title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 575px) {
  .section-business .business-title {
    margin-bottom: 25px;
  }
}
.section-business .business-title br {
  display: none;
}
@media screen and (max-width: 575px) {
  .section-business .business-title br {
    display: block;
  }
}
.section-business .business-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 8px;
}
@media screen and (max-width: 991px) {
  .section-business .business-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px 0;
  }
}
.section-business .business-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 16px) / 3);
  flex: 0 0 calc((100% - 16px) / 3);
}
@media screen and (max-width: 991px) {
  .section-business .business-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.section-business .business-item_wrapper {
  height: 100%;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  scroll-margin-top: 240px;
  background-color: #F5F5F8;
}
.section-business .business-item_inner {
  padding: 37px 40px 23px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .section-business .business-item_inner {
    padding: 37px 20px 23px;
  }
}
@media screen and (max-width: 767px) {
  .section-business .business-item_inner {
    padding: 24px 30px 20px;
  }
}
.section-business .business-item_title {
  margin-bottom: 15px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 52px;
  color: #000000;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .section-business .business-item_title {
    font-size: 18px;
    line-height: 39px;
  }
}
@media screen and (max-width: 767px) {
  .section-business .business-item_title {
    margin-bottom: 12px;
  }
}
.section-business .business-item_text {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #2B2B2B;
}
@media screen and (max-width: 991px) {
  .section-business .business-item_text {
    font-size: 15px;
    line-height: 24px;
  }
}
.section-business .business-item_pic img {
  -o-object-fit: cover;
  object-fit: cover;
}
.section-company {
  margin-bottom: 140px;
  padding-bottom: 136px;
  scroll-margin-top: 30px;
  background-color: #F5F5F8;
}
@media screen and (max-width: 767px) {
  .section-company {
    margin-bottom: 50px;
    padding-bottom: 41px;
  }
}
.section-company .company-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .section-company .company-wrapper {
    padding: 0 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .section-company .company-wrapper {
    padding: 0 40px;
  }
}
.section-company .company-title {
  margin-bottom: 83px;
  padding-top: 108px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 36px;
  line-height: 34px;
  color: #222222;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-company .company-title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .section-company .company-title {
    margin-bottom: 26px;
    padding-top: 57px;
  }
}
.section-company .company-dl {
  max-width: 810px;
  width: 100%;
  margin: 0 auto;
}
.section-company .company-dl_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 25px 0;
}
.section-company .company-dl_wrapper + .company-dl_wrapper {
  border-top: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .section-company .company-dl_wrapper + .company-dl_wrapper {
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  .section-company .company-dl_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 16.5px 0;
  }
}
.section-company .company-dl_wrapper:last-child {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .section-company .company-dl_wrapper:last-child {
    padding-bottom: 38px;
  }
}
.section-company .company-dt {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .section-company .company-dt {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6px;
  }
}
.section-company .company-dt_title {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: #2B2B2B;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .section-company .company-dt_title {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .section-company .company-dt_title {
    margin-right: 15px;
  }
}
.section-company .company-dt_line {
  height: 1px;
  display: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #707070;
}
@media screen and (max-width: 767px) {
  .section-company .company-dt_line {
    display: block;
  }
}
.section-company .company-dd {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .section-company .company-dd {
    width: 100%;
  }
}
.section-company .company-dd_text {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: #2B2B2B;
}
@media screen and (max-width: 767px) {
  .section-company .company-dd_text {
    font-size: 15px;
    line-height: 22px;
  }
}
.section-company .company-inner {
  max-width: 1200px;
  width: 100%;
  height: 533px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .section-company .company-inner {
    height: 180px;
  }
}
.section-company .company-map {
  width: 100%;
  height: 100%;
}
.section-news {
  scroll-margin-top: 150px;
  margin-bottom: 120px;
}
@media screen and (max-width: 991px) {
  .section-news {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .section-news {
    scroll-margin-top: 95px;
  }
}
.section-news .news-title {
  margin-bottom: 60px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 36px;
  line-height: 34px;
  color: #000000;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-news .news-title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 991px) {
  .section-news .news-title {
    margin-bottom: 27px;
  }
}
.section-news .news-list {
  margin-bottom: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
}
@media screen and (max-width: 991px) {
  .section-news .news-list {
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 17px;
  }
}
.section-news .news-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 60px) / 4);
  flex: 0 0 calc((100% - 60px) / 4);
}
@media screen and (max-width: 991px) {
  .section-news .news-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 17px) / 2);
    flex: 0 0 calc((100% - 17px) / 2);
  }
}
.section-news .news-item_link {
  display: inline-block;
  width: 100%;
}
.section-news .news-item_link:hover .news-item_pic img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.section-news .news-item_pic {
  margin-bottom: 5px;
  overflow: hidden;
}
.section-news .news-item_pic img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.section-news .news-item_date {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  color: #0f1a3c;
}
@media screen and (max-width: 767px) {
  .section-news .news-item_date {
    font-size: 14px;
    line-height: 11px;
  }
}
.section-news .news-item_linkText {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .section-news .news-item_linkText {
    font-size: 15px;
    line-height: 20px;
  }
}
.section-news .news-item_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .section-news .news-item_tag {
    margin-bottom: 9px;
  }
}
.section-news .news-item_tag .tag-item {
  margin-right: 10px;
  margin-top: 8px;
}
@media screen and (max-width: 991px) {
  .section-news .news-item_tag .tag-item {
    margin-top: 5px;
  }
}
.section-news .news-item_tag .tag-item_wrapper {
  height: 22px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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: 1px solid #9b94fa;
  border-radius: 20px;
}
.section-news .news-item_tag .tag-item_text {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  color: #2B2B2B;
}
@media screen and (max-width: 767px) {
  .section-news .news-item_tag .tag-item_text {
    font-size: 14px;
    line-height: 21px;
  }
}
.section-news .news-btn {
  max-width: 392px;
  width: 100%;
  height: 47px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .section-news .news-btn {
    max-width: 295px;
    height: 30px;
  }
}
.section-news .news-link {
  width: 100%;
  height: 100%;
  display: inline-block;
  border-radius: 50px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media screen and (max-width: 991px) {
  .section-news .news-link {
    padding: 4px 0;
  }
}
.section-news .news-link:hover {
  background: transparent;
}
.section-news .news-link_wrapper {
  width: 100%;
  height: 100%;
  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;
  background: transparent -o-linear-gradient(359deg, #EF65F6 0%, #6AABFB 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(91deg, #EF65F6 0%, #6AABFB 100%) 0% 0% no-repeat padding-box;
  border-radius: 50px;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-2px, -2px);
  -ms-transform: translate(-2px, -2px);
  transform: translate(-2px, -2px);
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 3;
}
.section-news .news-link::after {
  content: "";
  border-radius: 28px;
  background: transparent -o-linear-gradient(172deg, #5245B4 0%, #6AABFB 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(278deg, #5245B4 0%, #6AABFB 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.section-news .news-link:hover .news-link_wrapper {
  background: transparent;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.section-news .news-linkText {
  margin-right: 25px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 45px;
  color: #FFFFFF;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .section-news .news-linkText {
    font-size: 15px;
    line-height: 28px;
  }
}
@media screen and (max-width: 991px) {
  .section-news .news-linkText {
    margin-right: 22px;
  }
}
.section-news .news-arrow {
  width: 9px;
  height: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transform: rotate(45deg) translateX(40%);
  -ms-transform: rotate(45deg) translateX(40%);
  transform: rotate(45deg) translateX(40%);
}
.section-news .news-arrow::before {
  content: "";
  height: 1.5px;
  position: absolute;
  background: #FFFFFF;
  border-radius: 3px;
  top: 0;
  left: 0;
  right: 0;
}
.section-news .news-arrow::after {
  content: "";
  width: 1.5px;
  position: absolute;
  background: #FFFFFF;
  border-radius: 3px;
  top: 0;
  right: 0;
  bottom: 0;
}
.section-news .news-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .section-news .news-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.section-news .news-inner .news-btn {
  margin: 0;
}
.section-news .news-inner .news-btn + .news-btn {
  margin-left: 20px;
}
@media screen and (max-width: 991px) {
  .section-news .news-inner .news-btn + .news-btn {
    margin-left: 0;
    margin-top: 10px;
  }
}

/*# sourceMappingURL=index.css.map */
