@charset "UTF-8";
/***************************************
春節祭ページ
****************************************/
.hidden {
  display: none;
}

.main_shunsetsu {
  color: #451d00;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}

.section_title {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1.3px;
  color: #c90e0e;
}
.section_title span {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .section_title {
    font-size: 31px;
    letter-spacing: 1.55px;
  }
  .section_title span {
    position: relative;
    line-height: 1;
  }
  .section_title span::before {
    position: absolute;
    top: -15px;
    left: -45px;
    content: "";
    background-image: url(./../img/event/shunsetsu2026/bg_shunsetsu_titile.png);
    background-size: contain;
    width: 33px;
    height: 60px;
  }
  .section_title span::after {
    position: absolute;
    top: -15px;
    right: -45px;
    content: "";
    background-image: url(./../img/event/shunsetsu2026/bg_shunsetsu_titile.png);
    background-size: contain;
    width: 33px;
    height: 60px;
  }
}

.shunsetsu_button_wrap {
  width: 60%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .shunsetsu_button_wrap {
    width: 100%;
  }
}
.shunsetsu_button_wrap .shunsetsu_button {
  margin: 0 auto;
  padding: 8px 0;
  position: relative;
  background: #39160E 0% 0% no-repeat padding-box;
  border: 1px solid #39160E;
  border-radius: 31px;
  opacity: 1;
}
.shunsetsu_button_wrap .shunsetsu_button::before {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  content: "";
  width: 7.8px !important;
  height: 5.2px !important;
  background-image: url(./../img/common/arrow_white.png);
  background-size: cover;
}
.shunsetsu_button_wrap .shunsetsu_button span {
  font: normal normal bold 16px/24px Heebo;
  letter-spacing: 0px;
  color: #ffffff;
}

.bg_top {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFE869), to(#FCFCFA));
  background: linear-gradient(#FFE869, #FCFCFA);
}
.bg_top.bg_yellow01 {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFE869), color-stop(20%, #fcfcfa));
  background: linear-gradient(#FFE869 0%, #fcfcfa 20%);
}
.bg_top.bg_yellow02 {
  background: -webkit-gradient(linear, left top, left bottom, from(#FDE5A4), to(#FCFCFA));
  background: linear-gradient(#FDE5A4, #FCFCFA);
}
.bg_top::before, .bg_top::after {
  position: absolute;
  top: 0;
  content: "";
  background-size: cover;
}
.bg_top::before {
  left: -40px;
  background-image: url(./../img/event/shunsetsu2026/bg_left.png);
  width: 174px;
  height: 62px;
}
@media screen and (min-width: 768px) {
  .bg_top::before {
    left: 0;
    width: 25%;
    height: auto;
    aspect-ratio: 247/88;
  }
}
.bg_top::after {
  top: 10px;
  right: -20px;
  background-image: url(./../img/event/shunsetsu2026/bg_right.png);
  width: 126px;
  height: 77px;
}
@media screen and (min-width: 768px) {
  .bg_top::after {
    width: 20%;
    height: auto;
    aspect-ratio: 193/117;
  }
}

/***************************************
ポップアップ部分（ポップアップ共通scssはcommon.scssに）
****************************************/
.open-button {
  width: 220px;
  margin-bottom: 57px;
  cursor: pointer;
}
.open-button span {
  font: normal normal bold 16px/24px Heebo;
  letter-spacing: 0px;
  color: #ffffff;
}

.place_guide {
  display: block;
  text-align: right;
  margin: 32px auto;
}
@media screen and (min-width: 768px) {
  .place_guide {
    width: 50%;
    margin: 8px auto;
  }
}
.place_guide_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.place_guide_list .kana_link {
  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;
  width: 46px;
  height: 46px;
  margin: 4px;
  border-radius: 50%;
  border: 1px solid var(--text);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  .place_guide_list .kana_link {
    font-size: 28px;
  }
}
.place_guide_list .kana_link.any_shop:hover {
  background-color: #cea95a;
  color: #fff;
}
.place_guide_list .kana_link.no_shop {
  border: 1px solid #eaddb7;
  color: #eaddb7;
  pointer-events: none;
}
.place_guide_list .kana_link.no_letter {
  border: none;
  pointer-events: none;
}

.schedule_inner_day p {
  text-align: left;
}
.schedule_inner_day .day {
  font: normal normal bold 18px/26px Noto Sans JP;
  letter-spacing: 0px;
  color: #c90e0e;
  border-bottom: 1px solid #c90e0e;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.schedule_inner_day .title {
  font: normal normal normal 16px/28px Noto Sans JP;
  letter-spacing: -0.16px;
  margin-bottom: 0px;
}
.schedule_inner_day .time-list {
  font: normal normal normal 14px/24px Noto Sans JP;
  letter-spacing: -0.14px;
  margin-bottom: 8px;
}
.schedule_inner_kome p {
  font-size: 14px;
}

/***************************************
春節祭とは？
****************************************/
.shunsetsu01 .container_flex {
  display: block;
}
@media screen and (min-width: 768px) {
  .shunsetsu01 .container_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 110px 0;
  }
}
.shunsetsu01 .container_flex_inner {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .shunsetsu01 .container_flex_inner {
    width: 40%;
  }
}
.shunsetsu01 .section_title {
  padding: 53px 0 32px;
}
@media screen and (min-width: 768px) {
  .shunsetsu01 .section_title {
    width: 100%;
    padding: 0px 0 32px;
  }
}
@media screen and (min-width: 768px) {
  .shunsetsu01 .section_title span {
    padding-left: 0.5em;
  }
  .shunsetsu01 .section_title span::before {
    left: -25px;
  }
}
.shunsetsu01 .section_title span::after {
  content: none;
}
.shunsetsu01_text {
  text-align: left;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .shunsetsu01_text {
    width: 50%;
    margin-right: 10%;
    margin-bottom: 0;
  }
}
.shunsetsu01_text.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .shunsetsu01_text.sp {
    display: none;
  }
}
.shunsetsu01_text.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .shunsetsu01_text.pc {
    display: block;
    position: relative;
    z-index: 999;
  }
}
.shunsetsu01_tabbox {
  width: 100%;
}
.shunsetsu01_tabbox .tab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.shunsetsu01_tabbox .tab_list .tab {
  width: 50%;
  text-align: center;
  background-color: #fff;
  color: #c90d0d;
  font-weight: 700;
  border: 1px solid #c90e0e;
  padding: 12px 0 9px;
  cursor: pointer;
}
.shunsetsu01_tabbox .tab_list .tab.active {
  background-color: #c90d0d;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.shunsetsu01_tabbox .tab_list .tab:first-child {
  border-radius: 20px 0px 0px 0px;
}
.shunsetsu01_tabbox .tab_list .tab:last-child {
  border-radius: 0px 20px 0px 0px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .shunsetsu01_tabbox .tab_list .tab {
    font-size: 28px;
    padding: 32px 0 25px;
  }
}
.shunsetsu01_tabbox .tab_article_list {
  background: #c90e0e 0% 0% no-repeat padding-box;
  padding-bottom: 24px;
}
.shunsetsu01_tabbox .tab_article_list .tab_article {
  display: none;
}
.shunsetsu01_tabbox .tab_article_list .tab_article.active {
  display: block;
}
@media screen and (min-width: 768px) {
  .shunsetsu01_tabbox .tab_article_list .tab_article {
    position: relative;
    padding-bottom: 60px;
  }
  .shunsetsu01_tabbox .tab_article_list .tab_article::before, .shunsetsu01_tabbox .tab_article_list .tab_article::after {
    position: absolute;
    top: 20px;
    content: "";
    background-size: cover;
  }
  .shunsetsu01_tabbox .tab_article_list .tab_article::before {
    width: 7%;
    height: auto;
    aspect-ratio: 93/137;
    left: 0;
    background-image: url(./../img/event/shunsetsu2026/bg_tab_left.png);
  }
  .shunsetsu01_tabbox .tab_article_list .tab_article::after {
    width: 7%;
    height: auto;
    aspect-ratio: 88/138;
    right: 0;
    background-image: url(./../img/event/shunsetsu2026/bg_tab_right.png);
  }
}
.shunsetsu01_tabbox .tab_article_list .tab_article .stage_wrap {
  width: 90%;
  margin: 0 auto;
}
.shunsetsu01_tabbox .tab_article_list .tab_article .stage_wrap .stage_kome {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.12px;
  color: #ffffff;
  padding: 12px 0;
}
@media screen and (min-width: 768px) {
  .shunsetsu01_tabbox .tab_article_list .tab_article .stage_wrap .stage_kome {
    padding: 29px 0 21px;
  }
}
.shunsetsu01_tabbox .tab_article_list .tab_article .stage_wrap .stage_block {
  margin-bottom: 8px;
}
.shunsetsu01_tabbox .tab_article_list .tab_article .stage_wrap .stage_block .accordion_event {
  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;
  text-align: center;
  height: 60px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 10px;
  font: normal normal bold 20px/29px Noto Sans JP;
  letter-spacing: 0px;
  color: #c90e0e;
  cursor: pointer;
  position: relative;
}
.shunsetsu01_tabbox .tab_article_list .tab_article .stage_wrap .stage_block .accordion_event::after {
  content: "";
  width: 20px;
  height: 20px;
  margin: auto;
  background-image: url(../img/event/shunsetsu2026/red_plus.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
}
.shunsetsu01_tabbox .tab_article_list .tab_article .stage_wrap .stage_block .accordion_event.open::after {
  background-image: url(../img/event/shunsetsu2026/red_minus.svg);
}
.shunsetsu01_tabbox .tab_article_list .tab_article .stage_wrap .stage_block .accordion_content {
  display: none;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 10px 10px;
  margin-top: -32px;
  padding: 32px 0;
}
.shunsetsu01_tabbox .tab_article_list .tab_article .stage_wrap table {
  width: 90%;
  max-width: 695px;
  margin: 0 auto;
  padding: 0 10%;
  border-collapse: collapse;
  background-color: #fff;
  border-top: 1px solid #de9d9d;
  border-radius: 0px 0px 10px 10px;
}
.shunsetsu01_tabbox .tab_article_list .tab_article .stage_wrap table th,
.shunsetsu01_tabbox .tab_article_list .tab_article .stage_wrap table td {
  border-bottom: 1px solid #de9d9d;
  font-weight: 400;
}
.shunsetsu01_tabbox .tab_article_list .tab_article .stage_wrap table th {
  text-align: left;
  padding: 8px 0;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .shunsetsu01_tabbox .tab_article_list .tab_article .stage_wrap table th {
    font-size: 25px;
    width: 130px;
  }
}
.shunsetsu01_tabbox .tab_article_list .tab_article .stage_wrap table td {
  padding: 8px;
}
.shunsetsu01_tabbox .tab_article_list .tab_article .stage_wrap table td:nth-of-type(1) {
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .shunsetsu01_tabbox .tab_article_list .tab_article .stage_wrap table td:nth-of-type(1) {
    font-size: 25px;
  }
}
.shunsetsu01_tabbox .tab_article_list .tab_article .stage_wrap table td:nth-of-type(2) {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .shunsetsu01_tabbox .tab_article_list .tab_article .stage_wrap table td:nth-of-type(2) {
    font-size: 19px;
  }
}
.shunsetsu01_tabbox .tab_article_list .tab_article .present_wrap {
  padding: 32px 0;
  position: relative;
  z-index: 1;
}
.shunsetsu01_tabbox .tab_article_list .tab_article .present_wrap .fes_map {
  width: 90%;
  margin: 0 auto 18px;
}
.shunsetsu01_tabbox .tab_article_list .tab_article .present_wrap .fes_map img {
  width: 100%;
}
.shunsetsu01_tabbox .tab_article_list .tab_article .present_wrap .fes_text {
  width: 100%;
  margin: 0 auto 20px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .shunsetsu01_tabbox .tab_article_list .tab_article .present_wrap .fes_text {
    font-size: 20px;
  }
}
.shunsetsu01_tabbox .tab_article_list .tab_article .present_wrap .fes_info {
  width: 90%;
  max-width: 750px;
  margin: 0 auto 20px;
  font: normal normal bold 18px/25px Heebo;
  color: #fff;
  border: 2px solid #fff;
  outline: 2px solid #fff;
  outline-offset: 2px;
  text-align: center;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .shunsetsu01_tabbox .tab_article_list .tab_article .present_wrap .fes_info {
    font-size: 28px;
    padding: 16px 0;
  }
}
.shunsetsu01_tabbox .tab_article_list .tab_article .present_wrap .fes_kome {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.12px;
  color: #ffffff;
  padding: 12px 0;
}
@media screen and (min-width: 768px) {
  .shunsetsu01_tabbox .tab_article_list .tab_article .present_wrap .fes_kome {
    padding: 0 0 21px;
  }
}
.shunsetsu01_tabbox .tab_article_list .tab_article .present_wrap .present_corner {
  width: 90%;
  margin: 0 auto;
  padding: 0 32px;
  background-color: #fff;
  border-radius: 10px;
}
.shunsetsu01_tabbox .tab_article_list .tab_article .present_wrap .present_corner .find-info {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #c90e0e;
  padding: 20px 0 16px;
  border-bottom: 1px solid #cea95a;
}
@media screen and (min-width: 768px) {
  .shunsetsu01_tabbox .tab_article_list .tab_article .present_wrap .present_corner .find-info {
    font-size: 30px;
  }
}
.shunsetsu01_tabbox .tab_article_list .tab_article .present_wrap .present_corner .find-content {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 300px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .shunsetsu01_tabbox .tab_article_list .tab_article .present_wrap .present_corner .find-content {
    max-width: unset;
  }
}
.shunsetsu01_tabbox .tab_article_list .tab_article .present_wrap .present_corner .more-info .check {
  display: none;
}
.shunsetsu01_tabbox .tab_article_list .tab_article .present_wrap .present_corner .more-info .label {
  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;
  position: relative;
}
.shunsetsu01_tabbox .tab_article_list .tab_article .present_wrap .present_corner .more-info .check:checked + .label + .text {
  height: auto;
  padding: 20px;
}
.shunsetsu01_tabbox .tab_article_list .tab_article .present_wrap .present_corner .more-info .accordion {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 300px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .shunsetsu01_tabbox .tab_article_list .tab_article .present_wrap .present_corner .more-info .accordion {
    max-width: unset;
  }
}
.shunsetsu01_tabbox .tab_article_list .tab_article .present_wrap .present_corner .more-info .accordion-title {
  cursor: pointer;
  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;
  width: 100%;
  height: 64px;
  position: relative;
}
.shunsetsu01_tabbox .tab_article_list .tab_article .present_wrap .present_corner .more-info .accordion-title::after {
  content: "";
  width: 46px;
  height: 46px;
  margin: auto;
  background-image: url(../img/event/shunsetsu2026/red_plus.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -18px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .shunsetsu01_tabbox .tab_article_list .tab_article .present_wrap .present_corner .more-info .accordion-title::after {
    background-image: url(../img/event/shunsetsu2026/red_plus_pc.svg);
  }
}
.shunsetsu01_tabbox .tab_article_list .tab_article .present_wrap .present_corner .more-info .accordion-title.open::after {
  background-image: url(../img/event/shunsetsu2026/red_minus.svg);
}
.shunsetsu01_tabbox .tab_article_list .tab_article .present_wrap .present_corner .more-info .accordion-content {
  display: none;
  padding: 10px 20px;
}
.shunsetsu01_tabbox .tab_article_list .tab_article .present_wrap .present_corner .more-info .accordion-content p {
  font-size: 13px;
  line-height: 1.5;
}
.shunsetsu01_tabbox .tab_article_list .tab_article .present_wrap .present_corner .more-info .inner-content {
  background: none;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  overflow: hidden;
  margin-top: 32px;
  margin-bottom: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.shunsetsu01_tabbox .tab_article_list .tab_article .present_wrap .present_corner .present-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 32px auto;
  padding-bottom: 32px;
  border-bottom: 1px solid #cea95a;
}
@media screen and (min-width: 768px) {
  .shunsetsu01_tabbox .tab_article_list .tab_article .present_wrap .present_corner .present-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    min-height: 225px;
  }
}
.shunsetsu01_tabbox .tab_article_list .tab_article .present_wrap .present_corner .present-list.first {
  margin-top: 0;
}
.shunsetsu01_tabbox .tab_article_list .tab_article .present_wrap .present_corner .present-list.bg-gra::after {
  content: "";
  width: 100%;
  height: 50%;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(80%, #fff));
  background: linear-gradient(rgba(255, 255, 255, 0) 0, #fff 80%);
  position: absolute;
  bottom: 1px;
  left: 0;
}
.shunsetsu01_tabbox .tab_article_list .tab_article .present_wrap .present_corner .present-list.bg-none::after {
  display: none;
}
.shunsetsu01_tabbox .tab_article_list .tab_article .present_wrap .present_corner .present-list .present-image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .shunsetsu01_tabbox .tab_article_list .tab_article .present_wrap .present_corner .present-list .present-image {
    width: 40%;
    margin: 0 auto;
  }
}
.shunsetsu01_tabbox .tab_article_list .tab_article .present_wrap .present_corner .present-list .present-text {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .shunsetsu01_tabbox .tab_article_list .tab_article .present_wrap .present_corner .present-list .present-text {
    position: relative;
    width: 60%;
    padding-left: 1em;
  }
}
.shunsetsu01_tabbox .tab_article_list .tab_article .present_wrap .present_corner .present-list .present-text .shop-name {
  letter-spacing: 1.05px;
  color: #013772;
  font-size: 21px;
  font-weight: bold;
}
.shunsetsu01_tabbox .tab_article_list .tab_article .present_wrap .present_corner .present-list .present-text .shop-name .name_img {
  height: 30px;
  display: inline-block;
}
.shunsetsu01_tabbox .tab_article_list .tab_article .present_wrap .present_corner .present-list .present-text .shop-name .name_img img {
  height: 100%;
  margin-bottom: 5px;
}
.shunsetsu01_tabbox .tab_article_list .tab_article .present_wrap .present_corner .present-list .present-text .content-name {
  font: normal normal bold 16px/23px Heebo;
  letter-spacing: 0.8px;
  padding-bottom: 8px;
}
.shunsetsu01_tabbox .tab_article_list .tab_article .present_wrap .present_corner .present-list .present-text .information {
  font: normal normal bold 12px/18px Heebo;
  letter-spacing: 0.6px;
}
@media screen and (min-width: 768px) {
  .shunsetsu01_tabbox .tab_article_list .tab_article .present_wrap .present_corner .present-list .present-text .information {
    position: absolute;
    bottom: 0;
  }
}

/***************************************
イベントガイド
****************************************/
.shunsetsu02 .event_guide {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#FAAE03), to(#fcfbfa));
  background: linear-gradient(#FAAE03, #fcfbfa);
}
.shunsetsu02 .event_guide::before, .shunsetsu02 .event_guide::after {
  position: absolute;
  top: 0;
  content: "";
  background-size: cover;
}
.shunsetsu02 .event_guide::before {
  top: 10px;
  left: -80px;
  background-image: url(./../img/event/shunsetsu2026/bg_guide_left.png);
  width: 194px;
  height: 78px;
}
@media screen and (min-width: 768px) {
  .shunsetsu02 .event_guide::before {
    left: 0;
    width: 30%;
    height: auto;
    aspect-ratio: 343/153;
  }
}
.shunsetsu02 .event_guide::after {
  right: -60px;
  background-image: url(./../img/event/shunsetsu2026/bg_guide_right.png);
  width: 187px;
  height: 71px;
}
@media screen and (min-width: 768px) {
  .shunsetsu02 .event_guide::after {
    top: 20px;
    width: 30%;
    height: auto;
    aspect-ratio: 364/138;
  }
}
.shunsetsu02 .section_title {
  padding: 67px 0 31px;
}
.shunsetsu02 .parade {
  background-color: #fefbd2;
  border: 2px solid #c90e0e;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .shunsetsu02 .parade {
    width: 90%;
    padding-bottom: 55px;
    margin: 0 auto 50px;
  }
}
@media screen and (min-width: 768px) {
  .shunsetsu02 .parade_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    margin-bottom: 28px;
  }
}
.shunsetsu02 .parade_main .img {
  margin-bottom: 26px;
}
@media screen and (min-width: 768px) {
  .shunsetsu02 .parade_main .img {
    width: 55%;
    margin-bottom: 0;
  }
}
.shunsetsu02 .parade_main .txt {
  margin-bottom: 10px;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .shunsetsu02 .parade_main .txt {
    width: calc(45% - 32px);
    padding-top: 43px;
    padding-right: 65px;
  }
}
.shunsetsu02 .parade_main .txt .parade_ttl {
  margin: 0 auto 13px;
  max-width: 237px;
}
@media screen and (min-width: 768px) {
  .shunsetsu02 .parade_main .txt .parade_ttl {
    margin: 0 auto 36px;
    max-width: 282px;
  }
}
.shunsetsu02 .parade_main .txt .parade_date {
  font: normal normal bold 18px/26px Noto Sans JP;
  letter-spacing: 0px;
  color: #c90e0e;
  border-top: 1px solid #c90e0e;
  border-bottom: 1px solid #c90e0e;
  padding: 8px 0;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .shunsetsu02 .parade_main .txt .parade_date {
    margin-bottom: 14px;
  }
  .shunsetsu02 .parade_main .txt .parade_date .pc {
    display: inline-block;
  }
}
.shunsetsu02 .parade_main .txt .parade_txt {
  font-size: 16px;
  line-height: 1.6;
}
.shunsetsu02 .parade_main .txt .parade_txt span {
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .shunsetsu02 .parade_main .txt .parade_txt span {
    font-size: 14px;
  }
}
.shunsetsu02 .parade .modal-guts {
  width: 100%;
  padding: 48px 0px 32px 0px;
}
@media screen and (min-width: 768px) {
  .shunsetsu02 .parade .modal-guts {
    width: 90%;
    padding: 32px;
  }
}
.shunsetsu02 .parade_sub {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .shunsetsu02 .parade_sub {
    padding: 0 65px;
  }
}
.shunsetsu02 .parade_route {
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 18px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .shunsetsu02 .parade_route {
    text-align: left;
    margin-bottom: 25px;
  }
}
.shunsetsu02 .parade .map {
  width: 100%;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .shunsetsu02 .parade .map {
    margin-bottom: 25px;
  }
}
.shunsetsu02 .parade_route_memo {
  font-size: 14px;
}
.shunsetsu02 .parade_route_memo span {
  margin: 0.3em 5px;
  background-color: #c7005e;
  width: 35px;
  height: 2px;
  display: inline-block;
}
.shunsetsu02 .parade_memo {
  line-height: 1.2;
  margin-bottom: 12px;
  font-size: 14px;
}
.shunsetsu02 .parade_memo span {
  padding-left: 20px;
  position: relative;
}
.shunsetsu02 .parade_memo span::before {
  content: "";
  position: absolute;
  background: url(./../img/event/shunsetsu2026/icon_star.svg) no-repeat center/contain;
  width: 17.5px;
  height: 17.5px;
  top: 0;
  left: 0;
}
.shunsetsu02 .parade_kome {
  font-size: 13px;
}
.shunsetsu02 .event_list {
  width: 90vw;
}
@media screen and (min-width: 768px) {
  .shunsetsu02 .event_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .shunsetsu02 .event_list.event_list_card {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
}
.shunsetsu02 .event_list.event_list_card .event_card {
  display: block;
  width: 98%;
  margin: 0 auto 30px;
  padding-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .shunsetsu02 .event_list.event_list_card .event_card {
    width: 100%;
    margin: 0 0 66px;
    padding-bottom: 0px;
  }
}
.shunsetsu02 .event_list.event_list_card .event_card .card_inner {
  display: block;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .shunsetsu02 .event_list.event_list_card .event_card .card_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .shunsetsu02 .event_list.event_list_card .event_card .card_inner .event_card_image {
    width: 100%;
    max-width: 445px;
  }
}
.shunsetsu02 .event_list.event_list_card .event_card .event_card_text {
  min-height: 145px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.shunsetsu02 .event_list.event_list_card .event_card .event_card_text .text_info p {
  text-align: center;
  margin-block: 10px;
}
.shunsetsu02 .event_list.event_list_card .event_card .event_card_text .text_info_title {
  font: normal normal bold 20px/29px Noto Sans JP;
  letter-spacing: 0px;
  color: #c90e0e;
}
.shunsetsu02 .event_list.event_list_card .event_card .event_card_text .text_info_place {
  font: normal normal bold 17px/25px Noto Sans JP;
  letter-spacing: 0px;
  color: #451d00;
  line-height: 1.9;
}
.shunsetsu02 .event_list.event_list_card .event_card .event_card_text .text_info_place span {
  color: #fff;
  background-color: #c90e0e;
  padding: 0px 5px 2px;
}
.shunsetsu02 .event_list.event_list_card .event_card .event_card_text .text_info_date {
  font: normal normal bold 18px/26px Noto Sans JP;
  letter-spacing: 0px;
  color: #c90e0e;
  border-top: 1px solid #c90e0e;
  border-bottom: 1px solid #c90e0e;
  padding: 8px 0;
}
.shunsetsu02 .event_list.event_list_card .event_card .event_card_text .text_sent {
  text-align: left;
  font: normal normal normal 16px/28px Noto Sans JP;
  letter-spacing: -0.16px;
  color: #451d00;
  padding-bottom: 4px;
}
.shunsetsu02 .event_list.event_list_card .event_card .event_card_text .text_price {
  font-weight: 700;
}
.shunsetsu02 .event_list.event_list_card .event_card .event_card_text .text_kome {
  text-align: left;
  font: normal normal normal 11px/30px Noto Sans JP;
  letter-spacing: 0px;
  color: #451d00;
  padding: 4px 0;
  line-height: 1.2em;
}
.shunsetsu02 .event_list.event_list_card .event_card .event_card_text .shunsetsu_button_wrap {
  width: 220px;
}
.shunsetsu02 .event_list.event_list_card .event_card .event_card_text .shunsetsu_button {
  width: 100%;
  margin-top: 15.5px;
}
.shunsetsu02 .event_list.event_list_card .event_card .event_card_text .shunsetsu_button::before {
  right: 15px;
}
.shunsetsu02 .event_card {
  display: block;
  width: 98%;
  margin: 0 auto 30px;
  padding-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .shunsetsu02 .event_card {
    width: 45%;
    margin: 0 0 66px;
    padding-bottom: 0px;
  }
}
.shunsetsu02 .event_card .card_inner {
  display: block;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.shunsetsu02 .event_card.card_slide {
  width: auto;
  padding: 0 8px;
}
@media screen and (min-width: 768px) {
  .shunsetsu02 .event_card.card_slide {
    padding: 0 20px;
  }
}
.shunsetsu02 .event_card_text {
  min-height: 145px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.shunsetsu02 .event_card_text .text_info p {
  text-align: center;
  margin-block: 10px;
}
.shunsetsu02 .event_card_text .text_info_title {
  font: normal normal bold 20px/29px Noto Sans JP;
  letter-spacing: 0px;
  color: #c90e0e;
}
.shunsetsu02 .event_card_text .text_info_place {
  font: normal normal bold 17px/25px Noto Sans JP;
  letter-spacing: 0px;
  color: #451d00;
  line-height: 1.9;
}
.shunsetsu02 .event_card_text .text_info_place span {
  color: #fff;
  background-color: #c90e0e;
  padding: 0px 5px 2px;
}
.shunsetsu02 .event_card_text .text_info_date {
  font: normal normal bold 18px/26px Noto Sans JP;
  letter-spacing: 0px;
  color: #c90e0e;
  border-top: 1px solid #c90e0e;
  border-bottom: 1px solid #c90e0e;
  padding: 8px 0;
}
.shunsetsu02 .event_card_text .text_sent {
  text-align: left;
  font: normal normal normal 16px/28px Noto Sans JP;
  letter-spacing: -0.16px;
  color: #451d00;
  padding-bottom: 4px;
}
.shunsetsu02 .event_card_text .text_price {
  font-weight: 700;
}
.shunsetsu02 .event_card_text .text_kome {
  text-align: left;
  font: normal normal normal 11px/30px Noto Sans JP;
  letter-spacing: 0px;
  color: #451d00;
  padding: 4px 0;
  line-height: 1.2em;
}
.shunsetsu02 .event_card_text .shunsetsu_button_wrap {
  width: 220px;
}
.shunsetsu02 .event_card_text .shunsetsu_button {
  width: 100%;
  margin-top: 15.5px;
}
.shunsetsu02 .event_card_text .shunsetsu_button::before {
  right: 15px;
}

.shunsetsu02_bgchange {
  width: 100%;
  background-color: #D64301;
  padding: 43px 0;
}
@media screen and (min-width: 768px) {
  .shunsetsu02_bgchange {
    padding: 71px 0 50px;
  }
}
.shunsetsu02_bgchange .event-slider {
  display: none;
  /* arrowsカスタム */
}
@media screen and (min-width: 768px) {
  .shunsetsu02_bgchange .event-slider {
    width: 100%;
    min-width: 900px;
    margin-bottom: 0 !important;
    padding: 0 8px;
  }
}
.shunsetsu02_bgchange .event-slider .card_inner {
  padding: 20px;
  height: 100%;
  min-height: 650px;
  border-radius: 14px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  position: relative;
}
@media screen and (min-width: 768px) {
  .shunsetsu02_bgchange .event-slider .card_inner {
    max-height: 750px;
  }
}
.shunsetsu02_bgchange .event-slider .card_inner::before {
  position: absolute;
  top: 0px;
  left: 15px;
  content: "";
  width: 90px !important;
  height: 90px !important;
  background-size: cover;
}
.shunsetsu02_bgchange .event-slider .card_inner.parts01::before {
  background-image: url(./../img/event/shunsetsu2026/event-parts-01.png);
}
.shunsetsu02_bgchange .event-slider .card_inner.parts02::before {
  background-image: url(./../img/event/shunsetsu2026/event-parts-02.png);
}
.shunsetsu02_bgchange .event-slider .card_inner.parts03::before {
  background-image: url(./../img/event/shunsetsu2026/event-parts-03.png);
}
.shunsetsu02_bgchange .event-slider .card_inner.parts04::before {
  background-image: url(./../img/event/shunsetsu2026/event-parts-04.png);
}
.shunsetsu02_bgchange .event-slider .card_inner .event_card_text {
  padding: 0px 4px;
}
.shunsetsu02_bgchange .event-slider.slick-initialized {
  display: block;
}
.shunsetsu02_bgchange .event-slider .slick-prev,
.shunsetsu02_bgchange .event-slider .slick-next {
  top: 50%;
  z-index: 999;
}
.shunsetsu02_bgchange .event-slider .slick-prev::before,
.shunsetsu02_bgchange .event-slider .slick-next::before {
  content: "" !important;
  position: absolute;
  top: calc(50% - 16px);
  width: 42px;
  height: 42px;
  background-size: cover;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .shunsetsu02_bgchange .event-slider .slick-prev::before,
  .shunsetsu02_bgchange .event-slider .slick-next::before {
    width: 62px;
    height: 62px;
  }
}
.shunsetsu02_bgchange .event-slider .slick-prev::before {
  background-image: url(./../img/common/left_arrow_bg_red.svg);
  left: calc(50% + 16px);
}
@media screen and (min-width: 768px) {
  .shunsetsu02_bgchange .event-slider .slick-prev::before {
    left: calc(50% + 4px);
  }
}
.shunsetsu02_bgchange .event-slider .slick-next::before {
  background-image: url(./../img/common/right_arrow_bg_red.svg);
  right: calc(50% + 16px);
}
.shunsetsu02_bgchange .event-guidemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 100px auto 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url(./../img/event/shunsetsu2026/bg_guidemap_sp.png);
  background-size: cover;
  aspect-ratio: 329/404;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .shunsetsu02_bgchange .event-guidemap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 35px auto 0;
    background: none;
    aspect-ratio: 944/345;
    margin-top: 50px;
    position: relative;
  }
  .shunsetsu02_bgchange .event-guidemap::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-image: url(./../img/event/shunsetsu2026/bg_guidemap_pc.png);
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}
@media screen and (min-width: 768px) {
  .shunsetsu02_bgchange .event-guidemap .guidemap_text {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50.8%;
  }
}
.shunsetsu02_bgchange .event-guidemap .guidemap_text p {
  text-align: center;
  padding-bottom: 15px;
}
.shunsetsu02_bgchange .event-guidemap .guidemap_text p:first-child {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
  padding-top: 20px;
}
.shunsetsu02_bgchange .event-guidemap .guidemap_text p:last-child {
  font-size: 12px;
  font-weight: 400;
}
.shunsetsu02_bgchange .event-guidemap .guidemap_image {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .shunsetsu02_bgchange .event-guidemap .guidemap_image {
    width: 63.3%;
    padding: 2px;
  }
}
.shunsetsu02_bgchange .event-guidemap .guidemap_image img {
  width: 92%;
  display: block;
  padding-top: 20px;
  margin: 0 auto;
}

/***************************************
コラボ企画
****************************************/
.shunsetsu03 .collab {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFB9B9), to(#FCFBFA));
  background: linear-gradient(#FFB9B9, #FCFBFA);
}
.shunsetsu03 .collab::before, .shunsetsu03 .collab::after {
  position: absolute;
  top: 0;
  content: "";
  background-size: cover;
}
.shunsetsu03 .collab::before {
  left: -40px;
  background-image: url(./../img/event/shunsetsu2026/bg_collab_left.png);
  width: 174px;
  height: 62px;
}
@media screen and (min-width: 768px) {
  .shunsetsu03 .collab::before {
    left: 0;
    width: 25%;
    height: auto;
    aspect-ratio: 247/88;
  }
}
.shunsetsu03 .collab::after {
  top: 10px;
  right: -20px;
  background-image: url(./../img/event/shunsetsu2026/bg_collab_right.png);
  width: 126px;
  height: 77px;
}
@media screen and (min-width: 768px) {
  .shunsetsu03 .collab::after {
    width: 20%;
    height: auto;
    aspect-ratio: 193/117;
  }
}
.shunsetsu03 .section_title {
  padding: 67px 0 31px;
}
@media screen and (min-width: 768px) {
  .shunsetsu03 .pc-right {
    width: 50% !important;
    margin-left: 45% !important;
    margin-right: 5% !important;
  }
}
.shunsetsu03_box {
  width: 90%;
  margin: 0 auto;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  position: relative;
  z-index: 100;
}
.shunsetsu03_box.felissimo-box {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .shunsetsu03_box.felissimo-box {
    position: relative;
  }
  .shunsetsu03_box.felissimo-box::before {
    position: absolute;
    top: 10%;
    left: 5%;
    content: "";
    background-image: url(./../img/event/shunsetsu2026/collab02.webp);
    background-size: cover;
    width: 35% !important;
    height: auto;
    aspect-ratio: 336/344;
  }
}
.shunsetsu03_box_title {
  border-radius: 10px 10px 0px 0px;
}
.shunsetsu03_box_title span {
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .shunsetsu03_box_title {
    aspect-ratio: 949/100;
  }
}
.shunsetsu03_box_title.felissimo {
  background: #e5466b 0% 0% no-repeat padding-box;
}
@media screen and (min-width: 768px) {
  .shunsetsu03_box_title.felissimo {
    aspect-ratio: 949/100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.shunsetsu03_box_title p {
  text-align: center;
  font: normal normal bold 18px/24px Noto Sans JP;
  letter-spacing: 0.8px;
  color: #ffffff;
  padding: 8px 0;
}
@media screen and (min-width: 768px) {
  .shunsetsu03_box_title p {
    font: normal normal bold 26px/28px Noto Sans JP;
  }
}
.shunsetsu03_box_content {
  background: #ffffff 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 16px 0;
}
.shunsetsu03_box_content.felissimo {
  border: 4px solid #e5466b;
}
@media screen and (min-width: 768px) {
  .shunsetsu03_box_content {
    aspect-ratio: 949/340;
    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;
  }
}
.shunsetsu03_box_content .collab-logo {
  width: 80%;
  margin: 0 auto 16px;
}
.shunsetsu03_box_content .collab-image {
  width: 40%;
  margin: 0 auto 17px;
}
@media screen and (min-width: 768px) {
  .shunsetsu03_box_content .collab-image {
    display: none;
  }
}
.shunsetsu03_box_content .collab-text01 {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.14px;
  color: #e5466b;
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .shunsetsu03_box_content .collab-text01 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.5;
  }
}
.shunsetsu03_box_content .collab-text02 {
  width: 80%;
  margin: 0 auto 24px;
  text-align: left;
  font: normal normal normal 14px/22px Noto Sans JP;
  letter-spacing: -0.14px;
}
@media screen and (min-width: 768px) {
  .shunsetsu03_box_content .collab-text02 {
    text-align: center;
    font-size: 16px;
    line-height: 1.7;
  }
}
.shunsetsu03_box_content .collab-text02 span {
  white-space: nowrap;
}
.shunsetsu03_box_content .shunsetsu_button.collab-button.felissimo {
  background: #e5466b 0% 0% no-repeat padding-box;
}
.shunsetsu03_box_content .shunsetsu_button.collab-button.lawson {
  background: #1f5fa8 0% 0% no-repeat padding-box;
  border: 1px solid #1f5fa8;
}
@media screen and (min-width: 768px) {
  .shunsetsu03_box_content .shunsetsu_button.collab-button {
    width: 220px;
  }
}
.shunsetsu03_box_content .shunsetsu_button.collab-button span {
  font-weight: 500;
}
.shunsetsu03_nobox {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .shunsetsu03_nobox {
    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;
  }
}
@media screen and (min-width: 768px) {
  .shunsetsu03_nobox_text {
    width: 40%;
  }
}
.shunsetsu03_nobox_text p {
  text-align: center;
  font: normal normal bold 23px/34px Noto Sans JP;
  letter-spacing: 0px;
  margin-bottom: 19px;
}
.shunsetsu03_nobox_text .union-text {
  text-align: center;
  font: normal normal normal 16px/28px Noto Sans JP;
  letter-spacing: -0.16px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .shunsetsu03_nobox_image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.shunsetsu03_nobox_image .union-image01 {
  width: 50%;
  margin: 0 auto 24px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .shunsetsu03_nobox_image .union-image01 {
    width: 120px;
    margin: 0 4px;
  }
}
.shunsetsu03_nobox_image .union-image02 {
  width: 50%;
  margin: 0 auto 24px;
}
@media screen and (min-width: 768px) {
  .shunsetsu03_nobox_image .union-image02 {
    width: 280px;
  }
}

/***************************************
クラウドファンディング
****************************************/
.shunsetsu05 {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .shunsetsu05 {
    padding-top: 60px;
  }
}
.shunsetsu05 .section_title {
  padding: 67px 0 31px;
}
@media screen and (min-width: 768px) {
  .shunsetsu05 .pc-right {
    width: 50% !important;
    margin-left: 45% !important;
    margin-right: 5% !important;
  }
}
.shunsetsu05_box {
  width: 90%;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
  z-index: 100;
}
.shunsetsu05_box.cf-box {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .shunsetsu05_box.cf-box {
    width: 100%;
    margin-bottom: 54px;
  }
}
@media screen and (min-width: 768px) {
  .shunsetsu05_box.cf-box {
    position: relative;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  }
  .shunsetsu05_box.cf-box::before {
    position: absolute;
    top: 10%;
    left: 5%;
    content: "";
    background-image: url(./../img/event/shunsetsu2026/cf.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 35% !important;
    height: auto;
    aspect-ratio: 336/344;
  }
}
.shunsetsu05_box_title {
  border-radius: 10px 10px 0px 0px;
}
.shunsetsu05_box_title span {
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .shunsetsu05_box_title {
    aspect-ratio: 949/100;
  }
}
.shunsetsu05_box_title.cf {
  background: #006E54 0% 0% no-repeat padding-box;
}
@media screen and (min-width: 768px) {
  .shunsetsu05_box_title.cf {
    aspect-ratio: 949/100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.shunsetsu05_box_title p {
  text-align: center;
  font: normal normal bold 18px/24px Noto Sans JP;
  letter-spacing: 0.8px;
  color: #ffffff;
  padding: 8px 0;
}
@media screen and (min-width: 768px) {
  .shunsetsu05_box_title p {
    font: normal normal bold 26px/28px Noto Sans JP;
  }
}
.shunsetsu05_box_content {
  background: #ffffff 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 16px 0;
}
.shunsetsu05_box_content.felissimo {
  border: 4px solid #006E54;
}
@media screen and (min-width: 768px) {
  .shunsetsu05_box_content {
    aspect-ratio: 949/340;
    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;
  }
}
.shunsetsu05_box_content .collab-logo {
  width: 80%;
  margin: 0 auto 16px;
}
.shunsetsu05_box_content .collab-image {
  width: 85%;
  margin: 0 auto 17px;
}
@media screen and (min-width: 768px) {
  .shunsetsu05_box_content .collab-image {
    display: none;
  }
}
.shunsetsu05_box_content .collab-text01 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.14px;
  color: #451D00;
  margin-bottom: 6px;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .shunsetsu05_box_content .collab-text01 {
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.5;
  }
}
.shunsetsu05_box_content .collab-text02 {
  width: 85%;
  margin: 0 auto 24px;
  text-align: left;
  font: normal normal normal 14px/22px Noto Sans JP;
  letter-spacing: -0.14px;
}
@media screen and (min-width: 768px) {
  .shunsetsu05_box_content .collab-text02 {
    width: 80%;
  }
}
.shunsetsu05_box_content .collab-text02.c_green {
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .shunsetsu05_box_content .collab-text02 {
    text-align: center;
    font-size: 16px;
  }
}
.shunsetsu05_box_content .collab-text02 span {
  white-space: nowrap;
}
.shunsetsu05_box_content .shunsetsu_button.collab-button.cf {
  background: #006E54 0% 0% no-repeat padding-box;
  border-color: #006E54;
}
.shunsetsu05_box_content .shunsetsu_button.collab-button.lawson {
  background: #596573 0% 0% no-repeat padding-box;
  border: 1px solid #1f5fa8;
}
@media screen and (min-width: 768px) {
  .shunsetsu05_box_content .shunsetsu_button.collab-button {
    width: 220px;
  }
}
.shunsetsu05_box_content .shunsetsu_button.collab-button span {
  font-weight: 500;
}
.shunsetsu05 .shunsetsu_button_wrap {
  width: 80%;
}
@media screen and (min-width: 768px) {
  .shunsetsu05 .shunsetsu_button_wrap {
    width: 60%;
  }
}
.shunsetsu05 .c_green {
  color: #006E54;
}

/***************************************
協賛
****************************************/
.shunsetsu04 .section_title {
  padding: 53px 0 31px;
}
.shunsetsu04_special {
  width: 40.2585365854%;
  margin: 0 auto 18px;
  position: relative;
  z-index: 100;
}
.shunsetsu04_special a {
  width: 100%;
}
.shunsetsu04_special img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .shunsetsu04_special {
    width: 35.7853658537%;
    margin: 0 auto 26px;
  }
}
.shunsetsu04_box {
  width: 90%;
  margin: 0 auto 22px;
  position: relative;
}
.shunsetsu04_box img {
  width: 100%;
}
.shunsetsu04_box svg {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100% !important;
  height: 100% !important;
}
@media screen and (min-width: 768px) {
  .shunsetsu04_box {
    width: 80%;
    margin: 0 auto 40px;
  }
}
.shunsetsu04_nobox {
  width: 90%;
  margin: 0 auto 30px;
}
.shunsetsu04_nobox p {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .shunsetsu04_nobox p {
    font-size: 16px;
  }
}/*# sourceMappingURL=event_shunsetsu2026.css.map */