@charset "UTF-8";
#pageTop {
  position: fixed;
  right: 1em;
  bottom: 1em;
  width: 80px;
}

.pagetop {
  position: fixed;
  right: 1.5em;
  bottom: 1.5em;
  z-index: 5;
  width: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.pagetop.show {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .pagetop {
    width: 45px;
    bottom: 56px;
    right: 6px;
  }
}

@media (min-width: 769px) {
  #renewal2022 ._sp {
    display: none !important;
  }
}
@media (max-width: 769px) {
  #renewal2022 ._pc {
    display: none !important;
  }
}
#renewal2022 article .breadcrumb {
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: left;
  letter-spacing: -0.4em;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

#renewal2022 .breadcrumb li {
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 1px;
  color: #343434;
}

#renewal2022 .breadcrumb li a {
  text-decoration: none;
  color: #adadad;
  display: inline;
}

#renewal2022 .breadcrumb li:not(:last-child) {
  margin-right: 5px;
}

#renewal2022 .breadcrumb li:not(:last-child)::after {
  content: "/";
  padding-left: 5px;
  color: #adadad;
}

.wrap-top-btn a {
  position: relative;
  display: block;
  font-size: 0;
  width: 56px;
  height: 56px;
  border-radius: 6px;
  background: #242424;
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.wrap-top-btn a:after {
  content: "";
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
  margin: 0 auto;
}

.wrap-top-btn {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 5;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.wrap-top-btn.scrolled {
  opacity: 1;
}

.pagetop__inner a {
  color: #56B234;
}

@media screen and (min-width: 769px) {
  #renewal2022 ol.breadcrumb {
    padding: 20px;
    max-width: 1280px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #renewal2022 ol.breadcrumb {
    line-height: 0.75;
    padding: 10px;
  }
  .body-top .wrap-top-btn {
    right: 20px;
    bottom: 66px;
  }
  .wrap-top-btn {
    right: 20px;
    bottom: 20px;
  }
}
footer {
  border-top: 1px solid #b9d7ad;
  background: #fff;
  overflow: hidden;
}

/* footer ---------------------------------------*/
#pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
}

#pagetop a {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: inline-block;
  font-size: 13px;
  padding: 25px 10px 10px;
  border-radius: 5px;
  font-weight: bold;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  opacity: 0;
}

#pagetop.is-active a {
  opacity: 1;
}

#pagetop a::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 13px;
}

#footer {
  max-width: 1280px;
  margin: 0 auto;
  padding: 4em 2em 2em;
  font-size: 14px;
}

#footer .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1050px;
  margin: 0 auto 4em;
}

.l-footer-link__item {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #eee;
}

#footer .lalaport {
  width: calc(100% - 300px);
}

#footer .lalaport h3 {
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 10px;
}

#footer .mitsui {
  width: 300px;
}

#footer .mitsui a {
  display: inline-block;
  width: 45%;
}

#footer .mitsui a:first-child {
  margin-right: 8%;
}

#footer .mitsui a img {
  width: 100%;
}

.l-footer-link {
  text-align: center;
  font-size: 0;
}

.l-footer-link__item {
  font-size: 12px;
  display: inline-block;
  margin: 0 5px;
}

.l-footer-copyright {
  text-align: center;
  font-size: 12px;
  display: block;
  padding-top: 20px;
}

/* pcのみ */
@media screen and (min-width: 769px) {
  ._sp {
    display: none !important;
  }
  .spbr {
    display: none;
  }
}
@media screen and (max-width: 770px) {
  ._pc {
    display: none !important;
  }
  /* layout ---------------------------------------*/
  .container {
    background-size: 10%;
    padding: 4vw 3.5vw;
  }
  #footer {
    padding: 2em 0 4em;
  }
  #footer .wrap {
    display: block;
  }
  #footer .lalaport {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  #footer .mitsui {
    width: 300px;
    margin: 0 auto;
  }
}
footer {
  background: #fff;
  z-index: 1;
  position: relative;
}

@media screen and (min-width: 769px) {
  .secWrap {
    width: 100%;
  }
  footer ul li,
  footer ul li a {
    display: inline;
  }
  footer p.copyright {
    color: #888;
    margin: 0 0 2em 0;
  }
}
@media screen and (max-width: 770px) {
  .secWrap {
    margin: 1.5em;
  }
  footer ul li {
    display: block;
  }
  footer p.copyright {
    color: #888;
    margin: 0 0 1em 0;
  }
}
/* footer ---------------------------------------*/
.gotop {
  position: fixed;
  right: 10px;
  bottom: 10px;
}

.gotop a {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: inline-block;
  font-size: 13px;
  padding: 25px 10px 10px;
  border-radius: 5px;
  font-weight: bold;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  opacity: 0;
}

.gotop.is-active a {
  opacity: 1;
}

.gotop a::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 13px;
}

#footer {
  max-width: 1280px;
  margin: 0 auto;
  padding: 4em 2em 2em;
  font-size: 14px;
}

#footer .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1050px;
  margin: 0 auto 4em;
}

.l-footer-link__item {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #eee;
}

#footer .lalaport {
  width: calc(100% - 300px);
}

#footer .lalaport h3 {
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 10px;
}

#footer .mitsui {
  width: 300px;
}

#footer .mitsui a {
  display: inline-block;
  width: 45%;
}

#footer .mitsui a:first-child {
  margin-right: 8%;
}

#footer .mitsui a img {
  width: 100%;
}

.l-footer-link {
  text-align: center;
  font-size: 0;
}

.l-footer-link__item {
  font-size: 12px;
  display: inline-block;
  margin: 0 5px;
}

.l-footer-copyright {
  text-align: center;
  font-size: 12px;
  display: block;
  padding-top: 20px;
}

/* pcのみ */
@media screen and (min-width: 769px) {
  ._sp {
    display: none !important;
  }
  .spbr {
    display: none;
  }
}
@media screen and (max-width: 770px) {
  ._pc {
    display: none !important;
  }
  /* layout ---------------------------------------*/
  .container {
    background-size: 10%;
  }
  #footer {
    padding: 2em 0 4em;
  }
  #footer .wrap {
    display: block;
  }
  #footer .lalaport {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  #footer .mitsui {
    width: 300px;
    margin: 0 auto;
  }
}
.secWrap {
  max-width: 1000px;
  margin: 0 auto;
}

section.caption {
  background: #fff;
  overflow: hidden;
}

/* attention **************************************************/
section.attention {
  text-align: left;
  color: #000;
}

section.attention ul li {
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (min-width: 769px) {
  .visual p {
    top: 12%;
    right: 6%;
    width: 22%;
  }
  .secWrap {
    width: 100%;
  }
  footer ul {
    padding: 0 0 2em;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  footer ul li {
    display: inline-block;
  }
  footer ul li a {
    padding-right: 0.5em;
  }
  footer p.copyright {
    color: #888;
    margin: 2em 0;
  }
}
@media screen and (max-width: 770px) {
  .header-inner {
    margin: 0 1em;
  }
  footer ul li a {
    padding-right: 0.5em;
  }
  .visual p {
    position: absolute;
    top: 6.75%;
    left: 0;
  }
  .secWrap {
    margin: 1.5em;
  }
  section.attention {
    padding: 0 0 3em 0;
  }
  footer {
    padding: 1.5em;
  }
  footer ul {
    padding: 0 0 2em;
  }
  footer ul li {
    display: inline-block;
  }
  footer p.copyright {
    color: #888;
    margin: 0 0 1em 0;
  }
}
footer a {
  color: #333;
}

footer ul.logo {
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer ul.logo img {
  width: 150px;
  margin: 0 0.5em;
}

footer ul.logo li:last-child img {
  width: 250px;
}

@media screen and (max-width: 770px) {
  footer ul.logo {
    text-align: center;
  }
  footer ul.logo li {
    display: inline;
  }
  footer ul.logo li {
    width: 80px;
  }
  footer ul.logo li:last-child {
    width: 50%;
  }
  footer ul.logo li:last-child img {
    width: 75%;
  }
}
/* ft */
.foot_wrap {
  background: #f0f0f0;
}

.foot_wrap .footer_corp {
  background: #fff;
}

@media screen and (min-width: 769px) {
  .foot_wrap ul.foot_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1200px;
    padding: 10px 0;
  }
  .foot_wrap ul.foot_link li {
    width: 20%;
    font-size: 14px;
    text-align: left;
    padding: 4px 0;
  }
  .foot_wrap ul.foot_link li a {
    text-decoration: none;
    color: inherit;
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .footer_corp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
    padding: 30px;
  }
  .footer_corp ul.logo {
    width: 209px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0;
  }
  .footer_corp .foot_group {
    text-align: left;
  }
  .footer_corp .foot_group ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    font-size: 1.1rem;
    padding: 0;
  }
  footer .footer_corp .foot_group ul li {
    font-size: 11px;
    padding-right: 1em;
  }
  footer .footer_corp .foot_group ul li a {
    font-weight: 700;
  }
  footer .footer_corp p.copyright {
    text-align: left;
    color: #4b5253;
    font-size: 11px;
    margin: 20px 0 0 0;
  }
}
@media screen and (max-width: 770px) {
  footer {
    padding: 0;
  }
  footer .foot_link {
    padding: 10px 20px;
  }
  .foot_wrap ul.foot_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .foot_wrap ul.foot_link li {
    width: 49%;
    font-size: 9px;
    text-align: left;
    padding: 4px 0;
  }
  .foot_wrap ul.foot_link li a {
    text-decoration: none;
    color: inherit;
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  footer .footer_corp {
    padding: 30px 30px 70px;
  }
  footer .footer_corp ul.logo {
    text-align: center;
  }
  footer .footer_corp ul.logo li a img {
    width: 420px;
    margin: 0 auto;
  }
  .footer_corp .foot_group ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.1rem;
    margin-top: 20px;
  }
  .footer_corp .foot_group ul li:nth-child(1) {
    width: 100%;
    text-align: center;
  }
  .footer_corp .foot_group ul li a {
    font-size: 11px;
    font-weight: 700;
    padding: 10px 20px;
    display: block;
    text-decoration: none;
  }
  footer .footer_corp p.copyright {
    text-align: center;
    color: #4b5253;
    font-size: 9px;
    margin: 20px 0 0 0;
  }
}
#lazonaEvent {
  --red01: #AD292C;
  --red02: #8F2225;
  --gold01: #D9B766;
  --gold02: #EFE1C0;
  --gold03: #D2AA4B;
  --blue01: #014099;
}
#lazonaEvent img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#lazonaEvent ul,
#lazonaEvent nav,
#lazonaEvent li {
  list-style: none;
}
#lazonaEvent a {
  text-decoration: none;
  cursor: pointer;
}
#lazonaEvent .selif {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#lazonaEvent button {
  border: 0;
  border-radius: 0;
}
#lazonaEvent .Kantumruy_bold {
  font-family: "Kantumruy Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
}
#lazonaEvent .ContentsWrap_inner {
  max-width: 1200px;
  width: 90%;
  display: block;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #lazonaEvent .ContentsWrap_inner {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #lazonaEvent .ContentsWrap_inner.wide100 {
    width: 100%;
  }
}
#lazonaEvent .contents-inner {
  position: relative;
}
#lazonaEvent .contents-inner.inside {
  max-width: 1100px;
}
@media screen and (max-width: 768px) {
  #lazonaEvent .contents-inner {
    width: 100%;
    padding: 0 4%;
  }
}
#lazonaEvent .contentsWrap {
  overflow: hidden;
}
#lazonaEvent .button_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#lazonaEvent .button_area .button_area_inner {
  display: inline-block;
  margin: 0 auto 0px;
}
@media screen and (max-width: 768px) {
  #lazonaEvent .button_area .button_area_inner {
    width: 100%;
  }
}
#lazonaEvent .button_area .button_area_inner .link_txt {
  border-radius: 8px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 30px 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 1;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--gold01);
  border: 1px solid var(--gold01);
  border-radius: 8px;
  width: 450px;
}
@media screen and (max-width: 768px) {
  #lazonaEvent .button_area .button_area_inner .link_txt {
    padding: 19px 0;
    width: 85%;
  }
}
#lazonaEvent .button_area .button_area_inner .link_txt p {
  color: var(--red01);
  text-align: center;
  font-size: 23px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #lazonaEvent .button_area .button_area_inner .link_txt p {
    font-size: min(4.5vw, 20px);
  }
}
#lazonaEvent .button_area .button_area_inner .link_txt::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid var(--red01);
  border-top: 0;
  border-right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  right: 14px;
  top: 42%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #lazonaEvent .button_area .button_area_inner .link_txt::after {
    right: 13px;
  }
}
#lazonaEvent .button_area .button_area_inner .link_txt:hover, #lazonaEvent .button_area .button_area_inner .link_txt:active {
  background-color: white;
  border: 1px solid var(--red01);
  opacity: 1;
}
#lazonaEvent .button_area .button_area_inner .link_txt:hover::after, #lazonaEvent .button_area .button_area_inner .link_txt:active::after {
  -webkit-transform: translateY(7px) rotate(-45deg);
          transform: translateY(7px) rotate(-45deg);
}
#lazonaEvent .button_area .button_area_inner .link_txt:hover p, #lazonaEvent .button_area .button_area_inner .link_txt:active p {
  color: var(--red01);
}
#lazonaEvent .category_title_wrap {
  margin-bottom: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #lazonaEvent .category_title_wrap {
    margin-bottom: 25px;
  }
}
#lazonaEvent .category_title_wrap .category_title {
  color: var(--gold01);
  text-align: center;
  display: inline-block;
  width: 464px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #lazonaEvent .category_title_wrap .category_title {
    width: 100%;
  }
}
#lazonaEvent .category_title_wrap .category_title::before, #lazonaEvent .category_title_wrap .category_title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 12px;
  left: 0;
  background-size: 100% 100%;
}
#lazonaEvent .category_title_wrap .category_title::before {
  background-image: url("../images/category_title_line01.png");
  top: 0%;
}
#lazonaEvent .category_title_wrap .category_title::after {
  background-image: url("../images/category_title_line02.png");
  bottom: 0%;
}
#lazonaEvent .category_title_wrap .category_title .en {
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.05em;
  position: relative;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  #lazonaEvent .category_title_wrap .category_title .en {
    font-size: 40px;
    margin-top: 32px;
  }
}
#lazonaEvent .category_title_wrap .category_title .en::before {
  position: absolute;
  content: "";
  background-image: url(../images/titleDeco01.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 50px;
  height: 16px;
  top: 59%;
  left: 0px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media screen and (max-width: 768px) {
  #lazonaEvent .category_title_wrap .category_title .en::before {
    width: 37px;
    height: 14px;
  }
}
#lazonaEvent .category_title_wrap .category_title .en::after {
  position: absolute;
  content: "";
  background-image: url(../images/titleDeco02.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 50px;
  height: 16px;
  top: 59%;
  right: 0px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media screen and (max-width: 768px) {
  #lazonaEvent .category_title_wrap .category_title .en::after {
    width: 37px;
    height: 14px;
  }
}
#lazonaEvent .category_title_wrap .category_title .ja {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.6em;
  margin: 11px auto 20px;
}
@media screen and (max-width: 768px) {
  #lazonaEvent .category_title_wrap .category_title .ja {
    font-size: 14px;
    margin: 5px auto 25px;
  }
}
#lazonaEvent .eventTitle {
  color: var(--gold02);
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 43px;
}
@media screen and (max-width: 768px) {
  #lazonaEvent .eventTitle {
    font-size: min(6.8vw, 42px);
    margin-bottom: 23px;
  }
}
#lazonaEvent .eventTitle.add_sub {
  line-height: 1;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  #lazonaEvent .eventTitle.add_sub {
    margin-bottom: 30px;
  }
}
#lazonaEvent .eventTitle .sub {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  #lazonaEvent .eventTitle .sub {
    font-size: min(4.8vw, 24px);
  }
}
#lazonaEvent .categoryWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}
#lazonaEvent .categoryWrap .list {
  background-color: white;
}
#lazonaEvent .categoryWrap .list.opacity_base {
  background-color: initial;
  position: relative;
}
#lazonaEvent .categoryWrap .list.opacity_base::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.7;
}
#lazonaEvent .categoryWrap .list.opacity_base .opacity_base_inner {
  position: relative;
  z-index: 1;
}
#lazonaEvent .contents_box {
  padding: 35px 5%;
}
@media screen and (max-width: 768px) {
  #lazonaEvent .contents_box {
    padding: 30px 5%;
  }
}
#lazonaEvent .leadtxtWrap {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #lazonaEvent .leadtxtWrap {
    margin-bottom: 13px;
  }
}
#lazonaEvent .leadtxtWrap.wrap02 {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #lazonaEvent .leadtxtWrap.wrap02 {
    margin-bottom: 20px;
  }
}
#lazonaEvent .leadtxt {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #lazonaEvent .leadtxt {
    font-size: min(3.7vw, 14px);
  }
}
#lazonaEvent .exWrap {
  margin-bottom: 20px;
}
#lazonaEvent .ex00 {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  #lazonaEvent .ex00 {
    font-size: 16px;
  }
}
#lazonaEvent .ex01 {
  color: #000;
  font-size: 14px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  #lazonaEvent .ex01 {
    font-size: min(3.7vw, 14px);
    margin-bottom: 10px;
  }
}
#lazonaEvent .ex01.center {
  text-align: center;
}
#lazonaEvent .ex02 {
  color: #000;
  font-size: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #lazonaEvent .ex02 {
    font-size: min(3.5vw, 12px);
  }
}
#lazonaEvent .marker01 {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #EDF7FD), color-stop(100%, #EDF7FD), to(transparent));
  background: linear-gradient(transparent 0%, #EDF7FD 0%, #EDF7FD 100%, transparent 100%);
}
#lazonaEvent .caution_box01 {
  margin-top: 10px;
}
#lazonaEvent .caution {
  color: #000;
  font-size: 10px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #lazonaEvent .caution {
    font-size: 10px;
  }
}
#lazonaEvent .caution.center {
  text-align: center;
}
#lazonaEvent .caution.multiple {
  line-height: 1.4;
  letter-spacing: 0.01em;
}
#lazonaEvent .dayTxt {
  margin-bottom: 25px;
}
#lazonaEvent .profileBox {
  border: 1px solid #000;
  padding: 20px 5%;
}
#lazonaEvent .profileBox .ex02 {
  text-align: justify;
}
#lazonaEvent .profileBox--name {
  color: var(--blue01);
  font-size: 14px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  #lazonaEvent .profileBox--name {
    font-size: min(3.7vw, 14px);
  }
}
#lazonaEvent .profileBox--linkWrap {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px;
}
#lazonaEvent .profileBox--linkWrap .list .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
#lazonaEvent .profileBox--linkWrap .list .linkIcon {
  width: 20px;
}
#lazonaEvent .profileBox--linkWrap .list .profileBox--txt {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 350;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #lazonaEvent .profileBox--linkWrap .list .profileBox--txt {
    font-size: 10px;
  }
}
#lazonaEvent .LineUp_wrap_Box {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #lazonaEvent .LineUp_wrap_Box {
    margin-bottom: 20px;
  }
}
#lazonaEvent .LineUp_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5%;
}
#lazonaEvent .catchCopy_wrap {
  text-align: center;
  margin-bottom: 12px;
}
#lazonaEvent .catchCopy_wrap--sub {
  color: var(--blue01);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
#lazonaEvent .catchCopy_wrap--main {
  color: var(--blue01);
  text-align: center;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
#lazonaEvent #Campaign,
#lazonaEvent #Event {
  padding-block: 70px 50px;
}
#lazonaEvent #Shop {
  padding-block: 70px 0px;
}
#lazonaEvent .sp_nav_box {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1;
}
#lazonaEvent .sp_nav_box .sp_nav_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#lazonaEvent .js_appearance {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.4s ease, transform 0.5s ease;
  transition: opacity 0.4s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
#lazonaEvent .js_appearance.is-show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#lazonaEvent .contents_title01 {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}
#lazonaEvent .CampaignTitle {
  position: relative;
  display: block;
}
#lazonaEvent .paren01 {
  margin-left: -4px;
}
@media screen and (max-width: 768px) {
  #lazonaEvent .paren01 {
    margin-left: -2px;
  }
}
#lazonaEvent .paren02 {
  margin-right: -4px;
}
@media screen and (max-width: 768px) {
  #lazonaEvent .paren02 {
    margin-right: -2px;
  }
}
#lazonaEvent #renewal2022 a,
#lazonaEvent #renewal2022 button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#lazonaEvent #renewal2022 a:hover,
#lazonaEvent #renewal2022 button:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  #lazonaEvent .PC-only {
    display: none !important;
  }
}
#lazonaEvent .sp-only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  #lazonaEvent .sp-only {
    display: block !important;
  }
}
#lazonaEvent .tab-only {
  display: none !important;
}
@media screen and (max-width: 1080px) {
  #lazonaEvent .tab-only {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  #lazonaEvent .tab-only {
    display: none !important;
  }
}

@media (min-width: 769px) {
  body {
    min-width: inherit;
  }
}

#main.main_contents {
  min-width: inherit;
  width: 100%;
}
@media (min-width: 769px) {
  #main.main_contents {
    min-width: inherit;
  }
}

#KV {
  background-color: white;
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #KV {
    padding-bottom: 10px;
  }
}
#KV .topMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5%;
}
@media screen and (max-width: 768px) {
  #KV .topMenu {
    margin-bottom: 0px;
  }
}
#KV .topMenu__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  max-width: 1200px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  #KV .topMenu__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#KV .topMenu .topMenu_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.subject_rogoWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5%;
  row-gap: 15px;
}
.subject_rogoWrap .rogo {
  width: 47.5%;
}

.campaign_bottom_caution {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 40px;
}

.mainTitle {
  display: block;
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mainTitle {
    margin-bottom: 17px;
  }
}

.eventCondition {
  margin-bottom: 30px;
}

.summerEvent_box {
  padding-top: 60px;
}
.summerEvent_box .summer_eventTitle {
  padding-bottom: 15px;
}

#lazonaEvent #menu .contents-inner {
  background-color: #dadada;
  padding: 100px 20px 70px;
}
@media screen and (max-width: 768px) {
  #lazonaEvent #menu .contents-inner {
    padding: 70px 4% 60px;
  }
}
#lazonaEvent #menu .contents-inner .ticket_count_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 54px;
  gap: 1%;
}
@media screen and (max-width: 768px) {
  #lazonaEvent #menu .contents-inner .ticket_count_wrap {
    margin-bottom: 30px;
  }
}
#lazonaEvent #menu .contents-inner .ticket_count_wrap .ticketVisual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}
@media screen and (max-width: 768px) {
  #lazonaEvent #menu .contents-inner .ticket_count_wrap .ticketVisual {
    gap: 7px;
  }
}
#lazonaEvent #menu .contents-inner .ticket_count_wrap .ticketVisual img {
  display: block;
  width: 65px;
}
@media screen and (max-width: 768px) {
  #lazonaEvent #menu .contents-inner .ticket_count_wrap .ticketVisual img {
    width: 40px;
  }
}
#lazonaEvent #menu .contents-inner .ticket_count_wrap .txt {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #lazonaEvent #menu .contents-inner .ticket_count_wrap .txt {
    font-size: min(3.3vw, 14px);
    width: calc(100% - 87px - 18px - 2%);
  }
}
#lazonaEvent #menu .contents-inner .ticket_count_wrap .txt.dot {
  width: 22px;
}
@media screen and (max-width: 768px) {
  #lazonaEvent #menu .contents-inner .ticket_count_wrap .txt.dot {
    width: 18px;
  }
}
#lazonaEvent #menu .contents-inner .menuWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5%;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  #lazonaEvent #menu .contents-inner .menuWrap {
    gap: 7%;
    row-gap: 16px;
  }
}
#lazonaEvent #menu .contents-inner .menuWrap .menu {
  width: 47.5%;
}
@media screen and (max-width: 768px) {
  #lazonaEvent #menu .contents-inner .menuWrap .menu {
    width: 46.5%;
  }
}

#lazonaEvent {
  /* モーダル（矢印遷移付き）ここから */
  /* 後で復帰 （モーダル） */
  /* 後で復帰 （モーダル）ここまで */
}
#lazonaEvent .js-modal-open {
  cursor: pointer;
}
#lazonaEvent .modal-wrapper {
  display: none;
}
#lazonaEvent .modal-content {
  display: none;
}
#lazonaEvent .modal-wrapper {
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(25, 24, 24, 0.8);
  z-index: 1000;
  overflow: hidden;
}
#lazonaEvent .modal-wrapper .view-window {
  position: relative;
  height: 100vh;
  overflow: scroll;
}
#lazonaEvent .modal-wrapper .modal-content-wrapper {
  max-width: 550px;
  width: 90%;
  max-height: 90vh;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (max-width: 768px) {
  #lazonaEvent .modal-wrapper .modal-content-wrapper {
    max-width: 400px;
    aspect-ratio: unset;
    overflow: auto;
    translate: -50% -50%;
    top: 45%;
  }
}
#lazonaEvent .modal-wrapper .modal-content-wrapper #modal-container .modal-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#lazonaEvent .modal-wrapper.is-kv .modal-content-wrapper {
  max-width: 1200px;
  max-width: 1050px;
}
@media screen and (max-width: 768px) {
  #lazonaEvent .modal-wrapper.is-kv .modal-content-wrapper {
    position: absolute;
    top: 45%;
    left: 50%;
    translate: -50% -50%;
    margin-top: 0;
    overflow: visible;
  }
}
#lazonaEvent .modal-wrapper.is-kv .btn-close {
  right: 10px;
  top: 10px;
}
@media screen and (max-width: 768px) {
  #lazonaEvent .modal-wrapper.is-kv .btn-close {
    right: -1px;
    top: -48px;
  }
  #lazonaEvent .modal-wrapper.is-kv .btn-close .blackArrow {
    display: none;
  }
  #lazonaEvent .modal-wrapper.is-kv .btn-close::before {
    position: absolute;
    content: "";
    background-image: url("../images/selection_modal_close_wh.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
  }
}
#lazonaEvent .modal-wrapper .btn-close {
  width: 44px;
  height: 44px;
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 20;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #lazonaEvent .modal-wrapper .btn-close {
    width: 40px;
    height: 40px;
    right: 10px;
    top: 10px;
  }
}
#lazonaEvent .modal-wrapper .btn-prev,
#lazonaEvent .modal-wrapper .btn-next {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  z-index: 20;
  cursor: pointer;
  z-index: 100;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media screen and (max-width: 768px) {
  #lazonaEvent .modal-wrapper .btn-prev,
  #lazonaEvent .modal-wrapper .btn-next {
    width: 25px;
    height: 25px;
    top: auto;
    bottom: -35px;
    -webkit-transform: none;
            transform: none;
  }
}
#lazonaEvent .modal-wrapper .btn-prev {
  left: -38px;
}
@media screen and (max-width: 768px) {
  #lazonaEvent .modal-wrapper .btn-prev {
    left: 24%;
  }
}
#lazonaEvent .modal-wrapper .btn-next {
  right: -38px;
}
@media screen and (max-width: 768px) {
  #lazonaEvent .modal-wrapper .btn-next {
    right: 24%;
  }
}
#lazonaEvent .modal-wrapper .btn-prev.is-hidden,
#lazonaEvent .modal-wrapper .btn-next.is-hidden {
  display: none !important;
}
#lazonaEvent .visual {
  display: block;
  margin-bottom: 13px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #lazonaEvent .visual {
    margin-bottom: 12px;
  }
}
#lazonaEvent .visual.thumb::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url("../images/modalButton01.svg");
  background-size: 100% 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  bottom: 10px;
  right: 10px;
}
@media screen and (max-width: 768px) {
  #lazonaEvent .visual.thumb::after {
    width: 28px;
    height: 28px;
  }
}
#lazonaEvent .visual.thumb:hover::after {
  background-image: url("../images/modalButton02.svg");
}
#lazonaEvent .infoWrap {
  width: 100%;
}
#lazonaEvent .shop {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  width: 100%;
  border-bottom: 1px solid white;
  padding-bottom: 11px;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  #lazonaEvent .shop {
    font-size: min(3.4vw, 14px);
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
#lazonaEvent .thumb .shop {
  border-bottom: 0;
  padding-bottom: 0px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  #lazonaEvent .thumb .shop {
    margin-bottom: 13px;
    line-height: 1.3;
  }
}
#lazonaEvent .name_wrap {
  margin-bottom: 20px;
  position: relative;
}
#lazonaEvent .name_wrap .ticketVisual {
  position: absolute;
  width: 65px;
  top: 3px;
  right: 0px;
}
@media screen and (max-width: 768px) {
  #lazonaEvent .name_wrap .ticketVisual {
    width: 55px;
  }
}
#lazonaEvent .name {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #lazonaEvent .name {
    font-size: min(3.9vw, 18px);
    margin-bottom: 3px;
  }
}
#lazonaEvent .modal-content-wrapper .name {
  width: calc(100% - 80px);
}
@media screen and (max-width: 768px) {
  #lazonaEvent .modal-content-wrapper .name {
    width: calc(100% - 65px);
  }
}
#lazonaEvent .price {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #lazonaEvent .price {
    font-size: min(3.9vw, 18px);
    letter-spacing: 0.03em;
  }
}
#lazonaEvent .price.sub {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  #lazonaEvent .price.sub {
    font-size: min(3.3vw, 13px);
  }
}
#lazonaEvent .price .yen {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #lazonaEvent .price .yen {
    font-size: min(3.4vw, 14px);
  }
}
#lazonaEvent .modal-main .visual {
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  #lazonaEvent .modal-main .shop {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #lazonaEvent .modal-main .name {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #lazonaEvent .modal-main .price {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #lazonaEvent .modal-main .price.sub {
    font-size: min(3.3vw, 13px);
  }
}
@media screen and (max-width: 768px) {
  #lazonaEvent .modal-main .ex {
    font-size: 16px;
  }
}

#renewal2022 #lazonaEvent .AC_wrap {
  margin-top: 40px;
}
#renewal2022 #lazonaEvent .AC_wrap .button_area .button_area_inner {
  margin-bottom: 30px;
}
#renewal2022 #lazonaEvent .AC_wrap .button_area .button_area_inner .link_txt::after {
  width: 16px;
  height: 16px;
  position: absolute;
  content: "";
  border: 0;
  background-image: url("../images/ac_btn01.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transform-origin: inherit;
          transform-origin: inherit;
  border: 0 !important;
  top: 50%;
}
#renewal2022 #lazonaEvent .AC_wrap .button_area .button_area_inner .link_txt.is-open::after {
  background-image: url("../images/ac_btn02.svg");
  border: 0;
}
#renewal2022 #lazonaEvent .AC_wrap .button_area .button_area_inner .link_txt.js_AC_close::after {
  background-image: url("../images/ac_btn02.svg");
}
#renewal2022 #lazonaEvent .AC_wrap .AC_contetns {
  display: none;
}
#renewal2022 #lazonaEvent .AC_wrap .js_AC_close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
#renewal2022 #lazonaEvent .AC_wrap .js_AC_close img {
  display: block;
  width: 20px;
  margin-bottom: 2px;
}
#renewal2022 #lazonaEvent .AC_wrap .js_AC_close .txt {
  color: var(--gold01);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  margin: 7px auto 0;
}
#renewal2022 #lazonaEvent .AC_wrap .js_AC {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#renewal2022 #lazonaEvent .AC_wrap .js_AC.is-open {
  opacity: 0;
  visibility: hidden;
}

#renewal2022 {
  /* ===== NAV SECTION ===== */
  /* ===== NAV BUTTONS ===== */
  /* ===== CAMPAIGN BANNER ===== */
  /* ===== SECTION CONTENT WRAPPER ===== */
  /* ===== CALENDAR ===== */
  /* ===== EVENT SECTION ===== */
}
#renewal2022 #js_fixed {
  position: relative;
}
#renewal2022 #js_fixed .sideBG {
  position: absolute;
  height: calc(100vh - 150px);
}
#renewal2022 #js_fixed .sideBG.side00 {
  width: 100%;
}
#renewal2022 #js_fixed .sideBG.side01 {
  width: calc((100% - 500px) / 2);
}
#renewal2022 #js_fixed .sideBG.side02 {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top;
  width: calc((100% - 450px) / 2);
  width: calc((100% - 500px) / 2);
  left: auto !important;
  right: 0;
}
#renewal2022 .GlobalNav {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 370px;
}
@media screen and (max-width: 1400px) {
  #renewal2022 .GlobalNav {
    width: 79%;
  }
}
#renewal2022 .GlobalNav--tag {
  position: absolute;
  width: 158px;
  top: -130px;
  left: -18px;
}
@media screen and (max-width: 1300px) {
  #renewal2022 .GlobalNav--tag {
    width: 8vw;
    top: -6vw;
  }
}
#renewal2022 .GlobalNav .GlobalNav__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5%;
  row-gap: 27px;
}
#renewal2022 .GlobalNav .GlobalNav__wrap .GlobalNav__list {
  width: 47.5%;
}
#renewal2022 .all_rightBG_illust {
  position: absolute;
  bottom: 35px;
  right: 0;
  pointer-events: none;
  width: 436px;
}
@media screen and (max-width: 1300px) {
  #renewal2022 .all_rightBG_illust {
    width: 70%;
  }
}
@media screen and (max-height: 1000px) {
  #renewal2022 .all_rightBG_illust {
    width: auto;
    height: 29vh;
  }
}
#renewal2022 .allBG_line {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 100%;
  width: 3000px;
  height: auto;
  pointer-events: none;
  z-index: 1;
}
#renewal2022 .allBG_line.line02 {
  bottom: 0;
}
#renewal2022 .all_container {
  max-width: 400px;
  max-width: 500px;
  margin: 0 auto;
  background: white;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 768px) {
  #renewal2022 .all_container {
    max-width: inherit;
    margin: inherit;
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
  }
}
#renewal2022 .all_leftBG {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
}
#renewal2022 .nav-section {
  background: #888;
  border: 2px solid #333;
  padding: 10px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
#renewal2022 .nav-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
}
#renewal2022 .nav-btn {
  background: white;
  border: none;
  padding: 30px 15px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 13px;
  color: #333;
  font-weight: 600;
  line-height: 1.4;
}
#renewal2022 .nav-btn:hover {
  background: #f9f9f9;
}
#renewal2022 .nav-btn-label {
  display: block;
  font-size: 11px;
  color: #666;
  margin-top: 3px;
  font-weight: 400;
}
#renewal2022 .nav-btn-icon {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #999;
  margin-top: 5px;
}
#renewal2022 .campaign-banner {
  background: white;
  padding: 20px;
  margin: 0;
  border: none;
  text-align: center;
}
#renewal2022 .campaign-banner-title {
  font-size: 14px;
  color: #333;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}
#renewal2022 .campaign-banner-text {
  font-size: 12px;
  color: #333;
  line-height: 1.6;
  text-align: center;
}
#renewal2022 .section-content-wrapper {
  padding-left: 5%;
  padding-right: 5%;
}
#renewal2022 .calendar-section {
  background-color: white;
  padding-top: 30px;
  padding-bottom: 60px;
}
#renewal2022 .section-title {
  text-align: center;
  margin-bottom: 40px;
}
#renewal2022 .section-title .en {
  margin-bottom: 20px;
}
#renewal2022 .section-title .ja {
  color: #000;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #renewal2022 .section-title .ja {
    font-size: 16px;
  }
}
#renewal2022 .event-section {
  background: #fafafa;
}
#renewal2022 .event-section-title {
  padding: 30px 20px 20px;
  background: white;
  margin: 0;
}
#renewal2022 .event-card {
  background: white;
  border: 1px solid #989898;
  padding-bottom: 20px;
  margin-bottom: 0;
}
#renewal2022 .event-card.no-padding {
  padding-bottom: 0px;
}
#renewal2022 .event-image-wrapper {
  position: relative;
}
#renewal2022 .event-image-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  color: #999;
}
#renewal2022 .event-date-header {
  position: relative;
}
#renewal2022 .event-brand {
  position: relative;
  margin-bottom: 30px;
}
#renewal2022 .event-brand .eventBrand_rogo {
  position: relative;
  z-index: 1;
}
#renewal2022 .event-brand .eventAttention {
  position: absolute;
  width: 56px;
  right: -11px;
  bottom: -37px;
}
#renewal2022 .event-brand .eventAttention.Attention02 {
  bottom: inherit;
  top: -22px;
  right: -8px;
}
#renewal2022 .event-brand.brand02 {
  margin-top: 10px;
}
#renewal2022 .event-title {
  font-size: 18px;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 10px;
}
#renewal2022 .event-free-badge {
  display: inline-block;
  border: 2px solid #333;
  border-radius: 50%;
  padding: 5px 8px;
  font-size: 10px;
  font-weight: 600;
  color: #333;
  margin-left: 10px;
}
#renewal2022 .event-details {
  font-size: 12px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 15px;
}
#renewal2022 .event-info-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  margin-bottom: 6px;
}
#renewal2022 .event-info-table.table_02 .event-detail-label {
  width: 35%;
  padding: 3px 0px 2px;
}
#renewal2022 .event-info-table.table_02 .event-detail-value {
  width: calc(100% - 7px - 35%);
  white-space: nowrap;
}
#renewal2022 .event-info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#renewal2022 .event-detail-label {
  background: white;
  padding: 3px 12px 2px;
  border: 1px solid #333;
  min-width: 80px;
  min-width: 87px;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  color: #1E1E1E;
  text-align: center;
  font-size: 12px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #renewal2022 .event-detail-label {
    min-width: 85px;
    font-size: min(3.5vw, 12px);
    font-size: min(3.6vw, 13px);
  }
}
#renewal2022 .event-detail-label.label02 {
  padding: 7px 12px 5px;
}
#renewal2022 .event-detail-label.txtCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#renewal2022 .event-detail-value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #000;
  font-size: 14px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  #renewal2022 .event-detail-value {
    font-size: min(3.5vw, 12px);
    font-size: min(3.7vw, 14px);
  }
}
#renewal2022 .event-detail-value.value02 {
  margin-top: 7px;
}
#renewal2022 .event-detail-value .little01 {
  font-size: 80%;
}
#renewal2022 .event02_caution_wrap {
  margin-top: 20px;
}
#renewal2022 .campaign01_caution_wrap01 {
  margin-top: 15px;
}
#renewal2022 .ChanceCopy {
  width: 85%;
  display: block;
  margin: 34px auto 22px;
}

.calendar {
  position: relative;
}
.calendar img {
  width: 100%;
  height: auto;
  display: block;
}

.calendar_link_wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.calendar_link_wrap .list {
  position: absolute;
  pointer-events: auto;
}
.calendar_link_wrap .list a {
  display: block;
  width: 100%;
  height: 100%;
}
.calendar_link_wrap .list:hover {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.calendar_link_wrap .list01 {
  top: 5.9%;
  left: 0.2%;
  width: 100%;
  height: 2.8%;
}
.calendar_link_wrap .list02 {
  top: 13.1%;
  left: 0.1%;
  width: 100%;
  height: 2.6%;
}
.calendar_link_wrap .list03 {
  top: 17.4%;
  left: 55%;
  width: 20%;
  height: 2.5%;
}
.calendar_link_wrap .list04 {
  top: 21.7%;
  left: 42%;
  width: 58%;
  height: 2.7%;
}
.calendar_link_wrap .list05 {
  top: 26%;
  left: 54%;
  width: 46%;
  height: 2.7%;
}
.calendar_link_wrap .list06 {
  top: 37.8%;
  left: 0%;
  width: 100%;
  height: 2.9%;
}
.calendar_link_wrap .list07 {
  top: 42.2%;
  left: 0%;
  width: 100%;
  height: 2.7%;
}
.calendar_link_wrap .list08 {
  top: 46.4%;
  left: 0%;
  width: 100%;
  height: 2.6%;
}
.calendar_link_wrap .list09 {
  top: 50.7%;
  left: 53%;
  width: 47%;
  height: 3.9%;
}
.calendar_link_wrap .list10 {
  top: 58.9%;
  left: 0%;
  width: 100%;
  height: 2.9%;
}
.calendar_link_wrap .list11 {
  top: 63.1%;
  left: 0%;
  width: 100%;
  height: 2.9%;
}
.calendar_link_wrap .list12 {
  top: 67.2%;
  left: 0%;
  width: 100%;
  height: 2.7%;
}
.calendar_link_wrap .list13 {
  top: 71.5%;
  left: 0.1%;
  width: 43%;
  height: 2.9%;
}
.calendar_link_wrap .list14 {
  top: 74.2%;
  left: 53%;
  width: 51%;
  height: 2.7%;
}
.calendar_link_wrap .list15 {
  top: 78.2%;
  left: 53%;
  width: 51%;
  height: 2.4%;
}
.calendar_link_wrap .list16 {
  top: 82%;
  left: 53%;
  width: 51%;
  height: 4.2%;
}
.calendar_link_wrap .list17 {
  top: 89.9%;
  left: 0.2%;
  width: 46%;
  height: 4.7%;
}
.calendar_link_wrap .list18 {
  top: 29.2%;
  left: 52%;
  width: 48%;
  height: 5.9%;
}

#renewal2022 {
  /* ===== INSTRUCTOR ===== */
  /* ===== CTA BUTTON ===== */
  /* ===== CTA BUTTON ===== */
  /* ===== SHOP GIFTS ===== */
  /* ===== ACTIVITIES ===== */
  /* ===== FOOTER ===== */
  /* ===== CALENDAR FOOTER NOTE ===== */
  /* ===== EVENT SECTION ===== */
  /* ===== INSTRUCTOR SECTION ===== */
  /* ===== SPECIAL OFFER ===== */
  /* ===== CTA SECTION ===== */
  /* ===== EVENT BRAND SPAN ===== */
  /* ===== CAMPAIGN PERIOD ===== */
  /* ===== ACTIVITY SUBTITLE ===== */
  /* ===== ACTIVITY ICON ===== */
  /* ===== ACTIVITY FULL WIDTH ===== */
  /* ===== FOOTER SECTION ===== */
  /* ===== UTILITY ===== */
}
#renewal2022 .instructor-section {
  padding: 30px 20px;
  background: #fafafa;
}
#renewal2022 .instructor-card {
  background: white;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
#renewal2022 .instructor-image {
  width: 80px;
  height: 95px;
  background: #e0e0e0;
  border-radius: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#renewal2022 .instructor-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#renewal2022 .instructor-name {
  font-size: 13px;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 5px;
}
#renewal2022 .instructor-desc {
  font-size: 11px;
  color: #666;
  line-height: 1.6;
}
#renewal2022 .cta-btn {
  background: var(--blue01);
  color: white;
  border: 2px solid var(--blue01);
  padding: 15px 42px;
  border-radius: 30px;
  font-size: 15px;
  white-space: nowrap;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  width: 310px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  position: relative;
}
@media screen and (max-width: 768px) {
  #renewal2022 .cta-btn {
    padding: 15px 40px;
    font-size: 13px;
    width: 280px;
  }
}
#renewal2022 .cta-btn:hover {
  background: white;
  color: var(--blue01);
  border-color: var(--blue01);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#renewal2022 .cta-btn:active {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
#renewal2022 .cta-btn-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
#renewal2022 .cta-btn-arrow {
  position: absolute;
  right: 10%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
#renewal2022 .cta-btn:hover .cta-btn-arrow {
  border-right: 1px solid var(--blue01);
  border-bottom: 1px solid var(--blue01);
  -webkit-transform: translateX(5px) translateY(-50%) rotate(-45deg);
          transform: translateX(5px) translateY(-50%) rotate(-45deg);
}
#renewal2022 .cta-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: linear-gradient(135deg, #c41e3a 0%, #a01830 100%);
  color: white;
  padding: 15px 20px;
  border: none;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  margin: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#renewal2022 .cta-button:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(196, 30, 58, 0.3);
          box-shadow: 0 4px 12px rgba(196, 30, 58, 0.3);
}
#renewal2022 .cta-button::after {
  content: "→";
  margin-left: 8px;
}
#renewal2022 #Shop {
  background-image: url("../images/shopBG.jpg");
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: top;
}
#renewal2022 .shop-gifts {
  padding-top: 30px;
  padding-bottom: 30px;
}
#renewal2022 .shopIntro_box {
  margin-bottom: 30px;
}
#renewal2022 .shop-gifts-lead {
  margin-bottom: 30px;
  text-align: center;
}
#renewal2022 .shop-gifts-header {
  margin-bottom: 15px;
}
#renewal2022 .shop-gifts-event {
  font-size: 22px;
  font-weight: 600;
  color: #2c2c2c;
}
#renewal2022 .shop-gifts-label {
  font-size: 11px;
  color: #999;
  margin-left: 8px;
  font-weight: 400;
}
#renewal2022 .shop-gifts-period {
  font-size: 22px;
  color: #333;
  margin-bottom: 12px;
  font-weight: 500;
}
#renewal2022 .shop-gifts-day {
  font-size: 11px;
  color: #666;
  margin: 0 2px;
}
#renewal2022 .shop-gifts-subtitle {
  font-size: 22px;
  font-weight: 600;
  color: #2c2c2c;
  margin-bottom: 10px;
}
#renewal2022 .shop-gifts-description {
  font-size: 12px;
  color: #333;
  line-height: 1.6;
  margin: 0;
}
#renewal2022 .shop-gifts-note {
  font-size: 11px;
  color: #999;
}
#renewal2022 .gift-card {
  background: white;
}
#renewal2022 .gift-card .caution {
  line-height: 1.4;
}
#renewal2022 .gift-card_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
#renewal2022 .gift-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
  margin: 0px 3%;
  padding-top: 20px;
  padding-bottom: 13px;
}
#renewal2022 .gift-header .gift-header-left,
#renewal2022 .gift-header .gift-header-right {
  width: 50%;
}
#renewal2022 .gift-header-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #bbb;
}
#renewal2022 .gift-logo {
  max-width: 150px;
  width: 100%;
}
#renewal2022 .gift-header-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
#renewal2022 .gift-location {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.05em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #renewal2022 .gift-location {
    font-size: 12px;
  }
}
#renewal2022 .gift-shop-name {
  font-size: 18px;
  font-weight: 700;
  color: #2c2c2c;
}
@media screen and (max-width: 768px) {
  #renewal2022 .gift-shop-name {
    font-size: 16px;
  }
}
#renewal2022 .gift-badge {
  background: #ffe0e6;
  color: #c41e3a;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 9px;
  font-weight: 600;
}
#renewal2022 .gift-content {
  padding: 27px 20px 22px;
  text-align: center;
}
#renewal2022 .gift-description {
  color: #1E1E1E;
  text-align: center;
  font-size: 14px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #renewal2022 .gift-description {
    font-size: min(3.7vw, 14px);
  }
}
#renewal2022 .gift-benefit {
  color: #1285C5;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #renewal2022 .gift-benefit {
    font-size: min(6vw, 25px);
  }
}
#renewal2022 .gift-benefit.txt02 {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  #renewal2022 .gift-benefit.txt02 {
    font-size: min(5vw, 22px);
  }
}
#renewal2022 .gift-benefit .big {
  font-size: 40px;
  font-weight: 700;
}
#renewal2022 .gift-benefit .little {
  font-size: 16px;
}
#renewal2022 .gift-card_bottom {
  margin-top: 30px;
}
#renewal2022 .gift-card_bottom .caution_txt {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 350;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
#renewal2022 .gift-card_bottom.gift-card_bottom-02 {
  padding-inline: 5%;
  padding-block: 30px;
  background-color: #fff;
}
#renewal2022 .gift-card_bottom.gift-card_bottom-02 .caution_txt {
  letter-spacing: -0.001em;
}
#renewal2022 .activities-section {
  padding: 30px 20px;
  background: white;
}
#renewal2022 .recommend-items-subtitle {
  font-size: 16px;
  font-weight: 700;
  color: #2c2c2c;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.6;
}
#renewal2022 #Recommend {
  background-image: url(../images/recommendBG.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top;
  padding-block: 20px;
  background-color: rgb(196, 196, 196);
}
#renewal2022 #Recommend .Recommend_contents {
  background-color: white;
  padding-block: 40px;
}
#renewal2022 #Recommend .recommend-items-image {
  max-width: 300px;
  width: 80%;
  display: block;
  margin: 0 auto 20px;
}
#renewal2022 .lazonaEvent_footer {
  background: #2c2c2c;
  color: white;
  padding: 30px 20px;
  font-size: 11px;
  line-height: 1.8;
}
#renewal2022 .footer-note {
  margin-bottom: 20px;
  color: #ccc;
}
#renewal2022 .footer-divider {
  border-top: 1px solid #444;
  margin: 20px 0;
}
#renewal2022 .footer-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 20px;
}
#renewal2022 .footer-image-placeholder {
  background: #444;
  aspect-ratio: 1;
  border-radius: 8px;
}
#renewal2022 .calendar-note {
  font-size: 11px;
  color: #999;
  text-align: center;
  margin-top: 8px;
}
#renewal2022 .event-section-wrapper {
  background: #ffffff;
  padding-bottom: 0;
}
#renewal2022 .event-image-header {
  position: relative;
  background: #2c2c2c;
  color: white;
  padding: 0;
}
#renewal2022 .event-description-wrapper {
  padding: 0 20px;
}
#renewal2022 .event_map {
  display: block;
  margin: 20px auto 0;
  width: 91%;
}
#renewal2022 .instructor-wrapper {
  margin-top: 60px;
  background: white;
  border: 1px solid black;
  padding: 0px 5% 20px;
  text-align: center;
}
#renewal2022 .instructor-title {
  background-color: white;
  text-align: center;
  margin-top: -14px;
  margin-bottom: 32px;
  display: inline-block;
}
#renewal2022 .instructor-title .en {
  width: 150px;
  display: inline-block;
  margin: 0px auto 6px;
  padding: 0 10px 0;
}
#renewal2022 .instructor-title .ja {
  font-size: 12px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #renewal2022 .instructor-title .ja {
    font-size: 10px;
  }
}
#renewal2022 .instructor-item_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
  position: relative;
}
#renewal2022 .instructor-item_wrap .instructor-item {
  position: relative;
}
#renewal2022 .instructor-item_wrap .instructor-item:first-of-type::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -20px;
  background-color: #C1C1C1;
  width: 100%;
  height: 1px;
}
#renewal2022 .instructor-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#renewal2022 .instructor-photo {
  width: 103px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#renewal2022 .instructor-details {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#renewal2022 .instructor-item-name {
  width: 60%;
  max-width: 88px;
  margin-bottom: 10px;
}
#renewal2022 .instructor-item-text {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.04em;
  text-align: left;
}
#renewal2022 .special-offer {
  background: #ddd;
  padding: 30px 20px;
  text-align: center;
  margin: 0;
}
#renewal2022 .special-offer-box {
  background: #2c2c2c;
  color: white;
  padding: 15px 20px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
}
#renewal2022 .cta-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#renewal2022 .cta-wrapper.topMargin {
  margin-top: 25px;
}
#renewal2022 .event-brand-text {
  font-weight: 600;
}
#renewal2022 .campaign-period {
  font-size: 12px;
  color: #999;
}
#renewal2022 .activity-subtitle {
  font-size: 12px;
  color: #999;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.6;
}
#renewal2022 .activity-icon {
  font-size: 24px;
}
#renewal2022 .activity-full-width {
  grid-column: 1/-1;
}
#renewal2022 .footer-content {
  text-align: center;
}
#renewal2022 .footer-copyright {
  margin-bottom: 20px;
}
#renewal2022 .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
#renewal2022 .footer-link {
  color: #ccc;
  text-decoration: none;
}
#renewal2022 .text-center {
  text-align: center;
}
#renewal2022 .mt-10 {
  margin-top: 10px;
}
#renewal2022 .mt-20 {
  margin-top: 20px;
}
#renewal2022 .mb-20 {
  margin-bottom: 20px;
}
#renewal2022 #Campaign {
  background-image: url(../images/campaignBG.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top;
}
#renewal2022 .stepWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
#renewal2022 .stepWrap .Campaign_step {
  margin-bottom: 20px;
}
#renewal2022 .Photomatic {
  margin-bottom: 20px;
}
#renewal2022 .Photomatic.Photomatic01 {
  margin-bottom: 0;
}
#renewal2022 .Photomatic.Photomatic02 {
  margin-top: 20px;
  margin-bottom: 45px;
  position: relative;
  aspect-ratio: 522/324;
}
@media screen and (max-width: 768px) {
  #renewal2022 .Photomatic.Photomatic02 {
    margin-bottom: 38px;
  }
}
#renewal2022 .Photomatic.Photomatic02 .Photomatic02_img {
  width: 110%;
  left: -9%;
  position: absolute;
}
#renewal2022 .ScratchImg01 {
  position: absolute;
  width: 145px;
  right: -9px;
  bottom: -39px;
}
@media screen and (max-width: 768px) {
  #renewal2022 .ScratchImg01 {
    width: min(31vw, 130px);
  }
}

#renewal2022 {
  /* 固定中 */
  /* 最下部到達後 */
}
#renewal2022 #js_fixed {
  position: relative;
}
#renewal2022 #js_fixed .sideBG {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#renewal2022 #js_fixed .sideBG.is-fixed {
  position: fixed;
  top: 150px;
}
#renewal2022 #js_fixed .sideBG.is-bottom {
  position: absolute;
  bottom: 0;
  top: auto;
}

.js_fadein {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
  will-change: opacity, transform;
}
.js_fadein.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js_fadein.js_fadein02 {
  -webkit-transform: none;
          transform: none;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}

.js_fadein02.is-visible {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */



