@charset "utf-8";





@media screen and (max-width: 1350px) {

.container {
    max-width: 95%;
}

.breadcrumb-menu {
    padding: 50px 0 0 50px;
}

/* ヘッダーとフッター */
.global-header {
    top: 10px;
}

.global-header__site-logo {
    margin: 0 0 0 10px;
    width: 80%;
}

.global-footer__site-logo {
    width: 90%;
}

header .menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 45px;
    width: 45px;
    justify-content: center;
    align-items: center;
    z-index: 999;
    background-color: #B9936C;
    border-radius: 10px;
  }

.gnav {
    display: none; /* PCメニューを非表示 */
}
.gnav__icon-menu {
    display: none;
}

.gnav__icon-menu-footer {
    width: 250px;
}

.sp-nav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(96, 59, 24, 0.9); /* 半透明の背景 */
  display: none;
  flex-direction: column;
  /* align-items: center;
  justify-content: center; */
  z-index: 99;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(100%);
}
.sp-nav.show {
  opacity: 1;
  display: flex;
  transform: none;
 
}


.menu-line {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #fdfdfd;
    position: relative;
    transition: all 0.3s;
    
  }

.menu-line::before,.menu-line::after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #fdfdfd;
    position: absolute;
    transition: all 0.3s;
}

.menu-line::before {
    top: -10px;
  }
.menu-line::after {
    top: 10px;
  }

.menu-line.active {
    background: transparent;
}

.menu-line.active::before {
    transform: rotate(45deg);
    top: 0;
}

.menu-line.active::after {
    transform: rotate(-45deg);
    top: 0;
}

.sp-nav__menu {
    list-style: none;
    position: absolute;
    top: calc(20vh);
    left: calc(6vh);
}

.sp-nav__menu li {
    margin: 40px 0;
}

.sp-nav__menu a {
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    font-family: "Zen Antique", serif;
}

.sp-nav__icon-menu {
    display: flex;
    gap: 30px;
    position: absolute;
    top: calc(62vh);
    left: calc(6vh);
}

.sp-nav__icon-menu img {
    width: 40px;
}

/*メインビジュアル*/
.mainvisual__title {
font-size: 85px;
}

.mainvisual__text {
    margin: auto 30px;
}

/*トップページ*/
.events {
    height: 600px;
}

.events__titlebox {
    padding: 10px 0 80px 0;
}

.events__subtitle {
    top: 100px;
}


.lineup-area {
    height: 1200px;
}

.lineup-item1 {
    width: 230px;
    position: absolute;
    top: 400px;
    left: 10%;
}

.lineup-item2 {
    width: 230px;
    position: absolute;
    top: 400px;
    left: 60%; 
 }
 
 .lineup-item3 {
 width: 230px;
 position: absolute;
 top: 620px;
 left: 34%;
 
 }
 
 .lineup-item4 {
    width: 230px;
    position: absolute;
    top: 900px;
    left: 10%;
 
 }
 
 .lineup-item5 {
    width: 230px;
     position: absolute;
     top: 900px;
     left: 60%;
 }

.lineup-item1:hover,.lineup-item2:hover,.lineup-item3:hover,.lineup-item4:hover,.lineup-item5:hover,.lineup-item6:hover {
    background: url(../img/lineup-back.png) no-repeat 0% 0% / 100%;
    transform: scale(1.05);
    transition: 0.3s;
}


.lineup-item6 {
    top: 0;
    left: 0;
    right: 0;
   margin: 0 auto;

}



.info-list {
    row-gap: 15px;
    width: 90%;
}

.info-link {
    line-height: 27px;
}

.info-date.new::after {
    top: 2px;
}

.contact__titlebox {
    padding: 10px 0 80px 0;
}

.contact__subtitle {
    top: 100px;
}

/* .contact__area th {
    width: 30%;
} */

.name_area {
    width: 90%;
}

.mail_area {
    width: 90%;
}

.text_area {
    width: 90%;
}

/*ラインナップページ*/
.lineup__title {
    font-size: 110px;
}

.lineup__title.second {
    font-size: 80px;
}

.lineup__subtitle.second {
    top: 215px;
}

.lineup-item {
    width: 31%;
}

.lineup-item__title {
    font-size: 18px;
}


/*ラインナップ詳細*/

.lineup-detail {
    width: 100%;
}

.lineup__detail {
    gap: 5%;
}
.lineup__detail__img {
    width: 50%;
}

/*イベントページ*/
.events-item {
    width: 47%;
}

/*ニュースページ*/
.news-list {
    width: 90%;
}

/* .news-title {
    line-height: 33px;
} */

.news-date.new::after {
    left: 116px;
}

/*ニュース詳細*/
.news__detail {
    gap: 5%;
}

.news__detail__img {
    object-fit: contain;
}


/*カート*/
.cart-detail {
    padding: 0 20px;
}

.cart-goods {
    gap: 20px;
}

.cart-quantity {
    width: 15%;
}
.cart-price {
    width: 35%;
}
.cart-total__price span {
    padding: 0 0 0 20px;
}

/*入力画面*/
.step {
    width: 80px;
    height: 80px;
}

.step-indicator {
    gap: 50px;
}

.step:not(:first-child)::before {
    width: 50px;
    left: -50px;
}

.address_area {
    width: 90%;
}
.tel_area {
    width: 90%;
}
.number_area {
    width: 90%;
}

}





