@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&family=Lato:wght@400;700&display=swap");
body {
  background-color: #fff;
}

.animate .fadein,
.animate.fadein {
  opacity: 0;
  transition: opacity 1s ease;
}

.animate.show .fadein,
.animate.show.fadein {
  opacity: 1;
}

main {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
}
main * {
  position: relative;
}
main .hidden {
  display: none !important;
}

@media screen and (min-width: 871px) {
  .pc_none,
  .sp_only {
    display: none !important;
  }
  header {
    display: block;
  }
  header:after, header:before {
    content: "";
    display: block;
    clear: both;
  }
  main {
    width: 100%;
    overflow: hidden;
    font-size: 10px;
    padding-bottom: 0;
    background-color: #fff4f7;
  }
}
@media screen and (min-width: 871px) and (max-width: 1140px) {
  main {
    font-size: 0.8771929825vw;
  }
}
@media screen and (min-width: 871px) {
  main img {
    display: block;
  }
  main a {
    transition: opacity 0.4s ease;
  }
  main a:hover {
    opacity: 0.5;
  }
  main #kv {
    background-color: #f09db1;
  }
  main #kv .kv_pic {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: 2000px;
    width: 180%;
  }
  main .section {
    font-size: 10px;
  }
}
@media screen and (min-width: 871px) and (max-width: 1140px) {
  main .section {
    font-size: 0.8771929825vw;
  }
}
@media screen and (min-width: 871px) {
  main .section .inner_wrap {
    width: 110em;
    margin: 0 auto;
  }
  main .section .text {
    font-size: 1.6em;
  }
  main .section#about {
    text-align: center;
    background-image: url("../img/about_bg2.png");
    background-size: 95.7em auto;
    background-position: center 46em;
    background-repeat: no-repeat;
    padding-top: 10.4em;
    padding-bottom: 7.5em;
  }
  main .section#about .section_title {
    font-size: 2.8em;
    line-height: 1.5714285714;
    margin-bottom: 1.1428571429em;
    font-weight: 600;
    color: #163060;
    letter-spacing: 0.06em;
  }
  main .section#about .musubi {
    display: flex;
    width: 110.4em;
    margin: 0 auto 6.8em;
    justify-content: space-between;
    align-items: center;
    border-radius: 4em;
    background-color: rgb(255, 255, 255);
    padding: 4.2em 6em 3.8em;
  }
  main .section#about .musubi .logo_musubi {
    width: 15.7em;
  }
  main .section#about .musubi .text {
    width: calc(100% - 8.7222222222em - 2em);
    font-weight: 700;
    font-size: 1.8em;
    line-height: 1.9444444444;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
    text-align: left;
    color: #192f60;
    margin-top: -0.4444444444em;
  }
  main .section#about .musubi .text strong {
    color: #d01120;
    letter-spacing: 0.1em;
  }
  main .section#about .text {
    line-height: 2.375em;
    letter-spacing: 0.06em;
  }
  main .section#about .bnr_set {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 8.7em auto 0;
  }
  main .section#about .bnr_set .bnr_set_title {
    font-size: 1em;
    width: 100%;
  }
  main .section#about .bnr_set .bnr_set_title img {
    width: 25.5em;
    margin: 0 auto;
  }
  main .section .bnr_report {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25.5555555556em;
    border-radius: 6px;
    margin: 1.7777777778em 0.3888888889em 0;
    font-size: 1.8em;
    background: url(../img/bnr_report0518.jpg) center top/contain no-repeat #fff;
    text-align: center;
    padding: 6.4444444444em 0 0.6111111111em;
    color: #163060;
    font-weight: 500;
    line-height: 1.8888888889;
  }
  main .section .bnr_report:before {
    content: "";
    display: block;
    width: 1.8888888889em;
    aspect-ratio: 1;
    background: url(../img/icon_arrow.svg) center/contain no-repeat;
    position: relative;
    margin-right: 1em;
  }
  main .section .bnr_report.report0706-1 {
    background-image: url(../img/report0706-1.jpg);
  }
  main .section .bnr_report.report0706-2 {
    background-image: url(../img/report0706-2.jpg);
  }
  main .section .bnr_report.report1122-1 {
    background-image: url(../img/report1122-1.jpg);
  }
  main .section .bnr_report.report1122-2 {
    background-image: url(../img/report1122-2.jpg);
  }
  main .section#events {
    padding: 4.2em 0 0;
  }
  main .section#events .tab_btn_set {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
  }
  main .section#events .tab_btn_set .tab_btn {
    display: block;
    width: 35em;
    margin: 0 2.25em;
    opacity: 0.4;
    transition: opacity 0.2s ease;
  }
  main .section#events .tab_btn_set .tab_btn:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.5em;
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  main .section#events .tab_btn_set .tab_btn:nth-child(1):after {
    background: #f08300;
  }
  main .section#events .tab_btn_set .tab_btn:nth-child(2):after {
    background: #90c320;
  }
  main .section#events .tab_btn_set .tab_btn.check:before {
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 5.95em);
    top: -3.8em;
    width: 11.9em;
    height: 3.1em;
    background: url(../img/check.svg) center/11.9em 3.1em no-repeat;
  }
  main .section#events .tab_btn_set .tab_btn:hover {
    opacity: 1;
  }
  main .section#events .tab_btn_set .tab_btn.soon {
    pointer-events: none;
    opacity: 1;
  }
  main .section#events .tab_btn_set .tab_btn.active {
    opacity: 1;
  }
  main .section#events .tab_btn_set .tab_btn.active:after {
    opacity: 1;
  }
  main .section#events .tab_set {
    transition: height 0.5s ease;
    overflow: hidden;
    width: 200em;
    left: calc(50% - 100em);
  }
  main .section#events .tab_set .tab {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    width: 100%;
  }
  main .section#events .tab_set .tab .deco {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
    opacity: 0.7;
  }
  main .section#events .tab_set .tab .deco.on {
    z-index: 2;
  }
  main .section#events .tab_set .tab .tab_inner {
    padding: 7em 0 10em;
    width: 110.4em;
    margin: 0 auto;
  }
  main .section#events .tab_set .tab .tab_inner .section_title {
    font-size: 1em;
    width: fit-content;
    height: 9.6em;
    margin: 0 auto;
  }
  main .section#events .tab_set .tab .tab_inner .section_title img {
    width: auto;
    height: 100%;
  }
  main .section#events .tab_set .tab .tab_inner .title_text {
    margin-top: 2.25em;
    text-align: center;
    line-height: 1.75;
    letter-spacing: 0.06em;
  }
  main .section#events .tab_set .tab .tab_inner .title_text small {
    font-size: 0.75em;
  }
  main .section#events .tab_set .tab .tab_inner .bnr_set {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 2.6666666667em auto 0;
  }
  main .section#events .tab_set .tab .tab_inner .bnr_set:has(.bnr_set_title) {
    margin-top: 6.2em;
  }
  main .section#events .tab_set .tab .tab_inner .bnr_set .bnr_set_title {
    font-size: 1em;
    width: 100%;
  }
  main .section#events .tab_set .tab .tab_inner .bnr_set .bnr_set_title img {
    width: 25.5em;
    margin: 0 auto;
  }
  main .section#events .tab_set .tab .tab_inner .bnr_set .bnr_report {
    margin: 1.4444444444em 0.5em 0;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area {
    margin: 5.1em auto 0;
    background: #fff;
    border-radius: 40px;
    padding: 6.7em 7em 5.7em;
    z-index: 1;
    position: relative;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .info .row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .info .row .row_title {
    width: 7.0555555556em;
    font-size: 1.8em;
    line-height: 3.3333333333;
    border: #163060 2px solid;
    border-radius: 8px;
    text-align: center;
    letter-spacing: 0.06em;
    padding-left: 0.06em;
    color: #163060;
    font-weight: 600;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .info .row .text {
    width: calc(100% - 6.7391304348em);
    font-size: 2.3em;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0.04em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .info .row .text strong {
    font-weight: 600;
    color: #f57d58;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .info .row .text small {
    font-size: 0.7956521739em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .info .row .text .small2 {
    display: block;
    font-size: 0.6086956522em;
    line-height: 1.7142857143;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .info .row .text .small3 {
    font-size: 0.6956521739em;
    display: block;
    margin-top: 0.625em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .info .row .text .small3 strong {
    color: inherit;
    display: inline-block;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .info .row .text .small3 strong:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -5px;
    width: calc(100% - 0.5em);
    height: 2px;
    background: #f57d58;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .info .row .text .note {
    font-size: 0.5217391304em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .info .row .text .map_btn {
    font-size: 0.4347826087em;
    display: inline-block;
    width: 5.4em;
    margin-left: 0.7em;
    top: 0.4em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .info .row .text_map {
    width: calc(100% - 15.5em);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .info .row .text_map .texts {
    width: calc(100% - 35.6em);
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .info .row .text_map .texts .text {
    width: 100%;
    line-height: 1.0434782609;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .info .row .text_map .texts .text small {
    font-size: 0.8em;
    line-height: 1.3043478261;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .info .row .text_map .texts .text .small2 {
    display: block;
    font-size: 0.6086956522em;
    line-height: 1.7142857143;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .info .row .text_map .texts .text .map_btn {
    font-size: 0.7142857143em;
    display: inline-block;
    width: 5.4em;
    margin-left: 0.7em;
    top: 0.5em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .info .row .text_map .texts .text + .text {
    margin-top: 0.5217391304em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .info .row .text_map .map {
    width: 34.6em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .info .row + .row {
    margin-top: 3em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .info .row:has(.text_map) {
    align-items: flex-start;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap {
    margin-top: 9.6em;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 3em 2.4em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .wrap_title {
    width: 100%;
    font-size: 2.4em;
    letter-spacing: 0.06em;
    padding-left: 0.06em;
    text-align: center;
    font-weight: 600;
    padding-bottom: 0.6666666667em;
    position: relative;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .wrap_title:after {
    content: "";
    display: block;
    position: absolute;
    font-size: 0.4166666667em;
    width: 3.1em;
    height: 2px;
    bottom: 0;
    left: calc(50% - 1.55em);
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .more {
    width: 100%;
    color: #f08300;
    text-align: center;
    font-size: 1.8em;
    font-weight: 600;
    letter-spacing: 0.02em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .present {
    font-size: 2.4em;
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: 0.06em;
    width: 32.1666666667em;
    margin: 1.1666666667em auto 0.5416666667em;
    border-radius: 0.8333333333em;
    background-color: rgba(208, 17, 32, 0.102);
    padding: 1.375em 1.25em 1.125em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .present strong {
    color: #d01120;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .present .illust {
    position: absolute;
    width: 5.9166666667em;
    right: 0.7083333333em;
    top: -0.5em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col {
    width: 47em;
    border-radius: 1.6em;
    padding: 4em 3.2em 3.2em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col:has(.entry_btn_wrap) {
    padding-bottom: 13.1em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col.w {
    margin-left: auto;
    margin-right: auto;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col:has(.inner_col) {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 5.2em;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    padding-bottom: 3.3em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col:has(.inner_col) .col_title {
    margin-bottom: 1.2592592593em;
    width: 100%;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col:has(.inner_col) .pic {
    margin-left: 2.3em;
    margin-right: 0;
    margin-bottom: 4.8em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col:has(.inner_col) .texts {
    width: 42.3em;
    margin-right: 2.3em;
    margin-bottom: 4.8em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col:has(.inner_col) .texts .cn {
    color: #ee7097;
    font-size: 1.8em;
    letter-spacing: 0.02em;
    line-height: 1.4444444444em;
    font-weight: 600;
    margin-bottom: 1em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col:has(.inner_col) .texts .cn strong {
    font-size: 1.5em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col:has(.inner_col) .texts .cn + .text {
    margin-top: 0;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col:has(.inner_col) .bar {
    width: 0.2em;
    height: auto;
    background: #f08300;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col:has(.inner_col) .inner_col {
    width: 40em;
    padding-bottom: 9em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col:has(.inner_col) .inner_col .col_title {
    font-size: 2em;
    margin-bottom: 1em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col:has(.inner_col) .inner_col .entry_btn_wrap {
    bottom: 0;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col:has(.inner_col) .inner_col .entry_btn.double {
    font-size: 1.6em;
    width: 16.25em;
    height: 3.125em;
    text-align: center;
    white-space: nowrap;
    line-height: 1.25;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col .col_title {
    color: #163060;
    text-align: center;
    font-size: 2.7em;
    line-height: 1.3333333333;
    letter-spacing: -0.04em;
    font-weight: 600;
    margin-bottom: 1em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col .pic {
    max-width: 40em;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    border-radius: 8px;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col .col_title2 {
    margin-top: 1.35em;
    font-size: 2em;
    line-height: 1.7;
    letter-spacing: 0.04em;
    font-weight: 600;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col .text {
    margin-top: 1.9375em;
    line-height: 1.75;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col .text .bar {
    display: block;
    line-height: 1;
    padding-bottom: 1.25em;
    border-bottom: #333333 1px solid;
    margin-bottom: 0.6em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col .tag {
    border: #59bcf9 2px solid;
    color: #59bcf9;
    width: fit-content;
    font-size: 1.4em;
    font-weight: 700;
    padding: 0.5em 0.6428571429em 0.5em;
    line-height: 1;
    margin-top: 0.8571428571em;
    border-radius: 8px;
    background: #fff;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col .text .time {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    font-size: 0.8125em;
    line-height: 1;
    border: #59bcf9 2px solid;
    height: 2.3076923077em;
    border-radius: 4px;
    padding: 0 0.6153846154em;
    margin: 0 0 0.6153846154em;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: #fff;
    background: #59bcf9;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col .time_set {
    display: flex;
    width: calc(100% + 0.8em);
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 1.8em;
    left: -0.4em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col .time_set li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    font-size: 1.3em;
    line-height: 1;
    border: #59bcf9 2px solid;
    height: 2.3076923077em;
    border-radius: 8px;
    padding: 0 0.6153846154em;
    margin: 0 0.3076923077em 0.6153846154em;
    font-weight: 600;
    letter-spacing: 0.06em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col .time_set li.time {
    color: #fff;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col .time_set li.shoyo {
    background: #fff;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col .time_set li.br {
    width: 60%;
    visibility: hidden;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col .time_set + .text {
    margin-top: 0.1875em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col .time_set + .time_set {
    margin-top: 0;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col .note {
    font-size: 1.2em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col .entry_btn_wrap {
    position: absolute;
    bottom: 2.8em;
    left: 0;
    width: 100%;
    height: 7.4em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col .entry_btn {
    display: flex;
    width: fit-content;
    min-width: 13.3333333333em;
    height: 2.7777777778em;
    font-size: 1.8em;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    border-radius: 1.3888888889em;
    letter-spacing: 0.03em;
    color: #fff;
    background: #f08300;
    padding-left: 1.5em;
    padding-right: 2.1111111111em;
    margin: 0 auto 0;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col .entry_btn:after {
    content: "";
    display: block;
    position: absolute;
    font-size: 0.5em;
    width: 1em;
    height: 2em;
    border-left: #fff 1em solid;
    box-sizing: border-box;
    border-top: transparent 1em solid;
    border-bottom: transparent 1em solid;
    right: 1.9em;
    top: calc(50% - 1em);
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col .entry_btn.fin {
    pointer-events: none;
    background: #A8A8A8;
    padding: 0 0.6111111111em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col .entry_btn.fin:after {
    display: none;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col .anc_entry_btn {
    display: block;
    width: fit-content;
    margin: 1em auto 0;
    font-size: 1.2em;
    color: #333333;
    font-weight: 500;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col .anc_entry_btn:after {
    content: "";
    display: inline-block;
    position: relative;
    font-size: 0.5833333333em;
    width: 1em;
    height: 1em;
    box-sizing: border-box;
    border-right: #333333 1px solid;
    border-bottom: #333333 1px solid;
    transform: rotate(45deg);
    margin-left: 5px;
    top: -0.3em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col .toujitsu {
    width: fit-content;
    margin: 1em auto 0;
    font-size: 1.2em;
    color: #f08300;
    font-weight: 700;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap:not(:has(.wrap_title)) .col:nth-child(2n) {
    margin-right: 0;
    margin-left: -2px;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap:not(:has(.wrap_title)) .col:nth-child(n+3) {
    margin-top: 3.3em;
  }
  main .section#events .tab_set .tab .tab_inner .entry_area {
    margin: 5.2em auto 0;
    background: #fff;
    border-radius: 40px;
    padding: 6.2em 7.2em 7em;
    z-index: 1;
  }
  main .section#events .tab_set .tab .tab_inner .entry_area .area_title {
    font-size: 1em;
    width: 72.8em;
    margin: 0 auto;
  }
  main .section#events .tab_set .tab .tab_inner .entry_area .info {
    margin-top: 4.9em;
  }
  main .section#events .tab_set .tab .tab_inner .entry_area .info .row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 7.4em;
  }
  main .section#events .tab_set .tab .tab_inner .entry_area .info .row .row_title {
    width: 7.2222222222em;
    font-size: 1.8em;
    line-height: 3.8888888889;
    border: #163060 2px solid;
    border-radius: 8px;
    text-align: center;
    letter-spacing: 0.06em;
    padding-left: 0.06em;
    color: #163060;
    font-weight: 600;
  }
  main .section#events .tab_set .tab .tab_inner .entry_area .info .row .text {
    width: calc(100% - 8.5em);
    font-size: 1.8em;
    line-height: 1.5555555556;
    font-weight: 500;
    letter-spacing: 0.04em;
  }
  main .section#events .tab_set .tab .tab_inner .entry_area .info .row .text a {
    color: #333333;
    text-decoration: underline;
    font-weight: 500;
  }
  main .section#events .tab_set .tab .tab_inner .entry_area .info .row .text small {
    font-size: 0.6666666667em;
  }
  main .section#events .tab_set .tab .tab_inner .entry_area .info .row + .row {
    margin-top: 4em;
  }
  main .section#events .tab_set .tab .tab_inner .entry_area .info .note {
    margin-top: 3.25em;
    font-size: 1.2em;
    line-height: 1;
    font-weight: 500;
  }
  main .section#events .tab_set .tab .tab_inner .entry_area .entry_btn {
    color: #fff;
    background: #5db7e9;
    text-align: center;
    display: block;
    border-radius: 8px;
    line-height: 3.3913043478em;
    font-size: 2.3em;
    font-weight: 600;
    letter-spacing: 0.06em;
    margin: 1.7826086957em auto 0;
    width: 16.8695652174em;
  }
  main .section#events .tab_set .tab .tab_inner .entry_area .entry_btn:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 11px solid #ffffff;
    border-right: 0;
    right: 1em;
    top: calc(50% - 0.3913043478em);
  }
  main .section#events .tab_set .tab .tab_inner .entry_area .entry_btn.stop {
    background-color: #aaaaaa;
    color: #fff;
    pointer-events: none;
    padding-left: 0.06em;
  }
  main .section#events .tab_set .tab .tab_inner .entry_area .entry_btn.stop:after {
    display: none;
  }
  main .section#events .tab_set .tab .tab_inner .entry_area .entry_btn.stop + .text {
    text-align: center;
    font-size: 1.8em;
    line-height: 1.5555555556;
    font-weight: 500;
    margin: 2em auto 0;
    letter-spacing: 0.04em;
  }
  main .section#events .tab_set .tab .tab_inner .link_lastyear {
    display: block;
    width: fit-content;
    margin: 2.3636363636em auto 1.3636363636em;
    color: #163060;
    line-height: 1;
    font-size: 2.2em;
    font-weight: 600;
    letter-spacing: 0.06em;
    padding-right: 1.6363636364em;
  }
  main .section#events .tab_set .tab .tab_inner .link_lastyear:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 9px solid #163060;
    border-right: 0;
    right: 0;
    top: calc(50% - 0.3636363636em);
  }
  main .section#events .tab_set .tab .tab_inner .report_area {
    margin: 4.8em auto 0;
    background: #fff;
    border-radius: 8px;
    padding: 7em;
  }
  main .section#events .tab_set .tab .tab_inner .report_area .report_title {
    font-size: 1em;
    width: fit-content;
    height: 5.8em;
    margin: 0 auto 6.2em;
  }
  main .section#events .tab_set .tab .tab_inner .report_area .report_title img {
    width: auto;
    height: 100%;
  }
  main .section#events .tab_set .tab .tab_inner .report_area .row .row_title {
    color: #163060;
    font-size: 2.7em;
    line-height: 1.5172413793;
    font-weight: 500;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
    margin-bottom: 1em;
  }
  main .section#events .tab_set .tab .tab_inner .report_area .row .text {
    line-height: 1.75;
    letter-spacing: 0.06em;
  }
  main .section#events .tab_set .tab .tab_inner .report_area .row .pic {
    overflow: hidden;
    border-radius: 8px;
  }
  main .section#events .tab_set .tab .tab_inner .report_area .row + .row {
    margin-top: 5.6em;
  }
  main .section#events .tab_set .tab .tab_inner .report_area .row.flex_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  main .section#events .tab_set .tab .tab_inner .report_area .row.flex_wrap .texts {
    width: 59em;
  }
  main .section#events .tab_set .tab .tab_inner .report_area .row.flex_wrap .pic {
    width: 34em;
  }
  main .section#events .tab_set .tab.active {
    opacity: 1;
    pointer-events: auto;
  }
  main .section#events .tab_set .tab:before {
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 70em);
    top: 0;
    width: 140em;
    border-radius: 4em;
    height: 100%;
  }
  main .section#events .tab_set .tab .bg {
    position: absolute;
    pointer-events: none;
    left: 50%;
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
  }
  main .section#events .tab_set .tab:nth-child(1):before,
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap .col {
    background: #fff9f1;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap .col.events_wrap_col {
    background: none;
    margin-top: 4.8em;
    padding: 0;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap .col.events_wrap_col .wrap_title {
    color: #8fc31f;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap .col.events_wrap_col .wrap_title:after {
    background: #8fc31f;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap .col.events_wrap_col .events_list {
    margin-top: 2.2em;
    border-radius: 2em;
    background-color: rgb(246, 253, 231);
    padding: 3.6em 3.4em;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap .col.events_wrap_col .events_list li {
    padding-left: 1.5909090909em;
    font-size: 2.2em;
    line-height: 1.2727272727;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #8fc31f;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap .col.events_wrap_col .events_list li small {
    display: block;
    font-size: 0.7272727273em;
    line-height: 1.75;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap .col.events_wrap_col .events_list li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1.2272727273em;
    aspect-ratio: 1;
    background: url(../img/fl1.png) center/contain no-repeat;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap .col.events_wrap_col .events_list li + li {
    margin-top: 0.5454545455em;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap .col.events_wrap_col .illust {
    position: absolute;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap .col.events_wrap_col .illust.illust1 {
    width: 5.4em;
    right: 4.1em;
    bottom: 14.7em;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap .col.events_wrap_col .illust + .illust2 {
    width: 6.1em;
    right: 2em;
    bottom: 2.3em;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap .col.events_wrap_col.wrap2 .wrap_title {
    color: #ee7097;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap .col.events_wrap_col.wrap2 .wrap_title:after {
    background: #ee7097;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap .col.events_wrap_col.wrap2 .events_list {
    background-color: rgb(255, 244, 247);
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap .col.events_wrap_col.wrap2 .events_list li {
    color: #ee7097;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap .col.events_wrap_col.wrap2 .events_list li:before {
    background-image: url(../img/fl2.png);
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap .col.events_wrap_col.wrap2 .illust {
    width: 13em;
    right: 1.1em;
    bottom: 8.2em;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap .col .col_title,
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap .wrap_title {
    color: #f08300;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap .col .col_title:after,
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap .wrap_title:after {
    background: #f08300;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap .col .time_set li.time {
    background: #fff;
    color: #f08300;
    border-color: #f08300;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap .col .time_set li.time2 {
    background: #ee7097;
    color: #fff;
    border-color: #ee7097;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap .col .time_set li.shoyo {
    color: #ee7097;
    border-color: #ee7097;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap .col .time_set li.ticket {
    background: #163060;
    border-color: #163060;
    color: #fff;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap.wrap2 .col .col_title,
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap.wrap2 .wrap_title {
    color: #ee7097;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap.wrap2 .wrap_title:after {
    background: #ee7097;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap.wrap2 .col {
    background: #fff4f7;
    padding: 3.7em 3.7em 2.9em 21.6em;
    overflow: hidden;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap.wrap2 .col .col_title {
    font-size: 2.1em;
    text-align: left;
    margin-bottom: 0.6em;
    letter-spacing: 0.02em;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap.wrap2 .col .text {
    margin-top: 0;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap.wrap2 .col .pic {
    position: absolute;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap.wrap2 .col .pic.tanzaku {
    width: 16.5em;
    bottom: -6.5em;
    left: 2.2em;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap.wrap2 .col .pic.gacha {
    width: 14.7em;
    bottom: 3.6em;
    left: 4.3em;
  }
  main .section#events .tab_set .tab:nth-child(1) .bg {
    width: 174em;
    margin-left: -84em;
    top: 30.1em;
    background-image: url(../img/deco_blue.png);
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .bnr_report {
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .bnr_report:before {
    position: absolute;
    left: 2.5em;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .entry_area .entry_set {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 4.7em;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .entry_area .entry_set .col {
    width: 32.5960419092%;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .entry_area .entry_set .btn_text {
    font-size: 1.7em;
    line-height: 1.4444444444;
    text-align: center;
    color: #163060;
    margin-bottom: 8px;
    font-feature-settings: "palt";
    letter-spacing: 0;
    white-space: nowrap;
    font-weight: 600;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .entry_area .entry_set .entry_btn {
    line-height: 1.5555555556em;
    font-size: 1.8em;
    letter-spacing: 0.06em;
    margin: 0;
    width: 100%;
    padding: 0.6666666667em;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .entry_area .entry_set .entry_btn.stop {
    background-color: #aaaaaa;
    padding-left: 0.06em;
    padding-right: 0;
    font-size: 1.6em;
  }
  main .section#events .tab_set .tab:nth-child(1) .deco {
    aspect-ratio: 1;
  }
  main .section#events .tab_set .tab:nth-child(1) .deco.deco1 {
    width: 15.6em;
    right: -7.2em;
    margin-top: -1.3em;
    background-image: url(../img/deco1.svg);
  }
  main .section#events .tab_set .tab:nth-child(1) .deco.deco2 {
    left: -8.6em;
    width: 12.3em;
    margin-top: 35.5em;
    background-image: url(../img/deco2.svg);
  }
  main .section#events .tab_set .tab:nth-child(1) .deco.deco3 {
    right: -10em;
    width: 19.1em;
    margin-top: 81.5em;
    background-image: url(../img/deco3.svg);
  }
  main .section#events .tab_set .tab:nth-child(1) .deco.deco4 {
    left: -11.2em;
    width: 14.9em;
    margin-top: 114.4em;
    background-image: url(../img/deco1.svg);
  }
  main .section#events .tab_set .tab:nth-child(1) .deco.deco5 {
    right: -6.6em;
    width: 10.1em;
    margin-top: 157.1em;
    background-image: url(../img/deco2.svg);
  }
  main .section#events .tab_set .tab:nth-child(1) .deco.deco6 {
    left: -6.5em;
    width: 15.5em;
    margin-top: -3.1em;
    background-image: url(../img/deco3.svg);
  }
  main .section#events .tab_set .tab:nth-child(1) .deco.deco7 {
    right: -6.6em;
    width: 10.7em;
    margin-top: 26.2em;
    background-image: url(../img/deco1.svg);
  }
  main .section#events .tab_set .tab:nth-child(1) .deco.deco8 {
    left: -4.7em;
    width: 10.4em;
    margin-top: -7.3em;
    background-image: url(../img/deco2.svg);
  }
  main .section#events .tab_set .tab:nth-child(2):before,
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap {
    background: #f8ffe7;
  }
  main .section#events .tab_set .tab:nth-child(2) .bg {
    width: 167.4em;
    margin-left: -84.5em;
    top: 28.7em;
    background-image: url(../img/deco_red.png);
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .info .row + .row {
    margin-top: 3.3em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .info .row .text .small3 {
    font-weight: bold;
    font-size: 0.7826086957em;
    color: #f08300;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .info .row:nth-child(3) .text {
    line-height: 1.5652173913;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area {
    padding: 0;
    background: transparent;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .info {
    padding: 6.9em 7.3em;
    background: #fff;
    border-radius: 4em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap {
    padding: 8em 6.8em;
    background: #fff;
    border-radius: 4em;
    margin-top: 4em;
    display: block;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap .wrap_title {
    font-size: 1em;
    margin: 0 auto;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap .title_text {
    font-weight: 500;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.stage .wrap_title {
    width: 32.3em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.stage .row {
    width: 92.8497409326%;
    margin: 5.6em auto 0;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.stage .row .row_title_set {
    border-bottom: 2px #163060 solid;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 3.8em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.stage .row .row_title_set .time {
    font-size: 2.29em;
    color: #fff;
    letter-spacing: 0.04em;
    font-weight: bold;
    line-height: 1;
    padding: 0.6550218341em 0.7423580786em;
    background: #90c320;
    border-radius: 0.2620087336em 0.2620087336em 0 0;
    margin-right: 2.6200873362em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.stage .row .row_title_set .row_title {
    color: #192f60;
    font-weight: 700;
    font-size: 3em;
    letter-spacing: 0.04em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.stage .row .place {
    position: absolute;
    color: #14386a;
    border: #163060 2px solid;
    font-size: 1.6em;
    font-weight: 700;
    letter-spacing: 0.04em;
    width: fit-content;
    line-height: 1;
    padding: 0.4em 0.5em;
    border-radius: 0.3em;
    right: 0;
    top: 50%;
    margin-top: -2px;
    transform: translateY(-50%);
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.stage .row .flex_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.stage .row .flex_wrap .pic {
    width: 30em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.stage .row .flex_wrap .texts {
    width: calc(100% - 34em);
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.stage .row .flex_wrap .texts .name {
    color: #163060;
    font-size: 2.3em;
    letter-spacing: 0.04em;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0.7391304348em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.stage .row .flex_wrap .texts .name small {
    display: inline-block;
    font-size: 0.6086956522em;
    margin-right: 1.5em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.stage .row .flex_wrap .texts .text {
    font-size: 1.6em;
    line-height: 1.75;
    letter-spacing: 0.06em;
    font-weight: 500;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.stage .row.mini {
    margin-top: 4.5em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.stage .row.mini .flex_wrap {
    justify-content: center;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.stage .row.mini .flex_wrap .pic {
    width: 17.5em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.stage .row.mini .flex_wrap .texts {
    margin-left: 3.3em;
    width: 47.9em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.stage .row.mini .flex_wrap .texts .name small {
    display: block;
    margin-bottom: 1.1428571429em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.taiken {
    padding-bottom: 6.4em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.taiken .wrap_title {
    width: 38.6em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.taiken .row {
    width: 100%;
    border-width: 2px;
    border-color: rgb(22, 48, 96);
    border-style: solid;
    border-radius: 0.6em;
    padding: 3.2em 3.2em 2.6em;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 3.6em 0 0;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.taiken .row .kanshu_title {
    width: 100%;
    text-align: center;
    line-height: 1;
    font-size: 2.4em;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #ee7097;
    padding-bottom: 0.7916666667em;
    margin-bottom: 1.2916666667em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.taiken .row .kanshu_title:after {
    font-size: 0.4166666667em;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 1.5em);
    width: 3em;
    height: 2px;
    background: #ee7097;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.taiken .row .col {
    padding: 0;
    margin: 0;
    border-radius: 0;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.taiken .row .col .pic {
    max-width: 100%;
    margin: 0;
    border-radius: 0;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.taiken .row .col.title_col {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4.8em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.taiken .row .col.title_col .texts {
    width: 41.4em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.taiken .row .col.title_col .texts .place {
    color: #14386a;
    border: #163060 2px solid;
    font-size: 1.6em;
    font-weight: 700;
    letter-spacing: 0.04em;
    width: fit-content;
    line-height: 1;
    padding: 0.4em 0.5em;
    border-radius: 0.3em;
    margin-bottom: 1em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.taiken .row .col.title_col .texts .row_title {
    color: #163060;
    font-weight: 700;
    font-size: 2.6em;
    letter-spacing: 0;
    line-height: 1.5357142857;
    margin-bottom: 1.2142857143em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.taiken .row .col.title_col .texts .text {
    font-size: 1.6em;
    line-height: 1.75;
    letter-spacing: 0.06em;
    font-weight: 500;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.taiken .row .col.title_col .pic {
    width: 42em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.taiken .row .col:not(.title_col) {
    width: calc(50% - 1.3em);
    text-align: center;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.taiken .row .col:not(.title_col) .col_head {
    display: flex;
    width: 100%;
    height: 2.5em;
    font-size: 1.6em;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #fff;
    background: 0.375em;
    background-color: rgb(238, 112, 151);
    margin-bottom: 1.0625em;
    border-radius: 0.375em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.taiken .row .col:not(.title_col) .col_title {
    color: #163060;
    font-weight: 700;
    font-size: 1.8em;
    letter-spacing: 0.02em;
    line-height: 1.7777777778;
    margin-bottom: 0.1666666667em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.taiken .row .col:not(.title_col) .text {
    font-size: 1.6em;
    line-height: 1.75;
    letter-spacing: 0.06em;
    margin: 0;
    font-weight: 500;
    white-space: nowrap;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.taiken .row .col:not(.title_col):nth-child(2n+1) {
    margin-left: 2.6em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.taiken .row .col:not(.title_col) + .col + .col {
    margin-top: 2.6em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.taiken .row + .row {
    margin-top: 4em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.taiken .row.advice .col:not(.title_col) {
    width: calc(50% - 2.9em);
    margin: 0;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.taiken .row.advice .col:not(.title_col) .col_head {
    font-size: 2.2em;
    line-height: 1.4545454545;
    height: 3.8636363636em;
    margin: 0;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.taiken .row.advice .col:not(.title_col) .name {
    font-size: 1.6em;
    line-height: 1.5;
    color: #163060;
    letter-spacing: 0.04em;
    font-weight: 500;
    margin-top: 1.3125em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.taiken .row.advice .col:not(.title_col) + .col {
    margin-left: 5.8em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.seminar .wrap_title {
    width: 17em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.seminar .row {
    width: 100%;
    margin: 4.2em auto 0;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.seminar .row .row_title_set {
    width: 92.8497409326%;
    border-bottom: 2px #163060 solid;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 auto 3.2em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.seminar .row .row_title_set .time {
    font-size: 2.29em;
    color: #fff;
    letter-spacing: 0.04em;
    font-weight: bold;
    line-height: 1;
    padding: 0.6550218341em 0.7423580786em;
    background: #f08300;
    border-radius: 0.2620087336em 0.2620087336em 0 0;
    margin-right: 2.6200873362em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.seminar .row .row_title_set .place {
    position: absolute;
    color: #14386a;
    border: #163060 2px solid;
    font-size: 1.6em;
    font-weight: 700;
    letter-spacing: 0.04em;
    width: fit-content;
    line-height: 1;
    padding: 0.4em 0.5em;
    border-radius: 0.3em;
    right: 0;
    top: 50%;
    margin-top: -2px;
    transform: translateY(-50%);
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.seminar .row .flex_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.seminar .row .flex_wrap .ttl_text {
    width: 34em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.seminar .row .flex_wrap .ttl_text .text {
    margin-top: 1.9375em;
    font-size: 1.6em;
    line-height: 1.75;
    letter-spacing: 0.06em;
    font-weight: 500;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.seminar .row .flex_wrap .row_title {
    text-align: center;
    color: #192f60;
    font-weight: 700;
    font-size: 2.6em;
    line-height: 1.7307692308;
    letter-spacing: 0.08em;
    white-space: nowrap;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.seminar .row .flex_wrap .flex_wrap {
    width: 36.6em;
    margin-left: 10.3626943005%;
    justify-content: space-between;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.seminar .row .flex_wrap .flex_wrap .pic {
    width: 17.5em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.seminar .row .flex_wrap .flex_wrap .texts {
    width: fit-content;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.seminar .row .flex_wrap .flex_wrap .texts .name {
    font-size: 2.3em;
    letter-spacing: 0.04em;
    font-weight: 500;
    color: #14386a;
    line-height: 1;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.seminar .row .flex_wrap .flex_wrap .texts .name small {
    display: block;
    font-size: 0.6086956522em;
    line-height: 1.8571428571;
    margin-bottom: 1.2857142857em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.seminar .row .entry_btn {
    margin: 2em auto 0;
    width: 20.1666666667em;
    font-size: 2.4em;
    color: #fff;
    height: 2.9166666667em;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f08300;
    border-radius: 1.4583333333em;
    font-weight: 700;
    letter-spacing: 0.03em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.seminar .row .entry_btn:after {
    font-size: 0.4166666667em;
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    right: 2.5em;
    top: 2.4em;
    border-left: 1.2em #fff solid;
    border-top: transparent 1.1em solid;
    border-bottom: transparent 1.1em solid;
    border-right: 0;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.seminar .row .entry_btn.fin {
    pointer-events: none;
    background: #A8A8A8;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.seminar .row .entry_btn.fin:after {
    display: none;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.seminar .row .video_wrap {
    width: fit-content;
    margin: 4em auto 6em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.seminar .row .entry_area {
    margin: 4.8em auto 0;
    background: transparent;
    border-radius: 0;
    padding: 0;
    width: 100%;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.seminar .row .entry_area .area_title {
    width: 37em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.seminar .row .entry_area .info {
    padding: 0;
    background: transparent;
    border-radius: 0;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.seminar .row .entry_area .info .row .text .note {
    font-size: 0.6666666667em;
  }
  main .section#events .tab_set .tab:nth-child(2) .events_wrap,
  main .section#events .tab_set .tab:nth-child(2) .info {
    z-index: 2;
  }
  main .section#events .tab_set .tab:nth-child(2) .deco {
    opacity: 1;
    z-index: 1;
    aspect-ratio: 1;
  }
  main .section#events .tab_set .tab:nth-child(2) .deco.on {
    z-index: 3;
  }
  main .section#events .tab_set .tab:nth-child(2) .deco.deco1 {
    width: 15.5em;
    right: -7.3em;
    margin-top: 0.2em;
    background-image: url(../img/1122/deco1.png);
  }
  main .section#events .tab_set .tab:nth-child(2) .deco.deco2 {
    left: -8.5em;
    width: 12.3em;
    margin-top: -15.5em;
    background-image: url(../img/1122/deco2.png);
  }
  main .section#events .tab_set .tab:nth-child(2) .deco.deco3 {
    right: -10.6em;
    width: 19em;
    margin-top: 13.2em;
    background-image: url(../img/1122/deco3.png);
  }
  main .section#events .tab_set .tab:nth-child(2) .deco.deco4 {
    left: -21.6em;
    width: 14.9em;
    margin-top: -44.4em;
    background-image: url(../img/1122/deco4.png);
  }
  main .section#events .tab_set .tab:nth-child(2) .deco.deco5 {
    right: -6.2em;
    width: 10.1em;
    margin-top: -20.1em;
    background-image: url(../img/1122/deco5.png);
  }
  main .section#events .tab_set .tab:nth-child(2) .deco.deco6 {
    right: -24.9em;
    width: 20.1em;
    margin-top: 21.9em;
    background-image: url(../img/1122/deco6.png);
  }
  main .section#events .tab_set .tab:nth-child(2) .deco.deco7 {
    left: -24.4em;
    width: 32.2em;
    margin-top: 57.3em;
    background-image: url(../img/1122/deco7.png);
  }
  main .section#events .tab_set .tab:nth-child(2) .deco.deco8 {
    right: -27.6em;
    width: 31.5em;
    margin-top: -48.3em;
    background-image: url(../img/1122/deco8.png);
  }
  main .section#events .tab_set .tab:nth-child(2) .deco.deco9 {
    left: -8.5em;
    width: 17em;
    margin-top: -6em;
    background-image: url(../img/1122/deco9.png);
  }
  main .section#events .tab_set .tab:nth-child(2) .deco.deco10 {
    right: -8em;
    width: 11.2em;
    margin-top: -48.5em;
    background-image: url(../img/1122/deco10.png);
  }
  main .section#events .tab_set .tab:nth-child(2) .deco.deco11 {
    left: -7.8em;
    width: 15.7em;
    margin-top: -10.7em;
    background-image: url(../img/1122/deco11.png);
  }
  main .section#note {
    overflow: hidden;
    height: 0;
    margin-top: 7em;
    background: #fff;
  }
  main .section#note .inner_wrap {
    width: 110.2em;
    padding-top: 9.6em;
  }
  main .section#note .row:nth-child(1) {
    padding-top: 0;
  }
  main .section#note .row:nth-child(2) {
    margin-top: 7.3em;
    border-top: rgba(20, 56, 106, 0.4) 1px solid;
    padding-top: 5em;
    padding-bottom: 5em;
    border-bottom: rgba(20, 56, 106, 0.4) 1px solid;
  }
  main .section#note .row:nth-child(3) {
    margin-top: 5em;
    padding-bottom: 5em;
    border-bottom: rgba(20, 56, 106, 0.4) 1px solid;
  }
  main .section#note .row:nth-child(4) {
    margin-top: 5em;
    padding-bottom: 7em;
  }
  main .section#note .row h2 {
    font-weight: 500;
    font-feature-settings: "palt";
    letter-spacing: 0.12em;
    text-align: left;
    font-size: 3em;
    line-height: 1;
    margin-bottom: 1.4666666667em;
    color: #163060;
  }
  main .section#note .row ul, main .section#note .row p {
    font-size: 1.6em;
    line-height: 1.625;
  }
  main .section#note .row ul small, main .section#note .row p small {
    font-size: 0.75em;
  }
  main .section#note .row li {
    padding-left: 1.25em;
    position: relative;
  }
  main .section#note .row li:before {
    content: "・";
    display: inline-block;
    position: absolute;
    left: 0;
  }
  main .section#note .row li:nth-child(n+2) {
    margin-top: 1.6875em;
  }
  main .section#note .row li ul {
    font-size: 1em;
  }
  main .section#note .row li ul li:nth-child(n+2) {
    margin-top: 0;
  }
  main .section#note .row li ul li ul li:before {
    content: "※";
  }
  main .section#note .row .btn {
    display: block;
    width: 18.4693877551em;
    font-size: 1.96em;
    line-height: 3.2653061224;
    border-radius: 1.6326530612em;
    margin-top: 1.7857142857em;
    background-color: #163060;
    text-align: center;
    color: #fff;
    font-weight: 500;
  }
  main .section#note .row .btn:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #ffffff;
    border-right: 0;
    right: 1em;
    top: calc(50% - 0.3888888889em);
  }
  main .section#note .row .info .info1 {
    width: 100%;
  }
  main .section#note .row .info .info1:after {
    display: block;
    clear: both;
    content: "";
  }
  main .section#note .row .info .info1 dl {
    display: block;
    width: fit-content;
    float: left;
  }
  main .section#note .row .info .info1 dl:after {
    display: block;
    clear: both;
    content: "";
  }
  main .section#note .row .info .info1 dl {
    margin: 0;
  }
  main .section#note .row .info .info1 dl:nth-child(n+2) {
    margin-left: 5.8em;
  }
  main .section#note .row .info .info1 dl dt {
    width: 9.5714285714em;
    font-size: 1.4em;
    line-height: 2.5714285714;
    border: #163060 2px solid;
    border-radius: 8px;
    text-align: center;
    letter-spacing: 0.06em;
    padding-left: 0.06em;
    color: #163060;
    font-weight: 600;
    float: left;
    display: block;
  }
  main .section#note .row .info .info1 dl dd {
    width: fit-content;
    float: left;
    display: block;
    margin-left: 1.125em;
    font-size: 1.6em;
    line-height: 2.5;
    font-weight: 500;
    letter-spacing: 0.06em;
  }
  main .section#note .row .info .info2 {
    width: 100%;
  }
  main .section#note .row .info .info2:after {
    display: block;
    clear: both;
    content: "";
  }
  main .section#note .row .info .info2 {
    margin-top: 2.4em;
  }
  main .section#note .row .info .info2 a {
    display: block;
    width: fit-content;
    padding-left: 3.3125em;
    font-size: 1.6em;
    line-height: 2.5;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #163060;
    float: left;
    margin-right: 1.5em;
    background-position: left center;
    background-size: 2.5em 2.5em;
    background-repeat: no-repeat;
  }
  main .section#note .row .info .info2 a.mail {
    background-image: url(../img/icon_mail.svg);
  }
  main .section#note .row .info .info2 a.tel {
    background-image: url(../img/icon_tel.svg);
  }
  main .section#note .row .archives {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .section#note .row .archives .btn {
    margin: 0;
    border: #192f60 2px solid;
    color: #192f60;
    background: #fff;
    font-size: 2.6em;
    width: 7em;
    height: 2.3846153846em;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    padding-bottom: 0.1em;
    box-sizing: border-box;
  }
  main .section#note .row .archives .btn:after {
    display: none;
  }
  main .section#note .row .archives .btn + .btn {
    margin-left: 0.6428571429em;
  }
}
@media screen and (max-width: 870px) {
  .sp_none,
  .pc_only {
    display: none !important;
  }
  main {
    overflow: hidden;
    font-size: 1.3333333333vw;
    background-color: #fff4f7;
  }
  main img {
    display: block;
  }
  main #kv {
    background-color: #fff;
  }
  main #kv .kv_pic {
    position: relative;
    width: 100%;
  }
  main .section {
    font-size: 1.3333333333vw;
    background-repeat: no-repeat;
  }
  main .section .inner_wrap {
    margin: 0 auto;
  }
  main .section .text {
    font-size: 3em;
    line-height: 5.6em;
  }
  main .section#about {
    text-align: center;
    background-image: url("../img/about_bg_sp.png");
    background-size: 112.4em auto;
    background-position: center 6.7em;
    padding-top: 19em;
    padding-bottom: 18.2em;
  }
  main .section#about .section_title {
    font-size: 3.8em;
    line-height: 1.5263157895;
    margin-bottom: 1.6315789474em;
    font-weight: 600;
    color: #163060;
    letter-spacing: 0.06em;
  }
  main .section#about .musubi {
    width: calc(100% - 7.6em);
    margin: 0 auto 6.8em;
    border-radius: 4em;
    background-color: rgb(255, 255, 255);
    padding: 4.2em 3.8em 3.8em;
  }
  main .section#about .musubi .logo_musubi {
    width: 21em;
    margin: 0 auto 3em;
  }
  main .section#about .musubi .text {
    font-weight: 700;
    font-size: 2.8em;
    line-height: 1.9444444444;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
    text-align: left;
    color: #192f60;
  }
  main .section#about .musubi .text strong {
    color: #d01120;
    letter-spacing: 0.1em;
  }
  main .section#about .text {
    line-height: 1.6666666667em;
    letter-spacing: 0.06em;
  }
  main .section#about .bnr_set {
    margin: 14.6em auto 0;
    padding: 0 5.1em;
  }
  main .section#about .bnr_set .bnr_set_title {
    font-size: 1em;
    width: 43em;
    margin: 0 auto 3.4em;
  }
  main .section#about .bnr_set .bnr_report {
    margin: 0;
  }
  main .section#about .bnr_set .bnr_report + .bnr_report {
    margin-top: 1.3928571429em;
  }
  main .section .bnr_report {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 0.8em;
    margin: 0 auto 0;
    font-size: 2.8em;
    background: url(../img/bnr_report0518_sp.jpg) center top/contain no-repeat #fff;
    text-align: center;
    padding: 7.1785714286em 0 0.7142857143em;
    color: #163060;
    font-weight: 500;
    line-height: 2.0714285714;
  }
  main .section .bnr_report:before {
    content: "";
    display: block;
    width: 1.9285714286em;
    aspect-ratio: 1;
    background: url(../img/icon_arrow.svg) center/contain no-repeat;
    position: relative;
    margin-right: 1em;
  }
  main .section .bnr_report.report0706-1 {
    background-image: url(../img/report0706-1_sp.jpg);
  }
  main .section .bnr_report.report0706-2 {
    background-image: url(../img/report0706-2_sp.jpg);
  }
  main .section .bnr_report.report1122-1 {
    background-image: url(../img/report1122-1.jpg);
    background-size: 120% auto;
  }
  main .section .bnr_report.report1122-2 {
    background-image: url(../img/report1122-2.jpg);
  }
  main .section#events {
    padding: 6.2em 0 0;
  }
  main .section#events .tab_btn_set {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-bottom: -1px;
  }
  main .section#events .tab_btn_set .tab_btn {
    display: block;
    width: 32em;
    margin: 0 1.3em;
    opacity: 0.4;
    transition: opacity 0.2s ease;
  }
  main .section#events .tab_btn_set .tab_btn:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1em;
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  main .section#events .tab_btn_set .tab_btn:nth-child(1):after {
    background: #f08300;
  }
  main .section#events .tab_btn_set .tab_btn:nth-child(2) {
    width: 33.5em;
  }
  main .section#events .tab_btn_set .tab_btn:nth-child(2):after {
    background: #90c320;
  }
  main .section#events .tab_btn_set .tab_btn.check:before {
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 9.9em);
    top: -5.9em;
    width: 19.8em;
    height: 4.6em;
    background: url(../img/check_sp.svg) center/contain no-repeat;
  }
  main .section#events .tab_btn_set .tab_btn.soon {
    pointer-events: none;
    opacity: 1;
  }
  main .section#events .tab_btn_set .tab_btn.active {
    opacity: 1;
  }
  main .section#events .tab_btn_set .tab_btn.active:after {
    opacity: 1;
  }
  main .section#events .tab_set {
    transition: height 0.5s ease;
    overflow: hidden;
    width: 100%;
  }
  main .section#events .tab_set .tab {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    width: 100%;
  }
  main .section#events .tab_set .tab .deco {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
    opacity: 0.7;
  }
  main .section#events .tab_set .tab .deco.on {
    z-index: 2;
  }
  main .section#events .tab_set .tab .tab_inner {
    padding: 13em 3.8em 11.9em;
    width: 100%;
  }
  main .section#events .tab_set .tab .tab_inner .section_title {
    font-size: 1em;
    width: auto;
    height: 13.4em;
    margin: 0 auto;
  }
  main .section#events .tab_set .tab .tab_inner .section_title img {
    width: auto;
    height: 100%;
    margin: 0 auto;
  }
  main .section#events .tab_set .tab .tab_inner .title_text {
    margin-top: 1.8em;
    line-height: 1.8666666667;
  }
  main .section#events .tab_set .tab .tab_inner .title_text small {
    font-size: 0.8em;
  }
  main .section#events .tab_set .tab .tab_inner .bnr_set:has(.bnr_set_title) {
    margin: 9.6em auto 0;
  }
  main .section#events .tab_set .tab .tab_inner .bnr_set:has(.bnr_set_title) .bnr_set_title {
    font-size: 1em;
    width: 61.7em;
    margin: 0 auto 3.4em;
  }
  main .section#events .tab_set .tab .tab_inner .bnr_set:has(.bnr_set_title) .bnr_report {
    margin: 0;
  }
  main .section#events .tab_set .tab .tab_inner .bnr_set:has(.bnr_set_title) .bnr_report + .bnr_report {
    margin-top: 1.6333333333em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area {
    margin: 8.7em auto 0;
    background: #fff;
    border-radius: 4em;
    padding: 6em 4em;
    z-index: 1;
    position: relative;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .info .row {
    width: 100%;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .info .row .row_title {
    font-size: 3em;
    line-height: 2.2666666667;
    border: #163060 0.1333333333em solid;
    border-radius: 0.4em;
    text-align: center;
    letter-spacing: 0.06em;
    padding-left: 0.06em;
    color: #163060;
    font-weight: 600;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .info .row .text {
    font-size: 3.4em;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 1em;
    text-align: center;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .info .row .text.soon {
    text-align: center;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .info .row .text strong {
    color: #f57d58;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .info .row .text:has(.small2) {
    font-size: 3.2em;
    line-height: 1.2;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .info .row .text small {
    font-size: 0.8em;
    line-height: 2;
    text-align: center;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .info .row .text small.small2 {
    display: block;
    font-size: 0.625em;
    line-height: 1.7;
    margin-top: 0.75em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .info .row .text small.small3 {
    font-size: 0.7647058824em;
    line-height: 1.6923076923;
    display: block;
    margin-top: 0.3846153846em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .info .row .text small.small3 strong {
    color: inherit;
    display: inline-block;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .info .row .text small.small3 strong:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -0.1em;
    width: calc(100% - 0.5em);
    height: 0.1153846154em;
    background: #f57d58;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .info .row .text .map_btn {
    font-size: 1em;
    display: inline-block;
    width: 2.4705882353em;
    position: absolute;
    margin-top: 0.35em;
    margin-left: 0.5em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .info .row .map {
    margin: 2em auto 0;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .info .row + .row {
    margin-top: 5.5em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .info .row + .row.soon {
    text-align: center;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap {
    margin-top: 11.7em;
    width: 100%;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .wrap_title {
    width: 100%;
    font-size: 4.8em;
    letter-spacing: 0.06em;
    padding-left: 0.06em;
    text-align: center;
    font-weight: 600;
    padding-bottom: 0.6666666667em;
    position: relative;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .wrap_title:after {
    content: "";
    display: block;
    position: absolute;
    font-size: 0.4166666667em;
    width: 3.1em;
    height: 2px;
    bottom: 0;
    left: calc(50% - 1.55em);
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .more {
    width: 100%;
    color: #f08300;
    text-align: center;
    font-size: 3em;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-top: 1.6666666667em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .present {
    font-size: 2.6em;
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: 0.06em;
    margin: 1.1666666667em auto 0.5416666667em;
    border-radius: 1.6666666667em;
    background-color: rgba(208, 17, 32, 0.102);
    padding: 1.375em 1.25em 1.125em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .present strong {
    color: #d01120;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .present .illust {
    position: absolute;
    width: 7.5em;
    right: 1em;
    top: -0.5em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col {
    border-radius: 3.4em;
    padding: 5.7em 4.2em 5em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col .cn {
    color: #ee7097;
    font-size: 2.4em;
    letter-spacing: 0.02em;
    line-height: 1.4444444444em;
    font-weight: 600;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col .cn strong {
    font-size: 1.5em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col .cn + .text {
    margin-top: 0;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col .inner_col {
    margin-top: 7em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col .inner_col + .bar {
    margin-top: 7em;
    width: 100%;
    height: 0.4em;
    background: #f08300;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col .col_title {
    color: #163060;
    text-align: center;
    font-size: 4em;
    line-height: 1.35;
    letter-spacing: -0.04em;
    font-weight: 600;
    white-space: nowrap;
    margin-bottom: 1em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col .pic {
    overflow: hidden;
    border-radius: 0.8em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col .col_title2 {
    margin-top: 1.1176470588em;
    font-size: 3.4em;
    line-height: 1.7058823529;
    letter-spacing: 0.02em;
    font-weight: 600;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col .text {
    margin-top: 1.4em;
    line-height: 1.8666666667;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col .text .bar {
    display: block;
    line-height: 1;
    padding-bottom: 1.25em;
    border-bottom: #333333 1px solid;
    margin-bottom: 0.6em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col .text .time {
    display: block;
    width: fit-content;
    font-size: 0.9333333333em;
    line-height: 1.8571428571;
    border: #59bcf9 0.1428571429em solid;
    border-radius: 4px;
    padding: 0 0.6428571429em;
    margin: 0.5714285714em 0.1785714286em 0.5714285714em;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: #fff;
    background: #59bcf9;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col .tag {
    border: #59bcf9 2px solid;
    color: #59bcf9;
    width: fit-content;
    font-size: 2.8em;
    line-height: 1.8571428571;
    font-weight: 700;
    padding: 0 1em 0;
    margin-top: 1.6153846154em;
    margin-bottom: 0.8076923077em;
    border-radius: 3px;
    background: #fff;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col .time_set {
    display: flex;
    width: calc(100% + 1em);
    margin: 2.6em -0.5em 0;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col .time_set li {
    display: block;
    width: fit-content;
    font-size: 2.8em;
    line-height: 1.8571428571;
    border: #59bcf9 0.1428571429em solid;
    border-radius: 4px;
    padding: 0 0.6428571429em;
    margin: 0.5714285714em 0.1785714286em 0;
    font-weight: 600;
    letter-spacing: 0.06em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col .time_set li.time {
    color: #fff;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col .time_set li.shoyo {
    background: #fff;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col .time_set li.br {
    width: 50%;
    visibility: hidden;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col .time_set + .time_set {
    margin-top: 0;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col .note {
    font-size: 2.1em;
    margin-top: 1em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col .entry_btn {
    display: flex;
    width: fit-content;
    min-width: 13.4516129032em;
    height: 2.8064516129em;
    font-size: 3.1em;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    border-radius: 1.4032258065em;
    letter-spacing: 0.03em;
    color: #fff;
    background: #f08300;
    padding-left: 1.5em;
    padding-right: 2.2096774194em;
    margin: 2.1290322581em auto 0;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col .entry_btn:after {
    content: "";
    display: block;
    position: absolute;
    font-size: 0.5161290323em;
    width: 1em;
    height: 2em;
    border-left: #fff 1em solid;
    box-sizing: border-box;
    border-top: transparent 1em solid;
    border-bottom: transparent 1em solid;
    right: 3.4em;
    top: calc(50% - 1em);
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col .entry_btn.long {
    font-size: 2.4em;
    letter-spacing: 0;
    height: 3.625em;
    padding-left: 1em;
    padding-right: 2.1666666667em;
    border-radius: 1.8125em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col .entry_btn.long:after {
    right: 2em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col .entry_btn.fin {
    pointer-events: none;
    background: #A8A8A8;
    padding: 0 0.6111111111em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col .entry_btn.fin:after {
    display: none;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col .entry_btn.double {
    height: 3.8709677419em;
    white-space: nowrap;
    border-radius: 1.935483871em;
    text-align: center;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col .anc_entry_btn {
    display: block;
    width: fit-content;
    margin: 2.0833333333em auto 0;
    font-size: 2.4em;
    color: #333333;
    font-weight: 500;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col .anc_entry_btn:after {
    content: "";
    display: inline-block;
    position: relative;
    font-size: 0.5833333333em;
    width: 1em;
    height: 1em;
    box-sizing: border-box;
    border-right: #333333 1px solid;
    border-bottom: #333333 1px solid;
    transform: rotate(45deg);
    margin-left: 5px;
    top: -0.3em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col .toujitsu {
    width: fit-content;
    margin: 0.8333333333em auto 0;
    font-size: 2.6em;
    color: #f08300;
    font-weight: 700;
    text-align: center;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap .col:nth-child(n+2) {
    margin-top: 5.5em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap + .events_wrap {
    margin-top: 12.2em;
  }
  main .section#events .tab_set .tab .tab_inner .entry_area {
    margin: 6.8em auto 0;
    background: #fff;
    border-radius: 0.8em;
    padding: 10.1em 4em 6.7em;
    z-index: 1;
    position: relative;
  }
  main .section#events .tab_set .tab .tab_inner .entry_area .area_title {
    font-size: 1em;
    width: 55.4em;
    margin: 0 auto;
  }
  main .section#events .tab_set .tab .tab_inner .entry_area .info {
    margin-top: 6.5em;
  }
  main .section#events .tab_set .tab .tab_inner .entry_area .info .row {
    width: 100%;
  }
  main .section#events .tab_set .tab .tab_inner .entry_area .info .row .row_title {
    font-size: 3em;
    line-height: 2.2666666667;
    border: #163060 0.1333333333em solid;
    border-radius: 0.4em;
    text-align: center;
    letter-spacing: 0.06em;
    padding-left: 0.06em;
    color: #163060;
    font-weight: 600;
  }
  main .section#events .tab_set .tab .tab_inner .entry_area .info .row .text {
    font-size: 3.4em;
    line-height: 1.4411764706;
    font-weight: 500;
    margin-top: 1em;
  }
  main .section#events .tab_set .tab .tab_inner .entry_area .info .row .text a {
    display: inline-block;
    color: #333333;
    text-decoration: underline;
    font-weight: 500;
  }
  main .section#events .tab_set .tab .tab_inner .entry_area .info .row .text small {
    display: block;
    font-size: 0.7058823529em;
    margin-top: 0.2em;
  }
  main .section#events .tab_set .tab .tab_inner .entry_area .info .row + .row {
    margin-top: 7em;
  }
  main .section#events .tab_set .tab .tab_inner .entry_area .info .row:nth-child(3) .text {
    font-size: 3.1em;
    line-height: 1.7;
  }
  main .section#events .tab_set .tab .tab_inner .entry_area .info .note {
    margin-top: 1em;
    font-size: 2.4em;
    line-height: 2.0416666667;
    font-weight: 500;
  }
  main .section#events .tab_set .tab .tab_inner .entry_area .entry_btn {
    color: #fff;
    background: #5db7e9;
    text-align: center;
    display: block;
    border-radius: 0.2352941176em;
    line-height: 3.5294117647em;
    font-size: 3.4em;
    font-weight: 600;
    letter-spacing: 0.06em;
    margin: 1.5294117647em auto 0;
    padding-right: 0.5333333333em;
  }
  main .section#events .tab_set .tab .tab_inner .entry_area .entry_btn:after {
    font-size: 0.2941176471em;
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 1.4em solid transparent;
    border-bottom: 1.4em solid transparent;
    border-left: 1.6em solid #ffffff;
    border-right: 0;
    right: 4em;
    top: calc(50% - 1.4em);
  }
  main .section#events .tab_set .tab .tab_inner .entry_area .entry_btn.stop {
    background-color: #aaaaaa;
    color: #fff;
    pointer-events: none;
    padding-left: 0.06em;
  }
  main .section#events .tab_set .tab .tab_inner .entry_area .entry_btn.stop:after {
    display: none;
  }
  main .section#events .tab_set .tab .tab_inner .entry_area .entry_btn.stop + .text {
    text-align: center;
    font-size: 2.4em;
    line-height: 1.5555555556;
    font-weight: 500;
    margin: 2em auto 0;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }
  main .section#events .tab_set .tab .tab_inner .link_lastyear {
    display: block;
    width: fit-content;
    margin: 1.9090909091em auto 0.3636363636em;
    color: #163060;
    line-height: 1;
    font-size: 3.3em;
    font-weight: 600;
    letter-spacing: 0.06em;
    padding-right: 1.3939393939em;
  }
  main .section#events .tab_set .tab .tab_inner .link_lastyear:after {
    font-size: 0.303030303em;
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 1.3em solid transparent;
    border-bottom: 1.3em solid transparent;
    border-left: 1.4em solid #163060;
    border-right: 0;
    right: 0;
    top: calc(50% - 1.3em);
  }
  main .section#events .tab_set .tab .tab_inner .report_area {
    margin: 6.5em auto 0;
    background: #fff;
    border-radius: 0.8em;
    padding: 10.8em 4em 6em;
  }
  main .section#events .tab_set .tab .tab_inner .report_area .report_title {
    font-size: 1em;
    width: fit-content;
    height: 8.2em;
    margin: 0 auto 8em;
  }
  main .section#events .tab_set .tab .tab_inner .report_area .report_title img {
    width: auto;
    height: 100%;
  }
  main .section#events .tab_set .tab .tab_inner .report_area .row .row_title {
    text-align: center;
    color: #163060;
    font-size: 4.2em;
    line-height: 1.4090909091;
    font-weight: 500;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
    margin-bottom: 1em;
  }
  main .section#events .tab_set .tab .tab_inner .report_area .row .text {
    line-height: 1.8666666667;
  }
  main .section#events .tab_set .tab .tab_inner .report_area .row .pic {
    overflow: hidden;
    border-radius: 0.8em;
    margin-bottom: 5.6em;
  }
  main .section#events .tab_set .tab .tab_inner .report_area .row + .row {
    margin-top: 8em;
  }
  main .section#events .tab_set .tab.active {
    opacity: 1;
    pointer-events: auto;
  }
  main .section#events .tab_set .tab:nth-child(1) {
    background: #fff9f1;
  }
  main .section#events .tab_set .tab:nth-child(1):before,
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap .col {
    background: #fff9f1;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap .col.events_wrap_col {
    background: none;
    margin-top: 8em;
    padding: 0;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap .col.events_wrap_col .wrap_title {
    color: #8fc31f;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap .col.events_wrap_col .wrap_title:after {
    background: #8fc31f;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap .col.events_wrap_col .events_list {
    margin-top: 4.4em;
    border-radius: 4em;
    background-color: rgb(246, 253, 231);
    padding: 4em 4em;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap .col.events_wrap_col .events_list li {
    padding-left: 1.5909090909em;
    font-size: 3em;
    line-height: 1.2727272727;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #8fc31f;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap .col.events_wrap_col .events_list li small {
    display: block;
    font-size: 0.7272727273em;
    line-height: 1.75;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap .col.events_wrap_col .events_list li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1.2272727273em;
    aspect-ratio: 1;
    background: url(../img/fl1.png) center/contain no-repeat;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap .col.events_wrap_col .events_list li + li {
    margin-top: 0.5454545455em;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap .col.events_wrap_col .illust {
    position: absolute;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap .col.events_wrap_col .illust.illust1 {
    width: 6em;
    right: 4.1em;
    bottom: 14.7em;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap .col.events_wrap_col .illust + .illust2 {
    width: 6.5em;
    right: 2em;
    bottom: 2.3em;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap .col.events_wrap_col.wrap2 .wrap_title {
    color: #ee7097;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap .col.events_wrap_col.wrap2 .wrap_title:after {
    background: #ee7097;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap .col.events_wrap_col.wrap2 .events_list {
    background-color: rgb(255, 244, 247);
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap .col.events_wrap_col.wrap2 .events_list li {
    color: #ee7097;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap .col.events_wrap_col.wrap2 .events_list li:before {
    background-image: url(../img/fl2.png);
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap .col.events_wrap_col.wrap2 .illust {
    width: 19em;
    right: 1.1em;
    bottom: 6em;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap .col .col_title,
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap .wrap_title {
    color: #f08300;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap .col .col_title:after,
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap .wrap_title:after {
    background: #f08300;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap .col .time_set li.time {
    background: #fff;
    color: #f08300;
    border-color: #f08300;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap .col .time_set li.time2 {
    background: #ee7097;
    color: #fff;
    border-color: #ee7097;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap .col .time_set li.shoyo {
    color: #ee7097;
    border-color: #ee7097;
  }
  main .section#events .tab_set .tab:nth-child(1) .tab_inner .detail_area .events_wrap .col .time_set li.ticket {
    background: #163060;
    border-color: #163060;
    color: #fff;
  }
  main .section#events .tab_set .tab:nth-child(1) .deco {
    aspect-ratio: 1;
  }
  main .section#events .tab_set .tab:nth-child(1) .deco.deco1 {
    width: 15.6em;
    right: -6em;
    margin-top: -1.5em;
    background-image: url(../img/deco1.svg);
  }
  main .section#events .tab_set .tab:nth-child(1) .deco.deco2 {
    left: -2.4em;
    width: 12.8em;
    margin-top: 56.7em;
    background-image: url(../img/deco2.svg);
  }
  main .section#events .tab_set .tab:nth-child(1) .deco.deco3 {
    right: -10em;
    width: 19.1em;
    margin-top: 81.5em;
    background-image: url(../img/deco3.svg);
  }
  main .section#events .tab_set .tab:nth-child(1) .deco.deco4 {
    left: -7.2em;
    width: 13.8em;
    margin-top: 186em;
    background-image: url(../img/deco1.svg);
  }
  main .section#events .tab_set .tab:nth-child(1) .deco.deco5 {
    right: -0.9em;
    width: 9.6em;
    margin-top: 229.2em;
    background-image: url(../img/deco2.svg);
  }
  main .section#events .tab_set .tab:nth-child(1) .deco.deco6 {
    left: -12.5em;
    width: 23.4em;
    margin-top: -439.8em;
    background-image: url(../img/deco3.svg);
  }
  main .section#events .tab_set .tab:nth-child(1) .deco.deco7 {
    right: -7.3em;
    width: 12.2em;
    margin-top: -386.8em;
    background-image: url(../img/deco1.svg);
  }
  main .section#events .tab_set .tab:nth-child(1) .deco.deco8 {
    left: -4.7em;
    width: 11.4em;
    margin-top: -481.3em;
    background-image: url(../img/deco2.svg);
    z-index: 2;
  }
  main .section#events .tab_set .tab:nth-child(1) .deco.deco9 {
    right: -9.5em;
    width: 23.4em;
    margin-top: -425.8em;
    background-image: url(../img/deco3.svg);
  }
  main .section#events .tab_set .tab:nth-child(1) .deco.deco10 {
    left: -5.7em;
    width: 15.5em;
    margin-top: -348.8em;
    background-image: url(../img/deco1.svg);
  }
  main .section#events .tab_set .tab:nth-child(1) .deco.deco11 {
    right: -7.3em;
    width: 12.8em;
    margin-top: -287.8em;
    background-image: url(../img/deco2.svg);
  }
  main .section#events .tab_set .tab:nth-child(1) .deco.deco12 {
    left: -10.9em;
    width: 23.4em;
    margin-top: -235.8em;
    background-image: url(../img/deco3.svg);
  }
  main .section#events .tab_set .tab:nth-child(1) .deco.deco13 {
    right: -5.1em;
    width: 12.1em;
    margin-top: -156.8em;
    background-image: url(../img/deco1.svg);
    z-index: 2;
  }
  main .section#events .tab_set .tab:nth-child(1) .deco.deco14 {
    left: -8.8em;
    width: 12.8em;
    margin-top: -72.8em;
    background-image: url(../img/deco2.svg);
  }
  main .section#events .tab_set .tab:nth-child(1) .deco.deco15 {
    right: -5.9em;
    width: 23.4em;
    margin-top: -15.8em;
    background-image: url(../img/deco3.svg);
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap.wrap2 .col .col_title,
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap.wrap2 .wrap_title {
    color: #ee7097;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap.wrap2 .wrap_title:after {
    background: #ee7097;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap.wrap2 .col {
    background: #fff4f7;
    overflow: hidden;
    padding-bottom: 0;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap.wrap2 .col .pic {
    margin-top: 1.2em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap.wrap2 .col .pic.tanzaku {
    width: 29.7em;
    margin-bottom: -11.5em;
    left: 8.6em;
  }
  main .section#events .tab_set .tab .tab_inner .detail_area .events_wrap.wrap2 .col .pic.gacha {
    width: 24.7em;
    margin-bottom: 5.1em;
    left: 12.8em;
  }
  main .section#events .tab_set .tab:nth-child(2) {
    background: #f8ffe7;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area {
    background: transparent;
    padding: 0;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .info {
    padding: 8em 4.5em 7.2em;
    background: #fff;
    border-radius: 4em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap {
    padding: 8em 4em;
    background: #fff;
    border-radius: 4em;
    margin-top: 5.2em;
    display: block;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap .wrap_title {
    font-size: 1em;
    margin: 0 auto;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap .title_text {
    font-weight: 500;
    letter-spacing: -0.02em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.stage .wrap_title {
    width: 40.2em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.stage .row {
    margin: 5.9em auto 0;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.stage .row .row_title_set .time {
    font-size: 2.8em;
    color: #fff;
    letter-spacing: 0.04em;
    font-weight: bold;
    line-height: 1;
    padding: 0.6428571429em;
    background: #90c320;
    border-radius: 0.7142857143em 0.7142857143em 0 0;
    width: fit-content;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.stage .row .row_title_set .row_title {
    color: #192f60;
    font-weight: 700;
    font-size: 4em;
    letter-spacing: 0.04em;
    padding-top: 0.975em;
    text-align: center;
    border-top: #14386a 0.05em solid;
    margin-bottom: 1em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.stage .row .place {
    position: absolute;
    color: #14386a;
    border: #163060 1.5px solid;
    font-size: 2.2em;
    font-weight: 700;
    letter-spacing: 0;
    width: fit-content;
    line-height: 1;
    padding: 0.3em 0.4em;
    border-radius: 0.3em;
    right: 0;
    top: 0.4em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.stage .row .flex_wrap .pic {
    width: 40em;
    margin: 0 auto 3.9em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.stage .row .flex_wrap .texts .name {
    text-align: center;
    color: #163060;
    font-size: 3.8em;
    letter-spacing: 0.04em;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0.7368421053em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.stage .row .flex_wrap .texts .name small {
    display: inline-block;
    font-size: 0.6315789474em;
    margin-right: 0.5em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.stage .row .flex_wrap .texts .text {
    font-size: 3em;
    line-height: 1.8666666667;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.stage .row.mini {
    margin-top: 5.1em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.stage .row.mini .flex_wrap {
    width: 100%;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.stage .row.mini .flex_wrap:after {
    content: "";
    display: block;
    clear: both;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.stage .row.mini .flex_wrap .pic {
    width: 24.6em;
    margin: 0;
    float: left;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.stage .row.mini .flex_wrap .name {
    margin-top: 1.1052631579em;
    color: #14386a;
    font-size: 3.8em;
    width: fit-content;
    white-space: nowrap;
    float: right;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.stage .row.mini .flex_wrap .name small {
    display: block;
    font-size: 0.6315789474em;
    line-height: 1.8333333333;
    margin-bottom: 1.25em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.stage .row.mini .flex_wrap .text {
    width: 100%;
    float: left;
    font-size: 3em;
    line-height: 1.8666666667;
    letter-spacing: -0.02em;
    font-weight: 500;
    margin-top: 1.3333333333em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.taiken .wrap_title {
    width: 44.4em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.taiken .row {
    width: 100%;
    border-width: 0.2em;
    border-color: rgb(22, 48, 96);
    border-style: solid;
    border-radius: 4em;
    padding: 5.1em 4.8em 5em;
    margin: 6.7em 0 0;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.taiken .row .kanshu_title {
    width: 100%;
    text-align: center;
    line-height: 1;
    font-size: 3.4em;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #ee7097;
    padding-bottom: 0.7058823529em;
    margin-bottom: 0.9411764706em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.taiken .row .kanshu_title:after {
    font-size: 0.4166666667em;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 2.15em);
    width: 4.3em;
    height: 0.2em;
    background: #ee7097;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.taiken .row .col {
    padding: 0;
    margin: 0;
    border-radius: 0;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.taiken .row .col .pic {
    max-width: 100%;
    margin: 0;
    border-radius: 0;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.taiken .row .col.title_col .texts .place {
    color: #14386a;
    border: #163060 1.5px solid;
    font-size: 2.2em;
    font-weight: 700;
    letter-spacing: 0;
    width: fit-content;
    line-height: 1;
    padding: 0.3em 0.4em;
    border-radius: 0.3em;
    margin-bottom: 0.5em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.taiken .row .col.title_col .texts .row_title {
    color: #163060;
    font-weight: 700;
    font-size: 3.3em;
    white-space: nowrap;
    letter-spacing: 0.04em;
    line-height: 1.5789473684;
    margin-bottom: 0.7631578947em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.taiken .row .col.title_col .texts .text {
    margin-top: 0.6333333333em;
    font-size: 3em;
    line-height: 1.8666666667;
    letter-spacing: 0.02em;
    font-weight: 500;
    margin-bottom: 2.2333333333em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.taiken .row .col.title_col .pic {
    width: 100%;
    margin: 0 auto 1.9em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.taiken .row .col:not(.title_col) {
    text-align: center;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.taiken .row .col:not(.title_col) .col_head {
    display: flex;
    width: 100%;
    height: 2.4230769231em;
    font-size: 2.5em;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    letter-spacing: 0;
    color: #fff;
    background-color: rgb(238, 112, 151);
    margin-bottom: 0.9230769231em;
    border-radius: 0.375em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.taiken .row .col:not(.title_col) .col_title {
    color: #163060;
    font-weight: 700;
    font-size: 3.4em;
    letter-spacing: 0.02em;
    line-height: 1.4705882353;
    margin-bottom: 0.3235294118em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.taiken .row .col:not(.title_col) .text {
    font-size: 3em;
    line-height: 1.8666666667;
    letter-spacing: 0.06em;
    margin: 0;
    font-weight: 500;
    text-align: left;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.taiken .row .col:not(.title_col) + .col {
    margin-top: 5.1em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.taiken .row + .row {
    margin-top: 6.4em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.taiken .row.advice .col.title_col .texts .row_title {
    font-size: 3.2em;
    letter-spacing: -0.02em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.taiken .row.advice .col:not(.title_col) .col_head {
    line-height: 1.5;
    height: 3.75em;
    margin: 0;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.taiken .row.advice .col:not(.title_col) .name {
    font-size: 3em;
    line-height: 1.3333333333em;
    color: #163060;
    letter-spacing: 0.04em;
    font-weight: 500;
    margin-top: 1.1666666667em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.taiken .row.advice .col:not(.title_col) + .col {
    margin-top: 4.3em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.seminar .wrap_title {
    width: 20.6em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.seminar .row {
    width: 100%;
    margin: 5.1em auto 0;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.seminar .row .row_title_set .time {
    font-size: 2.8em;
    color: #fff;
    letter-spacing: 0.04em;
    font-weight: bold;
    line-height: 1;
    padding: 0.6428571429em;
    background: #f08300;
    border-radius: 0.7142857143em 0.7142857143em 0 0;
    width: fit-content;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.seminar .row .row_title_set .place {
    position: absolute;
    color: #14386a;
    border: #163060 1.5px solid;
    font-size: 2.2em;
    font-weight: 700;
    letter-spacing: -0.02em;
    width: fit-content;
    line-height: 1;
    padding: 0.3em 0.4em;
    border-radius: 0.3em;
    right: 0;
    top: 0.4em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.seminar .row .flex_wrap .ttl_text .text {
    margin-top: 0.6333333333em;
    font-size: 3em;
    line-height: 1.8666666667;
    letter-spacing: 0.02em;
    font-weight: 500;
    margin-bottom: 2.2333333333em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.seminar .row .flex_wrap .row_title {
    color: #192f60;
    font-weight: 700;
    font-size: 3.6em;
    line-height: 1.5;
    letter-spacing: 0.08em;
    padding-top: 0.8611111111em;
    text-align: center;
    border-top: #14386a 0.05em solid;
    margin-bottom: 0.8611111111em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.seminar .row .flex_wrap .flex_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.seminar .row .flex_wrap .flex_wrap .pic {
    width: 24.6em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.seminar .row .flex_wrap .flex_wrap .texts {
    width: fit-content;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.seminar .row .flex_wrap .flex_wrap .texts .name {
    font-size: 3.8em;
    letter-spacing: 0.04em;
    font-weight: 500;
    color: #14386a;
    line-height: 1;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.seminar .row .flex_wrap .flex_wrap .texts .name small {
    display: block;
    font-size: 0.6315789474em;
    line-height: 1.8333333333;
    margin-bottom: 1.25em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.seminar .row .entry_btn {
    margin: 2em auto 0;
    width: 100%;
    font-size: 3.6em;
    color: #fff;
    height: 2.9166666667em;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f08300;
    border-radius: 1.4583333333em;
    font-weight: 700;
    letter-spacing: 0.03em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.seminar .row .entry_btn:after {
    font-size: 0.2777777778em;
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    right: 3.2em;
    top: 3.8em;
    border-left: 1.4em #fff solid;
    border-top: transparent 1.3em solid;
    border-bottom: transparent 1.3em solid;
    border-right: 0;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.seminar .row .entry_btn.fin {
    pointer-events: none;
    background: #A8A8A8;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.seminar .row .entry_btn.fin:after {
    display: none;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.seminar .row .video_wrap {
    width: 100%;
    margin: 5em auto 9em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.seminar .row .video_wrap iframe {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 560/315;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.seminar .row .entry_area {
    margin: 7.2em auto 0;
    background: transparent;
    border-radius: 0;
    padding: 0;
    width: 100%;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.seminar .row .entry_area .area_title {
    width: 48em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.seminar .row .entry_area .info {
    padding: 0;
    background: transparent;
    border-radius: 0;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.seminar .row .entry_area .info .row .text {
    font-size: 3em;
    line-height: 1.6333333333;
    text-align: left;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .events_wrap.seminar .row .entry_area .info .row .text .note {
    font-size: 0.8em;
    text-align: left;
    margin-top: 0.6em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .info .row .text {
    font-size: 3.4em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .info .row:nth-child(2) .text {
    font-size: 4.18em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .info .row:nth-child(3) .text {
    font-size: 3.2em;
    line-height: 2.0625;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .info .row:nth-child(3) .text .map_btn {
    margin-top: 0.6em;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .info .row:nth-child(3) .text small.small2 {
    font-size: 0.75em;
    line-height: 1.6666666667;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .info .row:nth-child(3) .text,
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .info .row:nth-child(3) .text small.small2 {
    text-align: left;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .info .row .text .small3 {
    font-weight: bold;
    font-size: 0.7655502392em;
    color: #f08300;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .info .row .text .small3 strong {
    text-decoration: none;
    color: #fff;
    background: #f08300;
    line-height: 1.5;
    display: block;
    margin: 0.2em auto 0;
    padding-left: 0.4em;
    width: fit-content;
  }
  main .section#events .tab_set .tab:nth-child(2) .tab_inner .detail_area .info .row .text .small3 strong:after {
    display: none;
  }
  main .section#events .tab_set .tab:nth-child(2) .events_wrap,
  main .section#events .tab_set .tab:nth-child(2) .info {
    z-index: 2;
  }
  main .section#events .tab_set .tab:nth-child(2) .deco {
    opacity: 1;
    z-index: 1;
    aspect-ratio: 1;
  }
  main .section#events .tab_set .tab:nth-child(2) .deco.on {
    z-index: 3;
  }
  main .section#events .tab_set .tab:nth-child(2) .deco.deco1 {
    width: 15.5em;
    right: -6em;
    margin-top: 2.1em;
    background-image: url(../img/1122/deco1.png);
  }
  main .section#events .tab_set .tab:nth-child(2) .deco.deco2 {
    left: -6.2em;
    width: 12.3em;
    margin-top: 6.6em;
    background-image: url(../img/1122/deco2.png);
  }
  main .section#events .tab_set .tab:nth-child(2) .deco.deco3 {
    right: -15.9em;
    width: 22.5em;
    margin-top: 38.4em;
    background-image: url(../img/1122/deco3.png);
  }
  main .section#events .tab_set .tab:nth-child(2) .deco.deco4 {
    left: -21.6em;
    width: 14.9em;
    margin-top: -44.4em;
    background-image: url(../img/1122/deco4.png);
  }
  main .section#events .tab_set .tab:nth-child(2) .deco.deco5 {
    right: -3.4em;
    width: 9.6em;
    margin-top: -50.7em;
    background-image: url(../img/1122/deco5.png);
  }
  main .section#events .tab_set .tab:nth-child(2) .deco.deco6 {
    right: -21.3em;
    width: 23.4em;
    margin-top: 34.3em;
    background-image: url(../img/1122/deco6.png);
  }
  main .section#events .tab_set .tab:nth-child(2) .deco.deco7 {
    left: -12.8em;
    width: 35em;
    margin-top: 194.5em;
    background-image: url(../img/1122/deco7.png);
  }
  main .section#events .tab_set .tab:nth-child(2) .deco.deco8 {
    right: -12.7em;
    width: 23.2em;
    margin-top: -80.7em;
    background-image: url(../img/1122/deco8.png);
  }
  main .section#events .tab_set .tab:nth-child(2) .deco.deco9 {
    left: -10.8em;
    width: 23.4em;
    margin-top: 34.5em;
    background-image: url(../img/1122/deco9.png);
  }
  main .section#events .tab_set .tab:nth-child(2) .deco.deco10 {
    right: -7.2em;
    width: 12.8em;
    margin-top: -140.4em;
    background-image: url(../img/1122/deco10.png);
  }
  main .section#events .tab_set .tab:nth-child(2) .deco.deco11 {
    left: -8.5em;
    width: 23.2em;
    margin-top: -5.6em;
    background-image: url(../img/1122/deco11.png);
  }
  main .section#note {
    overflow: hidden;
    height: 0;
    background: #fff;
  }
  main .section#note .inner_wrap {
    padding: 0 4em 13.3em;
  }
  main .section#note .row {
    padding-top: 12.1em;
  }
  main .section#note .row h2 {
    color: #163060;
    font-weight: 500;
    font-feature-settings: "palt";
    letter-spacing: 0.12em;
    padding-left: 0.12em;
    font-size: 4.6em;
    line-height: 1;
    margin-bottom: 1.2608695652em;
    text-align: center;
  }
  main .section#note .row ul, main .section#note .row p {
    font-size: 3em;
    line-height: 1.6;
  }
  main .section#note .row li {
    padding-left: 1em;
    position: relative;
  }
  main .section#note .row li:before {
    content: "・";
    display: inline-block;
    position: absolute;
    left: 0;
  }
  main .section#note .row li:nth-child(n+2) {
    margin-top: 1em;
  }
  main .section#note .row li ul {
    font-size: 1em;
  }
  main .section#note .row li ul li:nth-child(n+2) {
    margin-top: 0;
  }
  main .section#note .row li ul li ul li:before {
    content: "※";
  }
  main .section#note .row .btn {
    display: block;
    width: 21.1785714286em;
    font-size: 2.8em;
    line-height: 3.6428571429;
    border-radius: 1.8214285714em;
    margin: 2.3571428571em auto 0;
    background-color: #163060;
    text-align: center;
    color: #fff;
    font-weight: 500;
  }
  main .section#note .row .btn:after {
    font-size: 0.3571428571em;
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 1em solid transparent;
    border-bottom: 1em solid transparent;
    border-left: 1.2em solid #ffffff;
    border-right: 0;
    right: 1.4642857143em;
    top: calc(50% - 1em);
  }
  main .section#note .row .info .info1 {
    width: 100%;
  }
  main .section#note .row .info .info1 dl:nth-child(n+2) {
    margin-top: 4.7em;
  }
  main .section#note .row .info .info1 dl dt {
    font-size: 3em;
    line-height: 2.1333333333;
    border: #163060 0.1333333333em solid;
    border-radius: 0.2666666667em;
    text-align: center;
    letter-spacing: 0.06em;
    padding-left: 0.06em;
    color: #163060;
    font-weight: 600;
    display: block;
  }
  main .section#note .row .info .info1 dl dd {
    font-size: 3.4em;
    line-height: 1;
    font-weight: 500;
    margin-top: 1.3666666667em;
  }
  main .section#note .row .info .info2 {
    width: 100%;
    margin-top: 6em;
  }
  main .section#note .row .info .info2 a {
    display: block;
    padding-left: 3.2em;
    font-size: 3em;
    line-height: 2.4;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #163060;
    background-position: left center;
    background-size: 2.4em 2.4em;
    background-repeat: no-repeat;
  }
  main .section#note .row .info .info2 a.mail {
    background-image: url(../img/icon_mail.svg);
  }
  main .section#note .row .info .info2 a.tel {
    margin-top: 1.2666666667em;
    background-image: url(../img/icon_tel.svg);
  }
  main .section#note .row.arc {
    margin-top: 11em;
    border-top: #14386a 1px solid;
  }
  main .section#note .row .archives {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  main .section#note .row .archives .btn {
    margin: 0;
    border: #192f60 2px solid;
    color: #192f60;
    background: #fff;
    font-size: 5em;
    width: 6.48em;
    height: 2.06em;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    padding-bottom: 0.1em;
    box-sizing: border-box;
    margin-right: 0.5em;
  }
  main .section#note .row .archives .btn:after {
    display: none;
  }
  main .section#note .row .archives .btn:nth-child(2n) {
    margin-right: 0;
    margin-left: -10px;
  }
  main .section#note .row .archives .btn:nth-child(n+3) {
    margin-top: 0.5769230769em;
  }
}