:root{
  --spheaderHieght:100px;
}
@font-face {
  font-family: "OPTIOnyx";
  src: url("../font/OPTIOnyx.otf") format("opentype");
}
/* @font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  src: url("../font/NotoSansJP.woff") format("woff");
} */
@font-face {
  font-family: "HinaMincho Regular";
  src: url("../font/HinaMincho-Regular.ttf") format("truetype");
}
section[class^="top-"] {
  position: relative;
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  section[class^="top-"] {
    padding: 6rem 0;
  }
}

.decoration {
  position: absolute;
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease, filter 1s ease;
  max-width: 150px;
  z-index: 3;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .decoration {
    max-width: 65px;
  }
}

.decoration.visible {
  opacity: 1;
  transform: scale(1);
}

/* .decoration .img-glitch {
  filter: drop-shadow(4px 4px #b30000);
} */

.decoration .img-glitch {
  filter: drop-shadow(4px 4px rgba(179, 0, 0, 0.5)) /* 半透明の赤色影 */ drop-shadow(-4px -4px rgba(0, 0, 179, 0.5)) /* 半透明の青色影 */ drop-shadow(6px 6px rgba(0, 179, 0, 0.5)); /* 半透明の緑色影 */
}

.white-decoration {
  filter: brightness(0) invert(1);
}

.top-sec__ttl {
  text-align: center;
  color: #ffffff;
  margin-bottom: 2.5rem;
}
.top-sec__ttl strong {
  font-family: "OPTIOnyx", sans-serif;
  font-weight: 500;
  font-size: 4.5rem;
  font-feature-settings: "liga" on, "kern" on;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .top-sec__ttl strong {
    font-size: 3rem;
  }
}
.top-sec__ttl small {
  font-family: "HinaMincho Regular", serif;
  font-weight: 400;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .top-sec__ttl small {
    font-size: 1rem;
  }
}
.top-sec__tbl {
  width: 100%;
}
.top-sec__tbl tr:last-child th,
.top-sec__tbl tr:last-child td {
  border-bottom: 1px solid #ffffff;
}
.top-sec__tbl th,
.top-sec__tbl td {
  color: #ffffff;
  padding: 1.5rem;
  border-top: 1px solid #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .top-sec__tbl th,
  .top-sec__tbl td {
    padding: 1rem 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .top-sec__tbl th {
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  .top-sec__tbl .sp-td {
    display: table-cell;
    border-bottom: none !important;
    border-top: none;
  }
}

.name-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
}

.small-text {
  font-size: 0.6em; /* フォントサイズを小さくする */
}

@media screen and (max-width: 768px) {
  .name-jp {
    font-size: 1.125rem;
  }
  .name-jp.fs-10 {
    font-size: 0.625rem;
  }
}

.name-en {
  font-family: "HinaMincho Regular", serif;
  font-weight: 400;
  color: #a50606;
}
@media screen and (max-width: 768px) {
  .name-en {
    font-size: 0.625rem;
  }
}

.t-center {
  text-align: center;
}

.top-mv {
  background-image: url(../img/top/top_mv.jpg);
  padding: 10rem 0;
}
.top-mv__copy {
  max-width: 50%;
  margin: auto;
  position: relative;
  z-index: 4;
}
.top-mv__scpoll {
  position: absolute;
  right: 1%;
  bottom: 5%;
  overflow: hidden;
  max-width: 20px;
  z-index: 5;
}
.top-mv__inner{
  width:min(90%,1200px);
  margin:auto;
}
.top-mv__flex{
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.top-mv__flex .top-mv__image{
  flex-basis:50%;
}
.top-mv__flex .top-mv__image .imgs{
  width:100%;
  height: 100%;
  object-fit: contain;
  padding:10px;
  background:black;
  box-shadow:0 0 20px 6px rgba(0,0,0,.8);
}
.top-mv__flex .top-mv__copy{
  flex-basis:45%;
}
@media screen and (max-width: 1024px) {
  .top-mv__flex .top-mv__image {
   flex-basis:min(550px,80%);
   margin:auto;
  }
  .top-mv__flex .top-mv__copy {
    flex-basis:min(400px,70%);
    margin:auto;
    padding-top:4%;
  }
}

@media screen and (max-width: 768px) {
  .top-mv__scpoll {
    max-width: 15px;
  }
}

.top-news {
  background-image: url(../img/top/top_news_bg.jpg);
  background-attachment: fixed;
}
.top-news::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 5rem);
  background-image: url(../img/top/dot.png);
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.top-news__ttl {
  text-align: left;
}
.top-news__ttl strong {
  padding-right: 1rem;
}
.top-news__sns {
  background-color: #ffffff;
  padding: 3.2307692308rem 4.6153846154rem;
  height: 1256px;
  overflow-y: scroll;
}

.top-story {
  background-image: url(../img/top/top_story_bg.png);
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-story {
    background-image: url(../img/top/top_story_bgsp.png);
  }
}

.top-summary {
  background-image: url(../img/top/top_summary_bg.jpg);
  background-attachment: fixed;
}
.top-summary__inner > span {
  display: block !important;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.top-summary__inner span h2:nth-of-type(2) {
  opacity: 0.4;
}
.top-summary__box {
  max-width: 70.6153846154rem;
}

.top-summary-ttl {
  text-align: center;
}

.top-summary--map {
  margin: 2.7692307692rem 0;
}
@media screen and (max-width: 768px) {
  .top-summary--map {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .top-summary--map iframe {
    height: 300px;
  }
}
.top-summary--map a {
  text-align: right;
  display: block;
}

.top-schedule {
  background-image: url(../img/top/top_schedule_bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #000;
  background-position: top;
  background-size: 100%;
}
.top-schedule__box {
  margin-bottom: 2.5rem;
}
.top-schedule__box--txt {
  color: #ffffff;
  text-align: end;
}
@media screen and (max-width: 768px) {
  .top-schedule__box--txt {
    font-size: 0.625rem;
  }
}

.top-schedule-date {
  color: #ffffff;
  text-align: center;
  font-family: "HinaMincho Regular", serif;
  font-weight: 400;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .top-schedule-date {
    font-size: 1rem;
  }
}
.top-schedule-date b {
  font-size: 250%;
  font-family: "OPTIOnyx", sans-serif;
  font-weight: 500;
}
.top-schedule-date span {
  font-size: 120%;
}

.top-schedule-grid {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .top-schedule-grid {
    display: block;
  }
}

.top-schedule-item {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem 2.5rem;
  font-family: "HinaMincho Regular", serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .top-schedule-item {
    padding: 1rem 1rem;
  }
}
.top-schedule-item:nth-child(1) {
  background-image: url(../img/top/top_schedule-item__bg01.jpg);
  background-position: left top;
}
@media screen and (max-width: 768px) {
  .top-schedule-item:nth-child(1) {
    margin-bottom: 1rem;
  }
}
.top-schedule-item:nth-child(2) {
  background-image: url(../img/top/top_schedule-item__bg02.jpg);
  background-position: right top;
}
@media screen and (max-width: 768px) {
  .top-schedule-item:nth-child(2) {
    margin-bottom: 1rem;
  }
}
.top-schedule-item:nth-child(3) {
  background-image: url(../img/top/top_schedule-item__bg03.jpg);
  background-position: left bottom;
}
@media screen and (max-width: 768px) {
  .top-schedule-item:nth-child(3) {
    margin-bottom: 1rem;
  }
}
.top-schedule-item:nth-child(4) {
  background-image: url(../img/top/top_schedule-item__bg04.jpg);
  background-position: right bottom;
}
.top-schedule-item__ttl {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .top-schedule-item__ttl {
    font-size: 1.125rem;
  }
}
.top-schedule-item__ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #a50606;
}
.top-schedule-list {
  display: flex;
  justify-content: space-around;
  padding: 0 0.5rem;
}
.top-schedule-list p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
}
.top-schedule-list ruby {
  ruby-position: under;
  -webkit-ruby-position: after;
}
.top-schedule-list rt {
  text-align: center;
  color: red;
}
@media screen and (max-width: 1024px) {
  .top-schedule-list p {
    font-size: 0.875rem;
  }
}

.top-ticket {
  background-image: url(../img/top/top_ticket_bg.jpg);
  background-attachment: fixed;
}
.top-ticket__inner > span {
  display: block !important;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.top-ticket__inner span h2:nth-of-type(2) {
  opacity: 0.4;
}
.top-ticket-tbl {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .top-ticket-tbl th {
    display: flex;
    align-items: center;
    width: 100%;
    padding-bottom: 0;
  }
  .top-ticket-tbl th::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    margin-right: 0.5rem;
  }
  .top-ticket-tbl td {
    padding-top: 0.5rem;
    display: block;
    width: 100%;
    border-top: none;
  }
  .top-ticket-tbl tr:last-child th {
    border-bottom: none;
  }
}

.top-ticket-btn {
  margin: auto;
}
.top-ticket-btn a {
  display: block;
  max-width: 450px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .top-ticket-btn a {
    max-width: 250px;
  }
}

.top-cast {
  background-image: url(../img/top/top_cast_bg.png);
  background-attachment: fixed;
}

.top-sec__h3 {
  font-family: "OPTIOnyx", sans-serif;
  font-weight: 500;
  font-size: 4rem;
  text-align: center;
  margin-bottom: 1.5rem;
  font-feature-settings: "liga" on, "kern" on;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .top-sec__h3 {
    font-size: 2.5rem;
  }
}

.top-cast-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}
@media screen and (max-width: 768px) {
  .top-cast-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
  }
}
.top-cast-list li:nth-child(1) {
  grid-area: 1/1/2/2;
}
.top-cast-list li:nth-child(2) {
  grid-area: 1/2/2/3;
}
.top-cast-list li:nth-child(3) {
  grid-area: 1/3/2/4;
}
.top-cast-list li:nth-child(4) {
  grid-area: 2/1/3/2;
}
.top-cast-list li:nth-child(5) {
  grid-area: 2/2/3/3;
}
.top-cast-list li:nth-child(6) {
  grid-area: 2/3/3/4;
}
.top-cast-list li:nth-child(7) {
  grid-area: 3/1/4/2;
}
.top-cast-list li:nth-child(8) {
  grid-area: 3/2/4/3;
}
.top-cast-list li:nth-child(9) {
  grid-area: 3/3/4/4;
}
.top-cast-list li:nth-child(10) {
  grid-area: 4/1/5/2;
}
.top-cast-list li:nth-child(11) {
  grid-area: 4/2/5/3;
}
.top-cast-list li:nth-child(12) {
  grid-area: 5/0/6/1;
}
.top-cast-list li:nth-child(13) {
  grid-area: 5/1/6/2;
}
.top-cast-list li:nth-child(14) {
  grid-area: 5/2/6/3;
}
.top-cast-list li:nth-child(15) {
  grid-area: 5/3/6/4;
}
.top-cast-list li {
  background: #ffffff;
  border: 2px solid #111111;
  padding: 1.5rem;
}
@media screen and (max-width: 768px) {
  .top-cast-list li {
    flex-basis: 48%;
    padding: 0.75rem;
    margin-bottom: 1rem;
  }
}

.top-staff {
  background-image: url(../img/top/top_staff_bg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: #000;
  background-position: top;
  background-size: 100%;
}

.top-staff-box {
  background-color: #ffffff;
  padding: 1.5rem 1.5rem 2rem;
  margin-bottom: 4.5rem;
}

a:hover {
  color: red; /* ホバー時のリンク色 */
}

@media screen and (max-width: 768px) {
  .top-staff-box {
    padding: 1rem 1rem 1.5rem;
  }
}
.top-staff-box__ttl {
  font-size: 1.5rem;
  background-color: #eeeeee;
  font-family: "HinaMincho Regular", serif;
  font-weight: 400;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .top-staff-box__ttl {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
  }
}
.top-staff-box__flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 768px) {
  .top-staff-box__flex {
    display: block;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 3.5rem;
  }
}
.top-staff-box__left {
  flex-basis: 30%;
}
.top-staff-box__right {
  flex-basis: 66%;
}
.top-staff-box__name {
  border-bottom: 1px solid #a50606;
  margin-bottom: 1.5rem;
}
.top-staff-box__name .name-jp {
  padding-right: 1rem;
}
.top-staff-box__txt {
  font-family: "HinaMincho Regular", serif;
  font-weight: 400;
  font-size: 1.125rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .top-staff-box__txt {
    font-size: 0.875rem;
  }

  .top-goods__inner span h2:nth-of-type(2) {
    opacity: 0.4;
  }
}
.top-staff-box__link {
  font-family: "HinaMincho Regular", serif;
  font-weight: 400;
  font-size: 1.125rem;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .top-staff-box__link {
    font-size: 0.875rem;
  }
}

.top-goods {
  background-attachment: fixed;
  background: #eeeeee url(../img/cmn/hd_logo.svg) no-repeat right top / 45%;
}
.top-goods__ttl {
  color: #111111;
}

.top-goods__inner > span {
  display: block !important;
  width: fit-content;
  margin: auto;
}

.top-past {
  background-color: #111111;
  background-attachment: fixed;
}
.top-past__subttl {
  font-family: "HinaMincho Regular", serif;
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: 3rem;
  color: #ffffff;
  border-bottom: 1px solid #a50606;
}
.top-past__inner > span {
  display: block !important;
  width: fit-content;
  margin: auto;
}
.top-past__inner span h2:nth-of-type(2) {
  opacity: 0.4;
}

@media screen and (max-width: 768px) {
  .top-past__subttl {
    font-size: 1rem;
  }
}
.top-past__txt {
  color: #ffffff;
  font-family: "HinaMincho Regular", serif;
  font-weight: 400;
  font-size: 1.125rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .top-past__txt {
    font-size: 0.875rem;
  }
}
.top-past__link {
  color: #ffffff;
  font-family: "HinaMincho Regular", serif;
  font-weight: 400;
  font-size: 1.125rem;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .top-past__link {
    font-size: 0.875rem;
  }
}

.top-past-box {
  display: flex;
  justify-content: center;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 768px) {
  .top-past-box {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.top-past-box figure {
  margin: 0 1rem;
}
@media screen and (max-width: 768px) {
  .top-past-box figure {
    margin: 0 auto 1.5rem;
  }
}

/*----------------------------------------------*/
#keyvisual {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 274px;
  padding-bottom: max(30px,4%);
}
main {
  overflow-x: hidden;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.one {
  width: 100%;
  min-height: 100vh;
  padding: max(60px, 8%) 0;
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.5s ease 0s;
  z-index: -1;
}

.show .bg {
  opacity: 1;
}
.bg._01 {
  background-image: url("../img/top/top_mv.jpg"); /*　ひまわり　*/
}
.bg._02 {
  background-image: url("../img/top/top_news_bg.jpg"); /*　オーロラ　*/
}
.bg._03 {
  background-image: url("../img/top/top_story_bg.png"); /* ひまわりと空*/
}
.bg._04 {
  background-image: url("../img/top/top_summary_bg.jpg"); /* ひまわり大 */
}
.bg._05 {
  background-image: url("../img/top/top_ticket_bg.jpg"); /* ひまわりと虹 */
}
.bg._06 {
  background-image: url("../img/top/top_cast_bg.png"); /* ひまわり　縦長 */
}
.bg._07 {
  background-image: url("../img/top/top_schedule_bg.jpg"); /* オーロラ暗い */
}
.dot_bg {
  position: relative;
  padding: max(60px, 8%) 0px;
}
.dot_bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/top/dot.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  #keyvisual {
    padding-top: calc(var(--spheaderHieght) + 4%);
  }
  .top-mv__copy {
    max-width: 70%;
  }
  .top-news__sns {
    padding: 20px;
    height: 70vh;
  }
}

/*----------------------------------------------*/
.top-goods__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .top-goods__list {
    display: block;
  }
}
.top-goods__item {
  flex-basis: 48%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 1024px) {
  .top-goods__item {
    margin-bottom: 1.5rem;
  }
}
.top-goods__item figure {
  flex-basis: 46%;
}
.top-goods__txtbox {
  flex-basis: 50%;
}
.top-goods__subttl {
  font-size: 1.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .top-goods__subttl {
    font-size: 1rem;
  }
}
.top-goods__price {
  color: #a50606;
  font-size: 1.5rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid #a50606;
}
@media screen and (max-width: 768px) {
  .top-goods__price {
    font-size: 1rem;
  }
}
.top-goods__txt {
  margin-bottom: 2rem;
  font-family: "HinaMincho Regular", serif;
  font-weight: 400;
  font-size: clamp(1rem, 1.5625vw, 3.75rem);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-goods__txt {
    font-size: 0.875rem;
  }
}
.top-ticket__sample {
  margin: 5rem 0;
  padding: 0 3rem;
}
@media screen and (max-width: 1024px) {
  .top-ticket__sample {
    margin: 2rem 0;
    padding: 0;
  }
}
.top-story__box {
  background-color: #ffffff;
  max-width: 1000px;
  padding: 5rem 3.5rem;
  margin: 0 auto 5rem;
  border: 4px solid #656565;
}
@media screen and (max-width: 1024px) {
  .top-story__box {
    padding: 3rem 1.5rem;
    margin: 0 auto 3.5rem;
  }
}
.top-story__box.box02 {
  background: url(../img/top/top_story_boxbg02.png) no-repeat top center / cover, #ffffff;
}
.top-story__box.box03 {
  background: url(../img/top/top_story_boxbg03.png) no-repeat top center / cover, #ffffff;
}
.top-story__box.box04 {
  background: url(../img/top/top_story_boxbg04.png) no-repeat top center / cover, #ffffff;
}
.top-story__box.box05 {
  background: url(../img/top/top_story_boxbg05.png) no-repeat top center / cover, #ffffff;
}
.top-story__box.box06 {
  background: url(../img/top/top_story_boxbg06.png) no-repeat top center / cover, #ffffff;
}
.top-story__box p {
  font-family: "HinaMincho Regular", serif;
  font-weight: 400;
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .top-story__box p {
    font-size: 0.875rem;
  }
}
.top-story__box p:not(:last-child) {
  margin-bottom: 2rem;
}

.top-story__box-ttl {
  font-family: "HinaMincho Regular", serif;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
  color: #a50606;
}
@media screen and (max-width: 1024px) {
  .top-story__box-ttl {
    font-size: 1.125rem;
  }
}
.top-story__box-ttl > small {
  display: block;
}
#top-story {
  position: relative;
}
.top-story__decor {
  position: absolute;
  z-index: 4;
}
.decor01 {
  top: 1%;
  left: 2%;
  max-width: 30%;
}
.decor02 {
  top: 50%;
  right: -3%;
  transform: translateY(-50%);
  max-width: 40%;
}
.decor03 {
  bottom: 10%;
  left: 1%;
  max-width: 28%;
}
.top-story__video-container {
  text-align: center;
  margin-bottom: 2rem;
}
iframe.top-story__youtube {
  max-width: 322px;
}
#top-special {
  position: relative;
  padding: max(60px, 8%) 0;
}
.top-goods__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .top-goods__list {
    display: block;
  }
}
.top-goods__item {
  flex-basis: 48%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 1024px) {
  .top-goods__item {
    margin-bottom: 1.5rem;
  }
}
.top-goods__item figure {
  flex-basis: 46%;
}
.top-goods__txtbox {
  flex-basis: 50%;
}
.top-goods__subttl {
  font-size: 1.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .top-goods__subttl {
    font-size: 1rem;
  }
}
.top-goods__price {
  color: #a50606;
  font-size: 1.5rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid #a50606;
}
@media screen and (max-width: 768px) {
  .top-goods__price {
    font-size: 1rem;
  }
}
.top-goods__txt {
  font-size: 1.125rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .top-goods__txt {
    font-size: 0.875rem;
  }
}