@charset "UTF-8";
* {
  margin: 0;
}

body {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  padding-left: inherit;
}

.wrapper {
  background: #ffffff;
}

.block {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1920px) {
  .block {
    max-width: 960px;
  }
}
@media (max-width: 768px) {
  .block {
    max-width: 100%;
  }
}

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

.btn {
  position: fixed;
  bottom: 2.6041666667vw;
  right: 1vw;
  height: 10vw;
  width: 10vw;
}
@media (min-width: 1920px) {
  .btn {
    bottom: 50px;
    right: 15px;
    height: 147px;
    width: 147px;
  }
}
@media (max-width: 768px) {
  .btn {
    bottom: 6.5104166667vw;
    right: 4vw;
    height: 20vw;
    width: 20vw;
  }
}
.btn a {
  background: #d9341d;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2.0833333333vw;
  height: 100%;
  border-radius: 50%;
  box-shadow: 10px 10px 10px -6px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.01em;
  opacity: 1;
  transition: opacity 0.3s;
}
@media (min-width: 1920px) {
  .btn a {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .btn a {
    font-size: 5vw;
  }
}
.btn a:hover {
  opacity: 0.7;
}

.top_mv h1 a {
  display: block;
  width: 100%;
  opacity: 1;
  transition: opacity 0.3s;
}
.top_mv h1 a:hover {
  opacity: 0.7;
}
.top_mv h1 a img {
  display: block;
  width: 100%;
}

.top_message {
  background: #ffffff;
  padding: 1.9791666667vw 0;
}
@media (min-width: 1920px) {
  .top_message {
    padding: 19px 0;
  }
}
@media (max-width: 768px) {
  .top_message {
    padding: 8.59375vw 0;
  }
}
.top_message .inner {
  padding: 0 1.0416666667vw;
}
@media (min-width: 1920px) {
  .top_message .inner {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .top_message .inner {
    padding: 0 2.6041666667vw;
  }
}
.top_message .inner .block {
  max-width: 83.3333333333vw;
  display: flex;
  flex-direction: column;
  row-gap: 2.34375vw;
}
@media (min-width: 1920px) {
  .top_message .inner .block {
    max-width: 1600px;
    row-gap: 23px;
  }
}
@media (max-width: 768px) {
  .top_message .inner .block {
    max-width: 86vw;
    row-gap: 4.5572916667vw;
  }
}
.top_message .inner .block .head_box {
  display: flex;
  justify-content: center;
}
.top_message .inner .block .head_box p {
  color: #3c130d;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 1920px) {
  .top_message .inner .block .head_box p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .top_message .inner .block .head_box p {
    font-size: 4.1666666667vw;
    line-height: 1.5;
    text-align: left;
  }
}
.top_message .inner .block .foot_box {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 20vw;
  border-radius: 3.0208333333vw;
  background: #d9341d;
  margin: 0 auto;
}
@media (min-width: 1920px) {
  .top_message .inner .block .foot_box {
    width: 294px;
    border-radius: 58px;
  }
}
@media (max-width: 768px) {
  .top_message .inner .block .foot_box {
    width: 59.8958333333vw;
    border-radius: 7.5520833333vw;
  }
}
.top_message .inner .block .foot_box a {
  color: #fff;
  font-size: 1.5vw;
  padding: 0.78125vw 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  opacity: 1;
  transition: opacity 0.3s;
}
@media (min-width: 1920px) {
  .top_message .inner .block .foot_box a {
    font-size: 25px;
    padding: 6px 0;
  }
}
@media (max-width: 768px) {
  .top_message .inner .block .foot_box a {
    font-size: 5.2083333333vw;
    padding: 1.953125vw 0;
  }
}
.top_message .inner .block .foot_box a:hover {
  opacity: 0.7;
}

.top_point {
  background: #ffffff;
  padding-bottom: 2.65625vw;
}
@media (min-width: 1920px) {
  .top_point {
    padding-bottom: 61px;
  }
}
@media (max-width: 768px) {
  .top_point {
    padding-bottom: 6.5104166667vw;
  }
}
.top_point .heading {
  background: #d9341d;
  padding: 1.4583333333vw 0;
  text-align: center;
}
@media (min-width: 1920px) {
  .top_point .heading {
    padding: 28px 0;
  }
}
@media (max-width: 768px) {
  .top_point .heading {
    padding: 3.6458333333vw 0;
  }
}
.top_point .heading h2 {
  color: #fff;
  font-size: 2vw;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
@media (min-width: 1920px) {
  .top_point .heading h2 {
    font-size: 29px;
  }
}
@media (max-width: 768px) {
  .top_point .heading h2 {
    font-size: 6.5vw;
  }
}
.top_point .block {
  max-width: 40.46875vw;
  padding-top: 3.1770833333vw;
}
@media (min-width: 1920px) {
  .top_point .block {
    max-width: 777px;
    padding-top: 41px;
  }
}
@media (max-width: 768px) {
  .top_point .block {
    max-width: 84.6354166667vw;
    padding-top: 6.5104166667vw;
  }
}
.top_point .block .list {
  display: flex;
  flex-direction: column;
  row-gap: 1.1979166667vw;
}
@media (min-width: 1920px) {
  .top_point .block .list {
    row-gap: 18px;
  }
}
@media (max-width: 768px) {
  .top_point .block .list {
    row-gap: 5.2083333333vw;
  }
}
.top_point .block .list .item {
  background: #faf3d2;
  padding: 2vw 0;
  border-radius: 2.0833333333vw;
}
@media (min-width: 1920px) {
  .top_point .block .list .item {
    padding: 29px 0;
    border-radius: 40px;
  }
}
@media (max-width: 768px) {
  .top_point .block .list .item {
    padding: 3.90625vw 0;
  }
}
.top_point .block .list .item h3 {
  color: #3c130d;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.01em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-style: normal;
}
@media (min-width: 1920px) {
  .top_point .block .list .item h3 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .top_point .block .list .item h3 {
    font-size: 6.5vw;
  }
}
.top_point .block .list .item .area {
  max-width: 27.03125vw;
  margin: 1.1979166667vw auto 0;
  display: flex;
  flex-direction: column;
  row-gap: 0.9375vw;
}
@media (min-width: 1920px) {
  .top_point .block .list .item .area {
    max-width: 519px;
    margin: 23px auto 0;
    row-gap: 18px;
  }
}
@media (max-width: 768px) {
  .top_point .block .list .item .area {
    max-width: 65.1041666667vw;
    margin: 2.9947916667vw auto 0;
    row-gap: 2.34375vw;
  }
}
.top_point .block .list .item .area .img {
  display: block;
  width: 100%;
}
.top_point .block .list .item .area .img img {
  display: block;
  width: 100%;
}
.top_point .block .list .item .area .text {
  display: flex;
  justify-content: center;
}
.top_point .block .list .item .area .text p {
  font-size: 1.3541666667vw;
  color: #3c130d;
  letter-spacing: 0.01em;
}
@media (min-width: 1920px) {
  .top_point .block .list .item .area .text p {
    font-size: 20px;
  }
}
@media (max-width: 1100px) {
  .top_point .block .list .item .area .text p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .top_point .block .list .item .area .text p {
    font-size: 4.1666666667vw;
  }
}
.top_point .block .group {
  margin-top: 1.9791666667vw;
  display: flex;
  flex-direction: column;
  row-gap: 0.5208333333vw;
}
@media (min-width: 1920px) {
  .top_point .block .group {
    margin-top: 38px;
    row-gap: 10px;
  }
}
@media (max-width: 768px) {
  .top_point .block .group {
    margin-top: 3.90625vw;
    row-gap: 2.6041666667vw;
  }
}
.top_point .block .group .sub_link {
  width: 100%;
}
.top_point .block .group .sub_link a {
  padding: 2.96875vw 0;
  background: #d9341d;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2.0833333333vw;
  border-radius: 2.0833333333vw;
  position: relative;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  opacity: 1;
  transition: opacity 0.3s;
}
@media (min-width: 1920px) {
  .top_point .block .group .sub_link a {
    padding: 57px 0;
    font-size: 40px;
    border-radius: 40px;
  }
}
@media (max-width: 768px) {
  .top_point .block .group .sub_link a {
    padding: 5.2083333333vw 0;
    font-size: 5.7291666667vw;
    border-radius: 3.90625vw;
  }
}
.top_point .block .group .sub_link a:hover {
  opacity: 0.7;
}
.top_point .block .group .main_link {
  width: 100%;
}
.top_point .block .group .main_link a {
  border-radius: 2.0833333333vw;
  opacity: 1;
  transition: opacity 0.3s;
}
@media (min-width: 1920px) {
  .top_point .block .group .main_link a {
    border-radius: 40px;
  }
}
@media (max-width: 768px) {
  .top_point .block .group .main_link a {
    border-radius: 3.90625vw;
  }
}
.top_point .block .group .main_link a:hover {
  opacity: 0.7;
}
.top_point .block .group .main_link a img {
  display: block;
  width: 100%;
}

.top_service {
  background: #ffffff;
}
.top_service .heading {
  background: #d9341d;
  padding: 1.4583333333vw 0;
  text-align: center;
}
@media (min-width: 1920px) {
  .top_service .heading {
    padding: 28px 0;
  }
}
@media (max-width: 768px) {
  .top_service .heading {
    padding: 3.6458333333vw 0;
  }
}
.top_service .heading h2 {
  color: #fff;
  font-size: 2vw;
  line-height: 1.2;
}
@media (min-width: 1920px) {
  .top_service .heading h2 {
    font-size: 29px;
  }
}
@media (max-width: 768px) {
  .top_service .heading h2 {
    font-size: 6.9010416667vw;
  }
}
.top_service .block {
  max-width: 40.46875vw;
  padding: 2.5520833333vw 0 4vw;
}
@media (min-width: 1920px) {
  .top_service .block {
    max-width: 777px;
    padding: 25px 0 60px;
  }
}
@media (max-width: 768px) {
  .top_service .block {
    max-width: 84.6354166667vw;
    padding: 6.5104166667vw 0 30vw;
  }
}
.top_service .block .list {
  display: flex;
  flex-direction: column;
  row-gap: 0.8333333333vw;
}
@media (min-width: 1920px) {
  .top_service .block .list {
    row-gap: 16px;
  }
}
@media (max-width: 768px) {
  .top_service .block .list {
    row-gap: 1.953125vw;
  }
}
.top_service .block .list .item {
  background: #faf3d2;
  border-radius: 2.0833333333vw;
  padding: 1.5vw 0;
  display: flex;
  flex-direction: column;
  row-gap: 0.8vw;
}
@media (min-width: 1920px) {
  .top_service .block .list .item {
    border-radius: 40px;
    padding: 22px 0;
    row-gap: 8px;
  }
}
@media (max-width: 768px) {
  .top_service .block .list .item {
    border-radius: 5.2083333333vw;
    padding: 7.8125vw 0 5.3385416667vw;
    row-gap: 3.5vw;
  }
}
.top_service .block .list .item .head h3 {
  color: #3c130d;
  font-size: 1.3541666667vw;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.01em;
}
@media (min-width: 1920px) {
  .top_service .block .list .item .head h3 {
    font-size: 20px;
  }
}
@media (max-width: 1100px) {
  .top_service .block .list .item .head h3 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .top_service .block .list .item .head h3 {
    font-size: 5.078125vw;
  }
}
.top_service .block .list .item .foot {
  width: 16vw;
  margin: 0 auto;
}
@media (min-width: 1920px) {
  .top_service .block .list .item .foot {
    width: 260px;
  }
}
@media (max-width: 1100px) {
  .top_service .block .list .item .foot {
    width: 26vw;
  }
}
@media (max-width: 768px) {
  .top_service .block .list .item .foot {
    width: 72.9166666667vw;
  }
}
.top_service .block .list .item .foot a {
  padding: 0.5vw 0;
  background: #d9341d;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.2vw;
  border-radius: 3.0208333333vw;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  opacity: 1;
  transition: opacity 0.3s;
}
@media (min-width: 1920px) {
  .top_service .block .list .item .foot a {
    padding: 10px 0;
    font-size: 19px;
    border-radius: 40px;
  }
}
@media (max-width: 1100px) {
  .top_service .block .list .item .foot a {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .top_service .block .list .item .foot a {
    padding: 1.3020833333vw 0;
    font-size: 4.8177083333vw;
    border-radius: 7.5520833333vw;
  }
}
.top_service .block .list .item .foot a:hover {
  opacity: 0.7;
}
.top_service .block .group {
  margin-top: 0.8333333333vw;
  display: flex;
  flex-direction: column;
  row-gap: 2.5vw;
}
@media (min-width: 1920px) {
  .top_service .block .group {
    margin-top: 16px;
    row-gap: 48px;
  }
}
@media (max-width: 768px) {
  .top_service .block .group {
    margin-top: 3.2552083333vw;
    row-gap: 9.1145833333vw;
  }
}
.top_service .block .group .event_link {
  width: 100%;
}
.top_service .block .group .event_link a {
  padding: 2.96875vw 0;
  background: #d9341d;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2.0833333333vw;
  border-radius: 2.0833333333vw;
  position: relative;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  opacity: 1;
  transition: opacity 0.3s;
}
@media (min-width: 1920px) {
  .top_service .block .group .event_link a {
    padding: 57px 0;
    font-size: 40px;
    border-radius: 40px;
  }
}
@media (max-width: 768px) {
  .top_service .block .group .event_link a {
    padding: 5.2083333333vw 0;
    font-size: 5.7291666667vw;
    border-radius: 3.90625vw;
  }
}
.top_service .block .group .event_link a:hover {
  opacity: 0.7;
}
.top_service .block .group .sub_link {
  width: 100%;
}
.top_service .block .group .sub_link a {
  padding: 1.1458333333vw 0;
  background: #d9341d;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.2vw;
  border-radius: 3.0208333333vw;
  position: relative;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  opacity: 1;
  transition: opacity 0.3s;
}
@media (min-width: 1920px) {
  .top_service .block .group .sub_link a {
    padding: 22px 0;
    font-size: 18px;
    border-radius: 58px;
  }
}
@media (max-width: 768px) {
  .top_service .block .group .sub_link a {
    padding: 2.8645833333vw 0;
    font-size: 5.2083333333vw;
    border-radius: 7.5520833333vw;
  }
}
.top_service .block .group .sub_link a:hover {
  opacity: 0.7;
}
.top_service .block .group .sub_link a::after {
  content: "";
  position: absolute;
  background: url(../img/arrow-img.png) no-repeat;
  background-size: cover;
  height: 1.6145833333vw;
  width: 1.3020833333vw;
  right: 10.9375vw;
}
@media (min-width: 1920px) {
  .top_service .block .group .sub_link a::after {
    height: 22px;
    width: 20px;
    right: 240px;
  }
}
@media (max-width: 768px) {
  .top_service .block .group .sub_link a::after {
    height: 4.9479166667vw;
    width: 3.90625vw;
    right: 3.0534351145vw;
  }
}
.top_service .block .group .main_link {
  width: 100%;
}
.top_service .block .group .main_link a {
  border-radius: 2.0833333333vw;
  opacity: 1;
  transition: opacity 0.3s;
}
@media (min-width: 1920px) {
  .top_service .block .group .main_link a {
    border-radius: 40px;
  }
}
@media (max-width: 768px) {
  .top_service .block .group .main_link a {
    border-radius: 3.90625vw;
  }
}
.top_service .block .group .main_link a:hover {
  opacity: 0.7;
}
.top_service .block .group .main_link a img {
  display: block;
  width: 100%;
}
.top_service .block .event_group {
  margin-top: 0.8333333333vw;
  display: flex;
  flex-direction: column;
  row-gap: 0.5208333333vw;
}
@media (min-width: 1920px) {
  .top_service .block .event_group {
    margin-top: 38px;
    row-gap: 10px;
  }
}
@media (max-width: 768px) {
  .top_service .block .event_group {
    margin-top: 3.90625vw;
    row-gap: 2.6041666667vw;
  }
}
.top_service .block .event_group .event_link {
  width: 100%;
}
.top_service .block .event_group .event_link a {
  padding: 2.96875vw 0;
  background: #d9341d;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2.0833333333vw;
  border-radius: 2.0833333333vw;
  position: relative;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  opacity: 1;
  transition: opacity 0.3s;
}
@media (min-width: 1920px) {
  .top_service .block .event_group .event_link a {
    padding: 57px 0;
    font-size: 40px;
    border-radius: 40px;
  }
}
@media (max-width: 768px) {
  .top_service .block .event_group .event_link a {
    padding: 5.2083333333vw 0;
    font-size: 5.7291666667vw;
    border-radius: 3.90625vw;
  }
}
.top_service .block .event_group .event_link a:hover {
  opacity: 0.7;
}
.top_service .block .event_group .sub_link {
  width: 100%;
}
.top_service .block .event_group .sub_link a {
  padding: 1.1458333333vw 0;
  background: #d9341d;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.2vw;
  border-radius: 3.0208333333vw;
  position: relative;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  opacity: 1;
  transition: opacity 0.3s;
}
@media (min-width: 1920px) {
  .top_service .block .event_group .sub_link a {
    padding: 22px 0;
    font-size: 18px;
    border-radius: 58px;
  }
}
@media (max-width: 768px) {
  .top_service .block .event_group .sub_link a {
    padding: 2.8645833333vw 0;
    font-size: 5.2083333333vw;
    border-radius: 7.5520833333vw;
  }
}
.top_service .block .event_group .sub_link a:hover {
  opacity: 0.7;
}
.top_service .block .event_group .sub_link a::after {
  content: "";
  position: absolute;
  background: url(../img/arrow-img.png) no-repeat;
  background-size: cover;
  height: 1.6145833333vw;
  width: 1.3020833333vw;
  right: 10.9375vw;
}
@media (min-width: 1920px) {
  .top_service .block .event_group .sub_link a::after {
    height: 40px;
    width: 40px;
  }
}
@media (max-width: 768px) {
  .top_service .block .event_group .sub_link a::after {
    height: 4.9479166667vw;
    width: 3.90625vw;
    right: 3.0534351145vw;
  }
}
.top_service .block .event_group .main_link {
  width: 100%;
}
.top_service .block .event_group .main_link a {
  border-radius: 2.0833333333vw;
  opacity: 1;
  transition: opacity 0.3s;
}
@media (min-width: 1920px) {
  .top_service .block .event_group .main_link a {
    border-radius: 40px;
  }
}
@media (max-width: 768px) {
  .top_service .block .event_group .main_link a {
    border-radius: 3.90625vw;
  }
}
.top_service .block .event_group .main_link a:hover {
  opacity: 0.7;
}
.top_service .block .event_group .main_link a img {
  display: block;
  width: 100%;
}

.top_event {
  background: #d9341d;
  padding: 1.0416666667vw 0;
}
@media (min-width: 1920px) {
  .top_event {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .top_event {
    padding: 2.6041666667vw 0;
  }
}
.top_event .inner {
  padding: 0 1.0416666667vw;
}
@media (min-width: 1920px) {
  .top_event .inner {
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  .top_event .inner {
    padding: 0 2.6041666667vw;
  }
}
.top_event .inner .block {
  max-width: 43.2291666667vw;
  display: flex;
  flex-direction: column;
  row-gap: 4.6875vw;
}
@media (min-width: 1920px) {
  .top_event .inner .block {
    max-width: 830px;
    row-gap: 90px;
  }
}
@media (max-width: 768px) {
  .top_event .inner .block {
    max-width: 100%;
    row-gap: 11.71875vw;
  }
}
.top_event .inner .block .main {
  display: flex;
  flex-direction: column;
  row-gap: 0.2vw;
  text-align: center;
}
@media (min-width: 1920px) {
  .top_event .inner .block .main {
    row-gap: 5px;
  }
}
@media (max-width: 768px) {
  .top_event .inner .block .main {
    row-gap: 0.6510416667vw;
  }
}
.top_event .inner .block .main .day {
  color: #fff;
  font-size: 1.6vw;
  letter-spacing: 0.01em;
}
@media (min-width: 1920px) {
  .top_event .inner .block .main .day {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .top_event .inner .block .main .day {
    font-size: 5.5vw;
  }
}
.top_event .inner .block .main .place {
  color: #fff;
  font-size: 1.5vw;
  letter-spacing: 0.01em;
}
@media (min-width: 1920px) {
  .top_event .inner .block .main .place {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .top_event .inner .block .main .place {
    font-size: 5vw;
  }
}
.top_event .inner .block .main .time {
  color: #fff;
  font-size: 1.4vw;
  letter-spacing: 0.01em;
}
@media (min-width: 1920px) {
  .top_event .inner .block .main .time {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .top_event .inner .block .main .time {
    font-size: 4.5vw;
  }
}

.top_bottom {
  padding-bottom: 4vw;
}
@media (min-width: 1920px) {
  .top_bottom {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .top_bottom {
    padding-bottom: 30vw;
  }
}

#show-more {
  opacity: 1;
  transition: opacity 0.3s;
  cursor: pointer;
  text-align: center;
  color: #333;
  font-size: 1.1458333333vw;
  margin: 1.5625vw 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
#show-more:hover {
  opacity: 0.7;
}
@media (min-width: 1920px) {
  #show-more {
    font-size: 30px;
    margin: 30px 0;
  }
}
@media (max-width: 768px) {
  #show-more {
    font-size: 3.90625vw;
    margin: 5.2083333333vw 0;
  }
}
#show-more::before {
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  left: 15.6770833333vw;
  line-height: 1;
  width: 0.78125vw;
  height: 0.78125vw;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
@media (min-width: 1920px) {
  #show-more::before {
    left: 280px;
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 768px) {
  #show-more::before {
    left: 26.0416666667vw;
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
}/*# sourceMappingURL=style.css.map */