@charset "UTF-8";

@media (max-width: 1200px) {
  html {
    font-size: 0.833vw;
  }
}


.inner {
	width:120rem;
	margin:0 auto;
	position:relative;
}

video {
    width: 100vw;
    height: 100dvh;
    object-fit: cover;
}
#skipButton {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    padding: 1rem 2rem;
    font-size: 3rem;
    background: rgba(0,0,0,0.6);
    color: #fff;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    z-index: 1000;
    font-weight: bold;
}
#skipButton:hover {
    background: rgba(255,255,255,0.2);
}

.main-visual {
    background: url("../img/main01_pc.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: -1;
}

.main-visual .inner {
    max-height: 55rem;
    height: 100dvh;
    display: flex;
    justify-content: space-between;
}
.main-visual .left {
    display: flex;
    justify-content: start;
    flex-direction: column;
    width:51.6%;
    margin-top: 2rem;
}
.main-visual .right {
    display: flex;
    justify-content: start;
    flex-direction: column;
    width: 43%;
    margin-top: 2.4rem;
}
.img01 {
    width: 70.96%;
    margin: 0 auto;
}
.img02 {
    width: 83.87%;
    margin: -2rem auto 0;
}
.img03 {
    width: 91.47%;
    margin: 0 auto;
}


.home-section {
    background-color: #000;
    border-bottom: 0.6rem solid #ffc107;
}

.section01 {
    padding: 8rem 0 9rem;
}
.btns01 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;    
}
.btn01 {
  display: block;
  position: relative;
  padding: 0.8rem 4rem;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  border-radius: 30rem;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 -0.1rem 0 rgba(0, 0, 0, 0.4);
  transition: all 0.2s ease;
  width: 30%;
  /* メタリックな銀縁 */
  border: 0.4rem solid #ccc;
}
/* ホバーとアクティブ */
.btn01:hover {
  transform: translateY(0.4rem);
  opacity: 0.8;
}
.btn01:active {
  transform: translateY(0.1rem);
  box-shadow: inset 0 0.2rem 0.4rem rgba(0,0,0,0.5);
}
/* LINE 緑 */
.btn-line {
  background: linear-gradient(to bottom, #00d400, #008800);
}
/* X 黒 */
.btn-x {
  background: linear-gradient(to bottom, #333, #000);
}
/* 台データ 金 */
.btn-data {
    /* background: 
        linear-gradient(145deg, rgba(255,255,255,0.4), transparent),
        linear-gradient(to bottom, #ffd700, #b8860b);
    border: 0.4rem solid #B68315; */
    background: linear-gradient(to bottom, #ff3c3c, #b90000);
}
/* キラキラ */
.btn01.sparkle {
    overflow: hidden;
  box-shadow: 0 0 1rem rgba(255, 215, 0, 0.6); /* 金色の後光 */
}
.btn01.sparkle::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0) 100%);
  transform: skewX(-20deg);
  animation: shine 5s infinite ease-in-out;
}

/* アニメーション */
@keyframes shine {
  0% {
    left: -75%;
  }
  10% {
    left: 100%;
  }
  30% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

.gold-label {
    width: 100%;
    text-align: center;
    padding: 8rem 0;
}
.gold-label span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 12rem;
  margin: 1.5rem;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 800;
  font-size: 9.2rem;
  background: radial-gradient(ellipse at center, #111 0%, #000 100%);
  border: 0.5rem solid #ffc107;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    to bottom,
    #b67b03 0%,
    #daad07 20%,
    #fee9a0 49%,
    #AC5F11 51%,
    #daad07 80%,
    #fee9a0 100%
  );
  box-shadow:
    0 0 0.4rem rgba(255, 215, 0, 0.8),
    0 0 1rem rgba(255, 255, 0, 0.5);
}

.image-set,
.free-area {
    width: 90%;
    margin: 0 auto;
}
.image-set ~ .image-set {
    margin-top: 8rem;
}

.section02 {
    padding: 0 0 12rem;
}

.title01 {
    display: block;
    text-align: center;
    padding: 8rem 0 6rem;
}
.title01 span {
    display: inline-block;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 800;
    font-size: 6.2rem;
    background: radial-gradient(ellipse at center, #111 0%, #000 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(
        to bottom,
        #b67b03 0%,
        #daad07 20%,
        #fee9a0 49%,
        #AC5F11 51%,
        #daad07 80%,
        #fee9a0 100%
    );
    border-bottom: 0.4rem solid #ffc107;
    padding: 0 0.5em;
}

.section03 {
    padding: 0 0 3rem;
}

.googlemap iframe {
    width:100%;
    height: 50rem;
}

.store-table {
  width: 60%;
  margin: 0 auto;
  border-collapse: collapse;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.8;
}
.store-table th,
.store-table td {
  padding: 1rem 1.5rem;
  vertical-align: top;
  text-align: left;
}
.store-table th {
  font-weight: 600;
  white-space: nowrap;
  min-width: 15%;
  border-bottom: 1px solid #fff;
}
.store-table td {
  border-bottom: 1px solid #fff;
  font-weight: 400;
}
.store-table tr:last-of-type th,
.store-table tr:last-of-type td {
  border-bottom-width: 0;
}

.text01 {
    color:#fff;
    width:60%;
    margin: 6rem auto;
    line-height: 1.8;
    font-size: 1.4rem;    
}

#footer {
    background-color: #000;
}
.footer-logo {
    width:20%;
    padding: 4rem 0 2rem;
    margin: 0 auto;
}
.copyright {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    padding: 2rem 0 1rem;
    border-bottom: 1.2rem solid #ffc107;
}

.go-button {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 999;
  display: none;
  transition: opacity 0.3s ease;
}
.go-button.show {
  display: block;
  opacity: 1;
}
.go-button img {
  width: 200px;
  height: auto;
}
