.shinrei {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.shinrei section,
.shinrei .section {
  overflow-x: hidden;
}
.shinrei .container {
  max-width: 928px;
  padding: 0 24px;
}
.shinrei .sec_ttl {
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .shinrei .sec_ttl {
    margin-bottom: 30px;
  }
}
.shinrei .sec_ttl::after {
  content: "";
  display: block;
  background-color: #F8DCB5;
  width: 36px;
  height: 2px;
  margin: 24px auto 0;
}
.shinrei .lead_txt {
  color: #F8DCB5;
  font-size: 15px;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .shinrei .lead_txt {
    font-size: 18px;
    margin-bottom: 35px;
  }
}
.shinrei br.pc_on {
  display: none;
}
@media screen and (min-width: 769px) {
  .shinrei br.pc_on {
    display: inline;
  }
}
.shinrei .pc_on {
  display: none;
}
@media screen and (min-width: 769px) {
  .shinrei .pc_on {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .shinrei .sp_on {
    display: none;
  }
}

.pagetop {
  background: url(../img/pagetop.svg) center/contain no-repeat;
  width: 55px;
  height: 55px;
}
@media screen and (min-width: 769px) {
  .pagetop {
    width: 74px;
    height: 74px;
  }
}
.pagetop::after {
  content: none;
}

.lang_change {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  .lang_change {
    position: fixed;
    top: 15%;
    right: 2%;
  }
}
.lang_change #lang_btn {
  color: #F8DCB5;
  font-family: "New Tegomin", serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  background-color: #DF8067;
  padding: 6px 10px 8px 10px;
  box-shadow: 3px 3px 0 rgba(10, 35, 43, 0.65);
}
@media screen and (min-width: 769px) {
  .lang_change #lang_btn {
    padding: 6px 10px 9px 13px;
    font-size: 17px;
  }
}
.lang_change .lang_list {
  display: none;
  position: absolute;
  top: 28px;
  right: 0;
  z-index: 110;
  width: 100%;
  background-color: #F8DCB5;
  box-shadow: 3px 3px 0 rgba(10, 35, 43, 0.65);
}
@media screen and (min-width: 769px) {
  .lang_change .lang_list {
    top: 32px;
  }
}
.lang_change .lang_list li {
  text-align: center;
}
.lang_change .lang_list li:not(:last-child) {
  border-bottom: 1px solid #DF8067;
}
.lang_change .lang_list li a {
  display: block;
  font-family: "New Tegomin", serif;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  padding: 6px 0;
}
@media screen and (min-width: 769px) {
  .lang_change .lang_list li a {
    font-size: 16px;
  }
}

.h_btn#language {
  display: none;
}

.mv_box {
  background-color: #979E8F;
}
@media screen and (min-width: 769px) {
  .mv_box .main_visual {
    max-width: 1058px;
    margin: auto;
  }
}
.mv_box .event_data {
  background-color: #1F353C;
  color: #F8DCB5;
  font-size: 17px;
  text-align: center;
  padding: 3px 0;
}
@media screen and (min-width: 769px) {
  .mv_box .event_data {
    font-size: 30px;
    padding: 6px 0;
  }
}
.mv_box .event_data small {
  margin: 0 -6px;
  letter-spacing: -0.05em;
}

.anchor_list_box {
  background: url(../img/bg01.webp) center top/cover;
  position: relative;
  padding: 10px 14px 16px;
}
@media screen and (min-width: 769px) {
  .anchor_list_box {
    padding: 15px 0 20px;
  }
}
.anchor_list_box::before {
  content: "";
  background-color: #4C6467;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.anchor_list_box .anchor_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px 10px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .anchor_list_box .anchor_list {
    max-width: 880px;
    margin: auto;
    gap: 20px 32px;
  }
}
.anchor_list_box .anchor_list li a {
  display: block;
  height: 100%;
  background: url(../img/btn_anchor_bg.webp) center/100% 100% no-repeat;
  color: #F8DCB5;
  font-family: "New Tegomin", serif;
  font-size: 15px;
  text-align: center;
  line-height: 1.13;
  letter-spacing: 0.06em;
  padding: 10px 0 20px;
  filter: drop-shadow(3px 3px 8px rgba(0, 0, 0, 0.45));
  position: relative;
}
.anchor_list_box .anchor_list li a::after {
  content: "";
  display: inline-block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 5px solid #f8dcb5;
  border-bottom: 0;
  position: absolute;
  bottom: 7px;
  left: 50%;
  translate: -50% 0;
}
@media screen and (min-width: 769px) {
  .anchor_list_box .anchor_list li a::after {
    border-right-width: 6px;
    border-left-width: 6px;
    border-top-width: 7px;
    bottom: 14px;
  }
}
@media screen and (min-width: 769px) {
  .anchor_list_box .anchor_list li a {
    font-size: 24px;
    padding: 14px 0 36px;
  }
  .anchor_list_box .anchor_list li a br {
    display: none;
  }
}
.anchor_list_box .anchor_list li:nth-child(odd) a {
  rotate: -3deg;
}
.anchor_list_box .anchor_list li:nth-child(2) a {
  rotate: 3deg;
}
@media screen and (min-width: 769px) {
  .anchor_list_box .anchor_list li:nth-child(2) a {
    rotate: 2deg;
  }
}
.anchor_list_box .anchor_list li:nth-child(4) a {
  rotate: 5deg;
}
@media screen and (min-width: 769px) {
  .anchor_list_box .anchor_list li:nth-child(4) a {
    rotate: 1deg;
  }
}
@media screen and (min-width: 769px) {
  .anchor_list_box .anchor_list li:nth-child(5) a {
    rotate: -1deg;
  }
}
.anchor_list_box .anchor_list li:nth-child(6) a {
  rotate: 4deg;
}
@media screen and (min-width: 769px) {
  .anchor_list_box .anchor_list li:nth-child(6) a {
    rotate: 3deg;
  }
}
.anchor_list_box .anchor_list li:nth-child(3) a {
  padding-top: 15px;
}

.intro_box {
  background: url(../img/bg02_sp.webp) center/cover no-repeat;
  padding: 63px 0;
}
@media screen and (min-width: 769px) {
  .intro_box {
    background-image: url(../img/bg02_pc.webp);
    padding: 96px 0 88px;
  }
}
.intro_box .txt {
  font-family: "New Tegomin", serif;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.86;
  margin-bottom: 1.86em;
}
@media screen and (min-width: 769px) {
  .intro_box .txt {
    font-size: 18px;
  }
}
.intro_box .name {
  font-family: "New Tegomin", serif;
  font-size: 15px;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .intro_box .name {
    font-size: 18px;
  }
}

.spot {
  background: url(../img/bg03.webp) center/cover no-repeat;
  padding: 60px 0;
}
@media screen and (min-width: 769px) {
  .spot {
    padding: 100px 0 120px;
  }
  .spot .sec_ttl img {
    width: 360px;
  }
}
.spot::before {
  content: "";
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 15%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
}
@media screen and (min-width: 769px) {
  .spot::before {
    opacity: 0.6;
  }
}
.spot > .container:nth-child(2) {
  padding: 0 10px;
}

.spot_list_box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .spot_list_box {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 26px 30px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 769px) {
  .spot_list_box .spot_item {
    width: calc(50% - 15px);
  }
}
.spot_list_box .spot_item:nth-child(odd) .img_wrap {
  margin-right: -10px;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .spot_list_box .spot_item:nth-child(odd) .img_wrap {
    margin-right: 0;
  }
}
.spot_list_box .spot_item:nth-child(even) .img_wrap {
  margin-right: auto;
  margin-left: -10px;
}
@media screen and (min-width: 769px) {
  .spot_list_box .spot_item:nth-child(even) .img_wrap {
    margin-left: 0;
  }
}
.spot_list_box .spot_item:nth-child(even) .txt_wrap {
  margin-left: auto;
}
.spot_list_box .spot_item:nth-child(3) .img_wrap {
  max-width: none;
}
.spot_list_box .spot_item:nth-child(3) picture {
  display: block;
}
.spot_list_box .spot_item:nth-child(4) .img_wrap {
  max-width: none;
  margin: auto;
}
.spot_list_box .spot_item:nth-child(4) .txt_wrap {
  margin: -15px auto 0;
}
.spot_list_box .spot_item .img_wrap {
  max-width: 95%;
  position: relative;
  z-index: 1;
}
.spot_list_box .spot_item .img_wrap .photo {
  scale: 1.03;
  filter: drop-shadow(3px 3px 16px rgba(0, 0, 0, 0.35));
}
.spot_list_box .spot_item .txt_wrap {
  max-width: 95%;
  background-color: #0E252C;
  padding: 25px 30px;
  margin-top: -10px;
  color: #F8DCB5;
  filter: drop-shadow(3px 3px 16px rgba(0, 0, 0, 0.35));
}
@media screen and (min-width: 769px) {
  .spot_list_box .spot_item .txt_wrap {
    padding: 36px 40px;
    margin-top: -20px;
  }
}
.spot_list_box .spot_item .txt_wrap .spot_ttl {
  font-family: "New Tegomin", serif;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  line-height: 1.25;
  background: url(../img/line_spot_ttl.svg) center bottom/100% no-repeat;
  padding-bottom: 12px;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .spot_list_box .spot_item .txt_wrap .spot_ttl {
    font-size: 24px;
    padding-bottom: 15px;
    margin-bottom: 13px;
  }
}
.spot_list_box .spot_item .txt_wrap p {
  line-height: 1.71;
}
@media screen and (min-width: 769px) {
  .spot_list_box .spot_item .txt_wrap p {
    font-size: 15px;
  }
}

.map_box {
  margin-left: -10px;
}

.event {
  background: url(../img/bg04.webp) center/cover no-repeat;
  padding: 60px 0;
}
@media screen and (min-width: 769px) {
  .event {
    padding: 120px 0 160px;
  }
  .event .sec_ttl img {
    width: 210px;
  }
}
.event::before {
  content: "";
  background: url(../img/bg05_sp.webp) center top/cover repeat-y;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .event::before {
    background-image: url(../img/bg05_pc.webp);
    background-size: 100% 100%;
  }
}

.event_inner_box {
  padding: 26px 20px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .event_inner_box {
    padding: 55px 50px 70px;
  }
}
.event_inner_box::before {
  content: "";
  background-color: #023E55;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.66;
}
.event_inner_box::after {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 206px;
  height: 170px;
  position: absolute;
  top: -60px;
  left: -80px;
}
@media screen and (min-width: 769px) {
  .event_inner_box::after {
    width: 360px;
    height: 300px;
    top: -70px;
    left: -60px;
  }
}
.event_inner_box:not(:last-child) {
  margin-bottom: 33px;
}
@media screen and (min-width: 769px) {
  .event_inner_box:not(:last-child) {
    margin-bottom: 70px;
  }
}
.event_inner_box > * {
  position: relative;
}
.event_inner_box .event_ttl_group {
  color: #DF8167;
  text-align: center;
  margin-bottom: 24px;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .event_inner_box .event_ttl_group {
    margin-bottom: 30px;
  }
}
.event_inner_box .event_ttl_group .sub_ttl,
.event_inner_box .event_ttl_group .sub_day {
  font-family: "New Tegomin", serif;
  font-size: 18px;
  line-height: 1.36;
}
@media screen and (min-width: 769px) {
  .event_inner_box .event_ttl_group .sub_ttl,
  .event_inner_box .event_ttl_group .sub_day {
    font-size: 26px;
  }
}
.event_inner_box .event_ttl_group .sub_ttl small,
.event_inner_box .event_ttl_group .sub_day small {
  margin: 0 -6px;
}
.event_inner_box .event_ttl {
  color: #DF8167;
  font-family: "New Tegomin", serif;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  line-height: 1.36;
}
@media screen and (min-width: 769px) {
  .event_inner_box .event_ttl {
    font-size: 40px;
    line-height: 1.275;
  }
}
.event_inner_box .event_img {
  margin-bottom: 24px;
}
.event_inner_box .event_img img {
  box-shadow: 0 0 40px #000;
}
.event_inner_box .event_img .copyright {
  color: #F8DCB5;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 11px;
  text-align: right;
  line-height: 1.2;
  margin-top: 8px;
}
@media screen and (min-width: 769px) {
  .event_inner_box .event_img .copyright {
    font-size: 13px;
  }
}
.event_inner_box .desc {
  color: #F8DCB5;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1.71;
  margin-bottom: 24px;
}
.event_inner_box .desc .line {
  letter-spacing: -1px;
}
@media screen and (min-width: 769px) {
  .event_inner_box .desc {
    font-size: 18px;
    margin-bottom: 42px;
  }
}
.event_inner_box .desc .kome {
  display: inline-block;
  font-size: 0.78em;
  letter-spacing: 0.15em;
  margin-top: 1em;
}
.event_inner_box .separated {
  border: none;
  height: 2px;
  background-image: radial-gradient(circle, #f8dcb5 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 8px 2px;
}
.event_inner_box .event_sub_box {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .event_inner_box .event_sub_box {
    margin-top: 50px;
    display: flex;
    align-items: flex-end;
    gap: 36px;
  }
  .event_inner_box .event_sub_box.event1-2 {
    flex-direction: row-reverse;
  }
  .event_inner_box .event_sub_box.event1-2 .sub_img {
    max-width: 45%;
  }
  .event_inner_box .event_sub_box.event1-2 .inner_wrap {
    max-width: 55%;
  }
  .event_inner_box .event_sub_box.event1-3 {
    flex-wrap: wrap;
    gap: 0 36px;
  }
  .event_inner_box .event_sub_box.event1-3 .inner_wrap {
    max-width: calc(50% - 18px);
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .event_inner_box .event_sub_box.event1-3 .inner_wrap_flex {
    background-image: radial-gradient(circle, #f8dcb5 1px, transparent 1px), radial-gradient(circle, #f8dcb5 1px, transparent 1px);
    background-position: left bottom, left top;
    background-repeat: repeat-x;
    background-size: 7px 1px;
    padding: 25px 40px;
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px 0;
  }
}
@media screen and (min-width: 769px) {
  .event_inner_box .event_sub_box.event1-3 .inner_wrap_flex .info {
    background: none;
    padding: 0;
    width: 55%;
  }
  .event_inner_box .event_sub_box.event1-3 .inner_wrap_flex .info dl .row {
    align-items: center;
  }
  .event_inner_box .event_sub_box.event1-3 .inner_wrap_flex .info dl dd.indent {
    text-indent: 2em;
  }
  .event_inner_box .event_sub_box.event1-3 .sub_ttl.fs_s::before {
    background-image: url(../img/ttl_event-sub_bg3_pc.webp);
    scale: 1.2;
    background-size: 100% 100%;
  }
  .event_inner_box .event_sub_box.event1-3 .txt {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .event_inner_box .event_sub_box.event1-3 .btn_box {
    margin: 36px auto 0;
  }
}
.event_inner_box .event_sub_box .sub_ttl {
  padding: 35px 10px 45px;
  margin: 0 -20px 30px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .event_inner_box .event_sub_box .sub_ttl {
    margin: 0 auto 20px;
  }
}
.event_inner_box .event_sub_box .sub_ttl::before {
  content: "";
  display: inline-block;
  background: url(../img/ttl_event-sub_bg_sp.webp) center/100% no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  scale: 1.13;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 769px) {
  .event_inner_box .event_sub_box .sub_ttl::before {
    background-image: url(../img/ttl_event-sub_bg_pc.webp);
    scale: 1.05;
  }
}
.event_inner_box .event_sub_box .sub_ttl.fs_s::before {
  background-image: url(../img/ttl_event-sub_bg2_sp.webp);
}
@media screen and (min-width: 769px) {
  .event_inner_box .event_sub_box .sub_ttl.fs_s::before {
    background-image: url(../img/ttl_event-sub_bg2_pc.webp);
    scale: 1.15;
  }
}
.event_inner_box .event_sub_box .sub_ttl h4 {
  font-family: "New Tegomin", serif;
  color: #F8DCB5;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  line-height: 1.42;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .event_inner_box .event_sub_box .sub_ttl h4 {
    font-size: 30px;
  }
}
.event_inner_box .event_sub_box .sub_ttl h4.fs_s {
  font-size: 22px;
  line-height: 1.22;
}
@media screen and (min-width: 769px) {
  .event_inner_box .event_sub_box .sub_ttl h4.fs_s {
    font-size: 26px;
  }
}
.event_inner_box .event_sub_box .sub_ttl h4.fs_s span {
  margin-top: 5px;
}
.event_inner_box .event_sub_box .sub_ttl span {
  color: #DF8067;
  font-size: 19px;
  display: block;
}
@media screen and (min-width: 769px) {
  .event_inner_box .event_sub_box .sub_ttl span {
    font-size: 22px;
  }
}
.event_inner_box .event_sub_box .sub_ttl span small {
  font-size: 65%;
  margin: 0 -6px;
}
.event_inner_box .event_sub_box .sub_img {
  max-width: 195px;
  margin: 0 auto 24px;
}
.event_inner_box .event_sub_box .sub_img img {
  box-shadow: 0 0 40px #000;
}
@media screen and (min-width: 769px) {
  .event_inner_box .event_sub_box .sub_img {
    max-width: 50%;
    margin: 0 auto;
  }
}
.event_inner_box .event_sub_box .sub_img.fw {
  max-width: none;
}
@media screen and (min-width: 769px) {
  .event_inner_box .event_sub_box .sub_img.fw {
    max-width: calc(50% - 18px);
  }
}
@media screen and (min-width: 769px) {
  .event_inner_box .event_sub_box .inner_wrap {
    max-width: 50%;
    margin: 0 auto;
  }
}
.event_inner_box .event_sub_box .txt {
  color: #F8DCB5;
  line-height: 1.71;
  margin-bottom: 24px;
}
.event_inner_box .info_list {
  padding: 18px 0;
  background-image: radial-gradient(circle, #f8dcb5 1px, transparent 1px), radial-gradient(circle, #f8dcb5 1px, transparent 1px);
  background-position: left bottom, left top;
  background-repeat: repeat-x;
  background-size: 7px 1px;
}
.event_inner_box .info_list.guest {
  background-image: radial-gradient(circle, #f8dcb5 1px, transparent 1px);
  background-position: left top;
}
@media screen and (min-width: 769px) {
  .event_inner_box .info_list.guest {
    background-position: left bottom;
    padding: 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 0 50px;
  }
}
.event_inner_box .info_list.present {
  background-image: radial-gradient(circle, #f8dcb5 1px, transparent 1px);
  background-position: left bottom;
}
@media screen and (min-width: 769px) {
  .event_inner_box .info_list.present {
    background-image: linear-gradient(to top, #f8dcb5 1px, transparent 1px);
    background-position: left;
    background-repeat: repeat-y;
    background-size: 2px 7px;
    padding: 0 0 0 36px;
    position: relative;
    width: 45%;
  }
}
.event_inner_box .info_list.present p {
  color: #F8DCB5;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .event_inner_box .info_list.present p {
    font-size: 15px;
  }
  .event_inner_box .info_list.present p:last-of-type {
    line-height: 1.35;
    text-align: left;
  }
}
.event_inner_box .info_list.present p em {
  color: #DF8067;
  font-style: normal;
}
.event_inner_box .info_list.present .img {
  max-width: 160px;
  margin: 10px auto;
  rotate: -5deg;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .event_inner_box .info_list.present .img {
    max-width: 205px;
    margin: 0;
    position: absolute;
    right: -50px;
    rotate: -8deg;
  }
}
.event_inner_box .info_list.present .img img {
  filter: drop-shadow(3px 3px 10px #000);
}
.event_inner_box .info_list dl {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #F8DCB5;
  line-height: 1.4;
}
.event_inner_box .info_list dl .row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.event_inner_box .info_list dl .row:not(:last-child) {
  margin-bottom: 8px;
}
.event_inner_box .info_list dl dt {
  color: #03131A;
  font-size: 13px;
  text-align: center;
  background-color: #DF8067;
  max-width: 5em;
  padding: 0 3px;
}
@media screen and (min-width: 769px) {
  .event_inner_box .info_list dl dt {
    font-size: 14px;
  }
}
.event_inner_box .info_list dl dd {
  flex-grow: 1;
  width: calc(100% - (5em + 8px));
}
@media screen and (min-width: 769px) {
  .event_inner_box .info_list dl dd {
    font-size: 15px;
  }
  .event_inner_box .info_list dl dd table {
    font-size: 15px;
  }
  .event_inner_box .info_list dl dd .kome {
    margin-top: 2px;
  }
}
.event_inner_box .info_list table {
  color: #F8DCB5;
}
.event_inner_box .info_list table th {
  font-weight: 400;
  vertical-align: text-top;
}
.event_inner_box .info_list .kome {
  color: #F8DCB5;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 11px;
  line-height: 1.4;
  margin-top: 8px;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 769px) {
  .event_inner_box .info_list .kome {
    font-size: 13px;
  }
}
.event_inner_box .info_list .kome li {
  line-height: 1.75;
}
.event_inner_box .info_list .head {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 13px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: #DF8067;
  padding: 1px 0 2px;
  margin-bottom: 1.23em;
}
@media screen and (min-width: 769px) {
  .event_inner_box .info_list .head {
    font-size: 14px;
    letter-spacing: 0;
    padding: 2px 0 3px;
    width: 100%;
  }
}
.event_inner_box .info_list .guest_box {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (min-width: 769px) {
  .event_inner_box .info_list .guest_box {
    gap: 18px;
    width: calc(50% - 25px);
  }
}
.event_inner_box .info_list .guest_box:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .event_inner_box .info_list .guest_box:not(:last-child) {
    margin-bottom: 0;
  }
}
.event_inner_box .info_list .guest_box .photo {
  max-width: 100px;
}
.event_inner_box .info_list .guest_box .profile {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #F8DCB5;
}
.event_inner_box .info_list .guest_box .profile .name {
  font-weight: 900;
  line-height: 1.45;
  margin-bottom: 6px;
}
.event_inner_box .info_list .guest_box .profile .desc {
  font-size: 13px;
  text-align: left;
  line-height: 1.68;
  margin-bottom: 0;
}
.event_inner_box .btn_box {
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .event_inner_box .btn_box {
    margin-top: 30px;
  }
}
.event_inner_box .btn_box .button {
  background: url(../img/btn_event_detail.webp) center/100% no-repeat;
  width: 192px;
  height: 60px;
  display: flex;
  align-items: center;
  padding-left: 30px;
  color: #F8DCB5;
  font-family: "New Tegomin", serif;
  font-size: 16px;
  text-align: center;
  line-height: 1.2;
  margin: auto;
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.25));
  position: relative;
}
@media screen and (min-width: 769px) {
  .event_inner_box .btn_box .button {
    width: 205px;
    height: 62px;
    font-size: 20px;
    padding-left: 25px;
  }
}
.event_inner_box .btn_box .button::after {
  content: "";
  display: inline-block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 7px solid #F8DCB5;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: 18px;
  translate: 0 -50%;
}
.event_inner_box .btn_box .button.comingsoon {
  pointer-events: none;
  justify-content: center;
  padding-left: 0;
  letter-spacing: 0.1em;
}
.event_inner_box .btn_box .button.comingsoon::after {
  content: none;
}
@media screen and (min-width: 769px) {
  .event_inner_box .event_info {
    display: flex;
    flex-direction: row-reverse;
    gap: 36px;
  }
  .event_inner_box .event_info .event_img {
    max-width: 45%;
    margin-bottom: 0;
  }
  .event_inner_box .event_info .info_list {
    width: 55%;
    padding: 36px 0;
  }
}
.event_inner_box .point_card {
  padding-top: 20px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .event_inner_box .point_card {
    padding-top: 50px;
  }
}
.event_inner_box .point_card .head {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .event_inner_box .point_card .head {
    max-width: 420px;
    margin: 0 auto;
  }
}
.event_inner_box .point_card .head img {
  scale: 1.065;
}
.event_inner_box .point_card .desc {
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .event_inner_box .point_card .desc {
    margin-bottom: 0;
  }
  .event_inner_box .point_card .desc span {
    display: inline-block;
    font-size: 0.81em;
    margin-top: 1em;
  }
}
.event_inner_box .point_card .card_img {
  position: absolute;
  top: 102%;
  right: -30px;
  max-width: 102px;
  rotate: -6deg;
}
@media screen and (min-width: 769px) {
  .event_inner_box .point_card .card_img {
    top: 40px;
    right: -10px;
    max-width: 167px;
    rotate: 9deg;
  }
}
.event_inner_box .point_card .card_img img {
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.3));
}
.event_inner_box .campaign_flow {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (min-width: 769px) {
  .event_inner_box .campaign_flow {
    flex-direction: row;
    justify-content: space-between;
    gap: 13px;
  }
}
.event_inner_box .campaign_flow .flow_item {
  background-color: #020C10;
  border-radius: 18px;
  display: flex;
  align-items: center;
  padding: 0 8px;
  position: relative;
  min-height: 120px;
}
@media screen and (min-width: 769px) {
  .event_inner_box .campaign_flow .flow_item {
    flex: 1;
    flex-direction: column-reverse;
    justify-content: center;
    gap: 7px;
    padding: 0 0 13px;
  }
}
.event_inner_box .campaign_flow .flow_item:not(:last-child)::after {
  content: "";
  display: inline-block;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
  border-top: 20px solid #020c10;
  border-bottom: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 0;
}
@media screen and (min-width: 769px) {
  .event_inner_box .campaign_flow .flow_item:not(:last-child)::after {
    border-right-width: 24px;
    border-left-width: 24px;
    border-top-width: 15px;
    top: 50%;
    left: 88%;
    translate: 0 -50%;
    rotate: -90deg;
  }
}
.event_inner_box .campaign_flow .flow_item .step_num {
  position: absolute;
  top: -10px;
  left: -10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
}
@media screen and (min-width: 769px) {
  .event_inner_box .campaign_flow .flow_item .step_num {
    width: 50px;
    height: 50px;
  }
}
.event_inner_box .campaign_flow .flow_item p {
  color: #F8DCB5;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 13px;
  text-align: center;
  line-height: 1.5;
  flex-basis: 60%;
}
@media screen and (min-width: 769px) {
  .event_inner_box .campaign_flow .flow_item p {
    font-size: 15px;
    flex-basis: auto;
  }
}
.event_inner_box .campaign_flow .flow_item .illust {
  flex-basis: 40%;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 120px;
}
@media screen and (min-width: 769px) {
  .event_inner_box .campaign_flow .flow_item .illust {
    flex-basis: auto;
    height: 130px;
  }
}
.event_inner_box .campaign_flow .flow_item.flow1 .step_num {
  background-image: url(../img/icon_campaign_flow1.svg);
}
.event_inner_box .campaign_flow .flow_item.flow1 .illust {
  background-image: url(../img/img_campaign_flow1.webp);
  background-position: center;
}
@media screen and (min-width: 769px) {
  .event_inner_box .campaign_flow .flow_item.flow1 .illust {
    height: 157px;
  }
}
.event_inner_box .campaign_flow .flow_item.flow2 .step_num {
  background-image: url(../img/icon_campaign_flow2.svg);
}
.event_inner_box .campaign_flow .flow_item.flow2 .illust {
  background-image: url(../img/img_campaign_flow2.webp);
  background-size: 75%;
}
@media screen and (min-width: 769px) {
  .event_inner_box .campaign_flow .flow_item.flow2 .illust {
    background-size: 70%;
  }
}
.event_inner_box .campaign_flow .flow_item.flow3 .step_num {
  background-image: url(../img/icon_campaign_flow3.svg);
}
.event_inner_box .campaign_flow .flow_item.flow3 .illust {
  background-image: url(../img/img_campaign_flow3.webp);
  flex-basis: 55%;
}
@media screen and (min-width: 769px) {
  .event_inner_box .campaign_flow .flow_item.flow3 .illust {
    background-size: 120%;
    background-position: right center;
  }
}
.event_inner_box .campaign_flow .flow_item.flow4 .step_num {
  background-image: url(../img/icon_campaign_flow4.svg);
}
.event_inner_box .campaign_flow .flow_item.flow4 .illust {
  background-image: url(../img/img_campaign_flow4.webp);
  background-size: 85%;
  background-position: left bottom;
}
@media screen and (min-width: 769px) {
  .event_inner_box .campaign_flow .flow_item.flow4 .illust {
    background-size: 75%;
    background-position: 8px bottom;
  }
}
.event_inner_box .campaign_flow .flow_item.flow5 .step_num {
  background-image: url(../img/icon_campaign_flow5.svg);
}
.event_inner_box .campaign_flow .flow_item.flow5 .illust {
  background-image: url(../img/img_campaign_flow5.webp);
  background-position: center top;
  background-size: 105%;
}
@media screen and (min-width: 769px) {
  .event_inner_box .campaign_flow .flow_item.flow5 .illust {
    background-size: 90%;
  }
}
.event_inner_box .note {
  color: #F8DCB5;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 11px;
  margin-top: 8px;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .event_inner_box .note {
    max-width: calc(20% - 13px);
    font-size: 13px;
    line-height: 1.76;
    margin: 10px 0 0 auto;
  }
}
.event_inner_box .btn_catch {
  color: #F8DCB5;
  font-size: 16px;
  text-align: center;
  line-height: 1.58;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 12px;
}
@media screen and (min-width: 769px) {
  .event_inner_box .btn_catch {
    font-size: 18px;
    margin-top: -40px;
  }
}
.event_inner_box .btn_catch::before, .event_inner_box .btn_catch::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 40px;
  background-color: #F8DCB5;
}
.event_inner_box .btn_catch::before {
  rotate: -20deg;
}
.event_inner_box .btn_catch::after {
  rotate: 20deg;
}
.event_inner_box.event1::after {
  background-image: url(../img/icon_event1.webp);
}
.event_inner_box.event1 .event_img {
  max-width: 244px;
  margin: 0 auto 24px;
}
@media screen and (min-width: 769px) {
  .event_inner_box.event1 .event_img {
    max-width: 480px;
    margin: 0 auto 40px;
  }
}
.event_inner_box.event2::after {
  background-image: url(../img/icon_event2.webp);
}
@media screen and (min-width: 769px) {
  .event_inner_box.event2 > .event_img {
    max-width: 595px;
    margin: 0 auto 40px;
  }
}
.event_inner_box.event3::after {
  background-image: url(../img/icon_event3.webp);
}
@media screen and (min-width: 769px) {
  .event_inner_box.event3 .info_list {
    text-align: center;
  }
  .event_inner_box.event3 .info_list dl .row {
    justify-content: center;
  }
  .event_inner_box.event3 .info_list dl dd {
    width: auto;
    flex-grow: 0;
  }
}
.event_inner_box.event4::after {
  background-image: url(../img/icon_event4.webp);
}
@media screen and (min-width: 769px) {
  .event_inner_box.event4 .inner_wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    background-image: radial-gradient(circle, #f8dcb5 1px, transparent 1px), radial-gradient(circle, #f8dcb5 1px, transparent 1px);
    background-position: left bottom, left top;
    background-repeat: repeat-x;
    background-size: 7px 1px;
    padding: 20px 0;
  }
  .event_inner_box.event4 .inner_wrap .info_list {
    background: none;
    padding: 0;
    width: 50%;
  }
  .event_inner_box.event4 .inner_wrap .info_list:last-child {
    background-image: linear-gradient(to top, #f8dcb5 1px, transparent 1px);
    background-position: left;
    background-repeat: repeat-y;
    background-size: 2px 7px;
    padding-left: 40px;
  }
  .event_inner_box.event4 .inner_wrap .info_list .guest_box {
    width: 100%;
  }
}
.event_inner_box.event5::after {
  background-image: url(../img/icon_event5.webp);
}
.event_inner_box.event5 .btn_box .button {
  width: 210px;
  padding-left: 25px;
}
@media screen and (min-width: 769px) {
  .event_inner_box.event5 .btn_box .button {
    width: 255px;
    padding-left: 30px;
  }
}

.festival {
  background: url(../img/bg_festival02_sp.webp) center top 63px/120% no-repeat, url(../img/bg06.webp) center/cover;
  padding: 50px 0 70px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media screen and (min-width: 769px) {
  .festival {
    background: url(../img/bg_festival02_pc.webp) center top 98px/85% no-repeat, url(../img/bg06.webp) center/contain;
  }
}
@media screen and (min-width: 769px) {
  .festival {
    padding: 110px 0 70px;
  }
}
.festival::before {
  content: "";
  background: url(../img/bg_festival01.webp) center top/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
}
@media screen and (min-width: 769px) {
  .festival::before {
    background-size: contain;
    height: 105px;
  }
}
.festival .sec_ttl::after {
  content: none;
}
.festival .sec_ttl span {
  color: #366877;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .festival .sec_ttl span {
    font-size: 20px;
  }
}
.festival .sec_ttl img {
  max-width: 280px;
}
@media screen and (min-width: 769px) {
  .festival .sec_ttl img {
    max-width: 360px;
  }
}
.festival .lead_txt {
  color: #0E252C;
  letter-spacing: 0.14em;
  line-height: 1.71;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .festival .lead_txt {
    margin-bottom: 35px;
  }
}
.festival .place {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 35px;
  color: #283C42;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .festival .place {
    font-size: 18px;
  }
}
.festival .place span {
  color: #F8DCB5;
  font-size: 13px;
  letter-spacing: 0.13em;
  text-indent: 0.13em;
  background-color: #283C42;
  padding: 2px 10px;
  border-radius: 100vmax;
}
@media screen and (min-width: 769px) {
  .festival .place span {
    font-size: 16px;
  }
}
.festival .button {
  color: #F8DCB5;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  background-color: #DF8067;
  border-radius: 100vmax;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 254px;
  height: 50px;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .festival .button {
    font-size: 20px;
    width: 40%;
    height: 55px;
  }
}

.festival_mv_box {
  margin-bottom: 20px;
}

.fireball {
  position: absolute;
  left: 0;
  z-index: 3;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}
.fireball.posi1 {
  top: 20px;
  background-image: url(../img/fireball_img01.webp);
  width: 100%;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 769px) {
  .fireball.posi1 {
    top: 55px;
    left: 50%;
    translate: -50% 0;
    background-image: url(../img/fireball_img12.webp);
    max-width: 900px;
    aspect-ratio: 845/348;
  }
}
.fireball.posi2 {
  top: 32.5%;
  background-image: url(../img/fireball_img02.webp);
  background-size: 105%;
  width: 100%;
  aspect-ratio: 74/53;
}
@media screen and (min-width: 769px) {
  .fireball.posi2 {
    top: 36.5%;
    left: calc((100vw - 1000px) / 2);
    background-image: url(../img/fireball_img13.webp);
    background-size: contain;
    width: 55px;
    aspect-ratio: 53/120;
  }
}
.fireball.posi3 {
  top: 53.5%;
  right: -14px;
  left: auto;
  background-image: url(../img/fireball_img03.webp);
  background-size: 115%;
  width: 72px;
  aspect-ratio: 6/11;
}
@media screen and (min-width: 769px) {
  .fireball.posi3 {
    top: 64%;
    right: calc((100vw - 928px) / 2);
  }
}
.fireball.posi4 {
  top: 96%;
  right: -10px;
  left: auto;
  background-image: url(../img/fireball_img04.webp);
  background-size: 110%;
  width: 80px;
  aspect-ratio: 6/9;
}
.fireball.posi5 {
  top: 15px;
  right: 0;
  left: auto;
  background-image: url(../img/fireball_img05.webp);
  background-size: 100%;
  width: 90%;
  aspect-ratio: 40/33;
}
@media screen and (min-width: 769px) {
  .fireball.posi5 {
    top: 50px;
    left: 50%;
    translate: -50%;
    background-image: url(../img/fireball_img14.webp);
    width: 60%;
    aspect-ratio: 837/340;
  }
}
.fireball.posi6 {
  top: 18.5%;
  right: -5px;
  left: auto;
  background-image: url(../img/fireball_img06.webp);
  width: 85px;
  aspect-ratio: 64/71;
}
@media screen and (min-width: 769px) {
  .fireball.posi6 {
    top: 21.8%;
    right: calc((100vw - 968px) / 2);
    width: 125px;
  }
}
.fireball.posi7 {
  top: 27.8%;
  background-image: url(../img/fireball_img04.webp);
  width: 55px;
  aspect-ratio: 6/9;
}
@media screen and (min-width: 769px) {
  .fireball.posi7 {
    top: 34%;
    left: calc((100vw - 955px) / 2);
  }
}
.fireball.posi8 {
  top: 43.4%;
  right: -10px;
  left: auto;
  background-image: url(../img/fireball_img07.webp);
  width: 60px;
  aspect-ratio: 45/83;
}
@media screen and (min-width: 769px) {
  .fireball.posi8 {
    top: 37.4%;
    right: calc((100vw - 815px) / 2);
    width: 90px;
  }
}
.fireball.posi9 {
  top: 51.8%;
  left: 5px;
  background-image: url(../img/fireball_img08.webp);
  background-size: 120%;
  width: 50px;
  aspect-ratio: 11/20;
}
@media screen and (min-width: 769px) {
  .fireball.posi9 {
    top: 43%;
    left: calc((100vw - 945px) / 2);
    width: 70px;
  }
}
.fireball.posi10 {
  top: 63%;
  right: -5px;
  left: auto;
  background-image: url(../img/fireball_img07.webp);
  width: 60px;
  aspect-ratio: 45/83;
  rotate: 9deg;
}
@media screen and (min-width: 769px) {
  .fireball.posi10 {
    top: 57%;
    right: calc((100vw - 800px) / 2);
    width: 70px;
  }
}
.fireball.posi11 {
  top: 67%;
  left: -10px;
  background-image: url(../img/fireball_img09.webp);
  width: 72px;
  aspect-ratio: 72/125;
}
@media screen and (min-width: 769px) {
  .fireball.posi11 {
    top: 66.7%;
    left: auto;
    right: calc((100vw - 980px) / 2);
    background-image: url(../img/fireball_img15.webp);
    width: 160px;
    aspect-ratio: 80/103;
  }
}
.fireball.posi12 {
  top: 69.2%;
  right: 5px;
  left: auto;
  background-image: url(../img/fireball_img10.webp);
  background-size: 140%;
  width: 40px;
  aspect-ratio: 17/30;
}
@media screen and (min-width: 769px) {
  .fireball.posi12 {
    top: 80%;
    right: calc((100vw - 970px) / 2);
    background-image: url(../img/fireball_img07.webp);
    background-size: 110%;
    width: 70px;
  }
}
.fireball.posi13 {
  top: 75.7%;
  left: -5px;
  background-image: url(../img/fireball_img11.webp);
  background-size: 130%;
  width: 45px;
  aspect-ratio: 19/34;
}
@media screen and (min-width: 769px) {
  .fireball.posi13 {
    top: 77.3%;
    left: calc((100vw - 960px) / 2);
    width: 55px;
  }
}
.fireball.posi14 {
  top: 86%;
  right: -5px;
  left: auto;
  background-image: url(../img/fireball_img08.webp);
  background-size: 120%;
  width: 50px;
  aspect-ratio: 11/20;
}
@media screen and (min-width: 769px) {
  .fireball.posi14 {
    top: 89%;
    right: auto;
    left: calc((100vw - 960px) / 2);
    width: 60px;
  }
}