.MV {
  width: 100%;
}
header {
  /* height: 40px; */
  background: #1e0855;
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  /* padding: 5px 0; */
}

header ul {
  display: flex;
}

.header__inner {
  max-width: 1366px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
}

.header__inner_navi ul li {
  padding: 0 15px;
  border-right: 1px solid #fff;
}

.header__inner_navi ul li:last-child {
  border-right: none;
}

.header__inner_navi ul li a {
  color: #fff;
  display: block;
  text-decoration: none;
}

.header__inner_navi ul li a span {
  font-size: 12px;
  color: #f6ff06;
  margin-right: 10px;
}

.wrapper {
  width: 100%;
  /* margin-top: 50px; */
}

.wrapper p {
  position: absolute;
  top: 34.7vw;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.header__guide__title {
  color: #d30000;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  border-bottom: 1px dashed #d30000;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.sub_text p {
  position: absolute;
  top: 27.1vw;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  font-family: serif;
  line-height: 1.3;
  font-size: 0.8vw;
  font-weight: 600;
  letter-spacing: 1px;
}
.sub_text p span{
  color: #EE1860;
  font-size: 1.3vw;
  padding-bottom: 8px;
}
.wrapper p img {
  width: 460px;
}

h1 {
  top: 5px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

h1 img {
  width: 46vw;
}

.wrapper p img {
  width: 28vw;
}

body {
  position: relative;
}

.content {
  margin: 0px auto;
  width: 100%;
  position: relative;
}

#section_top {
  position: relative;
}

.item_box_1 {
  margin: 0 auto;
  display: grid;
  justify-content: center;
  width: 80%;
}

.main_right {
}

.title {
}

img {
  box-sizing: border-box;
  vertical-align: bottom;
  width: 100%;
}
.main_wrapper {
  display: grid;
  grid-template-columns: 22vw 1fr;
  position: relative;
}
.main_left {
  background: #3f0f4d;
  position: sticky;
  height: 100vh;
  top: 0;
  left: 0;
}
.main_wrapper_logo {
  width: 70%;
  margin: 0.9vw auto;
}
.return_top {
  text-align: center;
  font-size: 0.8vw;
  color: #ffffff;
  border: solid 2px #ffffff;
  padding: 0.7vw;
  display: block;
  text-decoration: none;
  font-weight: 600;
  margin-top: 0.9vw;
}
.container {
  /* width: 70vw; */
}
#section_1 {
  text-align: center;
}

#section_5 .event_5 {
  position: relative;
}

#section_5 .event_5__button {
  position: absolute;
  bottom: 4.6vw;
  left: 16vw;
  width: 45vw;
}

div#section_5 {
  margin-top: -0.3vw;
}
#section_5 {
  background: #200035;
  text-align: center;

  /* padding-top: 4vw; */
}

#section_5 .event__list {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  justify-content: center;
  width: 80%;
  margin: 0 auto;
  gap: 10px;
  padding-bottom: 100px;
}

#section_5 .event__list li {
  margin-bottom: 20px;
}

#section_5 .event__list li a {
  display: block;
  text-decoration: none;
}

#section_5 .event__list_shop {
  color: #fff;
  font-size: 15px;
  margin-top: 7px;
  line-height: 1.2;
}
#section_5 .event_5__button__01 {
  margin-bottom: 10px;
}

#section_5 .event_5__button__01 a {
  display: block;
}

#section_5 .event_5__button__02 a {
  display: block;
}

.akgGlinkOffi--textOnly {
  padding-top: 70px;
  background: #292a44;
  max-width: 1366px;
  min-width: unset;
  margin: auto;
}

.akgGlinkOffi--textOnly .akgGlinkOffi__title {
  display: none;
}

.akgGlinkOffi--textOnly .akgGlinkOffi__body {
  width: 100%;
}


footer {
  background: #292a44;
  padding-top: 50px;
  margin-top: -1vw;
}

.footer__inner_img a {
  display: block;
}

.footer__inner_img a img {
  display: block;
  margin: auto;
}

header {
  box-shadow: 0 2px 3px 0 rgb(0 0 0 / 80%);
}

.akgGlinkOffi--textOnly {
  background: #292a44 !important;
}

.pc {
  display: block;
}

.sp {
  display: none;
}
.footer__inner_img {
  width: 171px;
  margin: auto;
}
.shop_link_x.pc {
  background: #243139;
  padding: 2vw 0;
}
.shop_link_box {
  background: #fff;
  width: 90%;
  margin: auto;
  padding: 1vw 2vw 1.5vw;
  font-weight: 600;
  font-size: 0.9vw;
  border-radius: 0.5vw;
}
.shop_link_box h3 {
  display: block;
  width: 100%;
  color: #F00;
  text-align: center;
  padding: 0.5vw;
  border-bottom: dotted 1px #000;
  margin: 0 auto 1.2vw;
}
.shop_link_x.pc ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.7vw 3vw;
}
.shop_name a {
  color: #000;
}
.x_lik a {
  background: #000;
  color: #fff;
  width: 2vw;
  display: block;
  text-align: center;
  padding: 0.2vw;
  border-radius: 0.3vw;
}
li.shop_link_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.terms_btn {
  width: 22vw;
  margin: 0 auto 1vw;
  display: grid;
  justify-content: center;
  align-items: center;
  color: #f2464e;
  background: #f6fa21;
  font-weight: 600;
  font-size: 1.1vw;
  padding: 0.7vw;
  border-radius: 0.3vw;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 1);
  cursor: pointer;
  text-align: center;
  gap: 0.3vw;
  box-sizing: border-box;
}
span.font-L {
  font-size: 1.5vw;
}
.terms_btn:hover {
  filter: brightness(1.6);
}
.terms_text {
  width: 50vw;
  height: 80vh;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  overflow-y: scroll;
  z-index: 9999;
  background: #fff;
  padding: 2vw;
  box-sizing: border-box;
  display: none;
}
.terms_text_content {
  margin-bottom: 2vw;
}
.terms_text_content h4 {
  font-size: 1.5vw;
  margin-bottom: 0.5vw;
}
.terms_text_content p, .terms_text_content ul {
  font-size: 0.8vw;
  line-height: 1.1vw;
  margin-bottom: 0.7vw;
}
.terms_text_content span {
  font-weight: 600;
}
.overray {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  display: none;
}
.overray::before {
  content: "✕";
  font-size: 3vw;
  font-weight: 600;
  position: fixed;
  top: 2vw;
  right: 21vw;
  z-index: 9999;
  color: #fff;
}

@media(max-width:768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .terms_btn {
    width: 55vw;
    margin: 0 auto 3vw;
    font-size: 4.6vw;
    padding: 3.5vw;
    gap: 2vw;
    border-radius: 1.2vw;
    box-shadow: 6px 6px 10px 0px rgb(83 83 83);
  }
  span.font-L {
    font-size: 6.3vw;
  }
  .terms_text {
    width: 90vw;
  } 
  .terms_text_content h4 {
    font-size: 4.8vw;
    margin-bottom: 2.2vw;
}
  .terms_text_content {
    margin-bottom: 5vw;
    padding: 5vw;
  }
  .terms_text_content p, .terms_text_content ul {
    font-size: 2.7vw;
    line-height: 4vw;
    margin-bottom: 5vw;
  }
  .overray::before {
    font-size: 15vw;
    right: 5vw;
  }

  .sub_text {
    background: #fffdce;
    padding-bottom: 5vw;
    padding-top: 5vw;
  }
  .sub_text p {
    position: static;
    top: 120.8vw;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    font-family: serif;
    line-height: 1.4;
    font-size: 3.7vw;
    font-weight: 600;
    width: 90vw;
    letter-spacing: 1.1px;
    padding: 1vw 0;
  }
  .sub_text p span{
    font-size: 5vw;
  }
  h1 img {
    width: 100%;
  }
  h1 {
    position: relative;
  }
  .wrapper {
    margin-top: 13vw;
  }
  .main_wrapper {
    grid-template-columns: 1fr;
  }
  .main_left {
    display: none;
  }
  #section_5 .event__list {
    grid-template-columns: repeat(2,1fr);
    width: 92%;
  }
  header ul {
    display: flex;
    background: #492393;
    font-size: 3.6vw;
    padding: 5vw 0;
    text-align: center;
    justify-content: center;
    height: 3vw;
  }
  header ul li {
    border-right: 1px solid;
    padding: 0 3vw;
  }
  header a {
    color: #ffeb3b;
    text-decoration: none;
    font-size: 3.6vw;
}
.footer__inner_img {
  margin-bottom: 8vw;
}
.shop_link_x.sp {
  background: #000;
  padding: 20px 0;
}
.shop_link_box {
  font-size: 4.8vw;
  padding: 5vw 2vw 1.5vw;
  border-radius: 2vw;
}
.shop_link_x.sp h4 {
  width: 90vw;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  font-size: 6vw;
  font-weight: 700;
  padding: 2.6vw 0;
  margin: 5vw auto 2vw;
  position: relative;
}
.arrow::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 2.3vw;
  right: 1.8vw;
}
.shop_link_x.sp p {
  text-align: left;
  width: 40vw;
  font-weight: 700;
  color: #0066cc;
  width: 90vw;
  font-size: 4.5vw;
  margin-bottom: 1.5vw;
  padding: 0 0 0 4vw;
}
.location_1 {
  background: #ff5893;
}
.location_2 {
  background: #56c253;
}
.location_3 {
  background: #5993ff;
}
.location_4 {
  background: #b558ff;
}
.location_5 {
  background: #ff9046;
}
.location_6 {
  background: #ff6421;
}
.location_7 {
  background: #b8860b;
}
.location_8 {
  background: #2b6ade;
}
.shop_link_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2vw;
  font-size: 4vw;
}
.x_lik a {
  width: 12vw;
  padding: 1.5vw 1vw 1vw;
  border-radius: 1.9vw;
}
.shop_link_box h3 {
  width: 100%;
  color: #f73b89;
  padding: 0 0 2vw;
  border-bottom: solid 1px #f73b89;
  margin: 0 auto 1.2vw;
}
}