@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* ---------- 初期 ---------- */
body {
  letter-spacing: 0;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  line-height: 0;
}

a {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

/* ---------- /共通部分 ---------- */
#jougetyuou {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
}

#kadomaru {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

#resbtn {
  -webkit-appearance: none;
}

.ancr {
  position: relative;
  transition: 0.5s;
}

.anca {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
  cursor: pointer;
}

.ancr:hover {
  opacity: 0.75;
  transition: 0.5s;
  cursor: pointer;
}

/* ---------- /参考タグ部分 ---------- */
/*body { user-drag: none; -webkit-user-drag: none; -moz-user-select: none; user-select: none;}*/
.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

img {
  width: 100%;
  height: auto;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  user-select: none;
}

header {
  width: 100%;
  text-align: center;
  height: 10vw;
  background: #fff;
  position: relative;
}

header a {
  display: block;
  width: 54vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

#mv .mv_img {
  width: 100%;
  line-height: 0;
}

.event {
  color: #221714;
}

.event .inner {
  width: 86vw;
  margin: 0 auto;
  padding: 6vw 0 10vw;
}

.event .event_cont {
  position: relative;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding-top: 5vw;
}

.event .event_cont .event_num {
  width: 26.6vw;
  margin: 0 auto;
}

.event .event_cont .event_txt {
  font-size: 4.5vw;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #221714;
  text-align: center;
  font-feature-settings: "palt";
}

#event01 {
  background: #3da771;
}

#event01 .event_cont {
  height: 178.263vw;
  background-image: url("images/evet01_bg.webp");
}

#event01 .event_cont .event_num {
  margin-bottom: 22vw;
}

#event01 .event_cont .event_ttl {
  width: 86.5vw;
  position: absolute;
  top: 16.1vw;
  left: 50%;
  transform: translateX(-50%);
}

#event01 .event_cont .event_txt {
  font-size: 4.05vw;
  line-height: 1.75em;
  letter-spacing: 0;
}

#event01 .event_cont dl.terms {
  width: 70.8vw;
  margin-left: 9vw;
  margin-top: 3vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

#event01 .event_cont dl.terms dt {
  width: 11.9vw;
  font-size: 2.25vw;
  letter-spacing: 0.05em;
  line-height: 4.25vw;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: #221714;
}

#event01 .event_cont dl.terms dt:last-of-type {
  margin-top: 2vw;
}

#event01 .event_cont dl.terms dd {
  width: 57.4vw;
  font-size: 3vw;
  line-height: 1.33em;
  font-weight: 500;
  color: #221714;
}

#event01 .event_cont dl.terms dd:last-of-type {
  margin-top: 2vw;
  box-sizing: border-box;
  padding-right: 2.5vw;
}

#event01 .event_cont dl.terms dd span {
  display: inline-block;
  font-size: 2.2vw;
  line-height: 1.59em;
  padding-left: 1em;
  text-indent: -1em;
  font-feature-settings: "palt";
  margin-top: 1vw;
}

#event01 .event_cont dl.date {
  width: 68vw;
  margin: 2vw 0 3vw 9vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

#event01 .event_cont dl.date dt {
  width: 11.9vw;
  height: 5vw;
  font-size: 2.2vw;
  letter-spacing: 0.05em;
  line-height: 5vw;
  font-weight: 500;
  color: #fff;
  background: url("images/date_ttl_bg.png") no-repeat left center;
  background-size: contain;
  margin-right: 2vw;
  font-feature-settings: "palt";
  box-sizing: border-box;
  padding-left: 1.1vw;
}

#event01 .event_cont dl.date dt:last-of-type {
  font-size: 1.8vw;
  letter-spacing: 0.1em;
  line-height: 1.1em;
  font-weight: 500;
  color: #fff;
  padding: 0.5vw 0 0 2vw;
}

#event01 .event_cont dl.date dd {
  width: 53.6vw;
  font-size: 8vw;
  line-height: 1.1em;
  font-weight: bold;
  color: #1ca442;
}

#event01 .event_cont dl.date dd span.youbi {
  display: inline-block;
  font-size: 5.6vw;
  font-feature-settings: "palt";
}

#event01 .event_cont dl.date dd span.line {
  display: inline-block;
  font-size: 6.4vw;
  font-feature-settings: "palt";
}

#event01 .event_cont .btn {
  width: 63vw;
  margin: 0 auto;
}

#event01 .event_cont .btn a {
  display: block;
  width: 100%;
  height: 14.4vw;
  box-sizing: border-box;
  padding-left: 20.4vw;
  font-size: 4.2vw;
  letter-spacing: 0.05em;
  line-height: 14.4vw;
  font-weight: bold;
  color: #fff;
  background: url("images/event01_btn.png") no-repeat;
  background-size: contain;
  transition: 0.3s;
}

#event01 .event_cont .btn a:hover {
  opacity: 0.8;
}

.event .event_ttl.bg {
  width: 72vw;
  margin: 0 auto;
  height: 18vw;
  box-sizing: border-box;
  padding-top: 3.5vw;
  text-align: center;
  position: relative;
  background: url("images/event_ttl_bg.png") no-repeat;
  background-size: contain;
}

.event .event_ttl h2 {
  font-size: 4.5vw;
  line-height: 1.2em;
  font-weight: bold;
}

#event02 {
  background: #b4d462;
}

#event02 .event_num {
  width: 27.2vw;
  margin-bottom: 5.9vw;
}

#event02 .event_cont {
  height: 269.863vw;
  background-image: url("images/evet02_bg.webp");
}

#event02 .event_cont .event_box01 {
  position: relative;
}

#event02 .event_cont .event_ttl {
  margin-bottom: 2vw;
}

#event02 .event_cont .event_ttl h2 span {
  font-size: 5vw;
}

#event02 .event_cont .event_ttl .star01 {
  width: 6vw;
  position: absolute;
  left: -0.5vw;
  bottom: 0.7vw;
  transform: rotate(-156deg);
}

#event02 .event_cont .event_ttl .star02 {
  width: 7.9vw;
  position: absolute;
  right: 1.1vw;
  bottom: -1.4vw;
  transform: rotate(-118deg);
}

#event02 .event_cont .event_ttl .star03 {
  width: 6vw;
  position: absolute;
  left: -0.5vw;
  bottom: -0.5vw;
  transform: rotate(-156deg);
}

#event02 .event_cont .event_ttl .star04 {
  width: 7.9vw;
  position: absolute;
  right: -0.1vw;
  top: -1.5vw;
  transform: rotate(-118deg);
}

#event02 .event_cont .event_txt {
  line-height: 1.55em;
  margin-bottom: 3vw;
}

#event02 .event_cont .event_box02 .event_txt {
  line-height: 1.33em;
}

#event02 .event_cont dl.terms {
  width: 71.5vw;
  margin: 2vw 0 2vw 9vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

#event02 .event_cont dl.terms dt {
  width: 11.9vw;
  font-size: 2.25vw;
  letter-spacing: 0.05em;
  line-height: 4.25vw;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: #221714;
}

#event02 .event_cont dl.terms dt:last-of-type {
  margin-top: 2vw;
}

#event02 .event_cont dl.terms dd {
  width: 58.1vw;
  font-size: 3vw;
  line-height: 1.33em;
  font-weight: 500;
  color: #221714;
}

#event02 .event_cont dl.terms dd:last-of-type {
  margin-top: 2vw;
  font-feature-settings: "palt";
}

#event02 .event_cont dl.terms dd span {
  display: inline-block;
  font-size: 2.4vw;
  font-feature-settings: normal;
}

#event02 .event_cont .event_box02 dl.terms dd:first-of-type {
  font-feature-settings: "palt";
}

#event02 .event_cont dl.date {
  margin-left: 9vw;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#event02 .event_cont dl.date dt {
  width: 11.1vw;
  height: 5vw;
  font-size: 2.5vw;
  letter-spacing: 0.1em;
  line-height: 5vw;
  font-weight: 500;
  color: #fff;
  background: url("images/date_ttl_bg.png") no-repeat left center;
  background-size: contain;
  font-feature-settings: "palt";
  box-sizing: border-box;
}

#event02 .event_cont dl.date dd {
  font-size: 8vw;
  line-height: 1.1em;
  font-weight: bold;
  color: #1ca442;
}

#event02 .event_cont dl.date dd span.youbi {
  display: inline-block;
  font-size: 5.6vw;
  font-feature-settings: "palt";
}

#event02 .event_cont dl.date dd span.line {
  display: inline-block;
  font-size: 6.4vw;
  font-feature-settings: "palt";
}

#event02 .event_cont .event_box01 dl.date {
  width: 44vw;
  margin: 2vw 0 4vw 9vw;
}

#event02 .event_cont .event_box01 dl.date dt {
  padding-left: 2.2vw;
}

#event02 .event_cont .event_box01 dl.date dd {
  width: 100%;
  font-size: 6.5vw;
}

#event02 .event_cont .event_box01 dl.date dd span.youbi {
  font-size: 4.55vw;
}

#event02 .event_cont .event_box01 dl.date dd span.line {
  font-size: 5.2vw;
}

#event02 .event_cont .event_box02 dl.date {
  align-items: center;
}

#event02 .event_cont .event_box02 dl.date dt {
  padding-left: 1.7vw;
  margin-right: 3.6vw;
}

#event02 .event_cont .event_img {
  width: 27.5vw;
  position: absolute;
  bottom: 1vw;
  right: 3.6vw;
}

#event02 .event_cont .present {
  width: 69vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#event02 .event_cont .present .present_name {
  font-size: 4.5vw;
  letter-spacing: 0.05em;
  line-height: 1.44em;
  font-weight: bold;
}

#event02 .event_cont .present01 .present_img {
  width: 36.45vw;
}

#event02 .event_cont .present02 .present_img {
  width: 34.5vw;
}

#event03 {
  background: #3da771;
}

#event03 .event_num {
  width: 27.2vw;
  margin-bottom: 6vw;
}

#event03 .event_cont {
  height: 208.063vw;
  background-image: url("images/evet03_bg.webp");
}

#event03 .event_cont .event_ttl {
  margin-bottom: 4.5vw;
}

#event03 .event_cont .event_ttl .star01 {
  width: 6vw;
  position: absolute;
  left: 7vw;
  top: -2.5vw;
  transform: rotate(-156deg);
}

#event03 .event_cont .event_ttl .star02 {
  width: 6vw;
  position: absolute;
  left: -0.5vw;
  bottom: 0vw;
  transform: rotate(-156deg);
}

#event03 .event_cont .event_ttl .star03 {
  width: 7.9vw;
  position: absolute;
  right: -1.5vw;
  bottom: 2vw;
  transform: rotate(-118deg);
}

#event03 .event_cont .event_txt {
  line-height: 1.55em;
  letter-spacing: 0;
  margin-bottom: 4vw;
}

#event03 .event_cont dl.date {
  margin-left: 9vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#event03 .event_cont dl.date dt {
  width: 11.9vw;
  height: 5vw;
  font-size: 2vw;
  letter-spacing: 0.1em;
  line-height: 5vw;
  font-weight: 500;
  color: #fff;
  background: url("images/date_ttl_bg.png") no-repeat left center;
  background-size: contain;
  font-feature-settings: "palt";
  box-sizing: border-box;
  padding-left: 1.1vw;
  margin-right: 2.7vw;
}

#event03 .event_cont dl.date dd {
  font-size: 8vw;
  line-height: 1.2em;
  font-weight: bold;
  color: #1ca442;
}

#event03 .event_cont dl.date dd span.youbi {
  display: inline-block;
  font-size: 5.6vw;
  font-feature-settings: "palt";
}

#event03 .event_cont dl.date dd span.line {
  display: inline-block;
  font-size: 6.4vw;
  font-feature-settings: "palt";
}

#event03 .event_cont .event_img {
  width: 65.2vw;
  margin: 2vw 0 6vw 7.4vw;
  position: relative;
}

#event03 .event_cont .event_img .character {
  width: 20.3vw;
  position: absolute;
  right: -16.5vw;
  bottom: -2.2vw;
}

#event03 .event_cont .causion {
  font-size: 2.4vw;
  line-height: 1.41em;
  font-weight: 500;
  margin: 0 0 8vw 9vw;
}

#event03 .event_cont .map {
  width: 75vw;
  margin: 0 auto;
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 11;
}

.modal .modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.modal .modal-content {
  width: 90vw;
  margin: 0 auto;
  overflow: scroll;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.modal .modal-content .modal_inner {
  width: 100%;
  margin: 0 auto;
  max-height: 90vh;
  position: relative;
  z-index: 12;
}

.modal .btn {
  display: block;
  width: 3.5vw;
  height: 3.5vw;
  position: absolute;
  top: 1vw;
  right: 1vw;
  z-index: 13;
  cursor: pointer;
}

#event04 {
  background: #b4d462;
}

#event04 .event_num {
  width: 27.3vw;
  margin-bottom: 6.4vw;
}

#event04 .event_cont {
  height: 152.863vw;
  background-image: url("images/evet04_bg.webp");
}

#event04 .event_cont .event_ttl {
  padding-top: 5.8vw;
  margin-bottom: 4vw;
}

#event04 .event_cont .event_ttl h2 {
  font-size: 6vw;
  line-height: 1;
}

#event04 .event_cont .event_ttl .star01 {
  width: 7.9vw;
  position: absolute;
  left: 0.2vw;
  top: -2vw;
  transform: rotate(-162deg);
}

#event04 .event_cont .event_ttl .star02 {
  width: 6vw;
  position: absolute;
  right: 7.5vw;
  top: -2vw;
  transform: rotate(-156deg);
}

#event04 .event_cont .event_ttl .star03 {
  width: 6vw;
  position: absolute;
  right: 2vw;
  bottom: 0vw;
  transform: rotate(-129deg);
}

#event04 .event_cont .event_txt {
  font-size: 4.275vw;
  line-height: 1.59em;
  letter-spacing: 0;
  margin-bottom: 2vw;
}

#event04 .event_cont dl.date {
  margin-left: 9vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#event04 .event_cont dl.date dt {
  width: 11.9vw;
  height: 5vw;
  font-size: 2vw;
  letter-spacing: 0.1em;
  line-height: 5vw;
  font-weight: 500;
  color: #fff;
  background: url("images/date_ttl_bg.png") no-repeat left center;
  background-size: contain;
  font-feature-settings: "palt";
  box-sizing: border-box;
  padding-left: 1.1vw;
  margin-right: 2.7vw;
}

#event04 .event_cont dl.date dd {
  font-size: 8vw;
  line-height: 1.2em;
  font-weight: bold;
  color: #1ca442;
}

#event04 .event_cont dl.date dd span.youbi {
  display: inline-block;
  font-size: 5.6vw;
  font-feature-settings: "palt";
}

#event04 .event_cont dl.date dd span.line {
  display: inline-block;
  font-size: 6.4vw;
  font-feature-settings: "palt";
}

#event04 .event_cont .event_img {
  width: 66.5vw;
  margin: 3vw 0 3.7vw 8.6vw;
  position: relative;
}

#event04 .event_cont .event_img .hukidashi {
  width: 19.51vw;
  position: absolute;
  right: -12.2vw;
  top: -2.9vw;
}

#event04 .event_cont .causion {
  font-size: 2.4vw;
  line-height: 1;
  font-weight: 500;
  margin: 0 0 0 9vw;
}

#event05 {
  background: #3da771;
  padding-bottom: 6vw;
}

#event05 .inner {
  padding-bottom: 6vw;
}

#event05 .event_num {
  width: 27.3vw;
  margin-bottom: 6.4vw;
}

#event05 .event_cont {
  height: 129.463vw;
  background-image: url("images/evet05_bg.webp");
}

#event05 .event_cont .event_ttl {
  margin-bottom: 4vw;
}

#event05 .event_cont .event_ttl h2 {
  letter-spacing: 0.05em;
}

#event05 .event_cont .event_ttl h2 span {
  letter-spacing: -0.05em;
}

#event05 .event_cont .event_ttl .star01 {
  width: 6vw;
  position: absolute;
  left: -0.5vw;
  bottom: -0.2vw;
  transform: rotate(-156deg);
}

#event05 .event_cont .event_ttl .star02 {
  width: 7.9vw;
  position: absolute;
  right: 1.5vw;
  bottom: -1vw;
  transform: rotate(-118deg);
}

#event05 .event_cont .event_txt {
  line-height: 1.55em;
  margin-bottom: 2.5vw;
}

#event05 .event_cont dl.date {
  margin-left: 9vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#event05 .event_cont dl.date dt {
  width: 11.9vw;
  height: 5vw;
  font-size: 2vw;
  letter-spacing: 0.1em;
  line-height: 5vw;
  font-weight: 500;
  color: #fff;
  background: url("images/date_ttl_bg.png") no-repeat left center;
  background-size: contain;
  font-feature-settings: "palt";
  box-sizing: border-box;
  padding-left: 1.1vw;
  margin-right: 2.7vw;
}

#event05 .event_cont dl.date dd {
  font-size: 8vw;
  line-height: 1.2em;
  font-weight: bold;
  color: #1ca442;
}

#event05 .event_cont dl.date dd span.youbi {
  display: inline-block;
  font-size: 5.6vw;
  font-feature-settings: "palt";
}

#event05 .event_cont dl.date dd span.line {
  display: inline-block;
  font-size: 6.4vw;
  font-feature-settings: "palt";
}

#event05 .event_cont .event_img {
  width: 61vw;
  margin: 5vw auto 0;
  position: relative;
}

#event05 ul {
  width: 88.2vw;
  margin: 0 auto 4vw;
}

#event05 ul li {
  font-size: 2.5vw;
  letter-spacing: 0.01em;
  line-height: 1.6em;
  padding-left: 1em;
  text-indent: -1em;
  font-feature-settings: "palt";
}

#event05 .copyright {
  width: 80.85vw;
  margin-left: 6.8vw;
}

footer {
  padding: 14vw 0 10vw;
  background: #7d612e;
}

footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 11.4vw;
}

footer ul li {
  margin: 0 5.2vw;
}

footer ul li.x {
  width: 6.1vw;
}

footer ul li.fb {
  width: 7.15vw;
}

footer ul li.insta {
  width: 6.94vw;
}

footer ul li a {
  display: block;
  width: 100%;
  line-height: 0;
}

footer .copyright {
  font-size: 1.963vw;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

@media print {
  #mv .mv_img {
    display: none !important;
  }
}
html {
  scroll-behavior: smooth;
}

.cmn__palt {
  font-feature-settings: "palt" on;
  letter-spacing: 0.015em;
}

dl.cmn__terms {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 2vw 0 2vw 9vw;
  width: 71.5vw;
}
dl.cmn__terms dt:nth-of-type(n+2), dl.cmn__terms dd:nth-of-type(n+2) {
  margin-top: 2vw;
}
dl.cmn__terms dt {
  background: #221714;
  color: #fff;
  font-size: 2.25vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 4.25vw;
  text-align: center;
  width: 11.9vw;
}
dl.cmn__terms dd {
  color: #221714;
  font-size: 3vw;
  font-weight: 500;
  line-height: 1.33em;
  width: 58.1vw;
}
dl.cmn__terms dd span {
  display: inline-block;
  font-size: 2.4vw;
  line-height: 1.33;
}

#event01 .event_cont {
  aspect-ratio: 1720/3678;
  background-image: url(images/evet01_bg2.webp);
  background-position: 50% 0;
  height: 100%;
  width: 100%;
}
#event01 .event_cont .event_txt {
  line-height: 1.65;
}
#event01 dl.terms dt:nth-of-type(n+2), #event01 dl.terms dd:nth-of-type(n+2) {
  margin-top: 2vw;
}
#event01 dl.terms dd > ul {
  list-style: disc;
  padding-left: 1.15em;
}
#event01 dl.terms dd > ul li + li {
  margin-top: 0.2em;
}

#event02 .event_cont {
  height: 283.35vw;
}
#event02 .event_cont dl.terms dt:nth-of-type(n+2), #event02 .event_cont dl.terms dd:nth-of-type(n+2) {
  margin-top: 2vw;
}
#event02 .event_cont dl.terms dd span {
  line-height: 1.33;
}

#event03 .event_cont {
  aspect-ratio: 1720/4484;
  background-image: url(images/evet03_bg2.webp);
  background-position: 50% 0;
  height: 100%;
  width: 100%;
}
#event03 .event_cont .map {
  cursor: auto;
}
#event03 dl.cmn__terms {
  margin-bottom: 3vw;
  margin-top: -1vw;
}

#event04 .event_cont {
  height: 169vw;
}
#event04 dl.cmn__terms {
  margin-top: 3vw;
}
#event04 dl.cmn__terms dt:nth-of-type(2) {
  letter-spacing: normal;
  line-height: 1.2;
  padding: 0.4vw 0.25vw;
  width: 11.4vw;
}

#event05 .event_cont {
  height: 137.65vw;
}

/*//========== pclayout (w750+) ==========//*/
@media screen and (min-width: 750px) {
  body {
    background-color: #2ab1d6;
    font-size: 22px;
  }
  .page__content {
    margin: 0 auto;
    overflow: hidden;
    width: 750px;
  }
  header {
    height: 75px;
  }
  header a {
    width: 405px;
  }
  header a img {
    display: block;
  }
  #mv img {
    display: block;
  }
  .event .inner {
    padding: 45px 0 75px;
    width: 645px;
  }
  .event .event_cont {
    padding-top: 37px;
  }
  .event .event_cont .event_num {
    width: 199px;
  }
  .event .event_cont .event_ttl.bg {
    height: 135px;
    padding-top: 26px;
    width: 540px;
  }
  .event .event_cont .event_ttl h2 {
    font-size: 33px;
  }
  .event .event_cont .event_txt {
    font-size: 33px;
  }
  dl.cmn__terms {
    margin: 15px 0 15px 67px;
    width: 536px;
  }
  dl.cmn__terms dt:nth-of-type(n+2), dl.cmn__terms dd:nth-of-type(n+2) {
    margin-top: 15px;
  }
  dl.cmn__terms dt {
    font-size: 16px;
    line-height: 31px;
    width: 89px;
  }
  dl.cmn__terms dd {
    font-size: 22px;
    width: 435px;
  }
  dl.cmn__terms dd span {
    font-size: 18px;
  }
  footer {
    padding: 105px 0 75px;
  }
  footer > ul {
    margin-bottom: 85px;
  }
  footer > ul li {
    margin: 0 39px;
  }
  footer > ul li.x {
    width: 45px;
  }
  footer > ul li.fb {
    width: 53px;
  }
  footer > ul li.insta {
    width: 52px;
  }
  footer .copyright {
    font-size: 14px;
  }
}
@media screen and (min-width: 750px) {
  #event01 .event_cont .event_num {
    margin-bottom: 165px;
  }
  #event01 .event_cont .event_ttl {
    top: 120px;
    width: 648px;
  }
  #event01 .event_cont .event_txt {
    font-size: 30px;
  }
  #event01 .event_cont dl.terms {
    margin-left: 67px;
    margin-top: 22px;
    width: 531px;
  }
  #event01 .event_cont dl.terms dt {
    font-size: 16px;
    line-height: 31px;
    width: 89px;
  }
  #event01 .event_cont dl.terms dd {
    font-size: 22px;
    width: 430px;
  }
  #event01 .event_cont dl.terms dd:last-of-type {
    padding-right: 0;
  }
  #event01 .event_cont dl.terms dd span {
    font-size: 16px;
    margin-top: 7px;
  }
  #event01 .event_cont dl.date {
    margin: 15px 0 22px 67px;
    width: 510px;
  }
  #event01 .event_cont dl.date dt {
    height: 37px;
    font-size: 16px;
    line-height: 37px;
    margin-right: 15px;
    padding-left: 8px;
    width: 89px;
  }
  #event01 .event_cont dl.date dt:last-of-type {
    font-size: 13px;
    padding: 3px 0 0 15px;
  }
  #event01 .event_cont dl.date dd {
    font-size: 60px;
    width: 402px;
  }
  #event01 .event_cont dl.date dd span.youbi {
    font-size: 41px;
  }
  #event01 .event_cont dl.date dd span.line {
    font-size: 48px;
  }
  #event01 .event_cont .btn {
    width: 472px;
  }
  #event01 .event_cont .btn a {
    font-size: 31px;
    height: 108px;
    line-height: 108px;
    padding-left: 153px;
  }
}
@media screen and (min-width: 750px) {
  #event02 .event_cont {
    height: 2125px;
  }
  #event02 .event_cont .event_num {
    margin-bottom: 44px;
    width: 204px;
  }
  #event02 .event_cont .event_ttl {
    margin-bottom: 15px;
  }
  #event02 .event_cont .event_ttl h2 span {
    font-size: 37px;
  }
  #event02 .event_cont .event_ttl .star01 {
    bottom: 5px;
    left: -4px;
    width: 45px;
  }
  #event02 .event_cont .event_ttl .star02 {
    bottom: -11px;
    right: 8px;
    width: 59px;
  }
  #event02 .event_cont .event_ttl .star03 {
    bottom: -4px;
    left: -4px;
    width: 45px;
  }
  #event02 .event_cont .event_ttl .star04 {
    right: -1px;
    top: -12px;
    width: 59px;
  }
  #event02 .event_cont .event_txt {
    margin-bottom: 22px;
  }
  #event02 .event_cont dl.terms {
    margin: 15px 0 15px 67px;
    width: 536px;
  }
  #event02 .event_cont dl.terms dt:nth-of-type(n+2), #event02 .event_cont dl.terms dd:nth-of-type(n+2) {
    margin-top: 15px;
  }
  #event02 .event_cont dl.terms dt {
    font-size: 16px;
    line-height: 31px;
    width: 89px;
  }
  #event02 .event_cont dl.terms dd {
    font-size: 22px;
    width: 435px;
  }
  #event02 .event_cont dl.terms dd span {
    font-size: 18px;
  }
  #event02 .event_cont dl.date {
    margin-left: 67px;
  }
  #event02 .event_cont dl.date dt {
    font-size: 18px;
    height: 37px;
    line-height: 37px;
    width: 83px;
  }
  #event02 .event_cont dl.date dd {
    font-size: 60px;
  }
  #event02 .event_cont dl.date dd span.youbi {
    font-size: 41px;
  }
  #event02 .event_cont dl.date dd span.line {
    font-size: 48px;
  }
  #event02 .event_cont .event_img {
    bottom: 7px;
    right: 27px;
    width: 206px;
  }
  #event02 .event_cont .present {
    width: 517px;
  }
  #event02 .event_cont .present .present_name {
    font-size: 33px;
  }
  #event02 .event_cont .present01 .present_img {
    width: 273px;
  }
  #event02 .event_cont .present02 .present_img {
    width: 258px;
  }
  #event02 .event_cont .event_box01 dl.date {
    margin: 15px 0 30px 67px;
    width: 330px;
  }
  #event02 .event_cont .event_box01 dl.date dt {
    padding-left: 16px;
  }
  #event02 .event_cont .event_box01 dl.date dd {
    font-size: 48px;
  }
  #event02 .event_cont .event_box01 dl.date dd span.youbi {
    font-size: 34px;
  }
  #event02 .event_cont .event_box01 dl.date dd span.line {
    font-size: 39px;
  }
  #event02 .event_cont .event_box02 dl.date dt {
    margin-right: 27px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 750px) {
  #event03 .event_cont .event_ttl {
    margin-bottom: 33px;
  }
  #event03 .event_cont .event_ttl .star01 {
    left: 52px;
    top: -19px;
    width: 45px;
  }
  #event03 .event_cont .event_ttl .star02 {
    bottom: 0;
    left: -4px;
    width: 45px;
  }
  #event03 .event_cont .event_ttl .star03 {
    bottom: 15px;
    right: -12px;
    width: 59px;
  }
  #event03 .event_cont .event_txt {
    margin-bottom: 30px;
  }
  #event03 .event_cont dl.date {
    margin-left: 67px;
  }
  #event03 .event_cont dl.date dt {
    font-size: 15px;
    height: 37px;
    line-height: 37px;
    margin-right: 20px;
    padding-left: 8px;
    width: 89px;
  }
  #event03 .event_cont dl.date dd {
    font-size: 60px;
  }
  #event03 .event_cont dl.date dd span.youbi {
    font-size: 41px;
  }
  #event03 .event_cont dl.date dd span.line {
    font-size: 48px;
  }
  #event03 .event_cont .event_img {
    margin: 15px 0 45px 55px;
    width: 489px;
  }
  #event03 .event_cont .event_img .character {
    bottom: -17px;
    right: -124px;
    width: 152px;
  }
  #event03 .event_cont .causion {
    font-size: 18px;
    margin: 0 0 60px 67px;
  }
  #event03 .event_cont .map {
    width: 562px;
  }
  #event03 .event_num {
    margin-bottom: 45px;
    width: 204px;
  }
  #event03 dl.cmn__terms {
    margin-bottom: 22px;
    margin-top: -8px;
  }
}
@media screen and (min-width: 750px) {
  #event04 .event_cont {
    height: 1267px;
  }
  #event04 .event_cont .event_ttl {
    margin-bottom: 30px;
    padding-top: 43px;
  }
  #event04 .event_cont .event_ttl h2 {
    font-size: 45px;
  }
  #event04 .event_cont .event_ttl .star01 {
    left: 1px;
    top: -15px;
    width: 59px;
  }
  #event04 .event_cont .event_ttl .star02 {
    right: 56px;
    top: -15px;
    width: 45px;
  }
  #event04 .event_cont .event_ttl .star03 {
    bottom: 0;
    right: 15px;
    width: 45px;
  }
  #event04 .event_cont .event_txt {
    font-size: 32px;
    margin-bottom: 15px;
  }
  #event04 .event_cont dl.date {
    margin-left: 67px;
  }
  #event04 .event_cont dl.date dt {
    font-size: 15px;
    height: 37px;
    line-height: 37px;
    margin-right: 20px;
    padding-left: 8px;
    width: 89px;
  }
  #event04 .event_cont dl.date dd {
    font-size: 60px;
  }
  #event04 .event_cont dl.date dd span.youbi {
    font-size: 41px;
  }
  #event04 .event_cont dl.date dd span.line {
    font-size: 48px;
  }
  #event04 .event_cont .event_img {
    margin: 22px 0 27px 64px;
    width: 498px;
  }
  #event04 .event_cont .event_img .hukidashi {
    right: -92px;
    top: -22px;
    width: 146px;
  }
  #event04 .event_num {
    margin-bottom: 48px;
    width: 204px;
  }
  #event04 dl.cmn__terms {
    margin-top: 22px;
  }
  #event04 dl.cmn__terms dt:nth-of-type(2) {
    padding: 3px 1px;
    width: 87px;
  }
}
@media screen and (min-width: 750px) {
  #event05 {
    padding-bottom: 45px;
  }
  #event05 .inner {
    padding-bottom: 45px;
  }
  #event05 .event_cont {
    height: 1032px;
  }
  #event05 .event_cont .event_ttl {
    margin-bottom: 30px;
  }
  #event05 .event_cont .event_ttl .star01 {
    left: -4px;
    bottom: -2px;
    width: 45px;
  }
  #event05 .event_cont .event_ttl .star02 {
    bottom: -8px;
    right: 11px;
    width: 59px;
  }
  #event05 .event_cont .event_txt {
    margin-bottom: 18px;
  }
  #event05 .event_cont dl.date {
    margin-left: 67px;
  }
  #event05 .event_cont dl.date dt {
    font-size: 15px;
    height: 37px;
    line-height: 37px;
    margin-right: 20px;
    padding-left: 8px;
    width: 89px;
  }
  #event05 .event_cont dl.date dd {
    font-size: 60px;
  }
  #event05 .event_cont dl.date dd span.youbi {
    font-size: 41px;
  }
  #event05 .event_cont dl.date dd span.line {
    font-size: 48px;
  }
  #event05 .event_cont .event_img {
    margin-top: 37px;
    width: 457px;
  }
  #event05 .event_num {
    margin-bottom: 48px;
    width: 204px;
  }
  #event05 > ul {
    margin-bottom: 30px;
    width: 661px;
  }
  #event05 > ul li {
    font-size: 18px;
    text-align: justify;
  }
  #event05 .copyright {
    margin-left: 51px;
    width: 606px;
  }
}
nav.mainnav {
  background-color: #BCDE5F;
  box-sizing: border-box;
  padding: 2.1333333333vw 0 6.9333333333vw;
}
@media screen and (min-width: 750px) {
  nav.mainnav {
    padding: 16px 0 52px;
  }
}
nav.mainnav *, nav.mainnav *::before, nav.mainnav *::after {
  box-sizing: border-box;
}
nav.mainnav > .container {
  background: #FCCF00 url(images/mainnav-frame-tile4x.svg) 0 0/100% auto repeat-y;
  margin: 0 auto;
  padding: 2.9333333333vw 3.0666666667vw;
  width: 86vw;
}
@media screen and (min-width: 750px) {
  nav.mainnav > .container {
    padding: 22px 23px;
    width: 645px;
  }
}
nav.mainnav > .container > .content {
  background: #fff url(images/mainnav-confetti.svg) 0 0/100% auto repeat-y;
  border-bottom: 0.5333333333vw solid #FDDD4B;
  border-top: 0.5333333333vw solid #FDDD4B;
  padding: 5.8666666667vw 6.6666666667vw 6.1333333333vw;
}
@media screen and (min-width: 750px) {
  nav.mainnav > .container > .content {
    border-bottom-width: 4px;
    border-top-width: 4px;
    padding: 44px 50px 46px;
  }
}
nav.mainnav ul li {
  background-color: #FCCF00;
  border-radius: 7.3333333333vw;
  height: 14.6666666667vw;
  width: 100%;
}
@media screen and (min-width: 750px) {
  nav.mainnav ul li {
    border-radius: 55px;
    height: 110px;
  }
}
nav.mainnav ul li + li {
  margin-top: 3.7333333333vw;
}
@media screen and (min-width: 750px) {
  nav.mainnav ul li + li {
    margin-top: 28px;
  }
}
nav.mainnav ul li > .link {
  align-items: center;
  background-color: #fff;
  border: 0.64vw solid #28A541;
  border-radius: 6.9333333333vw;
  color: #000;
  display: flex;
  flex-direction: column;
  font-feature-settings: "palt" 1;
  font-size: 4.2666666667vw;
  font-weight: 700;
  height: 13.8666666667vw;
  justify-content: center;
  line-height: 1.1875;
  position: relative;
  width: 65.8666666667vw;
}
@media screen and (min-width: 750px) {
  nav.mainnav ul li > .link {
    border-radius: 52px;
    border-width: 4.5px;
    font-size: 32px;
    height: 104px;
    width: 494px;
  }
}
nav.mainnav ul li > .link span.s {
  font-size: 0.875em;
}
nav.mainnav ul li > .link::before {
  background: url(images/mainnav-orn-starL.svg) 0 0/contain no-repeat;
  content: "";
  height: 5.0666666667vw;
  left: 1.2266666667vw;
  position: absolute;
  top: -2.4533333333vw;
  width: 4.96vw;
}
@media screen and (min-width: 750px) {
  nav.mainnav ul li > .link::before {
    height: 38px;
    left: 9px;
    top: -18px;
    width: 38px;
  }
}
nav.mainnav ul li > .link::after {
  background: url(images/mainnav-orn-starR.svg) 0 0/contain no-repeat;
  bottom: -3.3066666667vw;
  content: "";
  height: 6.64vw;
  position: absolute;
  right: -0.16vw;
  width: 6.56vw;
}
@media screen and (min-width: 750px) {
  nav.mainnav ul li > .link::after {
    bottom: -25px;
    height: 50px;
    right: -1px;
    width: 50px;
  }
}
@media screen and (min-width: 750px) {
  nav.mainnav ul li a.link {
    transition-duration: 0.15s;
    transition-property: background-color, border-color, color;
    transition-timing-function: ease-out;
  }
  nav.mainnav ul li a.link:hover {
    background-color: #28A541;
    border-color: #fccf00;
    color: #fff;
  }
}
/*# sourceMappingURL=style.css.map */
