@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP&display=swap');

:root{
    --gold: #FEE488;
    --brown: #AA8B39;
    --white: #fff;
    --black: #000;
    --gray: #8A8A8A;
    --font: #333;
    --blue: #1850C9;
    --red: #C91818;
}

html {
    font-size: 62.5%;
}
body {
  margin: 0;
  color: var(--white);
    background-color: var(--black);
    font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0;
  font-size: 1.6rem;
}

div,
section,
aside {
    box-sizing: border-box;
}
img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
}

video {
  display: block;
  width: 100%;
  height: auto;
}

.main_block{
    overflow: clip;
}
.container {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    padding: 0 40px;
    margin: 0 auto;
}
.text_center{
    text-align: center;
}
.text_large{
    font-size: 3rem;
    font-weight: 700;
}
.link_under{
  text-decoration: underline;
}

@media screen and (min-width: 501px){
    .sp_image {
        display: none;
    }
    .main_visual {
        padding-top: 209px;
        padding-bottom: 95px;
        /* background-image: url(../images/7nightsspecial/pc_bg.webp); */
    }
    .main_visual__caption{
        max-width: 960px;
        margin-bottom: 66px;
    }

    .main_video {
        padding-top: 160px;
        padding-bottom: 185px;
    }

    .main_schedule__head,
    .main_schedule__text{
        padding: 16px;
    }
}
@media screen and (max-width: 500px){
    .container {
        padding: 0 20px;
    }
    .pc_image {
        display: none;
    }
    .main_visual {
        padding-top: 100px;
        /* background-image: url(../images/7nightsspecial/sp_bg.webp); */
    }
    .main_visual__image {
        max-width: 324px;
        margin: 0 auto 0;
    }
    .main_visual__caption{
        display: block;
        max-width: 530px;
        margin: 0 auto;
        padding-bottom: 375px;
        box-sizing: border-box;
    }

    .main_video {
        padding-top: 160px;
        padding-bottom: 160px;
    }

    .main_schedule__head,
    .main_schedule__text{
        padding: 12px;
    }
}

.main_visual {
    position: relative;
    z-index: 1;
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.main_visual__image {
    position: relative;
    z-index: 1;
    max-width: calc((989 / 1200) * 100%);
    margin: 0 auto 95px;
    display: block;
}
.main_visual__caption {
    display: block;
    width: 100%;
}
.main_visual__schedule {
    display: block;
    max-width: 559px;
    width: 100%;
    margin-left: auto;
}
.main_visual__block {
  position: relative;
}
.main_visual__human {
    position: absolute;
    max-width: calc((993 / 1600) * 100%);
    width: 100%;
    top: 6%;
    left: 0;
}
@media screen and (min-width: 501px) and (max-width: 768px) {

  .main_visual__image {
    max-width: 570px;
  }
    .main_visual__schedule {
        max-width: 55%;
        margin: 365px auto 0;
    }
    .main_visual__human {
        max-width: 700px;
        left: 50%;
        bottom: -80px;
        translate: -50% 0;
    }
}

@media screen and (max-width: 500px){
  .main_visual__image {
    max-width: 317px;
    margin-bottom: 365px;
  }

  .main_visual__schedule{
    /* position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 85%; */
    max-width: 231px;
    margin: 0 auto;
  }
  .main_visual__human {
    max-width: 100%;
    left: 50%;
    bottom: -85px;
    translate: -50% 0;
  }
}

.main_head {
    display: block;
    text-align: center;
    font-weight: 700;
}
@media screen and (min-width: 1025px){
    .main_head {
        margin-bottom: 120px;
    }

    .main_head__caption {
        margin: 0 auto 30px;
    }
}
@media screen and (max-width: 1024px){
    .main_head {
        margin-bottom: 80px;
    }

    .main_head__caption {
        max-height: 48px;
        margin: 0 auto 20px;
    }
}
.main_head__caption {
    display: block;
    text-align: center;
}

.main_head__label {
    font-size: 2rem;
    font-weight: inherit;
    color: var(--white);
}

.main_news {
  position: relative;
    padding-top: 275px;
    padding-bottom: 200px;
    background-image: url(../images/7nightsspecial/bg_news.webp);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.main_news::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: '';
  aspect-ratio: 1600/530;
  background-image: linear-gradient(180deg, rgba(0,0,0,1), rgba(0,0,0,0));
}
.main_news .container{
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 500px){
    .main_news {
        /* padding-top: 350px; */
        padding-top: 250px;
    }
}

.main_video{
    display: block;
}

.main_schedule {
    padding-bottom: 194px;
}
@media screen and (max-width: 1024px){
    .main_schedule {
        padding-bottom: 160px;
    }
}
@media screen and (min-width: 1200px){
  .main_schedule__table {
    width: 100%;
  }
}
@media screen and (max-width: 1200px){
    .main_schedule__wrap {
        width: 100%;
        overflow: auto;
        white-space: nowrap;
    }
    .main_schedule__wrap::before {
        display: block;
        content: '※見切れる際は横スクロールで閲覧ができます。';
        font-size: 1.2rem;
        color: var(--white);
        margin-bottom: 0.5em;
    }
    .main_schedule__table {
      width: auto;
    }
}
  
.main_schedule__table {
    border-collapse: collapse;
}

.main_schedule__head,
.main_schedule__text{
    display: table-cell !important;
    width: auto !important;
    box-sizing: border-box;
    font-size: 1.6rem;
}

.main_schedule__head {
    background-color: var(--gray);
    font-weight: 700;
}
.main_schedule__head + .main_schedule__head {
    border-left: 1px solid var(--white);
}
.main_schedule__text {
    color: var(--font);
    background-color: var(--white);
    border-right: 1px solid var(--gray);
    border-bottom: 1px solid var(--gray);
}

.main_schedule__link{
    color: var(--blue);
    text-decoration: underline;
}

.main_ticket__block {
    display: block;
    max-width: 713px;
    border-radius: 20px;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: var(--white);
    overflow: clip;
    padding-top: 26px;
    padding-left: 56px;
    padding-right: 56px;
    padding-bottom: 26px;
    color: var(--black);
}
.main_ticket__label {
    display: block;
    font-size: 4rem;
    font-weight: 700;
    text-align: center;
    padding-bottom: 16px;
    border-bottom: 3px solid var(--black);
    box-sizing: border-box;
}
@media screen and (max-width: 768px){
    .main_ticket__block {
        padding-top: 18px;
        padding-left: 24px;
        padding-right: 24px;
        padding-bottom: 18px;
    }
    .main_ticket__label {
        font-size: 2.4rem;
        padding-bottom: .5em;
        margin-bottom: .5em;
    }
}
.main_ticket__description{
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-weight: 700;
    font-size: 4rem;
}
@media screen and (max-width: 768px){
    .main_ticket__description{
        font-size: 2rem;
    }
}
.main_ticket__price {
    font-size: 2em;
    font-weight: inherit;
}
.main_ticket__unit {
    font-size: inherit;
    font-weight: inherit;
}

.main_ticket__head {
  font-size: 2.8rem;
  color: #f00;
  margin-top: 106px;
  margin-bottom: 27px;
  text-align: center;
}
.main_ticket__head br {
  display: none;
}
@media screen and (max-width: 1000px){
  .main_ticket__head {
    font-size: 2rem;
    margin-top: 56px;
    margin-bottom: 24px;
  }

}
@media screen and (max-width: 500px){
  .main_ticket__head br {
    display: block;
  }
}

.main_ticket__btns {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}
.main_ticket__btn {
    position: relative;
    display: block;
    width: 384px;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
}
@media screen and (max-width: 768px){
    .main_ticket__btns {
        margin-top: 56px;
        flex-direction: column;
    }
    .main_ticket__btn {
        font-size: 1.8rem;
        margin: 0 auto;
        width: 100%;
        padding-top: 1em;
        padding-bottom: 1em;
    }
}

.main_ticket__gold {
    background-image: linear-gradient(90deg, #A78747, #BEA46F);
}
.main_ticket__gray {
    background-color: var(--gray);
}
.main_ticket__ico{
    position: absolute;
    top: 50%;
    right: 20px;
    translate: 0 -50%;
}

.main_attention {
    padding-top: 234px;
    padding-bottom: 234px;
}
@media screen and (max-width: 1024px){
    .main_attention {
        padding-top: 160px;
        padding-bottom: 160px;
    }
}

.main_attention__label{
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 16px;
}
.main_attention__data + .main_attention__data{
    margin-top: 40px;
}
.main_attention__text{
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2;
    margin: 0;
}

.main_goods{
    padding-bottom: 320px;
}

@media screen and (max-width: 1024px){
    .main_goods{
        padding-bottom: 120px;
    }
}

.fanclub_block {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  background-color: var(--white);
  display: grid;
  grid-template-rows: repeat(1, 1fr);
  gap: 0;
}
@media screen and (min-width: 1025px) {
  .fanclub_block {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .fanclub_block {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (min-width: 1025px) {
  .fanclub_block__image {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
  }
}

.fanclub_block__inner {
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fanclub_block__logo {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media screen and (min-width: 1001px) {
  .fanclub_block__logo {
    max-width: 80%;
  }
}
@media screen and (max-width: 1000px) {
  .fanclub_block__logo {
    max-width: 320px;
  }
}

.fanclub_block__box {
  border: 2px solid #cf1717;
  border-radius: 5px;
  overflow: clip;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.fanclub_block__box + .fanclub_block__box {
  margin-top: 10px;
}

.fanclub_block__lead {
  color: var(--black);
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.fanclub_block__item {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  .fanclub_block__item {
    max-width: 70%;
  }
}
.fanclub_block__item + .fanclub_block__item {
  margin-top: clamp(20px, 1.5625vw, 25px);
}

.fanclub_block__btn {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  background: -webkit-linear-gradient(120deg, #BCA16B 0%, #C1A773 50%, #A3813C 70%, #A9894A 100%);
  background: linear-gradient(-30deg, #BCA16B 0%, #C1A773 50%, #A3813C 70%, #A9894A 100%);
  color: #FFFFFF;
  font-weight: 700;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  font-size: 1.4rem;
  text-decoration: none;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.fanclub_block__btn:hover {
  background: -webkit-linear-gradient(60deg, #BCA16B 0%, #C1A773 50%, #A3813C 70%, #A9894A 100%);
  background: linear-gradient(30deg, #BCA16B 0%, #C1A773 50%, #A3813C 70%, #A9894A 100%);
}
@media screen and (min-width: 1025px) {
  .fanclub_block__btn {
    line-height: 50px;
  }
  .fanclub_block__btn br {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .fanclub_block__btn {
    line-height: 1.6;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.fanclub_block__btn svg {
  fill: #FFFFFF;
  width: 30px;
  height: 10px;
  position: absolute;
  top: 45%;
  margin-top: -4px;
  right: 20px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.fanclub_block__txt {
  font-size: 1.2rem;
  color: #000;
  margin-bottom: 0.5em;
}

.fanclub_block__text {
  margin-top: 15px;
  text-align: center;
}

.fanclub_block__link {
  color: #999;
  font-size: 1.4rem;
}

.footer_block {
  color: #fff;
  background: #000;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .footer_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-width: 980px;
  }
}
@media screen and (max-width: 1024px) {
  .footer_block {
    display: block !important;
    position: relative;
    min-width: unset !important;
  }
}
.footer_block ul,
.footer_block ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer_block a {
  text-decoration: none;
}

.footer_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1025px) {
  .footer_logo {
    width: 250px;
    height: auto;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 1024px) {
  .footer_logo {
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
  }
}

.footer_logo__link {
  display: block;
  max-width: 195px;
  text-align: center;
  color: #fff;
}

.footer_logo__name {
  font-size: clamp(1.2rem, 1.1290322581vw, 1.4rem);
  padding-top: 8px;
}

.footer_logo__official {
  font-size: clamp(1rem, 0.8870967742vw, 1.1rem);
}

.footer_menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 501px) {
  .footer_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #222;
    width: calc(100% - 350px);
    padding: 40px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .footer_menu {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .footer_menu {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 501px) {
  .footer_menu__top {
    padding-top: 40px;
  }
}
@media screen and (max-width: 500px) {
  .footer_menu__top {
    padding-bottom: 24px;
  }
}

.footer_menu__lead {
  display: block;
  font-weight: 500;
  font-size: 1.6rem;
  padding-bottom: 15px;
  color: #CCCCCC;
}

@media screen and (max-width: 1024px) {
  .footer_menu__nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 0;
  }
}
.footer_menu__tab + .footer_menu__tab {
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  font-size: 13px;
}
@media screen and (min-width: 1025px) {
  .footer_menu__tab + .footer_menu__tab {
    margin-top: 15px;
  }
}

.footer_menu__link {
  display: block;
  position: relative;
  padding-left: 30px;
  line-height: 1;
  color: #CCCCCC;
  font-size: 1.3rem;
}
@media screen and (max-width: 1024px) {
  .footer_menu__link {
    line-height: 1.6;
  }
}
.footer_menu__link::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  top: 50%;
  left: 0px;
  background-color: #666666;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.footer_menu__link:hover {
  color: #fff;
}
.footer_menu__link:hover::before {
  background-color: #fff;
  left: -5px;
}

.footer_sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.footer_block .footer_sns {
  margin-top: clamp(15px, 1.875vw, 30px);
}
@media screen and (max-width: 1024px) {
  .footer_sns {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer_sns__link {
  display: block;
  aspect-ratio: 1/1;
  width: 22px;
  height: auto;
}
.footer_sns__link svg {
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  fill: #999;
}
.footer_sns__link:hover svg {
  fill: #fff;
}

@media screen and (max-width: 1024px) {
  .footer_menu__btns {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    text-align: center;
  }
}

.footer_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 0;
}
@media screen and (min-width: 1025px) {
  .footer_top {
    position: relative;
    width: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .footer_top {
    position: absolute;
    top: 0;
    right: 20px;
    translate: 0 -50%;
  }
}
.footer_top::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  bottom: 0;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #111;
}
.footer_top:hover::before {
  height: 100%;
}

.footer_top__arrow {
  width: 14px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.footer_top:hover .footer_top__arrow {
  translate: 0 -30px;
}

.footer_btn {
  display: block;
  line-height: 40px;
  background-image: -webkit-linear-gradient(135deg, #DBC8A1, #917438, #BCA26C, #A08145);
  background-image: linear-gradient(-45deg, #DBC8A1, #917438, #BCA26C, #A08145);
  background-size: 200% 200%;
  text-align: center;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  padding-top: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.footer_btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .footer_btn {
    margin-top: 32px;
  }
}

.footer_copy {
  font-size: 11px;
  color: #666666;
  font-style: normal;
  text-align: right;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
@media screen and (max-width: 1024px) {
  .footer_copy {
    text-align: center;
    margin-top: 24px;
  }
}