﻿@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap');

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}


html {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
}

.br-sp {
    display: none;
}
@media screen and (width < 768px) {
  .br-sp {
    display: block; /* スマホのみ改行 */
  }
}

.un_index_kv {
  position: relative;
  z-index: 1;
}
.un_index_kv_charactors {
  translate: 0 0;
}
.un_index_kv_logoWrapper {
  position: sticky;
  inset: 0;
}
.un_index_kv_logo {
  position: absolute;
  left: 50%;
  translate: -50% 0;
}


@media screen and (width >= 768px) {
  .un_index_kv {
    margin-bottom: 32px;
  }
  .un_index_kv_charactors {
    position: relative;
    top: max(-1.5625%, -20px);
    width: 51.4%;
    margin-inline: auto;
  }
  .un_index_kv_logo {
    bottom: 3.75vh;
    width: 45%;
    max-width: 806.4px;
  }
}

@media screen and (width < 768px) {
  .un_index_kv {
    aspect-ratio: 390/393;
    margin-bottom: 100px;
  }
  .un_index_kv_logo {
    bottom: 2.5vh;
    width: 89.7435897436%;
  }
}

.un_index_section {
  position: relative;
  margin-bottom: 64px;
}
.un_index_section_inner {
  background: rgba(255, 255, 255, 1.0);
  border: solid 1px #000;
}
@media screen and (width < 768px) {
  .un_index_section {
    margin-left: 8px;
    margin-right: 8px;
  }
}

.un_index_section_title {
  margin: auto;
}

.un_index_section_inner .un_index_section_title {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
}

.un_index_section_contents_highlight {
  border: none;
  margin-left: 16px;
  margin-right: 16px;
}
.un_index_section_text.un_index_section_text__comingSoon {
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (width >= 768px) {
  .un_index_section_text.un_index_section_text__comingSoon {
    font-size: 30px;
  }
}
@media screen and (width < 768px) {
  .un_index_section_text.un_index_section_text__comingSoon {
    font-size: 24px;
  }
}

.comingsoon {
  font-size: 24px;
  font-weight: 700;
  align-content: center;
  text-align: center;
  height: 248px;
}

.js_menuClose {
  text-decoration:none;
  font-size: 20px
}


.ly_inner_news {
  margin-inline: auto;
  max-width: 800px;
}


@media screen and (width < 768px) {
  .un_index_news_table {
    margin-top: 10px;
  }
}

@media screen and (width >= 768px) {
  .un_index_news_table {
    display: flex;
    flex-wrap: wrap;
    padding: 41px 50px;
  }
}

.news-main {
    font-size: 20px;
    font-weight: 400;
    padding-left: 46px;
}

.news-date {
  color: #888;
  height: 100%;
}


@media screen and (width <= 768px) {
  .news-main {
    width: auto;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 32px;
  }

  .news-date {
    font-size: 16px;
    margin-left: 50px;
    margin-top: 40px;
    margin-bottom: 16px;
  }
}

@media screen and (width > 768px) {
  .news-main {
    width: 80%;
  }
  .news-date {
    align-items: center;
    justify-content: center;
    font-size: 20px;
    width: 20%;
  }
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 10px;
}

.news-item.open .accordion-content {
  max-height: 600px;
  padding: 10px;
  width: 100%;
  max-width: 710px;
  box-sizing: border-box;
  font-weight: 400;
  position: relative;
  left:-130px;
}
    
@media screen and (max-width: 768px) {

  .news-item.open .accordion-content {
      max-height: 600px;
      padding: 10px;
      width: 100%;
      max-width: 710px;
      box-sizing: border-box;
      font-weight: 400;
      position: relative;
      width: 300px;
      overflow: hidden;
  }

}

@media screen and (width >= 768px) {
  img.dp {
    width: auto;
    height: 78px;
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
@media screen and (width < 768px) {
  img.dp {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 32px;
  }
}

.notice-list {
  margin-bottom: 8px;
}

.notice-list li {
  position: relative;
  font-size: 14px;
  line-height: 2.0;
  text-indent: -1em; /*ここで字下げ。今回は一文字分なので1em*/
  margin-left: 30px;
  margin-right: 16px;
}

.notice-list li::before {
  content: "・";
  left: 0;
  top: 0;
  font-size: 14px;
}

.ticket-notice-list {
  margin-bottom: 8px;
}
.ticket-notice-list li {
  position: relative;
  font-size: 16px;
  line-height: 2.0;
  text-indent: -1em; /*ここで字下げ。今回は一文字分なので1em*/
  margin-right: 16px;
  margin-left: 16px;
}

.ticket-notice-list li::before {
  content: "・";
  left: 0;
  top: 0;
  font-size: 14px;
}

.tickets_contents {
  margin-left: 32px;
  margin-right: 32px;
  margin-top: 16px;
  margin-bottom: 16px;
}

@media screen and (width <= 768px) {

  .ticket-notice-list li {
    padding-right: 0px;
  }
  .tickets_contents {
    margin-left: 16px;
    margin-right: 16px;
  }
}

.tickets_contents:last-of-type {
  margin-bottom: 32px;
}

.tickets_contents:not(:last-of-type) {
  border-bottom: solid 1px #dddddd;
}

.ticket-title-bold {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}

.ticket-tax {
  font-size: 14px;
  padding-top: 5px;
}

.ticket-title {
  font-size: 24px;
  margin-bottom: 16px;
}

.ticket-code {
  font-size: 24px;
  text-align: center;
  margin-top: 8px;
}

@media screen and (width <= 768px) {

  .ticket-main {
    font-size: 16px;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 16px;
    line-height: 180%;
  }

  .ticket-notice {
    font-size: 16px;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 16px;
    line-height: 180%;
  }
}

@media screen and (width > 768px) {

  .ticket-main {
    font-size: 16px;
    margin-left: 16px;
    padding-right: 16px;
    margin-bottom: 16px;
    line-height: 180%;
  }

  .ticket-notice {
    font-size: 16px;
    padding-left: 16px;
    margin-bottom: 16px;
    line-height: 180%;
  }
}

.ticket-btn2 {
  font-size: 20px;
  position: relative;
  overflow: hidden;
  width: 448px;
  height: 112px;
  margin: 64px auto 0;
  background: #000;
}

.ticket-btn2 a {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  position: relative;
  margin-top: 32px;
  width: 100%;
  height: 100%;
}

.ticket-btn2 a::after {
  position: absolute;
  top: 24%;
  right: 20px;
  width: 30px;
  height: 30px;
  content: "";
  transition: background 0.4s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../img/arrow_r.png") no-repeat;
  background-size: contain;
  
  
}
@media (hover: hover) {
  
}

li {
  list-style: none;
}

a {
  display: inline-block;
  text-decoration: none;
}

img {
  width: 100%;
}

#news .news-item {
    position: relative;
    border: 2px solid var(--red);
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    padding: 32px 48px;
    display: grid;
    grid-template-columns: 124px auto;
}


ul li {
    list-style-position: outside;
    font-size: 12px;
}

@media screen and (width <= 768px) {
  #news .news-item {
      position: relative;
      border: 2px solid var(--red);
      background: #fff;
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
      padding: 12px 18px;
      display: grid;
      grid-template-columns: 124px auto;
      font-weight: 600;
  }
}



#news .news-list {
    display: flex
;
    flex-direction: column;
    gap: 20px;
}

#main .section-wrap {
    padding: var(--headerHeight) var(--px) var(--py);
    margin-top: calc(-1 * var(--headerHeight));
}

@media screen and (width <= 768px) {


.ticket-btn {
    height: 70px;
    margin: 20px auto;
  }
  .ticket-btn:first-child {
    margin-top: 40px;
  }
  .ticket-btn a {
    font-size: 18px;
    padding-top: 25px;
  }
  .ticket-btn a.line2 {
    padding-top: 15px;
  }
  .ticket-btn a.line3 {
    padding-top: 2px;
  }
  .ticket-btn a.line2 span {
    font-size: 14px;
  }
  .ticket-btn a.line3 span {
    font-size: 14px;
  }
  .ticket-btn a::after {
    right: 8px;
    width: 20px;
    height: 20px;
  }
  
    .ticket-btn2 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
    width: auto;
  }

  .ticket-btn2 a {
    font-size: 18px;
  }
  .ticket-btn2 a.line2 {
    padding-top: 15px;
  }
  .ticket-btn2 a.line3 {
    padding-top: 2px;
  }
  .ticket-btn2 a.line2 span {
    font-size: 14px;
  }
  .ticket-btn2 a.line3 span {
    font-size: 14px;
  }
  .ticket-btn2 a::after {
    right: 36px;
    width: 20px;
    height: 30px;
  }
  
    .ticket-btn3 {
    height: 70px;
    margin: 20px auto;
  }
  .ticket-btn3:first-child {
    margin-top: 40px;
  }
  .ticket-btn3 a {
    font-size: 18px;
    padding-top: 2px;
  }
  .ticket-btn3 a.line2 {
    padding-top: 15px;
  }
  .ticket-btn3 a.line3 {
    padding-top: 2px;
  }
  .ticket-btn3 a.line2 span {
    font-size: 14px;
  }
  .ticket-btn3 a.line3 span {
    font-size: 14px;
  }
  .ticket-btn3 a::after {
    right: 8px;
    width: 20px;
    height: 20px;
  }


}





@media screen and (width >= 768px) {

.section5 {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../images/bg4.jpg);
    padding-top: 32px;
}

.parallax-section {
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.parallax-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    filter: blur(8px);
    opacity: 0.2;
    z-index: -1;
}

.move-top.mv {
    opacity: 1;
    transform: translateY(0px);
}


.btn {
    width: 375px;
    margin: 0px auto 0px;
}

.btn a {
    display: block;
    background-color: #000;
    width: 375px;
    height: 112px;
    color: #fff;
    border: none;
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
    padding-left: 100px;
    padding-top: 38px;
}
.btn a::after {
  position: absolute;
  top: 50%;
  right: 82px;
  width: 30px;
  height: 30px;
  content: "";
  transition: background 0.4s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../img/arrow_r.png") no-repeat;
  background-size: contain;
  
}


a {
    color: #000;
    text-decoration: underline;
    text-underline-offset: .25em;
    text-decoration-thickness: 1px;
}

  .pcInline {
    display: inline;
  }
  .pcBlock {
    display: block;
  }
  .pcFlex {
    display: flex;
  }
}

@media screen and (width < 768px) {
  .pcInline, .pcBlock, .pcFlex {
    display: none;
  }
}

@media screen and (width >= 768px) {
  .spInline, .spBlock, .spFlex {
    display: none;
  }
}
@media screen and (width < 768px) {
  .spInline {
    display: inline;
  }
  .spBlock {
    display: block;
  }
  .spFlex {
    display: flex;
  }
}

@media screen and (width >= 768px) {
  .el_menuBtn {
    display: none;
  }
}
@media screen and (width < 768px) {
  .el_menuBtn {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    aspect-ratio: 1/1;
    height: 100%;
    background: none;
    border: none;
  }
  .el_menuBtn_border {
    display: block;
    position: relative;
    color: black;
    width: 36px;
    height: 34px;
  }
  .el_menuBtn_border::before, .el_menuBtn_border::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: inherit;
    height: 2px;
    background: currentColor;
    translate: -50% 0;
  }
  .el_menuBtn_border::before {
    top: 0;
    transition: top 0.3s, translate 0.3s, rotate 0.3s;
  }
  .el_menuBtn_border::after {
    bottom: 0;
    transition: bottom 0.3s, translate 0.3s, rotate 0.3s;
  }
  .el_menuBtn_border_text {
    overflow: hidden;
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 2px;
    text-indent: 100%;
    white-space: nowrap;
    background: currentColor;
    translate: 0 -50%;
    transition: background 0.3s;
  }
  .el_menuBtn.is_open .el_menuBtn_border::before {
    top: 50%;
    translate: -50% calc(100% - 1px);
    rotate: 45deg;
  }
  .el_menuBtn.is_open .el_menuBtn_border::after {
    bottom: 50%;
    translate: -50% calc(100% + 1px);
    rotate: -45deg;
  }
  .el_menuBtn.is_open .el_menuBtn_border .el_menuBtn_border_text {
    background: transparent;
  }
}
.el_pageTitle {
  width: 100%;
}

.bl_header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
}
.bl_header::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 1.0);
}
.bl_header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (width >= 768px) {
  .bl_header_inner {
    -moz-column-gap: 30px;
    column-gap: 30px;
    height: 80px;
    padding: 8px 40px;
  }
}
@media screen and (width < 768px) {
  .bl_header_inner {
    -moz-column-gap: 20px;
    column-gap: 20px;
    height: 80px;
    padding: 6.5px 10px;
  }
  


.section5 {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../images/bg4.jpg);
    padding-top: 52px;
}

.parallax-section {
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.parallax-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    filter: blur(8px);
    opacity: 0.2;
    z-index: -1;
}

.move-top.mv {
    opacity: 1;
    transform: translateY(0px);
}

.btn {
    height: 112px;
    margin-left: 8px;
    margin-right: 8px;
}

.btn a {
    display: block;
    height: 112px;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    padding-top: 41px;
    padding-left: 100px;
}

.btn a::after {
  position: absolute;
  top: 50%;
  right: 80px;
  width: 30px;
  height: 30px;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../img/arrow_r.png") no-repeat;
  background-size: contain;
}

a {
    color: #000;
    text-decoration: underline;
    text-underline-offset: .25em;
    text-decoration-thickness: 1px;
}
  
  
}
.bl_header_logo {
  position: relative;
  z-index: 1;
}
@media screen and (width >= 768px) {
  .bl_header_logo {
    width: 116px;
  }
}
@media screen and (width < 768px) {
  .bl_header_logo {
    margin-top: 6px;
    width: 166px;
  }
}
@media screen and (width >= 768px) {
  .bl_globalNav {
    position: relative;
  }
}
@media screen and (width < 768px) {
  .bl_globalNav {
    overflow: hidden;
    position: absolute;
    inset: 0;
    left: 100%;
    height: 100vh;
    padding-top: 60px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.25));
    transition: left 0.3s;
  }
  .bl_globalNav.is_open {
    left: 0;
  }
}
.bl_globalNav_list {
  display: flex;
}
@media screen and (width >= 768px) {
  .bl_globalNav_list {
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media screen and (width < 768px) {
  .bl_globalNav_list {
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
  }
}
@media screen and (width < 768px) {
  .bl_globalNav_list li {
    width: 89.7435897436%;
  }
}
.bl_globalNav_list li a {
  display: block;
  color: black;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (width >= 768px) {
  .bl_globalNav_list li a {
    font-size: 18px;
    line-height: 1;
    transition: opacity 0.3s;
  }
  .bl_globalNav_list li a:hover {
    opacity: 0.7;
  }
}
@media screen and (width < 768px) {
  .bl_globalNav_list li a {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }
}
.bl_footer {
  background: #000;
}

@media screen and (width >= 768px) {
  .bl_footer {
    padding-block: 39px 41px;
    margin-top: 199px;
    position: relative;
    z-index:1;
  }
}
@media screen and (width < 768px) {
  .bl_footer {
    padding-block: 20px;
    margin-top: 100px;
    position: relative;
    z-index:1;
  }
}
.bl_footer_copyright {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
}
.bl_footer_copyright small {
  font-size: 14px;
}

.ly_wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}
.ly_container {
  flex: 1;
  align-content: center;
}
.ly_inner {
  margin-inline: auto;
}
@media screen and (width > 768px) {
  .ly_inner {
    max-width: 800px;
    padding-top: 16px;
    padding-bottom: 32px;
  }
}
@media screen and (width <= 768px) {
  .ly_inner {
    max-width: 800px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.un_index::before, .un_index::after {
  content: "";
  display: block;
  inset: 0;
}
.un_index::before {
  position: fixed;
  background: url("../img/bg.png") no-repeat center center/cover;
}
.un_index::after {
  position: absolute;
  width: 100%;
}



@media screen and (width >= 768px) {
  .un_index_section_inner:has(.un_index_section_title) {
    padding-block: min(9.921875vw, 32px) min(3.90625vw, 50px);
  }
}
@media screen and (width < 768px) {
  .un_index_section_inner:has(.un_index_section_title) {
    padding: min(17.1794871795vw, 32px) 0 min(7.6923076923vw, 30px);
  }
}
@media screen and (width >= 768px) {
  .un_index_section_inner.un_index_section_inner__comingSoon {
    padding-bottom: min(8.59375vw, 110px);
  }
}
@media screen and (width < 768px) {
  .un_index_section_inner.un_index_section_inner__comingSoon {
    padding-bottom: min(15.3846153846vw, 60px);
  }
}

@media screen and (width >= 768px) {
  .un_index_highlight {
    margin-bottom: 120px;
  }
}
@media screen and (width < 768px) {
  .un_index_highlight {
    margin-bottom: 50px;
  }
}
@media screen and (width >= 768px) {
  .un_index_highlight_inner {
    padding-inline: min(6.9%, 0px);
  }
}
.un_index_highlight_text {
  font-weight: bold;
}
@media screen and (width >= 768px) {
  .un_index_highlight_text {
    font-size: 20px;
    line-height: 2.2;
    letter-spacing: 0em;
  }
}
@media screen and (width < 768px) {
  .un_index_highlight_text {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}




@media screen and (width < 768px) {
  .un_index_about_table {
    margin-top: -10px;
  }
    .un_index_ticket_table {
    margin-top: -10px;
  }
}
.un_index_about_table_block {
  display: flex;
  width: 100%;
}

.un_index_about_table_block_summary {
  display: flex;
  width: 100%;
}


@media screen and (width >= 768px) {
  .un_index_about_table {
    display: flex;
    flex-wrap: wrap;
    padding-left: 32px;
    padding-right: 32px;
    margin-top: -20px;
  }
  .un_index_ticket_table {
    display: flex;
    flex-wrap: wrap;
    padding-right: 32px;
    margin-top: -20px;
  }
}

@media screen and (width >= 768px) {
  .un_index_about_table_block {
    flex-wrap: wrap;
    font-size: 18px;
    padding-block: 30px;
  }
  
  .un_index_ticket_table_block {
    display: flex;
    flex-direction: row;
    padding-right: 0;
    font-size: 18px;
  }
  
  .un_index_about_table_block_ticket_link {
    margin: 0;
    font-size: 18px;
  }

}

@media screen and (width < 768px) {
  .un_index_about_table_block {
    width: auto;
    flex-direction: column;
    row-gap: 10px;
    font-size: 14px;
    padding-top: 32px;
    padding-bottom: 32px;
    margin-left: 16px;
    margin-right: 16px;
  }
  
  .un_index_about_table_block_ticket {
    font-size: 14px;
  }
  
  .un_index_about_table_block_ticket_link {
    flex-direction: column;
    row-gap: 10px;
    font-size: 14px;
    padding-block: 20px;
  }
}

.un_index_about_table_block:last-of-type {
  padding-bottom: 0;
}

.un_index_about_table_block:not(:last-of-type) {
  border-bottom: solid 1px #dddddd;
}

.un_index_about_table_title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media screen and (width >= 768px) {
  .un_index_about_table_title {
    font-size: 20px;
    font-weight: 400;
    width: 28%;
    padding-top: 0.4em;
  }
}
@media screen and (width < 768px) {
  .un_index_about_table_title {
    width: 100%;
  }
}

@media screen and (width >= 768px) {
  .un_index_about_table_data {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin-top: 5px;
    width: 72%;
  }
}
@media screen and (width < 768px) {
  .un_index_about_table_data {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.8;
    width: 80%;
  }
}

@media screen and (width < 768px) {
  .un_index_about_table_data {
    width: 100%;
  }
}

.un_index_about_table_data.un_index_about_table_data__wFull {
  width: 100%;
}
.un_index_about_table_data_map {
  width: 100%;
}
@media screen and (width >= 768px) {
  .un_index_about_table_data_map {
    aspect-ratio: 898/400;
    margin-top: 45px;
  }
}
@media screen and (width < 768px) {
  .un_index_about_table_data_map {
    aspect-ratio: 290/200;
    margin-top: 10px;
  }
}

.img_ticketbenefit {
  display: block;
  width: 600px;
  margin: auto;
}

@media screen and (width < 768px) {
  .img_ticketbenefit {
    width: 100%;
  }
}

@media screen and (width >= 768px) {
  .un_index_price {
    padding-top: 80px;
    margin-bottom: 230px;
  }
}
@media screen and (width < 768px) {
  .un_index_price {
    padding-top: 50px;
    margin-bottom: 110px;
  }
}
@media screen and (width >= 768px) {
  .un_index_goods {
    padding-top: 80px;
    margin-bottom: 30px;
  }
}
@media screen and (width < 768px) {
  .un_index_goods {
    padding-top: 50px;
    margin-bottom: 60px;
  }
}