@charset "UTF-8";
/* ---------------------------------------------------
resset
---------------------------------------------------- */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

body, html {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, p, figure, picture, blockquote, ul, li, dl, dd {
  margin: 0;
}

ul, ol {
  list-style: none;
}

h1, h2, h3, h4 { /*text-wrap:balance;*/
  text-align: left;
}

i, s {
  font-style: normal;
}

a:not([class]) {
  color: currentColor;
}

img, figure, picture {
  display: block;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
}

input, button, textarea, select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

button {
  all: unset;
  display: revert;
}

table {
  border-collapse: collapse;
}

textarea {
  white-space: revert;
}

/*-------------------------------------------
config
-------------------------------------------*/
/* color */
/* width */
/*-------------------------------------------
base
-------------------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  position: relative;
  background: #000;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.08em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
  overflow-x: clip;
}
@media (max-width: 900px) {
  body {
    overflow-x: hidden;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 15px;
  }
}

.wf-active body,
.wf-inactive body {
  opacity: 1;
}

/*-------------------------------------------
common
-------------------------------------------*/
.head {
  font-size: clamp(48px, 6.4vw, 64px);
  font-family: "teko", sans-serif;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  margin-bottom: 44px;
}
@media (max-width: 768px) {
  .head {
    margin-bottom: 22px;
  }
}

.subHead {
  font-size: clamp(32px, 4.8vw, 48px);
  font-family: "teko", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: left;
  color: #9F9F9F;
  padding-block: 10px;
  background: #000;
}

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

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

.forTB, .forSP, .forTBSP {
  display: none;
}

@media (max-width: 1024px) {
  .forTB, .forTBSP {
    display: block;
  }
  .forSP, .forPC {
    display: none;
  }
}
@media (max-width: 768px) {
  .forSP, .forTBSP {
    display: block;
  }
  .forTB, .forPC, .forPCTB {
    display: none;
  }
}
/*-------------------------------------------
layout
-------------------------------------------*/
#wrapper {
  text-align: center;
}
#wrapper.open #header {
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  background: #FFFFFF;
}
#wrapper.open nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
}

#main {
  position: relative;
  max-width: 1440px;
  margin-inline: auto;
  padding-top: 52px;
}
@media (max-width: 1560px) {
  #main {
    padding-inline: 60px;
  }
}
@media (max-width: 520px) {
  #main {
    padding-inline: 20px;
  }
}

section {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
  scroll-margin-top: 60px;
  max-width: 900px;
  margin-inline: auto;
}
@media (max-width: 520px) {
  section {
    padding-top: 22px;
    padding-bottom: 22px;
    scroll-margin-top: 22px;
  }
}

#header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 52px;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  border-bottom: #6A6A6A 1px solid;
  color: #FFFFFF;
  z-index: 100;
}
#header .navLogo {
  padding-inline: 20px;
  line-height: 1;
}
#header .navLogo a {
  color: #FFFFFF;
  text-decoration: none;
  font-family: "teko", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  #header .navLogo a {
    font-size: 21px;
  }
}
#header #menuTrigger {
  position: fixed;
  display: block;
  top: 0;
  right: 0;
  width: 52px;
  height: 52px;
  z-index: 101;
  cursor: pointer;
}
@media (min-width: 768px) {
  #header #menuTrigger {
    display: none;
  }
}
#header #menuTrigger i {
  display: block;
  text-indent: 130%;
  white-space: nowrap;
  overflow: hidden;
}
#header #menuTrigger::before, #header #menuTrigger::after,
#header #menuTrigger i:before {
  position: absolute;
  display: block;
  content: "";
  width: calc(100% - 24px);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  background: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header #menuTrigger:before {
  top: -15px;
}
#header #menuTrigger::after {
  bottom: -15px;
}
#header #menuTrigger:hover::before, #header #menuTrigger:hover::after,
#header #menuTrigger:hover i:before, #header #menuTrigger.open::before, #header #menuTrigger.open::after,
#header #menuTrigger.open i:before {
  background: #dcdcdc;
}
#header #menuTrigger.open::before {
  top: 0;
  rotate: 45deg;
}
#header #menuTrigger.open::after {
  bottom: 0;
  rotate: -45deg;
}
#header #menuTrigger.open i:before {
  display: none;
}
#header #menuTrigger.open:hover {
  background: #000;
}
#header nav {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  padding: 158px 60px;
}
@media (min-width: 768px) {
  #header nav {
    visibility: visible;
    padding: 0;
    height: auto;
    background: none;
    opacity: 1;
  }
}
#header nav {
  z-index: 100;
}
#header nav .navList {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  #header nav .navList {
    max-width: 100%;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-inline: 30px;
    gap: 40px;
    height: 52px;
  }
}
#header nav .navList li {
  position: relative;
  text-align: center;
  border-bottom: none;
}
@media (max-width: 768px) {
  #header nav .navList li {
    border-bottom: 1px solid #FFFFFF;
  }
}
#header nav .navList li + li {
  margin-top: 0;
}
@media (max-width: 768px) {
  #header nav .navList li + li {
    margin-top: 24px;
  }
}
#header nav .navList li a {
  position: relative;
  display: block;
  text-decoration: none;
  font-family: "teko", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 26px;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 10px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  #header nav .navList li a {
    font-size: 32px;
  }
}
#header nav .navList li a:hover {
  color: #9F9F9F;
}

#footer {
  position: relative;
  padding: 64px 60px 24px;
  text-align: center;
  color: #FFFFFF;
  background: #000;
  margin-top: 40px;
}
@media (min-width: 768px) {
  #footer {
    margin-top: 60px;
  }
}
#footer {
  z-index: 1;
}
#footer .footerLogo a img {
  width: 117px;
}
@media (min-width: 768px) {
  #footer .footerLogo a img {
    width: 150px;
  }
}
#footer .snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
@media (min-width: 768px) {
  #footer .snsList {
    gap: 30px;
  }
}
#footer .snsList li a img {
  scale: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#footer .snsList li a:hover img {
  scale: 1;
}
#footer .footerLogo {
  margin-top: 40px;
}
#footer .copyright {
  margin-top: 32px;
  text-align: center;
}
#footer .copyright small {
  font-size: 10px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  margin-inline: -20px;
}

section#hero {
  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;
  padding: 0;
  background: none;
  width: 100vw;
  position: relative;
  margin-inline: calc(50% - 50vw);
  max-width: 100vw;
  padding-block: 0;
  padding-inline: calc(50vw - 50%);
  aspect-ratio: 16/9;
}
@media (max-width: 520px) {
  section#hero {
    aspect-ratio: 9/16;
  }
}

#heroSlider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#heroSlider .heroList {
  width: 100%;
}
#heroSlider .heroList .swiper-slide {
  position: relative;
  width: 100%;
  opacity: 0;
  -webkit-transition: 1.5s ease;
  transition: 1.5s ease;
}
#heroSlider .heroList .swiper-slide.swiper-slide-active {
  opacity: 1;
}
#heroSlider .heroList .swiper-slide .img {
  display: block;
  width: 100%;
}
#heroSlider .heroList .swiper-slide .img img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* スライドが1つしかない場合のスタイル */
#heroSlider.single-slide .heroList .swiper-slide {
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}

/* スマホでのSwiper初期化前の表示改善 */
#heroSlider .heroList .swiper-slide {
  opacity: 0;
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
}

#heroSlider .heroList .swiper-slide:first-child {
  opacity: 1;
}

/* Swiper初期化後の表示 */
#heroSlider.swiper-initialized .heroList .swiper-slide {
  opacity: 0;
}

#heroSlider.swiper-initialized .heroList .swiper-slide-active {
  opacity: 1;
}

section#message .read p {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.3em;
}
@media (max-width: 1024px) {
  section#message .read p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  section#message .read p {
    font-size: 14px;
  }
}
section#message .read p .bold {
  font-size: 28px;
  font-family: teko, sans-serif;
  font-weight: 600;
}
@media (max-width: 1024px) {
  section#message .read p .bold {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  section#message .read p .bold {
    font-size: 20px;
  }
}
section#message .read p + p {
  margin-top: 1em;
}

section#news .newsList {
  border-top: 1.5px solid #9F9F9F;
}
section#news .newsList div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  border-bottom: 1.5px solid #9F9F9F;
  padding-block: 20px;
}
@media (min-width: 768px) {
  section#news .newsList div {
    padding-inline: 15px;
    gap: 20px;
  }
}
section#news .newsList dt {
  font-size: 24px;
  font-family: "teko", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: left;
  color: #9F9F9F;
}
section#news .newsList dd a {
  text-align: left;
  font-size: 14px;
  display: block;
  text-decoration: none;
  color: #FFFFFF;
}
section#news .newsList dd a:hover {
  text-decoration: underline;
}

section#history::after {
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  height: 700px;
  background: #9F9F9F;
  left: 74px;
  top: 0;
}
section#history .historyList div {
  position: relative;
  padding-bottom: 40px;
}
section#history .historyList div::before, section#history .historyList div::after {
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #9F9F9F;
  left: 74px;
}
section#history .historyList div::before {
  top: -200px;
}
section#history .historyList div::after {
  bottom: -500px;
}
section#history .historyList div:last-child::after {
  bottom: 0;
}
section#history .historyList dt, section#history .historyList dd {
  position: relative;
  text-align: left;
}
section#history .historyList dt b {
  position: relative;
  display: inline-block;
  font-size: 38px;
  font-family: "teko", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1;
  padding-right: 25px;
  margin-right: 15px;
  width: 2em;
}
section#history .historyList dt b:after {
  position: absolute;
  content: "";
  display: block;
  top: 20px;
  right: -8px;
  width: 18px;
  height: 2px;
  background: #9F9F9F;
}
section#history .historyList dt span {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  margin-right: -10px;
}
section#history .historyList dt span.small {
  display: inline-block;
  font-size: 18px;
  margin-right: -20px;
  -webkit-transform: scale(0.95, 1);
          transform: scale(0.95, 1);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
section#history .historyList dt span.small i {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
section#history .historyList dt span i {
  font-size: 38px;
  font-family: "teko", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #9F9F9F;
  margin-right: 15px;
}
section#history .historyList dt span > span {
  font-size: 14px;
  font-style: normal;
  margin-right: 0;
  margin-bottom: 5px;
}
section#history .historyList dd {
  padding-left: 80px;
}
@media (min-width: 768px) {
  section#history .historyList dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
section#history .historyList dd > * {
  margin-top: 10px;
}
section#history .historyList dd > figure {
  display: block;
  margin: 0;
  max-width: 400px;
  margin-top: -40px;
  padding-left: 40px;
}
@media (max-width: 1024px) {
  section#history .historyList dd > figure {
    max-width: 320px;
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  section#history .historyList dd > figure {
    max-width: 100%;
    margin-top: 0;
    padding-left: 5%;
  }
}
section#history .historyList dd > figure.sqr {
  max-width: 300px;
}
@media (max-width: 1024px) {
  section#history .historyList dd > figure.sqr {
    max-width: 240px;
  }
}
@media (max-width: 768px) {
  section#history .historyList dd > figure.sqr {
    max-width: 90%;
  }
}
section#history .historyList dd > figure img {
  margin: 0;
}
section#history .historyList dd > p {
  margin-left: 5em;
}
@media (max-width: 1024px) {
  section#history .historyList dd > p {
    margin-left: 10px;
  }
}
section#history .historyList dd.noimg {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
section#history .historyList dd .historyMovie {
  display: block;
  width: 100%;
}
section#history .historyList dd .historyMovie a {
  display: block;
  position: relative;
}
section#history .historyList dd .historyMovie a .thum {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
section#history .historyList dd .historyMovie a .thum img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  scale: 1.05;
}
section#history .historyList dd .historyMovie a .thum::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60px;
  height: 42px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23FF0000" d="M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814z"/><path fill="%23FFFFFF" d="M9.545 15.568V8.432L15.818 12l-6.273 3.568z"/></svg>') no-repeat center;
  background-size: contain;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
section#history .historyList dd .historyMovie a:hover figure img {
  scale: 1.1;
}
section#history .subHead {
  margin-top: 15px;
}
section#history .battingResultsTableContainer {
  overflow-x: auto;
}
section#history .battingResultsTable {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #9F9F9F;
}
section#history .battingResultsTable th, section#history .battingResultsTable td {
  padding: 4px 1px;
  text-align: center;
  color: #9F9F9F;
  font-size: 12px;
  font-weight: 500;
  border-bottom: 1px solid #9F9F9F;
  white-space: nowrap;
  background: #000;
}
section#history .battingResultsTable th.year, section#history .battingResultsTable td.year {
  padding-left: 7px;
}
section#history .battingResultsTable tbody tr td {
  border-color: #363636;
}
section#history .battingResultsTable tbody tr:last-child td {
  border-bottom: 1px solid #9F9F9F;
}
section#history .ex {
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 10px;
  text-align: right;
}

section#movies .movieList {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media (min-width: 768px) {
  section#movies .movieList {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
section#movies .movieList li a {
  display: block;
  position: relative;
}
section#movies .movieList li a figure {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
section#movies .movieList li a figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  scale: 1.05;
}
section#movies .movieList li a figure::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60px;
  height: 42px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23FF0000" d="M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814z"/><path fill="%23FFFFFF" d="M9.545 15.568V8.432L15.818 12l-6.273 3.568z"/></svg>') no-repeat center;
  background-size: contain;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
section#movies .movieList li a:hover figure img {
  scale: 1.1;
}

.youtube-modal-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.youtube-modal-container.active {
  display: block;
}
.youtube-modal-container .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}
.youtube-modal-container .modal .modal-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  max-width: 800px;
}
.youtube-modal-container .modal .modal-wrapper .modal-content {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube-modal-container .modal .modal-wrapper .modal-content .close {
  position: absolute;
  top: -40px;
  right: 0;
  color: #FFFFFF;
  font-size: 30px;
  cursor: pointer;
}
.youtube-modal-container .modal .modal-wrapper .modal-content .youtubeFrame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube-modal-container .modal .modal-wrapper .modal-content .youtubeFrame iframe {
  width: 100%;
  height: 100%;
}

section#goods .goodsList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
@media (min-width: 768px) {
  section#goods .goodsList {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }
}
section#goods .goodsList li a {
  display: block;
  text-decoration: none;
}
section#goods .goodsList li h3 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  section#goods .goodsList li h3 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  section#goods .goodsList li h3 {
    font-size: 15px;
  }
}
section#goods .goodsList li p {
  text-align: left;
  font-size: 14px;
  margin-top: 5px;
  margin-top: 5px;
}
section#goods .goodsList li p i {
  display: inline-block;
  font-size: 11px;
  margin-left: 2px;
  margin-bottom: 2px;
}
section#goods .btn {
  margin-block: 40px;
}
section#goods .btn + .goodsList {
  margin-top: 60px;
}
@media (min-width: 768px) {
  section#goods .btn + .goodsList {
    margin-top: 80px;
  }
}
section#goods .btn a {
  position: relative;
  display: block;
  background: #6A6A6A;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 10px;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
  margin-inline: auto;
  max-width: 360px;
}
section#goods .btn a:hover {
  background: #9F9F9F;
}
section#goods .btn a::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;
  width: 16px;
  height: 16px;
  background: url("../img/icon_btn.svg") no-repeat 0 0;
  background-size: contain;
}
section#others .othersList li {
  background: #44413d;
  padding: 40px 22px;
  max-width: 600px;
  margin-inline: auto;
}
section#others .othersList li figure {
  display: block;
  width: 100%;
}
section#others .othersList li figure img {
  width: 100%;
}
section#others .othersList li p {
  text-align: left;
  font-size: 14px;
  margin-top: 20px;
}
section#others .othersList li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  background: #ad9c7a;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 31px;
  height: 62px;
  margin-top: 20px;
  margin-inline: auto;
  max-width: 360px;
}
section#others .othersList li a:hover {
  background: #9F9F9F;
}
section#others .othersList li a::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 1.5px solid #FFFFFF;
  border-right: 1.5px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.fadeIn {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.fadeIn.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #000;
  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;
  -webkit-animation: fadeOut 1s ease 2s forwards;
          animation: fadeOut 1s ease 2s forwards;
}
#splash picture {
  width: 100%;
  height: 100%;
}
#splash picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
/*-------------------------------------------
floating button
-------------------------------------------*/
#floatbtn {
  /*display: none;*/
  width: 140px;
  height: 140px;
  position: fixed;
  bottom: 1%;
  right: 5%;
  z-index: 10;
}
@media (max-width: 1024px) {
  #floatbtn {
    width: 130px;
    height: 130px;
    right: 1%;
  }
}
@media (max-width: 768px) {
  #floatbtn {
    width: 120px;
    height: 120px;
  }
}
#floatbtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */