<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*---------------------------------
Global
----------------------------------*/
html {
  font-size: 10px;
}
body main {
  -webkit-text-size-adjust: 100%;
  font-size: 1.8rem;
  line-height: 1.67;
 /* color: #512705; */
}
body main picture {
  display: block;
}
body main img {
  height: auto;
}
@media screen and (min-width: 2001px) {
  html {
    font-size: 0.49975vw;
  }
}
@media screen and (min-width: 521px) and (max-width: 980px) {
  html {
    font-size: 1.020408vw;
  }
}
@media screen and (min-width: 521px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 520px) {
  html {
    font-size: 2.6666667vw;
  }
  .pc {
    display: none !important;
  }
  body main {
    font-size: 1.4rem;
    overflow-x: visible;
  }
}

/* button */
#gasfeslot .container-inner .button-red .inner,
#gasfeslot .container-inner .button-lightblue .inner {
	min-height: 7.5rem;
}
.button-label-wrap {
	position: relative;
	padding-top: 43px;
}
.button-label-wrap .button-label {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	max-width: 270px;
	top: 0;
	margin: 0 auto;
	padding: 10px 5px;
	border-radius: 999px;
	border: 3px solid #aee0ff;
	background: #fff;
}
.button-label-wrap .button-label::before,
.button-label-wrap .button-label::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 16px 9px 0 9px;
  border-color: #aee0ff transparent transparent;
  translate: -50% 100%;
}
.button-label-wrap .button-label::after {
  border-width: 9px 5px 0 5px;
  border-color: #ffffff transparent transparent;
}
@media (min-width: 992px) {
  .button-label-wrap .button-label {
	padding: 12px 10px;
  }
}
@media screen and (max-width: 520px) {
  #gasfeslot .container-inner .button-red .inner,
  #gasfeslot .container-inner .button-lightblue .inner {
    min-height: 5rem;
  }
  .button-label-wrap .button-label {
    top: 17%;
    max-width: 70%;
  }
}

/*---------------------------------
Intro
----------------------------------*/
#gasfeslot .sec-intro {
  padding: 3.5rem 2rem 6rem;
  background: url(/event/gasfes/gasfeslot/assets/img/intro_bg.png) repeat calc(50% - 12.5rem) center/11.6rem auto;
}
#gasfeslot .sec-intro .sec-inner {
  max-width: 95rem;
  margin: 0 auto;
  padding: 4.5rem 7.7rem 6rem;
  background: #fff;
  border-radius: 1rem;
}
#gasfeslot .sec-intro .sec-inner h2 {
  margin: 0 0 3rem -2rem;
}

#gasfeslot .sec-intro .sec-inner .users {
  position: relative;
}
#gasfeslot .sec-intro .sec-inner .user {
  max-width: 100%;
  border: 3px solid #2e60b2;
  border-radius: 1rem;
  text-align: center;
  overflow: hidden;
  padding: 0 1.6rem 3rem;
}
#gasfeslot .sec-intro .sec-inner .user p {
	line-height: 1.4;
}
#gasfeslot .sec-intro .sec-inner .user p:first-of-type {
  height: 5rem;
  width: calc(100% + 3.2rem);
  margin-left: -1.6rem;
  margin-bottom: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2e60b2;
  color: #fff;
}
#gasfeslot .sec-intro .sec-inner .user + .user {
  margin-top: 3rem;
  border-color: #1aa3d1;
}
#gasfeslot .sec-intro .sec-inner .user + .user p:first-of-type {
  background: #1aa3d1;
}
#gasfeslot .sec-intro .sec-inner .user p:first-of-type img {
  height: 2rem;
}

@media screen and (max-width: 520px) {
  #gasfeslot .sec-intro {
    padding: 3rem 2rem;
    background-size: 3.2rem auto;
    background-position: -0.5rem center;
  }
  #gasfeslot .sec-intro .sec-inner {
    padding: 2.5rem 2rem 3rem;
  }
  #gasfeslot .sec-intro .sec-inner h2 {
    margin-left: 0;
  }

  #gasfeslot .sec-intro .sec-inner .tabs {
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
    position: relative;
    z-index: 1;
  }
  #gasfeslot .sec-intro .sec-inner .tabs li {
    flex: 0 0 14.4rem;
    opacity: 0.4;
    position: relative;
    transition: opacity 0.2s;
  }
  #gasfeslot .sec-intro .sec-inner .tabs li img {
    width: 100%;
  }
  #gasfeslot .sec-intro .sec-inner .tabs li.active {
    opacity: 1;
  }
  #gasfeslot .sec-intro .sec-inner .tabs li.active img {
    opacity: 0;
  }
  #gasfeslot .sec-intro .sec-inner .tabs li:first-of-type.active {
    background: url(/event/gasfes/gasfeslot/assets/img/intro_nav_member_sp_hovered.png) no-repeat center top/contain;
  }
  #gasfeslot .sec-intro .sec-inner .tabs li:last-of-type.active {
    background: url(/event/gasfes/gasfeslot/assets/img/intro_nav_nonmember_sp_hovered.png) no-repeat center top/contain;
  }
  #gasfeslot .sec-intro .sec-inner .user {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 1rem 2rem 2.5rem;
    border: 0.3rem solid #2e60b2;
  }
  #gasfeslot .sec-intro .sec-inner .user:last-of-type {
    display: none;
  }
  #gasfeslot .sec-intro .sec-inner .user p:first-of-type {
    display: none;
  }
  #gasfeslot .sec-intro .sec-inner .user + .user {
    margin-top: 0;
    border-color: #2e60b2;
  }
  #gasfeslot .sec-intro .sec-inner .user p img {
    width: 100%;
  }
  #gasfeslot .sec-intro .sec-inner .user a {
    margin: 2rem auto 0;
  }
}

/*---------------------------------
merit
----------------------------------*/
#gasfeslot .sec-merit {
  padding: 17rem 2rem 10rem;
  position: relative;
}
#gasfeslot .sec-merit:before {
  content: "";
  width: 20rem;
  height: 8rem;
  background: url(/event/gasfes/gasfeslot/assets/img/ico_arrow.png) no-repeat center center/contain;
  position: absolute;
  top: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
}

#gasfeslot .sec-merit .sec-inner {
  max-width: 95rem;
  margin: 0 auto;
  text-align: center;
}

#gasfeslot .sec-merit h2 {
  margin: 0 auto;
}
#gasfeslot .sec-merit ul {
  display: flex;
  flex-wrap: wrap;
  margin: 5rem auto;
}
#gasfeslot .sec-merit li {
  flex: 1 1 100%;
  position: relative;
  text-align: left;
}
#gasfeslot .sec-merit li:nth-of-type(1) {
  flex: 0 0 50%;
  padding-right: 6.5rem;
}
#gasfeslot .sec-merit li:nth-of-type(2) {
  flex: 0 0 40.5rem;
}
#gasfeslot .sec-merit li:nth-of-type(3) {
  margin-top: 8rem;
}
#gasfeslot .sec-merit li:last-of-type {
  margin-top: 5rem;
  padding-top: 2rem;
}

@media screen and (min-width: 2000px) {
  #gasfeslot .sec-merit img {
    width: 100%;
  }
}
@media screen and (min-width: 521px) {
  #gasfeslot .sec-merit,
  #gasfeslot .sec-intro .sec-inner .user {
    display: block !important;
  }
}
@media screen and (max-width: 520px) {
  #gasfeslot .sec-merit {
    display: none;
    padding: 10rem 2rem 5rem;
    background: #fff;
  }
  #gasfeslot .sec-merit:before {
    background: url(/event/gasfes/gasfeslot/assets/img/ico_arrow_sp.png) no-repeat center center/contain;
    right: auto;
    left: 50%;
  }
  #gasfeslot .sec-merit ul {
    margin: 3rem auto;
  }
  #gasfeslot .sec-merit li {
    flex: 1 1 100% !important;
    text-align: center;
    padding-right: 0 !important;
  }
  #gasfeslot .sec-merit li + li {
    margin-top: 2rem !important;
    padding-top: 2rem !important;
  }
}</pre></body></html>